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
Fix guard let sdkPath = sdkPath pattern for compatiblity with older compilers
Introduced in #796, this passed CI because swift-driver CI uses a recent compiler.
This broke SwiftPM CI because it uses a 5.3 compiler which contains a bug which makes such patterns fail to build.
0 commit comments