Build Information
Failed to build swift-aws-lambda-runtime, reference 2.0.0-beta.3 (d8ee71
), with Swift 6.1 for Android on 3 Sep 2025 16:51:37 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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: 2.0.0-beta.3
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/swift-server/swift-aws-lambda-runtime
* tag 2.0.0-beta.3 -> FETCH_HEAD
HEAD is now at d8ee71f add support for LOCAL_LAMBDA_PORT / HOST(#557)
Cloned https://github.com/swift-server/swift-aws-lambda-runtime.git
Revision (git rev-parse @):
d8ee71fc096e6bc87b300e7668f4ae4f09c01a9d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-aws-lambda-runtime.git at 2.0.0-beta.3
========================================
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" : [
],
"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-4606859-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/apple/swift-collections.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2433] Fetching swift-service-lifecycle
[2434/19827] Fetching swift-service-lifecycle, swift-collections
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.66s)
[1392/17394] Fetching swift-collections
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-collections.git from cache (2.11s)
[1/3903] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.67s)
[1/78028] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.27s)
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 (12.47s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5165] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.66s)
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.97s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.35s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.00s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.42s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
[437/6755] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.92s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.94s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.03s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.24s)
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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
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-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-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
[19/49] Compiling _AtomicsShims.c
[20/49] Compiling CNIOWindows shim.c
[21/49] Compiling CNIOWASI CNIOWASI.c
[22/49] Compiling CNIOWindows WSAStartup.c
[23/49] Compiling CNIOPosix event_loop_id.c
[24/49] Compiling CNIOLLHTTP c_nio_http.c
[25/49] Compiling CNIOLinux liburing_shims.c
[25/49] Write sources
[27/49] Compiling CNIODarwin shim.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] Emitting module _NIODataStructures
[35/95] Emitting module Atomics
[36/97] Compiling _NIODataStructures _TinyArray.swift
[37/97] Compiling Atomics IntegerOperations.swift
[38/97] Compiling Atomics Unmanaged extensions.swift
[39/97] Compiling Atomics AtomicStorage.swift
[40/97] Compiling Atomics AtomicValue.swift
[41/97] Compiling Atomics AtomicMemoryOrderings.swift
[42/97] Compiling Atomics DoubleWord.swift
[43/97] Compiling Atomics IntegerConformances.swift
[44/97] Compiling Atomics PointerConformances.swift
[47/97] Compiling Atomics AtomicInteger.swift
[48/97] Compiling Atomics AtomicOptionalWrappable.swift
[49/97] Compiling _NIODataStructures PriorityQueue.swift
[50/97] Compiling Atomics AtomicReference.swift
[51/97] Compiling Atomics ManagedAtomic.swift
[52/97] Compiling Atomics ManagedAtomicLazyReference.swift
[53/97] Compiling Atomics RawRepresentable.swift
[54/97] Compiling Atomics AtomicBool.swift
[55/98] Compiling Atomics UnsafeAtomic.swift
[56/98] Compiling Atomics UnsafeAtomicLazyReference.swift
[57/98] Compiling ConcurrencyHelpers LockedValueBox.swift
[62/98] Compiling Atomics Primitives.native.swift
[65/98] Compiling _NIOBase64 Base64.swift
[66/98] Emitting module InternalCollectionsUtilities
[68/98] Compiling Atomics OptionalRawRepresentable.swift
[69/98] Compiling _NIODataStructures Heap.swift
[70/99] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[75/101] Compiling c-nioatomics.c
[78/101] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[78/102] Wrapping AST for _NIODataStructures for debugging
[79/102] Wrapping AST for _NIOBase64 for debugging
[81/102] Wrapping AST for Atomics for debugging
[82/102] Compiling c-atomics.c
[83/102] Wrapping AST for InternalCollectionsUtilities for debugging
[85/178] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[86/178] Compiling DequeModule _DequeBuffer.swift
[87/178] Compiling DequeModule _DequeBufferHeader.swift
[88/180] Compiling DequeModule Deque+CustomReflectable.swift
[89/180] Compiling DequeModule Deque+Descriptions.swift
[90/180] Compiling DequeModule Deque+Equatable.swift
[91/180] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[92/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[93/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[94/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[95/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[96/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[97/180] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[98/180] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[99/187] Compiling NIOConcurrencyHelpers NIOLock.swift
[100/187] Compiling NIOConcurrencyHelpers atomics.swift
[101/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[102/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[103/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[104/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[105/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[106/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[107/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[108/187] Emitting module NIOConcurrencyHelpers
[109/187] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[110/187] Compiling NIOConcurrencyHelpers lock.swift
[111/188] Compiling DequeModule _DequeSlot.swift
[112/188] Compiling DequeModule _UnsafeWrappedBuffer.swift
[114/188] Compiling DequeModule Deque+Extras.swift
[115/188] Compiling DequeModule Deque+Hashable.swift
[116/188] Compiling DequeModule Deque+Testing.swift
[117/188] Compiling DequeModule Deque._Storage.swift
[118/188] Compiling DequeModule Deque._UnsafeHandle.swift
[119/188] Compiling DequeModule Deque.swift
[120/188] Compiling OrderedCollections OrderedDictionary.swift
[121/188] Compiling OrderedCollections OrderedSet+Codable.swift
[122/188] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[123/188] Compiling OrderedCollections OrderedSet+Descriptions.swift
[124/188] Compiling OrderedCollections OrderedSet+Diffing.swift
[125/188] Compiling OrderedCollections OrderedSet+Equatable.swift
[126/188] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[127/188] Compiling OrderedCollections OrderedSet+Hashable.swift
[128/188] Compiling OrderedCollections OrderedDictionary+Codable.swift
[129/188] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[130/188] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[131/188] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[132/188] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[133/188] Compiling OrderedCollections OrderedDictionary+Elements.swift
[134/188] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[135/188] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[136/188] Compiling OrderedCollections OrderedSet+Initializers.swift
[137/188] Compiling OrderedCollections OrderedSet+Insertions.swift
[138/188] Compiling OrderedCollections OrderedSet+Invariants.swift
[139/188] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[140/188] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[141/188] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[142/188] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[143/188] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[143/188] Wrapping AST for NIOConcurrencyHelpers for debugging
[145/188] Compiling DequeModule Deque+Codable.swift
[146/188] Compiling DequeModule Deque+Collection.swift
[155/188] Emitting module DequeModule
[157/189] Compiling Logging MetadataProvider.swift
[158/189] Compiling Logging LogHandler.swift
[159/189] Compiling Logging Locks.swift
[160/189] Emitting module Logging
[161/189] Compiling Logging Logging.swift
[162/190] Emitting module ConcurrencyHelpers
[163/190] Compiling ConcurrencyHelpers Lock.swift
[163/191] Wrapping AST for DequeModule for debugging
[175/252] Compiling NIOCore NIOCoreSendableMetatype.swift
[176/252] Compiling NIOCore NIOLoopBound.swift
[177/252] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[178/252] Compiling NIOCore NIOScheduledCallback.swift
[179/252] Compiling NIOCore NIOSendable.swift
[180/252] Compiling NIOCore RecvByteBufferAllocator.swift
[181/252] Compiling OrderedCollections _UnsafeBitset.swift
[181/255] Wrapping AST for Logging for debugging
[183/255] Emitting module OrderedCollections
[185/301] Emitting module UnixSignals
[186/301] Compiling UnixSignals UnixSignal.swift
[187/301] Compiling UnixSignals UnixSignalsSequence.swift
[189/302] Compiling NIOCore NIOAny.swift
[190/302] Compiling NIOCore NIOCloseOnErrorHandler.swift
[197/310] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[198/310] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[199/310] Compiling AsyncAlgorithms MergeStateMachine.swift
[200/310] Compiling AsyncAlgorithms MergeStorage.swift
[201/310] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[202/310] Compiling AsyncAlgorithms Rethrow.swift
[203/316] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[204/316] Compiling AsyncAlgorithms Locking.swift
[211/316] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[212/316] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[213/316] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[214/316] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[215/316] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[216/316] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[217/316] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[218/316] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[219/316] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[220/316] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[221/316] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[222/316] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[223/316] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[224/316] Emitting module AsyncAlgorithms
[225/316] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[226/316] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[227/316] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[228/316] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[229/316] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[230/316] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[231/316] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[232/316] Compiling AsyncAlgorithms SetAlgebra.swift
[233/316] Compiling AsyncAlgorithms UnsafeTransfer.swift
[234/316] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[235/316] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[236/316] Compiling AsyncAlgorithms ZipStateMachine.swift
[237/316] Compiling AsyncAlgorithms ZipStorage.swift
[238/316] Compiling NIOCore GlobalSingletons.swift
[239/316] Compiling NIOCore IO.swift
[240/316] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[241/316] Compiling AsyncAlgorithms DebounceStateMachine.swift
[242/316] Compiling AsyncAlgorithms DebounceStorage.swift
[243/316] Compiling AsyncAlgorithms Dictionary.swift
[246/316] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[247/316] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[248/316] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[249/316] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[250/316] Compiling AsyncAlgorithms AsyncChannel.swift
[251/316] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[252/316] Compiling AsyncAlgorithms ChannelStateMachine.swift
[253/316] Compiling AsyncAlgorithms ChannelStorage.swift
[254/316] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[255/316] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[256/316] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[257/316] Compiling AsyncAlgorithms CombineLatestStorage.swift
[264/317] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[265/317] Compiling NIOCore SocketAddresses.swift
[266/317] Compiling NIOCore SocketOptionProvider.swift
[267/317] Compiling NIOCore SystemCallHelpers.swift
[268/317] Compiling NIOCore TimeAmount+Duration.swift
[269/317] Compiling NIOCore TypeAssistedChannelHandler.swift
[270/317] Compiling NIOCore UniversalBootstrapSupport.swift
[271/317] Compiling NIOCore Utilities.swift
[309/317] Emitting module NIOCore
[310/326] Wrapping AST for NIOCore for debugging
[312/378] Compiling ServiceLifecycle CancellationWaiter.swift
[313/379] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[314/379] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[315/379] Emitting module ServiceLifecycle
[316/379] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[317/379] Compiling ServiceLifecycle ServiceRunnerError.swift
[318/379] Emitting module NIOEmbedded
[319/379] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[320/379] Compiling ServiceLifecycle GracefulShutdown.swift
[321/379] Compiling ServiceLifecycle Service.swift
[322/379] Compiling ServiceLifecycle ServiceGroup.swift
[323/380] Compiling NIOEmbedded AsyncTestingChannel.swift
[324/380] Compiling NIOEmbedded Embedded.swift
[326/381] Wrapping AST for NIOEmbedded for debugging
[328/381] Compiling NIOPosix Pool.swift
[329/381] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[330/381] Compiling NIOPosix PosixSingletons.swift
[331/381] Compiling NIOPosix RawSocketBootstrap.swift
[332/381] Compiling NIOPosix Resolver.swift
[333/381] Compiling NIOPosix Selectable.swift
[334/381] Compiling NIOPosix SelectableChannel.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] Compiling NIOPosix Socket.swift
[342/387] Compiling NIOPosix SocketChannel.swift
[343/387] Compiling NIOPosix SocketProtocols.swift
[344/387] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[345/387] Compiling NIOPosix System.swift
[346/387] Compiling NIOPosix Thread.swift
[347/387] Emitting module NIOPosix
[348/387] Compiling NIOPosix BSDSocketAPICommon.swift
[349/387] Compiling NIOPosix BSDSocketAPIPosix.swift
[350/387] Compiling NIOPosix BSDSocketAPIWindows.swift
[351/387] Compiling NIOPosix BaseSocket.swift
[352/387] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[353/387] Compiling NIOPosix BaseSocketChannel.swift
[354/387] Compiling NIOPosix BaseStreamSocketChannel.swift
[355/387] Compiling NIOPosix ThreadPosix.swift
[356/387] Compiling NIOPosix ThreadWindows.swift
[357/387] Compiling NIOPosix UnsafeTransfer.swift
[358/387] Compiling NIOPosix Utilities.swift
[359/387] Compiling NIOPosix VsockAddress.swift
[360/387] Compiling NIOPosix VsockChannelEvents.swift
[361/387] Compiling NIOPosix IO.swift
[362/387] Compiling NIOPosix IntegerBitPacking.swift
[363/387] Compiling NIOPosix IntegerTypes.swift
[364/387] Compiling NIOPosix Linux.swift
[365/387] Compiling NIOPosix LinuxCPUSet.swift
[366/387] Compiling NIOPosix LinuxUring.swift
[367/387] Compiling NIOPosix MultiThreadedEventLoopGroup.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] Emitting module NIOHTTP1
[389/409] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[390/409] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[391/409] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[392/409] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[393/409] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[394/409] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[395/409] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[396/409] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[397/409] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[398/409] Compiling NIOHTTP1 HTTPTypes.swift
[399/409] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[400/409] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[401/409] Compiling NIOHTTP1 ByteCollectionUtils.swift
[402/409] Compiling NIOHTTP1 HTTPDecoder.swift
[403/409] Compiling NIOHTTP1 HTTPEncoder.swift
[404/409] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[405/409] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[406/410] Wrapping AST for NIOHTTP1 for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[408/434] 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 |
[409/436] Compiling AWSLambdaRuntime Utils.swift
[410/436] Compiling AWSLambdaRuntime Version.swift
[411/436] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[412/436] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[413/436] Compiling AWSLambdaRuntime Context+Foundation.swift
[414/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 |
[415/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 |
[416/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 |
[417/436] Emitting module MockServer
[418/436] Compiling MockServer MockHTTPServer.swift
[419/436] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[420/436] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[421/436] Compiling AWSLambdaRuntime SendableMetatype.swift
[422/436] Compiling AWSLambdaRuntime LambdaRequestID.swift
[423/436] Compiling AWSLambdaRuntime LambdaResponseStreamWriter+Headers.swift
[424/436] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[425/436] Compiling AWSLambdaRuntime Lambda+JSON.swift
[426/436] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[427/436] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
[428/436] Compiling AWSLambdaRuntime LambdaRuntime.swift
[429/436] Compiling AWSLambdaRuntime LambdaRuntimeClient+ChannelHandler.swift
[430/436] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
[431/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 | }
[432/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 | }
[433/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 | }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 ConcurrencyHelpers LockedValueBox.swift
[4/69] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/70] Compiling Atomics RawRepresentable.swift
[6/70] Compiling Atomics AtomicBool.swift
[7/70] Compiling Atomics IntegerConformances.swift
[8/70] Compiling Atomics PointerConformances.swift
[9/70] Compiling Atomics AtomicMemoryOrderings.swift
[10/70] Compiling Atomics DoubleWord.swift
[11/70] Compiling Atomics ManagedAtomic.swift
[12/70] Compiling Atomics ManagedAtomicLazyReference.swift
[13/70] Compiling Atomics UnsafeAtomic.swift
[14/70] Compiling Atomics UnsafeAtomicLazyReference.swift
[15/72] Compiling Logging MetadataProvider.swift
[16/72] Emitting module Logging
[17/72] Compiling Atomics AtomicStorage.swift
[18/72] Compiling Atomics AtomicValue.swift
[21/72] Emitting module ConcurrencyHelpers
[22/72] Compiling ConcurrencyHelpers Lock.swift
[23/73] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[24/73] Compiling NIOConcurrencyHelpers NIOLock.swift
[25/73] Compiling Logging Locks.swift
[27/73] Emitting module InternalCollectionsUtilities
[28/73] Compiling NIOConcurrencyHelpers lock.swift
[29/73] Compiling Atomics AtomicReference.swift
[30/73] Compiling Atomics OptionalRawRepresentable.swift
[31/73] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[32/73] Compiling Atomics IntegerOperations.swift
[33/73] Compiling Atomics Unmanaged extensions.swift
[36/73] Compiling Atomics AtomicInteger.swift
[37/73] Compiling Atomics AtomicOptionalWrappable.swift
[38/74] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[39/74] Emitting module NIOConcurrencyHelpers
[40/74] Compiling NIOConcurrencyHelpers atomics.swift
[44/75] Emitting module _NIOBase64
[45/75] Compiling _NIOBase64 Base64.swift
[47/76] Compiling _NIODataStructures PriorityQueue.swift
[48/76] Compiling _NIODataStructures Heap.swift
[49/76] Emitting module _NIODataStructures
[50/76] Compiling _NIODataStructures _TinyArray.swift
[54/78] Compiling Logging LogHandler.swift
[55/78] Compiling Logging Logging.swift
[56/77] Emitting module UnixSignals
[58/91] Compiling UnixSignals UnixSignal.swift
[59/91] Compiling UnixSignals UnixSignalsSequence.swift
[60/147] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[61/147] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[63/149] Compiling OrderedCollections _HashTable+Constants.swift
[64/149] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[65/149] Compiling OrderedCollections _HashTable+Testing.swift
[66/149] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[67/149] Compiling OrderedCollections _HashTable.swift
[68/149] Compiling OrderedCollections _Hashtable+Header.swift
[69/149] Compiling DequeModule _DequeSlot.swift
[70/149] Compiling DequeModule _UnsafeWrappedBuffer.swift
[71/149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[72/149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[73/149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[74/149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[75/149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[76/149] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[77/149] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[78/156] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[79/156] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[80/156] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[81/156] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[82/156] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[83/156] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[84/156] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[85/156] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[86/156] Compiling OrderedCollections OrderedDictionary+Elements.swift
[87/156] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[88/156] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[89/156] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[90/156] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[91/156] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[92/156] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[93/156] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[94/156] Compiling OrderedCollections OrderedDictionary+Values.swift
[95/156] Compiling OrderedCollections OrderedDictionary+Codable.swift
[96/156] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[109/156] Emitting module Atomics
[110/157] Compiling OrderedCollections OrderedDictionary.swift
[111/157] Compiling OrderedCollections OrderedSet+Codable.swift
[112/157] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[113/157] Compiling OrderedCollections OrderedSet+Descriptions.swift
[114/157] Compiling OrderedCollections OrderedSet+Diffing.swift
[115/157] Compiling OrderedCollections OrderedSet+Equatable.swift
[116/157] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[117/157] Compiling OrderedCollections OrderedSet+Hashable.swift
[118/157] Compiling OrderedCollections OrderedSet+Initializers.swift
[119/157] Compiling OrderedCollections OrderedSet+Insertions.swift
[120/157] Compiling OrderedCollections OrderedSet+Invariants.swift
[121/157] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[122/157] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[123/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[124/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[125/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[129/157] Compiling OrderedCollections _HashTable+Bucket.swift
[130/157] Compiling OrderedCollections _HashTable+BucketIterator.swift
[131/157] Emitting module DequeModule
[133/217] Compiling NIOCore AddressedEnvelope.swift
[134/217] Compiling NIOCore AsyncAwaitSupport.swift
[135/217] Compiling NIOCore AsyncChannel.swift
[136/217] Compiling NIOCore AsyncChannelHandler.swift
[137/217] Compiling NIOCore AsyncChannelInboundStream.swift
[138/217] Compiling NIOCore AsyncChannelOutboundWriter.swift
[139/217] Compiling NIOCore NIOAsyncSequenceProducer.swift
[140/217] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[141/217] Compiling NIOCore Channel.swift
[142/217] Compiling NIOCore ChannelHandler.swift
[143/217] Compiling NIOCore ChannelHandlers.swift
[144/217] Compiling NIOCore ChannelInvoker.swift
[145/217] Compiling NIOCore ChannelOption.swift
[146/217] Compiling NIOCore ChannelPipeline.swift
[147/217] Compiling OrderedCollections _UnsafeBitset.swift
[148/217] Emitting module OrderedCollections
[150/263] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[151/263] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[152/263] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[153/263] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[154/263] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[155/263] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[156/263] Compiling AsyncAlgorithms AsyncChannel.swift
[157/263] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[158/271] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[159/271] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[160/271] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[161/271] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[162/271] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[163/271] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[164/271] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[165/277] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[166/277] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[167/277] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[168/277] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[169/277] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[170/277] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[171/277] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[172/277] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[173/277] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[174/277] Compiling AsyncAlgorithms MergeStateMachine.swift
[175/277] Compiling AsyncAlgorithms MergeStorage.swift
[176/277] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[177/277] Compiling AsyncAlgorithms Rethrow.swift
[178/277] Emitting module AsyncAlgorithms
[179/277] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[180/277] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[181/277] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[182/277] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[185/277] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[186/277] Compiling AsyncAlgorithms DebounceStateMachine.swift
[187/277] Compiling AsyncAlgorithms DebounceStorage.swift
[188/277] Compiling AsyncAlgorithms Dictionary.swift
[189/277] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[190/277] Compiling AsyncAlgorithms Locking.swift
[191/277] Compiling AsyncAlgorithms SetAlgebra.swift
[192/277] Compiling AsyncAlgorithms UnsafeTransfer.swift
[193/277] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[194/277] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[195/277] Compiling AsyncAlgorithms ZipStateMachine.swift
[196/277] Compiling AsyncAlgorithms ZipStorage.swift
[203/277] Compiling AsyncAlgorithms ChannelStateMachine.swift
[204/277] Compiling AsyncAlgorithms ChannelStorage.swift
[205/277] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[206/277] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[207/277] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[208/277] Compiling AsyncAlgorithms CombineLatestStorage.swift
[226/278] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[236/278] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[237/278] Compiling NIOCore SocketAddresses.swift
[238/278] Compiling NIOCore SocketOptionProvider.swift
[239/278] Compiling NIOCore SystemCallHelpers.swift
[240/278] Compiling NIOCore TimeAmount+Duration.swift
[241/278] Compiling NIOCore TypeAssistedChannelHandler.swift
[242/278] Compiling NIOCore UniversalBootstrapSupport.swift
[243/278] Compiling NIOCore Utilities.swift
[244/286] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[245/286] Compiling ServiceLifecycle CancellationWaiter.swift
[246/287] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[247/287] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[248/287] Emitting module ServiceLifecycle
[249/287] Compiling ServiceLifecycle ServiceRunnerError.swift
[250/287] Compiling ServiceLifecycle GracefulShutdown.swift
[251/287] Compiling ServiceLifecycle ServiceGroup.swift
[252/287] Compiling ServiceLifecycle Service.swift
[262/288] Compiling NIOCore ByteBuffer-multi-int.swift
[263/288] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[264/288] Compiling NIOCore ByteBuffer-views.swift
[280/288] Emitting module NIOCore
[282/340] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[283/340] Emitting module NIOEmbedded
[284/340] Compiling NIOEmbedded Embedded.swift
[285/340] Compiling NIOEmbedded AsyncTestingChannel.swift
[287/340] Compiling NIOPosix Pool.swift
[288/340] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[289/340] Compiling NIOPosix PosixSingletons.swift
[290/340] Compiling NIOPosix RawSocketBootstrap.swift
[291/340] Compiling NIOPosix Resolver.swift
[292/340] Compiling NIOPosix Selectable.swift
[293/340] Compiling NIOPosix SelectableChannel.swift
[294/340] Compiling NIOPosix NIOPosixSendableMetatype.swift
[295/340] Compiling NIOPosix NIOThreadPool.swift
[296/340] Compiling NIOPosix NonBlockingFileIO.swift
[297/340] Compiling NIOPosix PendingDatagramWritesManager.swift
[298/340] Compiling NIOPosix PendingWritesManager.swift
[299/340] Compiling NIOPosix PipeChannel.swift
[300/340] Compiling NIOPosix PipePair.swift
[301/346] Compiling NIOPosix SelectableEventLoop.swift
[302/346] Compiling NIOPosix SelectorEpoll.swift
[303/346] Compiling NIOPosix SelectorGeneric.swift
[304/346] Compiling NIOPosix SelectorKqueue.swift
[305/346] Compiling NIOPosix SelectorUring.swift
[306/346] Compiling NIOPosix ServerSocket.swift
[307/346] Compiling NIOPosix IO.swift
[308/346] Compiling NIOPosix IntegerBitPacking.swift
[309/346] Compiling NIOPosix IntegerTypes.swift
[310/346] Compiling NIOPosix Linux.swift
[311/346] Compiling NIOPosix LinuxCPUSet.swift
[312/346] Compiling NIOPosix LinuxUring.swift
[313/346] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[314/346] Compiling NIOPosix Socket.swift
[315/346] Compiling NIOPosix SocketChannel.swift
[316/346] Compiling NIOPosix SocketProtocols.swift
[317/346] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[318/346] Compiling NIOPosix System.swift
[319/346] Compiling NIOPosix Thread.swift
[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] Emitting module NIOPosix
[335/346] Compiling NIOPosix ThreadPosix.swift
[336/346] Compiling NIOPosix ThreadWindows.swift
[337/346] Compiling NIOPosix UnsafeTransfer.swift
[338/346] Compiling NIOPosix Utilities.swift
[339/346] Compiling NIOPosix VsockAddress.swift
[340/346] Compiling NIOPosix VsockChannelEvents.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/364] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[348/364] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[349/364] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[350/364] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[351/364] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[352/364] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[353/364] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[354/364] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[355/364] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[356/364] Compiling NIOHTTP1 HTTPTypes.swift
[357/366] Emitting module NIOHTTP1
[358/366] Compiling NIOHTTP1 ByteCollectionUtils.swift
[359/366] Compiling NIOHTTP1 HTTPDecoder.swift
[360/366] Compiling NIOHTTP1 HTTPEncoder.swift
[361/366] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[362/366] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[364/390] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[365/390] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[366/390] Compiling AWSLambdaRuntime SendableMetatype.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[367/392] 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] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[369/392] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[370/392] Compiling AWSLambdaRuntime Context+Foundation.swift
[371/392] Emitting module MockServer
[372/392] Compiling MockServer MockHTTPServer.swift
[373/393] Compiling AWSLambdaRuntime Utils.swift
[374/393] Compiling AWSLambdaRuntime Version.swift
[375/393] Wrapping AST for MockServer for debugging
[376/393] Write Objects.LinkFileList
[377/393] Linking MockServer
[379/393] Compiling AWSLambdaRuntime Lambda+JSON.swift
[380/393] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[381/393] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
[382/393] Compiling AWSLambdaRuntime LambdaRuntime.swift
[383/393] Compiling AWSLambdaRuntime LambdaRuntimeClient+ChannelHandler.swift
[384/393] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
[385/393] Compiling AWSLambdaRuntime LambdaRequestID.swift
[386/393] Compiling AWSLambdaRuntime LambdaResponseStreamWriter+Headers.swift
[387/393] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[388/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 |
[389/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 |
[390/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 |
[391/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 | }
[392/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 | }
[393/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 | }
BUILD FAILURE 6.1 android