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
SwiftPM's native build system has an --[no-]static-swift-stdlib option, which specifies whether to statically link swift stdlib, or not. We need a way to pass this option into SwiftBuild and have SwiftBuild behave according to the argument.