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 2.3.2 (a6aba2), with Swift 6.1 for Linux on 26 Apr 2025 01:55:47 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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: 2.3.2
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
 * tag               2.3.2      -> FETCH_HEAD
HEAD is now at a6aba29 Update README.md
Cloned https://github.com/SwifQL/VaporFluentDriver.git
Revision (git rev-parse @):
a6aba29b01ace41e6a0e9b7c98e150b4bd5e41f7
SUCCESS checkout https://github.com/SwifQL/VaporFluentDriver.git at 2.3.2
========================================
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-4606859-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/vapor/fluent-mysql-driver.git
Fetching https://github.com/vapor/fluent-postgres-driver.git
Fetching https://github.com/MihaelIsaev/SwifQL.git
Fetching https://github.com/MihaelIsaev/SwifQLNIO.git
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor/vapor.git
[1/2659] Fetching fluent-postgres-driver
[1517/2762] Fetching fluent-postgres-driver, swifqlnio
[2152/5536] Fetching fluent-postgres-driver, swifqlnio, fluent-mysql-driver
[4872/18943] Fetching fluent-postgres-driver, swifqlnio, fluent-mysql-driver, fluent
[6610/21309] Fetching fluent-postgres-driver, swifqlnio, fluent-mysql-driver, fluent, swifql
Fetched https://github.com/MihaelIsaev/SwifQL.git from cache (0.33s)
[10766/93256] Fetching fluent-postgres-driver, swifqlnio, fluent-mysql-driver, fluent, vapor
Fetched https://github.com/MihaelIsaev/SwifQLNIO.git from cache (0.61s)
Fetched https://github.com/vapor/fluent.git from cache (0.62s)
[20296/79746] Fetching fluent-postgres-driver, fluent-mysql-driver, vapor
Fetched https://github.com/vapor/fluent-postgres-driver.git from cache (1.89s)
Fetched https://github.com/vapor/fluent-mysql-driver.git from cache (1.89s)
Fetched https://github.com/vapor/vapor.git from cache (1.93s)
Computing version for https://github.com/MihaelIsaev/SwifQLNIO.git
Computed https://github.com/MihaelIsaev/SwifQLNIO.git at 2.2.0 (2.54s)
Fetching https://github.com/apple/swift-nio.git
[1/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.29s)
Computing version for https://github.com/MihaelIsaev/SwifQL.git
Computed https://github.com/MihaelIsaev/SwifQL.git at 1.6.0 (6.59s)
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.50s)
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
[2226/8964] Fetching swift-log, mysql-kit
[6226/22205] Fetching swift-log, mysql-kit, fluent-kit
[16548/17077] Fetching swift-log, fluent-kit
Fetched https://github.com/vapor/mysql-kit.git from cache (0.38s)
Fetched https://github.com/apple/swift-log.git from cache (0.52s)
Fetched https://github.com/vapor/fluent-kit.git from cache (0.52s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.05s)
Computing version for https://github.com/vapor/mysql-kit.git
Computed https://github.com/vapor/mysql-kit.git at 4.9.0 (0.56s)
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/mysql-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-crypto.git
[1/2217] Fetching mysql-nio
[112/4587] Fetching mysql-nio, async-kit
[4588/18371] Fetching mysql-nio, async-kit, swift-crypto
[4589/24354] Fetching mysql-nio, async-kit, swift-crypto, sql-kit
Fetched https://github.com/vapor/mysql-nio.git from cache (0.33s)
Fetched https://github.com/vapor/async-kit.git from cache (0.33s)
[7086/19767] Fetching swift-crypto, sql-kit
[8328/34560] Fetching swift-crypto, sql-kit, swift-nio-ssl
Fetched https://github.com/vapor/sql-kit.git from cache (1.51s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.54s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.72s)
Computing version for https://github.com/vapor/mysql-nio.git
Computed https://github.com/vapor/mysql-nio.git at 1.7.2 (2.30s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.1 (0.51s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.84s)
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/1705] Fetching swift-atomics
[70/6058] Fetching swift-atomics, swift-system
[6059/22300] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.09s)
Fetched https://github.com/apple/swift-system.git from cache (1.09s)
Fetched https://github.com/apple/swift-collections.git from cache (1.12s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (1.65s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.51s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.59s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5903] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.39s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.90s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.60s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.96s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.81s)
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.64s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (0.52s)
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.52s)
Fetching https://github.com/vapor/postgres-kit.git
[1/5355] Fetching postgres-kit
Fetched https://github.com/vapor/postgres-kit.git from cache (0.33s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.14.0 (0.86s)
Fetching https://github.com/vapor/postgres-nio.git
[1/12103] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (0.59s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.25.0 (1.12s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2390] Fetching swift-service-lifecycle
[671/5009] Fetching swift-service-lifecycle, swift-nio-transport-services
[5010/7209] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-metrics
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.33s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.33s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.33s)
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.86s)
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.31s)
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.93s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.51s)
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.64s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.64s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/vapor/websocket-kit.git
[1/3208] Fetching multipart-kit
[739/8870] Fetching multipart-kit, swift-nio-extras
[2451/9929] Fetching multipart-kit, swift-nio-extras, swift-service-context
[5379/12462] Fetching multipart-kit, swift-nio-extras, swift-service-context, websocket-kit
[5890/17432] Fetching multipart-kit, swift-nio-extras, swift-service-context, websocket-kit, swift-distributed-tracing
[11774/28924] Fetching multipart-kit, swift-nio-extras, swift-service-context, websocket-kit, swift-distributed-tracing, swift-nio-http2
Fetched https://github.com/vapor/websocket-kit.git from cache (0.36s)
[12935/26391] Fetching multipart-kit, swift-nio-extras, swift-service-context, swift-distributed-tracing, swift-nio-http2
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.47s)
Fetching https://github.com/vapor/console-kit.git
[9764/20729] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, swift-nio-http2
[10914/41452] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, swift-nio-http2, routing-kit
[27459/46937] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, swift-nio-http2, routing-kit, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.43s)
[34776/41452] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, swift-nio-http2, routing-kit
Fetching https://github.com/swift-server/async-http-client.git
[39365/55235] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, swift-nio-http2, routing-kit, async-http-client
Fetched https://github.com/apple/swift-service-context.git from cache (1.34s)
[40097/54176] Fetching multipart-kit, swift-distributed-tracing, swift-nio-http2, routing-kit, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (1.06s)
[28198/33453] Fetching multipart-kit, swift-distributed-tracing, swift-nio-http2, async-http-client
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.73s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.74s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.85s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.78s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (2.28s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.59s)
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.51s)
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.60s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[779/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.29s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.29s)
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.91s)
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.53s)
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.51s)
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 (2.68s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.58s)
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.67s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.79s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.82s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.23s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.89s)
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-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/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/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/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/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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/vapor/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/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/MihaelIsaev/SwifQL.git
Working copy of https://github.com/MihaelIsaev/SwifQL.git resolved at 1.6.0
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/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-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/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/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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/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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
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/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/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/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/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-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-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/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/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
[48/845] Compiling CNIOWindows WSAStartup.c
[49/845] Write sources
[50/845] Compiling CNIOWASI CNIOWASI.c
[50/845] Compiling CNIOWindows shim.c
[52/845] Write sources
[62/845] Compiling _NumericsShims _NumericsShims.c
[63/845] Compiling CNIOLinux liburing_shims.c
[64/845] Compiling _AtomicsShims.c
[65/845] Compiling CVaporBcrypt bcrypt.c
[66/845] Compiling CNIOSHA1 c_nio_sha1.c
[66/845] Compiling CVaporBcrypt blf.c
[68/845] Compiling CSystem shims.c
[69/845] Compiling CNIOExtrasZlib empty.c
[69/845] Compiling CNIODarwin shim.c
[71/845] Compiling CNIOLLHTTP c_nio_http.c
[72/845] Compiling CNIOLinux shim.c
[73/845] Compiling fiat_p256_adx_sqr.S
[74/845] Compiling fiat_p256_adx_mul.S
[75/845] Compiling CNIOLLHTTP c_nio_api.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/849] Compiling CNIOBoringSSLShims shims.c
[81/851] Compiling tls_method.cc
[82/851] Compiling tls13_enc.cc
[83/851] Compiling tls_record.cc
[84/851] Compiling tls13_client.cc
[85/851] Compiling tls13_server.cc
[86/889] Compiling tls13_both.cc
[88/978] Emitting module ServiceContextModule
[89/978] Emitting module InternalCollectionsUtilities
[90/980] Emitting module SystemPackage
[91/983] Compiling _NIOBase64 Base64.swift
[92/983] Emitting module _NIOBase64
[93/984] Compiling InternalCollectionsUtilities _SortedCollection.swift
[94/984] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[95/984] Compiling ServiceContextModule ServiceContext.swift
[96/984] Compiling SystemPackage Util+StringArray.swift
[97/984] Compiling SystemPackage Util.swift
[98/984] Compiling SystemPackage UtilConsumers.swift
[99/984] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[100/984] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[101/984] Compiling _NIODataStructures _TinyArray.swift
[102/984] Compiling ServiceContextModule ServiceContextKey.swift
[103/985] Compiling SwifQL SwifQLable+Delete.swift
[104/985] Compiling SwifQL SwifQLable+Do.swift
[105/985] Compiling SwifQL SwifQLable+Epoch.swift
[107/985] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[108/985] Compiling InternalCollectionsUtilities Specialize.swift
[109/985] Compiling _NIODataStructures PriorityQueue.swift
[110/985] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[111/985] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[112/985] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[113/985] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[114/985] Compiling RealModule Float16+Real.swift
[115/986] Compiling RealModule Float80+Real.swift
[116/986] Compiling RealModule Real.swift
[117/986] Compiling InternalCollectionsUtilities Debugging.swift
[118/986] Compiling InternalCollectionsUtilities Descriptions.swift
[119/986] Emitting module Logging
[120/986] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[121/986] Compiling InternalCollectionsUtilities Integer rank.swift
[122/986] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[125/986] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[126/986] Compiling InternalCollectionsUtilities UInt+reversed.swift
[127/986] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[136/987] Compiling RealModule ElementaryFunctions.swift
[139/987] Emitting module RealModule
[140/987] Compiling RealModule Float+Real.swift
[146/987] Compiling RealModule RealFunctions.swift
[149/1000] Compiling ConcurrencyHelpers LockedValueBox.swift
[150/1000] Compiling Instrumentation Instrument.swift
[151/1026] Emitting module Instrumentation
[152/1030] Compiling Instrumentation NoOpInstrument.swift
[153/1048] Compiling Instrumentation InstrumentationSystem.swift
[154/1068] Compiling Instrumentation MultiplexInstrument.swift
[155/1068] Compiling _NIODataStructures Heap.swift
[156/1068] Emitting module _NIODataStructures
[158/1069] Compiling Instrumentation Locks.swift
[159/1070] Compiling _RopeModule BigString+Iterators.swift
[160/1070] Compiling _RopeModule BigString+Metrics.swift
[161/1070] Compiling _RopeModule BigString+Summary.swift
[162/1070] Compiling _RopeModule BigString.swift
[163/1070] Compiling Logging MetadataProvider.swift
[165/1070] Compiling ConcurrencyHelpers Lock.swift
[166/1070] Emitting module ConcurrencyHelpers
[167/1071] Compiling _RopeModule BigString+Comparable.swift
[168/1071] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[169/1071] Compiling _RopeModule BigString+CustomStringConvertible.swift
[170/1071] Compiling _RopeModule BigString+Equatable.swift
[171/1071] Compiling _RopeModule BigString+Debugging.swift
[172/1071] Compiling _RopeModule BigString+Index.swift
[173/1071] Compiling _RopeModule BigString+Ingester.swift
[174/1071] Compiling _RopeModule BigString+Invariants.swift
[175/1072] Compiling Logging Logging.swift
[176/1072] Compiling Logging LogHandler.swift
[177/1072] Compiling Logging Locks.swift
[181/1128] Compiling CoreMetrics Locks.swift
[182/1128] Emitting module CoreMetrics
[183/1128] Compiling CoreMetrics Metrics.swift
[185/1153] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[186/1153] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[187/1153] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[188/1153] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[189/1153] Compiling OrderedCollections OrderedDictionary+Values.swift
[190/1153] Compiling OrderedCollections OrderedDictionary.swift
[191/1153] Compiling OrderedCollections OrderedSet+Codable.swift
[192/1153] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[193/1153] Compiling OrderedCollections OrderedSet+Descriptions.swift
[194/1153] Compiling OrderedCollections OrderedSet+Diffing.swift
[195/1153] Compiling OrderedCollections OrderedSet+Equatable.swift
[196/1162] Compiling HeapModule Heap+Descriptions.swift
[197/1162] Compiling Tracing InstrumentationSystem+Tracing.swift
[198/1162] Compiling HeapModule Heap.swift
[199/1162] Compiling HeapModule _HeapNode.swift
[200/1229] Compiling UnixSignals UnixSignal.swift
[201/1238] Compiling HeapModule Heap+Invariants.swift
[202/1238] Compiling HeapModule Heap+UnsafeHandle.swift
[203/1238] Compiling Tracing TracingTime.swift
[204/1238] Emitting module HeapModule
[205/1239] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[206/1239] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[207/1239] Compiling HashTreeCollections TreeDictionary+Keys.swift
[208/1239] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[209/1239] Compiling HashTreeCollections TreeDictionary+Merge.swift
[210/1239] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[211/1239] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[212/1239] Compiling HashTreeCollections TreeDictionary+Collection.swift
[213/1239] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[214/1239] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[215/1239] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[216/1239] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[217/1239] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[218/1239] Compiling HashTreeCollections TreeDictionary+Filter.swift
[219/1239] Compiling Tracing TracerProtocol.swift
[220/1246] Emitting module Tracing
[221/1246] Compiling Tracing Tracer.swift
[223/1246] Compiling Tracing TracerProtocol+Legacy.swift
[224/1246] Compiling HashTreeCollections _HashNode+Invariants.swift
[225/1246] Compiling HashTreeCollections _HashNode+Lookups.swift
[226/1246] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[227/1246] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[228/1246] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[229/1246] Compiling HashTreeCollections _HashNode+Storage.swift
[230/1246] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[231/1246] Compiling HashTreeCollections _HashNode+Structural filter.swift
[232/1246] Compiling UnixSignals UnixSignalsSequence.swift
[233/1246] Emitting module UnixSignals
[234/1247] Compiling HashTreeCollections _HashNodeHeader.swift
[235/1247] Compiling HashTreeCollections _HashSlot.swift
[236/1247] Compiling HashTreeCollections _HashStack.swift
[237/1247] Compiling HashTreeCollections _HashTreeIterator.swift
[238/1247] Compiling HashTreeCollections _HashTreeStatistics.swift
[239/1247] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[240/1247] Compiling HashTreeCollections _RawHashNode.swift
[241/1247] Compiling HashTreeCollections _UnmanagedHashNode.swift
[242/1247] Compiling HashTreeCollections _UnsafePath.swift
[243/1247] Compiling HashTreeCollections TreeDictionary+Codable.swift
[244/1247] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[245/1247] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[246/1247] Compiling HashTreeCollections _HashNode.swift
[254/1257] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[255/1257] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[256/1257] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[257/1257] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[258/1257] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[259/1257] Compiling HashTreeCollections _HashNode+Structural merge.swift
[260/1257] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[261/1257] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[270/1257] Compiling HashTreeCollections _HashNode+Structural union.swift
[271/1257] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[272/1257] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[292/1257] Compiling OrderedCollections OrderedSet+Sendable.swift
[293/1257] Compiling OrderedCollections OrderedSet+SubSequence.swift
[294/1257] Compiling OrderedCollections OrderedSet+Testing.swift
[295/1257] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[296/1257] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[297/1257] Compiling OrderedCollections OrderedSet.swift
[298/1257] Compiling OrderedCollections _UnsafeBitset.swift
[299/1257] Compiling HashTreeCollections TreeSet+Equatable.swift
[300/1257] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[301/1257] Compiling SwifQL SwifQLable+Where.swift
[302/1257] Compiling SwifQL SwifQLable+WhereExists.swift
[303/1257] Compiling SwifQL SwifQLable+WhereNotExists.swift
[304/1257] Compiling SwifQL SwifQLable+With.swift
[305/1257] Compiling HashTreeCollections _AncestorHashSlots.swift
[306/1257] Compiling HashTreeCollections _Bitmap.swift
[307/1257] Compiling HashTreeCollections _Bucket.swift
[308/1257] Compiling HashTreeCollections _Hash.swift
[309/1257] Compiling HashTreeCollections _HashLevel.swift
[310/1257] Compiling HashTreeCollections _HashNode+Builder.swift
[311/1257] Compiling HashTreeCollections _HashNode+Debugging.swift
[312/1257] Compiling HashTreeCollections _HashNode+Initializers.swift
[351/1257] Compiling Tracing SpanProtocol.swift
[352/1257] Compiling Tracing NoOpTracer.swift
[355/1258] Compiling SwifQL SwifQLable.swift
[356/1258] Compiling SwifQL Table.swift
[357/1258] Compiling SwifQL TableWithColumn.swift
[358/1258] Compiling SwifQL Tableable.swift
[359/1258] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[360/1258] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[361/1258] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[362/1258] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[363/1283] Compiling DequeModule Deque+Testing.swift
[364/1283] Compiling DequeModule Deque._Storage.swift
[365/1283] Compiling DequeModule _DequeBuffer.swift
[366/1283] Compiling DequeModule _DequeBufferHeader.swift
[384/1283] Compiling DequeModule Deque+CustomReflectable.swift
[385/1283] Compiling DequeModule Deque+Descriptions.swift
[399/1285] Emitting module SwifQL
[400/1285] Compiling DequeModule Deque+Codable.swift
[401/1285] Compiling DequeModule Deque+Collection.swift
[404/1285] Compiling DequeModule Deque+Equatable.swift
[405/1285] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[406/1285] Compiling DequeModule Deque+Extras.swift
[407/1285] Compiling DequeModule Deque+Hashable.swift
[408/1285] Compiling DequeModule Deque._UnsafeHandle.swift
[429/1286] Compiling DequeModule _DequeSlot.swift
[430/1286] Compiling DequeModule _UnsafeWrappedBuffer.swift
[431/1286] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[432/1286] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[433/1286] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[434/1286] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[435/1286] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[436/1286] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[437/1286] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[438/1286] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[439/1286] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[440/1286] Compiling HashTreeCollections TreeSet.swift
[452/1286] Compiling DequeModule Deque.swift
[462/1286] Emitting module OrderedCollections
[474/1287] Emitting module Metrics
[477/1287] Emitting module _RopeModule
[479/1287] Compiling Metrics Metrics.swift
[480/1288] Emitting module DequeModule
[481/1289] Emitting module RoutingKit
[482/1289] Compiling RoutingKit AnyRouter.swift
[484/1289] Compiling RoutingKit Parameters.swift
[485/1289] Compiling RoutingKit PathComponent.swift
[487/1289] Compiling RoutingKit Router.swift
[488/1289] Compiling RoutingKit TrieRouter.swift
[500/1290] Compiling t1_enc.cc
[533/1291] Compiling ssl_x509.cc
[535/1291] Emitting module HashTreeCollections
[535/1292] Compiling ssl_versions.cc
[536/1292] Compiling ssl_transcript.cc
[538/1292] Compiling ssl_stat.cc
[539/1292] Compiling ssl_session.cc
[540/1292] Compiling ssl_privkey.cc
[541/1292] Compiling ssl_key_share.cc
[542/1292] Compiling ssl_lib.cc
[543/1292] Compiling ssl_file.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_lib.cc
[552/1292] Compiling s3_both.cc
[553/1292] Compiling handshake_server.cc
[554/1292] Compiling handshake_client.cc
[555/1292] Compiling handshake.cc
[556/1292] Compiling handoff.cc
[557/1292] Compiling encrypted_client_hello.cc
[558/1292] Compiling dtls_record.cc
[559/1292] Compiling md5-x86_64-linux.S
[560/1292] Compiling dtls_method.cc
[561/1292] Compiling md5-x86_64-apple.S
[562/1292] Compiling extensions.cc
[563/1292] Compiling md5-586-linux.S
[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 chacha20_poly1305_armv8-linux.S
[569/1292] Compiling d1_srtp.cc
[570/1292] Compiling chacha20_poly1305_armv8-apple.S
[571/1292] Compiling chacha-x86_64-apple.S
[572/1292] Compiling chacha-x86_64-linux.S
[573/1292] Compiling chacha-x86-linux.S
[574/1292] Compiling chacha-x86-apple.S
[575/1292] Compiling chacha-armv8-win.S
[576/1292] Compiling chacha-armv8-linux.S
[577/1292] Compiling chacha-armv8-apple.S
[578/1292] Compiling d1_pkt.cc
[579/1292] Compiling chacha-armv4-linux.S
[580/1292] Compiling err_data.cc
[581/1292] Compiling aes128gcmsiv-x86_64-linux.S
[582/1292] Compiling aes128gcmsiv-x86_64-apple.S
[583/1292] Compiling x86_64-mont5-apple.S
[584/1292] Compiling x86_64-mont5-linux.S
[585/1292] Compiling x86_64-mont-linux.S
[586/1292] Compiling x86_64-mont-apple.S
[587/1292] Compiling x86-mont-linux.S
[588/1292] Compiling x86-mont-apple.S
[589/1292] Compiling vpaes-x86_64-apple.S
[590/1292] Compiling vpaes-x86_64-linux.S
[591/1292] Compiling vpaes-x86-linux.S
[592/1292] Compiling vpaes-x86-apple.S
[593/1292] Compiling vpaes-armv8-win.S
[594/1292] Compiling d1_lib.cc
[595/1292] Compiling vpaes-armv8-apple.S
[596/1292] Compiling vpaes-armv8-linux.S
[597/1292] Compiling vpaes-armv7-linux.S
[598/1292] Compiling sha512-x86_64-apple.S
[599/1292] Compiling sha512-armv8-win.S
[599/1292] Compiling sha512-armv8-linux.S
[601/1292] Compiling sha512-x86_64-linux.S
[602/1292] Compiling sha512-armv8-apple.S
[603/1292] Compiling sha512-armv4-linux.S
[604/1292] Compiling sha512-586-linux.S
[605/1292] Compiling sha512-586-apple.S
[606/1292] Compiling sha256-x86_64-apple.S
[607/1292] Compiling sha256-armv8-win.S
[608/1292] Compiling sha256-armv8-linux.S
[609/1292] Compiling sha256-x86_64-linux.S
[610/1292] Compiling sha256-armv8-apple.S
[611/1292] Compiling sha256-armv4-linux.S
[612/1292] Compiling sha256-586-linux.S
[613/1292] Compiling sha256-586-apple.S
[614/1292] Compiling sha1-x86_64-apple.S
[615/1292] Compiling sha1-armv8-win.S
[616/1292] Compiling sha1-x86_64-linux.S
[617/1292] Compiling sha1-armv8-linux.S
[618/1292] Compiling sha1-armv8-apple.S
[619/1292] Compiling sha1-armv4-large-linux.S
[620/1292] Compiling sha1-586-linux.S
[621/1292] Compiling sha1-586-apple.S
[622/1292] Compiling rsaz-avx2-apple.S
[623/1292] Compiling rdrand-x86_64-apple.S
[624/1292] Compiling rdrand-x86_64-linux.S
[625/1292] Compiling rsaz-avx2-linux.S
[626/1292] Compiling p256_beeu-x86_64-asm-linux.S
[627/1292] Compiling p256_beeu-x86_64-asm-apple.S
[628/1292] Compiling p256_beeu-armv8-asm-linux.S
[628/1292] Compiling p256_beeu-armv8-asm-win.S
[630/1292] Compiling p256_beeu-armv8-asm-apple.S
[631/1292] Compiling p256-x86_64-asm-apple.S
[632/1292] Compiling p256-x86_64-asm-linux.S
[633/1292] Compiling p256-armv8-asm-win.S
[634/1292] Compiling p256-armv8-asm-linux.S
[635/1292] Compiling p256-armv8-asm-apple.S
[636/1292] Compiling ghashv8-armv8-win.S
[637/1292] Compiling ghashv8-armv8-linux.S
[638/1292] Compiling d1_both.cc
[639/1292] Compiling ghashv8-armv8-apple.S
[640/1292] Compiling bio_ssl.cc
[641/1292] Compiling ghashv8-armv7-linux.S
[642/1292] Compiling ghash-x86_64-apple.S
[643/1292] Compiling ghash-x86-linux.S
[644/1292] Compiling ghash-x86-apple.S
[645/1292] Compiling ghash-x86_64-linux.S
[646/1292] Compiling ghash-ssse3-x86_64-apple.S
[647/1292] Compiling ghash-ssse3-x86_64-linux.S
[648/1292] Compiling ghash-ssse3-x86-linux.S
[649/1292] Compiling ghash-ssse3-x86-apple.S
[650/1292] Compiling ghash-neon-armv8-win.S
[651/1292] Compiling ghash-neon-armv8-linux.S
[652/1292] Compiling ghash-neon-armv8-apple.S
[653/1292] Compiling ghash-armv4-linux.S
[654/1292] Compiling co-586-linux.S
[655/1292] Compiling co-586-apple.S
[656/1292] Compiling bsaes-armv7-linux.S
[657/1292] Compiling bn-armv8-win.S
[658/1292] Compiling bn-armv8-apple.S
[659/1292] Compiling bn-armv8-linux.S
[660/1292] Compiling bn-586-linux.S
[661/1292] Compiling bn-586-apple.S
[662/1292] Compiling armv8-mont-win.S
[663/1292] Compiling armv8-mont-linux.S
[664/1292] Compiling armv8-mont-apple.S
[665/1292] Compiling armv4-mont-linux.S
[666/1292] Compiling aesv8-gcm-armv8-win.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-linux.S
[671/1292] Compiling aesv8-armv8-apple.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 aesni-gcm-x86_64-apple.S
[679/1292] Compiling aes-gcm-avx2-x86_64-linux.S
[680/1292] Compiling aes-gcm-avx2-x86_64-apple.S
[681/1292] Compiling aes-gcm-avx10-x86_64-apple.S
[682/1292] Compiling aes-gcm-avx10-x86_64-linux.S
[683/1292] Compiling x_sig.cc
[684/1292] Compiling x_val.cc
[685/1292] Compiling x_x509a.cc
[686/1292] Compiling x_spki.cc
[686/1292] Compiling x_req.cc
[686/1292] Compiling x_x509.cc
[686/1292] Compiling x_pubkey.cc
[690/1292] Compiling x_name.cc
[691/1292] Compiling x_algor.cc
[692/1292] Compiling x509spki.cc
[693/1292] Compiling x_exten.cc
[694/1292] Compiling x_crl.cc
[694/1292] Compiling x_attrib.cc
[696/1292] Compiling x509rset.cc
[697/1292] Compiling x_all.cc
[698/1292] Compiling x509name.cc
[699/1292] Compiling x509_txt.cc
[700/1292] Compiling x509cset.cc
[701/1292] Compiling x509_vpm.cc
[702/1292] Compiling x509_trs.cc
[703/1292] Compiling x509_v3.cc
[704/1292] Compiling x509_vfy.cc
[705/1292] Compiling x509_set.cc
[706/1292] Compiling x509_req.cc
[707/1292] Compiling x509_def.cc
[708/1292] Compiling x509_obj.cc
[709/1292] Compiling x509_d2.cc
[710/1292] Compiling x509_lu.cc
[710/1292] Compiling x509_ext.cc
[712/1292] Compiling x509.cc
[713/1292] Compiling x509_att.cc
[714/1292] Compiling x509_cmp.cc
[715/1292] Compiling v3_prn.cc
[716/1292] Compiling v3_skey.cc
[717/1292] Compiling v3_pmaps.cc
[718/1292] Compiling v3_ocsp.cc
[718/1292] Compiling v3_utl.cc
[719/1292] Compiling v3_purp.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_ia5.cc
[726/1292] Compiling v3_extku.cc
[727/1292] Compiling v3_info.cc
[728/1292] Compiling v3_genn.cc
[729/1292] Compiling v3_enum.cc
[730/1292] Compiling v3_crld.cc
[731/1292] Compiling v3_cpols.cc
[732/1292] Compiling v3_bitst.cc
[733/1292] Compiling v3_conf.cc
[734/1292] Compiling v3_bcons.cc
[735/1292] Compiling v3_akeya.cc
[736/1292] Compiling v3_alt.cc
[737/1292] Compiling v3_akey.cc
[738/1292] Compiling t_x509a.cc
[739/1292] Compiling i2d_pr.cc
[740/1292] Compiling t_crl.cc
[741/1292] Compiling t_x509.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 voprf.cc
[749/1292] Compiling asn1_gen.cc
[750/1292] Compiling a_digest.cc
[750/1292] Compiling algorithm.cc
[752/1292] Compiling a_verify.cc
[753/1292] Compiling trust_token.cc
[753/1292] Compiling a_sign.cc
[755/1292] Compiling thread_win.cc
[756/1292] Compiling thread.cc
[757/1292] Compiling thread_none.cc
[758/1292] Compiling thread_pthread.cc
[759/1292] Compiling pmbtoken.cc
[760/1292] Compiling stack.cc
[761/1292] Compiling siphash.cc
[761/1292] Compiling slhdsa.cc
[763/1292] Compiling sha512.cc
[764/1292] Compiling sha256.cc
[765/1292] Compiling sha1.cc
[766/1292] Compiling rsa_print.cc
[766/1292] Compiling spake2plus.cc
[768/1292] Compiling rsa_extra.cc
[769/1292] Compiling rc4.cc
[770/1292] Compiling refcount.cc
[771/1292] Compiling rsa_crypt.cc
[771/1292] Compiling windows.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 ios.cc
[778/1292] Compiling getentropy.cc
[778/1292] Compiling passive.cc
[780/1292] Compiling poly1305_arm_asm.S
[781/1292] Compiling deterministic.cc
[782/1292] Compiling forkunsafe.cc
[783/1292] Compiling fork_detect.cc
[784/1292] Compiling poly1305.cc
[785/1292] Compiling poly1305_arm.cc
[786/1292] Compiling poly1305_vec.cc
[787/1292] Compiling pool.cc
[788/1292] Compiling pkcs7.cc
[789/1292] Compiling pkcs8.cc
[790/1292] Compiling pkcs8_x509.cc
[791/1292] Compiling p5_pbev2.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 pem_pk8.cc
[798/1292] Compiling obj_xref.cc
[799/1292] Compiling pem_oth.cc
[800/1292] Compiling pem_info.cc
[801/1292] Compiling mldsa.cc
[802/1292] Compiling pem_lib.cc
[803/1292] Compiling pem_all.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 hrss.cc
[812/1292] Compiling sign.cc
[813/1292] Compiling kyber.cc
[814/1292] Compiling ex_data.cc
[815/1292] Compiling scrypt.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_ed25519.cc
[823/1292] Compiling p_rsa.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.cc
[829/1292] Compiling p_dh_asn1.cc
[830/1292] Compiling evp_ctx.cc
[831/1292] Compiling p_dsa_asn1.cc
[832/1292] Compiling evp.cc
[833/1292] Compiling err.cc
[834/1292] Compiling engine.cc
[835/1292] Compiling evp_asn1.cc
[836/1292] Compiling ecdh.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 spake25519.cc
[850/1292] Compiling cpu_arm_linux.cc
[850/1292] Compiling cpu_intel.cc
[852/1292] Compiling curve25519.cc
[853/1292] Compiling cpu_arm_freebsd.cc
[854/1292] Compiling cpu_aarch64_win.cc
[855/1292] Compiling cpu_aarch64_sysreg.cc
[856/1292] Compiling cpu_aarch64_openbsd.cc
[857/1292] Compiling cpu_aarch64_linux.cc
[858/1292] Compiling bcm.cc
[859/1292] Compiling cpu_aarch64_apple.cc
[860/1292] Compiling cpu_aarch64_fuchsia.cc
[861/1292] Compiling curve25519_64_adx.cc
[862/1292] Compiling get_cipher.cc
[863/1292] Compiling tls_cbc.cc
[863/1292] Compiling conf.cc
[865/1292] Compiling e_rc4.cc
[866/1292] Compiling e_tls.cc
[867/1292] Compiling e_null.cc
[868/1292] Compiling e_rc2.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
[873/1292] Compiling e_aesgcmsiv.cc
[875/1292] Compiling unicode.cc
[876/1292] Compiling buf.cc
[877/1292] Compiling cbb.cc
[878/1292] Compiling cbs.cc
[879/1292] Compiling ber.cc
[880/1292] Compiling bn_asn1.cc
[881/1292] Compiling asn1_compat.cc
[882/1292] Compiling blake2.cc
[883/1292] Compiling convert.cc
[884/1292] Compiling socket.cc
[885/1292] Compiling socket_helper.cc
[886/1292] Compiling printf.cc
[887/1292] Compiling pair.cc
[888/1292] Compiling hexdump.cc
[889/1292] Compiling file.cc
[890/1292] Compiling errno.cc
[891/1292] Compiling fd.cc
[892/1292] Compiling connect.cc
[893/1292] Compiling bio_mem.cc
[894/1292] Compiling bio.cc
[895/1292] Compiling base64.cc
[896/1292] Compiling tasn_typ.cc
[897/1292] Compiling tasn_fre.cc
[898/1292] Compiling tasn_utl.cc
[899/1292] Compiling tasn_enc.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_utctm.cc
[908/1292] Compiling a_octet.cc
[908/1292] Compiling a_type.cc
[910/1292] Compiling asn1_lib.cc
[911/1292] Compiling a_time.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 fiat_p256_adx_sqr.S
[921/1292] Compiling a_int.cc
[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-586-linux.S
[927/1292] Compiling md5-x86_64-apple.S
[928/1292] Compiling md5-586-apple.S
[929/1292] Compiling chacha20_poly1305_x86_64-apple.S
[930/1292] Compiling a_bitstr.cc
[931/1292] Compiling a_bool.cc
[931/1292] Compiling chacha20_poly1305_x86_64-linux.S
[933/1292] Compiling chacha20_poly1305_armv8-win.S
[934/1292] Compiling chacha20_poly1305_armv8-linux.S
[935/1292] Compiling chacha20_poly1305_armv8-apple.S
[936/1292] Compiling CCryptoBoringSSLShims shims.c
[937/1292] Compiling chacha-x86_64-linux.S
[938/1292] Compiling chacha-x86_64-apple.S
[939/1292] Compiling chacha-x86-linux.S
[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-apple.S
[946/1292] Compiling aes128gcmsiv-x86_64-linux.S
[947/1292] Compiling x86_64-mont5-linux.S
[948/1292] Compiling x86_64-mont5-apple.S
[949/1292] Compiling x86_64-mont-linux.S
[950/1292] Compiling err_data.cc
[951/1292] Compiling x86_64-mont-apple.S
[952/1292] Compiling x86-mont-linux.S
[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-x86_64-linux.S
[965/1292] Compiling sha512-armv8-apple.S
[966/1292] Compiling sha512-armv8-linux.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-x86_64-linux.S
[973/1292] Compiling sha256-armv8-linux.S
[974/1292] Compiling sha256-armv8-apple.S
[975/1292] Compiling sha256-armv4-linux.S
[976/1292] Compiling sha256-586-linux.S
[977/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-armv8-linux.S
[981/1292] Compiling sha1-x86_64-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-linux.S
[987/1292] Compiling rsaz-avx2-apple.S
[988/1292] Compiling rdrand-x86_64-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-armv8-asm-win.S
[992/1292] Compiling p256_beeu-armv8-asm-linux.S
[992/1292] Compiling p256_beeu-x86_64-asm-apple.S
[994/1292] Compiling p256_beeu-armv8-asm-apple.S
[995/1292] Compiling p256-x86_64-asm-apple.S
[996/1292] Compiling p256-x86_64-asm-linux.S
[997/1292] Compiling p256-armv8-asm-win.S
[998/1292] Compiling p256-armv8-asm-apple.S
[999/1292] Compiling p256-armv8-asm-linux.S
[1000/1292] Compiling ghashv8-armv8-win.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-ssse3-x86-apple.S
[1012/1292] Compiling ghash-neon-armv8-win.S
[1013/1292] Compiling ghash-neon-armv8-linux.S
[1014/1292] Compiling ghash-neon-armv8-apple.S
[1015/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-linux.S
[1021/1292] Compiling bn-armv8-apple.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 armv8-mont-apple.S
[1027/1292] Compiling armv4-mont-linux.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-armv8-linux.S
[1033/1292] Compiling aesv8-armv8-apple.S
[1034/1292] Compiling aesv8-armv7-linux.S
[1035/1292] Compiling aesni-x86_64-apple.S
[1036/1292] Compiling aesni-x86_64-linux.S
[1036/1292] Compiling aesni-x86-linux.S
[1038/1292] Compiling aesni-x86-apple.S
[1039/1292] Compiling aesni-gcm-x86_64-linux.S
[1040/1292] Compiling aesni-gcm-x86_64-apple.S
[1041/1292] Compiling aes-gcm-avx10-x86_64-linux.S
[1042/1292] Compiling aes-gcm-avx10-x86_64-apple.S
[1043/1292] Compiling x_x509a.cc
[1044/1292] Compiling x_spki.cc
[1045/1292] Compiling x_sig.cc
[1046/1292] Compiling x_val.cc
[1047/1292] Compiling x_x509.cc
[1048/1292] Compiling x_req.cc
[1049/1292] Compiling c-nioatomics.c
[1050/1292] Compiling x_name.cc
[1050/1292] Compiling x_pubkey.cc
[1052/1292] Compiling x_exten.cc
[1053/1292] Compiling x_crl.cc
[1054/1292] Compiling x_attrib.cc
[1055/1292] Compiling x_all.cc
[1056/1292] Compiling c-atomics.c
[1057/1292] Compiling x_algor.cc
[1058/1298] Compiling x509spki.cc
[1059/1298] Compiling x509name.cc
[1060/1298] Compiling x509rset.cc
[1061/1298] Compiling x509cset.cc
[1062/1298] Compiling x509_vpm.cc
[1063/1298] Compiling x509_vfy.cc
[1064/1298] Compiling x509_v3.cc
[1066/1298] Compiling NIOConcurrencyHelpers lock.swift
[1067/1298] Compiling NIOConcurrencyHelpers NIOLock.swift
[1068/1298] Emitting module NIOConcurrencyHelpers
[1069/1298] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1069/1298] Compiling x509_txt.cc
[1071/1298] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1072/1298] Compiling NIOConcurrencyHelpers atomics.swift
[1072/1299] Compiling x509_trs.cc
[1073/1299] Compiling x509_set.cc
[1074/1299] Compiling x509_obj.cc
[1076/1299] Compiling x509_lu.cc
[1077/1299] Compiling x509_req.cc
[1078/1325] Compiling x509_ext.cc
[1079/1325] Compiling x509_def.cc
[1080/1325] Compiling x509_d2.cc
[1081/1325] Compiling x509_att.cc
[1082/1325] Compiling x509_cmp.cc
[1084/1325] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1085/1325] Compiling ConsoleKitTerminal ConsoleClear.swift
[1086/1325] Compiling ConsoleKitTerminal Console+Ask.swift
[1087/1325] Compiling ConsoleKitTerminal Console+Choose.swift
[1088/1328] Compiling ConsoleKitTerminal ActivityBar.swift
[1089/1328] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1090/1328] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1091/1328] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1092/1328] Emitting module ConsoleKitTerminal
[1093/1328] Compiling ConsoleKitTerminal CustomActivity.swift
[1094/1328] Compiling ConsoleKitTerminal LoadingBar.swift
[1095/1328] Compiling ConsoleKitTerminal ProgressBar.swift
[1096/1328] Compiling ConsoleKitTerminal Console+Clear.swift
[1096/1328] Compiling x509.cc
[1097/1328] Compiling v3_skey.cc
[1099/1328] Compiling ConsoleKitTerminal Console+Confirm.swift
[1100/1328] Compiling ConsoleKitTerminal Console+Input.swift
[1101/1328] Compiling ConsoleKitTerminal Console+Center.swift
[1102/1328] Compiling ConsoleKitTerminal Console+Output.swift
[1103/1328] Compiling ConsoleKitTerminal ConsoleText.swift
[1104/1328] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1105/1328] Compiling ConsoleKitTerminal ANSI.swift
[1106/1328] Compiling ConsoleKitTerminal Console+Wait.swift
[1107/1328] Compiling ConsoleKitTerminal ConsoleColor.swift
[1108/1328] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1108/1328] Compiling v3_utl.cc
[1109/1328] Compiling v3_purp.cc
[1110/1328] Compiling v3_prn.cc
[1112/1328] Compiling ConsoleKitTerminal Console.swift
[1113/1328] Compiling ConsoleKitTerminal Terminal.swift
[1114/1328] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1114/1328] Compiling v3_ocsp.cc
[1115/1328] Compiling v3_pmaps.cc
[1116/1328] Compiling v3_pcons.cc
[1118/1328] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1119/1328] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1120/1328] Compiling ConsoleKitTerminal LoggerFragment.swift
[1121/1329] Compiling v3_ncons.cc
[1122/1329] Compiling v3_lib.cc
[1123/1336] Compiling v3_int.cc
[1124/1351] Compiling v3_info.cc
[1125/1351] Compiling v3_genn.cc
[1126/1351] Compiling v3_ia5.cc
[1127/1351] Compiling v3_extku.cc
[1129/1351] Compiling ConsoleKitCommands CommandSignature.swift
[1130/1351] Compiling ConsoleKitCommands Flag.swift
[1131/1351] Compiling ConsoleKitCommands Option.swift
[1131/1353] Compiling v3_enum.cc
[1133/1353] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1134/1353] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1135/1353] Compiling ConsoleKitCommands Argument.swift
[1136/1353] Emitting module ConsoleKitCommands
[1137/1353] Compiling ConsoleKitCommands AsyncCommands.swift
[1138/1353] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1139/1353] Compiling ConsoleKitCommands AnyCommand.swift
[1140/1353] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1141/1353] Compiling ConsoleKitCommands AsyncCommand.swift
[1142/1353] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1143/1353] Compiling ConsoleKitCommands Command.swift
[1144/1353] Compiling ConsoleKitCommands CommandContext.swift
[1145/1353] Compiling ConsoleKitCommands CommandError.swift
[1145/1353] Compiling v3_bitst.cc
[1146/1353] Compiling v3_crld.cc
[1147/1353] Compiling v3_cpols.cc
[1148/1353] Compiling v3_conf.cc
[1150/1353] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1151/1353] Compiling ConsoleKitCommands Utilities.swift
[1151/1353] Compiling v3_bcons.cc
[1152/1353] Compiling v3_alt.cc
[1153/1353] Compiling v3_akeya.cc
[1154/1353] Compiling t_x509a.cc
[1155/1353] Compiling v3_akey.cc
[1157/1353] Compiling ConsoleKitCommands Console+Run.swift
[1158/1353] Compiling ConsoleKitCommands ConsoleError.swift
[1159/1353] Compiling ConsoleKitCommands Completion.swift
[1160/1353] Compiling ConsoleKitCommands CommandGroup.swift
[1161/1353] Compiling ConsoleKitCommands CommandInput.swift
[1162/1353] Compiling ConsoleKitCommands Commands.swift
[1162/1354] Compiling t_x509.cc
[1163/1354] Compiling t_crl.cc
[1164/1354] Compiling t_req.cc
[1166/1354] Compiling rsa_pss.cc
[1168/1356] Compiling ConsoleKit Exports.swift
[1169/1356] Emitting module ConsoleKit
[1169/1357] Compiling i2d_pr.cc
[1170/1357] Compiling policy.cc
[1172/1357] Compiling name_print.cc
[1173/1357] Compiling asn1_gen.cc
[1174/1357] Compiling by_dir.cc
[1175/1357] Compiling by_file.cc
[1176/1357] Compiling algorithm.cc
[1177/1357] Compiling thread_win.cc
[1178/1357] Compiling voprf.cc
[1179/1357] Compiling a_verify.cc
[1180/1357] Compiling a_sign.cc
[1181/1357] Compiling a_digest.cc
[1182/1357] Compiling trust_token.cc
[1183/1357] Compiling pmbtoken.cc
[1184/1357] Compiling thread_pthread.cc
[1185/1357] Compiling thread.cc
[1186/1357] Compiling thread_none.cc
[1187/1357] Compiling stack.cc
[1188/1357] Compiling wots.cc
[1189/1357] Compiling thash.cc
[1190/1357] Compiling slhdsa.cc
[1191/1357] Compiling merkle.cc
[1192/1357] Compiling fors.cc
[1193/1357] Compiling siphash.cc
[1194/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 rsa_crypt.cc
[1202/1357] Compiling windows.cc
[1203/1357] Compiling rsa_asn1.cc
[1204/1357] Compiling trusty.cc
[1205/1357] Compiling urandom.cc
[1206/1357] Compiling rand_extra.cc
[1207/1357] Compiling ios.cc
[1208/1357] Compiling passive.cc
[1209/1357] Compiling poly1305_arm_asm.S
[1210/1357] Compiling getentropy.cc
[1211/1357] Compiling deterministic.cc
[1212/1357] Compiling forkunsafe.cc
[1213/1357] Compiling fork_detect.cc
[1214/1357] Compiling pool.cc
[1215/1357] Compiling poly1305_vec.cc
[1215/1357] Compiling poly1305_arm.cc
[1217/1357] Compiling poly1305.cc
[1218/1357] Compiling pkcs7.cc
[1219/1357] Compiling pkcs8.cc
[1220/1357] Compiling p5_pbev2.cc
[1221/1357] Compiling pkcs8_x509.cc
[1222/1357] Compiling pkcs7_x509.cc
[1223/1357] Compiling pem_x509.cc
[1224/1357] Compiling pem_xaux.cc
[1225/1357] Compiling pem_pkey.cc
[1226/1357] Compiling obj_xref.cc
[1226/1357] Compiling pem_pk8.cc
[1228/1357] Compiling pem_oth.cc
[1229/1357] Compiling mlkem.cc
[1230/1357] Compiling pem_info.cc
[1231/1357] Compiling obj.cc
[1232/1357] Compiling pem_lib.cc
[1233/1357] Compiling pem_all.cc
[1234/1357] Compiling mldsa.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 ex_data.cc
[1243/1357] Compiling hrss.cc
[1244/1357] Compiling hpke.cc
[1245/1357] Compiling sign.cc
[1246/1357] Compiling scrypt.cc
[1247/1357] Compiling print.cc
[1248/1357] Compiling pbkdf.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_dh_asn1.cc
[1258/1357] Compiling p_dh.cc
[1260/1357] Compiling p_dsa_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 digest_extra.cc
[1275/1357] Compiling dh_asn1.cc
[1276/1357] Compiling x25519-asm-arm.S
[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_apple.cc
[1289/1357] Compiling cpu_aarch64_fuchsia.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_rc4.cc
[1295/1357] Compiling e_tls.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_aesctrhmac.cc
[1302/1357] Compiling e_aesgcmsiv.cc
[1303/1357] Compiling cipher_extra.cc
[1304/1357] Compiling unicode.cc
[1305/1357] Compiling chacha.cc
[1306/1357] Compiling ber.cc
[1307/1357] Compiling cbb.cc
[1308/1357] Compiling buf.cc
[1309/1357] Compiling asn1_compat.cc
[1309/1357] Compiling cbs.cc
[1311/1357] Compiling convert.cc
[1312/1357] Compiling bn_asn1.cc
[1313/1357] Compiling blake2.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_fre.cc
[1324/1357] Compiling tasn_typ.cc
[1325/1357] Compiling tasn_new.cc
[1326/1357] Compiling tasn_utl.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 asn_pack.cc
[1332/1357] Compiling f_int.cc
[1333/1357] Compiling asn1_par.cc
[1334/1357] Compiling a_utctm.cc
[1334/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_mbstr.cc
[1343/1357] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1344/1357] Compiling a_int.cc
[1344/1357] Write sources
[1351/1357] Compiling a_i2d_fp.cc
[1352/1357] Compiling a_gentm.cc
[1353/1357] Compiling a_dup.cc
[1354/1357] Compiling a_d2i_fp.cc
[1355/1364] Compiling a_bool.cc
[1356/1499] Compiling a_bitstr.cc
[1358/1507] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1359/1507] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1360/1507] Compiling BitCollections BitArray._UnsafeHandle.swift
[1361/1507] Compiling BitCollections BitArray.swift
[1362/1507] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1363/1507] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1364/1509] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1365/1509] Compiling BitCollections BitSet+CustomReflectable.swift
[1366/1509] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1367/1509] Compiling BitCollections BitSet+Equatable.swift
[1368/1509] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1369/1509] Compiling BitCollections BitSet+Extras.swift
[1370/1509] Compiling BitCollections BitSet+Hashable.swift
[1371/1516] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1372/1516] Compiling BitCollections BitArray+Shifts.swift
[1373/1516] Compiling BitCollections BitArray+Testing.swift
[1374/1516] Compiling BitCollections BitArray+Invariants.swift
[1375/1516] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1376/1516] Compiling BitCollections BitArray+RandomBits.swift
[1377/1516] Compiling Atomics IntegerOperations.swift
[1378/1516] Compiling Atomics Unmanaged extensions.swift
[1379/1516] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[1380/1516] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1381/1516] Compiling BitCollections BitArray+Extras.swift
[1382/1516] Compiling BitCollections BitArray+Fill.swift
[1383/1519] Emitting module AsyncAlgorithms
[1384/1525] Compiling AsyncAlgorithms Rethrow.swift
[1385/1525] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1386/1525] Compiling AsyncAlgorithms ChannelStorage.swift
[1387/1525] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1388/1525] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1389/1525] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1390/1525] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1391/1525] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1392/1525] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1393/1525] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1394/1525] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1395/1525] Compiling AsyncAlgorithms AsyncChannel.swift
[1396/1525] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1397/1525] Compiling AsyncAlgorithms SetAlgebra.swift
[1398/1525] Compiling Algorithms Trim.swift
[1399/1525] Compiling Algorithms Unique.swift
[1400/1525] Compiling Algorithms Windows.swift
[1401/1525] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1402/1525] Compiling AsyncAlgorithms MergeStateMachine.swift
[1403/1525] Compiling AsyncAlgorithms MergeStorage.swift
[1404/1525] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1407/1525] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1408/1525] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1409/1525] Compiling AsyncAlgorithms DebounceStorage.swift
[1410/1525] Compiling AsyncAlgorithms Dictionary.swift
[1419/1525] Compiling CryptoBoringWrapper RandomBytes.swift
[1426/1525] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1433/1525] Compiling BitCollections BitArray+Hashable.swift
[1434/1525] Compiling BitCollections BitArray+Initializers.swift
[1437/1525] Compiling CryptoBoringWrapper EllipticCurve.swift
[1452/1525] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1453/1525] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1454/1525] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1463/1525] Emitting module BitCollections
[1472/1525] Compiling BitCollections BitSet.Index.swift
[1473/1525] Compiling BitCollections BitSet._UnsafeHandle.swift
[1474/1525] Compiling BitCollections BitSet.swift
[1475/1525] Compiling BitCollections Range+Utilities.swift
[1476/1525] Compiling BitCollections Slice+Utilities.swift
[1477/1525] Compiling BitCollections UInt+Tricks.swift
[1478/1525] Compiling BitCollections _Word.swift
[1479/1525] Emitting module CryptoBoringWrapper
[1480/1525] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1492/1600] Emitting module Collections
[1493/1600] Compiling Collections Collections.swift
[1494/1600] Emitting module Atomics
[1495/1600] Compiling Crypto Insecure.swift
[1496/1600] Compiling Crypto Insecure_HashFunctions.swift
[1497/1600] Compiling Crypto KEM.swift
[1498/1600] Compiling Crypto ECDH_boring.swift
[1499/1600] Compiling Crypto DH.swift
[1500/1600] Compiling Crypto ECDH.swift
[1501/1601] Compiling Crypto HPKE-KEM.swift
[1502/1601] Compiling Crypto HPKE-Errors.swift
[1503/1601] Compiling Crypto HPKE.swift
[1504/1601] Compiling Crypto HPKE-Context.swift
[1505/1601] Compiling Crypto HPKE-KeySchedule.swift
[1506/1601] Compiling Crypto HPKE-Modes.swift
[1507/1601] Compiling Crypto Digest_boring.swift
[1508/1601] Compiling Crypto Digest.swift
[1509/1601] Compiling Crypto Digests.swift
[1510/1601] Compiling Crypto HashFunctions.swift
[1511/1601] Compiling Crypto HashFunctions_SHA2.swift
[1512/1601] Compiling Crypto HPKE-AEAD.swift
[1513/1601] Compiling Crypto HPKE-KexKeyDerivation.swift
[1514/1601] Compiling Crypto HPKE-LabeledExtract.swift
[1515/1601] Compiling Crypto HPKE-Utils.swift
[1516/1601] Compiling Crypto DHKEM.swift
[1517/1601] Compiling Crypto HPKE-KEM-Curve25519.swift
[1518/1601] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1519/1602] Compiling Crypto ASN1BitString.swift
[1520/1602] Compiling Crypto ASN1Boolean.swift
[1521/1602] Compiling Crypto PKCS8PrivateKey.swift
[1522/1602] Compiling Crypto SEC1PrivateKey.swift
[1523/1602] Compiling Crypto AES-GCM.swift
[1524/1602] Compiling Crypto AES-GCM_boring.swift
[1525/1602] Compiling Crypto ChaChaPoly_boring.swift
[1526/1602] Compiling Crypto ChaChaPoly.swift
[1527/1602] Compiling Crypto Cipher.swift
[1528/1602] Compiling Crypto Nonces.swift
[1532/1684] Compiling ServiceLifecycle CancellationWaiter.swift
[1533/1685] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1534/1685] Compiling NIOCore DeadChannel.swift
[1535/1685] Compiling NIOCore DispatchQueue+WithFuture.swift
[1536/1685] Compiling NIOCore EventLoop+Deprecated.swift
[1537/1685] Compiling NIOCore EventLoop+SerialExecutor.swift
[1538/1685] Compiling NIOCore EventLoop.swift
[1539/1685] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1540/1685] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1541/1685] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1542/1685] Compiling NIOCore EventLoopFuture.swift
[1543/1685] Compiling NIOCore FileDescriptor.swift
[1544/1691] Compiling ServiceLifecycle ServiceRunnerError.swift
[1545/1694] Emitting module Algorithms
[1546/1695] Emitting module ServiceLifecycle
[1547/1695] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1548/1695] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1549/1695] Compiling NIOCore ByteBuffer-hex.swift
[1550/1695] Compiling NIOCore ByteBuffer-int.swift
[1551/1696] Compiling NIOCore ByteBuffer-conversions.swift
[1552/1696] Compiling NIOCore ByteBuffer-core.swift
[1553/1696] Compiling NIOCore ByteBuffer-aux.swift
[1554/1696] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1556/1696] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1557/1696] Compiling NIOCore BSDSocketAPI.swift
[1564/1696] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1565/1696] Compiling NIOCore AddressedEnvelope.swift
[1566/1696] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1567/1696] Compiling Crypto SymmetricKeys.swift
[1568/1696] Compiling Crypto HMAC.swift
[1569/1696] Compiling Crypto MACFunctions.swift
[1570/1696] Compiling Crypto MessageAuthenticationCode.swift
[1571/1696] Compiling Crypto AES.swift
[1572/1696] Compiling Crypto ECDSASignature_boring.swift
[1573/1696] Compiling Crypto ECDSA_boring.swift
[1574/1696] Compiling Crypto EdDSA_boring.swift
[1575/1696] Compiling Crypto ECDSA.swift
[1576/1696] Compiling Crypto Ed25519.swift
[1577/1696] Compiling NIOCore GlobalSingletons.swift
[1578/1696] Compiling NIOCore IO.swift
[1579/1696] Compiling NIOCore IOData.swift
[1580/1696] Compiling NIOCore IPProtocol.swift
[1581/1696] Compiling NIOCore IntegerBitPacking.swift
[1582/1696] Compiling NIOCore IntegerTypes.swift
[1583/1696] Compiling NIOCore Interfaces.swift
[1584/1696] Compiling NIOCore Linux.swift
[1585/1696] Compiling Crypto NISTCurvesKeys.swift
[1586/1696] Compiling Crypto X25519Keys.swift
[1589/1696] Compiling ServiceLifecycle ServiceGroup.swift
[1590/1696] Compiling ServiceLifecycle Service.swift
[1591/1696] Compiling ServiceLifecycle GracefulShutdown.swift
[1594/1697] Compiling NIOCore AsyncAwaitSupport.swift
[1595/1697] Compiling NIOCore AsyncChannel.swift
[1596/1697] Compiling NIOCore AsyncChannelHandler.swift
[1597/1697] Compiling NIOCore AsyncChannelInboundStream.swift
[1598/1697] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1599/1697] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1600/1697] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1601/1697] Compiling NIOCore NIOAsyncWriter.swift
[1602/1697] Compiling NIOCore ByteBuffer-multi-int.swift
[1603/1697] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1604/1697] Emitting module _ConnectionPoolModule
[1606/1697] Compiling NIOCore FileHandle.swift
[1607/1697] Compiling NIOCore FileRegion.swift
[1608/1697] Compiling NIOCore MarkedCircularBuffer.swift
[1609/1697] Compiling NIOCore MulticastChannel.swift
[1610/1697] Compiling NIOCore NIOAny.swift
[1611/1697] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1612/1697] Compiling NIOCore NIOLoopBound.swift
[1613/1697] Compiling NIOCore NIOScheduledCallback.swift
[1614/1697] Compiling NIOCore NIOSendable.swift
[1615/1697] Compiling NIOCore RecvByteBufferAllocator.swift
[1626/1705] Compiling _ConnectionPoolModule PoolStateMachine.swift
[1627/1706] Emitting module Crypto
[1628/1706] Compiling NIOCore ByteBuffer-views.swift
[1629/1706] Compiling NIOCore Channel.swift
[1630/1706] Compiling NIOCore ChannelHandler.swift
[1631/1706] Compiling NIOCore ChannelHandlers.swift
[1632/1706] Compiling NIOCore ChannelInvoker.swift
[1633/1706] Compiling NIOCore ChannelOption.swift
[1634/1706] Compiling NIOCore ChannelPipeline.swift
[1635/1706] Compiling NIOCore CircularBuffer.swift
[1636/1706] Compiling NIOCore Codec.swift
[1637/1706] Compiling NIOCore ConvenienceOptionSupport.swift
[1639/1706] Compiling Crypto Signature.swift
[1640/1706] Compiling Crypto CryptoKitErrors_boring.swift
[1641/1706] Compiling Crypto RNG_boring.swift
[1642/1706] Compiling Crypto SafeCompare_boring.swift
[1643/1706] Compiling Crypto Zeroization_boring.swift
[1644/1706] Compiling Crypto PrettyBytes.swift
[1645/1706] Compiling Crypto SafeCompare.swift
[1646/1706] Compiling Crypto SecureBytes.swift
[1647/1706] Compiling Crypto Zeroization.swift
[1673/1707] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1674/1707] Compiling NIOCore SocketAddresses.swift
[1675/1707] Compiling NIOCore SocketOptionProvider.swift
[1676/1707] Compiling NIOCore SystemCallHelpers.swift
[1677/1707] Compiling NIOCore TimeAmount+Duration.swift
[1678/1707] Compiling NIOCore TypeAssistedChannelHandler.swift
[1679/1707] Compiling NIOCore UniversalBootstrapSupport.swift
[1680/1707] Compiling NIOCore Utilities.swift
[1707/1707] Emitting module NIOCore
[1709/1759] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1710/1759] Emitting module NIOEmbedded
[1711/1759] Compiling NIOEmbedded Embedded.swift
[1712/1759] Compiling NIOEmbedded AsyncTestingChannel.swift
[1714/1760] Emitting module NIOPosix
[1715/1766] Compiling NIOPosix SelectableChannel.swift
[1716/1766] Compiling NIOPosix SelectableEventLoop.swift
[1717/1766] Compiling NIOPosix SelectorEpoll.swift
[1718/1766] Compiling NIOPosix SelectorGeneric.swift
[1719/1766] Compiling NIOPosix SelectorKqueue.swift
[1720/1766] Compiling NIOPosix SelectorUring.swift
[1721/1766] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1722/1766] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1723/1766] Compiling NIOPosix PosixSingletons.swift
[1724/1766] Compiling NIOPosix RawSocketBootstrap.swift
[1725/1766] Compiling NIOPosix Resolver.swift
[1726/1766] Compiling NIOPosix Selectable.swift
[1727/1766] Compiling NIOPosix BSDSocketAPICommon.swift
[1728/1766] Compiling NIOPosix BSDSocketAPIPosix.swift
[1729/1766] Compiling NIOPosix BSDSocketAPIWindows.swift
[1730/1766] Compiling NIOPosix BaseSocket.swift
[1731/1766] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1732/1766] Compiling NIOPosix BaseSocketChannel.swift
[1733/1766] Compiling NIOPosix BaseStreamSocketChannel.swift
[1734/1766] Compiling NIOPosix Bootstrap.swift
[1735/1766] Compiling NIOPosix ControlMessage.swift
[1736/1766] Compiling NIOPosix DatagramVectorReadManager.swift
[1737/1766] Compiling NIOPosix Errors+Any.swift
[1738/1766] Compiling NIOPosix FileDescriptor.swift
[1739/1766] Compiling NIOPosix GetaddrinfoResolver.swift
[1740/1766] Compiling NIOPosix HappyEyeballs.swift
[1741/1766] Compiling NIOPosix NIOThreadPool.swift
[1742/1766] Compiling NIOPosix NonBlockingFileIO.swift
[1743/1766] Compiling NIOPosix PendingDatagramWritesManager.swift
[1744/1766] Compiling NIOPosix PendingWritesManager.swift
[1745/1766] Compiling NIOPosix PipeChannel.swift
[1746/1766] Compiling NIOPosix PipePair.swift
[1747/1766] Compiling NIOPosix Pool.swift
[1748/1766] Compiling NIOPosix IO.swift
[1749/1766] Compiling NIOPosix IntegerBitPacking.swift
[1750/1766] Compiling NIOPosix IntegerTypes.swift
[1751/1766] Compiling NIOPosix Linux.swift
[1752/1766] Compiling NIOPosix LinuxCPUSet.swift
[1753/1766] Compiling NIOPosix LinuxUring.swift
[1754/1766] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1755/1766] Compiling NIOPosix ServerSocket.swift
[1756/1766] Compiling NIOPosix Socket.swift
[1757/1766] Compiling NIOPosix SocketChannel.swift
[1758/1766] Compiling NIOPosix SocketProtocols.swift
[1759/1766] Compiling NIOPosix System.swift
[1760/1766] Compiling NIOPosix Thread.swift
[1761/1766] Compiling NIOPosix ThreadPosix.swift
[1762/1766] Compiling NIOPosix ThreadWindows.swift
[1763/1766] Compiling NIOPosix UnsafeTransfer.swift
[1764/1766] Compiling NIOPosix Utilities.swift
[1765/1766] Compiling NIOPosix VsockAddress.swift
[1766/1766] Compiling NIOPosix VsockChannelEvents.swift
[1768/1826] Compiling NIO Exports.swift
[1769/1826] Emitting module NIO
[1771/1827] Compiling AsyncKit Future+Miscellaneous.swift
[1772/1827] Compiling AsyncKit Future+Nonempty.swift
[1773/1827] Compiling _NIOFileSystem ByteCount.swift
[1774/1854] Compiling _NIOFileSystem FileType.swift
[1775/1854] Compiling _NIOFileSystem IOStrategy.swift
[1776/1854] Compiling _NIOFileSystem ParallelDirCopy.swift
[1777/1961] Compiling NIOTLS TLSEvents.swift
[1778/1967] Compiling SwifQLNIO SwifQLTable.swift
[1779/1967] Compiling SwifQLNIO SwifQLEnum.swift
[1780/1967] Compiling SwifQLNIO ReflectedPropertyCache.swift
[1781/1967] Emitting module NIOTLS
[1782/1967] Emitting module NIOSOCKS
[1783/1968] Compiling NIOSOCKS SOCKSResponse.swift
[1784/1968] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1785/1968] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1786/1968] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1787/1968] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1788/1968] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1789/1968] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1790/1968] Compiling NIOSOCKS ClientStateMachine.swift
[1791/1968] Emitting module SwifQLNIO
[1792/1968] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1793/1968] Compiling SQLKit SQLCreateEnumBuilder.swift
[1794/1968] Compiling SQLKit SQLDropIndexBuilder.swift
[1795/1968] Compiling SQLKit SQLDropTableBuilder.swift
[1796/1968] Compiling SQLKit SQLDropTriggerBuilder.swift
[1797/1968] Compiling SQLKit SQLQueryFetcher.swift
[1798/1968] Compiling SQLKit SQLReturningBuilder.swift
[1799/1968] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1800/1968] Compiling SQLKit SQLInsertBuilder.swift
[1801/1968] Compiling SQLKit SQLPredicateBuilder.swift
[1802/1968] Compiling SQLKit SQLQueryBuilder.swift
[1803/1968] Compiling SQLKit SQLAlterEnumBuilder.swift
[1804/1968] Compiling SQLKit SQLAlterTableBuilder.swift
[1805/1968] Compiling NIOSOCKS ServerStateMachine.swift
[1806/1968] Compiling SQLKit SQLCreateIndexBuilder.swift
[1807/1968] Compiling SQLKit SQLCreateTableBuilder.swift
[1808/1968] Compiling SQLKit SQLCreateTriggerBuilder.swift
[1809/1968] Compiling SQLKit SQLDeleteBuilder.swift
[1810/1969] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1811/1969] Compiling NIOTLS SNIHandler.swift
[1812/1970] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1813/1970] Compiling SQLKit SQLDialect.swift
[1816/1970] Emitting module NIOHTTP1
[1817/1972] Emitting module NIOFoundationCompat
[1818/1972] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1822/1986] Compiling SQLKit SQLDatabase.swift
[1825/1986] Compiling SQLKit SQLDatabase+Deprecated.swift
[1826/1986] Compiling SQLKit SQLError.swift
[1827/1986] Compiling SQLKit SQLSubqueryBuilder.swift
[1828/1986] Compiling SQLKit SQLUnionBuilder.swift
[1829/1986] Compiling SQLKit SQLUpdateBuilder.swift
[1830/1986] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1831/2006] Compiling SwifQLNIO Exports.swift
[1832/2006] Compiling SwifQLNIO KeyPath.swift
[1833/2006] Compiling SwifQLNIO Reflectable.swift
[1834/2007] Compiling NIOSSL SSLCallbacks.swift
[1835/2007] Compiling NIOSSL SSLCertificate.swift
[1836/2007] Compiling NIOSSL IdentityVerification.swift
[1837/2007] Compiling NIOSSL LinuxCABundle.swift
[1838/2007] Compiling NIOSSL NIOSSLClientHandler.swift
[1839/2007] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1841/2007] Compiling SQLKit SQLDropIndex.swift
[1842/2007] Compiling SQLKit SQLDropTable.swift
[1843/2007] Compiling SQLKit SQLDropTrigger.swift
[1844/2007] Compiling SQLKit SQLInsert.swift
[1845/2007] Compiling SQLKit SQLSelect.swift
[1846/2007] Compiling SQLKit SQLUnion.swift
[1847/2007] Compiling SQLKit SQLUpdate.swift
[1848/2007] Compiling SQLKit SQLExpression.swift
[1849/2007] Compiling SQLKit SQLSerializer.swift
[1850/2007] Compiling SQLKit SQLStatement.swift
[1851/2007] Compiling SQLKit SQLBinaryExpression.swift
[1852/2007] Compiling SQLKit SQLBinaryOperator.swift
[1853/2007] Compiling SQLKit SQLBind.swift
[1854/2032] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1855/2032] Compiling SQLKit Exports.swift
[1856/2032] Compiling SQLKit SQLAlias.swift
[1857/2032] Compiling SQLKit SQLBetween.swift
[1858/2032] Compiling SQLKit SQLColumn.swift
[1859/2032] Compiling SQLKit SQLConstraint.swift
[1860/2032] Compiling SQLKit SQLDataType.swift
[1861/2032] Compiling SQLKit SQLDirection.swift
[1862/2032] Compiling SQLKit SQLDistinct.swift
[1863/2032] Compiling SQLKit SQLForeignKeyAction.swift
[1864/2032] Compiling SQLKit SQLNestedSubpathExpression.swift
[1865/2032] Compiling SQLKit SQLQualifiedTable.swift
[1866/2032] Compiling SQLKit SQLQueryString.swift
[1867/2035] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1868/2035] Compiling SQLKit SQLColumnAssignment.swift
[1869/2035] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1870/2035] Compiling SQLKit SQLColumnDefinition.swift
[1871/2035] Compiling SQLKit SQLCommonTableExpression.swift
[1872/2035] Compiling SQLKit SQLConflictAction.swift
[1873/2035] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1874/2035] Compiling SQLKit SQLDropBehaviour.swift
[1875/2035] Compiling SQLKit SQLEnumDataType.swift
[1876/2035] Compiling SQLKit SQLExcludedColumn.swift
[1877/2035] Compiling SQLKit SQLForeignKey.swift
[1878/2035] Compiling SQLKit SQLJoin.swift
[1879/2035] Compiling SQLKit SQLJoinMethod.swift
[1880/2035] Compiling SQLKit SQLLockingClause.swift
[1881/2035] Compiling SQLKit SQLOrderBy.swift
[1882/2035] Compiling SQLKit SQLReturning.swift
[1883/2035] Compiling SQLKit SQLSubquery.swift
[1884/2035] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1885/2035] Compiling SQLKit SQLAlterEnum.swift
[1886/2035] Compiling SQLKit SQLAlterTable.swift
[1887/2035] Compiling SQLKit SQLCreateEnum.swift
[1888/2035] Compiling SQLKit SQLCreateIndex.swift
[1889/2035] Compiling SQLKit SQLCreateTable.swift
[1890/2035] Compiling SQLKit SQLCreateTrigger.swift
[1891/2035] Compiling SQLKit SQLDelete.swift
[1892/2035] Compiling SQLKit SQLDropEnum.swift
[1893/2041] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1894/2041] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1895/2041] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1896/2043] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1897/2043] Compiling NIOTransportServices NIOTSErrors.swift
[1898/2043] Compiling NIOTransportServices NIOTSEventLoop.swift
[1899/2043] Compiling NIOTransportServices StateManagedChannel.swift
[1900/2043] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1901/2043] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1902/2043] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1903/2043] Compiling NIOTransportServices NIOTSSingletons.swift
[1904/2043] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1905/2043] Compiling NIOTransportServices NIOTSBootstraps.swift
[1906/2043] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1907/2043] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1908/2043] Emitting module NIOTransportServices
[1909/2043] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1910/2043] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1916/2043] Compiling NIOSSL RNG.swift
[1917/2043] Compiling NIOSSL SafeCompare.swift
[1918/2043] Compiling NIOSSL Zeroization.swift
[1919/2043] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1920/2043] Compiling SQLKit SQLSelectBuilder.swift
[1921/2043] Compiling NIOTransportServices AcceptHandler.swift
[1922/2043] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1923/2043] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1924/2043] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1925/2043] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1926/2043] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1953/2044] Compiling NIOSSL SubjectAlternativeName.swift
[1954/2044] Compiling NIOSSL NIOSSLSecureBytes.swift
[1964/2044] Compiling _NIOFileSystem SystemFileHandle.swift
[1965/2044] Compiling _NIOFileSystem Utilities.swift
[1966/2044] Compiling _NIOFileSystem OpenOptions.swift
[1967/2044] Compiling _NIOFileSystem String+FileSystem.swift
[1968/2044] Compiling SQLKit SQLPartialResultBuilder.swift
[1976/2044] Emitting module SQLKit
[1985/2091] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1986/2091] Compiling NIOExtras JSONRPCFraming.swift
[1987/2091] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1988/2091] Compiling NIOExtras LengthFieldPrepender.swift
[1989/2091] Compiling NIOExtras LineBasedFrameDecoder.swift
[1990/2091] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1991/2091] Compiling NIOExtras NIOExtrasError.swift
[1992/2091] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1993/2094] Compiling NIOHPACK IndexedHeaderTable.swift
[1994/2094] Compiling NIOHPACK IntegerCoding.swift
[1995/2094] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1996/2094] Compiling NIOWebSocket WebSocketOpcode.swift
[1997/2096] Emitting module NIOSSL
[1998/2096] Compiling NIOExtras DebugInboundEventsHandler.swift
[1999/2096] Compiling NIOExtras DebugOutboundEventsHandler.swift
[2000/2096] Compiling NIOExtras FixedLengthFrameDecoder.swift
[2001/2096] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[2012/2096] Compiling NIOExtras RequestResponseWithIDHandler.swift
[2021/2098] Emitting module _NIOFileSystem
[2029/2098] Compiling NIOExtras NIORequestIdentifiable.swift
[2030/2098] Compiling NIOExtras PCAPRingBuffer.swift
[2031/2098] Compiling NIOExtras QuiescingHelper.swift
[2032/2098] Compiling NIOHPACK HuffmanTables.swift
[2035/2099] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2036/2099] Emitting module NIOHTTPCompression
[2037/2099] Compiling NIOHTTPCompression HTTPCompression.swift
[2038/2099] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2039/2099] Emitting module NIOWebSocket
[2040/2099] Compiling SQLKit SQLFunction.swift
[2041/2099] Compiling SQLKit SQLGroupExpression.swift
[2042/2099] Compiling SQLKit SQLIdentifier.swift
[2043/2099] Compiling SQLKit SQLList.swift
[2044/2099] Compiling SQLKit SQLLiteral.swift
[2045/2099] Compiling SQLKit SQLRaw.swift
[2046/2099] Compiling SQLKit SQLCodingUtilities.swift
[2047/2099] Compiling SQLKit SQLQueryEncoder.swift
[2048/2099] Compiling SQLKit SQLRow.swift
[2049/2099] Compiling SQLKit SQLRowDecoder.swift
[2050/2099] Compiling SQLKit SomeCodingKey.swift
[2051/2099] Compiling SQLKit StringHandling.swift
[2052/2100] Compiling NIOHTTPCompression HTTPDecompression.swift
[2055/2100] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2057/2100] Compiling NIOHPACK StaticHeaderTable.swift
[2058/2100] Compiling NIOExtras RequestResponseHandler.swift
[2060/2100] Compiling NIOHPACK HuffmanCoding.swift
[2065/2100] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2069/2100] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2070/2101] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2071/2101] Emitting module NIOHPACK
[2073/2101] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2074/2101] Compiling NIOWebSocket WebSocketFrame.swift
[2081/2102] Emitting module NIOExtras
[2086/2126] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2087/2126] Compiling MultipartKit Exports.swift
[2088/2126] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2089/2126] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2090/2126] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2091/2127] Emitting module _NIOFileSystemFoundationCompat
[2092/2127] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2093/2128] Emitting module NIOFileSystem
[2094/2128] Compiling NIOFileSystem Exports.swift
[2097/2216] Compiling FluentKit AsyncMigration.swift
[2098/2216] Compiling FluentKit AsyncModelMiddleware.swift
[2099/2216] Compiling FluentKit Children+Concurrency.swift
[2100/2216] Compiling FluentKit SchemaBuilder+Concurrency.swift
[2101/2216] Compiling FluentKit Siblings+Concurrency.swift
[2102/2216] Compiling FluentKit Database+Logging.swift
[2103/2216] Compiling FluentKit Database.swift
[2105/2218] Emitting module MultipartKit
[2106/2218] Compiling MultipartKit MultipartSerializer.swift
[2107/2218] Compiling MultipartKit Utilities.swift
[2108/2218] Compiling FluentKit DatabaseInput.swift
[2110/2277] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2111/2277] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2112/2277] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2113/2277] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2114/2277] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2115/2277] Compiling NIOHTTP2 ReceivingDataState.swift
[2116/2277] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2117/2277] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2119/2277] Compiling NIOHTTP2 Error+Any.swift
[2120/2277] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2121/2277] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2122/2278] Compiling NIOHTTP2 MaySendFrames.swift
[2123/2278] Compiling NIOHTTP2 SendingDataState.swift
[2124/2278] Compiling NIOHTTP2 SendingGoawayState.swift
[2125/2278] Compiling NIOHTTP2 SendingHeadersState.swift
[2126/2278] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2127/2278] Compiling NIOHTTP2 SendingRstStreamState.swift
[2128/2278] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2132/2297] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2133/2297] Compiling NIOHTTP2 HasLocalSettings.swift
[2134/2297] Compiling NIOHTTP2 HasRemoteSettings.swift
[2135/2297] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2136/2297] Compiling NIOHTTP2 QuiescingState.swift
[2137/2297] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2138/2297] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2139/2398] Compiling PostgresNIO PostgresData+Float.swift
[2140/2398] Compiling PostgresNIO PostgresData+Int.swift
[2141/2398] Compiling PostgresNIO PostgresData+JSON.swift
[2142/2398] Compiling PostgresNIO PostgresData+JSONB.swift
[2143/2398] Compiling PostgresNIO PostgresData+Numeric.swift
[2144/2398] Compiling PostgresNIO PostgresData+Optional.swift
[2145/2398] Compiling PostgresNIO PostgresData+RawRepresentable.swift
[2146/2398] Compiling PostgresNIO PostgresData+Set.swift
[2147/2398] Compiling WebSocketKit Exports.swift
[2148/2398] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2149/2398] Compiling WebSocketKit WebSocketHandler.swift
[2150/2398] Compiling PostgresNIO PostgresConnection+Configuration.swift
[2151/2398] Compiling PostgresNIO PostgresConnection.swift
[2152/2398] Compiling PostgresNIO PostgresDatabase+PreparedQuery.swift
[2153/2398] Compiling PostgresNIO PostgresData+Array.swift
[2154/2398] Compiling PostgresNIO PostgresData+Bool.swift
[2155/2398] Compiling PostgresNIO PostgresData+Bytes.swift
[2156/2398] Compiling PostgresNIO PostgresData+Date.swift
[2157/2398] Compiling PostgresNIO PostgresData+Decimal.swift
[2158/2398] Compiling PostgresNIO PostgresData+Double.swift
[2163/2410] Emitting module WebSocketKit
[2164/2410] Compiling WebSocketKit WebSocket+Concurrency.swift
[2165/2410] Compiling WebSocketKit WebSocket+Connect.swift
[2166/2410] Compiling WebSocketKit WebSocket.swift
[2167/2410] Compiling PostgresNIO PostgresMessage+SimpleQuery.swift
[2168/2410] Compiling PostgresNIO PostgresMessage+Startup.swift
[2169/2410] Compiling PostgresNIO PostgresMessage+Sync.swift
[2170/2410] Compiling PostgresNIO PostgresMessage+Terminate.swift
[2171/2410] Compiling PostgresNIO PostgresMessageDecoder.swift
[2172/2410] Compiling PostgresNIO PostgresMessageEncoder.swift
[2173/2410] Compiling PostgresNIO PostgresMessage+0.swift
[2174/2410] Compiling PostgresNIO PostgresMessage+BackendKeyData.swift
[2175/2410] Compiling PostgresNIO PostgresMessage+DataRow.swift
[2176/2410] Compiling PostgresNIO PostgresMessage+Error.swift
[2177/2410] Compiling PostgresNIO PostgresMessage+Identifier.swift
[2178/2410] Compiling PostgresNIO PostgresMessage+NotificationResponse.swift
[2179/2410] Compiling WebSocketKit WebSocketClient.swift
[2181/2411] Emitting module FluentKit
[2186/2411] Compiling PostgresNIO PostgresData+String.swift
[2187/2411] Compiling PostgresNIO PostgresData+UUID.swift
[2188/2411] Compiling PostgresNIO PostgresData.swift
[2189/2411] Compiling PostgresNIO PostgresDataConvertible.swift
[2190/2411] Compiling PostgresNIO PostgresDataType.swift
[2191/2411] Compiling PostgresNIO PostgresRow.swift
[2192/2411] Compiling PostgresNIO PostgresConnection+Configuration+Deprecated.swift
[2193/2411] Compiling PostgresNIO PostgresData+UInt.swift
[2194/2411] Compiling PostgresNIO PostgresMessage+Authentication.swift
[2195/2411] Compiling PostgresNIO PostgresMessage+Bind.swift
[2196/2411] Compiling PostgresNIO PostgresMessage+Close.swift
[2197/2411] Compiling PostgresNIO PostgresMessage+CommandComplete.swift
[2198/2411] Compiling PostgresNIO PostgresMessage+Describe.swift
[2199/2411] Compiling PostgresNIO PostgresMessage+Execute.swift
[2200/2411] Compiling PostgresNIO PostgresMessage+ParameterDescription.swift
[2201/2411] Compiling PostgresNIO PostgresMessage+ParameterStatus.swift
[2202/2411] Compiling PostgresNIO PostgresMessage+Parse.swift
[2203/2411] Compiling PostgresNIO PostgresMessage+Password.swift
[2204/2411] Compiling PostgresNIO PostgresMessage+ReadyForQuery.swift
[2205/2411] Compiling PostgresNIO PostgresMessage+SASLResponse.swift
[2206/2411] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[2207/2411] Compiling PostgresNIO BackendKeyData.swift
[2208/2411] Compiling PostgresNIO DataRow.swift
[2209/2411] Compiling PostgresNIO ErrorResponse.swift
[2210/2411] Compiling PostgresNIO NotificationResponse.swift
[2211/2411] Compiling PostgresNIO ParameterDescription.swift
[2212/2411] Compiling PostgresNIO ParameterStatus.swift
[2213/2411] Compiling PostgresNIO ReadyForQuery.swift
[2214/2411] Compiling PostgresNIO RowDescription.swift
[2215/2411] Compiling PostgresNIO NotificationListener.swift
[2216/2411] Compiling PostgresNIO PSQLError.swift
[2217/2411] Compiling PostgresNIO PSQLEventsHandler.swift
[2218/2411] Compiling PostgresNIO PSQLPreparedStatement.swift
[2219/2411] Compiling PostgresNIO PreparedStatementStateMachine.swift
[2220/2411] Compiling PostgresNIO RowStreamStateMachine.swift
[2221/2411] Compiling PostgresNIO Array+PostgresCodable.swift
[2222/2411] Compiling PostgresNIO Bool+PostgresCodable.swift
[2223/2411] Compiling PostgresNIO Bytes+PostgresCodable.swift
[2224/2411] Compiling PostgresNIO Date+PostgresCodable.swift
[2225/2411] Compiling PostgresNIO Decimal+PostgresCodable.swift
[2226/2411] Compiling PostgresNIO Float+PostgresCodable.swift
[2227/2411] Compiling FluentKit DatabaseQuery+Join.swift
[2228/2411] Compiling FluentKit DatabaseQuery+Range.swift
[2229/2411] Compiling FluentKit DatabaseQuery+Sort.swift
[2230/2411] Compiling FluentKit DatabaseQuery+Value.swift
[2231/2411] Compiling FluentKit DatabaseQuery.swift
[2232/2411] Compiling FluentKit QueryHistory.swift
[2233/2411] Compiling FluentKit DatabaseSchema.swift
[2234/2411] Compiling FluentKit SchemaBuilder.swift
[2235/2411] Compiling FluentKit OptionalType.swift
[2236/2411] Compiling FluentKit RandomGeneratable.swift
[2237/2411] Compiling FluentKit SomeCodingKey.swift
[2238/2411] Compiling FluentKit UnsafeMutableTransferBox.swift
[2256/2411] Emitting module NIOHTTP2
[2272/2425] Compiling PostgresNIO PostgresMessage+RowDescription.swift
[2273/2425] Compiling PostgresNIO PostgresMessageType.swift
[2274/2425] Compiling PostgresNIO AuthenticationStateMachine.swift
[2275/2425] Compiling PostgresNIO CloseStateMachine.swift
[2276/2425] Compiling PostgresNIO ConnectionStateMachine.swift
[2277/2425] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[2278/2425] Compiling PostgresNIO ListenStateMachine.swift
[2287/2425] Compiling PostgresNIO Int+PostgresCodable.swift
[2288/2425] Compiling PostgresNIO JSON+PostgresCodable.swift
[2289/2425] Compiling PostgresNIO Range+PostgresCodable.swift
[2290/2425] Compiling PostgresNIO RawRepresentable+PostgresCodable.swift
[2291/2425] Compiling PostgresNIO String+PostgresCodable.swift
[2292/2425] Compiling PostgresNIO UUID+PostgresCodable.swift
[2293/2425] Compiling PostgresNIO ByteBuffer+PSQL.swift
[2294/2425] Compiling PostgresNIO Logging+PSQL.swift
[2295/2425] Compiling PostgresNIO Authentication.swift
[2297/2426] Emitting module PostgresNIO
[2351/2437] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[2352/2438] Compiling FluentSQL SQLList+Deprecated.swift
[2353/2438] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[2354/2438] Compiling FluentSQL ConverterUtilities.swift
[2355/2438] Compiling FluentSQL DatabaseQuery+SQL.swift
[2356/2438] Emitting module FluentSQL
[2357/2438] Compiling FluentSQL DatabaseSchema+SQL.swift
[2358/2438] Compiling FluentSQL Exports.swift
[2359/2438] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[2360/2438] Compiling FluentSQL SQLDatabase+Model.swift
[2361/2438] Compiling FluentSQL SQLQueryConverter.swift
[2379/2439] Compiling FluentSQL SQLSchemaConverter.swift
[2404/2440] Compiling PostgresNIO PreparedStatement.swift
[2405/2440] Compiling PostgresNIO VariadicGenerics.swift
[2406/2440] Compiling PostgresNIO ConnectionFactory.swift
[2407/2440] Compiling PostgresNIO PostgresClient.swift
[2422/2440] Emitting module AsyncKit
[2428/2500] Compiling PostgresNIO PostgresClientMetrics.swift
[2429/2500] Compiling PostgresNIO Postgres+PSQLCompat.swift
[2430/2500] Compiling PostgresNIO PostgresDatabase+Query.swift
[2431/2500] Compiling PostgresNIO PostgresDatabase+SimpleQuery.swift
[2432/2500] Compiling PostgresNIO PostgresDatabase.swift
[2433/2500] Compiling PostgresNIO PostgresRequest.swift
[2434/2500] Compiling PostgresNIO Exports.swift
[2435/2500] Compiling PostgresNIO NIOUtils.swift
[2436/2500] Compiling PostgresNIO PostgresError+Code.swift
[2437/2500] Compiling PostgresNIO PostgresError.swift
[2438/2500] Compiling PostgresNIO PostgresJSONDecoder.swift
[2439/2500] Compiling PostgresNIO PostgresJSONEncoder.swift
[2440/2500] Compiling PostgresNIO SASLAuthentication+SCRAM-SHA256.swift
[2441/2500] Compiling PostgresNIO SASLAuthenticationManager.swift
[2443/2501] Emitting module AsyncHTTPClient
[2444/2523] Compiling PostgresKit PostgresDatabase+SQL+Deprecated.swift
[2445/2523] Compiling PostgresKit Exports.swift
[2446/2524] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2447/2524] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2448/2524] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2449/2524] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2450/2524] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2451/2524] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2452/2524] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2453/2524] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2454/2524] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2455/2524] Compiling PostgresKit PostgresRow+SQL.swift
[2456/2524] Compiling PostgresKit PostgresConnectionSource.swift
[2457/2524] Compiling PostgresKit PostgresDataTranslation.swift
[2458/2524] Compiling PostgresKit PostgresDatabase+SQL.swift
[2459/2524] Compiling PostgresKit PostgresDialect.swift
[2460/2524] Compiling AsyncHTTPClient BasicAuth.swift
[2461/2524] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2462/2524] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2463/2524] Compiling AsyncHTTPClient ConnectionPool.swift
[2464/2524] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2467/2524] Compiling PostgresKit PostgresConfiguration.swift
[2468/2524] Compiling PostgresKit PostgresConnectionSource+PostgresConfiguration.swift
[2471/2524] Compiling PostgresKit ConnectionPool+Postgres.swift
[2472/2524] Compiling PostgresKit PostgresColumnType.swift
[2473/2524] Compiling PostgresKit PostgresDataDecoder.swift
[2474/2524] Compiling PostgresKit PostgresDataEncoder.swift
[2475/2524] Compiling PostgresKit SQLPostgresConfiguration.swift
[2480/2524] Emitting module PostgresKit
[2481/2524] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2482/2524] Compiling AsyncHTTPClient RequestOptions.swift
[2483/2524] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2484/2524] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2485/2524] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2486/2524] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2487/2524] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2488/2524] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2489/2524] Compiling AsyncHTTPClient RequestBag.swift
[2490/2524] Compiling AsyncHTTPClient RequestValidation.swift
[2491/2524] Compiling AsyncHTTPClient SSLContextCache.swift
[2492/2524] Compiling AsyncHTTPClient Scheme.swift
[2493/2524] Compiling AsyncHTTPClient Singleton.swift
[2494/2524] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2495/2524] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2496/2524] Compiling AsyncHTTPClient Utils.swift
[2497/2524] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2498/2524] Compiling AsyncHTTPClient ConnectionTarget.swift
[2499/2524] Compiling AsyncHTTPClient DeconstructedURL.swift
[2500/2524] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2501/2524] Compiling AsyncHTTPClient FoundationExtensions.swift
[2502/2524] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2503/2524] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2504/2524] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2505/2524] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2506/2524] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2507/2524] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2508/2524] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2509/2524] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2510/2524] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2511/2524] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2512/2524] Compiling AsyncHTTPClient RequestBodyLength.swift
[2518/2525] Compiling AsyncHTTPClient HTTPClient.swift
[2519/2525] Compiling AsyncHTTPClient HTTPHandler.swift
[2520/2525] Compiling AsyncHTTPClient LRUCache.swift
[2521/2525] Compiling AsyncHTTPClient NWErrorHandler.swift
[2522/2525] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2523/2525] Compiling AsyncHTTPClient TLSConfiguration.swift
[2524/2525] Compiling AsyncHTTPClient RedirectState.swift
[2525/2525] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2527/2535] Compiling FluentPostgresDriver FluentPostgresDriver.swift
[2528/2536] Compiling FluentPostgresDriver PostgresConverterDelegate.swift
[2529/2536] Compiling FluentPostgresDriver PostgresError+Database.swift
[2530/2536] Compiling FluentPostgresDriver PostgresRow+Database.swift
[2531/2536] Compiling FluentPostgresDriver FluentPostgresConfiguration.swift
[2532/2536] Emitting module FluentPostgresDriver
[2533/2536] Compiling FluentPostgresDriver Exports.swift
[2534/2536] Compiling FluentPostgresDriver FluentPostgresDatabase.swift
[2535/2536] Compiling FluentPostgresDriver DatabaseID+PostgreSQL.swift
[2536/2536] Compiling FluentPostgresDriver FluentPostgresConfiguration+Deprecated.swift
[2538/2706] Compiling Vapor AsyncBasicResponder.swift
[2539/2706] Compiling Vapor AsyncMiddleware.swift
[2540/2706] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2541/2706] Compiling Vapor AsyncSessionDriver.swift
[2542/2706] Compiling Vapor Authentication+Concurrency.swift
[2543/2706] Compiling Vapor Cache+Concurrency.swift
[2544/2706] Compiling Vapor Client+Concurrency.swift
[2545/2706] Compiling Vapor RequestBody+Concurrency.swift
[2546/2706] Compiling Vapor Responder+Concurrency.swift
[2547/2706] Compiling Vapor ResponseCodable+Concurrency.swift
[2548/2706] Compiling Vapor RoutesBuilder+Concurrency.swift
[2549/2706] Compiling Vapor ViewRenderer+Concurrency.swift
[2550/2706] Compiling Vapor WebSocket+Concurrency.swift
[2551/2706] Compiling Vapor ContainerGetPathExecutor.swift
[2552/2706] Compiling Vapor Content.swift
[2553/2706] Compiling Vapor ContentCoders.swift
[2554/2706] Compiling Vapor ContentConfiguration.swift
[2555/2706] Compiling Vapor ContentContainer.swift
[2556/2706] Compiling Vapor JSONCoder+Custom.swift
[2557/2706] Compiling Vapor JSONCoders+Content.swift
[2558/2706] Compiling Vapor PlaintextDecoder.swift
[2559/2706] Compiling Vapor PlaintextEncoder.swift
[2560/2706] Compiling Vapor URLQueryCoders.swift
[2561/2706] Compiling Vapor URLQueryContainer.swift
[2562/2730] Compiling Vapor Service.swift
[2563/2730] Compiling Vapor Application+Sessions.swift
[2564/2730] Compiling Vapor MemorySessions.swift
[2565/2730] Compiling Vapor Request+Session.swift
[2566/2730] Compiling Vapor Session.swift
[2567/2730] Compiling Vapor SessionCache.swift
[2568/2730] Compiling Vapor SessionData.swift
[2569/2730] Compiling Vapor SessionDriver.swift
[2570/2730] Compiling Vapor SessionsConfiguration.swift
[2571/2730] Compiling Vapor SessionsMiddleware.swift
[2572/2730] Compiling Vapor URLEncodedFormData.swift
[2573/2730] Compiling Vapor URLEncodedFormDecoder.swift
[2574/2730] Compiling Vapor URLEncodedFormEncoder.swift
[2575/2730] Compiling Vapor URLEncodedFormError.swift
[2576/2730] Compiling Vapor URLEncodedFormParser.swift
[2577/2730] Compiling Vapor URLEncodedFormSerializer.swift
[2578/2730] Compiling Vapor URLQueryFragmentConvertible.swift
[2579/2730] Compiling Vapor AnyResponse.swift
[2580/2730] Compiling Vapor Array+Random.swift
[2581/2730] Compiling Vapor Base32.swift
[2582/2730] Compiling Vapor Base64.swift
[2583/2730] Compiling Vapor BaseN.swift
[2584/2730] Compiling Vapor BasicCodingKey.swift
[2585/2730] Compiling Vapor ByteCount.swift
[2586/2730] Compiling Vapor HTTPServerResponseEncoder.swift
[2587/2730] Compiling Vapor HTTPServerUpgradeHandler.swift
[2588/2730] Compiling Vapor Logger+Report.swift
[2589/2730] Compiling Vapor LoggingSystem+Environment.swift
[2590/2730] Compiling Vapor Application+Middleware.swift
[2591/2730] Compiling Vapor CORSMiddleware.swift
[2592/2730] Compiling Vapor ErrorMiddleware.swift
[2593/2730] Compiling Vapor FileMiddleware.swift
[2594/2730] Compiling Vapor Middleware.swift
[2595/2730] Compiling Vapor MiddlewareConfiguration.swift
[2596/2730] Compiling Vapor ResponseCompressionMiddleware.swift
[2597/2730] Compiling Vapor RouteLoggingMiddleware.swift
[2598/2730] Compiling Vapor TracingMiddleware.swift
[2599/2730] Compiling Vapor File+Multipart.swift
[2600/2730] Compiling Vapor FormDataDecoder+Content.swift
[2601/2730] Compiling Vapor FormDataEncoder+Content.swift
[2602/2730] Compiling Vapor Application+Password.swift
[2603/2730] Compiling Vapor Application+Passwords.swift
[2604/2730] Compiling Vapor AsyncPasswordHasher.swift
[2605/2730] Compiling Vapor BcryptHasher.swift
[2606/2730] Compiling Vapor PasswordHasher.swift
[2607/2730] Compiling Vapor PlaintextHasher.swift
[2608/2730] Compiling Vapor Request+Password.swift
[2609/2730] Compiling Vapor Redirect.swift
[2610/2730] Compiling Vapor Request+Body.swift
[2611/2730] Compiling Vapor Request+BodyStream.swift
[2612/2730] Compiling Vapor Request.swift
[2613/2730] Compiling Vapor Application+Responder.swift
[2614/2730] Compiling Vapor DefaultResponder.swift
[2615/2730] Compiling Vapor Response+Body.swift
[2616/2730] Compiling Vapor Response.swift
[2617/2730] Compiling Vapor ResponseCodable.swift
[2618/2730] Compiling Vapor Application+Routes.swift
[2619/2730] Compiling Vapor Parameters+Require.swift
[2620/2730] Compiling Vapor Request+WebSocket.swift
[2621/2730] Compiling Vapor Route.swift
[2622/2730] Compiling Vapor RouteCollection.swift
[2623/2730] Compiling Vapor Routes.swift
[2624/2730] Compiling Vapor RoutesBuilder+Group.swift
[2625/2730] Compiling Vapor RoutesBuilder+Method.swift
[2626/2730] Compiling Vapor RoutesBuilder+Middleware.swift
[2627/2730] Compiling Vapor RoutesBuilder+WebSocket.swift
[2628/2730] Compiling Vapor RoutesBuilder.swift
[2629/2730] Compiling Vapor OTP.swift
[2630/2730] Compiling Vapor Application+Servers.swift
[2631/2730] Compiling Vapor Server.swift
[2632/2730] Compiling Vapor App+Service.swift
[2633/2730] Compiling Vapor Req+Service.swift
[2634/2730] Compiling Vapor Core.swift
[2635/2730] Compiling Vapor Running.swift
[2636/2730] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2637/2730] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2638/2730] Compiling Vapor DotEnvFile+load.swift
[2639/2730] Compiling Vapor Routes+caseInsenstive.swift
[2640/2730] Compiling Vapor Validatable+validate.swift
[2641/2730] Compiling Vapor Environment+Process.swift
[2642/2730] Compiling Vapor Environment+Secret.swift
[2643/2730] Compiling Vapor Environment.swift
[2644/2730] Compiling Vapor Abort.swift
[2645/2730] Compiling Vapor AbortError.swift
[2646/2730] Compiling Vapor DebuggableError.swift
[2647/2730] Compiling Vapor Demangler.swift
[2648/2730] Compiling Vapor ErrorSource.swift
[2649/2730] Compiling Vapor StackTrace.swift
[2650/2730] Compiling Vapor Exports.swift
[2651/2730] Compiling Vapor Application+HTTP.swift
[2652/2730] Compiling Vapor BasicResponder.swift
[2653/2730] Compiling Vapor BodyStream.swift
[2654/2730] Compiling Vapor Application+HTTP+Client.swift
[2655/2730] Compiling Vapor EventLoopHTTPClient.swift
[2656/2730] Compiling Vapor EndpointCache.swift
[2657/2730] Compiling Vapor HTTPMethod+String.swift
[2658/2730] Compiling Vapor Application.swift
[2659/2730] Compiling Vapor AuthenticationCache.swift
[2660/2730] Compiling Vapor Authenticator.swift
[2661/2730] Compiling Vapor BasicAuthorization.swift
[2662/2730] Compiling Vapor BearerAuthorization.swift
[2663/2730] Compiling Vapor GuardMiddleware.swift
[2664/2730] Compiling Vapor RedirectMiddleware.swift
[2665/2730] Compiling Vapor SessionAuthenticatable.swift
[2666/2730] Compiling Vapor Bcrypt.swift
[2667/2730] Compiling Vapor Application+Cache.swift
[2668/2730] Compiling Vapor Cache.swift
[2669/2730] Compiling Vapor CacheExpirationTime.swift
[2670/2730] Compiling Vapor MemoryCache.swift
[2671/2730] Compiling Vapor Request+Cache.swift
[2672/2730] Compiling Vapor Application+Clients.swift
[2673/2730] Compiling Vapor Client.swift
[2674/2730] Compiling Vapor ClientRequest.swift
[2675/2730] Compiling Vapor ClientResponse.swift
[2676/2730] Compiling Vapor Request+Client.swift
[2677/2730] Compiling Vapor BootCommand.swift
[2678/2730] Compiling Vapor CommandContext+Application.swift
[2679/2730] Compiling Vapor RoutesCommand.swift
[2680/2730] Compiling Vapor ServeCommand.swift
[2681/2730] Compiling Vapor AnyResponse+Concurrency.swift
[2682/2730] Emitting module Vapor
[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 HTTPStatus.swift
[2708/2754] Compiling Vapor HTTPCookies.swift
[2709/2754] Compiling Vapor HTTPHeaderCacheControl.swift
[2710/2754] Compiling Vapor HTTPHeaderExpires.swift
[2711/2754] Compiling Vapor HTTPHeaderLastModified.swift
[2712/2754] Compiling Vapor HTTPHeaders+Cache.swift
[2713/2754] Compiling Vapor HTTPHeaders+Connection.swift
[2714/2754] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2715/2754] Compiling Vapor HTTPHeaders+ContentRange.swift
[2716/2754] Compiling Vapor HTTPHeaders+Directive.swift
[2717/2754] Compiling Vapor HTTPHeaders+Forwarded.swift
[2718/2754] Compiling Vapor HTTPHeaders+Link.swift
[2719/2754] Compiling Vapor HTTPHeaders+Name.swift
[2720/2754] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2721/2754] Compiling Vapor HTTPHeaders.swift
[2722/2754] Compiling Vapor HTTPMediaType.swift
[2723/2754] Compiling Vapor HTTPMediaTypePreference.swift
[2724/2754] Compiling Vapor Responder.swift
[2725/2754] Compiling Vapor Application+HTTP+Server.swift
[2726/2754] Compiling Vapor HTTPServer.swift
[2727/2754] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2728/2754] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2729/2754] Compiling Vapor HTTPServerHandler.swift
[2730/2754] Compiling Vapor HTTPServerRequestDecoder.swift
[2731/2754] Compiling Vapor Validator.swift
[2732/2754] Compiling Vapor ValidatorResult.swift
[2733/2754] Compiling Vapor And.swift
[2734/2754] Compiling Vapor Case.swift
[2735/2754] Compiling Vapor CharacterSet.swift
[2736/2754] Compiling Vapor Count.swift
[2737/2754] Compiling Vapor Custom.swift
[2738/2754] Compiling Vapor Email.swift
[2739/2754] Compiling Vapor Empty.swift
[2740/2754] Compiling Vapor In.swift
[2741/2754] Compiling Vapor Nil.swift
[2742/2754] Compiling Vapor NilIgnoring.swift
[2743/2754] Compiling Vapor Not.swift
[2744/2754] Compiling Vapor Or.swift
[2745/2754] Compiling Vapor Pattern.swift
[2746/2754] Compiling Vapor Range.swift
[2747/2754] Compiling Vapor URL.swift
[2748/2754] Compiling Vapor Valid.swift
[2749/2754] Compiling Vapor Application+Views.swift
[2750/2754] Compiling Vapor PlaintextRenderer.swift
[2751/2754] Compiling Vapor Request+View.swift
[2752/2754] Compiling Vapor View.swift
[2753/2754] Compiling Vapor ViewRenderer.swift
[2754/2754] Compiling Vapor _Deprecations.swift
[2756/2770] Emitting module Fluent
[2757/2772] Compiling Fluent Pagination+Concurrency.swift
[2758/2772] Compiling Fluent Sessions+Concurrency.swift
[2759/2772] Compiling Fluent FluentProvider+Concurrency.swift
[2760/2772] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2761/2772] Compiling Fluent Exports.swift
[2762/2772] Compiling Fluent Fluent+Cache.swift
[2763/2772] Compiling Fluent Fluent+History.swift
[2764/2772] Compiling Fluent Fluent+Paginate.swift
[2765/2772] Compiling Fluent ModelAuthenticatable.swift
[2766/2772] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2767/2772] Compiling Fluent FluentProvider.swift
[2768/2772] Compiling Fluent MigrateCommand.swift
[2769/2772] Compiling Fluent Fluent+Pagination.swift
[2770/2772] Compiling Fluent Fluent+Sessions.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 Rows+Decoder.swift
[2776/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 {
[2777/2778] Compiling VaporFluentDriver Exports.swift
[2778/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 {
Build complete! (226.99s)
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.