Build Information
Failed to build hummingbird-lambda, reference 2.0.0-rc.5 (f071d0
), with Swift 6.1 for Android on 1 Sep 2025 18:12:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-lambda.git
Reference: 2.0.0-rc.5
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.5 -> FETCH_HEAD
HEAD is now at f071d0d Re-organize maths lambda example to include `@main` (#54)
Cloned https://github.com/hummingbird-project/hummingbird-lambda.git
Revision (git rev-parse @):
f071d0d90cbb8a180d42974d7d5f0d1253808276
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-lambda.git at 2.0.0-rc.5
========================================
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" : "2.0.0-beta.2",
"upper_bound" : "3.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.15.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.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" : "15.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",
"FunctionURLLambda.swift",
"Lambda+Testing.swift",
"LambdaEvent.swift",
"LambdaTestFramework.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",
"FunctionURLLambda.swift",
"LambdaFunction.swift",
"LambdaRequestContext.swift",
"PreludeService.swift",
"Request+APIGateway.swift",
"Response+APIGateway.swift",
"Utils/OutputBuffer.swift",
"Utils/String+percentEncode.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" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
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-server/swift-aws-lambda-runtime.git
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/swift-server/swift-aws-lambda-events.git
Fetching https://github.com/swift-extras/swift-extras-base64.git
[1/2613] Fetching swift-aws-lambda-events
[315/3446] Fetching swift-aws-lambda-events, swift-extras-base64
[1100/16678] Fetching swift-aws-lambda-events, swift-extras-base64, swift-aws-lambda-runtime
[3061/41569] Fetching swift-aws-lambda-events, swift-extras-base64, swift-aws-lambda-runtime, hummingbird
Fetched https://github.com/swift-server/swift-aws-lambda-events.git from cache (0.39s)
[5595/38956] Fetching swift-extras-base64, swift-aws-lambda-runtime, hummingbird
[8217/116908] Fetching swift-extras-base64, swift-aws-lambda-runtime, hummingbird, swift-nio
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (1.73s)
[85674/116075] Fetching swift-aws-lambda-runtime, hummingbird, swift-nio
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.77s)
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (1.80s)
[49110/77952] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.91s)
Computing version for https://github.com/swift-extras/swift-extras-base64.git
Computed https://github.com/swift-extras/swift-extras-base64.git at 1.0.0 (8.60s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.16.0 (0.68s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2433] Fetching swift-service-lifecycle
[196/5131] Fetching swift-service-lifecycle, swift-nio-transport-services
[2706/11258] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras
[4542/22919] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio-http2
[11632/37038] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio-http2, async-http-client
[14225/52113] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.61s)
[25717/49415] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-distributed-tracing.git
[39015/54558] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.73s)
Fetching https://github.com/apple/swift-metrics.git
[45194/49415] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.46s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.47s)
[36785/40855] Fetching swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (1.48s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
[22817/26736] Fetching swift-nio-http2, swift-nio-ssl
[26737/29077] Fetching swift-nio-http2, swift-nio-ssl, swift-metrics
[28470/32980] Fetching swift-nio-http2, swift-nio-ssl, swift-metrics, swift-log
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.91s)
[19407/21319] Fetching swift-nio-ssl, swift-metrics, swift-log
[19837/38713] Fetching swift-nio-ssl, swift-metrics, swift-log, swift-collections
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.71s)
[19848/36372] Fetching swift-nio-ssl, swift-log, swift-collections
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-log.git from cache (0.73s)
[19251/34283] Fetching swift-nio-ssl, swift-collections, swift-atomics
[21761/39437] Fetching swift-nio-ssl, swift-collections, swift-atomics, swift-async-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.69s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.54s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.67s)
[8697/17394] Fetching swift-collections
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-collections.git from cache (1.73s)
[1/917] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.31s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (4.21s)
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.67s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.91s)
Fetching https://github.com/apple/swift-system.git
[1/4941] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.47s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.03s)
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.2.1 (0.58s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.72s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.68s)
Fetching https://github.com/apple/swift-service-context.git
[1/1088] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.40s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.20s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.30s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (1.31s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.07s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.23s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.18s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
[1/1629] Fetching swift-asn1
[230/8090] Fetching swift-asn1, swift-certificates
[767/9266] Fetching swift-asn1, swift-certificates, swift-http-structured-headers
[4357/15240] Fetching swift-asn1, swift-certificates, swift-http-structured-headers, swift-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.71s)
[6463/13611] Fetching swift-certificates, swift-http-structured-headers, swift-algorithms
Fetched https://github.com/apple/swift-certificates.git from cache (1.13s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.15s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.15s)
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.38s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.24s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.07s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.60s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.56s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (1.12s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (1.68s)
Fetching https://github.com/apple/swift-crypto.git
[1/16374] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.19s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (4.14s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (1.95s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (3.11s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.27.0 (1.00s)
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 2.0.0-beta.2 (2.03s)
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.29.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.1.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
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-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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/swift-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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.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.3.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.25.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.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.86.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.13.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 2.0.0-beta.2
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.33.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.2.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.27.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.4
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.16.0
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/94] Write sources
[35/94] Compiling CNIOLinux liburing_shims.c
[36/94] Compiling CNIODarwin shim.c
[37/94] Compiling _AtomicsShims.c
[38/94] Compiling CNIOWindows shim.c
[38/94] Compiling CNIOWindows WSAStartup.c
[40/94] Compiling CNIOLLHTTP c_nio_http.c
[41/94] Compiling CNIOWASI CNIOWASI.c
[41/94] Compiling CNIOPosix event_loop_id.c
[41/94] Write sources
[48/94] Compiling CNIOLLHTTP c_nio_api.c
[49/94] Compiling CNIOLinux shim.c
[50/94] Write swift-version-24593BA9C3E375BF.txt
[51/97] Compiling CNIOLLHTTP c_nio_llhttp.c
[53/130] Emitting module _NIODataStructures
[54/130] Emitting module _NIOBase64
[55/130] Compiling _NIOBase64 Base64.swift
[56/130] Compiling HTTPTypes ISOLatin1String.swift
[57/130] Compiling _NIODataStructures _TinyArray.swift
[58/131] Compiling HTTPTypes HTTPRequest.swift
[59/131] Emitting module HTTPTypes
[60/132] Compiling HTTPTypes HTTPResponse.swift
[61/132] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[62/132] Compiling InternalCollectionsUtilities Integer rank.swift
[63/132] Emitting module InternalCollectionsUtilities
[64/133] Compiling HTTPTypes HTTPParsedFields.swift
[65/133] Compiling _NIODataStructures PriorityQueue.swift
[66/133] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[67/133] Compiling InternalCollectionsUtilities Descriptions.swift
[68/133] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[69/133] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[70/133] Compiling InternalCollectionsUtilities Debugging.swift
[71/133] Compiling ServiceContextModule ServiceContextKey.swift
[72/133] Compiling ServiceContextModule ServiceContext.swift
[73/133] Emitting module ServiceContextModule
[74/134] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[75/134] Compiling InternalCollectionsUtilities UInt+reversed.swift
[76/134] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[77/134] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[78/134] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[79/134] Compiling InternalCollectionsUtilities _SortedCollection.swift
[80/134] Compiling _NIODataStructures Heap.swift
[84/141] Compiling HTTPTypes NIOLock.swift
[85/141] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/148] Compiling c-nioatomics.c
[88/148] Compiling Instrumentation NoOpInstrument.swift
[89/148] Emitting module Instrumentation
[90/148] Compiling Instrumentation MultiplexInstrument.swift
[91/151] Compiling Instrumentation Instrument.swift
[92/169] Compiling ConcurrencyHelpers LockedValueBox.swift
[93/169] Compiling Atomics AtomicStorage.swift
[94/169] Compiling Atomics AtomicValue.swift
[95/171] Compiling Atomics ManagedAtomic.swift
[96/171] Compiling Atomics ManagedAtomicLazyReference.swift
[97/171] Compiling Atomics UnsafeAtomic.swift
[98/171] Compiling Atomics UnsafeAtomicLazyReference.swift
[99/171] Compiling Atomics AtomicMemoryOrderings.swift
[100/171] Compiling Atomics DoubleWord.swift
[101/171] Compiling Atomics IntegerOperations.swift
[102/171] Compiling Atomics Unmanaged extensions.swift
[103/171] Compiling Atomics AtomicInteger.swift
[104/171] Compiling Atomics AtomicOptionalWrappable.swift
[105/171] Compiling Atomics AtomicReference.swift
[105/171] Compiling c-atomics.c
[107/171] Compiling CoreMetrics Metrics.swift
[108/171] Compiling Instrumentation InstrumentationSystem.swift
[109/171] Compiling Instrumentation Locks.swift
[110/172] Emitting module CoreMetrics
[111/172] Compiling ConcurrencyHelpers Lock.swift
[112/172] Emitting module ConcurrencyHelpers
[113/172] Compiling Logging MetadataProvider.swift
[114/173] Compiling CoreMetrics Locks.swift
[115/173] Emitting module Logging
[116/173] Compiling Logging Locks.swift
[117/174] Compiling Logging LogHandler.swift
[118/174] Compiling Logging Logging.swift
[123/315] Compiling ExtrasBase64 Base32.swift
[124/315] Compiling Tracing TracingTime.swift
[125/315] Compiling Tracing TracerProtocol.swift
[126/315] Compiling UnixSignals UnixSignal.swift
[127/315] Emitting module UnixSignals
[128/315] Compiling UnixSignals UnixSignalsSequence.swift
[129/316] Compiling NIOConcurrencyHelpers lock.swift
[130/316] Compiling Tracing TracerProtocol+Legacy.swift
[131/316] Compiling Tracing Tracer.swift
[132/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[133/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[134/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[135/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[136/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[137/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[138/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[139/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[140/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[141/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[142/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[143/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[144/316] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[145/316] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[147/323] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[148/323] Compiling NIOConcurrencyHelpers NIOLock.swift
[149/323] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[150/323] Emitting module NIOConcurrencyHelpers
[151/323] Compiling NIOConcurrencyHelpers atomics.swift
[153/326] Compiling OrderedCollections OrderedSet+Initializers.swift
[154/326] Compiling OrderedCollections OrderedSet+Insertions.swift
[155/326] Compiling OrderedCollections OrderedSet+Invariants.swift
[156/326] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[157/326] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[158/326] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[159/326] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[160/326] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[161/326] Compiling Tracing InstrumentationSystem+Tracing.swift
[162/326] Emitting module Tracing
[163/326] Compiling Tracing SpanProtocol.swift
[164/326] Compiling Tracing NoOpTracer.swift
[165/327] Compiling OrderedCollections OrderedDictionary+Codable.swift
[166/327] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[167/327] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[168/327] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[169/327] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[170/327] Compiling OrderedCollections OrderedDictionary+Elements.swift
[171/327] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[172/327] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[174/335] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[175/335] Emitting module Atomics
[179/338] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[180/338] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[181/338] Compiling HashTreeCollections _HashNode+Storage.swift
[182/391] Compiling HeapModule Heap+Descriptions.swift
[184/411] Compiling HeapModule _HeapNode.swift
[185/411] Compiling HeapModule Heap.swift
[186/411] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[187/411] Compiling HashTreeCollections TreeSet+Debugging.swift
[188/411] Compiling HashTreeCollections TreeSet+Descriptions.swift
[189/411] Compiling HashTreeCollections TreeSet+Equatable.swift
[190/411] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[191/411] Compiling HashTreeCollections TreeSet+Extras.swift
[192/411] Compiling HashTreeCollections TreeSet+Filter.swift
[193/411] Compiling HashTreeCollections TreeSet+Hashable.swift
[194/411] Compiling HashTreeCollections TreeSet+Sendable.swift
[195/411] Compiling HashTreeCollections TreeDictionary+Keys.swift
[196/411] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[197/411] Compiling HashTreeCollections TreeDictionary+Merge.swift
[198/411] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[199/411] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[200/411] Compiling HashTreeCollections TreeDictionary+Values.swift
[201/411] Compiling HashTreeCollections TreeDictionary.swift
[202/411] Compiling HashTreeCollections TreeSet+Codable.swift
[203/411] Compiling HashTreeCollections TreeSet+Collection.swift
[204/411] Compiling HeapModule Heap+Invariants.swift
[205/420] Compiling HeapModule Heap+UnsafeHandle.swift
[209/420] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[210/420] Compiling HashTreeCollections _HashNode+Structural filter.swift
[211/420] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[212/420] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[213/420] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[214/420] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[215/420] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[216/431] Emitting module HeapModule
[218/436] Compiling DequeModule Deque+CustomReflectable.swift
[219/436] Compiling DequeModule Deque+Descriptions.swift
[220/438] Compiling DequeModule Deque._UnsafeHandle.swift
[221/438] Compiling DequeModule Deque.swift
[222/438] Compiling DequeModule Deque+Testing.swift
[223/438] Compiling DequeModule Deque._Storage.swift
[224/438] Compiling DequeModule _DequeBuffer.swift
[225/438] Compiling DequeModule _DequeBufferHeader.swift
[226/438] Compiling DequeModule _DequeSlot.swift
[227/438] Compiling DequeModule _UnsafeWrappedBuffer.swift
[228/438] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[229/438] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[230/438] Compiling HashTreeCollections _HashNode.swift
[231/438] Compiling HashTreeCollections _HashNodeHeader.swift
[232/438] Compiling HashTreeCollections _HashSlot.swift
[233/438] Compiling HashTreeCollections _HashStack.swift
[234/438] Compiling HashTreeCollections _AncestorHashSlots.swift
[235/438] Compiling HashTreeCollections _Bitmap.swift
[236/438] Compiling HashTreeCollections _Bucket.swift
[237/438] Compiling HashTreeCollections _Hash.swift
[238/438] Compiling HashTreeCollections _HashLevel.swift
[239/438] Compiling HashTreeCollections _HashNode+Builder.swift
[240/438] Compiling HashTreeCollections _HashNode+Debugging.swift
[241/438] Compiling HashTreeCollections _HashNode+Initializers.swift
[242/438] Compiling HashTreeCollections _HashNode+Invariants.swift
[243/438] Compiling HashTreeCollections _HashNode+Lookups.swift
[246/438] Compiling _RopeModule Rope+Join.swift
[247/438] Compiling _RopeModule Rope+MutatingForEach.swift
[248/438] Compiling _RopeModule Rope+Remove.swift
[249/438] Compiling _RopeModule Rope+RemoveSubrange.swift
[250/438] Compiling _RopeModule Rope+Split.swift
[251/438] Compiling _RopeModule Optional Utilities.swift
[252/438] Compiling _RopeModule String Utilities.swift
[253/438] Compiling _RopeModule String.Index+ABI.swift
[263/501] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[264/501] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[265/501] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[266/501] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[267/501] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[268/501] Compiling BitCollections BitSet+SetAlgebra union.swift
[269/501] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[270/501] Compiling BitCollections BitSet.Counted.swift
[274/501] Compiling BitCollections BitArray+Descriptions.swift
[275/501] Compiling BitCollections BitArray+Equatable.swift
[276/501] Compiling BitCollections BitArray+Copy.swift
[277/501] Compiling BitCollections BitArray+CustomReflectable.swift
[278/501] Emitting module OrderedCollections
[289/502] Compiling BitCollections BitSet+Hashable.swift
[290/502] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[292/502] Compiling BitCollections BitSet+CustomStringConvertible.swift
[293/502] Compiling BitCollections BitSet+Equatable.swift
[294/502] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[295/502] Compiling BitCollections BitSet+CustomReflectable.swift
[296/502] Compiling HTTPTypes HTTPField.swift
[297/502] Compiling HTTPTypes HTTPFields.swift
[298/502] Compiling HTTPTypes HTTPFieldName.swift
[298/503] Wrapping AST for _NIODataStructures for debugging
[300/503] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[301/503] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[302/503] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[303/503] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[304/503] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[305/503] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[306/503] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[307/503] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[308/503] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[309/503] Compiling HashTreeCollections TreeSet.swift
[315/503] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[316/503] Compiling BitCollections BitSet+Extras.swift
[318/503] Emitting module DequeModule
[319/503] Compiling BitCollections BitArray+Codable.swift
[320/503] Compiling BitCollections BitArray+Collection.swift
[321/504] Emitting module _RopeModule
[321/511] Wrapping AST for _NIOBase64 for debugging
[323/511] Emitting module BitCollections
[324/511] Wrapping AST for UnixSignals for debugging
[326/511] Compiling BitCollections BitSet+Initializers.swift
[327/511] Compiling BitCollections BitSet+Invariants.swift
[328/511] Compiling BitCollections BitSet+Random.swift
[329/511] Compiling BitCollections BitSet+SetAlgebra basics.swift
[330/511] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[331/511] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[332/511] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[333/511] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[334/511] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[335/511] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[336/511] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[337/511] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[338/511] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[340/512] Emitting module Metrics
[340/515] Wrapping AST for Tracing for debugging
[349/583] Compiling NIOCore MarkedCircularBuffer.swift
[350/583] Compiling NIOCore MulticastChannel.swift
[351/583] Compiling NIOCore EventLoopFuture+Deprecated.swift
[352/583] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[353/583] Compiling NIOCore EventLoopFuture.swift
[354/583] Compiling NIOCore FileDescriptor.swift
[355/583] Compiling NIOCore FileHandle.swift
[356/583] Compiling NIOCore FileRegion.swift
[357/583] Compiling NIOCore GlobalSingletons.swift
[358/583] Compiling NIOCore IO.swift
[359/583] Compiling NIOCore AddressedEnvelope.swift
[360/641] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[361/641] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[362/641] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[363/641] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[364/641] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[365/641] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[366/641] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[367/641] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[368/641] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[369/641] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[370/641] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[371/641] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[372/641] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[373/641] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[374/641] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[375/641] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[376/641] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[377/641] Compiling AsyncAlgorithms AsyncChannel.swift
[378/641] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[379/641] Compiling AsyncAlgorithms ChannelStateMachine.swift
[380/641] Compiling AsyncAlgorithms ChannelStorage.swift
[381/641] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[382/641] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[383/641] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[393/641] Compiling NIOCore NIOAny.swift
[394/641] Compiling NIOCore NIOCloseOnErrorHandler.swift
[395/641] Compiling NIOCore NIOCoreSendableMetatype.swift
[396/641] Compiling NIOCore NIOLoopBound.swift
[397/641] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[398/641] Compiling NIOCore NIOScheduledCallback.swift
[399/641] Compiling NIOCore NIOSendable.swift
[409/642] Compiling AsyncAlgorithms CombineLatestStorage.swift
[410/642] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[412/642] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[413/642] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[414/642] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[415/642] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[416/642] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[435/642] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[436/642] Compiling AsyncAlgorithms MergeStateMachine.swift
[437/642] Compiling AsyncAlgorithms MergeStorage.swift
[438/642] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[439/642] Compiling AsyncAlgorithms Rethrow.swift
[440/642] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[441/642] Compiling AsyncAlgorithms DebounceStateMachine.swift
[442/642] Compiling AsyncAlgorithms DebounceStorage.swift
[443/642] Compiling AsyncAlgorithms Dictionary.swift
[444/642] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[445/642] Compiling AsyncAlgorithms Locking.swift
[446/642] Compiling NIOCore AsyncAwaitSupport.swift
[447/642] Compiling NIOCore AsyncChannel.swift
[448/642] Compiling NIOCore AsyncChannelHandler.swift
[449/642] Compiling NIOCore AsyncChannelInboundStream.swift
[450/642] Compiling NIOCore AsyncChannelOutboundWriter.swift
[450/643] Wrapping AST for ServiceContextModule for debugging
[452/643] Wrapping AST for OrderedCollections for debugging
[462/643] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[463/643] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[476/643] Emitting module AsyncAlgorithms
[476/649] Wrapping AST for NIOConcurrencyHelpers for debugging
[477/649] Wrapping AST for Logging for debugging
[479/649] Compiling Metrics Metrics.swift
[485/650] Wrapping AST for InternalCollectionsUtilities for debugging
[486/650] Wrapping AST for _RopeModule for debugging
[496/650] Compiling NIOCore RecvByteBufferAllocator.swift
[496/658] Wrapping AST for Instrumentation for debugging
[497/658] Wrapping AST for HTTPTypes for debugging
[498/658] Wrapping AST for HeapModule for debugging
[499/658] Wrapping AST for Metrics for debugging
[500/658] Wrapping AST for ConcurrencyHelpers for debugging
[501/658] Wrapping AST for DequeModule for debugging
[502/658] Wrapping AST for BitCollections for debugging
[503/658] Wrapping AST for CoreMetrics for debugging
[504/658] Wrapping AST for Atomics for debugging
[513/658] Emitting module HashTreeCollections
[520/659] Wrapping AST for HashTreeCollections for debugging
[530/661] Emitting module Collections
[531/661] Compiling Collections Collections.swift
[565/662] Compiling AsyncAlgorithms SetAlgebra.swift
[566/662] Compiling AsyncAlgorithms UnsafeTransfer.swift
[567/662] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[568/662] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[569/662] Compiling AsyncAlgorithms ZipStateMachine.swift
[570/662] Compiling AsyncAlgorithms ZipStorage.swift
[572/663] Wrapping AST for Collections for debugging
[573/663] Wrapping AST for AsyncAlgorithms for debugging
[575/671] Emitting module ExtrasBase64
[576/671] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[577/671] Emitting module ServiceLifecycle
[578/672] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[579/672] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[580/672] Compiling NIOCore SocketAddresses.swift
[581/672] Compiling NIOCore SocketOptionProvider.swift
[582/672] Compiling NIOCore SystemCallHelpers.swift
[583/672] Compiling NIOCore TimeAmount+Duration.swift
[584/672] Compiling NIOCore TypeAssistedChannelHandler.swift
[585/672] Compiling NIOCore UniversalBootstrapSupport.swift
[586/672] Compiling NIOCore Utilities.swift
[587/672] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[588/672] Compiling ServiceLifecycle CancellationWaiter.swift
[589/672] Compiling ServiceLifecycle GracefulShutdown.swift
[597/672] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[598/672] Compiling NIOCore NIOAsyncWriter.swift
[599/672] Compiling ServiceLifecycle ServiceRunnerError.swift
[615/675] Compiling ServiceLifecycle Service.swift
[616/675] Compiling ServiceLifecycle ServiceGroup.swift
[617/676] Compiling ExtrasBase64 Base64.swift
[619/677] Wrapping AST for ExtrasBase64 for debugging
[621/677] Emitting module AWSLambdaEvents
[621/677] Wrapping AST for ServiceLifecycle for debugging
[623/677] Compiling AWSLambdaEvents DateWrappers.swift
[624/677] Compiling AWSLambdaEvents HTTP.swift
[625/677] Compiling AWSLambdaEvents RFC5322DateParseStrategy.swift
[643/678] Wrapping AST for AWSLambdaEvents for debugging
[663/678] Emitting module NIOCore
[664/679] Wrapping AST for NIOCore for debugging
[666/733] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[667/733] Emitting module NIOHTTPTypes
[669/734] Emitting module NIOEmbedded
[669/734] Wrapping AST for NIOHTTPTypes for debugging
[671/734] Compiling NIOEmbedded AsyncTestingChannel.swift
[672/734] Compiling NIOEmbedded Embedded.swift
[673/734] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[674/735] Wrapping AST for NIOEmbedded for debugging
[676/735] Emitting module NIOPosix
[677/741] Compiling NIOPosix SelectableEventLoop.swift
[678/741] Compiling NIOPosix SelectorEpoll.swift
[679/741] Compiling NIOPosix SelectorGeneric.swift
[680/741] Compiling NIOPosix SelectorKqueue.swift
[681/741] Compiling NIOPosix SelectorUring.swift
[682/741] Compiling NIOPosix ServerSocket.swift
[683/741] Compiling NIOPosix Pool.swift
[684/741] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[685/741] Compiling NIOPosix PosixSingletons.swift
[686/741] Compiling NIOPosix RawSocketBootstrap.swift
[687/741] Compiling NIOPosix Resolver.swift
[688/741] Compiling NIOPosix Selectable.swift
[689/741] Compiling NIOPosix SelectableChannel.swift
[690/741] Compiling NIOPosix Socket.swift
[691/741] Compiling NIOPosix SocketChannel.swift
[692/741] Compiling NIOPosix SocketProtocols.swift
[693/741] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[694/741] Compiling NIOPosix System.swift
[695/741] Compiling NIOPosix Thread.swift
[696/741] Compiling NIOPosix IO.swift
[697/741] Compiling NIOPosix IntegerBitPacking.swift
[698/741] Compiling NIOPosix IntegerTypes.swift
[699/741] Compiling NIOPosix Linux.swift
[700/741] Compiling NIOPosix LinuxCPUSet.swift
[701/741] Compiling NIOPosix LinuxUring.swift
[702/741] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[703/741] Compiling NIOPosix NIOPosixSendableMetatype.swift
[704/741] Compiling NIOPosix NIOThreadPool.swift
[705/741] Compiling NIOPosix NonBlockingFileIO.swift
[706/741] Compiling NIOPosix PendingDatagramWritesManager.swift
[707/741] Compiling NIOPosix PendingWritesManager.swift
[708/741] Compiling NIOPosix PipeChannel.swift
[709/741] Compiling NIOPosix PipePair.swift
[710/741] Compiling NIOPosix ThreadPosix.swift
[711/741] Compiling NIOPosix ThreadWindows.swift
[712/741] Compiling NIOPosix UnsafeTransfer.swift
[713/741] Compiling NIOPosix Utilities.swift
[714/741] Compiling NIOPosix VsockAddress.swift
[715/741] Compiling NIOPosix VsockChannelEvents.swift
[716/741] Compiling NIOPosix Bootstrap.swift
[717/741] Compiling NIOPosix ControlMessage.swift
[718/741] Compiling NIOPosix DatagramVectorReadManager.swift
[719/741] Compiling NIOPosix Errors+Any.swift
[720/741] Compiling NIOPosix FileDescriptor.swift
[721/741] Compiling NIOPosix GetaddrinfoResolver.swift
[722/741] Compiling NIOPosix HappyEyeballs.swift
[723/741] Compiling NIOPosix BSDSocketAPICommon.swift
[724/741] Compiling NIOPosix BSDSocketAPIPosix.swift
[725/741] Compiling NIOPosix BSDSocketAPIWindows.swift
[726/741] Compiling NIOPosix BaseSocket.swift
[727/741] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[728/741] Compiling NIOPosix BaseSocketChannel.swift
[729/741] Compiling NIOPosix BaseStreamSocketChannel.swift
[730/744] Wrapping AST for NIOPosix for debugging
[732/744] Compiling NIO Exports.swift
[733/744] Emitting module NIO
[734/745] Wrapping AST for NIO for debugging
[736/761] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[737/761] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[738/763] Emitting module NIOHTTP1
[739/763] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[740/763] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[741/763] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[742/763] Compiling NIOHTTP1 HTTPTypes.swift
[743/763] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[744/763] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[745/763] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[746/763] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[747/763] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[748/763] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[749/763] Compiling NIOHTTP1 ByteCollectionUtils.swift
[750/763] Compiling NIOHTTP1 HTTPDecoder.swift
[751/763] Compiling NIOHTTP1 HTTPEncoder.swift
[752/763] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[753/763] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[754/764] Wrapping AST for NIOHTTP1 for debugging
[756/808] Compiling AWSLambdaRuntime LambdaRequestID.swift
[757/808] Compiling AWSLambdaRuntime LambdaResponseStreamWriter+Headers.swift
[758/810] Emitting module NIOHTTPTypesHTTP1
[759/810] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[760/810] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[761/810] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[762/810] Compiling AWSLambdaRuntime SendableMetatype.swift
[763/810] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[764/812] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[765/813] Compiling NIOExtras WritePCAPHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:141:18: error: cannot find 'timespec' in scope
139 | /// - Returns: An `Instant` representing the current time.
140 | public var now: Instant {
141 | var ts = timespec()
| `- error: cannot find 'timespec' in scope
142 | clock_gettime(CLOCK_REALTIME, &ts)
143 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:9: error: cannot find 'clock_gettime' in scope
140 | public var now: Instant {
141 | var ts = timespec()
142 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'clock_gettime' in scope
143 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 | }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:23: error: cannot find 'CLOCK_REALTIME' in scope
140 | public var now: Instant {
141 | var ts = timespec()
142 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'CLOCK_REALTIME' in scope
143 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 | }
[766/813] Compiling AWSLambdaRuntime LambdaContext.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:141:18: error: cannot find 'timespec' in scope
139 | /// - Returns: An `Instant` representing the current time.
140 | public var now: Instant {
141 | var ts = timespec()
| `- error: cannot find 'timespec' in scope
142 | clock_gettime(CLOCK_REALTIME, &ts)
143 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:9: error: cannot find 'clock_gettime' in scope
140 | public var now: Instant {
141 | var ts = timespec()
142 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'clock_gettime' in scope
143 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 | }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:23: error: cannot find 'CLOCK_REALTIME' in scope
140 | public var now: Instant {
141 | var ts = timespec()
142 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'CLOCK_REALTIME' in scope
143 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 | }
[767/813] Compiling AWSLambdaRuntime LambdaHandlers.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:141:18: error: cannot find 'timespec' in scope
139 | /// - Returns: An `Instant` representing the current time.
140 | public var now: Instant {
141 | var ts = timespec()
| `- error: cannot find 'timespec' in scope
142 | clock_gettime(CLOCK_REALTIME, &ts)
143 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:9: error: cannot find 'clock_gettime' in scope
140 | public var now: Instant {
141 | var ts = timespec()
142 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'clock_gettime' in scope
143 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 | }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:23: error: cannot find 'CLOCK_REALTIME' in scope
140 | public var now: Instant {
141 | var ts = timespec()
142 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'CLOCK_REALTIME' in scope
143 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 | }
[768/813] Compiling AWSLambdaRuntime LambdaRuntime.swift
[769/813] Compiling AWSLambdaRuntime LambdaRuntimeClient+ChannelHandler.swift
[770/813] Compiling AWSLambdaRuntime Context+Foundation.swift
[771/813] Compiling AWSLambdaRuntime Lambda+JSON.swift
[772/813] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[773/813] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[775/813] Emitting module AWSLambdaRuntime
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
27 | import ucrt
28 | #else
29 | #error("Unsupported platform")
| `- error: Unsupported platform
30 | #endif
31 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
[776/813] Compiling AWSLambdaRuntime Lambda+Codable.swift
[777/813] Compiling AWSLambdaRuntime Lambda+LocalServer.swift
[778/813] Compiling AWSLambdaRuntime Lambda.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
27 | import ucrt
28 | #else
29 | #error("Unsupported platform")
| `- error: Unsupported platform
30 | #endif
31 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
27 | import ucrt
28 | #else
29 | #error("Unsupported platform")
| `- error: Unsupported platform
30 | #endif
31 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
27 | import ucrt
28 | #else
29 | #error("Unsupported platform")
| `- error: Unsupported platform
30 | #endif
31 |
[784/813] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[786/813] Emitting module NIOExtras
[787/813] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[788/813] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[789/813] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[790/813] Compiling AWSLambdaRuntime Utils.swift
[791/813] Compiling AWSLambdaRuntime Version.swift
[792/813] Compiling NIOExtras RequestResponseWithIDHandler.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
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/42] Write swift-version-24593BA9C3E375BF.txt
[3/87] Compiling ServiceContextModule ServiceContextKey.swift
[4/87] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/88] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[6/88] Emitting module ServiceContextModule
[7/88] Compiling ServiceContextModule ServiceContext.swift
[8/89] Compiling Logging MetadataProvider.swift
[9/89] Compiling _NIODataStructures PriorityQueue.swift
[11/89] Compiling InternalCollectionsUtilities Descriptions.swift
[12/89] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[13/89] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[14/89] Compiling InternalCollectionsUtilities Debugging.swift
[15/91] Emitting module InternalCollectionsUtilities
[16/91] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[17/91] Compiling InternalCollectionsUtilities Integer rank.swift
[18/91] Compiling NIOConcurrencyHelpers NIOLock.swift
[19/91] Compiling Logging Locks.swift
[20/91] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[21/91] Emitting module Logging
[22/91] Compiling HTTPTypes ISOLatin1String.swift
[23/92] Emitting module _NIODataStructures
[24/92] Emitting module _NIOBase64
[25/92] Compiling _NIOBase64 Base64.swift
[26/92] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[27/92] Compiling NIOConcurrencyHelpers atomics.swift
[28/93] Compiling NIOConcurrencyHelpers lock.swift
[29/93] Compiling _NIODataStructures _TinyArray.swift
[30/93] Compiling _NIODataStructures Heap.swift
[32/94] Compiling HTTPTypes HTTPField.swift
[33/93] Compiling CoreMetrics Locks.swift
[35/92] Emitting module NIOConcurrencyHelpers
[36/92] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[37/92] Compiling InternalCollectionsUtilities _SortedCollection.swift
[38/93] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[39/93] Compiling InternalCollectionsUtilities UInt+reversed.swift
[40/93] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[41/93] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[42/93] Emitting module CoreMetrics
[45/101] Compiling HTTPTypes HTTPResponse.swift
[46/101] Compiling HTTPTypes HTTPRequest.swift
[47/101] Compiling HTTPTypes HTTPParsedFields.swift
[48/101] Compiling HTTPTypes NIOLock.swift
[49/101] Compiling ConcurrencyHelpers LockedValueBox.swift
[50/101] Compiling Instrumentation NoOpInstrument.swift
[51/103] Compiling Instrumentation MultiplexInstrument.swift
[52/119] Compiling Instrumentation Locks.swift
[53/119] Compiling Instrumentation Instrument.swift
[54/119] Emitting module Instrumentation
[55/119] Compiling Instrumentation InstrumentationSystem.swift
[56/120] Emitting module HTTPTypes
[57/120] Compiling HTTPTypes HTTPFields.swift
[58/120] Compiling HTTPTypes HTTPFieldName.swift
[60/120] Compiling ConcurrencyHelpers Lock.swift
[61/120] Emitting module ConcurrencyHelpers
[62/180] Compiling Logging LogHandler.swift
[63/180] Compiling Logging Logging.swift
[64/190] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[65/190] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[66/190] Compiling _RopeModule BigString+Chunk+Description.swift
[67/190] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[71/189] Compiling _RopeModule BigString+Chunk+Breaks.swift
[72/189] Compiling _RopeModule BigString+Chunk+Counts.swift
[73/189] Compiling _RopeModule BigString+Iterators.swift
[74/189] Compiling _RopeModule BigString+Metrics.swift
[75/189] Compiling _RopeModule BigString+Summary.swift
[76/189] Compiling _RopeModule BigString.swift
[77/189] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[78/262] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[79/262] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[80/262] Compiling Tracing InstrumentationSystem+Tracing.swift
[81/262] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[82/262] Compiling CoreMetrics Metrics.swift
[83/263] Compiling HeapModule Heap+Descriptions.swift
[85/262] Compiling Tracing TracingTime.swift
[86/262] Compiling Tracing NoOpTracer.swift
[87/262] Compiling Tracing TracerProtocol.swift
[88/262] Emitting module Tracing
[89/262] Compiling UnixSignals UnixSignalsSequence.swift
[90/262] Emitting module UnixSignals
[91/262] Compiling UnixSignals UnixSignal.swift
[92/263] Compiling HeapModule _HeapNode.swift
[93/263] Compiling HeapModule Heap.swift
[94/263] Compiling Tracing Tracer.swift
[95/263] Compiling Tracing TracerProtocol+Legacy.swift
[96/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[97/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[98/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[99/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[100/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[101/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[102/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[103/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[104/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[105/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[106/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[107/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[108/263] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[109/263] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[111/269] Compiling HeapModule Heap+Invariants.swift
[112/269] Compiling HeapModule Heap+UnsafeHandle.swift
[113/269] Emitting module HeapModule
[114/270] Compiling OrderedCollections OrderedDictionary.swift
[115/270] Compiling OrderedCollections OrderedSet+Codable.swift
[116/270] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[117/270] Compiling OrderedCollections OrderedSet+Descriptions.swift
[118/270] Compiling OrderedCollections OrderedSet+Diffing.swift
[119/270] Compiling OrderedCollections OrderedSet+Equatable.swift
[120/270] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[121/270] Compiling OrderedCollections OrderedSet+Hashable.swift
[122/270] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[125/270] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[126/270] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[127/270] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[128/270] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[129/270] Compiling OrderedCollections OrderedDictionary+Values.swift
[130/270] Compiling OrderedCollections OrderedSet+Initializers.swift
[131/270] Compiling OrderedCollections OrderedSet+Insertions.swift
[132/270] Compiling OrderedCollections OrderedSet+Invariants.swift
[133/270] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[134/270] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[135/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[136/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[137/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[139/347] Compiling HashTreeCollections _HashNode+Storage.swift
[140/347] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[141/347] Compiling HashTreeCollections _HashNode+Structural filter.swift
[142/347] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[143/347] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[144/347] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[145/347] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[146/347] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[147/347] Compiling Tracing SpanProtocol.swift
[149/362] Compiling Metrics Metrics.swift
[150/362] Emitting module Metrics
[151/363] Compiling DequeModule Deque+Codable.swift
[152/363] Compiling DequeModule Deque+Collection.swift
[153/363] Compiling DequeModule Deque+CustomReflectable.swift
[154/363] Compiling DequeModule Deque+Descriptions.swift
[155/363] Compiling DequeModule Deque+Equatable.swift
[156/363] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[157/363] Compiling DequeModule Deque+Extras.swift
[158/363] Compiling DequeModule Deque+Hashable.swift
[161/365] Compiling HashTreeCollections TreeSet+Hashable.swift
[162/365] Compiling HashTreeCollections TreeSet+Sendable.swift
[163/365] Compiling HashTreeCollections TreeSet+Sequence.swift
[164/365] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[165/365] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[166/365] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[167/365] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[168/365] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[169/365] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[170/365] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[172/427] Compiling BitCollections BitArray+Copy.swift
[173/427] Compiling BitCollections BitArray+CustomReflectable.swift
[174/427] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[175/427] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[176/427] Compiling HashTreeCollections TreeDictionary+Filter.swift
[177/427] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[178/427] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[179/427] Compiling HashTreeCollections TreeDictionary+Keys.swift
[180/427] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[181/427] Compiling HashTreeCollections TreeDictionary+Merge.swift
[182/427] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[183/427] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[184/427] Compiling HashTreeCollections TreeDictionary+Values.swift
[185/427] Compiling BitCollections BitSet+SetAlgebra union.swift
[186/427] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[187/427] Compiling BitCollections BitSet.Counted.swift
[190/427] Compiling HashTreeCollections TreeDictionary.swift
[191/427] Compiling HashTreeCollections TreeSet+Codable.swift
[192/427] Compiling HashTreeCollections TreeSet+Collection.swift
[193/427] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[194/427] Compiling HashTreeCollections TreeSet+Debugging.swift
[195/427] Compiling HashTreeCollections TreeSet+Descriptions.swift
[196/427] Compiling HashTreeCollections TreeSet+Equatable.swift
[197/427] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[198/427] Compiling HashTreeCollections TreeSet+Extras.swift
[199/427] Compiling HashTreeCollections TreeSet+Filter.swift
[213/436] Compiling BitCollections BitArray+Hashable.swift
[214/436] Compiling BitCollections BitArray+Initializers.swift
[222/436] Compiling BitCollections BitArray+Codable.swift
[223/436] Compiling BitCollections BitArray+Collection.swift
[226/436] Compiling BitCollections BitArray+Descriptions.swift
[227/436] Compiling BitCollections BitArray+Equatable.swift
[228/436] Compiling BitCollections BitArray+RandomBits.swift
[229/436] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[230/436] Compiling BitCollections BitArray+Shifts.swift
[231/436] Compiling BitCollections BitArray+Testing.swift
[232/436] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[233/436] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[234/436] Compiling BitCollections BitArray+Extras.swift
[235/436] Compiling BitCollections BitArray+Fill.swift
[238/436] Compiling BitCollections BitArray+Invariants.swift
[239/436] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[240/436] Compiling BitCollections BitArray+BitwiseOperations.swift
[241/436] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[244/460] Compiling AWSLambdaEvents EncodableResponse.swift
[245/460] Compiling AWSLambdaEvents SQS+Decode.swift
[246/460] Compiling AWSLambdaEvents Cloudwatch.swift
[247/460] Compiling AWSLambdaEvents DecodableRequest.swift
[248/460] Compiling AWSLambdaEvents ALB.swift
[249/460] Compiling AWSLambdaEvents APIGateway+Encodable.swift
[250/460] Compiling _RopeModule _CharacterRecognizer.swift
[251/460] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[252/460] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[253/460] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[254/460] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[255/460] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[256/460] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[257/460] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[258/460] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[259/460] Compiling HashTreeCollections TreeSet.swift
[260/460] Compiling AWSLambdaEvents APIGateway.swift
[261/460] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[262/460] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[263/460] Compiling BitCollections BitSet+CustomReflectable.swift
[264/460] Compiling BitCollections BitSet+CustomStringConvertible.swift
[265/460] Compiling BitCollections BitSet+Equatable.swift
[266/460] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[267/460] Compiling BitCollections BitSet+Extras.swift
[268/460] Compiling BitCollections BitSet+Hashable.swift
[269/467] Compiling AWSLambdaEvents AppSync.swift
[270/467] Compiling AWSLambdaEvents BedrockAgent.swift
[271/467] Compiling AWSLambdaEvents CloudFormation.swift
[274/467] Compiling AWSLambdaEvents AWSRegion.swift
[275/467] Compiling BitCollections BitSet+Initializers.swift
[276/467] Compiling BitCollections BitSet+Invariants.swift
[277/467] Compiling BitCollections BitSet+Random.swift
[278/467] Compiling BitCollections BitSet+SetAlgebra basics.swift
[279/467] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[280/467] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[281/467] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[287/467] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[288/467] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[289/467] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[290/467] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[291/467] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[292/467] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[299/467] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[300/467] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[301/467] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[302/467] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[303/467] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[307/467] Emitting module OrderedCollections
[308/468] Emitting module Atomics
[309/469] Emitting module DequeModule
[312/470] Emitting module BitCollections
[314/467] Emitting module _RopeModule
[319/467] Compiling AWSLambdaEvents APIGateway+V2.swift
[320/467] Compiling AWSLambdaEvents APIGateway+WebSockets.swift
[321/467] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[322/467] Compiling AWSLambdaEvents S3.swift
[331/467] Compiling AWSLambdaEvents SES.swift
[332/467] Compiling AWSLambdaEvents Cognito.swift
[333/467] Compiling AWSLambdaEvents DynamoDB.swift
[334/467] Compiling AWSLambdaEvents FunctionURL.swift
[335/467] Compiling AWSLambdaEvents SNS.swift
[336/467] Compiling AWSLambdaEvents SQS.swift
[337/467] Compiling AWSLambdaEvents Base64.swift
[338/467] Compiling BitCollections BitSet+Codable.swift
[343/470] Compiling AWSLambdaEvents DateWrappers.swift
[344/470] Compiling AWSLambdaEvents HTTP.swift
[345/470] Compiling AWSLambdaEvents RFC5322DateParseStrategy.swift
[378/509] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[379/509] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[380/509] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[381/509] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[382/509] Compiling AsyncAlgorithms AsyncChannel.swift
[383/509] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[384/509] Compiling AsyncAlgorithms ChannelStateMachine.swift
[385/509] Compiling AsyncAlgorithms ChannelStorage.swift
[386/509] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[387/509] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[388/509] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[389/509] Compiling AsyncAlgorithms CombineLatestStorage.swift
[390/509] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[391/509] Compiling AsyncAlgorithms DebounceStateMachine.swift
[392/509] Compiling AsyncAlgorithms DebounceStorage.swift
[393/509] Compiling AsyncAlgorithms Dictionary.swift
[394/509] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[395/509] Compiling AsyncAlgorithms Locking.swift
[407/515] Compiling BitCollections BitSet.Index.swift
[408/515] Compiling BitCollections BitSet._UnsafeHandle.swift
[409/515] Compiling BitCollections BitSet.swift
[410/515] Compiling BitCollections Range+Utilities.swift
[411/515] Compiling BitCollections Slice+Utilities.swift
[412/515] Compiling BitCollections UInt+Tricks.swift
[413/515] Compiling BitCollections _Word.swift
[414/517] Compiling _RopeModule Rope+Join.swift
[415/517] Compiling _RopeModule Rope+MutatingForEach.swift
[416/517] Compiling _RopeModule Rope+Remove.swift
[417/517] Compiling _RopeModule Rope+RemoveSubrange.swift
[418/517] Compiling _RopeModule Rope+Split.swift
[419/517] Compiling _RopeModule Optional Utilities.swift
[420/517] Compiling _RopeModule String Utilities.swift
[421/517] Compiling _RopeModule String.Index+ABI.swift
[425/576] Compiling NIOCore ChannelOption.swift
[426/576] Compiling NIOCore ChannelPipeline.swift
[427/576] Compiling NIOCore AddressedEnvelope.swift
[428/576] Compiling NIOCore AsyncAwaitSupport.swift
[429/576] Compiling NIOCore AsyncChannel.swift
[430/576] Compiling NIOCore AsyncChannelHandler.swift
[431/582] Compiling NIOCore IntegerBitPacking.swift
[432/582] Compiling NIOCore IntegerTypes.swift
[433/582] Compiling NIOCore Interfaces.swift
[434/582] Compiling NIOCore Linux.swift
[435/582] Compiling NIOCore MarkedCircularBuffer.swift
[436/582] Compiling NIOCore MulticastChannel.swift
[437/582] Compiling NIOCore ByteBuffer-multi-int.swift
[438/582] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[439/582] Compiling NIOCore ByteBuffer-views.swift
[440/582] Compiling NIOCore Channel.swift
[441/582] Compiling NIOCore ChannelHandler.swift
[442/582] Compiling NIOCore ChannelHandlers.swift
[443/582] Compiling NIOCore ChannelInvoker.swift
[444/582] Compiling NIOCore AsyncChannelInboundStream.swift
[445/582] Compiling NIOCore AsyncChannelOutboundWriter.swift
[446/582] Compiling NIOCore NIOAsyncSequenceProducer.swift
[447/582] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[448/582] Compiling NIOCore NIOAsyncWriter.swift
[449/582] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[450/582] Compiling NIOCore BSDSocketAPI.swift
[451/582] Emitting module AWSLambdaEvents
[452/582] Compiling NIOCore ByteBuffer-core.swift
[453/582] Compiling NIOCore ByteBuffer-hex.swift
[454/582] Compiling NIOCore ByteBuffer-aux.swift
[455/582] Compiling NIOCore ByteBuffer-int.swift
[456/582] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[457/582] Compiling NIOCore ByteBuffer-conversions.swift
[461/582] Compiling NIOCore EventLoop+Deprecated.swift
[462/582] Compiling NIOCore EventLoop+SerialExecutor.swift
[463/582] Compiling NIOCore EventLoop.swift
[464/582] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[465/582] Compiling NIOCore IOData.swift
[466/582] Compiling NIOCore IPProtocol.swift
[467/582] Emitting module AsyncAlgorithms
[468/582] Emitting module HashTreeCollections
[486/584] Compiling AsyncAlgorithms SetAlgebra.swift
[487/584] Compiling AsyncAlgorithms UnsafeTransfer.swift
[488/584] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[489/584] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[490/584] Compiling AsyncAlgorithms ZipStateMachine.swift
[491/584] Compiling AsyncAlgorithms ZipStorage.swift
[492/584] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[493/584] Compiling NIOCore CircularBuffer.swift
[494/584] Compiling NIOCore Codec.swift
[495/584] Compiling NIOCore ConvenienceOptionSupport.swift
[496/584] Compiling NIOCore DeadChannel.swift
[497/584] Compiling NIOCore DispatchQueue+WithFuture.swift
[505/585] Compiling NIOCore NIOSendable.swift
[506/585] Compiling NIOCore RecvByteBufferAllocator.swift
[507/585] Compiling NIOCore EventLoopFuture+Deprecated.swift
[508/585] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[509/585] Compiling NIOCore EventLoopFuture.swift
[510/585] Compiling NIOCore FileDescriptor.swift
[511/585] Compiling NIOCore FileHandle.swift
[512/585] Compiling NIOCore FileRegion.swift
[513/585] Compiling NIOCore GlobalSingletons.swift
[514/585] Compiling NIOCore IO.swift
[525/592] Compiling Collections Collections.swift
[526/600] Emitting module Collections
[528/600] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[529/601] Emitting module ServiceLifecycle
[530/601] Compiling ServiceLifecycle ServiceRunnerError.swift
[549/601] Compiling ServiceLifecycle GracefulShutdown.swift
[550/601] Compiling ServiceLifecycle CancellationWaiter.swift
[551/601] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[552/601] Compiling ServiceLifecycle Service.swift
[553/601] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[554/601] Compiling ServiceLifecycle ServiceGroup.swift
[555/602] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[556/602] Compiling NIOCore SocketAddresses.swift
[557/602] Compiling NIOCore SocketOptionProvider.swift
[558/602] Compiling NIOCore SystemCallHelpers.swift
[559/602] Compiling NIOCore TimeAmount+Duration.swift
[560/602] Compiling NIOCore TypeAssistedChannelHandler.swift
[561/602] Compiling NIOCore UniversalBootstrapSupport.swift
[562/602] Compiling NIOCore Utilities.swift
[564/601] Emitting module ExtrasBase64
[565/601] Compiling ExtrasBase64 Base32.swift
[566/601] Compiling ExtrasBase64 Base64.swift
[586/601] Emitting module NIOCore
[588/643] Emitting module NIOHTTPTypes
[589/655] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[591/655] Compiling NIOEmbedded AsyncTestingChannel.swift
[592/655] Emitting module NIOEmbedded
[593/655] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[594/655] Compiling NIOEmbedded Embedded.swift
[596/655] Compiling NIOPosix IO.swift
[597/655] Compiling NIOPosix IntegerBitPacking.swift
[598/655] Compiling NIOPosix IntegerTypes.swift
[599/655] Compiling NIOPosix Linux.swift
[600/655] Compiling NIOPosix LinuxCPUSet.swift
[601/655] Compiling NIOPosix LinuxUring.swift
[602/655] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[603/661] Compiling NIOPosix Bootstrap.swift
[604/661] Compiling NIOPosix ControlMessage.swift
[605/661] Compiling NIOPosix DatagramVectorReadManager.swift
[606/661] Compiling NIOPosix Errors+Any.swift
[607/661] Compiling NIOPosix FileDescriptor.swift
[608/661] Compiling NIOPosix GetaddrinfoResolver.swift
[609/661] Compiling NIOPosix HappyEyeballs.swift
[610/661] Compiling NIOPosix ThreadPosix.swift
[611/661] Compiling NIOPosix ThreadWindows.swift
[612/661] Compiling NIOPosix UnsafeTransfer.swift
[613/661] Compiling NIOPosix Utilities.swift
[614/661] Compiling NIOPosix VsockAddress.swift
[615/661] Compiling NIOPosix VsockChannelEvents.swift
[616/661] Compiling NIOPosix BSDSocketAPICommon.swift
[617/661] Compiling NIOPosix BSDSocketAPIPosix.swift
[618/661] Compiling NIOPosix BSDSocketAPIWindows.swift
[619/661] Compiling NIOPosix BaseSocket.swift
[620/661] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[621/661] Compiling NIOPosix BaseSocketChannel.swift
[622/661] Compiling NIOPosix BaseStreamSocketChannel.swift
[623/661] Compiling NIOPosix Socket.swift
[624/661] Compiling NIOPosix SocketChannel.swift
[625/661] Compiling NIOPosix SocketProtocols.swift
[626/661] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[627/661] Compiling NIOPosix System.swift
[628/661] Compiling NIOPosix Thread.swift
[629/661] Emitting module NIOPosix
[630/661] Compiling NIOPosix Pool.swift
[631/661] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[632/661] Compiling NIOPosix PosixSingletons.swift
[633/661] Compiling NIOPosix RawSocketBootstrap.swift
[634/661] Compiling NIOPosix Resolver.swift
[635/661] Compiling NIOPosix Selectable.swift
[636/661] Compiling NIOPosix SelectableChannel.swift
[637/661] Compiling NIOPosix SelectableEventLoop.swift
[638/661] Compiling NIOPosix SelectorEpoll.swift
[639/661] Compiling NIOPosix SelectorGeneric.swift
[640/661] Compiling NIOPosix SelectorKqueue.swift
[641/661] Compiling NIOPosix SelectorUring.swift
[642/661] Compiling NIOPosix ServerSocket.swift
[643/661] Compiling NIOPosix NIOPosixSendableMetatype.swift
[644/661] Compiling NIOPosix NIOThreadPool.swift
[645/661] Compiling NIOPosix NonBlockingFileIO.swift
[646/661] Compiling NIOPosix PendingDatagramWritesManager.swift
[647/661] Compiling NIOPosix PendingWritesManager.swift
[648/661] Compiling NIOPosix PipeChannel.swift
[649/661] Compiling NIOPosix PipePair.swift
[651/663] Compiling NIO Exports.swift
[652/663] Emitting module NIO
[654/679] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[655/679] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[656/681] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[657/681] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[658/681] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[659/681] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[660/681] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[661/681] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[662/681] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[663/681] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[664/681] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[665/681] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[666/681] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[667/681] Compiling NIOHTTP1 HTTPTypes.swift
[668/681] Emitting module NIOHTTP1
[669/681] Compiling NIOHTTP1 ByteCollectionUtils.swift
[670/681] Compiling NIOHTTP1 HTTPDecoder.swift
[671/681] Compiling NIOHTTP1 HTTPEncoder.swift
[673/725] Compiling NIOExtras RequestResponseHandler.swift
[674/725] Compiling NIOExtras RequestResponseHandlers+State.swift
[675/727] Compiling NIOExtras PCAPRingBuffer.swift
[676/727] Compiling NIOExtras QuiescingHelper.swift
[677/727] Emitting module NIOHTTPTypesHTTP1
[678/727] Compiling NIOExtras WritePCAPHandler.swift
[679/727] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[680/727] Compiling AWSLambdaRuntime SendableMetatype.swift
[681/727] Compiling NIOExtras DebugInboundEventsHandler.swift
[682/727] Compiling NIOExtras DebugOutboundEventsHandler.swift
[683/727] Compiling NIOExtras FixedLengthFrameDecoder.swift
[684/727] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[685/727] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[686/727] Compiling NIOExtras JSONRPCFraming.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[687/729] Emitting module AWSLambdaRuntime
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
27 | import ucrt
28 | #else
29 | #error("Unsupported platform")
| `- error: Unsupported platform
30 | #endif
31 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
[688/729] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[689/729] Compiling NIOExtras NIOExtrasError.swift
[690/729] Compiling NIOExtras NIOLengthFieldBitLength.swift
[691/729] Compiling NIOExtras NIORequestIdentifiable.swift
[692/729] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[693/729] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[694/729] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[698/730] Compiling AWSLambdaRuntime Utils.swift
[699/730] Compiling AWSLambdaRuntime Version.swift
[700/730] Compiling NIOExtras RequestResponseWithIDHandler.swift
[706/729] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[707/729] Compiling NIOExtras LengthFieldPrepender.swift
[708/729] Compiling NIOExtras LineBasedFrameDecoder.swift
[709/729] Emitting module NIOExtras
[710/730] Wrapping AST for NIOExtras for debugging
[712/755] Compiling HummingbirdCore TSTLSOptions.swift
[713/755] Compiling HummingbirdCore AnyAsyncSequence.swift
[714/755] Compiling HummingbirdCore ResponseBodyWriter.swift
[715/755] Compiling HummingbirdCore ResponseWriter.swift
[716/755] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[717/755] Compiling HummingbirdCore BindAddress.swift
[718/755] Compiling HummingbirdCore HTTPChannelHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
27 | import ucrt
28 | #else
29 | #error("Unsupported platform")
| `- error: Unsupported platform
30 | #endif
31 |
[719/755] Compiling HummingbirdCore HTTPServerBuilder.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
27 | import ucrt
28 | #else
29 | #error("Unsupported platform")
| `- error: Unsupported platform
30 | #endif
31 |
[720/755] Compiling HummingbirdCore ServerConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
27 | import ucrt
28 | #else
29 | #error("Unsupported platform")
| `- error: Unsupported platform
30 | #endif
31 |
[721/755] Compiling HummingbirdCore Response.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:141:18: error: cannot find 'timespec' in scope
139 | /// - Returns: An `Instant` representing the current time.
140 | public var now: Instant {
141 | var ts = timespec()
| `- error: cannot find 'timespec' in scope
142 | clock_gettime(CLOCK_REALTIME, &ts)
143 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:9: error: cannot find 'clock_gettime' in scope
140 | public var now: Instant {
141 | var ts = timespec()
142 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'clock_gettime' in scope
143 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 | }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:23: error: cannot find 'CLOCK_REALTIME' in scope
140 | public var now: Instant {
141 | var ts = timespec()
142 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'CLOCK_REALTIME' in scope
143 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 | }
[722/755] Compiling HummingbirdCore ResponseBody.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:141:18: error: cannot find 'timespec' in scope
139 | /// - Returns: An `Instant` representing the current time.
140 | public var now: Instant {
141 | var ts = timespec()
| `- error: cannot find 'timespec' in scope
142 | clock_gettime(CLOCK_REALTIME, &ts)
143 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:9: error: cannot find 'clock_gettime' in scope
140 | public var now: Instant {
141 | var ts = timespec()
142 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'clock_gettime' in scope
143 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 | }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:23: error: cannot find 'CLOCK_REALTIME' in scope
140 | public var now: Instant {
141 | var ts = timespec()
142 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'CLOCK_REALTIME' in scope
143 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 | }
[723/755] Compiling HummingbirdCore HTTP1Channel.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:141:18: error: cannot find 'timespec' in scope
139 | /// - Returns: An `Instant` representing the current time.
140 | public var now: Instant {
141 | var ts = timespec()
| `- error: cannot find 'timespec' in scope
142 | clock_gettime(CLOCK_REALTIME, &ts)
143 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:9: error: cannot find 'clock_gettime' in scope
140 | public var now: Instant {
141 | var ts = timespec()
142 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'clock_gettime' in scope
143 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 | }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:23: error: cannot find 'CLOCK_REALTIME' in scope
140 | public var now: Instant {
141 | var ts = timespec()
142 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'CLOCK_REALTIME' in scope
143 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 | }
[724/755] Emitting module HummingbirdCore
[725/758] Compiling HummingbirdCore HTTPUserEventHandler.swift
[726/758] Compiling HummingbirdCore Server.swift
[727/758] Compiling HummingbirdCore ServerChildChannel.swift
BUILD FAILURE 6.1 android