Build Information
Failed to build swift-aws-lambda-runtime, reference 0.5.2 (699ada
), with Swift 6.1 for Android on 28 May 2025 02:04:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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-server/swift-aws-lambda-runtime.git
Reference: 0.5.2
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-server/swift-aws-lambda-runtime
* tag 0.5.2 -> FETCH_HEAD
HEAD is now at 699ada1 Add guards for code that relies on _Concurrency (#237)
Cloned https://github.com/swift-server/swift-aws-lambda-runtime.git
Revision (git rev-parse @):
699ada1724459582303c15aae64fa12ca4d33809
SUCCESS checkout https://github.com/swift-server/swift-aws-lambda-runtime.git at 0.5.2
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/swift-server/swift-aws-lambda-runtime.git
https://github.com/swift-server/swift-aws-lambda-runtime.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.32.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-backtrace",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-backtrace.git"
}
],
"manifest_display_name" : "swift-aws-lambda-runtime",
"name" : "swift-aws-lambda-runtime",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AWSLambdaRuntime",
"targets" : [
"AWSLambdaRuntime"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AWSLambdaRuntimeCore",
"targets" : [
"AWSLambdaRuntimeCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AWSLambdaEvents",
"targets" : [
"AWSLambdaEvents"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AWSLambdaTesting",
"targets" : [
"AWSLambdaTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "StringSample",
"targets" : [
"StringSample"
],
"type" : {
"executable" : null
}
},
{
"name" : "MockServer",
"targets" : [
"MockServer"
],
"type" : {
"executable" : null
}
},
{
"name" : "CodableSample",
"targets" : [
"CodableSample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "StringSample",
"module_type" : "SwiftTarget",
"name" : "StringSample",
"path" : "Sources/StringSample",
"product_memberships" : [
"StringSample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"AWSLambdaRuntime"
],
"type" : "executable"
},
{
"c99name" : "MockServer",
"module_type" : "SwiftTarget",
"name" : "MockServer",
"path" : "Sources/MockServer",
"product_dependencies" : [
"NIOHTTP1",
"NIO"
],
"product_memberships" : [
"MockServer"
],
"sources" : [
"main.swift"
],
"type" : "executable"
},
{
"c99name" : "CodableSample",
"module_type" : "SwiftTarget",
"name" : "CodableSample",
"path" : "Sources/CodableSample",
"product_memberships" : [
"CodableSample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"AWSLambdaRuntime"
],
"type" : "executable"
},
{
"c99name" : "AWSLambdaTestingTests",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaTestingTests",
"path" : "Tests/AWSLambdaTestingTests",
"sources" : [
"Tests.swift"
],
"target_dependencies" : [
"AWSLambdaTesting"
],
"type" : "test"
},
{
"c99name" : "AWSLambdaTesting",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaTesting",
"path" : "Sources/AWSLambdaTesting",
"product_dependencies" : [
"NIO"
],
"product_memberships" : [
"AWSLambdaTesting"
],
"sources" : [
"Lambda+Testing.swift"
],
"target_dependencies" : [
"AWSLambdaRuntime"
],
"type" : "library"
},
{
"c99name" : "AWSLambdaRuntimeTests",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaRuntimeTests",
"path" : "Tests/AWSLambdaRuntimeTests",
"sources" : [
"Lambda+CodeableTest.swift"
],
"target_dependencies" : [
"AWSLambdaRuntimeCore",
"AWSLambdaRuntime"
],
"type" : "test"
},
{
"c99name" : "AWSLambdaRuntimeCoreTests",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaRuntimeCoreTests",
"path" : "Tests/AWSLambdaRuntimeCoreTests",
"product_dependencies" : [
"NIOTestUtils",
"NIOFoundationCompat"
],
"sources" : [
"LambdaHandlerTest.swift",
"LambdaLifecycleTest.swift",
"LambdaRunnerTest.swift",
"LambdaRuntimeClientTest.swift",
"LambdaTest.swift",
"MockLambdaServer.swift",
"Utils.swift",
"UtilsTest.swift"
],
"target_dependencies" : [
"AWSLambdaRuntimeCore"
],
"type" : "test"
},
{
"c99name" : "AWSLambdaRuntimeCore",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaRuntimeCore",
"path" : "Sources/AWSLambdaRuntimeCore",
"product_dependencies" : [
"Logging",
"Backtrace",
"NIOHTTP1",
"NIO",
"_NIOConcurrency"
],
"product_memberships" : [
"AWSLambdaRuntime",
"AWSLambdaRuntimeCore",
"AWSLambdaTesting",
"StringSample",
"CodableSample"
],
"sources" : [
"HTTPClient.swift",
"Lambda+LocalServer.swift",
"Lambda+String.swift",
"Lambda.swift",
"LambdaConfiguration.swift",
"LambdaContext.swift",
"LambdaHandler.swift",
"LambdaLifecycle.swift",
"LambdaRunner.swift",
"LambdaRuntimeClient.swift",
"Utils.swift"
],
"type" : "library"
},
{
"c99name" : "AWSLambdaRuntime",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaRuntime",
"path" : "Sources/AWSLambdaRuntime",
"product_dependencies" : [
"NIO",
"NIOFoundationCompat"
],
"product_memberships" : [
"AWSLambdaRuntime",
"AWSLambdaTesting",
"StringSample",
"CodableSample"
],
"sources" : [
"Context+Foundation.swift",
"Lambda+Codable.swift"
],
"target_dependencies" : [
"AWSLambdaRuntimeCore"
],
"type" : "library"
},
{
"c99name" : "AWSLambdaEventsTests",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaEventsTests",
"path" : "Tests/AWSLambdaEventsTests",
"sources" : [
"ALBTests.swift",
"APIGateway+V2Tests.swift",
"APIGatewayTests.swift",
"AppSyncTests.swift",
"CloudwatchTests.swift",
"DynamoDBTests.swift",
"S3Tests.swift",
"SESTests.swift",
"SNSTests.swift",
"SQSTests.swift",
"Utils/Base64Tests.swift",
"Utils/DateWrapperTests.swift"
],
"target_dependencies" : [
"AWSLambdaEvents"
],
"type" : "test"
},
{
"c99name" : "AWSLambdaEvents",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaEvents",
"path" : "Sources/AWSLambdaEvents",
"product_memberships" : [
"AWSLambdaEvents"
],
"sources" : [
"ALB.swift",
"APIGateway+V2.swift",
"APIGateway.swift",
"AWSRegion.swift",
"AppSync.swift",
"Cloudwatch.swift",
"DynamoDB.swift",
"S3.swift",
"SES.swift",
"SNS.swift",
"SQS.swift",
"Utils/Base64.swift",
"Utils/DateWrappers.swift",
"Utils/HTTP.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/apple/swift-log.git
Fetching https://github.com/swift-server/swift-backtrace.git
Fetching https://github.com/apple/swift-nio.git
[1/631] Fetching swift-backtrace
[632/4467] Fetching swift-backtrace, swift-log
[4468/80522] Fetching swift-backtrace, swift-log, swift-nio
Fetched https://github.com/swift-server/swift-backtrace.git from cache (3.59s)
Fetched https://github.com/apple/swift-log.git from cache (3.59s)
Fetched https://github.com/apple/swift-nio.git from cache (3.70s)
Computing version for https://github.com/swift-server/swift-backtrace.git
Computed https://github.com/swift-server/swift-backtrace.git at 1.3.5 (4.99s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.97s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[634/6101] Fetching swift-atomics, swift-system
[678/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.57s)
[8871/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.52s)
Fetched https://github.com/apple/swift-collections.git from cache (1.55s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.75s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.91s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.99s)
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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/swift-server/swift-backtrace.git
Working copy of https://github.com/swift-server/swift-backtrace.git resolved at 1.3.5
Building for debugging...
[0/73] Write sources
[16/73] Compiling CNIOWindows shim.c
[17/73] Compiling CNIOLinux liburing_shims.c
[17/73] Compiling CNIOWASI CNIOWASI.c
[19/73] Compiling CNIOWindows WSAStartup.c
[19/73] Compiling _AtomicsShims.c
[21/73] Compiling CNIODarwin shim.c
[22/73] Compiling CNIOLLHTTP c_nio_http.c
[23/73] Compiling CNIOLinux shim.c
[24/73] Compiling CBacktrace state.c
[25/73] Compiling CBacktrace print.c
[26/73] Compiling CBacktrace simple.c
[27/73] Compiling CNIOLLHTTP c_nio_api.c
[28/73] Compiling CBacktrace sort.c
[29/73] Compiling CBacktrace posix.c
[30/73] Compiling CBacktrace mmapio.c
[31/73] Write swift-version-24593BA9C3E375BF.txt
[32/73] Compiling CBacktrace mmap.c
[33/73] Compiling CBacktrace fileline.c
[34/73] Compiling CBacktrace backtrace.c
[35/73] Compiling CBacktrace dwarf.c
[36/75] Compiling CNIOLLHTTP c_nio_llhttp.c
[37/75] Compiling CBacktrace elf.c
[37/75] Write sources
[44/82] Compiling CBacktrace atomic.c
[46/131] Emitting module Atomics
[47/133] Compiling AWSLambdaEvents ALB.swift
[48/133] Compiling AWSLambdaEvents APIGateway+V2.swift
[49/133] Compiling Logging LogHandler.swift
[50/133] Compiling AWSLambdaEvents SQS.swift
[51/133] Compiling AWSLambdaEvents Base64.swift
[52/133] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[53/134] Emitting module _NIOBase64
[54/134] Compiling _NIOBase64 Base64.swift
[55/134] Compiling AWSLambdaEvents AppSync.swift
[56/134] Compiling AWSLambdaEvents Cloudwatch.swift
[57/135] Emitting module InternalCollectionsUtilities
[59/135] Compiling Atomics ManagedAtomicLazyReference.swift
[60/135] Compiling AWSLambdaEvents APIGateway.swift
[61/135] Compiling AWSLambdaEvents AWSRegion.swift
[62/135] Compiling AWSLambdaEvents DynamoDB.swift
[63/135] Compiling AWSLambdaEvents S3.swift
[66/135] Compiling AWSLambdaEvents SES.swift
[67/135] Compiling AWSLambdaEvents SNS.swift
[69/135] Compiling _NIODataStructures _TinyArray.swift
[70/135] Compiling _NIODataStructures Heap.swift
[71/135] Emitting module _NIODataStructures
[72/135] Compiling _NIODataStructures PriorityQueue.swift
[75/136] Compiling Atomics IntegerConformances.swift
[76/136] Compiling Atomics PointerConformances.swift
[77/136] Compiling Atomics Primitives.native.swift
[78/136] Compiling Atomics UnsafeAtomic.swift
[79/136] Compiling Atomics UnsafeAtomicLazyReference.swift
[84/136] Compiling Atomics IntegerOperations.swift
[85/136] Compiling Atomics Unmanaged extensions.swift
[89/136] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[92/138] Compiling c-nioatomics.c
[93/138] Compiling c-atomics.c
[95/145] Compiling Backtrace Demangle.swift
[96/146] Compiling Backtrace Backtrace.swift
[97/147] Emitting module Backtrace
[99/148] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[100/148] Compiling NIOConcurrencyHelpers NIOLock.swift
[101/148] Compiling NIOConcurrencyHelpers lock.swift
[102/148] Emitting module NIOConcurrencyHelpers
[103/148] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[104/148] Compiling NIOConcurrencyHelpers atomics.swift
[106/149] Compiling Logging MetadataProvider.swift
[107/149] Compiling Logging Locks.swift
[108/149] Emitting module Logging
[109/149] Compiling Logging Logging.swift
/host/spi-builder-workspace/Sources/AWSLambdaEvents/Cloudwatch.swift:127:13: warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
125 | struct DetailTypeMismatch: Error {
126 | let name: String
127 | let type: Any
| `- warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
128 | }
129 | }
/host/spi-builder-workspace/Sources/AWSLambdaEvents/Cloudwatch.swift:127:13: warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
125 | struct DetailTypeMismatch: Error {
126 | let name: String
127 | let type: Any
| `- warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
128 | }
129 | }
[117/151] Emitting module AWSLambdaEvents
/host/spi-builder-workspace/Sources/AWSLambdaEvents/AWSRegion.swift:28:16: warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 | }
27 |
28 | static var all: [AWSRegion] = [
| |- warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'all' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | Self.ap_northeast_1,
30 | Self.ap_northeast_2,
/host/spi-builder-workspace/Sources/AWSLambdaEvents/Cloudwatch.swift:127:13: warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
125 | struct DetailTypeMismatch: Error {
126 | let name: String
127 | let type: Any
| `- warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
128 | }
129 | }
/host/spi-builder-workspace/Sources/AWSLambdaEvents/AWSRegion.swift:28:16: warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 | }
27 |
28 | static var all: [AWSRegion] = [
| |- warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'all' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | Self.ap_northeast_1,
30 | Self.ap_northeast_2,
/host/spi-builder-workspace/Sources/AWSLambdaEvents/AWSRegion.swift:28:16: warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 | }
27 |
28 | static var all: [AWSRegion] = [
| |- warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'all' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | Self.ap_northeast_1,
30 | Self.ap_northeast_2,
[124/151] Compiling AWSLambdaEvents DateWrappers.swift
[125/151] Compiling AWSLambdaEvents HTTP.swift
[126/152] Wrapping AST for _NIOBase64 for debugging
[127/152] Wrapping AST for InternalCollectionsUtilities for debugging
[128/152] Wrapping AST for Backtrace for debugging
[129/153] Wrapping AST for _NIODataStructures for debugging
[130/159] Wrapping AST for NIOConcurrencyHelpers for debugging
[130/159] Wrapping AST for Logging for debugging
[132/167] Wrapping AST for Atomics for debugging
[134/167] Compiling DequeModule _DequeBuffer.swift
[135/167] Compiling DequeModule _DequeBufferHeader.swift
[136/169] Compiling DequeModule Deque+CustomReflectable.swift
[137/169] Compiling DequeModule Deque+Descriptions.swift
[138/169] Compiling DequeModule Deque+Extras.swift
[139/169] Compiling DequeModule Deque+Hashable.swift
[140/169] Compiling DequeModule Deque+Equatable.swift
[141/169] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[142/169] Compiling DequeModule Deque._UnsafeHandle.swift
[143/169] Compiling DequeModule Deque.swift
[144/169] Compiling DequeModule Deque+Testing.swift
[145/169] Compiling DequeModule Deque._Storage.swift
[146/169] Compiling DequeModule _DequeSlot.swift
[147/169] Compiling DequeModule _UnsafeWrappedBuffer.swift
[148/169] Emitting module DequeModule
[149/169] Compiling DequeModule Deque+Codable.swift
[150/169] Compiling DequeModule Deque+Collection.swift
[151/170] Wrapping AST for DequeModule for debugging
[153/230] Compiling NIOCore MulticastChannel.swift
[154/230] Compiling NIOCore NIOAny.swift
[155/230] Compiling NIOCore NIOCloseOnErrorHandler.swift
[156/230] Compiling NIOCore NIOLoopBound.swift
[157/230] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[158/230] Compiling NIOCore NIOScheduledCallback.swift
[159/230] Compiling NIOCore NIOSendable.swift
[160/230] Compiling NIOCore RecvByteBufferAllocator.swift
[161/238] Compiling NIOCore IO.swift
[162/238] Compiling NIOCore IOData.swift
[163/238] Compiling NIOCore IPProtocol.swift
[164/238] Compiling NIOCore IntegerBitPacking.swift
[165/238] Compiling NIOCore IntegerTypes.swift
[166/238] Compiling NIOCore Interfaces.swift
[167/238] Compiling NIOCore Linux.swift
[168/238] Compiling NIOCore MarkedCircularBuffer.swift
[169/238] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[170/238] Compiling NIOCore EventLoopFuture+Deprecated.swift
[171/238] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[172/238] Compiling NIOCore EventLoopFuture.swift
[173/238] Compiling NIOCore FileDescriptor.swift
[174/238] Compiling NIOCore FileHandle.swift
[175/238] Compiling NIOCore FileRegion.swift
[176/238] Compiling NIOCore GlobalSingletons.swift
[177/238] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[178/238] Compiling NIOCore SocketAddresses.swift
[179/238] Compiling NIOCore SocketOptionProvider.swift
[180/238] Compiling NIOCore SystemCallHelpers.swift
[181/238] Compiling NIOCore TimeAmount+Duration.swift
[182/238] Compiling NIOCore TypeAssistedChannelHandler.swift
[183/238] Compiling NIOCore UniversalBootstrapSupport.swift
[184/238] Compiling NIOCore Utilities.swift
[185/238] Compiling NIOCore CircularBuffer.swift
[186/238] Compiling NIOCore Codec.swift
[187/238] Compiling NIOCore ConvenienceOptionSupport.swift
[188/238] Compiling NIOCore DeadChannel.swift
[189/238] Compiling NIOCore DispatchQueue+WithFuture.swift
[190/238] Compiling NIOCore EventLoop+Deprecated.swift
[191/238] Compiling NIOCore EventLoop+SerialExecutor.swift
[192/238] Compiling NIOCore EventLoop.swift
[193/238] Emitting module NIOCore
[194/238] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[195/238] Compiling NIOCore BSDSocketAPI.swift
[196/238] Compiling NIOCore ByteBuffer-aux.swift
[197/238] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[198/238] Compiling NIOCore ByteBuffer-conversions.swift
[199/238] Compiling NIOCore ByteBuffer-core.swift
[200/238] Compiling NIOCore ByteBuffer-hex.swift
[201/238] Compiling NIOCore ByteBuffer-int.swift
[202/238] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[203/238] Compiling NIOCore AddressedEnvelope.swift
[204/238] Compiling NIOCore AsyncAwaitSupport.swift
[205/238] Compiling NIOCore AsyncChannel.swift
[206/238] Compiling NIOCore AsyncChannelHandler.swift
[207/238] Compiling NIOCore AsyncChannelInboundStream.swift
[208/238] Compiling NIOCore AsyncChannelOutboundWriter.swift
[209/238] Compiling NIOCore NIOAsyncSequenceProducer.swift
[210/238] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[211/238] Compiling NIOCore NIOAsyncWriter.swift
[212/238] Compiling NIOCore ByteBuffer-multi-int.swift
[213/238] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[214/238] Compiling NIOCore ByteBuffer-views.swift
[215/238] Compiling NIOCore Channel.swift
[216/238] Compiling NIOCore ChannelHandler.swift
[217/238] Compiling NIOCore ChannelHandlers.swift
[218/238] Compiling NIOCore ChannelInvoker.swift
[219/238] Compiling NIOCore ChannelOption.swift
[220/238] Compiling NIOCore ChannelPipeline.swift
[221/239] Wrapping AST for NIOCore for debugging
[223/289] Compiling NIOPosix Pool.swift
[224/289] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[225/289] Compiling NIOPosix PosixSingletons.swift
[226/289] Compiling NIOPosix RawSocketBootstrap.swift
[227/289] Compiling NIOPosix Resolver.swift
[228/289] Compiling NIOPosix Selectable.swift
[229/295] Compiling NIOEmbedded AsyncTestingChannel.swift
[230/295] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[231/295] Compiling NIOEmbedded Embedded.swift
[232/295] Emitting module NIOEmbedded
[234/296] Compiling NIOPosix ThreadPosix.swift
[235/296] Compiling NIOPosix ThreadWindows.swift
[236/296] Compiling NIOPosix UnsafeTransfer.swift
[237/296] Compiling NIOPosix Utilities.swift
[238/296] Compiling NIOPosix VsockAddress.swift
[239/296] Compiling NIOPosix VsockChannelEvents.swift
[239/296] Wrapping AST for NIOEmbedded for debugging
[241/296] Emitting module NIOPosix
[242/296] Compiling NIOPosix IO.swift
[243/296] Compiling NIOPosix IntegerBitPacking.swift
[244/296] Compiling NIOPosix IntegerTypes.swift
[245/296] Compiling NIOPosix Linux.swift
[246/296] Compiling NIOPosix LinuxCPUSet.swift
[247/296] Compiling NIOPosix LinuxUring.swift
[248/296] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[249/296] Compiling NIOPosix NIOThreadPool.swift
[250/296] Compiling NIOPosix NonBlockingFileIO.swift
[251/296] Compiling NIOPosix PendingDatagramWritesManager.swift
[252/296] Compiling NIOPosix PendingWritesManager.swift
[253/296] Compiling NIOPosix PipeChannel.swift
[254/296] Compiling NIOPosix PipePair.swift
[255/296] Compiling NIOPosix SelectableChannel.swift
[256/296] Compiling NIOPosix SelectableEventLoop.swift
[257/296] Compiling NIOPosix SelectorEpoll.swift
[258/296] Compiling NIOPosix SelectorGeneric.swift
[259/296] Compiling NIOPosix SelectorKqueue.swift
[260/296] Compiling NIOPosix SelectorUring.swift
[261/296] Compiling NIOPosix ServerSocket.swift
[262/296] Compiling NIOPosix Socket.swift
[263/296] Compiling NIOPosix SocketChannel.swift
[264/296] Compiling NIOPosix SocketProtocols.swift
[265/296] Compiling NIOPosix System.swift
[266/296] Compiling NIOPosix Thread.swift
[267/296] Compiling NIOPosix BSDSocketAPICommon.swift
[268/296] Compiling NIOPosix BSDSocketAPIPosix.swift
[269/296] Compiling NIOPosix BSDSocketAPIWindows.swift
[270/296] Compiling NIOPosix BaseSocket.swift
[271/296] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[272/296] Compiling NIOPosix BaseSocketChannel.swift
[273/296] Compiling NIOPosix BaseStreamSocketChannel.swift
[274/296] Compiling NIOPosix Bootstrap.swift
[275/296] Compiling NIOPosix ControlMessage.swift
[276/296] Compiling NIOPosix DatagramVectorReadManager.swift
[277/296] Compiling NIOPosix Errors+Any.swift
[278/296] Compiling NIOPosix FileDescriptor.swift
[279/296] Compiling NIOPosix GetaddrinfoResolver.swift
[280/296] Compiling NIOPosix HappyEyeballs.swift
[281/299] Wrapping AST for NIOPosix for debugging
[283/299] Emitting module NIO
[284/299] Compiling NIO Exports.swift
[285/300] Wrapping AST for NIO for debugging
[287/323] Emitting module _NIOConcurrency
[288/323] Compiling _NIOConcurrency Empty.swift
[289/324] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[291/324] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[292/324] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[293/324] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[294/324] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[295/326] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[296/326] Emitting module NIOFoundationCompat
[297/327] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[298/327] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[300/327] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[301/327] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[302/327] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[303/327] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[304/327] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[305/327] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[306/327] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[307/327] Compiling NIOHTTP1 HTTPTypes.swift
[308/327] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[309/327] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[310/327] Emitting module NIOHTTP1
[311/327] Compiling NIOHTTP1 ByteCollectionUtils.swift
[312/327] Compiling NIOHTTP1 HTTPDecoder.swift
[313/327] Compiling NIOHTTP1 HTTPEncoder.swift
[314/328] Wrapping AST for _NIOConcurrency for debugging
[315/328] Wrapping AST for NIOFoundationCompat for debugging
[316/328] Wrapping AST for NIOHTTP1 for debugging
[318/341] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[319/342] Compiling AWSLambdaRuntimeCore Lambda+String.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[320/342] Compiling AWSLambdaRuntimeCore Lambda.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[321/342] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[322/342] Compiling AWSLambdaRuntimeCore LambdaContext.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[323/342] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[324/342] Compiling AWSLambdaRuntimeCore LambdaLifecycle.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[325/342] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[326/342] Emitting module AWSLambdaRuntimeCore
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[327/342] Compiling AWSLambdaRuntimeCore HTTPClient.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[328/342] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[329/342] Compiling AWSLambdaRuntimeCore Utils.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[330/342] Emitting module MockServer
[331/342] Compiling MockServer main.swift
/host/spi-builder-workspace/Sources/MockServer/main.swift:37:49: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
35 | .childChannelInitializer { channel in
36 | channel.pipeline.configureHTTPServerPipeline(withErrorHandling: true).flatMap { _ in
37 | channel.pipeline.addHandler(HTTPHandler(mode: self.mode))
| `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
38 | }
39 | }
:
48 | }
49 |
50 | internal final class HTTPHandler: ChannelInboundHandler {
| `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
51 | public typealias InboundIn = HTTPServerRequestPart
52 | public typealias OutboundOut = HTTPServerResponsePart
/host/spi-builder-workspace/Sources/MockServer/main.swift:117:22: warning: capture of 'self' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
48 | }
49 |
50 | internal final class HTTPHandler: ChannelInboundHandler {
| `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
51 | public typealias InboundIn = HTTPServerRequestPart
52 | public typealias OutboundOut = HTTPServerResponsePart
:
115 |
116 | context.write(wrapOutboundOut(.head(head))).whenFailure { error in
117 | print("\(self) write error \(error)")
| `- warning: capture of 'self' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
118 | }
119 |
/host/spi-builder-workspace/Sources/MockServer/main.swift:124:26: warning: capture of 'self' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
48 | }
49 |
50 | internal final class HTTPHandler: ChannelInboundHandler {
| `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
51 | public typealias InboundIn = HTTPServerRequestPart
52 | public typealias OutboundOut = HTTPServerResponsePart
:
122 | buffer.writeString(b)
123 | context.write(wrapOutboundOut(.body(.byteBuffer(buffer)))).whenFailure { error in
124 | print("\(self) write error \(error)")
| `- warning: capture of 'self' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
125 | }
126 | }
/host/spi-builder-workspace/Sources/MockServer/main.swift:130:26: warning: capture of 'self' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
48 | }
49 |
50 | internal final class HTTPHandler: ChannelInboundHandler {
| `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
51 | public typealias InboundIn = HTTPServerRequestPart
52 | public typealias OutboundOut = HTTPServerResponsePart
:
128 | context.writeAndFlush(wrapOutboundOut(.end(nil))).whenComplete { result in
129 | if case .failure(let error) = result {
130 | print("\(self) write error \(error)")
| `- warning: capture of 'self' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
131 | }
132 | }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Building for debugging...
[0/27] Write swift-version-24593BA9C3E375BF.txt
[2/94] Compiling Logging LogHandler.swift
[3/94] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[4/94] Compiling InternalCollectionsUtilities Debugging.swift
[5/95] Compiling Backtrace Demangle.swift
[6/95] Emitting module Backtrace
[7/95] Compiling Backtrace Backtrace.swift
[8/96] Compiling Logging MetadataProvider.swift
[9/96] Compiling InternalCollectionsUtilities Descriptions.swift
[10/96] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[11/96] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/96] Compiling AWSLambdaEvents DateWrappers.swift
[14/96] Compiling Atomics ManagedAtomic.swift
[15/96] Compiling Atomics ManagedAtomicLazyReference.swift
[16/96] Compiling Atomics UnsafeAtomic.swift
[17/96] Compiling Atomics UnsafeAtomicLazyReference.swift
[18/99] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[19/99] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[20/99] Compiling Atomics AtomicMemoryOrderings.swift
[21/99] Compiling Atomics DoubleWord.swift
[22/99] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/99] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[24/99] Compiling InternalCollectionsUtilities Integer rank.swift
[25/99] Compiling _NIOBase64 Base64.swift
[26/99] Compiling _NIODataStructures Heap.swift
[27/99] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[28/99] Compiling InternalCollectionsUtilities _SortedCollection.swift
[33/99] Compiling Atomics IntegerOperations.swift
[34/99] Compiling Atomics Unmanaged extensions.swift
[35/99] Compiling Logging Locks.swift
[36/99] Emitting module Logging
[39/99] Compiling NIOConcurrencyHelpers lock.swift
[40/99] Compiling NIOConcurrencyHelpers atomics.swift
[41/99] Compiling NIOConcurrencyHelpers NIOLock.swift
[42/99] Emitting module _NIOBase64
[43/99] Emitting module _NIODataStructures
[44/100] Compiling AWSLambdaEvents HTTP.swift
[45/100] Emitting module NIOConcurrencyHelpers
[51/101] Emitting module InternalCollectionsUtilities
[52/101] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[53/101] Compiling InternalCollectionsUtilities UInt+reversed.swift
[54/101] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[55/101] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[57/102] Compiling _NIODataStructures PriorityQueue.swift
[58/102] Compiling _NIODataStructures _TinyArray.swift
[63/103] Compiling Logging Logging.swift
[64/103] Emitting module AWSLambdaEvents
[72/105] Emitting module Atomics
[80/102] Wrapping AST for Logging for debugging
[81/102] Wrapping AST for InternalCollectionsUtilities for debugging
[82/102] Wrapping AST for Atomics for debugging
[84/117] Compiling DequeModule Deque+Equatable.swift
[85/117] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[86/119] Compiling DequeModule Deque+Testing.swift
[87/119] Compiling DequeModule Deque._Storage.swift
[88/119] Compiling DequeModule _DequeSlot.swift
[89/119] Compiling DequeModule _UnsafeWrappedBuffer.swift
[90/119] Compiling DequeModule Deque+Extras.swift
[91/119] Compiling DequeModule Deque+Hashable.swift
[92/119] Compiling DequeModule Deque._UnsafeHandle.swift
[93/119] Compiling DequeModule Deque.swift
[94/119] Compiling DequeModule _DequeBuffer.swift
[95/119] Compiling DequeModule _DequeBufferHeader.swift
[96/119] Compiling DequeModule Deque+Codable.swift
[97/119] Compiling DequeModule Deque+Collection.swift
[98/119] Compiling DequeModule Deque+CustomReflectable.swift
[99/119] Compiling DequeModule Deque+Descriptions.swift
[100/119] Emitting module DequeModule
[101/120] Wrapping AST for DequeModule for debugging
[103/180] Compiling NIOCore MulticastChannel.swift
[104/180] Compiling NIOCore NIOAny.swift
[105/180] Compiling NIOCore NIOCloseOnErrorHandler.swift
[106/180] Compiling NIOCore NIOLoopBound.swift
[107/180] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[108/180] Compiling NIOCore NIOScheduledCallback.swift
[109/180] Compiling NIOCore NIOSendable.swift
[110/180] Compiling NIOCore RecvByteBufferAllocator.swift
[111/188] Compiling NIOCore AddressedEnvelope.swift
[112/188] Compiling NIOCore AsyncAwaitSupport.swift
[113/188] Compiling NIOCore AsyncChannel.swift
[114/188] Compiling NIOCore AsyncChannelHandler.swift
[115/188] Compiling NIOCore AsyncChannelInboundStream.swift
[116/188] Compiling NIOCore AsyncChannelOutboundWriter.swift
[117/188] Compiling NIOCore NIOAsyncSequenceProducer.swift
[118/188] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[119/188] Compiling NIOCore NIOAsyncWriter.swift
[120/188] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[121/188] Compiling NIOCore SocketAddresses.swift
[122/188] Compiling NIOCore SocketOptionProvider.swift
[123/188] Compiling NIOCore SystemCallHelpers.swift
[124/188] Compiling NIOCore TimeAmount+Duration.swift
[125/188] Compiling NIOCore TypeAssistedChannelHandler.swift
[126/188] Compiling NIOCore UniversalBootstrapSupport.swift
[127/188] Compiling NIOCore Utilities.swift
[128/188] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[129/188] Compiling NIOCore BSDSocketAPI.swift
[130/188] Compiling NIOCore ByteBuffer-aux.swift
[131/188] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[132/188] Compiling NIOCore ByteBuffer-conversions.swift
[133/188] Compiling NIOCore ByteBuffer-core.swift
[134/188] Compiling NIOCore ByteBuffer-hex.swift
[135/188] Compiling NIOCore ByteBuffer-int.swift
[136/188] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[137/188] Emitting module NIOCore
[138/188] Compiling NIOCore IO.swift
[139/188] Compiling NIOCore IOData.swift
[140/188] Compiling NIOCore IPProtocol.swift
[141/188] Compiling NIOCore IntegerBitPacking.swift
[142/188] Compiling NIOCore IntegerTypes.swift
[143/188] Compiling NIOCore Interfaces.swift
[144/188] Compiling NIOCore Linux.swift
[145/188] Compiling NIOCore MarkedCircularBuffer.swift
[146/188] Compiling NIOCore CircularBuffer.swift
[147/188] Compiling NIOCore Codec.swift
[148/188] Compiling NIOCore ConvenienceOptionSupport.swift
[149/188] Compiling NIOCore DeadChannel.swift
[150/188] Compiling NIOCore DispatchQueue+WithFuture.swift
[151/188] Compiling NIOCore EventLoop+Deprecated.swift
[152/188] Compiling NIOCore EventLoop+SerialExecutor.swift
[153/188] Compiling NIOCore EventLoop.swift
[154/188] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[155/188] Compiling NIOCore EventLoopFuture+Deprecated.swift
[156/188] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[157/188] Compiling NIOCore EventLoopFuture.swift
[158/188] Compiling NIOCore FileDescriptor.swift
[159/188] Compiling NIOCore FileHandle.swift
[160/188] Compiling NIOCore FileRegion.swift
[161/188] Compiling NIOCore GlobalSingletons.swift
[162/188] Compiling NIOCore ByteBuffer-multi-int.swift
[163/188] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[164/188] Compiling NIOCore ByteBuffer-views.swift
[165/188] Compiling NIOCore Channel.swift
[166/188] Compiling NIOCore ChannelHandler.swift
[167/188] Compiling NIOCore ChannelHandlers.swift
[168/188] Compiling NIOCore ChannelInvoker.swift
[169/188] Compiling NIOCore ChannelOption.swift
[170/188] Compiling NIOCore ChannelPipeline.swift
[172/238] Emitting module NIOEmbedded
[173/238] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[174/238] Compiling NIOEmbedded Embedded.swift
[175/238] Compiling NIOEmbedded AsyncTestingChannel.swift
[177/239] Emitting module NIOPosix
[178/244] Compiling NIOPosix ServerSocket.swift
[179/244] Compiling NIOPosix Socket.swift
[180/244] Compiling NIOPosix SocketChannel.swift
[181/244] Compiling NIOPosix SocketProtocols.swift
[182/244] Compiling NIOPosix System.swift
[183/244] Compiling NIOPosix Thread.swift
[184/244] Compiling NIOPosix Pool.swift
[185/244] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[186/244] Compiling NIOPosix PosixSingletons.swift
[187/244] Compiling NIOPosix RawSocketBootstrap.swift
[188/244] Compiling NIOPosix Resolver.swift
[189/244] Compiling NIOPosix Selectable.swift
[190/244] Compiling NIOPosix SelectableChannel.swift
[191/244] Compiling NIOPosix SelectableEventLoop.swift
[192/244] Compiling NIOPosix SelectorEpoll.swift
[193/244] Compiling NIOPosix SelectorGeneric.swift
[194/244] Compiling NIOPosix SelectorKqueue.swift
[195/244] Compiling NIOPosix SelectorUring.swift
[196/244] Compiling NIOPosix ThreadPosix.swift
[197/244] Compiling NIOPosix ThreadWindows.swift
[198/244] Compiling NIOPosix UnsafeTransfer.swift
[199/244] Compiling NIOPosix Utilities.swift
[200/244] Compiling NIOPosix VsockAddress.swift
[201/244] Compiling NIOPosix VsockChannelEvents.swift
[202/244] Compiling NIOPosix BSDSocketAPICommon.swift
[203/244] Compiling NIOPosix BSDSocketAPIPosix.swift
[204/244] Compiling NIOPosix BSDSocketAPIWindows.swift
[205/244] Compiling NIOPosix BaseSocket.swift
[206/244] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[207/244] Compiling NIOPosix BaseSocketChannel.swift
[208/244] Compiling NIOPosix BaseStreamSocketChannel.swift
[209/244] Compiling NIOPosix IO.swift
[210/244] Compiling NIOPosix IntegerBitPacking.swift
[211/244] Compiling NIOPosix IntegerTypes.swift
[212/244] Compiling NIOPosix Linux.swift
[213/244] Compiling NIOPosix LinuxCPUSet.swift
[214/244] Compiling NIOPosix LinuxUring.swift
[215/244] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[216/244] Compiling NIOPosix NIOThreadPool.swift
[217/244] Compiling NIOPosix NonBlockingFileIO.swift
[218/244] Compiling NIOPosix PendingDatagramWritesManager.swift
[219/244] Compiling NIOPosix PendingWritesManager.swift
[220/244] Compiling NIOPosix PipeChannel.swift
[221/244] Compiling NIOPosix PipePair.swift
[222/244] Compiling NIOPosix Bootstrap.swift
[223/244] Compiling NIOPosix ControlMessage.swift
[224/244] Compiling NIOPosix DatagramVectorReadManager.swift
[225/244] Compiling NIOPosix Errors+Any.swift
[226/244] Compiling NIOPosix FileDescriptor.swift
[227/244] Compiling NIOPosix GetaddrinfoResolver.swift
[228/244] Compiling NIOPosix HappyEyeballs.swift
[230/246] Emitting module NIO
[231/246] Compiling NIO Exports.swift
[233/269] Compiling _NIOConcurrency Empty.swift
[234/269] Emitting module _NIOConcurrency
[235/269] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[236/270] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[237/270] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[239/270] Emitting module NIOFoundationCompat
[240/270] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[241/270] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[242/272] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[243/272] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[244/272] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[245/272] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[246/272] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[248/273] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[249/273] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[250/273] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[251/273] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[252/273] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[253/273] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[254/273] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[255/273] Compiling NIOHTTP1 HTTPTypes.swift
[256/273] Compiling NIOHTTP1 ByteCollectionUtils.swift
[257/273] Compiling NIOHTTP1 HTTPDecoder.swift
[258/273] Compiling NIOHTTP1 HTTPEncoder.swift
[259/273] Emitting module NIOHTTP1
[261/284] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[262/284] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[263/284] Compiling AWSLambdaRuntimeCore LambdaContext.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[264/284] Compiling AWSLambdaRuntimeCore Lambda+String.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[265/284] Compiling AWSLambdaRuntimeCore Lambda.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[266/285] Compiling AWSLambdaRuntimeCore LambdaLifecycle.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[267/285] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[268/285] Compiling AWSLambdaRuntimeCore HTTPClient.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[269/285] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[270/285] Emitting module AWSLambdaRuntimeCore
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[271/285] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[272/285] Compiling MockServer main.swift
[273/285] Emitting module MockServer
[274/286] Compiling AWSLambdaRuntimeCore Utils.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
BUILD FAILURE 6.1 android