Build Information
Successful build of swift-openapi-lambda, reference main (c72834
), with Swift 6.1 for Linux on 6 Sep 2025 14:02:13 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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: 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 c72834d Update to support AWS Lambda Runtime for Swift v2 (#22)
Cloned https://github.com/swift-server/swift-openapi-lambda.git
Revision (git rev-parse @):
c72834d93c550776de75da7f1c647c8c1ad668f1
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.8.2",
"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" : "2.0.0-beta.3",
"upper_bound" : "3.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.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-events.git"
}
],
"manifest_display_name" : "swift-openapi-lambda",
"name" : "swift-openapi-lambda",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.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" : [
"Exports.swift",
"HttpApi/APIGatewayV2+HTTPRequest.swift",
"HttpApi/OpenAPILambdaHttpApi.swift",
"Middleware/LoggingMiddleware.swift",
"OpenAPILambdaHandler.swift",
"OpenAPILambdaService.swift",
"OpenAPILambdaTransport.swift",
"Router/OpenAPILambdaRouter+SimplifiedAPI.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-2":/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-runtime.git
Fetching https://github.com/apple/swift-openapi-runtime.git
Fetching https://github.com/swift-server/swift-aws-lambda-events.git
[1/5717] Fetching swift-openapi-runtime
[287/19165] Fetching swift-openapi-runtime, swift-aws-lambda-runtime
[288/21778] Fetching swift-openapi-runtime, swift-aws-lambda-runtime, swift-aws-lambda-events
Fetched https://github.com/swift-server/swift-aws-lambda-events.git from cache (0.79s)
[6390/19165] Fetching swift-openapi-runtime, swift-aws-lambda-runtime
Fetched https://github.com/apple/swift-openapi-runtime.git from cache (2.60s)
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (2.71s)
Computing version for https://github.com/apple/swift-openapi-runtime.git
Computed https://github.com/apple/swift-openapi-runtime.git at 1.8.2 (3.91s)
Fetching https://github.com/apple/swift-http-types
[1/917] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.44s)
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 (1.52s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (1.05s)
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 2.0.0-beta.3 (1.13s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
[1/2470] Fetching swift-service-lifecycle
[51/6373] Fetching swift-service-lifecycle, swift-log
[6218/23783] Fetching swift-service-lifecycle, swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.83s)
Fetching https://github.com/apple/swift-nio.git
[5778/19880] Fetching swift-service-lifecycle, swift-collections
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.84s)
[3482/17410] Fetching swift-collections
[12885/95442] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (2.52s)
[13266/78032] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.59s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (11.62s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5190] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.67s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.40s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.16s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.40s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1814] Fetching swift-atomics
[600/6751] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.80s)
Fetched https://github.com/apple/swift-system.git from cache (0.80s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (4.62s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.66s)
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
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.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-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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/swift-server/swift-aws-lambda-runtime.git
Working copy of https://github.com/swift-server/swift-aws-lambda-runtime.git resolved at 2.0.0-beta.3
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.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-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/37] Write sources
[21/37] Compiling CNIODarwin shim.c
[22/37] Compiling CNIOWindows shim.c
[22/37] Compiling CNIOLinux liburing_shims.c
[24/37] Compiling CNIOWindows WSAStartup.c
[25/37] Compiling _AtomicsShims.c
[25/37] Compiling CNIOPosix event_loop_id.c
[27/37] Compiling CNIOWASI CNIOWASI.c
[27/37] Write sources
[30/37] Compiling CNIOLLHTTP c_nio_http.c
[31/37] Compiling CNIOLinux shim.c
[32/37] Compiling CNIOLLHTTP c_nio_api.c
[33/37] Write swift-version-24593BA9C3E375BF.txt
[34/37] Compiling CNIOLLHTTP c_nio_llhttp.c
[36/73] Emitting module _NIOBase64
[37/73] Emitting module _NIODataStructures
[38/73] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[39/73] Compiling InternalCollectionsUtilities UInt+reversed.swift
[39/73] Compiling c-nioatomics.c
[41/74] Emitting module InternalCollectionsUtilities
[42/74] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[43/74] Compiling InternalCollectionsUtilities Integer rank.swift
[44/74] Compiling HTTPTypes ISOLatin1String.swift
[45/74] Compiling InternalCollectionsUtilities Descriptions.swift
[46/74] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[47/74] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[48/74] Compiling HTTPTypes HTTPResponse.swift
[49/75] Compiling HTTPTypes HTTPRequest.swift
[50/75] Compiling ConcurrencyHelpers LockedValueBox.swift
[51/75] Compiling _NIOBase64 Base64.swift
[52/76] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[53/76] Compiling InternalCollectionsUtilities Debugging.swift
[54/76] Compiling HTTPTypes HTTPField.swift
[55/76] Emitting module HTTPTypes
[56/76] Compiling _NIODataStructures PriorityQueue.swift
[57/76] Compiling _NIODataStructures _TinyArray.swift
[58/76] Compiling HTTPTypes HTTPParsedFields.swift
[60/94] Compiling Atomics PointerConformances.swift
[61/94] Compiling Atomics Primitives.native.swift
[62/94] Compiling Atomics OptionalRawRepresentable.swift
[63/94] Compiling Atomics RawRepresentable.swift
[64/94] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[66/95] Compiling Atomics AtomicInteger.swift
[67/95] Compiling Atomics AtomicOptionalWrappable.swift
[68/95] Compiling Atomics AtomicReference.swift
[69/97] Compiling Atomics UnsafeAtomic.swift
[70/97] Compiling Atomics UnsafeAtomicLazyReference.swift
[71/97] Compiling Atomics ManagedAtomic.swift
[72/97] Compiling Atomics ManagedAtomicLazyReference.swift
[73/97] Compiling Atomics AtomicStorage.swift
[74/97] Compiling Atomics AtomicValue.swift
[75/97] Compiling Atomics AtomicMemoryOrderings.swift
[76/97] Compiling Atomics DoubleWord.swift
[76/97] Compiling c-atomics.c
[78/109] Compiling Atomics IntegerOperations.swift
[79/109] Compiling Atomics Unmanaged extensions.swift
[80/173] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[81/173] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[82/175] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[83/175] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[84/175] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[85/175] Compiling OrderedCollections OrderedDictionary+Elements.swift
[86/175] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[87/175] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[88/175] Compiling NIOConcurrencyHelpers lock.swift
[89/175] Compiling HTTPTypes NIOLock.swift
[90/175] Compiling _NIODataStructures Heap.swift
[91/176] Compiling NIOConcurrencyHelpers NIOLock.swift
[92/176] Compiling Logging LogHandler.swift
[93/176] Emitting module Logging
[94/176] Compiling Logging Locks.swift
[95/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[96/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[97/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[98/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[99/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[100/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[101/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[102/183] Compiling Logging Logging.swift
[103/183] Compiling Logging MetadataProvider.swift
[104/183] Emitting module ConcurrencyHelpers
[105/183] Compiling ConcurrencyHelpers Lock.swift
[107/185] Emitting module NIOConcurrencyHelpers
[108/185] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[109/185] Compiling DequeModule _DequeSlot.swift
[110/185] Compiling DequeModule _UnsafeWrappedBuffer.swift
[113/185] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[114/185] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[115/185] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[116/185] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[117/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[118/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[119/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[120/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[121/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[122/185] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[123/185] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[132/185] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[133/185] Compiling NIOConcurrencyHelpers atomics.swift
[134/186] Compiling OrderedCollections OrderedDictionary.swift
[135/186] Compiling OrderedCollections OrderedSet+Codable.swift
[136/186] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[137/186] Compiling OrderedCollections OrderedSet+Descriptions.swift
[138/186] Compiling OrderedCollections OrderedSet+Diffing.swift
[139/186] Compiling OrderedCollections OrderedSet+Equatable.swift
[140/186] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[141/186] Compiling OrderedCollections OrderedSet+Hashable.swift
[142/186] Compiling OrderedCollections OrderedSet+Initializers.swift
[143/186] Compiling OrderedCollections OrderedSet+Insertions.swift
[144/186] Compiling OrderedCollections OrderedSet+Invariants.swift
[145/186] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[146/186] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[147/186] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[148/186] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[149/186] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[150/186] Compiling OrderedCollections OrderedDictionary+Codable.swift
[151/186] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[161/186] Emitting module DequeModule
[162/187] Emitting module Atomics
[170/188] Compiling OrderedCollections _HashTable+Bucket.swift
[171/188] Compiling OrderedCollections _HashTable+BucketIterator.swift
[172/188] Compiling OrderedCollections _HashTable+Constants.swift
[173/188] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[174/188] Compiling OrderedCollections _HashTable+Testing.swift
[175/188] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[176/188] Compiling OrderedCollections _HashTable.swift
[177/188] Compiling OrderedCollections _Hashtable+Header.swift
[179/188] Compiling OrderedCollections OrderedSet+Sendable.swift
[180/188] Compiling OrderedCollections OrderedSet+SubSequence.swift
[181/188] Compiling OrderedCollections OrderedSet+Testing.swift
[182/188] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[183/188] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[184/188] Compiling OrderedCollections OrderedSet.swift
[185/188] Compiling OrderedCollections _UnsafeBitset.swift
[186/252] Emitting module OrderedCollections
[188/253] Emitting module UnixSignals
[189/253] Compiling HTTPTypes HTTPFieldName.swift
[190/253] Compiling HTTPTypes HTTPFields.swift
[191/254] Compiling UnixSignals UnixSignal.swift
[192/254] Compiling UnixSignals UnixSignalsSequence.swift
[195/352] Compiling NIOCore NIOAny.swift
[196/352] Compiling NIOCore NIOCloseOnErrorHandler.swift
[197/352] Compiling NIOCore NIOCoreSendableMetatype.swift
[198/352] Compiling NIOCore NIOLoopBound.swift
[199/352] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[200/352] Compiling NIOCore NIOScheduledCallback.swift
[201/352] Compiling NIOCore NIOSendable.swift
[202/352] Compiling NIOCore RecvByteBufferAllocator.swift
[203/393] Emitting module AsyncAlgorithms
[204/399] Compiling OpenAPIRuntime HTTPBody.swift
[205/399] Compiling OpenAPIRuntime ServerTransport.swift
[206/399] Compiling OpenAPIRuntime UniversalClient.swift
[207/399] Compiling OpenAPIRuntime UniversalServer.swift
[208/399] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[209/399] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[210/399] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[211/399] Compiling OpenAPIRuntime OpenAPIValue.swift
[212/399] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[213/399] Compiling OpenAPIRuntime UndocumentedPayload.swift
[214/399] Compiling OpenAPIRuntime FoundationExtensions.swift
[215/399] Compiling OpenAPIRuntime ParameterStyles.swift
[216/399] Compiling OpenAPIRuntime CurrencyTypes.swift
[217/399] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[224/399] Compiling AsyncAlgorithms SetAlgebra.swift
[225/399] Compiling AsyncAlgorithms UnsafeTransfer.swift
[226/399] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[227/399] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[228/399] Compiling AsyncAlgorithms ZipStateMachine.swift
[229/399] Compiling AsyncAlgorithms ZipStorage.swift
[230/399] Compiling OpenAPIRuntime MultipartValidation.swift
[231/399] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[232/399] Compiling OpenAPIRuntime CurrencyExtensions.swift
[233/399] Compiling OpenAPIRuntime ErrorExtensions.swift
[234/399] Compiling OpenAPIRuntime Acceptable.swift
[235/399] Compiling OpenAPIRuntime Base64EncodedData.swift
[236/399] Compiling OpenAPIRuntime ByteUtilities.swift
[237/399] Compiling OpenAPIRuntime ContentDisposition.swift
[238/399] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[239/399] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[240/399] Compiling OpenAPIRuntime CodableExtensions.swift
[241/399] Compiling OpenAPIRuntime Configuration.swift
[242/399] Compiling OpenAPIRuntime Converter+Client.swift
[243/399] Compiling OpenAPIRuntime Converter+Common.swift
[244/399] Compiling OpenAPIRuntime Converter+Server.swift
[245/399] Compiling OpenAPIRuntime Converter.swift
[246/399] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[247/399] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[248/399] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[249/399] Compiling OpenAPIRuntime ClientTransport.swift
[252/399] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[253/399] Compiling NIOCore SocketAddresses.swift
[254/399] Compiling NIOCore SocketOptionProvider.swift
[255/399] Compiling NIOCore SystemCallHelpers.swift
[256/399] Compiling NIOCore TimeAmount+Duration.swift
[257/399] Compiling NIOCore TypeAssistedChannelHandler.swift
[258/399] Compiling NIOCore UniversalBootstrapSupport.swift
[259/399] Compiling NIOCore Utilities.swift
[260/399] Compiling OpenAPIRuntime ServerVariable.swift
[261/399] Compiling OpenAPIRuntime URLExtensions.swift
[262/399] Compiling OpenAPIRuntime Deprecated.swift
[263/399] Compiling OpenAPIRuntime ClientError.swift
[264/399] Compiling OpenAPIRuntime CodingErrors.swift
[265/399] Compiling OpenAPIRuntime RuntimeError.swift
[266/399] Compiling OpenAPIRuntime ServerError.swift
[267/399] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[268/399] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[269/399] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[270/399] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[271/399] Compiling OpenAPIRuntime ServerSentEvents.swift
[297/408] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[298/408] Compiling ServiceLifecycle CancellationWaiter.swift
[299/409] Emitting module ServiceLifecycle
[300/409] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[301/409] Compiling ServiceLifecycle GracefulShutdown.swift
[302/409] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[303/409] Compiling ServiceLifecycle ServiceRunnerError.swift
[314/412] Compiling ServiceLifecycle Service.swift
[315/412] Compiling ServiceLifecycle ServiceGroup.swift
[317/413] Emitting module AWSLambdaEvents
[323/413] Compiling AWSLambdaEvents DateWrappers.swift
[324/413] Compiling AWSLambdaEvents HTTP.swift
[325/413] Compiling AWSLambdaEvents RFC5322DateParseStrategy.swift
[327/421] Compiling OpenAPIRuntime URICodeCodingKey.swift
[328/421] Compiling OpenAPIRuntime URICoderConfiguration.swift
[329/421] Compiling OpenAPIRuntime URIEncodedNode.swift
[330/421] Compiling OpenAPIRuntime URIParsedTypes.swift
[331/421] Compiling OpenAPIRuntime URIDecoder.swift
[332/421] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[333/421] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[334/421] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[356/421] Emitting module OpenAPIRuntime
[396/422] Emitting module NIOCore
[397/422] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[398/422] Compiling OpenAPIRuntime URIEncoder.swift
[399/422] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[400/422] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[401/422] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[402/422] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[403/422] Compiling OpenAPIRuntime URIParser.swift
[404/422] Compiling OpenAPIRuntime URISerializer.swift
[425/476] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[426/476] Compiling NIOEmbedded Embedded.swift
[427/476] Emitting module NIOEmbedded
[428/476] Compiling NIOEmbedded AsyncTestingChannel.swift
[430/477] Compiling NIOPosix IO.swift
[431/477] Compiling NIOPosix IntegerBitPacking.swift
[432/477] Compiling NIOPosix IntegerTypes.swift
[433/477] Compiling NIOPosix Linux.swift
[434/477] Compiling NIOPosix LinuxCPUSet.swift
[435/477] Compiling NIOPosix LinuxUring.swift
[436/477] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[437/483] Emitting module NIOPosix
[438/483] Compiling NIOPosix ThreadPosix.swift
[439/483] Compiling NIOPosix ThreadWindows.swift
[440/483] Compiling NIOPosix UnsafeTransfer.swift
[441/483] Compiling NIOPosix Utilities.swift
[442/483] Compiling NIOPosix VsockAddress.swift
[443/483] Compiling NIOPosix VsockChannelEvents.swift
[444/483] Compiling NIOPosix SelectableEventLoop.swift
[445/483] Compiling NIOPosix SelectorEpoll.swift
[446/483] Compiling NIOPosix SelectorGeneric.swift
[447/483] Compiling NIOPosix SelectorKqueue.swift
[448/483] Compiling NIOPosix SelectorUring.swift
[449/483] Compiling NIOPosix ServerSocket.swift
[450/483] Compiling NIOPosix Pool.swift
[451/483] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[452/483] Compiling NIOPosix PosixSingletons.swift
[453/483] Compiling NIOPosix RawSocketBootstrap.swift
[454/483] Compiling NIOPosix Resolver.swift
[455/483] Compiling NIOPosix Selectable.swift
[456/483] Compiling NIOPosix SelectableChannel.swift
[457/483] Compiling NIOPosix Socket.swift
[458/483] Compiling NIOPosix SocketChannel.swift
[459/483] Compiling NIOPosix SocketProtocols.swift
[460/483] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[461/483] Compiling NIOPosix System.swift
[462/483] Compiling NIOPosix Thread.swift
[463/483] Compiling NIOPosix NIOPosixSendableMetatype.swift
[464/483] Compiling NIOPosix NIOThreadPool.swift
[465/483] Compiling NIOPosix NonBlockingFileIO.swift
[466/483] Compiling NIOPosix PendingDatagramWritesManager.swift
[467/483] Compiling NIOPosix PendingWritesManager.swift
[468/483] Compiling NIOPosix PipeChannel.swift
[469/483] Compiling NIOPosix PipePair.swift
[470/483] Compiling NIOPosix Bootstrap.swift
[471/483] Compiling NIOPosix ControlMessage.swift
[472/483] Compiling NIOPosix DatagramVectorReadManager.swift
[473/483] Compiling NIOPosix Errors+Any.swift
[474/483] Compiling NIOPosix FileDescriptor.swift
[475/483] Compiling NIOPosix GetaddrinfoResolver.swift
[476/483] Compiling NIOPosix HappyEyeballs.swift
[477/483] Compiling NIOPosix BSDSocketAPICommon.swift
[478/483] Compiling NIOPosix BSDSocketAPIPosix.swift
[479/483] Compiling NIOPosix BSDSocketAPIWindows.swift
[480/483] Compiling NIOPosix BaseSocket.swift
[481/483] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[482/483] Compiling NIOPosix BaseSocketChannel.swift
[483/483] Compiling NIOPosix BaseStreamSocketChannel.swift
[485/486] Compiling NIO Exports.swift
[486/486] Emitting module NIO
[488/503] Emitting module NIOHTTP1
[489/505] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[490/505] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[491/505] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[492/505] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[493/505] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[494/505] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[495/505] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[496/505] Compiling NIOHTTP1 HTTPTypes.swift
[497/505] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[498/505] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[499/505] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[500/505] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[501/505] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[502/505] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[503/505] Compiling NIOHTTP1 ByteCollectionUtils.swift
[504/505] Compiling NIOHTTP1 HTTPDecoder.swift
[505/505] Compiling NIOHTTP1 HTTPEncoder.swift
[507/528] Emitting module AWSLambdaRuntime
[508/530] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[509/530] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[510/530] Compiling AWSLambdaRuntime SendableMetatype.swift
[511/530] Compiling AWSLambdaRuntime Lambda+JSON.swift
[512/530] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[513/530] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
[514/530] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[515/530] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[516/530] Compiling AWSLambdaRuntime Context+Foundation.swift
[517/530] Compiling AWSLambdaRuntime LambdaClock.swift
[518/530] Compiling AWSLambdaRuntime LambdaContext.swift
[519/530] Compiling AWSLambdaRuntime LambdaHandlers.swift
[520/530] Compiling AWSLambdaRuntime Utils.swift
[521/530] Compiling AWSLambdaRuntime Version.swift
[522/530] Compiling AWSLambdaRuntime LambdaRequestID.swift
[523/530] Compiling AWSLambdaRuntime LambdaResponseStreamWriter+Headers.swift
[524/530] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[525/530] Compiling AWSLambdaRuntime LambdaRuntime.swift
[526/530] Compiling AWSLambdaRuntime LambdaRuntimeClient+ChannelHandler.swift
[527/530] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
[528/530] Compiling AWSLambdaRuntime Lambda+Codable.swift
[529/530] Compiling AWSLambdaRuntime Lambda+LocalServer.swift
[530/530] Compiling AWSLambdaRuntime Lambda.swift
[532/542] Compiling OpenAPILambda OpenAPILambdaRouterNode.swift
[533/543] Compiling OpenAPILambda OpenAPILambdaRouter+SimplifiedAPI.swift
[534/543] Compiling OpenAPILambda OpenAPILambdaHttpApi.swift
[535/543] Compiling OpenAPILambda LoggingMiddleware.swift
[536/543] Compiling OpenAPILambda OpenAPILambdaTransport.swift
[537/543] Emitting module OpenAPILambda
[538/543] Compiling OpenAPILambda OpenAPILambdaHandler.swift
[539/543] Compiling OpenAPILambda OpenAPILambdaService.swift
[540/543] Compiling OpenAPILambda OpenAPILambdaRouter.swift
[541/543] Compiling OpenAPILambda Exports.swift
[542/543] Compiling OpenAPILambda APIGatewayV2+HTTPRequest.swift
[543/543] Compiling OpenAPILambda OpenAPILambdaRouterTrie.swift
Build complete! (118.38s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.2",
"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" : "2.0.0-beta.3",
"upper_bound" : "3.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.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-events.git"
}
],
"manifest_display_name" : "swift-openapi-lambda",
"name" : "swift-openapi-lambda",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.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" : [
"Exports.swift",
"HttpApi/APIGatewayV2+HTTPRequest.swift",
"HttpApi/OpenAPILambdaHttpApi.swift",
"Middleware/LoggingMiddleware.swift",
"OpenAPILambdaHandler.swift",
"OpenAPILambdaService.swift",
"OpenAPILambdaTransport.swift",
"Router/OpenAPILambdaRouter+SimplifiedAPI.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.