Hi, I'm trying to install the new 5.6 toolchain so I can develop swift on VScode but after installing the toolchain from swift.org and running
$ export PATH=/Library/Developer/Toolchains/swift-latest.xctoolchain/usr/bin:"${PATH}"
and
export TOOLCHAINS=org.swift.560202203081a
I get this error when trying swift -version
swift: error: can't exec '/Library/Developer/Toolchains/swift-5.6-RELEASE.xctoolchain/usr/libexec/swift' (errno=Permission denied)