macOS Testing is broken with nightly toolchain
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 68/100
Research direction
Start with the linked GitHub Actions job and inspect the macOS workflow's "Install Swift toolchain via Swiftly" step, including the xcrun SDK lookup and Swiftly link error. Verify the failure with the nightly toolchain and confirm that a macOS nightly run completes successfully after the workflow fix.
Written by the indexing model from the issue text.
Description
It appears the macOS run is broken, at least for runs that use a nightly toolchain. The "Install Swift toolchain via Swiftly" step fails with:
Run swiftly install main-snapshot
swiftly install main-snapshot
swiftly use main-snapshot
shell: /bin/bash -e {0}
env:
DEVELOPER_DIR: /Applications/Xcode_26.4.app/Contents/Developer
SWIFTLY_HOME_DIR: /Users/runner/.swiftly
SWIFTLY_BIN_DIR: /Users/runner/.swiftly/bin
SWIFTLY_TOOLCHAINS_DIR: /Users/runner/.swiftly/toolchains
Error: RunProgramError(exitCode: 1, program: "/usr/bin/xcrun", arguments: ["--show-sdk-path", "--sdk", "macosx"])
Swiftly is currently unlinked and will not manage the active toolchain. You can
run
the following command to link swiftly to the active toolchain:
$ swiftly link
Fetching the latest main branch snapshot...
Error: Process completed with exit code 1.
https://github.com/swiftlang/swift-foundation/actions/runs/32396783384/job/96515349154
- Dominant language
- Swift
- Stars
- 115
- Forks
- 57
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 3
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from swiftlang/github-workflows
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
swiftlang/github-workflows#305 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
swiftlang/github-workflows#261 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
swiftlang/github-workflows#258 · 1 comment ·
-
Difficulty 3/5 1-2 days Newbie friendliness 58/100
swiftlang/github-workflows#277 · 1 comment ·
-
Difficulty 3/5 1-2 days Newbie friendliness 52/100
swiftlang/github-workflows#267 ·
All issues in swiftlang/github-workflows
Similar issues
-
area:dictation documentation P2
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
uttrflow/uttrflow-swift#1180 ·
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
type: docs
Difficulty 1/5 Under an hour Newbie friendliness 95/100
googleapis/google-cloud-swift#971 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
bitcoindevkit/bdk-ffi#1125 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
mozilla-mobile/firefox-ios#35743 ·