Chris McGee
Chris McGee
The swiftly binaries can be quite large. Decreasing their size can improve download times, especially over slower connections. It is possible that these linker flags could yield smaller binaries for...
When the builders are updated to include new Xcode versions, it can impact swiftly's CI because it pins the swift toolchain version based on the swift version file. If the...
Lately, the macOS CI was failing for swiftly with mysterious compiler errors. It was caused by the builders being upgrade to a newer macOS (Tahoe), and a new macOS SDK....
There is some additional information needed for fully private macOS swiftly installations. Add this information to the automated installation guide.
If there's no Xcode installed, and the command-line tools aren't there then swiftly should be able to either install them automatically, or as a system dependency with guidance for the...
When running swiftly init version 1.0.0 on macOS as the root user, there is the following error: ``` Error: RunProgramError(exitCode: 185, program: ".") ``` This is related to the following...