The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of VaporFluentDriver, reference master (a87622), with Swift 6.1 for Linux on 26 Apr 2025 01:56:12 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwifQL/VaporFluentDriver.git
Reference: master
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/SwifQL/VaporFluentDriver
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a876221 Update SwifQLVaporTests.swift
Cloned https://github.com/SwifQL/VaporFluentDriver.git
Revision (git rev-parse @):
a8762210e276308cb4f0d5f021880b7c9b6576f1
SUCCESS checkout https://github.com/SwifQL/VaporFluentDriver.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SwifQL/VaporFluentDriver.git
https://github.com/SwifQL/VaporFluentDriver.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swifql",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MihaelIsaev/SwifQL.git"
    },
    {
      "identity" : "swifqlnio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MihaelIsaev/SwifQLNIO.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "fluent-postgres-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-postgres-driver.git"
    },
    {
      "identity" : "fluent-mysql-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-mysql-driver.git"
    }
  ],
  "manifest_display_name" : "VaporFluentDriver",
  "name" : "VaporFluentDriver",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "VaporFluentDriver",
      "targets" : [
        "VaporFluentDriver"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VaporFluentDriver",
      "module_type" : "SwiftTarget",
      "name" : "VaporFluentDriver",
      "path" : "Sources/VaporFluentDriver",
      "product_dependencies" : [
        "SwifQL",
        "SwifQLNIO",
        "Fluent",
        "FluentPostgresDriver",
        "Vapor"
      ],
      "product_memberships" : [
        "VaporFluentDriver"
      ],
      "sources" : [
        "Exports.swift",
        "KeyPath.swift",
        "Rows+Decoder.swift",
        "SwifQLable+Execute.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwifQLVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "SwifQLVaporTests",
      "path" : "Tests/SwifQLVaporTests",
      "sources" : [
        "SwifQLVaporTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "VaporFluentDriver"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/MihaelIsaev/SwifQLNIO.git
Fetching https://github.com/vapor/fluent-postgres-driver.git
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor/fluent-mysql-driver.git
Fetching https://github.com/MihaelIsaev/SwifQL.git
Fetching https://github.com/vapor/vapor.git
[1/103] Fetching swifqlnio
[104/2762] Fetching swifqlnio, fluent-postgres-driver
[2498/5128] Fetching swifqlnio, fluent-postgres-driver, swifql
[3166/7902] Fetching swifqlnio, fluent-postgres-driver, swifql, fluent-mysql-driver
[3498/21309] Fetching swifqlnio, fluent-postgres-driver, swifql, fluent-mysql-driver, fluent
Fetched https://github.com/vapor/fluent-postgres-driver.git from cache (0.27s)
[10606/18650] Fetching swifqlnio, swifql, fluent-mysql-driver, fluent
Fetched https://github.com/MihaelIsaev/SwifQLNIO.git from cache (0.50s)
Fetched https://github.com/vapor/fluent-mysql-driver.git from cache (0.50s)
Fetched https://github.com/vapor/fluent.git from cache (0.51s)
[1/74313] Fetching vapor
Fetched https://github.com/MihaelIsaev/SwifQL.git from cache (1.71s)
Fetched https://github.com/vapor/vapor.git from cache (1.74s)
Computing version for https://github.com/MihaelIsaev/SwifQLNIO.git
Computed https://github.com/MihaelIsaev/SwifQLNIO.git at 2.2.0 (2.20s)
Fetching https://github.com/apple/swift-nio.git
[1/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.54s)
Computing version for https://github.com/MihaelIsaev/SwifQL.git
Computed https://github.com/MihaelIsaev/SwifQL.git at 1.6.0 (5.34s)
Computing version for https://github.com/vapor/fluent-mysql-driver.git
Computed https://github.com/vapor/fluent-mysql-driver.git at 4.7.1 (0.43s)
Fetching https://github.com/vapor/mysql-kit.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/fluent-kit.git
[1/3836] Fetching swift-log
[232/8964] Fetching swift-log, mysql-kit
[8965/22205] Fetching swift-log, mysql-kit, fluent-kit
Fetched https://github.com/vapor/mysql-kit.git from cache (0.44s)
Fetched https://github.com/apple/swift-log.git from cache (0.45s)
Fetched https://github.com/vapor/fluent-kit.git from cache (0.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.86s)
Computing version for https://github.com/vapor/mysql-kit.git
Computed https://github.com/vapor/mysql-kit.git at 4.9.0 (0.43s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/mysql-nio.git
[1/2370] Fetching async-kit
[665/4587] Fetching async-kit, mysql-nio
[4588/10570] Fetching async-kit, mysql-nio, sql-kit
[10571/25363] Fetching async-kit, mysql-nio, sql-kit, swift-nio-ssl
[10572/39147] Fetching async-kit, mysql-nio, sql-kit, swift-nio-ssl, swift-crypto
Fetched https://github.com/vapor/async-kit.git from cache (1.40s)
Fetched https://github.com/vapor/mysql-nio.git from cache (1.40s)
Fetched https://github.com/vapor/sql-kit.git from cache (1.40s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.42s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.43s)
Computing version for https://github.com/vapor/mysql-nio.git
Computed https://github.com/vapor/mysql-nio.git at 1.7.2 (1.89s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.1 (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.69s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[654/6058] Fetching swift-system, swift-atomics
[5889/22300] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.88s)
Fetched https://github.com/apple/swift-system.git from cache (0.88s)
Fetched https://github.com/apple/swift-collections.git from cache (0.90s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (1.31s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.42s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.46s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5903] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.33s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.74s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.46s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.35s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.82s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.51s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (0.42s)
Computing version for https://github.com/vapor/fluent-postgres-driver.git
Computed https://github.com/vapor/fluent-postgres-driver.git at 2.10.1 (0.42s)
Fetching https://github.com/vapor/postgres-kit.git
[1/5355] Fetching postgres-kit
Fetched https://github.com/vapor/postgres-kit.git from cache (0.27s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.14.0 (0.68s)
Fetching https://github.com/vapor/postgres-nio.git
[1/12103] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (0.49s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.25.0 (0.94s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-metrics.git
[1/2200] Fetching swift-metrics
[309/4590] Fetching swift-metrics, swift-service-lifecycle
[4591/7209] Fetching swift-metrics, swift-service-lifecycle, swift-nio-transport-services
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.30s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.30s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.31s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (0.74s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4965] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.30s)
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.80s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.42s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.43s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.51s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
[1/5662] Fetching swift-nio-extras
[851/10632] Fetching swift-nio-extras, swift-distributed-tracing
[3834/13840] Fetching swift-nio-extras, swift-distributed-tracing, multipart-kit
[5531/14899] Fetching swift-nio-extras, swift-distributed-tracing, multipart-kit, swift-service-context
[11286/17432] Fetching swift-nio-extras, swift-distributed-tracing, multipart-kit, swift-service-context, websocket-kit
[15316/28924] Fetching swift-nio-extras, swift-distributed-tracing, multipart-kit, swift-service-context, websocket-kit, swift-nio-http2
Fetched https://github.com/apple/swift-service-context.git from cache (0.37s)
Fetched https://github.com/vapor/websocket-kit.git from cache (0.37s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.38s)
Fetching https://github.com/swift-server/async-http-client.git
[8705/19670] Fetching swift-distributed-tracing, multipart-kit, swift-nio-http2
[17095/40393] Fetching swift-distributed-tracing, multipart-kit, swift-nio-http2, routing-kit
[17969/45878] Fetching swift-distributed-tracing, multipart-kit, swift-nio-http2, routing-kit, console-kit
[28635/59661] Fetching swift-distributed-tracing, multipart-kit, swift-nio-http2, routing-kit, console-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (0.40s)
[39299/54176] Fetching swift-distributed-tracing, multipart-kit, swift-nio-http2, routing-kit, async-http-client
[40137/40393] Fetching swift-distributed-tracing, multipart-kit, swift-nio-http2, routing-kit
Fetched https://github.com/swift-server/async-http-client.git from cache (0.85s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.53s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.53s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.57s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.21s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (1.99s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.47s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.41s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.49s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[472/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.23s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.23s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.65s)
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.43s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.43s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.44s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.43s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.45s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.42s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.50s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.78s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/MihaelIsaev/SwifQLNIO.git
Working copy of https://github.com/MihaelIsaev/SwifQLNIO.git resolved at 2.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/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/MihaelIsaev/SwifQL.git
Working copy of https://github.com/MihaelIsaev/SwifQL.git resolved at 1.6.0
Creating working copy for https://github.com/vapor/postgres-kit.git
Working copy of https://github.com/vapor/postgres-kit.git resolved at 2.14.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor/fluent-postgres-driver.git
Working copy of https://github.com/vapor/fluent-postgres-driver.git resolved at 2.10.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-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/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.25.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/fluent-mysql-driver.git
Working copy of https://github.com/vapor/fluent-mysql-driver.git resolved at 4.7.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.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.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/mysql-nio.git
Working copy of https://github.com/vapor/mysql-nio.git resolved at 1.7.2
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.0
Creating working copy for https://github.com/vapor/mysql-kit.git
Working copy of https://github.com/vapor/mysql-kit.git resolved at 4.9.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
warning: 'spi-builder-workspace': dependency 'fluent-mysql-driver' is not used by any target
Building for debugging...
[0/845] Write sources
[59/845] Compiling _NumericsShims _NumericsShims.c
[60/845] Compiling CNIOWindows shim.c
[60/845] Compiling _AtomicsShims.c
[62/845] Compiling CNIOWASI CNIOWASI.c
[63/845] Compiling CNIOWindows WSAStartup.c
[64/845] Compiling CNIOSHA1 c_nio_sha1.c
[65/845] Compiling CVaporBcrypt blf.c
[66/845] Compiling CSystem shims.c
[67/845] Compiling CNIOLinux liburing_shims.c
[68/845] Compiling CVaporBcrypt bcrypt.c
[69/845] Compiling CNIOLLHTTP c_nio_http.c
[70/845] Compiling CNIOExtrasZlib empty.c
[71/845] Compiling CNIODarwin shim.c
[72/845] Compiling fiat_p256_adx_sqr.S
[73/845] Compiling CNIOLLHTTP c_nio_api.c
[74/845] Compiling fiat_p256_adx_mul.S
[74/845] Compiling CNIOLinux shim.c
[76/845] Compiling fiat_curve25519_adx_square.S
[77/845] Compiling fiat_curve25519_adx_mul.S
[78/845] Write swift-version-24593BA9C3E375BF.txt
[79/845] Compiling CNIOLLHTTP c_nio_llhttp.c
[80/845] Compiling CNIOBoringSSLShims shims.c
[82/851] Emitting module _NIODataStructures
[82/851] Compiling tls13_server.cc
[83/851] Compiling tls_record.cc
[84/851] Compiling tls_method.cc
[85/943] Compiling tls13_both.cc
[86/943] Compiling tls13_client.cc
[87/946] Compiling tls13_enc.cc
[89/978] Emitting module InternalCollectionsUtilities
[90/980] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[91/980] Compiling InternalCollectionsUtilities Specialize.swift
[92/980] Compiling InternalCollectionsUtilities Debugging.swift
[93/980] Compiling InternalCollectionsUtilities Descriptions.swift
[94/980] Compiling RealModule ElementaryFunctions.swift
[95/980] Compiling RealModule Float+Real.swift
[96/981] Compiling InternalCollectionsUtilities _SortedCollection.swift
[97/981] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[98/981] Compiling ServiceContextModule ServiceContextKey.swift
[99/981] Emitting module ServiceContextModule
[100/981] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[101/981] Compiling InternalCollectionsUtilities Integer rank.swift
[102/981] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[104/981] Compiling ServiceContextModule ServiceContext.swift
[105/981] Emitting module RealModule
[106/981] Compiling RealModule Real.swift
[107/982] Compiling InternalCollectionsUtilities UInt+reversed.swift
[108/982] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[112/982] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[113/982] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[114/982] Compiling RealModule Float16+Real.swift
[115/982] Compiling RealModule Float80+Real.swift
[116/982] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[117/982] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[118/982] Compiling _NIOBase64 Base64.swift
[119/982] Emitting module _NIOBase64
[120/983] Compiling SwifQL SwifQLable+Delete.swift
[121/983] Compiling SwifQL SwifQLable+Do.swift
[122/983] Compiling SwifQL SwifQLable+Epoch.swift
[123/983] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[124/983] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[125/983] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[126/986] Compiling _NIODataStructures _TinyArray.swift
[127/987] Compiling _NIODataStructures PriorityQueue.swift
[140/987] Emitting module SystemPackage
[141/987] Compiling RealModule RealFunctions.swift
[146/1050] Compiling Instrumentation NoOpInstrument.swift
[147/1066] Compiling ConcurrencyHelpers LockedValueBox.swift
[148/1068] Compiling Instrumentation MultiplexInstrument.swift
[149/1068] Compiling _RopeModule BigString+Chunk+Splitting.swift
[150/1068] Compiling _RopeModule BigString+Chunk.swift
[151/1068] Compiling _RopeModule BigString+BidirectionalCollection.swift
[152/1068] Compiling _RopeModule BigString+CustomStringConvertible.swift
[153/1068] Compiling _RopeModule BigString+Equatable.swift
[154/1068] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[155/1068] Compiling _RopeModule BigString+Hashing.swift
[156/1068] Compiling Instrumentation Locks.swift
[157/1068] Compiling Instrumentation Instrument.swift
[158/1068] Emitting module Instrumentation
[159/1068] Compiling Instrumentation InstrumentationSystem.swift
[160/1068] Emitting module ConcurrencyHelpers
[161/1068] Compiling ConcurrencyHelpers Lock.swift
[162/1068] Compiling Logging Locks.swift
[163/1068] Emitting module Logging
[164/1068] Compiling Logging MetadataProvider.swift
[165/1070] Emitting module CoreMetrics
[166/1070] Compiling _NIODataStructures Heap.swift
[167/1071] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[168/1071] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[169/1071] Compiling _RopeModule BigString+Sequence.swift
[170/1071] Compiling _RopeModule BigString+TextOutputStream.swift
[171/1071] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[172/1071] Compiling _RopeModule BigString+Chunk+Breaks.swift
[173/1071] Compiling _RopeModule BigString+Chunk+Counts.swift
[174/1071] Compiling _RopeModule BigString+Chunk+Description.swift
[175/1072] Compiling Logging LogHandler.swift
[176/1072] Compiling Logging Logging.swift
[182/1152] Compiling HeapModule Heap+Invariants.swift
[183/1152] Compiling HeapModule Heap+Descriptions.swift
[184/1152] Compiling Tracing InstrumentationSystem+Tracing.swift
[185/1152] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[186/1152] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[187/1152] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[188/1152] Compiling OrderedCollections OrderedDictionary+Elements.swift
[189/1152] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[190/1152] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[191/1152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[192/1152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[193/1152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[194/1160] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[195/1160] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[196/1160] Compiling OrderedCollections OrderedDictionary.swift
[197/1160] Compiling OrderedCollections OrderedSet+Codable.swift
[198/1160] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[199/1160] Compiling OrderedCollections OrderedSet+Descriptions.swift
[200/1160] Compiling OrderedCollections OrderedSet+Diffing.swift
[201/1160] Compiling OrderedCollections OrderedSet+Equatable.swift
[202/1160] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[203/1160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[204/1160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[205/1160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[206/1160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[207/1160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[208/1160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[209/1160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[210/1160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[211/1160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[212/1160] Compiling HeapModule _HeapNode.swift
[213/1160] Compiling Tracing TracingTime.swift
[214/1160] Compiling OrderedCollections OrderedSet+Hashable.swift
[215/1160] Compiling OrderedCollections OrderedSet+Initializers.swift
[216/1160] Compiling OrderedCollections OrderedSet+Insertions.swift
[217/1160] Compiling OrderedCollections OrderedSet+Invariants.swift
[218/1160] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[219/1160] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[220/1160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[221/1160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[222/1160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[223/1160] Compiling _RopeModule RopeMetric.swift
[224/1160] Compiling _RopeModule RopeSummary.swift
[225/1160] Compiling _RopeModule _RopeItem.swift
[226/1160] Compiling _RopeModule _RopePath.swift
[227/1160] Compiling _RopeModule _RopeVersion.swift
[228/1160] Compiling _RopeModule Rope+Collection.swift
[229/1160] Compiling _RopeModule Rope+Index.swift
[230/1160] Compiling _RopeModule Rope+Sequence.swift
[231/1160] Compiling _RopeModule Rope+Append.swift
[232/1160] Compiling HeapModule Heap.swift
[233/1160] Compiling OrderedCollections _HashTable+BucketIterator.swift
[234/1160] Compiling OrderedCollections _HashTable+Constants.swift
[235/1160] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[236/1160] Compiling OrderedCollections _HashTable+Testing.swift
[237/1160] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[238/1160] Compiling OrderedCollections _HashTable.swift
[239/1160] Compiling OrderedCollections _Hashtable+Header.swift
[240/1160] Compiling OrderedCollections OrderedDictionary+Codable.swift
[241/1160] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[242/1160] Compiling CoreMetrics Metrics.swift
[243/1160] Compiling CoreMetrics Locks.swift
[244/1161] Emitting module Tracing
[245/1161] Compiling HeapModule Heap+UnsafeHandle.swift
[246/1161] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[247/1161] Compiling Tracing TracerProtocol.swift
[258/1170] Emitting module HeapModule
[269/1171] Compiling Tracing TracerProtocol+Legacy.swift
[270/1171] Compiling Tracing Tracer.swift
[271/1171] Compiling UnixSignals UnixSignal.swift
[272/1171] Emitting module UnixSignals
[273/1171] Compiling UnixSignals UnixSignalsSequence.swift
[276/1174] Compiling Tracing NoOpTracer.swift
[277/1174] Compiling Tracing SpanProtocol.swift
[278/1175] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[279/1175] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[280/1175] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[281/1175] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[282/1175] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[283/1175] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[284/1175] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[285/1175] Compiling OrderedCollections OrderedDictionary+Values.swift
[325/1273] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[326/1273] Compiling HashTreeCollections TreeSet+Debugging.swift
[327/1273] Compiling HashTreeCollections TreeSet+Descriptions.swift
[328/1273] Compiling HashTreeCollections TreeSet+Equatable.swift
[329/1273] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[330/1273] Compiling HashTreeCollections TreeSet+Extras.swift
[331/1273] Compiling HashTreeCollections TreeSet+Filter.swift
[332/1273] Compiling HashTreeCollections TreeSet+Hashable.swift
[333/1273] Compiling HashTreeCollections TreeSet+Sendable.swift
[334/1273] Compiling HashTreeCollections _AncestorHashSlots.swift
[335/1273] Compiling HashTreeCollections _Bitmap.swift
[338/1275] Compiling HashTreeCollections _Bucket.swift
[339/1275] Compiling HashTreeCollections _Hash.swift
[340/1275] Compiling HashTreeCollections _HashLevel.swift
[341/1275] Compiling HashTreeCollections _HashNode+Builder.swift
[342/1275] Compiling HashTreeCollections _HashNode+Debugging.swift
[343/1275] Compiling HashTreeCollections _HashNode+Initializers.swift
[344/1275] Compiling HashTreeCollections _HashNode+Invariants.swift
[345/1275] Compiling HashTreeCollections _HashNode+Lookups.swift
[346/1275] Compiling HashTreeCollections _HashTreeStatistics.swift
[347/1275] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[357/1275] Emitting module SwifQL
[362/1275] Compiling HashTreeCollections TreeSet+Sequence.swift
[363/1275] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[364/1275] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[365/1275] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[375/1276] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[376/1276] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[377/1276] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[378/1276] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[379/1282] Compiling DequeModule _DequeSlot.swift
[380/1282] Compiling DequeModule _UnsafeWrappedBuffer.swift
[383/1286] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[384/1286] Compiling HashTreeCollections _HashTreeIterator.swift
[395/1286] Compiling HashTreeCollections TreeDictionary.swift
[396/1286] Compiling HashTreeCollections TreeSet+Codable.swift
[397/1286] Compiling HashTreeCollections TreeSet+Collection.swift
[405/1286] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[406/1286] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[407/1286] Compiling HashTreeCollections TreeDictionary+Filter.swift
[408/1286] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[409/1286] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[410/1286] Compiling HashTreeCollections TreeDictionary+Keys.swift
[411/1286] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[412/1286] Compiling HashTreeCollections TreeDictionary+Merge.swift
[413/1286] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[414/1286] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[415/1286] Compiling HashTreeCollections TreeDictionary+Values.swift
[418/1286] Emitting module DequeModule
[419/1287] Emitting module RoutingKit
[420/1287] Compiling RoutingKit AnyRouter.swift
[421/1287] Emitting module _RopeModule
[422/1287] Emitting module Metrics
[423/1287] Compiling RoutingKit Parameters.swift
[424/1287] Compiling Metrics Metrics.swift
[425/1287] Compiling RoutingKit PathComponent.swift
[427/1288] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[428/1288] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[429/1288] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[430/1288] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[431/1288] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[432/1288] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[433/1288] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[434/1288] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[435/1288] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[436/1288] Compiling HashTreeCollections TreeSet.swift
[444/1288] Emitting module OrderedCollections
[446/1289] Compiling RoutingKit TrieRouter.swift
[447/1289] Compiling RoutingKit Router.swift
[464/1290] Compiling HashTreeCollections _UnsafePath.swift
[465/1290] Compiling HashTreeCollections TreeDictionary+Codable.swift
[466/1290] Compiling HashTreeCollections TreeDictionary+Collection.swift
[467/1290] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[468/1290] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[469/1290] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[469/1290] Compiling t1_enc.cc
[471/1290] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[472/1290] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[473/1290] Compiling HashTreeCollections _HashNode+Structural merge.swift
[474/1290] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[475/1290] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[476/1290] Compiling HashTreeCollections _HashNode+Structural union.swift
[477/1290] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[478/1290] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[479/1290] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[480/1290] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[483/1290] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[484/1290] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[485/1290] Compiling HashTreeCollections _HashNode+Storage.swift
[486/1290] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[487/1290] Compiling HashTreeCollections _HashNode+Structural filter.swift
[488/1290] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[489/1290] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[490/1290] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[491/1290] Compiling HashTreeCollections _HashNode.swift
[492/1290] Compiling HashTreeCollections _HashNodeHeader.swift
[493/1290] Compiling HashTreeCollections _HashSlot.swift
[494/1290] Compiling HashTreeCollections _HashStack.swift
[499/1291] Compiling ssl_x509.cc
[534/1291] Compiling ssl_versions.cc
[535/1291] Compiling ssl_transcript.cc
[536/1291] Compiling ssl_stat.cc
[537/1291] Compiling ssl_session.cc
[538/1291] Compiling ssl_privkey.cc
[540/1291] Emitting module HashTreeCollections
[541/1292] Compiling ssl_key_share.cc
[542/1292] Compiling ssl_file.cc
[543/1292] Compiling ssl_lib.cc
[544/1292] Compiling ssl_credential.cc
[545/1292] Compiling ssl_cipher.cc
[546/1292] Compiling ssl_cert.cc
[547/1292] Compiling ssl_buffer.cc
[548/1292] Compiling ssl_asn1.cc
[549/1292] Compiling ssl_aead_ctx.cc
[550/1292] Compiling s3_pkt.cc
[551/1292] Compiling s3_both.cc
[552/1292] Compiling s3_lib.cc
[553/1292] Compiling handshake_server.cc
[554/1292] Compiling handshake_client.cc
[555/1292] Compiling handoff.cc
[556/1292] Compiling handshake.cc
[557/1292] Compiling dtls_record.cc
[558/1292] Compiling encrypted_client_hello.cc
[559/1292] Compiling extensions.cc
[560/1292] Compiling md5-x86_64-linux.S
[561/1292] Compiling md5-x86_64-apple.S
[562/1292] Compiling md5-586-linux.S
[563/1292] Compiling dtls_method.cc
[564/1292] Compiling md5-586-apple.S
[565/1292] Compiling chacha20_poly1305_x86_64-apple.S
[566/1292] Compiling chacha20_poly1305_x86_64-linux.S
[567/1292] Compiling chacha20_poly1305_armv8-win.S
[568/1292] Compiling d1_pkt.cc
[569/1292] Compiling d1_srtp.cc
[570/1292] Compiling chacha20_poly1305_armv8-linux.S
[571/1292] Compiling err_data.cc
[572/1292] Compiling chacha20_poly1305_armv8-apple.S
[573/1292] Compiling d1_lib.cc
[574/1292] Compiling chacha-x86_64-apple.S
[575/1292] Compiling bio_ssl.cc
[576/1292] Compiling chacha-x86_64-linux.S
[577/1292] Compiling chacha-x86-apple.S
[577/1292] Compiling chacha-x86-linux.S
[577/1292] Compiling chacha-armv8-linux.S
[580/1292] Compiling chacha-armv8-win.S
[581/1292] Compiling chacha-armv8-apple.S
[582/1292] Compiling aes128gcmsiv-x86_64-linux.S
[583/1292] Compiling chacha-armv4-linux.S
[584/1292] Compiling aes128gcmsiv-x86_64-apple.S
[585/1292] Compiling x86-mont-apple.S
[586/1292] Compiling x86-mont-linux.S
[587/1292] Compiling x86_64-mont-apple.S
[588/1292] Compiling x86_64-mont5-linux.S
[589/1292] Compiling x86_64-mont-linux.S
[590/1292] Compiling x86_64-mont5-apple.S
[591/1292] Compiling vpaes-x86_64-linux.S
[592/1292] Compiling vpaes-x86_64-apple.S
[593/1292] Compiling vpaes-x86-apple.S
[594/1292] Compiling vpaes-x86-linux.S
[595/1292] Compiling vpaes-armv8-win.S
[596/1292] Compiling vpaes-armv8-apple.S
[597/1292] Compiling sha512-x86_64-linux.S
[598/1292] Compiling vpaes-armv8-linux.S
[599/1292] Compiling sha512-x86_64-apple.S
[600/1292] Compiling sha512-armv8-win.S
[601/1292] Compiling vpaes-armv7-linux.S
[602/1292] Compiling sha512-armv8-linux.S
[603/1292] Compiling sha512-armv8-apple.S
[604/1292] Compiling sha512-armv4-linux.S
[605/1292] Compiling sha512-586-linux.S
[606/1292] Compiling sha256-x86_64-apple.S
[607/1292] Compiling sha512-586-apple.S
[608/1292] Compiling sha256-x86_64-linux.S
[609/1292] Compiling sha256-armv8-win.S
[610/1292] Compiling sha256-armv4-linux.S
[611/1292] Compiling sha256-armv8-apple.S
[611/1292] Compiling sha256-armv8-linux.S
[611/1292] Compiling sha256-586-linux.S
[614/1292] Compiling sha256-586-apple.S
[615/1292] Compiling sha1-x86_64-apple.S
[616/1292] Compiling sha1-x86_64-linux.S
[617/1292] Compiling sha1-armv8-win.S
[618/1292] Compiling sha1-armv8-linux.S
[619/1292] Compiling sha1-armv4-large-linux.S
[620/1292] Compiling sha1-586-linux.S
[621/1292] Compiling sha1-armv8-apple.S
[622/1292] Compiling d1_both.cc
[623/1292] Compiling rsaz-avx2-apple.S
[624/1292] Compiling sha1-586-apple.S
[625/1292] Compiling rdrand-x86_64-linux.S
[626/1292] Compiling rsaz-avx2-linux.S
[627/1292] Compiling rdrand-x86_64-apple.S
[628/1292] Compiling p256_beeu-x86_64-asm-linux.S
[628/1292] Compiling p256_beeu-x86_64-asm-apple.S
[630/1292] Compiling p256_beeu-armv8-asm-linux.S
[630/1292] Compiling p256_beeu-armv8-asm-win.S
[632/1292] Compiling p256_beeu-armv8-asm-apple.S
[633/1292] Compiling ghashv8-armv8-linux.S
[634/1292] Compiling ghashv8-armv8-apple.S
[635/1292] Compiling p256-armv8-asm-win.S
[635/1292] Compiling ghashv8-armv8-win.S
[637/1292] Compiling p256-armv8-asm-linux.S
[637/1292] Compiling p256-armv8-asm-apple.S
[637/1292] Compiling p256-x86_64-asm-apple.S
[640/1292] Compiling p256-x86_64-asm-linux.S
[641/1292] Compiling ghashv8-armv7-linux.S
[642/1292] Compiling ghash-x86_64-linux.S
[643/1292] Compiling ghash-x86_64-apple.S
[644/1292] Compiling ghash-x86-apple.S
[645/1292] Compiling ghash-x86-linux.S
[646/1292] Compiling ghash-ssse3-x86-apple.S
[647/1292] Compiling ghash-ssse3-x86_64-linux.S
[648/1292] Compiling ghash-neon-armv8-linux.S
[649/1292] Compiling ghash-neon-armv8-win.S
[650/1292] Compiling ghash-ssse3-x86-linux.S
[651/1292] Compiling ghash-ssse3-x86_64-apple.S
[652/1292] Compiling co-586-linux.S
[653/1292] Compiling ghash-neon-armv8-apple.S
[654/1292] Compiling co-586-apple.S
[655/1292] Compiling bn-armv8-win.S
[656/1292] Compiling ghash-armv4-linux.S
[657/1292] Compiling bsaes-armv7-linux.S
[658/1292] Compiling bn-armv8-linux.S
[659/1292] Compiling bn-586-linux.S
[660/1292] Compiling bn-armv8-apple.S
[661/1292] Compiling bn-586-apple.S
[662/1292] Compiling armv8-mont-win.S
[663/1292] Compiling aesv8-gcm-armv8-win.S
[664/1292] Compiling armv8-mont-linux.S
[665/1292] Compiling armv4-mont-linux.S
[666/1292] Compiling armv8-mont-apple.S
[667/1292] Compiling aesv8-gcm-armv8-linux.S
[668/1292] Compiling aesv8-gcm-armv8-apple.S
[669/1292] Compiling aesv8-armv8-win.S
[670/1292] Compiling aesv8-armv8-apple.S
[671/1292] Compiling aesv8-armv8-linux.S
[672/1292] Compiling aesv8-armv7-linux.S
[673/1292] Compiling aesni-x86-apple.S
[674/1292] Compiling aesni-x86_64-apple.S
[675/1292] Compiling aesni-x86-linux.S
[676/1292] Compiling aesni-x86_64-linux.S
[677/1292] Compiling aesni-gcm-x86_64-linux.S
[678/1292] Compiling aes-gcm-avx2-x86_64-linux.S
[679/1292] Compiling aes-gcm-avx10-x86_64-apple.S
[680/1292] Compiling aes-gcm-avx2-x86_64-apple.S
[681/1292] Compiling aesni-gcm-x86_64-apple.S
[682/1292] Compiling aes-gcm-avx10-x86_64-linux.S
[683/1292] Compiling x_pubkey.cc
[684/1292] Compiling x_req.cc
[685/1292] Compiling x_spki.cc
[686/1292] Compiling x_val.cc
[687/1292] Compiling x_sig.cc
[688/1292] Compiling x_x509.cc
[689/1292] Compiling x_x509a.cc
[690/1292] Compiling x_name.cc
[691/1292] Compiling x_attrib.cc
[692/1292] Compiling x_exten.cc
[693/1292] Compiling x509rset.cc
[694/1292] Compiling x509name.cc
[695/1292] Compiling x509spki.cc
[695/1292] Compiling x_crl.cc
[697/1292] Compiling x_all.cc
[698/1292] Compiling x_algor.cc
[699/1292] Compiling x509_vpm.cc
[700/1292] Compiling x509cset.cc
[701/1292] Compiling x509_trs.cc
[702/1292] Compiling x509_v3.cc
[703/1292] Compiling x509_txt.cc
[704/1292] Compiling x509_set.cc
[705/1292] Compiling x509_req.cc
[706/1292] Compiling x509_vfy.cc
[707/1292] Compiling x509_obj.cc
[708/1292] Compiling x509_def.cc
[709/1292] Compiling x509_lu.cc
[710/1292] Compiling x509_ext.cc
[711/1292] Compiling x509_d2.cc
[712/1292] Compiling x509.cc
[713/1292] Compiling x509_cmp.cc
[714/1292] Compiling x509_att.cc
[715/1292] Compiling v3_prn.cc
[716/1292] Compiling v3_utl.cc
[717/1292] Compiling v3_skey.cc
[718/1292] Compiling v3_purp.cc
[719/1292] Compiling v3_ocsp.cc
[720/1292] Compiling v3_pmaps.cc
[721/1292] Compiling v3_pcons.cc
[722/1292] Compiling v3_ncons.cc
[723/1292] Compiling v3_int.cc
[724/1292] Compiling v3_lib.cc
[725/1292] Compiling v3_info.cc
[726/1292] Compiling v3_ia5.cc
[727/1292] Compiling v3_genn.cc
[728/1292] Compiling v3_enum.cc
[729/1292] Compiling v3_extku.cc
[730/1292] Compiling v3_crld.cc
[731/1292] Compiling v3_cpols.cc
[732/1292] Compiling v3_conf.cc
[733/1292] Compiling v3_bitst.cc
[734/1292] Compiling v3_alt.cc
[735/1292] Compiling v3_bcons.cc
[736/1292] Compiling v3_akeya.cc
[737/1292] Compiling v3_akey.cc
[738/1292] Compiling t_x509a.cc
[739/1292] Compiling i2d_pr.cc
[740/1292] Compiling t_x509.cc
[741/1292] Compiling t_crl.cc
[742/1292] Compiling t_req.cc
[743/1292] Compiling name_print.cc
[744/1292] Compiling rsa_pss.cc
[745/1292] Compiling policy.cc
[746/1292] Compiling by_file.cc
[747/1292] Compiling by_dir.cc
[748/1292] Compiling asn1_gen.cc
[749/1292] Compiling algorithm.cc
[750/1292] Compiling trust_token.cc
[751/1292] Compiling a_verify.cc
[752/1292] Compiling a_digest.cc
[753/1292] Compiling voprf.cc
[754/1292] Compiling a_sign.cc
[755/1292] Compiling thread.cc
[756/1292] Compiling thread_win.cc
[757/1292] Compiling thread_pthread.cc
[758/1292] Compiling thread_none.cc
[759/1292] Compiling pmbtoken.cc
[760/1292] Compiling stack.cc
[761/1292] Compiling sha512.cc
[762/1292] Compiling slhdsa.cc
[763/1292] Compiling sha256.cc
[764/1292] Compiling sha1.cc
[765/1292] Compiling siphash.cc
[766/1292] Compiling spake2plus.cc
[767/1292] Compiling rsa_extra.cc
[767/1292] Compiling rsa_print.cc
[769/1292] Compiling rc4.cc
[770/1292] Compiling refcount.cc
[771/1292] Compiling windows.cc
[772/1292] Compiling rsa_crypt.cc
[773/1292] Compiling trusty.cc
[774/1292] Compiling rand.cc
[775/1292] Compiling urandom.cc
[776/1292] Compiling rsa_asn1.cc
[777/1292] Compiling passive.cc
[777/1292] Compiling ios.cc
[779/1292] Compiling getentropy.cc
[780/1292] Compiling poly1305_arm_asm.S
[781/1292] Compiling forkunsafe.cc
[782/1292] Compiling deterministic.cc
[783/1292] Compiling fork_detect.cc
[784/1292] Compiling poly1305_arm.cc
[785/1292] Compiling poly1305.cc
[786/1292] Compiling poly1305_vec.cc
[787/1292] Compiling pool.cc
[788/1292] Compiling pkcs7.cc
[789/1292] Compiling pkcs8_x509.cc
[790/1292] Compiling p5_pbev2.cc
[791/1292] Compiling pkcs8.cc
[792/1292] Compiling pkcs7_x509.cc
[793/1292] Compiling pem_xaux.cc
[794/1292] Compiling pem_x509.cc
[795/1292] Compiling pem_pkey.cc
[796/1292] Compiling mlkem.cc
[797/1292] Compiling obj_xref.cc
[798/1292] Compiling pem_pk8.cc
[799/1292] Compiling pem_oth.cc
[800/1292] Compiling pem_info.cc
[801/1292] Compiling mldsa.cc
[802/1292] Compiling pem_all.cc
[803/1292] Compiling pem_lib.cc
[804/1292] Compiling obj.cc
[805/1292] Compiling poly_rq_mul.S
[806/1292] Compiling fips_shared_support.cc
[807/1292] Compiling md5.cc
[808/1292] Compiling mem.cc
[809/1292] Compiling md4.cc
[810/1292] Compiling lhash.cc
[811/1292] Compiling ex_data.cc
[812/1292] Compiling sign.cc
[813/1292] Compiling hrss.cc
[814/1292] Compiling scrypt.cc
[815/1292] Compiling kyber.cc
[816/1292] Compiling hpke.cc
[817/1292] Compiling print.cc
[818/1292] Compiling pbkdf.cc
[819/1292] Compiling p_x25519.cc
[820/1292] Compiling p_x25519_asn1.cc
[821/1292] Compiling p_rsa_asn1.cc
[822/1292] Compiling p_rsa.cc
[823/1292] Compiling p_ed25519.cc
[824/1292] Compiling p_hkdf.cc
[825/1292] Compiling p_ed25519_asn1.cc
[826/1292] Compiling p_ec_asn1.cc
[827/1292] Compiling p_ec.cc
[828/1292] Compiling p_dh_asn1.cc
[829/1292] Compiling p_dh.cc
[830/1292] Compiling evp_ctx.cc
[831/1292] Compiling p_dsa_asn1.cc
[832/1292] Compiling evp.cc
[832/1292] Compiling err.cc
[834/1292] Compiling engine.cc
[835/1292] Compiling ecdh.cc
[836/1292] Compiling evp_asn1.cc
[837/1292] Compiling ecdsa_asn1.cc
[838/1292] Compiling hash_to_curve.cc
[839/1292] Compiling ec_derive.cc
[840/1292] Compiling dsa.cc
[841/1292] Compiling ec_asn1.cc
[842/1292] Compiling dsa_asn1.cc
[843/1292] Compiling params.cc
[844/1292] Compiling x25519-asm-arm.S
[845/1292] Compiling des.cc
[846/1292] Compiling digest_extra.cc
[847/1292] Compiling dh_asn1.cc
[848/1292] Compiling crypto.cc
[849/1292] Compiling cpu_arm_linux.cc
[849/1292] Compiling cpu_intel.cc
[851/1292] Compiling spake25519.cc
[852/1292] Compiling curve25519.cc
[853/1292] Compiling cpu_arm_freebsd.cc
[854/1292] Compiling cpu_aarch64_openbsd.cc
[855/1292] Compiling cpu_aarch64_win.cc
[856/1292] Compiling cpu_aarch64_sysreg.cc
[857/1292] Compiling bcm.cc
[858/1292] Compiling cpu_aarch64_linux.cc
[859/1292] Compiling cpu_aarch64_fuchsia.cc
[860/1292] Compiling curve25519_64_adx.cc
[861/1292] Compiling cpu_aarch64_apple.cc
[862/1292] Compiling get_cipher.cc
[863/1292] Compiling tls_cbc.cc
[864/1292] Compiling e_rc4.cc
[864/1292] Compiling conf.cc
[866/1292] Compiling e_tls.cc
[867/1292] Compiling e_rc2.cc
[868/1292] Compiling e_null.cc
[869/1292] Compiling e_des.cc
[870/1292] Compiling derive_key.cc
[871/1292] Compiling e_chacha20poly1305.cc
[872/1292] Compiling e_aesctrhmac.cc
[873/1292] Compiling chacha.cc
[874/1292] Compiling e_aesgcmsiv.cc
[875/1292] Compiling unicode.cc
[876/1292] Compiling buf.cc
[877/1292] Compiling cbs.cc
[878/1292] Compiling cbb.cc
[879/1292] Compiling ber.cc
[880/1292] Compiling asn1_compat.cc
[881/1292] Compiling bn_asn1.cc
[882/1292] Compiling blake2.cc
[883/1292] Compiling convert.cc
[884/1292] Compiling printf.cc
[885/1292] Compiling socket.cc
[886/1292] Compiling socket_helper.cc
[887/1292] Compiling pair.cc
[888/1292] Compiling hexdump.cc
[889/1292] Compiling file.cc
[890/1292] Compiling fd.cc
[891/1292] Compiling errno.cc
[892/1292] Compiling bio_mem.cc
[893/1292] Compiling connect.cc
[894/1292] Compiling base64.cc
[895/1292] Compiling bio.cc
[896/1292] Compiling tasn_typ.cc
[897/1292] Compiling tasn_fre.cc
[898/1292] Compiling tasn_enc.cc
[899/1292] Compiling tasn_utl.cc
[900/1292] Compiling f_string.cc
[901/1292] Compiling posix_time.cc
[902/1292] Compiling tasn_new.cc
[903/1292] Compiling f_int.cc
[904/1292] Compiling asn_pack.cc
[905/1292] Compiling tasn_dec.cc
[906/1292] Compiling asn1_par.cc
[907/1292] Compiling a_octet.cc
[907/1292] Compiling a_utctm.cc
[907/1292] Compiling a_type.cc
[910/1292] Compiling a_time.cc
[911/1292] Compiling asn1_lib.cc
[912/1292] Compiling a_strnid.cc
[913/1292] Compiling a_strex.cc
[914/1292] Compiling a_i2d_fp.cc
[915/1292] Compiling a_object.cc
[916/1292] Compiling a_dup.cc
[917/1292] Compiling a_d2i_fp.cc
[918/1292] Compiling a_mbstr.cc
[919/1292] Compiling a_gentm.cc
[920/1292] Compiling a_int.cc
[921/1292] Compiling fiat_p256_adx_sqr.S
[922/1292] Compiling fiat_p256_adx_mul.S
[923/1292] Compiling fiat_curve25519_adx_square.S
[924/1292] Compiling fiat_curve25519_adx_mul.S
[925/1292] Compiling md5-x86_64-linux.S
[926/1292] Compiling md5-x86_64-apple.S
[927/1292] Compiling md5-586-linux.S
[928/1292] Compiling a_bitstr.cc
[929/1292] Compiling md5-586-apple.S
[930/1292] Compiling a_bool.cc
[931/1292] Compiling chacha20_poly1305_x86_64-apple.S
[932/1292] Compiling chacha20_poly1305_armv8-win.S
[933/1292] Compiling chacha20_poly1305_armv8-linux.S
[934/1292] Compiling chacha20_poly1305_x86_64-linux.S
[935/1292] Compiling chacha20_poly1305_armv8-apple.S
[936/1292] Compiling chacha-x86_64-linux.S
[937/1292] Compiling chacha-x86_64-apple.S
[938/1292] Compiling chacha-x86-linux.S
[939/1292] Compiling CCryptoBoringSSLShims shims.c
[940/1292] Compiling chacha-x86-apple.S
[941/1292] Compiling chacha-armv8-win.S
[942/1292] Compiling chacha-armv8-linux.S
[943/1292] Compiling chacha-armv8-apple.S
[944/1292] Compiling chacha-armv4-linux.S
[945/1292] Compiling aes128gcmsiv-x86_64-linux.S
[946/1292] Compiling aes128gcmsiv-x86_64-apple.S
[947/1292] Compiling x86_64-mont5-apple.S
[948/1292] Compiling x86_64-mont5-linux.S
[949/1292] Compiling x86_64-mont-linux.S
[950/1292] Compiling x86_64-mont-apple.S
[951/1292] Compiling x86-mont-linux.S
[952/1292] Compiling err_data.cc
[953/1292] Compiling x86-mont-apple.S
[954/1292] Compiling vpaes-x86_64-linux.S
[955/1292] Compiling vpaes-x86_64-apple.S
[956/1292] Compiling vpaes-x86-linux.S
[957/1292] Compiling vpaes-x86-apple.S
[958/1292] Compiling vpaes-armv8-win.S
[959/1292] Compiling vpaes-armv8-linux.S
[960/1292] Compiling vpaes-armv8-apple.S
[961/1292] Compiling vpaes-armv7-linux.S
[962/1292] Compiling sha512-x86_64-apple.S
[963/1292] Compiling sha512-armv8-win.S
[964/1292] Compiling sha512-armv8-linux.S
[965/1292] Compiling sha512-x86_64-linux.S
[966/1292] Compiling sha512-armv8-apple.S
[967/1292] Compiling sha512-armv4-linux.S
[968/1292] Compiling sha512-586-linux.S
[969/1292] Compiling sha512-586-apple.S
[970/1292] Compiling sha256-x86_64-apple.S
[971/1292] Compiling sha256-armv8-win.S
[972/1292] Compiling sha256-armv8-linux.S
[973/1292] Compiling sha256-x86_64-linux.S
[974/1292] Compiling sha256-armv8-apple.S
[975/1292] Compiling sha256-armv4-linux.S
[976/1292] Compiling sha256-586-linux.S
[976/1292] Compiling sha256-586-apple.S
[978/1292] Compiling sha1-x86_64-apple.S
[979/1292] Compiling sha1-armv8-win.S
[980/1292] Compiling sha1-x86_64-linux.S
[981/1292] Compiling sha1-armv8-linux.S
[982/1292] Compiling sha1-armv8-apple.S
[983/1292] Compiling sha1-armv4-large-linux.S
[984/1292] Compiling sha1-586-linux.S
[985/1292] Compiling sha1-586-apple.S
[986/1292] Compiling rsaz-avx2-apple.S
[987/1292] Compiling rdrand-x86_64-linux.S
[988/1292] Compiling rsaz-avx2-linux.S
[989/1292] Compiling rdrand-x86_64-apple.S
[990/1292] Compiling p256_beeu-x86_64-asm-linux.S
[991/1292] Compiling p256_beeu-x86_64-asm-apple.S
[992/1292] Compiling p256_beeu-armv8-asm-win.S
[993/1292] Compiling p256_beeu-armv8-asm-linux.S
[994/1292] Compiling p256_beeu-armv8-asm-apple.S
[995/1292] Compiling p256-x86_64-asm-linux.S
[996/1292] Compiling p256-x86_64-asm-apple.S
[997/1292] Compiling p256-armv8-asm-win.S
[998/1292] Compiling p256-armv8-asm-linux.S
[999/1292] Compiling ghashv8-armv8-win.S
[1000/1292] Compiling p256-armv8-asm-apple.S
[1001/1292] Compiling ghashv8-armv8-linux.S
[1002/1292] Compiling ghashv8-armv8-apple.S
[1003/1292] Compiling ghashv8-armv7-linux.S
[1004/1292] Compiling ghash-x86_64-linux.S
[1005/1292] Compiling ghash-x86_64-apple.S
[1006/1292] Compiling ghash-x86-linux.S
[1007/1292] Compiling ghash-x86-apple.S
[1008/1292] Compiling ghash-ssse3-x86_64-linux.S
[1009/1292] Compiling ghash-ssse3-x86_64-apple.S
[1010/1292] Compiling ghash-ssse3-x86-linux.S
[1011/1292] Compiling ghash-neon-armv8-win.S
[1012/1292] Compiling ghash-ssse3-x86-apple.S
[1013/1292] Compiling ghash-neon-armv8-linux.S
[1014/1292] Compiling ghash-neon-armv8-apple.S
[1014/1292] Compiling ghash-armv4-linux.S
[1016/1292] Compiling co-586-linux.S
[1017/1292] Compiling co-586-apple.S
[1018/1292] Compiling bsaes-armv7-linux.S
[1019/1292] Compiling bn-armv8-win.S
[1020/1292] Compiling bn-armv8-apple.S
[1021/1292] Compiling bn-armv8-linux.S
[1022/1292] Compiling bn-586-linux.S
[1023/1292] Compiling bn-586-apple.S
[1024/1292] Compiling armv8-mont-win.S
[1025/1292] Compiling armv8-mont-linux.S
[1026/1292] Compiling armv4-mont-linux.S
[1027/1292] Compiling armv8-mont-apple.S
[1028/1292] Compiling aesv8-gcm-armv8-win.S
[1029/1292] Compiling aesv8-gcm-armv8-linux.S
[1030/1292] Compiling aesv8-gcm-armv8-apple.S
[1031/1292] Compiling aesv8-armv8-win.S
[1032/1292] Compiling aesv8-armv7-linux.S
[1033/1292] Compiling aesv8-armv8-linux.S
[1033/1292] Compiling aesv8-armv8-apple.S
[1035/1292] Compiling aesni-x86_64-apple.S
[1036/1292] Compiling aesni-x86_64-linux.S
[1037/1292] Compiling aesni-x86-linux.S
[1038/1292] Compiling aesni-x86-apple.S
[1039/1292] Compiling aesni-gcm-x86_64-apple.S
[1040/1292] Compiling aesni-gcm-x86_64-linux.S
[1041/1292] Compiling aes-gcm-avx10-x86_64-apple.S
[1042/1292] Compiling aes-gcm-avx10-x86_64-linux.S
[1043/1292] Compiling x_x509.cc
[1044/1292] Compiling x_sig.cc
[1045/1292] Compiling x_req.cc
[1046/1292] Compiling x_x509a.cc
[1047/1292] Compiling x_spki.cc
[1048/1292] Compiling x_val.cc
[1049/1292] Compiling c-nioatomics.c
[1050/1292] Compiling x_exten.cc
[1051/1292] Compiling x_pubkey.cc
[1052/1292] Compiling x_name.cc
[1053/1292] Compiling c-atomics.c
[1054/1292] Compiling x_attrib.cc
[1055/1292] Compiling x_crl.cc
[1056/1292] Compiling x_all.cc
[1057/1294] Compiling x_algor.cc
[1059/1298] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1059/1298] Compiling x509spki.cc
[1061/1298] Compiling NIOConcurrencyHelpers NIOLock.swift
[1061/1298] Compiling x509cset.cc
[1062/1298] Compiling x509rset.cc
[1064/1298] Compiling NIOConcurrencyHelpers lock.swift
[1064/1298] Compiling x509_vpm.cc
[1065/1298] Compiling x509name.cc
[1067/1298] Emitting module NIOConcurrencyHelpers
[1068/1298] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1069/1298] Compiling NIOConcurrencyHelpers atomics.swift
[1069/1299] Compiling x509_v3.cc
[1070/1299] Compiling x509_vfy.cc
[1072/1299] Compiling x509_txt.cc
[1073/1299] Compiling x509_trs.cc
[1074/1299] Compiling x509_set.cc
[1075/1308] Compiling x509_req.cc
[1076/1325] Compiling x509_obj.cc
[1077/1325] Compiling x509_lu.cc
[1078/1325] Compiling x509_ext.cc
[1080/1325] Compiling ConsoleKitTerminal Console+Wait.swift
[1081/1325] Compiling ConsoleKitTerminal ConsoleColor.swift
[1082/1325] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1082/1328] Compiling x509_def.cc
[1083/1328] Compiling x509_d2.cc
[1085/1328] Emitting module ConsoleKitTerminal
[1086/1328] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1087/1328] Compiling ConsoleKitTerminal ConsoleClear.swift
[1088/1328] Compiling ConsoleKitTerminal Console+Ask.swift
[1089/1328] Compiling ConsoleKitTerminal Console+Choose.swift
[1090/1328] Compiling ConsoleKitTerminal Console+Confirm.swift
[1091/1328] Compiling ConsoleKitTerminal Console+Input.swift
[1092/1328] Compiling ConsoleKitTerminal Console+Center.swift
[1093/1328] Compiling ConsoleKitTerminal Console+Output.swift
[1094/1328] Compiling ConsoleKitTerminal CustomActivity.swift
[1095/1328] Compiling ConsoleKitTerminal LoadingBar.swift
[1096/1328] Compiling ConsoleKitTerminal ProgressBar.swift
[1097/1328] Compiling ConsoleKitTerminal Console+Clear.swift
[1098/1328] Compiling ConsoleKitTerminal ActivityBar.swift
[1099/1328] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1100/1328] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1101/1328] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1102/1328] Compiling ConsoleKitTerminal Console.swift
[1103/1328] Compiling ConsoleKitTerminal Terminal.swift
[1104/1328] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1104/1328] Compiling x509_cmp.cc
[1105/1328] Compiling x509.cc
[1106/1328] Compiling x509_att.cc
[1108/1328] Compiling ConsoleKitTerminal ConsoleText.swift
[1109/1328] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1110/1328] Compiling ConsoleKitTerminal ANSI.swift
[1110/1328] Compiling v3_utl.cc
[1111/1328] Compiling v3_prn.cc
[1112/1328] Compiling v3_skey.cc
[1113/1328] Compiling v3_purp.cc
[1115/1328] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1116/1328] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1117/1328] Compiling ConsoleKitTerminal LoggerFragment.swift
[1118/1329] Compiling v3_pmaps.cc
[1119/1329] Compiling v3_ocsp.cc
[1120/1335] Compiling v3_pcons.cc
[1121/1351] Compiling v3_int.cc
[1122/1351] Compiling v3_ncons.cc
[1123/1351] Compiling v3_lib.cc
[1124/1351] Compiling v3_info.cc
[1125/1351] Compiling v3_ia5.cc
[1127/1351] Emitting module ConsoleKitCommands
[1128/1353] Compiling ConsoleKitCommands CommandSignature.swift
[1129/1353] Compiling ConsoleKitCommands Flag.swift
[1130/1353] Compiling ConsoleKitCommands Option.swift
[1131/1353] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1132/1353] Compiling ConsoleKitCommands AsyncCommand.swift
[1133/1353] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1134/1353] Compiling ConsoleKitCommands CommandGroup.swift
[1135/1353] Compiling ConsoleKitCommands CommandInput.swift
[1136/1353] Compiling ConsoleKitCommands Commands.swift
[1137/1353] Compiling ConsoleKitCommands Command.swift
[1138/1353] Compiling ConsoleKitCommands CommandContext.swift
[1139/1353] Compiling ConsoleKitCommands CommandError.swift
[1140/1353] Compiling ConsoleKitCommands AsyncCommands.swift
[1141/1353] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1142/1353] Compiling ConsoleKitCommands AnyCommand.swift
[1143/1353] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1144/1353] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1145/1353] Compiling ConsoleKitCommands Argument.swift
[1146/1353] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1147/1353] Compiling ConsoleKitCommands Utilities.swift
[1147/1353] Compiling v3_crld.cc
[1148/1353] Compiling v3_genn.cc
[1148/1353] Compiling v3_extku.cc
[1150/1353] Compiling v3_enum.cc
[1151/1353] Compiling v3_cpols.cc
[1152/1353] Compiling v3_conf.cc
[1153/1353] Compiling v3_bitst.cc
[1154/1353] Compiling v3_akeya.cc
[1154/1353] Compiling v3_bcons.cc
[1156/1353] Compiling v3_akey.cc
[1157/1353] Compiling v3_alt.cc
[1159/1353] Compiling ConsoleKitCommands Console+Run.swift
[1160/1353] Compiling ConsoleKitCommands ConsoleError.swift
[1161/1353] Compiling ConsoleKitCommands Completion.swift
[1161/1354] Compiling t_x509a.cc
[1163/1354] Compiling t_x509.cc
[1164/1354] Compiling t_req.cc
[1165/1356] Compiling i2d_pr.cc
[1167/1356] Compiling ConsoleKit Exports.swift
[1168/1356] Emitting module ConsoleKit
[1168/1357] Compiling t_crl.cc
[1170/1357] Compiling name_print.cc
[1171/1357] Compiling rsa_pss.cc
[1172/1357] Compiling policy.cc
[1173/1357] Compiling by_file.cc
[1174/1357] Compiling by_dir.cc
[1175/1357] Compiling voprf.cc
[1176/1357] Compiling asn1_gen.cc
[1177/1357] Compiling algorithm.cc
[1178/1357] Compiling a_digest.cc
[1179/1357] Compiling a_verify.cc
[1180/1357] Compiling a_sign.cc
[1181/1357] Compiling trust_token.cc
[1182/1357] Compiling pmbtoken.cc
[1183/1357] Compiling thread_win.cc
[1184/1357] Compiling thread_pthread.cc
[1185/1357] Compiling thread.cc
[1186/1357] Compiling thread_none.cc
[1187/1357] Compiling wots.cc
[1188/1357] Compiling stack.cc
[1189/1357] Compiling thash.cc
[1190/1357] Compiling merkle.cc
[1191/1357] Compiling slhdsa.cc
[1192/1357] Compiling siphash.cc
[1193/1357] Compiling fors.cc
[1193/1357] Compiling sha512.cc
[1195/1357] Compiling sha256.cc
[1196/1357] Compiling sha1.cc
[1197/1357] Compiling rsa_print.cc
[1198/1357] Compiling rsa_extra.cc
[1199/1357] Compiling rc4.cc
[1200/1357] Compiling refcount.cc
[1201/1357] Compiling windows.cc
[1202/1357] Compiling trusty.cc
[1203/1357] Compiling urandom.cc
[1204/1357] Compiling rsa_crypt.cc
[1204/1357] Compiling rsa_asn1.cc
[1206/1357] Compiling rand_extra.cc
[1207/1357] Compiling ios.cc
[1208/1357] Compiling passive.cc
[1209/1357] Compiling getentropy.cc
[1210/1357] Compiling poly1305_arm_asm.S
[1211/1357] Compiling deterministic.cc
[1212/1357] Compiling fork_detect.cc
[1213/1357] Compiling forkunsafe.cc
[1214/1357] Compiling pool.cc
[1215/1357] Compiling poly1305_arm.cc
[1216/1357] Compiling poly1305.cc
[1217/1357] Compiling poly1305_vec.cc
[1218/1357] Compiling pkcs7.cc
[1219/1357] Compiling pkcs8.cc
[1220/1357] Compiling pkcs8_x509.cc
[1221/1357] Compiling p5_pbev2.cc
[1222/1357] Compiling pkcs7_x509.cc
[1223/1357] Compiling pem_xaux.cc
[1224/1357] Compiling pem_x509.cc
[1225/1357] Compiling pem_pkey.cc
[1226/1357] Compiling pem_pk8.cc
[1227/1357] Compiling obj_xref.cc
[1228/1357] Compiling pem_oth.cc
[1229/1357] Compiling mlkem.cc
[1230/1357] Compiling pem_info.cc
[1231/1357] Compiling mldsa.cc
[1232/1357] Compiling obj.cc
[1233/1357] Compiling pem_lib.cc
[1234/1357] Compiling pem_all.cc
[1235/1357] Compiling poly_rq_mul.S
[1236/1357] Compiling fips_shared_support.cc
[1237/1357] Compiling mem.cc
[1238/1357] Compiling md5.cc
[1239/1357] Compiling md4.cc
[1240/1357] Compiling lhash.cc
[1241/1357] Compiling kyber.cc
[1242/1357] Compiling hpke.cc
[1243/1357] Compiling ex_data.cc
[1244/1357] Compiling hrss.cc
[1245/1357] Compiling sign.cc
[1246/1357] Compiling scrypt.cc
[1247/1357] Compiling pbkdf.cc
[1248/1357] Compiling print.cc
[1249/1357] Compiling p_x25519.cc
[1250/1357] Compiling p_x25519_asn1.cc
[1251/1357] Compiling p_rsa_asn1.cc
[1252/1357] Compiling p_rsa.cc
[1253/1357] Compiling p_hkdf.cc
[1254/1357] Compiling p_ed25519.cc
[1255/1357] Compiling p_ed25519_asn1.cc
[1256/1357] Compiling p_ec_asn1.cc
[1257/1357] Compiling p_ec.cc
[1258/1357] Compiling p_dsa_asn1.cc
[1259/1357] Compiling p_dh.cc
[1260/1357] Compiling p_dh_asn1.cc
[1261/1357] Compiling evp_ctx.cc
[1262/1357] Compiling evp_asn1.cc
[1263/1357] Compiling evp.cc
[1264/1357] Compiling err.cc
[1265/1357] Compiling engine.cc
[1266/1357] Compiling ecdh_extra.cc
[1267/1357] Compiling ecdsa_asn1.cc
[1268/1357] Compiling hash_to_curve.cc
[1269/1357] Compiling ec_derive.cc
[1270/1357] Compiling ec_asn1.cc
[1271/1357] Compiling dsa_asn1.cc
[1272/1357] Compiling dsa.cc
[1273/1357] Compiling params.cc
[1274/1357] Compiling x25519-asm-arm.S
[1275/1357] Compiling digest_extra.cc
[1276/1357] Compiling dh_asn1.cc
[1277/1357] Compiling des.cc
[1278/1357] Compiling spake25519.cc
[1279/1357] Compiling crypto.cc
[1280/1357] Compiling cpu_arm_linux.cc
[1281/1357] Compiling cpu_intel.cc
[1282/1357] Compiling cpu_arm_freebsd.cc
[1283/1357] Compiling curve25519.cc
[1284/1357] Compiling cpu_aarch64_win.cc
[1285/1357] Compiling cpu_aarch64_openbsd.cc
[1286/1357] Compiling cpu_aarch64_sysreg.cc
[1287/1357] Compiling cpu_aarch64_linux.cc
[1288/1357] Compiling cpu_aarch64_fuchsia.cc
[1289/1357] Compiling cpu_aarch64_apple.cc
[1290/1357] Compiling curve25519_64_adx.cc
[1291/1357] Compiling bcm.cc
[1292/1357] Compiling conf.cc
[1293/1357] Compiling tls_cbc.cc
[1294/1357] Compiling e_tls.cc
[1295/1357] Compiling e_rc4.cc
[1296/1357] Compiling e_null.cc
[1297/1357] Compiling e_rc2.cc
[1298/1357] Compiling e_des.cc
[1299/1357] Compiling e_chacha20poly1305.cc
[1300/1357] Compiling derive_key.cc
[1301/1357] Compiling e_aesgcmsiv.cc
[1302/1357] Compiling e_aesctrhmac.cc
[1303/1357] Compiling cipher_extra.cc
[1304/1357] Compiling unicode.cc
[1305/1357] Compiling chacha.cc
[1306/1357] Compiling cbb.cc
[1307/1357] Compiling ber.cc
[1308/1357] Compiling cbs.cc
[1309/1357] Compiling buf.cc
[1310/1357] Compiling asn1_compat.cc
[1311/1357] Compiling bn_asn1.cc
[1312/1357] Compiling blake2.cc
[1312/1357] Compiling convert.cc
[1314/1357] Compiling printf.cc
[1315/1357] Compiling pair.cc
[1316/1357] Compiling hexdump.cc
[1317/1357] Compiling file.cc
[1318/1357] Compiling fd.cc
[1319/1357] Compiling errno.cc
[1320/1357] Compiling bio_mem.cc
[1321/1357] Compiling bio.cc
[1322/1357] Compiling base64.cc
[1323/1357] Compiling tasn_typ.cc
[1324/1357] Compiling tasn_fre.cc
[1325/1357] Compiling tasn_utl.cc
[1326/1357] Compiling tasn_new.cc
[1327/1357] Compiling tasn_enc.cc
[1328/1357] Compiling f_string.cc
[1329/1357] Compiling posix_time.cc
[1330/1357] Compiling tasn_dec.cc
[1331/1357] Compiling f_int.cc
[1332/1357] Compiling asn_pack.cc
[1333/1357] Compiling asn1_par.cc
[1334/1357] Compiling a_utctm.cc
[1335/1357] Compiling asn1_lib.cc
[1336/1357] Compiling a_type.cc
[1337/1357] Compiling a_time.cc
[1338/1357] Compiling a_octet.cc
[1339/1357] Compiling a_strnid.cc
[1340/1357] Compiling a_strex.cc
[1341/1357] Compiling a_object.cc
[1342/1357] Compiling a_i2d_fp.cc
[1342/1357] Compiling a_mbstr.cc
[1344/1357] Write sources
[1345/1357] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1346/1357] Write sources
[1347/1357] Compiling a_int.cc
[1348/1357] Write sources
[1351/1357] Compiling a_gentm.cc
[1352/1357] Write sources
[1353/1357] Compiling a_dup.cc
[1354/1357] Compiling a_d2i_fp.cc
[1355/1383] Compiling a_bool.cc
[1356/1446] Compiling a_bitstr.cc
[1358/1507] Compiling Algorithms Permutations.swift
[1359/1507] Compiling Algorithms Product.swift
[1360/1507] Compiling Algorithms Intersperse.swift
[1361/1507] Compiling Algorithms Partition.swift
[1362/1509] Compiling Algorithms FlattenCollection.swift
[1363/1509] Compiling Algorithms Grouped.swift
[1364/1509] Compiling Algorithms Indexed.swift
[1365/1509] Compiling Algorithms Joined.swift
[1366/1509] Compiling Algorithms Keyed.swift
[1367/1509] Compiling Algorithms MinMax.swift
[1368/1509] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1369/1509] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[1370/1509] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[1371/1509] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[1372/1509] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[1373/1509] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[1374/1509] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1383/1516] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1384/1516] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1385/1516] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1386/1516] Compiling AsyncAlgorithms DebounceStorage.swift
[1387/1516] Compiling AsyncAlgorithms Dictionary.swift
[1388/1516] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1389/1516] Compiling AsyncAlgorithms Locking.swift
[1390/1516] Emitting module BitCollections
[1391/1516] Compiling Atomics IntegerOperations.swift
[1392/1516] Compiling Atomics Unmanaged extensions.swift
[1393/1516] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1394/1516] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1395/1516] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1396/1516] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1397/1516] Compiling BitCollections BitSet+SetAlgebra union.swift
[1398/1516] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1399/1516] Compiling BitCollections BitSet.Counted.swift
[1400/1516] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1401/1516] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1402/1516] Compiling AsyncAlgorithms MergeStateMachine.swift
[1403/1516] Compiling AsyncAlgorithms MergeStorage.swift
[1404/1516] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1405/1516] Compiling AsyncAlgorithms Rethrow.swift
[1406/1516] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1407/1516] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1408/1516] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1409/1516] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1410/1516] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1411/1519] Compiling CryptoBoringWrapper RandomBytes.swift
[1414/1519] Compiling Algorithms Suffix.swift
[1415/1519] Compiling Algorithms RandomSample.swift
[1416/1519] Compiling Algorithms Reductions.swift
[1417/1519] Compiling Algorithms Rotate.swift
[1424/1525] Emitting module AsyncAlgorithms
[1429/1525] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1430/1525] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1431/1525] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1439/1525] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1452/1525] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1453/1525] Compiling CryptoBoringWrapper EllipticCurve.swift
[1468/1525] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1469/1525] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1470/1525] Compiling Algorithms Trim.swift
[1471/1525] Compiling Algorithms Unique.swift
[1472/1525] Compiling Algorithms Windows.swift
[1473/1525] Emitting module CryptoBoringWrapper
[1474/1525] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1475/1525] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1476/1526] Compiling BitCollections BitSet.Index.swift
[1477/1526] Compiling BitCollections BitSet._UnsafeHandle.swift
[1478/1526] Compiling BitCollections BitSet.swift
[1479/1526] Compiling BitCollections Range+Utilities.swift
[1480/1526] Compiling BitCollections Slice+Utilities.swift
[1481/1526] Compiling BitCollections UInt+Tricks.swift
[1482/1526] Compiling BitCollections _Word.swift
[1508/1568] Compiling Crypto ASN1.swift
[1509/1568] Compiling Crypto ASN1Any.swift
[1510/1568] Emitting module Atomics
[1511/1584] Emitting module Collections
[1512/1584] Compiling Collections Collections.swift
[1513/1600] Compiling Crypto Cipher.swift
[1514/1600] Compiling Crypto Nonces.swift
[1518/1601] Compiling Crypto ChaChaPoly.swift
[1521/1601] Compiling Crypto AES-GCM.swift
[1522/1601] Compiling Crypto AES-GCM_boring.swift
[1523/1601] Compiling Crypto ChaChaPoly_boring.swift
[1524/1601] Compiling Crypto HPKE-Utils.swift
[1525/1601] Compiling Crypto DHKEM.swift
[1526/1601] Compiling Crypto HPKE-KEM-Curve25519.swift
[1527/1601] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1528/1601] Compiling Crypto HPKE-KEM.swift
[1529/1601] Compiling Crypto HPKE-Errors.swift
[1532/1684] Emitting module Algorithms
[1534/1685] Compiling ServiceLifecycle CancellationWaiter.swift
[1535/1685] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1536/1686] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1537/1686] Compiling NIOCore BSDSocketAPI.swift
[1538/1687] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1539/1687] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1540/1687] Emitting module ServiceLifecycle
[1541/1687] Compiling NIOCore ByteBuffer-conversions.swift
[1542/1687] Compiling NIOCore ByteBuffer-core.swift
[1543/1687] Compiling ServiceLifecycle ServiceRunnerError.swift
[1544/1687] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1545/1687] Compiling NIOCore ByteBuffer-views.swift
[1546/1687] Compiling NIOCore Channel.swift
[1547/1687] Compiling NIOCore ChannelHandler.swift
[1548/1687] Compiling NIOCore ChannelHandlers.swift
[1549/1687] Compiling NIOCore ChannelInvoker.swift
[1550/1687] Compiling NIOCore ChannelOption.swift
[1551/1687] Compiling NIOCore ChannelPipeline.swift
[1552/1687] Compiling NIOCore CircularBuffer.swift
[1553/1687] Compiling NIOCore Codec.swift
[1554/1687] Compiling NIOCore ConvenienceOptionSupport.swift
[1555/1687] Compiling Crypto SymmetricKeys.swift
[1556/1687] Compiling Crypto HMAC.swift
[1557/1687] Compiling Crypto MACFunctions.swift
[1558/1687] Compiling Crypto MessageAuthenticationCode.swift
[1559/1687] Compiling Crypto AES.swift
[1560/1687] Compiling Crypto ECDSASignature_boring.swift
[1561/1687] Compiling Crypto ECDSA_boring.swift
[1562/1687] Compiling Crypto EdDSA_boring.swift
[1563/1687] Compiling Crypto ECDSA.swift
[1564/1687] Compiling Crypto Ed25519.swift
[1565/1696] Emitting module Crypto
[1566/1696] Compiling NIOCore MarkedCircularBuffer.swift
[1567/1696] Compiling NIOCore MulticastChannel.swift
[1568/1696] Compiling NIOCore NIOAny.swift
[1569/1696] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1570/1696] Compiling NIOCore NIOLoopBound.swift
[1571/1696] Compiling NIOCore NIOScheduledCallback.swift
[1572/1696] Compiling NIOCore NIOSendable.swift
[1573/1696] Compiling NIOCore RecvByteBufferAllocator.swift
[1574/1696] Compiling Crypto NISTCurvesKeys.swift
[1575/1696] Compiling Crypto X25519Keys.swift
[1576/1696] Compiling NIOCore ByteBuffer-aux.swift
[1577/1696] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1578/1696] Emitting module _ConnectionPoolModule
[1579/1696] Compiling NIOCore FileHandle.swift
[1580/1696] Compiling NIOCore FileRegion.swift
[1581/1696] Compiling NIOCore GlobalSingletons.swift
[1582/1696] Compiling NIOCore IO.swift
[1583/1696] Compiling NIOCore IOData.swift
[1584/1696] Compiling NIOCore IPProtocol.swift
[1585/1696] Compiling NIOCore IntegerBitPacking.swift
[1586/1696] Compiling NIOCore IntegerTypes.swift
[1587/1696] Compiling NIOCore Interfaces.swift
[1588/1696] Compiling NIOCore Linux.swift
[1589/1696] Compiling NIOCore DeadChannel.swift
[1590/1696] Compiling NIOCore DispatchQueue+WithFuture.swift
[1591/1696] Compiling NIOCore EventLoop+Deprecated.swift
[1592/1696] Compiling NIOCore EventLoop+SerialExecutor.swift
[1593/1696] Compiling NIOCore EventLoop.swift
[1594/1696] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1595/1696] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1596/1696] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1597/1696] Compiling NIOCore EventLoopFuture.swift
[1598/1696] Compiling NIOCore FileDescriptor.swift
[1607/1704] Compiling NIOCore ByteBuffer-hex.swift
[1608/1704] Compiling NIOCore ByteBuffer-int.swift
[1609/1704] Compiling ServiceLifecycle Service.swift
[1610/1704] Compiling ServiceLifecycle GracefulShutdown.swift
[1611/1704] Compiling ServiceLifecycle ServiceGroup.swift
[1612/1705] Compiling NIOCore AsyncAwaitSupport.swift
[1613/1705] Compiling NIOCore AsyncChannel.swift
[1614/1705] Compiling _ConnectionPoolModule PoolStateMachine.swift
[1615/1705] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1616/1705] Compiling NIOCore AddressedEnvelope.swift
[1639/1706] Compiling NIOCore AsyncChannelHandler.swift
[1640/1706] Compiling NIOCore AsyncChannelInboundStream.swift
[1641/1706] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1642/1706] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1643/1706] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1644/1706] Compiling NIOCore NIOAsyncWriter.swift
[1645/1706] Compiling NIOCore ByteBuffer-multi-int.swift
[1646/1706] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1647/1706] Compiling Crypto Signature.swift
[1648/1706] Compiling Crypto CryptoKitErrors_boring.swift
[1649/1706] Compiling Crypto RNG_boring.swift
[1650/1706] Compiling Crypto SafeCompare_boring.swift
[1651/1706] Compiling Crypto Zeroization_boring.swift
[1652/1706] Compiling Crypto PrettyBytes.swift
[1653/1706] Compiling Crypto SafeCompare.swift
[1654/1706] Compiling Crypto SecureBytes.swift
[1655/1706] Compiling Crypto Zeroization.swift
[1665/1707] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1666/1707] Compiling NIOCore SocketAddresses.swift
[1667/1707] Compiling NIOCore SocketOptionProvider.swift
[1668/1707] Compiling NIOCore SystemCallHelpers.swift
[1669/1707] Compiling NIOCore TimeAmount+Duration.swift
[1670/1707] Compiling NIOCore TypeAssistedChannelHandler.swift
[1671/1707] Compiling NIOCore UniversalBootstrapSupport.swift
[1672/1707] Compiling NIOCore Utilities.swift
[1707/1707] Emitting module NIOCore
[1709/1759] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1710/1759] Compiling NIOEmbedded Embedded.swift
[1711/1759] Compiling NIOEmbedded AsyncTestingChannel.swift
[1712/1759] Emitting module NIOEmbedded
[1714/1760] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1715/1760] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1716/1760] Compiling NIOPosix PosixSingletons.swift
[1717/1760] Compiling NIOPosix RawSocketBootstrap.swift
[1718/1760] Compiling NIOPosix Resolver.swift
[1719/1760] Compiling NIOPosix Selectable.swift
[1720/1766] Compiling NIOPosix ServerSocket.swift
[1721/1766] Compiling NIOPosix Socket.swift
[1722/1766] Compiling NIOPosix SocketChannel.swift
[1723/1766] Compiling NIOPosix SocketProtocols.swift
[1724/1766] Compiling NIOPosix System.swift
[1725/1766] Compiling NIOPosix Thread.swift
[1726/1766] Compiling NIOPosix IO.swift
[1727/1766] Compiling NIOPosix IntegerBitPacking.swift
[1728/1766] Compiling NIOPosix IntegerTypes.swift
[1729/1766] Compiling NIOPosix Linux.swift
[1730/1766] Compiling NIOPosix LinuxCPUSet.swift
[1731/1766] Compiling NIOPosix LinuxUring.swift
[1732/1766] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1733/1766] Compiling NIOPosix ThreadPosix.swift
[1734/1766] Compiling NIOPosix ThreadWindows.swift
[1735/1766] Compiling NIOPosix UnsafeTransfer.swift
[1736/1766] Compiling NIOPosix Utilities.swift
[1737/1766] Compiling NIOPosix VsockAddress.swift
[1738/1766] Compiling NIOPosix VsockChannelEvents.swift
[1739/1766] Compiling NIOPosix SelectableChannel.swift
[1740/1766] Compiling NIOPosix SelectableEventLoop.swift
[1741/1766] Compiling NIOPosix SelectorEpoll.swift
[1742/1766] Compiling NIOPosix SelectorGeneric.swift
[1743/1766] Compiling NIOPosix SelectorKqueue.swift
[1744/1766] Compiling NIOPosix SelectorUring.swift
[1745/1766] Compiling NIOPosix Bootstrap.swift
[1746/1766] Compiling NIOPosix ControlMessage.swift
[1747/1766] Compiling NIOPosix DatagramVectorReadManager.swift
[1748/1766] Compiling NIOPosix Errors+Any.swift
[1749/1766] Compiling NIOPosix FileDescriptor.swift
[1750/1766] Compiling NIOPosix GetaddrinfoResolver.swift
[1751/1766] Compiling NIOPosix HappyEyeballs.swift
[1752/1766] Compiling NIOPosix BSDSocketAPICommon.swift
[1753/1766] Compiling NIOPosix BSDSocketAPIPosix.swift
[1754/1766] Compiling NIOPosix BSDSocketAPIWindows.swift
[1755/1766] Compiling NIOPosix BaseSocket.swift
[1756/1766] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1757/1766] Compiling NIOPosix BaseSocketChannel.swift
[1758/1766] Compiling NIOPosix BaseStreamSocketChannel.swift
[1759/1766] Emitting module NIOPosix
[1760/1766] Compiling NIOPosix NIOThreadPool.swift
[1761/1766] Compiling NIOPosix NonBlockingFileIO.swift
[1762/1766] Compiling NIOPosix PendingDatagramWritesManager.swift
[1763/1766] Compiling NIOPosix PendingWritesManager.swift
[1764/1766] Compiling NIOPosix PipeChannel.swift
[1765/1766] Compiling NIOPosix PipePair.swift
[1766/1766] Compiling NIOPosix Pool.swift
[1768/1826] Emitting module NIO
[1769/1826] Compiling NIO Exports.swift
[1770/1827] Compiling _NIOFileSystem Array+FileSystem.swift
[1771/1827] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1772/1827] Compiling _NIOFileSystem BufferedReader.swift
[1773/1827] Compiling _NIOFileSystem Convenience.swift
[1774/1827] Compiling _NIOFileSystem DirectoryEntries.swift
[1775/1827] Compiling _NIOFileSystem DirectoryEntry.swift
[1777/1829] Compiling AsyncKit Future+Miscellaneous.swift
[1778/1829] Compiling AsyncKit Future+Nonempty.swift
[1779/1829] Compiling AsyncKit Future+Optional.swift
[1780/1829] Compiling AsyncKit Future+Transform.swift
[1781/1829] Compiling AsyncKit Future+Try.swift
[1782/1829] Compiling AsyncKit FutureOperators.swift
[1783/1848] Emitting module _NIOFileSystem
[1784/1852] Compiling NIOSOCKS ClientGreeting.swift
[1785/1852] Compiling NIOSOCKS Errors.swift
[1786/1852] Compiling NIOSOCKS Helpers.swift
[1787/1971] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1788/1971] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1789/1971] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1790/1971] Compiling SQLKit SQLCommonUnionBuilder.swift
[1791/1971] Compiling SQLKit SQLJoinBuilder.swift
[1792/1971] Compiling SwifQLNIO SwifQLTable.swift
[1793/1971] Compiling SwifQLNIO SwifQLEnum.swift
[1794/1971] Emitting module NIOTLS
[1795/1971] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1796/1971] Compiling SwifQLNIO ReflectedPropertyCache.swift
[1797/1971] Emitting module SwifQLNIO
[1798/1971] Compiling NIOTLS TLSEvents.swift
[1799/1971] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1800/1971] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1803/1971] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1804/1971] Compiling NIOSOCKS ClientStateMachine.swift
[1805/1972] Compiling NIOSOCKS SOCKSResponse.swift
[1806/1972] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1807/1972] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1808/1972] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1809/1972] Compiling NIOHTTP1 HTTPTypes.swift
[1810/1972] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1811/1972] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1812/1972] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1813/1972] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1814/1972] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1815/1972] Compiling NIOHTTP1 HTTPDecoder.swift
[1817/1972] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1818/1972] Compiling SwifQLNIO Exports.swift
[1821/1972] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1822/1972] Compiling SQLKit SQLSelectBuilder.swift
[1823/1972] Compiling SQLKit SQLSubqueryBuilder.swift
[1824/1972] Compiling SQLKit SQLUnionBuilder.swift
[1825/1972] Compiling SQLKit SQLUpdateBuilder.swift
[1826/1972] Emitting module NIOSOCKS
[1829/1972] Compiling NIOTLS SNIHandler.swift
[1831/1973] Compiling NIOSOCKS ServerStateMachine.swift
[1832/1973] Compiling SwifQLNIO KeyPath.swift
[1833/1973] Compiling SwifQLNIO Reflectable.swift
[1834/1975] Emitting module NIOFoundationCompat
[1836/1975] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1841/1976] Compiling NIOHTTP1 HTTPEncoder.swift
[1842/1976] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1844/2027] Compiling NIOTransportServices NIOTSSingletons.swift
[1845/2027] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1846/2029] Compiling NIOSSL RNG.swift
[1847/2029] Compiling NIOSSL SafeCompare.swift
[1848/2029] Compiling NIOSSL Zeroization.swift
[1849/2029] Compiling SQLKit SQLQueryFetcher.swift
[1850/2029] Compiling SQLKit SQLReturningBuilder.swift
[1851/2029] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1852/2029] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1853/2029] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1854/2029] Compiling SQLKit SQLDatabase.swift
[1855/2029] Emitting module NIOTransportServices
[1856/2029] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1857/2029] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1858/2029] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1859/2031] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1860/2031] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1861/2031] Compiling SQLKit SQLDropIndex.swift
[1862/2031] Compiling SQLKit SQLDropTable.swift
[1863/2031] Compiling SQLKit SQLDropTrigger.swift
[1864/2031] Compiling SQLKit SQLInsert.swift
[1865/2031] Compiling SQLKit SQLSelect.swift
[1866/2031] Compiling SQLKit SQLUnion.swift
[1867/2031] Compiling SQLKit SQLUpdate.swift
[1868/2031] Compiling SQLKit SQLExpression.swift
[1869/2031] Compiling SQLKit SQLSerializer.swift
[1870/2031] Compiling SQLKit SQLStatement.swift
[1871/2031] Compiling SQLKit SQLBinaryExpression.swift
[1872/2031] Compiling SQLKit SQLBinaryOperator.swift
[1873/2031] Compiling SQLKit SQLBind.swift
[1874/2043] Compiling NIOTransportServices StateManagedChannel.swift
[1875/2043] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1876/2043] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1880/2043] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1881/2043] Compiling NIOTransportServices NIOTSErrors.swift
[1882/2043] Compiling NIOTransportServices NIOTSEventLoop.swift
[1883/2043] Compiling NIOTransportServices NIOTSBootstraps.swift
[1884/2043] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1886/2043] Compiling NIOTransportServices AcceptHandler.swift
[1887/2043] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1888/2043] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1889/2043] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1892/2043] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1893/2043] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1894/2043] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1895/2043] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1902/2044] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1903/2044] Compiling SQLKit Exports.swift
[1904/2044] Compiling SQLKit SQLAlias.swift
[1905/2044] Compiling SQLKit SQLBetween.swift
[1906/2044] Compiling SQLKit SQLColumn.swift
[1907/2044] Compiling SQLKit SQLConstraint.swift
[1908/2044] Compiling SQLKit SQLDataType.swift
[1909/2044] Compiling SQLKit SQLDirection.swift
[1910/2044] Compiling SQLKit SQLDistinct.swift
[1911/2044] Compiling SQLKit SQLForeignKeyAction.swift
[1912/2044] Compiling SQLKit SQLNestedSubpathExpression.swift
[1913/2044] Compiling SQLKit SQLQualifiedTable.swift
[1914/2044] Compiling SQLKit SQLQueryString.swift
[1916/2044] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1917/2044] Compiling SQLKit SQLColumnAssignment.swift
[1918/2044] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1919/2044] Compiling SQLKit SQLColumnDefinition.swift
[1920/2044] Compiling SQLKit SQLCommonTableExpression.swift
[1921/2044] Compiling SQLKit SQLConflictAction.swift
[1922/2044] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1923/2044] Compiling SQLKit SQLDropBehaviour.swift
[1924/2044] Compiling SQLKit SQLEnumDataType.swift
[1925/2044] Compiling SQLKit SQLExcludedColumn.swift
[1926/2044] Compiling SQLKit SQLForeignKey.swift
[1927/2044] Compiling SQLKit SQLJoin.swift
[1928/2044] Compiling SQLKit SQLJoinMethod.swift
[1929/2044] Compiling SQLKit SQLLockingClause.swift
[1930/2044] Compiling SQLKit SQLOrderBy.swift
[1931/2044] Compiling SQLKit SQLReturning.swift
[1932/2044] Compiling SQLKit SQLSubquery.swift
[1933/2044] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1934/2044] Compiling SQLKit SQLAlterEnum.swift
[1935/2044] Compiling SQLKit SQLAlterTable.swift
[1936/2044] Compiling SQLKit SQLCreateEnum.swift
[1937/2044] Compiling SQLKit SQLCreateIndex.swift
[1938/2044] Compiling SQLKit SQLCreateTable.swift
[1939/2044] Compiling SQLKit SQLCreateTrigger.swift
[1940/2044] Compiling SQLKit SQLDelete.swift
[1941/2044] Compiling SQLKit SQLDropEnum.swift
[1954/2044] Compiling NIOSSL SubjectAlternativeName.swift
[1955/2044] Compiling NIOSSL NIOSSLSecureBytes.swift
[1978/2044] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1979/2044] Compiling SQLKit SQLDialect.swift
[1980/2044] Compiling SQLKit SQLDatabase+Deprecated.swift
[1981/2044] Compiling SQLKit SQLError.swift
[1982/2044] Compiling SQLKit SQLExpressions+Deprecated.swift
[1983/2044] Emitting module NIOHTTP1
[1988/2045] Emitting module AsyncKit
[1989/2045] Emitting module SQLKit
[2008/2098] Compiling NIOWebSocket WebSocketOpcode.swift
[2009/2099] Compiling NIOExtras RequestResponseWithIDHandler.swift
[2013/2099] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2014/2099] Compiling NIOHPACK IntegerCoding.swift
[2015/2099] Compiling NIOHPACK IndexedHeaderTable.swift
[2016/2100] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2017/2100] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2018/2100] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[2019/2100] Compiling NIOExtras NIOExtrasError.swift
[2020/2102] Compiling NIOHPACK HPACKHeader.swift
[2021/2102] Compiling NIOHPACK HeaderTables.swift
[2022/2102] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[2023/2102] Compiling NIOExtras LengthFieldPrepender.swift
[2024/2102] Emitting module NIOSSL
[2025/2102] Compiling NIOHPACK DynamicHeaderTable.swift
[2026/2102] Compiling NIOHPACK HPACKDecoder.swift
[2027/2102] Compiling NIOHPACK HPACKEncoder.swift
[2028/2102] Compiling NIOHPACK HPACKErrors.swift
[2029/2102] Emitting module _NIOFileSystemFoundationCompat
[2030/2102] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2031/2102] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2034/2102] Compiling NIOHTTPCompression HTTPDecompression.swift
[2035/2102] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2036/2103] Emitting module NIOHTTPCompression
[2037/2103] Compiling NIOHTTPCompression HTTPCompression.swift
[2042/2103] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2043/2104] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2044/2104] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2047/2104] Compiling NIOExtras NIOLengthFieldBitLength.swift
[2048/2104] Compiling NIOExtras NIORequestIdentifiable.swift
[2049/2104] Compiling NIOHPACK HuffmanCoding.swift
[2050/2104] Compiling NIOHPACK HuffmanTables.swift
[2053/2104] Compiling NIOExtras LineBasedFrameDecoder.swift
[2054/2104] Emitting module NIOWebSocket
[2057/2104] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2058/2104] Compiling NIOWebSocket WebSocketFrame.swift
[2059/2107] Compiling NIOExtras RequestResponseHandler.swift
[2061/2107] Compiling NIOExtras PCAPRingBuffer.swift
[2062/2107] Compiling NIOExtras QuiescingHelper.swift
[2063/2107] Compiling NIOHPACK StaticHeaderTable.swift
[2065/2107] Emitting module NIOHPACK
[2066/2107] Emitting module NIOExtras
[2068/2107] Emitting module NIOFileSystem
[2069/2107] Compiling NIOFileSystem Exports.swift
[2074/2127] Compiling SQLKit SQLFunction.swift
[2075/2127] Compiling SQLKit SQLGroupExpression.swift
[2076/2127] Compiling SQLKit SQLIdentifier.swift
[2077/2127] Compiling SQLKit SQLList.swift
[2078/2127] Compiling SQLKit SQLLiteral.swift
[2079/2127] Compiling SQLKit SQLRaw.swift
[2080/2127] Compiling SQLKit SQLCodingUtilities.swift
[2081/2127] Compiling SQLKit SQLQueryEncoder.swift
[2082/2127] Compiling SQLKit SQLRow.swift
[2083/2127] Compiling SQLKit SQLRowDecoder.swift
[2084/2127] Compiling SQLKit SomeCodingKey.swift
[2085/2127] Compiling SQLKit StringHandling.swift
[2086/2128] Compiling MultipartKit MultipartError.swift
[2087/2128] Compiling MultipartKit Exports.swift
[2088/2128] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2089/2128] Compiling MultipartKit BasicCodingKey.swift
[2092/2129] Compiling MultipartKit FormDataEncoder.swift
[2093/2129] Compiling MultipartKit Storage.swift
[2094/2131] Compiling NIOSSL TLSConfiguration.swift
[2095/2131] Compiling NIOSSL UniversalBootstrapSupport.swift
[2096/2131] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2100/2131] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2101/2131] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2103/2131] Emitting module MultipartKit
[2104/2131] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[2105/2131] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[2106/2131] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[2107/2131] Compiling MultipartKit FormDataEncoder.Encoder.swift
[2113/2131] Compiling MultipartKit MultipartFormData.swift
[2114/2131] Compiling MultipartKit MultipartParser.swift
[2117/2131] Compiling MultipartKit MultipartPart.swift
[2118/2131] Compiling MultipartKit MultipartPartConvertible.swift
[2119/2131] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2120/2131] Compiling MultipartKit FormDataDecoder.swift
[2124/2132] Compiling MultipartKit MultipartSerializer.swift
[2125/2222] Compiling FluentKit Model+Concurrency.swift
[2126/2222] Compiling FluentKit ModelResponder+Concurrency.swift
[2129/2390] Compiling WebSocketKit WebSocket+Concurrency.swift
[2130/2390] Compiling WebSocketKit WebSocket+Connect.swift
[2131/2390] Compiling WebSocketKit Exports.swift
[2132/2390] Emitting module WebSocketKit
[2133/2390] Compiling WebSocketKit WebSocket.swift
[2134/2390] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2135/2390] Compiling WebSocketKit WebSocketHandler.swift
[2136/2390] Compiling WebSocketKit WebSocketClient.swift
[2138/2391] Emitting module FluentKit
[2139/2403] Compiling PostgresNIO RawRepresentable+PostgresCodable.swift
[2140/2403] Compiling PostgresNIO String+PostgresCodable.swift
[2141/2403] Compiling PostgresNIO UUID+PostgresCodable.swift
[2142/2403] Compiling PostgresNIO ByteBuffer+PSQL.swift
[2143/2403] Compiling PostgresNIO Logging+PSQL.swift
[2144/2403] Compiling PostgresNIO Authentication.swift
[2145/2403] Compiling PostgresNIO BackendKeyData.swift
[2146/2403] Compiling PostgresNIO DataRow.swift
[2147/2403] Compiling PostgresNIO ErrorResponse.swift
[2148/2403] Compiling PostgresNIO NotificationResponse.swift
[2149/2403] Compiling PostgresNIO ParameterDescription.swift
[2150/2403] Compiling PostgresNIO ParameterStatus.swift
[2151/2403] Emitting module NIOHTTP2
[2152/2403] Compiling PostgresNIO RowStreamStateMachine.swift
[2153/2403] Compiling PostgresNIO Array+PostgresCodable.swift
[2154/2403] Compiling PostgresNIO PostgresData+RawRepresentable.swift
[2155/2403] Compiling PostgresNIO PostgresData+Set.swift
[2156/2403] Compiling PostgresNIO PostgresData+String.swift
[2157/2403] Compiling PostgresNIO PostgresData+UUID.swift
[2158/2403] Compiling PostgresNIO PostgresData.swift
[2159/2403] Compiling PostgresNIO PostgresDataConvertible.swift
[2160/2403] Compiling PostgresNIO PostgresDataType.swift
[2161/2403] Compiling PostgresNIO PostgresRow.swift
[2162/2403] Compiling PostgresNIO PostgresConnection+Configuration+Deprecated.swift
[2163/2403] Compiling PostgresNIO PostgresData+UInt.swift
[2164/2403] Compiling PostgresNIO PostgresMessage+Authentication.swift
[2165/2403] Compiling PostgresNIO PostgresMessage+BackendKeyData.swift
[2166/2403] Compiling PostgresNIO PostgresMessage+DataRow.swift
[2167/2403] Compiling PostgresNIO PostgresMessage+Error.swift
[2168/2403] Compiling PostgresNIO PostgresMessage+Identifier.swift
[2169/2403] Compiling PostgresNIO PostgresMessage+NotificationResponse.swift
[2170/2403] Compiling PostgresNIO PostgresMessage+RowDescription.swift
[2171/2403] Compiling PostgresNIO PostgresMessageType.swift
[2172/2403] Compiling PostgresNIO AuthenticationStateMachine.swift
[2173/2403] Compiling PostgresNIO CloseStateMachine.swift
[2174/2403] Compiling PostgresNIO ConnectionStateMachine.swift
[2175/2403] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[2176/2403] Compiling PostgresNIO ListenStateMachine.swift
[2177/2403] Compiling PostgresNIO PreparedStatementStateMachine.swift
[2179/2411] Compiling PostgresNIO PostgresMessage+Bind.swift
[2180/2411] Compiling PostgresNIO PostgresMessage+Close.swift
[2181/2411] Compiling PostgresNIO PostgresMessage+CommandComplete.swift
[2182/2411] Compiling PostgresNIO PostgresMessage+Describe.swift
[2183/2411] Compiling PostgresNIO Bool+PostgresCodable.swift
[2184/2411] Compiling PostgresNIO Bytes+PostgresCodable.swift
[2185/2411] Compiling PostgresNIO Date+PostgresCodable.swift
[2202/2411] Emitting module PostgresNIO
[2210/2425] Compiling PostgresNIO Decimal+PostgresCodable.swift
[2211/2425] Compiling PostgresNIO Float+PostgresCodable.swift
[2212/2425] Compiling PostgresNIO Int+PostgresCodable.swift
[2213/2425] Compiling PostgresNIO JSON+PostgresCodable.swift
[2214/2425] Compiling PostgresNIO Range+PostgresCodable.swift
[2215/2425] Compiling PostgresNIO PostgresConnection.swift
[2216/2425] Compiling PostgresNIO PostgresDatabase+PreparedQuery.swift
[2217/2425] Compiling PostgresNIO PostgresData+Array.swift
[2218/2425] Compiling PostgresNIO PostgresData+Bool.swift
[2219/2425] Compiling PostgresNIO PostgresData+Bytes.swift
[2220/2425] Compiling PostgresNIO PostgresData+Date.swift
[2221/2425] Compiling PostgresNIO PostgresData+Decimal.swift
[2222/2425] Compiling PostgresNIO PostgresData+Double.swift
[2223/2425] Compiling PostgresNIO PostgresData+Float.swift
[2224/2425] Compiling PostgresNIO PostgresData+Int.swift
[2225/2425] Compiling PostgresNIO PostgresData+JSON.swift
[2226/2425] Compiling PostgresNIO PostgresData+JSONB.swift
[2236/2425] Compiling FluentKit DatabaseQuery+Join.swift
[2237/2425] Compiling FluentKit DatabaseQuery+Range.swift
[2238/2425] Compiling FluentKit DatabaseQuery+Sort.swift
[2239/2425] Compiling FluentKit DatabaseQuery+Value.swift
[2240/2425] Compiling FluentKit DatabaseQuery.swift
[2241/2425] Compiling FluentKit QueryHistory.swift
[2242/2425] Compiling FluentKit DatabaseSchema.swift
[2243/2425] Compiling FluentKit SchemaBuilder.swift
[2244/2425] Compiling FluentKit OptionalType.swift
[2245/2425] Compiling FluentKit RandomGeneratable.swift
[2246/2425] Compiling FluentKit SomeCodingKey.swift
[2247/2425] Compiling FluentKit UnsafeMutableTransferBox.swift
[2248/2425] Compiling NIOHTTP2 StreamStateMachine.swift
[2249/2425] Compiling NIOHTTP2 UnsafeTransfer.swift
[2250/2425] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2251/2425] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[2252/2425] Compiling PostgresNIO PostgresMessage+SimpleQuery.swift
[2253/2425] Compiling PostgresNIO PostgresMessage+Startup.swift
[2254/2425] Compiling PostgresNIO PostgresMessage+Sync.swift
[2255/2425] Compiling PostgresNIO PostgresMessage+Terminate.swift
[2256/2425] Compiling PostgresNIO PostgresMessageDecoder.swift
[2257/2425] Compiling PostgresNIO PostgresMessageEncoder.swift
[2258/2425] Compiling PostgresNIO PostgresMessage+0.swift
[2259/2425] Compiling PostgresNIO PostgresConnection+Configuration.swift
[2274/2425] Compiling NIOHTTP2 InboundWindowManager.swift
[2275/2425] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2276/2425] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2277/2425] Compiling NIOHTTP2 StreamChannelList.swift
[2278/2425] Compiling NIOHTTP2 StreamMap.swift
[2282/2425] Compiling PostgresNIO ReadyForQuery.swift
[2283/2425] Compiling PostgresNIO RowDescription.swift
[2284/2425] Compiling PostgresNIO NotificationListener.swift
[2285/2425] Compiling PostgresNIO PSQLError.swift
[2286/2425] Compiling PostgresNIO PSQLEventsHandler.swift
[2287/2425] Compiling PostgresNIO PSQLPreparedStatement.swift
[2288/2425] Compiling PostgresNIO PSQLRowStream.swift
[2317/2438] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[2318/2438] Compiling FluentSQL DatabaseSchema+SQL.swift
[2319/2438] Compiling FluentSQL Exports.swift
[2350/2439] Emitting module FluentSQL
[2351/2439] Compiling FluentSQL ConverterUtilities.swift
[2352/2439] Compiling FluentSQL DatabaseQuery+SQL.swift
[2353/2439] Compiling PostgresNIO PostgresClientMetrics.swift
[2354/2439] Compiling PostgresNIO Postgres+PSQLCompat.swift
[2355/2439] Compiling PostgresNIO PostgresDatabase+Query.swift
[2356/2439] Compiling PostgresNIO PostgresDatabase+SimpleQuery.swift
[2357/2439] Compiling PostgresNIO PostgresDatabase.swift
[2358/2439] Compiling PostgresNIO PostgresRequest.swift
[2359/2439] Compiling PostgresNIO Exports.swift
[2360/2439] Compiling PostgresNIO NIOUtils.swift
[2361/2439] Compiling PostgresNIO PostgresError+Code.swift
[2362/2439] Compiling PostgresNIO PostgresError.swift
[2363/2439] Compiling PostgresNIO PostgresJSONDecoder.swift
[2364/2439] Compiling PostgresNIO PostgresJSONEncoder.swift
[2365/2439] Compiling PostgresNIO SASLAuthentication+SCRAM-SHA256.swift
[2366/2439] Compiling PostgresNIO SASLAuthenticationManager.swift
[2375/2439] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[2376/2439] Compiling FluentSQL SQLDatabase+Model.swift
[2377/2439] Compiling FluentSQL SQLList+Deprecated.swift
[2378/2439] Compiling FluentSQL SQLQueryConverter.swift
[2379/2439] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[2380/2439] Compiling FluentSQL SQLSchemaConverter.swift
[2424/2441] Compiling PostgresNIO PreparedStatement.swift
[2425/2441] Compiling PostgresNIO VariadicGenerics.swift
[2426/2441] Compiling PostgresNIO ConnectionFactory.swift
[2427/2441] Compiling PostgresNIO PostgresClient.swift
[2443/2515] Compiling PostgresKit PostgresDatabase+SQL+Deprecated.swift
[2444/2515] Compiling PostgresKit Exports.swift
[2445/2516] Compiling PostgresKit PostgresRow+SQL.swift
[2446/2516] Compiling PostgresKit ConnectionPool+Postgres.swift
[2447/2516] Compiling PostgresKit PostgresColumnType.swift
[2448/2516] Compiling PostgresKit PostgresDatabase+SQL.swift
[2449/2516] Compiling PostgresKit PostgresDialect.swift
[2450/2516] Compiling PostgresKit SQLPostgresConfiguration.swift
[2451/2516] Emitting module PostgresKit
[2452/2516] Compiling PostgresKit PostgresConfiguration.swift
[2453/2516] Compiling PostgresKit PostgresConnectionSource+PostgresConfiguration.swift
[2454/2516] Compiling PostgresKit PostgresDataDecoder.swift
[2455/2516] Compiling PostgresKit PostgresDataEncoder.swift
[2456/2516] Emitting module AsyncHTTPClient
[2457/2524] Compiling PostgresKit PostgresConnectionSource.swift
[2458/2524] Compiling PostgresKit PostgresDataTranslation.swift
[2469/2534] Compiling AsyncHTTPClient RequestBag.swift
[2470/2534] Compiling AsyncHTTPClient RequestValidation.swift
[2471/2534] Compiling AsyncHTTPClient SSLContextCache.swift
[2472/2534] Compiling AsyncHTTPClient Scheme.swift
[2473/2534] Compiling AsyncHTTPClient Singleton.swift
[2474/2534] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2475/2534] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2476/2534] Compiling AsyncHTTPClient Utils.swift
[2477/2534] Compiling FluentPostgresDriver FluentPostgresDriver.swift
[2478/2535] Compiling FluentPostgresDriver PostgresConverterDelegate.swift
[2479/2535] Compiling FluentPostgresDriver PostgresError+Database.swift
[2480/2535] Emitting module FluentPostgresDriver
[2481/2535] Compiling FluentPostgresDriver Exports.swift
[2482/2535] Compiling FluentPostgresDriver DatabaseID+PostgreSQL.swift
[2483/2535] Compiling FluentPostgresDriver FluentPostgresConfiguration+Deprecated.swift
[2484/2535] Compiling FluentPostgresDriver FluentPostgresDatabase.swift
[2485/2535] Compiling FluentPostgresDriver FluentPostgresConfiguration.swift
[2489/2535] Compiling AsyncHTTPClient Base64.swift
[2490/2535] Compiling AsyncHTTPClient BasicAuth.swift
[2491/2535] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2492/2535] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2493/2535] Compiling AsyncHTTPClient ConnectionPool.swift
[2494/2535] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2495/2535] Compiling FluentPostgresDriver PostgresRow+Database.swift
[2497/2536] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2498/2536] Compiling AsyncHTTPClient ConnectionTarget.swift
[2499/2536] Compiling AsyncHTTPClient DeconstructedURL.swift
[2500/2536] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2501/2536] Compiling AsyncHTTPClient FoundationExtensions.swift
[2502/2536] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2503/2536] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2504/2536] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2505/2536] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2506/2536] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2507/2536] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2508/2536] Compiling AsyncHTTPClient HTTP1Connection.swift
[2509/2536] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2510/2536] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2511/2536] Compiling AsyncHTTPClient HTTP2Connection.swift
[2512/2536] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2513/2536] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2514/2536] Compiling AsyncHTTPClient RequestOptions.swift
[2515/2536] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2516/2536] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2517/2536] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2518/2536] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2519/2536] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2520/2536] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2521/2536] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2522/2536] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2523/2536] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2524/2536] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2525/2536] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2526/2536] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2527/2536] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2528/2536] Compiling AsyncHTTPClient RequestBodyLength.swift
[2529/2536] Compiling AsyncHTTPClient HTTPClient.swift
[2530/2536] Compiling AsyncHTTPClient HTTPHandler.swift
[2531/2536] Compiling AsyncHTTPClient LRUCache.swift
[2532/2536] Compiling AsyncHTTPClient NWErrorHandler.swift
[2533/2536] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2534/2536] Compiling AsyncHTTPClient TLSConfiguration.swift
[2535/2536] Compiling AsyncHTTPClient RedirectState.swift
[2536/2536] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2538/2706] Compiling Vapor HTTPServerResponseEncoder.swift
[2539/2706] Compiling Vapor HTTPServerUpgradeHandler.swift
[2540/2706] Compiling Vapor Logger+Report.swift
[2541/2706] Compiling Vapor LoggingSystem+Environment.swift
[2542/2706] Compiling Vapor Application+Middleware.swift
[2543/2706] Compiling Vapor CORSMiddleware.swift
[2544/2706] Compiling Vapor ErrorMiddleware.swift
[2545/2706] Compiling Vapor FileMiddleware.swift
[2546/2706] Compiling Vapor Middleware.swift
[2547/2706] Compiling Vapor MiddlewareConfiguration.swift
[2548/2706] Compiling Vapor ResponseCompressionMiddleware.swift
[2549/2706] Compiling Vapor RouteLoggingMiddleware.swift
[2550/2706] Compiling Vapor TracingMiddleware.swift
[2551/2706] Compiling Vapor File+Multipart.swift
[2552/2706] Compiling Vapor FormDataDecoder+Content.swift
[2553/2706] Compiling Vapor FormDataEncoder+Content.swift
[2554/2706] Compiling Vapor Application+Password.swift
[2555/2706] Compiling Vapor Application+Passwords.swift
[2556/2706] Compiling Vapor AsyncPasswordHasher.swift
[2557/2706] Compiling Vapor BcryptHasher.swift
[2558/2706] Compiling Vapor PasswordHasher.swift
[2559/2706] Compiling Vapor PlaintextHasher.swift
[2560/2706] Compiling Vapor Request+Password.swift
[2561/2706] Compiling Vapor Redirect.swift
[2562/2730] Compiling Vapor Core.swift
[2563/2730] Compiling Vapor Running.swift
[2564/2730] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2565/2730] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2566/2730] Compiling Vapor DotEnvFile+load.swift
[2567/2730] Compiling Vapor Routes+caseInsenstive.swift
[2568/2730] Compiling Vapor Validatable+validate.swift
[2569/2730] Compiling Vapor Environment+Process.swift
[2570/2730] Compiling Vapor Environment+Secret.swift
[2571/2730] Compiling Vapor Environment.swift
[2572/2730] Compiling Vapor Abort.swift
[2573/2730] Compiling Vapor AbortError.swift
[2574/2730] Compiling Vapor DebuggableError.swift
[2575/2730] Compiling Vapor Demangler.swift
[2576/2730] Compiling Vapor ErrorSource.swift
[2577/2730] Compiling Vapor StackTrace.swift
[2578/2730] Compiling Vapor Exports.swift
[2579/2730] Compiling Vapor Application+HTTP.swift
[2580/2730] Compiling Vapor BasicResponder.swift
[2581/2730] Compiling Vapor BodyStream.swift
[2582/2730] Compiling Vapor Application+HTTP+Client.swift
[2583/2730] Compiling Vapor EventLoopHTTPClient.swift
[2584/2730] Compiling Vapor EndpointCache.swift
[2585/2730] Compiling Vapor HTTPMethod+String.swift
[2586/2730] Compiling Vapor Application.swift
[2587/2730] Compiling Vapor AuthenticationCache.swift
[2588/2730] Compiling Vapor Authenticator.swift
[2589/2730] Compiling Vapor BasicAuthorization.swift
[2590/2730] Compiling Vapor BearerAuthorization.swift
[2591/2730] Compiling Vapor GuardMiddleware.swift
[2592/2730] Compiling Vapor RedirectMiddleware.swift
[2593/2730] Compiling Vapor SessionAuthenticatable.swift
[2594/2730] Compiling Vapor Bcrypt.swift
[2595/2730] Compiling Vapor Application+Cache.swift
[2596/2730] Compiling Vapor Cache.swift
[2597/2730] Compiling Vapor CacheExpirationTime.swift
[2598/2730] Compiling Vapor MemoryCache.swift
[2599/2730] Compiling Vapor Request+Cache.swift
[2600/2730] Compiling Vapor Application+Clients.swift
[2601/2730] Compiling Vapor Client.swift
[2602/2730] Compiling Vapor ClientRequest.swift
[2603/2730] Compiling Vapor ClientResponse.swift
[2604/2730] Compiling Vapor Request+Client.swift
[2605/2730] Compiling Vapor BootCommand.swift
[2606/2730] Compiling Vapor CommandContext+Application.swift
[2607/2730] Compiling Vapor RoutesCommand.swift
[2608/2730] Compiling Vapor ServeCommand.swift
[2609/2730] Compiling Vapor AnyResponse+Concurrency.swift
[2610/2754] Compiling Vapor Validator.swift
[2611/2754] Compiling Vapor ValidatorResult.swift
[2612/2754] Compiling Vapor And.swift
[2613/2754] Compiling Vapor Case.swift
[2614/2754] Compiling Vapor CharacterSet.swift
[2615/2754] Compiling Vapor Count.swift
[2616/2754] Compiling Vapor Custom.swift
[2617/2754] Compiling Vapor Email.swift
[2618/2754] Compiling Vapor Empty.swift
[2619/2754] Compiling Vapor In.swift
[2620/2754] Compiling Vapor Nil.swift
[2621/2754] Compiling Vapor NilIgnoring.swift
[2622/2754] Compiling Vapor Not.swift
[2623/2754] Compiling Vapor Or.swift
[2624/2754] Compiling Vapor Pattern.swift
[2625/2754] Compiling Vapor Range.swift
[2626/2754] Compiling Vapor URL.swift
[2627/2754] Compiling Vapor Valid.swift
[2628/2754] Compiling Vapor Application+Views.swift
[2629/2754] Compiling Vapor PlaintextRenderer.swift
[2630/2754] Compiling Vapor Request+View.swift
[2631/2754] Compiling Vapor View.swift
[2632/2754] Compiling Vapor ViewRenderer.swift
[2633/2754] Compiling Vapor _Deprecations.swift
[2634/2754] Emitting module Vapor
[2635/2754] Compiling Vapor Service.swift
[2636/2754] Compiling Vapor Application+Sessions.swift
[2637/2754] Compiling Vapor MemorySessions.swift
[2638/2754] Compiling Vapor Request+Session.swift
[2639/2754] Compiling Vapor Session.swift
[2640/2754] Compiling Vapor SessionCache.swift
[2641/2754] Compiling Vapor SessionData.swift
[2642/2754] Compiling Vapor SessionDriver.swift
[2643/2754] Compiling Vapor SessionsConfiguration.swift
[2644/2754] Compiling Vapor SessionsMiddleware.swift
[2645/2754] Compiling Vapor URLEncodedFormData.swift
[2646/2754] Compiling Vapor URLEncodedFormDecoder.swift
[2647/2754] Compiling Vapor URLEncodedFormEncoder.swift
[2648/2754] Compiling Vapor URLEncodedFormError.swift
[2649/2754] Compiling Vapor URLEncodedFormParser.swift
[2650/2754] Compiling Vapor URLEncodedFormSerializer.swift
[2651/2754] Compiling Vapor URLQueryFragmentConvertible.swift
[2652/2754] Compiling Vapor AnyResponse.swift
[2653/2754] Compiling Vapor Array+Random.swift
[2654/2754] Compiling Vapor Base32.swift
[2655/2754] Compiling Vapor Base64.swift
[2656/2754] Compiling Vapor BaseN.swift
[2657/2754] Compiling Vapor BasicCodingKey.swift
[2658/2754] Compiling Vapor ByteCount.swift
[2659/2754] Compiling Vapor Request+Body.swift
[2660/2754] Compiling Vapor Request+BodyStream.swift
[2661/2754] Compiling Vapor Request.swift
[2662/2754] Compiling Vapor Application+Responder.swift
[2663/2754] Compiling Vapor DefaultResponder.swift
[2664/2754] Compiling Vapor Response+Body.swift
[2665/2754] Compiling Vapor Response.swift
[2666/2754] Compiling Vapor ResponseCodable.swift
[2667/2754] Compiling Vapor Application+Routes.swift
[2668/2754] Compiling Vapor Parameters+Require.swift
[2669/2754] Compiling Vapor Request+WebSocket.swift
[2670/2754] Compiling Vapor Route.swift
[2671/2754] Compiling Vapor RouteCollection.swift
[2672/2754] Compiling Vapor Routes.swift
[2673/2754] Compiling Vapor RoutesBuilder+Group.swift
[2674/2754] Compiling Vapor RoutesBuilder+Method.swift
[2675/2754] Compiling Vapor RoutesBuilder+Middleware.swift
[2676/2754] Compiling Vapor RoutesBuilder+WebSocket.swift
[2677/2754] Compiling Vapor RoutesBuilder.swift
[2678/2754] Compiling Vapor OTP.swift
[2679/2754] Compiling Vapor Application+Servers.swift
[2680/2754] Compiling Vapor Server.swift
[2681/2754] Compiling Vapor App+Service.swift
[2682/2754] Compiling Vapor Req+Service.swift
[2683/2754] Compiling Vapor Bytes+Hex.swift
[2684/2754] Compiling Vapor Bytes+SecureCompare.swift
[2685/2754] Compiling Vapor Collection+Safe.swift
[2686/2754] Compiling Vapor DataProtocol+Copy.swift
[2687/2754] Compiling Vapor DecoderUnwrapper.swift
[2688/2754] Compiling Vapor DirectoryConfiguration.swift
[2689/2754] Compiling Vapor DotEnv.swift
[2690/2754] Compiling Vapor Extendable.swift
[2691/2754] Compiling Vapor File.swift
[2692/2754] Compiling Vapor FileIO.swift
[2693/2754] Compiling Vapor LifecycleHandler.swift
[2694/2754] Compiling Vapor OptionalType.swift
[2695/2754] Compiling Vapor RFC1123.swift
[2696/2754] Compiling Vapor SocketAddress+Hostname.swift
[2697/2754] Compiling Vapor Storage.swift
[2698/2754] Compiling Vapor String+IsIPAddress.swift
[2699/2754] Compiling Vapor Thread.swift
[2700/2754] Compiling Vapor URI.swift
[2701/2754] Compiling Vapor RangeResult.swift
[2702/2754] Compiling Vapor Validatable.swift
[2703/2754] Compiling Vapor Validation.swift
[2704/2754] Compiling Vapor ValidationKey.swift
[2705/2754] Compiling Vapor Validations.swift
[2706/2754] Compiling Vapor ValidationsError.swift
[2707/2754] Compiling Vapor AsyncBasicResponder.swift
[2708/2754] Compiling Vapor AsyncMiddleware.swift
[2709/2754] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2710/2754] Compiling Vapor AsyncSessionDriver.swift
[2711/2754] Compiling Vapor Authentication+Concurrency.swift
[2712/2754] Compiling Vapor Cache+Concurrency.swift
[2713/2754] Compiling Vapor Client+Concurrency.swift
[2714/2754] Compiling Vapor RequestBody+Concurrency.swift
[2715/2754] Compiling Vapor Responder+Concurrency.swift
[2716/2754] Compiling Vapor ResponseCodable+Concurrency.swift
[2717/2754] Compiling Vapor RoutesBuilder+Concurrency.swift
[2718/2754] Compiling Vapor ViewRenderer+Concurrency.swift
[2719/2754] Compiling Vapor WebSocket+Concurrency.swift
[2720/2754] Compiling Vapor ContainerGetPathExecutor.swift
[2721/2754] Compiling Vapor Content.swift
[2722/2754] Compiling Vapor ContentCoders.swift
[2723/2754] Compiling Vapor ContentConfiguration.swift
[2724/2754] Compiling Vapor ContentContainer.swift
[2725/2754] Compiling Vapor JSONCoder+Custom.swift
[2726/2754] Compiling Vapor JSONCoders+Content.swift
[2727/2754] Compiling Vapor PlaintextDecoder.swift
[2728/2754] Compiling Vapor PlaintextEncoder.swift
[2729/2754] Compiling Vapor URLQueryCoders.swift
[2730/2754] Compiling Vapor URLQueryContainer.swift
[2731/2754] Compiling Vapor HTTPStatus.swift
[2732/2754] Compiling Vapor HTTPCookies.swift
[2733/2754] Compiling Vapor HTTPHeaderCacheControl.swift
[2734/2754] Compiling Vapor HTTPHeaderExpires.swift
[2735/2754] Compiling Vapor HTTPHeaderLastModified.swift
[2736/2754] Compiling Vapor HTTPHeaders+Cache.swift
[2737/2754] Compiling Vapor HTTPHeaders+Connection.swift
[2738/2754] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2739/2754] Compiling Vapor HTTPHeaders+ContentRange.swift
[2740/2754] Compiling Vapor HTTPHeaders+Directive.swift
[2741/2754] Compiling Vapor HTTPHeaders+Forwarded.swift
[2742/2754] Compiling Vapor HTTPHeaders+Link.swift
[2743/2754] Compiling Vapor HTTPHeaders+Name.swift
[2744/2754] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2745/2754] Compiling Vapor HTTPHeaders.swift
[2746/2754] Compiling Vapor HTTPMediaType.swift
[2747/2754] Compiling Vapor HTTPMediaTypePreference.swift
[2748/2754] Compiling Vapor Responder.swift
[2749/2754] Compiling Vapor Application+HTTP+Server.swift
[2750/2754] Compiling Vapor HTTPServer.swift
[2751/2754] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2752/2754] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2753/2754] Compiling Vapor HTTPServerHandler.swift
[2754/2754] Compiling Vapor HTTPServerRequestDecoder.swift
[2756/2770] Compiling Fluent ModelAuthenticatable.swift
[2757/2770] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2758/2772] Compiling Fluent Fluent+History.swift
[2759/2772] Compiling Fluent Fluent+Paginate.swift
[2760/2772] Compiling Fluent FluentProvider+Concurrency.swift
[2761/2772] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2762/2772] Compiling Fluent Exports.swift
[2763/2772] Compiling Fluent Fluent+Cache.swift
[2764/2772] Emitting module Fluent
[2765/2772] Compiling Fluent Pagination+Concurrency.swift
[2766/2772] Compiling Fluent Sessions+Concurrency.swift
[2767/2772] Compiling Fluent Fluent+Pagination.swift
[2768/2772] Compiling Fluent Fluent+Sessions.swift
[2769/2772] Compiling Fluent FluentProvider.swift
[2770/2772] Compiling Fluent MigrateCommand.swift
[2771/2772] Compiling Fluent ModelTokenAuthenticatable.swift
[2772/2772] Compiling Fluent PageLimit.swift
[2774/2778] Compiling VaporFluentDriver SwifQLable+Execute.swift
/host/spi-builder-workspace/Sources/VaporFluentDriver/SwifQLable+Execute.swift:19:43: warning: 'PostgresDataEncoder' is deprecated: Use `PostgresJSONEncoder` and `PostgresEncodable` instead.
17 |         let prepared = prepare(.psql).splitted
18 |         return database.eventLoop.future().flatMapThrowing {
19 |             try prepared.values.map { try PostgresDataEncoder().encode($0) }
   |                                           `- warning: 'PostgresDataEncoder' is deprecated: Use `PostgresJSONEncoder` and `PostgresEncodable` instead.
20 |         }.flatMap { values in
21 |             database.query(prepared.query, values)
/host/spi-builder-workspace/Sources/VaporFluentDriver/SwifQLable+Execute.swift:19:17: warning: capture of 'prepared' with non-sendable type 'SwifQLSplittedQuery' in a '@Sendable' closure
17 |         let prepared = prepare(.psql).splitted
18 |         return database.eventLoop.future().flatMapThrowing {
19 |             try prepared.values.map { try PostgresDataEncoder().encode($0) }
   |                 `- warning: capture of 'prepared' with non-sendable type 'SwifQLSplittedQuery' in a '@Sendable' closure
20 |         }.flatMap { values in
21 |             database.query(prepared.query, values)
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/SwifQLable.swift:123:15: note: struct 'SwifQLSplittedQuery' does not conform to the 'Sendable' protocol
121 | }
122 |
123 | public struct SwifQLSplittedQuery {
    |               `- note: struct 'SwifQLSplittedQuery' does not conform to the 'Sendable' protocol
124 |     public var query: String
125 |     public var values: [Encodable]
/host/spi-builder-workspace/Sources/VaporFluentDriver/SwifQLable+Execute.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwifQL'
 6 | //
 7 |
 8 | import SwifQL
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwifQL'
 9 | import SwifQLNIO
10 | import Vapor
/host/spi-builder-workspace/Sources/VaporFluentDriver/SwifQLable+Execute.swift:21:28: warning: capture of 'prepared' with non-sendable type 'SwifQLSplittedQuery' in a '@Sendable' closure
19 |             try prepared.values.map { try PostgresDataEncoder().encode($0) }
20 |         }.flatMap { values in
21 |             database.query(prepared.query, values)
   |                            `- warning: capture of 'prepared' with non-sendable type 'SwifQLSplittedQuery' in a '@Sendable' closure
22 |         }.map {
23 |             $0.rows
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/SwifQLable.swift:123:15: note: struct 'SwifQLSplittedQuery' does not conform to the 'Sendable' protocol
121 | }
122 |
123 | public struct SwifQLSplittedQuery {
    |               `- note: struct 'SwifQLSplittedQuery' does not conform to the 'Sendable' protocol
124 |     public var query: String
125 |     public var values: [Encodable]
[2775/2778] Compiling VaporFluentDriver KeyPath.swift
/host/spi-builder-workspace/Sources/VaporFluentDriver/KeyPath.swift:13:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'FluentKitFieldable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
11 | import FluentKit
12 |
13 | extension KeyPath: FluentKitFieldable where Root: FluentKit.Model, Value: QueryableProperty {
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'FluentKitFieldable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
14 |     public var schema: String { Root.schema }
15 | 	public var key: String {
[2776/2778] Compiling VaporFluentDriver Exports.swift
[2777/2778] Compiling VaporFluentDriver Rows+Decoder.swift
[2778/2778] Emitting module VaporFluentDriver
/host/spi-builder-workspace/Sources/VaporFluentDriver/KeyPath.swift:13:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'FluentKitFieldable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
11 | import FluentKit
12 |
13 | extension KeyPath: FluentKitFieldable where Root: FluentKit.Model, Value: QueryableProperty {
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'FluentKitFieldable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
14 |     public var schema: String { Root.schema }
15 | 	public var key: String {
Build complete! (265.32s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swifql",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MihaelIsaev/SwifQL.git"
    },
    {
      "identity" : "swifqlnio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MihaelIsaev/SwifQLNIO.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "fluent-postgres-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-postgres-driver.git"
    },
    {
      "identity" : "fluent-mysql-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-mysql-driver.git"
    }
  ],
  "manifest_display_name" : "VaporFluentDriver",
  "name" : "VaporFluentDriver",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "VaporFluentDriver",
      "targets" : [
        "VaporFluentDriver"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VaporFluentDriver",
      "module_type" : "SwiftTarget",
      "name" : "VaporFluentDriver",
      "path" : "Sources/VaporFluentDriver",
      "product_dependencies" : [
        "SwifQL",
        "SwifQLNIO",
        "Fluent",
        "FluentPostgresDriver",
        "Vapor"
      ],
      "product_memberships" : [
        "VaporFluentDriver"
      ],
      "sources" : [
        "Exports.swift",
        "KeyPath.swift",
        "Rows+Decoder.swift",
        "SwifQLable+Execute.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwifQLVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "SwifQLVaporTests",
      "path" : "Tests/SwifQLVaporTests",
      "sources" : [
        "SwifQLVaporTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "VaporFluentDriver"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.2"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.