Twitter Github Get Early Access
How to Add a Swift Package to Your Xcode Project
Adding a Swift Package to your project couldn't be easier. It's just three steps.
1. In your Xcode project, select File → Add Packages
2. In the popup, paste the github url of the package you're adding.
3. Press "Add Package"
4. Import the package wherever you need it.
And that's it! Now you're ready to roll.