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 (fcad2c), with Swift 6.1 for Linux on 12 Aug 2025 17:25:09 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.65.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 fcad2ce Bump actions/checkout from 4 to 5 in the dependencies group (#42)
Cloned https://github.com/hummingbird-project/hummingbird-fluent.git
Revision (git rev-parse @):
fcad2ce5d1001698c28961af8c0780b903ca9b07
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-2":/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/hummingbird-project/hummingbird.git
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5010] Fetching swift-async-algorithms
[603/6357] Fetching swift-async-algorithms, fluent-sqlite-driver
[5607/31177] Fetching swift-async-algorithms, fluent-sqlite-driver, hummingbird
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (1.53s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.53s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/vapor/fluent-kit.git
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.81s)
[1/2433] Fetching swift-service-lifecycle
[2434/15761] Fetching swift-service-lifecycle, fluent-kit
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.71s)
Fetched https://github.com/vapor/fluent-kit.git from cache (0.72s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.1 (3.37s)
Fetching https://github.com/vapor/sqlite-kit.git
Fetching https://github.com/apple/swift-log.git
[1/2118] Fetching sqlite-kit
[404/6004] Fetching sqlite-kit, swift-log
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.69s)
Fetched https://github.com/apple/swift-log.git from cache (0.70s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (6.79s)
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sql-kit.git
[1/2409] Fetching async-kit
[2410/8429] Fetching async-kit, sql-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.37s)
[1505/6020] Fetching sql-kit
[6021/7727] Fetching sql-kit, sqlite-nio
[6022/85118] Fetching sql-kit, sqlite-nio, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.64s)
[775/79098] Fetching sqlite-nio, swift-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (2.39s)
[46435/77391] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.38s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (8.44s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (4.39s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-collections.git
[1/5968] Fetching swift-algorithms
[4477/22921] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (1.42s)
Fetched https://github.com/apple/swift-collections.git from cache (1.46s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.01s)
Fetching https://github.com/apple/swift-numerics.git
[1/5916] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.81s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (1.32s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.1 (0.46s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.48s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4847] Fetching swift-system
[1213/6655] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.46s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.52s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.14s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.73s)
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.78s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.65s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.71s)
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.45s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.15.0 (0.69s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/5116] Fetching swift-distributed-tracing
[1485/7817] Fetching swift-distributed-tracing, swift-nio-transport-services
[1777/13944] Fetching swift-distributed-tracing, swift-nio-transport-services, swift-nio-extras
[6826/25605] Fetching swift-distributed-tracing, swift-nio-transport-services, swift-nio-extras, swift-nio-http2
[12496/39692] Fetching swift-distributed-tracing, swift-nio-transport-services, swift-nio-extras, swift-nio-http2, async-http-client
[16938/54695] Fetching swift-distributed-tracing, swift-nio-transport-services, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.47s)
[15286/51994] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.68s)
[17964/45867] Fetching swift-distributed-tracing, swift-nio-http2, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-http-types.git
[30601/48086] Fetching swift-distributed-tracing, swift-nio-http2, async-http-client, swift-nio-ssl, swift-metrics
[34620/49003] Fetching swift-distributed-tracing, swift-nio-http2, async-http-client, swift-nio-ssl, swift-metrics, swift-http-types
Fetched https://github.com/apple/swift-metrics.git from cache (0.54s)
[35483/46784] Fetching swift-distributed-tracing, swift-nio-http2, async-http-client, swift-nio-ssl, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.44s)
[35365/45867] Fetching swift-distributed-tracing, swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.70s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.71s)
[19763/26664] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.70s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.72s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (3.26s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.64s)
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.02s)
Fetching https://github.com/apple/swift-service-context.git
[1/1088] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.27s)
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.79s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.51s)
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.46s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.53s)
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/1176] Fetching swift-http-structured-headers
[366/7636] Fetching swift-http-structured-headers, swift-certificates
[490/9265] Fetching swift-http-structured-headers, swift-certificates, swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.35s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.42s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.42s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.97s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.12.0 (0.79s)
Fetching https://github.com/apple/swift-crypto.git
[1/16238] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.80s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (2.60s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.65s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (1.68s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.8 (0.45s)
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.53s)
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.8
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/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/fluent-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.1
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.33.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.15.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.12.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-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-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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Building for debugging...
[0/50] Write sources
[33/50] Compiling CNIOWindows shim.c
[34/50] Compiling CNIOLinux liburing_shims.c
[35/50] Compiling CNIOWASI CNIOWASI.c
[36/50] Compiling CNIOWindows WSAStartup.c
[36/50] Compiling _AtomicsShims.c
[38/50] Compiling CNIOPosix event_loop_id.c
[39/50] Compiling CNIODarwin shim.c
[40/50] Write sources
[43/50] Compiling CNIOLLHTTP c_nio_http.c
[44/50] Compiling CNIOLinux shim.c
[45/50] Compiling CNIOLLHTTP c_nio_api.c
[46/50] Write swift-version-24593BA9C3E375BF.txt
[47/50] Compiling CNIOLLHTTP c_nio_llhttp.c
[48/86] Compiling c-nioatomics.c
[50/89] Compiling _NIODataStructures _TinyArray.swift
[51/89] Compiling HTTPTypes HTTPRequest.swift
[52/90] Emitting module ServiceContextModule
[53/90] Compiling ServiceContextModule ServiceContext.swift
[54/90] Compiling ServiceContextModule ServiceContextKey.swift
[54/90] Compiling c-atomics.c
[56/91] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[57/91] Compiling InternalCollectionsUtilities _SortedCollection.swift
[58/91] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[59/91] Compiling InternalCollectionsUtilities Debugging.swift
[60/92] Compiling _NIODataStructures PriorityQueue.swift
[61/92] Emitting module _NIOBase64
[62/92] Compiling _NIOBase64 Base64.swift
[63/93] Compiling HTTPTypes ISOLatin1String.swift
[64/93] Compiling HTTPTypes HTTPResponse.swift
[65/93] Compiling HTTPTypes HTTPParsedFields.swift
[66/93] Compiling InternalCollectionsUtilities Descriptions.swift
[67/93] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[68/93] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[69/93] Emitting module InternalCollectionsUtilities
[72/93] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[73/93] Compiling InternalCollectionsUtilities UInt+reversed.swift
[74/93] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[75/93] Compiling InternalCollectionsUtilities Integer rank.swift
[76/93] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[77/93] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[78/96] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[80/127] Compiling ConcurrencyHelpers LockedValueBox.swift
[81/127] Compiling ConcurrencyHelpers Lock.swift
[82/127] Emitting module ConcurrencyHelpers
[83/127] Emitting module _NIODataStructures
[84/127] Compiling _NIODataStructures Heap.swift
[85/127] Compiling Logging MetadataProvider.swift
[86/127] Emitting module CoreMetrics
[87/127] Compiling CoreMetrics Metrics.swift
[88/127] Compiling CoreMetrics Locks.swift
[89/130] Compiling Logging Logging.swift
[90/130] Compiling Logging LogHandler.swift
[91/130] Emitting module Logging
[92/130] Compiling Logging Locks.swift
[93/131] Compiling HTTPTypes NIOLock.swift
[97/131] Emitting module Instrumentation
[98/131] Compiling Instrumentation NoOpInstrument.swift
[100/131] Compiling Instrumentation Locks.swift
[101/131] Compiling Instrumentation MultiplexInstrument.swift
[102/146] Compiling NIOConcurrencyHelpers NIOLock.swift
[103/187] Compiling Instrumentation Instrument.swift
[104/187] Compiling Instrumentation InstrumentationSystem.swift
[105/188] Compiling OrderedCollections OrderedDictionary+Elements.swift
[106/188] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[107/188] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[108/188] Compiling OrderedCollections OrderedDictionary.swift
[109/188] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[110/188] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[111/189] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[112/189] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[113/262] Compiling NIOConcurrencyHelpers lock.swift
[115/262] Compiling _RopeModule BigString+Chunk+Splitting.swift
[116/262] Compiling _RopeModule BigString+Chunk.swift
[117/262] Compiling _RopeModule BigString+Iterators.swift
[118/262] Compiling _RopeModule BigString+Metrics.swift
[119/262] Compiling _RopeModule BigString+Summary.swift
[120/262] Emitting module NIOConcurrencyHelpers
[121/263] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[122/263] Compiling NIOConcurrencyHelpers atomics.swift
[123/269] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[125/270] Compiling _RopeModule Rope+Invariants.swift
[126/270] Compiling _RopeModule Rope+_Node.swift
[127/270] Compiling _RopeModule Rope+_Storage.swift
[128/270] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[129/270] Compiling _RopeModule Rope+_UnsafeHandle.swift
[130/270] Compiling _RopeModule Rope.swift
[131/270] Compiling _RopeModule RopeElement.swift
[132/270] Compiling _RopeModule BigString+Insert.swift
[133/270] Compiling _RopeModule BigString+Managing Breaks.swift
[134/270] Compiling _RopeModule BigString+RemoveSubrange.swift
[135/270] Compiling _RopeModule BigString+ReplaceSubrange.swift
[136/270] Compiling _RopeModule BigString+Split.swift
[137/270] Compiling _RopeModule Range+BigString.swift
[138/270] Compiling _RopeModule BigString+UTF16View.swift
[139/277] Compiling UnixSignals UnixSignal.swift
[140/277] Emitting module UnixSignals
[141/277] Compiling UnixSignals UnixSignalsSequence.swift
[142/278] Compiling HeapModule _HeapNode.swift
[143/278] Compiling HeapModule Heap.swift
[145/278] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[148/278] Compiling _RopeModule BigString+BidirectionalCollection.swift
[149/278] Compiling _RopeModule BigString+Comparable.swift
[150/278] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[151/278] Compiling _RopeModule BigString+CustomStringConvertible.swift
[152/278] Compiling _RopeModule BigString+Equatable.swift
[153/278] Compiling HeapModule Heap+Invariants.swift
[154/278] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[155/278] Compiling HeapModule Heap+Descriptions.swift
[156/278] Compiling HeapModule Heap+UnsafeHandle.swift
[157/280] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[158/280] Compiling _RopeModule BigString+Hashing.swift
[159/280] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[160/280] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[161/280] Compiling _RopeModule BigString+Sequence.swift
[162/280] Compiling _RopeModule BigString+TextOutputStream.swift
[163/280] Compiling _RopeModule BigString+Append.swift
[164/280] Compiling _RopeModule BigString+Initializers.swift
[165/285] Emitting module HeapModule
[167/285] Compiling _RopeModule BigString.swift
[168/285] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[169/285] Compiling _RopeModule BigString+Chunk+Breaks.swift
[170/285] Compiling _RopeModule BigString+Chunk+Counts.swift
[171/285] Compiling _RopeModule BigString+Chunk+Description.swift
[172/285] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[173/285] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[174/287] Compiling _RopeModule BigString+UTF8View.swift
[175/287] Compiling _RopeModule BigString+UnicodeScalarView.swift
[176/287] Compiling _RopeModule BigSubstring+UTF16View.swift
[177/287] Compiling _RopeModule BigSubstring+UTF8View.swift
[178/287] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[179/287] Compiling _RopeModule BigSubstring.swift
[180/287] Compiling _RopeModule Rope+Builder.swift
[181/287] Compiling _RopeModule Rope+Debugging.swift
[182/349] Compiling Tracing InstrumentationSystem+Tracing.swift
[184/374] Compiling Tracing TracingTime.swift
[185/378] Compiling Tracing TracerProtocol.swift
[186/378] Emitting module Tracing
[187/378] Compiling DequeModule Deque+Codable.swift
[188/378] Compiling DequeModule Deque+Collection.swift
[189/378] Compiling DequeModule Deque+CustomReflectable.swift
[190/378] Compiling DequeModule Deque+Descriptions.swift
[191/378] Compiling DequeModule Deque+Equatable.swift
[192/378] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[193/378] Compiling DequeModule Deque+Extras.swift
[194/378] Compiling DequeModule Deque+Hashable.swift
[197/378] Compiling Tracing Tracer.swift
[198/378] Compiling Tracing TracerProtocol+Legacy.swift
[201/380] Compiling Tracing NoOpTracer.swift
[202/380] Compiling Tracing SpanProtocol.swift
[203/381] Compiling DequeModule _DequeBuffer.swift
[204/381] Compiling DequeModule _DequeBufferHeader.swift
[205/381] Compiling HashTreeCollections TreeDictionary+Keys.swift
[206/381] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[207/381] Compiling HashTreeCollections TreeDictionary+Merge.swift
[208/381] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[209/381] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[210/381] Compiling HashTreeCollections TreeDictionary+Values.swift
[211/381] Compiling HashTreeCollections TreeDictionary.swift
[212/381] Compiling HashTreeCollections TreeSet+Codable.swift
[213/381] Compiling HashTreeCollections TreeSet+Collection.swift
[214/381] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[215/381] Compiling HashTreeCollections TreeSet+Debugging.swift
[216/381] Compiling HashTreeCollections TreeSet+Descriptions.swift
[217/381] Compiling HashTreeCollections TreeSet+Equatable.swift
[218/381] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[219/381] Compiling HashTreeCollections TreeSet+Extras.swift
[220/381] Compiling HashTreeCollections TreeSet+Filter.swift
[221/381] Compiling HashTreeCollections TreeSet+Hashable.swift
[222/381] Compiling HashTreeCollections TreeSet+Sendable.swift
[225/390] Compiling _RopeModule Rope+Join.swift
[226/390] Compiling _RopeModule Rope+MutatingForEach.swift
[227/390] Compiling _RopeModule Rope+Remove.swift
[228/390] Compiling _RopeModule Rope+RemoveSubrange.swift
[229/390] Compiling _RopeModule Rope+Split.swift
[230/390] Compiling _RopeModule Optional Utilities.swift
[231/390] Compiling _RopeModule String Utilities.swift
[232/390] Compiling _RopeModule String.Index+ABI.swift
[234/400] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[235/400] Compiling HashTreeCollections _HashNode+Structural merge.swift
[236/400] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[237/400] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[238/400] Compiling HashTreeCollections _HashNode+Structural union.swift
[239/400] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[240/400] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[241/400] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[242/400] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[243/400] Compiling HashTreeCollections _HashNode.swift
[246/400] Compiling HTTPTypes HTTPFieldName.swift
[247/400] Compiling HTTPTypes HTTPField.swift
[248/400] Compiling HTTPTypes HTTPFields.swift
[249/400] Emitting module HTTPTypes
[250/401] Compiling DequeModule Deque+Testing.swift
[251/401] Compiling DequeModule Deque._Storage.swift
[253/401] Compiling DequeModule Deque._UnsafeHandle.swift
[254/401] Compiling DequeModule Deque.swift
[257/401] Compiling DequeModule _DequeSlot.swift
[258/401] Compiling DequeModule _UnsafeWrappedBuffer.swift
[259/401] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[260/401] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[261/401] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[262/401] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[263/401] Emitting module Atomics
[266/401] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[267/401] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[268/401] Compiling HashTreeCollections TreeDictionary+Filter.swift
[269/401] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[270/401] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[294/454] Compiling BitCollections BitArray+Collection.swift
[295/454] Compiling BitCollections BitArray+Copy.swift
[296/454] Compiling BitCollections BitArray+CustomReflectable.swift
[297/454] Compiling BitCollections BitArray+BitwiseOperations.swift
[298/454] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[299/454] Compiling BitCollections BitArray+Codable.swift
[300/455] Emitting module OrderedCollections
[301/455] Compiling BitCollections BitArray+Extras.swift
[302/455] Compiling BitCollections BitArray+Fill.swift
[311/456] Compiling BitCollections BitArray+Descriptions.swift
[312/456] Compiling BitCollections BitArray+Equatable.swift
[313/456] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[314/456] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[317/456] Emitting module BitCollections
[318/463] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[319/463] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[320/463] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[321/463] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[322/463] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[323/463] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[324/463] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[325/463] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[326/463] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[327/463] Compiling HashTreeCollections TreeSet.swift
[328/463] Emitting module DequeModule
[333/464] Compiling BitCollections BitArray+Hashable.swift
[334/464] Compiling BitCollections BitArray+Initializers.swift
[335/464] Compiling BitCollections BitArray+Invariants.swift
[336/464] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[338/540] Compiling AsyncAlgorithms DebounceStateMachine.swift
[339/540] Compiling AsyncAlgorithms DebounceStorage.swift
[340/540] Compiling AsyncAlgorithms Dictionary.swift
[341/540] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[342/540] Compiling AsyncAlgorithms Locking.swift
[343/540] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[344/540] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[345/540] Compiling AsyncAlgorithms MergeStateMachine.swift
[346/540] Compiling AsyncAlgorithms MergeStorage.swift
[347/540] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[348/540] Compiling AsyncAlgorithms Rethrow.swift
[349/570] Emitting module _RopeModule
[350/570] Compiling NIOCore AddressedEnvelope.swift
[351/570] Compiling NIOCore AsyncAwaitSupport.swift
[352/570] Compiling NIOCore AsyncChannel.swift
[353/570] Compiling NIOCore AsyncChannelHandler.swift
[354/570] Compiling NIOCore AsyncChannelInboundStream.swift
[355/570] Compiling NIOCore AsyncChannelOutboundWriter.swift
[356/570] Compiling NIOCore NIOAsyncSequenceProducer.swift
[357/570] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[358/570] Compiling NIOCore EventLoopFuture.swift
[359/570] Compiling NIOCore FileDescriptor.swift
[360/570] Compiling NIOCore FileHandle.swift
[361/570] Compiling NIOCore FileRegion.swift
[362/570] Compiling NIOCore GlobalSingletons.swift
[363/570] Compiling NIOCore IO.swift
[364/570] Compiling NIOCore IOData.swift
[365/570] Compiling NIOCore ChannelHandler.swift
[366/570] Compiling NIOCore ChannelHandlers.swift
[367/570] Compiling NIOCore ChannelInvoker.swift
[368/570] Compiling NIOCore ChannelOption.swift
[369/570] Compiling NIOCore ChannelPipeline.swift
[370/570] Compiling NIOCore EventLoopFuture+Deprecated.swift
[371/570] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[372/570] Compiling NIOCore IPProtocol.swift
[373/570] Compiling NIOCore IntegerBitPacking.swift
[374/570] Compiling NIOCore IntegerTypes.swift
[375/570] Compiling NIOCore Interfaces.swift
[376/570] Compiling NIOCore Linux.swift
[377/570] Compiling NIOCore MarkedCircularBuffer.swift
[378/570] Compiling NIOCore MulticastChannel.swift
[379/570] Emitting module Metrics
[380/570] Compiling Metrics Metrics.swift
[382/571] Compiling NIOCore NIOAny.swift
[383/571] Compiling NIOCore NIOCloseOnErrorHandler.swift
[384/571] Compiling NIOCore NIOCoreSendableMetatype.swift
[385/571] Compiling NIOCore NIOLoopBound.swift
[386/571] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[387/571] Compiling NIOCore NIOScheduledCallback.swift
[388/571] Compiling NIOCore NIOSendable.swift
[389/571] Compiling NIOCore ByteBuffer-int.swift
[390/571] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[391/571] Compiling NIOCore CircularBuffer.swift
[392/571] Compiling NIOCore Codec.swift
[393/571] Compiling NIOCore ConvenienceOptionSupport.swift
[394/571] Compiling NIOCore DeadChannel.swift
[395/571] Compiling NIOCore DispatchQueue+WithFuture.swift
[396/571] Compiling NIOCore EventLoop+Deprecated.swift
[397/571] Compiling NIOCore EventLoop+SerialExecutor.swift
[398/571] Compiling NIOCore EventLoop.swift
[399/571] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[400/571] Compiling NIOCore ByteBuffer-multi-int.swift
[401/571] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[402/571] Compiling NIOCore ByteBuffer-views.swift
[403/571] Compiling NIOCore Channel.swift
[414/572] Emitting module AsyncAlgorithms
[423/578] Compiling NIOCore NIOAsyncWriter.swift
[424/578] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[425/578] Compiling NIOCore BSDSocketAPI.swift
[426/578] Compiling NIOCore ByteBuffer-aux.swift
[427/578] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[428/578] Compiling NIOCore ByteBuffer-conversions.swift
[429/578] Compiling NIOCore ByteBuffer-core.swift
[430/578] Compiling NIOCore ByteBuffer-hex.swift
[468/578] Compiling AsyncAlgorithms SetAlgebra.swift
[469/578] Compiling AsyncAlgorithms UnsafeTransfer.swift
[470/578] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[471/578] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[472/578] Compiling AsyncAlgorithms ZipStateMachine.swift
[501/579] Compiling NIOCore RecvByteBufferAllocator.swift
[502/587] Emitting module HashTreeCollections
[514/588] Compiling AsyncAlgorithms ZipStorage.swift
[544/591] Compiling Collections Collections.swift
[545/591] Emitting module Collections
[557/600] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[558/600] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[559/601] Emitting module ServiceLifecycle
[560/601] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[561/601] Compiling NIOCore SocketAddresses.swift
[562/601] Compiling NIOCore SocketOptionProvider.swift
[563/601] Compiling NIOCore SystemCallHelpers.swift
[564/601] Compiling NIOCore TimeAmount+Duration.swift
[565/601] Compiling NIOCore TypeAssistedChannelHandler.swift
[566/601] Compiling NIOCore UniversalBootstrapSupport.swift
[567/601] Compiling NIOCore Utilities.swift
[568/601] Compiling ServiceLifecycle ServiceRunnerError.swift
[569/601] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[570/601] Compiling ServiceLifecycle GracefulShutdown.swift
[571/601] Compiling ServiceLifecycle CancellationWaiter.swift
[572/601] Compiling ServiceLifecycle ServiceGroup.swift
[573/601] Compiling ServiceLifecycle Service.swift
[602/602] Emitting module NIOCore
[604/749] Emitting module NIOHTTPTypes
[605/749] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[607/750] Emitting module NIOEmbedded
[608/750] Compiling NIOEmbedded AsyncTestingChannel.swift
[609/750] Compiling SQLKit SQLPredicateGroupBuilder.swift
[610/750] Compiling SQLKit SQLRawBuilder.swift
[611/750] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[612/750] Compiling SQLKit SQLSelectBuilder.swift
[613/750] Compiling SQLKit SQLSubqueryBuilder.swift
[614/750] Compiling SQLKit SQLUnionBuilder.swift
[615/750] Compiling SQLKit SQLUpdateBuilder.swift
[616/750] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[617/750] Compiling SQLKit SQLColumnUpdateBuilder.swift
[618/750] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[619/750] Compiling SQLKit SQLCommonUnionBuilder.swift
[620/750] Compiling SQLKit SQLJoinBuilder.swift
[621/750] Compiling SQLKit SQLPartialResultBuilder.swift
[622/762] Compiling SQLKit SQLDropIndex.swift
[623/762] Compiling SQLKit SQLDropTable.swift
[624/762] Compiling SQLKit SQLDropTrigger.swift
[625/762] Compiling SQLKit SQLInsert.swift
[626/762] Compiling SQLKit SQLSelect.swift
[627/762] Compiling SQLKit SQLUnion.swift
[628/762] Compiling SQLKit SQLUpdate.swift
[629/762] Compiling SQLKit SQLExpression.swift
[630/762] Compiling SQLKit SQLSerializer.swift
[631/762] Compiling SQLKit SQLStatement.swift
[632/762] Compiling SQLKit SQLBinaryExpression.swift
[633/762] Compiling SQLKit SQLBinaryOperator.swift
[634/762] Compiling SQLKit SQLBind.swift
[635/762] Compiling SQLKit SQLAlterEnumBuilder.swift
[636/762] Compiling SQLKit SQLAlterTableBuilder.swift
[637/762] Compiling SQLKit SQLConflictUpdateBuilder.swift
[638/762] Compiling SQLKit SQLCreateEnumBuilder.swift
[639/762] Compiling SQLKit SQLCreateIndexBuilder.swift
[640/762] Compiling SQLKit SQLCreateTableBuilder.swift
[641/762] Compiling SQLKit SQLCreateTriggerBuilder.swift
[642/762] Compiling SQLKit SQLDeleteBuilder.swift
[643/762] Compiling SQLKit SQLDropEnumBuilder.swift
[644/762] Compiling SQLKit SQLDropIndexBuilder.swift
[645/762] Compiling SQLKit SQLDropTableBuilder.swift
[646/762] Compiling SQLKit SQLDropTriggerBuilder.swift
[647/762] Compiling SQLKit SQLInsertBuilder.swift
[648/762] Compiling NIOEmbedded Embedded.swift
[649/762] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[650/762] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[651/762] Compiling SQLKit SQLColumnAssignment.swift
[652/762] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[653/762] Compiling SQLKit SQLColumnDefinition.swift
[654/762] Compiling SQLKit SQLCommonTableExpression.swift
[655/762] Compiling SQLKit SQLConflictAction.swift
[656/762] Compiling SQLKit SQLConflictResolutionStrategy.swift
[657/762] Compiling SQLKit SQLDropBehaviour.swift
[658/762] Compiling SQLKit SQLEnumDataType.swift
[659/762] Compiling SQLKit SQLExcludedColumn.swift
[660/762] Compiling SQLKit SQLForeignKey.swift
[661/762] Compiling SQLKit SQLJoin.swift
[662/762] Compiling SQLKit SQLJoinMethod.swift
[663/762] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[664/762] Compiling SQLKit Exports.swift
[665/762] Compiling SQLKit SQLAlias.swift
[666/762] Compiling SQLKit SQLBetween.swift
[667/762] Compiling SQLKit SQLColumn.swift
[668/762] Compiling SQLKit SQLConstraint.swift
[669/762] Compiling SQLKit SQLDataType.swift
[670/762] Compiling SQLKit SQLDirection.swift
[671/762] Compiling SQLKit SQLDistinct.swift
[672/762] Compiling SQLKit SQLForeignKeyAction.swift
[673/762] Compiling SQLKit SQLNestedSubpathExpression.swift
[674/762] Compiling SQLKit SQLQualifiedTable.swift
[675/762] Compiling SQLKit SQLQueryString.swift
[676/762] Compiling SQLKit SQLLockingClause.swift
[677/762] Compiling SQLKit SQLOrderBy.swift
[678/762] Compiling SQLKit SQLReturning.swift
[679/762] Compiling SQLKit SQLSubquery.swift
[680/762] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[681/762] Compiling SQLKit SQLAlterEnum.swift
[682/762] Compiling SQLKit SQLAlterTable.swift
[683/762] Compiling SQLKit SQLCreateEnum.swift
[684/762] Compiling SQLKit SQLCreateIndex.swift
[685/762] Compiling SQLKit SQLCreateTable.swift
[686/762] Compiling SQLKit SQLCreateTrigger.swift
[687/762] Compiling SQLKit SQLDelete.swift
[688/762] Compiling SQLKit SQLDropEnum.swift
[689/763] Emitting module SQLKit
[691/763] Compiling SQLKit SQLPredicateBuilder.swift
[692/763] Compiling SQLKit SQLQueryBuilder.swift
[693/763] Compiling SQLKit SQLQueryFetcher.swift
[694/763] Compiling SQLKit SQLReturningBuilder.swift
[695/763] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[696/763] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[697/763] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[698/763] Compiling SQLKit SQLDatabase.swift
[699/763] Compiling SQLKit SQLDatabaseReportedVersion.swift
[700/763] Compiling SQLKit SQLDialect.swift
[701/763] Compiling SQLKit SQLDatabase+Deprecated.swift
[702/763] Compiling SQLKit SQLError.swift
[703/763] Compiling SQLKit SQLExpressions+Deprecated.swift
[737/769] Compiling SQLKit SQLFunction.swift
[738/769] Compiling SQLKit SQLGroupExpression.swift
[739/769] Compiling SQLKit SQLIdentifier.swift
[740/769] Compiling SQLKit SQLList.swift
[741/769] Compiling SQLKit SQLLiteral.swift
[742/769] Compiling SQLKit SQLRaw.swift
[743/769] Compiling SQLKit SQLCodingUtilities.swift
[744/769] Compiling SQLKit SQLQueryEncoder.swift
[745/769] Compiling SQLKit SQLRow.swift
[746/769] Compiling SQLKit SQLRowDecoder.swift
[747/769] Compiling SQLKit SomeCodingKey.swift
[748/769] Compiling SQLKit StringHandling.swift
[749/770] Emitting module NIOPosix
[765/770] Compiling NIOPosix ThreadPosix.swift
[766/770] Compiling NIOPosix ThreadWindows.swift
[767/770] Compiling NIOPosix UnsafeTransfer.swift
[768/770] Compiling NIOPosix Utilities.swift
[769/770] Compiling NIOPosix VsockAddress.swift
[770/770] Compiling NIOPosix VsockChannelEvents.swift
[772/773] Compiling NIO Exports.swift
[773/773] Emitting module NIO
[775/877] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[776/877] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[777/879] Emitting module NIOHTTP1
[778/879] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[779/879] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[780/879] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[781/879] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[782/879] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[783/879] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[784/879] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[785/879] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[786/879] Emitting module FluentKit
[787/891] Compiling NIOHTTP1 ByteCollectionUtils.swift
[788/891] Compiling NIOHTTP1 HTTPDecoder.swift
[789/891] Compiling NIOHTTP1 HTTPEncoder.swift
[796/891] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[797/891] Compiling NIOHTTP1 HTTPTypes.swift
[800/891] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[801/891] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[811/892] Compiling FluentKit ModelResponder.swift
[812/892] Compiling FluentKit Migration.swift
[813/892] Compiling FluentKit MigrationLog.swift
[814/892] Compiling FluentKit Migrations.swift
[815/892] Compiling FluentKit Migrator.swift
[816/892] Compiling FluentKit AnyModel.swift
[817/892] Compiling FluentKit EagerLoad.swift
[818/892] Compiling FluentKit Fields+Codable.swift
[819/892] Compiling FluentKit Fields.swift
[820/892] Compiling FluentKit MirrorBypass.swift
[821/892] Compiling FluentKit Model+CRUD.swift
[822/892] Compiling FluentKit Model.swift
[823/892] Compiling FluentKit ModelAlias.swift
[824/892] Compiling FluentKit Schema.swift
[825/892] Compiling FluentKit FieldOperators.swift
[826/892] Compiling FluentKit Operators.swift
[827/892] Compiling FluentKit ValueOperators+Array.swift
[828/892] Compiling FluentKit ValueOperators+String.swift
[829/892] Compiling FluentKit ValueOperators.swift
[830/892] Compiling FluentKit Boolean.swift
[832/892] Compiling FluentKit AsyncMigration.swift
[833/892] Compiling FluentKit AsyncModelMiddleware.swift
[834/892] Compiling FluentKit Children+Concurrency.swift
[835/892] Compiling FluentKit Database+Concurrency.swift
[836/892] Compiling FluentKit EnumBuilder+Concurrency.swift
[837/892] Compiling FluentKit Model+Concurrency.swift
[838/892] Compiling FluentKit ModelResponder+Concurrency.swift
[839/892] Compiling FluentKit OptionalChild+Concurrency.swift
[840/892] Compiling FluentKit OptionalParent+Concurrency.swift
[841/892] Compiling FluentKit Parent+Concurrency.swift
[842/892] Compiling FluentKit QueryBuilder+Concurrency.swift
[843/892] Compiling FluentKit Relation+Concurrency.swift
[844/892] Compiling FluentKit SchemaBuilder+Concurrency.swift
[845/892] Compiling FluentKit QueryBuilder+Group.swift
[846/892] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[847/892] Compiling FluentKit QueryBuilder+Join.swift
[848/892] Compiling FluentKit QueryBuilder+Paginate.swift
[849/892] Compiling FluentKit QueryBuilder+Range.swift
[850/892] Compiling FluentKit QueryBuilder+Set.swift
[851/892] Compiling FluentKit QueryBuilder+Sort.swift
[852/892] Compiling FluentKit QueryBuilder.swift
[853/892] Compiling FluentKit DatabaseQuery+Action.swift
[854/892] Compiling FluentKit DatabaseQuery+Aggregate.swift
[855/892] Compiling FluentKit DatabaseQuery+Field.swift
[856/892] Compiling FluentKit DatabaseQuery+Filter.swift
[857/912] Compiling FluentKit DatabaseQuery+Join.swift
[858/912] Compiling FluentKit DatabaseQuery+Range.swift
[859/912] Compiling FluentKit DatabaseQuery+Sort.swift
[860/912] Compiling FluentKit DatabaseQuery+Value.swift
[861/912] Compiling FluentKit DatabaseQuery.swift
[862/912] Compiling FluentKit QueryHistory.swift
[863/912] Compiling FluentKit DatabaseSchema.swift
[864/912] Compiling FluentKit SchemaBuilder.swift
[865/912] Compiling FluentKit OptionalType.swift
[866/912] Compiling FluentKit RandomGeneratable.swift
[867/912] Compiling FluentKit SomeCodingKey.swift
[868/912] Compiling FluentKit UnsafeMutableTransferBox.swift
[869/914] Emitting module NIOHTTPTypesHTTP1
[870/914] Compiling NIOExtras NIOLengthFieldBitLength.swift
[871/914] Compiling NIOExtras NIORequestIdentifiable.swift
[872/916] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[873/916] Compiling NIOExtras NIOExtrasError.swift
[874/916] Compiling NIOExtras PCAPRingBuffer.swift
[875/916] Compiling NIOExtras QuiescingHelper.swift
[876/916] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[877/916] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[878/916] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[879/916] Compiling NIOExtras RequestResponseHandler.swift
[880/916] Compiling NIOExtras RequestResponseHandlers+State.swift
[882/917] Emitting module NIOExtras
[883/917] Compiling FluentKit OptionalChild.swift
[884/917] Compiling FluentKit OptionalField.swift
[885/917] Compiling FluentKit OptionalParent.swift
[886/917] Compiling FluentKit Parent.swift
[887/917] Compiling FluentKit Property.swift
[888/917] Compiling FluentKit Relation.swift
[889/917] Compiling FluentKit Siblings.swift
[890/917] Compiling FluentKit Timestamp.swift
[891/917] Compiling FluentKit TimestampFormat.swift
[892/917] Compiling FluentKit QueryBuilder+Aggregate.swift
[893/917] Compiling FluentKit QueryBuilder+EagerLoad.swift
[894/917] Compiling FluentKit QueryBuilder+Filter.swift
[895/917] Compiling FluentKit BooleanPropertyFormat.swift
[896/917] Compiling FluentKit Children.swift
[897/917] Compiling FluentKit CompositeChildren.swift
[898/917] Compiling FluentKit CompositeID.swift
[899/917] Compiling FluentKit CompositeOptionalChild.swift
[900/917] Compiling FluentKit CompositeOptionalParent.swift
[901/917] Compiling FluentKit CompositeParent.swift
[902/917] Compiling FluentKit Field.swift
[903/917] Compiling FluentKit FieldKey.swift
[904/917] Compiling FluentKit Group.swift
[905/917] Compiling FluentKit ID.swift
[906/917] Compiling FluentKit OptionalBoolean.swift
[907/918] Compiling NIOExtras DebugInboundEventsHandler.swift
[908/918] Compiling NIOExtras DebugOutboundEventsHandler.swift
[909/918] Compiling NIOExtras FixedLengthFrameDecoder.swift
[910/918] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[911/918] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[912/918] Compiling NIOExtras JSONRPCFraming.swift
[913/918] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[914/918] Compiling NIOExtras LengthFieldPrepender.swift
[915/918] Compiling NIOExtras LineBasedFrameDecoder.swift
[917/918] Compiling NIOExtras RequestResponseWithIDHandler.swift
[918/918] Compiling NIOExtras WritePCAPHandler.swift
[920/944] Compiling HummingbirdCore ResponseBodyWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[921/944] Compiling HummingbirdCore ResponseWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[922/944] Compiling HummingbirdCore AvailableConnectionsHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[923/944] Compiling HummingbirdCore BindAddress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[924/947] Compiling HummingbirdCore HTTP1Channel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[925/947] 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
[926/947] 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
[927/947] 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
[928/947] 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
[929/947] 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
[930/947] 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
[931/947] 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
[932/947] Compiling HummingbirdCore OutputBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[933/947] 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
[934/947] 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
[935/947] 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
[936/947] 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
[937/947] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[938/947] Compiling HummingbirdCore URI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[939/947] Compiling HummingbirdCore Response.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[940/947] Compiling HummingbirdCore ResponseBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[941/947] Compiling HummingbirdCore Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[942/947] Compiling HummingbirdCore Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[943/947] Compiling HummingbirdCore RequestBody+inboundClose.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[944/947] Compiling HummingbirdCore RequestBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[945/947] Compiling HummingbirdCore SendableMetatype.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/947] 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
[947/947] 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
[949/1012] 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
[950/1012] 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
[951/1012] 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
[952/1012] 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
[953/1012] 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
[954/1012] 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
[955/1012] 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
[956/1012] 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
[957/1012] 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
[958/1012] 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
[959/1012] 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
[960/1012] 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
[961/1012] 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
[962/1012] 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
[963/1012] 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
[964/1012] 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
[965/1012] 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
[966/1012] 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
[967/1021] 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
[968/1021] 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
[969/1021] 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
[970/1021] 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
[971/1021] 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
[972/1021] 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
[973/1021] 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
[974/1021] 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
[975/1021] 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
[976/1021] 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
[977/1021] 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
[978/1021] 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
[979/1021] 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
[980/1021] 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
[981/1021] 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
[982/1021] 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
[983/1021] 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
[984/1021] 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
[985/1021] 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
[986/1021] 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
[987/1021] 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
[988/1021] 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
[989/1021] 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
[990/1021] 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
[991/1021] 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
[992/1021] 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
[993/1021] 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
[994/1021] 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
[995/1021] 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
[996/1021] 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
[997/1021] 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
[998/1021] 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
[999/1021] 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
[1000/1021] 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
[1001/1021] 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
[1002/1021] 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
[1003/1021] 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
[1004/1021] 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
[1005/1021] 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
[1006/1021] 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
[1007/1021] 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
[1008/1021] 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
[1009/1021] 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
[1010/1021] 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
[1011/1021] 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
[1012/1021] 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
[1013/1021] 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
[1014/1021] 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
[1015/1021] 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
[1016/1021] 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
[1017/1021] 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
[1018/1021] 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
[1019/1021] 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
[1020/1021] 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
[1021/1021] 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
[1023/1026] Compiling HummingbirdFluent Deprecations.swift
[1024/1026] Compiling HummingbirdFluent Fluent.swift
[1025/1026] Emitting module HummingbirdFluent
[1026/1026] Compiling HummingbirdFluent Persist+fluent.swift
Build complete! (165.28s)
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.