-
Notifications
You must be signed in to change notification settings - Fork 1.4k
begin to integrate SwiftSystem #3881
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
Conversation
motivation: SwiftSystem provides infra that can replace some bespoke implmentations in TSC and SwiftPM, improving the cross-platform support changes: add SwiftPM and CMake setup for including SwiftSystem as a dependency
cc @compnerd |
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.
This needs accompanying changes to swift-installer-scripts to package up the new dependencies into the installer. I'll need to adjust the Windows builds on Azure accordingly for the nightlies, and we should also update the scripts in apple/swift at utils/build-windows-toolchain.bat (this is in preparation for migrating the windows release/nightlies to swift.org, and is actually currently in use at https://ci-external.swift.org/job/oss-swift-windows-toolchain-x86_64-vs2019/)
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.
I think that nearly everything should be in place for this now.
motivation: SwiftSystem provides infra that can replace some bespoke implementations in TSC and SwiftPM, improving the cross-platform support
changes: add SwiftPM and CMake setup for including SwiftSystem as a dependency