Skip to content

Commit

Permalink
Fix wasm build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Nov 10, 2024
1 parent 4da9040 commit b165385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
continue-on-error: false
runs-on: ${{ matrix.os }}
env:
OPENSWIFTUI_WERROR: 1
OPENSWIFTUI_WERROR: 0 # Relax werror for 5.10 temporary
OPENGRAPH_ATTRIBUTEGRAPH: 0
OPENSWIFTUI_COMPATIBILITY_TEST: 0
OPENSWIFTUI_SWIFT_LOG: 1
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ default:
var sharedSwiftSettings: [SwiftSetting] = [
.enableUpcomingFeature("BareSlashRegexLiterals"),
.enableExperimentalFeature("AccessLevelOnImport"),
// .enableUpcomingFeature("InternalImportsByDefault"),
.enableUpcomingFeature("InternalImportsByDefault"),
.define("OPENSWIFTUI_SUPPRESS_DEPRECATED_WARNINGS"),
.define("OPENSWIFTUI_RELEASE_\(releaseVersion)"),
]
Expand Down

0 comments on commit b165385

Please sign in to comment.