Build Information
Failed to build swift-aws-lambda-runtime, reference main (303559
), with Swift 6.1 for Android on 6 Sep 2025 10:04:25 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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 303559d Bump Amazon RDS version 19 PG 17 (#561)
Cloned https://github.com/swift-server/swift-aws-lambda-runtime.git
Revision (git rev-parse @):
303559d9eda20c579b4b0a5fe25eef424ebab217
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.8.0",
"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" : [
],
"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",
"Lambda+CodableTests.swift",
"LambdaClockTests.swift",
"LambdaContextTests.swift",
"LambdaLocalServerTests.swift",
"LambdaRequestIDTests.swift",
"LambdaResponseStreamWriter+HeadersTests.swift",
"LambdaRunLoopTests.swift",
"LambdaRuntime+ServiceLifeCycle.swift",
"LambdaRuntimeClientTests.swift",
"LambdaRuntimeTests.swift",
"MockLambdaClient.swift",
"MockLambdaServer.swift",
"PoolTests.swift",
"Timeout.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",
"LambdaClock.swift",
"LambdaContext.swift",
"LambdaHandlers.swift",
"LambdaRequestID.swift",
"LambdaResponseStreamWriter+Headers.swift",
"LambdaRuntime+ServiceLifecycle.swift",
"LambdaRuntime.swift",
"LambdaRuntimeClient+ChannelHandler.swift",
"LambdaRuntimeClient.swift",
"LambdaRuntimeClientProtocol.swift",
"LambdaRuntimeError.swift",
"SendableMetatype.swift",
"Utils.swift",
"Version.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-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/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/2470] Fetching swift-service-lifecycle
[1656/6373] Fetching swift-service-lifecycle, swift-log
[6374/23783] Fetching swift-service-lifecycle, swift-log, swift-collections
[9160/101815] Fetching swift-service-lifecycle, swift-log, swift-collections, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.86s)
[10423/99345] Fetching swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (2.33s)
[49942/81935] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (8.02s)
Fetched https://github.com/apple/swift-nio.git from cache (8.23s)
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 (9.15s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5190] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.60s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (3.33s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.79s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.89s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (6.03s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
[709/6751] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.73s)
Fetched https://github.com/apple/swift-system.git from cache (0.75s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.22s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.93s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/49] Write sources
[17/49] Compiling _AtomicsShims.c
[18/49] Compiling CNIOWASI CNIOWASI.c
[19/49] Compiling CNIOLinux liburing_shims.c
[19/49] Compiling CNIOWindows WSAStartup.c
[19/49] Compiling CNIOWindows shim.c
[22/49] Compiling CNIODarwin shim.c
[23/49] Compiling CNIOPosix event_loop_id.c
[23/49] Write sources
[27/49] Compiling CNIOLLHTTP c_nio_http.c
[28/49] Compiling CNIOLinux shim.c
[29/49] Compiling CNIOLLHTTP c_nio_api.c
[30/49] Write swift-version-24593BA9C3E375BF.txt
[31/49] Compiling CNIOLLHTTP c_nio_llhttp.c
[33/95] Emitting module _NIOBase64
[34/95] Compiling ConcurrencyHelpers LockedValueBox.swift
[35/95] Compiling _NIODataStructures PriorityQueue.swift
[36/95] Compiling _NIODataStructures _TinyArray.swift
[37/95] Compiling _NIOBase64 Base64.swift
[38/95] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[39/95] Compiling Atomics AtomicReference.swift
[40/95] Compiling Atomics AtomicStorage.swift
[41/95] Compiling Atomics IntegerConformances.swift
[42/95] Compiling Atomics PointerConformances.swift
[43/97] Compiling Atomics UnsafeAtomic.swift
[44/97] Compiling Atomics UnsafeAtomicLazyReference.swift
[46/97] Compiling Atomics AtomicValue.swift
[47/97] Compiling Atomics ManagedAtomic.swift
[48/97] Compiling Atomics ManagedAtomicLazyReference.swift
[49/97] Compiling Atomics AtomicMemoryOrderings.swift
[50/97] Compiling Atomics DoubleWord.swift
[51/97] Compiling Atomics AtomicInteger.swift
[52/97] Compiling Atomics AtomicOptionalWrappable.swift
[54/99] Compiling Logging LogHandler.swift
[55/99] Compiling Atomics Primitives.native.swift
[56/99] Compiling Atomics OptionalRawRepresentable.swift
[59/99] Compiling Atomics RawRepresentable.swift
[60/99] Compiling Atomics AtomicBool.swift
[63/99] Emitting module InternalCollectionsUtilities
[64/99] Compiling _NIODataStructures Heap.swift
[65/99] Emitting module _NIODataStructures
[71/100] Emitting module Atomics
[74/100] Wrapping AST for _NIOBase64 for debugging
[76/100] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[76/101] Wrapping AST for _NIODataStructures for debugging
[79/101] Compiling Atomics IntegerOperations.swift
[80/101] Compiling Atomics Unmanaged extensions.swift
[80/102] Wrapping AST for InternalCollectionsUtilities for debugging
[82/102] Compiling c-nioatomics.c
[83/112] Wrapping AST for Atomics for debugging
[85/172] Compiling OrderedCollections _HashTable+Bucket.swift
[86/172] Compiling OrderedCollections _HashTable+BucketIterator.swift
[87/174] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[88/174] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[89/174] Compiling OrderedCollections _HashTable.swift
[90/174] Compiling OrderedCollections _Hashtable+Header.swift
[91/174] Compiling OrderedCollections _HashTable+Testing.swift
[92/174] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[93/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[94/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[95/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[96/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[97/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[98/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[99/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[100/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[101/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[102/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[103/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[104/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[105/174] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[106/174] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[107/181] Compiling DequeModule _DequeSlot.swift
[108/181] Compiling DequeModule _UnsafeWrappedBuffer.swift
[109/181] Compiling OrderedCollections OrderedDictionary.swift
[110/181] Compiling OrderedCollections OrderedSet+Codable.swift
[111/181] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[112/181] Compiling OrderedCollections OrderedSet+Descriptions.swift
[113/181] Compiling OrderedCollections OrderedSet+Diffing.swift
[114/181] Compiling OrderedCollections OrderedSet+Equatable.swift
[115/181] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[116/181] Compiling OrderedCollections OrderedSet+Hashable.swift
[117/181] Compiling OrderedCollections OrderedSet+Initializers.swift
[118/181] Compiling OrderedCollections OrderedSet+Insertions.swift
[119/181] Compiling OrderedCollections OrderedSet+Invariants.swift
[120/181] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[121/181] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[122/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[123/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[124/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[125/181] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[126/181] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[127/181] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[128/181] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[129/181] Compiling OrderedCollections OrderedDictionary+Codable.swift
[130/181] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[131/181] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[132/181] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[133/181] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[134/181] Compiling OrderedCollections OrderedDictionary+Elements.swift
[135/181] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[136/181] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[145/181] Emitting module Logging
[146/181] Compiling Logging Locks.swift
[147/181] Emitting module ConcurrencyHelpers
[148/181] Compiling ConcurrencyHelpers Lock.swift
[149/182] Compiling Logging MetadataProvider.swift
[151/182] Emitting module DequeModule
[152/182] Compiling OrderedCollections _HashTable+Constants.swift
[153/182] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[154/183] Compiling Logging Logging.swift
[155/184] Compiling c-atomics.c
[166/193] Compiling OrderedCollections OrderedSet+Sendable.swift
[167/193] Compiling OrderedCollections OrderedSet+SubSequence.swift
[168/193] Compiling OrderedCollections OrderedSet+Testing.swift
[169/193] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[170/193] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[171/193] Compiling OrderedCollections OrderedSet.swift
[172/193] Compiling OrderedCollections _UnsafeBitset.swift
[173/193] Emitting module OrderedCollections
[173/194] Wrapping AST for Logging for debugging
[174/194] Wrapping AST for DequeModule for debugging
[177/194] Compiling NIOConcurrencyHelpers NIOLock.swift
[178/194] Compiling NIOConcurrencyHelpers lock.swift
[179/194] Emitting module NIOConcurrencyHelpers
[180/194] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[181/194] Compiling NIOConcurrencyHelpers atomics.swift
[182/194] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[183/195] Emitting module UnixSignals
[185/240] Compiling UnixSignals UnixSignal.swift
[186/240] Compiling UnixSignals UnixSignalsSequence.swift
[187/241] Wrapping AST for NIOConcurrencyHelpers for debugging
[189/302] Compiling NIOCore Channel.swift
[190/302] Compiling NIOCore ChannelHandler.swift
[191/302] Compiling NIOCore ChannelHandlers.swift
[192/302] Compiling NIOCore ChannelInvoker.swift
[193/302] Compiling NIOCore ChannelOption.swift
[194/302] Compiling NIOCore ChannelPipeline.swift
[195/308] Compiling NIOCore AddressedEnvelope.swift
[196/308] Compiling NIOCore AsyncAwaitSupport.swift
[197/308] Compiling NIOCore AsyncChannel.swift
[198/308] Compiling NIOCore AsyncChannelHandler.swift
[199/308] Compiling NIOCore AsyncChannelInboundStream.swift
[200/308] Compiling NIOCore AsyncChannelOutboundWriter.swift
[201/308] Compiling NIOCore NIOAsyncSequenceProducer.swift
[202/308] Compiling NIOCore ByteBuffer-conversions.swift
[203/308] Compiling NIOCore ByteBuffer-core.swift
[204/308] Compiling NIOCore ByteBuffer-hex.swift
[205/308] Compiling NIOCore ByteBuffer-int.swift
[206/308] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[207/308] Compiling NIOCore CircularBuffer.swift
[208/308] Emitting module AsyncAlgorithms
[209/308] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[210/308] Compiling NIOCore NIOAsyncWriter.swift
[211/308] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[212/308] Compiling NIOCore BSDSocketAPI.swift
[213/308] Compiling NIOCore ByteBuffer-aux.swift
[214/308] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[215/308] Compiling NIOCore FileRegion.swift
[216/308] Compiling NIOCore GlobalSingletons.swift
[217/308] Compiling NIOCore IO.swift
[218/308] Compiling NIOCore ByteBuffer-multi-int.swift
[219/308] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[220/308] Compiling NIOCore ByteBuffer-views.swift
[221/308] Compiling NIOCore NIOAny.swift
[222/308] Compiling NIOCore NIOCloseOnErrorHandler.swift
[223/308] Compiling NIOCore NIOCoreSendableMetatype.swift
[224/308] Compiling NIOCore NIOLoopBound.swift
[225/308] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[226/308] Compiling NIOCore NIOScheduledCallback.swift
[227/308] Compiling NIOCore NIOSendable.swift
[228/308] Compiling NIOCore RecvByteBufferAllocator.swift
[229/316] Compiling NIOCore Codec.swift
[230/316] Compiling NIOCore ConvenienceOptionSupport.swift
[231/316] Compiling NIOCore DeadChannel.swift
[232/316] Compiling NIOCore DispatchQueue+WithFuture.swift
[233/316] Compiling NIOCore EventLoop+Deprecated.swift
[234/316] Compiling NIOCore EventLoop+SerialExecutor.swift
[235/316] Compiling NIOCore EventLoop.swift
[236/316] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[237/316] Compiling NIOCore EventLoopFuture+Deprecated.swift
[238/316] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[239/316] Compiling NIOCore EventLoopFuture.swift
[240/316] Compiling NIOCore FileDescriptor.swift
[241/316] Compiling NIOCore FileHandle.swift
[242/316] Compiling AsyncAlgorithms SetAlgebra.swift
[243/316] Compiling AsyncAlgorithms UnsafeTransfer.swift
[244/316] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[245/316] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[246/316] Compiling AsyncAlgorithms ZipStateMachine.swift
[247/316] Compiling AsyncAlgorithms ZipStorage.swift
[248/316] Compiling NIOCore MarkedCircularBuffer.swift
[249/316] Compiling NIOCore MulticastChannel.swift
[265/325] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[266/325] Compiling NIOCore SocketAddresses.swift
[267/325] Compiling NIOCore SocketOptionProvider.swift
[268/325] Compiling NIOCore SystemCallHelpers.swift
[269/325] Compiling NIOCore TimeAmount+Duration.swift
[270/325] Compiling NIOCore TypeAssistedChannelHandler.swift
[271/325] Compiling NIOCore UniversalBootstrapSupport.swift
[272/325] Compiling NIOCore Utilities.swift
[273/325] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[274/326] Emitting module ServiceLifecycle
[293/326] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[294/326] Compiling ServiceLifecycle ServiceRunnerError.swift
[295/326] Compiling ServiceLifecycle CancellationWaiter.swift
[296/326] Compiling ServiceLifecycle GracefulShutdown.swift
[297/326] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[298/326] Compiling ServiceLifecycle Service.swift
[299/326] Compiling ServiceLifecycle ServiceGroup.swift
[319/327] Emitting module NIOCore
[320/328] Wrapping AST for NIOCore for debugging
[322/380] Emitting module NIOEmbedded
[323/380] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[324/380] Compiling NIOEmbedded Embedded.swift
[325/380] Compiling NIOEmbedded AsyncTestingChannel.swift
[326/381] Wrapping AST for NIOEmbedded for debugging
[328/381] Compiling NIOPosix BSDSocketAPICommon.swift
[329/381] Compiling NIOPosix BSDSocketAPIPosix.swift
[330/381] Compiling NIOPosix BSDSocketAPIWindows.swift
[331/381] Compiling NIOPosix BaseSocket.swift
[332/381] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[333/381] Compiling NIOPosix BaseSocketChannel.swift
[334/381] Compiling NIOPosix BaseStreamSocketChannel.swift
[335/387] Compiling NIOPosix SelectableEventLoop.swift
[336/387] Compiling NIOPosix SelectorEpoll.swift
[337/387] Compiling NIOPosix SelectorGeneric.swift
[338/387] Compiling NIOPosix SelectorKqueue.swift
[339/387] Compiling NIOPosix SelectorUring.swift
[340/387] Compiling NIOPosix ServerSocket.swift
[341/387] Emitting module NIOPosix
[342/387] Compiling NIOPosix Pool.swift
[343/387] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[344/387] Compiling NIOPosix PosixSingletons.swift
[345/387] Compiling NIOPosix RawSocketBootstrap.swift
[346/387] Compiling NIOPosix Resolver.swift
[347/387] Compiling NIOPosix Selectable.swift
[348/387] Compiling NIOPosix SelectableChannel.swift
[349/387] Compiling NIOPosix IO.swift
[350/387] Compiling NIOPosix IntegerBitPacking.swift
[351/387] Compiling NIOPosix IntegerTypes.swift
[352/387] Compiling NIOPosix Linux.swift
[353/387] Compiling NIOPosix LinuxCPUSet.swift
[354/387] Compiling NIOPosix LinuxUring.swift
[355/387] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[356/387] Compiling NIOPosix Socket.swift
[357/387] Compiling NIOPosix SocketChannel.swift
[358/387] Compiling NIOPosix SocketProtocols.swift
[359/387] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[360/387] Compiling NIOPosix System.swift
[361/387] Compiling NIOPosix Thread.swift
[362/387] Compiling NIOPosix ThreadPosix.swift
[363/387] Compiling NIOPosix ThreadWindows.swift
[364/387] Compiling NIOPosix UnsafeTransfer.swift
[365/387] Compiling NIOPosix Utilities.swift
[366/387] Compiling NIOPosix VsockAddress.swift
[367/387] Compiling NIOPosix VsockChannelEvents.swift
[368/387] Compiling NIOPosix NIOPosixSendableMetatype.swift
[369/387] Compiling NIOPosix NIOThreadPool.swift
[370/387] Compiling NIOPosix NonBlockingFileIO.swift
[371/387] Compiling NIOPosix PendingDatagramWritesManager.swift
[372/387] Compiling NIOPosix PendingWritesManager.swift
[373/387] Compiling NIOPosix PipeChannel.swift
[374/387] Compiling NIOPosix PipePair.swift
[375/387] Compiling NIOPosix Bootstrap.swift
[376/387] Compiling NIOPosix ControlMessage.swift
[377/387] Compiling NIOPosix DatagramVectorReadManager.swift
[378/387] Compiling NIOPosix Errors+Any.swift
[379/387] Compiling NIOPosix FileDescriptor.swift
[380/387] Compiling NIOPosix GetaddrinfoResolver.swift
[381/387] Compiling NIOPosix HappyEyeballs.swift
[382/388] Wrapping AST for NIOPosix for debugging
[384/390] Emitting module NIO
[385/390] Compiling NIO Exports.swift
[386/391] Wrapping AST for NIO for debugging
[388/407] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[389/407] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[390/409] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[391/409] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[392/409] Emitting module NIOHTTP1
[393/409] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[394/409] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[395/409] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[396/409] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[397/409] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[398/409] Compiling NIOHTTP1 HTTPTypes.swift
[399/409] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[400/409] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[401/409] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[402/409] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[403/409] Compiling NIOHTTP1 ByteCollectionUtils.swift
[404/409] Compiling NIOHTTP1 HTTPDecoder.swift
[405/409] Compiling NIOHTTP1 HTTPEncoder.swift
[406/410] Wrapping AST for NIOHTTP1 for debugging
[408/434] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[409/434] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[410/434] Compiling AWSLambdaRuntime SendableMetatype.swift
[411/436] Compiling AWSLambdaRuntime LambdaClock.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:142:18: error: cannot find 'timespec' in scope
140 | /// - Returns: An `Instant` representing the current time.
141 | public var now: Instant {
142 | var ts = timespec()
| `- error: cannot find 'timespec' in scope
143 | clock_gettime(CLOCK_REALTIME, &ts)
144 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:143:9: error: cannot find 'clock_gettime' in scope
141 | public var now: Instant {
142 | var ts = timespec()
143 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'clock_gettime' in scope
144 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
145 | }
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:143:23: error: cannot find 'CLOCK_REALTIME' in scope
141 | public var now: Instant {
142 | var ts = timespec()
143 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'CLOCK_REALTIME' in scope
144 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
145 | }
[412/436] Compiling AWSLambdaRuntime LambdaContext.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:142:18: error: cannot find 'timespec' in scope
140 | /// - Returns: An `Instant` representing the current time.
141 | public var now: Instant {
142 | var ts = timespec()
| `- error: cannot find 'timespec' in scope
143 | clock_gettime(CLOCK_REALTIME, &ts)
144 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:143:9: error: cannot find 'clock_gettime' in scope
141 | public var now: Instant {
142 | var ts = timespec()
143 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'clock_gettime' in scope
144 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
145 | }
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:143:23: error: cannot find 'CLOCK_REALTIME' in scope
141 | public var now: Instant {
142 | var ts = timespec()
143 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'CLOCK_REALTIME' in scope
144 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
145 | }
[413/436] Compiling AWSLambdaRuntime LambdaHandlers.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:142:18: error: cannot find 'timespec' in scope
140 | /// - Returns: An `Instant` representing the current time.
141 | public var now: Instant {
142 | var ts = timespec()
| `- error: cannot find 'timespec' in scope
143 | clock_gettime(CLOCK_REALTIME, &ts)
144 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:143:9: error: cannot find 'clock_gettime' in scope
141 | public var now: Instant {
142 | var ts = timespec()
143 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'clock_gettime' in scope
144 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
145 | }
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:143:23: error: cannot find 'CLOCK_REALTIME' in scope
141 | public var now: Instant {
142 | var ts = timespec()
143 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'CLOCK_REALTIME' in scope
144 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
145 | }
[414/436] Compiling AWSLambdaRuntime Utils.swift
[415/436] Compiling AWSLambdaRuntime Version.swift
[416/436] Compiling AWSLambdaRuntime Lambda+JSON.swift
[417/436] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[418/436] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[419/436] 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 |
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
[420/436] Compiling AWSLambdaRuntime Lambda+Codable.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/436] Compiling AWSLambdaRuntime Lambda+LocalServer.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/436] 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 |
[423/436] Compiling MockServer MockHTTPServer.swift
[424/436] Emitting module MockServer
[425/436] Compiling AWSLambdaRuntime LambdaRequestID.swift
[426/436] Compiling AWSLambdaRuntime LambdaResponseStreamWriter+Headers.swift
[427/436] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[428/436] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[429/436] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[430/436] Compiling AWSLambdaRuntime Context+Foundation.swift
[431/436] Compiling AWSLambdaRuntime LambdaRuntime.swift
[432/436] Compiling AWSLambdaRuntime LambdaRuntimeClient+ChannelHandler.swift
[433/436] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/17] Write swift-version-24593BA9C3E375BF.txt
[3/69] Compiling _NIODataStructures Heap.swift
[4/69] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/70] Compiling ConcurrencyHelpers LockedValueBox.swift
[6/70] Compiling Atomics AtomicInteger.swift
[7/70] Compiling Atomics AtomicOptionalWrappable.swift
[8/70] Compiling Atomics AtomicReference.swift
[9/70] Compiling Atomics AtomicStorage.swift
[10/70] Compiling _NIODataStructures PriorityQueue.swift
[11/70] Compiling _NIODataStructures _TinyArray.swift
[13/70] Compiling Atomics AtomicValue.swift
[14/70] Compiling Atomics AtomicMemoryOrderings.swift
[15/70] Compiling Atomics DoubleWord.swift
[16/72] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[17/72] Compiling Logging MetadataProvider.swift
[18/72] Compiling Atomics ManagedAtomic.swift
[19/72] Compiling Atomics ManagedAtomicLazyReference.swift
[20/72] Compiling Atomics UnsafeAtomic.swift
[21/72] Compiling Atomics UnsafeAtomicLazyReference.swift
[22/72] Emitting module _NIODataStructures
[23/73] Compiling NIOConcurrencyHelpers NIOLock.swift
[24/73] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[25/73] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/73] Compiling NIOConcurrencyHelpers atomics.swift
[27/73] Compiling NIOConcurrencyHelpers lock.swift
[31/73] Emitting module NIOConcurrencyHelpers
[32/73] Compiling Logging Locks.swift
[33/73] Emitting module Logging
[34/74] Emitting module ConcurrencyHelpers
[35/74] Compiling ConcurrencyHelpers Lock.swift
[37/75] Compiling _NIOBase64 Base64.swift
[38/75] Emitting module _NIOBase64
[39/76] Compiling Atomics PointerConformances.swift
[40/76] Compiling Atomics Primitives.native.swift
[43/76] Compiling Atomics AtomicBool.swift
[44/76] Compiling Atomics IntegerConformances.swift
[45/76] Emitting module InternalCollectionsUtilities
[46/76] Compiling Atomics OptionalRawRepresentable.swift
[47/76] Compiling Atomics RawRepresentable.swift
[52/77] Compiling Atomics IntegerOperations.swift
[53/77] Compiling Atomics Unmanaged extensions.swift
[57/77] Compiling Logging Logging.swift
[58/77] Compiling Logging LogHandler.swift
[60/146] Emitting module UnixSignals
[61/146] Compiling UnixSignals UnixSignal.swift
[62/146] Compiling UnixSignals UnixSignalsSequence.swift
[64/147] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[65/147] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[66/149] Compiling OrderedCollections _HashTable+Constants.swift
[67/149] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[68/149] Emitting module Atomics
[69/149] Compiling OrderedCollections _HashTable+Bucket.swift
[70/149] Compiling OrderedCollections _HashTable+BucketIterator.swift
[71/149] Compiling OrderedCollections _HashTable+Testing.swift
[72/149] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[73/149] Compiling OrderedCollections OrderedDictionary+Codable.swift
[74/149] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[75/149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[76/149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[77/149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[78/149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[79/149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[80/149] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[81/149] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[82/156] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[83/156] Compiling OrderedCollections OrderedDictionary+Elements.swift
[84/156] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[85/156] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[86/156] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[87/156] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[88/156] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[89/156] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[90/156] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[91/156] Compiling OrderedCollections _HashTable.swift
[92/156] Compiling OrderedCollections _Hashtable+Header.swift
[93/156] Compiling OrderedCollections OrderedSet+Initializers.swift
[94/156] Compiling OrderedCollections OrderedSet+Insertions.swift
[95/156] Compiling OrderedCollections OrderedSet+Invariants.swift
[96/156] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[97/156] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[98/156] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[99/156] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[100/156] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[101/156] Compiling DequeModule _DequeSlot.swift
[102/156] Compiling DequeModule _UnsafeWrappedBuffer.swift
[103/156] Compiling OrderedCollections OrderedDictionary.swift
[104/156] Compiling OrderedCollections OrderedSet+Codable.swift
[105/156] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[106/156] Compiling OrderedCollections OrderedSet+Descriptions.swift
[107/156] Compiling OrderedCollections OrderedSet+Diffing.swift
[108/156] Compiling OrderedCollections OrderedSet+Equatable.swift
[109/156] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[110/156] Compiling OrderedCollections OrderedSet+Hashable.swift
[111/156] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[112/156] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[113/156] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[114/156] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[115/156] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[116/156] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[117/156] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[118/156] Compiling OrderedCollections OrderedDictionary+Values.swift
[131/156] Emitting module DequeModule
[141/217] Compiling NIOCore IntegerBitPacking.swift
[142/217] Compiling NIOCore IntegerTypes.swift
[143/217] Compiling NIOCore Interfaces.swift
[144/217] Compiling NIOCore Linux.swift
[145/217] Compiling NIOCore MarkedCircularBuffer.swift
[146/217] Compiling NIOCore MulticastChannel.swift
[147/217] Compiling OrderedCollections _UnsafeBitset.swift
[148/217] Emitting module OrderedCollections
[150/263] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[151/263] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[152/263] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[153/263] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[154/263] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[155/263] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[156/263] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[157/269] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[158/269] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[159/269] Compiling AsyncAlgorithms MergeStateMachine.swift
[160/269] Compiling AsyncAlgorithms MergeStorage.swift
[161/269] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[162/269] Compiling AsyncAlgorithms Rethrow.swift
[163/269] Emitting module AsyncAlgorithms
[164/269] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[165/269] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[166/269] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[167/269] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[168/269] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[169/269] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[170/269] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[171/269] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[172/269] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[173/269] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[174/269] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[175/269] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[176/269] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[177/269] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[178/269] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[179/269] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[180/269] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[181/269] Compiling AsyncAlgorithms AsyncChannel.swift
[182/269] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[183/269] Compiling AsyncAlgorithms ChannelStateMachine.swift
[184/269] Compiling AsyncAlgorithms ChannelStorage.swift
[185/269] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[186/269] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[187/269] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[188/269] Compiling AsyncAlgorithms CombineLatestStorage.swift
[189/269] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[190/269] Compiling AsyncAlgorithms DebounceStateMachine.swift
[191/269] Compiling AsyncAlgorithms DebounceStorage.swift
[192/269] Compiling AsyncAlgorithms Dictionary.swift
[193/269] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[194/269] Compiling AsyncAlgorithms Locking.swift
[203/269] Compiling NIOCore IOData.swift
[204/269] Compiling NIOCore IPProtocol.swift
[220/269] Compiling AsyncAlgorithms SetAlgebra.swift
[221/269] Compiling AsyncAlgorithms UnsafeTransfer.swift
[222/269] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[223/269] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[224/269] Compiling AsyncAlgorithms ZipStateMachine.swift
[225/269] Compiling AsyncAlgorithms ZipStorage.swift
[226/269] Compiling NIOCore EventLoop.swift
[227/269] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[244/278] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[245/278] Compiling NIOCore SocketAddresses.swift
[246/278] Compiling NIOCore SocketOptionProvider.swift
[247/278] Compiling NIOCore SystemCallHelpers.swift
[248/278] Compiling NIOCore TimeAmount+Duration.swift
[249/278] Compiling NIOCore TypeAssistedChannelHandler.swift
[250/278] Compiling NIOCore UniversalBootstrapSupport.swift
[251/278] Compiling NIOCore Utilities.swift
[270/278] Emitting module NIOCore
[272/338] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[273/338] Emitting module ServiceLifecycle
[274/339] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[275/339] Compiling NIOEmbedded AsyncTestingChannel.swift
[276/339] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[277/339] Compiling ServiceLifecycle ServiceRunnerError.swift
[278/339] Emitting module NIOEmbedded
[279/339] Compiling ServiceLifecycle Service.swift
[280/339] Compiling ServiceLifecycle CancellationWaiter.swift
[281/339] Compiling ServiceLifecycle GracefulShutdown.swift
[282/339] Compiling ServiceLifecycle ServiceGroup.swift
[284/340] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[285/340] Compiling NIOEmbedded Embedded.swift
[286/341] Compiling NIOPosix Pool.swift
[287/341] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[288/341] Compiling NIOPosix PosixSingletons.swift
[289/341] Compiling NIOPosix RawSocketBootstrap.swift
[290/341] Compiling NIOPosix Resolver.swift
[291/341] Compiling NIOPosix Selectable.swift
[292/341] Compiling NIOPosix SelectableChannel.swift
[294/346] Compiling NIOPosix IO.swift
[295/346] Compiling NIOPosix IntegerBitPacking.swift
[296/346] Compiling NIOPosix IntegerTypes.swift
[297/346] Compiling NIOPosix Linux.swift
[298/346] Compiling NIOPosix LinuxCPUSet.swift
[299/346] Compiling NIOPosix LinuxUring.swift
[300/346] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[301/346] Compiling NIOPosix ThreadPosix.swift
[302/346] Compiling NIOPosix ThreadWindows.swift
[303/346] Compiling NIOPosix UnsafeTransfer.swift
[304/346] Compiling NIOPosix Utilities.swift
[305/346] Compiling NIOPosix VsockAddress.swift
[306/346] Compiling NIOPosix VsockChannelEvents.swift
[307/346] Compiling NIOPosix Socket.swift
[308/346] Compiling NIOPosix SocketChannel.swift
[309/346] Compiling NIOPosix SocketProtocols.swift
[310/346] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[311/346] Compiling NIOPosix System.swift
[312/346] Compiling NIOPosix Thread.swift
[313/346] Compiling NIOPosix SelectableEventLoop.swift
[314/346] Compiling NIOPosix SelectorEpoll.swift
[315/346] Compiling NIOPosix SelectorGeneric.swift
[316/346] Compiling NIOPosix SelectorKqueue.swift
[317/346] Compiling NIOPosix SelectorUring.swift
[318/346] Compiling NIOPosix ServerSocket.swift
[319/346] Emitting module NIOPosix
[320/346] Compiling NIOPosix BSDSocketAPICommon.swift
[321/346] Compiling NIOPosix BSDSocketAPIPosix.swift
[322/346] Compiling NIOPosix BSDSocketAPIWindows.swift
[323/346] Compiling NIOPosix BaseSocket.swift
[324/346] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[325/346] Compiling NIOPosix BaseSocketChannel.swift
[326/346] Compiling NIOPosix BaseStreamSocketChannel.swift
[327/346] Compiling NIOPosix Bootstrap.swift
[328/346] Compiling NIOPosix ControlMessage.swift
[329/346] Compiling NIOPosix DatagramVectorReadManager.swift
[330/346] Compiling NIOPosix Errors+Any.swift
[331/346] Compiling NIOPosix FileDescriptor.swift
[332/346] Compiling NIOPosix GetaddrinfoResolver.swift
[333/346] Compiling NIOPosix HappyEyeballs.swift
[334/346] Compiling NIOPosix NIOPosixSendableMetatype.swift
[335/346] Compiling NIOPosix NIOThreadPool.swift
[336/346] Compiling NIOPosix NonBlockingFileIO.swift
[337/346] Compiling NIOPosix PendingDatagramWritesManager.swift
[338/346] Compiling NIOPosix PendingWritesManager.swift
[339/346] Compiling NIOPosix PipeChannel.swift
[340/346] Compiling NIOPosix PipePair.swift
[342/348] Compiling NIO Exports.swift
[343/348] Emitting module NIO
[345/364] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[346/364] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[347/366] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[348/366] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[349/366] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[350/366] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[351/366] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[352/366] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[353/366] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[354/366] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[355/366] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[356/366] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[357/366] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[358/366] Compiling NIOHTTP1 HTTPTypes.swift
[359/366] Emitting module NIOHTTP1
[360/366] Compiling NIOHTTP1 ByteCollectionUtils.swift
[361/366] Compiling NIOHTTP1 HTTPDecoder.swift
[362/366] Compiling NIOHTTP1 HTTPEncoder.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[364/390] Compiling AWSLambdaRuntime Lambda+JSON.swift
[365/390] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[366/390] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
[367/390] 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 |
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
[368/392] Emitting module MockServer
[369/392] Compiling MockServer MockHTTPServer.swift
[371/393] Compiling AWSLambdaRuntime Utils.swift
[372/393] Compiling AWSLambdaRuntime Version.swift
[372/393] Wrapping AST for MockServer for debugging
[373/393] Write Objects.LinkFileList
[375/393] Compiling AWSLambdaRuntime LambdaRequestID.swift
[376/393] Compiling AWSLambdaRuntime LambdaResponseStreamWriter+Headers.swift
[377/393] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[378/393] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[379/393] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[380/393] Compiling AWSLambdaRuntime SendableMetatype.swift
[381/393] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[382/393] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[383/393] Compiling AWSLambdaRuntime Context+Foundation.swift
[384/393] Compiling AWSLambdaRuntime LambdaRuntime.swift
[385/393] Compiling AWSLambdaRuntime LambdaRuntimeClient+ChannelHandler.swift
[386/393] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
[387/393] Compiling AWSLambdaRuntime Lambda+Codable.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 |
[388/393] Compiling AWSLambdaRuntime Lambda+LocalServer.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 |
[389/393] 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 |
[390/393] Compiling AWSLambdaRuntime LambdaClock.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:142:18: error: cannot find 'timespec' in scope
140 | /// - Returns: An `Instant` representing the current time.
141 | public var now: Instant {
142 | var ts = timespec()
| `- error: cannot find 'timespec' in scope
143 | clock_gettime(CLOCK_REALTIME, &ts)
144 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:143:9: error: cannot find 'clock_gettime' in scope
141 | public var now: Instant {
142 | var ts = timespec()
143 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'clock_gettime' in scope
144 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
145 | }
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:143:23: error: cannot find 'CLOCK_REALTIME' in scope
141 | public var now: Instant {
142 | var ts = timespec()
143 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'CLOCK_REALTIME' in scope
144 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
145 | }
[391/393] Compiling AWSLambdaRuntime LambdaContext.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:142:18: error: cannot find 'timespec' in scope
140 | /// - Returns: An `Instant` representing the current time.
141 | public var now: Instant {
142 | var ts = timespec()
| `- error: cannot find 'timespec' in scope
143 | clock_gettime(CLOCK_REALTIME, &ts)
144 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:143:9: error: cannot find 'clock_gettime' in scope
141 | public var now: Instant {
142 | var ts = timespec()
143 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'clock_gettime' in scope
144 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
145 | }
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:143:23: error: cannot find 'CLOCK_REALTIME' in scope
141 | public var now: Instant {
142 | var ts = timespec()
143 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'CLOCK_REALTIME' in scope
144 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
145 | }
[392/393] Compiling AWSLambdaRuntime LambdaHandlers.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:142:18: error: cannot find 'timespec' in scope
140 | /// - Returns: An `Instant` representing the current time.
141 | public var now: Instant {
142 | var ts = timespec()
| `- error: cannot find 'timespec' in scope
143 | clock_gettime(CLOCK_REALTIME, &ts)
144 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:143:9: error: cannot find 'clock_gettime' in scope
141 | public var now: Instant {
142 | var ts = timespec()
143 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'clock_gettime' in scope
144 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
145 | }
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/LambdaClock.swift:143:23: error: cannot find 'CLOCK_REALTIME' in scope
141 | public var now: Instant {
142 | var ts = timespec()
143 | clock_gettime(CLOCK_REALTIME, &ts)
| `- error: cannot find 'CLOCK_REALTIME' in scope
144 | return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
145 | }
[392/393] Linking MockServer
BUILD FAILURE 6.1 android