You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I finally could reproduce the issue and it's already incidentally fixed by --gc-sections support in the main branch. So it's reproducible with 6.0 snapshot.
But the root cause is still unclear... There should be something wrong in incremental compilation of swift-driver, so it might happen again
Steps to reproduce:
swift package init --type executable
This results in a long list of errors like:
Workaround:
Add
import _RegexParser
in a Swift file.Environment:
swift-wasm-6.0-SNAPSHOT-2024-04-16-a-macos_x86_64
The text was updated successfully, but these errors were encountered: