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 Linux on 23 Jun 2025 14:37:12 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.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:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hummingbird-project/hummingbird-fluent.git
https://github.com/hummingbird-project/hummingbird-fluent.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "fluent-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.49.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-kit.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    },
    {
      "identity" : "fluent-sqlite-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.8.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-sqlite-driver.git"
    }
  ],
  "manifest_display_name" : "hummingbird-fluent",
  "name" : "hummingbird-fluent",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdFluent",
      "targets" : [
        "HummingbirdFluent"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdFluentTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdFluentTests",
      "path" : "Tests/HummingbirdFluentTests",
      "product_dependencies" : [
        "FluentSQLiteDriver",
        "HummingbirdTesting"
      ],
      "sources" : [
        "FluentTests.swift",
        "PersistTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdFluent"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdFluent",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdFluent",
      "path" : "Sources/HummingbirdFluent",
      "product_dependencies" : [
        "AsyncAlgorithms",
        "FluentKit",
        "Hummingbird",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "HummingbirdFluent"
      ],
      "sources" : [
        "Deprecations.swift",
        "Fluent.swift",
        "Persist+fluent.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/hummingbird-project/hummingbird.git
[1/1347] Fetching fluent-sqlite-driver
[1348/3773] Fetching fluent-sqlite-driver, swift-service-lifecycle
[3774/17101] Fetching fluent-sqlite-driver, swift-service-lifecycle, fluent-kit
[4308/41878] Fetching fluent-sqlite-driver, swift-service-lifecycle, fluent-kit, hummingbird
[7679/46863] Fetching fluent-sqlite-driver, swift-service-lifecycle, fluent-kit, hummingbird, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.58s)
[23544/41878] Fetching fluent-sqlite-driver, swift-service-lifecycle, fluent-kit, hummingbird
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.68s)
[22109/39452] Fetching fluent-sqlite-driver, fluent-kit, hummingbird
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (1.19s)
Fetched https://github.com/vapor/fluent-kit.git from cache (1.19s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.21s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.1 (1.75s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
[403/5948] Fetching sqlite-kit, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.59s)
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.59s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.11s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (0.53s)
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/apple/swift-nio.git
[1/5983] Fetching sql-kit
[1976/8353] Fetching sql-kit, async-kit
[8354/9937] Fetching sql-kit, async-kit, sqlite-nio
[8355/86276] Fetching sql-kit, async-kit, sqlite-nio, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (1.81s)
Fetched https://github.com/vapor/async-kit.git from cache (1.82s)
[45098/77923] Fetching sqlite-nio, swift-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (1.84s)
[44277/76339] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.73s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (9.03s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-collections.git
[1/5959] Fetching swift-algorithms
[1015/22599] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (1.13s)
Fetched https://github.com/apple/swift-collections.git from cache (1.16s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.78s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.90s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.54s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.94s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1797] Fetching swift-atomics
[1798/6233] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.42s)
Fetched https://github.com/apple/swift-system.git from cache (0.47s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.99s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.61s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.59s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.73s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.77s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.5 (0.84s)
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.88s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.1 (0.83s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5959] Fetching swift-nio-extras
[121/8626] Fetching swift-nio-extras, swift-nio-transport-services
[6542/22640] Fetching swift-nio-extras, swift-nio-transport-services, async-http-client
[7219/34172] Fetching swift-nio-extras, swift-nio-transport-services, async-http-client, swift-nio-http2
[7339/49062] Fetching swift-nio-extras, swift-nio-transport-services, async-http-client, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.83s)
[12327/43103] Fetching swift-nio-transport-services, async-http-client, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-metrics.git
[25167/45309] Fetching swift-nio-transport-services, async-http-client, swift-nio-http2, swift-nio-ssl, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.69s)
[35658/43103] Fetching swift-nio-transport-services, async-http-client, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-http-types.git
[38935/44007] Fetching swift-nio-transport-services, async-http-client, swift-nio-http2, swift-nio-ssl, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.60s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.16s)
[25516/29089] Fetching swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.16s)
[14133/17557] Fetching swift-nio-transport-services, swift-nio-ssl
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.94s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.01s)
[1/4993] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.62s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (4.40s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.63s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (1.07s)
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 (0.87s)
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.71s)
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.69s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
[1/1616] Fetching swift-asn1
[405/2785] Fetching swift-asn1, swift-http-structured-headers
[2786/8984] Fetching swift-asn1, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.38s)
[4902/7815] Fetching swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.40s)
[3348/6199] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.54s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.13s)
Fetching https://github.com/apple/swift-crypto.git
[1/15433] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.96s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.74s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.55s)
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.61s)
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.49s)
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.54s)
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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-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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/vapor/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/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-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-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-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-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/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-nio-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/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Building for debugging...
[0/49] Write sources
[33/49] Compiling CNIOWindows shim.c
[34/49] Compiling CNIOLinux liburing_shims.c
[35/49] Compiling CNIOWindows WSAStartup.c
[36/49] Compiling CNIOWASI CNIOWASI.c
[37/49] Compiling CNIOLLHTTP c_nio_http.c
[38/49] Compiling _AtomicsShims.c
[39/49] Write sources
[42/49] Compiling CNIODarwin shim.c
[43/49] Compiling CNIOLLHTTP c_nio_api.c
[44/49] Compiling CNIOLinux shim.c
[45/49] Write swift-version-24593BA9C3E375BF.txt
[46/49] Compiling CNIOLLHTTP c_nio_llhttp.c
[47/85] Compiling c-nioatomics.c
[48/88] Compiling c-atomics.c
[50/88] Emitting module _NIOBase64
[51/88] Compiling _NIOBase64 Base64.swift
[52/88] Compiling ServiceContextModule ServiceContextKey.swift
[53/89] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[54/89] Compiling InternalCollectionsUtilities _SortedCollection.swift
[55/89] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[56/89] Compiling InternalCollectionsUtilities Debugging.swift
[57/89] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[58/90] Compiling HTTPTypes HTTPRequest.swift
[59/91] Emitting module HTTPTypes
[60/91] Compiling _NIODataStructures PriorityQueue.swift
[61/91] Compiling _NIODataStructures _TinyArray.swift
[62/91] Compiling InternalCollectionsUtilities Descriptions.swift
[63/91] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[64/91] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[65/91] Emitting module ServiceContextModule
[66/91] Compiling InternalCollectionsUtilities Integer rank.swift
[67/91] Emitting module InternalCollectionsUtilities
[68/91] Compiling HTTPTypes HTTPField.swift
[69/91] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[70/91] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[71/91] Compiling ServiceContextModule ServiceContext.swift
[72/92] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[73/92] Compiling InternalCollectionsUtilities UInt+reversed.swift
[74/92] Compiling HTTPTypes HTTPFieldName.swift
[75/92] Compiling HTTPTypes ISOLatin1String.swift
[76/92] Compiling HTTPTypes HTTPParsedFields.swift
[77/92] Compiling HTTPTypes HTTPResponse.swift
[80/95] Compiling ConcurrencyHelpers LockedValueBox.swift
[81/101] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[83/120] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[84/120] Compiling Atomics ManagedAtomic.swift
[85/120] Compiling Atomics ManagedAtomicLazyReference.swift
[86/120] Compiling Atomics UnsafeAtomic.swift
[87/120] Compiling Atomics UnsafeAtomicLazyReference.swift
[88/128] Compiling Atomics AtomicMemoryOrderings.swift
[89/128] Compiling Atomics DoubleWord.swift
[90/128] Compiling Atomics AtomicStorage.swift
[91/128] Compiling Atomics AtomicValue.swift
[92/128] Compiling Instrumentation NoOpInstrument.swift
[93/128] Emitting module Instrumentation
[94/128] Compiling Instrumentation MultiplexInstrument.swift
[95/128] Emitting module NIOConcurrencyHelpers
[96/128] Compiling CoreMetrics Metrics.swift
[97/128] Emitting module ConcurrencyHelpers
[98/128] Compiling ConcurrencyHelpers Lock.swift
[99/128] Compiling NIOConcurrencyHelpers NIOLock.swift
[100/128] Compiling NIOConcurrencyHelpers lock.swift
[101/128] Compiling HTTPTypes NIOLock.swift
[102/128] Emitting module CoreMetrics
[103/129] Compiling CoreMetrics Locks.swift
[104/129] Compiling Atomics AtomicInteger.swift
[105/129] Compiling Atomics AtomicOptionalWrappable.swift
[106/129] Compiling Atomics AtomicReference.swift
[107/130] Emitting module _NIODataStructures
[108/130] Compiling _NIODataStructures Heap.swift
[109/130] Compiling Logging MetadataProvider.swift
[110/131] Emitting module Logging
[111/131] Compiling Instrumentation InstrumentationSystem.swift
[112/131] Compiling Instrumentation Locks.swift
[113/131] Compiling Logging Locks.swift
[114/131] Compiling Instrumentation Instrument.swift
[115/132] Compiling Logging Logging.swift
[116/132] Compiling Logging LogHandler.swift
[117/133] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[118/133] Compiling NIOConcurrencyHelpers atomics.swift
[119/134] Compiling Atomics IntegerOperations.swift
[120/134] Compiling Atomics Unmanaged extensions.swift
[127/277] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[128/277] Compiling Tracing InstrumentationSystem+Tracing.swift
[129/277] Compiling HeapModule _HeapNode.swift
[130/277] Compiling Tracing TracingTime.swift
[131/277] Compiling HeapModule Heap.swift
[132/277] Emitting module Tracing
[133/277] Compiling HeapModule Heap+Invariants.swift
[134/277] Compiling HeapModule Heap+Descriptions.swift
[135/277] Compiling HeapModule Heap+UnsafeHandle.swift
[136/277] Compiling UnixSignals UnixSignal.swift
[137/277] Emitting module UnixSignals
[138/277] Emitting module HeapModule
[139/278] Compiling Tracing TracerProtocol.swift
[140/278] Compiling Tracing Tracer.swift
[142/278] Compiling UnixSignals UnixSignalsSequence.swift
[143/279] Compiling Tracing TracerProtocol+Legacy.swift
[144/279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[145/279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[146/279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[147/279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[148/279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[149/279] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[150/279] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[151/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[152/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[153/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[154/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[155/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[156/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[157/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[159/337] Compiling Tracing SpanProtocol.swift
[160/339] Compiling Tracing NoOpTracer.swift
[161/378] Compiling HashTreeCollections TreeDictionary+Codable.swift
[162/378] Compiling HashTreeCollections TreeDictionary+Collection.swift
[163/378] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[164/378] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[165/378] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[166/378] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[167/378] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[168/378] Compiling HashTreeCollections TreeDictionary+Filter.swift
[169/378] Compiling HashTreeCollections _HashNode+Structural union.swift
[170/378] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[171/378] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[172/378] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[173/378] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[174/378] Compiling HashTreeCollections _HashNode.swift
[175/378] Compiling HashTreeCollections _HashNodeHeader.swift
[176/378] Compiling HashTreeCollections _HashSlot.swift
[178/378] Compiling HashTreeCollections _HashNode+Builder.swift
[179/378] Compiling HashTreeCollections _HashNode+Debugging.swift
[180/378] Compiling HashTreeCollections _HashNode+Initializers.swift
[181/378] Compiling HashTreeCollections _HashNode+Invariants.swift
[182/378] Compiling HashTreeCollections _HashNode+Lookups.swift
[183/378] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[184/378] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[185/378] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[186/378] Compiling DequeModule Deque._UnsafeHandle.swift
[187/378] Compiling DequeModule Deque.swift
[188/378] Compiling DequeModule Deque+Testing.swift
[189/378] Compiling DequeModule Deque._Storage.swift
[190/378] Compiling DequeModule _DequeBuffer.swift
[191/378] Compiling DequeModule _DequeBufferHeader.swift
[192/378] Compiling HashTreeCollections _Hash.swift
[193/378] Compiling HashTreeCollections _HashLevel.swift
[194/378] Compiling DequeModule Deque+CustomReflectable.swift
[195/378] Compiling DequeModule Deque+Descriptions.swift
[198/433] Compiling BitCollections BitArray._UnsafeHandle.swift
[199/433] Compiling BitCollections BitArray.swift
[200/433] Compiling HashTreeCollections TreeSet+Hashable.swift
[201/433] Compiling HashTreeCollections TreeSet+Sendable.swift
[202/433] Compiling HashTreeCollections TreeSet+Sequence.swift
[203/433] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[204/433] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[205/433] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[206/433] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[207/433] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[208/433] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[209/433] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[210/443] Compiling BitCollections BitArray+Invariants.swift
[211/443] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[212/443] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[213/443] Compiling BitCollections BitSet+Extras.swift
[214/443] Compiling BitCollections BitSet+Hashable.swift
[215/443] Compiling BitCollections BitArray+BitwiseOperations.swift
[216/443] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[217/443] Compiling BitCollections BitArray+Codable.swift
[218/443] Compiling BitCollections BitArray+Collection.swift
[219/443] Compiling BitCollections BitArray+Copy.swift
[220/443] Compiling BitCollections BitArray+CustomReflectable.swift
[221/443] Compiling BitCollections BitArray+Descriptions.swift
[222/443] Compiling HashTreeCollections TreeDictionary.swift
[223/443] Compiling HashTreeCollections TreeSet+Codable.swift
[224/443] Compiling HashTreeCollections TreeSet+Collection.swift
[225/443] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[226/443] Compiling HashTreeCollections TreeSet+Debugging.swift
[227/443] Compiling HashTreeCollections TreeSet+Descriptions.swift
[228/443] Compiling HashTreeCollections TreeSet+Equatable.swift
[229/443] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[230/443] Compiling HashTreeCollections TreeSet+Extras.swift
[231/443] Compiling HashTreeCollections TreeSet+Filter.swift
[232/452] Compiling BitCollections BitArray+Equatable.swift
[233/452] Compiling BitCollections BitSet+Initializers.swift
[234/452] Compiling BitCollections BitSet+Invariants.swift
[235/452] Compiling BitCollections BitSet+Random.swift
[236/452] Compiling BitCollections BitSet+SetAlgebra basics.swift
[237/452] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[238/452] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[239/452] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[240/452] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[241/452] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[242/452] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[243/452] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[244/452] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[245/452] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[246/452] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[247/452] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[248/452] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[249/452] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[250/452] Compiling BitCollections BitArray+Extras.swift
[251/452] Compiling BitCollections BitArray+Fill.swift
[252/452] Compiling BitCollections BitSet+BidirectionalCollection.swift
[253/452] Compiling BitCollections BitSet+Codable.swift
[254/452] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[255/452] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[256/452] Compiling BitCollections BitArray+RandomBits.swift
[257/452] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[258/452] Compiling BitCollections BitArray+Shifts.swift
[259/452] Compiling BitCollections BitArray+Testing.swift
[270/452] Emitting module Atomics
[275/452] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[276/452] Compiling BitCollections BitSet+SetAlgebra union.swift
[277/452] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[278/452] Compiling BitCollections BitSet.Counted.swift
[279/452] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[280/452] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[281/452] Compiling HashTreeCollections TreeDictionary+Values.swift
[284/453] Compiling BitCollections BitArray+Hashable.swift
[285/453] Compiling BitCollections BitArray+Initializers.swift
[288/453] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[289/453] Compiling BitCollections BitSet+CustomReflectable.swift
[290/453] Compiling BitCollections BitSet+CustomStringConvertible.swift
[291/453] Compiling BitCollections BitSet+Equatable.swift
[293/453] Compiling HTTPTypes HTTPFields.swift
[303/461] Compiling BitCollections BitSet.swift
[304/461] Compiling BitCollections Range+Utilities.swift
[305/461] Compiling BitCollections Slice+Utilities.swift
[306/461] Compiling BitCollections UInt+Tricks.swift
[307/461] Compiling BitCollections _Word.swift
[328/461] Compiling _RopeModule _CharacterRecognizer.swift
[329/461] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[330/461] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[331/461] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[332/461] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[333/461] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[334/461] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[335/461] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[336/461] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[337/461] Compiling HashTreeCollections TreeSet.swift
[338/461] Emitting module DequeModule
[354/462] Emitting module OrderedCollections
[356/463] Emitting module BitCollections
[368/568] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[369/568] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[370/568] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[371/568] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[372/568] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[373/568] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[374/568] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[375/568] Compiling AsyncAlgorithms AsyncChannel.swift
[376/568] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[377/568] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[378/568] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[379/568] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[380/568] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[381/568] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[382/568] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[383/568] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[384/568] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[385/568] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[386/568] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[387/568] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[388/568] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[389/568] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[390/568] Compiling AsyncAlgorithms ChannelStateMachine.swift
[391/568] Compiling AsyncAlgorithms ChannelStorage.swift
[392/568] Emitting module _RopeModule
[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/568] Compiling NIOCore NIOSendable.swift
[399/568] Compiling NIOCore RecvByteBufferAllocator.swift
[401/569] Emitting module Metrics
[402/569] Compiling Metrics Metrics.swift
[404/570] Emitting module AsyncAlgorithms
[416/576] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[425/576] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[426/576] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[432/576] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[433/576] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[434/576] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[435/576] Compiling AsyncAlgorithms CombineLatestStorage.swift
[436/576] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[437/576] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[438/576] Compiling _RopeModule Rope+Join.swift
[439/576] Compiling _RopeModule Rope+MutatingForEach.swift
[440/576] Compiling _RopeModule Rope+Remove.swift
[441/576] Compiling _RopeModule Rope+RemoveSubrange.swift
[442/576] Compiling _RopeModule Rope+Split.swift
[443/576] Compiling _RopeModule Optional Utilities.swift
[444/576] Compiling _RopeModule String Utilities.swift
[445/576] Compiling _RopeModule String.Index+ABI.swift
[447/576] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[448/576] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[449/576] Compiling AsyncAlgorithms MergeStateMachine.swift
[450/576] Compiling AsyncAlgorithms MergeStorage.swift
[451/576] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[452/576] Compiling AsyncAlgorithms Rethrow.swift
[453/576] Compiling AsyncAlgorithms ZipStateMachine.swift
[454/576] Compiling AsyncAlgorithms ZipStorage.swift
[455/576] Compiling NIOCore GlobalSingletons.swift
[456/576] Compiling NIOCore MulticastChannel.swift
[481/577] Compiling AsyncAlgorithms DebounceStateMachine.swift
[482/577] Compiling AsyncAlgorithms DebounceStorage.swift
[483/577] Compiling AsyncAlgorithms Dictionary.swift
[484/577] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[485/577] Compiling AsyncAlgorithms Locking.swift
[486/577] Emitting module HashTreeCollections
[513/580] Compiling AsyncAlgorithms SetAlgebra.swift
[514/580] Compiling AsyncAlgorithms UnsafeTransfer.swift
[515/580] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[516/580] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[519/581] Emitting module Collections
[520/581] Compiling Collections Collections.swift
[555/598] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[556/599] Emitting module ServiceLifecycle
[557/599] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[558/599] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[559/599] Compiling ServiceLifecycle ServiceRunnerError.swift
[560/599] Compiling ServiceLifecycle CancellationWaiter.swift
[561/599] Compiling ServiceLifecycle GracefulShutdown.swift
[562/599] Compiling ServiceLifecycle ServiceGroup.swift
[563/599] Compiling ServiceLifecycle Service.swift
[565/600] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[566/600] Compiling NIOCore SocketAddresses.swift
[567/600] Compiling NIOCore SocketOptionProvider.swift
[568/600] Compiling NIOCore SystemCallHelpers.swift
[569/600] Compiling NIOCore TimeAmount+Duration.swift
[570/600] Compiling NIOCore TypeAssistedChannelHandler.swift
[571/600] Compiling NIOCore UniversalBootstrapSupport.swift
[572/600] Compiling NIOCore Utilities.swift
[600/600] Emitting module NIOCore
[602/653] Emitting module NIOHTTPTypes
[603/653] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[605/654] Emitting module NIOEmbedded
[606/654] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[607/654] Compiling NIOEmbedded AsyncTestingChannel.swift
[608/654] Compiling NIOEmbedded Embedded.swift
[610/655] Compiling NIOPosix IO.swift
[611/655] Compiling NIOPosix IntegerBitPacking.swift
[612/655] Compiling NIOPosix IntegerTypes.swift
[613/655] Compiling NIOPosix Linux.swift
[614/655] Compiling NIOPosix LinuxCPUSet.swift
[615/655] Compiling NIOPosix LinuxUring.swift
[616/655] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[617/661] Emitting module NIOPosix
[618/661] Compiling NIOPosix ThreadPosix.swift
[619/661] Compiling NIOPosix ThreadWindows.swift
[620/661] Compiling NIOPosix UnsafeTransfer.swift
[621/661] Compiling NIOPosix Utilities.swift
[622/661] Compiling NIOPosix VsockAddress.swift
[623/661] Compiling NIOPosix VsockChannelEvents.swift
[624/661] Compiling NIOPosix Pool.swift
[625/661] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[626/661] Compiling NIOPosix PosixSingletons.swift
[627/661] Compiling NIOPosix RawSocketBootstrap.swift
[628/661] Compiling NIOPosix Resolver.swift
[629/661] Compiling NIOPosix Selectable.swift
[630/661] Compiling NIOPosix ServerSocket.swift
[631/661] Compiling NIOPosix Socket.swift
[632/661] Compiling NIOPosix SocketChannel.swift
[633/661] Compiling NIOPosix SocketProtocols.swift
[634/661] Compiling NIOPosix System.swift
[635/661] Compiling NIOPosix Thread.swift
[636/661] Compiling NIOPosix SelectableChannel.swift
[637/661] Compiling NIOPosix SelectableEventLoop.swift
[638/661] Compiling NIOPosix SelectorEpoll.swift
[639/661] Compiling NIOPosix SelectorGeneric.swift
[640/661] Compiling NIOPosix SelectorKqueue.swift
[641/661] Compiling NIOPosix SelectorUring.swift
[642/661] Compiling NIOPosix NIOThreadPool.swift
[643/661] Compiling NIOPosix NonBlockingFileIO.swift
[644/661] Compiling NIOPosix PendingDatagramWritesManager.swift
[645/661] Compiling NIOPosix PendingWritesManager.swift
[646/661] Compiling NIOPosix PipeChannel.swift
[647/661] Compiling NIOPosix PipePair.swift
[648/661] Compiling NIOPosix BSDSocketAPICommon.swift
[649/661] Compiling NIOPosix BSDSocketAPIPosix.swift
[650/661] Compiling NIOPosix BSDSocketAPIWindows.swift
[651/661] Compiling NIOPosix BaseSocket.swift
[652/661] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[653/661] Compiling NIOPosix BaseSocketChannel.swift
[654/661] Compiling NIOPosix BaseStreamSocketChannel.swift
[655/661] Compiling NIOPosix Bootstrap.swift
[656/661] Compiling NIOPosix ControlMessage.swift
[657/661] Compiling NIOPosix DatagramVectorReadManager.swift
[658/661] Compiling NIOPosix Errors+Any.swift
[659/661] Compiling NIOPosix FileDescriptor.swift
[660/661] Compiling NIOPosix GetaddrinfoResolver.swift
[661/661] Compiling NIOPosix HappyEyeballs.swift
[663/664] Emitting module NIO
[664/664] Compiling NIO Exports.swift
[666/773] Compiling SQLKit SQLReturningBuilder.swift
[667/773] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[668/775] Compiling SQLKit SQLPredicateGroupBuilder.swift
[669/775] Compiling SQLKit SQLRawBuilder.swift
[670/775] Emitting module NIOHTTP1
[671/775] Compiling SQLKit SQLError.swift
[672/775] Compiling SQLKit SQLExpressions+Deprecated.swift
[673/775] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[674/775] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[675/775] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[676/775] Compiling SQLKit SQLColumnAssignment.swift
[677/775] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[678/775] Compiling SQLKit SQLColumnDefinition.swift
[679/775] Compiling SQLKit SQLCommonTableExpression.swift
[680/775] Compiling SQLKit SQLConflictAction.swift
[681/775] Compiling SQLKit SQLConflictResolutionStrategy.swift
[682/775] Compiling SQLKit SQLDropBehaviour.swift
[683/775] Compiling SQLKit SQLEnumDataType.swift
[684/775] Compiling SQLKit SQLExcludedColumn.swift
[685/775] Compiling SQLKit SQLForeignKey.swift
[686/775] Compiling SQLKit SQLJoin.swift
[687/775] Compiling SQLKit SQLJoinMethod.swift
[688/775] Compiling SQLKit SQLLockingClause.swift
[689/775] Compiling SQLKit SQLOrderBy.swift
[690/775] Compiling SQLKit SQLReturning.swift
[691/775] Compiling SQLKit SQLSubquery.swift
[692/775] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[693/775] Compiling SQLKit SQLAlterEnum.swift
[694/775] Compiling SQLKit SQLAlterTable.swift
[695/775] Compiling SQLKit SQLCreateEnum.swift
[696/775] Compiling SQLKit SQLCreateIndex.swift
[697/775] Compiling SQLKit SQLCreateTable.swift
[698/775] Compiling SQLKit SQLCreateTrigger.swift
[699/775] Compiling SQLKit SQLDelete.swift
[700/775] Compiling SQLKit SQLDropEnum.swift
[701/775] Compiling SQLKit SQLDropIndex.swift
[702/775] Compiling SQLKit SQLDropTable.swift
[703/775] Compiling SQLKit SQLDropTrigger.swift
[704/775] Compiling SQLKit SQLInsert.swift
[705/775] Compiling SQLKit SQLSelect.swift
[706/775] Compiling SQLKit SQLUnion.swift
[707/775] Compiling SQLKit SQLUpdate.swift
[708/775] Compiling SQLKit SQLExpression.swift
[709/775] Compiling SQLKit SQLSerializer.swift
[710/775] Compiling SQLKit SQLStatement.swift
[711/775] Compiling SQLKit SQLBinaryExpression.swift
[712/775] Compiling SQLKit SQLBinaryOperator.swift
[713/775] Compiling SQLKit SQLBind.swift
[714/787] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[715/787] Compiling SQLKit Exports.swift
[716/787] Compiling SQLKit SQLAlias.swift
[717/787] Compiling SQLKit SQLBetween.swift
[718/787] Compiling SQLKit SQLColumn.swift
[719/787] Compiling SQLKit SQLConstraint.swift
[720/787] Compiling SQLKit SQLDataType.swift
[721/787] Compiling SQLKit SQLDirection.swift
[722/787] Compiling SQLKit SQLDistinct.swift
[723/787] Compiling SQLKit SQLForeignKeyAction.swift
[724/787] Compiling SQLKit SQLNestedSubpathExpression.swift
[725/787] Compiling SQLKit SQLQualifiedTable.swift
[726/787] Compiling SQLKit SQLQueryString.swift
[727/787] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[728/787] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[729/787] Compiling SQLKit SQLDialect.swift
[730/787] Compiling SQLKit SQLDatabase+Deprecated.swift
[731/787] Compiling SQLKit SQLDatabase.swift
[732/787] Compiling SQLKit SQLDatabaseReportedVersion.swift
[737/787] Compiling SQLKit SQLSubqueryBuilder.swift
[738/787] Compiling SQLKit SQLUnionBuilder.swift
[739/787] Compiling SQLKit SQLUpdateBuilder.swift
[740/787] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[741/787] Compiling SQLKit SQLColumnUpdateBuilder.swift
[742/787] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[743/787] Compiling SQLKit SQLCommonUnionBuilder.swift
[744/787] Compiling SQLKit SQLJoinBuilder.swift
[745/787] Compiling SQLKit SQLPartialResultBuilder.swift
[746/787] Compiling SQLKit SQLAlterEnumBuilder.swift
[747/787] Compiling SQLKit SQLAlterTableBuilder.swift
[748/787] Compiling SQLKit SQLConflictUpdateBuilder.swift
[749/787] Compiling SQLKit SQLCreateEnumBuilder.swift
[750/787] Compiling SQLKit SQLCreateIndexBuilder.swift
[751/787] Compiling SQLKit SQLCreateTableBuilder.swift
[752/787] Compiling SQLKit SQLCreateTriggerBuilder.swift
[753/787] Compiling SQLKit SQLDeleteBuilder.swift
[754/787] Compiling SQLKit SQLDropEnumBuilder.swift
[755/787] Compiling SQLKit SQLDropIndexBuilder.swift
[756/787] Compiling SQLKit SQLDropTableBuilder.swift
[757/787] Compiling SQLKit SQLDropTriggerBuilder.swift
[758/787] Compiling SQLKit SQLInsertBuilder.swift
[759/787] Compiling SQLKit SQLPredicateBuilder.swift
[760/787] Compiling SQLKit SQLQueryBuilder.swift
[761/787] Compiling SQLKit SQLQueryFetcher.swift
[775/788] Emitting module SQLKit
[777/810] Emitting module NIOHTTPTypesHTTP1
[778/810] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[779/810] Compiling NIOExtras NIOExtrasError.swift
[780/810] Compiling NIOExtras NIOLengthFieldBitLength.swift
[781/810] Compiling NIOExtras NIORequestIdentifiable.swift
[782/812] Compiling NIOExtras RequestResponseHandler.swift
[783/812] Compiling NIOExtras RequestResponseWithIDHandler.swift
[784/812] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[785/812] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[786/812] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[787/812] Compiling NIOExtras PCAPRingBuffer.swift
[788/812] Compiling NIOExtras QuiescingHelper.swift
[789/813] Emitting module NIOExtras
[791/813] Compiling SQLKit SQLFunction.swift
[792/813] Compiling SQLKit SQLGroupExpression.swift
[793/813] Compiling SQLKit SQLIdentifier.swift
[794/813] Compiling SQLKit SQLList.swift
[795/813] Compiling SQLKit SQLLiteral.swift
[796/813] Compiling SQLKit SQLRaw.swift
[797/813] Compiling SQLKit SQLCodingUtilities.swift
[798/813] Compiling SQLKit SQLQueryEncoder.swift
[799/813] Compiling SQLKit SQLRow.swift
[800/813] Compiling SQLKit SQLRowDecoder.swift
[801/813] Compiling SQLKit SomeCodingKey.swift
[802/813] Compiling SQLKit StringHandling.swift
[803/814] Compiling NIOExtras DebugInboundEventsHandler.swift
[804/814] Compiling NIOExtras DebugOutboundEventsHandler.swift
[805/814] Compiling NIOExtras FixedLengthFrameDecoder.swift
[806/814] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[807/814] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[808/814] Compiling NIOExtras JSONRPCFraming.swift
[809/814] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[810/814] Compiling NIOExtras LengthFieldPrepender.swift
[811/814] Compiling NIOExtras LineBasedFrameDecoder.swift
[813/901] Compiling FluentKit ModelResponder.swift
[814/901] Compiling FluentKit Migration.swift
[816/926] Compiling HummingbirdCore Deprecations.swift
[817/926] Compiling HummingbirdCore Request.swift
[818/926] Compiling HummingbirdCore RequestBody+inboundClose.swift
[819/926] Compiling HummingbirdCore RequestBody.swift
[820/926] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[821/926] Compiling HummingbirdCore URI.swift
[822/926] Compiling HummingbirdCore Response.swift
[823/926] Compiling HummingbirdCore ResponseBody.swift
[824/926] Compiling HummingbirdCore ResponseBodyWriter.swift
[825/926] Compiling HummingbirdCore ResponseWriter.swift
[826/926] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[827/926] Compiling HummingbirdCore BindAddress.swift
[828/926] Compiling HummingbirdCore HTTP1Channel.swift
[829/938] Emitting module FluentKit
[830/938] Compiling FluentKit QueryBuilder+Group.swift
[831/938] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[832/938] Compiling FluentKit QueryBuilder+Join.swift
[833/938] Compiling FluentKit QueryBuilder+Paginate.swift
[834/938] Compiling FluentKit QueryBuilder+Range.swift
[835/938] Compiling FluentKit QueryBuilder+Set.swift
[836/938] Compiling FluentKit QueryBuilder+Sort.swift
[837/938] Compiling FluentKit QueryBuilder.swift
[838/938] Compiling FluentKit DatabaseQuery+Action.swift
[839/938] Compiling FluentKit DatabaseQuery+Aggregate.swift
[840/938] Compiling FluentKit DatabaseQuery+Field.swift
[841/938] Compiling FluentKit DatabaseQuery+Filter.swift
[842/938] Emitting module HummingbirdCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[852/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
[853/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
[854/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
[855/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[860/941] Compiling HummingbirdCore ServerChildChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[861/941] Compiling HummingbirdCore ServerConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[862/941] Compiling HummingbirdCore TSTLSOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[863/941] Compiling HummingbirdCore AnyAsyncSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[864/941] Compiling HummingbirdCore FlatDictionary.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[865/941] Compiling HummingbirdCore HBParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[866/941] Compiling FluentKit DatabaseQuery+Join.swift
[867/941] Compiling FluentKit DatabaseQuery+Range.swift
[868/941] Compiling FluentKit DatabaseQuery+Sort.swift
[869/941] Compiling FluentKit DatabaseQuery+Value.swift
[870/941] Compiling FluentKit DatabaseQuery.swift
[871/941] Compiling FluentKit QueryHistory.swift
[872/941] Compiling FluentKit DatabaseSchema.swift
[873/941] Compiling FluentKit SchemaBuilder.swift
[874/941] Compiling FluentKit OptionalType.swift
[875/941] Compiling FluentKit RandomGeneratable.swift
[876/941] Compiling FluentKit SomeCodingKey.swift
[877/941] Compiling FluentKit UnsafeMutableTransferBox.swift
[878/941] Compiling HummingbirdCore OutputBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[879/941] Compiling HummingbirdCore String+percentEncode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[880/941] Compiling HummingbirdCore UnsafeTransfer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[894/942] Compiling FluentKit BooleanPropertyFormat.swift
[895/942] Compiling FluentKit Children.swift
[896/942] Compiling FluentKit CompositeChildren.swift
[897/942] Compiling FluentKit CompositeID.swift
[898/942] Compiling FluentKit CompositeOptionalChild.swift
[899/942] Compiling FluentKit CompositeOptionalParent.swift
[900/942] Compiling FluentKit CompositeParent.swift
[901/942] Compiling FluentKit Field.swift
[902/942] Compiling FluentKit FieldKey.swift
[903/942] Compiling FluentKit Group.swift
[904/942] Compiling FluentKit ID.swift
[905/942] Compiling FluentKit OptionalBoolean.swift
[906/942] Compiling FluentKit OptionalChild.swift
[907/942] Compiling FluentKit OptionalField.swift
[908/942] Compiling FluentKit OptionalParent.swift
[909/942] Compiling FluentKit Parent.swift
[910/942] Compiling FluentKit Property.swift
[911/942] Compiling FluentKit Relation.swift
[912/942] Compiling FluentKit Siblings.swift
[913/942] Compiling FluentKit Timestamp.swift
[914/942] Compiling FluentKit TimestampFormat.swift
[915/942] Compiling FluentKit QueryBuilder+Aggregate.swift
[916/942] Compiling FluentKit QueryBuilder+EagerLoad.swift
[917/942] Compiling FluentKit QueryBuilder+Filter.swift
[919/942] Compiling FluentKit MirrorBypass.swift
[920/942] Compiling FluentKit Model+CRUD.swift
[921/942] Compiling FluentKit Model.swift
[922/942] Compiling FluentKit ModelAlias.swift
[923/942] Compiling FluentKit Schema.swift
[924/942] Compiling FluentKit FieldOperators.swift
[925/942] Compiling FluentKit Operators.swift
[926/942] Compiling FluentKit ValueOperators+Array.swift
[927/942] Compiling FluentKit ValueOperators+String.swift
[928/942] Compiling FluentKit ValueOperators.swift
[929/942] Compiling FluentKit Boolean.swift
[930/942] Compiling FluentKit Siblings+Concurrency.swift
[931/942] Compiling FluentKit Database+Logging.swift
[932/942] Compiling FluentKit Database.swift
[933/942] Compiling FluentKit DatabaseID.swift
[934/942] Compiling FluentKit DatabaseInput.swift
[935/942] Compiling FluentKit DatabaseOutput.swift
[936/942] Compiling FluentKit Databases.swift
[937/942] Compiling FluentKit KeyPrefixingStrategy.swift
[938/942] Compiling FluentKit TransactionControlDatabase.swift
[939/942] Compiling FluentKit DatabaseEnum.swift
[940/942] Compiling FluentKit EnumBuilder.swift
[941/942] Compiling FluentKit EnumMetadata.swift
[942/942] Compiling FluentKit EnumProperty.swift
[944/1007] 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
[945/1007] 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
[946/1007] 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
[947/1007] 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
[948/1007] 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
[949/1007] 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
[950/1007] 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
[951/1007] 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
[952/1007] 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
[953/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
[954/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
[955/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
[956/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
[957/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
[958/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
[959/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
[960/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
[961/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
[962/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
[963/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
[964/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
[965/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
[966/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
[967/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
[968/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
[969/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
[970/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
[971/1016] 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
[972/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
[973/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
[974/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
[975/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
[976/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
[977/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
[978/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
[979/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
[980/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
[981/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
[982/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
[983/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
[984/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
[985/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
[986/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
[987/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
[988/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
[989/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
[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 Deprecations.swift
[1019/1021] Emitting module HummingbirdFluent
[1020/1021] Compiling HummingbirdFluent Fluent.swift
[1021/1021] Compiling HummingbirdFluent Persist+fluent.swift
Build complete! (262.23s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.