You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2025. It is now read-only.
I struggled a bit getting carton sdk install to work.
My first guess was to try carton sdk install 5.8, which didn't work. I then tried a tag name, for example: carton sdk install swift-wasm-5.9-SNAPSHOT-2023-08-01-a but that didn't work either.
I took me a while to figure out that I need to drop the swift- prefix from the tags. Is there a reason this is required, or is it a bug?
I struggled a bit getting
carton sdk installto work.My first guess was to try
carton sdk install 5.8, which didn't work. I then tried a tag name, for example:carton sdk install swift-wasm-5.9-SNAPSHOT-2023-08-01-abut that didn't work either.I took me a while to figure out that I need to drop the
swift-prefix from the tags. Is there a reason this is required, or is it a bug?