Build Information
Failed to build hummingbird-lambda, reference main (25ffa4
), with Swift 6.1 for Android on 28 May 2025 01:46:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/hummingbird-project/hummingbird-lambda
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 25ffa4f Update from hummingbird-project-template b19df1d2a2eba1af76859758cc7cb51d8ac566c5 (#47)
Cloned https://github.com/hummingbird-project/hummingbird-lambda.git
Revision (git rev-parse @):
25ffa4f0a0daeaa3e35d2cf882d5c9eea95a36b0
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-lambda.git at main
========================================
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-4606859-2":/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/hummingbird-project/hummingbird.git
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
[1/833] Fetching swift-extras-base64
[476/12350] Fetching swift-extras-base64, swift-aws-lambda-runtime
[477/14786] Fetching swift-extras-base64, swift-aws-lambda-runtime, swift-aws-lambda-events
[3846/39269] Fetching swift-extras-base64, swift-aws-lambda-runtime, swift-aws-lambda-events, hummingbird
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (0.45s)
[7665/114491] Fetching swift-aws-lambda-runtime, swift-aws-lambda-events, hummingbird, swift-nio
Fetched https://github.com/swift-server/swift-aws-lambda-events.git from cache (1.60s)
[84676/112055] Fetching swift-aws-lambda-runtime, hummingbird, swift-nio
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (1.65s)
[73919/100538] Fetching hummingbird, swift-nio
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (6.56s)
Fetched https://github.com/apple/swift-nio.git from cache (6.65s)
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 (9.73s)
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.78s)
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.30s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.94s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.0 (0.71s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/11527] Fetching swift-nio-http2
[463/13953] Fetching swift-nio-http2, swift-service-lifecycle
[1179/19867] Fetching swift-nio-http2, swift-service-lifecycle, swift-nio-extras
[3344/22534] Fetching swift-nio-http2, swift-service-lifecycle, swift-nio-extras, swift-nio-transport-services
[11948/36548] Fetching swift-nio-http2, swift-service-lifecycle, swift-nio-extras, swift-nio-transport-services, async-http-client
[12858/51391] Fetching swift-nio-http2, swift-service-lifecycle, swift-nio-extras, swift-nio-transport-services, async-http-client, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.49s)
[10875/48965] Fetching swift-nio-http2, swift-nio-extras, swift-nio-transport-services, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.57s)
[10735/46298] Fetching swift-nio-http2, swift-nio-extras, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.73s)
[7829/40384] Fetching swift-nio-http2, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-log.git
[19985/45358] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing
[22791/47564] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-metrics
[34945/51400] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-metrics, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.59s)
[33545/49194] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-log
Fetching https://github.com/apple/swift-collections.git
[45782/65785] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (2.21s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.46s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.98s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.99s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.02s)
Fetched https://github.com/apple/swift-collections.git from cache (1.98s)
[1/4985] Fetching swift-async-algorithms
[550/6695] Fetching swift-async-algorithms, swift-atomics
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.63s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.64s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (4.67s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.36s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.89s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.56s)
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.62s)
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.56s)
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.27s)
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.77s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.76s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.78s)
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.65s)
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
Fetching https://github.com/apple/swift-asn1.git
[1/1141] Fetching swift-http-structured-headers
[1142/2731] Fetching swift-http-structured-headers, swift-asn1
[2732/8690] Fetching swift-http-structured-headers, swift-asn1, swift-algorithms
[6546/14845] Fetching swift-http-structured-headers, swift-asn1, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.49s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.49s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.49s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.49s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.01s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.54s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.64s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.53s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.84s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.48s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.45s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.71s)
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.88s)
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.95s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.07s)
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.92s)
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.93s)
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-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/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/swift-server/swift-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-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-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/swift-server/swift-aws-lambda-runtime.git
Working copy of https://github.com/swift-server/swift-aws-lambda-runtime.git resolved at 1.0.0-alpha.3
Creating working copy for https://github.com/apple/swift-nio-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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/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-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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-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-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-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-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-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-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-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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/97] Write sources
[36/97] Compiling CNIOWASI CNIOWASI.c
[37/97] Compiling CNIOLLHTTP c_nio_http.c
[38/97] Compiling CNIOWindows shim.c
[39/97] Compiling CNIOWindows WSAStartup.c
[40/97] Compiling _AtomicsShims.c
[41/97] Compiling CNIOLinux liburing_shims.c
[42/97] Write sources
[48/97] Compiling CNIOLLHTTP c_nio_api.c
[49/97] Compiling CNIOLinux shim.c
[50/97] Compiling CNIODarwin shim.c
[51/97] Write swift-version-24593BA9C3E375BF.txt
[52/97] Compiling CNIOLLHTTP c_nio_llhttp.c
[54/133] Compiling Logging LogHandler.swift
[55/133] Compiling HTTPTypes HTTPParsedFields.swift
[56/134] Emitting module _NIOBase64
[57/134] Compiling _NIOBase64 Base64.swift
[58/135] Emitting module HTTPTypes
[59/135] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[61/136] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[62/136] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[63/136] Compiling ServiceContextModule ServiceContext.swift
[64/136] Emitting module ServiceContextModule
[65/136] Compiling ServiceContextModule ServiceContextKey.swift
[66/137] Compiling _NIODataStructures _TinyArray.swift
[67/137] Compiling _NIODataStructures PriorityQueue.swift
[68/137] Compiling HTTPTypes ISOLatin1String.swift
[69/137] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[70/137] Compiling InternalCollectionsUtilities Integer rank.swift
[71/137] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[72/137] Compiling InternalCollectionsUtilities Debugging.swift
[73/137] Emitting module InternalCollectionsUtilities
[74/137] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[75/137] Compiling InternalCollectionsUtilities _SortedCollection.swift
[76/137] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[77/137] Compiling InternalCollectionsUtilities UInt+reversed.swift
[78/137] Compiling InternalCollectionsUtilities Descriptions.swift
[79/137] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[80/137] Compiling HTTPTypes HTTPRequest.swift
[81/137] Compiling HTTPTypes HTTPResponse.swift
[83/137] Emitting module _NIODataStructures
[84/137] Compiling _NIODataStructures Heap.swift
[86/138] Compiling HTTPTypes NIOLock.swift
[87/141] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[88/145] Compiling c-nioatomics.c
[90/154] Compiling Instrumentation NoOpInstrument.swift
[91/154] Compiling ConcurrencyHelpers LockedValueBox.swift
[92/154] Compiling Instrumentation Instrument.swift
[93/154] Emitting module Instrumentation
[94/154] Compiling Instrumentation MultiplexInstrument.swift
[95/222] Compiling CoreMetrics Metrics.swift
[96/222] Compiling Instrumentation InstrumentationSystem.swift
[97/222] Compiling Instrumentation Locks.swift
[98/223] Compiling Logging Locks.swift
[99/223] Emitting module CoreMetrics
[100/223] Compiling CoreMetrics Locks.swift
[101/224] Compiling Logging MetadataProvider.swift
[103/224] Emitting module ConcurrencyHelpers
[104/224] Compiling ConcurrencyHelpers Lock.swift
[106/225] Compiling Logging Logging.swift
[107/225] Emitting module Logging
[109/252] Compiling c-atomics.c
[111/267] Compiling _RopeModule _RopeVersion.swift
[112/267] Compiling _RopeModule Rope+Collection.swift
[113/267] Compiling _RopeModule Rope+Index.swift
[114/267] Compiling _RopeModule Rope+Sequence.swift
[115/267] Compiling _RopeModule Rope+Append.swift
[116/267] Compiling _RopeModule Rope+Extract.swift
[117/267] Compiling _RopeModule Rope+Find.swift
[118/267] Compiling _RopeModule Rope+ForEachWhile.swift
[119/267] Compiling _RopeModule Rope+Insert.swift
[120/267] Compiling _RopeModule Rope+_Storage.swift
[121/267] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[122/267] Compiling _RopeModule Rope+_UnsafeHandle.swift
[123/267] Compiling _RopeModule Rope.swift
[124/267] Compiling _RopeModule RopeElement.swift
[125/267] Compiling _RopeModule RopeMetric.swift
[126/267] Compiling _RopeModule RopeSummary.swift
[127/267] Compiling _RopeModule _RopeItem.swift
[128/267] Compiling _RopeModule _RopePath.swift
[129/307] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[130/310] Compiling HeapModule Heap+Descriptions.swift
[131/310] Compiling HeapModule _HeapNode.swift
[132/310] Compiling HeapModule Heap+Invariants.swift
[133/310] Compiling HeapModule Heap.swift
[134/310] Compiling HeapModule Heap+UnsafeHandle.swift
[135/310] Compiling Tracing TracingTime.swift
[136/310] Emitting module HeapModule
[137/311] Emitting module Tracing
[138/311] Emitting module UnixSignals
[139/311] Compiling Tracing TracerProtocol.swift
[140/311] Compiling UnixSignals UnixSignal.swift
[141/311] Compiling UnixSignals UnixSignalsSequence.swift
[144/312] Compiling Tracing Tracer.swift
[145/312] Compiling Tracing TracerProtocol+Legacy.swift
[146/312] Compiling Tracing InstrumentationSystem+Tracing.swift
[147/312] Compiling Tracing NoOpTracer.swift
[148/312] Compiling Tracing SpanProtocol.swift
[149/313] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[150/313] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[151/313] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[152/313] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[153/313] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[154/313] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[155/313] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[156/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[157/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[158/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[159/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[160/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[161/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[162/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[164/320] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[165/320] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[166/320] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[167/320] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[168/320] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[169/320] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[170/320] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[171/320] Compiling OrderedCollections OrderedDictionary+Values.swift
[172/320] Compiling OrderedCollections OrderedDictionary+Codable.swift
[173/320] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[174/320] Emitting module _RopeModule
[175/320] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[176/320] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[177/320] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[178/320] Compiling OrderedCollections OrderedDictionary+Elements.swift
[179/320] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[180/320] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[181/320] Compiling OrderedCollections _HashTable+Bucket.swift
[182/320] Compiling OrderedCollections _HashTable+BucketIterator.swift
[183/320] Compiling OrderedCollections _HashTable+Constants.swift
[184/320] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[193/383] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[194/383] Compiling HashTreeCollections _RawHashNode.swift
[195/383] Compiling HashTreeCollections _UnmanagedHashNode.swift
[196/383] Compiling HashTreeCollections _UnsafePath.swift
[197/383] Compiling HashTreeCollections TreeDictionary+Codable.swift
[198/383] Compiling HashTreeCollections TreeDictionary+Collection.swift
[199/383] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[200/383] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[201/383] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[202/383] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[203/383] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[204/383] Compiling HashTreeCollections _HashNode+Storage.swift
[205/383] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[206/383] Compiling HashTreeCollections _HashNode+Structural filter.swift
[207/383] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[208/383] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[209/417] Compiling DequeModule Deque+CustomReflectable.swift
[210/417] Compiling DequeModule Deque+Descriptions.swift
[211/419] Compiling DequeModule _DequeBuffer.swift
[212/419] Compiling DequeModule _DequeBufferHeader.swift
[213/419] Compiling DequeModule Deque+Testing.swift
[214/419] Compiling DequeModule Deque._Storage.swift
[215/419] Compiling DequeModule Deque+Equatable.swift
[216/419] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[217/419] Emitting module Metrics
[218/419] Compiling NIOConcurrencyHelpers lock.swift
[219/419] Compiling DequeModule Deque._UnsafeHandle.swift
[220/419] Compiling DequeModule Deque.swift
[221/419] Compiling DequeModule Deque+Extras.swift
[222/419] Compiling DequeModule Deque+Hashable.swift
[225/419] Compiling DequeModule _DequeSlot.swift
[226/419] Compiling DequeModule _UnsafeWrappedBuffer.swift
[227/419] Compiling HashTreeCollections _HashNode+Builder.swift
[228/419] Compiling HashTreeCollections _HashNode+Debugging.swift
[229/419] Compiling HashTreeCollections _HashNode+Initializers.swift
[230/419] Compiling HashTreeCollections _HashNode+Invariants.swift
[231/419] Compiling HashTreeCollections _HashNode+Lookups.swift
[232/419] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[233/419] Compiling HashTreeCollections _HashTreeIterator.swift
[234/419] Compiling HashTreeCollections _HashTreeStatistics.swift
[235/419] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[236/419] Compiling NIOConcurrencyHelpers NIOLock.swift
[237/419] Compiling NIOConcurrencyHelpers atomics.swift
[238/419] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[239/419] Emitting module NIOConcurrencyHelpers
[242/420] Compiling HashTreeCollections TreeDictionary.swift
[243/420] Compiling HashTreeCollections TreeSet+Codable.swift
[244/420] Compiling HashTreeCollections TreeSet+Collection.swift
[245/420] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[246/420] Compiling HashTreeCollections TreeSet+Debugging.swift
[247/420] Compiling HashTreeCollections TreeSet+Descriptions.swift
[248/420] Compiling HashTreeCollections TreeSet+Equatable.swift
[250/420] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[251/420] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[252/420] Compiling HashTreeCollections TreeDictionary+Keys.swift
[253/420] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[254/420] Compiling HashTreeCollections TreeDictionary+Merge.swift
[255/420] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[256/420] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[257/420] Compiling HashTreeCollections TreeDictionary+Values.swift
[258/420] Compiling _RopeModule _CharacterRecognizer.swift
[259/420] Compiling HTTPTypes HTTPFieldName.swift
[260/420] Compiling HTTPTypes HTTPField.swift
[261/420] Compiling HTTPTypes HTTPFields.swift
[266/421] Compiling DequeModule Deque+Codable.swift
[267/421] Compiling DequeModule Deque+Collection.swift
[268/443] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[269/443] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[270/443] Compiling HashTreeCollections TreeDictionary+Filter.swift
[286/443] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[287/443] Compiling HashTreeCollections TreeSet+Extras.swift
[288/443] Compiling HashTreeCollections TreeSet+Filter.swift
[289/455] Emitting module OrderedCollections
[291/491] Emitting module DequeModule
[293/505] Compiling BitCollections BitArray._UnsafeHandle.swift
[294/505] Compiling BitCollections BitArray.swift
[295/505] Compiling BitCollections BitSet+BidirectionalCollection.swift
[296/505] Compiling BitCollections BitSet+Codable.swift
[297/505] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[298/505] Compiling BitCollections BitSet+CustomReflectable.swift
[299/505] Compiling BitCollections BitSet+CustomStringConvertible.swift
[300/505] Compiling BitCollections BitSet+Equatable.swift
[301/505] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[302/505] Compiling BitCollections BitSet+Extras.swift
[303/505] Compiling BitCollections BitSet+Hashable.swift
[304/505] Compiling BitCollections BitSet+Initializers.swift
[305/505] Compiling BitCollections BitSet+Invariants.swift
[306/505] Compiling BitCollections BitSet+Random.swift
[307/505] Compiling BitCollections BitSet+SetAlgebra basics.swift
[308/505] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[309/505] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[310/505] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[311/505] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[312/505] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[313/505] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[314/505] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[315/505] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[316/505] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[317/505] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[318/505] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[319/505] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[320/505] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[321/505] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[323/527] Wrapping AST for _NIODataStructures for debugging
[325/527] Compiling AWSLambdaEvents AppSync.swift
[326/527] Compiling AWSLambdaEvents BedrockAgent.swift
[327/527] Compiling Metrics Metrics.swift
[328/530] Compiling AWSLambdaEvents SNS.swift
[329/530] Compiling AWSLambdaEvents SQS.swift
[330/530] Compiling AWSLambdaEvents S3.swift
[331/530] Compiling AWSLambdaEvents SES.swift
[332/530] Compiling AWSLambdaEvents APIGateway.swift
[333/530] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[334/530] Compiling AWSLambdaEvents AWSRegion.swift
[337/530] Compiling AWSLambdaEvents CloudFormation.swift
[338/530] Compiling AWSLambdaEvents Cloudwatch.swift
[339/530] Compiling AWSLambdaEvents Cognito.swift
[340/537] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[341/537] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[342/537] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[343/537] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[344/537] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[345/537] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[346/537] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[347/537] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[348/537] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[349/537] Compiling HashTreeCollections TreeSet.swift
[364/582] Wrapping AST for _RopeModule for debugging
[366/582] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[367/582] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[368/582] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[368/582] Wrapping AST for UnixSignals for debugging
[370/582] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[371/582] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[372/582] Compiling AsyncAlgorithms AsyncChannel.swift
[373/582] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[374/582] Compiling AsyncAlgorithms ChannelStateMachine.swift
[375/582] Compiling AsyncAlgorithms ChannelStorage.swift
[376/582] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[377/582] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[378/582] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[379/582] Compiling AsyncAlgorithms CombineLatestStorage.swift
[380/582] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[380/582] Wrapping AST for _NIOBase64 for debugging
[381/582] Wrapping AST for Tracing for debugging
[383/582] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[384/582] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[385/582] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[386/582] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[387/582] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[387/582] Wrapping AST for ServiceContextModule for debugging
[388/582] Wrapping AST for OrderedCollections for debugging
[389/582] Wrapping AST for NIOConcurrencyHelpers for debugging
[394/582] Wrapping AST for Metrics for debugging
[397/582] Compiling BitCollections BitSet+SetAlgebra union.swift
[398/582] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[399/582] Compiling BitCollections BitSet.Counted.swift
[400/582] Compiling BitCollections BitSet.Index.swift
[401/582] Compiling BitCollections BitSet._UnsafeHandle.swift
[402/582] Compiling AsyncAlgorithms DebounceStateMachine.swift
[403/582] Compiling AsyncAlgorithms DebounceStorage.swift
[404/582] Compiling AsyncAlgorithms Dictionary.swift
[405/582] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[406/582] Compiling AsyncAlgorithms Locking.swift
[407/582] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[408/582] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[409/582] Compiling AsyncAlgorithms MergeStateMachine.swift
[410/582] Compiling AsyncAlgorithms MergeStorage.swift
[411/582] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[412/582] Compiling AsyncAlgorithms Rethrow.swift
[426/582] Wrapping AST for InternalCollectionsUtilities for debugging
[427/582] Wrapping AST for Logging for debugging
[428/582] Wrapping AST for HeapModule for debugging
[429/582] Wrapping AST for HTTPTypes for debugging
[430/582] Wrapping AST for Instrumentation for debugging
[432/582] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[433/582] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[436/582] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[437/582] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[439/582] Wrapping AST for DequeModule for debugging
[440/582] Wrapping AST for CoreMetrics for debugging
[449/590] Wrapping AST for ConcurrencyHelpers for debugging
[451/590] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[452/590] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[453/590] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[457/590] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[458/590] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[459/590] Emitting module BitCollections
[462/590] Compiling BitCollections BitSet.swift
[463/590] Compiling BitCollections Range+Utilities.swift
[464/590] Compiling BitCollections Slice+Utilities.swift
[465/590] Compiling BitCollections UInt+Tricks.swift
[466/590] Compiling BitCollections _Word.swift
[467/591] Emitting module AsyncAlgorithms
[478/591] Compiling AWSLambdaEvents HTTP.swift
[479/591] Compiling AWSLambdaEvents RFC5322DateParseStrategy.swift
[480/591] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[481/591] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[482/591] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[483/591] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[484/591] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[491/591] Emitting module HashTreeCollections
[507/592] Wrapping AST for BitCollections for debugging
[519/592] Wrapping AST for HashTreeCollections for debugging
[521/592] Emitting module AWSLambdaEvents
[522/594] Compiling Collections Collections.swift
[523/594] Emitting module Collections
[527/595] Emitting module Atomics
[554/596] Wrapping AST for Collections for debugging
[557/596] Compiling AsyncAlgorithms SetAlgebra.swift
[558/596] Compiling AsyncAlgorithms UnsafeTransfer.swift
[559/596] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[560/596] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[561/596] Compiling AsyncAlgorithms ZipStateMachine.swift
[562/596] Compiling AsyncAlgorithms ZipStorage.swift
[563/597] Wrapping AST for Atomics for debugging
[564/657] Wrapping AST for AsyncAlgorithms for debugging
[566/665] Compiling ExtrasBase64 Base32.swift
[567/665] Compiling ExtrasBase64 Base64.swift
[568/665] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[569/666] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[570/666] Emitting module ServiceLifecycle
[571/666] Emitting module ExtrasBase64
[573/667] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[574/667] Compiling ServiceLifecycle ServiceRunnerError.swift
[574/667] Wrapping AST for ExtrasBase64 for debugging
[576/667] Compiling ServiceLifecycle CancellationWaiter.swift
[577/667] Compiling ServiceLifecycle GracefulShutdown.swift
[578/667] Compiling NIOCore MulticastChannel.swift
[579/667] Compiling NIOCore NIOAny.swift
[580/667] Compiling NIOCore NIOCloseOnErrorHandler.swift
[581/667] Compiling NIOCore NIOLoopBound.swift
[582/667] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[583/667] Compiling NIOCore NIOScheduledCallback.swift
[584/667] Compiling NIOCore NIOSendable.swift
[585/667] Compiling NIOCore RecvByteBufferAllocator.swift
[586/675] Compiling ServiceLifecycle Service.swift
[587/675] Compiling ServiceLifecycle ServiceGroup.swift
[588/676] Wrapping AST for ServiceLifecycle for debugging
[590/676] Compiling NIOCore Channel.swift
[591/676] Compiling NIOCore ChannelHandler.swift
[592/676] Compiling NIOCore ChannelHandlers.swift
[593/676] Compiling NIOCore AddressedEnvelope.swift
[594/676] Compiling NIOCore AsyncAwaitSupport.swift
[595/676] Compiling NIOCore AsyncChannel.swift
[596/676] Compiling NIOCore ChannelInvoker.swift
[597/676] Compiling NIOCore ChannelOption.swift
[598/676] Compiling NIOCore ChannelPipeline.swift
[599/677] Compiling NIOCore IO.swift
[600/677] Compiling NIOCore IOData.swift
[601/677] Compiling NIOCore IPProtocol.swift
[602/677] Compiling NIOCore IntegerBitPacking.swift
[603/677] Compiling NIOCore IntegerTypes.swift
[604/677] Compiling NIOCore Interfaces.swift
[605/677] Compiling NIOCore Linux.swift
[606/677] Compiling NIOCore MarkedCircularBuffer.swift
[608/677] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[609/677] Compiling NIOCore EventLoopFuture+Deprecated.swift
[610/677] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[611/677] Compiling NIOCore EventLoopFuture.swift
[612/677] Compiling NIOCore FileDescriptor.swift
[613/677] Compiling NIOCore FileHandle.swift
[614/677] Compiling NIOCore FileRegion.swift
[615/677] Compiling NIOCore GlobalSingletons.swift
[615/677] Wrapping AST for AWSLambdaEvents for debugging
[617/677] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[618/677] Compiling NIOCore SocketAddresses.swift
[619/677] Compiling NIOCore SocketOptionProvider.swift
[620/677] Compiling NIOCore SystemCallHelpers.swift
[621/677] Compiling NIOCore TimeAmount+Duration.swift
[622/677] Compiling NIOCore TypeAssistedChannelHandler.swift
[623/677] Compiling NIOCore UniversalBootstrapSupport.swift
[624/677] Compiling NIOCore Utilities.swift
[625/677] Compiling NIOCore CircularBuffer.swift
[626/677] Compiling NIOCore Codec.swift
[627/677] Compiling NIOCore ConvenienceOptionSupport.swift
[628/677] Compiling NIOCore DeadChannel.swift
[629/677] Compiling NIOCore DispatchQueue+WithFuture.swift
[630/677] Compiling NIOCore EventLoop+Deprecated.swift
[631/677] Compiling NIOCore EventLoop+SerialExecutor.swift
[632/677] Compiling NIOCore EventLoop.swift
[636/677] Compiling NIOCore AsyncChannelHandler.swift
[637/677] Compiling NIOCore AsyncChannelInboundStream.swift
[638/677] Compiling NIOCore AsyncChannelOutboundWriter.swift
[639/677] Compiling NIOCore NIOAsyncSequenceProducer.swift
[640/677] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[641/677] Compiling NIOCore NIOAsyncWriter.swift
[642/677] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[643/677] Compiling NIOCore BSDSocketAPI.swift
[644/677] Compiling NIOCore ByteBuffer-aux.swift
[645/677] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[646/677] Compiling NIOCore ByteBuffer-conversions.swift
[647/677] Compiling NIOCore ByteBuffer-core.swift
[648/677] Compiling NIOCore ByteBuffer-hex.swift
[649/677] Compiling NIOCore ByteBuffer-int.swift
[650/677] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[651/677] Compiling NIOCore ByteBuffer-multi-int.swift
[652/677] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[653/677] Compiling NIOCore ByteBuffer-views.swift
[660/677] Emitting module NIOCore
[661/678] Wrapping AST for NIOCore for debugging
[663/730] Emitting module NIOHTTPTypes
[664/730] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[665/731] Wrapping AST for NIOHTTPTypes for debugging
[667/731] Compiling NIOEmbedded AsyncTestingChannel.swift
[668/731] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[669/731] Emitting module NIOEmbedded
[670/731] Compiling NIOEmbedded Embedded.swift
[672/732] Compiling NIOPosix IO.swift
[673/732] Compiling NIOPosix IntegerBitPacking.swift
[674/732] Compiling NIOPosix IntegerTypes.swift
[675/732] Compiling NIOPosix Linux.swift
[676/732] Compiling NIOPosix LinuxCPUSet.swift
[677/732] Compiling NIOPosix LinuxUring.swift
[678/732] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[678/738] Wrapping AST for NIOEmbedded for debugging
[680/738] Compiling NIOPosix Pool.swift
[681/738] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[682/738] Compiling NIOPosix PosixSingletons.swift
[683/738] Compiling NIOPosix RawSocketBootstrap.swift
[684/738] Compiling NIOPosix Resolver.swift
[685/738] Compiling NIOPosix Selectable.swift
[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] Emitting module NIOPosix
[693/738] Compiling NIOPosix ThreadPosix.swift
[694/738] Compiling NIOPosix ThreadWindows.swift
[695/738] Compiling NIOPosix UnsafeTransfer.swift
[696/738] Compiling NIOPosix Utilities.swift
[697/738] Compiling NIOPosix VsockAddress.swift
[698/738] Compiling NIOPosix VsockChannelEvents.swift
[699/738] Compiling NIOPosix BSDSocketAPICommon.swift
[700/738] Compiling NIOPosix BSDSocketAPIPosix.swift
[701/738] Compiling NIOPosix BSDSocketAPIWindows.swift
[702/738] Compiling NIOPosix BaseSocket.swift
[703/738] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[704/738] Compiling NIOPosix BaseSocketChannel.swift
[705/738] Compiling NIOPosix BaseStreamSocketChannel.swift
[706/738] Compiling NIOPosix ServerSocket.swift
[707/738] Compiling NIOPosix Socket.swift
[708/738] Compiling NIOPosix SocketChannel.swift
[709/738] Compiling NIOPosix SocketProtocols.swift
[710/738] Compiling NIOPosix System.swift
[711/738] Compiling NIOPosix Thread.swift
[712/738] Compiling NIOPosix Bootstrap.swift
[713/738] Compiling NIOPosix ControlMessage.swift
[714/738] Compiling NIOPosix DatagramVectorReadManager.swift
[715/738] Compiling NIOPosix Errors+Any.swift
[716/738] Compiling NIOPosix FileDescriptor.swift
[717/738] Compiling NIOPosix GetaddrinfoResolver.swift
[718/738] Compiling NIOPosix HappyEyeballs.swift
[719/738] Compiling NIOPosix NIOThreadPool.swift
[720/738] Compiling NIOPosix NonBlockingFileIO.swift
[721/738] Compiling NIOPosix PendingDatagramWritesManager.swift
[722/738] Compiling NIOPosix PendingWritesManager.swift
[723/738] Compiling NIOPosix PipeChannel.swift
[724/738] Compiling NIOPosix PipePair.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 JSONSerialization+ByteBuffer.swift
[732/763] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[733/763] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[734/763] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[735/763] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[736/763] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[737/765] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[738/765] Emitting module NIOFoundationCompat
[739/765] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[740/766] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[741/766] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[742/766] Wrapping AST for NIOFoundationCompat for debugging
[744/766] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[745/766] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[746/766] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[747/766] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[748/766] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[749/766] Compiling NIOHTTP1 HTTPTypes.swift
[750/766] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[751/766] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[752/766] Emitting module NIOHTTP1
[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 FixedLengthFrameDecoder.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 |
[759/804] Compiling NIOExtras LengthFieldBasedFrameDecoder.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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[760/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 |
[761/806] Compiling NIOExtras RequestResponseHandler.swift
[762/806] Compiling NIOExtras RequestResponseWithIDHandler.swift
[763/806] Emitting module NIOHTTPTypesHTTP1
[764/806] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[765/806] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[766/806] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[767/806] 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()
[768/806] 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()
[769/806] Compiling NIOExtras PCAPRingBuffer.swift
[770/806] Compiling NIOExtras QuiescingHelper.swift
[771/806] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[772/806] Compiling NIOExtras NIOExtrasError.swift
[775/809] Compiling NIOExtras NIOLengthFieldBitLength.swift
[776/809] Compiling NIOExtras NIORequestIdentifiable.swift
[777/809] Emitting module NIOExtras
[781/809] Compiling NIOExtras DebugInboundEventsHandler.swift
[782/809] Compiling NIOExtras DebugOutboundEventsHandler.swift
[786/809] Compiling NIOExtras JSONRPCFraming.swift
[788/809] Compiling NIOExtras LengthFieldPrepender.swift
[789/809] Compiling NIOExtras LineBasedFrameDecoder.swift
[793/809] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/80] Emitting module ServiceContextModule
[4/80] Compiling ServiceContextModule ServiceContextKey.swift
[5/84] Emitting module Logging
[6/84] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/85] Compiling _NIOBase64 Base64.swift
[8/85] Compiling ConcurrencyHelpers LockedValueBox.swift
[9/85] Compiling ServiceContextModule ServiceContext.swift
[10/85] Compiling InternalCollectionsUtilities Descriptions.swift
[11/85] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[12/85] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[14/86] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/86] Compiling InternalCollectionsUtilities Debugging.swift
[16/85] Emitting module _NIOBase64
[17/86] Compiling _NIODataStructures _TinyArray.swift
[18/86] Compiling Logging MetadataProvider.swift
[19/88] Compiling _NIODataStructures PriorityQueue.swift
[21/93] Compiling _NIODataStructures Heap.swift
[22/93] Compiling NIOConcurrencyHelpers lock.swift
[23/93] Compiling ConcurrencyHelpers Lock.swift
[24/93] Emitting module ConcurrencyHelpers
[25/94] Emitting module _NIODataStructures
[27/100] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[28/100] Compiling NIOConcurrencyHelpers NIOLock.swift
[29/100] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[30/100] Emitting module NIOConcurrencyHelpers
[31/100] Compiling NIOConcurrencyHelpers atomics.swift
[32/101] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[33/101] Compiling InternalCollectionsUtilities _SortedCollection.swift
[35/101] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[36/101] Compiling InternalCollectionsUtilities UInt+reversed.swift
[37/101] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[38/101] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[39/100] Compiling Logging LogHandler.swift
[40/100] Compiling Logging Locks.swift
[41/100] Compiling Logging Logging.swift
[42/101] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[43/101] Compiling InternalCollectionsUtilities Integer rank.swift
[44/101] Compiling HTTPTypes HTTPFieldName.swift
[45/102] Compiling HTTPTypes ISOLatin1String.swift
[48/104] Compiling Instrumentation NoOpInstrument.swift
[49/104] Compiling Instrumentation MultiplexInstrument.swift
[49/104] Wrapping AST for Logging for debugging
[51/107] Compiling HTTPTypes NIOLock.swift
[52/107] Compiling HTTPTypes HTTPParsedFields.swift
[53/107] Compiling Instrumentation Locks.swift
[54/107] Emitting module InternalCollectionsUtilities
[55/110] Emitting module Instrumentation
[56/110] Compiling Instrumentation Instrument.swift
[57/112] Compiling Instrumentation InstrumentationSystem.swift
[58/128] Compiling HTTPTypes HTTPResponse.swift
[61/127] Emitting module HTTPTypes
[62/127] Compiling HTTPTypes HTTPField.swift
[63/127] Emitting module UnixSignals
[64/127] Compiling Atomics UnsafeAtomic.swift
[65/127] Compiling Atomics UnsafeAtomicLazyReference.swift
[66/129] Compiling Atomics ManagedAtomic.swift
[67/129] Compiling Atomics ManagedAtomicLazyReference.swift
[68/191] Compiling UnixSignals UnixSignal.swift
[69/191] Compiling UnixSignals UnixSignalsSequence.swift
[70/192] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[71/192] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[73/191] Compiling HTTPTypes HTTPRequest.swift
[74/231] Compiling HTTPTypes HTTPFields.swift
[75/232] Compiling HeapModule Heap.swift
[76/258] Compiling _RopeModule BigString+Sequence.swift
[77/258] Compiling _RopeModule BigString+TextOutputStream.swift
[78/260] Compiling HeapModule _HeapNode.swift
[80/268] Emitting module HeapModule
[81/268] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[82/268] Compiling _RopeModule BigString+Chunk+Splitting.swift
[83/268] Compiling _RopeModule BigString+Chunk.swift
[84/268] Compiling _RopeModule BigString+BidirectionalCollection.swift
[85/268] Compiling _RopeModule BigString+Comparable.swift
[86/268] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[87/268] Compiling HeapModule Heap+Invariants.swift
[88/268] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[89/268] Compiling HeapModule Heap+Descriptions.swift
[90/268] Compiling HeapModule Heap+UnsafeHandle.swift
[91/268] Compiling _RopeModule BigString+RemoveSubrange.swift
[92/268] Compiling _RopeModule BigString+ReplaceSubrange.swift
[93/268] Compiling _RopeModule BigString+Split.swift
[94/268] Compiling _RopeModule Range+BigString.swift
[95/268] Compiling _RopeModule BigString+UTF16View.swift
[96/268] Compiling _RopeModule BigString+UTF8View.swift
[97/268] Compiling _RopeModule BigString+Builder.swift
[98/268] Compiling _RopeModule BigString+Contents.swift
[100/276] Compiling _RopeModule _RopeVersion.swift
[101/276] Compiling _RopeModule Rope+Collection.swift
[102/276] Compiling _RopeModule Rope+Index.swift
[103/276] Compiling _RopeModule Rope+Sequence.swift
[104/276] Compiling _RopeModule Rope+Append.swift
[105/276] Compiling _RopeModule Rope+Extract.swift
[106/276] Compiling _RopeModule Rope+Find.swift
[107/276] Compiling _RopeModule BigString+Debugging.swift
[108/276] Compiling _RopeModule BigString+Index.swift
[109/276] Compiling _RopeModule BigString+Ingester.swift
[110/276] Compiling _RopeModule BigString+Invariants.swift
[111/276] Compiling _RopeModule BigString+Iterators.swift
[112/276] Compiling _RopeModule BigString+Metrics.swift
[113/276] Compiling _RopeModule BigString+Summary.swift
[114/276] Compiling _RopeModule BigString.swift
[115/276] Compiling _RopeModule Rope+ForEachWhile.swift
[116/276] Compiling _RopeModule Rope+Insert.swift
[117/276] Compiling _RopeModule BigString+UnicodeScalarView.swift
[118/276] Compiling _RopeModule BigSubstring+UTF16View.swift
[119/276] Compiling _RopeModule BigSubstring+UTF8View.swift
[120/276] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[121/276] Compiling _RopeModule BigSubstring.swift
[122/276] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[123/276] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[126/276] Compiling _RopeModule BigString+Append.swift
[127/276] Compiling _RopeModule BigString+Initializers.swift
[128/276] Compiling _RopeModule BigString+Insert.swift
[129/276] Compiling _RopeModule BigString+Managing Breaks.swift
[130/276] Compiling CoreMetrics Locks.swift
[131/276] Emitting module CoreMetrics
[132/276] Compiling CoreMetrics Metrics.swift
[137/276] Compiling _RopeModule BigString+CustomStringConvertible.swift
[138/276] Compiling _RopeModule BigString+Equatable.swift
[139/276] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[140/276] Compiling _RopeModule BigString+Hashing.swift
[142/342] Compiling Tracing TracingTime.swift
[143/344] Compiling Tracing TracerProtocol.swift
[144/384] Compiling Tracing Tracer.swift
[145/385] Compiling Tracing TracerProtocol+Legacy.swift
[146/393] Emitting module Tracing
[147/420] Emitting module Atomics
[148/420] Compiling HashTreeCollections _Bitmap.swift
[149/420] Compiling HashTreeCollections _Bucket.swift
[150/422] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[151/422] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[152/422] Compiling HashTreeCollections _HashNode+Structural filter.swift
[153/422] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[154/422] Compiling HashTreeCollections _HashNode+Storage.swift
[155/422] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[156/422] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[157/422] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[158/422] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[159/422] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[160/422] Compiling HashTreeCollections _HashNode+Structural union.swift
[161/422] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[162/422] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[163/422] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[164/422] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[165/422] Compiling HashTreeCollections _HashNode.swift
[166/422] Compiling HashTreeCollections _HashNodeHeader.swift
[167/422] Compiling HashTreeCollections _HashSlot.swift
[168/422] Compiling HashTreeCollections _HashStack.swift
[169/422] Compiling HashTreeCollections _HashTreeIterator.swift
[170/422] Compiling HashTreeCollections _HashTreeStatistics.swift
[171/422] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[172/422] Compiling HashTreeCollections _RawHashNode.swift
[173/422] Compiling HashTreeCollections _UnmanagedHashNode.swift
[174/429] Compiling BitCollections BitSet.swift
[175/429] Compiling BitCollections Range+Utilities.swift
[176/429] Compiling BitCollections Slice+Utilities.swift
[177/429] Compiling BitCollections UInt+Tricks.swift
[178/429] Compiling BitCollections _Word.swift
[179/429] Compiling HashTreeCollections TreeSet+Debugging.swift
[180/429] Compiling HashTreeCollections TreeSet+Descriptions.swift
[181/429] Emitting module BitCollections
[182/429] Compiling Tracing InstrumentationSystem+Tracing.swift
[183/429] Compiling Tracing NoOpTracer.swift
[184/429] Compiling Tracing SpanProtocol.swift
[199/430] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[200/430] Compiling HashTreeCollections TreeDictionary+Filter.swift
[201/430] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[202/430] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[203/430] Compiling HashTreeCollections TreeDictionary+Keys.swift
[204/430] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[205/430] Compiling HashTreeCollections TreeDictionary+Merge.swift
[212/431] Compiling HashTreeCollections TreeSet+Equatable.swift
[213/431] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[214/431] Compiling HashTreeCollections TreeSet+Extras.swift
[215/431] Compiling HashTreeCollections TreeSet+Filter.swift
[216/431] Compiling HashTreeCollections TreeSet+Hashable.swift
[217/431] Compiling HashTreeCollections TreeSet+Sendable.swift
[218/431] Compiling HashTreeCollections TreeSet+Sequence.swift
[219/431] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[220/431] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[221/431] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[222/431] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[223/431] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[224/431] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[225/431] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[227/441] Compiling DequeModule _DequeSlot.swift
[228/441] Compiling DequeModule _UnsafeWrappedBuffer.swift
[230/440] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[238/440] Compiling BitCollections BitSet.Index.swift
[239/440] Compiling BitCollections BitSet._UnsafeHandle.swift
[241/440] Compiling HashTreeCollections _UnsafePath.swift
[242/440] Compiling HashTreeCollections TreeDictionary+Codable.swift
[243/440] Compiling HashTreeCollections TreeDictionary+Collection.swift
[244/440] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[245/440] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[246/440] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[248/442] Compiling HashTreeCollections _HashNode+Structural merge.swift
[249/442] Compiling HashTreeCollections _AncestorHashSlots.swift
[250/442] Emitting module DequeModule
[276/456] Compiling _RopeModule _CharacterRecognizer.swift
[277/456] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[278/456] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[279/456] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[280/456] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[281/456] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[282/456] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[283/456] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[284/456] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[285/456] Compiling HashTreeCollections TreeSet.swift
[287/471] Compiling AWSLambdaEvents ALB.swift
[288/471] Compiling AWSLambdaEvents APIGateway+Encodable.swift
[289/471] Compiling AWSLambdaEvents APIGateway+V2.swift
[290/471] Compiling AWSLambdaEvents APIGateway.swift
[291/471] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[292/471] Compiling AWSLambdaEvents AWSRegion.swift
[293/471] Compiling AWSLambdaEvents AppSync.swift
[294/471] Compiling AWSLambdaEvents BedrockAgent.swift
[294/473] Wrapping AST for InternalCollectionsUtilities for debugging
[296/473] Emitting module Metrics
[297/473] Compiling Metrics Metrics.swift
[298/474] Emitting module OrderedCollections
[312/474] Compiling AWSLambdaEvents CloudFormation.swift
[313/474] Compiling AWSLambdaEvents FunctionURL.swift
[314/474] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[315/474] Compiling AWSLambdaEvents S3.swift
[316/474] Compiling AWSLambdaEvents Cloudwatch.swift
[317/474] Compiling AWSLambdaEvents Cognito.swift
[318/474] Compiling AWSLambdaEvents DynamoDB.swift
[319/474] Compiling AWSLambdaEvents SES.swift
[320/474] Compiling AWSLambdaEvents SNS.swift
[321/474] Compiling AWSLambdaEvents SQS.swift
[322/474] Compiling AWSLambdaEvents Base64.swift
[323/474] Compiling AWSLambdaEvents DateWrappers.swift
[324/474] Compiling HashTreeCollections _HashNode+Lookups.swift
[325/474] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[326/474] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[327/474] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[359/487] Emitting module _RopeModule
[359/516] Wrapping AST for DequeModule for debugging
[360/519] Wrapping AST for HeapModule for debugging
[362/534] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[363/534] Compiling NIOCore BSDSocketAPI.swift
[363/536] Wrapping AST for CoreMetrics for debugging
[365/536] Compiling NIOCore ByteBuffer-multi-int.swift
[366/536] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[367/536] Compiling NIOCore ByteBuffer-views.swift
[367/544] Wrapping AST for OrderedCollections for debugging
[369/563] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[370/563] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[371/563] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[372/569] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[373/569] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[374/569] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[375/569] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[376/569] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[377/569] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[378/569] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[379/569] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[380/569] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[381/569] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[382/569] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[383/569] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[384/569] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[385/569] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[386/569] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[390/569] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[391/569] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[392/569] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[393/569] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[394/569] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[395/569] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[396/569] Compiling AsyncAlgorithms AsyncChannel.swift
[397/569] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[398/569] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[399/569] Compiling AsyncAlgorithms DebounceStateMachine.swift
[400/569] Compiling AsyncAlgorithms DebounceStorage.swift
[401/569] Compiling AsyncAlgorithms Dictionary.swift
[402/569] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[403/569] Compiling AsyncAlgorithms Locking.swift
[404/569] Compiling NIOCore EventLoop+Deprecated.swift
[404/581] Wrapping AST for Atomics for debugging
[406/581] Compiling _RopeModule Rope+Join.swift
[407/581] Compiling _RopeModule Rope+MutatingForEach.swift
[408/581] Compiling _RopeModule Rope+Remove.swift
[409/581] Compiling _RopeModule Rope+RemoveSubrange.swift
[410/581] Compiling _RopeModule Rope+Split.swift
[411/581] Compiling _RopeModule Optional Utilities.swift
[412/581] Compiling _RopeModule String Utilities.swift
[413/581] Compiling _RopeModule String.Index+ABI.swift
[425/587] Emitting module AWSLambdaEvents
[426/587] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[427/587] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[428/587] Compiling AsyncAlgorithms MergeStateMachine.swift
[429/587] Compiling AsyncAlgorithms MergeStorage.swift
[430/587] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[431/587] Compiling AsyncAlgorithms Rethrow.swift
[434/587] Compiling AsyncAlgorithms ChannelStateMachine.swift
[435/587] Compiling AsyncAlgorithms ChannelStorage.swift
[436/587] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[437/587] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[438/587] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[439/587] Compiling AsyncAlgorithms CombineLatestStorage.swift
[442/587] Compiling AsyncAlgorithms ZipStorage.swift
[443/587] Compiling NIOCore MarkedCircularBuffer.swift
[444/587] Compiling NIOCore MulticastChannel.swift
[445/587] Compiling NIOCore NIOAny.swift
[446/587] Compiling NIOCore NIOCloseOnErrorHandler.swift
[447/587] Compiling NIOCore NIOLoopBound.swift
[448/587] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[449/587] Compiling NIOCore NIOScheduledCallback.swift
[450/587] Compiling NIOCore NIOSendable.swift
[458/587] Compiling NIOCore RecvByteBufferAllocator.swift
[460/596] Emitting module AsyncAlgorithms
[475/596] Wrapping AST for _RopeModule for debugging
[477/596] Compiling AsyncAlgorithms SetAlgebra.swift
[478/596] Compiling AsyncAlgorithms UnsafeTransfer.swift
[479/596] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[480/596] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[481/596] Compiling AsyncAlgorithms ZipStateMachine.swift
[502/596] Emitting module HashTreeCollections
[512/605] Compiling ServiceLifecycle Service.swift
[512/606] Wrapping AST for HashTreeCollections for debugging
[514/606] Compiling ServiceLifecycle ServiceRunnerError.swift
[515/606] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[516/608] Emitting module ServiceLifecycle
[517/608] Compiling ServiceLifecycle CancellationWaiter.swift
[518/608] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[519/608] Compiling Collections Collections.swift
[529/608] Emitting module Collections
[538/609] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[539/609] Compiling NIOCore SocketAddresses.swift
[540/609] Compiling NIOCore SocketOptionProvider.swift
[541/609] Compiling NIOCore SystemCallHelpers.swift
[542/609] Compiling NIOCore TimeAmount+Duration.swift
[543/609] Compiling NIOCore TypeAssistedChannelHandler.swift
[544/609] Compiling NIOCore UniversalBootstrapSupport.swift
[545/609] Compiling NIOCore Utilities.swift
[546/609] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[556/609] Compiling ServiceLifecycle GracefulShutdown.swift
[557/609] Compiling ServiceLifecycle ServiceGroup.swift
[558/609] Wrapping AST for ServiceLifecycle for debugging
[570/609] Compiling ExtrasBase64 Base32.swift
[571/609] Compiling ExtrasBase64 Base64.swift
[572/609] Emitting module ExtrasBase64
[591/610] Wrapping AST for ExtrasBase64 for debugging
[593/610] Emitting module NIOCore
[595/662] Emitting module NIOHTTPTypes
[596/662] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[598/662] Compiling NIOEmbedded Embedded.swift
[599/662] Compiling NIOEmbedded AsyncTestingChannel.swift
[600/662] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[601/662] Emitting module NIOEmbedded
[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/662] Compiling NIOPosix Pool.swift
[610/662] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[611/662] Compiling NIOPosix PosixSingletons.swift
[612/662] Compiling NIOPosix RawSocketBootstrap.swift
[613/662] Compiling NIOPosix Resolver.swift
[614/662] Compiling NIOPosix Selectable.swift
[615/662] Compiling NIOPosix ServerSocket.swift
[616/662] Compiling NIOPosix Socket.swift
[617/662] Compiling NIOPosix SocketChannel.swift
[618/662] Compiling NIOPosix SocketProtocols.swift
[619/662] Compiling NIOPosix System.swift
[620/662] Compiling NIOPosix Thread.swift
[621/668] Compiling NIOPosix BSDSocketAPICommon.swift
[622/668] Compiling NIOPosix BSDSocketAPIPosix.swift
[623/668] Compiling NIOPosix BSDSocketAPIWindows.swift
[624/668] Compiling NIOPosix BaseSocket.swift
[625/668] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[626/668] Compiling NIOPosix BaseSocketChannel.swift
[627/668] Compiling NIOPosix BaseStreamSocketChannel.swift
[628/668] Emitting module NIOPosix
[629/668] Compiling NIOPosix ThreadPosix.swift
[630/668] Compiling NIOPosix ThreadWindows.swift
[631/668] Compiling NIOPosix UnsafeTransfer.swift
[632/668] Compiling NIOPosix Utilities.swift
[633/668] Compiling NIOPosix VsockAddress.swift
[634/668] Compiling NIOPosix VsockChannelEvents.swift
[635/668] Compiling NIOPosix Bootstrap.swift
[636/668] Compiling NIOPosix ControlMessage.swift
[637/668] Compiling NIOPosix DatagramVectorReadManager.swift
[638/668] Compiling NIOPosix Errors+Any.swift
[639/668] Compiling NIOPosix FileDescriptor.swift
[640/668] Compiling NIOPosix GetaddrinfoResolver.swift
[641/668] Compiling NIOPosix HappyEyeballs.swift
[642/668] Compiling NIOPosix NIOThreadPool.swift
[643/668] Compiling NIOPosix NonBlockingFileIO.swift
[644/668] Compiling NIOPosix PendingDatagramWritesManager.swift
[645/668] Compiling NIOPosix PendingWritesManager.swift
[646/668] Compiling NIOPosix PipeChannel.swift
[647/668] Compiling NIOPosix PipePair.swift
[648/668] Compiling NIOPosix IO.swift
[649/668] Compiling NIOPosix IntegerBitPacking.swift
[650/668] Compiling NIOPosix IntegerTypes.swift
[651/668] Compiling NIOPosix Linux.swift
[652/668] Compiling NIOPosix LinuxCPUSet.swift
[653/668] Compiling NIOPosix LinuxUring.swift
[654/668] Compiling NIOPosix MultiThreadedEventLoopGroup.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/693] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[664/693] Emitting module NIOFoundationCompat
[665/693] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[666/694] Emitting module NIOHTTP1
[668/694] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[669/694] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[670/693] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[671/693] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[672/693] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[673/693] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[674/693] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[675/693] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[676/693] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[677/693] Compiling NIOHTTP1 HTTPTypes.swift
[678/693] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[679/693] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[680/693] Compiling NIOHTTP1 ByteCollectionUtils.swift
[681/693] Compiling NIOHTTP1 HTTPDecoder.swift
[682/693] Compiling NIOHTTP1 HTTPEncoder.swift
[684/730] Compiling NIOExtras RequestResponseHandler.swift
[685/730] Compiling NIOExtras RequestResponseWithIDHandler.swift
[686/732] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[687/732] Compiling NIOExtras LengthFieldBasedFrameDecoder.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 |
[688/732] Compiling NIOExtras LengthFieldPrepender.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 |
[689/734] Emitting module NIOHTTPTypesHTTP1
[690/734] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[691/734] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[692/735] Compiling NIOExtras DebugInboundEventsHandler.swift
[693/735] Compiling NIOExtras DebugOutboundEventsHandler.swift
[694/735] Compiling NIOExtras FixedLengthFrameDecoder.swift
[696/735] Compiling NIOExtras PCAPRingBuffer.swift
[697/735] Compiling AWSLambdaRuntimeCore Terminator.swift
[700/735] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[701/735] Compiling NIOExtras NIOExtrasError.swift
[702/735] Compiling NIOExtras NIOLengthFieldBitLength.swift
[703/735] Compiling NIOExtras NIORequestIdentifiable.swift
[707/734] Compiling AWSLambdaRuntimeCore Utils.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[708/734] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[709/734] Compiling NIOExtras JSONRPCFraming.swift
[711/734] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[712/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 |
[713/734] Emitting module NIOExtras
[719/734] Compiling NIOExtras LineBasedFrameDecoder.swift
[724/734] Compiling NIOExtras UnsafeTransfer.swift
[725/734] Compiling NIOExtras WritePCAPHandler.swift
BUILD FAILURE 6.1 android