You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Respect SWIFTPM_MACOS_DEPLOYMENT_TARGET when set (such as during Swift toolchain build)
Respect `SWIFTPM_MACOS_DEPLOYMENT_TARGET` if it is set in the environment, otherwise stay with the default minimum deployment target of 10.10 on macOS.
This aligns with both swift-package-manager and with swift-driver, and is important now that ToolSupportCore has started containing some code that is annotated with availability for Darwin platforms. One can discuss whether it should be `SWIFTTSC_MACOS_DEPLOYMENT_TARGET`, but since swift-driver uses the SwiftPM setting (and this is what the Swift toolchain sets), it seems reasonable to stick with that.
0 commit comments