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
Sever the package dependency if using SwiftBuild Framework (#8434)
The SwiftBuild project has a dependency on Swift Driver, which has a
dependency on Swift Tools Support Core (STSC). Swift Package Manager
(SwiftPM) executable targets also have a dependency on STSC.
Sever SwiftPM package depenedency on STSC if the
`SWIFTPM_SWBUILD_FRAMEWORK` environment variable is set so we can
indirectly pull the STCS dependency on the dynamic library that will be
pulled in via SwiftDriver.
0 commit comments