-
Notifications
You must be signed in to change notification settings - Fork 28
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
SwiftWasm 5.4 release #3040
Comments
@kateinoigakukun could you clarify what's the status of LTO in the 5.4 branch? |
LTO is already available in 5.4 branch but not tested well. |
A month has passed. Is there still an intention to release for 5.4? |
Yes, of course that's still the intention. I haven't been able to fix the regression we see with our 5.4 snapshots though, specifically #2851. If anyone can help, I would greatly appreciate it. |
Unfortunately it looks over my head. But my gut tells me the implementation of SE‐0284—which was added between 5.3.1 and 5.4—may have something to do with it. |
The regression is fixed now. I'm thinking of tagging |
I'm seeing issues with linking Foundation when building with SwiftPM with 5.4.0, I removed the
@kateinoigakukun could this be caused by autolinking changes applied to the toolchain, but not Foundation, or vice versa? As far as I understand, the issue can also be seen in |
@MaxDesiatov My auto-linking stuff is not included in 5.4 at all. So users still need to explicitly import CoreFoundation. |
That would only make the diff of |
Yes, |
Would a simple |
No need |
Should |
Putting |
Thanks. I've kicked off a new build https://github.com/swiftwasm/swift/actions/runs/1167086764 with swiftwasm/swift-corelibs-foundation@79156fe |
Closing this as resolved. SwiftWasm 5.4.0 is now available either as a standalone package, or via |
This is a tracking issue for everything that could block the 5.4 release of SwiftWasm.
UUID()
does not produce proper UUIDs #3320@resultBuilder
TokamakUI/Tokamak#442Enable LTO for the repositories above?Enable LTO by default or expose via flags incarton
?The text was updated successfully, but these errors were encountered: