Build Information
Successful build of swift-lambda-extras, reference main (3d5faf
), with Swift 6.1 for Linux on 29 Apr 2025 17:36:14 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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 -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.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Mobelux/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/Mobelux/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/Mobelux/swift-lambda-extras.git
Revision (git rev-parse @):
3d5faf85e10db1ffe69fe6c20389f2099c12245f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Mobelux/swift-lambda-extras.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Mobelux/swift-lambda-extras.git
https://github.com/Mobelux/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-4606859-2":/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 -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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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-runtime
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/swift-aws-lambda-events
[1/2436] Fetching swift-aws-lambda-events
[2437/6272] Fetching swift-aws-lambda-events, swift-log
[2821/17786] Fetching swift-aws-lambda-events, swift-log, swift-aws-lambda-runtime
Fetched https://github.com/swift-server/swift-aws-lambda-events from cache (0.34s)
[4413/90900] Fetching swift-log, swift-aws-lambda-runtime, swift-nio
Fetched https://github.com/swift-server/swift-aws-lambda-runtime from cache (1.93s)
[53699/79386] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (6.35s)
Fetched https://github.com/apple/swift-nio.git from cache (6.45s)
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 (7.71s)
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.23s)
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.90s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.59s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (2.81s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4364] Fetching swift-system
[1616/6069] Fetching swift-system, swift-atomics
[3367/22338] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
Fetched https://github.com/apple/swift-system.git from cache (0.47s)
[4393/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.14s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.85s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.04s)
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.64s)
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/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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/swift-server/swift-aws-lambda-events
Working copy of https://github.com/swift-server/swift-aws-lambda-events resolved at 0.5.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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/34] Write sources
[19/34] Compiling CNIOWindows shim.c
[19/34] Compiling CNIOWindows WSAStartup.c
[19/34] Compiling CNIOWASI CNIOWASI.c
[22/34] Compiling CNIOLinux liburing_shims.c
[23/34] Compiling _AtomicsShims.c
[24/34] Compiling CNIODarwin shim.c
[24/34] Write sources
[27/34] Compiling CNIOLLHTTP c_nio_http.c
[28/34] Compiling CNIOLinux shim.c
[29/34] Compiling CNIOLLHTTP c_nio_api.c
[30/34] Write swift-version-24593BA9C3E375BF.txt
[31/34] Compiling CNIOLLHTTP c_nio_llhttp.c
[33/89] Emitting module _NIOBase64
[34/89] Emitting module InternalCollectionsUtilities
[35/91] Emitting module HTTPTypes
[36/92] Emitting module Atomics
[36/94] Compiling c-nioatomics.c
[37/94] Compiling c-atomics.c
[39/100] Compiling _NIODataStructures _TinyArray.swift
[40/100] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[41/100] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[42/100] Compiling HTTPTypes HTTPResponse.swift
[45/100] Compiling HTTPTypes HTTPRequest.swift
[46/100] Compiling HTTPTypes ISOLatin1String.swift
[47/100] Compiling Atomics IntegerOperations.swift
[48/100] Compiling Atomics Unmanaged extensions.swift
[49/100] Compiling Atomics IntegerConformances.swift
[50/100] Compiling Atomics PointerConformances.swift
[51/100] Compiling Atomics AtomicStorage.swift
[52/100] Compiling Atomics AtomicValue.swift
[53/100] Compiling HTTPTypes HTTPField.swift
[54/100] Compiling Atomics Primitives.native.swift
[55/100] Compiling Atomics OptionalRawRepresentable.swift
[56/100] Compiling Atomics AtomicOptionalWrappable.swift
[57/100] Compiling Atomics AtomicMemoryOrderings.swift
[58/100] Compiling Atomics DoubleWord.swift
[59/100] Compiling Atomics RawRepresentable.swift
[60/100] Compiling Atomics AtomicBool.swift
[61/100] Compiling _NIODataStructures PriorityQueue.swift
[62/100] Compiling HTTPTypes HTTPFieldName.swift
[63/100] Compiling Atomics ManagedAtomic.swift
[64/100] Compiling Atomics ManagedAtomicLazyReference.swift
[65/100] Compiling Atomics AtomicReference.swift
[66/100] Compiling Atomics Primitives.shims.swift
[67/100] Compiling Atomics AtomicInteger.swift
[72/100] Compiling _NIOBase64 Base64.swift
[73/100] Compiling HTTPTypes HTTPParsedFields.swift
[80/102] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[90/118] Compiling DequeModule Deque+CustomReflectable.swift
[91/118] Compiling DequeModule Deque+Descriptions.swift
[92/118] Compiling DequeModule Deque+Equatable.swift
[93/118] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[94/120] Compiling DequeModule _DequeBuffer.swift
[95/120] Compiling DequeModule _DequeBufferHeader.swift
[96/120] Compiling DequeModule Deque+Extras.swift
[97/120] Compiling DequeModule Deque+Hashable.swift
[98/120] Emitting module Logging
[99/120] Compiling NIOConcurrencyHelpers NIOLock.swift
[100/120] Emitting module NIOConcurrencyHelpers
[101/120] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[102/120] Compiling NIOConcurrencyHelpers lock.swift
[103/120] Compiling NIOConcurrencyHelpers atomics.swift
[104/121] Compiling HTTPTypes NIOLock.swift
[105/121] Compiling _NIODataStructures Heap.swift
[106/121] Emitting module _NIODataStructures
[107/121] Compiling Logging MetadataProvider.swift
[108/122] Compiling Logging Locks.swift
[109/122] Compiling Logging LogHandler.swift
[110/122] Compiling Logging Logging.swift
[111/123] Compiling DequeModule _DequeSlot.swift
[112/123] Compiling DequeModule _UnsafeWrappedBuffer.swift
[116/123] Compiling DequeModule Deque+Codable.swift
[117/123] Compiling DequeModule Deque+Collection.swift
[118/123] Compiling DequeModule Deque+Testing.swift
[119/123] Compiling DequeModule Deque._Storage.swift
[120/123] Compiling DequeModule Deque._UnsafeHandle.swift
[121/123] Compiling DequeModule Deque.swift
[122/123] Emitting module DequeModule
[124/183] Compiling HTTPTypes HTTPFields.swift
[126/203] Compiling AWSLambdaEvents ALB.swift
[127/203] Compiling AWSLambdaEvents APIGateway+V2.swift
[128/203] Compiling AWSLambdaEvents APIGateway.swift
[129/203] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[130/203] Compiling AWSLambdaEvents AWSRegion.swift
[131/203] Compiling AWSLambdaEvents AppSync.swift
[132/203] Compiling AWSLambdaEvents BedrockAgent.swift
[133/203] Compiling AWSLambdaEvents CloudFormation.swift
[134/203] Compiling AWSLambdaEvents Cloudwatch.swift
[135/211] Compiling AWSLambdaEvents Cognito.swift
[136/211] Compiling AWSLambdaEvents DynamoDB.swift
[137/211] Compiling AWSLambdaEvents FunctionURL.swift
[138/211] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[139/211] Compiling AWSLambdaEvents S3.swift
[140/211] Compiling AWSLambdaEvents SES.swift
[141/211] Compiling AWSLambdaEvents SNS.swift
[142/211] Compiling AWSLambdaEvents SQS.swift
[143/211] Compiling NIOCore MarkedCircularBuffer.swift
[144/211] Compiling NIOCore MulticastChannel.swift
[145/211] Compiling NIOCore NIOAny.swift
[146/211] Compiling NIOCore NIOCloseOnErrorHandler.swift
[147/211] Compiling NIOCore NIOLoopBound.swift
[148/211] Compiling NIOCore NIOScheduledCallback.swift
[149/211] Compiling NIOCore NIOSendable.swift
[150/211] Compiling NIOCore RecvByteBufferAllocator.swift
[151/211] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[152/211] Compiling NIOCore BSDSocketAPI.swift
[153/211] Compiling NIOCore ByteBuffer-aux.swift
[154/211] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[155/211] Compiling NIOCore ByteBuffer-conversions.swift
[156/211] Compiling NIOCore ByteBuffer-core.swift
[157/211] Compiling NIOCore ByteBuffer-hex.swift
[158/211] Compiling NIOCore ByteBuffer-int.swift
[159/211] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[161/211] Compiling AWSLambdaEvents Base64.swift
[166/213] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[167/213] Compiling NIOCore SocketAddresses.swift
[168/213] Compiling NIOCore SocketOptionProvider.swift
[169/213] Compiling NIOCore SystemCallHelpers.swift
[170/213] Compiling NIOCore TimeAmount+Duration.swift
[171/213] Compiling NIOCore TypeAssistedChannelHandler.swift
[172/213] Compiling NIOCore UniversalBootstrapSupport.swift
[173/213] Compiling NIOCore Utilities.swift
[177/213] Compiling AWSLambdaEvents DateWrappers.swift
[178/213] Compiling AWSLambdaEvents HTTP.swift
[182/213] Compiling NIOCore IPProtocol.swift
[183/213] Compiling NIOCore IntegerBitPacking.swift
[184/213] Compiling NIOCore IntegerTypes.swift
[185/213] Compiling NIOCore Interfaces.swift
[186/213] Compiling NIOCore Linux.swift
[187/213] Compiling NIOCore EventLoop.swift
[188/213] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[189/213] Compiling NIOCore EventLoopFuture+Deprecated.swift
[190/213] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[191/213] Compiling NIOCore EventLoopFuture.swift
[192/213] Compiling NIOCore FileDescriptor.swift
[193/213] Compiling NIOCore FileHandle.swift
[194/213] Compiling NIOCore FileRegion.swift
[195/213] Compiling NIOCore ByteBuffer-multi-int.swift
[196/213] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[197/213] Compiling NIOCore ByteBuffer-views.swift
[198/213] Compiling NIOCore Channel.swift
[199/213] Compiling NIOCore ChannelHandler.swift
[200/213] Compiling NIOCore ChannelHandlers.swift
[201/213] Compiling NIOCore ChannelInvoker.swift
[202/213] Compiling NIOCore ChannelOption.swift
[206/213] Emitting module AWSLambdaEvents
[214/214] Emitting module NIOCore
[216/273] Compiling LambdaExtrasCore RuntimeContext.swift
[217/273] 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 }
[218/273] Compiling LambdaExtrasCore EnvironmentValueProvider.swift
[219/273] Compiling LambdaExtrasCore InitializationContext.swift
[220/273] Compiling LambdaExtrasCore LambdaCoding.swift
[221/273] Compiling LambdaExtrasCore HandlerError.swift
[222/273] 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 }
[224/274] Compiling NIOEmbedded AsyncTestingChannel.swift
[225/274] Emitting module NIOEmbedded
[226/274] Compiling NIOEmbedded Embedded.swift
[227/274] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[229/275] Emitting module NIOPosix
[230/281] Compiling NIOPosix SelectableChannel.swift
[231/281] Compiling NIOPosix SelectableEventLoop.swift
[232/281] Compiling NIOPosix SelectorEpoll.swift
[233/281] Compiling NIOPosix SelectorGeneric.swift
[234/281] Compiling NIOPosix SelectorKqueue.swift
[235/281] Compiling NIOPosix SelectorUring.swift
[236/281] Compiling NIOPosix PooledRecvBufferAllocator.swift
[237/281] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[238/281] Compiling NIOPosix PosixSingletons.swift
[239/281] Compiling NIOPosix RawSocketBootstrap.swift
[240/281] Compiling NIOPosix Resolver.swift
[241/281] Compiling NIOPosix Selectable.swift
[242/281] Compiling NIOPosix ServerSocket.swift
[243/281] Compiling NIOPosix Socket.swift
[244/281] Compiling NIOPosix SocketChannel.swift
[245/281] Compiling NIOPosix SocketProtocols.swift
[246/281] Compiling NIOPosix System.swift
[247/281] Compiling NIOPosix Thread.swift
[248/281] Compiling NIOPosix ThreadPosix.swift
[249/281] Compiling NIOPosix ThreadWindows.swift
[250/281] Compiling NIOPosix UnsafeTransfer.swift
[251/281] Compiling NIOPosix Utilities.swift
[252/281] Compiling NIOPosix VsockAddress.swift
[253/281] Compiling NIOPosix VsockChannelEvents.swift
[254/281] Compiling NIOPosix BSDSocketAPICommon.swift
[255/281] Compiling NIOPosix BSDSocketAPIPosix.swift
[256/281] Compiling NIOPosix BSDSocketAPIWindows.swift
[257/281] Compiling NIOPosix BaseSocket.swift
[258/281] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[259/281] Compiling NIOPosix BaseSocketChannel.swift
[260/281] Compiling NIOPosix BaseStreamSocketChannel.swift
[261/281] Compiling NIOPosix IO.swift
[262/281] Compiling NIOPosix IntegerBitPacking.swift
[263/281] Compiling NIOPosix IntegerTypes.swift
[264/281] Compiling NIOPosix Linux.swift
[265/281] Compiling NIOPosix LinuxCPUSet.swift
[266/281] Compiling NIOPosix LinuxUring.swift
[267/281] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[268/281] Compiling NIOPosix Bootstrap.swift
[269/281] Compiling NIOPosix ControlMessage.swift
[270/281] Compiling NIOPosix DatagramVectorReadManager.swift
[271/281] Compiling NIOPosix Errors+Any.swift
[272/281] Compiling NIOPosix FileDescriptor.swift
[273/281] Compiling NIOPosix GetaddrinfoResolver.swift
[274/281] Compiling NIOPosix HappyEyeballs.swift
[275/281] Compiling NIOPosix NIOThreadPool.swift
[276/281] Compiling NIOPosix NonBlockingFileIO.swift
[277/281] Compiling NIOPosix PendingDatagramWritesManager.swift
[278/281] Compiling NIOPosix PendingWritesManager.swift
[279/281] Compiling NIOPosix PipeChannel.swift
[280/281] Compiling NIOPosix PipePair.swift
[281/281] Compiling NIOPosix Pool.swift
[283/284] Compiling NIO Exports.swift
[284/284] Emitting module NIO
[286/314] Compiling LambdaMocks Dispatch+Utils.swift
[287/314] Compiling LambdaMocks APIGatewayV2+Utils.swift
[288/314] Compiling LambdaMocks Logger+Utils.swift
[289/314] Compiling LambdaMocks Mocked.swift
[290/314] Compiling LambdaMocks ContextProvider.swift
[291/314] Compiling LambdaMocks MockContext.swift
[292/314] Emitting module LambdaMocks
[293/314] Compiling LambdaMocks MockInitializationContext.swift
[294/315] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[295/315] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[296/315] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[298/315] Emitting module NIOHTTP1
[299/317] Emitting module NIOFoundationCompat
[300/317] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[302/318] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[303/318] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[304/318] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[305/318] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[306/318] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[307/318] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[308/318] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[309/318] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[310/318] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[311/318] Compiling NIOHTTP1 HTTPTypes.swift
[312/318] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[313/318] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[314/318] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[315/318] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[316/318] Compiling NIOHTTP1 ByteCollectionUtils.swift
[317/318] Compiling NIOHTTP1 HTTPDecoder.swift
[318/318] Compiling NIOHTTP1 HTTPEncoder.swift
[320/334] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[321/334] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[322/334] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[323/334] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[324/336] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[325/336] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[326/336] Compiling AWSLambdaRuntimeCore Terminator.swift
[327/336] Compiling AWSLambdaRuntimeCore Utils.swift
[328/336] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[329/336] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
[330/336] Compiling AWSLambdaRuntimeCore Lambda.swift
[331/336] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
[332/336] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[333/336] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[334/336] Emitting module AWSLambdaRuntimeCore
[335/336] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[336/336] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[338/340] Compiling AWSLambdaRuntime Context+Foundation.swift
[339/340] Compiling AWSLambdaRuntime Lambda+Codable.swift
[340/340] Emitting module AWSLambdaRuntime
[342/346] Compiling LambdaExtras Exports.swift
[343/346] Compiling LambdaExtras Extensions.swift
[344/346] Compiling LambdaExtras DefaultEnvironment.swift
[345/346] Compiling LambdaExtras APIGatewayCoder.swift
[346/346] Emitting module LambdaExtras
Build complete! (77.24s)
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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.