The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of hummingbird-lambda, reference main (25ffa4), with Swift 6.1 for Linux on 26 Apr 2025 15:19:52 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
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 25ffa4f Update from hummingbird-project-template b19df1d2a2eba1af76859758cc7cb51d8ac566c5 (#47)
Cloned https://github.com/hummingbird-project/hummingbird-lambda.git
Revision (git rev-parse @):
25ffa4f0a0daeaa3e35d2cf882d5c9eea95a36b0
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" : "1.0.0-alpha.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-runtime.git"
    },
    {
      "identity" : "swift-aws-lambda-events",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-events.git"
    },
    {
      "identity" : "swift-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.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.32.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" : "14.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",
        "HBLambdaTestFramework.swift",
        "Lambda+Testing.swift",
        "LambdaEvent.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",
        "LambdaFunction.swift",
        "LambdaHandler.swift",
        "LambdaRequestContext.swift",
        "Request+APIGateway.swift",
        "Response+APIGateway.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" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-extras/swift-extras-base64.git
Fetching https://github.com/hummingbird-project/hummingbird.git
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/apple/swift-nio.git
[1/833] Fetching swift-extras-base64
[834/3269] Fetching swift-extras-base64, swift-aws-lambda-events
[1858/14783] Fetching swift-extras-base64, swift-aws-lambda-events, swift-aws-lambda-runtime
[3846/39189] Fetching swift-extras-base64, swift-aws-lambda-events, swift-aws-lambda-runtime, hummingbird
[9704/114620] Fetching swift-extras-base64, swift-aws-lambda-events, swift-aws-lambda-runtime, hummingbird, swift-nio
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (0.94s)
[51745/90214] Fetching swift-extras-base64, swift-aws-lambda-events, swift-aws-lambda-runtime, swift-nio
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (1.21s)
Fetched https://github.com/swift-server/swift-aws-lambda-events.git from cache (1.21s)
[60545/86945] Fetching swift-aws-lambda-runtime, swift-nio
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (3.80s)
Fetched https://github.com/apple/swift-nio.git from cache (3.85s)
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 (5.63s)
Computing version for https://github.com/swift-server/swift-aws-lambda-events.git
Computed https://github.com/swift-server/swift-aws-lambda-events.git at 1.0.0 (0.40s)
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.21s)
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.62s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.12.0 (0.47s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2390] Fetching swift-service-lifecycle
[97/5009] Fetching swift-service-lifecycle, swift-nio-transport-services
[2159/10671] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras
[9540/22163] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio-http2
[11076/35950] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio-http2, async-http-client
[15959/50743] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.00s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.00s)
Fetching https://github.com/apple/swift-metrics.git
[42019/42462] Fetching swift-service-lifecycle, swift-nio-http2, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.01s)
Fetching https://github.com/apple/swift-log.git
[1/2200] Fetching swift-metrics
[1145/7170] Fetching swift-metrics, swift-distributed-tracing
[1459/11006] Fetching swift-metrics, swift-distributed-tracing, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.36s)
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-log.git from cache (0.40s)
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.43s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.54s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.55s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.56s)
[1/4965] Fetching swift-async-algorithms
[2037/6670] Fetching swift-async-algorithms, swift-atomics
[5597/22912] Fetching swift-async-algorithms, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.30s)
[4467/17947] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.35s)
[4223/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.94s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (2.99s)
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.34s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.76s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.44s)
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.51s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.41s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.41s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.42s)
Fetching https://github.com/apple/swift-service-context.git
[1/1059] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.23s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.65s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.62s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.43s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.49s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1127] Fetching swift-http-structured-headers
[1128/7030] Fetching swift-http-structured-headers, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.32s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.32s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.77s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.79s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.46s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (0.42s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.42s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.44s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.51s)
Computing version for https://github.com/swift-server/swift-aws-lambda-runtime.git
Computed https://github.com/swift-server/swift-aws-lambda-runtime.git at 1.0.0-alpha.3 (0.43s)
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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
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.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.30.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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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.1.4
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.24.0
Creating working copy for https://github.com/swift-server/swift-aws-lambda-runtime.git
Working copy of https://github.com/swift-server/swift-aws-lambda-runtime.git resolved at 1.0.0-alpha.3
Creating working copy for https://github.com/apple/swift-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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.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.12.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.3
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.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.2.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.7.0
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.26.0
Creating working copy for https://github.com/swift-server/swift-aws-lambda-events.git
Working copy of https://github.com/swift-server/swift-aws-lambda-events.git resolved at 1.0.0
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.36.0
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/97] Compiling CNIODarwin shim.c
[2/97] Compiling CNIOLinux liburing_shims.c
[3/97] Write sources
[6/97] Compiling CNIOLLHTTP c_nio_http.c
[7/97] Write sources
[25/97] Compiling _AtomicsShims.c
[25/97] Write sources
[40/97] Compiling CNIOWindows WSAStartup.c
[40/97] Compiling CNIOWindows shim.c
[42/97] Write sources
[48/97] Compiling CNIOLLHTTP c_nio_api.c
[49/97] Compiling CNIOLinux shim.c
[50/97] Compiling CNIOWASI CNIOWASI.c
[51/97] Compiling CNIOLLHTTP c_nio_llhttp.c
[52/97] Write swift-version-24593BA9C3E375BF.txt
[53/136] Compiling c-nioatomics.c
[54/139] Compiling c-atomics.c
[56/142] Compiling ServiceContextModule ServiceContextKey.swift
[57/142] Compiling HTTPTypes ISOLatin1String.swift
[58/143] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[59/143] Compiling InternalCollectionsUtilities Specialize.swift
[60/143] Compiling InternalCollectionsUtilities Debugging.swift
[61/143] Compiling InternalCollectionsUtilities Descriptions.swift
[62/143] Emitting module _NIOBase64
[63/143] Compiling _NIOBase64 Base64.swift
[64/146] Emitting module InternalCollectionsUtilities
[65/146] Compiling _NIODataStructures _TinyArray.swift
[66/146] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[67/146] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[68/146] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[69/146] Emitting module HTTPTypes
[70/146] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[71/146] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[72/146] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[73/146] Compiling InternalCollectionsUtilities Integer rank.swift
[74/146] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[75/146] Compiling InternalCollectionsUtilities UInt+reversed.swift
[76/146] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[77/146] Compiling InternalCollectionsUtilities _SortedCollection.swift
[78/146] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[79/146] Compiling HTTPTypes HTTPRequest.swift
[80/146] Compiling HTTPTypes HTTPResponse.swift
[81/146] Compiling _NIODataStructures PriorityQueue.swift
[82/146] Compiling ServiceContextModule ServiceContext.swift
[83/146] Emitting module ServiceContextModule
[84/147] Compiling HTTPTypes HTTPParsedFields.swift
[87/147] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[88/147] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[90/157] Emitting module ConcurrencyHelpers
[91/157] Compiling ConcurrencyHelpers LockedValueBox.swift
[92/162] Compiling HTTPTypes NIOLock.swift
[93/163] Compiling Logging MetadataProvider.swift
[94/163] Compiling _NIODataStructures Heap.swift
[95/163] Emitting module _NIODataStructures
[96/164] Compiling Logging LogHandler.swift
[97/164] Compiling Logging Logging.swift
[98/164] Compiling Logging Locks.swift
[99/164] Emitting module Logging
[100/165] Emitting module CoreMetrics
[101/165] Compiling CoreMetrics Locks.swift
[102/165] Compiling CoreMetrics Metrics.swift
[103/166] Compiling Instrumentation Instrument.swift
[104/166] Compiling Instrumentation NoOpInstrument.swift
[105/166] Compiling ConcurrencyHelpers Lock.swift
[106/167] Emitting module Instrumentation
[109/167] Compiling Instrumentation InstrumentationSystem.swift
[111/167] Compiling Instrumentation Locks.swift
[112/167] Compiling Instrumentation MultiplexInstrument.swift
[113/167] Compiling NIOConcurrencyHelpers lock.swift
[116/168] Compiling NIOConcurrencyHelpers NIOLock.swift
[117/168] Emitting module NIOConcurrencyHelpers
[118/168] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[119/168] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[120/168] Compiling NIOConcurrencyHelpers atomics.swift
[122/312] Compiling HeapModule Heap+Descriptions.swift
[123/312] Emitting module Tracing
[124/312] Compiling Tracing TracingTime.swift
[125/312] Compiling HeapModule Heap.swift
[126/312] Compiling Tracing InstrumentationSystem+Tracing.swift
[127/312] Compiling HeapModule _HeapNode.swift
[128/312] Compiling HeapModule Heap+Invariants.swift
[129/312] Compiling HeapModule Heap+UnsafeHandle.swift
[130/312] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[131/312] Compiling Tracing TracerProtocol.swift
[132/312] Emitting module HeapModule
[133/313] Compiling Tracing Tracer.swift
[134/313] Compiling Tracing TracerProtocol+Legacy.swift
[135/313] Compiling UnixSignals UnixSignal.swift
[136/313] Emitting module UnixSignals
[137/313] Compiling UnixSignals UnixSignalsSequence.swift
[140/314] Compiling _RopeModule BigString+UnicodeScalarView.swift
[141/314] Compiling _RopeModule BigSubstring+UTF16View.swift
[142/314] Compiling _RopeModule BigSubstring+UTF8View.swift
[143/314] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[144/314] Compiling _RopeModule BigSubstring.swift
[145/314] Compiling _RopeModule Rope+Builder.swift
[146/314] Compiling _RopeModule Rope+Debugging.swift
[147/314] Compiling _RopeModule Rope+Invariants.swift
[148/314] Compiling _RopeModule Rope+_Node.swift
[149/314] Compiling _RopeModule Rope+_Storage.swift
[150/314] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[151/314] Compiling _RopeModule Rope+_UnsafeHandle.swift
[152/314] Compiling _RopeModule Rope.swift
[153/314] Compiling _RopeModule RopeElement.swift
[154/321] Compiling Tracing NoOpTracer.swift
[155/321] Compiling Tracing SpanProtocol.swift
[157/413] Compiling HashTreeCollections _HashNode+Structural merge.swift
[158/413] Compiling HashTreeCollections _HashTreeIterator.swift
[159/413] Compiling HashTreeCollections _HashTreeStatistics.swift
[160/413] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[161/413] Compiling HashTreeCollections _RawHashNode.swift
[162/413] Compiling HashTreeCollections _UnmanagedHashNode.swift
[163/413] Compiling HashTreeCollections _UnsafePath.swift
[164/413] Compiling HashTreeCollections TreeDictionary+Codable.swift
[165/413] Compiling HashTreeCollections _HashNode+Storage.swift
[166/413] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[167/413] Compiling HashTreeCollections _HashNode+Structural filter.swift
[168/413] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[169/413] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[170/413] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[171/413] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[172/413] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[173/413] Compiling DequeModule Deque+Testing.swift
[174/413] Compiling DequeModule Deque._Storage.swift
[175/413] Compiling DequeModule Deque._UnsafeHandle.swift
[176/413] Compiling DequeModule Deque.swift
[177/413] Compiling DequeModule _DequeBuffer.swift
[178/413] Compiling DequeModule _DequeBufferHeader.swift
[179/413] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[180/413] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[181/445] Compiling BitCollections BitArray+Hashable.swift
[182/445] Compiling BitCollections BitArray+Initializers.swift
[183/468] Compiling BitCollections BitArray+Codable.swift
[184/468] Compiling BitCollections BitArray+Collection.swift
[185/468] Compiling BitCollections BitArray+Copy.swift
[186/468] Compiling BitCollections BitArray+CustomReflectable.swift
[187/468] Compiling BitCollections BitArray+Descriptions.swift
[188/468] Compiling BitCollections BitArray+Equatable.swift
[189/468] Compiling HTTPTypes HTTPFields.swift
[190/468] Compiling HTTPTypes HTTPFieldName.swift
[191/468] Compiling HTTPTypes HTTPField.swift
[192/469] Compiling HashTreeCollections TreeSet+Hashable.swift
[193/469] Compiling HashTreeCollections TreeSet+Sendable.swift
[194/469] Compiling HashTreeCollections TreeSet+Sequence.swift
[195/469] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[196/469] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[197/469] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[198/469] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[199/469] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[200/469] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[201/469] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[203/479] Compiling DequeModule _DequeSlot.swift
[204/479] Compiling DequeModule _UnsafeWrappedBuffer.swift
[205/479] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[206/479] Compiling BitCollections BitSet+CustomReflectable.swift
[207/479] Compiling BitCollections BitSet+CustomStringConvertible.swift
[208/479] Compiling BitCollections BitSet+Equatable.swift
[209/479] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[210/479] Compiling BitCollections BitSet+Extras.swift
[211/479] Compiling BitCollections BitSet+Hashable.swift
[212/486] Compiling BitCollections BitArray+Extras.swift
[213/486] Compiling BitCollections BitArray+Fill.swift
[218/486] Compiling BitCollections BitArray+RandomBits.swift
[219/486] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[220/486] Compiling BitCollections BitArray+Shifts.swift
[221/486] Compiling BitCollections BitArray+Testing.swift
[222/495] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[223/495] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[226/512] Compiling BitCollections BitArray._UnsafeHandle.swift
[227/512] Compiling BitCollections BitArray.swift
[228/512] Compiling BitCollections BitSet+BidirectionalCollection.swift
[229/512] Compiling BitCollections BitSet+Codable.swift
[237/512] Compiling BitCollections BitSet+Initializers.swift
[238/512] Compiling BitCollections BitSet+Invariants.swift
[239/512] Compiling BitCollections BitSet+Random.swift
[240/512] Compiling BitCollections BitSet+SetAlgebra basics.swift
[241/512] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[242/512] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[243/512] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[244/512] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[245/512] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[246/514] Compiling Atomics OptionalRawRepresentable.swift
[247/514] Compiling Atomics RawRepresentable.swift
[248/514] Compiling Atomics AtomicBool.swift
[249/514] Compiling Atomics IntegerConformances.swift
[250/514] Compiling Atomics PointerConformances.swift
[251/514] Compiling Atomics Primitives.native.swift
[252/514] Compiling Atomics Primitives.shims.swift
[253/514] Compiling Atomics AtomicInteger.swift
[254/514] Compiling Atomics UnsafeAtomic.swift
[255/514] Compiling Atomics UnsafeAtomicLazyReference.swift
[262/514] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[263/514] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[264/514] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[265/514] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[266/514] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[267/514] Compiling BitCollections BitSet+SetAlgebra union.swift
[268/514] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[269/514] Compiling BitCollections BitSet.Counted.swift
[270/514] Compiling BitCollections BitSet.Index.swift
[271/514] Compiling BitCollections BitSet._UnsafeHandle.swift
[272/514] Compiling BitCollections BitSet.swift
[273/514] Compiling BitCollections Range+Utilities.swift
[274/514] Compiling BitCollections Slice+Utilities.swift
[275/514] Compiling BitCollections UInt+Tricks.swift
[276/514] Compiling BitCollections _Word.swift
[277/514] Compiling HashTreeCollections TreeSet+Debugging.swift
[278/514] Compiling HashTreeCollections TreeSet+Descriptions.swift
[279/514] Compiling HashTreeCollections TreeSet+Equatable.swift
[280/514] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[281/514] Compiling HashTreeCollections TreeSet+Extras.swift
[282/514] Compiling HashTreeCollections TreeSet+Filter.swift
[301/514] Emitting module BitCollections
[313/514] Compiling Atomics AtomicOptionalWrappable.swift
[323/516] Compiling Atomics ManagedAtomic.swift
[332/516] Compiling Atomics ManagedAtomicLazyReference.swift
[344/516] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[345/516] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[346/516] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[347/516] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[349/516] Compiling Atomics AtomicMemoryOrderings.swift
[350/516] Compiling Atomics DoubleWord.swift
[351/516] Emitting module DequeModule
[352/517] Emitting module OrderedCollections
[354/518] Compiling _RopeModule _CharacterRecognizer.swift
[355/518] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[356/518] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[357/518] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[358/518] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[359/518] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[360/518] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[361/518] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[362/518] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[363/518] Compiling HashTreeCollections TreeSet.swift
[368/518] Compiling Atomics IntegerOperations.swift
[369/518] Compiling Atomics Unmanaged extensions.swift
[378/518] Compiling Atomics AtomicReference.swift
[379/518] Compiling Atomics AtomicStorage.swift
[380/518] Compiling Atomics AtomicValue.swift
[380/534] Wrapping AST for _NIODataStructures for debugging
[400/584] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[401/584] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[402/584] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[403/584] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[404/584] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[405/584] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[406/584] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[407/584] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[408/584] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[409/584] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[410/584] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[411/584] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[412/584] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[413/584] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[414/584] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[415/584] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[416/585] Emitting module _RopeModule
[417/585] Wrapping AST for _NIOBase64 for debugging
[421/587] Emitting module Metrics
[422/587] Compiling Metrics Metrics.swift
[422/587] Wrapping AST for UnixSignals for debugging
[424/588] Wrapping AST for Tracing for debugging
[425/588] Wrapping AST for ServiceContextModule for debugging
[427/588] Emitting module AsyncAlgorithms
[427/594] Wrapping AST for OrderedCollections for debugging
[428/594] Wrapping AST for Metrics for debugging
[429/594] Wrapping AST for NIOConcurrencyHelpers for debugging
[433/594] Compiling AsyncAlgorithms AsyncChannel.swift
[434/594] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[435/594] Compiling AsyncAlgorithms ChannelStateMachine.swift
[436/594] Compiling AsyncAlgorithms ChannelStorage.swift
[437/594] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[438/594] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[439/594] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[440/594] Compiling AsyncAlgorithms CombineLatestStorage.swift
[441/594] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[442/594] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[443/594] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[444/594] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[445/594] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[446/594] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[447/594] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[448/594] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[449/594] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[462/594] Compiling AWSLambdaEvents HTTP.swift
[463/594] Compiling AWSLambdaEvents RFC5322DateParseStrategy.swift
[463/594] Wrapping AST for Logging for debugging
[467/594] Wrapping AST for InternalCollectionsUtilities for debugging
[470/594] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[471/594] Compiling AsyncAlgorithms MergeStateMachine.swift
[472/594] Compiling AsyncAlgorithms MergeStorage.swift
[473/594] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[474/594] Compiling AsyncAlgorithms Rethrow.swift
[483/594] Wrapping AST for Instrumentation for debugging
[485/594] Compiling _RopeModule Rope+Join.swift
[486/594] Compiling _RopeModule Rope+MutatingForEach.swift
[487/594] Compiling _RopeModule Rope+Remove.swift
[488/594] Compiling _RopeModule Rope+RemoveSubrange.swift
[489/594] Compiling _RopeModule Rope+Split.swift
[490/594] Compiling _RopeModule Optional Utilities.swift
[491/594] Compiling _RopeModule String Utilities.swift
[492/594] Compiling _RopeModule String.Index+ABI.swift
[494/594] Compiling AsyncAlgorithms DebounceStorage.swift
[495/594] Compiling AsyncAlgorithms Dictionary.swift
[496/594] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[497/594] Compiling AsyncAlgorithms Locking.swift
[498/594] Compiling AsyncAlgorithms SetAlgebra.swift
[499/594] Compiling AsyncAlgorithms UnsafeTransfer.swift
[500/594] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[501/594] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[502/594] Compiling AsyncAlgorithms ZipStateMachine.swift
[502/594] Wrapping AST for HeapModule for debugging
[503/595] Wrapping AST for HTTPTypes for debugging
[508/595] Wrapping AST for DequeModule for debugging
[513/595] Emitting module Atomics
[513/595] Wrapping AST for CoreMetrics for debugging
[517/595] Emitting module AWSLambdaEvents
[517/595] Wrapping AST for ConcurrencyHelpers for debugging
[521/595] Wrapping AST for BitCollections for debugging
[536/595] Wrapping AST for _RopeModule for debugging
[538/595] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[539/595] Compiling AsyncAlgorithms DebounceStateMachine.swift
[548/596] Emitting module HashTreeCollections
[549/597] Wrapping AST for Atomics for debugging
[550/656] Wrapping AST for HashTreeCollections for debugging
[552/656] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[553/656] Compiling NIOCore ByteBuffer-views.swift
[554/656] Compiling NIOCore Channel.swift
[555/656] Compiling NIOCore ChannelHandler.swift
[556/656] Compiling NIOCore ChannelHandlers.swift
[557/656] Compiling NIOCore ChannelInvoker.swift
[558/656] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[559/656] Compiling NIOCore EventLoopFuture.swift
[560/656] Compiling NIOCore FileDescriptor.swift
[561/656] Compiling NIOCore FileHandle.swift
[562/656] Compiling NIOCore FileRegion.swift
[563/656] Compiling NIOCore ByteBuffer-multi-int.swift
[564/658] Compiling NIOCore IOData.swift
[565/658] Compiling NIOCore IPProtocol.swift
[566/658] Compiling NIOCore IntegerBitPacking.swift
[567/658] Compiling NIOCore IntegerTypes.swift
[568/658] Compiling NIOCore Interfaces.swift
[569/658] Compiling NIOCore Linux.swift
[571/659] Emitting module Collections
[572/659] Compiling Collections Collections.swift
[573/660] Wrapping AST for AsyncAlgorithms for debugging
[574/661] Wrapping AST for Collections for debugging
[576/668] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[577/669] Compiling ServiceLifecycle Service.swift
[578/669] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[579/669] Emitting module ServiceLifecycle
[580/669] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[581/669] Compiling ServiceLifecycle ServiceRunnerError.swift
[582/669] Compiling ServiceLifecycle CancellationWaiter.swift
[583/669] Compiling ServiceLifecycle GracefulShutdown.swift
[584/669] Compiling ExtrasBase64 Base64.swift
[585/669] Compiling ExtrasBase64 Base32.swift
[586/669] Emitting module ExtrasBase64
[587/670] Wrapping AST for ExtrasBase64 for debugging
[589/670] Compiling NIOCore MarkedCircularBuffer.swift
[590/670] Compiling NIOCore MulticastChannel.swift
[591/670] Compiling NIOCore NIOAny.swift
[592/670] Compiling NIOCore NIOCloseOnErrorHandler.swift
[593/670] Compiling NIOCore NIOLoopBound.swift
[594/670] Compiling NIOCore NIOScheduledCallback.swift
[595/670] Compiling NIOCore NIOSendable.swift
[596/670] Compiling NIOCore RecvByteBufferAllocator.swift
[597/678] Compiling NIOCore GlobalSingletons.swift
[598/678] Compiling NIOCore IO.swift
[605/678] Compiling ServiceLifecycle ServiceGroup.swift
[607/679] Compiling NIOCore AsyncAwaitSupport.swift
[608/679] Compiling NIOCore AsyncChannel.swift
[609/679] Compiling NIOCore AsyncChannelHandler.swift
[610/680] Wrapping AST for ServiceLifecycle for debugging
[612/680] Compiling NIOCore EventLoop.swift
[613/680] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[614/680] Compiling NIOCore EventLoopFuture+Deprecated.swift
[619/680] Wrapping AST for AWSLambdaEvents for debugging
[621/680] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[622/680] Compiling NIOCore SocketAddresses.swift
[623/680] Compiling NIOCore SocketOptionProvider.swift
[624/680] Compiling NIOCore SystemCallHelpers.swift
[625/680] Compiling NIOCore TimeAmount+Duration.swift
[626/680] Compiling NIOCore TypeAssistedChannelHandler.swift
[627/680] Compiling NIOCore UniversalBootstrapSupport.swift
[628/680] Compiling NIOCore Utilities.swift
[629/680] Compiling NIOCore ChannelPipeline.swift
[630/680] Compiling NIOCore CircularBuffer.swift
[631/680] Compiling NIOCore Codec.swift
[632/680] Compiling NIOCore ConvenienceOptionSupport.swift
[633/680] Compiling NIOCore DeadChannel.swift
[634/680] Compiling NIOCore DispatchQueue+WithFuture.swift
[635/680] Compiling NIOCore EventLoop+Deprecated.swift
[636/680] Compiling NIOCore EventLoop+SerialExecutor.swift
[637/680] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[638/680] Compiling NIOCore BSDSocketAPI.swift
[639/680] Compiling NIOCore ByteBuffer-aux.swift
[640/680] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[641/680] Compiling NIOCore ByteBuffer-conversions.swift
[642/680] Compiling NIOCore ByteBuffer-core.swift
[643/680] Compiling NIOCore ByteBuffer-hex.swift
[644/680] Compiling NIOCore ByteBuffer-int.swift
[645/680] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[646/680] Compiling NIOCore AddressedEnvelope.swift
[650/680] Compiling NIOCore AsyncChannelInboundStream.swift
[651/680] Compiling NIOCore AsyncChannelOutboundWriter.swift
[652/680] Compiling NIOCore NIOAsyncSequenceProducer.swift
[653/680] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[654/680] Compiling NIOCore NIOAsyncWriter.swift
[662/680] Compiling NIOCore ChannelOption.swift
[663/680] Emitting module NIOCore
[664/681] Wrapping AST for NIOCore for debugging
[666/734] Emitting module NIOHTTPTypes
[667/734] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[668/735] Wrapping AST for NIOHTTPTypes for debugging
[670/735] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[671/735] Emitting module NIOEmbedded
[672/735] Compiling NIOEmbedded AsyncTestingChannel.swift
[673/735] Compiling NIOEmbedded Embedded.swift
[675/736] Compiling NIOPosix PooledRecvBufferAllocator.swift
[676/736] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[677/736] Compiling NIOPosix PosixSingletons.swift
[678/736] Compiling NIOPosix RawSocketBootstrap.swift
[679/736] Compiling NIOPosix Resolver.swift
[680/736] Compiling NIOPosix Selectable.swift
[680/742] Wrapping AST for NIOEmbedded for debugging
[682/742] Compiling NIOPosix ThreadPosix.swift
[683/742] Compiling NIOPosix ThreadWindows.swift
[684/742] Compiling NIOPosix UnsafeTransfer.swift
[685/742] Compiling NIOPosix Utilities.swift
[686/742] Compiling NIOPosix VsockAddress.swift
[687/742] Compiling NIOPosix VsockChannelEvents.swift
[688/742] Compiling NIOPosix SelectableChannel.swift
[689/742] Compiling NIOPosix SelectableEventLoop.swift
[690/742] Compiling NIOPosix SelectorEpoll.swift
[691/742] Compiling NIOPosix SelectorGeneric.swift
[692/742] Compiling NIOPosix SelectorKqueue.swift
[693/742] Compiling NIOPosix SelectorUring.swift
[694/742] Compiling NIOPosix ServerSocket.swift
[695/742] Compiling NIOPosix Socket.swift
[696/742] Compiling NIOPosix SocketChannel.swift
[697/742] Compiling NIOPosix SocketProtocols.swift
[698/742] Compiling NIOPosix System.swift
[699/742] Compiling NIOPosix Thread.swift
[700/742] Emitting module NIOPosix
[701/742] Compiling NIOPosix BSDSocketAPICommon.swift
[702/742] Compiling NIOPosix BSDSocketAPIPosix.swift
[703/742] Compiling NIOPosix BSDSocketAPIWindows.swift
[704/742] Compiling NIOPosix BaseSocket.swift
[705/742] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[706/742] Compiling NIOPosix BaseSocketChannel.swift
[707/742] Compiling NIOPosix BaseStreamSocketChannel.swift
[708/742] Compiling NIOPosix Bootstrap.swift
[709/742] Compiling NIOPosix ControlMessage.swift
[710/742] Compiling NIOPosix DatagramVectorReadManager.swift
[711/742] Compiling NIOPosix Errors+Any.swift
[712/742] Compiling NIOPosix FileDescriptor.swift
[713/742] Compiling NIOPosix GetaddrinfoResolver.swift
[714/742] Compiling NIOPosix HappyEyeballs.swift
[715/742] Compiling NIOPosix NIOThreadPool.swift
[716/742] Compiling NIOPosix NonBlockingFileIO.swift
[717/742] Compiling NIOPosix PendingDatagramWritesManager.swift
[718/742] Compiling NIOPosix PendingWritesManager.swift
[719/742] Compiling NIOPosix PipeChannel.swift
[720/742] Compiling NIOPosix PipePair.swift
[721/742] Compiling NIOPosix Pool.swift
[722/742] Compiling NIOPosix IO.swift
[723/742] Compiling NIOPosix IntegerBitPacking.swift
[724/742] Compiling NIOPosix IntegerTypes.swift
[725/742] Compiling NIOPosix Linux.swift
[726/742] Compiling NIOPosix LinuxCPUSet.swift
[727/742] Compiling NIOPosix LinuxUring.swift
[728/742] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[729/743] Wrapping AST for NIOPosix for debugging
[731/745] Emitting module NIO
[732/745] Compiling NIO Exports.swift
[733/746] Wrapping AST for NIO for debugging
[735/767] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[736/767] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[737/767] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[738/767] Emitting module NIOFoundationCompat
[739/767] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[741/768] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[742/768] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[742/770] Wrapping AST for NIOFoundationCompat for debugging
[744/770] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[745/770] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[746/770] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[747/770] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[748/770] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[749/770] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[750/770] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[751/770] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[752/770] Compiling NIOHTTP1 ByteCollectionUtils.swift
[753/770] Compiling NIOHTTP1 HTTPDecoder.swift
[754/770] Compiling NIOHTTP1 HTTPEncoder.swift
[755/770] Emitting module NIOHTTP1
[756/770] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[757/770] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[758/770] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[759/770] Compiling NIOHTTP1 HTTPTypes.swift
[760/771] Wrapping AST for NIOHTTP1 for debugging
[762/808] Emitting module NIOHTTPTypesHTTP1
[763/808] Compiling AWSLambdaRuntimeCore Lambda.swift
[764/808] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
[765/810] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[766/810] Compiling AWSLambdaRuntimeCore Utils.swift
[767/810] Compiling NIOExtras NIORequestIdentifiable.swift
[768/810] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[769/810] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[770/812] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[771/812] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[772/812] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[773/812] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[776/813] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[778/813] Compiling AWSLambdaRuntimeCore Terminator.swift
[779/813] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[781/813] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[782/813] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[783/813] Emitting module NIOExtras
[784/813] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[785/813] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[786/813] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
[789/813] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[792/813] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[796/813] Emitting module AWSLambdaRuntimeCore
[804/814] Compiling NIOExtras UnsafeTransfer.swift
[805/814] Compiling NIOExtras WritePCAPHandler.swift
[806/815] Wrapping AST for AWSLambdaRuntimeCore for debugging
[807/818] Wrapping AST for NIOExtras for debugging
[809/838] Emitting module AWSLambdaRuntime
[810/839] Compiling AWSLambdaRuntime Lambda+Codable.swift
[811/839] Compiling AWSLambdaRuntime Context+Foundation.swift
[812/843] Wrapping AST for AWSLambdaRuntime for debugging
[814/843] Compiling HummingbirdCore ResponseBodyWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[815/843] Compiling HummingbirdCore ResponseWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[816/843] Compiling HummingbirdCore AvailableConnectionsHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[817/846] Compiling HummingbirdCore BindAddress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[818/846] Compiling HummingbirdCore HTTP1Channel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[819/846] Compiling HummingbirdCore HTTPChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[820/846] Emitting module HummingbirdCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[821/846] Compiling HummingbirdCore HTTPServerBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[822/846] Compiling HummingbirdCore HTTPUserEventHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[823/846] Compiling HummingbirdCore Server.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[824/846] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[825/846] Compiling HummingbirdCore URI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[826/846] Compiling HummingbirdCore Response.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[827/846] Compiling HummingbirdCore ResponseBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[828/846] Compiling HummingbirdCore Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[829/846] Compiling HummingbirdCore Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[830/846] Compiling HummingbirdCore RequestBody+inboundClose.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[831/846] Compiling HummingbirdCore RequestBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[832/846] Compiling HummingbirdCore ServerChildChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[833/846] Compiling HummingbirdCore ServerConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[834/846] Compiling HummingbirdCore TSTLSOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[835/846] Compiling HummingbirdCore AnyAsyncSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[836/846] Compiling HummingbirdCore FlatDictionary.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[837/846] Compiling HummingbirdCore HBParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[838/846] Compiling HummingbirdCore OutputBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[839/846] Compiling HummingbirdCore String+percentEncode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[840/846] Compiling HummingbirdCore UnsafeTransfer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[841/847] Wrapping AST for HummingbirdCore for debugging
[843/911] Compiling Hummingbird Configuration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[844/911] Compiling Hummingbird Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[845/911] Compiling Hummingbird Environment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[846/911] Compiling Hummingbird EditedHTTPError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[847/911] Compiling Hummingbird HTTPError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[848/911] Compiling Hummingbird HTTPResponseError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[849/911] Compiling Hummingbird NIOCore+HTTPResponseError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[850/911] Compiling Hummingbird Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[851/911] Compiling Hummingbird CacheControl.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[852/911] Compiling Hummingbird ChildRequestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[853/911] Compiling Hummingbird Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[854/911] Compiling Hummingbird RequestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[855/911] Compiling Hummingbird RequestContextSource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[856/911] Compiling Hummingbird RequestID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[857/911] Compiling Hummingbird RequestResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[858/911] Compiling Hummingbird Response.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[859/911] Compiling Hummingbird URI+decodeQuery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[860/911] Compiling Hummingbird MemoryPersistDriver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[861/911] Compiling Hummingbird RouterGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[862/911] Compiling Hummingbird RouterMethods.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[863/911] Compiling Hummingbird RouterPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[864/911] Compiling Hummingbird RouterResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[865/911] Compiling Hummingbird TransformingRouterGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[866/911] Compiling Hummingbird RouterTrie.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[867/911] Compiling Hummingbird Trie+resolve.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[868/911] Compiling Hummingbird Trie+serialize.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[869/911] Compiling Hummingbird TrieRouter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[870/920] Compiling Hummingbird CORSMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[871/920] Compiling Hummingbird FileMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[872/920] Compiling Hummingbird LogRequestMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[873/920] Compiling Hummingbird MetricsMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[874/920] Compiling Hummingbird Middleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[875/920] Compiling Hummingbird MiddlewareGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[876/920] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[877/920] Compiling Hummingbird _Middleware2.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[878/920] Compiling Hummingbird _OptionalMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[879/920] Compiling Hummingbird FileIO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[880/920] Compiling Hummingbird FileProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[881/920] Compiling Hummingbird LocalFileSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[882/920] Compiling Hummingbird Cookie.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[883/920] Compiling Hummingbird Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[884/920] Compiling Hummingbird MediaType+FileExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[885/920] Compiling Hummingbird MediaType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[886/920] Compiling Hummingbird Request+Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[887/920] Compiling Hummingbird Response+Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[888/920] Compiling Hummingbird _SpreadMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[889/920] Compiling Hummingbird TracingMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[890/920] Compiling Hummingbird EndpointResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[891/920] Compiling Hummingbird Parameters+UUID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[892/920] Compiling Hummingbird Parameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[893/920] Compiling Hummingbird ResponseGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[894/920] Compiling Hummingbird RouteCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[895/920] Compiling Hummingbird Router+validation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[896/920] Compiling Hummingbird Router.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[897/920] Emitting module Hummingbird
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[898/920] Compiling Hummingbird Application.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[899/920] Compiling Hummingbird CodableProtocols.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[900/920] Compiling Hummingbird JSONCoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[901/920] Compiling Hummingbird ResponseEncodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[902/920] Compiling Hummingbird URLEncodedForm+Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[903/920] Compiling Hummingbird URLEncodedForm.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[904/920] Compiling Hummingbird URLEncodedFormDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[905/920] Compiling Hummingbird URLEncodedFormEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[906/920] Compiling Hummingbird URLEncodedFormNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[907/920] Compiling Hummingbird PersistDriver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[908/920] Compiling Hummingbird PersistError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[909/920] Compiling Hummingbird ByteBuffer+foundation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[910/920] Compiling Hummingbird DateCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[911/920] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[912/920] Compiling Hummingbird HexDigest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[913/920] Compiling Hummingbird InitializableFromSource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[914/920] Compiling Hummingbird PreludeService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[915/920] Compiling Hummingbird StringProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[916/921] Wrapping AST for Hummingbird for debugging
[918/932] Compiling HummingbirdLambda LambdaRequestContext.swift
[919/933] Compiling HummingbirdLambda BasicLambdaRequestContext.swift
[920/933] Compiling HummingbirdLambda CollateResponseBodyWriter.swift
[921/933] Compiling HummingbirdLambda Deprecations.swift
[922/933] Compiling HummingbirdLambda Exports.swift
[923/933] Compiling HummingbirdLambda LambdaFunction.swift
[924/933] Compiling HummingbirdLambda LambdaHandler.swift
[925/933] Compiling HummingbirdLambda Request+APIGateway.swift
/host/spi-builder-workspace/Sources/HummingbirdLambda/Request+APIGateway.swift:98:16: warning: static property 'urlQueryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 96 |
 97 | extension CharacterSet {
 98 |     static var urlQueryComponentAllowed: CharacterSet = {
    |                |- warning: static property 'urlQueryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'urlQueryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'urlQueryComponentAllowed' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 99 |         var cs = CharacterSet.urlQueryAllowed
100 |         cs.remove(charactersIn: "&=")
[926/933] Compiling HummingbirdLambda APIGatewayLambda.swift
[927/933] Compiling HummingbirdLambda APIGatewayV2Lambda.swift
[928/933] Emitting module HummingbirdLambda
/host/spi-builder-workspace/Sources/HummingbirdLambda/Request+APIGateway.swift:98:16: warning: static property 'urlQueryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 96 |
 97 | extension CharacterSet {
 98 |     static var urlQueryComponentAllowed: CharacterSet = {
    |                |- warning: static property 'urlQueryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'urlQueryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'urlQueryComponentAllowed' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 99 |         var cs = CharacterSet.urlQueryAllowed
100 |         cs.remove(charactersIn: "&=")
[929/933] Compiling HummingbirdLambda Response+APIGateway.swift
/host/spi-builder-workspace/Sources/HummingbirdLambda/Response+APIGateway.swift:76:20: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
74 |
75 |         if body == nil {
76 |             body = String(base64Encoding: buffer.readableBytesView)
   |                    `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
77 |             isBase64Encoded = true
78 |         }
[930/940] Wrapping AST for HummingbirdLambda for debugging
[932/942] Compiling HummingbirdLambdaTesting LambdaEvent.swift
[933/942] Compiling HummingbirdLambdaTesting Lambda+Testing.swift
[934/942] Compiling HummingbirdLambdaTesting HBLambdaTestFramework.swift
[935/942] Compiling HummingbirdLambdaTesting APIGatewayLambda.swift
/host/spi-builder-workspace/Sources/HummingbirdLambdaTesting/APIGatewayLambda.swift:24:42: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
22 |     /// Construct APIGateway Event from uri, method, headers and body
23 |     public init(uri: String, method: HTTPRequest.Method, headers: HTTPFields, body: ByteBuffer?) throws {
24 |         let base64Body = body.map { "\"\(String(base64Encoding: $0.readableBytesView))\"" } ?? "null"
   |                                          `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
25 |         let url = URI(uri)
26 |         let queryValues: [String: [String]] = url.queryParameters.reduce([:]) { result, value in
[936/942] Emitting module HummingbirdLambdaTesting
[937/942] Compiling HummingbirdLambdaTesting APIGatewayV2Lambda.swift
/host/spi-builder-workspace/Sources/HummingbirdLambdaTesting/APIGatewayV2Lambda.swift:24:42: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
22 |     /// Construct APIGatewayV2 Event from uri, method, headers and body
23 |     public init(uri: String, method: HTTPRequest.Method, headers: HTTPFields, body: ByteBuffer?) throws {
24 |         let base64Body = body.map { "\"\(String(base64Encoding: $0.readableBytesView))\"" } ?? "null"
   |                                          `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
25 |         let url = URI(uri)
26 |         let queryValues: [String: [String]] = url.queryParameters.reduce([:]) { result, value in
[939/943] Compiling HBLambdaTest maths.swift
[940/943] Emitting module HBLambdaTest
[941/944] Wrapping AST for HBLambdaTest for debugging
[942/944] Write Objects.LinkFileList
[943/944] Linking HBLambdaTest
Build complete! (85.57s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-aws-lambda-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-alpha.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-runtime.git"
    },
    {
      "identity" : "swift-aws-lambda-events",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-events.git"
    },
    {
      "identity" : "swift-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.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.32.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" : "14.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",
        "HBLambdaTestFramework.swift",
        "Lambda+Testing.swift",
        "LambdaEvent.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",
        "LambdaFunction.swift",
        "LambdaHandler.swift",
        "LambdaRequestContext.swift",
        "Request+APIGateway.swift",
        "Response+APIGateway.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" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.