swiftenv
swiftenv copied to clipboard
Swift Version Manager
Currently there's [SR-7039](https://bugs.swift.org/browse/SR-7039) open which prevents me from installing the amazing [Mint](https://github.com/yonaskolb/Mint) package manager on my Ubuntu 16.04 CI running with Swift 4.1.3 (I also tried 4.0.3 and Snapshot-2018-08-02 without...
Yes, some of us still use it. GET OFF MY LAWN ```shell $ echo 'setenv SWIFTENV_ROOT "$HOME/.swiftenv"' >> ~/.tcshrc $ echo 'setenv PATH "$SWIFTENV_ROOT/bin:$PATH"' >> ~/.tcshrc $ echo 'eval "`swiftenv...
This make swiftenv-build using self-defined presets that almost same as swift linux build one.