Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Add Swift package feed to ProGet
-
Please add Swift package feed to ProGet. Our Mobile team wants to start publishing internal, re-usable iOS components as Swift packages and we'd like to publish these to ProGet.
-
Hi @splatteredbits ,
I don't think this would be technically possible, at least from my initial review.
Swift has neither "packages" nor "repositories" - the package index is nothing more than a packages.json file that points to other repositories on GitHub.
The client clones those repositories and presumably checks-out a tag to get a specific version. Likewise, to "publish" a package to the Swift Package Index, you submit a GitHub issue.
So I guess, if you wanted a private Swift repository, you'd just need to make a Git repository and follow those conventions?
Cheers,
Alex