Build Information
Successful build of swift-aws-lambda-runtime, reference main (41c5ed
), with Swift 6.1 for Linux on 1 Jun 2025 21:40:51 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/swift-aws-lambda-runtime.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/swift-server/swift-aws-lambda-runtime
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 41c5eda Bump aws-cdk-lib from 2.183.0 to 2.189.1 in /Examples/CDK/infra (#514)
Cloned https://github.com/swift-server/swift-aws-lambda-runtime.git
Revision (git rev-parse @):
41c5edaf041d35b5ff6444a5815443b398bc392b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-aws-lambda-runtime.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/swift-server/swift-aws-lambda-runtime.git
https://github.com/swift-server/swift-aws-lambda-runtime.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.6.3",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
}
],
"manifest_display_name" : "swift-aws-lambda-runtime",
"name" : "swift-aws-lambda-runtime",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "AWSLambdaRuntime",
"targets" : [
"AWSLambdaRuntime"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AWSLambdaPackager",
"targets" : [
"AWSLambdaPackager"
],
"type" : {
"plugin" : null
}
},
{
"name" : "MockServer",
"targets" : [
"MockServer"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "MockServer",
"module_type" : "SwiftTarget",
"name" : "MockServer",
"path" : "Sources/MockServer",
"product_dependencies" : [
"Logging",
"NIOHTTP1",
"NIOCore",
"NIOPosix"
],
"product_memberships" : [
"MockServer"
],
"sources" : [
"MockHTTPServer.swift"
],
"type" : "executable"
},
{
"c99name" : "AWSLambdaRuntimeTests",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaRuntimeTests",
"path" : "Tests/AWSLambdaRuntimeTests",
"product_dependencies" : [
"NIOTestUtils",
"NIOFoundationCompat"
],
"sources" : [
"CollectEverythingLogHandler.swift",
"ControlPlaneRequestEncoderTests.swift",
"InvocationTests.swift",
"LambdaMockClient.swift",
"LambdaRequestIDTests.swift",
"LambdaRunLoopTests.swift",
"LambdaRuntimeClientTests.swift",
"MockLambdaServer.swift",
"NewLambda+CodableTests.swift",
"Utils.swift",
"UtilsTest.swift"
],
"target_dependencies" : [
"AWSLambdaRuntime"
],
"type" : "test"
},
{
"c99name" : "AWSLambdaRuntime",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaRuntime",
"path" : "Sources/AWSLambdaRuntime",
"product_dependencies" : [
"NIOCore",
"DequeModule",
"Logging",
"NIOHTTP1",
"NIOPosix",
"ServiceLifecycle"
],
"product_memberships" : [
"AWSLambdaRuntime"
],
"sources" : [
"ControlPlaneRequest.swift",
"ControlPlaneRequestEncoder.swift",
"FoundationSupport/Context+Foundation.swift",
"FoundationSupport/Lambda+JSON.swift",
"FoundationSupport/Vendored/ByteBuffer-foundation.swift",
"FoundationSupport/Vendored/JSON+ByteBuffer.swift",
"Lambda+Codable.swift",
"Lambda+LocalServer.swift",
"Lambda.swift",
"LambdaContext.swift",
"LambdaHandlers.swift",
"LambdaRequestID.swift",
"LambdaRuntime+ServiceLifecycle.swift",
"LambdaRuntime.swift",
"LambdaRuntimeClient.swift",
"LambdaRuntimeClientProtocol.swift",
"LambdaRuntimeError.swift",
"Utils.swift"
],
"type" : "library"
},
{
"c99name" : "AWSLambdaPackager",
"module_type" : "PluginTarget",
"name" : "AWSLambdaPackager",
"path" : "Plugins/AWSLambdaPackager",
"plugin_capability" : {
"intent" : {
"description" : "Archive the Lambda binary and prepare it for uploading to AWS. Requires docker on macOS or non Amazonlinux 2 distributions.",
"type" : "custom",
"verb" : "archive"
},
"permissions" : [
{
"network_scope" : {
"docker" : {
}
},
"reason" : "This plugin uses Docker to create the AWS Lambda ZIP package.",
"type" : "allowNetworkConnections"
}
],
"type" : "command"
},
"product_memberships" : [
"AWSLambdaPackager"
],
"sources" : [
"Plugin.swift",
"PluginUtils.swift"
],
"type" : "plugin"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
[1/2426] Fetching swift-service-lifecycle
[2427/6262] Fetching swift-service-lifecycle, swift-log
[6263/22853] Fetching swift-service-lifecycle, swift-log, swift-collections
[10411/99000] Fetching swift-service-lifecycle, swift-log, swift-collections, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.05s)
Fetched https://github.com/apple/swift-log.git from cache (1.05s)
[63041/92738] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (1.08s)
[47212/76147] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.07s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (4.68s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.71s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.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.85s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.21s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4391] Fetching swift-system
[836/6108] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.60s)
Fetched https://github.com/apple/swift-system.git from cache (0.60s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.47s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.90s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.83s)
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/48] Write sources
[17/48] Compiling CNIOWASI CNIOWASI.c
[17/48] Compiling CNIOWindows shim.c
[18/48] Compiling CNIOWindows WSAStartup.c
[20/48] Compiling _AtomicsShims.c
[21/48] Compiling CNIOLinux liburing_shims.c
[22/48] Compiling CNIODarwin shim.c
[23/48] Write sources
[26/48] Compiling CNIOLLHTTP c_nio_http.c
[27/48] Compiling CNIOLinux shim.c
[28/48] Compiling CNIOLLHTTP c_nio_api.c
[29/48] Write swift-version-24593BA9C3E375BF.txt
[30/48] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/95] Emitting module _NIOBase64
[33/95] Emitting module Logging
[33/95] Compiling c-nioatomics.c
[35/95] Emitting module Atomics
[36/97] Compiling ConcurrencyHelpers LockedValueBox.swift
[37/97] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/97] Compiling Atomics DoubleWord.swift
[39/97] Compiling Atomics Primitives.shims.swift
[40/97] Compiling Atomics AtomicBool.swift
[41/97] Compiling Atomics IntegerConformances.swift
[42/97] Compiling Atomics PointerConformances.swift
[43/97] Compiling Atomics Primitives.native.swift
[43/98] Compiling c-atomics.c
[45/98] Compiling _NIODataStructures PriorityQueue.swift
[46/98] Compiling _NIODataStructures _TinyArray.swift
[47/98] Compiling _NIOBase64 Base64.swift
[48/98] Compiling Atomics AtomicReference.swift
[49/98] Compiling Atomics AtomicStorage.swift
[50/98] Compiling Atomics OptionalRawRepresentable.swift
[51/98] Compiling Atomics RawRepresentable.swift
[52/98] Emitting module InternalCollectionsUtilities
[53/98] Compiling Atomics AtomicValue.swift
[54/98] Compiling Atomics AtomicMemoryOrderings.swift
[56/105] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[60/106] Compiling Atomics AtomicInteger.swift
[61/106] Compiling Atomics AtomicOptionalWrappable.swift
[65/106] Compiling Atomics IntegerOperations.swift
[66/106] Compiling Atomics Unmanaged extensions.swift
[67/106] Emitting module _NIODataStructures
[68/106] Compiling _NIODataStructures Heap.swift
[69/106] Compiling Atomics UnsafeAtomic.swift
[70/106] Compiling Atomics UnsafeAtomicLazyReference.swift
[71/106] Compiling Atomics ManagedAtomic.swift
[72/106] Compiling Atomics ManagedAtomicLazyReference.swift
[79/107] Compiling ConcurrencyHelpers Lock.swift
[80/107] Emitting module ConcurrencyHelpers
[81/108] Compiling Logging LogHandler.swift
[82/108] Compiling Logging MetadataProvider.swift
[83/108] Compiling Logging Logging.swift
[84/108] Compiling Logging Locks.swift
[90/110] Compiling NIOConcurrencyHelpers lock.swift
[90/110] Wrapping AST for _NIOBase64 for debugging
[91/110] Wrapping AST for InternalCollectionsUtilities for debugging
[92/113] Wrapping AST for _NIODataStructures for debugging
[94/183] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[95/183] Compiling NIOConcurrencyHelpers atomics.swift
[96/183] Emitting module NIOConcurrencyHelpers
[97/183] Compiling NIOConcurrencyHelpers NIOLock.swift
[98/183] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[98/184] Wrapping AST for Logging for debugging
[99/184] Wrapping AST for Atomics for debugging
[102/184] Compiling DequeModule Deque+CustomReflectable.swift
[103/184] Compiling DequeModule Deque+Descriptions.swift
[104/186] Compiling DequeModule _DequeBuffer.swift
[105/186] Compiling DequeModule _DequeBufferHeader.swift
[106/186] Compiling DequeModule Deque+Equatable.swift
[107/186] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[108/186] Compiling UnixSignals UnixSignal.swift
[109/186] Compiling UnixSignals UnixSignalsSequence.swift
[110/186] Emitting module UnixSignals
[112/187] Compiling DequeModule Deque+Extras.swift
[113/187] Compiling DequeModule Deque+Hashable.swift
[113/187] Wrapping AST for NIOConcurrencyHelpers for debugging
[115/187] Compiling DequeModule _DequeSlot.swift
[116/187] Compiling DequeModule _UnsafeWrappedBuffer.swift
[117/187] Compiling OrderedCollections OrderedSet+Initializers.swift
[118/187] Compiling OrderedCollections OrderedSet+Insertions.swift
[119/187] Compiling OrderedCollections OrderedSet+Invariants.swift
[120/187] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[121/187] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[122/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[123/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[124/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[125/187] Compiling OrderedCollections OrderedDictionary.swift
[126/187] Compiling OrderedCollections OrderedSet+Codable.swift
[127/187] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[128/187] Compiling OrderedCollections OrderedSet+Descriptions.swift
[129/187] Compiling OrderedCollections OrderedSet+Diffing.swift
[130/187] Compiling OrderedCollections OrderedSet+Equatable.swift
[131/187] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[132/187] Compiling OrderedCollections OrderedSet+Hashable.swift
[133/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[134/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[135/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[136/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[137/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[138/187] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[139/187] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[140/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[141/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[142/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[143/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[144/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[145/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[146/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[147/194] Compiling DequeModule Deque+Testing.swift
[148/194] Compiling DequeModule Deque._Storage.swift
[149/194] Compiling DequeModule Deque._UnsafeHandle.swift
[150/194] Compiling DequeModule Deque.swift
[151/194] Compiling OrderedCollections OrderedDictionary+Codable.swift
[152/194] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[153/194] Emitting module DequeModule
[162/195] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[163/195] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[164/195] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[165/195] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[166/195] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[167/195] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[168/195] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[169/195] Compiling OrderedCollections OrderedDictionary+Values.swift
[170/195] Wrapping AST for DequeModule for debugging
[180/255] Emitting module OrderedCollections
[181/255] Compiling NIOCore IntegerBitPacking.swift
[182/255] Compiling NIOCore IntegerTypes.swift
[183/255] Compiling NIOCore Interfaces.swift
[184/255] Compiling NIOCore Linux.swift
[185/255] Compiling NIOCore MarkedCircularBuffer.swift
[186/255] Compiling OrderedCollections OrderedSet.swift
[187/255] Compiling OrderedCollections _UnsafeBitset.swift
[189/301] Compiling AsyncAlgorithms Rethrow.swift
[190/301] Compiling NIOCore NIOAny.swift
[191/301] Compiling NIOCore NIOCloseOnErrorHandler.swift
[192/301] Compiling NIOCore NIOLoopBound.swift
[193/301] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[194/301] Compiling NIOCore NIOScheduledCallback.swift
[195/301] Compiling NIOCore NIOSendable.swift
[196/301] Compiling NIOCore RecvByteBufferAllocator.swift
[197/301] Compiling NIOCore IO.swift
[198/301] Compiling NIOCore IOData.swift
[199/301] Compiling NIOCore IPProtocol.swift
[205/309] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[206/309] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[207/309] Compiling AsyncAlgorithms MergeStateMachine.swift
[208/309] Compiling AsyncAlgorithms MergeStorage.swift
[209/309] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[211/315] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[212/315] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[213/315] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[214/315] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[215/315] Compiling AsyncAlgorithms AsyncChannel.swift
[216/315] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[217/315] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[218/315] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[219/315] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[220/315] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[221/315] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[222/315] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[223/315] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[224/315] Compiling AsyncAlgorithms DebounceStateMachine.swift
[225/315] Compiling AsyncAlgorithms DebounceStorage.swift
[226/315] Compiling AsyncAlgorithms Dictionary.swift
[227/315] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[228/315] Compiling AsyncAlgorithms Locking.swift
[229/315] Emitting module AsyncAlgorithms
[230/315] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[231/315] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[232/315] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[233/315] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[234/315] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[235/315] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[236/315] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[237/315] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[238/315] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[239/315] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[240/315] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[241/315] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[242/315] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[243/315] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[261/315] Compiling AsyncAlgorithms ChannelStateMachine.swift
[262/315] Compiling AsyncAlgorithms ChannelStorage.swift
[263/315] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[264/315] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[265/315] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[266/315] Compiling AsyncAlgorithms CombineLatestStorage.swift
[276/315] Compiling AsyncAlgorithms SetAlgebra.swift
[277/315] Compiling AsyncAlgorithms UnsafeTransfer.swift
[278/315] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[279/315] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[280/315] Compiling AsyncAlgorithms ZipStateMachine.swift
[281/315] Compiling AsyncAlgorithms ZipStorage.swift
[283/316] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[284/316] Compiling NIOCore SocketAddresses.swift
[285/316] Compiling NIOCore SocketOptionProvider.swift
[286/316] Compiling NIOCore SystemCallHelpers.swift
[287/316] Compiling NIOCore TimeAmount+Duration.swift
[288/316] Compiling NIOCore TypeAssistedChannelHandler.swift
[289/316] Compiling NIOCore UniversalBootstrapSupport.swift
[290/316] Compiling NIOCore Utilities.swift
[291/324] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[292/325] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[293/325] Emitting module ServiceLifecycle
[294/325] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[295/325] Compiling ServiceLifecycle CancellationWaiter.swift
[296/325] Compiling ServiceLifecycle GracefulShutdown.swift
[297/325] Compiling ServiceLifecycle ServiceRunnerError.swift
[298/325] Compiling ServiceLifecycle ServiceGroup.swift
[299/325] Compiling ServiceLifecycle Service.swift
[318/326] Emitting module NIOCore
[319/327] Wrapping AST for NIOCore for debugging
[321/377] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[322/377] Compiling NIOEmbedded Embedded.swift
[323/377] Compiling NIOEmbedded AsyncTestingChannel.swift
[324/377] Emitting module NIOEmbedded
[325/378] Wrapping AST for NIOEmbedded for debugging
[327/378] Compiling NIOPosix Pool.swift
[328/378] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[329/378] Compiling NIOPosix PosixSingletons.swift
[330/378] Compiling NIOPosix RawSocketBootstrap.swift
[331/378] Compiling NIOPosix Resolver.swift
[332/378] Compiling NIOPosix Selectable.swift
[333/384] Emitting module NIOPosix
[334/384] Compiling NIOPosix Bootstrap.swift
[335/384] Compiling NIOPosix ControlMessage.swift
[336/384] Compiling NIOPosix DatagramVectorReadManager.swift
[337/384] Compiling NIOPosix Errors+Any.swift
[338/384] Compiling NIOPosix FileDescriptor.swift
[339/384] Compiling NIOPosix GetaddrinfoResolver.swift
[340/384] Compiling NIOPosix HappyEyeballs.swift
[341/384] Compiling NIOPosix BSDSocketAPICommon.swift
[342/384] Compiling NIOPosix BSDSocketAPIPosix.swift
[343/384] Compiling NIOPosix BSDSocketAPIWindows.swift
[344/384] Compiling NIOPosix BaseSocket.swift
[345/384] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[346/384] Compiling NIOPosix BaseSocketChannel.swift
[347/384] Compiling NIOPosix BaseStreamSocketChannel.swift
[348/384] Compiling NIOPosix ThreadPosix.swift
[349/384] Compiling NIOPosix ThreadWindows.swift
[350/384] Compiling NIOPosix UnsafeTransfer.swift
[351/384] Compiling NIOPosix Utilities.swift
[352/384] Compiling NIOPosix VsockAddress.swift
[353/384] Compiling NIOPosix VsockChannelEvents.swift
[354/384] Compiling NIOPosix IO.swift
[355/384] Compiling NIOPosix IntegerBitPacking.swift
[356/384] Compiling NIOPosix IntegerTypes.swift
[357/384] Compiling NIOPosix Linux.swift
[358/384] Compiling NIOPosix LinuxCPUSet.swift
[359/384] Compiling NIOPosix LinuxUring.swift
[360/384] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[361/384] Compiling NIOPosix SelectableChannel.swift
[362/384] Compiling NIOPosix SelectableEventLoop.swift
[363/384] Compiling NIOPosix SelectorEpoll.swift
[364/384] Compiling NIOPosix SelectorGeneric.swift
[365/384] Compiling NIOPosix SelectorKqueue.swift
[366/384] Compiling NIOPosix SelectorUring.swift
[367/384] Compiling NIOPosix ServerSocket.swift
[368/384] Compiling NIOPosix Socket.swift
[369/384] Compiling NIOPosix SocketChannel.swift
[370/384] Compiling NIOPosix SocketProtocols.swift
[371/384] Compiling NIOPosix System.swift
[372/384] Compiling NIOPosix Thread.swift
[373/384] Compiling NIOPosix NIOThreadPool.swift
[374/384] Compiling NIOPosix NonBlockingFileIO.swift
[375/384] Compiling NIOPosix PendingDatagramWritesManager.swift
[376/384] Compiling NIOPosix PendingWritesManager.swift
[377/384] Compiling NIOPosix PipeChannel.swift
[378/384] Compiling NIOPosix PipePair.swift
[379/385] Wrapping AST for NIOPosix for debugging
[381/387] Emitting module NIO
[382/387] Compiling NIO Exports.swift
[383/388] Wrapping AST for NIO for debugging
[385/404] Emitting module NIOHTTP1
[386/406] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[387/406] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[388/406] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[389/406] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[390/406] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[391/406] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[392/406] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[393/406] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[394/406] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[395/406] Compiling NIOHTTP1 HTTPTypes.swift
[396/406] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[397/406] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[398/406] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[399/406] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[400/406] Compiling NIOHTTP1 ByteCollectionUtils.swift
[401/406] Compiling NIOHTTP1 HTTPDecoder.swift
[402/406] Compiling NIOHTTP1 HTTPEncoder.swift
[403/407] Wrapping AST for NIOHTTP1 for debugging
[405/426] Emitting module AWSLambdaRuntime
[406/428] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[407/428] Compiling AWSLambdaRuntime LambdaRuntime.swift
[408/428] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[409/428] Compiling AWSLambdaRuntime Utils.swift
[410/428] Emitting module MockServer
[411/428] Compiling MockServer MockHTTPServer.swift
[413/429] Compiling AWSLambdaRuntime Lambda.swift
[414/429] Compiling AWSLambdaRuntime LambdaContext.swift
[415/429] Compiling AWSLambdaRuntime LambdaHandlers.swift
[416/429] Compiling AWSLambdaRuntime LambdaRequestID.swift
[417/429] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
[418/429] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[419/429] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[420/429] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[421/429] Compiling AWSLambdaRuntime Context+Foundation.swift
[422/429] Compiling AWSLambdaRuntime Lambda+JSON.swift
[423/429] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[424/429] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
[425/429] Compiling AWSLambdaRuntime Lambda+Codable.swift
[426/429] Compiling AWSLambdaRuntime Lambda+LocalServer.swift
[426/429] Wrapping AST for MockServer for debugging
[427/429] Write Objects.LinkFileList
[429/430] Linking MockServer
Build complete! (55.73s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.6.3",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
}
],
"manifest_display_name" : "swift-aws-lambda-runtime",
"name" : "swift-aws-lambda-runtime",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "AWSLambdaRuntime",
"targets" : [
"AWSLambdaRuntime"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AWSLambdaPackager",
"targets" : [
"AWSLambdaPackager"
],
"type" : {
"plugin" : null
}
},
{
"name" : "MockServer",
"targets" : [
"MockServer"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "MockServer",
"module_type" : "SwiftTarget",
"name" : "MockServer",
"path" : "Sources/MockServer",
"product_dependencies" : [
"Logging",
"NIOHTTP1",
"NIOCore",
"NIOPosix"
],
"product_memberships" : [
"MockServer"
],
"sources" : [
"MockHTTPServer.swift"
],
"type" : "executable"
},
{
"c99name" : "AWSLambdaRuntimeTests",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaRuntimeTests",
"path" : "Tests/AWSLambdaRuntimeTests",
"product_dependencies" : [
"NIOTestUtils",
"NIOFoundationCompat"
],
"sources" : [
"CollectEverythingLogHandler.swift",
"ControlPlaneRequestEncoderTests.swift",
"InvocationTests.swift",
"LambdaMockClient.swift",
"LambdaRequestIDTests.swift",
"LambdaRunLoopTests.swift",
"LambdaRuntimeClientTests.swift",
"MockLambdaServer.swift",
"NewLambda+CodableTests.swift",
"Utils.swift",
"UtilsTest.swift"
],
"target_dependencies" : [
"AWSLambdaRuntime"
],
"type" : "test"
},
{
"c99name" : "AWSLambdaRuntime",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaRuntime",
"path" : "Sources/AWSLambdaRuntime",
"product_dependencies" : [
"NIOCore",
"DequeModule",
"Logging",
"NIOHTTP1",
"NIOPosix",
"ServiceLifecycle"
],
"product_memberships" : [
"AWSLambdaRuntime"
],
"sources" : [
"ControlPlaneRequest.swift",
"ControlPlaneRequestEncoder.swift",
"FoundationSupport/Context+Foundation.swift",
"FoundationSupport/Lambda+JSON.swift",
"FoundationSupport/Vendored/ByteBuffer-foundation.swift",
"FoundationSupport/Vendored/JSON+ByteBuffer.swift",
"Lambda+Codable.swift",
"Lambda+LocalServer.swift",
"Lambda.swift",
"LambdaContext.swift",
"LambdaHandlers.swift",
"LambdaRequestID.swift",
"LambdaRuntime+ServiceLifecycle.swift",
"LambdaRuntime.swift",
"LambdaRuntimeClient.swift",
"LambdaRuntimeClientProtocol.swift",
"LambdaRuntimeError.swift",
"Utils.swift"
],
"type" : "library"
},
{
"c99name" : "AWSLambdaPackager",
"module_type" : "PluginTarget",
"name" : "AWSLambdaPackager",
"path" : "Plugins/AWSLambdaPackager",
"plugin_capability" : {
"intent" : {
"description" : "Archive the Lambda binary and prepare it for uploading to AWS. Requires docker on macOS or non Amazonlinux 2 distributions.",
"type" : "custom",
"verb" : "archive"
},
"permissions" : [
{
"network_scope" : {
"docker" : {
}
},
"reason" : "This plugin uses Docker to create the AWS Lambda ZIP package.",
"type" : "allowNetworkConnections"
}
],
"type" : "command"
},
"product_memberships" : [
"AWSLambdaPackager"
],
"sources" : [
"Plugin.swift",
"PluginUtils.swift"
],
"type" : "plugin"
}
],
"tools_version" : "6.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.