-
Notifications
You must be signed in to change notification settings - Fork 18
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
Build fails on Windows. #289
Comments
Dont think we currently support windows at all, so this would be a feature request |
My real goal is to make I spent some time looking at it and put together a draft change that mostly makes it build: #290 See comments in the PR, and let me know what you think. |
Currently, both Aws-crt-swift and Aws-sdk-swift don't support Windows. This is a feature request, and I think we will probably hit more issues than just #290 to properly support Windows and also add CI for it. Swift SDK might have to do some work as well on their side. We have added this to our backlog and will update here as soon as we have any updates. Please 👍 the original issue and that will help us prioritize this. |
Describe the bug
Building on Windows using
swift build
fails with errors.Expected Behavior
swift build
should build the project on Windows.Current Behavior
Reproduction Steps
swift build
from the repo root.Possible Solution
My initial investigation indicated defining
AWS_USE_IO_COMPLETION_PORTS
might solve the issue. Indeed, that does allow things to progress further:This seems like a different problem. Perhaps this shouldn't be built at all on Windows?
Additional Information/Context
No response
aws-crt-swift version used
commit 7b42e03 (HEAD -> main, tag: v0.36.0, origin/main, origin/HEAD)
Compiler and Version used
compnerd.org Swift version 6.0-dev (LLVM a527f49f462b0d7, Swift eef85a7be270421) Target: x86_64-unknown-windows-msvc
Operating System and version
Windows 11 Version 23H2 OS Build 22631.4249
The text was updated successfully, but these errors were encountered: