-
Notifications
You must be signed in to change notification settings - Fork 76
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
Windows: Unable to build SwiftGodot using Swift 5.10 toolchain #418
Comments
Looks like import Foundation
let url = URL(fileURLWithPath: "/Projects/SwiftGodot/Sources/ExtensionApi/extension_api.json")
print(try! Data(contentsOf: url)) It works fine on 5.9.2 release:
But fails on 5.10 release:
|
Reported the issue at swiftlang/swift-corelibs-foundation#4921 |
After fixing extension api reading Windows build still fails throwing a whole bunch of errors like
and so on, basically it does not include generated sources into the build for some reason. |
Building SwiftGodot on Windows using Swift 5.10 fails during generator plugin execution:
The text was updated successfully, but these errors were encountered: