Open kkebo opened 5 months ago
I'm not sure swiftly is the best place to resolve these issues. They should probably be fixed at the swift sdk
level.
I understand what you are saying, but I think it is too much of a responsibility for swift sdk
to have the feature to download a Swift SDK from somewhere like swift.org without specifying its URL.
And it is what swiftly already does.
Including @al45tair as he was working on this
What is Swift SDK?
Swift SDK is defined in SE-0387.
It can be installed by
swift sdk install
and uninstalled byswift sdk remove
.Nowadays, Swift SDKs are distributed in some places. It is expected to increase more and more in the future.
Motivations
The current installation process of Swift SDK has two problems I think.
swift sdk
command with swiftly.$HOME/.swiftpm/swift-sdks/
and shared between all Swift toolchains installed even if it cannot be usable in that version.Proposed solutions
I'd like to discuss more.