-
Notifications
You must be signed in to change notification settings - Fork 964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Swift Package Manager #3772
Conversation
|
Hey @mattt thx for creating this draft. Did you got any feedback? Is there anything I could help you with? (testing?) Would really love to have this feature available. |
|
Thanks a lot for this initial work. Is there anything we can do to help get this moving? We'd also love to have SPM support in Dependabot. |
|
Many thanks!! I'm also available to help @mattt. |
| && tar -xvzf swift-${SWIFT_VERSION}-RELEASE-ubuntu18.04.tar.gz -C ${SWIFT_HOME}/bin \ | ||
| && rm -f swift-${SWIFT_VERSION}-RELEASE-ubuntu18.04.tar.gz \ | ||
| && rm -rf /var/lib/apt/lists/* \ | ||
| && swift --version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you can control the FROM consider using swift.org published docker images instead of installing the toolchain from tarball
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
otherwise, swift.org will so publish RPMs and Debs which could make this easier
|
Hi, I was just wondering if this feature is still in the works? I think it would make many iOS developers on GitHub very happy. Did I miss any developments on this? Also I would be very happy to help with any development if needed. |
|
Has this been abandoned @mattt ? Thanks |
|
If / when we do pick this up, there's also prior art over in #5562 that may be useful. That PR also has some |
Initial work to add Swift support to Dependabot.
This is currently a work-in-progress, but I'd welcome any feedback on what we have so far.
Fix #1245