Add Docker Compose file for Swift 5.9.0 (#33)

This commit is contained in:
Si Beaumont
2023-11-30 20:26:33 +00:00
committed by GitHub
parent 7edc42113f
commit ddc356e9e1
+19
View File
@@ -0,0 +1,19 @@
version: "3"
services:
runtime-setup:
image: &image swift-openapi-ahc:22.04-5.9.0
build:
args:
ubuntu_version: "jammy"
swift_version: "5.9.0"
test:
image: *image
environment:
- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
- STRICT_CONCURRENCY_ARG=-Xswiftc -strict-concurrency=complete
shell:
image: *image