Build Information
Failed to build hummingbird-lambda, reference 2.0.0-rc.4 (414379
), with Swift 6.1 for Android on 28 May 2025 01:46:27 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
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: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/hummingbird-project/hummingbird-lambda.git
https://github.com/hummingbird-project/hummingbird-lambda.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-aws-lambda-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-alpha.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-runtime.git"
},
{
"identity" : "swift-aws-lambda-events",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-events.git"
},
{
"identity" : "swift-extras-base64",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-extras/swift-extras-base64.git"
},
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.32.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "hummingbird-lambda",
"name" : "hummingbird-lambda",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "HummingbirdLambda",
"targets" : [
"HummingbirdLambda"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdLambdaTesting",
"targets" : [
"HummingbirdLambdaTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HBLambdaTest",
"targets" : [
"HBLambdaTest"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "HummingbirdLambdaTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdLambdaTests",
"path" : "Tests/HummingbirdLambdaTests",
"product_dependencies" : [
"NIOPosix"
],
"sources" : [
"LambdaTests.swift"
],
"target_dependencies" : [
"HummingbirdLambda",
"HummingbirdLambdaTesting"
],
"type" : "test"
},
{
"c99name" : "HummingbirdLambdaTesting",
"module_type" : "SwiftTarget",
"name" : "HummingbirdLambdaTesting",
"path" : "Sources/HummingbirdLambdaTesting",
"product_memberships" : [
"HummingbirdLambdaTesting"
],
"sources" : [
"APIGatewayLambda.swift",
"APIGatewayV2Lambda.swift",
"HBLambdaTestFramework.swift",
"Lambda+Testing.swift",
"LambdaEvent.swift"
],
"target_dependencies" : [
"HummingbirdLambda"
],
"type" : "library"
},
{
"c99name" : "HummingbirdLambda",
"module_type" : "SwiftTarget",
"name" : "HummingbirdLambda",
"path" : "Sources/HummingbirdLambda",
"product_dependencies" : [
"AWSLambdaRuntime",
"AWSLambdaEvents",
"ExtrasBase64",
"Hummingbird"
],
"product_memberships" : [
"HummingbirdLambda",
"HummingbirdLambdaTesting",
"HBLambdaTest"
],
"sources" : [
"APIGatewayLambda.swift",
"APIGatewayV2Lambda.swift",
"BasicLambdaRequestContext.swift",
"CollateResponseBodyWriter.swift",
"Deprecations.swift",
"Exports.swift",
"LambdaFunction.swift",
"LambdaHandler.swift",
"LambdaRequestContext.swift",
"Request+APIGateway.swift",
"Response+APIGateway.swift"
],
"type" : "library"
},
{
"c99name" : "HBLambdaTest",
"module_type" : "SwiftTarget",
"name" : "HBLambdaTest",
"path" : "Sources/HBLambdaTest",
"product_memberships" : [
"HBLambdaTest"
],
"sources" : [
"maths.swift"
],
"target_dependencies" : [
"HummingbirdLambda"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-extras/swift-extras-base64.git
Fetching https://github.com/swift-server/swift-aws-lambda-events.git
Fetching https://github.com/swift-server/swift-aws-lambda-runtime.git
Fetching https://github.com/hummingbird-project/hummingbird.git
[1/2436] Fetching swift-aws-lambda-events
[99/3269] Fetching swift-aws-lambda-events, swift-extras-base64
[2418/14786] Fetching swift-aws-lambda-events, swift-extras-base64, swift-aws-lambda-runtime
[3846/39269] Fetching swift-aws-lambda-events, swift-extras-base64, swift-aws-lambda-runtime, hummingbird
[9722/115324] Fetching swift-aws-lambda-events, swift-extras-base64, swift-aws-lambda-runtime, hummingbird, swift-nio
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.09s)
[46017/90841] Fetching swift-aws-lambda-events, swift-extras-base64, swift-aws-lambda-runtime, swift-nio
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (3.97s)
Fetched https://github.com/swift-server/swift-aws-lambda-events.git from cache (3.98s)
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (4.02s)
Fetched https://github.com/apple/swift-nio.git from cache (4.06s)
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 (7.34s)
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.53s)
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.26s)
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.24s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.0 (0.51s)
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-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5914] Fetching swift-nio-extras
[770/8340] Fetching swift-nio-extras, swift-service-lifecycle
[3045/11007] Fetching swift-nio-extras, swift-service-lifecycle, swift-nio-transport-services
[8346/22534] Fetching swift-nio-extras, swift-service-lifecycle, swift-nio-transport-services, swift-nio-http2
[11931/36548] Fetching swift-nio-extras, swift-service-lifecycle, swift-nio-transport-services, swift-nio-http2, async-http-client
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.40s)
Fetching https://github.com/apple/swift-distributed-tracing.git
[13079/34122] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, async-http-client
[15183/48965] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl
[35215/53939] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.28s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.74s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.74s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/swift-server/async-http-client.git from cache (1.79s)
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.79s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.90s)
[1/2206] Fetching swift-metrics
[619/7191] Fetching swift-metrics, swift-async-algorithms
[3116/11027] Fetching swift-metrics, swift-async-algorithms, swift-log
[4056/12737] Fetching swift-metrics, swift-async-algorithms, swift-log, swift-atomics
[11201/29328] Fetching swift-metrics, swift-async-algorithms, swift-log, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-metrics.git from cache (0.40s)
[10717/27122] Fetching swift-async-algorithms, swift-log, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.35s)
[6708/22137] Fetching swift-log, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.45s)
[6657/20427] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (1.09s)
Fetched https://github.com/apple/swift-collections.git from cache (1.11s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.61s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.37s)
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-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (2.40s)
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.60s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.50s)
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.43s)
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.23s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.69s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.60s)
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.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.87s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.50s)
[1/1141] Fetching swift-http-structured-headers
[424/7296] Fetching swift-http-structured-headers, swift-certificates
[1389/13255] Fetching swift-http-structured-headers, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.50s)
[7067/12114] Fetching swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-certificates.git from cache (0.99s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.99s)
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 (2.24s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.69s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.83s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.63s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.36s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.52s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.55s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.09s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.69s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.74s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.59s)
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.50s)
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-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/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/swift-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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/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-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.27.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.14.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/97] Compiling CNIODarwin shim.c
[2/97] Compiling CNIOLinux liburing_shims.c
[3/97] Write sources
[17/97] Compiling _AtomicsShims.c
[18/97] Write sources
[34/97] Compiling CNIOLLHTTP c_nio_http.c
[34/97] Write sources
[40/97] Compiling CNIOLLHTTP c_nio_api.c
[41/97] Compiling CNIOWindows shim.c
[42/97] Write sources
[48/97] Compiling CNIOWindows WSAStartup.c
[49/97] Compiling CNIOWASI CNIOWASI.c
[50/97] Compiling CNIOLinux shim.c
[51/97] Compiling CNIOLLHTTP c_nio_llhttp.c
[52/97] Write swift-version-24593BA9C3E375BF.txt
[54/133] Emitting module ServiceContextModule
[54/133] Compiling c-nioatomics.c
[56/136] Compiling HTTPTypes HTTPRequest.swift
[57/137] Compiling Logging LogHandler.swift
[58/137] Emitting module _NIOBase64
[59/137] Compiling _NIOBase64 Base64.swift
[60/137] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[61/137] Compiling InternalCollectionsUtilities Integer rank.swift
[62/137] Emitting module InternalCollectionsUtilities
[63/139] Compiling HTTPTypes ISOLatin1String.swift
[64/139] Compiling _NIODataStructures PriorityQueue.swift
[65/139] Compiling HTTPTypes HTTPParsedFields.swift
[66/139] Compiling HTTPTypes HTTPResponse.swift
[67/139] Compiling _NIODataStructures _TinyArray.swift
[68/139] Compiling InternalCollectionsUtilities Descriptions.swift
[69/139] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[70/139] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/139] Compiling ServiceContextModule ServiceContextKey.swift
[72/139] Compiling ServiceContextModule ServiceContext.swift
[73/139] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[74/139] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[75/139] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[76/139] Compiling InternalCollectionsUtilities _SortedCollection.swift
[77/139] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[78/139] Compiling InternalCollectionsUtilities Debugging.swift
[79/139] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[80/139] Compiling InternalCollectionsUtilities UInt+reversed.swift
[81/140] Emitting module _NIODataStructures
[82/140] Compiling _NIODataStructures Heap.swift
[83/141] Compiling HTTPTypes NIOLock.swift
[87/163] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[89/167] Compiling ConcurrencyHelpers LockedValueBox.swift
[90/167] Emitting module ConcurrencyHelpers
[91/173] Compiling Atomics UnsafeAtomic.swift
[92/173] Compiling Atomics UnsafeAtomicLazyReference.swift
[93/173] Compiling Atomics ManagedAtomic.swift
[94/173] Compiling Atomics ManagedAtomicLazyReference.swift
[95/175] Compiling Atomics AtomicMemoryOrderings.swift
[96/175] Compiling Atomics DoubleWord.swift
[97/175] Compiling Instrumentation NoOpInstrument.swift
[98/175] Compiling Instrumentation MultiplexInstrument.swift
[99/175] Emitting module Instrumentation
[99/175] Compiling c-atomics.c
[101/175] Compiling Atomics IntegerOperations.swift
[102/175] Compiling Atomics Unmanaged extensions.swift
[103/175] Compiling Atomics Primitives.shims.swift
[104/175] Compiling Atomics AtomicInteger.swift
[105/175] Compiling Atomics AtomicOptionalWrappable.swift
[106/175] Compiling Atomics AtomicReference.swift
[107/175] Compiling Atomics AtomicStorage.swift
[108/175] Compiling Atomics AtomicValue.swift
[109/243] Compiling CoreMetrics Metrics.swift
[110/243] Emitting module Atomics
[111/243] Compiling Logging MetadataProvider.swift
[112/243] Compiling Logging Locks.swift
[113/243] Emitting module Logging
[114/243] Compiling CoreMetrics Locks.swift
[115/243] Emitting module CoreMetrics
[116/244] Compiling ConcurrencyHelpers Lock.swift
[117/245] Compiling Instrumentation InstrumentationSystem.swift
[118/245] Compiling Instrumentation Instrument.swift
[119/245] Compiling Instrumentation Locks.swift
[120/245] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[121/245] Compiling _RopeModule BigString+Chunk+Breaks.swift
[122/245] Compiling _RopeModule BigString+Chunk+Counts.swift
[123/245] Compiling _RopeModule BigString+Chunk+Description.swift
[124/245] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[125/245] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[126/245] Compiling Logging Logging.swift
[127/248] Compiling _RopeModule Rope+_Storage.swift
[128/248] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[129/248] Compiling _RopeModule Rope+_UnsafeHandle.swift
[130/248] Compiling _RopeModule Rope.swift
[131/248] Compiling _RopeModule RopeElement.swift
[132/248] Compiling _RopeModule RopeMetric.swift
[133/248] Compiling _RopeModule RopeSummary.swift
[134/248] Compiling _RopeModule _RopeItem.swift
[135/248] Compiling _RopeModule _RopePath.swift
[136/248] Compiling _RopeModule _RopeVersion.swift
[137/248] Compiling _RopeModule Rope+Collection.swift
[138/248] Compiling _RopeModule Rope+Index.swift
[139/248] Compiling _RopeModule Rope+Sequence.swift
[140/248] Compiling _RopeModule Rope+Append.swift
[141/248] Compiling _RopeModule Rope+Extract.swift
[142/248] Compiling _RopeModule Rope+Find.swift
[143/248] Compiling _RopeModule Rope+ForEachWhile.swift
[144/248] Compiling _RopeModule Rope+Insert.swift
[152/257] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[153/257] Compiling _RopeModule BigString+Chunk+Splitting.swift
[154/257] Compiling _RopeModule BigString+Chunk.swift
[155/257] Compiling _RopeModule BigString+BidirectionalCollection.swift
[160/331] Compiling Tracing InstrumentationSystem+Tracing.swift
[161/331] Compiling Tracing TracingTime.swift
[162/331] Compiling Tracing TracerProtocol.swift
[163/331] Emitting module Tracing
[164/331] Emitting module UnixSignals
[165/331] Compiling Tracing Tracer.swift
[166/331] Compiling Tracing TracerProtocol+Legacy.swift
[167/331] Compiling UnixSignals UnixSignal.swift
[168/331] Compiling UnixSignals UnixSignalsSequence.swift
[169/332] Emitting module _RopeModule
[170/332] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[171/332] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[172/332] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[173/332] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[174/332] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[175/332] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[176/332] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[177/339] Compiling NIOConcurrencyHelpers lock.swift
[179/339] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[180/339] Emitting module NIOConcurrencyHelpers
[181/339] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[182/339] Compiling NIOConcurrencyHelpers atomics.swift
[183/340] Compiling NIOConcurrencyHelpers NIOLock.swift
[184/347] Compiling Tracing NoOpTracer.swift
[185/347] Compiling Tracing SpanProtocol.swift
[186/348] Compiling OrderedCollections OrderedDictionary.swift
[187/348] Compiling OrderedCollections OrderedSet+Codable.swift
[188/348] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[189/348] Compiling OrderedCollections OrderedSet+Descriptions.swift
[190/348] Compiling OrderedCollections OrderedSet+Diffing.swift
[191/348] Compiling OrderedCollections OrderedSet+Equatable.swift
[192/348] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[193/348] Compiling OrderedCollections OrderedSet+Hashable.swift
[194/348] Compiling OrderedCollections OrderedSet+Initializers.swift
[195/348] Compiling OrderedCollections OrderedSet+Insertions.swift
[196/348] Compiling OrderedCollections OrderedSet+Invariants.swift
[197/348] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[198/348] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[199/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[200/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[201/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[202/348] Compiling HeapModule Heap+Invariants.swift
[205/348] Compiling HTTPTypes HTTPFieldName.swift
[206/348] Compiling HeapModule Heap.swift
[207/348] Emitting module HTTPTypes
[208/348] Compiling HTTPTypes HTTPFields.swift
[209/348] Compiling HTTPTypes HTTPField.swift
[210/349] Compiling HeapModule _HeapNode.swift
[211/401] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[212/402] Compiling HeapModule Heap+Descriptions.swift
[213/403] Compiling HeapModule Heap+UnsafeHandle.swift
[215/440] Emitting module HeapModule
[217/441] Compiling HashTreeCollections _HashStack.swift
[218/441] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[219/443] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[220/443] Compiling HashTreeCollections _HashTreeIterator.swift
[221/443] Compiling HashTreeCollections _HashTreeStatistics.swift
[222/443] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[223/443] Compiling HashTreeCollections _RawHashNode.swift
[224/443] Compiling HashTreeCollections _UnmanagedHashNode.swift
[225/443] Compiling HashTreeCollections _UnsafePath.swift
[226/443] Compiling HashTreeCollections TreeDictionary+Codable.swift
[227/443] Compiling HashTreeCollections TreeDictionary+Collection.swift
[228/443] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[229/443] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[230/443] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[231/443] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[232/443] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[233/443] Compiling HashTreeCollections TreeDictionary+Filter.swift
[234/443] Compiling HashTreeCollections _Bucket.swift
[235/443] Compiling HashTreeCollections _Hash.swift
[236/443] Compiling HashTreeCollections _HashLevel.swift
[237/443] Compiling HashTreeCollections _HashNode+Builder.swift
[238/443] Compiling HashTreeCollections _HashNode+Debugging.swift
[239/443] Compiling HashTreeCollections _HashNode+Initializers.swift
[240/443] Compiling HashTreeCollections _HashNode+Invariants.swift
[241/443] Compiling HashTreeCollections _HashNode+Lookups.swift
[242/443] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[243/443] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[244/443] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[245/443] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[246/443] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[247/443] Compiling HashTreeCollections _HashNode+Structural merge.swift
[248/443] Compiling HashTreeCollections _AncestorHashSlots.swift
[249/443] Compiling HashTreeCollections _Bitmap.swift
[250/496] Compiling BitCollections BitArray+Extras.swift
[251/496] Compiling BitCollections BitArray+Fill.swift
[252/496] Compiling BitCollections BitArray+Hashable.swift
[253/496] Compiling BitCollections BitArray+Initializers.swift
[254/496] Compiling BitCollections BitArray+Invariants.swift
[255/496] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[256/496] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[257/496] Compiling BitCollections BitSet+CustomReflectable.swift
[258/496] Compiling BitCollections BitSet+CustomStringConvertible.swift
[259/496] Compiling BitCollections BitSet+Equatable.swift
[260/496] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[261/496] Compiling BitCollections BitSet+Extras.swift
[262/496] Compiling BitCollections BitSet+Hashable.swift
[263/496] Compiling BitCollections BitArray+RandomBits.swift
[264/496] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[265/496] Compiling BitCollections BitArray+Shifts.swift
[266/496] Compiling BitCollections BitArray+Testing.swift
[267/496] Compiling BitCollections BitArray._UnsafeHandle.swift
[268/496] Compiling BitCollections BitArray.swift
[269/496] Compiling BitCollections BitSet+BidirectionalCollection.swift
[270/496] Compiling BitCollections BitSet+Codable.swift
[271/496] Compiling BitCollections BitSet+Initializers.swift
[272/496] Compiling BitCollections BitSet+Invariants.swift
[273/496] Compiling BitCollections BitSet+Random.swift
[274/496] Compiling BitCollections BitSet+SetAlgebra basics.swift
[275/496] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[276/496] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[277/496] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[278/496] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[279/496] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[280/496] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[281/496] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[282/496] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[283/496] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[284/496] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[285/496] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[286/496] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[287/496] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[288/496] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[289/517] Compiling AWSLambdaEvents CloudFormation.swift
[290/517] Compiling AWSLambdaEvents ALB.swift
[291/517] Compiling HashTreeCollections TreeSet+Hashable.swift
[292/517] Compiling HashTreeCollections TreeSet+Sendable.swift
[293/517] Compiling HashTreeCollections TreeSet+Sequence.swift
[294/517] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[295/517] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[296/517] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[297/517] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[298/517] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[299/517] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[300/517] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[309/527] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[311/528] Compiling HashTreeCollections TreeDictionary+Values.swift
[312/528] Compiling HashTreeCollections TreeDictionary.swift
[313/528] Compiling HashTreeCollections TreeSet+Codable.swift
[314/528] Compiling HashTreeCollections TreeSet+Collection.swift
[315/528] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[316/528] Compiling HashTreeCollections TreeSet+Debugging.swift
[317/528] Compiling HashTreeCollections TreeSet+Descriptions.swift
[318/528] Compiling AWSLambdaEvents SQS.swift
[319/528] Compiling AWSLambdaEvents FunctionURL.swift
[320/528] Compiling AWSLambdaEvents SES.swift
[321/528] Compiling AWSLambdaEvents SNS.swift
[322/528] Compiling AWSLambdaEvents APIGateway.swift
[323/528] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[324/528] Compiling AWSLambdaEvents AWSRegion.swift
[325/528] Compiling AWSLambdaEvents Cloudwatch.swift
[326/528] Compiling AWSLambdaEvents APIGateway+Encodable.swift
[327/528] Compiling AWSLambdaEvents APIGateway+V2.swift
[328/528] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[329/528] Compiling AWSLambdaEvents S3.swift
[330/528] Compiling AWSLambdaEvents Base64.swift
[331/528] Compiling AWSLambdaEvents DateWrappers.swift
[334/535] Wrapping AST for _NIODataStructures for debugging
[336/535] Compiling BitCollections Range+Utilities.swift
[337/535] Compiling BitCollections Slice+Utilities.swift
[338/535] Compiling BitCollections UInt+Tricks.swift
[339/535] Compiling BitCollections _Word.swift
[342/535] Compiling HashTreeCollections TreeSet+Equatable.swift
[343/535] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[344/535] Compiling HashTreeCollections TreeSet+Extras.swift
[345/535] Compiling HashTreeCollections TreeSet+Filter.swift
[353/535] Compiling AWSLambdaEvents AppSync.swift
[354/535] Compiling AWSLambdaEvents BedrockAgent.swift
[355/535] Emitting module OrderedCollections
[361/535] Compiling BitCollections BitSet+SetAlgebra union.swift
[362/535] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[363/535] Compiling BitCollections BitSet.Counted.swift
[364/535] Compiling BitCollections BitSet.Index.swift
[365/535] Compiling BitCollections BitSet._UnsafeHandle.swift
[366/535] Compiling BitCollections BitSet.swift
[366/536] Wrapping AST for _RopeModule for debugging
[368/536] Wrapping AST for _NIOBase64 for debugging
[370/536] Emitting module DequeModule
[385/537] Wrapping AST for UnixSignals for debugging
[388/537] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[389/537] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[390/537] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[391/537] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[392/537] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[393/537] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[394/537] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[395/537] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[396/537] Compiling HashTreeCollections TreeSet.swift
[396/537] Wrapping AST for Tracing for debugging
[397/537] Wrapping AST for ServiceContextModule for debugging
[398/537] Wrapping AST for OrderedCollections for debugging
[400/537] Emitting module BitCollections
[408/537] Wrapping AST for NIOConcurrencyHelpers for debugging
[409/537] Wrapping AST for Logging for debugging
[410/537] Wrapping AST for Instrumentation for debugging
[411/537] Wrapping AST for InternalCollectionsUtilities for debugging
[412/537] Wrapping AST for HeapModule for debugging
[416/543] Emitting module Metrics
[417/543] Compiling Metrics Metrics.swift
[417/544] Wrapping AST for HTTPTypes for debugging
[419/588] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[420/588] Compiling NIOCore AddressedEnvelope.swift
[421/588] Compiling NIOCore AsyncAwaitSupport.swift
[422/588] Compiling NIOCore AsyncChannel.swift
[423/589] Compiling NIOCore AsyncChannelHandler.swift
[424/589] Compiling NIOCore AsyncChannelInboundStream.swift
[425/589] Compiling NIOCore AsyncChannelOutboundWriter.swift
[426/589] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[427/589] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[428/589] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[429/589] Compiling AsyncAlgorithms CombineLatestStorage.swift
[430/589] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[431/589] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[432/589] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[433/589] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[434/589] Compiling AsyncAlgorithms AsyncChannel.swift
[435/645] Compiling NIOCore EventLoop+SerialExecutor.swift
[436/645] Compiling NIOCore EventLoop.swift
[437/645] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[438/645] Compiling NIOCore EventLoopFuture+Deprecated.swift
[439/645] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[440/645] Compiling NIOCore EventLoopFuture.swift
[441/645] Compiling NIOCore FileDescriptor.swift
[442/645] Compiling NIOCore FileHandle.swift
[443/645] Compiling NIOCore FileRegion.swift
[444/645] Compiling NIOCore GlobalSingletons.swift
[445/645] Compiling NIOCore IO.swift
[449/645] Wrapping AST for DequeModule for debugging
[450/645] Wrapping AST for Metrics for debugging
[451/645] Wrapping AST for CoreMetrics for debugging
[453/645] Compiling NIOCore NIOAny.swift
[454/645] Compiling NIOCore NIOCloseOnErrorHandler.swift
[455/645] Compiling NIOCore NIOLoopBound.swift
[456/645] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[457/645] Compiling NIOCore NIOScheduledCallback.swift
[458/645] Compiling NIOCore NIOSendable.swift
[459/645] Compiling NIOCore RecvByteBufferAllocator.swift
[460/646] Compiling NIOCore NIOAsyncSequenceProducer.swift
[461/646] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[462/646] Compiling NIOCore NIOAsyncWriter.swift
[464/646] Emitting module AWSLambdaEvents
[464/646] Wrapping AST for Atomics for debugging
[465/646] Wrapping AST for ConcurrencyHelpers for debugging
[466/646] Wrapping AST for BitCollections for debugging
[468/646] Compiling NIOCore ChannelHandler.swift
[469/646] Compiling NIOCore ChannelHandlers.swift
[470/646] Compiling NIOCore ChannelInvoker.swift
[471/646] Compiling NIOCore ChannelOption.swift
[472/646] Compiling NIOCore ChannelPipeline.swift
[473/646] Compiling NIOCore CircularBuffer.swift
[474/646] Compiling NIOCore Codec.swift
[475/646] Compiling NIOCore ConvenienceOptionSupport.swift
[476/646] Compiling NIOCore DeadChannel.swift
[477/646] Compiling NIOCore DispatchQueue+WithFuture.swift
[478/646] Compiling NIOCore EventLoop+Deprecated.swift
[486/646] Compiling NIOCore ByteBuffer-multi-int.swift
[487/646] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[488/646] Compiling NIOCore ByteBuffer-views.swift
[489/646] Compiling NIOCore Channel.swift
[490/646] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[491/646] Compiling NIOCore BSDSocketAPI.swift
[492/646] Compiling NIOCore ByteBuffer-aux.swift
[493/646] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[494/646] Compiling NIOCore ByteBuffer-conversions.swift
[495/646] Compiling NIOCore ByteBuffer-core.swift
[496/646] Compiling NIOCore ByteBuffer-hex.swift
[497/646] Compiling NIOCore ByteBuffer-int.swift
[503/646] Emitting module AsyncAlgorithms
[510/652] Compiling NIOCore MulticastChannel.swift
[525/660] Compiling ExtrasBase64 Base32.swift
[526/660] Emitting module ExtrasBase64
[527/660] Compiling ExtrasBase64 Base64.swift
[535/661] Emitting module HashTreeCollections
[535/662] Wrapping AST for ExtrasBase64 for debugging
[537/662] Wrapping AST for HashTreeCollections for debugging
[564/664] Compiling Collections Collections.swift
[565/664] Emitting module Collections
[567/665] Compiling AsyncAlgorithms SetAlgebra.swift
[568/665] Compiling AsyncAlgorithms UnsafeTransfer.swift
[569/665] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[570/665] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[571/665] Compiling AsyncAlgorithms ZipStateMachine.swift
[572/665] Compiling AsyncAlgorithms ZipStorage.swift
[573/665] Compiling NIOCore MarkedCircularBuffer.swift
[593/667] Wrapping AST for Collections for debugging
[594/667] Wrapping AST for AsyncAlgorithms for debugging
[604/675] Wrapping AST for AWSLambdaEvents for debugging
[606/675] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[607/676] Emitting module ServiceLifecycle
[608/676] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[609/676] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[618/676] Compiling ServiceLifecycle ServiceRunnerError.swift
[619/676] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[620/676] Compiling NIOCore SocketAddresses.swift
[621/676] Compiling NIOCore SocketOptionProvider.swift
[622/676] Compiling NIOCore SystemCallHelpers.swift
[623/676] Compiling NIOCore TimeAmount+Duration.swift
[624/676] Compiling NIOCore TypeAssistedChannelHandler.swift
[625/676] Compiling NIOCore UniversalBootstrapSupport.swift
[626/676] Compiling NIOCore Utilities.swift
[627/676] Compiling ServiceLifecycle CancellationWaiter.swift
[628/676] Compiling ServiceLifecycle Service.swift
[629/676] Compiling ServiceLifecycle ServiceGroup.swift
[630/676] Compiling ServiceLifecycle GracefulShutdown.swift
[631/677] Wrapping AST for ServiceLifecycle for debugging
[651/677] Emitting module NIOCore
[661/678] Wrapping AST for NIOCore for debugging
[663/730] Emitting module NIOHTTPTypes
[664/730] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[666/731] Emitting module NIOEmbedded
[666/731] Wrapping AST for NIOHTTPTypes for debugging
[668/731] Compiling NIOEmbedded AsyncTestingChannel.swift
[669/731] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[670/731] Compiling NIOEmbedded Embedded.swift
[672/732] Compiling NIOPosix Pool.swift
[673/732] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[674/732] Compiling NIOPosix PosixSingletons.swift
[675/732] Compiling NIOPosix RawSocketBootstrap.swift
[676/732] Compiling NIOPosix Resolver.swift
[677/732] Compiling NIOPosix Selectable.swift
[677/738] Wrapping AST for NIOEmbedded for debugging
[679/738] Compiling NIOPosix ThreadPosix.swift
[680/738] Compiling NIOPosix ThreadWindows.swift
[681/738] Compiling NIOPosix UnsafeTransfer.swift
[682/738] Compiling NIOPosix Utilities.swift
[683/738] Compiling NIOPosix VsockAddress.swift
[684/738] Compiling NIOPosix VsockChannelEvents.swift
[685/738] Emitting module NIOPosix
[686/738] Compiling NIOPosix SelectableChannel.swift
[687/738] Compiling NIOPosix SelectableEventLoop.swift
[688/738] Compiling NIOPosix SelectorEpoll.swift
[689/738] Compiling NIOPosix SelectorGeneric.swift
[690/738] Compiling NIOPosix SelectorKqueue.swift
[691/738] Compiling NIOPosix SelectorUring.swift
[692/738] Compiling NIOPosix ServerSocket.swift
[693/738] Compiling NIOPosix Socket.swift
[694/738] Compiling NIOPosix SocketChannel.swift
[695/738] Compiling NIOPosix SocketProtocols.swift
[696/738] Compiling NIOPosix System.swift
[697/738] Compiling NIOPosix Thread.swift
[698/738] Compiling NIOPosix BSDSocketAPICommon.swift
[699/738] Compiling NIOPosix BSDSocketAPIPosix.swift
[700/738] Compiling NIOPosix BSDSocketAPIWindows.swift
[701/738] Compiling NIOPosix BaseSocket.swift
[702/738] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[703/738] Compiling NIOPosix BaseSocketChannel.swift
[704/738] Compiling NIOPosix BaseStreamSocketChannel.swift
[705/738] Compiling NIOPosix IO.swift
[706/738] Compiling NIOPosix IntegerBitPacking.swift
[707/738] Compiling NIOPosix IntegerTypes.swift
[708/738] Compiling NIOPosix Linux.swift
[709/738] Compiling NIOPosix LinuxCPUSet.swift
[710/738] Compiling NIOPosix LinuxUring.swift
[711/738] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[712/738] Compiling NIOPosix NIOThreadPool.swift
[713/738] Compiling NIOPosix NonBlockingFileIO.swift
[714/738] Compiling NIOPosix PendingDatagramWritesManager.swift
[715/738] Compiling NIOPosix PendingWritesManager.swift
[716/738] Compiling NIOPosix PipeChannel.swift
[717/738] Compiling NIOPosix PipePair.swift
[718/738] Compiling NIOPosix Bootstrap.swift
[719/738] Compiling NIOPosix ControlMessage.swift
[720/738] Compiling NIOPosix DatagramVectorReadManager.swift
[721/738] Compiling NIOPosix Errors+Any.swift
[722/738] Compiling NIOPosix FileDescriptor.swift
[723/738] Compiling NIOPosix GetaddrinfoResolver.swift
[724/738] Compiling NIOPosix HappyEyeballs.swift
[725/739] Wrapping AST for NIOPosix for debugging
[727/741] Emitting module NIO
[728/741] Compiling NIO Exports.swift
[729/742] Wrapping AST for NIO for debugging
[731/763] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[732/763] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[733/763] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[734/763] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[735/763] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[736/765] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[737/765] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[738/765] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[739/765] Emitting module NIOFoundationCompat
[741/766] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[742/766] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[743/766] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[744/766] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[744/766] Wrapping AST for NIOFoundationCompat for debugging
[746/766] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[747/766] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[748/766] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[749/766] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[750/766] Emitting module NIOHTTP1
[751/766] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[752/766] Compiling NIOHTTP1 HTTPTypes.swift
[753/766] Compiling NIOHTTP1 ByteCollectionUtils.swift
[754/766] Compiling NIOHTTP1 HTTPDecoder.swift
[755/766] Compiling NIOHTTP1 HTTPEncoder.swift
[756/767] Wrapping AST for NIOHTTP1 for debugging
[758/804] Compiling NIOExtras RequestResponseHandler.swift
[759/804] Compiling NIOExtras RequestResponseWithIDHandler.swift
[760/806] Emitting module NIOHTTPTypesHTTP1
[761/806] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[762/806] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[763/806] Compiling NIOExtras PCAPRingBuffer.swift
[764/806] Compiling NIOExtras QuiescingHelper.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[765/806] Emitting module AWSLambdaRuntimeCore
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
[766/808] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[767/808] Compiling NIOExtras NIOExtrasError.swift
[768/808] Compiling NIOExtras NIOLengthFieldBitLength.swift
[769/808] Compiling NIOExtras NIORequestIdentifiable.swift
[770/808] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[771/808] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[772/808] Compiling NIOExtras JSONRPCFraming.swift
[773/808] Compiling NIOExtras UnsafeTransfer.swift
[774/808] Compiling NIOExtras WritePCAPHandler.swift
[775/808] Compiling AWSLambdaRuntimeCore Terminator.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Utils.swift:42:5: error: function is unused
40 | func trap(signal sig: Signal, handler: @escaping (Signal) -> Void) -> DispatchSourceSignal {
41 | let signalSource = DispatchSource.makeSignalSource(signal: sig.rawValue, queue: DispatchQueue.global())
42 | signal(sig.rawValue, SIG_IGN)
| `- error: function is unused
43 | signalSource.setEventHandler(handler: {
44 | signalSource.cancel()
[776/808] Compiling AWSLambdaRuntimeCore Utils.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Utils.swift:42:5: error: function is unused
40 | func trap(signal sig: Signal, handler: @escaping (Signal) -> Void) -> DispatchSourceSignal {
41 | let signalSource = DispatchSource.makeSignalSource(signal: sig.rawValue, queue: DispatchQueue.global())
42 | signal(sig.rawValue, SIG_IGN)
| `- error: function is unused
43 | signalSource.setEventHandler(handler: {
44 | signalSource.cancel()
[777/808] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[781/809] Compiling NIOExtras DebugOutboundEventsHandler.swift
[782/809] Compiling NIOExtras FixedLengthFrameDecoder.swift
[783/809] Emitting module NIOExtras
[783/809] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[788/809] Compiling NIOExtras DebugInboundEventsHandler.swift
[792/809] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[793/809] Compiling NIOExtras LengthFieldPrepender.swift
[794/809] Compiling NIOExtras LineBasedFrameDecoder.swift
[795/810] Wrapping AST for NIOExtras for debugging
[797/834] Compiling HummingbirdCore Server.swift
[798/834] Compiling HummingbirdCore BindAddress.swift
[799/834] Compiling HummingbirdCore HTTPServerBuilder.swift
[800/834] Compiling HummingbirdCore HTTPUserEventHandler.swift
[801/834] Compiling HummingbirdCore Response.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
[802/834] Compiling HummingbirdCore ResponseBody.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
<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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/44] Write swift-version-24593BA9C3E375BF.txt
[3/81] Compiling ServiceContextModule ServiceContext.swift
[4/81] Compiling ConcurrencyHelpers LockedValueBox.swift
[5/81] Compiling ServiceContextModule ServiceContextKey.swift
[6/81] Emitting module ServiceContextModule
[7/82] Emitting module _NIODataStructures
[8/82] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[9/82] Compiling InternalCollectionsUtilities UInt+reversed.swift
[10/83] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[11/83] Compiling InternalCollectionsUtilities Debugging.swift
[12/83] Compiling InternalCollectionsUtilities Descriptions.swift
[13/83] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[14/83] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/83] Emitting module ConcurrencyHelpers
[16/83] Compiling ConcurrencyHelpers Lock.swift
[18/83] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/83] Compiling Logging MetadataProvider.swift
[21/89] Emitting module _NIOBase64
[22/89] Compiling _NIOBase64 Base64.swift
[23/90] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[24/90] Compiling InternalCollectionsUtilities Integer rank.swift
[25/90] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[26/90] Compiling InternalCollectionsUtilities _SortedCollection.swift
[27/90] Emitting module Logging
[28/90] Compiling Logging Locks.swift
[29/90] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[30/89] Emitting module InternalCollectionsUtilities
[31/89] Compiling _NIODataStructures PriorityQueue.swift
[32/89] Compiling _NIODataStructures Heap.swift
[33/89] Compiling _NIODataStructures _TinyArray.swift
[34/90] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[35/90] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[36/90] Compiling NIOConcurrencyHelpers NIOLock.swift
[40/95] Compiling CoreMetrics Locks.swift
[41/95] Emitting module CoreMetrics
[42/95] Compiling CoreMetrics Metrics.swift
[43/96] Compiling Instrumentation Instrument.swift
[44/96] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[45/96] Emitting module Instrumentation
[46/96] Emitting module NIOConcurrencyHelpers
[47/96] Compiling NIOConcurrencyHelpers lock.swift
[48/96] Compiling NIOConcurrencyHelpers atomics.swift
[50/99] Compiling Instrumentation NoOpInstrument.swift
[51/123] Compiling Instrumentation MultiplexInstrument.swift
[52/127] Compiling Instrumentation InstrumentationSystem.swift
[53/127] Compiling Instrumentation Locks.swift
[55/127] Compiling Logging LogHandler.swift
[56/127] Compiling Logging Logging.swift
[59/184] Emitting module UnixSignals
[60/184] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[61/184] Compiling OrderedCollections OrderedDictionary+Elements.swift
[62/186] Compiling OrderedCollections OrderedDictionary.swift
[63/186] Compiling OrderedCollections OrderedSet+Codable.swift
[64/186] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[65/186] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[66/186] Emitting module Metrics
[67/186] Compiling UnixSignals UnixSignalsSequence.swift
[68/186] Compiling UnixSignals UnixSignal.swift
[70/193] Compiling Atomics IntegerOperations.swift
[71/193] Compiling Atomics Unmanaged extensions.swift
[72/194] Compiling HTTPTypes HTTPField.swift
[73/195] Compiling OrderedCollections _HashTable.swift
[74/195] Compiling OrderedCollections _Hashtable+Header.swift
[75/195] Compiling OrderedCollections OrderedDictionary+Codable.swift
[76/195] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[77/195] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[78/195] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[79/245] Compiling Metrics Metrics.swift
[80/264] Emitting module HTTPTypes
[82/271] Compiling HTTPTypes ISOLatin1String.swift
[83/271] Compiling Tracing TracingTime.swift
[84/271] Compiling Tracing TracerProtocol.swift
[85/271] Compiling _RopeModule BigString+Chunk.swift
[86/271] Compiling _RopeModule BigString+BidirectionalCollection.swift
[87/271] Compiling _RopeModule BigString+Builder.swift
[88/271] Compiling _RopeModule BigString+Contents.swift
[89/271] Compiling _RopeModule BigString+Debugging.swift
[90/271] Compiling _RopeModule BigString+Index.swift
[91/271] Compiling _RopeModule BigString+Ingester.swift
[92/271] Compiling _RopeModule BigString+Invariants.swift
[93/270] Emitting module Tracing
[94/270] Compiling HTTPTypes NIOLock.swift
[95/277] Compiling HeapModule Heap.swift
[96/277] Compiling Tracing Tracer.swift
[97/277] Compiling Tracing TracerProtocol+Legacy.swift
[98/277] Compiling _RopeModule Rope+Invariants.swift
[99/277] Compiling _RopeModule Rope+_Node.swift
[100/277] Compiling _RopeModule _RopeVersion.swift
[101/277] Compiling _RopeModule Rope+Collection.swift
[102/277] Compiling _RopeModule Rope+Index.swift
[103/277] Compiling _RopeModule Rope+Sequence.swift
[104/277] Compiling _RopeModule Rope+Append.swift
[105/277] Compiling _RopeModule BigString+Insert.swift
[106/277] Compiling _RopeModule BigString+Managing Breaks.swift
[107/277] Compiling _RopeModule BigString+RemoveSubrange.swift
[108/277] Compiling _RopeModule BigString+ReplaceSubrange.swift
[109/277] Compiling _RopeModule BigString+Split.swift
[110/277] Compiling _RopeModule Range+BigString.swift
[111/277] Compiling _RopeModule BigString+UTF16View.swift
[112/277] Emitting module HeapModule
[113/277] Compiling _RopeModule BigString+UTF8View.swift
[114/277] Compiling _RopeModule BigString+UnicodeScalarView.swift
[115/277] Compiling _RopeModule BigSubstring+UTF16View.swift
[116/277] Compiling _RopeModule BigSubstring+UTF8View.swift
[117/277] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[118/277] Compiling _RopeModule BigSubstring.swift
[119/277] Compiling _RopeModule Rope+Builder.swift
[120/277] Compiling _RopeModule Rope+Debugging.swift
[121/277] Compiling _RopeModule BigString+Iterators.swift
[122/277] Compiling _RopeModule BigString+Metrics.swift
[123/277] Compiling _RopeModule BigString+Summary.swift
[124/277] Compiling _RopeModule BigString.swift
[125/277] Compiling _RopeModule BigString+Comparable.swift
[126/277] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[127/277] Compiling _RopeModule BigString+CustomStringConvertible.swift
[128/277] Compiling _RopeModule BigString+Equatable.swift
[129/277] Compiling HeapModule _HeapNode.swift
[130/277] Compiling HTTPTypes HTTPParsedFields.swift
[131/277] Compiling HTTPTypes HTTPFields.swift
[132/277] Compiling HTTPTypes HTTPFieldName.swift
[133/277] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[134/277] Compiling _RopeModule BigString+Hashing.swift
[135/277] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[136/277] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[137/277] Compiling _RopeModule BigString+Sequence.swift
[138/277] Compiling _RopeModule BigString+TextOutputStream.swift
[139/277] Compiling _RopeModule BigString+Append.swift
[140/277] Compiling _RopeModule BigString+Initializers.swift
[141/277] Compiling HTTPTypes HTTPRequest.swift
[142/277] Compiling HTTPTypes HTTPResponse.swift
[143/278] Compiling HeapModule Heap+Invariants.swift
[144/278] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[145/278] Compiling HeapModule Heap+Descriptions.swift
[146/278] Compiling HeapModule Heap+UnsafeHandle.swift
[148/278] Compiling Tracing InstrumentationSystem+Tracing.swift
[149/278] Compiling Tracing NoOpTracer.swift
[150/278] Compiling Tracing SpanProtocol.swift
[153/422] Compiling BitCollections BitArray+Extras.swift
[154/422] Compiling BitCollections BitArray+Fill.swift
[155/440] Compiling AWSLambdaEvents APIGateway+V2.swift
[156/440] Compiling AWSLambdaEvents APIGateway.swift
[157/445] Compiling HashTreeCollections TreeSet+Hashable.swift
[158/445] Compiling HashTreeCollections TreeSet+Sendable.swift
[159/445] Compiling HashTreeCollections TreeSet+Sequence.swift
[160/445] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[161/445] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[162/445] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[163/445] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[164/445] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[165/445] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[166/445] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[167/455] Compiling HashTreeCollections TreeDictionary+Values.swift
[168/455] Compiling HashTreeCollections TreeDictionary.swift
[169/455] Compiling HashTreeCollections TreeSet+Codable.swift
[170/455] Compiling HashTreeCollections TreeSet+Collection.swift
[171/455] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[172/455] Compiling HashTreeCollections TreeSet+Debugging.swift
[173/455] Compiling HashTreeCollections TreeSet+Descriptions.swift
[174/455] Compiling AWSLambdaEvents ALB.swift
[175/455] Compiling AWSLambdaEvents APIGateway+Encodable.swift
[178/455] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[179/455] Compiling AWSLambdaEvents AWSRegion.swift
[180/455] Compiling AWSLambdaEvents AppSync.swift
[181/455] Compiling AWSLambdaEvents BedrockAgent.swift
[188/455] Compiling HashTreeCollections TreeSet+Equatable.swift
[189/455] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[190/455] Compiling HashTreeCollections TreeSet+Extras.swift
[191/455] Compiling HashTreeCollections TreeSet+Filter.swift
[196/455] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[197/455] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[198/455] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[199/455] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[200/455] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[201/455] Compiling BitCollections BitSet+SetAlgebra union.swift
[202/455] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[203/455] Compiling BitCollections BitSet.Counted.swift
[204/455] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[205/455] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[225/464] Compiling AWSLambdaEvents Base64.swift
[226/464] Compiling AWSLambdaEvents DateWrappers.swift
[227/466] Compiling AWSLambdaEvents HTTP.swift
[228/466] Compiling AWSLambdaEvents RFC5322DateParseStrategy.swift
[229/466] Compiling BitCollections BitSet+BidirectionalCollection.swift
[230/466] Compiling BitCollections BitSet+Codable.swift
[231/466] Compiling BitCollections BitSet+Initializers.swift
[232/466] Compiling BitCollections BitSet+Invariants.swift
[233/466] Compiling BitCollections BitSet+Random.swift
[234/466] Compiling BitCollections BitSet+SetAlgebra basics.swift
[235/466] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[236/466] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[237/466] Compiling _RopeModule _CharacterRecognizer.swift
[238/466] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[239/466] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[240/466] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[241/466] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[242/466] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[243/466] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[244/466] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[245/466] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[246/466] Compiling HashTreeCollections TreeSet.swift
[247/466] Compiling AWSLambdaEvents S3.swift
[248/466] Compiling AWSLambdaEvents SES.swift
[249/466] Emitting module OrderedCollections
[250/467] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[251/467] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[252/467] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[253/467] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[254/467] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[255/467] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[263/474] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[264/474] Compiling BitCollections BitSet+CustomReflectable.swift
[265/474] Compiling BitCollections BitSet+CustomStringConvertible.swift
[266/474] Compiling BitCollections BitSet+Equatable.swift
[267/474] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[268/474] Compiling BitCollections BitSet+Extras.swift
[269/474] Compiling BitCollections BitSet+Hashable.swift
[276/474] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[277/474] Compiling AWSLambdaEvents CloudFormation.swift
[278/474] Compiling AWSLambdaEvents Cloudwatch.swift
[279/474] Compiling AWSLambdaEvents Cognito.swift
[280/474] Compiling AWSLambdaEvents DynamoDB.swift
[281/474] Compiling AWSLambdaEvents FunctionURL.swift
[282/474] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[287/474] Emitting module BitCollections
[289/474] Emitting module Atomics
[295/475] Compiling AWSLambdaEvents SNS.swift
[296/475] Compiling AWSLambdaEvents SQS.swift
[304/475] Wrapping AST for Logging for debugging
[339/475] Wrapping AST for OrderedCollections for debugging
[340/475] Wrapping AST for InternalCollectionsUtilities for debugging
[341/475] Wrapping AST for HeapModule for debugging
[342/475] Wrapping AST for CoreMetrics for debugging
[352/475] Emitting module _RopeModule
[355/475] Wrapping AST for Atomics for debugging
[373/475] Emitting module DequeModule
[374/476] Compiling BitCollections BitSet.Index.swift
[375/476] Compiling BitCollections BitSet._UnsafeHandle.swift
[376/476] Compiling BitCollections BitSet.swift
[377/476] Compiling BitCollections Range+Utilities.swift
[378/476] Compiling BitCollections Slice+Utilities.swift
[379/476] Compiling BitCollections UInt+Tricks.swift
[380/476] Compiling BitCollections _Word.swift
[401/477] Compiling _RopeModule Rope+Join.swift
[402/477] Compiling _RopeModule Rope+MutatingForEach.swift
[403/477] Compiling _RopeModule Rope+Remove.swift
[404/477] Compiling _RopeModule Rope+RemoveSubrange.swift
[405/477] Compiling _RopeModule Rope+Split.swift
[406/477] Compiling _RopeModule Optional Utilities.swift
[407/477] Compiling _RopeModule String Utilities.swift
[408/477] Compiling _RopeModule String.Index+ABI.swift
[422/477] Emitting module AWSLambdaEvents
[422/476] Wrapping AST for DequeModule for debugging
[424/581] Emitting module HashTreeCollections
[426/582] Compiling NIOCore DeadChannel.swift
[427/582] Compiling NIOCore DispatchQueue+WithFuture.swift
[428/582] Compiling NIOCore EventLoop+Deprecated.swift
[429/582] Compiling NIOCore EventLoop+SerialExecutor.swift
[430/582] Compiling NIOCore EventLoop.swift
[431/582] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[432/582] Compiling NIOCore EventLoopFuture+Deprecated.swift
[433/582] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[434/582] Compiling NIOCore EventLoopFuture.swift
[435/582] Compiling NIOCore FileDescriptor.swift
[436/582] Compiling NIOCore FileHandle.swift
[437/582] Compiling NIOCore FileRegion.swift
[438/582] Compiling NIOCore GlobalSingletons.swift
[439/582] Compiling NIOCore IO.swift
[440/582] Compiling NIOCore IOData.swift
[441/582] Compiling NIOCore IPProtocol.swift
[442/582] Compiling NIOCore IntegerBitPacking.swift
[443/582] Compiling NIOCore IntegerTypes.swift
[444/582] Compiling NIOCore Interfaces.swift
[445/583] Wrapping AST for HashTreeCollections for debugging
[447/583] Emitting module AsyncAlgorithms
[454/583] Compiling NIOCore ByteBuffer-views.swift
[455/583] Compiling NIOCore Channel.swift
[456/583] Compiling NIOCore ChannelHandler.swift
[457/583] Compiling NIOCore ChannelHandlers.swift
[458/583] Compiling NIOCore ChannelInvoker.swift
[459/583] Compiling NIOCore ChannelOption.swift
[460/583] Compiling NIOCore ChannelPipeline.swift
[461/583] Compiling NIOCore CircularBuffer.swift
[462/583] Compiling NIOCore Codec.swift
[463/583] Compiling NIOCore ConvenienceOptionSupport.swift
[466/589] Compiling NIOCore AddressedEnvelope.swift
[467/589] Compiling NIOCore AsyncAwaitSupport.swift
[468/589] Compiling NIOCore AsyncChannel.swift
[469/589] Compiling NIOCore AsyncChannelHandler.swift
[470/589] Compiling NIOCore AsyncChannelInboundStream.swift
[471/589] Compiling NIOCore AsyncChannelOutboundWriter.swift
[472/589] Compiling NIOCore ByteBuffer-conversions.swift
[473/589] Compiling NIOCore ByteBuffer-core.swift
[474/589] Compiling NIOCore ByteBuffer-hex.swift
[475/589] Compiling NIOCore ByteBuffer-int.swift
[476/589] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[477/589] Compiling NIOCore ByteBuffer-multi-int.swift
[478/589] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[485/589] Compiling NIOCore NIOAsyncSequenceProducer.swift
[486/589] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[487/589] Compiling NIOCore NIOAsyncWriter.swift
[488/589] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[489/589] Compiling NIOCore BSDSocketAPI.swift
[490/589] Compiling NIOCore ByteBuffer-aux.swift
[491/589] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[492/589] Compiling NIOCore MulticastChannel.swift
[493/589] Compiling NIOCore NIOAny.swift
[494/589] Compiling NIOCore NIOCloseOnErrorHandler.swift
[495/589] Compiling NIOCore NIOLoopBound.swift
[496/589] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[497/589] Compiling NIOCore NIOScheduledCallback.swift
[498/589] Compiling NIOCore NIOSendable.swift
[499/589] Compiling NIOCore RecvByteBufferAllocator.swift
[499/597] Wrapping AST for _RopeModule for debugging
[508/599] Compiling Collections Collections.swift
[509/599] Emitting module Collections
[510/599] Emitting module ExtrasBase64
[512/599] Compiling AsyncAlgorithms SetAlgebra.swift
[513/599] Compiling AsyncAlgorithms UnsafeTransfer.swift
[514/599] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[515/599] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[516/599] Compiling AsyncAlgorithms ZipStateMachine.swift
[517/599] Compiling AsyncAlgorithms ZipStorage.swift
[533/600] Compiling NIOCore MarkedCircularBuffer.swift
[543/599] Compiling ExtrasBase64 Base64.swift
[544/599] Compiling ExtrasBase64 Base32.swift
[545/608] Wrapping AST for ExtrasBase64 for debugging
[547/608] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[548/608] Compiling ServiceLifecycle Service.swift
[549/609] Emitting module ServiceLifecycle
[550/609] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[551/609] Compiling ServiceLifecycle ServiceRunnerError.swift
[552/609] Compiling ServiceLifecycle CancellationWaiter.swift
[553/609] Compiling ServiceLifecycle GracefulShutdown.swift
[554/609] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[555/609] Compiling NIOCore SocketAddresses.swift
[556/609] Compiling NIOCore SocketOptionProvider.swift
[557/609] Compiling NIOCore SystemCallHelpers.swift
[558/609] Compiling NIOCore TimeAmount+Duration.swift
[559/609] Compiling NIOCore TypeAssistedChannelHandler.swift
[560/609] Compiling NIOCore UniversalBootstrapSupport.swift
[561/609] Compiling NIOCore Utilities.swift
[562/609] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[563/609] Compiling ServiceLifecycle ServiceGroup.swift
[564/610] Wrapping AST for ServiceLifecycle for debugging
[593/610] Emitting module NIOCore
[595/662] Emitting module NIOHTTPTypes
[596/662] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[598/662] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[599/662] Emitting module NIOEmbedded
[600/662] Compiling NIOEmbedded AsyncTestingChannel.swift
[601/662] Compiling NIOEmbedded Embedded.swift
[603/662] Compiling NIOPosix SelectableChannel.swift
[604/662] Compiling NIOPosix SelectableEventLoop.swift
[605/662] Compiling NIOPosix SelectorEpoll.swift
[606/662] Compiling NIOPosix SelectorGeneric.swift
[607/662] Compiling NIOPosix SelectorKqueue.swift
[608/662] Compiling NIOPosix SelectorUring.swift
[609/668] Compiling NIOPosix Pool.swift
[610/668] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[611/668] Compiling NIOPosix PosixSingletons.swift
[612/668] Compiling NIOPosix RawSocketBootstrap.swift
[613/668] Compiling NIOPosix Resolver.swift
[614/668] Compiling NIOPosix Selectable.swift
[615/668] Compiling NIOPosix ServerSocket.swift
[616/668] Compiling NIOPosix Socket.swift
[617/668] Compiling NIOPosix SocketChannel.swift
[618/668] Compiling NIOPosix SocketProtocols.swift
[619/668] Compiling NIOPosix System.swift
[620/668] Compiling NIOPosix Thread.swift
[621/668] Emitting module NIOPosix
[622/668] Compiling NIOPosix IO.swift
[623/668] Compiling NIOPosix IntegerBitPacking.swift
[624/668] Compiling NIOPosix IntegerTypes.swift
[625/668] Compiling NIOPosix Linux.swift
[626/668] Compiling NIOPosix LinuxCPUSet.swift
[627/668] Compiling NIOPosix LinuxUring.swift
[628/668] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[629/668] Compiling NIOPosix NIOThreadPool.swift
[630/668] Compiling NIOPosix NonBlockingFileIO.swift
[631/668] Compiling NIOPosix PendingDatagramWritesManager.swift
[632/668] Compiling NIOPosix PendingWritesManager.swift
[633/668] Compiling NIOPosix PipeChannel.swift
[634/668] Compiling NIOPosix PipePair.swift
[635/668] Compiling NIOPosix BSDSocketAPICommon.swift
[636/668] Compiling NIOPosix BSDSocketAPIPosix.swift
[637/668] Compiling NIOPosix BSDSocketAPIWindows.swift
[638/668] Compiling NIOPosix BaseSocket.swift
[639/668] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[640/668] Compiling NIOPosix BaseSocketChannel.swift
[641/668] Compiling NIOPosix BaseStreamSocketChannel.swift
[642/668] Compiling NIOPosix Bootstrap.swift
[643/668] Compiling NIOPosix ControlMessage.swift
[644/668] Compiling NIOPosix DatagramVectorReadManager.swift
[645/668] Compiling NIOPosix Errors+Any.swift
[646/668] Compiling NIOPosix FileDescriptor.swift
[647/668] Compiling NIOPosix GetaddrinfoResolver.swift
[648/668] Compiling NIOPosix HappyEyeballs.swift
[649/668] Compiling NIOPosix ThreadPosix.swift
[650/668] Compiling NIOPosix ThreadWindows.swift
[651/668] Compiling NIOPosix UnsafeTransfer.swift
[652/668] Compiling NIOPosix Utilities.swift
[653/668] Compiling NIOPosix VsockAddress.swift
[654/668] Compiling NIOPosix VsockChannelEvents.swift
[656/670] Emitting module NIO
[657/670] Compiling NIO Exports.swift
[659/691] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[660/691] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[661/691] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[662/691] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[663/691] Emitting module NIOHTTP1
[664/693] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[665/693] Emitting module NIOFoundationCompat
[666/693] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[667/694] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[668/694] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[669/694] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[670/694] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[671/694] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[672/694] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[673/694] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[674/694] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[675/694] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[676/694] Compiling NIOHTTP1 HTTPTypes.swift
[678/693] Compiling NIOHTTP1 ByteCollectionUtils.swift
[679/693] Compiling NIOHTTP1 HTTPDecoder.swift
[680/693] Compiling NIOHTTP1 HTTPEncoder.swift
[681/693] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[682/693] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[684/730] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[685/730] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[686/730] Emitting module NIOHTTPTypesHTTP1
[687/730] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[688/730] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[689/730] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[690/733] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[691/733] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[692/733] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[694/732] Compiling AWSLambdaRuntimeCore Lambda.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
[695/732] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
[697/734] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[698/734] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[699/734] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
[700/734] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[702/734] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[703/734] Emitting module AWSLambdaRuntimeCore
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
[708/734] Emitting module NIOExtras
[710/734] Compiling AWSLambdaRuntimeCore Terminator.swift
[711/734] Compiling AWSLambdaRuntimeCore Utils.swift
[712/734] Compiling NIOExtras RequestResponseWithIDHandler.swift
[713/734] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[714/734] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[720/734] Compiling NIOExtras UnsafeTransfer.swift
[721/734] Compiling NIOExtras WritePCAPHandler.swift
BUILD FAILURE 6.1 android