I have successfully cloned the swift repo locally with:
mdkir swift-project && cd swift-project
git clone git@github.com:apple/swift.git swift
cd swift
utils/update-checkout --clone-with-ssh
I satisfy all the dependency requirements: cmake, python3, ninja and sccache 0.2.13, Xcode 13.2.1.
But now, I am unable to build the repo using:
utils/build-script --skip-build-benchmarks \
--skip-ios --skip-watchos --skip-tvos --swift-darwin-supported-archs "$(uname -m)" \
--sccache --release-debuginfo --swift-disable-dead-stripping --test \
--xcode
I hope you can help me identify what is going wrong: Swift OS Repo Build output · GitHub
It looks like several tests have failed in the LastTest.log. Thanks