Unable to build swift compiler

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 :


From the getting started guide:

Warning
Make sure the absolute path to your swift-project directory does not contain spaces, since that might cause issues during the build step.

It looks like that is happening here though:
image

thanks man it actually worked , really grateful for the advice

1 Like