Build Information
Failed to build swift-aws-lambda-runtime, reference main (41c5ed
), with Swift 6.1 for Android on 1 Jun 2025 21:40:24 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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/swift-server/swift-aws-lambda-runtime
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 41c5eda Bump aws-cdk-lib from 2.183.0 to 2.189.1 in /Examples/CDK/infra (#514)
Cloned https://github.com/swift-server/swift-aws-lambda-runtime.git
Revision (git rev-parse @):
41c5edaf041d35b5ff6444a5815443b398bc392b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-aws-lambda-runtime.git at main
========================================
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.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.6.3",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
}
],
"manifest_display_name" : "swift-aws-lambda-runtime",
"name" : "swift-aws-lambda-runtime",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "AWSLambdaRuntime",
"targets" : [
"AWSLambdaRuntime"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AWSLambdaPackager",
"targets" : [
"AWSLambdaPackager"
],
"type" : {
"plugin" : null
}
},
{
"name" : "MockServer",
"targets" : [
"MockServer"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "MockServer",
"module_type" : "SwiftTarget",
"name" : "MockServer",
"path" : "Sources/MockServer",
"product_dependencies" : [
"Logging",
"NIOHTTP1",
"NIOCore",
"NIOPosix"
],
"product_memberships" : [
"MockServer"
],
"sources" : [
"MockHTTPServer.swift"
],
"type" : "executable"
},
{
"c99name" : "AWSLambdaRuntimeTests",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaRuntimeTests",
"path" : "Tests/AWSLambdaRuntimeTests",
"product_dependencies" : [
"NIOTestUtils",
"NIOFoundationCompat"
],
"sources" : [
"CollectEverythingLogHandler.swift",
"ControlPlaneRequestEncoderTests.swift",
"InvocationTests.swift",
"LambdaMockClient.swift",
"LambdaRequestIDTests.swift",
"LambdaRunLoopTests.swift",
"LambdaRuntimeClientTests.swift",
"MockLambdaServer.swift",
"NewLambda+CodableTests.swift",
"Utils.swift",
"UtilsTest.swift"
],
"target_dependencies" : [
"AWSLambdaRuntime"
],
"type" : "test"
},
{
"c99name" : "AWSLambdaRuntime",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaRuntime",
"path" : "Sources/AWSLambdaRuntime",
"product_dependencies" : [
"NIOCore",
"DequeModule",
"Logging",
"NIOHTTP1",
"NIOPosix",
"ServiceLifecycle"
],
"product_memberships" : [
"AWSLambdaRuntime"
],
"sources" : [
"ControlPlaneRequest.swift",
"ControlPlaneRequestEncoder.swift",
"FoundationSupport/Context+Foundation.swift",
"FoundationSupport/Lambda+JSON.swift",
"FoundationSupport/Vendored/ByteBuffer-foundation.swift",
"FoundationSupport/Vendored/JSON+ByteBuffer.swift",
"Lambda+Codable.swift",
"Lambda+LocalServer.swift",
"Lambda.swift",
"LambdaContext.swift",
"LambdaHandlers.swift",
"LambdaRequestID.swift",
"LambdaRuntime+ServiceLifecycle.swift",
"LambdaRuntime.swift",
"LambdaRuntimeClient.swift",
"LambdaRuntimeClientProtocol.swift",
"LambdaRuntimeError.swift",
"Utils.swift"
],
"type" : "library"
},
{
"c99name" : "AWSLambdaPackager",
"module_type" : "PluginTarget",
"name" : "AWSLambdaPackager",
"path" : "Plugins/AWSLambdaPackager",
"plugin_capability" : {
"intent" : {
"description" : "Archive the Lambda binary and prepare it for uploading to AWS. Requires docker on macOS or non Amazonlinux 2 distributions.",
"type" : "custom",
"verb" : "archive"
},
"permissions" : [
{
"network_scope" : {
"docker" : {
}
},
"reason" : "This plugin uses Docker to create the AWS Lambda ZIP package.",
"type" : "allowNetworkConnections"
}
],
"type" : "command"
},
"product_memberships" : [
"AWSLambdaPackager"
],
"sources" : [
"Plugin.swift",
"PluginUtils.swift"
],
"type" : "plugin"
}
],
"tools_version" : "6.0"
}
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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/2426] Fetching swift-service-lifecycle
[1578/6262] Fetching swift-service-lifecycle, swift-log
[6263/22853] Fetching swift-service-lifecycle, swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.34s)
[5247/19017] Fetching swift-service-lifecycle, swift-collections
[6575/95164] Fetching swift-service-lifecycle, swift-collections, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (3.60s)
Fetched https://github.com/apple/swift-collections.git from cache (3.63s)
Fetched https://github.com/apple/swift-nio.git from cache (3.69s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (4.42s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.43s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.34s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.06s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.04s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1717] Fetching swift-atomics
[1684/6108] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.37s)
Fetched https://github.com/apple/swift-system.git from cache (0.37s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.80s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.42s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.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
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/48] Write sources
[17/48] Compiling CNIOWindows shim.c
[18/48] Compiling CNIOWASI CNIOWASI.c
[19/48] Compiling CNIOWindows WSAStartup.c
[20/48] Compiling CNIOLinux liburing_shims.c
[21/48] Compiling _AtomicsShims.c
[22/48] Compiling CNIODarwin shim.c
[23/48] Write sources
[26/48] Compiling CNIOLLHTTP c_nio_http.c
[27/48] Compiling CNIOLinux shim.c
[28/48] Compiling CNIOLLHTTP c_nio_api.c
[29/48] Write swift-version-24593BA9C3E375BF.txt
[30/48] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/95] Emitting module _NIODataStructures
[33/95] Emitting module Atomics
[33/97] Compiling c-nioatomics.c
[34/97] Compiling c-atomics.c
[36/97] Compiling Atomics IntegerOperations.swift
[37/97] Compiling Atomics Unmanaged extensions.swift
[38/97] Compiling ConcurrencyHelpers LockedValueBox.swift
[39/97] Compiling Atomics UnsafeAtomic.swift
[40/97] Compiling Atomics UnsafeAtomicLazyReference.swift
[41/102] Compiling _NIODataStructures _TinyArray.swift
[42/103] Compiling _NIODataStructures PriorityQueue.swift
[43/103] Compiling Atomics AtomicMemoryOrderings.swift
[44/103] Compiling Atomics DoubleWord.swift
[45/103] Compiling Atomics ManagedAtomic.swift
[46/103] Compiling Atomics ManagedAtomicLazyReference.swift
[47/103] Compiling Atomics OptionalRawRepresentable.swift
[48/103] Compiling Atomics RawRepresentable.swift
[49/103] Emitting module InternalCollectionsUtilities
[50/104] Compiling Atomics PointerConformances.swift
[51/104] Compiling Atomics Primitives.native.swift
[52/104] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[53/104] Compiling _NIOBase64 Base64.swift
[54/104] Emitting module _NIOBase64
[55/104] Compiling Atomics AtomicValue.swift
[56/104] Compiling Atomics IntegerConformances.swift
[57/104] Compiling Atomics AtomicReference.swift
[58/104] Compiling Atomics AtomicStorage.swift
[59/105] Compiling Atomics Primitives.shims.swift
[60/105] Compiling Atomics AtomicInteger.swift
[61/105] Compiling Atomics AtomicOptionalWrappable.swift
[70/105] Compiling Atomics AtomicBool.swift
[71/105] Compiling _NIODataStructures Heap.swift
[78/107] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[81/108] Compiling NIOConcurrencyHelpers NIOLock.swift
[81/108] Wrapping AST for Atomics for debugging
[82/108] Wrapping AST for _NIOBase64 for debugging
[83/108] Wrapping AST for _NIODataStructures for debugging
[85/108] Compiling NIOConcurrencyHelpers lock.swift
[86/108] Compiling NIOConcurrencyHelpers atomics.swift
[87/108] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[88/108] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[88/108] Wrapping AST for InternalCollectionsUtilities for debugging
[90/108] Emitting module NIOConcurrencyHelpers
[91/179] Wrapping AST for NIOConcurrencyHelpers for debugging
[93/179] Compiling OrderedCollections _HashTable.swift
[94/179] Compiling OrderedCollections _Hashtable+Header.swift
[95/179] Compiling OrderedCollections OrderedDictionary+Codable.swift
[96/179] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[97/179] Compiling OrderedCollections _HashTable+Constants.swift
[98/179] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[99/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[100/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[101/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[102/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[103/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[104/181] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[105/181] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[106/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[107/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[108/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[109/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[110/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[111/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[112/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[113/188] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[114/188] Compiling OrderedCollections OrderedDictionary+Elements.swift
[115/188] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[116/188] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[117/188] Compiling DequeModule _DequeSlot.swift
[118/188] Compiling DequeModule _UnsafeWrappedBuffer.swift
[127/188] Compiling OrderedCollections _HashTable+Testing.swift
[128/188] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[129/188] Compiling OrderedCollections _HashTable+Bucket.swift
[130/188] Compiling OrderedCollections _HashTable+BucketIterator.swift
[131/188] Emitting module DequeModule
[132/189] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[133/189] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[134/189] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[135/189] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[136/189] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[137/189] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[138/189] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[139/189] Compiling OrderedCollections OrderedDictionary+Values.swift
[140/189] Compiling OrderedCollections OrderedDictionary.swift
[141/189] Compiling OrderedCollections OrderedSet+Codable.swift
[142/189] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[143/189] Compiling OrderedCollections OrderedSet+Descriptions.swift
[144/189] Compiling OrderedCollections OrderedSet+Diffing.swift
[145/189] Compiling OrderedCollections OrderedSet+Equatable.swift
[146/189] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[147/189] Compiling OrderedCollections OrderedSet+Hashable.swift
[148/189] Compiling OrderedCollections OrderedSet+Initializers.swift
[149/189] Compiling OrderedCollections OrderedSet+Insertions.swift
[150/189] Compiling OrderedCollections OrderedSet+Invariants.swift
[151/189] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[152/189] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[153/189] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[154/189] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[155/189] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[156/189] Wrapping AST for DequeModule for debugging
[158/200] Emitting module Logging
[159/200] Compiling Logging Locks.swift
[160/202] Emitting module ConcurrencyHelpers
[161/202] Compiling ConcurrencyHelpers Lock.swift
[162/250] Compiling Logging LogHandler.swift
[163/250] Compiling Logging MetadataProvider.swift
[164/250] Compiling Logging Logging.swift
[165/251] Compiling NIOCore ByteBuffer-multi-int.swift
[166/251] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[167/251] Compiling NIOCore ByteBuffer-views.swift
[168/251] Compiling NIOCore Channel.swift
[169/251] Compiling NIOCore ChannelHandler.swift
[170/251] Compiling NIOCore ChannelHandlers.swift
[171/251] Compiling NIOCore ChannelInvoker.swift
[172/251] Compiling NIOCore ChannelOption.swift
[174/251] Wrapping AST for Logging for debugging
[176/251] Compiling NIOCore NIOLoopBound.swift
[177/251] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[178/251] Compiling NIOCore NIOScheduledCallback.swift
[179/251] Compiling NIOCore NIOSendable.swift
[180/251] Compiling NIOCore RecvByteBufferAllocator.swift
[181/251] Compiling OrderedCollections OrderedSet.swift
[182/251] Compiling OrderedCollections _UnsafeBitset.swift
[183/251] Emitting module OrderedCollections
[185/256] Emitting module UnixSignals
[186/300] Compiling UnixSignals UnixSignalsSequence.swift
[187/300] Compiling UnixSignals UnixSignal.swift
[189/301] Compiling NIOCore MulticastChannel.swift
[190/301] Compiling NIOCore NIOAny.swift
[191/301] Compiling NIOCore NIOCloseOnErrorHandler.swift
[197/309] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[198/309] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[199/309] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[200/309] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[201/309] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[202/309] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[203/315] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[204/315] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[205/315] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[206/315] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[207/315] Compiling AsyncAlgorithms AsyncChannel.swift
[208/315] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[209/315] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[210/315] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[211/315] Compiling AsyncAlgorithms MergeStateMachine.swift
[212/315] Compiling AsyncAlgorithms MergeStorage.swift
[213/315] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[214/315] Compiling AsyncAlgorithms Rethrow.swift
[215/315] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[216/315] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[217/315] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[218/315] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[219/315] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[220/315] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[221/315] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[222/315] Emitting module AsyncAlgorithms
[223/315] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[224/315] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[225/315] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[226/315] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[227/315] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[228/315] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[229/315] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[231/315] Compiling AsyncAlgorithms SetAlgebra.swift
[232/315] Compiling AsyncAlgorithms UnsafeTransfer.swift
[233/315] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[234/315] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[235/315] Compiling AsyncAlgorithms ZipStateMachine.swift
[236/315] Compiling AsyncAlgorithms ZipStorage.swift
[237/315] Compiling NIOCore MarkedCircularBuffer.swift
[238/315] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[239/315] Compiling AsyncAlgorithms DebounceStateMachine.swift
[240/315] Compiling AsyncAlgorithms DebounceStorage.swift
[241/315] Compiling AsyncAlgorithms Dictionary.swift
[242/315] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[243/315] Compiling AsyncAlgorithms Locking.swift
[266/315] Compiling AsyncAlgorithms ChannelStateMachine.swift
[267/315] Compiling AsyncAlgorithms ChannelStorage.swift
[268/315] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[269/315] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[270/315] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[271/315] Compiling AsyncAlgorithms CombineLatestStorage.swift
[272/316] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[273/316] Compiling NIOCore SocketAddresses.swift
[274/316] Compiling NIOCore SocketOptionProvider.swift
[275/316] Compiling NIOCore SystemCallHelpers.swift
[276/316] Compiling NIOCore TimeAmount+Duration.swift
[277/316] Compiling NIOCore TypeAssistedChannelHandler.swift
[278/316] Compiling NIOCore UniversalBootstrapSupport.swift
[279/316] Compiling NIOCore Utilities.swift
[281/324] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[282/324] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[283/324] Emitting module ServiceLifecycle
[284/325] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[285/325] Compiling ServiceLifecycle ServiceRunnerError.swift
[286/325] Compiling ServiceLifecycle CancellationWaiter.swift
[287/325] Compiling ServiceLifecycle GracefulShutdown.swift
[288/325] Compiling ServiceLifecycle Service.swift
[289/325] Compiling ServiceLifecycle ServiceGroup.swift
[318/326] Emitting module NIOCore
[319/327] Wrapping AST for NIOCore for debugging
[321/377] Emitting module NIOEmbedded
[322/377] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[323/377] Compiling NIOEmbedded AsyncTestingChannel.swift
[324/377] Compiling NIOEmbedded Embedded.swift
[325/378] Wrapping AST for NIOEmbedded for debugging
[327/378] Emitting module NIOPosix
[328/384] Compiling NIOPosix SelectableChannel.swift
[329/384] Compiling NIOPosix SelectableEventLoop.swift
[330/384] Compiling NIOPosix SelectorEpoll.swift
[331/384] Compiling NIOPosix SelectorGeneric.swift
[332/384] Compiling NIOPosix SelectorKqueue.swift
[333/384] Compiling NIOPosix SelectorUring.swift
[334/384] Compiling NIOPosix BSDSocketAPICommon.swift
[335/384] Compiling NIOPosix BSDSocketAPIPosix.swift
[336/384] Compiling NIOPosix BSDSocketAPIWindows.swift
[337/384] Compiling NIOPosix BaseSocket.swift
[338/384] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[339/384] Compiling NIOPosix BaseSocketChannel.swift
[340/384] Compiling NIOPosix BaseStreamSocketChannel.swift
[341/384] Compiling NIOPosix Pool.swift
[342/384] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[343/384] Compiling NIOPosix PosixSingletons.swift
[344/384] Compiling NIOPosix RawSocketBootstrap.swift
[345/384] Compiling NIOPosix Resolver.swift
[346/384] Compiling NIOPosix Selectable.swift
[347/384] Compiling NIOPosix IO.swift
[348/384] Compiling NIOPosix IntegerBitPacking.swift
[349/384] Compiling NIOPosix IntegerTypes.swift
[350/384] Compiling NIOPosix Linux.swift
[351/384] Compiling NIOPosix LinuxCPUSet.swift
[352/384] Compiling NIOPosix LinuxUring.swift
[353/384] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[354/384] Compiling NIOPosix ServerSocket.swift
[355/384] Compiling NIOPosix Socket.swift
[356/384] Compiling NIOPosix SocketChannel.swift
[357/384] Compiling NIOPosix SocketProtocols.swift
[358/384] Compiling NIOPosix System.swift
[359/384] Compiling NIOPosix Thread.swift
[360/384] Compiling NIOPosix ThreadPosix.swift
[361/384] Compiling NIOPosix ThreadWindows.swift
[362/384] Compiling NIOPosix UnsafeTransfer.swift
[363/384] Compiling NIOPosix Utilities.swift
[364/384] Compiling NIOPosix VsockAddress.swift
[365/384] Compiling NIOPosix VsockChannelEvents.swift
[366/384] Compiling NIOPosix Bootstrap.swift
[367/384] Compiling NIOPosix ControlMessage.swift
[368/384] Compiling NIOPosix DatagramVectorReadManager.swift
[369/384] Compiling NIOPosix Errors+Any.swift
[370/384] Compiling NIOPosix FileDescriptor.swift
[371/384] Compiling NIOPosix GetaddrinfoResolver.swift
[372/384] Compiling NIOPosix HappyEyeballs.swift
[373/384] Compiling NIOPosix NIOThreadPool.swift
[374/384] Compiling NIOPosix NonBlockingFileIO.swift
[375/384] Compiling NIOPosix PendingDatagramWritesManager.swift
[376/384] Compiling NIOPosix PendingWritesManager.swift
[377/384] Compiling NIOPosix PipeChannel.swift
[378/384] Compiling NIOPosix PipePair.swift
[379/385] Wrapping AST for NIOPosix for debugging
[381/387] Emitting module NIO
[382/387] Compiling NIO Exports.swift
[383/388] Wrapping AST for NIO for debugging
[385/404] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[386/404] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[387/406] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[388/406] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[389/406] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[390/406] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[391/406] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[392/406] Compiling NIOHTTP1 HTTPTypes.swift
[393/406] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[394/406] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[395/406] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[396/406] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[397/406] Emitting module NIOHTTP1
[398/406] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[399/406] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[400/406] Compiling NIOHTTP1 ByteCollectionUtils.swift
[401/406] Compiling NIOHTTP1 HTTPDecoder.swift
[402/406] Compiling NIOHTTP1 HTTPEncoder.swift
[403/407] Wrapping AST for NIOHTTP1 for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[405/426] Emitting module AWSLambdaRuntime
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
27 | import ucrt
28 | #else
29 | #error("Unsupported platform")
| `- error: Unsupported platform
30 | #endif
31 |
[406/428] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/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()
[407/428] Compiling AWSLambdaRuntime Utils.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/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()
[408/428] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[409/428] Compiling AWSLambdaRuntime LambdaRuntime.swift
[410/428] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
[411/428] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[412/428] Compiling AWSLambdaRuntime Lambda+JSON.swift
[413/428] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[414/428] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
[415/428] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[416/428] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[417/428] Compiling AWSLambdaRuntime Context+Foundation.swift
[418/428] Compiling AWSLambdaRuntime LambdaHandlers.swift
[419/428] Compiling AWSLambdaRuntime LambdaRequestID.swift
[420/428] Compiling AWSLambdaRuntime Lambda.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
27 | import ucrt
28 | #else
29 | #error("Unsupported platform")
| `- error: Unsupported platform
30 | #endif
31 |
[421/428] Compiling AWSLambdaRuntime LambdaContext.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
27 | import ucrt
28 | #else
29 | #error("Unsupported platform")
| `- error: Unsupported platform
30 | #endif
31 |
[422/428] Emitting module MockServer
[423/428] Compiling MockServer MockHTTPServer.swift
[424/429] Compiling AWSLambdaRuntime Lambda+Codable.swift
[425/429] Compiling AWSLambdaRuntime Lambda+LocalServer.swift
[426/429] Wrapping AST for MockServer for debugging
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
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/17] Write swift-version-24593BA9C3E375BF.txt
[3/70] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/70] Emitting module ConcurrencyHelpers
[5/71] Compiling NIOConcurrencyHelpers NIOLock.swift
[6/71] Compiling Atomics UnsafeAtomic.swift
[7/71] Compiling Atomics UnsafeAtomicLazyReference.swift
[8/73] Compiling ConcurrencyHelpers LockedValueBox.swift
[9/73] Emitting module _NIOBase64
[10/73] Compiling Atomics AtomicInteger.swift
[11/73] Compiling Atomics AtomicOptionalWrappable.swift
[12/73] Compiling Atomics Primitives.native.swift
[13/73] Compiling Atomics Primitives.shims.swift
[14/73] Compiling Logging MetadataProvider.swift
[15/73] Compiling Atomics AtomicMemoryOrderings.swift
[16/73] Compiling Atomics DoubleWord.swift
[17/73] Compiling Atomics ManagedAtomic.swift
[18/73] Compiling Atomics ManagedAtomicLazyReference.swift
[19/73] Compiling _NIODataStructures Heap.swift
[20/73] Compiling ConcurrencyHelpers Lock.swift
[21/74] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[22/74] Compiling NIOConcurrencyHelpers lock.swift
[23/74] Compiling NIOConcurrencyHelpers atomics.swift
[24/74] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[25/74] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/74] Emitting module _NIODataStructures
[27/74] Compiling _NIODataStructures PriorityQueue.swift
[28/74] Compiling _NIODataStructures _TinyArray.swift
[30/75] Emitting module InternalCollectionsUtilities
[32/75] Compiling Atomics AtomicReference.swift
[33/75] Compiling Atomics AtomicStorage.swift
[34/75] Compiling Atomics AtomicValue.swift
[38/74] Compiling Atomics IntegerOperations.swift
[39/74] Compiling Atomics Unmanaged extensions.swift
[40/74] Compiling _NIOBase64 Base64.swift
[41/75] Emitting module NIOConcurrencyHelpers
[42/75] Compiling Atomics IntegerConformances.swift
[43/75] Compiling Atomics PointerConformances.swift
[45/76] Compiling Atomics OptionalRawRepresentable.swift
[48/76] Compiling Atomics RawRepresentable.swift
[49/76] Compiling Atomics AtomicBool.swift
[53/78] Compiling Logging LogHandler.swift
[54/78] Compiling Logging Locks.swift
[55/78] Compiling Logging Logging.swift
[56/78] Emitting module Logging
[58/77] Emitting module UnixSignals
[59/77] Compiling UnixSignals UnixSignal.swift
[60/77] Compiling UnixSignals UnixSignalsSequence.swift
[62/148] Compiling OrderedCollections OrderedDictionary+Codable.swift
[63/148] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[64/148] Compiling OrderedCollections _HashTable+Bucket.swift
[65/148] Compiling OrderedCollections _HashTable+BucketIterator.swift
[66/150] Compiling OrderedCollections _HashTable+Testing.swift
[67/150] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[68/150] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[69/150] Compiling OrderedCollections OrderedDictionary+Elements.swift
[70/150] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[71/150] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[72/150] Compiling OrderedCollections _HashTable+Constants.swift
[73/150] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[74/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[75/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[76/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[77/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[78/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[79/150] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[80/150] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[81/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[82/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[83/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[84/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[85/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[86/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[87/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[88/157] Compiling DequeModule _DequeSlot.swift
[89/157] Compiling DequeModule _UnsafeWrappedBuffer.swift
[90/157] Compiling OrderedCollections _HashTable.swift
[91/157] Compiling OrderedCollections _Hashtable+Header.swift
[100/157] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[101/157] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[102/157] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[103/157] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[104/157] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[105/157] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[106/157] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[107/157] Compiling OrderedCollections OrderedDictionary+Values.swift
[108/157] Compiling OrderedCollections OrderedDictionary.swift
[109/157] Compiling OrderedCollections OrderedSet+Codable.swift
[110/157] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[111/157] Compiling OrderedCollections OrderedSet+Descriptions.swift
[112/157] Compiling OrderedCollections OrderedSet+Diffing.swift
[113/157] Compiling OrderedCollections OrderedSet+Equatable.swift
[114/157] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[115/157] Compiling OrderedCollections OrderedSet+Hashable.swift
[116/157] Compiling OrderedCollections OrderedSet+Initializers.swift
[117/157] Compiling OrderedCollections OrderedSet+Insertions.swift
[118/157] Compiling OrderedCollections OrderedSet+Invariants.swift
[119/157] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[120/157] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[121/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[122/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[123/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[130/157] Emitting module Atomics
[132/158] Emitting module DequeModule
[142/159] Compiling OrderedCollections OrderedSet+Sendable.swift
[143/159] Compiling OrderedCollections OrderedSet+SubSequence.swift
[144/159] Compiling OrderedCollections OrderedSet+Testing.swift
[145/159] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[146/159] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[147/159] Compiling OrderedCollections OrderedSet.swift
[148/159] Compiling OrderedCollections _UnsafeBitset.swift
[149/159] Emitting module OrderedCollections
[151/263] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[152/263] Compiling NIOCore EventLoopFuture+Deprecated.swift
[153/263] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[154/263] Compiling NIOCore EventLoopFuture.swift
[155/263] Compiling NIOCore FileDescriptor.swift
[156/263] Compiling NIOCore FileHandle.swift
[157/263] Compiling NIOCore FileRegion.swift
[158/269] Emitting module AsyncAlgorithms
[159/269] Compiling NIOCore ByteBuffer-int.swift
[160/269] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[161/269] Compiling NIOCore MulticastChannel.swift
[162/269] Compiling NIOCore NIOAny.swift
[163/269] Compiling NIOCore NIOCloseOnErrorHandler.swift
[164/269] Compiling NIOCore NIOLoopBound.swift
[165/269] Compiling NIOCore IntegerBitPacking.swift
[166/269] Compiling NIOCore IntegerTypes.swift
[167/269] Compiling NIOCore Interfaces.swift
[168/269] Compiling NIOCore Linux.swift
[169/269] Compiling NIOCore MarkedCircularBuffer.swift
[170/269] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[171/269] Compiling NIOCore BSDSocketAPI.swift
[172/269] Compiling NIOCore ByteBuffer-aux.swift
[173/269] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[174/269] Compiling NIOCore ByteBuffer-conversions.swift
[175/269] Compiling NIOCore ByteBuffer-core.swift
[176/269] Compiling NIOCore ByteBuffer-hex.swift
[177/269] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[178/269] Compiling NIOCore NIOScheduledCallback.swift
[179/269] Compiling NIOCore NIOSendable.swift
[180/269] Compiling NIOCore RecvByteBufferAllocator.swift
[181/269] Compiling NIOCore CircularBuffer.swift
[182/269] Compiling NIOCore Codec.swift
[191/277] Compiling NIOCore GlobalSingletons.swift
[192/277] Compiling NIOCore AddressedEnvelope.swift
[193/277] Compiling NIOCore AsyncAwaitSupport.swift
[194/277] Compiling NIOCore AsyncChannel.swift
[195/277] Compiling NIOCore AsyncChannelHandler.swift
[196/277] Compiling NIOCore AsyncChannelInboundStream.swift
[197/277] Compiling NIOCore AsyncChannelOutboundWriter.swift
[198/277] Compiling NIOCore NIOAsyncSequenceProducer.swift
[199/277] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[200/277] Compiling NIOCore NIOAsyncWriter.swift
[201/277] Compiling NIOCore IO.swift
[202/277] Compiling NIOCore IOData.swift
[203/277] Compiling NIOCore IPProtocol.swift
[204/277] Compiling AsyncAlgorithms SetAlgebra.swift
[205/277] Compiling AsyncAlgorithms UnsafeTransfer.swift
[206/277] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[207/277] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[208/277] Compiling AsyncAlgorithms ZipStateMachine.swift
[209/277] Compiling AsyncAlgorithms ZipStorage.swift
[211/286] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[212/287] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[213/287] Compiling ServiceLifecycle ServiceRunnerError.swift
[214/287] Compiling ServiceLifecycle Service.swift
[215/287] Compiling ServiceLifecycle GracefulShutdown.swift
[216/287] Compiling ServiceLifecycle CancellationWaiter.swift
[217/287] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[218/287] Emitting module ServiceLifecycle
[219/287] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[220/287] Compiling NIOCore SocketAddresses.swift
[221/287] Compiling NIOCore SocketOptionProvider.swift
[222/287] Compiling NIOCore SystemCallHelpers.swift
[223/287] Compiling NIOCore TimeAmount+Duration.swift
[224/287] Compiling NIOCore TypeAssistedChannelHandler.swift
[225/287] Compiling NIOCore UniversalBootstrapSupport.swift
[226/287] Compiling NIOCore Utilities.swift
[227/287] Compiling ServiceLifecycle ServiceGroup.swift
[263/288] Compiling NIOCore ByteBuffer-multi-int.swift
[264/288] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[265/288] Compiling NIOCore ByteBuffer-views.swift
[266/288] Compiling NIOCore Channel.swift
[267/288] Compiling NIOCore ChannelHandler.swift
[268/288] Compiling NIOCore ChannelHandlers.swift
[269/288] Compiling NIOCore ChannelInvoker.swift
[270/288] Compiling NIOCore ChannelOption.swift
[271/288] Compiling NIOCore ChannelPipeline.swift
[280/288] Emitting module NIOCore
[282/338] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[283/338] Compiling NIOEmbedded AsyncTestingChannel.swift
[284/338] Emitting module NIOEmbedded
[285/338] Compiling NIOEmbedded Embedded.swift
[287/338] Compiling NIOPosix Pool.swift
[288/338] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[289/338] Compiling NIOPosix PosixSingletons.swift
[290/338] Compiling NIOPosix RawSocketBootstrap.swift
[291/338] Compiling NIOPosix Resolver.swift
[292/338] Compiling NIOPosix Selectable.swift
[293/338] Compiling NIOPosix IO.swift
[294/338] Compiling NIOPosix IntegerBitPacking.swift
[295/338] Compiling NIOPosix IntegerTypes.swift
[296/338] Compiling NIOPosix Linux.swift
[297/338] Compiling NIOPosix LinuxCPUSet.swift
[298/338] Compiling NIOPosix LinuxUring.swift
[299/338] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[300/338] Compiling NIOPosix ServerSocket.swift
[301/338] Compiling NIOPosix Socket.swift
[302/338] Compiling NIOPosix SocketChannel.swift
[303/338] Compiling NIOPosix SocketProtocols.swift
[304/338] Compiling NIOPosix System.swift
[305/338] Compiling NIOPosix Thread.swift
[306/344] Compiling NIOPosix NIOThreadPool.swift
[307/344] Compiling NIOPosix NonBlockingFileIO.swift
[308/344] Compiling NIOPosix PendingDatagramWritesManager.swift
[309/344] Compiling NIOPosix PendingWritesManager.swift
[310/344] Compiling NIOPosix PipeChannel.swift
[311/344] Compiling NIOPosix PipePair.swift
[312/344] Compiling NIOPosix SelectableChannel.swift
[313/344] Compiling NIOPosix SelectableEventLoop.swift
[314/344] Compiling NIOPosix SelectorEpoll.swift
[315/344] Compiling NIOPosix SelectorGeneric.swift
[316/344] Compiling NIOPosix SelectorKqueue.swift
[317/344] Compiling NIOPosix SelectorUring.swift
[318/344] Compiling NIOPosix Bootstrap.swift
[319/344] Compiling NIOPosix ControlMessage.swift
[320/344] Compiling NIOPosix DatagramVectorReadManager.swift
[321/344] Compiling NIOPosix Errors+Any.swift
[322/344] Compiling NIOPosix FileDescriptor.swift
[323/344] Compiling NIOPosix GetaddrinfoResolver.swift
[324/344] Compiling NIOPosix HappyEyeballs.swift
[325/344] Compiling NIOPosix BSDSocketAPICommon.swift
[326/344] Compiling NIOPosix BSDSocketAPIPosix.swift
[327/344] Compiling NIOPosix BSDSocketAPIWindows.swift
[328/344] Compiling NIOPosix BaseSocket.swift
[329/344] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[330/344] Compiling NIOPosix BaseSocketChannel.swift
[331/344] Compiling NIOPosix BaseStreamSocketChannel.swift
[332/344] Emitting module NIOPosix
[333/344] Compiling NIOPosix ThreadPosix.swift
[334/344] Compiling NIOPosix ThreadWindows.swift
[335/344] Compiling NIOPosix UnsafeTransfer.swift
[336/344] Compiling NIOPosix Utilities.swift
[337/344] Compiling NIOPosix VsockAddress.swift
[338/344] Compiling NIOPosix VsockChannelEvents.swift
[340/346] Emitting module NIO
[341/346] Compiling NIO Exports.swift
[343/362] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[344/362] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[345/364] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[346/364] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[347/364] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[348/364] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[349/364] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[350/364] Compiling NIOHTTP1 HTTPTypes.swift
[351/364] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[352/364] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[353/364] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[354/364] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[355/364] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[356/364] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[357/364] Emitting module NIOHTTP1
[358/364] Compiling NIOHTTP1 ByteCollectionUtils.swift
[359/364] Compiling NIOHTTP1 HTTPDecoder.swift
[360/364] Compiling NIOHTTP1 HTTPEncoder.swift
[362/383] Compiling AWSLambdaRuntime Lambda.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
27 | import ucrt
28 | #else
29 | #error("Unsupported platform")
| `- error: Unsupported platform
30 | #endif
31 |
[363/383] Compiling AWSLambdaRuntime LambdaContext.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
27 | import ucrt
28 | #else
29 | #error("Unsupported platform")
| `- error: Unsupported platform
30 | #endif
31 |
[364/385] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[365/385] Compiling AWSLambdaRuntime LambdaRuntime.swift
[366/385] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/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()
[367/385] Compiling AWSLambdaRuntime Utils.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/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()
[368/385] Compiling AWSLambdaRuntime Lambda+JSON.swift
[369/385] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[370/385] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
[371/385] Emitting module MockServer
[372/385] Compiling MockServer MockHTTPServer.swift
[373/385] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[374/385] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[375/385] Compiling AWSLambdaRuntime Context+Foundation.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[376/385] Emitting module AWSLambdaRuntime
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
27 | import ucrt
28 | #else
29 | #error("Unsupported platform")
| `- error: Unsupported platform
30 | #endif
31 |
[377/386] Wrapping AST for MockServer for debugging
[378/386] Write Objects.LinkFileList
[380/386] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
[381/386] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[382/386] Compiling AWSLambdaRuntime Lambda+Codable.swift
[383/386] Compiling AWSLambdaRuntime Lambda+LocalServer.swift
[384/386] Compiling AWSLambdaRuntime LambdaHandlers.swift
[385/386] Compiling AWSLambdaRuntime LambdaRequestID.swift
[385/386] Linking MockServer
BUILD FAILURE 6.1 android