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 main (589586), with Swift 6.1 for Android on 23 Jun 2025 14:35:53 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-fluent.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/hummingbird-project/hummingbird-fluent
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5895865 Update from hummingbird-project-template 9f1753de24c31bae77d963d51cc52bff1d895b4e (#41)
Cloned https://github.com/hummingbird-project/hummingbird-fluent.git
Revision (git rev-parse @):
589586586a67c52a8cdfb0b1218105017ed0c6ab
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-fluent.git at main
========================================
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-4606859-3":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/hummingbird-project/hummingbird.git
[1/4985] Fetching swift-async-algorithms
[201/6332] Fetching swift-async-algorithms, fluent-sqlite-driver
[703/19660] Fetching swift-async-algorithms, fluent-sqlite-driver, fluent-kit
[3742/22086] Fetching swift-async-algorithms, fluent-sqlite-driver, fluent-kit, swift-service-lifecycle
[5394/46863] Fetching swift-async-algorithms, fluent-sqlite-driver, fluent-kit, swift-service-lifecycle, hummingbird
Fetched https://github.com/vapor/fluent-kit.git from cache (1.28s)
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (1.29s)
[14845/32188] Fetching swift-async-algorithms, swift-service-lifecycle, hummingbird
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.23s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (2.24s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (2.28s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.1 (3.31s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetching https://github.com/vapor/sqlite-kit.git
Fetched https://github.com/apple/swift-log.git from cache (0.67s)
[1/2112] Fetching sqlite-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.94s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.36s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (0.76s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/vapor/sql-kit.git
[1/2370] Fetching async-kit
[2371/8353] Fetching async-kit, sql-kit
[2491/9937] Fetching async-kit, sql-kit, sqlite-nio
[6620/86276] Fetching async-kit, sql-kit, sqlite-nio, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.89s)
[5520/80293] Fetching async-kit, sqlite-nio, swift-nio
Fetched https://github.com/vapor/async-kit.git from cache (3.55s)
[54258/77923] Fetching sqlite-nio, swift-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (3.58s)
[53438/76339] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.73s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (12.03s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
[299/22599] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (1.27s)
[7655/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.01s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.79s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.55s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (1.30s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (1.15s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.37s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1797] Fetching swift-atomics
[595/6233] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.71s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.71s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.73s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.97s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.04s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.05s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.00s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.5 (0.80s)
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.62s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.1 (0.90s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/async-http-client.git
[1/2667] Fetching swift-nio-transport-services
[2668/14199] Fetching swift-nio-transport-services, swift-nio-http2
[3130/28213] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client
[3872/43103] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.73s)
[5618/40436] Fetching swift-nio-http2, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-metrics.git
[16100/45429] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing
[18203/47635] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-metrics
[18292/53594] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-metrics, swift-nio-extras
Fetched https://github.com/apple/swift-metrics.git from cache (1.09s)
[34062/51388] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-nio-extras
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.35s)
[31004/45429] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.36s)
[26357/40436] Fetching swift-nio-http2, async-http-client, swift-nio-ssl
[35673/41340] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.95s)
[36118/40436] Fetching swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (2.87s)
[22253/26422] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.66s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.49s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (5.55s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.87s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.64s)
Fetching https://github.com/apple/swift-service-context.git
[1/1081] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.35s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.02s)
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.63s)
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.71s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.83s)
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/1169] Fetching swift-http-structured-headers
[1170/2785] Fetching swift-http-structured-headers, swift-asn1
[1332/8984] Fetching swift-http-structured-headers, swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.32s)
[1763/7815] Fetching swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.42s)
[5456/6199] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.56s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.40s)
Fetching https://github.com/apple/swift-crypto.git
[1/15433] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.19s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.05s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.66s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (0.74s)
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.60s)
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 (0.69s)
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-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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.14.1
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/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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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-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/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.5
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-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-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/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-collections.git
Working copy of https://github.com/apple/swift-collections.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-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-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Building for debugging...
[0/49] Write sources
[35/49] Compiling CNIOWASI CNIOWASI.c
[36/49] Compiling CNIOLinux liburing_shims.c
[37/49] Compiling CNIOWindows WSAStartup.c
[37/49] Compiling CNIOWindows shim.c
[39/49] Compiling _AtomicsShims.c
[40/49] Compiling CNIODarwin shim.c
[40/49] Write sources
[42/49] Compiling CNIOLinux shim.c
[43/49] Compiling CNIOLLHTTP c_nio_http.c
[44/49] Compiling CNIOLLHTTP c_nio_api.c
[45/49] Write swift-version-24593BA9C3E375BF.txt
[46/66] Compiling CNIOLLHTTP c_nio_llhttp.c
[48/80] Emitting module _NIODataStructures
[48/80] Compiling c-nioatomics.c
[50/88] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[51/88] Compiling InternalCollectionsUtilities Descriptions.swift
[52/88] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[53/88] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[54/88] Compiling InternalCollectionsUtilities _SortedCollection.swift
[55/88] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[56/88] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[57/88] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[58/88] Compiling InternalCollectionsUtilities Debugging.swift
[59/89] Compiling ServiceContextModule ServiceContext.swift
[60/89] Emitting module ServiceContextModule
[61/89] Compiling ServiceContextModule ServiceContextKey.swift
[62/89] Compiling _NIODataStructures _TinyArray.swift
[63/90] Emitting module InternalCollectionsUtilities
[64/90] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[65/90] Compiling InternalCollectionsUtilities UInt+reversed.swift
[66/90] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[67/90] Compiling InternalCollectionsUtilities Integer rank.swift
[68/90] Compiling _NIOBase64 Base64.swift
[69/90] Emitting module _NIOBase64
[70/90] Compiling CoreMetrics Metrics.swift
[71/91] Compiling _NIODataStructures Heap.swift
[72/91] Compiling _NIODataStructures PriorityQueue.swift
[76/95] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[77/96] Compiling HTTPTypes HTTPFieldName.swift
[78/97] Compiling HTTPTypes ISOLatin1String.swift
[80/121] Compiling Instrumentation MultiplexInstrument.swift
[81/121] Compiling ConcurrencyHelpers LockedValueBox.swift
[82/156] Emitting module HTTPTypes
[83/157] Compiling HTTPTypes HTTPField.swift
[84/189] Emitting module Instrumentation
[85/189] Compiling Instrumentation NoOpInstrument.swift
[86/189] Compiling _RopeModule BigString+Iterators.swift
[87/189] Compiling _RopeModule BigString+Metrics.swift
[88/191] Compiling HTTPTypes NIOLock.swift
[89/191] Compiling HTTPTypes HTTPRequest.swift
[90/191] Compiling HTTPTypes HTTPParsedFields.swift
[91/191] Compiling HTTPTypes HTTPResponse.swift
[92/191] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[93/191] Compiling _RopeModule BigString+Chunk+Breaks.swift
[94/191] Compiling _RopeModule BigString+Summary.swift
[95/191] Compiling _RopeModule BigString.swift
[96/191] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[97/191] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[98/191] Compiling _RopeModule BigString+Chunk+Counts.swift
[99/191] Compiling _RopeModule BigString+Chunk+Description.swift
[100/191] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[101/191] Compiling Atomics IntegerOperations.swift
[102/191] Compiling Atomics Unmanaged extensions.swift
[102/191] Compiling c-atomics.c
[104/246] Emitting module ConcurrencyHelpers
[105/246] Compiling ConcurrencyHelpers Lock.swift
[106/246] Compiling CoreMetrics Locks.swift
[107/246] Emitting module CoreMetrics
[108/247] Compiling Logging MetadataProvider.swift
[109/247] Compiling Instrumentation InstrumentationSystem.swift
[110/248] Compiling Instrumentation Locks.swift
[111/248] Compiling Instrumentation Instrument.swift
[112/249] Compiling Logging LogHandler.swift
[113/249] Compiling Logging Locks.swift
[114/249] Emitting module Logging
[115/249] Compiling Logging Logging.swift
[120/250] Compiling OrderedCollections _HashTable+Testing.swift
[121/250] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[122/250] Compiling OrderedCollections _HashTable.swift
[123/250] Compiling OrderedCollections _Hashtable+Header.swift
[124/250] Compiling OrderedCollections OrderedDictionary+Codable.swift
[125/250] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[126/250] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[127/250] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[128/250] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[129/250] Compiling OrderedCollections OrderedDictionary+Elements.swift
[130/283] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[131/283] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[132/283] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[133/283] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[134/283] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[135/283] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[136/283] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[137/290] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[138/290] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[139/290] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[140/290] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[141/290] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[142/290] Compiling OrderedCollections OrderedDictionary+Values.swift
[143/290] Compiling OrderedCollections _HashTable+Bucket.swift
[144/290] Compiling OrderedCollections _HashTable+BucketIterator.swift
[145/290] Compiling OrderedCollections _HashTable+Constants.swift
[146/290] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[147/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[148/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[149/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[150/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[151/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[152/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[153/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[154/290] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[155/290] Compiling HeapModule Heap+Descriptions.swift
[156/290] Emitting module HeapModule
[157/290] Compiling Tracing TracingTime.swift
[158/290] Compiling OrderedCollections OrderedDictionary.swift
[159/290] Compiling OrderedCollections OrderedSet+Codable.swift
[160/290] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[161/290] Compiling OrderedCollections OrderedSet+Descriptions.swift
[162/290] Compiling OrderedCollections OrderedSet+Diffing.swift
[163/290] Compiling OrderedCollections OrderedSet+Equatable.swift
[164/290] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[165/290] Compiling OrderedCollections OrderedSet+Hashable.swift
[166/290] Compiling HeapModule Heap.swift
[167/290] Compiling HeapModule _HeapNode.swift
[168/290] Compiling OrderedCollections OrderedSet+Initializers.swift
[169/290] Compiling OrderedCollections OrderedSet+Insertions.swift
[170/290] Compiling OrderedCollections OrderedSet+Invariants.swift
[171/290] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[172/290] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[173/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[174/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[175/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[176/290] Compiling HeapModule Heap+Invariants.swift
[177/290] Compiling HeapModule Heap+UnsafeHandle.swift
[178/291] Compiling Tracing TracerProtocol.swift
[185/291] Compiling OrderedCollections OrderedSet+Sendable.swift
[186/291] Compiling OrderedCollections OrderedSet+SubSequence.swift
[187/291] Compiling OrderedCollections OrderedSet+Testing.swift
[188/291] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[189/291] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[190/291] Compiling OrderedCollections OrderedSet.swift
[191/291] Compiling OrderedCollections _UnsafeBitset.swift
[192/291] Compiling _RopeModule Rope+Sequence.swift
[193/291] Compiling _RopeModule Rope+Append.swift
[194/291] Compiling _RopeModule Rope+Extract.swift
[195/291] Compiling _RopeModule Rope+Find.swift
[196/291] Compiling _RopeModule Rope+ForEachWhile.swift
[197/291] Compiling _RopeModule Rope+Insert.swift
[198/291] Compiling UnixSignals UnixSignal.swift
[199/291] Emitting module UnixSignals
[203/291] Compiling UnixSignals UnixSignalsSequence.swift
[207/291] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[208/291] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[209/291] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[210/291] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[217/292] Emitting module _RopeModule
[229/292] Compiling Tracing Tracer.swift
[230/292] Compiling Tracing TracerProtocol+Legacy.swift
[231/292] Compiling NIOConcurrencyHelpers lock.swift
[232/294] Emitting module Atomics
[240/295] Compiling Tracing NoOpTracer.swift
[241/295] Compiling Tracing InstrumentationSystem+Tracing.swift
[242/295] Emitting module Tracing
[243/295] Compiling Tracing SpanProtocol.swift
[244/296] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[245/296] Compiling NIOConcurrencyHelpers NIOLock.swift
[246/296] Emitting module NIOConcurrencyHelpers
[247/296] Compiling NIOConcurrencyHelpers atomics.swift
[248/296] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[251/388] Compiling DequeModule Deque+Equatable.swift
[252/388] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[253/390] Compiling DequeModule _DequeBuffer.swift
[254/390] Compiling DequeModule _DequeBufferHeader.swift
[255/391] Compiling DequeModule Deque+CustomReflectable.swift
[256/391] Compiling DequeModule Deque+Descriptions.swift
[257/443] Compiling BitCollections BitSet+BidirectionalCollection.swift
[258/443] Compiling BitCollections BitSet+Codable.swift
[259/443] Compiling BitCollections BitArray+RandomBits.swift
[260/443] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[261/443] Compiling BitCollections BitArray+Descriptions.swift
[262/443] Compiling BitCollections BitArray+Equatable.swift
[263/443] Compiling HashTreeCollections TreeSet+Hashable.swift
[264/443] Compiling HashTreeCollections TreeSet+Sendable.swift
[265/443] Compiling HashTreeCollections TreeSet+Sequence.swift
[266/443] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[267/443] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[268/443] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[269/443] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[270/443] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[271/443] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[272/443] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[273/453] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[274/453] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[275/453] Compiling BitCollections BitArray+Extras.swift
[276/453] Compiling BitCollections BitArray+Fill.swift
[277/453] Compiling BitCollections BitArray+Hashable.swift
[278/453] Compiling BitCollections BitArray+Initializers.swift
[279/453] Compiling BitCollections BitArray+Invariants.swift
[280/453] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[281/453] Compiling HashTreeCollections TreeDictionary+Values.swift
[282/453] Compiling HashTreeCollections TreeDictionary.swift
[283/453] Compiling HashTreeCollections TreeSet+Codable.swift
[284/453] Compiling HashTreeCollections TreeSet+Collection.swift
[285/453] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[286/453] Compiling HashTreeCollections TreeSet+Debugging.swift
[287/453] Compiling HashTreeCollections TreeSet+Descriptions.swift
[296/453] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[297/453] Compiling BitCollections BitArray+Shifts.swift
[298/453] Compiling BitCollections BitArray+Testing.swift
[299/453] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[300/453] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[301/453] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[302/453] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[303/453] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[304/453] Compiling BitCollections BitSet+SetAlgebra union.swift
[305/453] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[306/453] Compiling BitCollections BitSet.Counted.swift
[307/453] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[308/453] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[316/453] Compiling HashTreeCollections TreeSet+Equatable.swift
[317/453] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[318/453] Compiling HashTreeCollections TreeSet+Extras.swift
[319/453] Compiling HashTreeCollections TreeSet+Filter.swift
[320/453] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[321/453] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[322/453] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[323/453] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[324/453] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[325/453] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[327/453] Emitting module OrderedCollections
[328/461] Compiling BitCollections BitSet+Initializers.swift
[329/461] Compiling BitCollections BitSet+Invariants.swift
[330/461] Compiling BitCollections BitSet+Random.swift
[331/461] Compiling BitCollections BitSet+SetAlgebra basics.swift
[332/461] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[333/461] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[334/461] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[335/461] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[336/461] Compiling BitCollections BitSet+CustomReflectable.swift
[337/461] Compiling BitCollections BitSet+CustomStringConvertible.swift
[338/461] Compiling BitCollections BitSet+Equatable.swift
[339/461] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[340/461] Compiling BitCollections BitSet+Extras.swift
[341/461] Compiling BitCollections BitSet+Hashable.swift
[343/461] Compiling BitCollections BitArray+BitwiseOperations.swift
[344/461] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[346/461] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[347/461] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[348/461] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[349/461] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[350/461] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[351/461] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[352/461] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[353/461] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[354/461] Compiling HashTreeCollections TreeSet.swift
[362/461] Emitting module BitCollections
[363/461] Compiling HTTPTypes HTTPFields.swift
[364/462] Emitting module DequeModule
[367/523] Emitting module Metrics
[368/523] Compiling NIOCore MarkedCircularBuffer.swift
[369/523] Compiling NIOCore ByteBuffer-multi-int.swift
[370/523] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[371/523] Compiling NIOCore ByteBuffer-views.swift
[372/523] Compiling NIOCore Channel.swift
[373/523] Compiling NIOCore ChannelHandler.swift
[374/523] Compiling NIOCore ChannelHandlers.swift
[375/523] Compiling NIOCore ChannelInvoker.swift
[376/523] Compiling NIOCore ChannelOption.swift
[377/523] Compiling NIOCore ChannelPipeline.swift
[378/523] Compiling NIOCore MulticastChannel.swift
[379/568] Compiling AsyncAlgorithms Locking.swift
[380/568] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[381/568] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[382/568] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[383/568] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[384/568] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[385/568] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[386/568] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[387/568] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[388/568] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[389/568] Compiling AsyncAlgorithms MergeStateMachine.swift
[390/568] Compiling AsyncAlgorithms MergeStorage.swift
[391/568] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[392/568] Compiling AsyncAlgorithms Rethrow.swift
[393/568] Compiling NIOCore NIOAny.swift
[394/568] Compiling NIOCore NIOCloseOnErrorHandler.swift
[395/568] Compiling NIOCore NIOLoopBound.swift
[396/568] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[397/568] Compiling NIOCore NIOScheduledCallback.swift
[398/569] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[399/569] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[400/569] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[401/569] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[402/569] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[403/569] Compiling AsyncAlgorithms ChannelStateMachine.swift
[404/569] Compiling AsyncAlgorithms ChannelStorage.swift
[405/569] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[406/569] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[407/569] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[408/569] Compiling AsyncAlgorithms CombineLatestStorage.swift
[409/569] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[410/569] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[411/569] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[412/569] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[413/569] Compiling AsyncAlgorithms AsyncChannel.swift
[414/569] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[415/569] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[416/569] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[417/569] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[418/569] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[419/569] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[420/569] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[421/569] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[423/569] Compiling NIOCore EventLoopFuture+Deprecated.swift
[424/569] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[425/569] Compiling NIOCore EventLoopFuture.swift
[426/569] Compiling NIOCore FileDescriptor.swift
[427/569] Compiling NIOCore FileHandle.swift
[428/569] Compiling NIOCore FileRegion.swift
[429/569] Compiling NIOCore GlobalSingletons.swift
[430/570] Compiling Metrics Metrics.swift
[446/571] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[447/571] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[448/571] Compiling AsyncAlgorithms DebounceStateMachine.swift
[449/571] Compiling AsyncAlgorithms DebounceStorage.swift
[450/571] Compiling AsyncAlgorithms Dictionary.swift
[451/571] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[472/577] Emitting module AsyncAlgorithms
[481/577] Compiling AsyncAlgorithms SetAlgebra.swift
[482/577] Compiling AsyncAlgorithms UnsafeTransfer.swift
[483/577] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[484/577] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[485/577] Compiling AsyncAlgorithms ZipStateMachine.swift
[486/577] Compiling AsyncAlgorithms ZipStorage.swift
[487/577] Compiling NIOCore RecvByteBufferAllocator.swift
[494/585] Emitting module HashTreeCollections
[521/586] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[537/588] Emitting module Collections
[538/588] Compiling Collections Collections.swift
[555/590] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[556/590] Compiling NIOCore SocketAddresses.swift
[557/590] Compiling NIOCore SocketOptionProvider.swift
[558/590] Compiling NIOCore SystemCallHelpers.swift
[559/590] Compiling NIOCore TimeAmount+Duration.swift
[560/590] Compiling NIOCore TypeAssistedChannelHandler.swift
[561/590] Compiling NIOCore UniversalBootstrapSupport.swift
[562/590] Compiling NIOCore Utilities.swift
[563/598] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[564/599] Emitting module ServiceLifecycle
[565/599] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[566/599] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[567/599] Compiling ServiceLifecycle ServiceRunnerError.swift
[577/599] Compiling ServiceLifecycle CancellationWaiter.swift
[578/599] Compiling ServiceLifecycle ServiceGroup.swift
[579/599] Compiling ServiceLifecycle GracefulShutdown.swift
[580/599] Compiling ServiceLifecycle Service.swift
[582/600] Emitting module NIOCore
[602/653] Emitting module NIOHTTPTypes
[603/653] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[605/654] Compiling NIOEmbedded AsyncTestingChannel.swift
[606/654] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[607/654] Emitting module NIOEmbedded
[608/654] Compiling NIOEmbedded Embedded.swift
[610/655] Emitting module NIOPosix
[611/661] Compiling NIOPosix SelectableChannel.swift
[612/661] Compiling NIOPosix SelectableEventLoop.swift
[613/661] Compiling NIOPosix SelectorEpoll.swift
[614/661] Compiling NIOPosix SelectorGeneric.swift
[615/661] Compiling NIOPosix SelectorKqueue.swift
[616/661] Compiling NIOPosix SelectorUring.swift
[617/661] Compiling NIOPosix Pool.swift
[618/661] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[619/661] Compiling NIOPosix PosixSingletons.swift
[620/661] Compiling NIOPosix RawSocketBootstrap.swift
[621/661] Compiling NIOPosix Resolver.swift
[622/661] Compiling NIOPosix Selectable.swift
[623/661] Compiling NIOPosix ServerSocket.swift
[624/661] Compiling NIOPosix Socket.swift
[625/661] Compiling NIOPosix SocketChannel.swift
[626/661] Compiling NIOPosix SocketProtocols.swift
[627/661] Compiling NIOPosix System.swift
[628/661] Compiling NIOPosix Thread.swift
[629/661] Compiling NIOPosix Bootstrap.swift
[630/661] Compiling NIOPosix ControlMessage.swift
[631/661] Compiling NIOPosix DatagramVectorReadManager.swift
[632/661] Compiling NIOPosix Errors+Any.swift
[633/661] Compiling NIOPosix FileDescriptor.swift
[634/661] Compiling NIOPosix GetaddrinfoResolver.swift
[635/661] Compiling NIOPosix HappyEyeballs.swift
[636/661] Compiling NIOPosix BSDSocketAPICommon.swift
[637/661] Compiling NIOPosix BSDSocketAPIPosix.swift
[638/661] Compiling NIOPosix BSDSocketAPIWindows.swift
[639/661] Compiling NIOPosix BaseSocket.swift
[640/661] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[641/661] Compiling NIOPosix BaseSocketChannel.swift
[642/661] Compiling NIOPosix BaseStreamSocketChannel.swift
[643/661] Compiling NIOPosix ThreadPosix.swift
[644/661] Compiling NIOPosix ThreadWindows.swift
[645/661] Compiling NIOPosix UnsafeTransfer.swift
[646/661] Compiling NIOPosix Utilities.swift
[647/661] Compiling NIOPosix VsockAddress.swift
[648/661] Compiling NIOPosix VsockChannelEvents.swift
[649/661] Compiling NIOPosix IO.swift
[650/661] Compiling NIOPosix IntegerBitPacking.swift
[651/661] Compiling NIOPosix IntegerTypes.swift
[652/661] Compiling NIOPosix Linux.swift
[653/661] Compiling NIOPosix LinuxCPUSet.swift
[654/661] Compiling NIOPosix LinuxUring.swift
[655/661] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[656/661] Compiling NIOPosix NIOThreadPool.swift
[657/661] Compiling NIOPosix NonBlockingFileIO.swift
[658/661] Compiling NIOPosix PendingDatagramWritesManager.swift
[659/661] Compiling NIOPosix PendingWritesManager.swift
[660/661] Compiling NIOPosix PipeChannel.swift
[661/661] Compiling NIOPosix PipePair.swift
[663/664] Emitting module NIO
[664/664] Compiling NIO Exports.swift
[666/773] Compiling SQLKit SQLAlterEnumBuilder.swift
[667/773] Compiling SQLKit SQLAlterTableBuilder.swift
[668/775] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[669/775] Compiling SQLKit SQLCommonUnionBuilder.swift
[670/775] Compiling SQLKit SQLUnionBuilder.swift
[671/775] Compiling SQLKit SQLUpdateBuilder.swift
[672/775] Emitting module NIOHTTP1
[673/775] Compiling SQLKit SQLPredicateGroupBuilder.swift
[674/775] Compiling SQLKit SQLRawBuilder.swift
[677/775] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[678/775] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[679/775] Compiling SQLKit SQLCreateIndexBuilder.swift
[680/775] Compiling SQLKit SQLCreateTableBuilder.swift
[681/775] Compiling SQLKit SQLCreateTriggerBuilder.swift
[682/775] Compiling SQLKit SQLDeleteBuilder.swift
[683/775] Compiling SQLKit SQLDropEnumBuilder.swift
[684/775] Compiling SQLKit SQLDropIndexBuilder.swift
[685/775] Compiling SQLKit SQLDropTableBuilder.swift
[686/775] Compiling SQLKit SQLDropTriggerBuilder.swift
[687/775] Compiling SQLKit SQLInsertBuilder.swift
[690/775] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[691/775] Compiling SQLKit SQLSelectBuilder.swift
[692/775] Compiling SQLKit SQLSubqueryBuilder.swift
[695/775] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[696/775] Compiling SQLKit SQLColumnUpdateBuilder.swift
[699/775] Compiling SQLKit SQLJoinBuilder.swift
[700/775] Compiling SQLKit SQLPartialResultBuilder.swift
[707/787] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[708/787] Compiling SQLKit SQLColumnAssignment.swift
[709/787] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[710/787] Compiling SQLKit SQLColumnDefinition.swift
[711/787] Compiling SQLKit SQLCommonTableExpression.swift
[712/787] Compiling SQLKit SQLConflictAction.swift
[713/787] Compiling SQLKit SQLConflictResolutionStrategy.swift
[714/787] Compiling SQLKit SQLDropBehaviour.swift
[715/787] Compiling SQLKit SQLEnumDataType.swift
[716/787] Compiling SQLKit SQLExcludedColumn.swift
[717/787] Compiling SQLKit SQLForeignKey.swift
[718/787] Compiling SQLKit SQLJoin.swift
[719/787] Compiling SQLKit SQLJoinMethod.swift
[720/787] Compiling SQLKit SQLLockingClause.swift
[721/787] Compiling SQLKit SQLOrderBy.swift
[722/787] Compiling SQLKit SQLReturning.swift
[723/787] Compiling SQLKit SQLSubquery.swift
[724/787] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[725/787] Compiling SQLKit SQLAlterEnum.swift
[726/787] Compiling SQLKit SQLAlterTable.swift
[727/787] Compiling SQLKit SQLCreateEnum.swift
[728/787] Compiling SQLKit SQLCreateIndex.swift
[729/787] Compiling SQLKit SQLCreateTable.swift
[730/787] Compiling SQLKit SQLCreateTrigger.swift
[731/787] Compiling SQLKit SQLDelete.swift
[732/787] Compiling SQLKit SQLDropEnum.swift
[733/787] Compiling SQLKit SQLDropIndex.swift
[734/787] Compiling SQLKit SQLDropTable.swift
[735/787] Compiling SQLKit SQLDropTrigger.swift
[736/787] Compiling SQLKit SQLInsert.swift
[737/787] Compiling SQLKit SQLSelect.swift
[738/787] Compiling SQLKit SQLUnion.swift
[739/787] Compiling SQLKit SQLUpdate.swift
[740/787] Compiling SQLKit SQLExpression.swift
[741/787] Compiling SQLKit SQLSerializer.swift
[742/787] Compiling SQLKit SQLStatement.swift
[743/787] Compiling SQLKit SQLBinaryExpression.swift
[744/787] Compiling SQLKit SQLBinaryOperator.swift
[745/787] Compiling SQLKit SQLBind.swift
[746/787] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[747/787] Compiling SQLKit Exports.swift
[748/787] Compiling SQLKit SQLAlias.swift
[749/787] Compiling SQLKit SQLBetween.swift
[750/787] Compiling SQLKit SQLColumn.swift
[751/787] Compiling SQLKit SQLConstraint.swift
[752/787] Compiling SQLKit SQLDataType.swift
[753/787] Compiling SQLKit SQLDirection.swift
[754/787] Compiling SQLKit SQLDistinct.swift
[755/787] Compiling SQLKit SQLForeignKeyAction.swift
[756/787] Compiling SQLKit SQLNestedSubpathExpression.swift
[757/787] Compiling SQLKit SQLQualifiedTable.swift
[758/787] Compiling SQLKit SQLQueryString.swift
[759/787] Emitting module SQLKit
[764/788] Compiling SQLKit SQLPredicateBuilder.swift
[765/788] Compiling SQLKit SQLQueryBuilder.swift
[766/788] Compiling SQLKit SQLQueryFetcher.swift
[767/788] Compiling SQLKit SQLReturningBuilder.swift
[768/788] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[769/788] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[770/788] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[771/788] Compiling SQLKit SQLDatabase.swift
[772/788] Compiling SQLKit SQLDatabaseReportedVersion.swift
[773/788] Compiling SQLKit SQLDialect.swift
[774/788] Compiling SQLKit SQLDatabase+Deprecated.swift
[775/788] Compiling SQLKit SQLError.swift
[776/788] Compiling SQLKit SQLExpressions+Deprecated.swift
[777/810] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[778/810] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[779/810] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[780/810] Emitting module NIOHTTPTypesHTTP1
[781/811] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[782/811] Compiling NIOExtras NIOExtrasError.swift
[784/813] Compiling NIOExtras NIOLengthFieldBitLength.swift
[785/813] Compiling NIOExtras NIORequestIdentifiable.swift
[786/813] Compiling NIOExtras PCAPRingBuffer.swift
[787/813] Compiling NIOExtras QuiescingHelper.swift
[788/813] Compiling NIOExtras RequestResponseHandler.swift
[789/813] Compiling NIOExtras RequestResponseWithIDHandler.swift
[790/813] Compiling NIOExtras DebugInboundEventsHandler.swift
[791/813] Compiling NIOExtras DebugOutboundEventsHandler.swift
[792/813] Compiling NIOExtras FixedLengthFrameDecoder.swift
[793/813] Emitting module NIOExtras
[794/813] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[795/813] Compiling NIOExtras LengthFieldPrepender.swift
[796/813] Compiling NIOExtras LineBasedFrameDecoder.swift
[797/813] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[798/813] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[799/813] Compiling NIOExtras JSONRPCFraming.swift
[800/813] Compiling SQLKit SQLFunction.swift
[801/813] Compiling SQLKit SQLGroupExpression.swift
[802/813] Compiling SQLKit SQLIdentifier.swift
[803/813] Compiling SQLKit SQLList.swift
[804/813] Compiling SQLKit SQLLiteral.swift
[805/813] Compiling SQLKit SQLRaw.swift
[806/813] Compiling SQLKit SQLCodingUtilities.swift
[807/813] Compiling SQLKit SQLQueryEncoder.swift
[808/813] Compiling SQLKit SQLRow.swift
[809/813] Compiling SQLKit SQLRowDecoder.swift
[810/813] Compiling SQLKit SomeCodingKey.swift
[811/813] Compiling SQLKit StringHandling.swift
[813/901] Compiling FluentKit ModelResponder.swift
[814/901] Compiling FluentKit Migration.swift
[816/926] Emitting module FluentKit
[817/938] Compiling FluentKit QueryBuilder+Group.swift
[818/938] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[819/938] Compiling FluentKit QueryBuilder+Join.swift
[820/938] Compiling FluentKit QueryBuilder+Paginate.swift
[821/938] Compiling FluentKit QueryBuilder+Range.swift
[822/938] Compiling FluentKit QueryBuilder+Set.swift
[823/938] Compiling FluentKit QueryBuilder+Sort.swift
[824/938] Compiling FluentKit QueryBuilder.swift
[825/938] Compiling FluentKit DatabaseQuery+Action.swift
[826/938] Compiling FluentKit DatabaseQuery+Aggregate.swift
[827/938] Compiling FluentKit DatabaseQuery+Field.swift
[828/938] Compiling FluentKit DatabaseQuery+Filter.swift
[829/938] Compiling FluentKit DatabaseQuery+Join.swift
[830/938] Compiling FluentKit DatabaseQuery+Range.swift
[831/938] Compiling FluentKit DatabaseQuery+Sort.swift
[832/938] Compiling FluentKit DatabaseQuery+Value.swift
[833/938] Compiling FluentKit DatabaseQuery.swift
[834/938] Compiling FluentKit QueryHistory.swift
[835/938] Compiling FluentKit DatabaseSchema.swift
[836/938] Compiling FluentKit SchemaBuilder.swift
[837/938] Compiling FluentKit OptionalType.swift
[838/938] Compiling FluentKit RandomGeneratable.swift
[839/938] Compiling FluentKit SomeCodingKey.swift
[840/938] Compiling FluentKit UnsafeMutableTransferBox.swift
[841/938] Compiling HummingbirdCore ResponseBodyWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[842/938] Compiling HummingbirdCore ResponseWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[843/938] Compiling HummingbirdCore AvailableConnectionsHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[844/941] Compiling FluentKit BooleanPropertyFormat.swift
[845/941] Compiling FluentKit Children.swift
[846/941] Compiling FluentKit CompositeChildren.swift
[847/941] Compiling FluentKit CompositeID.swift
[848/941] Compiling FluentKit CompositeOptionalChild.swift
[849/941] Compiling FluentKit CompositeOptionalParent.swift
[850/941] Compiling FluentKit CompositeParent.swift
[851/941] Compiling FluentKit Field.swift
[852/941] Compiling FluentKit FieldKey.swift
[853/941] Compiling FluentKit Group.swift
[854/941] Compiling FluentKit ID.swift
[855/941] Compiling FluentKit OptionalBoolean.swift
[856/941] 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
[857/941] Compiling HummingbirdCore BindAddress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[858/941] Compiling HummingbirdCore HTTP1Channel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[859/941] Compiling HummingbirdCore HTTPChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[860/941] Compiling HummingbirdCore HTTPServerBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[861/941] Compiling HummingbirdCore HTTPUserEventHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[862/941] Compiling HummingbirdCore Server.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[863/941] Compiling HummingbirdCore Deprecations.swift
[864/941] Compiling HummingbirdCore Request.swift
[865/941] Compiling HummingbirdCore RequestBody+inboundClose.swift
[866/941] Compiling HummingbirdCore RequestBody.swift
[876/941] Compiling FluentKit OptionalChild.swift
[877/941] Compiling FluentKit OptionalField.swift
[878/941] Compiling FluentKit OptionalParent.swift
[879/941] Compiling FluentKit Parent.swift
[880/941] Compiling FluentKit Property.swift
[881/941] Compiling FluentKit Relation.swift
[882/941] Compiling FluentKit Siblings.swift
[883/941] Compiling FluentKit Timestamp.swift
[884/941] Compiling FluentKit TimestampFormat.swift
[885/941] Compiling FluentKit QueryBuilder+Aggregate.swift
[886/941] Compiling FluentKit QueryBuilder+EagerLoad.swift
[887/941] Compiling FluentKit QueryBuilder+Filter.swift
[888/941] Compiling HummingbirdCore UnsafeTransfer.swift
[889/941] Compiling FluentKit AsyncModelMiddleware.swift
[890/941] Compiling FluentKit Children+Concurrency.swift
[891/941] Compiling FluentKit Database+Concurrency.swift
[892/941] Compiling FluentKit EnumBuilder+Concurrency.swift
[893/941] Compiling FluentKit Model+Concurrency.swift
[894/941] Compiling FluentKit ModelResponder+Concurrency.swift
[895/941] Compiling FluentKit OptionalChild+Concurrency.swift
[896/941] Compiling FluentKit OptionalParent+Concurrency.swift
[897/941] Compiling FluentKit Parent+Concurrency.swift
[898/941] Compiling FluentKit QueryBuilder+Concurrency.swift
[899/941] Compiling FluentKit Relation+Concurrency.swift
[900/941] Compiling FluentKit SchemaBuilder+Concurrency.swift
[901/941] Compiling HummingbirdCore ServerChildChannel.swift
[902/941] Compiling HummingbirdCore ServerConfiguration.swift
[903/941] Compiling HummingbirdCore TSTLSOptions.swift
[904/941] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[905/941] Compiling HummingbirdCore URI.swift
[906/941] Compiling HummingbirdCore Response.swift
[907/941] Compiling HummingbirdCore ResponseBody.swift
[908/941] Compiling HummingbirdCore AnyAsyncSequence.swift
[909/941] Compiling HummingbirdCore FlatDictionary.swift
[910/941] Compiling HummingbirdCore HBParser.swift
[911/941] Compiling HummingbirdCore OutputBuffer.swift
[912/941] Compiling HummingbirdCore String+percentEncode.swift
[913/941] Compiling FluentKit Fields.swift
[914/941] Compiling FluentKit MirrorBypass.swift
[915/941] Compiling FluentKit Model+CRUD.swift
[916/941] Compiling FluentKit Model.swift
[917/941] Compiling FluentKit ModelAlias.swift
[918/941] Compiling FluentKit Schema.swift
[919/941] Compiling FluentKit FieldOperators.swift
[920/941] Compiling FluentKit Operators.swift
[921/941] Compiling FluentKit ValueOperators+Array.swift
[922/941] Compiling FluentKit ValueOperators+String.swift
[923/941] Compiling FluentKit ValueOperators.swift
[924/941] Compiling FluentKit Boolean.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
<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
[944/1007] 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
[945/1016] 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/1016] 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/1016] 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/1016] 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/1016] 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/1016] 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/1016] 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/1016] 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/1016] 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/1016] 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
[955/1016] 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
[956/1016] 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
[957/1016] 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
[958/1016] 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
[959/1016] 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
[960/1016] 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
[961/1016] 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
[962/1016] 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
[963/1016] 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
[964/1016] 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
[965/1016] 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
[966/1016] 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
[967/1016] 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
[968/1016] 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
[969/1016] 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
[970/1016] 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
[971/1016] 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
[972/1016] 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
[973/1016] 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
[974/1016] 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
[975/1016] 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
[976/1016] 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
[977/1016] 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
[978/1016] 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
[979/1016] 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
[980/1016] 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
[981/1016] 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
[982/1016] 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
[983/1016] 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
[984/1016] 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
[985/1016] 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
[986/1016] 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
[987/1016] 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
[988/1016] 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
[989/1016] 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
[990/1016] 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
[991/1016] 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
[992/1016] 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
[993/1016] 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
[994/1016] 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
[995/1016] 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
[996/1016] 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
[997/1016] 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
[998/1016] 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
[999/1016] 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
[1000/1016] 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
[1001/1016] 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
[1002/1016] 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
[1003/1016] 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
[1004/1016] 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
[1005/1016] 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
[1006/1016] 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
[1007/1016] 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
[1008/1016] 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
[1009/1016] 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
[1010/1016] 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
[1011/1016] 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
[1012/1016] 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
[1013/1016] 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
[1014/1016] 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
[1015/1016] 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
[1016/1016] 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
[1018/1021] Compiling HummingbirdFluent Fluent.swift
[1019/1021] Compiling HummingbirdFluent Persist+fluent.swift
[1020/1021] Compiling HummingbirdFluent Deprecations.swift
[1021/1021] Emitting module HummingbirdFluent
Build complete! (193.53s)
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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.