Max Desiatov
Max Desiatov
The failures are not caused by swift-syntax or the compiler, it's SwiftPM passing a wrong triple to the Swift Syntax build when compiling dependencies of macros. That was fixed in...
Seems intermittent and we probably should have a retry logic in place. Could be a good first issue for new contributors to add that retry logic.
Yes, as this is an issue marked as "good first issue" and is unassigned, it's free for anyone for anyone to work on. Feel free to fix soundness and formatting...
It won't change the status quo WRT Window support, as Swift SDK Generator already depends on SwiftNIO.
No, it won't help since relevant Foundation APIs are not `async`.
This would definitely require a Swift toolchain build, which I'm actually interested in supporting in the generator eventually. Are you targeting a specific Linux distribution? Would you be able to...
Do you have a preset for that platform defined in the presets file? https://github.com/swiftlang/swift/blob/main/utils/build-presets.ini Core libraries should be enough in theory, and if those can be built with a readily...
Everything buildable with a preset locally can be built with a buildbot too, I'm not aware of any differences between those two cases that would preclude cross-compilation.
Can you include a preset that produces this output in your pull request and link that PR from here? Thanks!
Hi @lhoward, would you agree with the assessment above? Would you consider the issue resolved at this point?