swiftenv icon indicating copy to clipboard operation
swiftenv copied to clipboard

Swift Version Manager

Results 13 swiftenv issues
Sort by recently updated
recently updated
newest added

This addresses #192 With only this change, `gpg` logs a (slightly) more promising message: ``` gpg: Signature made Thu 30 Mar 2023 10:28:52 PM UTC using RSA key ID ED3D1561...

When running `swiftenv install` with the `--verify` flag, it attempts to verify the signature but actually fails open with the following logging: ``` gpg: no signed data gpg: can't hash...

Not an issue... more of a suggestion. This is a great product and really should be THE official way to install Swift. Have you thought about proposing this to the...

Hi, hopefully an easy addition - let me know if you need any assistance: ``` swiftenv install 5.8 swift-driver version: 1.45.2 We don't have build instructions for 5.8. ```

This Linux distro by System 76 is based on Ubuntu https://pop.system76.com/

The Swift toolchain recently added [official support for Windows](https://swift.org/download/#releases), so it would be nice to have `swiftenv` support it. Or would that be impossible given that `swiftenv` is written in...

enhancement

I'm not sure if this is just a user error or not, but I get the following error attempting to use [`swift-format`](https://github.com/apple/swift-format) alongside `swiftenv`: ```sh $ swift format no such...

swiftenv 1.4.0 installed via homebrew Overriding swift toolchain with one of installed version by local or global doesn't seem to do anything even though swiftevn points to toolchain ``` $...

Add build instruction for swift-5.1-branch in share/swiftenv-build/5.1-dev

I'm on Elementary OS, an Ubuntu-based Linux. The Swift binaries compiled for Ubuntu 16.04 are fully compatible with it. But if using **swiftenv**, I get two results depending on how...