Update local server for Swift 6 compliance (#428)

* Update local server to Swift 6

* fix compilation error for local server in release mode

* [CI] fix error for integration plugin test
This commit is contained in:
Sébastien Stormacq
2024-11-16 10:22:01 +01:00
committed by GitHub
parent 8724c47211
commit 21e224ea8d
4 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ jobs:
pushd Examples/${EXAMPLE}
# package the example (docker and swift toolchain are installed on the GH runner)
echo yes | swift package archive --allow-network-connections docker
LAMBDA_USE_LOCAL_DEPS=../.. swift package archive --allow-network-connections docker
# did the plugin generated a Linux binary?
[ -f ${OUTPUT_FILE} ]