Swiftly v0.3.0

Version 0.3.0 of Swiftly the swift toolchain installer has been released. :tada:

The key new feature in v0.3.0 is toolchain PGP verification. Swiftly will now verify the PGP key of your downloaded toolchain before installing it.

Version 0.2.0 did introduce a self-update command, but unfortunately it was broken. This has now been fixed. Because of this plus the fact that the install script installs the required PGP keys, you will need to run the install script again.

curl -L https://swift-server.github.io/swiftly/swiftly-install.sh | bash

In the future you should be able to use

swiftly self-update

to update your version of swiftly.

20 Likes

Wohoo! Awesome, thank you Adam et al. Swiftly has been such a lifesaver when juggling many toolchains, I'm using it all the time :slight_smile:

1 Like

It's all work from @Patrick. I just did the release so I could learn the release process.

2 Likes

Does swiftly support download through proxy? I got error HTTPClientError.connectTimeout

There is no support at the moment, we will look into it

1 Like

When using a proxy do you use the http_proxy, https_proxy environment variables?

Yes I do. Sorry for late reply, I miss notification.