Build Information
Failed to build swift-lambda-extras, reference 0.4.0 (3d5faf
), with Swift 6.1 for Android on 29 May 2025 21:01:07 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Mobelux/swift-lambda-extras.git
Reference: 0.4.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/Mobelux/swift-lambda-extras
* tag 0.4.0 -> FETCH_HEAD
HEAD is now at 3d5faf8 Strict Concurrency Support (#15)
Cloned https://github.com/Mobelux/swift-lambda-extras.git
Revision (git rev-parse @):
3d5faf85e10db1ffe69fe6c20389f2099c12245f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Mobelux/swift-lambda-extras.git at 0.4.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Mobelux/swift-lambda-extras.git
https://github.com/Mobelux/swift-lambda-extras.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"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-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.43.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-aws-lambda-events",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-events"
},
{
"identity" : "swift-aws-lambda-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-alpha.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-runtime"
}
],
"manifest_display_name" : "swift-lambda-extras",
"name" : "swift-lambda-extras",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "LambdaExtras",
"targets" : [
"LambdaExtras"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LambdaExtrasCore",
"targets" : [
"LambdaExtrasCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LambdaMocks",
"targets" : [
"LambdaMocks"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LambdaMocks",
"module_type" : "SwiftTarget",
"name" : "LambdaMocks",
"path" : "Sources/LambdaMocks",
"product_dependencies" : [
"AWSLambdaEvents",
"NIO"
],
"product_memberships" : [
"LambdaMocks"
],
"sources" : [
"ContextProvider.swift",
"Extensions/APIGatewayV2+Utils.swift",
"Extensions/Dispatch+Utils.swift",
"Extensions/Logger+Utils.swift",
"MockContext.swift",
"MockInitializationContext.swift",
"Mocked.swift"
],
"target_dependencies" : [
"LambdaExtrasCore"
],
"type" : "library"
},
{
"c99name" : "LambdaExtrasTests",
"module_type" : "SwiftTarget",
"name" : "LambdaExtrasTests",
"path" : "Tests/LambdaExtrasTests",
"sources" : [
"APIGatewayCoderTests.swift",
"LambdaExtrasTests.swift",
"Support/Helpers.swift",
"Support/Mock.swift"
],
"target_dependencies" : [
"LambdaExtras",
"LambdaMocks"
],
"type" : "test"
},
{
"c99name" : "LambdaExtrasCore",
"module_type" : "SwiftTarget",
"name" : "LambdaExtrasCore",
"path" : "Sources/LambdaExtrasCore",
"product_dependencies" : [
"Logging",
"NIOCore"
],
"product_memberships" : [
"LambdaExtras",
"LambdaExtrasCore",
"LambdaMocks"
],
"sources" : [
"Extensions.swift",
"HandlerError.swift",
"Protocols/EnvironmentValueProvider.swift",
"Protocols/InitializationContext.swift",
"Protocols/LambdaCoding.swift",
"Protocols/RuntimeContext.swift"
],
"type" : "library"
},
{
"c99name" : "LambdaExtras",
"module_type" : "SwiftTarget",
"name" : "LambdaExtras",
"path" : "Sources/LambdaExtras",
"product_dependencies" : [
"AWSLambdaRuntime",
"AWSLambdaEvents"
],
"product_memberships" : [
"LambdaExtras"
],
"sources" : [
"APIGatewayCoder.swift",
"DefaultEnvironment.swift",
"Exports.swift",
"Extensions.swift"
],
"target_dependencies" : [
"LambdaExtrasCore"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/swift-aws-lambda-events
Fetching https://github.com/swift-server/swift-aws-lambda-runtime
[1/2436] Fetching swift-aws-lambda-events
[123/13953] Fetching swift-aws-lambda-events, swift-aws-lambda-runtime
[337/17789] Fetching swift-aws-lambda-events, swift-aws-lambda-runtime, swift-log
[6849/93897] Fetching swift-aws-lambda-events, swift-aws-lambda-runtime, swift-log, swift-nio
Fetched https://github.com/swift-server/swift-aws-lambda-events from cache (3.09s)
[64063/91461] Fetching swift-aws-lambda-runtime, swift-log, swift-nio
Fetched https://github.com/swift-server/swift-aws-lambda-runtime from cache (3.25s)
[53307/79944] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (10.35s)
Fetched https://github.com/apple/swift-nio.git from cache (10.52s)
Computing version for https://github.com/swift-server/swift-aws-lambda-events
Computed https://github.com/swift-server/swift-aws-lambda-events at 0.5.0 (11.62s)
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.46s)
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.64s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.01s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (4.93s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[1846/6101] Fetching swift-system, swift-atomics
[2932/22692] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.95s)
[4531/18301] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.05s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.28s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.37s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.00s)
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
Computed https://github.com/swift-server/swift-aws-lambda-runtime at 1.0.0-alpha.3 (1.15s)
Creating working copy for https://github.com/swift-server/swift-aws-lambda-events
Working copy of https://github.com/swift-server/swift-aws-lambda-events resolved at 0.5.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/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-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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/swift-server/swift-aws-lambda-runtime
Working copy of https://github.com/swift-server/swift-aws-lambda-runtime resolved at 1.0.0-alpha.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
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/34] Write sources
[20/34] Compiling CNIODarwin shim.c
[21/34] Compiling CNIOLinux liburing_shims.c
[22/34] Compiling CNIOWindows shim.c
[23/34] Compiling _AtomicsShims.c
[24/34] Compiling CNIOWindows WSAStartup.c
[25/34] Compiling CNIOLLHTTP c_nio_http.c
[25/34] Write sources
[27/34] Compiling CNIOWASI CNIOWASI.c
[28/34] Compiling CNIOLinux shim.c
[29/34] Compiling CNIOLLHTTP c_nio_api.c
[30/34] Write swift-version-24593BA9C3E375BF.txt
[31/34] Compiling CNIOLLHTTP c_nio_llhttp.c
[33/86] Emitting module InternalCollectionsUtilities
[34/87] Emitting module HTTPTypes
[35/88] Compiling Logging LogHandler.swift
[36/88] Compiling Atomics AtomicReference.swift
[37/88] Compiling Atomics AtomicStorage.swift
[38/88] Compiling Atomics AtomicValue.swift
[39/90] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[40/90] Compiling Atomics AtomicBool.swift
[42/90] Compiling Atomics UnsafeAtomic.swift
[43/90] Compiling Atomics UnsafeAtomicLazyReference.swift
[44/90] Compiling Atomics Primitives.shims.swift
[45/90] Compiling Atomics AtomicInteger.swift
[46/90] Compiling Atomics AtomicOptionalWrappable.swift
[47/90] Compiling Atomics Primitives.native.swift
[49/90] Compiling Atomics IntegerConformances.swift
[50/90] Compiling Atomics PointerConformances.swift
[51/90] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[52/90] Compiling _NIODataStructures PriorityQueue.swift
[53/90] Compiling HTTPTypes HTTPResponse.swift
[54/90] Compiling HTTPTypes HTTPRequest.swift
[55/90] Compiling HTTPTypes HTTPParsedFields.swift
[56/90] Compiling HTTPTypes ISOLatin1String.swift
[57/90] Compiling _NIODataStructures _TinyArray.swift
[58/90] Compiling _NIOBase64 Base64.swift
[59/90] Emitting module _NIOBase64
[62/91] Compiling Atomics OptionalRawRepresentable.swift
[63/91] Compiling Atomics RawRepresentable.swift
[66/92] Compiling Atomics AtomicMemoryOrderings.swift
[67/92] Compiling Atomics DoubleWord.swift
[68/92] Compiling Atomics ManagedAtomic.swift
[69/92] Compiling Atomics ManagedAtomicLazyReference.swift
[70/92] Emitting module _NIODataStructures
[71/92] Compiling _NIODataStructures Heap.swift
[72/93] Compiling HTTPTypes NIOLock.swift
[76/93] Emitting module Atomics
[83/93] Compiling Atomics IntegerOperations.swift
[84/93] Compiling Atomics Unmanaged extensions.swift
[86/109] Compiling DequeModule Deque+CustomReflectable.swift
[87/109] Compiling DequeModule Deque+Descriptions.swift
[88/111] Compiling DequeModule Deque+Equatable.swift
[89/111] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[90/111] Compiling DequeModule _DequeBuffer.swift
[91/111] Compiling DequeModule _DequeBufferHeader.swift
[92/111] Compiling DequeModule Deque+Extras.swift
[93/111] Compiling DequeModule Deque+Hashable.swift
[94/111] Compiling DequeModule _DequeSlot.swift
[95/111] Compiling DequeModule _UnsafeWrappedBuffer.swift
[96/111] Compiling DequeModule Deque+Codable.swift
[97/111] Compiling DequeModule Deque+Collection.swift
[98/111] Compiling DequeModule Deque+Testing.swift
[99/111] Compiling DequeModule Deque._Storage.swift
[100/111] Compiling DequeModule Deque._UnsafeHandle.swift
[101/111] Compiling DequeModule Deque.swift
[102/111] Emitting module DequeModule
[104/112] Compiling Logging Locks.swift
[105/112] Emitting module Logging
[106/112] Compiling Logging MetadataProvider.swift
[107/112] Compiling Logging Logging.swift
[107/113] Compiling c-nioatomics.c
[109/113] Compiling c-atomics.c
[111/119] Compiling NIOConcurrencyHelpers NIOLock.swift
[112/119] Compiling NIOConcurrencyHelpers lock.swift
[113/119] Compiling HTTPTypes HTTPFieldName.swift
[114/119] Compiling HTTPTypes HTTPField.swift
[115/119] Compiling HTTPTypes HTTPFields.swift
[116/120] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[117/120] Emitting module NIOConcurrencyHelpers
[119/120] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[120/120] Compiling NIOConcurrencyHelpers atomics.swift
[122/200] Compiling NIOCore MulticastChannel.swift
[123/200] Compiling NIOCore NIOAny.swift
[124/200] Compiling NIOCore NIOCloseOnErrorHandler.swift
[125/200] Compiling NIOCore NIOLoopBound.swift
[126/200] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[127/200] Compiling NIOCore NIOScheduledCallback.swift
[128/200] Compiling NIOCore NIOSendable.swift
[129/200] Compiling NIOCore RecvByteBufferAllocator.swift
[130/208] Compiling NIOCore IO.swift
[131/208] Compiling NIOCore IOData.swift
[132/208] Compiling NIOCore IPProtocol.swift
[133/208] Compiling NIOCore IntegerBitPacking.swift
[134/208] Compiling NIOCore IntegerTypes.swift
[135/208] Compiling NIOCore Interfaces.swift
[136/208] Compiling NIOCore Linux.swift
[137/208] Compiling NIOCore MarkedCircularBuffer.swift
[138/208] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[139/208] Compiling NIOCore NIOAsyncWriter.swift
[140/210] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[141/210] Compiling NIOCore EventLoopFuture+Deprecated.swift
[142/210] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[143/210] Compiling NIOCore EventLoopFuture.swift
[144/210] Compiling NIOCore FileDescriptor.swift
[145/210] Compiling NIOCore FileHandle.swift
[146/210] Compiling NIOCore FileRegion.swift
[147/210] Compiling NIOCore GlobalSingletons.swift
[148/210] Compiling NIOCore AsyncChannelHandler.swift
[149/210] Compiling NIOCore AsyncChannelInboundStream.swift
[150/210] Compiling NIOCore AsyncChannelOutboundWriter.swift
[151/210] Compiling NIOCore NIOAsyncSequenceProducer.swift
[152/210] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[153/210] Compiling NIOCore SocketAddresses.swift
[154/210] Compiling NIOCore SocketOptionProvider.swift
[155/210] Compiling NIOCore SystemCallHelpers.swift
[156/210] Compiling NIOCore TimeAmount+Duration.swift
[157/210] Compiling NIOCore TypeAssistedChannelHandler.swift
[158/210] Compiling NIOCore UniversalBootstrapSupport.swift
[159/210] Compiling NIOCore Utilities.swift
[160/210] Compiling NIOCore CircularBuffer.swift
[161/210] Compiling NIOCore Codec.swift
[162/210] Compiling NIOCore ConvenienceOptionSupport.swift
[163/210] Compiling NIOCore DeadChannel.swift
[164/210] Compiling NIOCore DispatchQueue+WithFuture.swift
[165/210] Compiling NIOCore EventLoop+Deprecated.swift
[166/210] Compiling NIOCore EventLoop+SerialExecutor.swift
[167/210] Compiling NIOCore EventLoop.swift
[168/210] Compiling AWSLambdaEvents DateWrappers.swift
[169/210] Compiling AWSLambdaEvents HTTP.swift
[170/210] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[171/210] Compiling NIOCore BSDSocketAPI.swift
[172/210] Compiling NIOCore ByteBuffer-aux.swift
[173/210] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[174/210] Compiling NIOCore ByteBuffer-conversions.swift
[175/210] Compiling NIOCore ByteBuffer-core.swift
[176/210] Compiling NIOCore ByteBuffer-hex.swift
[177/210] Compiling NIOCore ByteBuffer-int.swift
[178/210] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[179/210] Compiling NIOCore AddressedEnvelope.swift
[180/210] Compiling NIOCore AsyncAwaitSupport.swift
[181/210] Compiling NIOCore AsyncChannel.swift
[185/210] Emitting module AWSLambdaEvents
[193/211] Emitting module NIOCore
[196/211] Compiling NIOCore ByteBuffer-views.swift
[197/211] Compiling NIOCore Channel.swift
[198/211] Compiling NIOCore ChannelHandler.swift
[199/211] Compiling NIOCore ChannelHandlers.swift
[200/211] Compiling NIOCore ChannelInvoker.swift
[201/211] Compiling NIOCore ChannelOption.swift
[202/211] Compiling NIOCore ChannelPipeline.swift
[213/269] Compiling LambdaExtrasCore EnvironmentValueProvider.swift
[214/269] Compiling LambdaExtrasCore InitializationContext.swift
[215/269] Compiling LambdaExtrasCore RuntimeContext.swift
[216/269] Compiling LambdaExtrasCore LambdaCoding.swift
[217/269] Compiling LambdaExtrasCore HandlerError.swift
[218/269] Emitting module LambdaExtrasCore
/host/spi-builder-workspace/Sources/LambdaExtrasCore/Extensions.swift:82:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
80 | }
81 |
82 | extension Swift.String: Foundation.LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
83 | public var errorDescription: String? { self }
84 | public var failureReason: String? { self }
[219/269] Compiling LambdaExtrasCore Extensions.swift
/host/spi-builder-workspace/Sources/LambdaExtrasCore/Extensions.swift:82:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
80 | }
81 |
82 | extension Swift.String: Foundation.LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
83 | public var errorDescription: String? { self }
84 | public var failureReason: String? { self }
[221/270] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[222/270] Emitting module NIOEmbedded
[223/270] Compiling NIOEmbedded AsyncTestingChannel.swift
[224/270] Compiling NIOEmbedded Embedded.swift
[226/271] Compiling NIOPosix ServerSocket.swift
[227/271] Compiling NIOPosix Socket.swift
[228/271] Compiling NIOPosix SocketChannel.swift
[229/271] Compiling NIOPosix SocketProtocols.swift
[230/271] Compiling NIOPosix System.swift
[231/271] Compiling NIOPosix Thread.swift
[232/277] Compiling NIOPosix Pool.swift
[233/277] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[234/277] Compiling NIOPosix PosixSingletons.swift
[235/277] Compiling NIOPosix RawSocketBootstrap.swift
[236/277] Compiling NIOPosix Resolver.swift
[237/277] Compiling NIOPosix Selectable.swift
[238/277] Compiling NIOPosix SelectableChannel.swift
[239/277] Compiling NIOPosix SelectableEventLoop.swift
[240/277] Compiling NIOPosix SelectorEpoll.swift
[241/277] Compiling NIOPosix SelectorGeneric.swift
[242/277] Compiling NIOPosix SelectorKqueue.swift
[243/277] Compiling NIOPosix SelectorUring.swift
[244/277] Compiling NIOPosix ThreadPosix.swift
[245/277] Compiling NIOPosix ThreadWindows.swift
[246/277] Compiling NIOPosix UnsafeTransfer.swift
[247/277] Compiling NIOPosix Utilities.swift
[248/277] Compiling NIOPosix VsockAddress.swift
[249/277] Compiling NIOPosix VsockChannelEvents.swift
[250/277] Compiling NIOPosix Bootstrap.swift
[251/277] Compiling NIOPosix ControlMessage.swift
[252/277] Compiling NIOPosix DatagramVectorReadManager.swift
[253/277] Compiling NIOPosix Errors+Any.swift
[254/277] Compiling NIOPosix FileDescriptor.swift
[255/277] Compiling NIOPosix GetaddrinfoResolver.swift
[256/277] Compiling NIOPosix HappyEyeballs.swift
[257/277] Compiling NIOPosix IO.swift
[258/277] Compiling NIOPosix IntegerBitPacking.swift
[259/277] Compiling NIOPosix IntegerTypes.swift
[260/277] Compiling NIOPosix Linux.swift
[261/277] Compiling NIOPosix LinuxCPUSet.swift
[262/277] Compiling NIOPosix LinuxUring.swift
[263/277] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[264/277] Compiling NIOPosix NIOThreadPool.swift
[265/277] Compiling NIOPosix NonBlockingFileIO.swift
[266/277] Compiling NIOPosix PendingDatagramWritesManager.swift
[267/277] Compiling NIOPosix PendingWritesManager.swift
[268/277] Compiling NIOPosix PipeChannel.swift
[269/277] Compiling NIOPosix PipePair.swift
[270/277] Compiling NIOPosix BSDSocketAPICommon.swift
[271/277] Compiling NIOPosix BSDSocketAPIPosix.swift
[272/277] Compiling NIOPosix BSDSocketAPIWindows.swift
[273/277] Compiling NIOPosix BaseSocket.swift
[274/277] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[275/277] Compiling NIOPosix BaseSocketChannel.swift
[276/277] Compiling NIOPosix BaseStreamSocketChannel.swift
[277/277] Emitting module NIOPosix
[279/280] Compiling NIO Exports.swift
[280/280] Emitting module NIO
[282/310] Compiling LambdaMocks Logger+Utils.swift
[283/310] Compiling LambdaMocks Mocked.swift
[284/310] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[285/310] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[286/310] Compiling LambdaMocks MockContext.swift
[287/310] Compiling LambdaMocks MockInitializationContext.swift
[288/310] Compiling LambdaMocks Dispatch+Utils.swift
[289/310] Emitting module LambdaMocks
[290/310] Compiling LambdaMocks ContextProvider.swift
[291/310] Compiling LambdaMocks APIGatewayV2+Utils.swift
[292/311] Emitting module NIOFoundationCompat
[294/311] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[295/311] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[296/313] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[297/313] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[298/313] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[299/313] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[301/314] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[302/314] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[303/314] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[304/314] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[305/314] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[306/314] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[307/314] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[308/314] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[309/314] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[310/314] Compiling NIOHTTP1 HTTPTypes.swift
[311/314] Emitting module NIOHTTP1
[312/314] Compiling NIOHTTP1 ByteCollectionUtils.swift
[313/314] Compiling NIOHTTP1 HTTPDecoder.swift
[314/314] Compiling NIOHTTP1 HTTPEncoder.swift
[316/330] 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 |
[317/330] 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 |
[318/332] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[319/332] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[320/332] 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()
[321/332] 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()
[322/332] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[323/332] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
[324/332] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[325/332] Compiling AWSLambdaRuntimeCore HTTPClient.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[326/332] 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 |
[327/332] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[328/332] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[329/332] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[330/332] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[331/332] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[332/332] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/60] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/61] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[5/61] Compiling Atomics Primitives.native.swift
[6/61] Compiling Atomics AtomicReference.swift
[7/61] Compiling Atomics AtomicStorage.swift
[8/61] Compiling Atomics AtomicValue.swift
[9/61] Compiling Logging MetadataProvider.swift
[10/61] Compiling _NIODataStructures PriorityQueue.swift
[11/61] Compiling Atomics ManagedAtomic.swift
[12/61] Compiling Atomics ManagedAtomicLazyReference.swift
[13/61] Compiling Atomics UnsafeAtomic.swift
[14/61] Compiling Atomics UnsafeAtomicLazyReference.swift
[15/63] Compiling NIOConcurrencyHelpers NIOLock.swift
[16/63] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[17/63] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/63] Compiling NIOConcurrencyHelpers atomics.swift
[19/63] Compiling NIOConcurrencyHelpers lock.swift
[20/63] Compiling _NIODataStructures Heap.swift
[21/63] Emitting module _NIOBase64
[22/63] Compiling _NIOBase64 Base64.swift
[23/64] Compiling _NIODataStructures _TinyArray.swift
[24/64] Compiling Atomics Primitives.shims.swift
[25/64] Compiling Atomics AtomicInteger.swift
[26/64] Compiling Atomics AtomicOptionalWrappable.swift
[27/64] Compiling Atomics AtomicMemoryOrderings.swift
[28/64] Compiling Atomics DoubleWord.swift
[32/64] Compiling Atomics IntegerConformances.swift
[33/64] Compiling Atomics PointerConformances.swift
[34/64] Emitting module _NIODataStructures
[35/65] Compiling HTTPTypes HTTPFieldName.swift
[36/65] Emitting module NIOConcurrencyHelpers
[37/66] Compiling HTTPTypes ISOLatin1String.swift
[39/67] Compiling Atomics AtomicBool.swift
[41/67] Compiling Atomics OptionalRawRepresentable.swift
[42/67] Compiling Atomics RawRepresentable.swift
[45/67] Emitting module InternalCollectionsUtilities
[47/68] Compiling Atomics IntegerOperations.swift
[48/68] Compiling Atomics Unmanaged extensions.swift
[49/68] Emitting module HTTPTypes
[50/68] Compiling HTTPTypes HTTPField.swift
[53/68] Compiling HTTPTypes HTTPParsedFields.swift
[54/83] Compiling HTTPTypes NIOLock.swift
[55/83] Compiling DequeModule Deque+CustomReflectable.swift
[56/83] Compiling DequeModule Deque+Descriptions.swift
[57/85] Compiling HTTPTypes HTTPRequest.swift
[58/85] Compiling HTTPTypes HTTPResponse.swift
[59/85] Compiling DequeModule _DequeBuffer.swift
[60/85] Compiling DequeModule _DequeBufferHeader.swift
[61/85] Compiling Logging LogHandler.swift
[62/85] Compiling Logging Locks.swift
[63/85] Compiling Logging Logging.swift
[64/85] Emitting module Logging
[65/86] Compiling DequeModule Deque+Equatable.swift
[66/86] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[67/86] Compiling DequeModule Deque+Extras.swift
[68/86] Compiling DequeModule Deque+Hashable.swift
[69/86] Compiling DequeModule Deque+Testing.swift
[70/86] Compiling DequeModule Deque._Storage.swift
[71/86] Compiling HTTPTypes HTTPFields.swift
[73/87] Compiling DequeModule _DequeSlot.swift
[74/87] Compiling DequeModule _UnsafeWrappedBuffer.swift
[76/106] Compiling AWSLambdaEvents DynamoDB.swift
[77/106] Compiling AWSLambdaEvents FunctionURL.swift
[78/106] Compiling AWSLambdaEvents SES.swift
[79/106] Compiling AWSLambdaEvents SNS.swift
[80/106] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[81/106] Compiling AWSLambdaEvents BedrockAgent.swift
[82/106] Compiling AWSLambdaEvents CloudFormation.swift
[83/106] Compiling AWSLambdaEvents Cloudwatch.swift
[86/106] Emitting module DequeModule
[88/107] Emitting module Atomics
[90/108] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[91/108] Compiling AWSLambdaEvents S3.swift
[92/108] Compiling AWSLambdaEvents SQS.swift
[93/108] Compiling AWSLambdaEvents Base64.swift
[94/170] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[95/170] Compiling NIOCore BSDSocketAPI.swift
[96/170] Compiling NIOCore AddressedEnvelope.swift
[97/170] Compiling NIOCore AsyncAwaitSupport.swift
[98/170] Compiling NIOCore AsyncChannel.swift
[99/170] Emitting module AWSLambdaEvents
[100/170] Compiling NIOCore MulticastChannel.swift
[101/170] Compiling NIOCore NIOAny.swift
[102/170] Compiling NIOCore NIOCloseOnErrorHandler.swift
[103/170] Compiling NIOCore NIOLoopBound.swift
[104/170] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[105/170] Compiling NIOCore NIOScheduledCallback.swift
[106/170] Compiling NIOCore NIOSendable.swift
[107/170] Compiling NIOCore RecvByteBufferAllocator.swift
[108/178] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[109/178] Compiling NIOCore EventLoopFuture+Deprecated.swift
[110/178] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[111/178] Compiling NIOCore EventLoopFuture.swift
[112/178] Compiling NIOCore FileDescriptor.swift
[113/178] Compiling NIOCore FileHandle.swift
[114/178] Compiling NIOCore FileRegion.swift
[115/178] Compiling NIOCore GlobalSingletons.swift
[116/178] Compiling NIOCore CircularBuffer.swift
[117/178] Compiling NIOCore Codec.swift
[118/178] Compiling NIOCore ConvenienceOptionSupport.swift
[119/178] Compiling NIOCore DeadChannel.swift
[120/178] Compiling NIOCore DispatchQueue+WithFuture.swift
[121/178] Compiling NIOCore EventLoop+Deprecated.swift
[122/178] Compiling NIOCore EventLoop+SerialExecutor.swift
[123/178] Compiling NIOCore EventLoop.swift
[124/178] Compiling NIOCore ByteBuffer-views.swift
[125/178] Compiling NIOCore Channel.swift
[126/178] Compiling NIOCore ChannelHandler.swift
[127/178] Compiling NIOCore NIOAsyncSequenceProducer.swift
[128/178] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[129/178] Compiling NIOCore AsyncChannelHandler.swift
[130/178] Compiling NIOCore AsyncChannelInboundStream.swift
[131/178] Compiling NIOCore AsyncChannelOutboundWriter.swift
[132/178] Compiling NIOCore NIOAsyncWriter.swift
[133/178] Compiling NIOCore ByteBuffer-multi-int.swift
[134/178] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[135/178] Compiling NIOCore IO.swift
[136/178] Compiling NIOCore IOData.swift
[137/178] Compiling NIOCore IPProtocol.swift
[138/178] Compiling NIOCore IntegerBitPacking.swift
[139/178] Compiling NIOCore IntegerTypes.swift
[140/178] Compiling NIOCore Interfaces.swift
[141/178] Compiling NIOCore Linux.swift
[142/178] Compiling NIOCore MarkedCircularBuffer.swift
[144/179] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[145/179] Compiling NIOCore SocketAddresses.swift
[146/179] Compiling NIOCore SocketOptionProvider.swift
[147/179] Compiling NIOCore SystemCallHelpers.swift
[148/179] Compiling NIOCore TimeAmount+Duration.swift
[149/179] Compiling NIOCore TypeAssistedChannelHandler.swift
[150/179] Compiling NIOCore UniversalBootstrapSupport.swift
[151/179] Compiling NIOCore Utilities.swift
[154/179] Compiling NIOCore ByteBuffer-aux.swift
[155/179] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[156/179] Compiling NIOCore ByteBuffer-conversions.swift
[157/179] Compiling NIOCore ByteBuffer-core.swift
[158/179] Compiling NIOCore ByteBuffer-hex.swift
[159/179] Compiling NIOCore ByteBuffer-int.swift
[160/179] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[175/179] Compiling NIOCore ChannelHandlers.swift
[176/179] Compiling NIOCore ChannelInvoker.swift
[177/179] Compiling NIOCore ChannelOption.swift
[178/179] Compiling NIOCore ChannelPipeline.swift
[179/179] Emitting module NIOCore
[181/191] Compiling LambdaExtrasCore InitializationContext.swift
[182/191] Compiling LambdaExtrasCore EnvironmentValueProvider.swift
[183/191] Compiling LambdaExtrasCore LambdaCoding.swift
[184/191] Compiling LambdaExtrasCore RuntimeContext.swift
[185/237] Compiling LambdaExtrasCore HandlerError.swift
[186/237] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[187/237] Emitting module LambdaExtrasCore
/host/spi-builder-workspace/Sources/LambdaExtrasCore/Extensions.swift:82:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
80 | }
81 |
82 | extension Swift.String: Foundation.LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
83 | public var errorDescription: String? { self }
84 | public var failureReason: String? { self }
[188/237] Compiling LambdaExtrasCore Extensions.swift
/host/spi-builder-workspace/Sources/LambdaExtrasCore/Extensions.swift:82:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
80 | }
81 |
82 | extension Swift.String: Foundation.LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
83 | public var errorDescription: String? { self }
84 | public var failureReason: String? { self }
[190/238] Emitting module NIOEmbedded
[191/238] Compiling NIOEmbedded AsyncTestingChannel.swift
[192/238] Compiling NIOEmbedded Embedded.swift
[194/239] Compiling NIOPosix ServerSocket.swift
[195/239] Compiling NIOPosix Socket.swift
[196/239] Compiling NIOPosix SocketChannel.swift
[197/239] Compiling NIOPosix SocketProtocols.swift
[198/239] Compiling NIOPosix System.swift
[199/239] Compiling NIOPosix Thread.swift
[200/245] Compiling NIOPosix ThreadPosix.swift
[201/245] Compiling NIOPosix ThreadWindows.swift
[202/245] Compiling NIOPosix UnsafeTransfer.swift
[203/245] Compiling NIOPosix Utilities.swift
[204/245] Compiling NIOPosix VsockAddress.swift
[205/245] Compiling NIOPosix VsockChannelEvents.swift
[206/245] Compiling NIOPosix BSDSocketAPICommon.swift
[207/245] Compiling NIOPosix BSDSocketAPIPosix.swift
[208/245] Compiling NIOPosix BSDSocketAPIWindows.swift
[209/245] Compiling NIOPosix BaseSocket.swift
[210/245] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[211/245] Compiling NIOPosix BaseSocketChannel.swift
[212/245] Compiling NIOPosix BaseStreamSocketChannel.swift
[213/245] Compiling NIOPosix SelectableChannel.swift
[214/245] Compiling NIOPosix SelectableEventLoop.swift
[215/245] Compiling NIOPosix SelectorEpoll.swift
[216/245] Compiling NIOPosix SelectorGeneric.swift
[217/245] Compiling NIOPosix SelectorKqueue.swift
[218/245] Compiling NIOPosix SelectorUring.swift
[219/245] Emitting module NIOPosix
[220/245] Compiling NIOPosix Pool.swift
[221/245] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[222/245] Compiling NIOPosix PosixSingletons.swift
[223/245] Compiling NIOPosix RawSocketBootstrap.swift
[224/245] Compiling NIOPosix Resolver.swift
[225/245] Compiling NIOPosix Selectable.swift
[226/245] Compiling NIOPosix IO.swift
[227/245] Compiling NIOPosix IntegerBitPacking.swift
[228/245] Compiling NIOPosix IntegerTypes.swift
[229/245] Compiling NIOPosix Linux.swift
[230/245] Compiling NIOPosix LinuxCPUSet.swift
[231/245] Compiling NIOPosix LinuxUring.swift
[232/245] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[233/245] Compiling NIOPosix Bootstrap.swift
[234/245] Compiling NIOPosix ControlMessage.swift
[235/245] Compiling NIOPosix DatagramVectorReadManager.swift
[236/245] Compiling NIOPosix Errors+Any.swift
[237/245] Compiling NIOPosix FileDescriptor.swift
[238/245] Compiling NIOPosix GetaddrinfoResolver.swift
[239/245] Compiling NIOPosix HappyEyeballs.swift
[240/245] Compiling NIOPosix NIOThreadPool.swift
[241/245] Compiling NIOPosix NonBlockingFileIO.swift
[242/245] Compiling NIOPosix PendingDatagramWritesManager.swift
[243/245] Compiling NIOPosix PendingWritesManager.swift
[244/245] Compiling NIOPosix PipeChannel.swift
[245/245] Compiling NIOPosix PipePair.swift
[247/248] Emitting module NIO
[248/248] Compiling NIO Exports.swift
[250/278] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[251/278] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[252/278] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[253/278] Compiling LambdaMocks Logger+Utils.swift
[254/278] Compiling LambdaMocks Mocked.swift
[255/278] Compiling LambdaMocks MockInitializationContext.swift
[256/278] Compiling LambdaMocks MockContext.swift
[257/278] Compiling LambdaMocks Dispatch+Utils.swift
[258/278] Emitting module LambdaMocks
[259/278] Compiling LambdaMocks ContextProvider.swift
[260/278] Compiling LambdaMocks APIGatewayV2+Utils.swift
[261/279] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[262/279] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[264/281] Emitting module NIOHTTP1
[265/281] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[266/281] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[267/281] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[268/281] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[269/281] Emitting module NIOFoundationCompat
[270/281] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[272/282] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[273/282] Compiling NIOHTTP1 HTTPTypes.swift
[274/282] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[275/282] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[276/282] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[277/282] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[278/282] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[279/282] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[280/282] Compiling NIOHTTP1 ByteCollectionUtils.swift
[281/282] Compiling NIOHTTP1 HTTPDecoder.swift
[282/282] Compiling NIOHTTP1 HTTPEncoder.swift
[284/298] 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 |
[285/298] 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 |
[286/300] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[287/300] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[288/300] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[289/300] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[290/300] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[291/300] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[292/300] 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 |
[293/300] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[294/300] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[295/300] Compiling AWSLambdaRuntimeCore Terminator.swift
[296/300] Compiling AWSLambdaRuntimeCore Utils.swift
[297/300] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[298/300] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[299/300] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[300/300] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
BUILD FAILURE 6.1 android