Hi developers,
I am trying to compile the swift compiler using the following command with Xcode 12.4 and macOS 11.1 installed, and I got an error saying that the header file "atomic" cannot be found:
The command:
utils/build-script --skip-build-benchmarks --skip-ios --skip-watchos --skip-tvos --swift-darwin-supported-archs "$(uname -m)" --sccache --release-debuginfo --test --xcode --skip-test-cmark
Here's the link to the gist containing the error log:
Could you please take a look and help me with that?
Thank you so much for your help!