diff --git a/Package.swift b/Package.swift index 754b5ff..9c4cd56 100644 --- a/Package.swift +++ b/Package.swift @@ -28,7 +28,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/apple/swift-nio.git", from: "2.56.0"), - .package(url: "https://github.com/apple/swift-crypto.git", "1.0.0" ..< "3.0.0"), + .package(url: "https://github.com/apple/swift-crypto.git", "1.0.0" ..< "4.0.0"), .package(url: "https://github.com/apple/swift-atomics.git", from: "1.0.2"), .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"), ], diff --git a/docker/docker-compose.2004.56.yaml b/docker/docker-compose.2004.56.yaml index f572789..d6b93e8 100644 --- a/docker/docker-compose.2004.56.yaml +++ b/docker/docker-compose.2004.56.yaml @@ -15,9 +15,9 @@ services: test: image: swift-nio-ssh:20.04-5.6 environment: - - MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=235850 - - MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=1042050 - - MAX_ALLOCS_ALLOWED_client_server_streaming_large_message_in_small_chunks=55050 + - MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=211800 + - MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=1002050 + - MAX_ALLOCS_ALLOWED_client_server_streaming_large_message_in_small_chunks=47000 #- SANITIZER_ARG=--sanitize=thread #- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors diff --git a/docker/docker-compose.2204.57.yaml b/docker/docker-compose.2204.57.yaml index 98d432e..4e5f33c 100644 --- a/docker/docker-compose.2204.57.yaml +++ b/docker/docker-compose.2204.57.yaml @@ -15,9 +15,9 @@ services: test: image: swift-nio-ssh:22.04-5.7 environment: - - MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=223800 - - MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=1010050 - - MAX_ALLOCS_ALLOWED_client_server_streaming_large_message_in_small_chunks=51000 + - MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=199800 + - MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=970050 + - MAX_ALLOCS_ALLOWED_client_server_streaming_large_message_in_small_chunks=42950 #- SANITIZER_ARG=--sanitize=thread #- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors diff --git a/docker/docker-compose.2204.58.yaml b/docker/docker-compose.2204.58.yaml index a2b2cb5..3a99407 100644 --- a/docker/docker-compose.2204.58.yaml +++ b/docker/docker-compose.2204.58.yaml @@ -15,9 +15,9 @@ services: test: image: swift-nio-ssh:22.04-5.8 environment: - - MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=217800 - - MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=997050 - - MAX_ALLOCS_ALLOWED_client_server_streaming_large_message_in_small_chunks=49000 + - MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=193800 + - MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=957050 + - MAX_ALLOCS_ALLOWED_client_server_streaming_large_message_in_small_chunks=40950 - IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error #- SANITIZER_ARG=--sanitize=thread - WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors diff --git a/docker/docker-compose.2204.59.yaml b/docker/docker-compose.2204.59.yaml index fadbccb..938b7e3 100644 --- a/docker/docker-compose.2204.59.yaml +++ b/docker/docker-compose.2204.59.yaml @@ -14,9 +14,9 @@ services: test: image: swift-nio-ssh:22.04-5.9 environment: - - MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=223900 - - MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=1100050 - - MAX_ALLOCS_ALLOWED_client_server_streaming_large_message_in_small_chunks=51100 + - MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=199900 + - MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=1060050 + - MAX_ALLOCS_ALLOWED_client_server_streaming_large_message_in_small_chunks=43050 - IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error #- SANITIZER_ARG=--sanitize=thread - WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors diff --git a/docker/docker-compose.2204.main.yaml b/docker/docker-compose.2204.main.yaml index 1e1602a..c884ecf 100644 --- a/docker/docker-compose.2204.main.yaml +++ b/docker/docker-compose.2204.main.yaml @@ -14,9 +14,9 @@ services: test: image: swift-nio-ssh:22.04-main environment: - - MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=217900 - - MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=1090050 - - MAX_ALLOCS_ALLOWED_client_server_streaming_large_message_in_small_chunks=49100 + - MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=193900 + - MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=1050050 + - MAX_ALLOCS_ALLOWED_client_server_streaming_large_message_in_small_chunks=41050 - IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error #- SANITIZER_ARG=--sanitize=thread - WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors