-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Windows binaries #180
Comments
I don't think bash would be a blocker, bash is available on Windows. Installing other development tools such as git bring bash terminal along too. At the moment, swiftenv should already work with Windows providing swift versions have been installed in I've taken a look at what it would take to support both installing from these new Windows binaries, and being able to switch between the versions and have a limited proof of concept working, however it would appear that it won't be possible to support these binaries in their current form due to the following:
However given the caveats, installing the Swift package manually allows it to be known by swiftenv with a couple of minor changes to
|
The Swift toolchain recently added official support for Windows, so it would be nice to have
swiftenv
support it. Or would that be impossible given thatswiftenv
is written in Bash?The text was updated successfully, but these errors were encountered: