We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b6460 commit c1c96c7Copy full SHA for c1c96c7
docker/docker-compose.2204.main.yaml
@@ -11,7 +11,8 @@ services:
11
test:
12
image: *image
13
environment:
14
- - WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
+ # Disable warnings as errors on nightlies as they are still in-development.
15
+ # - WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
16
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
17
- STRICT_CONCURRENCY_ARG=-Xswiftc -strict-concurrency=complete
18
0 commit comments