Build Information
Successful build of swift-openapi-lambda, reference main (78dcf0
), with Swift 6.1 for Linux on 13 Jun 2025 23:33:57 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/swift-openapi-lambda.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-openapi-lambda
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 78dcf0c Upgrade swift-aws-lambda-events (#19)
Cloned https://github.com/swift-server/swift-openapi-lambda.git
Revision (git rev-parse @):
78dcf0c86457f31758b10286bb4b9f425ffc78b3
SUCCESS checkout https://github.com/swift-server/swift-openapi-lambda.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/swift-server/swift-openapi-lambda.git
https://github.com/swift-server/swift-openapi-lambda.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime.git"
},
{
"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.git"
},
{
"identity" : "swift-aws-lambda-events",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-events.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-openapi-lambda",
"name" : "swift-openapi-lambda",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "OpenAPILambda",
"targets" : [
"OpenAPILambda"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenAPILambdaTests",
"module_type" : "SwiftTarget",
"name" : "OpenAPILambdaTests",
"path" : "Tests/OpenAPILambdaTests",
"sources" : [
"Router/RouterGraphTest.swift",
"Router/RouterNodeTest.swift"
],
"target_dependencies" : [
"OpenAPILambda"
],
"type" : "test"
},
{
"c99name" : "OpenAPILambda",
"module_type" : "SwiftTarget",
"name" : "OpenAPILambda",
"path" : "Sources",
"product_dependencies" : [
"AWSLambdaRuntime",
"AWSLambdaEvents",
"OpenAPIRuntime"
],
"product_memberships" : [
"OpenAPILambda"
],
"sources" : [
"HttpApi/APIGatewayV2+HTTPRequest.swift",
"HttpApi/OpenAPILambdaHttpApi.swift",
"OpenAPILambda.swift",
"OpenAPILambdaHandler.swift",
"OpenAPILambdaTransport.swift",
"Router/OpenAPILambdaRouter.swift",
"Router/OpenAPILambdaRouterNode.swift",
"Router/OpenAPILambdaRouterTrie.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:96978cfc7c1f56c0b12d561b3402e65f41ab79b9797a4fd5965b5c0d586dcecc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-openapi-runtime.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/swift-server/swift-aws-lambda-events.git
Fetching https://github.com/swift-server/swift-aws-lambda-runtime.git
[1/11536] Fetching swift-aws-lambda-runtime
[578/13972] Fetching swift-aws-lambda-runtime, swift-aws-lambda-events
[2308/16054] Fetching swift-aws-lambda-runtime, swift-aws-lambda-events, swift-docc-plugin
[3175/21733] Fetching swift-aws-lambda-runtime, swift-aws-lambda-events, swift-docc-plugin, swift-openapi-runtime
Fetched https://github.com/swift-server/swift-aws-lambda-events.git from cache (0.69s)
[6694/19297] Fetching swift-aws-lambda-runtime, swift-docc-plugin, swift-openapi-runtime
Fetched https://github.com/apple/swift-docc-plugin from cache (1.02s)
[6372/17215] Fetching swift-aws-lambda-runtime, swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-runtime.git from cache (2.39s)
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (2.45s)
Computing version for https://github.com/swift-server/swift-aws-lambda-events.git
Computed https://github.com/swift-server/swift-aws-lambda-events.git at 1.0.0 (3.47s)
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.30s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (3.72s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3410] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.57s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.68s)
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.88s)
Computing version for https://github.com/apple/swift-openapi-runtime.git
Computed https://github.com/apple/swift-openapi-runtime.git at 1.8.2 (1.00s)
Computing version for https://github.com/swift-server/swift-aws-lambda-runtime.git
Computed https://github.com/swift-server/swift-aws-lambda-runtime.git at 1.0.0-alpha.3 (0.91s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/3836] Fetching swift-log
[3837/80123] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (7.78s)
Fetched https://github.com/apple/swift-nio.git from cache (7.93s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (8.86s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.42s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
[702/6225] Fetching swift-atomics, swift-system
[747/22831] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.76s)
[7252/21034] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.96s)
Fetched https://github.com/apple/swift-collections.git from cache (2.02s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.97s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.91s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.10s)
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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/apple/swift-openapi-runtime.git
Working copy of https://github.com/apple/swift-openapi-runtime.git resolved at 1.8.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.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.2.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.5.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/swift-server/swift-aws-lambda-runtime.git
Working copy of https://github.com/swift-server/swift-aws-lambda-runtime.git resolved at 1.0.0-alpha.3
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/swift-server/swift-aws-lambda-events.git
Working copy of https://github.com/swift-server/swift-aws-lambda-events.git resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin AWSLambdaPackager
Building for debugging...
[3/35] Write sources
[21/35] Compiling CNIOLinux liburing_shims.c
[22/35] Compiling CNIODarwin shim.c
[23/35] Compiling CNIOWindows shim.c
[24/35] Compiling CNIOWASI CNIOWASI.c
[25/35] Compiling CNIOWindows WSAStartup.c
[25/35] Compiling _AtomicsShims.c
[25/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] Compiling HTTPTypes ISOLatin1String.swift
[35/87] Compiling _NIODataStructures _TinyArray.swift
[36/87] Compiling _NIODataStructures PriorityQueue.swift
[37/87] Compiling Atomics UnsafeAtomic.swift
[38/87] Compiling Atomics UnsafeAtomicLazyReference.swift
[39/89] Compiling Atomics ManagedAtomic.swift
[40/89] Compiling Atomics ManagedAtomicLazyReference.swift
[41/89] Compiling HTTPTypes HTTPFieldName.swift
[42/89] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[43/89] Compiling Atomics AtomicStorage.swift
[44/89] Compiling Atomics AtomicValue.swift
[45/90] Compiling Atomics AtomicInteger.swift
[46/90] Compiling Atomics AtomicOptionalWrappable.swift
[47/90] Compiling Atomics AtomicMemoryOrderings.swift
[48/90] Compiling Atomics DoubleWord.swift
[49/90] Compiling HTTPTypes HTTPResponse.swift
[50/90] Emitting module _NIOBase64
[51/90] Compiling _NIOBase64 Base64.swift
[54/91] Compiling HTTPTypes HTTPParsedFields.swift
[55/91] Compiling HTTPTypes HTTPRequest.swift
[58/91] Compiling Atomics OptionalRawRepresentable.swift
[59/91] Compiling Atomics RawRepresentable.swift
[60/91] Compiling Atomics AtomicBool.swift
[63/91] Emitting module InternalCollectionsUtilities
[65/91] Compiling Atomics IntegerConformances.swift
[66/91] Compiling Atomics PointerConformances.swift
[67/91] Compiling Atomics Primitives.native.swift
[70/91] Compiling Atomics AtomicReference.swift
[75/91] Emitting module Atomics
[76/91] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[77/92] Compiling Atomics IntegerOperations.swift
[78/92] Compiling Atomics Unmanaged extensions.swift
[80/93] Compiling c-nioatomics.c
[82/108] Emitting module Logging
[83/108] Compiling Logging MetadataProvider.swift
[84/108] Compiling DequeModule Deque+CustomReflectable.swift
[85/108] Compiling DequeModule Deque+Descriptions.swift
[86/110] Emitting module _NIODataStructures
[87/110] Compiling _NIODataStructures Heap.swift
[88/111] Compiling HTTPTypes NIOLock.swift
[89/111] Compiling Logging LogHandler.swift
[90/111] Compiling Logging Locks.swift
[91/111] Compiling Logging Logging.swift
[92/112] Compiling c-atomics.c
[94/112] Compiling DequeModule _DequeBuffer.swift
[95/112] Compiling DequeModule _DequeBufferHeader.swift
[96/112] Compiling DequeModule Deque+Equatable.swift
[97/112] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[98/112] Compiling DequeModule Deque+Extras.swift
[99/112] Compiling DequeModule Deque+Hashable.swift
[101/118] Compiling DequeModule _DequeSlot.swift
[102/118] Compiling DequeModule _UnsafeWrappedBuffer.swift
[103/118] Compiling DequeModule Deque._UnsafeHandle.swift
[104/118] Compiling DequeModule Deque.swift
[105/118] Compiling DequeModule Deque+Testing.swift
[106/118] Compiling DequeModule Deque._Storage.swift
[107/118] Compiling NIOConcurrencyHelpers lock.swift
[108/118] Compiling DequeModule Deque+Codable.swift
[109/118] Compiling DequeModule Deque+Collection.swift
[110/118] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[111/118] Emitting module NIOConcurrencyHelpers
[112/118] Compiling NIOConcurrencyHelpers NIOLock.swift
[113/118] Compiling NIOConcurrencyHelpers atomics.swift
[114/118] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[115/119] Emitting module DequeModule
[118/180] Compiling HTTPTypes HTTPField.swift
[119/180] Emitting module HTTPTypes
[120/180] Compiling HTTPTypes HTTPFields.swift
[122/263] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[123/263] Compiling OpenAPIRuntime URICodeCodingKey.swift
[124/263] Compiling OpenAPIRuntime URICoderConfiguration.swift
[125/263] Compiling OpenAPIRuntime URIEncodedNode.swift
[126/263] Compiling OpenAPIRuntime URIParsedTypes.swift
[127/263] Compiling OpenAPIRuntime URIDecoder.swift
[128/263] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[129/263] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[130/271] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[131/271] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[132/271] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[133/271] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[134/271] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[135/271] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[136/271] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[137/271] Compiling OpenAPIRuntime MultipartValidation.swift
[138/271] Compiling OpenAPIRuntime FoundationExtensions.swift
[139/271] Compiling OpenAPIRuntime ParameterStyles.swift
[140/271] Compiling OpenAPIRuntime ServerVariable.swift
[141/271] Compiling OpenAPIRuntime URLExtensions.swift
[142/271] Compiling OpenAPIRuntime Deprecated.swift
[143/271] Compiling OpenAPIRuntime ClientError.swift
[144/271] Compiling OpenAPIRuntime CodingErrors.swift
[145/271] Compiling OpenAPIRuntime RuntimeError.swift
[146/271] Compiling OpenAPIRuntime ServerError.swift
[147/271] Compiling OpenAPIRuntime CurrencyTypes.swift
[148/271] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[149/271] Compiling OpenAPIRuntime HTTPBody.swift
[150/271] Compiling OpenAPIRuntime ServerTransport.swift
[151/271] Compiling OpenAPIRuntime UniversalClient.swift
[152/271] Compiling OpenAPIRuntime UniversalServer.swift
[153/271] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[154/271] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[155/271] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[156/273] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[157/273] Compiling NIOCore SocketAddresses.swift
[158/273] Compiling NIOCore SocketOptionProvider.swift
[159/273] Compiling NIOCore SystemCallHelpers.swift
[160/273] Compiling NIOCore TimeAmount+Duration.swift
[161/273] Compiling NIOCore TypeAssistedChannelHandler.swift
[162/273] Compiling NIOCore UniversalBootstrapSupport.swift
[163/273] Compiling NIOCore Utilities.swift
[164/273] Compiling OpenAPIRuntime Converter+Client.swift
[165/273] Compiling OpenAPIRuntime Converter+Common.swift
[166/273] Compiling OpenAPIRuntime Converter+Server.swift
[167/273] Compiling OpenAPIRuntime Acceptable.swift
[168/273] Compiling OpenAPIRuntime Base64EncodedData.swift
[169/273] Compiling OpenAPIRuntime ByteUtilities.swift
[170/273] Compiling OpenAPIRuntime Converter.swift
[171/273] Compiling OpenAPIRuntime CurrencyExtensions.swift
[172/273] Compiling OpenAPIRuntime ErrorExtensions.swift
[173/273] Emitting module AWSLambdaEvents
[174/273] Emitting module OpenAPIRuntime
[175/281] Compiling AWSLambdaEvents HTTP.swift
[176/281] Compiling AWSLambdaEvents RFC5322DateParseStrategy.swift
[185/281] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[186/281] Compiling OpenAPIRuntime CodableExtensions.swift
[187/281] Compiling OpenAPIRuntime Configuration.swift
[197/281] Compiling OpenAPIRuntime ContentDisposition.swift
[198/281] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[199/281] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[200/281] Compiling OpenAPIRuntime OpenAPIValue.swift
[201/281] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[202/281] Compiling OpenAPIRuntime UndocumentedPayload.swift
[224/281] Compiling OpenAPIRuntime ServerSentEvents.swift
[225/281] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[226/281] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[227/281] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[228/281] Compiling OpenAPIRuntime ClientTransport.swift
[237/281] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[238/281] Compiling OpenAPIRuntime URIEncoder.swift
[239/281] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[240/281] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[241/281] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[242/281] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[243/281] Compiling OpenAPIRuntime URIParser.swift
[244/281] Compiling OpenAPIRuntime URISerializer.swift
[264/283] Emitting module NIOCore
[285/334] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[286/334] Emitting module NIOEmbedded
[287/334] Compiling NIOEmbedded AsyncTestingChannel.swift
[288/334] Compiling NIOEmbedded Embedded.swift
[290/335] Emitting module NIOPosix
[291/341] Compiling NIOPosix Pool.swift
[292/341] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[293/341] Compiling NIOPosix PosixSingletons.swift
[294/341] Compiling NIOPosix RawSocketBootstrap.swift
[295/341] Compiling NIOPosix Resolver.swift
[296/341] Compiling NIOPosix Selectable.swift
[297/341] Compiling NIOPosix SelectableChannel.swift
[298/341] Compiling NIOPosix SelectableEventLoop.swift
[299/341] Compiling NIOPosix SelectorEpoll.swift
[300/341] Compiling NIOPosix SelectorGeneric.swift
[301/341] Compiling NIOPosix SelectorKqueue.swift
[302/341] Compiling NIOPosix SelectorUring.swift
[303/341] Compiling NIOPosix ServerSocket.swift
[304/341] Compiling NIOPosix Socket.swift
[305/341] Compiling NIOPosix SocketChannel.swift
[306/341] Compiling NIOPosix SocketProtocols.swift
[307/341] Compiling NIOPosix System.swift
[308/341] Compiling NIOPosix Thread.swift
[309/341] Compiling NIOPosix ThreadPosix.swift
[310/341] Compiling NIOPosix ThreadWindows.swift
[311/341] Compiling NIOPosix UnsafeTransfer.swift
[312/341] Compiling NIOPosix Utilities.swift
[313/341] Compiling NIOPosix VsockAddress.swift
[314/341] Compiling NIOPosix VsockChannelEvents.swift
[315/341] Compiling NIOPosix IO.swift
[316/341] Compiling NIOPosix IntegerBitPacking.swift
[317/341] Compiling NIOPosix IntegerTypes.swift
[318/341] Compiling NIOPosix Linux.swift
[319/341] Compiling NIOPosix LinuxCPUSet.swift
[320/341] Compiling NIOPosix LinuxUring.swift
[321/341] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[322/341] Compiling NIOPosix NIOThreadPool.swift
[323/341] Compiling NIOPosix NonBlockingFileIO.swift
[324/341] Compiling NIOPosix PendingDatagramWritesManager.swift
[325/341] Compiling NIOPosix PendingWritesManager.swift
[326/341] Compiling NIOPosix PipeChannel.swift
[327/341] Compiling NIOPosix PipePair.swift
[328/341] Compiling NIOPosix Bootstrap.swift
[329/341] Compiling NIOPosix ControlMessage.swift
[330/341] Compiling NIOPosix DatagramVectorReadManager.swift
[331/341] Compiling NIOPosix Errors+Any.swift
[332/341] Compiling NIOPosix FileDescriptor.swift
[333/341] Compiling NIOPosix GetaddrinfoResolver.swift
[334/341] Compiling NIOPosix HappyEyeballs.swift
[335/341] Compiling NIOPosix BSDSocketAPICommon.swift
[336/341] Compiling NIOPosix BSDSocketAPIPosix.swift
[337/341] Compiling NIOPosix BSDSocketAPIWindows.swift
[338/341] Compiling NIOPosix BaseSocket.swift
[339/341] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[340/341] Compiling NIOPosix BaseSocketChannel.swift
[341/341] Compiling NIOPosix BaseStreamSocketChannel.swift
[343/344] Emitting module NIO
[344/344] Compiling NIO Exports.swift
[346/366] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[347/366] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[348/366] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[349/366] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[350/366] Emitting module NIOFoundationCompat
[351/367] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[352/367] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[354/369] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[355/369] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[356/369] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[357/369] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[358/369] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[359/369] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[360/369] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[361/369] Compiling NIOHTTP1 HTTPTypes.swift
[362/369] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[363/369] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[364/369] Compiling NIOHTTP1 ByteCollectionUtils.swift
[365/369] Compiling NIOHTTP1 HTTPDecoder.swift
[366/369] Compiling NIOHTTP1 HTTPEncoder.swift
[367/369] Emitting module NIOHTTP1
[368/369] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[369/369] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[371/385] Compiling AWSLambdaRuntimeCore Lambda.swift
[372/385] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
[373/387] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[374/387] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[375/387] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[376/387] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[377/387] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[378/387] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
[379/387] Emitting module AWSLambdaRuntimeCore
[380/387] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[381/387] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[382/387] Compiling AWSLambdaRuntimeCore Terminator.swift
[383/387] Compiling AWSLambdaRuntimeCore Utils.swift
[384/387] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[385/387] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[386/387] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[387/387] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[389/391] Emitting module AWSLambdaRuntime
[390/391] Compiling AWSLambdaRuntime Context+Foundation.swift
[391/391] Compiling AWSLambdaRuntime Lambda+Codable.swift
[393/400] Compiling OpenAPILambda OpenAPILambdaRouterNode.swift
[394/400] Compiling OpenAPILambda OpenAPILambdaRouter.swift
[395/401] Compiling OpenAPILambda OpenAPILambdaTransport.swift
[396/401] Compiling OpenAPILambda OpenAPILambda.swift
[397/401] Compiling OpenAPILambda OpenAPILambdaHandler.swift
[398/401] Compiling OpenAPILambda OpenAPILambdaHttpApi.swift
[399/401] Compiling OpenAPILambda APIGatewayV2+HTTPRequest.swift
[400/401] Emitting module OpenAPILambda
[401/401] Compiling OpenAPILambda OpenAPILambdaRouterTrie.swift
Build complete! (116.96s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime.git"
},
{
"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.git"
},
{
"identity" : "swift-aws-lambda-events",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-events.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-openapi-lambda",
"name" : "swift-openapi-lambda",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "OpenAPILambda",
"targets" : [
"OpenAPILambda"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenAPILambdaTests",
"module_type" : "SwiftTarget",
"name" : "OpenAPILambdaTests",
"path" : "Tests/OpenAPILambdaTests",
"sources" : [
"Router/RouterGraphTest.swift",
"Router/RouterNodeTest.swift"
],
"target_dependencies" : [
"OpenAPILambda"
],
"type" : "test"
},
{
"c99name" : "OpenAPILambda",
"module_type" : "SwiftTarget",
"name" : "OpenAPILambda",
"path" : "Sources",
"product_dependencies" : [
"AWSLambdaRuntime",
"AWSLambdaEvents",
"OpenAPIRuntime"
],
"product_memberships" : [
"OpenAPILambda"
],
"sources" : [
"HttpApi/APIGatewayV2+HTTPRequest.swift",
"HttpApi/OpenAPILambdaHttpApi.swift",
"OpenAPILambda.swift",
"OpenAPILambdaHandler.swift",
"OpenAPILambdaTransport.swift",
"Router/OpenAPILambdaRouter.swift",
"Router/OpenAPILambdaRouterNode.swift",
"Router/OpenAPILambdaRouterTrie.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:96978cfc7c1f56c0b12d561b3402e65f41ab79b9797a4fd5965b5c0d586dcecc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.