The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of hummingbird-fluent, reference 2.0.0 (45459e), with Swift 6.1 for Android on 30 May 2025 05:10:03 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-fluent.git
Reference: 2.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/hummingbird-project/hummingbird-fluent
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 45459ea Update from hummingbird-project-template c77fc90235989fe91ad9e969da24dcf098d3b979 (#35)
Cloned https://github.com/hummingbird-project/hummingbird-fluent.git
Revision (git rev-parse @):
45459ea5b541c6a96b87d1be848e384593b7dde3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-fluent.git at 2.0.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hummingbird-project/hummingbird-fluent.git
https://github.com/hummingbird-project/hummingbird-fluent.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "fluent-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.49.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-kit.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    },
    {
      "identity" : "fluent-sqlite-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.8.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-sqlite-driver.git"
    }
  ],
  "manifest_display_name" : "hummingbird-fluent",
  "name" : "hummingbird-fluent",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdFluent",
      "targets" : [
        "HummingbirdFluent"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdFluentTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdFluentTests",
      "path" : "Tests/HummingbirdFluentTests",
      "product_dependencies" : [
        "FluentSQLiteDriver",
        "HummingbirdTesting"
      ],
      "sources" : [
        "FluentTests.swift",
        "PersistTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdFluent"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdFluent",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdFluent",
      "path" : "Sources/HummingbirdFluent",
      "product_dependencies" : [
        "AsyncAlgorithms",
        "FluentKit",
        "Hummingbird",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "HummingbirdFluent"
      ],
      "sources" : [
        "Deprecations.swift",
        "Fluent.swift",
        "Persist+fluent.swift"
      ],
      "type" : "library"
    }
  ],
  "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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1347] Fetching fluent-sqlite-driver
