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 hummingbird-lambda, reference main (901c5d), with Swift 6.1 for Linux on 3 Sep 2025 10:44:08 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/hummingbird-project/hummingbird-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/hummingbird-project/hummingbird-lambda
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 901c5df Revert previous change and require swift-aws-lambda-events 1.2.1
Cloned https://github.com/hummingbird-project/hummingbird-lambda.git
Revision (git rev-parse @):
901c5df80c5c4aebd75d3a83035f6c8bc453392d
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-lambda.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hummingbird-project/hummingbird-lambda.git
https://github.com/hummingbird-project/hummingbird-lambda.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-aws-lambda-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0-beta.2",
            "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.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-events.git"
    },
    {
      "identity" : "swift-extras-base64",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-extras/swift-extras-base64.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.15.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "hummingbird-lambda",
  "name" : "hummingbird-lambda",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdLambda",
      "targets" : [
        "HummingbirdLambda"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdLambdaTesting",
      "targets" : [
        "HummingbirdLambdaTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HBLambdaTest",
      "targets" : [
        "HBLambdaTest"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdLambdaTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdLambdaTests",
      "path" : "Tests/HummingbirdLambdaTests",
      "product_dependencies" : [
        "NIOPosix"
      ],
      "sources" : [
        "LambdaTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdLambda",
        "HummingbirdLambdaTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdLambdaTesting",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdLambdaTesting",
      "path" : "Sources/HummingbirdLambdaTesting",
      "product_memberships" : [
        "HummingbirdLambdaTesting"
      ],
      "sources" : [
        "APIGatewayLambda.swift",
        "APIGatewayV2Lambda.swift",
        "FunctionURLLambda.swift",
        "Lambda+Testing.swift",
        "LambdaEvent.swift",
        "LambdaTestFramework.swift"
      ],
      "target_dependencies" : [
        "HummingbirdLambda"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdLambda",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdLambda",
      "path" : "Sources/HummingbirdLambda",
      "product_dependencies" : [
        "AWSLambdaRuntime",
        "AWSLambdaEvents",
        "ExtrasBase64",
        "Hummingbird"
      ],
      "product_memberships" : [
        "HummingbirdLambda",
        "HummingbirdLambdaTesting",
        "HBLambdaTest"
      ],
      "sources" : [
        "APIGatewayLambda.swift",
        "APIGatewayV2Lambda.swift",
        "BasicLambdaRequestContext.swift",
        "CollateResponseBodyWriter.swift",
        "Deprecations.swift",
        "Exports.swift",
        "FunctionURLLambda.swift",
        "LambdaFunction.swift",
        "LambdaRequestContext.swift",
        "PreludeService.swift",
        "Request+APIGateway.swift",
        "Response+APIGateway.swift",
        "Utils/OutputBuffer.swift",
        "Utils/String+percentEncode.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HBLambdaTest",
      "module_type" : "SwiftTarget",
      "name" : "HBLambdaTest",
      "path" : "Sources/HBLambdaTest",
      "product_memberships" : [
        "HBLambdaTest"
      ],
      "sources" : [
        "maths.swift"
      ],
      "target_dependencies" : [
        "HummingbirdLambda"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
Fetching https://github.com/swift-extras/swift-extras-base64.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/hummingbird-project/hummingbird.git
[1/2613] Fetching swift-aws-lambda-events
[2614/3446] Fetching swift-aws-lambda-events, swift-extras-base64
[3014/16857] Fetching swift-aws-lambda-events, swift-extras-base64, swift-aws-lambda-runtime
[3984/41808] Fetching swift-aws-lambda-events, swift-extras-base64, swift-aws-lambda-runtime, hummingbird
[11105/119818] Fetching swift-aws-lambda-events, swift-extras-base64, swift-aws-lambda-runtime, hummingbird, swift-nio
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (1.47s)
[58259/118985] Fetching swift-aws-lambda-events, swift-aws-lambda-runtime, hummingbird, swift-nio
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.54s)
[37879/94034] Fetching swift-aws-lambda-events, swift-aws-lambda-runtime, swift-nio
Fetched https://github.com/swift-server/swift-aws-lambda-events.git from cache (2.20s)
[63338/91421] Fetching swift-aws-lambda-runtime, swift-nio
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (2.28s)
[50707/78010] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.27s)
Computing version for https://github.com/swift-extras/swift-extras-base64.git
Computed https://github.com/swift-extras/swift-extras-base64.git at 1.0.0 (10.57s)
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 (0.96s)
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.38s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.16.0 (1.39s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2433] Fetching swift-service-lifecycle
[2434/16552] Fetching swift-service-lifecycle, async-http-client
[2717/28213] Fetching swift-service-lifecycle, async-http-client, swift-nio-http2
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.54s)
[5605/25780] Fetching async-http-client, swift-nio-http2
Fetching https://github.com/apple/swift-distributed-tracing.git
[20651/30923] Fetching async-http-client, swift-nio-http2, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.81s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/swift-server/async-http-client.git from cache (1.40s)
Fetching https://github.com/apple/swift-log.git
[1/2345] Fetching swift-metrics
[2065/6248] Fetching swift-metrics, swift-log
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.75s)
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.38s)
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/2698] Fetching swift-nio-transport-services
[676/8825] Fetching swift-nio-transport-services, swift-nio-extras
[6621/10639] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics
[9425/15804] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-async-algorithms
[9602/33198] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-async-algorithms, swift-collections
[16126/48273] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-async-algorithms, swift-collections, swift-nio-ssl
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.63s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.76s)
[14960/41294] Fetching swift-nio-transport-services, swift-nio-extras, swift-collections, swift-nio-ssl
Fetched https://github.com/apple/swift-collections.git from cache (1.67s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.28s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.29s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.31s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (4.69s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.86s)
Fetching https://github.com/apple/swift-system.git
[1/4941] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.46s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.23s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.61s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.59s)
Fetching https://github.com/apple/swift-service-context.git
[1/1088] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.28s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.84s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.68s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.60s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.81s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.72s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1176] Fetching swift-http-structured-headers
[25/2805] Fetching swift-http-structured-headers, swift-asn1
[2416/9266] Fetching swift-http-structured-headers, swift-asn1, swift-certificates
[3259/15251] Fetching swift-http-structured-headers, swift-asn1, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.39s)
[11887/13622] Fetching swift-http-structured-headers, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.55s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.55s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.55s)
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 (1.13s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.58s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.05s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.26s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (2.20s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (1.16s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (1.19s)
Fetching https://github.com/apple/swift-crypto.git
[1/16374] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (4.98s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (7.01s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (1.16s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (4.48s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.27.0 (1.21s)
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.2 (1.03s)
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-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/swift-extras/swift-extras-base64.git
Working copy of https://github.com/swift-extras/swift-extras-base64.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.27.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.33.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
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-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-runtime.git
Working copy of https://github.com/swift-server/swift-aws-lambda-runtime.git resolved at 2.0.0-beta.2
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.13.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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
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 AWSLambdaPackager
Building for debugging...
[1/94] Compiling CNIOLinux liburing_shims.c
[2/94] Compiling CNIOWindows WSAStartup.c
[2/94] Write sources
[6/94] Compiling CNIOWASI CNIOWASI.c
[6/94] Write sources
[38/94] Compiling CNIOPosix event_loop_id.c
[39/94] Compiling CNIOLLHTTP c_nio_http.c
[40/94] Compiling _AtomicsShims.c
[41/94] Compiling CNIOWindows shim.c
[41/94] Write sources
[47/94] Compiling CNIODarwin shim.c
[48/94] Compiling CNIOLinux shim.c
[49/94] Compiling CNIOLLHTTP c_nio_api.c
[50/94] Compiling CNIOLLHTTP c_nio_llhttp.c
[51/94] Write swift-version-24593BA9C3E375BF.txt
[53/130] Emitting module HTTPTypes
[54/131] Emitting module _NIODataStructures
[55/131] Compiling _NIODataStructures _TinyArray.swift
[56/131] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[57/131] Compiling InternalCollectionsUtilities Descriptions.swift
[58/131] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[59/131] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[60/131] Compiling InternalCollectionsUtilities Integer rank.swift
[61/131] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[62/131] Compiling InternalCollectionsUtilities Debugging.swift
[63/131] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[64/131] Compiling InternalCollectionsUtilities _SortedCollection.swift
[65/131] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[66/131] Compiling InternalCollectionsUtilities UInt+reversed.swift
[67/131] Emitting module InternalCollectionsUtilities
[68/131] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[69/131] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[70/132] Compiling _NIODataStructures PriorityQueue.swift
[71/132] Compiling HTTPTypes HTTPResponse.swift
[72/132] Compiling HTTPTypes ISOLatin1String.swift
[73/132] Compiling ServiceContextModule ServiceContextKey.swift
[74/132] Emitting module ServiceContextModule
[75/132] Compiling ServiceContextModule ServiceContext.swift
[76/132] Emitting module _NIOBase64
[77/132] Compiling _NIOBase64 Base64.swift
[78/134] Compiling HTTPTypes HTTPParsedFields.swift
[79/134] Compiling HTTPTypes HTTPField.swift
[80/134] Compiling Logging LogHandler.swift
[81/134] Compiling HTTPTypes HTTPRequest.swift
[84/134] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[84/135] Compiling c-nioatomics.c
[87/150] Emitting module Instrumentation
[88/150] Compiling Instrumentation NoOpInstrument.swift
[89/150] Compiling Instrumentation MultiplexInstrument.swift
[90/150] Compiling Instrumentation Instrument.swift
[91/150] Compiling ConcurrencyHelpers LockedValueBox.swift
[92/150] Compiling _NIODataStructures Heap.swift
[93/151] Compiling HTTPTypes NIOLock.swift
[94/151] Compiling Instrumentation Locks.swift
[95/151] Compiling Instrumentation InstrumentationSystem.swift
[96/152] Compiling Logging MetadataProvider.swift
[97/152] Emitting module Logging
[98/152] Compiling Logging Locks.swift
[99/152] Compiling Logging Logging.swift
[102/153] Emitting module ConcurrencyHelpers
[103/153] Compiling ConcurrencyHelpers Lock.swift
[103/154] Compiling c-atomics.c
[107/285] Compiling Tracing InstrumentationSystem+Tracing.swift
[108/298] Compiling Tracing TracingTime.swift
[109/298] Emitting module Tracing
[110/298] Compiling HeapModule Heap+Invariants.swift
[111/298] Compiling CoreMetrics Locks.swift
[112/298] Compiling CoreMetrics Metrics.swift
[113/298] Emitting module CoreMetrics
[114/299] Compiling Tracing TracerProtocol.swift
[115/299] Compiling HeapModule Heap+Descriptions.swift
[117/299] Compiling Tracing Tracer.swift
[118/299] Compiling Tracing TracerProtocol+Legacy.swift
[119/299] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[120/299] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[121/299] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[122/299] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[123/299] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[124/299] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[125/299] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[126/306] Compiling HeapModule _HeapNode.swift
[127/306] Compiling HeapModule Heap.swift
[128/306] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[129/306] Compiling HeapModule Heap+UnsafeHandle.swift
[130/306] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[131/306] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[132/306] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[133/306] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[134/306] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[135/306] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[136/306] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[137/306] Emitting module HeapModule
[138/310] Compiling NIOConcurrencyHelpers lock.swift
[140/310] Compiling Tracing SpanProtocol.swift
[141/310] Compiling Tracing NoOpTracer.swift
[142/311] Compiling OrderedCollections OrderedDictionary.swift
[143/311] Compiling OrderedCollections OrderedSet+Codable.swift
[144/311] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[145/311] Compiling OrderedCollections OrderedSet+Descriptions.swift
[146/311] Compiling OrderedCollections OrderedSet+Diffing.swift
[147/311] Compiling OrderedCollections OrderedSet+Equatable.swift
[148/311] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[149/311] Compiling OrderedCollections OrderedSet+Hashable.swift
[150/311] Compiling OrderedCollections OrderedSet+Initializers.swift
[151/311] Compiling OrderedCollections OrderedSet+Insertions.swift
[152/311] Compiling OrderedCollections OrderedSet+Invariants.swift
[153/311] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[154/311] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[155/311] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[156/311] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[157/311] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[158/311] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[159/311] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[160/311] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[161/311] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[162/311] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[163/311] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[164/311] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[165/311] Compiling OrderedCollections OrderedDictionary+Values.swift
[166/311] Emitting module NIOConcurrencyHelpers
[167/311] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[169/311] Compiling OrderedCollections OrderedDictionary+Codable.swift
[170/311] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[171/311] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[172/311] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[173/311] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[174/311] Compiling OrderedCollections OrderedDictionary+Elements.swift
[175/311] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[176/311] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[177/311] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[178/311] Compiling NIOConcurrencyHelpers atomics.swift
[179/311] Compiling NIOConcurrencyHelpers NIOLock.swift
[180/312] Emitting module UnixSignals
[182/405] Compiling UnixSignals UnixSignalsSequence.swift
[183/405] Compiling UnixSignals UnixSignal.swift
[184/406] Compiling HashTreeCollections _HashNode+Storage.swift
[185/406] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[186/408] Compiling HashTreeCollections _Bitmap.swift
[187/408] Compiling HashTreeCollections _Bucket.swift
[189/408] Compiling HashTreeCollections TreeDictionary+Keys.swift
[190/408] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[191/408] Compiling HashTreeCollections TreeDictionary+Merge.swift
[192/408] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[193/408] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[194/408] Compiling HashTreeCollections TreeDictionary+Values.swift
[195/408] Compiling HashTreeCollections TreeDictionary.swift
[196/408] Compiling HashTreeCollections TreeSet+Codable.swift
[197/408] Compiling HashTreeCollections TreeSet+Collection.swift
[198/408] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[199/408] Compiling HashTreeCollections TreeSet+Debugging.swift
[200/408] Compiling HashTreeCollections TreeSet+Descriptions.swift
[201/408] Compiling HashTreeCollections TreeSet+Equatable.swift
[202/408] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[203/408] Compiling HashTreeCollections TreeSet+Extras.swift
[204/408] Compiling HashTreeCollections TreeSet+Filter.swift
[205/408] Compiling HashTreeCollections TreeSet+Hashable.swift
[206/408] Compiling HashTreeCollections TreeSet+Sendable.swift
[207/417] Compiling HashTreeCollections _HashNode+Structural filter.swift
[208/417] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[209/417] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[210/417] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[211/417] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[212/417] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[219/417] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[220/417] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[228/449] Compiling BitCollections BitArray+Invariants.swift
[229/449] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[232/470] Compiling _RopeModule Rope+Join.swift
[233/470] Compiling _RopeModule Rope+MutatingForEach.swift
[234/470] Compiling _RopeModule Rope+Remove.swift
[235/470] Compiling _RopeModule Rope+RemoveSubrange.swift
[236/470] Compiling _RopeModule Rope+Split.swift
[237/470] Compiling _RopeModule Optional Utilities.swift
[238/470] Compiling _RopeModule String Utilities.swift
[239/470] Compiling _RopeModule String.Index+ABI.swift
[240/480] Compiling BitCollections BitArray+RandomBits.swift
[241/480] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[242/480] Compiling BitCollections BitArray+Shifts.swift
[243/480] Compiling BitCollections BitArray+Testing.swift
[244/480] Compiling BitCollections BitArray._UnsafeHandle.swift
[245/480] Compiling BitCollections BitArray.swift
[246/480] Compiling BitCollections BitSet+BidirectionalCollection.swift
[247/480] Compiling BitCollections BitSet+Codable.swift
[258/480] Compiling HTTPTypes HTTPFieldName.swift
[259/480] Compiling HTTPTypes HTTPFields.swift
[260/481] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[261/481] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[262/481] Compiling BitCollections BitArray+Extras.swift
[263/481] Compiling BitCollections BitArray+Fill.swift
[265/481] Emitting module OrderedCollections
[266/482] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[267/482] Compiling BitCollections BitSet+CustomReflectable.swift
[268/482] Compiling BitCollections BitSet+CustomStringConvertible.swift
[269/482] Compiling BitCollections BitSet+Equatable.swift
[270/482] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[271/482] Compiling BitCollections BitSet+Extras.swift
[272/482] Compiling BitCollections BitSet+Hashable.swift
[273/489] Compiling BitCollections BitArray+BitwiseOperations.swift
[274/489] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[276/507] Emitting module DequeModule
[277/507] Emitting module _RopeModule
[279/508] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[280/508] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[281/508] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[282/508] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[283/508] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[284/508] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[285/508] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[286/508] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[287/508] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[288/508] Compiling HashTreeCollections TreeSet.swift
[288/508] Wrapping AST for _NIODataStructures for debugging
[290/508] Compiling Atomics UnsafeAtomic.swift
[291/508] Compiling Atomics UnsafeAtomicLazyReference.swift
[292/510] Compiling Atomics ManagedAtomic.swift
[293/510] Compiling Atomics ManagedAtomicLazyReference.swift
[294/534] Compiling AWSLambdaEvents CloudFormation.swift
[295/534] Compiling AWSLambdaEvents Cloudwatch.swift
[296/534] Compiling AWSLambdaEvents SQS+Decode.swift
[297/534] Compiling AWSLambdaEvents Cognito.swift
[298/534] Compiling BitCollections BitSet+Initializers.swift
[299/534] Compiling BitCollections BitSet+Invariants.swift
[300/534] Compiling BitCollections BitSet+Random.swift
[301/534] Compiling BitCollections BitSet+SetAlgebra basics.swift
[302/534] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[303/534] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[304/534] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[305/534] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[306/534] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[307/534] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[308/534] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[309/534] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[310/534] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[311/534] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[312/534] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[313/534] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[314/534] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[315/534] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[316/534] Compiling BitCollections BitSet+SetAlgebra union.swift
[317/534] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[318/534] Compiling BitCollections BitSet.Counted.swift
[319/579] Emitting module BitCollections
[320/579] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[321/579] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[322/579] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[323/579] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[324/579] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[325/579] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[326/579] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[327/579] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[330/579] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[331/579] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[332/579] Compiling AsyncAlgorithms CombineLatestStorage.swift
[333/579] Compiling BitCollections BitSet.Index.swift
[334/579] Compiling BitCollections BitSet._UnsafeHandle.swift
[335/579] Compiling BitCollections BitSet.swift
[336/579] Compiling BitCollections Range+Utilities.swift
[337/579] Compiling BitCollections Slice+Utilities.swift
[338/579] Compiling BitCollections UInt+Tricks.swift
[339/579] Compiling BitCollections _Word.swift
[341/579] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[342/579] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[343/579] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[344/579] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[345/579] Compiling AsyncAlgorithms ChannelStateMachine.swift
[346/579] Compiling AsyncAlgorithms ChannelStorage.swift
[347/579] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[348/579] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[351/579] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[352/579] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[353/579] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[354/579] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[355/579] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[376/580] Wrapping AST for _NIOBase64 for debugging
[391/580] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[392/580] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[393/580] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[394/580] Compiling AsyncAlgorithms DebounceStateMachine.swift
[395/580] Compiling AsyncAlgorithms DebounceStorage.swift
[396/580] Compiling AsyncAlgorithms Dictionary.swift
[397/580] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[398/580] Compiling AsyncAlgorithms Locking.swift
[399/580] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[400/580] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[401/580] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[402/580] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[403/580] Compiling AsyncAlgorithms AsyncChannel.swift
[404/580] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[405/580] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[406/580] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[407/580] Compiling AsyncAlgorithms MergeStateMachine.swift
[408/580] Compiling AsyncAlgorithms MergeStorage.swift
[409/580] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[410/580] Compiling AsyncAlgorithms Rethrow.swift
[422/580] Emitting module AsyncAlgorithms
[422/586] Wrapping AST for UnixSignals for debugging
[449/586] Compiling AsyncAlgorithms SetAlgebra.swift
[450/586] Compiling AsyncAlgorithms UnsafeTransfer.swift
[451/586] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[452/586] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[453/586] Compiling AsyncAlgorithms ZipStateMachine.swift
[463/586] Emitting module Metrics
[464/586] Compiling Metrics Metrics.swift
[464/587] Wrapping AST for Tracing for debugging
[472/588] Wrapping AST for ServiceContextModule for debugging
[474/588] Wrapping AST for NIOConcurrencyHelpers for debugging
[475/588] Wrapping AST for Metrics for debugging
[476/588] Wrapping AST for OrderedCollections for debugging
[490/588] Wrapping AST for _RopeModule for debugging
[491/588] Wrapping AST for Instrumentation for debugging
[492/588] Wrapping AST for Logging for debugging
[493/588] Wrapping AST for InternalCollectionsUtilities for debugging
[494/588] Wrapping AST for HTTPTypes for debugging
[495/588] Wrapping AST for HeapModule for debugging
[496/588] Wrapping AST for CoreMetrics for debugging
[497/588] Wrapping AST for DequeModule for debugging
[498/588] Wrapping AST for ConcurrencyHelpers for debugging
[499/588] Wrapping AST for BitCollections for debugging
[501/588] Emitting module HashTreeCollections
[508/589] Wrapping AST for HashTreeCollections for debugging
[513/591] Emitting module Atomics
[517/592] Compiling Collections Collections.swift
[537/592] Emitting module Collections
[543/593] Compiling AsyncAlgorithms ZipStorage.swift
[545/594] Wrapping AST for Atomics for debugging
[547/643] Wrapping AST for AsyncAlgorithms for debugging
[548/655] Wrapping AST for Collections for debugging
[550/663] Emitting module ServiceLifecycle
[551/664] Compiling ServiceLifecycle Service.swift
[552/664] Compiling ServiceLifecycle ServiceRunnerError.swift
[553/664] Compiling NIOCore ByteBuffer-views.swift
[554/664] Compiling NIOCore Channel.swift
[555/664] Compiling NIOCore ChannelHandler.swift
[556/667] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[557/667] Compiling ServiceLifecycle CancellationWaiter.swift
[558/667] Compiling ServiceLifecycle GracefulShutdown.swift
[559/667] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[560/667] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[561/667] Compiling NIOCore ByteBuffer-multi-int.swift
[562/667] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[563/667] Emitting module AWSLambdaEvents
[564/667] Compiling ServiceLifecycle ServiceGroup.swift
[565/667] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[566/668] Compiling AWSLambdaEvents DateWrappers.swift
[567/668] Compiling AWSLambdaEvents HTTP.swift
[568/668] Compiling AWSLambdaEvents RFC5322DateParseStrategy.swift
[569/668] Wrapping AST for ServiceLifecycle for debugging
[571/668] Compiling NIOCore IOData.swift
[572/668] Compiling NIOCore IPProtocol.swift
[573/668] Compiling NIOCore IntegerBitPacking.swift
[574/668] Compiling NIOCore IntegerTypes.swift
[575/668] Compiling NIOCore Interfaces.swift
[576/668] Compiling NIOCore Linux.swift
[577/668] Compiling NIOCore MarkedCircularBuffer.swift
[578/668] Compiling NIOCore MulticastChannel.swift
[579/668] Compiling NIOCore NIOAny.swift
[580/668] Compiling NIOCore NIOCloseOnErrorHandler.swift
[581/668] Compiling NIOCore NIOCoreSendableMetatype.swift
[582/668] Compiling NIOCore NIOLoopBound.swift
[583/668] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[584/668] Compiling NIOCore NIOScheduledCallback.swift
[585/668] Compiling NIOCore NIOSendable.swift
[586/668] Compiling NIOCore RecvByteBufferAllocator.swift
[587/676] Compiling NIOCore EventLoopFuture+Deprecated.swift
[588/676] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[589/676] Compiling NIOCore EventLoopFuture.swift
[590/676] Compiling NIOCore FileDescriptor.swift
[591/676] Compiling NIOCore FileHandle.swift
[592/676] Compiling NIOCore FileRegion.swift
[593/676] Compiling NIOCore GlobalSingletons.swift
[594/676] Compiling NIOCore IO.swift
[595/676] Emitting module ExtrasBase64
[596/676] Compiling NIOCore ByteBuffer-aux.swift
[597/676] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[598/676] Compiling NIOCore ByteBuffer-conversions.swift
[599/676] Compiling NIOCore ByteBuffer-core.swift
[600/676] Compiling NIOCore ByteBuffer-hex.swift
[601/676] Compiling NIOCore ByteBuffer-int.swift
[602/676] Compiling NIOCore AddressedEnvelope.swift
[603/676] Compiling NIOCore AsyncAwaitSupport.swift
[604/676] Compiling NIOCore AsyncChannel.swift
[605/676] Compiling NIOCore AsyncChannelHandler.swift
[606/676] Compiling NIOCore AsyncChannelInboundStream.swift
[607/676] Compiling NIOCore AsyncChannelOutboundWriter.swift
[608/676] Compiling NIOCore NIOAsyncSequenceProducer.swift
[609/676] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[610/676] Compiling NIOCore NIOAsyncWriter.swift
[611/676] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[612/676] Compiling NIOCore BSDSocketAPI.swift
[613/677] Compiling NIOCore CircularBuffer.swift
[614/677] Compiling NIOCore Codec.swift
[615/677] Compiling NIOCore ConvenienceOptionSupport.swift
[616/677] Compiling NIOCore DeadChannel.swift
[617/677] Compiling NIOCore DispatchQueue+WithFuture.swift
[618/677] Compiling NIOCore EventLoop+Deprecated.swift
[619/677] Compiling NIOCore EventLoop+SerialExecutor.swift
[620/677] Compiling NIOCore EventLoop.swift
[621/677] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[623/677] Compiling ExtrasBase64 Base64.swift
[624/677] Compiling ExtrasBase64 Base32.swift
[624/678] Wrapping AST for AWSLambdaEvents for debugging
[626/678] Wrapping AST for ExtrasBase64 for debugging
[628/678] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[629/678] Compiling NIOCore SocketAddresses.swift
[630/678] Compiling NIOCore SocketOptionProvider.swift
[631/678] Compiling NIOCore SystemCallHelpers.swift
[632/678] Compiling NIOCore TimeAmount+Duration.swift
[633/678] Compiling NIOCore TypeAssistedChannelHandler.swift
[634/678] Compiling NIOCore UniversalBootstrapSupport.swift
[635/678] Compiling NIOCore Utilities.swift
[653/678] Compiling NIOCore ChannelPipeline.swift
[654/678] Emitting module NIOCore
[664/680] Wrapping AST for NIOCore for debugging
[666/733] Emitting module NIOHTTPTypes
[667/733] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[668/734] Wrapping AST for NIOHTTPTypes for debugging
[670/734] Compiling NIOEmbedded AsyncTestingChannel.swift
[671/734] Emitting module NIOEmbedded
[672/734] Compiling NIOPosix Pool.swift
[673/734] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[674/734] Compiling NIOPosix PosixSingletons.swift
[675/734] Compiling NIOPosix RawSocketBootstrap.swift
[676/734] Compiling NIOPosix Resolver.swift
[677/734] Compiling NIOPosix Selectable.swift
[678/734] Compiling NIOPosix SelectableChannel.swift
[679/740] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[680/740] Compiling NIOEmbedded Embedded.swift
[681/741] Wrapping AST for NIOEmbedded for debugging
[683/741] Compiling NIOPosix ThreadPosix.swift
[684/741] Compiling NIOPosix ThreadWindows.swift
[685/741] Compiling NIOPosix UnsafeTransfer.swift
[686/741] Compiling NIOPosix Utilities.swift
[687/741] Compiling NIOPosix VsockAddress.swift
[688/741] Compiling NIOPosix VsockChannelEvents.swift
[689/741] Compiling NIOPosix Socket.swift
[690/741] Compiling NIOPosix SocketChannel.swift
[691/741] Compiling NIOPosix SocketProtocols.swift
[692/741] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[693/741] Compiling NIOPosix System.swift
[694/741] Compiling NIOPosix Thread.swift
[695/741] Compiling NIOPosix SelectableEventLoop.swift
[696/741] Compiling NIOPosix SelectorEpoll.swift
[697/741] Compiling NIOPosix SelectorGeneric.swift
[698/741] Compiling NIOPosix SelectorKqueue.swift
[699/741] Compiling NIOPosix SelectorUring.swift
[700/741] Compiling NIOPosix ServerSocket.swift
[701/741] Emitting module NIOPosix
[702/741] Compiling NIOPosix NIOPosixSendableMetatype.swift
[703/741] Compiling NIOPosix NIOThreadPool.swift
[704/741] Compiling NIOPosix NonBlockingFileIO.swift
[705/741] Compiling NIOPosix PendingDatagramWritesManager.swift
[706/741] Compiling NIOPosix PendingWritesManager.swift
[707/741] Compiling NIOPosix PipeChannel.swift
[708/741] Compiling NIOPosix PipePair.swift
[709/741] Compiling NIOPosix IO.swift
[710/741] Compiling NIOPosix IntegerBitPacking.swift
[711/741] Compiling NIOPosix IntegerTypes.swift
[712/741] Compiling NIOPosix Linux.swift
[713/741] Compiling NIOPosix LinuxCPUSet.swift
[714/741] Compiling NIOPosix LinuxUring.swift
[715/741] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[716/741] Compiling NIOPosix BSDSocketAPICommon.swift
[717/741] Compiling NIOPosix BSDSocketAPIPosix.swift
[718/741] Compiling NIOPosix BSDSocketAPIWindows.swift
[719/741] Compiling NIOPosix BaseSocket.swift
[720/741] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[721/741] Compiling NIOPosix BaseSocketChannel.swift
[722/741] Compiling NIOPosix BaseStreamSocketChannel.swift
[723/741] Compiling NIOPosix Bootstrap.swift
[724/741] Compiling NIOPosix ControlMessage.swift
[725/741] Compiling NIOPosix DatagramVectorReadManager.swift
[726/741] Compiling NIOPosix Errors+Any.swift
[727/741] Compiling NIOPosix FileDescriptor.swift
[728/741] Compiling NIOPosix GetaddrinfoResolver.swift
[729/741] Compiling NIOPosix HappyEyeballs.swift
[730/742] Wrapping AST for NIOPosix for debugging
[732/744] Emitting module NIO
[733/744] Compiling NIO Exports.swift
[734/745] Wrapping AST for NIO for debugging
[736/761] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[737/761] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[738/763] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[739/763] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[740/763] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[741/763] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[742/763] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[743/763] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[744/763] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[745/763] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[746/763] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[747/763] Compiling NIOHTTP1 HTTPTypes.swift
[748/763] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[749/763] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[750/763] Compiling NIOHTTP1 ByteCollectionUtils.swift
[751/763] Compiling NIOHTTP1 HTTPDecoder.swift
[752/763] Compiling NIOHTTP1 HTTPEncoder.swift
[753/763] Emitting module NIOHTTP1
[754/764] Wrapping AST for NIOHTTP1 for debugging
[756/808] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[757/808] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[758/808] Compiling NIOExtras NIOExtrasError.swift
[759/810] Compiling NIOExtras RequestResponseHandler.swift
[760/810] Compiling NIOExtras RequestResponseHandlers+State.swift
[761/810] Compiling NIOExtras WritePCAPHandler.swift
[762/810] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[763/810] Compiling AWSLambdaRuntime SendableMetatype.swift
[764/812] Emitting module NIOHTTPTypesHTTP1
[765/812] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[766/812] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[767/813] Compiling NIOExtras NIOLengthFieldBitLength.swift
[768/813] Compiling NIOExtras NIORequestIdentifiable.swift
[769/813] Compiling NIOExtras PCAPRingBuffer.swift
[770/813] Compiling NIOExtras QuiescingHelper.swift
[772/813] Emitting module NIOExtras
[772/813] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[774/813] Compiling AWSLambdaRuntime Utils.swift
[775/813] Compiling AWSLambdaRuntime Version.swift
[776/813] Emitting module AWSLambdaRuntime
[777/813] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[778/813] Compiling AWSLambdaRuntime LambdaRequestID.swift
[779/813] Compiling AWSLambdaRuntime LambdaResponseStreamWriter+Headers.swift
[780/813] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[781/813] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[782/813] Compiling NIOExtras JSONRPCFraming.swift
[783/813] Compiling NIOExtras DebugInboundEventsHandler.swift
[784/813] Compiling NIOExtras DebugOutboundEventsHandler.swift
[785/813] Compiling NIOExtras FixedLengthFrameDecoder.swift
[786/813] Compiling NIOExtras RequestResponseWithIDHandler.swift
[807/815] Wrapping AST for NIOExtras for debugging
[808/840] Wrapping AST for AWSLambdaRuntime for debugging
[810/840] Compiling HummingbirdCore ResponseBodyWriter.swift
[811/840] Compiling HummingbirdCore ResponseWriter.swift
[812/840] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[813/840] Compiling HummingbirdCore BindAddress.swift
[814/840] Compiling HummingbirdCore HTTP1Channel.swift
[815/840] Compiling HummingbirdCore HTTPChannelHandler.swift
[816/840] Compiling HummingbirdCore HTTPServerBuilder.swift
[817/843] Emitting module HummingbirdCore
[818/843] Compiling HummingbirdCore HTTPUserEventHandler.swift
[819/843] Compiling HummingbirdCore Server.swift
[820/843] Compiling HummingbirdCore ServerChildChannel.swift
[821/843] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[822/843] Compiling HummingbirdCore URI.swift
[823/843] Compiling HummingbirdCore Response.swift
[824/843] Compiling HummingbirdCore ResponseBody.swift
[825/843] Compiling HummingbirdCore Deprecations.swift
[826/843] Compiling HummingbirdCore Request.swift
[827/843] Compiling HummingbirdCore RequestBody+inboundClose.swift
[828/843] Compiling HummingbirdCore RequestBody.swift
[829/843] Compiling HummingbirdCore ServerConfiguration.swift
[830/843] Compiling HummingbirdCore TSTLSOptions.swift
[831/843] Compiling HummingbirdCore AnyAsyncSequence.swift
[832/843] Compiling HummingbirdCore FlatDictionary.swift
[833/843] Compiling HummingbirdCore HBParser.swift
[834/843] Compiling HummingbirdCore OutputBuffer.swift
[835/843] Compiling HummingbirdCore SendableMetatype.swift
[836/843] Compiling HummingbirdCore String+percentEncode.swift
[837/843] Compiling HummingbirdCore UnsafeTransfer.swift
[838/844] Wrapping AST for HummingbirdCore for debugging
[840/908] Compiling Hummingbird ChildRequestContext.swift
[841/908] Compiling Hummingbird Request.swift
[842/908] Compiling Hummingbird RequestContext.swift
[843/908] Compiling Hummingbird RequestContextSource.swift
[844/908] Compiling Hummingbird RequestID.swift
[845/908] Compiling Hummingbird RequestResponder.swift
[846/908] Compiling Hummingbird Response.swift
[847/908] Compiling Hummingbird URI+decodeQuery.swift
[848/908] Compiling Hummingbird MemoryPersistDriver.swift
[849/908] Compiling Hummingbird Configuration.swift
[850/908] Compiling Hummingbird Deprecations.swift
[851/908] Compiling Hummingbird Environment.swift
[852/908] Compiling Hummingbird EditedHTTPError.swift
[853/908] Compiling Hummingbird HTTPError.swift
[854/908] Compiling Hummingbird HTTPResponseError.swift
[855/908] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[856/908] Compiling Hummingbird Exports.swift
[857/908] Compiling Hummingbird CacheControl.swift
[858/917] Emitting module Hummingbird
[859/917] Compiling Hummingbird RouterGroup.swift
[860/917] Compiling Hummingbird RouterMethods.swift
[861/917] Compiling Hummingbird RouterPath.swift
[862/917] Compiling Hummingbird RouterResponder.swift
[863/917] Compiling Hummingbird TransformingRouterGroup.swift
[864/917] Compiling Hummingbird RouterTrie.swift
[865/917] Compiling Hummingbird Trie+resolve.swift
[866/917] Compiling Hummingbird Trie+serialize.swift
[867/917] Compiling Hummingbird TrieRouter.swift
[868/917] Compiling Hummingbird _SpreadMiddleware.swift
[869/917] Compiling Hummingbird TracingMiddleware.swift
[870/917] Compiling Hummingbird EndpointResponder.swift
[871/917] Compiling Hummingbird Parameters+UUID.swift
[872/917] Compiling Hummingbird Parameters.swift
[873/917] Compiling Hummingbird ResponseGenerator.swift
[874/917] Compiling Hummingbird RouteCollection.swift
[875/917] Compiling Hummingbird Router+validation.swift
[876/917] Compiling Hummingbird Router.swift
[877/917] Compiling Hummingbird FileIO.swift
[878/917] Compiling Hummingbird FileProvider.swift
[879/917] Compiling Hummingbird LocalFileSystem.swift
[880/917] Compiling Hummingbird Cookie.swift
[881/917] Compiling Hummingbird Cookies.swift
[882/917] Compiling Hummingbird MediaType+FileExtension.swift
[883/917] Compiling Hummingbird MediaType.swift
[884/917] Compiling Hummingbird Request+Cookies.swift
[885/917] Compiling Hummingbird Response+Cookies.swift
[886/917] Compiling Hummingbird CORSMiddleware.swift
[887/917] Compiling Hummingbird FileMiddleware.swift
[888/917] Compiling Hummingbird LogRequestMiddleware.swift
[889/917] Compiling Hummingbird MetricsMiddleware.swift
[890/917] Compiling Hummingbird Middleware.swift
[891/917] Compiling Hummingbird MiddlewareGroup.swift
[892/917] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[893/917] Compiling Hummingbird _Middleware2.swift
[894/917] Compiling Hummingbird _OptionalMiddleware.swift
[895/917] Compiling Hummingbird Application.swift
[896/917] Compiling Hummingbird CodableProtocols.swift
[897/917] Compiling Hummingbird JSONCoding.swift
[898/917] Compiling Hummingbird ResponseEncodable.swift
[899/917] Compiling Hummingbird URLEncodedForm+Request.swift
[900/917] Compiling Hummingbird URLEncodedForm.swift
[901/917] Compiling Hummingbird URLEncodedFormDecoder.swift
[902/917] Compiling Hummingbird URLEncodedFormEncoder.swift
[903/917] Compiling Hummingbird URLEncodedFormNode.swift
[904/917] Compiling Hummingbird PersistDriver.swift
[905/917] Compiling Hummingbird PersistError.swift
[906/917] Compiling Hummingbird ByteBuffer+foundation.swift
[907/917] Compiling Hummingbird DateCache.swift
[908/917] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[909/917] Compiling Hummingbird HexDigest.swift
[910/917] Compiling Hummingbird InitializableFromSource.swift
[911/917] Compiling Hummingbird PreludeService.swift
[912/917] Compiling Hummingbird StringProtocol.swift
[913/918] Wrapping AST for Hummingbird for debugging
[915/932] Compiling HummingbirdLambda OutputBuffer.swift
[916/933] Compiling HummingbirdLambda LambdaRequestContext.swift
[917/933] Compiling HummingbirdLambda PreludeService.swift
[918/933] Compiling HummingbirdLambda Deprecations.swift
[919/933] Compiling HummingbirdLambda Exports.swift
[920/933] Compiling HummingbirdLambda BasicLambdaRequestContext.swift
[921/933] Compiling HummingbirdLambda CollateResponseBodyWriter.swift
[922/933] Compiling HummingbirdLambda APIGatewayLambda.swift
[923/933] Compiling HummingbirdLambda APIGatewayV2Lambda.swift
[924/933] Emitting module HummingbirdLambda
[925/933] Compiling HummingbirdLambda FunctionURLLambda.swift
[926/933] Compiling HummingbirdLambda LambdaFunction.swift
[927/933] Compiling HummingbirdLambda Request+APIGateway.swift
[928/933] Compiling HummingbirdLambda Response+APIGateway.swift
[929/933] Compiling HummingbirdLambda String+percentEncode.swift
[930/934] Wrapping AST for HummingbirdLambda for debugging
[932/943] Compiling HummingbirdLambdaTesting LambdaTestFramework.swift
[933/943] Emitting module HummingbirdLambdaTesting
[934/943] Compiling HummingbirdLambdaTesting Lambda+Testing.swift
[935/943] Compiling HummingbirdLambdaTesting LambdaEvent.swift
[936/943] Emitting module HBLambdaTest
[937/943] Compiling HBLambdaTest maths.swift
[938/943] Compiling HummingbirdLambdaTesting FunctionURLLambda.swift
[939/943] Compiling HummingbirdLambdaTesting APIGatewayV2Lambda.swift
[940/943] Compiling HummingbirdLambdaTesting APIGatewayLambda.swift
[942/945] Wrapping AST for HBLambdaTest for debugging
[943/945] Write Objects.LinkFileList
[944/945] Linking HBLambdaTest
Build complete! (259.68s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-aws-lambda-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0-beta.2",
            "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.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-events.git"
    },
    {
      "identity" : "swift-extras-base64",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-extras/swift-extras-base64.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.15.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "hummingbird-lambda",
  "name" : "hummingbird-lambda",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdLambda",
      "targets" : [
        "HummingbirdLambda"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdLambdaTesting",
      "targets" : [
        "HummingbirdLambdaTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HBLambdaTest",
      "targets" : [
        "HBLambdaTest"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdLambdaTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdLambdaTests",
      "path" : "Tests/HummingbirdLambdaTests",
      "product_dependencies" : [
        "NIOPosix"
      ],
      "sources" : [
        "LambdaTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdLambda",
        "HummingbirdLambdaTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdLambdaTesting",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdLambdaTesting",
      "path" : "Sources/HummingbirdLambdaTesting",
      "product_memberships" : [
        "HummingbirdLambdaTesting"
      ],
      "sources" : [
        "APIGatewayLambda.swift",
        "APIGatewayV2Lambda.swift",
        "FunctionURLLambda.swift",
        "Lambda+Testing.swift",
        "LambdaEvent.swift",
        "LambdaTestFramework.swift"
      ],
      "target_dependencies" : [
        "HummingbirdLambda"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdLambda",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdLambda",
      "path" : "Sources/HummingbirdLambda",
      "product_dependencies" : [
        "AWSLambdaRuntime",
        "AWSLambdaEvents",
        "ExtrasBase64",
        "Hummingbird"
      ],
      "product_memberships" : [
        "HummingbirdLambda",
        "HummingbirdLambdaTesting",
        "HBLambdaTest"
      ],
      "sources" : [
        "APIGatewayLambda.swift",
        "APIGatewayV2Lambda.swift",
        "BasicLambdaRequestContext.swift",
        "CollateResponseBodyWriter.swift",
        "Deprecations.swift",
        "Exports.swift",
        "FunctionURLLambda.swift",
        "LambdaFunction.swift",
        "LambdaRequestContext.swift",
        "PreludeService.swift",
        "Request+APIGateway.swift",
        "Response+APIGateway.swift",
        "Utils/OutputBuffer.swift",
        "Utils/String+percentEncode.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HBLambdaTest",
      "module_type" : "SwiftTarget",
      "name" : "HBLambdaTest",
      "path" : "Sources/HBLambdaTest",
      "product_memberships" : [
        "HBLambdaTest"
      ],
      "sources" : [
        "maths.swift"
      ],
      "target_dependencies" : [
        "HummingbirdLambda"
      ],
      "type" : "executable"
    }
  ],
  "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.