Skip to content

Releases: kylef/swiftenv

0.3.2

19 Dec 14:52
Compare
Choose a tag to compare
Bug Fixes
  • Performance improvement when running on OS X. In previous versions, during initialisation swiftenv with rehash the environment, unfortunately once we added support for Xcode's Swift there was a huge negative performance impact due to Xcode tools taking large amount of time due to the underlying commands being tremendously slow.

0.3.1

16 Dec 05:02
Compare
Choose a tag to compare
Bug Fixes
  • Improved error reporting when trying to install a non-existent Swift version.
  • When a shim command isn't found in version, search PATH too. This fixes a problem when using swiftenv on OS X with Xcode installed while your Swift version is configured to a snapshot from swift.org.

0.3.0

16 Dec 03:27
Compare
Choose a tag to compare
Enhancements
  • swiftenv install can now install Swift on OS X.

0.2.1

16 Dec 01:40
Compare
Choose a tag to compare
Bug Fixes
  • Fixes an issue when installing via Homebrew and the $SWIFTENV_ROOT directory didn't exist.

0.2.0

16 Dec 00:41
Compare
Choose a tag to compare
Enhancements
  • Adds support for versions of Swift included in Xcode.
  • Added swiftenv --help.

0.1.0

15 Dec 21:05
Compare
Choose a tag to compare

Initial release.