File tree 2 files changed +5
-12
lines changed
2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- swift_version : ["5.10.0-RELEASE", " 6.0-SNAPSHOT-2024-09-18-a "]
15
+ swift_version : ["6.0.2-RELEASE "]
16
16
os : [ubuntu-22.04]
17
17
extra_params : [""]
18
- include :
19
- - swift_version : " 6.0-SNAPSHOT-2024-09-18-a"
20
- continue-on-error : true
21
- - swift_version : " 5.10.0-RELEASE"
22
- continue-on-error : false
23
18
runs-on : ${{ matrix.os }}
24
19
env :
25
20
OPENSWIFTUI_WERROR : 1
35
30
- name : build
36
31
run : |
37
32
swift build --triple wasm32-unknown-wasi ${{ matrix.extra_params }}
38
- continue-on-error : ${{ matrix.continue-on-error }}
39
- # Blocked by upstream support for WASM. See https://github.com/apple/swift-testing/issues/228
40
- # - name: test
41
- # run: |
42
- # swift test --triple wasm32-unknown-wasi ${{ matrix.extra_params }}
33
+ - name : test
34
+ run : |
35
+ swift test --triple wasm32-unknown-wasi ${{ matrix.extra_params }}
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ default:
67
67
var sharedSwiftSettings : [ SwiftSetting ] = [
68
68
. enableUpcomingFeature( " BareSlashRegexLiterals " ) ,
69
69
. enableExperimentalFeature( " AccessLevelOnImport " ) ,
70
- // .enableUpcomingFeature("InternalImportsByDefault"),
70
+ . enableUpcomingFeature( " InternalImportsByDefault " ) ,
71
71
. define( " OPENSWIFTUI_SUPPRESS_DEPRECATED_WARNINGS " ) ,
72
72
. define( " OPENSWIFTUI_RELEASE_ \( releaseVersion) " ) ,
73
73
]
You can’t perform that action at this time.
0 commit comments