File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 continue-on-error : false
2323 runs-on : ${{ matrix.os }}
2424 env :
25- OPENSWIFTUI_WERROR : 1
25+ OPENSWIFTUI_WERROR : 0 # Relax werror for 5.10 temporary
2626 OPENGRAPH_ATTRIBUTEGRAPH : 0
2727 OPENSWIFTUI_COMPATIBILITY_TEST : 0
2828 OPENSWIFTUI_SWIFT_LOG : 1
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ default:
6767var sharedSwiftSettings : [ SwiftSetting ] = [
6868 . enableUpcomingFeature( " BareSlashRegexLiterals " ) ,
6969 . enableExperimentalFeature( " AccessLevelOnImport " ) ,
70- // .enableUpcomingFeature("InternalImportsByDefault"),
70+ . enableUpcomingFeature( " InternalImportsByDefault " ) ,
7171 . define( " OPENSWIFTUI_SUPPRESS_DEPRECATED_WARNINGS " ) ,
7272 . define( " OPENSWIFTUI_RELEASE_ \( releaseVersion) " ) ,
7373]
You can’t perform that action at this time.
0 commit comments