Build Information
Successful build of hummingbird-lambda, reference main (48091d
), with Swift 6.1 for Linux on 24 Jun 2025 00:17:32 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-lambda.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/hummingbird-project/hummingbird-lambda
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 48091d0 Update from hummingbird-project-template 9f1753de24c31bae77d963d51cc52bff1d895b4e (#49)
Cloned https://github.com/hummingbird-project/hummingbird-lambda.git
Revision (git rev-parse @):
48091d0bdd269a950e56f0f6edc378d8f8e9e0ba
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-lambda.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/hummingbird-project/hummingbird-lambda.git
https://github.com/hummingbird-project/hummingbird-lambda.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-aws-lambda-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-alpha.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-runtime.git"
},
{
"identity" : "swift-aws-lambda-events",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-events.git"
},
{
"identity" : "swift-extras-base64",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-extras/swift-extras-base64.git"
},
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.32.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "hummingbird-lambda",
"name" : "hummingbird-lambda",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "HummingbirdLambda",
"targets" : [
"HummingbirdLambda"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdLambdaTesting",
"targets" : [
"HummingbirdLambdaTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HBLambdaTest",
"targets" : [
"HBLambdaTest"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "HummingbirdLambdaTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdLambdaTests",
"path" : "Tests/HummingbirdLambdaTests",
"product_dependencies" : [
"NIOPosix"
],
"sources" : [
"LambdaTests.swift"
],
"target_dependencies" : [
"HummingbirdLambda",
"HummingbirdLambdaTesting"
],
"type" : "test"
},
{
"c99name" : "HummingbirdLambdaTesting",
"module_type" : "SwiftTarget",
"name" : "HummingbirdLambdaTesting",
"path" : "Sources/HummingbirdLambdaTesting",
"product_memberships" : [
"HummingbirdLambdaTesting"
],
"sources" : [
"APIGatewayLambda.swift",
"APIGatewayV2Lambda.swift",
"HBLambdaTestFramework.swift",
"Lambda+Testing.swift",
"LambdaEvent.swift"
],
"target_dependencies" : [
"HummingbirdLambda"
],
"type" : "library"
},
{
"c99name" : "HummingbirdLambda",
"module_type" : "SwiftTarget",
"name" : "HummingbirdLambda",
"path" : "Sources/HummingbirdLambda",
"product_dependencies" : [
"AWSLambdaRuntime",
"AWSLambdaEvents",
"ExtrasBase64",
"Hummingbird"
],
"product_memberships" : [
"HummingbirdLambda",
"HummingbirdLambdaTesting",
"HBLambdaTest"
],
"sources" : [
"APIGatewayLambda.swift",
"APIGatewayV2Lambda.swift",
"BasicLambdaRequestContext.swift",
"CollateResponseBodyWriter.swift",
"Deprecations.swift",
"Exports.swift",
"LambdaFunction.swift",
"LambdaHandler.swift",
"LambdaRequestContext.swift",
"Request+APIGateway.swift",
"Response+APIGateway.swift"
],
"type" : "library"
},
{
"c99name" : "HBLambdaTest",
"module_type" : "SwiftTarget",
"name" : "HBLambdaTest",
"path" : "Sources/HBLambdaTest",
"product_memberships" : [
"HBLambdaTest"
],
"sources" : [
"maths.swift"
],
"target_dependencies" : [
"HummingbirdLambda"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-extras/swift-extras-base64.git
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/swift-server/swift-aws-lambda-events.git
Fetching https://github.com/swift-server/swift-aws-lambda-runtime.git
Fetching https://github.com/apple/swift-nio.git
[1/833] Fetching swift-extras-base64
[834/12369] Fetching swift-extras-base64, swift-aws-lambda-runtime
[835/14805] Fetching swift-extras-base64, swift-aws-lambda-runtime, swift-aws-lambda-events
[3847/39582] Fetching swift-extras-base64, swift-aws-lambda-runtime, swift-aws-lambda-events, hummingbird
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (0.35s)
[3261/38749] Fetching swift-aws-lambda-runtime, swift-aws-lambda-events, hummingbird
[10050/115088] Fetching swift-aws-lambda-runtime, swift-aws-lambda-events, hummingbird, swift-nio
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.22s)
[43745/90311] Fetching swift-aws-lambda-runtime, swift-aws-lambda-events, swift-nio
Fetched https://github.com/swift-server/swift-aws-lambda-events.git from cache (4.29s)
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (4.35s)
Fetched https://github.com/apple/swift-nio.git from cache (4.42s)
Computing version for https://github.com/swift-extras/swift-extras-base64.git
Computed https://github.com/swift-extras/swift-extras-base64.git at 1.0.0 (8.63s)
Computing version for https://github.com/swift-server/swift-aws-lambda-events.git
Computed https://github.com/swift-server/swift-aws-lambda-events.git at 1.0.0 (0.65s)
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.42s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.07s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.1 (0.61s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/swift-server/async-http-client.git
[1/2667] Fetching swift-nio-transport-services
[2002/5093] Fetching swift-nio-transport-services, swift-service-lifecycle
[4342/11068] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-extras
[9337/25082] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-extras, async-http-client
[10075/36614] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-extras, async-http-client, swift-nio-http2
[13114/51504] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-extras, async-http-client, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (1.44s)
[29599/37490] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-distributed-tracing.git
[33322/42516] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.79s)
[34810/37490] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.42s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.43s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.45s)
Fetching https://github.com/apple/swift-atomics.git
[1/2206] Fetching swift-metrics
[2207/4003] Fetching swift-metrics, swift-atomics
Fetched https://github.com/apple/swift-metrics.git from cache (0.63s)
Fetching https://github.com/apple/swift-async-algorithms.git
[611/1797] Fetching swift-atomics
[1691/18437] Fetching swift-atomics, swift-collections
[2464/22273] Fetching swift-atomics, swift-collections, swift-log
[9628/27258] Fetching swift-atomics, swift-collections, swift-log, swift-async-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.91s)
[9143/25461] Fetching swift-collections, swift-log, swift-async-algorithms
Fetched https://github.com/apple/swift-log.git from cache (0.95s)
[6254/21625] Fetching swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.51s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.54s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.60s)
[4327/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.90s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (5.54s)
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.57s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.20s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.09s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.66s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.76s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.70s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.57s)
Fetching https://github.com/apple/swift-service-context.git
[1/1081] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.69s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.41s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.83s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.51s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.62s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1169] Fetching swift-http-structured-headers
[1170/2785] Fetching swift-http-structured-headers, swift-asn1
[1946/8744] Fetching swift-http-structured-headers, swift-asn1, swift-algorithms
[1947/14943] Fetching swift-http-structured-headers, swift-asn1, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.31s)
[8900/13774] Fetching swift-asn1, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.45s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.45s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.45s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.04s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.53s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.63s)
Fetching https://github.com/apple/swift-crypto.git
[1/15433] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.74s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.23s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.63s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.56s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (0.99s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.50s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.55s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.62s)
Computing version for https://github.com/swift-server/swift-aws-lambda-runtime.git
Computed https://github.com/swift-server/swift-aws-lambda-runtime.git at 1.0.0-alpha.3 (0.55s)
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/swift-server/swift-aws-lambda-events.git
Working copy of https://github.com/swift-server/swift-aws-lambda-events.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.1
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.14.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/swift-extras/swift-extras-base64.git
Working copy of https://github.com/swift-extras/swift-extras-base64.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/swift-server/swift-aws-lambda-runtime.git
Working copy of https://github.com/swift-server/swift-aws-lambda-runtime.git resolved at 1.0.0-alpha.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/97] Write sources
[36/97] Compiling CNIOWindows shim.c
[37/97] Compiling _AtomicsShims.c
[38/97] Compiling CNIOWASI CNIOWASI.c
[39/97] Compiling CNIOWindows WSAStartup.c
[40/97] Compiling CNIOLinux liburing_shims.c
[41/97] Compiling CNIODarwin shim.c
[42/97] Write sources
[48/97] Compiling CNIOLinux shim.c
[49/97] Compiling CNIOLLHTTP c_nio_api.c
[50/97] Compiling CNIOLLHTTP c_nio_http.c
[51/97] Write swift-version-24593BA9C3E375BF.txt
[52/97] Compiling CNIOLLHTTP c_nio_llhttp.c
[54/133] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[55/133] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[56/133] Compiling InternalCollectionsUtilities UInt+reversed.swift
[57/134] Compiling HTTPTypes HTTPFieldName.swift
[58/134] Compiling InternalCollectionsUtilities Descriptions.swift
[59/134] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[60/134] Compiling HTTPTypes HTTPParsedFields.swift
[61/134] Compiling HTTPTypes ISOLatin1String.swift
[62/134] Compiling HTTPTypes HTTPRequest.swift
[63/135] Emitting module InternalCollectionsUtilities
[64/135] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[65/135] Compiling InternalCollectionsUtilities Integer rank.swift
[66/135] Emitting module HTTPTypes
[67/135] Compiling HTTPTypes HTTPField.swift
[68/135] Compiling _NIODataStructures _TinyArray.swift
[69/135] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[70/135] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[71/135] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[72/135] Compiling InternalCollectionsUtilities _SortedCollection.swift
[73/135] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[74/135] Compiling InternalCollectionsUtilities Debugging.swift
[75/135] Compiling ServiceContextModule ServiceContext.swift
[76/135] Compiling ServiceContextModule ServiceContextKey.swift
[77/135] Emitting module ServiceContextModule
[78/136] Compiling _NIODataStructures PriorityQueue.swift
[79/136] Compiling HTTPTypes HTTPResponse.swift
[80/136] Emitting module _NIOBase64
[81/136] Compiling _NIOBase64 Base64.swift
[84/137] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[86/150] Compiling Instrumentation NoOpInstrument.swift
[87/150] Compiling Instrumentation Instrument.swift
[88/150] Emitting module Instrumentation
[89/150] Compiling Instrumentation MultiplexInstrument.swift
[90/150] Compiling Instrumentation InstrumentationSystem.swift
[91/150] Compiling Instrumentation Locks.swift
[92/151] Compiling _NIODataStructures Heap.swift
[93/151] Emitting module _NIODataStructures
[94/152] Compiling Logging MetadataProvider.swift
[95/152] Emitting module Logging
[96/152] Compiling HTTPTypes NIOLock.swift
[98/152] Compiling Logging LogHandler.swift
[99/152] Compiling Logging Logging.swift
[100/152] Compiling Logging Locks.swift
[100/152] Compiling c-nioatomics.c
[103/205] Compiling c-atomics.c
[105/367] Compiling HeapModule Heap.swift
[106/367] Compiling Tracing TracingTime.swift
[107/367] Compiling HeapModule _HeapNode.swift
[108/367] Emitting module Tracing
[109/367] Compiling Tracing TracerProtocol.swift
[110/367] Compiling ExtrasBase64 Base32.swift
[111/367] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[112/367] Compiling HeapModule Heap+Invariants.swift
[113/367] Compiling HeapModule Heap+Descriptions.swift
[114/367] Emitting module HeapModule
[115/367] Compiling HeapModule Heap+UnsafeHandle.swift
[116/368] Compiling CoreMetrics Locks.swift
[117/368] Compiling CoreMetrics Metrics.swift
[118/368] Emitting module CoreMetrics
[120/369] Compiling Tracing Tracer.swift
[121/369] Compiling Tracing TracerProtocol+Legacy.swift
[123/372] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[124/372] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[125/372] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[126/372] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[127/372] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[128/372] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[129/372] Compiling OrderedCollections _HashTable+Bucket.swift
[130/372] Compiling OrderedCollections _HashTable+BucketIterator.swift
[131/372] Compiling OrderedCollections _HashTable+Constants.swift
[132/372] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[133/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[134/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[135/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[136/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[137/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[138/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[139/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[140/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[147/394] Compiling OrderedCollections OrderedSet+Descriptions.swift
[148/394] Compiling OrderedCollections OrderedSet+Diffing.swift
[149/394] Compiling OrderedCollections OrderedSet+Equatable.swift
[150/394] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[151/394] Compiling OrderedCollections OrderedSet+Hashable.swift
[152/394] Compiling OrderedCollections OrderedSet+Initializers.swift
[153/394] Compiling OrderedCollections OrderedSet+Insertions.swift
[154/394] Compiling OrderedCollections OrderedSet+Invariants.swift
[155/394] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[156/394] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[157/394] Compiling Tracing InstrumentationSystem+Tracing.swift
[158/394] Compiling Tracing NoOpTracer.swift
[159/394] Compiling Tracing SpanProtocol.swift
[161/395] Compiling OrderedCollections OrderedDictionary.swift
[162/395] Compiling OrderedCollections OrderedSet+Codable.swift
[163/395] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[169/395] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[170/395] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[171/395] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[172/395] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[173/395] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[174/395] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[175/395] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[176/395] Compiling OrderedCollections OrderedDictionary+Values.swift
[182/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[183/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[184/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[185/395] Compiling NIOConcurrencyHelpers lock.swift
[186/410] Emitting module NIOConcurrencyHelpers
[187/410] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[188/410] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[189/410] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[190/410] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[191/410] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[192/410] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[193/410] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[194/410] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[195/410] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[196/410] Compiling HashTreeCollections TreeSet.swift
[198/410] Compiling OrderedCollections OrderedSet+Sendable.swift
[199/410] Compiling OrderedCollections OrderedSet+SubSequence.swift
[200/410] Compiling OrderedCollections OrderedSet+Testing.swift
[201/410] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[202/410] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[203/410] Compiling OrderedCollections OrderedSet.swift
[204/410] Compiling OrderedCollections _UnsafeBitset.swift
[205/410] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[206/410] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[207/410] Compiling HashTreeCollections TreeDictionary+Values.swift
[208/410] Compiling OrderedCollections _HashTable+Testing.swift
[209/410] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[210/410] Compiling OrderedCollections _HashTable.swift
[211/410] Compiling OrderedCollections _Hashtable+Header.swift
[219/410] Compiling DequeModule _DequeBuffer.swift
[220/410] Compiling DequeModule _DequeBufferHeader.swift
[221/412] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[222/412] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[223/412] Compiling NIOConcurrencyHelpers NIOLock.swift
[224/412] Compiling NIOConcurrencyHelpers atomics.swift
[226/413] Compiling DequeModule Deque+CustomReflectable.swift
[227/413] Compiling DequeModule Deque+Descriptions.swift
[228/413] Compiling DequeModule Deque+Extras.swift
[229/413] Compiling DequeModule Deque+Hashable.swift
[230/413] Compiling DequeModule Deque+Equatable.swift
[231/413] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[250/422] Compiling DequeModule Deque._UnsafeHandle.swift
[251/422] Compiling DequeModule Deque.swift
[254/422] Compiling DequeModule _DequeSlot.swift
[255/422] Compiling DequeModule _UnsafeWrappedBuffer.swift
[260/422] Compiling DequeModule Deque+Codable.swift
[261/422] Compiling DequeModule Deque+Collection.swift
[268/422] Compiling DequeModule Deque+Testing.swift
[269/422] Compiling DequeModule Deque._Storage.swift
[289/425] Compiling HTTPTypes HTTPFields.swift
[290/426] Compiling ConcurrencyHelpers LockedValueBox.swift
[308/426] Compiling ConcurrencyHelpers Lock.swift
[315/426] Emitting module ConcurrencyHelpers
[317/480] Emitting module _RopeModule
[318/480] Emitting module OrderedCollections
[320/499] Emitting module DequeModule
[321/500] Compiling HashTreeCollections _AncestorHashSlots.swift
[322/500] Compiling HashTreeCollections _Bitmap.swift
[323/500] Compiling HashTreeCollections _Bucket.swift
[324/500] Compiling _RopeModule Rope+Join.swift
[325/500] Compiling _RopeModule Rope+MutatingForEach.swift
[326/500] Compiling _RopeModule Rope+Remove.swift
[327/500] Compiling _RopeModule Rope+RemoveSubrange.swift
[328/500] Compiling _RopeModule Rope+Split.swift
[329/500] Compiling _RopeModule Optional Utilities.swift
[330/500] Compiling _RopeModule String Utilities.swift
[331/500] Compiling _RopeModule String.Index+ABI.swift
[332/500] Compiling BitCollections BitArray+CustomReflectable.swift
[333/500] Compiling BitCollections BitArray+Descriptions.swift
[334/500] Compiling BitCollections BitArray+Equatable.swift
[335/500] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[336/500] Compiling BitCollections BitSet+CustomReflectable.swift
[337/500] Compiling BitCollections BitSet+CustomStringConvertible.swift
[338/500] Compiling BitCollections BitSet+Equatable.swift
[339/500] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[340/500] Compiling BitCollections BitSet+Extras.swift
[341/500] Compiling BitCollections BitSet+Hashable.swift
[342/500] Compiling BitCollections BitSet+Initializers.swift
[343/500] Compiling Atomics IntegerConformances.swift
[344/500] Compiling Atomics PointerConformances.swift
[345/500] Compiling Atomics Primitives.native.swift
[346/500] Compiling Atomics AtomicStorage.swift
[347/500] Compiling Atomics AtomicValue.swift
[348/500] Compiling Atomics AtomicInteger.swift
[349/500] Compiling Atomics AtomicOptionalWrappable.swift
[350/500] Compiling Atomics AtomicReference.swift
[351/500] Compiling Atomics OptionalRawRepresentable.swift
[352/500] Compiling Atomics RawRepresentable.swift
[353/500] Compiling Atomics AtomicBool.swift
[357/502] Compiling Atomics ManagedAtomic.swift
[358/502] Compiling Atomics ManagedAtomicLazyReference.swift
[359/505] Emitting module BitCollections
[360/512] Compiling Atomics UnsafeAtomic.swift
[361/512] Compiling Atomics UnsafeAtomicLazyReference.swift
[362/512] Compiling Atomics AtomicMemoryOrderings.swift
[363/512] Compiling Atomics DoubleWord.swift
[365/512] Compiling BitCollections BitSet+Invariants.swift
[366/512] Compiling BitCollections BitSet+Random.swift
[367/512] Compiling BitCollections BitSet+SetAlgebra basics.swift
[368/512] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[369/512] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[370/512] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[378/557] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[379/557] Compiling AsyncAlgorithms AsyncChannel.swift
[380/557] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[381/557] Compiling AsyncAlgorithms DebounceStateMachine.swift
[382/557] Compiling AsyncAlgorithms DebounceStorage.swift
[383/557] Compiling AsyncAlgorithms Dictionary.swift
[384/557] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[385/557] Compiling AsyncAlgorithms Locking.swift
[386/557] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[387/557] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[388/557] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[389/557] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[390/557] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[391/557] Compiling BitCollections BitSet+SetAlgebra union.swift
[392/557] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[393/557] Compiling BitCollections BitSet.Counted.swift
[394/557] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[395/557] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[396/557] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[401/557] Compiling BitCollections BitSet.Index.swift
[402/557] Compiling BitCollections BitSet._UnsafeHandle.swift
[403/557] Compiling BitCollections BitSet.swift
[404/557] Compiling BitCollections Range+Utilities.swift
[405/557] Compiling BitCollections Slice+Utilities.swift
[406/557] Compiling BitCollections UInt+Tricks.swift
[407/557] Compiling BitCollections _Word.swift
[416/557] Compiling UnixSignals UnixSignal.swift
[417/557] Emitting module UnixSignals
[418/557] Compiling UnixSignals UnixSignalsSequence.swift
[420/558] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[423/558] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[424/558] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[425/558] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[426/558] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[427/558] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[428/558] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[429/558] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[430/558] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[431/558] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[432/558] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[436/558] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[437/558] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[438/558] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[439/558] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[440/558] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[441/558] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[442/558] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[443/558] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[452/558] Compiling _RopeModule _CharacterRecognizer.swift
[454/580] Emitting module HashTreeCollections
[455/581] Compiling Metrics Metrics.swift
[456/581] Emitting module Metrics
[463/583] Wrapping AST for _NIODataStructures for debugging
[467/583] Wrapping AST for _RopeModule for debugging
[468/583] Wrapping AST for UnixSignals for debugging
[469/583] Wrapping AST for _NIOBase64 for debugging
[470/583] Wrapping AST for Tracing for debugging
[472/583] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[473/583] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[474/583] Compiling AsyncAlgorithms MergeStateMachine.swift
[475/583] Compiling AsyncAlgorithms MergeStorage.swift
[476/583] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[477/583] Compiling AsyncAlgorithms Rethrow.swift
[477/589] Wrapping AST for ServiceContextModule for debugging
[478/589] Wrapping AST for OrderedCollections for debugging
[479/589] Wrapping AST for NIOConcurrencyHelpers for debugging
[480/591] Wrapping AST for Metrics for debugging
[482/591] Compiling AWSLambdaEvents APIGateway.swift
[483/591] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[484/591] Compiling AWSLambdaEvents AWSRegion.swift
[485/591] Compiling AWSLambdaEvents ALB.swift
[486/591] Compiling AWSLambdaEvents APIGateway+Encodable.swift
[487/591] Compiling AWSLambdaEvents APIGateway+V2.swift
[488/591] Compiling AWSLambdaEvents AppSync.swift
[489/591] Compiling AWSLambdaEvents BedrockAgent.swift
[490/591] Compiling AWSLambdaEvents CloudFormation.swift
[491/591] Compiling AWSLambdaEvents FunctionURL.swift
[492/591] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[493/591] Compiling AWSLambdaEvents S3.swift
[494/591] Compiling AWSLambdaEvents Cloudwatch.swift
[495/591] Compiling AWSLambdaEvents Cognito.swift
[495/591] Wrapping AST for Logging for debugging
[496/591] Wrapping AST for InternalCollectionsUtilities for debugging
[498/591] Compiling Collections Collections.swift
[499/591] Emitting module Collections
[500/592] Compiling AWSLambdaEvents Base64.swift
[501/592] Compiling AWSLambdaEvents DateWrappers.swift
[504/594] Wrapping AST for HashTreeCollections for debugging
[505/594] Wrapping AST for HeapModule for debugging
[506/594] Wrapping AST for Instrumentation for debugging
[508/594] Wrapping AST for CoreMetrics for debugging
[509/594] Wrapping AST for HTTPTypes for debugging
[510/594] Wrapping AST for ConcurrencyHelpers for debugging
[511/594] Wrapping AST for BitCollections for debugging
[512/594] Wrapping AST for DequeModule for debugging
[513/594] Wrapping AST for Collections for debugging
[521/594] Compiling AWSLambdaEvents HTTP.swift
[522/594] Compiling AWSLambdaEvents RFC5322DateParseStrategy.swift
[526/594] Compiling AWSLambdaEvents SES.swift
[527/594] Compiling AWSLambdaEvents SNS.swift
[528/594] Compiling AWSLambdaEvents SQS.swift
[529/594] Emitting module AWSLambdaEvents
[530/594] Compiling AsyncAlgorithms SetAlgebra.swift
[531/594] Compiling AsyncAlgorithms UnsafeTransfer.swift
[532/594] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[533/594] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[534/594] Compiling AsyncAlgorithms ZipStateMachine.swift
[535/594] Compiling AsyncAlgorithms ZipStorage.swift
[536/594] Compiling AWSLambdaEvents DynamoDB.swift
[542/594] Emitting module AsyncAlgorithms
[543/594] Compiling AsyncAlgorithms ChannelStateMachine.swift
[544/594] Compiling AsyncAlgorithms ChannelStorage.swift
[545/594] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[546/594] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[547/594] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[548/594] Compiling AsyncAlgorithms CombineLatestStorage.swift
[553/594] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[554/594] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[562/595] Emitting module Atomics
[565/596] Wrapping AST for AsyncAlgorithms for debugging
[571/604] Emitting module ServiceLifecycle
[571/605] Wrapping AST for Atomics for debugging
[573/605] Compiling ServiceLifecycle Service.swift
[574/665] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[575/665] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[576/665] Compiling ServiceLifecycle ServiceRunnerError.swift
[577/665] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[578/665] Compiling ServiceLifecycle CancellationWaiter.swift
[579/665] Compiling ServiceLifecycle GracefulShutdown.swift
[580/665] Emitting module ExtrasBase64
[581/665] Compiling ServiceLifecycle ServiceGroup.swift
[582/666] Compiling NIOCore MulticastChannel.swift
[583/666] Compiling NIOCore NIOAny.swift
[584/666] Compiling NIOCore NIOCloseOnErrorHandler.swift
[585/666] Compiling NIOCore NIOLoopBound.swift
[586/666] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[587/666] Compiling NIOCore NIOScheduledCallback.swift
[588/666] Compiling NIOCore NIOSendable.swift
[589/666] Compiling NIOCore RecvByteBufferAllocator.swift
[591/674] Compiling ExtrasBase64 Base64.swift
[593/675] Compiling NIOCore IO.swift
[594/675] Compiling NIOCore IOData.swift
[595/675] Compiling NIOCore IPProtocol.swift
[596/675] Compiling NIOCore IntegerBitPacking.swift
[597/675] Compiling NIOCore IntegerTypes.swift
[598/675] Compiling NIOCore Interfaces.swift
[599/675] Compiling NIOCore Linux.swift
[600/675] Compiling NIOCore MarkedCircularBuffer.swift
[600/675] Wrapping AST for ExtrasBase64 for debugging
[601/675] Wrapping AST for ServiceLifecycle for debugging
[603/675] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[604/675] Compiling NIOCore EventLoopFuture+Deprecated.swift
[605/675] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[606/675] Compiling NIOCore EventLoopFuture.swift
[607/675] Compiling NIOCore FileDescriptor.swift
[608/675] Compiling NIOCore FileHandle.swift
[609/675] Compiling NIOCore FileRegion.swift
[610/675] Compiling NIOCore GlobalSingletons.swift
[611/675] Compiling NIOCore DeadChannel.swift
[612/675] Compiling NIOCore DispatchQueue+WithFuture.swift
[613/675] Compiling NIOCore EventLoop+Deprecated.swift
[614/676] Compiling NIOCore CircularBuffer.swift
[615/676] Compiling NIOCore Codec.swift
[616/676] Compiling NIOCore ConvenienceOptionSupport.swift
[620/676] Compiling NIOCore EventLoop+SerialExecutor.swift
[621/676] Compiling NIOCore EventLoop.swift
[622/676] Wrapping AST for AWSLambdaEvents for debugging
[624/676] Compiling NIOCore AddressedEnvelope.swift
[625/676] Compiling NIOCore AsyncAwaitSupport.swift
[626/676] Compiling NIOCore AsyncChannel.swift
[627/676] Compiling NIOCore AsyncChannelHandler.swift
[628/676] Compiling NIOCore AsyncChannelInboundStream.swift
[629/676] Compiling NIOCore AsyncChannelOutboundWriter.swift
[630/676] Compiling NIOCore NIOAsyncSequenceProducer.swift
[631/676] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[632/676] Compiling NIOCore NIOAsyncWriter.swift
[633/676] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[634/676] Compiling NIOCore SocketAddresses.swift
[635/676] Compiling NIOCore SocketOptionProvider.swift
[636/676] Compiling NIOCore SystemCallHelpers.swift
[637/676] Compiling NIOCore TimeAmount+Duration.swift
[638/676] Compiling NIOCore TypeAssistedChannelHandler.swift
[639/676] Compiling NIOCore UniversalBootstrapSupport.swift
[640/676] Compiling NIOCore Utilities.swift
[641/676] Emitting module NIOCore
[642/676] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[643/676] Compiling NIOCore BSDSocketAPI.swift
[644/676] Compiling NIOCore ByteBuffer-aux.swift
[645/676] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[646/676] Compiling NIOCore ByteBuffer-conversions.swift
[647/676] Compiling NIOCore ByteBuffer-core.swift
[648/676] Compiling NIOCore ByteBuffer-hex.swift
[649/676] Compiling NIOCore ByteBuffer-int.swift
[650/676] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[651/676] Compiling NIOCore ByteBuffer-multi-int.swift
[652/676] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[653/676] Compiling NIOCore ByteBuffer-views.swift
[654/676] Compiling NIOCore Channel.swift
[655/676] Compiling NIOCore ChannelHandler.swift
[656/676] Compiling NIOCore ChannelHandlers.swift
[657/676] Compiling NIOCore ChannelInvoker.swift
[658/676] Compiling NIOCore ChannelOption.swift
[659/676] Compiling NIOCore ChannelPipeline.swift
[660/677] Wrapping AST for NIOCore for debugging
[662/729] Emitting module NIOHTTPTypes
[663/729] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[664/730] Wrapping AST for NIOHTTPTypes for debugging
[666/730] Compiling NIOEmbedded AsyncTestingChannel.swift
[667/730] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[668/730] Emitting module NIOEmbedded
[669/730] Compiling NIOEmbedded Embedded.swift
[671/731] Compiling NIOPosix IO.swift
[672/731] Compiling NIOPosix IntegerBitPacking.swift
[673/731] Compiling NIOPosix IntegerTypes.swift
[674/731] Compiling NIOPosix Linux.swift
[675/731] Compiling NIOPosix LinuxCPUSet.swift
[676/731] Compiling NIOPosix LinuxUring.swift
[677/731] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[677/737] Wrapping AST for NIOEmbedded for debugging
[679/737] Compiling NIOPosix ThreadPosix.swift
[680/737] Compiling NIOPosix ThreadWindows.swift
[681/737] Compiling NIOPosix UnsafeTransfer.swift
[682/737] Compiling NIOPosix Utilities.swift
[683/737] Compiling NIOPosix VsockAddress.swift
[684/737] Compiling NIOPosix VsockChannelEvents.swift
[685/737] Compiling NIOPosix ServerSocket.swift
[686/737] Compiling NIOPosix Socket.swift
[687/737] Compiling NIOPosix SocketChannel.swift
[688/737] Compiling NIOPosix SocketProtocols.swift
[689/737] Compiling NIOPosix System.swift
[690/737] Compiling NIOPosix Thread.swift
[691/737] Compiling NIOPosix SelectableChannel.swift
[692/737] Compiling NIOPosix SelectableEventLoop.swift
[693/737] Compiling NIOPosix SelectorEpoll.swift
[694/737] Compiling NIOPosix SelectorGeneric.swift
[695/737] Compiling NIOPosix SelectorKqueue.swift
[696/737] Compiling NIOPosix SelectorUring.swift
[697/737] Compiling NIOPosix Pool.swift
[698/737] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[699/737] Compiling NIOPosix PosixSingletons.swift
[700/737] Compiling NIOPosix RawSocketBootstrap.swift
[701/737] Compiling NIOPosix Resolver.swift
[702/737] Compiling NIOPosix Selectable.swift
[703/737] Emitting module NIOPosix
[704/737] Compiling NIOPosix BSDSocketAPICommon.swift
[705/737] Compiling NIOPosix BSDSocketAPIPosix.swift
[706/737] Compiling NIOPosix BSDSocketAPIWindows.swift
[707/737] Compiling NIOPosix BaseSocket.swift
[708/737] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[709/737] Compiling NIOPosix BaseSocketChannel.swift
[710/737] Compiling NIOPosix BaseStreamSocketChannel.swift
[711/737] Compiling NIOPosix Bootstrap.swift
[712/737] Compiling NIOPosix ControlMessage.swift
[713/737] Compiling NIOPosix DatagramVectorReadManager.swift
[714/737] Compiling NIOPosix Errors+Any.swift
[715/737] Compiling NIOPosix FileDescriptor.swift
[716/737] Compiling NIOPosix GetaddrinfoResolver.swift
[717/737] Compiling NIOPosix HappyEyeballs.swift
[718/737] Compiling NIOPosix NIOThreadPool.swift
[719/737] Compiling NIOPosix NonBlockingFileIO.swift
[720/737] Compiling NIOPosix PendingDatagramWritesManager.swift
[721/737] Compiling NIOPosix PendingWritesManager.swift
[722/737] Compiling NIOPosix PipeChannel.swift
[723/737] Compiling NIOPosix PipePair.swift
[724/738] Wrapping AST for NIOPosix for debugging
[726/740] Compiling NIO Exports.swift
[727/740] Emitting module NIO
[728/741] Wrapping AST for NIO for debugging
[730/762] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[731/762] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[732/762] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[733/762] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[734/762] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[735/764] Emitting module NIOFoundationCompat
[736/764] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[737/764] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[738/764] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[739/765] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[740/765] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[742/765] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[743/765] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[743/765] Wrapping AST for NIOFoundationCompat for debugging
[745/765] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[746/765] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[747/765] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[748/765] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[749/765] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[750/765] Compiling NIOHTTP1 HTTPTypes.swift
[751/765] Emitting module NIOHTTP1
[752/765] Compiling NIOHTTP1 ByteCollectionUtils.swift
[753/765] Compiling NIOHTTP1 HTTPDecoder.swift
[754/765] Compiling NIOHTTP1 HTTPEncoder.swift
[755/766] Wrapping AST for NIOHTTP1 for debugging
[757/803] Emitting module NIOHTTPTypesHTTP1
[758/803] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[759/803] Compiling NIOExtras RequestResponseHandler.swift
[760/803] Compiling NIOExtras RequestResponseWithIDHandler.swift
[761/805] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[762/805] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[763/807] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[764/807] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[766/808] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[767/808] Compiling AWSLambdaRuntimeCore Terminator.swift
[769/808] Compiling AWSLambdaRuntimeCore Lambda.swift
[770/808] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[771/808] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
[772/808] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[774/808] Emitting module NIOExtras
[774/808] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[778/808] Emitting module AWSLambdaRuntimeCore
[779/808] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[780/808] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[784/808] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
[785/808] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[786/808] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[787/808] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[788/808] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[791/808] Compiling AWSLambdaRuntimeCore Utils.swift
[798/809] Compiling NIOExtras UnsafeTransfer.swift
[799/809] Compiling NIOExtras WritePCAPHandler.swift
[801/812] Wrapping AST for AWSLambdaRuntimeCore for debugging
[802/813] Wrapping AST for NIOExtras for debugging
[804/837] Compiling AWSLambdaRuntime Context+Foundation.swift
[805/837] Emitting module AWSLambdaRuntime
[806/837] Compiling AWSLambdaRuntime Lambda+Codable.swift
[808/838] Compiling HummingbirdCore ResponseBodyWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[809/838] Compiling HummingbirdCore ResponseWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[810/838] Compiling HummingbirdCore AvailableConnectionsHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[811/841] Compiling HummingbirdCore BindAddress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[812/841] Compiling HummingbirdCore HTTP1Channel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[813/841] Compiling HummingbirdCore HTTPChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[814/841] Compiling HummingbirdCore HTTPServerBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[815/841] Compiling HummingbirdCore HTTPUserEventHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[816/841] Compiling HummingbirdCore Server.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[817/841] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[818/841] Compiling HummingbirdCore URI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[819/841] Compiling HummingbirdCore Response.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[820/841] Compiling HummingbirdCore ResponseBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[821/841] Compiling HummingbirdCore Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[822/841] Compiling HummingbirdCore Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[823/841] Compiling HummingbirdCore RequestBody+inboundClose.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[824/841] Compiling HummingbirdCore RequestBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[825/841] Emitting module HummingbirdCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[826/841] Compiling HummingbirdCore ServerChildChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[827/841] Compiling HummingbirdCore ServerConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[828/841] Compiling HummingbirdCore TSTLSOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[829/841] Compiling HummingbirdCore AnyAsyncSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[830/841] Compiling HummingbirdCore FlatDictionary.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[831/841] Compiling HummingbirdCore HBParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[832/841] Compiling HummingbirdCore OutputBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[833/841] Compiling HummingbirdCore String+percentEncode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[834/841] Compiling HummingbirdCore UnsafeTransfer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[835/842] Wrapping AST for AWSLambdaRuntime for debugging
[836/842] Wrapping AST for HummingbirdCore for debugging
[838/906] Compiling Hummingbird Configuration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[839/906] Compiling Hummingbird Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[840/906] Compiling Hummingbird Environment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[841/906] Compiling Hummingbird EditedHTTPError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[842/906] Compiling Hummingbird HTTPError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[843/906] Compiling Hummingbird HTTPResponseError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[844/906] Compiling Hummingbird NIOCore+HTTPResponseError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[845/906] Compiling Hummingbird Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[846/906] Compiling Hummingbird CacheControl.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[847/915] Emitting module Hummingbird
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[848/915] Compiling Hummingbird CORSMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[849/915] Compiling Hummingbird FileMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[850/915] Compiling Hummingbird LogRequestMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[851/915] Compiling Hummingbird MetricsMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[852/915] Compiling Hummingbird Middleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[853/915] Compiling Hummingbird MiddlewareGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[854/915] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[855/915] Compiling Hummingbird _Middleware2.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[856/915] Compiling Hummingbird _OptionalMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[857/915] Compiling Hummingbird ChildRequestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[858/915] Compiling Hummingbird Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[859/915] Compiling Hummingbird RequestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[860/915] Compiling Hummingbird RequestContextSource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[861/915] Compiling Hummingbird RequestID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[862/915] Compiling Hummingbird RequestResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[863/915] Compiling Hummingbird Response.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[864/915] Compiling Hummingbird URI+decodeQuery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[865/915] Compiling Hummingbird MemoryPersistDriver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[866/915] Compiling Hummingbird _SpreadMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[867/915] Compiling Hummingbird TracingMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[868/915] Compiling Hummingbird EndpointResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[869/915] Compiling Hummingbird Parameters+UUID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[870/915] Compiling Hummingbird Parameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[871/915] Compiling Hummingbird ResponseGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[872/915] Compiling Hummingbird RouteCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[873/915] Compiling Hummingbird Router+validation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[874/915] Compiling Hummingbird Router.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[875/915] Compiling Hummingbird FileIO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[876/915] Compiling Hummingbird FileProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[877/915] Compiling Hummingbird LocalFileSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[878/915] Compiling Hummingbird Cookie.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[879/915] Compiling Hummingbird Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[880/915] Compiling Hummingbird MediaType+FileExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[881/915] Compiling Hummingbird MediaType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[882/915] Compiling Hummingbird Request+Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[883/915] Compiling Hummingbird Response+Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[884/915] Compiling Hummingbird RouterGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[885/915] Compiling Hummingbird RouterMethods.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[886/915] Compiling Hummingbird RouterPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[887/915] Compiling Hummingbird RouterResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[888/915] Compiling Hummingbird TransformingRouterGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[889/915] Compiling Hummingbird RouterTrie.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[890/915] Compiling Hummingbird Trie+resolve.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[891/915] Compiling Hummingbird Trie+serialize.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[892/915] Compiling Hummingbird TrieRouter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[893/915] Compiling Hummingbird PersistDriver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[894/915] Compiling Hummingbird PersistError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[895/915] Compiling Hummingbird ByteBuffer+foundation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[896/915] Compiling Hummingbird DateCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[897/915] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[898/915] Compiling Hummingbird HexDigest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[899/915] Compiling Hummingbird InitializableFromSource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[900/915] Compiling Hummingbird PreludeService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[901/915] Compiling Hummingbird StringProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[902/915] Compiling Hummingbird Application.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[903/915] Compiling Hummingbird CodableProtocols.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[904/915] Compiling Hummingbird JSONCoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[905/915] Compiling Hummingbird ResponseEncodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[906/915] Compiling Hummingbird URLEncodedForm+Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[907/915] Compiling Hummingbird URLEncodedForm.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[908/915] Compiling Hummingbird URLEncodedFormDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[909/915] Compiling Hummingbird URLEncodedFormEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[910/915] Compiling Hummingbird URLEncodedFormNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[911/916] Wrapping AST for Hummingbird for debugging
[913/927] Compiling HummingbirdLambda LambdaRequestContext.swift
[914/927] Compiling HummingbirdLambda Request+APIGateway.swift
/host/spi-builder-workspace/Sources/HummingbirdLambda/Request+APIGateway.swift:98:16: warning: static property 'urlQueryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
96 |
97 | extension CharacterSet {
98 | static var urlQueryComponentAllowed: CharacterSet = {
| |- warning: static property 'urlQueryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'urlQueryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'urlQueryComponentAllowed' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
99 | var cs = CharacterSet.urlQueryAllowed
100 | cs.remove(charactersIn: "&=")
[915/928] Emitting module HummingbirdLambda
/host/spi-builder-workspace/Sources/HummingbirdLambda/Request+APIGateway.swift:98:16: warning: static property 'urlQueryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
96 |
97 | extension CharacterSet {
98 | static var urlQueryComponentAllowed: CharacterSet = {
| |- warning: static property 'urlQueryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'urlQueryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'urlQueryComponentAllowed' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
99 | var cs = CharacterSet.urlQueryAllowed
100 | cs.remove(charactersIn: "&=")
[916/928] Compiling HummingbirdLambda Deprecations.swift
[917/928] Compiling HummingbirdLambda Exports.swift
[918/928] Compiling HummingbirdLambda LambdaFunction.swift
[919/928] Compiling HummingbirdLambda LambdaHandler.swift
[920/928] Compiling HummingbirdLambda BasicLambdaRequestContext.swift
[921/928] Compiling HummingbirdLambda CollateResponseBodyWriter.swift
[922/928] Compiling HummingbirdLambda APIGatewayLambda.swift
[923/928] Compiling HummingbirdLambda APIGatewayV2Lambda.swift
[924/928] Compiling HummingbirdLambda Response+APIGateway.swift
/host/spi-builder-workspace/Sources/HummingbirdLambda/Response+APIGateway.swift:76:20: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
74 |
75 | if body == nil {
76 | body = String(base64Encoding: buffer.readableBytesView)
| `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
77 | isBase64Encoded = true
78 | }
[925/929] Wrapping AST for HummingbirdLambda for debugging
[927/937] Compiling HummingbirdLambdaTesting LambdaEvent.swift
[928/937] Compiling HummingbirdLambdaTesting Lambda+Testing.swift
[929/937] Compiling HummingbirdLambdaTesting HBLambdaTestFramework.swift
[930/937] Compiling HummingbirdLambdaTesting APIGatewayV2Lambda.swift
/host/spi-builder-workspace/Sources/HummingbirdLambdaTesting/APIGatewayV2Lambda.swift:24:42: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
22 | /// Construct APIGatewayV2 Event from uri, method, headers and body
23 | public init(uri: String, method: HTTPRequest.Method, headers: HTTPFields, body: ByteBuffer?) throws {
24 | let base64Body = body.map { "\"\(String(base64Encoding: $0.readableBytesView))\"" } ?? "null"
| `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
25 | let url = URI(uri)
26 | let queryValues: [String: [String]] = url.queryParameters.reduce([:]) { result, value in
[931/937] Emitting module HummingbirdLambdaTesting
[932/937] Compiling HummingbirdLambdaTesting APIGatewayLambda.swift
/host/spi-builder-workspace/Sources/HummingbirdLambdaTesting/APIGatewayLambda.swift:24:42: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
22 | /// Construct APIGateway Event from uri, method, headers and body
23 | public init(uri: String, method: HTTPRequest.Method, headers: HTTPFields, body: ByteBuffer?) throws {
24 | let base64Body = body.map { "\"\(String(base64Encoding: $0.readableBytesView))\"" } ?? "null"
| `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
25 | let url = URI(uri)
26 | let queryValues: [String: [String]] = url.queryParameters.reduce([:]) { result, value in
[934/938] Emitting module HBLambdaTest
[935/938] Compiling HBLambdaTest maths.swift
[936/939] Wrapping AST for HBLambdaTest for debugging
[937/939] Write Objects.LinkFileList
[938/939] Linking HBLambdaTest
Build complete! (211.80s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-aws-lambda-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-alpha.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-runtime.git"
},
{
"identity" : "swift-aws-lambda-events",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-events.git"
},
{
"identity" : "swift-extras-base64",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-extras/swift-extras-base64.git"
},
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.32.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "hummingbird-lambda",
"name" : "hummingbird-lambda",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "HummingbirdLambda",
"targets" : [
"HummingbirdLambda"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdLambdaTesting",
"targets" : [
"HummingbirdLambdaTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HBLambdaTest",
"targets" : [
"HBLambdaTest"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "HummingbirdLambdaTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdLambdaTests",
"path" : "Tests/HummingbirdLambdaTests",
"product_dependencies" : [
"NIOPosix"
],
"sources" : [
"LambdaTests.swift"
],
"target_dependencies" : [
"HummingbirdLambda",
"HummingbirdLambdaTesting"
],
"type" : "test"
},
{
"c99name" : "HummingbirdLambdaTesting",
"module_type" : "SwiftTarget",
"name" : "HummingbirdLambdaTesting",
"path" : "Sources/HummingbirdLambdaTesting",
"product_memberships" : [
"HummingbirdLambdaTesting"
],
"sources" : [
"APIGatewayLambda.swift",
"APIGatewayV2Lambda.swift",
"HBLambdaTestFramework.swift",
"Lambda+Testing.swift",
"LambdaEvent.swift"
],
"target_dependencies" : [
"HummingbirdLambda"
],
"type" : "library"
},
{
"c99name" : "HummingbirdLambda",
"module_type" : "SwiftTarget",
"name" : "HummingbirdLambda",
"path" : "Sources/HummingbirdLambda",
"product_dependencies" : [
"AWSLambdaRuntime",
"AWSLambdaEvents",
"ExtrasBase64",
"Hummingbird"
],
"product_memberships" : [
"HummingbirdLambda",
"HummingbirdLambdaTesting",
"HBLambdaTest"
],
"sources" : [
"APIGatewayLambda.swift",
"APIGatewayV2Lambda.swift",
"BasicLambdaRequestContext.swift",
"CollateResponseBodyWriter.swift",
"Deprecations.swift",
"Exports.swift",
"LambdaFunction.swift",
"LambdaHandler.swift",
"LambdaRequestContext.swift",
"Request+APIGateway.swift",
"Response+APIGateway.swift"
],
"type" : "library"
},
{
"c99name" : "HBLambdaTest",
"module_type" : "SwiftTarget",
"name" : "HBLambdaTest",
"path" : "Sources/HBLambdaTest",
"product_memberships" : [
"HBLambdaTest"
],
"sources" : [
"maths.swift"
],
"target_dependencies" : [
"HummingbirdLambda"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.