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
swiftlang#43 will add a
dependency between swift-corelibs-xctest and swift-corelibs-foundation.
This will also necessitate the build script to take a
'--foundation-build-dir' parameter. However, the Swift CI does not yet
supply this parameter.
To prevent CI from breaking when swiftlang#43 is landed, preemptively add the
'--foundation-build-dir' parameter. Before landing swiftlang#43, the Swift build
script will be modified to pass this parameter to the XCTest build script.
0 commit comments