Update macOS self-hosted pipeline to the nightly toolchain #8137
Labels
bug
continuous integration/deployment
Changes to the Continuous Integration/Deployment system/pipelines
Is it reproducible with SwiftPM command-line tools:
swift build
,swift test
,swift package
etc?swift build
,swift test
,swift package
etc.Description
The macOS self-hosted pipeline is running Swift 5.9.2. This prevents the use of Swift Testing, and is currently blocking, at a minimum, the following PRs (which are currently marked as draft pending resolution if this issue):
It would be ideal to update the macOS self-hosted pipeline toolchain version such that it uses the same version across all pipelines.
Expected behavior
A toolchain version that supports Swift Testing is in use by all pipelines.
Accessing the last successful build will show Swift 6.x in use.
https://ci.swift.org/job/swift-package-manager-with-xcode-self-hosted-PR-osx/lastSuccessfulBuild/execution/node/43/log/
Actual behavior
The self-hosted macOS pipeline is still using 5.9.2.
https://ci.swift.org/job/swift-package-manager-with-xcode-self-hosted-PR-osx/4562/execution/node/43/log/
Steps to reproduce
Open the last successful build
https://ci.swift.org/job/swift-package-manager-with-xcode-self-hosted-PR-osx/lastSuccessfulBuild/execution/node/43/log/
Swift Package Manager version/commit hash
N/A
Swift & OS version (output of
swift --version ; uname -a
)N/A
The text was updated successfully, but these errors were encountered: