I am trying to Start Xcode with the custom toolchain and to be enabled to use the open source version of Swift.
Steps are taken from Swift.org
And I receive this error:
xcrun: error: unable to find utility "launch-with-toolchain", not a developer tool or in PATH
xcrun launch-with-toolchain /Library/Developer/Toolchains/swift-latest.xctoolchain
produces the same error. – Reeve