Hello, I am following swift/GettingStarted.md at main · apple/swift · GitHub, and reached the section "The actual build"
I'm running via xcode with utils/build-script --skip-build-benchmarks \ --skip-ios --skip-watchos --skip-tvos --swift-darwin-supported-archs "x86_64" \ --sccache --release-debuginfo --test \ --xcode
I get the following error:
** BUILD SUCCEEDED **
symlinking the system headers (/Applications/Xcode-beta (12.2 v3).app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../../usr/include/c++) into the local clang build directory (/Users/ryanaveo/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include).
+ ln -s -f '/Applications/Xcode-beta (12.2 v3).app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../../usr/include/c++' /Users/ryanaveo/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include
+ /usr/local/bin/cmake --build /Users/ryanaveo/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64 --target ZERO_CHECK --config RelWithDebInfo
Command line invocation:
"/Applications/Xcode-beta (12.2 v3).app/Contents/Developer/usr/bin/xcodebuild" -project LLVM.xcodeproj build -target ZERO_CHECK -configuration RelWithDebInfo -hideShellScriptEnvironment
User defaults from command line:
HideShellScriptEnvironment = YES
Build settings from command line:
TOOLCHAINS = default
xcodebuild: error: 'LLVM.xcodeproj' does not exist.
ERROR: command terminated with a non-zero exit status 66, aborting
I've run utils/update-checkout --clone-with-ssh. Any help is appreciated!