Build Information
Failed to build BreezeLambdaWebHook, reference 0.5.0 (7ba793
), with Swift 6.1 for Android on 29 May 2025 15:44:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/swift-serverless/BreezeLambdaWebHook.git
Reference: 0.5.0
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/swift-serverless/BreezeLambdaWebHook
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at 7ba793f Merge pull request #2 from swift-serverless/support-alpha.2
Cloned https://github.com/swift-serverless/BreezeLambdaWebHook.git
Revision (git rev-parse @):
7ba793fecf7621f3218141f0637223346020bc94
SUCCESS checkout https://github.com/swift-serverless/BreezeLambdaWebHook.git at 0.5.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/swift-serverless/BreezeLambdaWebHook.git
https://github.com/swift-serverless/BreezeLambdaWebHook.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" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-events.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.11.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
}
],
"manifest_display_name" : "BreezeLambdaWebHook",
"name" : "BreezeLambdaWebHook",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "BreezeLambdaWebHook",
"targets" : [
"BreezeLambdaWebHook"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BreezeLambdaWebHookTests",
"module_type" : "SwiftTarget",
"name" : "BreezeLambdaWebHookTests",
"path" : "Tests/BreezeLambdaWebHookTests",
"product_dependencies" : [
"AWSLambdaTesting"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/BreezeLambdaWebHookTests/Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BreezeLambdaWebHookTests.swift",
"Fixtures.swift",
"Lambda.swift",
"MyGetWebHook.swift",
"MyPostWebHook.swift",
"Utils.swift"
],
"target_dependencies" : [
"BreezeLambdaWebHook"
],
"type" : "test"
},
{
"c99name" : "BreezeLambdaWebHook",
"module_type" : "SwiftTarget",
"name" : "BreezeLambdaWebHook",
"path" : "Sources/BreezeLambdaWebHook",
"product_dependencies" : [
"AWSLambdaRuntime",
"AWSLambdaEvents",
"AsyncHTTPClient"
],
"product_memberships" : [
"BreezeLambdaWebHook"
],
"sources" : [
"APIGatewayV2Request+Extensions.swift",
"APIGatewayV2Response+Extensions.swift",
"BreezeLambdaWebHook.swift",
"BreezeLambdaWebHookError.swift",
"BreezeLambdaWebHookHandler.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/swift-server/async-http-client.git
Fetching https://github.com/swift-server/swift-aws-lambda-runtime.git
[1/11517] Fetching swift-aws-lambda-runtime
[577/25531] Fetching swift-aws-lambda-runtime, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.85s)
[8178/11517] Fetching swift-aws-lambda-runtime
Fetching https://github.com/swift-server/swift-aws-lambda-events.git
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (3.03s)
[1/2436] Fetching swift-aws-lambda-events
Fetched https://github.com/swift-server/swift-aws-lambda-events.git from cache (0.47s)
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 0.5.0 (4.27s)
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.45s)
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.50s)
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 (1.11s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/1710] Fetching swift-atomics
[224/7669] Fetching swift-atomics, swift-algorithms
[429/11505] Fetching swift-atomics, swift-algorithms, swift-log
[1605/14172] Fetching swift-atomics, swift-algorithms, swift-log, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.84s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-log.git from cache (1.05s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.15s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.16s)
[1/5914] Fetching swift-nio-extras
[652/17441] Fetching swift-nio-extras, swift-nio-http2
[4012/32284] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
[7830/108381] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.06s)
[8499/102467] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.96s)
[53599/90940] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.08s)
[54790/76097] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (11.44s)
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 (13.54s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.10s)
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.19s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.49s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/4985] Fetching swift-async-algorithms
[400/7411] Fetching swift-async-algorithms, swift-service-lifecycle
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.70s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.72s)
[1/1590] Fetching swift-asn1
[1591/2731] Fetching swift-asn1, swift-http-structured-headers
[2470/8886] Fetching swift-asn1, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.51s)
[1511/7296] Fetching swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.57s)
[1478/6155] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.90s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.64s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.02s)
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.08s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.48s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.85s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (3.08s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (4.14s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (7.43s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.96s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.73s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.86s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.54s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.65s)
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 (1.76s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.14s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.10s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.35s)
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 (1.14s)
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/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/swift-server/swift-aws-lambda-events.git
Working copy of https://github.com/swift-server/swift-aws-lambda-events.git resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/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-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-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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-nio-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
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-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
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/445] Write sources
[27/445] Compiling CNIOWindows shim.c
[28/445] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[29/445] Compiling CNIOWASI CNIOWASI.c
[30/445] Compiling _NumericsShims _NumericsShims.c
[31/445] Compiling _AtomicsShims.c
[32/445] Compiling CNIOWindows WSAStartup.c
[32/445] Compiling CNIOLinux liburing_shims.c
[34/445] Compiling CNIOLLHTTP c_nio_http.c
[35/445] Compiling CNIOExtrasZlib empty.c
[36/445] Compiling CNIODarwin shim.c
[37/445] Compiling CNIOLinux shim.c
[38/445] Compiling fiat_p256_adx_sqr.S
[39/445] Compiling CNIOLLHTTP c_nio_api.c
[40/445] Compiling fiat_p256_adx_mul.S
[41/445] Compiling fiat_curve25519_adx_square.S
[42/445] Write swift-version-24593BA9C3E375BF.txt
[43/445] Compiling fiat_curve25519_adx_mul.S
[44/445] Compiling CNIOBoringSSLShims shims.c
[45/446] Compiling CNIOLLHTTP c_nio_llhttp.c
[47/461] Emitting module _NIOBase64
[47/461] Compiling tls_record.cc
[47/461] Compiling tls_method.cc
[48/461] Compiling tls13_client.cc
[50/461] Compiling tls13_server.cc
[51/461] Compiling tls13_enc.cc
[53/461] Emitting module _NIODataStructures
[54/488] Compiling Logging LogHandler.swift
[55/488] Compiling RealModule Float80+Real.swift
[56/489] Compiling HTTPTypes HTTPFieldName.swift
[57/490] Emitting module InternalCollectionsUtilities
[58/490] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[59/490] Compiling InternalCollectionsUtilities Integer rank.swift
[60/490] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[61/491] Emitting module RealModule
[64/491] Compiling HTTPTypes ISOLatin1String.swift
[64/491] Compiling t1_enc.cc
[66/491] Compiling RealModule Real.swift
[67/491] Compiling HTTPTypes HTTPParsedFields.swift
[68/491] Compiling _NIODataStructures _TinyArray.swift
[69/491] Compiling _NIODataStructures PriorityQueue.swift
[70/491] Compiling RealModule Float16+Real.swift
[71/491] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[72/491] Compiling InternalCollectionsUtilities UInt+reversed.swift
[73/491] Compiling _NIOBase64 Base64.swift
[74/491] Emitting module HTTPTypes
[75/492] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[76/492] Compiling InternalCollectionsUtilities _SortedCollection.swift
[77/492] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[78/492] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[79/492] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[80/492] Compiling InternalCollectionsUtilities Debugging.swift
[81/492] Compiling InternalCollectionsUtilities Descriptions.swift
[82/492] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[83/492] Compiling RealModule ElementaryFunctions.swift
[84/492] Compiling RealModule Float+Real.swift
[87/492] Compiling _NIODataStructures Heap.swift
[88/493] Compiling HTTPTypes HTTPField.swift
[89/493] Compiling RealModule RealFunctions.swift
[93/494] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[94/495] Compiling HTTPTypes NIOLock.swift
[94/495] Compiling tls13_both.cc
[97/495] Compiling HTTPTypes HTTPRequest.swift
[98/495] Compiling HTTPTypes HTTPResponse.swift
[99/510] Compiling DequeModule Deque+Equatable.swift
[100/510] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[101/512] Compiling DequeModule _DequeBuffer.swift
[102/512] Compiling DequeModule _DequeBufferHeader.swift
[103/512] Compiling DequeModule Deque+Testing.swift
[104/512] Compiling DequeModule Deque._Storage.swift
[105/512] Compiling DequeModule Deque+CustomReflectable.swift
[106/512] Compiling DequeModule Deque+Descriptions.swift
[107/512] Compiling DequeModule Deque+Extras.swift
[108/512] Compiling DequeModule Deque+Hashable.swift
[109/512] Compiling DequeModule _DequeSlot.swift
[110/512] Compiling DequeModule _UnsafeWrappedBuffer.swift
[110/512] Compiling ssl_transcript.cc
[112/512] Compiling DequeModule Deque._UnsafeHandle.swift
[113/512] Compiling DequeModule Deque.swift
[113/512] Compiling ssl_x509.cc
[114/512] Compiling ssl_versions.cc
[116/512] Emitting module DequeModule
[117/512] Compiling DequeModule Deque+Codable.swift
[118/512] Compiling DequeModule Deque+Collection.swift
[118/513] Compiling ssl_stat.cc
[120/513] Compiling ssl_session.cc
[122/513] Compiling Logging Locks.swift
[123/513] Compiling Logging MetadataProvider.swift
[124/513] Compiling Logging Logging.swift
[125/513] Emitting module Logging
[126/514] Compiling ssl_file.cc
[127/514] Compiling ssl_privkey.cc
[128/514] Compiling ssl_key_share.cc
[129/514] Compiling ssl_cipher.cc
[130/514] Compiling ssl_credential.cc
[131/514] Compiling ssl_lib.cc
[132/514] Compiling ssl_cert.cc
[133/514] Compiling s3_lib.cc
[134/514] Compiling ssl_buffer.cc
[136/514] Compiling HTTPTypes HTTPFields.swift
[136/515] Compiling s3_both.cc
[138/515] Compiling ssl_aead_ctx.cc
[139/515] Compiling s3_pkt.cc
[140/515] Compiling ssl_asn1.cc
[141/534] Compiling handshake_server.cc
[142/534] Compiling handshake_client.cc
[143/534] Compiling handshake.cc
[144/534] Compiling extensions.cc
[145/534] Compiling handoff.cc
[146/534] Compiling dtls_method.cc
[147/534] Compiling dtls_record.cc
[148/534] Compiling md5-x86_64-linux.S
[149/534] Compiling md5-x86_64-apple.S
[150/534] Compiling encrypted_client_hello.cc
[151/534] Compiling d1_srtp.cc
[152/534] Compiling md5-586-apple.S
[153/534] Compiling md5-586-linux.S
[154/534] Compiling chacha20_poly1305_x86_64-linux.S
[155/534] Compiling chacha20_poly1305_x86_64-apple.S
[156/534] Compiling chacha20_poly1305_armv8-linux.S
[157/534] Compiling chacha20_poly1305_armv8-win.S
[158/534] Compiling chacha20_poly1305_armv8-apple.S
[159/534] Compiling chacha-x86_64-linux.S
[160/534] Compiling chacha-x86_64-apple.S
[161/534] Compiling chacha-x86-linux.S
[163/534] Compiling AWSLambdaEvents SQS.swift
[164/534] Compiling AWSLambdaEvents Base64.swift
[164/536] Compiling d1_pkt.cc
[165/536] Compiling chacha-x86-apple.S
[166/536] Compiling chacha-armv8-win.S
[167/536] Compiling chacha-armv8-apple.S
[168/536] Compiling chacha-armv4-linux.S
[169/536] Compiling chacha-armv8-linux.S
[170/536] Compiling aes128gcmsiv-x86_64-linux.S
[171/536] Compiling aes128gcmsiv-x86_64-apple.S
[172/536] Compiling x86_64-mont5-linux.S
[173/536] Compiling x86_64-mont5-apple.S
[174/536] Compiling x86_64-mont-linux.S
[175/536] Compiling x86_64-mont-apple.S
[176/536] Compiling x86-mont-apple.S
[177/536] Compiling x86-mont-linux.S
[178/536] Compiling vpaes-x86_64-linux.S
[179/536] Compiling vpaes-x86_64-apple.S
[180/536] Compiling vpaes-x86-apple.S
[181/536] Compiling vpaes-x86-linux.S
[182/536] Compiling vpaes-armv8-win.S
[183/536] Compiling vpaes-armv8-linux.S
[184/536] Compiling vpaes-armv8-apple.S
[185/536] Compiling vpaes-armv7-linux.S
[186/536] Compiling sha512-x86_64-linux.S
[187/536] Compiling sha512-armv8-win.S
[188/536] Compiling sha512-x86_64-apple.S
[189/536] Compiling d1_both.cc
[190/536] Compiling sha512-armv8-apple.S
[191/536] Compiling bio_ssl.cc
[192/536] Compiling sha512-armv8-linux.S
[193/536] Compiling sha512-armv4-linux.S
[194/536] Compiling sha512-586-linux.S
[195/536] Compiling err_data.cc
[196/536] Compiling sha256-x86_64-apple.S
[197/536] Compiling sha256-x86_64-linux.S
[198/536] Compiling sha512-586-apple.S
[200/536] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[201/536] Compiling AWSLambdaEvents S3.swift
[202/536] Compiling AWSLambdaEvents SES.swift
[203/536] Compiling AWSLambdaEvents SNS.swift
[203/536] Compiling sha256-armv8-apple.S
[204/536] Compiling sha256-armv8-win.S
[205/536] Compiling sha256-armv4-linux.S
[206/536] Compiling sha256-586-linux.S
[207/536] Compiling d1_lib.cc
[208/536] Compiling sha256-586-apple.S
[209/536] Compiling sha1-x86_64-linux.S
[210/536] Compiling sha256-armv8-linux.S
[211/536] Compiling sha1-x86_64-apple.S
[212/536] Compiling sha1-armv8-win.S
[213/536] Compiling sha1-586-linux.S
[214/536] Compiling sha1-586-apple.S
[215/536] Compiling sha1-armv4-large-linux.S
[216/536] Compiling sha1-armv8-linux.S
[217/536] Compiling rsaz-avx2-apple.S
[218/536] Compiling sha1-armv8-apple.S
[219/536] Compiling rsaz-avx2-linux.S
[220/536] Compiling p256_beeu-x86_64-asm-linux.S
[221/536] Compiling rdrand-x86_64-linux.S
[222/536] Compiling rdrand-x86_64-apple.S
[223/536] Compiling p256_beeu-x86_64-asm-apple.S
[224/536] Compiling p256_beeu-armv8-asm-win.S
[225/536] Compiling p256_beeu-armv8-asm-apple.S
[226/536] Compiling p256_beeu-armv8-asm-linux.S
[227/536] Compiling p256-x86_64-asm-linux.S
[228/536] Compiling p256-x86_64-asm-apple.S
[229/536] Compiling p256-armv8-asm-apple.S
[230/536] Compiling p256-armv8-asm-linux.S
[231/536] Compiling ghashv8-armv8-win.S
[232/536] Compiling p256-armv8-asm-win.S
[233/536] Compiling ghashv8-armv8-apple.S
[234/536] Compiling ghashv8-armv8-linux.S
[235/536] Compiling ghash-x86_64-apple.S
[236/536] Compiling ghash-x86_64-linux.S
[237/536] Compiling ghash-x86-apple.S
[238/536] Compiling ghash-x86-linux.S
[239/536] Compiling ghashv8-armv7-linux.S
[240/536] Compiling ghash-ssse3-x86_64-linux.S
[241/536] Compiling ghash-ssse3-x86-linux.S
[242/536] Compiling ghash-ssse3-x86_64-apple.S
[243/536] Compiling ghash-neon-armv8-win.S
[244/536] Compiling ghash-ssse3-x86-apple.S
[246/536] Emitting module AWSLambdaEvents
[246/536] Compiling ghash-neon-armv8-linux.S
[247/536] Compiling ghash-neon-armv8-apple.S
[248/536] Compiling ghash-armv4-linux.S
[249/536] Compiling co-586-apple.S
[250/536] Compiling bsaes-armv7-linux.S
[251/536] Compiling bn-armv8-win.S
[252/536] Compiling co-586-linux.S
[253/536] Compiling bn-586-linux.S
[254/536] Compiling bn-armv8-apple.S
[255/536] Compiling bn-armv8-linux.S
[256/536] Compiling bn-586-apple.S
[257/536] Compiling armv8-mont-apple.S
[258/536] Compiling armv8-mont-win.S
[259/536] Compiling aesv8-gcm-armv8-linux.S
[260/536] Compiling aesv8-gcm-armv8-apple.S
[261/536] Compiling armv4-mont-linux.S
[262/536] Compiling armv8-mont-linux.S
[263/536] Compiling aesv8-gcm-armv8-win.S
[264/536] Compiling aesv8-armv8-win.S
[265/536] Compiling aesv8-armv8-apple.S
[266/536] Compiling aesv8-armv8-linux.S
[267/536] Compiling aesni-x86_64-apple.S
[268/536] Compiling aesv8-armv7-linux.S
[269/536] Compiling aesni-x86_64-linux.S
[270/536] Compiling aesni-x86-linux.S
[271/536] Compiling aesni-gcm-x86_64-linux.S
[272/536] Compiling aesni-gcm-x86_64-apple.S
[273/536] Compiling aes-gcm-avx2-x86_64-linux.S
[274/536] Compiling aes-gcm-avx2-x86_64-apple.S
[275/536] Compiling aesni-x86-apple.S
[276/536] Compiling aes-gcm-avx10-x86_64-linux.S
[277/536] Compiling aes-gcm-avx10-x86_64-apple.S
[279/536] Compiling AWSLambdaEvents DateWrappers.swift
[280/536] Compiling AWSLambdaEvents HTTP.swift
[281/536] Compiling AWSLambdaEvents ALB.swift
[282/536] Compiling AWSLambdaEvents APIGateway+V2.swift
[283/536] Compiling AWSLambdaEvents APIGateway.swift
[283/536] Compiling x_pubkey.cc
[284/536] Compiling x_sig.cc
[285/536] Compiling x_val.cc
[286/536] Compiling x_x509a.cc
[287/536] Compiling x_x509.cc
[288/536] Compiling x_spki.cc
[289/536] Compiling x_req.cc
[291/536] Compiling AWSLambdaEvents BedrockAgent.swift
[292/536] Compiling AWSLambdaEvents CloudFormation.swift
[293/536] Compiling AWSLambdaEvents Cloudwatch.swift
[294/536] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[295/536] Compiling AWSLambdaEvents AWSRegion.swift
[296/536] Compiling AWSLambdaEvents AppSync.swift
[297/536] Compiling AWSLambdaEvents Cognito.swift
[298/536] Compiling AWSLambdaEvents DynamoDB.swift
[299/536] Compiling AWSLambdaEvents FunctionURL.swift
[300/537] Compiling x_algor.cc
[301/537] Compiling x_exten.cc
[302/537] Compiling x_attrib.cc
[303/537] Compiling x_crl.cc
[304/537] Compiling x509spki.cc
[305/537] Compiling x_name.cc
[306/537] Compiling x_all.cc
[307/537] Compiling x509rset.cc
[308/537] Compiling x509_vfy.cc
[309/537] Compiling x509name.cc
[310/537] Compiling x509cset.cc
[311/537] Compiling x509_v3.cc
[312/537] Compiling x509_txt.cc
[313/537] Compiling x509_vpm.cc
[314/537] Compiling x509_trs.cc
[315/537] Compiling x509_req.cc
[316/537] Compiling x509_lu.cc
[317/537] Compiling x509_set.cc
[318/537] Compiling x509_def.cc
[318/537] Compiling x509_ext.cc
[320/537] Compiling x509_d2.cc
[321/537] Compiling x509_obj.cc
[322/537] Compiling x509_cmp.cc
[323/537] Compiling x509_att.cc
[324/537] Compiling x509.cc
[325/537] Compiling v3_prn.cc
[326/537] Compiling v3_purp.cc
[327/537] Compiling v3_utl.cc
[328/537] Compiling v3_skey.cc
[329/537] Compiling v3_pcons.cc
[330/537] Compiling v3_pmaps.cc
[331/537] Compiling v3_ocsp.cc
[332/537] Compiling v3_lib.cc
[333/537] Compiling v3_int.cc
[334/537] Compiling v3_ncons.cc
[335/537] Compiling v3_ia5.cc
[336/537] Compiling v3_info.cc
[337/537] Compiling v3_genn.cc
[338/537] Compiling v3_extku.cc
[339/537] Compiling v3_enum.cc
[340/537] Compiling v3_cpols.cc
[341/537] Compiling v3_crld.cc
[342/537] Compiling v3_conf.cc
[343/537] Compiling v3_alt.cc
[344/537] Compiling v3_bcons.cc
[345/537] Compiling v3_bitst.cc
[346/537] Compiling v3_akeya.cc
[347/537] Compiling t_x509.cc
[348/537] Compiling v3_akey.cc
[349/537] Compiling name_print.cc
[350/537] Compiling t_req.cc
[351/537] Compiling t_x509a.cc
[352/537] Compiling policy.cc
[353/537] Compiling rsa_pss.cc
[354/537] Compiling t_crl.cc
[355/537] Compiling i2d_pr.cc
[356/537] Compiling by_file.cc
[357/537] Compiling asn1_gen.cc
[358/537] Compiling a_verify.cc
[359/537] Compiling a_sign.cc
[360/537] Compiling algorithm.cc
[361/537] Compiling a_digest.cc
[362/537] Compiling by_dir.cc
[363/537] Compiling thread_win.cc
[364/537] Compiling voprf.cc
[365/537] Compiling trust_token.cc
[366/537] Compiling thread_none.cc
[367/537] Compiling thread_pthread.cc
[368/537] Compiling stack.cc
[369/537] Compiling thread.cc
[370/537] Compiling pmbtoken.cc
[371/537] Compiling sha1.cc
[372/537] Compiling siphash.cc
[373/537] Compiling sha256.cc
[374/537] Compiling rsa_print.cc
[375/537] Compiling sha512.cc
[376/537] Compiling rsa_extra.cc
[377/537] Compiling spake2plus.cc
[378/537] Compiling slhdsa.cc
[379/537] Compiling refcount.cc
[380/537] Compiling windows.cc
[381/537] Compiling rsa_crypt.cc
[382/537] Compiling rc4.cc
[383/537] Compiling trusty.cc
[384/537] Compiling rand.cc
[385/537] Compiling urandom.cc
[386/537] Compiling rsa_asn1.cc
[387/537] Compiling ios.cc
[388/537] Compiling poly1305_arm_asm.S
[389/537] Compiling forkunsafe.cc
[390/537] Compiling passive.cc
[391/537] Compiling getentropy.cc
[392/537] Compiling fork_detect.cc
[393/537] Compiling deterministic.cc
[394/537] Compiling poly1305.cc
[395/537] Compiling poly1305_vec.cc
[396/537] Compiling poly1305_arm.cc
[397/537] Compiling pkcs8.cc
[398/537] Compiling pool.cc
[399/537] Compiling p5_pbev2.cc
[400/537] Compiling pkcs7_x509.cc
[401/537] Compiling pkcs8_x509.cc
[402/537] Compiling pkcs7.cc
[403/537] Compiling pem_x509.cc
[404/537] Compiling pem_xaux.cc
[405/537] Compiling pem_pkey.cc
[406/537] Compiling pem_pk8.cc
[407/537] Compiling pem_oth.cc
[408/537] Compiling mlkem.cc
[409/537] Compiling mldsa.cc
[410/537] Compiling obj_xref.cc
[411/537] Compiling pem_lib.cc
[412/537] Compiling pem_info.cc
[413/537] Compiling pem_all.cc
[414/537] Compiling mem.cc
[415/537] Compiling md5.cc
[416/537] Compiling poly_rq_mul.S
[417/537] Compiling fips_shared_support.cc
[418/537] Compiling md4.cc
[419/537] Compiling obj.cc
[420/537] Compiling lhash.cc
[421/537] Compiling kyber.cc
[422/537] Compiling sign.cc
[423/537] Compiling ex_data.cc
[424/537] Compiling hpke.cc
[425/537] Compiling scrypt.cc
[426/537] Compiling hrss.cc
[427/537] Compiling print.cc
[428/537] Compiling pbkdf.cc
[429/537] Compiling p_x25519.cc
[430/537] Compiling p_x25519_asn1.cc
[431/537] Compiling p_rsa_asn1.cc
[432/537] Compiling p_rsa.cc
[433/537] Compiling p_hkdf.cc
[434/537] Compiling p_ed25519.cc
[435/537] Compiling p_ed25519_asn1.cc
[436/537] Compiling p_ec.cc
[437/537] Compiling p_ec_asn1.cc
[438/537] Compiling p_dh.cc
[439/537] Compiling evp_ctx.cc
[440/537] Compiling p_dh_asn1.cc
[441/537] Compiling err.cc
[442/537] Compiling evp.cc
[443/537] Compiling p_dsa_asn1.cc
[444/537] Compiling evp_asn1.cc
[445/537] Compiling engine.cc
[446/537] Compiling ecdh.cc
[447/537] Compiling hash_to_curve.cc
[448/537] Compiling ecdsa_asn1.cc
[449/537] Compiling ec_derive.cc
[450/537] Compiling ec_asn1.cc
[451/537] Compiling dsa_asn1.cc
[452/537] Compiling dsa.cc
[453/537] Compiling params.cc
[454/537] Compiling x25519-asm-arm.S
[455/537] Compiling bcm.cc
[456/537] Compiling des.cc
[457/537] Compiling dh_asn1.cc
[458/537] Compiling digest_extra.cc
[459/537] Compiling curve25519_64_adx.cc
[460/537] Compiling spake25519.cc
[461/537] Compiling cpu_intel.cc
[462/537] Compiling crypto.cc
[463/537] Compiling curve25519.cc
[464/537] Compiling cpu_arm_freebsd.cc
[465/537] Compiling cpu_aarch64_win.cc
[466/537] Compiling cpu_arm_linux.cc
[467/537] Compiling cpu_aarch64_sysreg.cc
[468/537] Compiling cpu_aarch64_openbsd.cc
[469/537] Compiling cpu_aarch64_fuchsia.cc
[470/537] Compiling tls_cbc.cc
[471/537] Compiling cpu_aarch64_linux.cc
[472/537] Compiling cpu_aarch64_apple.cc
[473/537] Compiling conf.cc
[474/537] Compiling e_tls.cc
[475/537] Compiling get_cipher.cc
[476/537] Compiling e_rc4.cc
[477/537] Compiling e_rc2.cc
[478/537] Compiling e_null.cc
[479/537] Compiling e_des.cc
[480/537] Compiling e_chacha20poly1305.cc
[481/537] Compiling e_aesgcmsiv.cc
[482/537] Compiling e_aesctrhmac.cc
[483/537] Compiling derive_key.cc
[484/537] Compiling chacha.cc
[485/537] Compiling unicode.cc
[486/537] Compiling cbb.cc
[487/537] Compiling buf.cc
[488/537] Compiling ber.cc
[489/537] Compiling convert.cc
[490/537] Compiling asn1_compat.cc
[491/537] Compiling cbs.cc
[492/537] Compiling blake2.cc
[493/537] Compiling socket_helper.cc
[494/537] Compiling bn_asn1.cc
[495/537] Compiling socket.cc
[496/537] Compiling printf.cc
[497/537] Compiling pair.cc
[498/537] Compiling hexdump.cc
[499/537] Compiling file.cc
[500/537] Compiling fd.cc
[501/537] Compiling errno.cc
[502/537] Compiling connect.cc
[503/537] Compiling bio_mem.cc
[504/537] Compiling bio.cc
[505/537] Compiling base64.cc
[506/537] Compiling tasn_typ.cc
[507/537] Compiling tasn_fre.cc
[508/537] Compiling tasn_enc.cc
[509/537] Compiling tasn_utl.cc
[510/537] Compiling posix_time.cc
[511/537] Compiling tasn_new.cc
[512/537] Compiling f_int.cc
[513/537] Compiling f_string.cc
[514/537] Compiling asn1_par.cc
[515/537] Compiling tasn_dec.cc
[516/537] Compiling asn_pack.cc
[517/537] Compiling asn1_lib.cc
[518/537] Compiling a_utctm.cc
[519/537] Compiling a_type.cc
[520/537] Compiling a_octet.cc
[521/537] Compiling a_strex.cc
[522/537] Compiling a_time.cc
[523/537] Compiling a_strnid.cc
[524/537] Compiling a_object.cc
[525/537] Compiling a_dup.cc
[526/537] Compiling a_mbstr.cc
[527/537] Compiling a_i2d_fp.cc
[528/537] Write sources
[529/537] Compiling a_int.cc
[530/537] Write sources
[531/537] Compiling a_d2i_fp.cc
[532/581] Compiling a_gentm.cc
[533/581] Compiling a_bitstr.cc
[534/581] Compiling a_bool.cc
[536/581] Compiling Atomics UnsafeAtomic.swift
[537/581] Compiling Atomics UnsafeAtomicLazyReference.swift
[538/581] Compiling Atomics ManagedAtomic.swift
[539/581] Compiling Atomics ManagedAtomicLazyReference.swift
[540/583] Compiling Atomics AtomicMemoryOrderings.swift
[541/583] Compiling Atomics DoubleWord.swift
[542/583] Compiling Atomics Primitives.shims.swift
[543/583] Compiling Atomics AtomicInteger.swift
[544/583] Compiling Atomics AtomicOptionalWrappable.swift
[545/583] Compiling Atomics AtomicReference.swift
[546/583] Compiling Atomics AtomicStorage.swift
[547/583] Compiling Atomics AtomicValue.swift
[548/583] Compiling Atomics IntegerOperations.swift
[549/583] Compiling Atomics Unmanaged extensions.swift
[550/583] Compiling Algorithms Split.swift
[551/583] Compiling Algorithms Stride.swift
[552/583] Compiling Algorithms Suffix.swift
[555/586] Compiling Algorithms Rotate.swift
[559/586] Compiling Atomics RawRepresentable.swift
[560/586] Compiling Atomics AtomicBool.swift
[565/586] Compiling Atomics OptionalRawRepresentable.swift
[566/586] Compiling Atomics IntegerConformances.swift
[567/586] Compiling Atomics PointerConformances.swift
[568/586] Compiling Atomics Primitives.native.swift
[570/586] Compiling Algorithms Trim.swift
[571/586] Compiling Algorithms Unique.swift
[572/586] Compiling Algorithms Windows.swift
[577/586] Emitting module Atomics
[584/587] Compiling c-nioatomics.c
[586/587] Emitting module Algorithms
[587/588] Compiling c-atomics.c
[589/594] Compiling NIOConcurrencyHelpers lock.swift
[590/594] Compiling NIOConcurrencyHelpers NIOLock.swift
[591/594] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[592/594] Compiling NIOConcurrencyHelpers atomics.swift
[593/594] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[594/594] Emitting module NIOConcurrencyHelpers
[596/655] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[597/655] Compiling NIOCore EventLoopFuture+Deprecated.swift
[598/655] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[599/655] Compiling NIOCore EventLoopFuture.swift
[600/655] Compiling NIOCore FileDescriptor.swift
[601/655] Compiling NIOCore FileHandle.swift
[602/655] Compiling NIOCore FileRegion.swift
[603/655] Compiling NIOCore GlobalSingletons.swift
[604/663] Compiling NIOCore AddressedEnvelope.swift
[605/663] Compiling NIOCore AsyncAwaitSupport.swift
[606/663] Compiling NIOCore AsyncChannel.swift
[607/663] Compiling NIOCore AsyncChannelHandler.swift
[608/663] Compiling NIOCore AsyncChannelInboundStream.swift
[609/663] Compiling NIOCore AsyncChannelOutboundWriter.swift
[610/663] Compiling NIOCore NIOAsyncSequenceProducer.swift
[611/663] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[612/663] Compiling NIOCore NIOAsyncWriter.swift
[613/663] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[614/663] Compiling NIOCore SocketAddresses.swift
[615/663] Compiling NIOCore SocketOptionProvider.swift
[616/663] Compiling NIOCore SystemCallHelpers.swift
[617/663] Compiling NIOCore TimeAmount+Duration.swift
[618/663] Compiling NIOCore TypeAssistedChannelHandler.swift
[619/663] Compiling NIOCore UniversalBootstrapSupport.swift
[620/663] Compiling NIOCore Utilities.swift
[621/663] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[622/663] Compiling NIOCore BSDSocketAPI.swift
[623/663] Compiling NIOCore ByteBuffer-aux.swift
[624/663] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[625/663] Compiling NIOCore ByteBuffer-conversions.swift
[626/663] Compiling NIOCore ByteBuffer-core.swift
[627/663] Compiling NIOCore ByteBuffer-hex.swift
[628/663] Compiling NIOCore ByteBuffer-int.swift
[629/663] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[630/663] Compiling NIOCore CircularBuffer.swift
[631/663] Compiling NIOCore Codec.swift
[632/663] Compiling NIOCore ConvenienceOptionSupport.swift
[633/663] Compiling NIOCore DeadChannel.swift
[634/663] Compiling NIOCore DispatchQueue+WithFuture.swift
[635/663] Compiling NIOCore EventLoop+Deprecated.swift
[636/663] Compiling NIOCore EventLoop+SerialExecutor.swift
[637/663] Compiling NIOCore EventLoop.swift
[638/663] Compiling NIOCore IO.swift
[639/663] Compiling NIOCore IOData.swift
[640/663] Compiling NIOCore IPProtocol.swift
[641/663] Compiling NIOCore IntegerBitPacking.swift
[642/663] Compiling NIOCore IntegerTypes.swift
[643/663] Compiling NIOCore Interfaces.swift
[644/663] Compiling NIOCore Linux.swift
[645/663] Compiling NIOCore MarkedCircularBuffer.swift
[646/663] Compiling NIOCore ByteBuffer-multi-int.swift
[647/663] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[648/663] Compiling NIOCore ByteBuffer-views.swift
[649/663] Compiling NIOCore Channel.swift
[650/663] Compiling NIOCore ChannelHandler.swift
[651/663] Compiling NIOCore ChannelHandlers.swift
[652/663] Compiling NIOCore ChannelInvoker.swift
[653/663] Compiling NIOCore ChannelOption.swift
[654/663] Compiling NIOCore ChannelPipeline.swift
[655/663] Compiling NIOCore MulticastChannel.swift
[656/663] Compiling NIOCore NIOAny.swift
[657/663] Compiling NIOCore NIOCloseOnErrorHandler.swift
[658/663] Compiling NIOCore NIOLoopBound.swift
[659/663] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[660/663] Compiling NIOCore NIOScheduledCallback.swift
[661/663] Compiling NIOCore NIOSendable.swift
[662/663] Compiling NIOCore RecvByteBufferAllocator.swift
[663/663] Emitting module NIOCore
[665/714] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[666/714] Compiling NIOEmbedded AsyncTestingChannel.swift
[667/714] Emitting module NIOEmbedded
[668/714] Compiling NIOPosix Pool.swift
[669/714] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[670/714] Compiling NIOPosix PosixSingletons.swift
[671/714] Compiling NIOPosix RawSocketBootstrap.swift
[672/714] Compiling NIOPosix Resolver.swift
[673/714] Compiling NIOPosix Selectable.swift
[674/720] Compiling NIOEmbedded Embedded.swift
[676/721] Compiling NIOPosix ThreadPosix.swift
[677/721] Compiling NIOPosix ThreadWindows.swift
[678/721] Compiling NIOPosix UnsafeTransfer.swift
[679/721] Compiling NIOPosix Utilities.swift
[680/721] Compiling NIOPosix VsockAddress.swift
[681/721] Compiling NIOPosix VsockChannelEvents.swift
[682/721] Emitting module NIOPosix
[683/721] Compiling NIOPosix ServerSocket.swift
[684/721] Compiling NIOPosix Socket.swift
[685/721] Compiling NIOPosix SocketChannel.swift
[686/721] Compiling NIOPosix SocketProtocols.swift
[687/721] Compiling NIOPosix System.swift
[688/721] Compiling NIOPosix Thread.swift
[689/721] Compiling NIOPosix SelectableChannel.swift
[690/721] Compiling NIOPosix SelectableEventLoop.swift
[691/721] Compiling NIOPosix SelectorEpoll.swift
[692/721] Compiling NIOPosix SelectorGeneric.swift
[693/721] Compiling NIOPosix SelectorKqueue.swift
[694/721] Compiling NIOPosix SelectorUring.swift
[695/721] Compiling NIOPosix Bootstrap.swift
[696/721] Compiling NIOPosix ControlMessage.swift
[697/721] Compiling NIOPosix DatagramVectorReadManager.swift
[698/721] Compiling NIOPosix Errors+Any.swift
[699/721] Compiling NIOPosix FileDescriptor.swift
[700/721] Compiling NIOPosix GetaddrinfoResolver.swift
[701/721] Compiling NIOPosix HappyEyeballs.swift
[702/721] Compiling NIOPosix IO.swift
[703/721] Compiling NIOPosix IntegerBitPacking.swift
[704/721] Compiling NIOPosix IntegerTypes.swift
[705/721] Compiling NIOPosix Linux.swift
[706/721] Compiling NIOPosix LinuxCPUSet.swift
[707/721] Compiling NIOPosix LinuxUring.swift
[708/721] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[709/721] Compiling NIOPosix BSDSocketAPICommon.swift
[710/721] Compiling NIOPosix BSDSocketAPIPosix.swift
[711/721] Compiling NIOPosix BSDSocketAPIWindows.swift
[712/721] Compiling NIOPosix BaseSocket.swift
[713/721] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[714/721] Compiling NIOPosix BaseSocketChannel.swift
[715/721] Compiling NIOPosix BaseStreamSocketChannel.swift
[716/721] Compiling NIOPosix NIOThreadPool.swift
[717/721] Compiling NIOPosix NonBlockingFileIO.swift
[718/721] Compiling NIOPosix PendingDatagramWritesManager.swift
[719/721] Compiling NIOPosix PendingWritesManager.swift
[720/721] Compiling NIOPosix PipeChannel.swift
[721/721] Compiling NIOPosix PipePair.swift
[723/724] Emitting module NIO
[724/724] Compiling NIO Exports.swift
[726/764] Compiling NIOTLS TLSEvents.swift
[727/764] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[728/764] Emitting module NIOTLS
[729/764] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[730/764] Compiling NIOSOCKS SOCKSResponse.swift
[731/765] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[732/765] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[733/765] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[734/765] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[735/765] Compiling NIOSOCKS ClientStateMachine.swift
[736/765] Emitting module NIOSOCKS
[737/765] Compiling NIOHTTP1 HTTPEncoder.swift
[738/765] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[739/765] Compiling NIOHTTP1 ByteCollectionUtils.swift
[740/765] Compiling NIOHTTP1 HTTPDecoder.swift
[741/765] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[742/765] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[743/765] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[744/765] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[745/765] Compiling NIOTLS SNIHandler.swift
[746/765] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[747/766] Compiling NIOSOCKS ServerStateMachine.swift
[750/767] Emitting module NIOHTTP1
[753/794] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[754/794] Emitting module NIOFoundationCompat
[756/799] Compiling NIOSSL ObjectIdentifier.swift
[757/799] Compiling NIOSSL PosixPort.swift
[758/799] Compiling NIOSSL IdentityVerification.swift
[759/799] Compiling NIOSSL SSLCertificate.swift
[760/821] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[761/821] Compiling NIOTransportServices NIOTSSingletons.swift
[762/821] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[763/821] Compiling NIOTransportServices StateManagedChannel.swift
[764/821] Compiling NIOTransportServices StateManagedListenerChannel.swift
[765/821] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[766/823] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[767/823] Compiling NIOTransportServices NIOTSErrors.swift
[768/823] Compiling NIOTransportServices NIOTSEventLoop.swift
[769/823] Compiling NIOTransportServices NIOTSBootstraps.swift
[770/823] Compiling NIOTransportServices NIOTSChannelOptions.swift
[771/823] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[772/823] Emitting module NIOTransportServices
[773/823] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[774/823] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[775/823] Compiling NIOTransportServices NIOTSListenerChannel.swift
[776/823] Compiling NIOTransportServices AcceptHandler.swift
[777/823] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[778/823] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[779/823] Compiling NIOTransportServices NIOTSDatagramListener.swift
[780/823] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[781/823] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[782/823] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[783/823] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[797/858] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[798/858] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[799/858] Emitting module NIOHTTPCompression
[800/858] Compiling NIOSSL SubjectAlternativeName.swift
[801/858] Compiling NIOSSL NIOSSLSecureBytes.swift
[802/858] Compiling NIOSSL RNG.swift
[803/858] Compiling NIOSSL SafeCompare.swift
[807/858] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[808/862] Compiling NIOHPACK IndexedHeaderTable.swift
[809/862] Compiling NIOHPACK IntegerCoding.swift
[810/863] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[811/863] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[812/863] Compiling NIOHPACK HuffmanCoding.swift
[813/863] Compiling NIOHPACK HuffmanTables.swift
[814/863] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[815/863] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[818/863] Compiling AWSLambdaRuntimeCore Lambda.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
[819/863] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
[820/865] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[821/865] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[822/865] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[823/865] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
[824/865] Emitting module NIOHPACK
[827/865] Compiling NIOHTTPCompression HTTPDecompression.swift
[828/865] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[829/865] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[830/865] Compiling NIOHTTPCompression HTTPCompression.swift
[831/866] Compiling NIOHPACK StaticHeaderTable.swift
[832/867] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[833/867] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[834/867] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[835/867] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[848/867] Emitting module NIOSSL
error: emit-module command failed with exit code 1 (use -v to see invocation)
[850/867] 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 |
[858/867] 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()
[859/867] 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()
[860/925] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[861/925] Compiling NIOHTTP2 MaySendFrames.swift
[862/925] Compiling NIOHTTP2 SendingDataState.swift
[863/925] Compiling NIOHTTP2 SendingGoawayState.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/2] Write swift-version-24593BA9C3E375BF.txt
[3/70] Compiling Logging MetadataProvider.swift
[4/70] Compiling RealModule Float80+Real.swift
[5/70] Compiling RealModule Real.swift
[6/71] Compiling RealModule Float16+Real.swift
[7/71] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/72] Compiling Atomics AtomicOptionalWrappable.swift
[9/72] Compiling Atomics AtomicReference.swift
[10/72] Compiling Atomics AtomicStorage.swift
[11/72] Compiling Atomics AtomicValue.swift
[12/72] Compiling RealModule ElementaryFunctions.swift
[13/72] Compiling RealModule Float+Real.swift
[14/72] Compiling NIOConcurrencyHelpers NIOLock.swift
[15/72] Compiling Atomics Primitives.native.swift
[16/72] Compiling Atomics OptionalRawRepresentable.swift
[17/72] Compiling RealModule RealFunctions.swift
[18/72] Compiling Atomics UnsafeAtomic.swift
[19/72] Compiling Atomics UnsafeAtomicLazyReference.swift
[20/72] Compiling Atomics ManagedAtomic.swift
[21/72] Compiling Atomics ManagedAtomicLazyReference.swift
[22/74] Compiling NIOConcurrencyHelpers lock.swift
[23/74] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[24/74] Compiling Atomics AtomicMemoryOrderings.swift
[25/74] Compiling Atomics DoubleWord.swift
[26/74] Emitting module Logging
[29/74] Emitting module RealModule
[30/74] Compiling Atomics IntegerConformances.swift
[31/74] Compiling Atomics PointerConformances.swift
[32/75] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[33/75] Compiling NIOConcurrencyHelpers atomics.swift
[34/75] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[35/75] Compiling HTTPTypes ISOLatin1String.swift
[38/76] Emitting module NIOConcurrencyHelpers
[39/77] Compiling _NIODataStructures Heap.swift
[40/77] Emitting module _NIOBase64
[41/77] Compiling _NIOBase64 Base64.swift
[43/78] Emitting module _NIODataStructures
[44/78] Compiling HTTPTypes HTTPField.swift
[45/78] Compiling _NIODataStructures PriorityQueue.swift
[46/78] Compiling _NIODataStructures _TinyArray.swift
[48/79] Compiling Atomics Primitives.shims.swift
[49/79] Compiling Atomics AtomicInteger.swift
[55/79] Emitting module HTTPTypes
[59/79] Compiling Atomics IntegerOperations.swift
[60/79] Compiling Atomics Unmanaged extensions.swift
[61/79] Emitting module InternalCollectionsUtilities
[62/104] Compiling Algorithms AdjacentPairs.swift
[63/104] Compiling Algorithms Chain.swift
[65/105] Compiling HTTPTypes NIOLock.swift
[66/105] Compiling HTTPTypes HTTPResponse.swift
[67/105] Compiling HTTPTypes HTTPRequest.swift
[68/105] Compiling HTTPTypes HTTPParsedFields.swift
[69/114] Compiling HTTPTypes HTTPFieldName.swift
[70/114] Compiling HTTPTypes HTTPFields.swift
[72/121] Compiling Logging LogHandler.swift
[73/121] Compiling Logging Locks.swift
[74/121] Compiling Logging Logging.swift
[75/122] Compiling DequeModule Deque+CustomReflectable.swift
[76/122] Compiling DequeModule Deque+Descriptions.swift
[77/124] Compiling DequeModule _DequeBuffer.swift
[78/124] Compiling DequeModule _DequeBufferHeader.swift
[80/143] Compiling AWSLambdaEvents AWSRegion.swift
[81/143] Compiling AWSLambdaEvents AppSync.swift
[82/143] Compiling AWSLambdaEvents BedrockAgent.swift
[83/143] Compiling AWSLambdaEvents CloudFormation.swift
[84/143] Compiling AWSLambdaEvents Cloudwatch.swift
[85/143] Compiling AWSLambdaEvents SES.swift
[86/143] Compiling AWSLambdaEvents SNS.swift
[87/146] Compiling Algorithms Split.swift
[88/146] Compiling Algorithms Stride.swift
[89/146] Compiling Algorithms Suffix.swift
[90/146] Compiling AWSLambdaEvents ALB.swift
[91/146] Compiling AWSLambdaEvents APIGateway+V2.swift
[92/146] Compiling AWSLambdaEvents APIGateway.swift
[93/146] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[94/146] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[95/146] Compiling AWSLambdaEvents S3.swift
[96/146] Compiling AWSLambdaEvents DynamoDB.swift
[97/146] Compiling AWSLambdaEvents FunctionURL.swift
[102/148] Compiling AWSLambdaEvents DateWrappers.swift
[103/148] Compiling AWSLambdaEvents HTTP.swift
[104/148] Compiling Algorithms Product.swift
[109/148] Compiling Algorithms Trim.swift
[110/148] Compiling Algorithms Unique.swift
[111/148] Compiling Algorithms Windows.swift
[118/148] Compiling AWSLambdaEvents Cognito.swift
[123/148] Compiling AWSLambdaEvents SQS.swift
[124/148] Compiling AWSLambdaEvents Base64.swift
[125/148] Emitting module Atomics
[126/149] Emitting module DequeModule
[140/210] Emitting module AWSLambdaEvents
[141/210] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[142/210] Compiling NIOCore ByteBuffer-conversions.swift
[143/210] Compiling NIOCore ByteBuffer-core.swift
[144/210] Compiling NIOCore MulticastChannel.swift
[145/210] Compiling NIOCore NIOAny.swift
[146/210] Compiling NIOCore NIOCloseOnErrorHandler.swift
[147/210] Compiling NIOCore NIOLoopBound.swift
[148/210] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[149/210] Compiling NIOCore NIOScheduledCallback.swift
[150/210] Compiling NIOCore NIOSendable.swift
[151/210] Compiling NIOCore RecvByteBufferAllocator.swift
[152/218] Compiling NIOCore ByteBuffer-hex.swift
[153/218] Compiling NIOCore ByteBuffer-int.swift
[154/218] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[155/218] Compiling NIOCore AsyncChannel.swift
[156/218] Compiling NIOCore AsyncChannelHandler.swift
[157/218] Compiling NIOCore AsyncChannelInboundStream.swift
[159/219] Emitting module Algorithms
[161/220] Compiling NIOCore IO.swift
[162/220] Compiling NIOCore IOData.swift
[163/220] Compiling NIOCore IPProtocol.swift
[164/220] Compiling NIOCore IntegerBitPacking.swift
[165/220] Compiling NIOCore IntegerTypes.swift
[166/220] Compiling NIOCore Interfaces.swift
[167/220] Compiling NIOCore Linux.swift
[168/220] Compiling NIOCore MarkedCircularBuffer.swift
[169/220] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[170/220] Compiling NIOCore EventLoopFuture+Deprecated.swift
[171/220] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[172/220] Compiling NIOCore EventLoopFuture.swift
[173/220] Compiling NIOCore FileDescriptor.swift
[174/220] Compiling NIOCore FileHandle.swift
[175/220] Compiling NIOCore FileRegion.swift
[176/220] Compiling NIOCore GlobalSingletons.swift
[177/220] Compiling NIOCore CircularBuffer.swift
[178/220] Compiling NIOCore Codec.swift
[179/220] Compiling NIOCore ConvenienceOptionSupport.swift
[180/220] Compiling NIOCore DeadChannel.swift
[181/220] Compiling NIOCore DispatchQueue+WithFuture.swift
[182/220] Compiling NIOCore EventLoop+Deprecated.swift
[183/220] Compiling NIOCore EventLoop+SerialExecutor.swift
[184/220] Compiling NIOCore EventLoop.swift
[185/220] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[186/220] Compiling NIOCore BSDSocketAPI.swift
[187/220] Compiling NIOCore ByteBuffer-aux.swift
[194/220] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[195/220] Compiling NIOCore SocketAddresses.swift
[196/220] Compiling NIOCore SocketOptionProvider.swift
[197/220] Compiling NIOCore SystemCallHelpers.swift
[198/220] Compiling NIOCore TimeAmount+Duration.swift
[199/220] Compiling NIOCore TypeAssistedChannelHandler.swift
[200/220] Compiling NIOCore UniversalBootstrapSupport.swift
[201/220] Compiling NIOCore Utilities.swift
[202/220] Compiling NIOCore AddressedEnvelope.swift
[203/220] Compiling NIOCore AsyncAwaitSupport.swift
[207/220] Compiling NIOCore AsyncChannelOutboundWriter.swift
[208/220] Compiling NIOCore NIOAsyncSequenceProducer.swift
[209/220] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[210/220] Compiling NIOCore NIOAsyncWriter.swift
[211/220] Compiling NIOCore ByteBuffer-multi-int.swift
[212/220] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[213/220] Compiling NIOCore ByteBuffer-views.swift
[214/220] Compiling NIOCore Channel.swift
[215/220] Compiling NIOCore ChannelHandler.swift
[216/220] Compiling NIOCore ChannelHandlers.swift
[217/220] Compiling NIOCore ChannelInvoker.swift
[218/220] Compiling NIOCore ChannelOption.swift
[219/220] Compiling NIOCore ChannelPipeline.swift
[220/220] Emitting module NIOCore
[222/271] Emitting module NIOEmbedded
[223/271] Compiling NIOEmbedded Embedded.swift
[224/271] Compiling NIOEmbedded AsyncTestingChannel.swift
[225/271] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[227/272] Compiling NIOPosix ServerSocket.swift
[228/272] Compiling NIOPosix Socket.swift
[229/272] Compiling NIOPosix SocketChannel.swift
[230/272] Compiling NIOPosix SocketProtocols.swift
[231/272] Compiling NIOPosix System.swift
[232/272] Compiling NIOPosix Thread.swift
[233/278] Compiling NIOPosix SelectableChannel.swift
[234/278] Compiling NIOPosix SelectableEventLoop.swift
[235/278] Compiling NIOPosix SelectorEpoll.swift
[236/278] Compiling NIOPosix SelectorGeneric.swift
[237/278] Compiling NIOPosix SelectorKqueue.swift
[238/278] Compiling NIOPosix SelectorUring.swift
[239/278] Compiling NIOPosix Pool.swift
[240/278] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[241/278] Compiling NIOPosix PosixSingletons.swift
[242/278] Compiling NIOPosix RawSocketBootstrap.swift
[243/278] Compiling NIOPosix Resolver.swift
[244/278] Compiling NIOPosix Selectable.swift
[245/278] Emitting module NIOPosix
[246/278] Compiling NIOPosix NIOThreadPool.swift
[247/278] Compiling NIOPosix NonBlockingFileIO.swift
[248/278] Compiling NIOPosix PendingDatagramWritesManager.swift
[249/278] Compiling NIOPosix PendingWritesManager.swift
[250/278] Compiling NIOPosix PipeChannel.swift
[251/278] Compiling NIOPosix PipePair.swift
[252/278] Compiling NIOPosix IO.swift
[253/278] Compiling NIOPosix IntegerBitPacking.swift
[254/278] Compiling NIOPosix IntegerTypes.swift
[255/278] Compiling NIOPosix Linux.swift
[256/278] Compiling NIOPosix LinuxCPUSet.swift
[257/278] Compiling NIOPosix LinuxUring.swift
[258/278] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[259/278] Compiling NIOPosix BSDSocketAPICommon.swift
[260/278] Compiling NIOPosix BSDSocketAPIPosix.swift
[261/278] Compiling NIOPosix BSDSocketAPIWindows.swift
[262/278] Compiling NIOPosix BaseSocket.swift
[263/278] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[264/278] Compiling NIOPosix BaseSocketChannel.swift
[265/278] Compiling NIOPosix BaseStreamSocketChannel.swift
[266/278] Compiling NIOPosix ThreadPosix.swift
[267/278] Compiling NIOPosix ThreadWindows.swift
[268/278] Compiling NIOPosix UnsafeTransfer.swift
[269/278] Compiling NIOPosix Utilities.swift
[270/278] Compiling NIOPosix VsockAddress.swift
[271/278] Compiling NIOPosix VsockChannelEvents.swift
[272/278] Compiling NIOPosix Bootstrap.swift
[273/278] Compiling NIOPosix ControlMessage.swift
[274/278] Compiling NIOPosix DatagramVectorReadManager.swift
[275/278] Compiling NIOPosix Errors+Any.swift
[276/278] Compiling NIOPosix FileDescriptor.swift
[277/278] Compiling NIOPosix GetaddrinfoResolver.swift
[278/278] Compiling NIOPosix HappyEyeballs.swift
[280/281] Emitting module NIO
[281/281] Compiling NIO Exports.swift
[283/321] Compiling NIOTLS TLSEvents.swift
[284/321] Compiling NIOSOCKS ClientStateMachine.swift
[285/322] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[286/322] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[287/322] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[288/322] Emitting module NIOFoundationCompat
[289/322] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[290/322] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[291/322] Emitting module NIOTLS
[292/322] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[293/322] Compiling NIOSOCKS SOCKSResponse.swift
[294/322] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[295/322] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[296/324] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[297/324] Compiling NIOTLS SNIHandler.swift
[298/325] Emitting module NIOSOCKS
[299/325] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[300/325] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[301/325] Compiling NIOSOCKS ServerStateMachine.swift
[303/325] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[305/325] Compiling NIOHTTP1 ByteCollectionUtils.swift
[306/325] Compiling NIOHTTP1 HTTPDecoder.swift
[307/325] Compiling NIOHTTP1 HTTPEncoder.swift
[308/325] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[310/326] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[311/326] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[312/326] Emitting module NIOHTTP1
[313/326] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[314/326] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[315/326] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[321/356] Compiling NIOSSL ByteBufferBIO.swift
[322/356] Compiling NIOSSL CustomPrivateKey.swift
[323/356] Compiling NIOSSL SSLConnection.swift
[324/356] Compiling NIOSSL SSLContext.swift
[325/378] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[326/378] Compiling NIOTransportServices NIOTSDatagramListener.swift
[327/378] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[329/379] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[330/379] Compiling NIOSSL SSLPublicKey.swift
[331/379] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[332/379] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[333/383] Compiling NIOTransportServices AcceptHandler.swift
[334/383] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[336/385] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[337/385] Compiling NIOTransportServices NIOTSErrors.swift
[338/385] Compiling NIOTransportServices NIOTSEventLoop.swift
[339/385] Compiling NIOTransportServices NIOTSBootstraps.swift
[340/385] Compiling NIOTransportServices NIOTSChannelOptions.swift
[341/385] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[342/385] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[343/385] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[344/385] Compiling NIOTransportServices NIOTSListenerChannel.swift
[345/385] Emitting module NIOTransportServices
[346/385] Compiling NIOTransportServices StateManagedChannel.swift
[347/385] Compiling NIOTransportServices StateManagedListenerChannel.swift
[349/385] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[350/385] Compiling NIOTransportServices NIOTSSingletons.swift
[351/385] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[354/385] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[355/392] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[356/392] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[362/418] Compiling NIOHPACK HPACKHeader.swift
[363/418] Compiling NIOHPACK HeaderTables.swift
[364/418] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[365/418] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[366/419] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[367/419] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[368/419] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[369/419] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[370/419] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[371/419] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[378/419] Emitting module NIOSSL
[379/419] Compiling NIOHTTPCompression HTTPResponseDecompressor.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 |
/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 |
[382/421] Compiling NIOSSL SubjectAlternativeName.swift
[383/421] Compiling NIOSSL NIOSSLSecureBytes.swift
[384/421] Compiling NIOSSL RNG.swift
[385/421] Compiling NIOSSL SafeCompare.swift
[386/421] Compiling NIOHPACK IntegerCoding.swift
[387/422] Emitting module NIOHTTPCompression
[388/422] Compiling NIOHPACK IndexedHeaderTable.swift
[389/422] Compiling NIOHPACK HPACKEncoder.swift
[390/422] Compiling NIOHPACK HPACKErrors.swift
[391/422] Compiling NIOHPACK DynamicHeaderTable.swift
[392/422] Compiling NIOHPACK HPACKDecoder.swift
[393/422] Compiling NIOHTTPCompression HTTPCompression.swift
[394/422] Compiling NIOHTTPCompression HTTPDecompression.swift
[395/422] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[396/422] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[397/422] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[398/423] Compiling NIOHPACK HuffmanTables.swift
[399/423] Compiling NIOHPACK StaticHeaderTable.swift
[403/423] Compiling NIOHPACK HuffmanCoding.swift
[404/423] Emitting module NIOHPACK
[410/424] Compiling AWSLambdaRuntimeCore Terminator.swift
[411/424] Compiling AWSLambdaRuntimeCore Utils.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[416/424] 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 |
[417/424] Compiling NIOSSL Zeroization.swift
[418/424] Compiling NIOSSL TLSConfiguration.swift
[419/424] Compiling NIOSSL UniversalBootstrapSupport.swift
[420/424] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
BUILD FAILURE 6.1 android