I am trying to build a swift compiler so that i can work on my project but i cant seem to do so as i am recieveing this error :
I run this command :
utils/build-script --skip-build-benchmarks \
--swift-darwin-supported-archs "$(uname -m)" \
--release-debuginfo --swift-disable-dead-stripping \
--bootstrapping=hosttools
and then get this error not building the compiler in the process :