swiftly
swiftly copied to clipboard
Use only swift.org API for querying for downloadable toolchains
The swift.org API should be the source of truth for discovering downloadable toolchains. If none can be discovered for a particular selector from this API then don't fall back to GitHub as this is working around the site's API. It is expected that this will sever the last of the GitHub API requirement in swiftly, so that code should be removed.
Also, all of the URL's used by swiftly should have fully qualified www.swift.org URL's to avoid excessive redirection.
The transition to the new API is complete. Closing this.