[1348/14675] Fetching fluent-sqlite-driver, fluent-kit
[1482/17101] Fetching fluent-sqlite-driver, fluent-kit, swift-service-lifecycle
[2586/22086] Fetching fluent-sqlite-driver, fluent-kit, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.52s)
[17528/19660] Fetching fluent-sqlite-driver, fluent-kit, swift-async-algorithms
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (0.62s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.63s)
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetched https://github.com/vapor/fluent-kit.git from cache (0.88s)
[1/24495] Fetching hummingbird
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.17s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.1 (2.63s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
[403/5948] Fetching sqlite-kit, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.68s)
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.69s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.50s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (0.90s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/async-kit.git
[1/2370] Fetching async-kit
[2371/8353] Fetching async-kit, sql-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.50s)
[1137/5983] Fetching sql-kit
[5027/82091] Fetching sql-kit, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.80s)
[2284/76108] Fetching swift-nio
Fetching https://github.com/vapor/sqlite-nio.git
Fetched https://github.com/apple/swift-nio.git from cache (8.84s)
[1/1517] Fetching sqlite-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (1.96s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (13.22s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
[1015/22550] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (0.57s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.33s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.00s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.38s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (1.01s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.52s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.06s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[1609/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.74s)
Fetched https://github.com/apple/swift-system.git from cache (0.74s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.65s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.86s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.66s)
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.84s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.09s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.4 (0.78s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.0 (0.67s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5914] Fetching swift-nio-extras
[889/8581] Fetching swift-nio-extras, swift-nio-transport-services
[2985/13555] Fetching swift-nio-extras, swift-nio-transport-services, swift-distributed-tracing
[7233/25082] Fetching swift-nio-extras, swift-nio-transport-services, swift-distributed-tracing, swift-nio-http2
[8750/39925] Fetching swift-nio-extras, swift-nio-transport-services, swift-distributed-tracing, swift-nio-http2, swift-nio-ssl
[8810/53939] Fetching swift-nio-extras, swift-nio-transport-services, swift-distributed-tracing, swift-nio-http2, swift-nio-ssl, async-http-client
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.04s)
[23683/48965] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl, async-http-client
Fetching https://github.com/apple/swift-metrics.git
[34920/51171] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl, async-http-client, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.76s)
Fetching https://github.com/apple/swift-http-types.git
[39021/48965] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl, async-http-client
[41693/49869] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl, async-http-client, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.81s)
[44364/48965] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl, async-http-client
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.16s)
[42885/46298] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (3.18s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.20s)
[17492/20757] Fetching swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (5.90s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.94s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (10.29s)
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.80s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.53s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.24s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.49s)
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.55s)
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.51s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.72s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
[1591/2731] Fetching swift-asn1, swift-http-structured-headers
[2732/8886] Fetching swift-asn1, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.32s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.40s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.41s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.92s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.60s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.42s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.24s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (3.72s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.66s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.58s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (1.91s)
Creating working copy for https://github.com/vapor/sqlite-kit.git
Working copy of https://github.com/vapor/sqlite-kit.git resolved at 4.5.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/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.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.27.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
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-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/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.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-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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/vapor/fluent-sqlite-driver.git
Working copy of https://github.com/vapor/fluent-sqlite-driver.git resolved at 4.8.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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.26.1
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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.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.31.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.14.0
Creating working copy for https://github.com/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.4
Building for debugging...
[0/49] Write sources
[34/49] Compiling _AtomicsShims.c
[35/49] Compiling CNIOLinux liburing_shims.c
[36/49] Compiling CNIOWASI CNIOWASI.c
[36/49] Compiling CNIOWindows WSAStartup.c
[38/49] Compiling CNIOWindows shim.c
[39/49] Compiling CNIOLLHTTP c_nio_http.c
[39/49] Write sources
[42/49] Compiling CNIODarwin shim.c
[43/49] Compiling CNIOLinux shim.c
[44/49] Compiling CNIOLLHTTP c_nio_api.c
[45/49] Write swift-version-24593BA9C3E375BF.txt
[46/49] Compiling CNIOLLHTTP c_nio_llhttp.c
[48/85] Emitting module ServiceContextModule
[49/85] Emitting module Logging
[50/85] Compiling HTTPTypes ISOLatin1String.swift
[51/86] Compiling _NIODataStructures _TinyArray.swift
[52/86] Emitting module InternalCollectionsUtilities
[53/87] Compiling HTTPTypes HTTPResponse.swift
[54/87] Compiling _NIODataStructures PriorityQueue.swift
[55/87] Emitting module _NIOBase64
[56/87] Compiling _NIOBase64 Base64.swift
[57/88] Emitting module HTTPTypes
[58/88] Compiling HTTPTypes HTTPField.swift
[59/88] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[61/88] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[62/88] Compiling InternalCollectionsUtilities Integer rank.swift
[63/88] Compiling ServiceContextModule ServiceContextKey.swift
[64/88] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[65/88] Compiling InternalCollectionsUtilities UInt+reversed.swift
[66/88] Compiling HTTPTypes HTTPParsedFields.swift
[67/88] Compiling HTTPTypes HTTPRequest.swift
[68/88] Compiling ServiceContextModule ServiceContext.swift
[69/89] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[70/89] Compiling InternalCollectionsUtilities Debugging.swift
[71/89] Compiling InternalCollectionsUtilities Descriptions.swift
[72/89] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[73/89] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[74/89] Compiling InternalCollectionsUtilities _SortedCollection.swift
[75/89] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[76/89] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[77/89] Emitting module _NIODataStructures
[78/89] Compiling _NIODataStructures Heap.swift
[80/93] Compiling HTTPTypes NIOLock.swift
[82/93] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[82/97] Compiling c-nioatomics.c
[85/98] Emitting module CoreMetrics
[86/103] Compiling ConcurrencyHelpers LockedValueBox.swift
[87/190] Compiling Instrumentation Instrument.swift
[88/190] Compiling Instrumentation NoOpInstrument.swift
[89/190] Compiling Instrumentation MultiplexInstrument.swift
[90/190] Emitting module Instrumentation
[90/190] Compiling c-atomics.c
[92/190] Compiling Atomics Primitives.shims.swift
[93/190] Compiling Atomics AtomicInteger.swift
[94/190] Compiling Atomics AtomicOptionalWrappable.swift
[95/192] Compiling Atomics ManagedAtomic.swift
[96/192] Compiling Atomics ManagedAtomicLazyReference.swift
[97/192] Compiling Atomics UnsafeAtomic.swift
[98/192] Compiling Atomics UnsafeAtomicLazyReference.swift
[99/247] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[100/247] Compiling OrderedCollections OrderedDictionary+Values.swift
[101/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[102/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[103/247] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[104/247] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[105/247] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[106/247] Compiling CoreMetrics Metrics.swift
[107/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[108/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[109/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[110/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[111/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[112/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[113/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[114/254] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[118/254] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[119/254] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[122/254] Compiling OrderedCollections OrderedSet+Initializers.swift
[123/254] Compiling OrderedCollections OrderedSet+Insertions.swift
[124/254] Compiling OrderedCollections OrderedSet+Invariants.swift
[125/254] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[126/254] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[127/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[128/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[129/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[130/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[131/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[134/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[135/254] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[136/254] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[137/254] Compiling OrderedCollections OrderedDictionary+Codable.swift
[138/254] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[139/254] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[140/254] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[141/254] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[142/254] Compiling OrderedCollections OrderedDictionary+Elements.swift
[143/254] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[144/254] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[145/254] Compiling Instrumentation Locks.swift
[146/254] Compiling Instrumentation InstrumentationSystem.swift
[147/255] Compiling Logging MetadataProvider.swift
[148/255] Emitting module ConcurrencyHelpers
[149/255] Compiling CoreMetrics Locks.swift
[150/255] Compiling ConcurrencyHelpers Lock.swift
[151/257] Compiling Logging Locks.swift
[152/257] Compiling Logging LogHandler.swift
[153/257] Compiling Logging Logging.swift
[154/258] Emitting module _RopeModule
[169/286] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[170/286] Compiling OrderedCollections OrderedSet.swift
[171/286] Compiling OrderedCollections _UnsafeBitset.swift
[172/286] Compiling _RopeModule Rope+Sequence.swift
[173/286] Compiling _RopeModule Rope+Append.swift
[174/286] Compiling _RopeModule Rope+Extract.swift
[175/286] Compiling _RopeModule Rope+Find.swift
[176/286] Compiling _RopeModule Rope+ForEachWhile.swift
[177/286] Compiling _RopeModule Rope+Insert.swift
[178/286] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[179/286] Compiling OrderedCollections _HashTable+Testing.swift
[180/286] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[181/286] Compiling OrderedCollections _HashTable.swift
[182/286] Compiling OrderedCollections _Hashtable+Header.swift
[183/286] Compiling OrderedCollections OrderedSet+Sendable.swift
[184/286] Compiling OrderedCollections OrderedSet+SubSequence.swift
[185/286] Compiling OrderedCollections OrderedSet+Testing.swift
[186/286] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[197/286] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[198/286] Compiling Tracing TracingTime.swift
[199/286] Compiling OrderedCollections OrderedDictionary.swift
[200/286] Compiling OrderedCollections OrderedSet+Codable.swift
[201/286] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[202/286] Compiling OrderedCollections OrderedSet+Descriptions.swift
[203/286] Compiling OrderedCollections OrderedSet+Diffing.swift
[204/286] Compiling OrderedCollections OrderedSet+Equatable.swift
[205/286] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[206/286] Compiling OrderedCollections OrderedSet+Hashable.swift
[207/286] Compiling OrderedCollections _HashTable+Bucket.swift
[208/286] Compiling OrderedCollections _HashTable+BucketIterator.swift
[209/286] Compiling OrderedCollections _HashTable+Constants.swift
[215/286] Emitting module Tracing
[216/286] Compiling NIOConcurrencyHelpers NIOLock.swift
[217/286] Compiling Tracing InstrumentationSystem+Tracing.swift
[218/286] Compiling Tracing NoOpTracer.swift
[219/286] Compiling Tracing TracerProtocol.swift
[220/286] Emitting module UnixSignals
[221/286] Compiling NIOConcurrencyHelpers lock.swift
[222/286] Compiling Tracing Tracer.swift
[223/286] Compiling Tracing TracerProtocol+Legacy.swift
[224/286] Compiling UnixSignals UnixSignal.swift
[225/286] Compiling UnixSignals UnixSignalsSequence.swift
[226/287] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[227/287] Emitting module NIOConcurrencyHelpers
[235/287] Compiling NIOConcurrencyHelpers atomics.swift
[238/288] Compiling Tracing SpanProtocol.swift
[240/329] Compiling HeapModule Heap+Descriptions.swift
[241/349] Emitting module OrderedCollections
[242/388] Compiling HeapModule _HeapNode.swift
[243/388] Emitting module HeapModule
[245/388] Compiling HeapModule Heap.swift
[246/388] Compiling DequeModule Deque+Equatable.swift
[247/388] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[248/390] Compiling DequeModule Deque+CustomReflectable.swift
[249/390] Compiling DequeModule Deque+Descriptions.swift
[250/390] Compiling HeapModule Heap+Invariants.swift
[251/390] Compiling HeapModule Heap+UnsafeHandle.swift
[252/390] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[253/391] Compiling DequeModule Deque+Codable.swift
[254/391] Compiling DequeModule Deque+Collection.swift
[256/391] Emitting module Atomics
[260/392] Compiling DequeModule _DequeBuffer.swift
[261/392] Compiling DequeModule _DequeBufferHeader.swift
[264/445] Compiling HashTreeCollections TreeSet+Hashable.swift
[265/445] Compiling HashTreeCollections TreeSet+Sendable.swift
[266/445] Compiling HashTreeCollections TreeSet+Sequence.swift
[267/445] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[268/445] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[269/445] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[270/445] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[271/445] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[272/445] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[273/445] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[274/455] Compiling HashTreeCollections TreeDictionary.swift
[275/455] Compiling HashTreeCollections TreeSet+Codable.swift
[276/455] Compiling HashTreeCollections TreeSet+Collection.swift
[277/455] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[278/455] Compiling HashTreeCollections TreeSet+Debugging.swift
[279/455] Compiling HashTreeCollections TreeSet+Descriptions.swift
[280/455] Compiling HashTreeCollections TreeSet+Equatable.swift
[281/455] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[282/455] Compiling HashTreeCollections TreeSet+Extras.swift
[283/455] Compiling HashTreeCollections TreeSet+Filter.swift
[284/455] Compiling BitCollections BitSet+Hashable.swift
[285/455] Compiling BitCollections BitArray+RandomBits.swift
[294/455] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[295/455] Compiling BitCollections BitArray+Invariants.swift
[296/455] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[297/455] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[298/455] Compiling BitCollections BitSet+CustomReflectable.swift
[299/455] Compiling BitCollections BitSet+CustomStringConvertible.swift
[300/455] Compiling BitCollections BitSet+Equatable.swift
[301/455] Compiling BitCollections BitSet.Counted.swift
[302/455] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[303/455] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[304/455] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[305/455] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[306/455] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[307/455] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[308/455] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[309/455] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[310/455] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[311/455] Compiling HashTreeCollections TreeDictionary+Values.swift
[312/455] Compiling BitCollections BitSet+Initializers.swift
[313/455] Compiling BitCollections BitSet+Invariants.swift
[314/455] Compiling BitCollections BitSet+Random.swift
[315/455] Compiling BitCollections BitSet+SetAlgebra basics.swift
[316/455] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[317/455] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[318/455] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[323/455] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[324/455] Compiling BitCollections BitSet+Extras.swift
[326/462] Compiling BitCollections BitArray+BitwiseOperations.swift
[327/462] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[328/462] Compiling BitCollections BitArray+Codable.swift
[329/462] Compiling BitCollections BitArray+Collection.swift
[330/462] Compiling BitCollections BitArray+Copy.swift
[331/462] Compiling BitCollections BitArray+CustomReflectable.swift
[332/462] Compiling BitCollections BitArray+Descriptions.swift
[333/462] Compiling BitCollections BitArray+Equatable.swift
[334/462] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[335/462] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[336/462] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[337/462] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[338/462] Compiling BitCollections BitSet+SetAlgebra union.swift
[339/462] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[345/462] Compiling BitCollections BitArray.swift
[346/462] Compiling BitCollections BitSet+BidirectionalCollection.swift
[347/462] Compiling BitCollections BitSet+Codable.swift
[355/462] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[356/462] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[357/462] Compiling HTTPTypes HTTPFieldName.swift
[358/462] Compiling HTTPTypes HTTPFields.swift
[360/463] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[361/463] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[362/463] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[363/463] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[364/463] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[365/463] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[366/463] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[367/463] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[368/463] Compiling HashTreeCollections TreeSet.swift
[385/464] Emitting module DequeModule
[389/465] Compiling BitCollections BitArray+Extras.swift
[390/465] Compiling BitCollections BitArray+Fill.swift
[391/465] Compiling BitCollections BitArray+Hashable.swift
[392/465] Compiling BitCollections BitArray+Initializers.swift
[396/465] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[397/465] Compiling BitCollections BitArray+Shifts.swift
[398/465] Compiling BitCollections BitArray+Testing.swift
[399/465] Compiling BitCollections BitArray._UnsafeHandle.swift
[411/465] Emitting module BitCollections
[423/507] Emitting module Metrics
[424/513] Compiling BitCollections BitSet.Index.swift
[425/513] Compiling BitCollections BitSet._UnsafeHandle.swift
[426/513] Compiling BitCollections BitSet.swift
[427/513] Compiling BitCollections Range+Utilities.swift
[428/513] Compiling BitCollections Slice+Utilities.swift
[429/513] Compiling BitCollections UInt+Tricks.swift
[430/513] Compiling BitCollections _Word.swift
[431/513] Compiling Metrics Metrics.swift
[432/527] Compiling NIOCore AsyncChannel.swift
[433/527] Compiling NIOCore AsyncChannelHandler.swift
[434/527] Compiling NIOCore AsyncChannelInboundStream.swift
[435/527] Compiling NIOCore AsyncChannelOutboundWriter.swift
[436/527] Compiling NIOCore NIOAsyncSequenceProducer.swift
[437/527] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[438/527] Compiling NIOCore NIOAsyncWriter.swift
[439/527] Compiling NIOCore ByteBuffer-multi-int.swift
[440/527] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[441/527] Compiling NIOCore ByteBuffer-views.swift
[442/527] Compiling NIOCore Channel.swift
[445/572] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[446/572] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[447/572] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[448/572] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[449/572] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[450/572] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[451/572] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[452/572] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[453/572] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[454/572] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[455/572] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[456/572] Compiling AsyncAlgorithms Rethrow.swift
[457/572] Compiling NIOCore NIOAny.swift
[458/572] Compiling NIOCore NIOCloseOnErrorHandler.swift
[459/572] Compiling NIOCore NIOLoopBound.swift
[460/572] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[461/572] Compiling NIOCore NIOScheduledCallback.swift
[462/572] Compiling NIOCore NIOSendable.swift
[463/572] Compiling NIOCore RecvByteBufferAllocator.swift
[464/580] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[465/580] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[466/580] Compiling AsyncAlgorithms AsyncChannel.swift
[467/580] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[468/580] Compiling AsyncAlgorithms ChannelStateMachine.swift
[469/580] Compiling AsyncAlgorithms ChannelStorage.swift
[470/580] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[471/580] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[472/580] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[473/580] Compiling AsyncAlgorithms CombineLatestStorage.swift
[474/580] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[475/580] Emitting module AsyncAlgorithms
[480/580] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[481/580] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[482/580] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[490/586] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[491/586] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[492/586] Compiling AsyncAlgorithms MergeStateMachine.swift
[493/586] Compiling AsyncAlgorithms MergeStorage.swift
[494/586] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[496/586] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[497/586] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[498/586] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[499/586] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[500/586] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[501/586] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[502/586] Emitting module HashTreeCollections
[503/587] Compiling NIOCore IO.swift
[504/587] Compiling NIOCore IOData.swift
[505/587] Compiling NIOCore IPProtocol.swift
[506/587] Compiling NIOCore IntegerBitPacking.swift
[507/587] Compiling NIOCore IntegerTypes.swift
[508/587] Compiling NIOCore Interfaces.swift
[509/587] Compiling NIOCore Linux.swift
[510/587] Compiling NIOCore MarkedCircularBuffer.swift
[518/588] Compiling AsyncAlgorithms DebounceStateMachine.swift
[519/588] Compiling AsyncAlgorithms DebounceStorage.swift
[523/589] Compiling AsyncAlgorithms Dictionary.swift
[524/589] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[525/589] Compiling AsyncAlgorithms Locking.swift
[526/589] Emitting module Collections
[527/589] Compiling Collections Collections.swift
[529/590] Compiling AsyncAlgorithms SetAlgebra.swift
[530/590] Compiling AsyncAlgorithms UnsafeTransfer.swift
[531/590] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[532/590] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[533/590] Compiling AsyncAlgorithms ZipStateMachine.swift
[534/590] Compiling AsyncAlgorithms ZipStorage.swift
[541/590] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[542/590] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[548/591] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[549/591] Compiling NIOCore SocketAddresses.swift
[550/591] Compiling NIOCore SocketOptionProvider.swift
[551/591] Compiling NIOCore SystemCallHelpers.swift
[552/591] Compiling NIOCore TimeAmount+Duration.swift
[553/591] Compiling NIOCore TypeAssistedChannelHandler.swift
[554/591] Compiling NIOCore UniversalBootstrapSupport.swift
[555/591] Compiling NIOCore Utilities.swift
[564/599] Compiling ServiceLifecycle Service.swift
[565/600] Compiling ServiceLifecycle CancellationWaiter.swift
[566/600] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[567/600] Compiling ServiceLifecycle GracefulShutdown.swift
[568/600] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[569/600] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[570/600] Emitting module ServiceLifecycle
[571/600] Compiling ServiceLifecycle ServiceRunnerError.swift
[572/600] Compiling ServiceLifecycle ServiceGroup.swift
[601/601] Emitting module NIOCore
[603/654] Emitting module NIOHTTPTypes
[604/654] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[606/655] Emitting module NIOEmbedded
[607/655] Compiling NIOPosix Pool.swift
[608/655] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[609/655] Compiling NIOPosix PosixSingletons.swift
[610/655] Compiling NIOPosix RawSocketBootstrap.swift
[611/655] Compiling NIOPosix Resolver.swift
[612/655] Compiling NIOPosix Selectable.swift
[613/661] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[614/661] Compiling NIOEmbedded Embedded.swift
[615/661] Compiling NIOEmbedded AsyncTestingChannel.swift
[616/662] Compiling NIOPosix IO.swift
[617/662] Compiling NIOPosix IntegerBitPacking.swift
[618/662] Compiling NIOPosix IntegerTypes.swift
[619/662] Compiling NIOPosix Linux.swift
[620/662] Compiling NIOPosix LinuxCPUSet.swift
[621/662] Compiling NIOPosix LinuxUring.swift
[622/662] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[624/662] Compiling NIOPosix ThreadPosix.swift
[625/662] Compiling NIOPosix ThreadWindows.swift
[626/662] Compiling NIOPosix UnsafeTransfer.swift
[627/662] Compiling NIOPosix Utilities.swift
[628/662] Compiling NIOPosix VsockAddress.swift
[629/662] Compiling NIOPosix VsockChannelEvents.swift
[630/662] Emitting module NIOPosix
[631/662] Compiling NIOPosix NIOThreadPool.swift
[632/662] Compiling NIOPosix NonBlockingFileIO.swift
[633/662] Compiling NIOPosix PendingDatagramWritesManager.swift
[634/662] Compiling NIOPosix PendingWritesManager.swift
[635/662] Compiling NIOPosix PipeChannel.swift
[636/662] Compiling NIOPosix PipePair.swift
[637/662] Compiling NIOPosix ServerSocket.swift
[638/662] Compiling NIOPosix Socket.swift
[639/662] Compiling NIOPosix SocketChannel.swift
[640/662] Compiling NIOPosix SocketProtocols.swift
[641/662] Compiling NIOPosix System.swift
[642/662] Compiling NIOPosix Thread.swift
[643/662] Compiling NIOPosix SelectableChannel.swift
[644/662] Compiling NIOPosix SelectableEventLoop.swift
[645/662] Compiling NIOPosix SelectorEpoll.swift
[646/662] Compiling NIOPosix SelectorGeneric.swift
[647/662] Compiling NIOPosix SelectorKqueue.swift
[648/662] Compiling NIOPosix SelectorUring.swift
[649/662] Compiling NIOPosix Bootstrap.swift
[650/662] Compiling NIOPosix ControlMessage.swift
[651/662] Compiling NIOPosix DatagramVectorReadManager.swift
[652/662] Compiling NIOPosix Errors+Any.swift
[653/662] Compiling NIOPosix FileDescriptor.swift
[654/662] Compiling NIOPosix GetaddrinfoResolver.swift
[655/662] Compiling NIOPosix HappyEyeballs.swift
[656/662] Compiling NIOPosix BSDSocketAPICommon.swift
[657/662] Compiling NIOPosix BSDSocketAPIPosix.swift
[658/662] Compiling NIOPosix BSDSocketAPIWindows.swift
[659/662] Compiling NIOPosix BaseSocket.swift
[660/662] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[661/662] Compiling NIOPosix BaseSocketChannel.swift
[662/662] Compiling NIOPosix BaseStreamSocketChannel.swift
[664/665] Emitting module NIO
[665/665] Compiling NIO Exports.swift
[667/774] Compiling SQLKit SQLCreateTableBuilder.swift
[668/774] Compiling SQLKit SQLCreateTriggerBuilder.swift
[669/776] Compiling SQLKit SQLDropTriggerBuilder.swift
[670/776] Compiling SQLKit SQLInsertBuilder.swift
[671/776] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[672/776] Compiling SQLKit SQLColumnAssignment.swift
[673/776] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[674/776] Compiling SQLKit SQLColumnDefinition.swift
[675/776] Compiling SQLKit SQLCommonTableExpression.swift
[676/776] Compiling SQLKit SQLConflictAction.swift
[677/776] Compiling SQLKit SQLConflictResolutionStrategy.swift
[678/776] Compiling SQLKit SQLDropBehaviour.swift
[679/776] Compiling SQLKit SQLEnumDataType.swift
[680/776] Compiling SQLKit SQLExcludedColumn.swift
[681/776] Compiling SQLKit SQLForeignKey.swift
[682/776] Compiling SQLKit SQLJoin.swift
[683/776] Compiling SQLKit SQLJoinMethod.swift
[684/788] Compiling SQLKit SQLDropIndexBuilder.swift
[685/788] Compiling SQLKit SQLDropTableBuilder.swift
[686/788] Compiling SQLKit SQLDropIndex.swift
[687/788] Compiling SQLKit SQLDropTable.swift
[688/788] Compiling SQLKit SQLDropTrigger.swift
[689/788] Compiling SQLKit SQLInsert.swift
[690/788] Compiling SQLKit SQLSelect.swift
[691/788] Compiling SQLKit SQLUnion.swift
[692/788] Compiling SQLKit SQLUpdate.swift
[693/788] Compiling SQLKit SQLExpression.swift
[694/788] Compiling SQLKit SQLSerializer.swift
[695/788] Compiling SQLKit SQLStatement.swift
[696/788] Compiling SQLKit SQLBinaryExpression.swift
[697/788] Compiling SQLKit SQLBinaryOperator.swift
[698/788] Compiling SQLKit SQLBind.swift
[699/788] Compiling SQLKit SQLCreateEnumBuilder.swift
[700/788] Compiling SQLKit SQLCreateIndexBuilder.swift
[701/788] Compiling SQLKit SQLDeleteBuilder.swift
[702/788] Compiling SQLKit SQLDropEnumBuilder.swift
[703/788] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[704/788] Compiling SQLKit Exports.swift
[705/788] Compiling SQLKit SQLAlias.swift
[706/788] Compiling SQLKit SQLBetween.swift
[707/788] Compiling SQLKit SQLColumn.swift
[708/788] Compiling SQLKit SQLConstraint.swift
[709/788] Compiling SQLKit SQLDataType.swift
[710/788] Compiling SQLKit SQLDirection.swift
[711/788] Compiling SQLKit SQLDistinct.swift
[712/788] Compiling SQLKit SQLForeignKeyAction.swift
[713/788] Compiling SQLKit SQLNestedSubpathExpression.swift
[714/788] Compiling SQLKit SQLQualifiedTable.swift
[715/788] Compiling SQLKit SQLQueryString.swift
[716/788] Compiling SQLKit SQLLockingClause.swift
[717/788] Compiling SQLKit SQLOrderBy.swift
[718/788] Compiling SQLKit SQLReturning.swift
[719/788] Compiling SQLKit SQLSubquery.swift
[720/788] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[721/788] Compiling SQLKit SQLAlterEnum.swift
[722/788] Compiling SQLKit SQLAlterTable.swift
[723/788] Compiling SQLKit SQLCreateEnum.swift
[724/788] Compiling SQLKit SQLCreateIndex.swift
[725/788] Compiling SQLKit SQLCreateTable.swift
[726/788] Compiling SQLKit SQLCreateTrigger.swift
[727/788] Compiling SQLKit SQLDelete.swift
[728/788] Compiling SQLKit SQLDropEnum.swift
[729/788] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[730/788] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[731/788] Compiling SQLKit SQLPredicateBuilder.swift
[732/788] Compiling SQLKit SQLQueryBuilder.swift
[733/788] Compiling SQLKit SQLPredicateGroupBuilder.swift
[734/788] Compiling SQLKit SQLRawBuilder.swift
[735/788] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[736/788] Compiling SQLKit SQLSelectBuilder.swift
[737/788] Compiling SQLKit SQLSubqueryBuilder.swift
[738/788] Compiling SQLKit SQLUnionBuilder.swift
[739/788] Compiling SQLKit SQLUpdateBuilder.swift
[740/788] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[741/788] Compiling SQLKit SQLColumnUpdateBuilder.swift
[742/788] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[743/788] Compiling SQLKit SQLCommonUnionBuilder.swift
[744/788] Compiling SQLKit SQLJoinBuilder.swift
[745/788] Compiling SQLKit SQLPartialResultBuilder.swift
[746/788] Compiling SQLKit SQLAlterEnumBuilder.swift
[747/788] Compiling SQLKit SQLAlterTableBuilder.swift
[748/788] Compiling SQLKit SQLConflictUpdateBuilder.swift
[763/788] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[764/788] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[765/788] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[766/788] Compiling SQLKit SQLDatabase.swift
[767/788] Compiling SQLKit SQLDatabaseReportedVersion.swift
[768/788] Compiling SQLKit SQLDialect.swift
[769/788] Compiling SQLKit SQLDatabase+Deprecated.swift
[770/788] Compiling SQLKit SQLError.swift
[771/788] Compiling SQLKit SQLExpressions+Deprecated.swift
[772/788] Emitting module SQLKit
[776/788] Emitting module NIOHTTP1
[778/811] Emitting module NIOHTTPTypesHTTP1
[779/811] Compiling SQLKit SQLFunction.swift
[780/811] Compiling SQLKit SQLGroupExpression.swift
[781/811] Compiling SQLKit SQLIdentifier.swift
[782/811] Compiling SQLKit SQLList.swift
[783/811] Compiling SQLKit SQLLiteral.swift
[784/811] Compiling SQLKit SQLRaw.swift
[785/811] Compiling SQLKit SQLCodingUtilities.swift
[786/811] Compiling SQLKit SQLQueryEncoder.swift
[787/811] Compiling SQLKit SQLRow.swift
[788/811] Compiling SQLKit SQLRowDecoder.swift
[789/811] Compiling SQLKit SomeCodingKey.swift
[790/811] Compiling SQLKit StringHandling.swift
[792/812] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[793/812] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[794/812] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[795/812] Compiling NIOExtras NIOExtrasError.swift
[796/814] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[797/815] Compiling NIOExtras RequestResponseHandler.swift
[798/815] Compiling NIOExtras RequestResponseWithIDHandler.swift
[799/815] Compiling NIOExtras PCAPRingBuffer.swift
[800/815] Compiling NIOExtras QuiescingHelper.swift
[801/815] Compiling NIOExtras NIOLengthFieldBitLength.swift
[802/815] Compiling NIOExtras NIORequestIdentifiable.swift
[804/837] Compiling FluentKit ModelResponder+Concurrency.swift
[805/837] Compiling FluentKit OptionalChild+Concurrency.swift
[806/837] Compiling FluentKit OptionalParent+Concurrency.swift
[807/902] Compiling FluentKit AsyncMigration.swift
[808/902] Compiling FluentKit AsyncModelMiddleware.swift
[809/902] Compiling FluentKit Children+Concurrency.swift
[810/902] Compiling FluentKit Database+Concurrency.swift
[811/902] Compiling FluentKit EnumBuilder+Concurrency.swift
[812/902] Compiling FluentKit Model+Concurrency.swift
[813/902] Emitting module NIOExtras
[814/902] Compiling FluentKit ModelResponder.swift
[815/902] Compiling FluentKit Migration.swift
[817/927] Emitting module FluentKit
[818/939] Compiling FluentKit QueryBuilder+Group.swift
[819/939] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[820/939] Compiling FluentKit QueryBuilder+Join.swift
[821/939] Compiling FluentKit QueryBuilder+Paginate.swift
[822/939] Compiling FluentKit QueryBuilder+Range.swift
[823/939] Compiling FluentKit QueryBuilder+Set.swift
[824/939] Compiling FluentKit QueryBuilder+Sort.swift
[825/939] Compiling FluentKit QueryBuilder.swift
[826/939] Compiling FluentKit DatabaseQuery+Action.swift
[827/939] Compiling FluentKit DatabaseQuery+Aggregate.swift
[828/939] Compiling FluentKit DatabaseQuery+Field.swift
[829/939] Compiling FluentKit DatabaseQuery+Filter.swift
[830/939] Compiling HummingbirdCore Deprecations.swift
[831/939] Compiling HummingbirdCore Request.swift
[832/939] Compiling HummingbirdCore RequestBody+inboundClose.swift
[833/939] Compiling HummingbirdCore RequestBody.swift
[834/939] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[835/939] Compiling HummingbirdCore URI.swift
[836/939] Compiling HummingbirdCore Response.swift
[837/939] Compiling HummingbirdCore ResponseBody.swift
[838/939] Compiling HummingbirdCore ResponseBodyWriter.swift
[839/939] Compiling HummingbirdCore ResponseWriter.swift
[840/939] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[841/939] Compiling HummingbirdCore HTTPServerBuilder.swift
[842/939] Compiling HummingbirdCore HTTPUserEventHandler.swift
[843/939] Compiling FluentKit DatabaseQuery+Join.swift
[844/939] Compiling FluentKit DatabaseQuery+Range.swift
[845/939] Compiling FluentKit DatabaseQuery+Sort.swift
[846/939] Compiling FluentKit DatabaseQuery+Value.swift
[847/939] Compiling FluentKit DatabaseQuery.swift
[848/939] Compiling FluentKit QueryHistory.swift
[849/939] Compiling FluentKit DatabaseSchema.swift
[850/939] Compiling FluentKit SchemaBuilder.swift
[851/939] Compiling FluentKit OptionalType.swift
[852/939] Compiling FluentKit RandomGeneratable.swift
[853/939] Compiling FluentKit SomeCodingKey.swift
[854/939] Compiling FluentKit UnsafeMutableTransferBox.swift
[855/939] Compiling HummingbirdCore Server.swift
[856/939] Compiling HummingbirdCore BindAddress.swift
[857/939] Compiling HummingbirdCore HTTP1Channel.swift
[858/939] Compiling HummingbirdCore HTTPChannelHandler.swift
[859/939] Compiling HummingbirdCore AnyAsyncSequence.swift
[860/939] Compiling HummingbirdCore FlatDictionary.swift
[861/939] Compiling HummingbirdCore HBParser.swift
[862/939] Compiling HummingbirdCore ServerChildChannel.swift
[863/939] Compiling HummingbirdCore ServerConfiguration.swift
[864/939] Compiling HummingbirdCore TSTLSOptions.swift
[865/939] Compiling FluentKit EagerLoad.swift
[866/939] Compiling FluentKit Fields+Codable.swift
[867/939] Compiling FluentKit Fields.swift
[868/939] Compiling FluentKit MirrorBypass.swift
[869/939] Compiling FluentKit Model+CRUD.swift
[870/939] Compiling FluentKit Model.swift
[871/939] Compiling FluentKit ModelAlias.swift
[872/939] Compiling FluentKit Schema.swift
[873/939] Compiling FluentKit FieldOperators.swift
[874/939] Compiling FluentKit Operators.swift
[875/939] Compiling FluentKit ValueOperators+Array.swift
[876/939] Compiling FluentKit ValueOperators+String.swift
[877/939] Compiling FluentKit ValueOperators.swift
[878/939] Compiling FluentKit Boolean.swift
[879/939] Compiling FluentKit BooleanPropertyFormat.swift
[880/939] Compiling FluentKit Children.swift
[881/939] Compiling FluentKit CompositeChildren.swift
[882/939] Compiling FluentKit CompositeID.swift
[883/939] Compiling FluentKit CompositeOptionalChild.swift
[884/939] Compiling FluentKit CompositeOptionalParent.swift
[885/939] Compiling FluentKit CompositeParent.swift
[886/939] Compiling FluentKit Field.swift
[887/939] Compiling FluentKit FieldKey.swift
[888/939] Compiling FluentKit Group.swift
[889/939] Compiling FluentKit ID.swift
[890/939] Compiling FluentKit OptionalBoolean.swift
[891/939] Compiling FluentKit Siblings+Concurrency.swift
[892/939] Compiling FluentKit Database+Logging.swift
[893/939] Compiling FluentKit Database.swift
[894/939] Compiling FluentKit DatabaseID.swift
[895/939] Compiling FluentKit DatabaseInput.swift
[896/939] Compiling FluentKit DatabaseOutput.swift
[897/939] Compiling FluentKit Databases.swift
[898/939] Compiling FluentKit KeyPrefixingStrategy.swift
[899/939] Compiling FluentKit TransactionControlDatabase.swift
[900/939] Compiling FluentKit DatabaseEnum.swift
[901/939] Compiling FluentKit EnumBuilder.swift
[902/939] Compiling FluentKit EnumMetadata.swift
[903/939] Compiling FluentKit EnumProperty.swift
[904/939] Compiling FluentKit OptionalChild.swift
[905/939] Compiling FluentKit OptionalField.swift
[906/939] Compiling FluentKit OptionalParent.swift
[907/939] Compiling FluentKit Parent.swift
[908/939] Compiling FluentKit Property.swift
[909/939] Compiling FluentKit Relation.swift
[910/939] Compiling FluentKit Siblings.swift
[911/939] Compiling FluentKit Timestamp.swift
[912/939] Compiling FluentKit TimestampFormat.swift
[913/939] Compiling FluentKit QueryBuilder+Aggregate.swift
[914/939] Compiling FluentKit QueryBuilder+EagerLoad.swift
[915/939] Compiling FluentKit QueryBuilder+Filter.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
<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
<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
<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
<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
<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
<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
<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
<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
<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
[927/943] 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
<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
<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
<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
<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
[932/943] 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
[933/943] 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
[934/943] 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
<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
<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
<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
<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
<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
<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
<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
<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
<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
[945/1008] 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
[946/1008] 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
[947/1008] 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
[948/1008] 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
[949/1008] 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
[950/1008] 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
[951/1008] 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
[952/1008] 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
[953/1008] 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
[954/1017] 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
[955/1017] 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
[956/1017] 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
[957/1017] 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
[958/1017] 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
[959/1017] 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
[960/1017] 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
[961/1017] 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
[962/1017] 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
[963/1017] 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
[964/1017] 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
[965/1017] 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
[966/1017] 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
[967/1017] 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
[968/1017] 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
[969/1017] 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
[970/1017] 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
[971/1017] 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
[972/1017] 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
[973/1017] 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
[974/1017] 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
[975/1017] 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
[976/1017] 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
[977/1017] 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
[978/1017] 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
[979/1017] 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
[980/1017] 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
[981/1017] 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
[982/1017] 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
[983/1017] 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
[984/1017] 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
[985/1017] 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
[986/1017] 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
[987/1017] 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
[988/1017] 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
[989/1017] 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
[990/1017] 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
[991/1017] 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
[992/1017] 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
[993/1017] 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
[994/1017] 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
[995/1017] 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
[996/1017] 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
[997/1017] 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
[998/1017] 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
[999/1017] 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
[1000/1017] 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
[1001/1017] 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
[1002/1017] 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
[1003/1017] 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
[1004/1017] 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
[1005/1017] 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
[1006/1017] 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
[1007/1017] 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
[1008/1017] 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
[1009/1017] 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
[1010/1017] 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
[1011/1017] 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
[1012/1017] 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
[1013/1017] 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
[1014/1017] 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
[1015/1017] 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
[1016/1017] 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
[1017/1017] 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
[1019/1022] Compiling HummingbirdFluent Deprecations.swift
[1020/1022] Compiling HummingbirdFluent Fluent.swift
[1021/1022] Emitting module HummingbirdFluent
[1022/1022] Compiling HummingbirdFluent Persist+fluent.swift
Build complete! (239.10s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "fluent-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.49.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-kit.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    },
    {
      "identity" : "fluent-sqlite-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.8.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-sqlite-driver.git"
    }
  ],
  "manifest_display_name" : "hummingbird-fluent",
  "name" : "hummingbird-fluent",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdFluent",
      "targets" : [
        "HummingbirdFluent"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdFluentTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdFluentTests",
      "path" : "Tests/HummingbirdFluentTests",
      "product_dependencies" : [
        "FluentSQLiteDriver",
        "HummingbirdTesting"
      ],
      "sources" : [
        "FluentTests.swift",
        "PersistTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdFluent"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdFluent",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdFluent",
      "path" : "Sources/HummingbirdFluent",
      "product_dependencies" : [
        "AsyncAlgorithms",
        "FluentKit",
        "Hummingbird",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "HummingbirdFluent"
      ],
      "sources" : [
        "Deprecations.swift",
        "Fluent.swift",
        "Persist+fluent.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.