-
Notifications
You must be signed in to change notification settings - Fork 10.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build-toolchain script fails on M1 Mac with .../swift-macosx-arm64/bin/swiftc: No such file or directory
#60348
Comments
I got the same error |
edymtt
added a commit
to edymtt/swift
that referenced
this issue
Aug 19, 2022
Use that immediately for the macOS package presets. Addresses rdar://98787335, swiftlang#60348
meg-gupta
referenced
this issue
in meg-gupta/swift
Aug 27, 2022
Addresses rdar://98787335, apple#60348
meg-gupta
referenced
this issue
in meg-gupta/swift
Aug 27, 2022
Addresses rdar://98787335, apple#60348
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running
utils/build-toolchain
on an M1 Mac, the build fails when compiling Swift modules with the following error:Indeed, the only binaries in that directory on my machine are the following:
Additional discussion at https://forums.swift.org/t/get-the-error-when-building-the-toolchain/58665.
Steps To Reproduce
Steps to reproduce the behavior:
utils/build-toolchain $TOOLCHAIN_ID
(whereTOOLCHAIN_ID
is some arbitrary name)Expected behavior
A toolchain is built.
Environment
main
branch at HEADThe text was updated successfully, but these errors were encountered: