Chris McGee
Chris McGee
The purpose of this PR is to reproduce a crash in swift atomics. Do not merge this.
Add the feature of a special selector "xcode" that can be used like the other swiftly selectors for some operations, such as `swiftly use`, and `swiftly list`, but has no...
Since swiftly is often making round-trips with the swift.org API for various commands, it could also do a brief check to see if it is up-to-date at the same time....
Fixes #117
When installing a Linux toolchain without a post-install file there's a brief message about the system packages that are needed for the toolchain. What happens if a user forgets about...
It is possible that a GUI could be driving swiftly in these two cases where things can take a significant time, mostly the downloading the toolchain portion. Add some kind...
In an effort to minimize dependencies, it could be that URLSession can be used instead of depending on the AHC/NIO stack. Let's investigate what if anything is missing from URLSession...
This package is deprecated and in swiftly the only real dependency is on the animated progress monitor. It will be good to remove the dependency to something that is better...