Build Information
Successful build of swift-openapi-lambda, reference 0.3.0 (6a5448
), with Swift 6.1 for Linux on 30 Aug 2025 20:47:57 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/swift-openapi-lambda.git
Reference: 0.3.0
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
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at 6a54484 Add quote api example (#20)
Cloned https://github.com/swift-server/swift-openapi-lambda.git
Revision (git rev-parse @):
6a5448478285e24ceb5d3e4c8d6e01bbd707e35e
SUCCESS checkout https://github.com/swift-server/swift-openapi-lambda.git at 0.3.0
========================================
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-4606859-0":/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 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.git
Fetching https://github.com/swift-server/swift-aws-lambda-runtime.git
[1/2613] Fetching swift-aws-lambda-events
[1099/15819] Fetching swift-aws-lambda-events, swift-aws-lambda-runtime
Fetched https://github.com/swift-server/swift-aws-lambda-events.git from cache (0.84s)
Fetching https://github.com/apple/swift-openapi-runtime.git
[8188/13206] Fetching swift-aws-lambda-runtime
[9510/18923] Fetching swift-aws-lambda-runtime, swift-openapi-runtime
Fetching https://github.com/apple/swift-docc-plugin
Fetched https://github.com/apple/swift-openapi-runtime.git from cache (0.81s)
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (1.71s)
[1/2094] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.50s)
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.2.1 (2.73s)
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.27s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (3.62s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3489] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.61s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.14s)
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.60s)
Computing version for https://github.com/apple/swift-openapi-runtime.git
Computed https://github.com/apple/swift-openapi-runtime.git at 1.8.2 (0.60s)
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.61s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/3897] Fetching swift-log
[3898/81836] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (6.66s)
Fetched https://github.com/apple/swift-nio.git from cache (6.76s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (7.26s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.06s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1808] Fetching swift-atomics
[996/6749] Fetching swift-atomics, swift-system
[6454/24143] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.60s)
Fetched https://github.com/apple/swift-system.git from cache (0.61s)
[4349/17394] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.66s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.38s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.85s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.97s)
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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
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-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-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-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-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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/swift-server/swift-aws-lambda-events.git
Working copy of https://github.com/swift-server/swift-aws-lambda-events.git resolved at 1.2.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin AWSLambdaPackager
Building for debugging...
[3/36] Write sources
[18/36] Compiling CNIOWASI CNIOWASI.c
[19/36] Compiling CNIOWindows shim.c
[20/36] Compiling CNIOWindows WSAStartup.c
[21/36] Compiling _AtomicsShims.c
[22/36] Write swift-version-24593BA9C3E375BF.txt
[23/36] Compiling CNIOLinux liburing_shims.c
[24/36] Compiling CNIOPosix event_loop_id.c
[25/36] Compiling CNIOLinux shim.c
[26/36] Compiling CNIODarwin shim.c
[27/36] Compiling CNIOLLHTTP c_nio_http.c
[28/36] Compiling CNIOLLHTTP c_nio_api.c
[29/69] Compiling CNIOLLHTTP c_nio_llhttp.c
[29/69] Write sources
[35/87] Emitting module HTTPTypes
[36/88] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[37/89] Compiling Atomics AtomicReference.swift
[38/89] Compiling Atomics OptionalRawRepresentable.swift
[39/89] Emitting module _NIOBase64
[40/89] Compiling HTTPTypes HTTPRequest.swift
[41/89] Compiling _NIOBase64 Base64.swift
[42/89] Compiling HTTPTypes ISOLatin1String.swift
[43/89] Compiling HTTPTypes HTTPResponse.swift
[44/89] Compiling Atomics AtomicInteger.swift
[45/89] Compiling Atomics AtomicOptionalWrappable.swift
[46/89] Emitting module InternalCollectionsUtilities
[47/90] Compiling Atomics Primitives.native.swift
[48/90] Compiling Atomics AtomicStorage.swift
[49/90] Compiling Atomics AtomicValue.swift
[50/90] Compiling Atomics AtomicMemoryOrderings.swift
[51/90] Compiling Atomics UnsafeAtomic.swift
[52/90] Compiling Atomics UnsafeAtomicLazyReference.swift
[53/90] Compiling _NIODataStructures PriorityQueue.swift
[54/90] Compiling _NIODataStructures _TinyArray.swift
[55/90] Compiling Atomics ManagedAtomic.swift
[56/90] Compiling Atomics ManagedAtomicLazyReference.swift
[57/90] Compiling Atomics IntegerConformances.swift
[59/90] Compiling Atomics PointerConformances.swift
[62/90] Compiling Atomics DoubleWord.swift
[63/90] Compiling HTTPTypes HTTPParsedFields.swift
[64/92] Compiling Atomics RawRepresentable.swift
[65/92] Compiling Atomics AtomicBool.swift
[69/92] Emitting module Atomics
[77/92] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[79/93] Compiling Atomics IntegerOperations.swift
[80/93] Compiling Atomics Unmanaged extensions.swift
[82/109] Compiling DequeModule Deque+CustomReflectable.swift
[83/109] Compiling DequeModule Deque+Descriptions.swift
[84/109] Compiling DequeModule Deque+Equatable.swift
[85/109] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[86/111] Compiling DequeModule _DequeBuffer.swift
[87/111] Compiling DequeModule _DequeBufferHeader.swift
[88/111] Compiling Logging MetadataProvider.swift
[89/111] Compiling HTTPTypes NIOLock.swift
[90/111] Emitting module _NIODataStructures
[91/111] Compiling _NIODataStructures Heap.swift
[92/111] Compiling Logging LogHandler.swift
[93/111] Compiling Logging Logging.swift
[93/112] Compiling c-nioatomics.c
[95/112] Emitting module Logging
[96/112] Compiling Logging Locks.swift
[98/113] Compiling DequeModule Deque+Extras.swift
[99/113] Compiling DequeModule Deque+Hashable.swift
[101/113] Compiling DequeModule _DequeSlot.swift
[102/113] Compiling DequeModule _UnsafeWrappedBuffer.swift
[103/113] Compiling DequeModule Deque+Testing.swift
[104/113] Compiling DequeModule Deque._Storage.swift
[105/113] Compiling DequeModule Deque._UnsafeHandle.swift
[106/113] Compiling DequeModule Deque.swift
[107/113] Compiling DequeModule Deque+Codable.swift
[108/113] Compiling DequeModule Deque+Collection.swift
[108/113] Compiling c-atomics.c
[110/113] Emitting module DequeModule
[112/120] Compiling NIOConcurrencyHelpers NIOLock.swift
[113/120] Compiling NIOConcurrencyHelpers lock.swift
[114/120] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[115/120] Emitting module NIOConcurrencyHelpers
[116/120] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[117/120] Compiling NIOConcurrencyHelpers atomics.swift
[119/182] Compiling HTTPTypes HTTPFieldName.swift
[120/182] Compiling HTTPTypes HTTPField.swift
[121/182] Compiling HTTPTypes HTTPFields.swift
[123/268] Compiling OpenAPIRuntime URICodeCodingKey.swift
[124/268] Compiling OpenAPIRuntime URICoderConfiguration.swift
[125/268] Compiling OpenAPIRuntime URIEncodedNode.swift
[126/268] Compiling OpenAPIRuntime URIParsedTypes.swift
[127/268] Compiling OpenAPIRuntime URIDecoder.swift
[128/268] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[129/268] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[130/268] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[131/276] Compiling OpenAPIRuntime CurrencyTypes.swift
[132/276] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[133/276] Compiling OpenAPIRuntime HTTPBody.swift
[134/276] Compiling OpenAPIRuntime ServerTransport.swift
[135/276] Compiling OpenAPIRuntime UniversalClient.swift
[136/276] Compiling OpenAPIRuntime UniversalServer.swift
[137/276] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[138/276] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[139/276] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[140/276] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[141/276] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[142/276] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[143/276] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[144/276] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[145/276] Compiling OpenAPIRuntime MultipartValidation.swift
[146/276] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[147/276] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[148/276] Compiling NIOCore SocketAddresses.swift
[149/276] Compiling NIOCore SocketOptionProvider.swift
[150/276] Compiling NIOCore SystemCallHelpers.swift
[151/276] Compiling NIOCore TimeAmount+Duration.swift
[152/276] Compiling NIOCore TypeAssistedChannelHandler.swift
[153/276] Compiling NIOCore UniversalBootstrapSupport.swift
[154/276] Compiling NIOCore Utilities.swift
[155/276] Compiling OpenAPIRuntime ServerError.swift
[156/276] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[157/276] Compiling OpenAPIRuntime CodableExtensions.swift
[158/279] Compiling OpenAPIRuntime Configuration.swift
[159/279] Compiling OpenAPIRuntime Converter+Client.swift
[160/279] Compiling OpenAPIRuntime Converter+Common.swift
[161/279] Emitting module OpenAPIRuntime
[162/287] Compiling OpenAPIRuntime FoundationExtensions.swift
[163/287] Compiling OpenAPIRuntime ParameterStyles.swift
[164/287] Compiling OpenAPIRuntime ServerVariable.swift
[165/287] Compiling OpenAPIRuntime URLExtensions.swift
[166/287] Compiling OpenAPIRuntime Deprecated.swift
[167/287] Compiling OpenAPIRuntime ClientError.swift
[168/287] Compiling OpenAPIRuntime CodingErrors.swift
[169/287] Compiling OpenAPIRuntime RuntimeError.swift
[171/287] Emitting module AWSLambdaEvents
[180/287] Compiling AWSLambdaEvents DateWrappers.swift
[181/287] Compiling AWSLambdaEvents HTTP.swift
[182/287] Compiling AWSLambdaEvents RFC5322DateParseStrategy.swift
[191/287] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[192/287] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[193/287] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[194/287] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[195/287] Compiling OpenAPIRuntime ServerSentEvents.swift
[196/287] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[197/287] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[198/287] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[199/287] Compiling OpenAPIRuntime ClientTransport.swift
[216/287] Compiling OpenAPIRuntime ErrorExtensions.swift
[217/287] Compiling OpenAPIRuntime Acceptable.swift
[218/287] Compiling OpenAPIRuntime Base64EncodedData.swift
[219/287] Compiling OpenAPIRuntime ByteUtilities.swift
[220/287] Compiling OpenAPIRuntime ContentDisposition.swift
[221/287] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[222/287] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[223/287] Compiling OpenAPIRuntime OpenAPIValue.swift
[224/287] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[225/287] Compiling OpenAPIRuntime UndocumentedPayload.swift
[253/288] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[254/288] Compiling OpenAPIRuntime URIEncoder.swift
[255/288] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[256/288] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[257/288] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[258/288] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[259/288] Compiling OpenAPIRuntime URIParser.swift
[260/288] Compiling OpenAPIRuntime URISerializer.swift
[271/289] Emitting module NIOCore
[291/342] Emitting module NIOEmbedded
[292/342] Compiling NIOEmbedded Embedded.swift
[293/342] Compiling NIOEmbedded AsyncTestingChannel.swift
[294/342] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[295/343] Compiling NIOPosix Pool.swift
[296/343] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[297/343] Compiling NIOPosix PosixSingletons.swift
[298/343] Compiling NIOPosix RawSocketBootstrap.swift
[299/343] Compiling NIOPosix Resolver.swift
[300/343] Compiling NIOPosix Selectable.swift
[301/343] Compiling NIOPosix SelectableChannel.swift
[303/349] Compiling NIOPosix ThreadPosix.swift
[304/349] Compiling NIOPosix ThreadWindows.swift
[305/349] Compiling NIOPosix UnsafeTransfer.swift
[306/349] Compiling NIOPosix Utilities.swift
[307/349] Compiling NIOPosix VsockAddress.swift
[308/349] Compiling NIOPosix VsockChannelEvents.swift
[309/349] Emitting module NIOPosix
[310/349] Compiling NIOPosix BSDSocketAPICommon.swift
[311/349] Compiling NIOPosix BSDSocketAPIPosix.swift
[312/349] Compiling NIOPosix BSDSocketAPIWindows.swift
[313/349] Compiling NIOPosix BaseSocket.swift
[314/349] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[315/349] Compiling NIOPosix BaseSocketChannel.swift
[316/349] Compiling NIOPosix BaseStreamSocketChannel.swift
[317/349] Compiling NIOPosix Socket.swift
[318/349] Compiling NIOPosix SocketChannel.swift
[319/349] Compiling NIOPosix SocketProtocols.swift
[320/349] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[321/349] Compiling NIOPosix System.swift
[322/349] Compiling NIOPosix Thread.swift
[323/349] Compiling NIOPosix SelectableEventLoop.swift
[324/349] Compiling NIOPosix SelectorEpoll.swift
[325/349] Compiling NIOPosix SelectorGeneric.swift
[326/349] Compiling NIOPosix SelectorKqueue.swift
[327/349] Compiling NIOPosix SelectorUring.swift
[328/349] Compiling NIOPosix ServerSocket.swift
[329/349] Compiling NIOPosix Bootstrap.swift
[330/349] Compiling NIOPosix ControlMessage.swift
[331/349] Compiling NIOPosix DatagramVectorReadManager.swift
[332/349] Compiling NIOPosix Errors+Any.swift
[333/349] Compiling NIOPosix FileDescriptor.swift
[334/349] Compiling NIOPosix GetaddrinfoResolver.swift
[335/349] Compiling NIOPosix HappyEyeballs.swift
[336/349] Compiling NIOPosix IO.swift
[337/349] Compiling NIOPosix IntegerBitPacking.swift
[338/349] Compiling NIOPosix IntegerTypes.swift
[339/349] Compiling NIOPosix Linux.swift
[340/349] Compiling NIOPosix LinuxCPUSet.swift
[341/349] Compiling NIOPosix LinuxUring.swift
[342/349] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[343/349] Compiling NIOPosix NIOPosixSendableMetatype.swift
[344/349] Compiling NIOPosix NIOThreadPool.swift
[345/349] Compiling NIOPosix NonBlockingFileIO.swift
[346/349] Compiling NIOPosix PendingDatagramWritesManager.swift
[347/349] Compiling NIOPosix PendingWritesManager.swift
[348/349] Compiling NIOPosix PipeChannel.swift
[349/349] Compiling NIOPosix PipePair.swift
[351/352] Emitting module NIO
[352/352] Compiling NIO Exports.swift
[354/374] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[355/374] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[356/374] Emitting module NIOFoundationCompat
[357/374] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[358/374] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[359/375] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[360/375] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[362/377] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[363/377] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[364/377] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[365/377] Compiling NIOHTTP1 HTTPTypes.swift
[366/377] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[367/377] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[368/377] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[369/377] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[370/377] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[371/377] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[372/377] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[373/377] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[374/377] Compiling NIOHTTP1 ByteCollectionUtils.swift
[375/377] Compiling NIOHTTP1 HTTPDecoder.swift
[376/377] Compiling NIOHTTP1 HTTPEncoder.swift
[377/377] Emitting module NIOHTTP1
[379/393] Compiling AWSLambdaRuntimeCore Lambda.swift
[380/393] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
[381/393] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[382/393] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[383/393] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[384/393] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[385/393] Emitting module AWSLambdaRuntimeCore
[386/393] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[387/393] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
[388/395] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[389/395] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[390/395] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[391/395] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[392/395] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[393/395] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[394/395] Compiling AWSLambdaRuntimeCore Terminator.swift
[395/395] Compiling AWSLambdaRuntimeCore Utils.swift
[397/399] Compiling AWSLambdaRuntime Lambda+Codable.swift
[398/399] Emitting module AWSLambdaRuntime
[399/399] Compiling AWSLambdaRuntime Context+Foundation.swift
[401/408] Compiling OpenAPILambda OpenAPILambdaRouter.swift
[402/408] Compiling OpenAPILambda OpenAPILambdaTransport.swift
[403/409] Emitting module OpenAPILambda
[404/409] Compiling OpenAPILambda OpenAPILambda.swift
[405/409] Compiling OpenAPILambda APIGatewayV2+HTTPRequest.swift
[406/409] Compiling OpenAPILambda OpenAPILambdaRouterNode.swift
[407/409] Compiling OpenAPILambda OpenAPILambdaHttpApi.swift
[408/409] Compiling OpenAPILambda OpenAPILambdaHandler.swift
[409/409] Compiling OpenAPILambda OpenAPILambdaRouterTrie.swift
Build complete! (175.39s)
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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.