Build Information
Successful build of hummingbird-lambda, reference 2.0.0-rc.4 (414379
), with Swift 6.1 for Linux on 30 Apr 2025 22:22:49 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-lambda.git
Reference: 2.0.0-rc.4
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
* tag 2.0.0-rc.4 -> FETCH_HEAD
HEAD is now at 414379b Bump github.com/swift-server/swift-aws-lambda-events from 0.5.0 to 1.0.0 in the all-dependencies group (#46)
Cloned https://github.com/hummingbird-project/hummingbird-lambda.git
Revision (git rev-parse @):
414379b227c3d01b645846be2cb2b423aef352a4
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-lambda.git at 2.0.0-rc.4
========================================
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-4606859-1":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/swift-aws-lambda-runtime.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-extras/swift-extras-base64.git
Fetching https://github.com/apple/swift-nio.git
[1/11514] Fetching swift-aws-lambda-runtime
[577/12347] Fetching swift-aws-lambda-runtime, swift-extras-base64
[1410/14783] Fetching swift-aws-lambda-runtime, swift-extras-base64, swift-aws-lambda-events
[3846/39220] Fetching swift-aws-lambda-runtime, swift-extras-base64, swift-aws-lambda-events, hummingbird
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (0.35s)
Fetched https://github.com/swift-server/swift-aws-lambda-events.git from cache (0.35s)
[4731/35951] Fetching swift-aws-lambda-runtime, hummingbird
[5709/111520] Fetching swift-aws-lambda-runtime, hummingbird, swift-nio
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (1.52s)
[74313/100006] Fetching hummingbird, swift-nio
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (5.12s)
Fetched https://github.com/apple/swift-nio.git from cache (5.22s)
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 (13.25s)
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.61s)
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.36s)
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.44s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.13.0 (0.71s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2394] Fetching swift-service-lifecycle
[73/5013] Fetching swift-service-lifecycle, swift-nio-transport-services
[3574/10737] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras
[3601/22241] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio-http2
[9887/37050] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio-http2, swift-nio-ssl
[10289/51015] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio-http2, swift-nio-ssl, async-http-client
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.15s)
[36406/45291] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl, async-http-client
Fetching https://github.com/apple/swift-distributed-tracing.git
[41294/50265] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl, async-http-client, swift-distributed-tracing
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.68s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.54s)
Fetching https://github.com/apple/swift-log.git
[1/2206] Fetching swift-metrics
[2207/6042] Fetching swift-metrics, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.40s)
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-log.git from cache (0.57s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.26s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.27s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/swift-server/async-http-client.git from cache (2.27s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.29s)
[1/16269] Fetching swift-collections
[2767/21234] Fetching swift-collections, swift-async-algorithms
[5771/22939] Fetching swift-collections, swift-async-algorithms, swift-atomics
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.46s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.46s)
[7647/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.18s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (3.89s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.93s)
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.98s)
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.4.2 (0.64s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.70s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.32s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.01s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.64s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.13s)
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.74s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.84s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[1128/7030] Fetching swift-http-structured-headers, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.47s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.47s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.09s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.93s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.62s)
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 (0.55s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.57s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.57s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.66s)
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.56s)
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/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.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-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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.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.2.2
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.13.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.1.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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
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
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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
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/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/97] Write sources
[36/97] Compiling CNIOLinux liburing_shims.c
[37/97] Compiling CNIOWindows WSAStartup.c
[38/97] Compiling CNIOWindows shim.c
[39/97] Compiling CNIOWASI CNIOWASI.c
[40/97] Compiling CNIOLLHTTP c_nio_http.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 _AtomicsShims.c
[51/97] Write swift-version-24593BA9C3E375BF.txt
[52/97] Compiling CNIOLLHTTP c_nio_llhttp.c
[54/136] Emitting module ServiceContextModule
[55/136] Emitting module Logging
[55/136] Compiling c-nioatomics.c
[57/139] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[58/139] Compiling InternalCollectionsUtilities Integer rank.swift
[59/139] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[60/141] Compiling InternalCollectionsUtilities Debugging.swift
[61/141] Compiling InternalCollectionsUtilities Descriptions.swift
[62/141] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[63/141] Compiling InternalCollectionsUtilities Specialize.swift
[64/141] Emitting module InternalCollectionsUtilities
[65/141] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[66/141] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[67/141] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[68/141] Compiling _NIOBase64 Base64.swift
[69/141] Emitting module _NIOBase64
[70/141] Compiling HTTPTypes HTTPParsedFields.swift
[71/141] Compiling InternalCollectionsUtilities UInt+reversed.swift
[72/141] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[73/142] Compiling InternalCollectionsUtilities _SortedCollection.swift
[74/142] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[75/142] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[76/142] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[77/143] Compiling _NIODataStructures PriorityQueue.swift
[78/143] Compiling _NIODataStructures _TinyArray.swift
[79/143] Compiling ServiceContextModule ServiceContextKey.swift
[80/143] Emitting module HTTPTypes
[81/143] Compiling HTTPTypes HTTPFieldName.swift
[82/143] Compiling HTTPTypes HTTPField.swift
[83/143] Compiling ServiceContextModule ServiceContext.swift
[84/144] Compiling HTTPTypes HTTPRequest.swift
[85/144] Compiling HTTPTypes HTTPResponse.swift
[86/144] Compiling HTTPTypes ISOLatin1String.swift
[89/144] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[90/144] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[91/145] Compiling c-atomics.c
[93/148] Compiling Logging MetadataProvider.swift
[94/148] Compiling Logging Logging.swift
[95/148] Compiling _NIODataStructures Heap.swift
[96/148] Emitting module _NIODataStructures
[97/148] Compiling Logging LogHandler.swift
[98/149] Compiling HTTPTypes NIOLock.swift
[99/149] Compiling Logging Locks.swift
[102/150] Emitting module CoreMetrics
[103/150] Compiling CoreMetrics Locks.swift
[104/150] Compiling CoreMetrics Metrics.swift
[105/151] Wrapping AST for _NIODataStructures for debugging
[107/253] Compiling ConcurrencyHelpers LockedValueBox.swift
[108/308] Compiling Instrumentation MultiplexInstrument.swift
[109/308] Compiling Instrumentation NoOpInstrument.swift
[110/308] Compiling Instrumentation InstrumentationSystem.swift
[111/308] Compiling Instrumentation Instrument.swift
[112/308] Emitting module Instrumentation
[113/308] Compiling Instrumentation Locks.swift
[114/309] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[115/309] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[116/311] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[117/311] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[119/311] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[120/311] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[121/311] Compiling ConcurrencyHelpers Lock.swift
[122/311] Emitting module ConcurrencyHelpers
[124/312] Compiling NIOConcurrencyHelpers NIOLock.swift
[125/312] Compiling NIOConcurrencyHelpers atomics.swift
[126/312] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[127/312] Compiling NIOConcurrencyHelpers lock.swift
[128/314] Compiling Atomics IntegerOperations.swift
[129/314] Compiling Atomics Unmanaged extensions.swift
[130/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[131/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[132/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[133/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[134/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[135/314] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[136/314] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[137/314] Compiling HTTPTypes HTTPFields.swift
[138/322] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[139/322] Emitting module NIOConcurrencyHelpers
[140/323] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[141/323] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[142/323] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[143/323] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[144/323] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[145/323] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[146/323] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[147/326] Compiling OrderedCollections _HashTable.swift
[148/326] Compiling OrderedCollections _Hashtable+Header.swift
[149/326] Compiling OrderedCollections OrderedDictionary+Codable.swift
[150/326] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[151/326] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[152/326] Compiling OrderedCollections OrderedDictionary+Elements.swift
[155/326] Compiling OrderedCollections OrderedSet+Initializers.swift
[156/326] Compiling OrderedCollections OrderedSet+Insertions.swift
[157/326] Compiling OrderedCollections OrderedSet+Invariants.swift
[158/326] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[159/326] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[160/326] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[161/326] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[162/326] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[171/341] Compiling OrderedCollections OrderedDictionary.swift
[172/341] Compiling OrderedCollections OrderedSet+Codable.swift
[173/341] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[174/341] Compiling OrderedCollections OrderedSet+Descriptions.swift
[175/341] Compiling OrderedCollections OrderedSet+Diffing.swift
[176/341] Compiling OrderedCollections OrderedSet+Equatable.swift
[177/341] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[178/341] Compiling OrderedCollections OrderedSet+Hashable.swift
[183/341] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[184/341] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[185/341] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[186/341] Compiling OrderedCollections OrderedDictionary+Values.swift
[187/341] Compiling HeapModule Heap+Descriptions.swift
[188/341] Compiling UnixSignals UnixSignal.swift
[189/341] Emitting module UnixSignals
[190/341] Compiling UnixSignals UnixSignalsSequence.swift
[191/342] Emitting module Tracing
[192/342] Compiling Tracing TracingTime.swift
[202/351] Compiling Tracing TracerProtocol.swift
[203/351] Compiling HeapModule Heap.swift
[204/351] Compiling HeapModule _HeapNode.swift
[206/351] Compiling HeapModule Heap+Invariants.swift
[207/351] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[208/351] Compiling HeapModule Heap+UnsafeHandle.swift
[209/351] Compiling Tracing TracerProtocol+Legacy.swift
[210/351] Compiling Tracing Tracer.swift
[211/351] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[212/351] Compiling OrderedCollections OrderedSet.swift
[213/351] Compiling OrderedCollections _UnsafeBitset.swift
[214/351] Compiling _RopeModule Rope+Sequence.swift
[215/351] Compiling _RopeModule Rope+Append.swift
[216/351] Compiling _RopeModule Rope+Extract.swift
[217/351] Compiling _RopeModule Rope+Find.swift
[218/351] Compiling _RopeModule Rope+ForEachWhile.swift
[219/351] Compiling _RopeModule Rope+Insert.swift
[220/351] Emitting module HeapModule
[221/352] Compiling OrderedCollections _HashTable+Bucket.swift
[222/352] Compiling OrderedCollections _HashTable+BucketIterator.swift
[223/352] Compiling OrderedCollections _HashTable+Constants.swift
[224/352] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[225/352] Compiling OrderedCollections _HashTable+Testing.swift
[226/352] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[230/428] Compiling Tracing InstrumentationSystem+Tracing.swift
[231/428] Compiling Tracing NoOpTracer.swift
[232/428] Compiling Tracing SpanProtocol.swift
[233/429] Compiling HashTreeCollections _AncestorHashSlots.swift
[234/429] Compiling HashTreeCollections _Bitmap.swift
[235/429] Compiling HashTreeCollections _Bucket.swift
[236/429] Compiling HashTreeCollections _Hash.swift
[237/429] Compiling HashTreeCollections _HashLevel.swift
[238/429] Compiling HashTreeCollections _HashNode+Builder.swift
[239/429] Compiling HashTreeCollections _HashNode+Debugging.swift
[240/429] Compiling HashTreeCollections _HashNode+Initializers.swift
[241/429] Compiling HashTreeCollections _HashNode+Invariants.swift
[242/429] Compiling HashTreeCollections _HashNode+Lookups.swift
[244/429] Compiling HashTreeCollections TreeDictionary+Values.swift
[245/429] Compiling HashTreeCollections TreeSet+Hashable.swift
[246/429] Compiling HashTreeCollections TreeSet+Sendable.swift
[247/429] Compiling HashTreeCollections TreeSet+Sequence.swift
[248/429] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[249/429] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[250/429] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[251/444] Compiling DequeModule Deque._UnsafeHandle.swift
[252/444] Compiling DequeModule Deque.swift
[253/444] Compiling DequeModule _DequeBuffer.swift
[254/444] Compiling DequeModule _DequeBufferHeader.swift
[255/444] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[256/444] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[257/444] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[258/444] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[259/444] Compiling HashTreeCollections _HashNode.swift
[260/444] Compiling HashTreeCollections _HashNodeHeader.swift
[261/497] Compiling BitCollections BitArray+Hashable.swift
[262/497] Compiling BitCollections BitArray+Initializers.swift
[269/499] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[270/499] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[271/499] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[272/499] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[273/509] Compiling BitCollections BitArray+Codable.swift
[274/509] Compiling BitCollections BitArray+Collection.swift
[275/509] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[276/509] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[277/509] Compiling BitCollections BitArray+Descriptions.swift
[278/509] Compiling BitCollections BitArray+Equatable.swift
[279/509] Compiling BitCollections BitArray+Copy.swift
[280/509] Compiling BitCollections BitArray+CustomReflectable.swift
[281/509] Emitting module OrderedCollections
[282/510] Compiling HashTreeCollections TreeDictionary.swift
[283/510] Compiling HashTreeCollections TreeSet+Codable.swift
[284/510] Compiling HashTreeCollections TreeSet+Collection.swift
[285/510] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[286/510] Compiling HashTreeCollections TreeSet+Debugging.swift
[287/510] Compiling HashTreeCollections TreeSet+Descriptions.swift
[288/510] Compiling HashTreeCollections TreeSet+Equatable.swift
[289/510] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[290/510] Compiling HashTreeCollections TreeSet+Extras.swift
[291/510] Compiling HashTreeCollections TreeSet+Filter.swift
[292/510] Compiling DequeModule _DequeSlot.swift
[293/510] Compiling DequeModule _UnsafeWrappedBuffer.swift
[294/510] Emitting module Atomics
[295/510] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[296/510] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[297/510] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[298/510] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[299/510] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[300/510] Compiling BitCollections BitSet+SetAlgebra union.swift
[301/510] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[302/510] Compiling BitCollections BitSet.Counted.swift
[303/510] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[304/510] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[307/510] Compiling BitCollections BitArray+BitwiseOperations.swift
[308/510] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[313/511] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[314/511] Compiling BitCollections BitSet+CustomReflectable.swift
[315/511] Compiling BitCollections BitSet+CustomStringConvertible.swift
[316/511] Compiling BitCollections BitSet+Equatable.swift
[317/511] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[318/511] Compiling BitCollections BitSet+Extras.swift
[319/511] Compiling BitCollections BitSet+Hashable.swift
[320/518] Compiling BitCollections BitArray+Extras.swift
[321/518] Compiling BitCollections BitArray+Fill.swift
[323/518] Emitting module _RopeModule
[323/531] Wrapping AST for _NIOBase64 for debugging
[325/539] Compiling AWSLambdaEvents ALB.swift
[326/539] Compiling AWSLambdaEvents APIGateway+Encodable.swift
[327/539] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[328/539] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[329/539] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[330/539] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[331/539] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[332/539] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[333/539] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[334/539] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[335/539] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[336/539] Compiling HashTreeCollections TreeSet.swift
[336/539] Wrapping AST for UnixSignals for debugging
[345/539] Compiling BitCollections BitSet+Initializers.swift
[346/539] Compiling BitCollections BitSet+Invariants.swift
[347/539] Compiling BitCollections BitSet+Random.swift
[348/539] Compiling BitCollections BitSet+SetAlgebra basics.swift
[349/539] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[350/539] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[351/539] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[352/539] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[353/539] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[354/539] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[355/539] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[356/539] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[357/539] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[358/539] Wrapping AST for Tracing for debugging
[360/539] Emitting module DequeModule
[361/540] Emitting module BitCollections
[362/540] Wrapping AST for ServiceContextModule for debugging
[363/540] Wrapping AST for OrderedCollections for debugging
[376/567] Compiling Metrics Metrics.swift
[377/573] Emitting module Metrics
[388/645] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[389/645] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[390/645] Compiling AsyncAlgorithms AsyncChannel.swift
[391/645] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[392/645] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[393/645] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[394/645] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[395/645] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[396/645] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[397/645] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[398/645] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[399/645] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[400/645] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[401/645] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[402/645] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[403/645] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[404/645] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[405/645] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[406/645] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[407/645] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[408/645] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[409/645] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[410/645] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[411/645] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[413/647] Wrapping AST for NIOConcurrencyHelpers for debugging
[415/647] Compiling NIOCore NIOAny.swift
[416/647] Compiling NIOCore NIOCloseOnErrorHandler.swift
[417/647] Compiling NIOCore NIOLoopBound.swift
[418/647] Compiling NIOCore NIOScheduledCallback.swift
[419/647] Compiling NIOCore NIOSendable.swift
[420/647] Compiling NIOCore RecvByteBufferAllocator.swift
[421/647] Compiling BitCollections _Word.swift
[421/648] Wrapping AST for Metrics for debugging
[423/648] Wrapping AST for Logging for debugging
[424/648] Wrapping AST for InternalCollectionsUtilities for debugging
[426/648] Compiling NIOCore Interfaces.swift
[427/648] Compiling NIOCore Linux.swift
[428/648] Compiling NIOCore MarkedCircularBuffer.swift
[429/648] Compiling NIOCore MulticastChannel.swift
[436/648] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[437/648] Compiling AsyncAlgorithms MergeStateMachine.swift
[438/648] Compiling AsyncAlgorithms MergeStorage.swift
[439/648] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[440/648] Compiling AsyncAlgorithms Rethrow.swift
[441/648] Compiling NIOCore IOData.swift
[442/648] Compiling NIOCore IPProtocol.swift
[443/648] Compiling NIOCore IntegerBitPacking.swift
[444/648] Compiling NIOCore IntegerTypes.swift
[445/648] Compiling AWSLambdaEvents HTTP.swift
[446/648] Compiling AWSLambdaEvents RFC5322DateParseStrategy.swift
[449/648] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[450/648] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[451/648] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[452/648] Compiling AsyncAlgorithms DebounceStateMachine.swift
[453/648] Compiling AsyncAlgorithms DebounceStorage.swift
[454/648] Compiling AsyncAlgorithms Dictionary.swift
[454/648] Wrapping AST for Instrumentation for debugging
[455/649] Wrapping AST for HeapModule for debugging
[456/649] Wrapping AST for HTTPTypes for debugging
[458/649] Wrapping AST for DequeModule for debugging
[459/649] Wrapping AST for CoreMetrics for debugging
[460/649] Wrapping AST for ConcurrencyHelpers for debugging
[461/649] Wrapping AST for _RopeModule for debugging
[462/649] Wrapping AST for BitCollections for debugging
[466/649] Wrapping AST for Atomics for debugging
[487/649] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[488/649] Compiling AsyncAlgorithms Locking.swift
[489/649] Compiling AsyncAlgorithms ChannelStateMachine.swift
[506/649] Emitting module AsyncAlgorithms
[516/655] Emitting module AWSLambdaEvents
[525/663] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[539/663] Compiling AsyncAlgorithms SetAlgebra.swift
[540/663] Compiling AsyncAlgorithms UnsafeTransfer.swift
[541/663] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[542/663] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[543/663] Compiling AsyncAlgorithms ZipStateMachine.swift
[544/663] Compiling AsyncAlgorithms ZipStorage.swift
[545/663] Emitting module HashTreeCollections
[547/664] Emitting module ExtrasBase64
[569/664] Compiling AsyncAlgorithms ChannelStorage.swift
[570/664] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[571/664] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[572/664] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[573/664] Compiling AsyncAlgorithms CombineLatestStorage.swift
[597/665] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[598/665] Compiling NIOCore SocketAddresses.swift
[599/665] Compiling NIOCore SocketOptionProvider.swift
[600/665] Compiling NIOCore SystemCallHelpers.swift
[601/665] Compiling NIOCore TimeAmount+Duration.swift
[602/665] Compiling NIOCore TypeAssistedChannelHandler.swift
[603/665] Compiling NIOCore UniversalBootstrapSupport.swift
[604/665] Compiling NIOCore Utilities.swift
[604/665] Wrapping AST for HashTreeCollections for debugging
[606/667] Compiling Collections Collections.swift
[607/667] Emitting module Collections
[607/668] Wrapping AST for AsyncAlgorithms for debugging
[610/676] Compiling ExtrasBase64 Base32.swift
[611/676] Compiling ExtrasBase64 Base64.swift
[632/678] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[633/678] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[634/678] Emitting module ServiceLifecycle
[635/679] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[636/679] Compiling ServiceLifecycle CancellationWaiter.swift
[637/679] Compiling ServiceLifecycle GracefulShutdown.swift
[638/679] Compiling ServiceLifecycle ServiceRunnerError.swift
[638/679] Wrapping AST for Collections for debugging
[640/679] Compiling ServiceLifecycle Service.swift
[641/679] Compiling ServiceLifecycle ServiceGroup.swift
[641/680] Wrapping AST for AWSLambdaEvents for debugging
[642/680] Wrapping AST for ExtrasBase64 for debugging
[644/680] Wrapping AST for ServiceLifecycle for debugging
[663/680] Emitting module NIOCore
[664/687] Wrapping AST for NIOCore for debugging
[666/734] Emitting module NIOHTTPTypes
[667/734] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[668/735] Wrapping AST for NIOHTTPTypes for debugging
[670/735] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[671/735] Compiling NIOEmbedded AsyncTestingChannel.swift
[672/735] Emitting module NIOEmbedded
[673/735] Compiling NIOEmbedded Embedded.swift
[674/736] Wrapping AST for NIOEmbedded for debugging
[676/736] Emitting module NIOPosix
[677/742] Compiling NIOPosix SelectableChannel.swift
[678/742] Compiling NIOPosix SelectableEventLoop.swift
[679/742] Compiling NIOPosix SelectorEpoll.swift
[680/742] Compiling NIOPosix SelectorGeneric.swift
[681/742] Compiling NIOPosix SelectorKqueue.swift
[682/742] Compiling NIOPosix SelectorUring.swift
[683/742] Compiling NIOPosix PooledRecvBufferAllocator.swift
[684/742] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[685/742] Compiling NIOPosix PosixSingletons.swift
[686/742] Compiling NIOPosix RawSocketBootstrap.swift
[687/742] Compiling NIOPosix Resolver.swift
[688/742] Compiling NIOPosix Selectable.swift
[689/742] Compiling NIOPosix ServerSocket.swift
[690/742] Compiling NIOPosix Socket.swift
[691/742] Compiling NIOPosix SocketChannel.swift
[692/742] Compiling NIOPosix SocketProtocols.swift
[693/742] Compiling NIOPosix System.swift
[694/742] Compiling NIOPosix Thread.swift
[695/742] Compiling NIOPosix ThreadPosix.swift
[696/742] Compiling NIOPosix ThreadWindows.swift
[697/742] Compiling NIOPosix UnsafeTransfer.swift
[698/742] Compiling NIOPosix Utilities.swift
[699/742] Compiling NIOPosix VsockAddress.swift
[700/742] Compiling NIOPosix VsockChannelEvents.swift
[701/742] Compiling NIOPosix BSDSocketAPICommon.swift
[702/742] Compiling NIOPosix BSDSocketAPIPosix.swift
[703/742] Compiling NIOPosix BSDSocketAPIWindows.swift
[704/742] Compiling NIOPosix BaseSocket.swift
[705/742] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[706/742] Compiling NIOPosix BaseSocketChannel.swift
[707/742] Compiling NIOPosix BaseStreamSocketChannel.swift
[708/742] Compiling NIOPosix Bootstrap.swift
[709/742] Compiling NIOPosix ControlMessage.swift
[710/742] Compiling NIOPosix DatagramVectorReadManager.swift
[711/742] Compiling NIOPosix Errors+Any.swift
[712/742] Compiling NIOPosix FileDescriptor.swift
[713/742] Compiling NIOPosix GetaddrinfoResolver.swift
[714/742] Compiling NIOPosix HappyEyeballs.swift
[715/742] Compiling NIOPosix NIOThreadPool.swift
[716/742] Compiling NIOPosix NonBlockingFileIO.swift
[717/742] Compiling NIOPosix PendingDatagramWritesManager.swift
[718/742] Compiling NIOPosix PendingWritesManager.swift
[719/742] Compiling NIOPosix PipeChannel.swift
[720/742] Compiling NIOPosix PipePair.swift
[721/742] Compiling NIOPosix Pool.swift
[722/742] Compiling NIOPosix IO.swift
[723/742] Compiling NIOPosix IntegerBitPacking.swift
[724/742] Compiling NIOPosix IntegerTypes.swift
[725/742] Compiling NIOPosix Linux.swift
[726/742] Compiling NIOPosix LinuxCPUSet.swift
[727/742] Compiling NIOPosix LinuxUring.swift
[728/742] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[729/743] Wrapping AST for NIOPosix for debugging
[731/745] Compiling NIO Exports.swift
[732/745] Emitting module NIO
[733/746] Wrapping AST for NIO for debugging
[735/767] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[736/767] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[737/767] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[738/767] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[739/767] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[740/769] Emitting module NIOFoundationCompat
[741/769] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[743/770] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[744/770] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[745/770] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[746/770] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[746/770] Wrapping AST for NIOFoundationCompat for debugging
[748/770] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[749/770] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[750/770] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[751/770] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[752/770] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[753/770] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[754/770] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[755/770] Compiling NIOHTTP1 HTTPTypes.swift
[756/770] Emitting module NIOHTTP1
[757/770] Compiling NIOHTTP1 ByteCollectionUtils.swift
[758/770] Compiling NIOHTTP1 HTTPDecoder.swift
[759/770] Compiling NIOHTTP1 HTTPEncoder.swift
[760/778] Wrapping AST for NIOHTTP1 for debugging
[762/808] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[763/808] Compiling NIOExtras NIOExtrasError.swift
[764/810] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[765/810] Compiling NIOExtras PCAPRingBuffer.swift
[766/810] Compiling NIOExtras QuiescingHelper.swift
[767/810] Compiling NIOExtras NIORequestIdentifiable.swift
[769/812] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[770/812] Emitting module NIOHTTPTypesHTTP1
[771/812] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[773/813] Emitting module NIOExtras
[775/813] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[776/813] Compiling NIOExtras NIOLengthFieldBitLength.swift
[777/813] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[779/813] Compiling AWSLambdaRuntimeCore Utils.swift
[780/813] Compiling NIOExtras RequestResponseWithIDHandler.swift
[781/813] Compiling NIOExtras DebugInboundEventsHandler.swift
[782/813] Compiling NIOExtras DebugOutboundEventsHandler.swift
[783/813] Emitting module AWSLambdaRuntimeCore
[784/813] Compiling NIOExtras FixedLengthFrameDecoder.swift
[787/813] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[788/813] Compiling NIOExtras JSONRPCFraming.swift
[789/813] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[790/813] Compiling NIOExtras LengthFieldPrepender.swift
[791/813] Compiling NIOExtras LineBasedFrameDecoder.swift
[795/813] Compiling AWSLambdaRuntimeCore Terminator.swift
[797/813] Compiling NIOExtras UnsafeTransfer.swift
[798/813] Compiling NIOExtras WritePCAPHandler.swift
[805/815] Wrapping AST for NIOExtras for debugging
[807/839] Wrapping AST for AWSLambdaRuntimeCore for debugging
[809/842] Compiling AWSLambdaRuntime Context+Foundation.swift
[810/842] Emitting module AWSLambdaRuntime
[811/842] Compiling AWSLambdaRuntime Lambda+Codable.swift
[812/843] Wrapping AST for AWSLambdaRuntime for debugging
[814/843] 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
[815/843] 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
[816/843] 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
[817/846] 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
[818/846] 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
[819/846] 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
[820/846] 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
[821/846] 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
[822/846] 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
[823/846] 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
[824/846] 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
[825/846] 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
[826/846] 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
[827/846] 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
[828/846] 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
[829/846] 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
[830/846] 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
[831/846] 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
[832/846] 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
[833/846] 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
[834/846] 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
[835/846] 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
[836/846] 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
[837/846] 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
[838/846] 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
[839/846] 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
[840/846] 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
[841/847] Wrapping AST for HummingbirdCore for debugging
[843/911] 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
[844/911] 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
[845/911] 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
[846/911] 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
[847/911] 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
[848/911] 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
[849/911] 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
[850/911] 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
[851/911] 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
[852/920] 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
[853/920] 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
[854/920] 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
[855/920] 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
[856/920] 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
[857/920] 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
[858/920] 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
[859/920] 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
[860/920] 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
[861/920] 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
[862/920] 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
[863/920] 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
[864/920] 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
[865/920] 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
[866/920] 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
[867/920] 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
[868/920] 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
[869/920] 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
[870/920] 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
[871/920] 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
[872/920] 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
[873/920] 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
[874/920] 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
[875/920] 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
[876/920] 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
[877/920] 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
[878/920] 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
[879/920] 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
[880/920] 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
[881/920] 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
[882/920] 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
[883/920] 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
[884/920] 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
[885/920] 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
[886/920] 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
[887/920] 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
[888/920] 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
[889/920] 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
[890/920] 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
[891/920] 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
[892/920] 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
[893/920] 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
[894/920] 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
[895/920] 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
[896/920] 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
[897/920] 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
[898/920] 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
[899/920] 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
[900/920] 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
[901/920] 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
[902/920] 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
[903/920] 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
[904/920] 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
[905/920] 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
[906/920] 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
[907/920] 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
[908/920] 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
[909/920] 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
[910/920] 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
[911/920] 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
[912/920] 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
[913/920] 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
[914/920] 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
[915/920] 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
[916/921] Wrapping AST for Hummingbird for debugging
[918/932] Compiling HummingbirdLambda Deprecations.swift
[919/932] Compiling HummingbirdLambda Exports.swift
[920/932] Compiling HummingbirdLambda LambdaFunction.swift
[921/933] Compiling HummingbirdLambda BasicLambdaRequestContext.swift
[922/933] Compiling HummingbirdLambda CollateResponseBodyWriter.swift
[923/933] Compiling HummingbirdLambda LambdaHandler.swift
[924/933] Compiling HummingbirdLambda LambdaRequestContext.swift
[925/933] 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: "&=")
[926/933] 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 | }
[927/933] Compiling HummingbirdLambda APIGatewayLambda.swift
[928/933] Compiling HummingbirdLambda APIGatewayV2Lambda.swift
[929/933] 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: "&=")
[930/934] Wrapping AST for HummingbirdLambda for debugging
[932/942] Compiling HummingbirdLambdaTesting LambdaEvent.swift
[933/942] Compiling HummingbirdLambdaTesting Lambda+Testing.swift
[934/942] Compiling HBLambdaTest maths.swift
[935/942] Emitting module HBLambdaTest
[936/942] 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
[937/942] 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
[938/942] Compiling HummingbirdLambdaTesting HBLambdaTestFramework.swift
[939/942] Emitting module HummingbirdLambdaTesting
[941/944] Wrapping AST for HBLambdaTest for debugging
[942/944] Write Objects.LinkFileList
[943/944] Linking HBLambdaTest
Build complete! (169.70s)
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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.