Chris McGee
Chris McGee
Yes, it appears that there are some release downloads that show up in the metadata: ``` curl -L swift.org/api/v1/install/dev/releases.json ``` ``` ... "tag": "swift-5.10.1-RELEASE", "xcode": "Xcode 15.3", "xcode_release": false, "date":...
This is now merged into main.
The check could be done before the lengthy download and abort the install process right away with the explanation.
This would be a nice feature. There are a few things to consider. People running a toolchain command like `swift` or `lldb` might find it surprising that a seemingly local...
This error is happening because of an internal mechanism to prevent infinite recursive process spawning through the proxies, which could swamp a system with forked processes. The specific cause in...
This issue might be caused by a toolchain that wasn't fully installed, and lacking certain binaries, so swiftly proxies to itself instead of the toolchain binary. If this is the...
This should be a little less likely after fixes in #245, keeping this open to see if the newer versions still exhibit the circularity error.
It looks like the big URL -> FilePath created conflicts on this PR.
@swift-ci test macOS
@louisunlimited I suspect that the tests are failing because mocked http executor is producing fatal errors due to this attempt to make a network request. The idea is to keep...