The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-openapi-lambda, reference 2.0.0-beta.1 (c72834), with Swift 6.1 for Linux on 6 Sep 2025 14:00:33 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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: 2.0.0-beta.1
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               2.0.0-beta.1 -> FETCH_HEAD
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 2.0.0-beta.1
========================================
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-4609320-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/swift-server/swift-aws-lambda-events.git
Fetching https://github.com/apple/swift-openapi-runtime.git
[1/2613] Fetching swift-aws-lambda-events
[1073/8330] Fetching swift-aws-lambda-events, swift-openapi-runtime
[1366/21778] Fetching swift-aws-lambda-events, swift-openapi-runtime, swift-aws-lambda-runtime
Fetched https://github.com/swift-server/swift-aws-lambda-events.git from cache (0.73s)
Fetched https://github.com/apple/swift-openapi-runtime.git from cache (0.73s)
[673/13448] Fetching swift-aws-lambda-runtime
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (2.56s)
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.55s)
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.38s)
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.26s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.92s)
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 (0.99s)
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
[495/6373] Fetching swift-service-lifecycle, swift-log
[5087/23783] Fetching swift-service-lifecycle, swift-log, swift-collections
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.63s)
Fetching https://github.com/apple/swift-nio.git
[4774/21313] Fetching swift-log, swift-collections
[13480/99345] Fetching swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (2.23s)
[28335/95442] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (2.32s)
[16387/78032] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.65s)
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 (10.22s)
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.59s)
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.70s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.18s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.84s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.24s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
[709/6751] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.82s)
Fetched https://github.com/apple/swift-system.git from cache (0.83s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.78s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.85s)
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-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-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-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/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/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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
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
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
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/37] Write sources
[19/37] Compiling CNIOWASI CNIOWASI.c
[20/37] Compiling CNIOWindows shim.c
[21/37] Compiling CNIOWindows WSAStartup.c
[22/37] Compiling CNIOLinux liburing_shims.c
[23/37] Compiling CNIOPosix event_loop_id.c
[23/37] Compiling _AtomicsShims.c
[25/37] Compiling CNIOLinux shim.c
[26/37] Write sources
[30/37] Compiling CNIOLLHTTP c_nio_http.c
[31/37] Compiling CNIODarwin 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
[36/73] Compiling c-nioatomics.c
[38/83] Compiling _NIODataStructures _TinyArray.swift
[39/83] Compiling _NIODataStructures PriorityQueue.swift
[40/91] Compiling Atomics ManagedAtomicLazyReference.swift
[41/91] Compiling Atomics OptionalRawRepresentable.swift
[42/92] Compiling _NIOBase64 Base64.swift
[43/92] Compiling Logging LogHandler.swift
[44/93] Compiling HTTPTypes ISOLatin1String.swift
[45/94] Compiling ConcurrencyHelpers LockedValueBox.swift
[46/94] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[47/94] Compiling Atomics RawRepresentable.swift
[48/94] Compiling Atomics AtomicBool.swift
[49/94] Compiling HTTPTypes HTTPParsedFields.swift
[50/94] Compiling HTTPTypes HTTPRequest.swift
[51/94] Compiling Atomics DoubleWord.swift
[52/94] Compiling Atomics ManagedAtomic.swift
[53/94] Compiling HTTPTypes HTTPResponse.swift
[54/94] Compiling Atomics AtomicInteger.swift
[55/94] Compiling Atomics AtomicOptionalWrappable.swift
[56/94] Emitting module InternalCollectionsUtilities
[57/94] Compiling HTTPTypes HTTPField.swift
[58/94] Compiling Atomics AtomicReference.swift
[59/94] Compiling Atomics AtomicStorage.swift
[60/94] Compiling Atomics AtomicValue.swift
[61/94] Compiling Atomics AtomicMemoryOrderings.swift
[63/94] Compiling Atomics UnsafeAtomic.swift
[64/94] Compiling Atomics UnsafeAtomicLazyReference.swift
[71/96] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[71/97] Compiling c-atomics.c
[74/102] Compiling Atomics IntegerOperations.swift
[75/102] Compiling Atomics Unmanaged extensions.swift
[79/108] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[80/173] Compiling OrderedCollections _HashTable+Bucket.swift
[81/173] Compiling OrderedCollections _HashTable+BucketIterator.swift
[82/175] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[83/175] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[84/175] Compiling OrderedCollections _HashTable+Testing.swift
[85/175] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[86/175] Emitting module ConcurrencyHelpers
[87/175] Compiling ConcurrencyHelpers Lock.swift
[88/176] Compiling OrderedCollections _HashTable.swift
[89/176] Compiling OrderedCollections _Hashtable+Header.swift
[90/176] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[91/176] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[92/176] Compiling NIOConcurrencyHelpers lock.swift
[93/176] Emitting module _NIODataStructures
[94/176] Compiling _NIODataStructures Heap.swift
[95/177] Compiling Logging MetadataProvider.swift
[96/177] Compiling Logging Logging.swift
[97/177] Compiling Logging Locks.swift
[98/177] Emitting module Logging
[99/178] Compiling HTTPTypes NIOLock.swift
[100/178] Compiling NIOConcurrencyHelpers NIOLock.swift
[104/178] Compiling DequeModule _DequeSlot.swift
[105/178] Compiling DequeModule _UnsafeWrappedBuffer.swift
[106/178] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[107/178] Emitting module NIOConcurrencyHelpers
[108/178] Compiling NIOConcurrencyHelpers atomics.swift
[109/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[110/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[111/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[112/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[113/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[114/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[115/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[116/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[117/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[118/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[119/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[120/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[121/179] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[122/179] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[124/186] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[125/186] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[126/186] Compiling OrderedCollections _HashTable+Constants.swift
[127/186] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[128/186] Compiling OrderedCollections OrderedDictionary+Codable.swift
[129/186] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[130/186] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[131/186] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[132/186] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[133/186] Compiling OrderedCollections OrderedDictionary+Elements.swift
[134/186] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[135/186] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[136/186] Compiling OrderedCollections OrderedDictionary.swift
[137/186] Compiling OrderedCollections OrderedSet+Codable.swift
[138/186] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[139/186] Compiling OrderedCollections OrderedSet+Descriptions.swift
[140/186] Compiling OrderedCollections OrderedSet+Diffing.swift
[141/186] Compiling OrderedCollections OrderedSet+Equatable.swift
[142/186] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[143/186] Compiling OrderedCollections OrderedSet+Hashable.swift
[144/186] Compiling OrderedCollections OrderedSet+Initializers.swift
[145/186] Compiling OrderedCollections OrderedSet+Insertions.swift
[146/186] Compiling OrderedCollections OrderedSet+Invariants.swift
[147/186] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[148/186] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[149/186] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[150/186] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[151/186] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[160/186] Emitting module DequeModule
[176/187] Emitting module Atomics
[177/188] Compiling OrderedCollections OrderedSet+Sendable.swift
[178/188] Compiling OrderedCollections OrderedSet+SubSequence.swift
[179/188] Compiling OrderedCollections OrderedSet+Testing.swift
[180/188] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[181/188] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[182/188] Compiling OrderedCollections OrderedSet.swift
[183/188] Compiling OrderedCollections _UnsafeBitset.swift
[185/188] Emitting module OrderedCollections
[187/189] Compiling HTTPTypes HTTPFieldName.swift
[188/189] Compiling HTTPTypes HTTPFields.swift
[189/189] Emitting module HTTPTypes
[191/384] Compiling UnixSignals UnixSignalsSequence.swift
[192/384] Compiling UnixSignals UnixSignal.swift
[193/384] Emitting module UnixSignals
[195/385] Emitting module AsyncAlgorithms
[196/391] Compiling OpenAPIRuntime Acceptable.swift
[197/391] Compiling OpenAPIRuntime Base64EncodedData.swift
[198/391] Compiling OpenAPIRuntime ByteUtilities.swift
[199/391] Compiling OpenAPIRuntime ContentDisposition.swift
[200/391] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[201/391] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[202/391] Compiling OpenAPIRuntime OpenAPIValue.swift
[203/391] Compiling OpenAPIRuntime HTTPBody.swift
[204/391] Compiling OpenAPIRuntime ServerTransport.swift
[205/391] Compiling OpenAPIRuntime UniversalClient.swift
[206/391] Compiling OpenAPIRuntime UniversalServer.swift
[207/391] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[208/391] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[209/391] Compiling OpenAPIRuntime ClientError.swift
[210/391] Compiling OpenAPIRuntime CodingErrors.swift
[211/391] Compiling OpenAPIRuntime RuntimeError.swift
[212/391] Compiling OpenAPIRuntime ServerError.swift
[213/391] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[214/391] Compiling OpenAPIRuntime CodableExtensions.swift
[215/391] Compiling OpenAPIRuntime URICodeCodingKey.swift
[216/391] Compiling OpenAPIRuntime URICoderConfiguration.swift
[217/391] Compiling OpenAPIRuntime URIEncodedNode.swift
[218/391] Compiling OpenAPIRuntime URIParsedTypes.swift
[219/391] Compiling OpenAPIRuntime URIDecoder.swift
[220/391] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[221/391] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[222/391] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[223/399] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[224/399] Compiling OpenAPIRuntime UndocumentedPayload.swift
[225/399] Compiling OpenAPIRuntime FoundationExtensions.swift
[226/399] Compiling OpenAPIRuntime ParameterStyles.swift
[227/399] Compiling OpenAPIRuntime ServerVariable.swift
[228/399] Compiling OpenAPIRuntime URLExtensions.swift
[229/399] Compiling OpenAPIRuntime Deprecated.swift
[230/399] Compiling AsyncAlgorithms SetAlgebra.swift
[231/399] Compiling AsyncAlgorithms UnsafeTransfer.swift
[232/399] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[233/399] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[234/399] Compiling AsyncAlgorithms ZipStateMachine.swift
[235/399] Compiling AsyncAlgorithms ZipStorage.swift
[236/399] Compiling OpenAPIRuntime MultipartValidation.swift
[237/399] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[238/399] Compiling OpenAPIRuntime Configuration.swift
[239/399] Compiling OpenAPIRuntime Converter+Client.swift
[240/399] Compiling OpenAPIRuntime Converter+Common.swift
[241/399] Compiling OpenAPIRuntime Converter+Server.swift
[242/399] Compiling OpenAPIRuntime Converter.swift
[243/399] Compiling OpenAPIRuntime CurrencyExtensions.swift
[244/399] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[245/399] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[246/399] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[247/399] Compiling OpenAPIRuntime ClientTransport.swift
[248/399] Compiling OpenAPIRuntime CurrencyTypes.swift
[249/399] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[250/399] Compiling OpenAPIRuntime ErrorExtensions.swift
[251/399] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[252/399] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[253/399] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[254/399] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[255/399] Compiling OpenAPIRuntime ServerSentEvents.swift
[271/408] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[272/408] Compiling ServiceLifecycle CancellationWaiter.swift
[273/409] Emitting module ServiceLifecycle
[274/409] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[275/409] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[276/409] Compiling ServiceLifecycle ServiceRunnerError.swift
[280/412] Emitting module OpenAPIRuntime
[281/420] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[282/420] Compiling OpenAPIRuntime URIEncoder.swift
[283/420] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[284/420] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[285/420] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[286/420] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[287/420] Compiling OpenAPIRuntime URIParser.swift
[288/420] Compiling OpenAPIRuntime URISerializer.swift
[313/420] Emitting module AWSLambdaEvents
[332/420] Compiling AWSLambdaEvents DateWrappers.swift
[333/420] Compiling AWSLambdaEvents HTTP.swift
[334/420] Compiling AWSLambdaEvents RFC5322DateParseStrategy.swift
[348/420] Compiling ServiceLifecycle GracefulShutdown.swift
[349/420] Compiling ServiceLifecycle Service.swift
[350/420] Compiling ServiceLifecycle ServiceGroup.swift
[423/423] Emitting module NIOCore
[425/476] Compiling NIOEmbedded AsyncTestingChannel.swift
[426/476] Emitting module NIOEmbedded
[427/476] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[428/476] Compiling NIOEmbedded Embedded.swift
[430/477] Emitting module NIOPosix
[431/483] Compiling NIOPosix Socket.swift
[432/483] Compiling NIOPosix SocketChannel.swift
[433/483] Compiling NIOPosix SocketProtocols.swift
[434/483] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[435/483] Compiling NIOPosix System.swift
[436/483] Compiling NIOPosix Thread.swift
[437/483] Compiling NIOPosix SelectableEventLoop.swift
[438/483] Compiling NIOPosix SelectorEpoll.swift
[439/483] Compiling NIOPosix SelectorGeneric.swift
[440/483] Compiling NIOPosix SelectorKqueue.swift
[441/483] Compiling NIOPosix SelectorUring.swift
[442/483] Compiling NIOPosix ServerSocket.swift
[443/483] Compiling NIOPosix Pool.swift
[444/483] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[445/483] Compiling NIOPosix PosixSingletons.swift
[446/483] Compiling NIOPosix RawSocketBootstrap.swift
[447/483] Compiling NIOPosix Resolver.swift
[448/483] Compiling NIOPosix Selectable.swift
[449/483] Compiling NIOPosix SelectableChannel.swift
[450/483] Compiling NIOPosix ThreadPosix.swift
[451/483] Compiling NIOPosix ThreadWindows.swift
[452/483] Compiling NIOPosix UnsafeTransfer.swift
[453/483] Compiling NIOPosix Utilities.swift
[454/483] Compiling NIOPosix VsockAddress.swift
[455/483] Compiling NIOPosix VsockChannelEvents.swift
[456/483] Compiling NIOPosix BSDSocketAPICommon.swift
[457/483] Compiling NIOPosix BSDSocketAPIPosix.swift
[458/483] Compiling NIOPosix BSDSocketAPIWindows.swift
[459/483] Compiling NIOPosix BaseSocket.swift
[460/483] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[461/483] Compiling NIOPosix BaseSocketChannel.swift
[462/483] Compiling NIOPosix BaseStreamSocketChannel.swift
[463/483] Compiling NIOPosix Bootstrap.swift
[464/483] Compiling NIOPosix ControlMessage.swift
[465/483] Compiling NIOPosix DatagramVectorReadManager.swift
[466/483] Compiling NIOPosix Errors+Any.swift
[467/483] Compiling NIOPosix FileDescriptor.swift
[468/483] Compiling NIOPosix GetaddrinfoResolver.swift
[469/483] Compiling NIOPosix HappyEyeballs.swift
[470/483] Compiling NIOPosix IO.swift
[471/483] Compiling NIOPosix IntegerBitPacking.swift
[472/483] Compiling NIOPosix IntegerTypes.swift
[473/483] Compiling NIOPosix Linux.swift
[474/483] Compiling NIOPosix LinuxCPUSet.swift
[475/483] Compiling NIOPosix LinuxUring.swift
[476/483] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[477/483] Compiling NIOPosix NIOPosixSendableMetatype.swift
[478/483] Compiling NIOPosix NIOThreadPool.swift
[479/483] Compiling NIOPosix NonBlockingFileIO.swift
[480/483] Compiling NIOPosix PendingDatagramWritesManager.swift
[481/483] Compiling NIOPosix PendingWritesManager.swift
[482/483] Compiling NIOPosix PipeChannel.swift
[483/483] Compiling NIOPosix PipePair.swift
[485/486] Emitting module NIO
[486/486] Compiling NIO Exports.swift
[488/503] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[489/503] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[490/505] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[491/505] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[492/505] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[493/505] Compiling NIOHTTP1 HTTPTypes.swift
[494/505] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[495/505] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[496/505] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[497/505] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[498/505] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[499/505] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[500/505] Emitting module NIOHTTP1
[501/505] Compiling NIOHTTP1 ByteCollectionUtils.swift
[502/505] Compiling NIOHTTP1 HTTPDecoder.swift
[503/505] Compiling NIOHTTP1 HTTPEncoder.swift
[504/505] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[505/505] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[507/528] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[508/528] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[509/528] Compiling AWSLambdaRuntime SendableMetatype.swift
[510/530] Compiling AWSLambdaRuntime Utils.swift
[511/530] Compiling AWSLambdaRuntime Version.swift
[512/530] Compiling AWSLambdaRuntime LambdaClock.swift
[513/530] Compiling AWSLambdaRuntime LambdaContext.swift
[514/530] Compiling AWSLambdaRuntime LambdaHandlers.swift
[515/530] Compiling AWSLambdaRuntime LambdaRequestID.swift
[516/530] Compiling AWSLambdaRuntime LambdaResponseStreamWriter+Headers.swift
[517/530] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[518/530] Compiling AWSLambdaRuntime LambdaRuntime.swift
[519/530] Compiling AWSLambdaRuntime LambdaRuntimeClient+ChannelHandler.swift
[520/530] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
[521/530] Compiling AWSLambdaRuntime Lambda+JSON.swift
[522/530] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[523/530] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
[524/530] Emitting module AWSLambdaRuntime
[525/530] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[526/530] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[527/530] Compiling AWSLambdaRuntime Context+Foundation.swift
[528/530] Compiling AWSLambdaRuntime Lambda+Codable.swift
[529/530] Compiling AWSLambdaRuntime Lambda+LocalServer.swift
[530/530] Compiling AWSLambdaRuntime Lambda.swift
[532/542] Emitting module OpenAPILambda
[533/543] Compiling OpenAPILambda OpenAPILambdaRouter+SimplifiedAPI.swift
[534/543] Compiling OpenAPILambda OpenAPILambdaTransport.swift
[535/543] Compiling OpenAPILambda OpenAPILambdaRouter.swift
[536/543] Compiling OpenAPILambda OpenAPILambdaRouterNode.swift
[537/543] Compiling OpenAPILambda Exports.swift
[538/543] Compiling OpenAPILambda APIGatewayV2+HTTPRequest.swift
[539/543] Compiling OpenAPILambda OpenAPILambdaHandler.swift
[540/543] Compiling OpenAPILambda OpenAPILambdaService.swift
[541/543] Compiling OpenAPILambda OpenAPILambdaHttpApi.swift
[542/543] Compiling OpenAPILambda LoggingMiddleware.swift
[543/543] Compiling OpenAPILambda OpenAPILambdaRouterTrie.swift
Build complete! (136.80s)
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.