File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,18 @@ services:
5
5
image : &image swift-openapi-urlsession:22.04-5.10
6
6
build :
7
7
args :
8
- base_image : " swiftlang/swift:nightly-5.10-jammy"
8
+ ubuntu_version : " jammy"
9
+ swift_version : " 5.10"
9
10
10
11
test :
11
12
image : *image
12
13
environment :
13
14
- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
14
15
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
15
- - STRICT_CONCURRENCY_ARG=-Xswiftc -strict-concurrency=complete
16
+ # Disable strict concurrency checking as it intersects badly with
17
+ # warnings-as-errors on 5.10 and later as SwiftPMs generated test manifest
18
+ # has a non-sendable global property.
19
+ # - STRICT_CONCURRENCY_ARG=-Xswiftc -strict-concurrency=complete
16
20
17
21
shell :
18
22
image : *image
You can’t perform that action at this time.
0 commit comments