Swift Toolchain for Android Installation Problems on M3

Hello trying to install Swift Tooolchain for Android, following instructions described here Swift for Android, but when running this command (scd list-installed) to check that everything went as accepted I got the following error:

Error: Unexpected argument 'list-installed'
Usage: scd
See 'scd --help' for more information.
ERROR: command '/Users/nikolas/Library/Developer/Scade/Toolchains/scd/bin/scd-6.0 list-installed' failed with exit code 64

Running it on Apple Mac M3, with macOS Sequoia 15.3.2

Any suggestions?

That is a proprietary toolchain put out by this company, which probably builds off the official open-source toolchain but which we in the Swift community cannot be expected to support. If you want to use it, I suggest you get in touch with them.

Alternatively, I list some other toolchain options you can try here.

2 Likes

In addition, we’re working towards a single official download hosted at swift.org

5 Likes