Build Information
Successful build of swift-lambda-extras, reference main (3d5faf
), with Swift 6.1 for Linux on 3 Sep 2025 06:43:25 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mgacy/swift-lambda-extras.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/mgacy/swift-lambda-extras
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3d5faf8 Strict Concurrency Support (#15)
Cloned https://github.com/mgacy/swift-lambda-extras.git
Revision (git rev-parse @):
3d5faf85e10db1ffe69fe6c20389f2099c12245f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mgacy/swift-lambda-extras.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/mgacy/swift-lambda-extras.git
https://github.com/mgacy/swift-lambda-extras.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.43.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-aws-lambda-events",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-events"
},
{
"identity" : "swift-aws-lambda-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-alpha.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-runtime"
}
],
"manifest_display_name" : "swift-lambda-extras",
"name" : "swift-lambda-extras",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "LambdaExtras",
"targets" : [
"LambdaExtras"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LambdaExtrasCore",
"targets" : [
"LambdaExtrasCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LambdaMocks",
"targets" : [
"LambdaMocks"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LambdaMocks",
"module_type" : "SwiftTarget",
"name" : "LambdaMocks",
"path" : "Sources/LambdaMocks",
"product_dependencies" : [
"AWSLambdaEvents",
"NIO"
],
"product_memberships" : [
"LambdaMocks"
],
"sources" : [
"ContextProvider.swift",
"Extensions/APIGatewayV2+Utils.swift",
"Extensions/Dispatch+Utils.swift",
"Extensions/Logger+Utils.swift",
"MockContext.swift",
"MockInitializationContext.swift",
"Mocked.swift"
],
"target_dependencies" : [
"LambdaExtrasCore"
],
"type" : "library"
},
{
"c99name" : "LambdaExtrasTests",
"module_type" : "SwiftTarget",
"name" : "LambdaExtrasTests",
"path" : "Tests/LambdaExtrasTests",
"sources" : [
"APIGatewayCoderTests.swift",
"LambdaExtrasTests.swift",
"Support/Helpers.swift",
"Support/Mock.swift"
],
"target_dependencies" : [
"LambdaExtras",
"LambdaMocks"
],
"type" : "test"
},
{
"c99name" : "LambdaExtrasCore",
"module_type" : "SwiftTarget",
"name" : "LambdaExtrasCore",
"path" : "Sources/LambdaExtrasCore",
"product_dependencies" : [
"Logging",
"NIOCore"
],
"product_memberships" : [
"LambdaExtras",
"LambdaExtrasCore",
"LambdaMocks"
],
"sources" : [
"Extensions.swift",
"HandlerError.swift",
"Protocols/EnvironmentValueProvider.swift",
"Protocols/InitializationContext.swift",
"Protocols/LambdaCoding.swift",
"Protocols/RuntimeContext.swift"
],
"type" : "library"
},
{
"c99name" : "LambdaExtras",
"module_type" : "SwiftTarget",
"name" : "LambdaExtras",
"path" : "Sources/LambdaExtras",
"product_dependencies" : [
"AWSLambdaRuntime",
"AWSLambdaEvents"
],
"product_memberships" : [
"LambdaExtras"
],
"sources" : [
"APIGatewayCoder.swift",
"DefaultEnvironment.swift",
"Exports.swift",
"Extensions.swift"
],
"target_dependencies" : [
"LambdaExtrasCore"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/swift-aws-lambda-events
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-aws-lambda-runtime
[1/2613] Fetching swift-aws-lambda-events
[2614/16017] Fetching swift-aws-lambda-events, swift-aws-lambda-runtime
[3151/19920] Fetching swift-aws-lambda-events, swift-aws-lambda-runtime, swift-log
Fetched https://github.com/swift-server/swift-aws-lambda-events from cache (0.36s)
Fetched https://github.com/apple/swift-log.git from cache (0.36s)
[671/13404] Fetching swift-aws-lambda-runtime
[940/91396] Fetching swift-aws-lambda-runtime, swift-nio
Fetched https://github.com/swift-server/swift-aws-lambda-runtime from cache (1.23s)
[49915/77992] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.92s)
Computing version for https://github.com/swift-server/swift-aws-lambda-events
Computed https://github.com/swift-server/swift-aws-lambda-events at 0.5.0 (4.33s)
Fetching https://github.com/apple/swift-http-types.git
[1/917] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.22s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.64s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.42s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.64s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/1814] Fetching swift-atomics
[1815/6755] Fetching swift-atomics, swift-system
[6756/24149] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.01s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.01s)
Fetched https://github.com/apple/swift-collections.git from cache (1.03s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.45s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.56s)
Computing version for https://github.com/swift-server/swift-aws-lambda-runtime
Computed https://github.com/swift-server/swift-aws-lambda-runtime at 1.0.0-alpha.3 (0.44s)
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/swift-server/swift-aws-lambda-runtime
Working copy of https://github.com/swift-server/swift-aws-lambda-runtime resolved at 1.0.0-alpha.3
Creating working copy for https://github.com/apple/swift-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-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/swift-server/swift-aws-lambda-events
Working copy of https://github.com/swift-server/swift-aws-lambda-events resolved at 0.5.0
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/35] Write sources
[19/35] Compiling CNIOWindows WSAStartup.c
[20/35] Compiling CNIOWASI CNIOWASI.c
[21/35] Compiling CNIOWindows shim.c
[22/35] Compiling _AtomicsShims.c
[23/35] Compiling CNIOLinux liburing_shims.c
[24/35] Compiling CNIOPosix event_loop_id.c
[25/35] Compiling CNIODarwin shim.c
[26/35] Write sources
[28/35] Compiling CNIOLLHTTP c_nio_http.c
[29/35] Compiling CNIOLinux shim.c
[30/35] Compiling CNIOLLHTTP c_nio_api.c
[31/35] Write swift-version-24593BA9C3E375BF.txt
[32/35] Compiling CNIOLLHTTP c_nio_llhttp.c
[34/86] Emitting module HTTPTypes
[34/87] Compiling c-nioatomics.c
[35/87] Compiling c-atomics.c
[37/87] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/88] Compiling Atomics OptionalRawRepresentable.swift
[39/88] Compiling Atomics RawRepresentable.swift
[40/88] Compiling HTTPTypes ISOLatin1String.swift
[41/88] Compiling HTTPTypes HTTPResponse.swift
[42/94] Compiling _NIOBase64 Base64.swift
[43/94] Emitting module _NIOBase64
[44/95] Compiling _NIODataStructures PriorityQueue.swift
[45/95] Compiling _NIODataStructures _TinyArray.swift
[46/95] Compiling HTTPTypes HTTPRequest.swift
[47/95] Compiling Atomics DoubleWord.swift
[48/95] Compiling Atomics AtomicStorage.swift
[49/95] Compiling Atomics AtomicBool.swift
[50/95] Compiling Atomics AtomicMemoryOrderings.swift
[51/95] Compiling Atomics AtomicOptionalWrappable.swift
[52/95] Compiling Atomics AtomicReference.swift
[53/95] Compiling Atomics UnsafeAtomic.swift
[54/95] Compiling Atomics UnsafeAtomicLazyReference.swift
[55/95] Compiling Atomics ManagedAtomic.swift
[56/95] Compiling Atomics ManagedAtomicLazyReference.swift
[60/95] Compiling Atomics AtomicValue.swift
[61/95] Emitting module InternalCollectionsUtilities
[62/95] Compiling Atomics IntegerConformances.swift
[63/95] Compiling Atomics PointerConformances.swift
[64/95] Compiling Atomics Primitives.native.swift
[65/95] Compiling Atomics AtomicInteger.swift
[66/95] Compiling HTTPTypes HTTPParsedFields.swift
[67/95] Compiling HTTPTypes HTTPField.swift
[68/95] Emitting module Atomics
[69/97] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[81/100] Compiling Atomics IntegerOperations.swift
[82/101] Compiling Atomics Unmanaged extensions.swift
[84/114] Compiling HTTPTypes NIOLock.swift
[85/114] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[86/114] Compiling NIOConcurrencyHelpers atomics.swift
[87/114] Compiling NIOConcurrencyHelpers lock.swift
[88/114] Compiling Logging MetadataProvider.swift
[89/114] Compiling DequeModule _DequeBuffer.swift
[90/114] Compiling DequeModule _DequeBufferHeader.swift
[91/114] Compiling Logging Logging.swift
[92/114] Compiling Logging LogHandler.swift
[93/116] Emitting module _NIODataStructures
[94/116] Compiling _NIODataStructures Heap.swift
[95/116] Emitting module Logging
[96/116] Compiling Logging Locks.swift
[97/118] Compiling DequeModule Deque+Equatable.swift
[98/118] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[99/118] Compiling DequeModule Deque+CustomReflectable.swift
[100/118] Compiling DequeModule Deque+Descriptions.swift
[101/118] Compiling DequeModule Deque+Extras.swift
[102/118] Compiling DequeModule Deque+Hashable.swift
[103/118] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[104/118] Emitting module NIOConcurrencyHelpers
[105/118] Compiling NIOConcurrencyHelpers NIOLock.swift
[109/119] Compiling DequeModule Deque+Testing.swift
[110/119] Compiling DequeModule Deque._Storage.swift
[111/119] Compiling DequeModule Deque._UnsafeHandle.swift
[112/119] Compiling DequeModule Deque.swift
[113/119] Compiling DequeModule _DequeSlot.swift
[114/119] Compiling DequeModule _UnsafeWrappedBuffer.swift
[115/119] Compiling DequeModule Deque+Codable.swift
[116/119] Compiling DequeModule Deque+Collection.swift
[117/119] Emitting module DequeModule
[119/181] Compiling HTTPTypes HTTPFieldName.swift
[120/181] Compiling HTTPTypes HTTPFields.swift
[122/201] Compiling AWSLambdaEvents SES.swift
[123/201] Compiling AWSLambdaEvents SNS.swift
[124/201] Compiling AWSLambdaEvents BedrockAgent.swift
[125/201] Compiling AWSLambdaEvents CloudFormation.swift
[126/201] Compiling AWSLambdaEvents Cloudwatch.swift
[127/201] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[128/201] Compiling AWSLambdaEvents S3.swift
[129/201] Compiling AWSLambdaEvents SQS.swift
[130/201] Compiling AWSLambdaEvents Base64.swift
[131/209] Compiling AWSLambdaEvents ALB.swift
[132/209] Compiling AWSLambdaEvents APIGateway+V2.swift
[133/209] Compiling AWSLambdaEvents APIGateway.swift
[134/209] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[135/209] Compiling AWSLambdaEvents AWSRegion.swift
[136/209] Compiling AWSLambdaEvents AppSync.swift
[137/209] Compiling AWSLambdaEvents Cognito.swift
[138/209] Compiling AWSLambdaEvents DynamoDB.swift
[139/209] Compiling AWSLambdaEvents FunctionURL.swift
[142/211] Compiling NIOCore EventLoopFuture+Deprecated.swift
[143/211] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[144/211] Compiling NIOCore EventLoopFuture.swift
[145/211] Compiling NIOCore FileDescriptor.swift
[146/211] Compiling NIOCore FileHandle.swift
[147/211] Compiling NIOCore FileRegion.swift
[148/211] Compiling NIOCore GlobalSingletons.swift
[149/211] Compiling NIOCore IO.swift
[150/211] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[151/211] Compiling NIOCore BSDSocketAPI.swift
[152/211] Compiling NIOCore ByteBuffer-aux.swift
[153/211] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[154/211] Compiling NIOCore ByteBuffer-conversions.swift
[155/211] Compiling NIOCore ByteBuffer-core.swift
[156/211] Compiling NIOCore ByteBuffer-hex.swift
[157/211] Compiling NIOCore ByteBuffer-int.swift
[158/211] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[163/211] Compiling AWSLambdaEvents DateWrappers.swift
[164/211] Compiling AWSLambdaEvents HTTP.swift
[168/211] Emitting module AWSLambdaEvents
[169/211] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[170/211] Compiling NIOCore SocketAddresses.swift
[171/211] Compiling NIOCore SocketOptionProvider.swift
[172/211] Compiling NIOCore SystemCallHelpers.swift
[173/211] Compiling NIOCore TimeAmount+Duration.swift
[174/211] Compiling NIOCore TypeAssistedChannelHandler.swift
[175/211] Compiling NIOCore UniversalBootstrapSupport.swift
[176/211] Compiling NIOCore Utilities.swift
[187/212] Emitting module NIOCore
[188/212] Compiling NIOCore NIOAny.swift
[189/212] Compiling NIOCore NIOCloseOnErrorHandler.swift
[190/212] Compiling NIOCore NIOCoreSendableMetatype.swift
[191/212] Compiling NIOCore NIOLoopBound.swift
[192/212] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[193/212] Compiling NIOCore NIOScheduledCallback.swift
[194/212] Compiling NIOCore NIOSendable.swift
[195/212] Compiling NIOCore RecvByteBufferAllocator.swift
[196/212] Compiling NIOCore IOData.swift
[197/212] Compiling NIOCore IPProtocol.swift
[198/212] Compiling NIOCore IntegerBitPacking.swift
[199/212] Compiling NIOCore IntegerTypes.swift
[200/212] Compiling NIOCore Interfaces.swift
[201/212] Compiling NIOCore Linux.swift
[202/212] Compiling NIOCore MarkedCircularBuffer.swift
[203/212] Compiling NIOCore MulticastChannel.swift
[206/212] Compiling NIOCore ByteBuffer-views.swift
[207/212] Compiling NIOCore Channel.swift
[208/212] Compiling NIOCore ChannelHandler.swift
[209/212] Compiling NIOCore ChannelHandlers.swift
[210/212] Compiling NIOCore ChannelInvoker.swift
[211/212] Compiling NIOCore ChannelOption.swift
[212/212] Compiling NIOCore ChannelPipeline.swift
[214/272] Compiling LambdaExtrasCore RuntimeContext.swift
[215/272] Compiling LambdaExtrasCore InitializationContext.swift
[216/272] Compiling LambdaExtrasCore LambdaCoding.swift
[217/272] Compiling LambdaExtrasCore EnvironmentValueProvider.swift
[218/272] Compiling LambdaExtrasCore HandlerError.swift
[219/272] Emitting module LambdaExtrasCore
/host/spi-builder-workspace/Sources/LambdaExtrasCore/Extensions.swift:82:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
80 | }
81 |
82 | extension Swift.String: Foundation.LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
83 | public var errorDescription: String? { self }
84 | public var failureReason: String? { self }
[220/272] Compiling LambdaExtrasCore Extensions.swift
/host/spi-builder-workspace/Sources/LambdaExtrasCore/Extensions.swift:82:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
80 | }
81 |
82 | extension Swift.String: Foundation.LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
83 | public var errorDescription: String? { self }
84 | public var failureReason: String? { self }
[222/273] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[223/273] Emitting module NIOEmbedded
[224/273] Compiling NIOEmbedded AsyncTestingChannel.swift
[225/273] Compiling NIOEmbedded Embedded.swift
[227/274] Emitting module NIOPosix
[228/280] Compiling NIOPosix SelectableEventLoop.swift
[229/280] Compiling NIOPosix SelectorEpoll.swift
[230/280] Compiling NIOPosix SelectorGeneric.swift
[231/280] Compiling NIOPosix SelectorKqueue.swift
[232/280] Compiling NIOPosix SelectorUring.swift
[233/280] Compiling NIOPosix ServerSocket.swift
[234/280] Compiling NIOPosix Pool.swift
[235/280] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[236/280] Compiling NIOPosix PosixSingletons.swift
[237/280] Compiling NIOPosix RawSocketBootstrap.swift
[238/280] Compiling NIOPosix Resolver.swift
[239/280] Compiling NIOPosix Selectable.swift
[240/280] Compiling NIOPosix SelectableChannel.swift
[241/280] Compiling NIOPosix Socket.swift
[242/280] Compiling NIOPosix SocketChannel.swift
[243/280] Compiling NIOPosix SocketProtocols.swift
[244/280] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[245/280] Compiling NIOPosix System.swift
[246/280] Compiling NIOPosix Thread.swift
[247/280] Compiling NIOPosix ThreadPosix.swift
[248/280] Compiling NIOPosix ThreadWindows.swift
[249/280] Compiling NIOPosix UnsafeTransfer.swift
[250/280] Compiling NIOPosix Utilities.swift
[251/280] Compiling NIOPosix VsockAddress.swift
[252/280] Compiling NIOPosix VsockChannelEvents.swift
[253/280] Compiling NIOPosix IO.swift
[254/280] Compiling NIOPosix IntegerBitPacking.swift
[255/280] Compiling NIOPosix IntegerTypes.swift
[256/280] Compiling NIOPosix Linux.swift
[257/280] Compiling NIOPosix LinuxCPUSet.swift
[258/280] Compiling NIOPosix LinuxUring.swift
[259/280] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[260/280] Compiling NIOPosix NIOPosixSendableMetatype.swift
[261/280] Compiling NIOPosix NIOThreadPool.swift
[262/280] Compiling NIOPosix NonBlockingFileIO.swift
[263/280] Compiling NIOPosix PendingDatagramWritesManager.swift
[264/280] Compiling NIOPosix PendingWritesManager.swift
[265/280] Compiling NIOPosix PipeChannel.swift
[266/280] Compiling NIOPosix PipePair.swift
[267/280] Compiling NIOPosix Bootstrap.swift
[268/280] Compiling NIOPosix ControlMessage.swift
[269/280] Compiling NIOPosix DatagramVectorReadManager.swift
[270/280] Compiling NIOPosix Errors+Any.swift
[271/280] Compiling NIOPosix FileDescriptor.swift
[272/280] Compiling NIOPosix GetaddrinfoResolver.swift
[273/280] Compiling NIOPosix HappyEyeballs.swift
[274/280] Compiling NIOPosix BSDSocketAPICommon.swift
[275/280] Compiling NIOPosix BSDSocketAPIPosix.swift
[276/280] Compiling NIOPosix BSDSocketAPIWindows.swift
[277/280] Compiling NIOPosix BaseSocket.swift
[278/280] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[279/280] Compiling NIOPosix BaseSocketChannel.swift
[280/280] Compiling NIOPosix BaseStreamSocketChannel.swift
[282/283] Emitting module NIO
[283/283] Compiling NIO Exports.swift
[285/313] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[286/313] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[287/313] Compiling LambdaMocks APIGatewayV2+Utils.swift
[288/313] Compiling LambdaMocks Mocked.swift
[289/313] Emitting module LambdaMocks
[290/313] Compiling LambdaMocks ContextProvider.swift
[291/313] Compiling LambdaMocks MockInitializationContext.swift
[292/313] Compiling LambdaMocks Logger+Utils.swift
[293/313] Compiling LambdaMocks MockContext.swift
[294/313] Compiling LambdaMocks Dispatch+Utils.swift
[296/314] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[297/314] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[298/316] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[299/316] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[300/316] Emitting module NIOFoundationCompat
[302/317] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[303/317] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[304/317] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[305/317] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[306/317] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[307/317] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[308/317] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[309/317] Compiling NIOHTTP1 HTTPTypes.swift
[310/317] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[311/317] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[312/317] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[313/317] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[314/317] Compiling NIOHTTP1 ByteCollectionUtils.swift
[315/317] Compiling NIOHTTP1 HTTPDecoder.swift
[316/317] Compiling NIOHTTP1 HTTPEncoder.swift
[317/317] Emitting module NIOHTTP1
[319/333] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[320/333] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[321/333] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[322/333] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
[323/333] Emitting module AWSLambdaRuntimeCore
[324/333] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[325/333] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[326/335] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[327/335] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[328/335] Compiling AWSLambdaRuntimeCore Lambda.swift
[329/335] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
[330/335] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[331/335] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[332/335] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[333/335] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[334/335] Compiling AWSLambdaRuntimeCore Terminator.swift
[335/335] Compiling AWSLambdaRuntimeCore Utils.swift
[337/339] Compiling AWSLambdaRuntime Lambda+Codable.swift
[338/339] Compiling AWSLambdaRuntime Context+Foundation.swift
[339/339] Emitting module AWSLambdaRuntime
[341/345] Compiling LambdaExtras Exports.swift
[342/345] Compiling LambdaExtras Extensions.swift
[343/345] Compiling LambdaExtras DefaultEnvironment.swift
[344/345] Emitting module LambdaExtras
[345/345] Compiling LambdaExtras APIGatewayCoder.swift
Build complete! (42.64s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.43.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-aws-lambda-events",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-events"
},
{
"identity" : "swift-aws-lambda-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-alpha.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-runtime"
}
],
"manifest_display_name" : "swift-lambda-extras",
"name" : "swift-lambda-extras",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "LambdaExtras",
"targets" : [
"LambdaExtras"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LambdaExtrasCore",
"targets" : [
"LambdaExtrasCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LambdaMocks",
"targets" : [
"LambdaMocks"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LambdaMocks",
"module_type" : "SwiftTarget",
"name" : "LambdaMocks",
"path" : "Sources/LambdaMocks",
"product_dependencies" : [
"AWSLambdaEvents",
"NIO"
],
"product_memberships" : [
"LambdaMocks"
],
"sources" : [
"ContextProvider.swift",
"Extensions/APIGatewayV2+Utils.swift",
"Extensions/Dispatch+Utils.swift",
"Extensions/Logger+Utils.swift",
"MockContext.swift",
"MockInitializationContext.swift",
"Mocked.swift"
],
"target_dependencies" : [
"LambdaExtrasCore"
],
"type" : "library"
},
{
"c99name" : "LambdaExtrasTests",
"module_type" : "SwiftTarget",
"name" : "LambdaExtrasTests",
"path" : "Tests/LambdaExtrasTests",
"sources" : [
"APIGatewayCoderTests.swift",
"LambdaExtrasTests.swift",
"Support/Helpers.swift",
"Support/Mock.swift"
],
"target_dependencies" : [
"LambdaExtras",
"LambdaMocks"
],
"type" : "test"
},
{
"c99name" : "LambdaExtrasCore",
"module_type" : "SwiftTarget",
"name" : "LambdaExtrasCore",
"path" : "Sources/LambdaExtrasCore",
"product_dependencies" : [
"Logging",
"NIOCore"
],
"product_memberships" : [
"LambdaExtras",
"LambdaExtrasCore",
"LambdaMocks"
],
"sources" : [
"Extensions.swift",
"HandlerError.swift",
"Protocols/EnvironmentValueProvider.swift",
"Protocols/InitializationContext.swift",
"Protocols/LambdaCoding.swift",
"Protocols/RuntimeContext.swift"
],
"type" : "library"
},
{
"c99name" : "LambdaExtras",
"module_type" : "SwiftTarget",
"name" : "LambdaExtras",
"path" : "Sources/LambdaExtras",
"product_dependencies" : [
"AWSLambdaRuntime",
"AWSLambdaEvents"
],
"product_memberships" : [
"LambdaExtras"
],
"sources" : [
"APIGatewayCoder.swift",
"DefaultEnvironment.swift",
"Exports.swift",
"Extensions.swift"
],
"target_dependencies" : [
"LambdaExtrasCore"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.