The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of queues-database-hooks, reference main (edae74), with Swift 6.1 for Android on 28 May 2025 05:48:03 UTC.

Swift 6 data race errors: 4

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/queues-database-hooks.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor-community/queues-database-hooks
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at edae74c Merge pull request #2 from vapor-community/overhaul-queries-and-fluent-usage
Cloned https://github.com/vapor-community/queues-database-hooks.git
Revision (git rev-parse @):
edae74c5896fd303ae04ebfa44eb8d605a64f17a
SUCCESS checkout https://github.com/vapor-community/queues-database-hooks.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor-community/queues-database-hooks.git
https://github.com/vapor-community/queues-database-hooks.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "queues",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/queues.git"
    },
    {
      "identity" : "fluent-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-kit.git"
    },
    {
      "identity" : "sql-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.7.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/sql-kit.git"
    },
    {
      "identity" : "fluent-sqlite-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-sqlite-driver.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"
    }
  ],
  "manifest_display_name" : "queues-database-hooks",
  "name" : "queues-database-hooks",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "QueuesDatabaseHooks",
      "targets" : [
        "QueuesDatabaseHooks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "QueuesDatabaseHooksTests",
      "module_type" : "SwiftTarget",
      "name" : "QueuesDatabaseHooksTests",
      "path" : "Tests/QueuesDatabaseHooksTests",
      "product_dependencies" : [
        "FluentSQLiteDriver",
        "XCTQueues",
        "XCTVapor",
        "Fluent"
      ],
      "sources" : [
        "DatabaseHooksTests.swift"
      ],
      "target_dependencies" : [
        "QueuesDatabaseHooks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QueuesDatabaseHooks",
      "module_type" : "SwiftTarget",
      "name" : "QueuesDatabaseHooks",
      "path" : "Sources/QueuesDatabaseHooks",
      "product_dependencies" : [
        "FluentKit",
        "SQLKit",
        "Queues"
      ],
      "product_memberships" : [
        "QueuesDatabaseHooks"
      ],
      "sources" : [
        "QueueDatabaseEntry+Query.swift",
        "QueueDatabaseEntry.swift",
        "QueuesDatabaseNotificationHook.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/queues.git
[1/13421] Fetching fluent
[5236/14768] Fetching fluent, fluent-sqlite-driver
[5560/18086] Fetching fluent, fluent-sqlite-driver, queues
[6637/24069] Fetching fluent, fluent-sqlite-driver, queues, sql-kit
[9233/37397] Fetching fluent, fluent-sqlite-driver, queues, sql-kit, fluent-kit
[14613/111775] Fetching fluent, fluent-sqlite-driver, queues, sql-kit, fluent-kit, vapor
Fetched https://github.com/vapor/queues.git from cache (0.55s)
[17064/108457] Fetching fluent, fluent-sqlite-driver, sql-kit, fluent-kit, vapor
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (1.01s)
Fetched https://github.com/vapor/fluent-kit.git from cache (1.08s)
[34280/93782] Fetching fluent, sql-kit, vapor
Fetched https://github.com/vapor/sql-kit.git from cache (2.59s)
Fetched https://github.com/vapor/fluent.git from cache (2.60s)
Fetched https://github.com/vapor/vapor.git from cache (2.63s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (3.16s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.47s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.43s)
[1/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.83s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (7.30s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.46s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.47s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (4.67s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[634/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (3.30s)
Fetched https://github.com/apple/swift-system.git from cache (3.30s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (4.52s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.62s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.1 (0.49s)
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.54s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (1.02s)
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/vapor/async-kit.git
[1/2370] Fetching async-kit
[2371/3878] Fetching async-kit, sqlite-nio
Fetched https://github.com/vapor/async-kit.git from cache (1.50s)
Fetched https://github.com/vapor/sqlite-nio.git from cache (1.51s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.01s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.54s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.41s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.59s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.39s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.3 (1.07s)
Computing version for https://github.com/vapor/queues.git
Computed https://github.com/vapor/queues.git at 1.17.2 (1.54s)
Fetching https://github.com/apple/swift-metrics.git
[1/2206] Fetching swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.59s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.10s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.61s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/1063] Fetching swift-service-context
[1064/6977] Fetching swift-service-context, swift-nio-extras
[1419/18504] Fetching swift-service-context, swift-nio-extras, swift-nio-http2
[1539/21823] Fetching swift-service-context, swift-nio-extras, swift-nio-http2, multipart-kit
[4711/26797] Fetching swift-service-context, swift-nio-extras, swift-nio-http2, multipart-kit, swift-distributed-tracing
[16461/29406] Fetching swift-service-context, swift-nio-extras, swift-nio-http2, multipart-kit, swift-distributed-tracing, websocket-kit
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.56s)
[20666/24432] Fetching swift-service-context, swift-nio-extras, swift-nio-http2, multipart-kit, websocket-kit
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.58s)
Fetched https://github.com/apple/swift-service-context.git from cache (0.58s)
[18838/20760] Fetching swift-nio-extras, swift-nio-http2, multipart-kit
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.59s)
Fetching https://github.com/apple/swift-crypto.git
[13039/14846] Fetching swift-nio-http2, multipart-kit
Fetching https://github.com/vapor/routing-kit.git
[13155/35573] Fetching swift-nio-http2, multipart-kit, routing-kit
[13363/49509] Fetching swift-nio-http2, multipart-kit, routing-kit, swift-crypto
[16062/64352] Fetching swift-nio-http2, multipart-kit, routing-kit, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.27s)
[25602/52825] Fetching multipart-kit, routing-kit, swift-crypto, swift-nio-ssl
Fetching https://github.com/swift-server/async-http-client.git
[40876/66839] Fetching multipart-kit, routing-kit, swift-crypto, swift-nio-ssl, async-http-client
Fetched https://github.com/vapor/multipart-kit.git from cache (1.91s)
[59198/63520] Fetching routing-kit, swift-crypto, swift-nio-ssl, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (1.36s)
[39309/42793] Fetching swift-crypto, swift-nio-ssl, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.38s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.43s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.41s)
[1/5577] Fetching console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.43s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (4.30s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.72s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.91s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.41s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.29s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.03s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1590] Fetching swift-asn1
[1591/2731] Fetching swift-asn1, swift-http-structured-headers
[1626/8886] Fetching swift-asn1, swift-http-structured-headers, swift-certificates
[1672/11312] Fetching swift-asn1, swift-http-structured-headers, swift-certificates, swift-service-lifecycle
[2674/12216] Fetching swift-asn1, swift-http-structured-headers, swift-certificates, swift-service-lifecycle, swift-http-types
[7139/17201] Fetching swift-asn1, swift-http-structured-headers, swift-certificates, swift-service-lifecycle, swift-http-types, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.45s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.51s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.51s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.51s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.51s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.56s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.04s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.59s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.53s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.16s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.52s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.56s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.43s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.42s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.47s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.49s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.49s)
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.49s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.48s)
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/vapor/sqlite-kit.git
Working copy of https://github.com/vapor/sqlite-kit.git resolved at 4.5.2
Creating working copy for https://github.com/apple/swift-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/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/queues.git
Working copy of https://github.com/vapor/queues.git resolved at 1.17.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/vapor/fluent-sqlite-driver.git
Working copy of https://github.com/vapor/fluent-sqlite-driver.git resolved at 4.8.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.3
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/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Building for debugging...
[0/834] Write sources
[46/834] Compiling _AtomicsShims.c
[47/834] Compiling CVaporBcrypt blf.c
[48/834] Compiling CVaporBcrypt bcrypt.c
[48/834] Write sources
[52/834] Compiling CNIOWASI CNIOWASI.c
[52/834] Compiling CNIOWindows WSAStartup.c
[54/834] Compiling _NumericsShims _NumericsShims.c
[54/834] Compiling CNIOWindows shim.c
[56/834] Compiling CSystem shims.c
[57/834] Compiling CNIOLinux liburing_shims.c
[57/834] Compiling CNIOSHA1 c_nio_sha1.c
[59/834] Compiling CNIOLLHTTP c_nio_http.c
[60/834] Compiling CNIOLinux shim.c
[61/834] Compiling CNIOExtrasZlib empty.c
[62/834] Compiling CNIODarwin shim.c
[63/834] Compiling CNIOLLHTTP c_nio_api.c
[64/834] Compiling fiat_curve25519_adx_square.S
[65/834] Compiling fiat_p256_adx_sqr.S
[65/834] Compiling fiat_p256_adx_mul.S
[67/834] Compiling fiat_curve25519_adx_mul.S
[68/834] Compiling CNIOLLHTTP c_nio_llhttp.c
[69/834] Compiling CNIOBoringSSLShims shims.c
[70/834] Compiling tls13_server.cc
[71/834] Compiling tls13_enc.cc
[72/834] Compiling tls13_client.cc
[73/834] Compiling tls_record.cc
[74/834] Compiling tls_method.cc
[75/834] Compiling tls13_both.cc
[76/834] Compiling ssl_versions.cc
[77/834] Compiling t1_enc.cc
[77/834] Write swift-version-24593BA9C3E375BF.txt
[77/834] Compiling c-atomics.c
[80/834] Compiling ssl_transcript.cc
[81/834] Compiling ssl_stat.cc
[82/834] Compiling ssl_x509.cc
[83/868] Compiling ssl_session.cc
[85/870] Emitting module _NIOBase64
[85/871] Compiling ssl_privkey.cc
[86/871] Compiling ssl_key_share.cc
[87/871] Compiling ssl_file.cc
[88/900] Compiling ssl_lib.cc
[90/903] Emitting module SystemPackage
[91/906] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[92/906] Compiling InternalCollectionsUtilities _SortedCollection.swift
[93/907] Compiling RealModule RealFunctions.swift
[94/907] Compiling SystemPackage Util+StringArray.swift
[95/907] Compiling SystemPackage Util.swift
[96/907] Compiling SystemPackage UtilConsumers.swift
[97/907] Emitting module _NIODataStructures
[98/907] Compiling _NIOBase64 Base64.swift
[99/908] Compiling RealModule Real.swift
[103/908] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[104/909] Emitting module RealModule
[105/909] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[106/909] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[107/909] Compiling _NIODataStructures Heap.swift
[108/909] Compiling _NIODataStructures PriorityQueue.swift
[109/909] Compiling SystemPackage MachPort.swift
[110/909] Compiling SystemPackage PlatformString.swift
[111/909] Compiling SystemPackage SystemString.swift
[112/909] Compiling RealModule Float80+Real.swift
[113/909] Compiling RealModule Float16+Real.swift
[114/909] Compiling RealModule Float+Real.swift
[115/909] Compiling RealModule ElementaryFunctions.swift
[116/909] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[117/909] Compiling InternalCollectionsUtilities UInt+reversed.swift
[118/909] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[119/909] Compiling InternalCollectionsUtilities Integer rank.swift
[120/909] Compiling ServiceContextModule ServiceContextKey.swift
[123/910] Emitting module InternalCollectionsUtilities
[124/910] Compiling _NIODataStructures _TinyArray.swift
[125/910] Compiling InternalCollectionsUtilities Descriptions.swift
[126/910] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[127/910] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[128/910] Compiling InternalCollectionsUtilities Debugging.swift
[129/910] Compiling CoreMetrics Metrics.swift
[130/910] Emitting module ServiceContextModule
[131/911] Compiling ServiceContextModule ServiceContext.swift
[139/912] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[141/919] Compiling Instrumentation MultiplexInstrument.swift
[142/919] Compiling Instrumentation NoOpInstrument.swift
[143/919] Compiling Instrumentation Instrument.swift
[144/919] Emitting module Instrumentation
[144/919] Compiling ssl_cert.cc
[145/919] Compiling ssl_cipher.cc
[146/919] Compiling ssl_credential.cc
[147/1049] Compiling ssl_buffer.cc
[149/1049] Compiling HeapModule _HeapNode.swift
[150/1049] Emitting module Logging
[151/1049] Compiling Logging Locks.swift
[152/1049] Emitting module HeapModule
[153/1049] Compiling HeapModule Heap+Invariants.swift
[154/1049] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[155/1049] Compiling HeapModule Heap+Descriptions.swift
[156/1049] Compiling HeapModule Heap+UnsafeHandle.swift
[157/1049] Compiling HeapModule Heap.swift
[158/1050] Compiling Instrumentation InstrumentationSystem.swift
[159/1050] Compiling Instrumentation Locks.swift
[160/1050] Compiling Logging MetadataProvider.swift
[161/1050] Emitting module CoreMetrics
[162/1050] Compiling CoreMetrics Locks.swift
[163/1052] Compiling OrderedCollections _HashTable+Bucket.swift
[164/1052] Compiling OrderedCollections _HashTable+BucketIterator.swift
[165/1052] Compiling OrderedCollections _HashTable+Constants.swift
[166/1052] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[167/1052] Compiling OrderedCollections OrderedDictionary+Codable.swift
[168/1052] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[169/1052] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[170/1052] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[171/1052] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[172/1052] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[173/1052] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[174/1052] Compiling OrderedCollections OrderedDictionary+Values.swift
[175/1052] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[176/1052] Compiling OrderedCollections OrderedDictionary+Elements.swift
[177/1052] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[178/1052] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[179/1052] Compiling Logging LogHandler.swift
[180/1052] Compiling Logging Logging.swift
[181/1052] Compiling OrderedCollections _HashTable+Testing.swift
[182/1052] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[183/1052] Compiling OrderedCollections _HashTable.swift
[184/1052] Compiling OrderedCollections _Hashtable+Header.swift
[189/1100] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[190/1100] Compiling HashTreeCollections TreeSet+Extras.swift
[191/1100] Compiling HashTreeCollections TreeSet+Filter.swift
[192/1100] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[193/1100] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[194/1100] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[195/1100] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[197/1159] Compiling DequeModule Deque+CustomReflectable.swift
[198/1159] Compiling DequeModule Deque+Descriptions.swift
[199/1164] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[200/1164] Compiling HashTreeCollections TreeDictionary+Keys.swift
[201/1164] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[202/1164] Compiling HashTreeCollections TreeDictionary+Merge.swift
[203/1164] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[204/1164] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[205/1164] Compiling HashTreeCollections TreeDictionary+Values.swift
[206/1170] Compiling DequeModule _DequeBuffer.swift
[207/1170] Compiling DequeModule _DequeBufferHeader.swift
[208/1170] Compiling DequeModule _DequeSlot.swift
[209/1170] Compiling DequeModule _UnsafeWrappedBuffer.swift
[210/1170] Compiling HashTreeCollections TreeDictionary.swift
[211/1170] Compiling HashTreeCollections TreeSet+Codable.swift
[212/1170] Compiling HashTreeCollections TreeSet+Collection.swift
[213/1170] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[214/1170] Compiling HashTreeCollections TreeSet+Debugging.swift
[215/1170] Compiling HashTreeCollections TreeSet+Descriptions.swift
[216/1170] Compiling HashTreeCollections TreeSet+Equatable.swift
[220/1180] Compiling HashTreeCollections TreeSet+Hashable.swift
[221/1180] Compiling HashTreeCollections TreeSet+Sendable.swift
[222/1180] Compiling HashTreeCollections TreeSet+Sequence.swift
[223/1180] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[224/1180] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[225/1180] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[226/1180] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[227/1180] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[228/1180] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[229/1180] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[230/1180] Compiling DequeModule Deque+Equatable.swift
[231/1180] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[232/1180] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[233/1180] Compiling HashTreeCollections _RawHashNode.swift
[234/1180] Compiling HashTreeCollections _UnmanagedHashNode.swift
[235/1180] Compiling HashTreeCollections _UnsafePath.swift
[236/1180] Compiling HashTreeCollections TreeDictionary+Codable.swift
[237/1180] Compiling HashTreeCollections TreeDictionary+Collection.swift
[238/1180] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[239/1180] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[240/1180] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[248/1180] Compiling Tracing InstrumentationSystem+Tracing.swift
[249/1180] Emitting module Tracing
[250/1180] Compiling Tracing TracingTime.swift
[251/1180] Compiling Tracing TracerProtocol.swift
[252/1180] Compiling Tracing Tracer.swift
[253/1180] Compiling Tracing TracerProtocol+Legacy.swift
[254/1180] Compiling Tracing NoOpTracer.swift
[255/1180] Compiling Tracing SpanProtocol.swift
[256/1181] Compiling DequeModule Deque+Testing.swift
[257/1181] Compiling DequeModule Deque._Storage.swift
[258/1181] Compiling DequeModule Deque+Extras.swift
[259/1181] Compiling DequeModule Deque+Hashable.swift
[260/1181] Compiling DequeModule Deque._UnsafeHandle.swift
[261/1181] Compiling DequeModule Deque.swift
[264/1181] Compiling HashTreeCollections TreeDictionary+Filter.swift
[265/1181] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[276/1181] Compiling DequeModule Deque+Codable.swift
[277/1181] Compiling DequeModule Deque+Collection.swift
[290/1181] Compiling HashTreeCollections _HashNode+Builder.swift
[291/1181] Compiling HashTreeCollections _HashNode+Debugging.swift
[292/1181] Compiling HashTreeCollections _HashNode+Initializers.swift
[293/1181] Compiling HashTreeCollections _HashNode+Invariants.swift
[294/1181] Compiling HashTreeCollections _HashNode+Lookups.swift
[295/1181] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[296/1181] Compiling HashTreeCollections _HashTreeIterator.swift
[297/1181] Compiling HashTreeCollections _HashTreeStatistics.swift
[298/1181] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[299/1181] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[300/1181] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[301/1181] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[302/1181] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[303/1181] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[304/1181] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[305/1181] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[306/1181] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[307/1181] Compiling HashTreeCollections TreeSet.swift
[335/1190] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[336/1190] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[337/1190] Compiling HashTreeCollections _HashNode+Structural union.swift
[338/1190] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[339/1190] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[340/1190] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[341/1190] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[342/1190] Compiling HashTreeCollections _HashNode.swift
[343/1190] Compiling HashTreeCollections _HashNodeHeader.swift
[344/1190] Compiling HashTreeCollections _HashSlot.swift
[345/1190] Compiling HashTreeCollections _HashStack.swift
[348/1190] Emitting module OrderedCollections
[349/1190] Emitting module DequeModule
[356/1192] Compiling ssl_asn1.cc
[371/1192] Emitting module _RopeModule
[372/1192] Compiling RoutingKit Router.swift
[373/1192] Emitting module RoutingKit
[374/1192] Compiling RoutingKit AnyRouter.swift
[375/1192] Compiling RoutingKit PathComponent.swift
[375/1192] Compiling ssl_aead_ctx.cc
[377/1192] Compiling RoutingKit TrieRouter.swift
[378/1192] Compiling _RopeModule Rope+Join.swift
[379/1192] Compiling _RopeModule Rope+MutatingForEach.swift
[380/1192] Compiling _RopeModule Rope+Remove.swift
[381/1192] Compiling _RopeModule Rope+RemoveSubrange.swift
[382/1192] Compiling _RopeModule Rope+Split.swift
[383/1192] Compiling _RopeModule Optional Utilities.swift
[384/1192] Compiling _RopeModule String Utilities.swift
[385/1192] Compiling _RopeModule String.Index+ABI.swift
[386/1192] Compiling _RopeModule _CharacterRecognizer.swift
[448/1193] Compiling s3_pkt.cc
[451/1193] Emitting module Metrics
[452/1193] Compiling Metrics Metrics.swift
[453/1193] Compiling RoutingKit Parameters.swift
[456/1195] Emitting module HashTreeCollections
[457/1196] Compiling s3_lib.cc
[458/1196] Compiling s3_both.cc
[459/1196] Compiling handshake_server.cc
[460/1196] Compiling handshake_client.cc
[461/1196] Compiling handshake.cc
[462/1196] Compiling encrypted_client_hello.cc
[463/1196] Compiling handoff.cc
[464/1196] Compiling d1_srtp.cc
[465/1196] Compiling dtls_method.cc
[466/1196] Compiling md5-x86_64-linux.S
[467/1196] Compiling dtls_record.cc
[468/1196] Compiling d1_pkt.cc
[469/1196] Compiling md5-x86_64-apple.S
[470/1196] Compiling chacha20_poly1305_x86_64-linux.S
[471/1196] Compiling md5-586-apple.S
[472/1196] Compiling md5-586-linux.S
[473/1196] Compiling extensions.cc
[474/1196] Compiling chacha20_poly1305_x86_64-apple.S
[475/1196] Compiling chacha20_poly1305_armv8-win.S
[476/1196] Compiling chacha20_poly1305_armv8-apple.S
[477/1196] Compiling chacha-x86_64-apple.S
[478/1196] Compiling chacha20_poly1305_armv8-linux.S
[479/1196] Compiling chacha-x86_64-linux.S
[480/1196] Compiling chacha-x86-linux.S
[481/1196] Compiling err_data.cc
[482/1196] Compiling chacha-armv8-win.S
[483/1196] Compiling chacha-x86-apple.S
[484/1196] Compiling chacha-armv8-linux.S
[485/1196] Compiling chacha-armv8-apple.S
[486/1196] Compiling chacha-armv4-linux.S
[487/1196] Compiling aes128gcmsiv-x86_64-apple.S
[488/1196] Compiling aes128gcmsiv-x86_64-linux.S
[489/1196] Compiling x86_64-mont5-linux.S
[490/1196] Compiling x86_64-mont5-apple.S
[491/1196] Compiling x86_64-mont-apple.S
[492/1196] Compiling x86_64-mont-linux.S
[493/1196] Compiling x86-mont-linux.S
[494/1196] Compiling x86-mont-apple.S
[495/1196] Compiling vpaes-x86_64-linux.S
[496/1196] Compiling vpaes-x86-linux.S
[497/1196] Compiling vpaes-x86_64-apple.S
[498/1196] Compiling vpaes-armv8-win.S
[499/1196] Compiling vpaes-x86-apple.S
[500/1196] Compiling vpaes-armv8-apple.S
[501/1196] Compiling vpaes-armv8-linux.S
[502/1196] Compiling vpaes-armv7-linux.S
[503/1196] Compiling sha512-x86_64-linux.S
[504/1196] Compiling sha512-x86_64-apple.S
[505/1196] Compiling sha512-armv8-win.S
[506/1196] Compiling sha512-armv8-linux.S
[507/1196] Compiling bio_ssl.cc
[508/1196] Compiling sha512-armv4-linux.S
[509/1196] Compiling sha512-586-linux.S
[509/1196] Compiling sha512-armv8-apple.S
[509/1196] Compiling sha256-x86_64-linux.S
[512/1196] Compiling sha512-586-apple.S
[512/1196] Compiling sha256-x86_64-apple.S
[514/1196] Compiling sha256-armv4-linux.S
[515/1196] Compiling sha256-586-linux.S
[516/1196] Compiling sha256-armv8-apple.S
[517/1196] Compiling sha256-armv8-win.S
[517/1196] Compiling sha256-586-apple.S
[519/1196] Compiling sha256-armv8-linux.S
[520/1196] Compiling d1_lib.cc
[521/1196] Compiling sha1-x86_64-apple.S
[522/1196] Compiling sha1-x86_64-linux.S
[523/1196] Compiling sha1-armv8-win.S
[524/1196] Compiling sha1-armv8-apple.S
[525/1196] Compiling sha1-armv4-large-linux.S
[526/1196] Compiling sha1-586-linux.S
[527/1196] Compiling sha1-armv8-linux.S
[528/1196] Compiling rsaz-avx2-apple.S
[529/1196] Compiling sha1-586-apple.S
[530/1196] Compiling rsaz-avx2-linux.S
[531/1196] Compiling rdrand-x86_64-linux.S
[532/1196] Compiling rdrand-x86_64-apple.S
[533/1196] Compiling p256_beeu-x86_64-asm-linux.S
[534/1196] Compiling p256_beeu-x86_64-asm-apple.S
[535/1196] Compiling p256_beeu-armv8-asm-win.S
[536/1196] Compiling p256_beeu-armv8-asm-linux.S
[537/1196] Compiling p256_beeu-armv8-asm-apple.S
[538/1196] Compiling p256-x86_64-asm-linux.S
[539/1196] Compiling p256-x86_64-asm-apple.S
[540/1196] Compiling p256-armv8-asm-win.S
[541/1196] Compiling p256-armv8-asm-apple.S
[542/1196] Compiling ghashv8-armv8-win.S
[543/1196] Compiling p256-armv8-asm-linux.S
[544/1196] Compiling ghashv8-armv8-linux.S
[544/1196] Compiling ghashv8-armv8-apple.S
[546/1196] Compiling ghashv8-armv7-linux.S
[547/1196] Compiling ghash-x86_64-linux.S
[548/1196] Compiling ghash-x86-linux.S
[548/1196] Compiling ghash-x86-apple.S
[550/1196] Compiling ghash-ssse3-x86_64-apple.S
[550/1196] Compiling ghash-ssse3-x86-linux.S
[550/1196] Compiling ghash-ssse3-x86_64-linux.S
[550/1196] Compiling ghash-x86_64-apple.S
[554/1196] Compiling ghash-ssse3-x86-apple.S
[555/1196] Compiling co-586-linux.S
[556/1196] Compiling ghash-neon-armv8-win.S
[557/1196] Compiling co-586-apple.S
[558/1196] Compiling ghash-armv4-linux.S
[559/1196] Compiling ghash-neon-armv8-linux.S
[560/1196] Compiling ghash-neon-armv8-apple.S
[561/1196] Compiling d1_both.cc
[562/1196] Compiling bsaes-armv7-linux.S
[563/1196] Compiling bn-armv8-win.S
[564/1196] Compiling bn-armv8-linux.S
[565/1196] Compiling bn-armv8-apple.S
[566/1196] Compiling bn-586-apple.S
[567/1196] Compiling bn-586-linux.S
[568/1196] Compiling armv8-mont-win.S
[569/1196] Compiling armv4-mont-linux.S
[570/1196] Compiling armv8-mont-apple.S
[571/1196] Compiling armv8-mont-linux.S
[572/1196] Compiling aesv8-gcm-armv8-win.S
[573/1196] Compiling aesv8-gcm-armv8-apple.S
[574/1196] Compiling aesv8-armv8-win.S
[575/1196] Compiling aesv8-gcm-armv8-linux.S
[576/1196] Compiling aesv8-armv8-apple.S
[577/1196] Compiling aesv8-armv7-linux.S
[578/1196] Compiling aesv8-armv8-linux.S
[579/1196] Compiling aesni-x86_64-linux.S
[580/1196] Compiling aesni-x86-linux.S
[581/1196] Compiling aesni-x86-apple.S
[582/1196] Compiling aesni-gcm-x86_64-linux.S
[583/1196] Compiling aesni-x86_64-apple.S
[584/1196] Compiling aesni-gcm-x86_64-apple.S
[585/1196] Compiling aes-gcm-avx2-x86_64-apple.S
[586/1196] Compiling aes-gcm-avx10-x86_64-linux.S
[587/1196] Compiling aes-gcm-avx2-x86_64-linux.S
[588/1196] Compiling aes-gcm-avx10-x86_64-apple.S
[589/1196] Compiling x_val.cc
[589/1196] Compiling x_x509.cc
[590/1196] Compiling x_pubkey.cc
[590/1196] Compiling x_req.cc
[593/1196] Compiling x_name.cc
[594/1196] Compiling x_x509a.cc
[595/1196] Compiling x_spki.cc
[596/1196] Compiling x_sig.cc
[597/1196] Compiling x_exten.cc
[598/1196] Compiling x_crl.cc
[599/1196] Compiling x_algor.cc
[600/1196] Compiling x509spki.cc
[601/1196] Compiling x509name.cc
[602/1196] Compiling x_all.cc
[603/1196] Compiling x509rset.cc
[604/1196] Compiling x_attrib.cc
[605/1196] Compiling x509cset.cc
[606/1196] Compiling x509_v3.cc
[607/1196] Compiling x509_txt.cc
[608/1196] Compiling x509_vfy.cc
[609/1196] Compiling x509_vpm.cc
[610/1196] Compiling x509_req.cc
[611/1196] Compiling x509_trs.cc
[612/1196] Compiling x509_set.cc
[613/1196] Compiling x509_obj.cc
[614/1196] Compiling x509_lu.cc
[615/1196] Compiling x509_ext.cc
[616/1196] Compiling x509_d2.cc
[617/1196] Compiling x509_def.cc
[618/1196] Compiling x509_cmp.cc
[619/1196] Compiling x509.cc
[620/1196] Compiling x509_att.cc
[621/1196] Compiling v3_utl.cc
[622/1196] Compiling v3_prn.cc
[623/1196] Compiling v3_pmaps.cc
[624/1196] Compiling v3_skey.cc
[625/1196] Compiling v3_purp.cc
[626/1196] Compiling v3_pcons.cc
[627/1196] Compiling v3_ocsp.cc
[628/1196] Compiling v3_ncons.cc
[629/1196] Compiling v3_genn.cc
[630/1196] Compiling v3_int.cc
[631/1196] Compiling v3_info.cc
[632/1196] Compiling v3_enum.cc
[633/1196] Compiling v3_lib.cc
[634/1196] Compiling v3_extku.cc
[635/1196] Compiling v3_ia5.cc
[636/1196] Compiling v3_crld.cc
[637/1196] Compiling v3_cpols.cc
[638/1196] Compiling v3_bitst.cc
[639/1196] Compiling v3_bcons.cc
[640/1196] Compiling v3_conf.cc
[641/1196] Compiling v3_akeya.cc
[642/1196] Compiling v3_alt.cc
[643/1196] Compiling v3_akey.cc
[644/1196] Compiling t_x509a.cc
[645/1196] Compiling t_req.cc
[646/1196] Compiling t_x509.cc
[647/1196] Compiling t_crl.cc
[648/1196] Compiling rsa_pss.cc
[649/1196] Compiling i2d_pr.cc
[650/1196] Compiling policy.cc
[651/1196] Compiling name_print.cc
[652/1196] Compiling by_file.cc
[653/1196] Compiling by_dir.cc
[654/1196] Compiling algorithm.cc
[655/1196] Compiling asn1_gen.cc
[656/1196] Compiling a_verify.cc
[657/1196] Compiling a_digest.cc
[658/1196] Compiling voprf.cc
[659/1196] Compiling a_sign.cc
[660/1196] Compiling thread_win.cc
[661/1196] Compiling thread_none.cc
[662/1196] Compiling trust_token.cc
[663/1196] Compiling thread_pthread.cc
[664/1196] Compiling thread.cc
[665/1196] Compiling pmbtoken.cc
[666/1196] Compiling stack.cc
[667/1196] Compiling sha512.cc
[668/1196] Compiling sha1.cc
[669/1196] Compiling spake2plus.cc
[670/1196] Compiling siphash.cc
[671/1196] Compiling rsa_print.cc
[672/1196] Compiling sha256.cc
[673/1196] Compiling slhdsa.cc
[674/1196] Compiling rsa_crypt.cc
[675/1196] Compiling rsa_extra.cc
[676/1196] Compiling windows.cc
[677/1196] Compiling passive.cc
[678/1196] Compiling rc4.cc
[679/1196] Compiling refcount.cc
[680/1196] Compiling urandom.cc
[681/1196] Compiling rsa_asn1.cc
[682/1196] Compiling trusty.cc
[683/1196] Compiling rand.cc
[684/1196] Compiling poly1305_arm_asm.S
[685/1196] Compiling forkunsafe.cc
[686/1196] Compiling getentropy.cc
[687/1196] Compiling ios.cc
[688/1196] Compiling fork_detect.cc
[689/1196] Compiling deterministic.cc
[690/1196] Compiling poly1305_arm.cc
[691/1196] Compiling poly1305.cc
[692/1196] Compiling poly1305_vec.cc
[693/1196] Compiling pool.cc
[694/1196] Compiling pkcs7_x509.cc
[695/1196] Compiling pkcs8_x509.cc
[696/1196] Compiling pkcs8.cc
[697/1196] Compiling p5_pbev2.cc
[698/1196] Compiling pem_pkey.cc
[699/1196] Compiling pem_xaux.cc
[700/1196] Compiling pkcs7.cc
[701/1196] Compiling pem_x509.cc
[702/1196] Compiling pem_oth.cc
[703/1196] Compiling pem_pk8.cc
[704/1196] Compiling pem_info.cc
[705/1196] Compiling pem_lib.cc
[706/1196] Compiling mlkem.cc
[707/1196] Compiling mldsa.cc
[708/1196] Compiling pem_all.cc
[709/1196] Compiling obj_xref.cc
[710/1196] Compiling poly_rq_mul.S
[711/1196] Compiling md4.cc
[712/1196] Compiling fips_shared_support.cc
[713/1196] Compiling md5.cc
[714/1196] Compiling mem.cc
[715/1196] Compiling lhash.cc
[716/1196] Compiling obj.cc
[717/1196] Compiling kyber.cc
[718/1196] Compiling ex_data.cc
[719/1196] Compiling scrypt.cc
[720/1196] Compiling sign.cc
[721/1196] Compiling print.cc
[722/1196] Compiling hpke.cc
[723/1196] Compiling hrss.cc
[724/1196] Compiling pbkdf.cc
[725/1196] Compiling p_x25519.cc
[726/1196] Compiling p_x25519_asn1.cc
[727/1196] Compiling p_rsa.cc
[728/1196] Compiling p_rsa_asn1.cc
[729/1196] Compiling p_ed25519.cc
[730/1196] Compiling p_hkdf.cc
[731/1196] Compiling p_ed25519_asn1.cc
[732/1196] Compiling p_ec.cc
[733/1196] Compiling p_dh_asn1.cc
[734/1196] Compiling p_ec_asn1.cc
[735/1196] Compiling p_dh.cc
[736/1196] Compiling p_dsa_asn1.cc
[737/1196] Compiling evp_ctx.cc
[738/1196] Compiling evp.cc
[739/1196] Compiling err.cc
[740/1196] Compiling engine.cc
[741/1196] Compiling ecdh.cc
[742/1196] Compiling ecdsa_asn1.cc
[743/1196] Compiling hash_to_curve.cc
[744/1196] Compiling evp_asn1.cc
[745/1196] Compiling ec_derive.cc
[746/1196] Compiling bcm.cc
[747/1196] Compiling params.cc
[748/1196] Compiling dsa.cc
[749/1196] Compiling des.cc
[750/1196] Compiling ec_asn1.cc
[751/1196] Compiling dsa_asn1.cc
[752/1196] Compiling digest_extra.cc
[753/1196] Compiling x25519-asm-arm.S
[754/1196] Compiling dh_asn1.cc
[755/1196] Compiling spake25519.cc
[756/1196] Compiling curve25519_64_adx.cc
[757/1196] Compiling cpu_arm_linux.cc
[758/1196] Compiling curve25519.cc
[759/1196] Compiling cpu_intel.cc
[760/1196] Compiling cpu_aarch64_sysreg.cc
[761/1196] Compiling cpu_arm_freebsd.cc
[762/1196] Compiling crypto.cc
[763/1196] Compiling cpu_aarch64_win.cc
[764/1196] Compiling cpu_aarch64_openbsd.cc
[765/1196] Compiling cpu_aarch64_fuchsia.cc
[766/1196] Compiling cpu_aarch64_linux.cc
[767/1196] Compiling cpu_aarch64_apple.cc
[768/1196] Compiling e_tls.cc
[769/1196] Compiling conf.cc
[770/1196] Compiling e_rc2.cc
[771/1196] Compiling e_rc4.cc
[772/1196] Compiling get_cipher.cc
[773/1196] Compiling tls_cbc.cc
[774/1196] Compiling e_null.cc
[775/1196] Compiling e_des.cc
[776/1196] Compiling e_chacha20poly1305.cc
[777/1196] Compiling e_aesgcmsiv.cc
[778/1196] Compiling derive_key.cc
[779/1196] Compiling chacha.cc
[780/1196] Compiling e_aesctrhmac.cc
[781/1196] Compiling unicode.cc
[782/1196] Compiling cbb.cc
[783/1196] Compiling cbs.cc
[784/1196] Compiling asn1_compat.cc
[785/1196] Compiling buf.cc
[786/1196] Compiling ber.cc
[787/1196] Compiling convert.cc
[788/1196] Compiling socket.cc
[789/1196] Compiling bn_asn1.cc
[790/1196] Compiling printf.cc
[790/1196] Compiling socket_helper.cc
[792/1196] Compiling blake2.cc
[793/1196] Compiling pair.cc
[794/1196] Compiling file.cc
[795/1196] Compiling hexdump.cc
[796/1196] Compiling bio_mem.cc
[797/1196] Compiling connect.cc
[798/1196] Compiling bio.cc
[799/1196] Compiling errno.cc
[800/1196] Compiling fd.cc
[801/1196] Compiling base64.cc
[802/1196] Compiling tasn_typ.cc
[803/1196] Compiling tasn_enc.cc
[804/1196] Compiling posix_time.cc
[805/1196] Compiling tasn_fre.cc
[806/1196] Compiling tasn_new.cc
[807/1196] Compiling tasn_utl.cc
[808/1196] Compiling tasn_dec.cc
[809/1196] Compiling f_string.cc
[810/1196] Compiling f_int.cc
[811/1196] Compiling asn1_par.cc
[812/1196] Compiling asn_pack.cc
[813/1196] Compiling asn1_lib.cc
[814/1196] Compiling a_utctm.cc
[815/1196] Compiling a_type.cc
[816/1196] Compiling a_time.cc
[817/1196] Compiling a_strnid.cc
[818/1196] Compiling a_strex.cc
[819/1196] Compiling a_octet.cc
[820/1196] Compiling a_i2d_fp.cc
[821/1196] Compiling a_object.cc
[822/1196] Compiling a_int.cc
[822/1196] Compiling a_d2i_fp.cc
[824/1196] Compiling a_dup.cc
[825/1196] Compiling a_mbstr.cc
[826/1196] Compiling fiat_curve25519_adx_square.S
[827/1196] Compiling fiat_p256_adx_mul.S
[828/1196] Compiling fiat_p256_adx_sqr.S
[829/1196] Compiling fiat_curve25519_adx_mul.S
[830/1196] Compiling md5-x86_64-linux.S
[831/1196] Compiling a_gentm.cc
[832/1196] Compiling md5-x86_64-apple.S
[833/1196] Compiling md5-586-apple.S
[834/1196] Compiling md5-586-linux.S
[835/1196] Compiling chacha20_poly1305_x86_64-linux.S
[836/1196] Compiling a_bool.cc
[837/1196] Compiling chacha20_poly1305_x86_64-apple.S
[838/1196] Compiling chacha20_poly1305_armv8-win.S
[839/1196] Compiling chacha20_poly1305_armv8-apple.S
[840/1196] Compiling chacha20_poly1305_armv8-linux.S
[841/1196] Compiling CCryptoBoringSSLShims shims.c
[842/1196] Compiling chacha-x86_64-linux.S
[843/1196] Compiling chacha-x86_64-apple.S
[844/1196] Compiling chacha-x86-linux.S
[845/1196] Compiling chacha-x86-apple.S
[846/1196] Compiling chacha-armv8-win.S
[847/1196] Compiling chacha-armv8-apple.S
[848/1196] Compiling chacha-armv4-linux.S
[849/1196] Compiling aes128gcmsiv-x86_64-linux.S
[850/1196] Compiling chacha-armv8-linux.S
[851/1196] Compiling aes128gcmsiv-x86_64-apple.S
[852/1196] Compiling x86_64-mont5-linux.S
[853/1196] Compiling x86_64-mont-linux.S
[854/1196] Compiling x86_64-mont5-apple.S
[855/1196] Compiling x86_64-mont-apple.S
[856/1196] Compiling x86-mont-linux.S
[857/1196] Compiling vpaes-x86_64-linux.S
[858/1196] Compiling x86-mont-apple.S
[859/1196] Compiling vpaes-x86_64-apple.S
[860/1196] Compiling vpaes-x86-linux.S
[861/1196] Compiling vpaes-x86-apple.S
[862/1196] Compiling a_bitstr.cc
[863/1196] Compiling vpaes-armv8-linux.S
[864/1196] Compiling vpaes-armv7-linux.S
[865/1196] Compiling vpaes-armv8-apple.S
[866/1196] Compiling vpaes-armv8-win.S
[867/1196] Compiling sha512-x86_64-linux.S
[868/1196] Compiling sha512-x86_64-apple.S
[869/1196] Compiling err_data.cc
[870/1196] Compiling sha512-armv8-win.S
[871/1196] Compiling sha512-armv4-linux.S
[872/1196] Compiling sha512-586-linux.S
[873/1196] Compiling sha512-armv8-apple.S
[874/1196] Compiling sha512-586-apple.S
[875/1196] Compiling sha256-x86_64-linux.S
[876/1196] Compiling sha512-armv8-linux.S
[877/1196] Compiling sha256-armv8-win.S
[878/1196] Compiling sha256-x86_64-apple.S
[879/1196] Compiling sha256-armv8-apple.S
[880/1196] Compiling sha256-armv4-linux.S
[881/1196] Compiling sha256-armv8-linux.S
[882/1196] Compiling sha256-586-linux.S
[883/1196] Compiling sha256-586-apple.S
[884/1196] Compiling sha1-x86_64-linux.S
[885/1196] Compiling sha1-x86_64-apple.S
[886/1196] Compiling sha1-armv8-win.S
[887/1196] Compiling sha1-586-linux.S
[888/1196] Compiling sha1-armv8-apple.S
[889/1196] Compiling sha1-armv4-large-linux.S
[890/1196] Compiling sha1-armv8-linux.S
[891/1196] Compiling sha1-586-apple.S
[892/1196] Compiling rsaz-avx2-linux.S
[893/1196] Compiling rsaz-avx2-apple.S
[894/1196] Compiling rdrand-x86_64-apple.S
[895/1196] Compiling rdrand-x86_64-linux.S
[896/1196] Compiling p256_beeu-x86_64-asm-linux.S
[897/1196] Compiling p256_beeu-x86_64-asm-apple.S
[898/1196] Compiling p256_beeu-armv8-asm-win.S
[899/1196] Compiling p256_beeu-armv8-asm-linux.S
[900/1196] Compiling p256_beeu-armv8-asm-apple.S
[900/1196] Compiling p256-armv8-asm-win.S
[902/1196] Compiling p256-x86_64-asm-apple.S
[902/1196] Compiling p256-x86_64-asm-linux.S
[904/1196] Compiling p256-armv8-asm-linux.S
[905/1196] Compiling p256-armv8-asm-apple.S
[906/1196] Compiling ghashv8-armv8-win.S
[907/1196] Compiling ghashv8-armv8-apple.S
[908/1196] Compiling ghashv8-armv8-linux.S
[909/1196] Compiling ghash-x86_64-linux.S
[910/1196] Compiling ghashv8-armv7-linux.S
[911/1196] Compiling ghash-x86-apple.S
[912/1196] Compiling ghash-x86_64-apple.S
[913/1196] Compiling ghash-x86-linux.S
[914/1196] Compiling ghash-ssse3-x86_64-apple.S
[915/1196] Compiling ghash-ssse3-x86_64-linux.S
[916/1196] Compiling ghash-ssse3-x86-linux.S
[917/1196] Compiling ghash-ssse3-x86-apple.S
[918/1196] Compiling ghash-neon-armv8-apple.S
[919/1196] Compiling ghash-neon-armv8-win.S
[920/1196] Compiling ghash-neon-armv8-linux.S
[921/1196] Compiling ghash-armv4-linux.S
[922/1196] Compiling co-586-linux.S
[923/1196] Compiling bsaes-armv7-linux.S
[924/1196] Compiling co-586-apple.S
[925/1196] Compiling bn-armv8-linux.S
[926/1196] Compiling bn-armv8-win.S
[927/1196] Compiling bn-586-apple.S
[928/1196] Compiling bn-armv8-apple.S
[929/1196] Compiling armv8-mont-win.S
[930/1196] Compiling bn-586-linux.S
[931/1196] Compiling armv8-mont-apple.S
[932/1196] Compiling armv4-mont-linux.S
[933/1196] Compiling aesv8-gcm-armv8-win.S
[934/1196] Compiling armv8-mont-linux.S
[935/1196] Compiling aesv8-gcm-armv8-linux.S
[936/1196] Compiling aesv8-gcm-armv8-apple.S
[937/1196] Compiling aesv8-armv8-win.S
[938/1196] Compiling aesv8-armv8-apple.S
[939/1196] Compiling aesv8-armv8-linux.S
[940/1196] Compiling aesv8-armv7-linux.S
[941/1196] Compiling aesni-x86_64-linux.S
[942/1196] Compiling aesni-x86_64-apple.S
[943/1196] Compiling aesni-x86-apple.S
[944/1196] Compiling aesni-x86-linux.S
[945/1196] Compiling aes-gcm-avx10-x86_64-apple.S
[946/1196] Compiling aes-gcm-avx10-x86_64-linux.S
[947/1196] Compiling aesni-gcm-x86_64-linux.S
[948/1196] Compiling aesni-gcm-x86_64-apple.S
[949/1196] Compiling x_spki.cc
[950/1196] Compiling x_sig.cc
[951/1196] Compiling x_val.cc
[952/1196] Compiling x_pubkey.cc
[953/1196] Compiling x_x509.cc
[954/1196] Compiling x_x509a.cc
[955/1196] Compiling x_req.cc
[956/1196] Compiling c-nioatomics.c
[957/1196] Compiling x_exten.cc
[958/1202] Compiling x509spki.cc
[959/1202] Compiling x_all.cc
[960/1202] Compiling x_name.cc
[962/1202] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[962/1202] Compiling x_algor.cc
[963/1202] Compiling x_attrib.cc
[965/1202] Compiling NIOConcurrencyHelpers NIOLock.swift
[965/1202] Compiling x_crl.cc
[967/1202] Compiling NIOConcurrencyHelpers lock.swift
[968/1202] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[969/1202] Emitting module NIOConcurrencyHelpers
[970/1202] Compiling NIOConcurrencyHelpers atomics.swift
[970/1203] Compiling x509_vfy.cc
[972/1203] Compiling x509name.cc
[973/1203] Compiling x509cset.cc
[974/1203] Compiling x509_v3.cc
[975/1203] Compiling x509rset.cc
[976/1203] Compiling x509_txt.cc
[977/1203] Compiling x509_vpm.cc
[978/1203] Compiling x509_trs.cc
[979/1203] Compiling x509_set.cc
[980/1203] Compiling x509_obj.cc
[981/1203] Compiling x509_req.cc
[982/1203] Compiling x509_def.cc
[983/1203] Compiling x509_ext.cc
[984/1203] Compiling x509_lu.cc
[985/1229] Compiling x509_d2.cc
[986/1229] Compiling x509_cmp.cc
[987/1229] Compiling x509.cc
[989/1229] Compiling ConsoleKitTerminal Console+Wait.swift
[990/1229] Compiling ConsoleKitTerminal ConsoleColor.swift
[991/1229] Compiling ConsoleKitTerminal ConsoleStyle.swift
[991/1232] Compiling v3_prn.cc
[991/1232] Compiling x509_att.cc
[993/1232] Compiling v3_purp.cc
[994/1232] Compiling v3_pmaps.cc
[996/1232] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[997/1232] Compiling ConsoleKitTerminal ConsoleClear.swift
[998/1232] Compiling ConsoleKitTerminal Console+Ask.swift
[999/1232] Compiling ConsoleKitTerminal Console+Choose.swift
[1000/1232] Compiling ConsoleKitTerminal Console+Confirm.swift
[1001/1232] Compiling ConsoleKitTerminal Console+Input.swift
[1002/1232] Compiling ConsoleKitTerminal Console+Center.swift
[1003/1232] Compiling ConsoleKitTerminal Console+Output.swift
[1004/1232] Emitting module ConsoleKitTerminal
[1005/1232] Compiling ConsoleKitTerminal ActivityBar.swift
[1006/1232] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1007/1232] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1008/1232] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1008/1232] Compiling v3_skey.cc
[1010/1232] Compiling ConsoleKitTerminal CustomActivity.swift
[1011/1232] Compiling ConsoleKitTerminal LoadingBar.swift
[1012/1232] Compiling ConsoleKitTerminal ProgressBar.swift
[1013/1232] Compiling ConsoleKitTerminal Console+Clear.swift
[1014/1232] Compiling ConsoleKitTerminal ConsoleText.swift
[1015/1232] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1016/1232] Compiling ConsoleKitTerminal ANSI.swift
[1017/1232] Compiling ConsoleKitTerminal Console.swift
[1018/1232] Compiling ConsoleKitTerminal Terminal.swift
[1019/1232] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1019/1232] Compiling v3_utl.cc
[1021/1232] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1022/1232] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1023/1232] Compiling ConsoleKitTerminal LoggerFragment.swift
[1023/1233] Compiling v3_pcons.cc
[1025/1233] Compiling v3_ocsp.cc
[1026/1233] Compiling v3_int.cc
[1027/1233] Compiling v3_lib.cc
[1028/1233] Compiling v3_ncons.cc
[1029/1234] Compiling v3_ia5.cc
[1030/1240] Compiling v3_info.cc
[1031/1255] Compiling v3_genn.cc
[1033/1255] Emitting module ConsoleKitCommands
[1033/1257] Compiling v3_crld.cc
[1035/1257] Compiling ConsoleKitCommands CommandSignature.swift
[1036/1257] Compiling ConsoleKitCommands Flag.swift
[1037/1257] Compiling ConsoleKitCommands Option.swift
[1037/1257] Compiling v3_enum.cc
[1038/1257] Compiling v3_extku.cc
[1040/1257] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1041/1257] Compiling ConsoleKitCommands AsyncCommand.swift
[1042/1257] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1043/1257] Compiling ConsoleKitCommands AsyncCommands.swift
[1044/1257] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1045/1257] Compiling ConsoleKitCommands AnyCommand.swift
[1045/1257] Compiling v3_bitst.cc
[1047/1257] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1048/1257] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1049/1257] Compiling ConsoleKitCommands Argument.swift
[1049/1257] Compiling v3_cpols.cc
[1051/1257] Compiling ConsoleKitCommands Command.swift
[1052/1257] Compiling ConsoleKitCommands CommandContext.swift
[1053/1257] Compiling ConsoleKitCommands CommandError.swift
[1053/1257] Compiling v3_bcons.cc
[1055/1257] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1056/1257] Compiling ConsoleKitCommands Utilities.swift
[1056/1257] Compiling v3_conf.cc
[1057/1257] Compiling v3_akey.cc
[1059/1257] Compiling ConsoleKitCommands CommandGroup.swift
[1060/1257] Compiling ConsoleKitCommands CommandInput.swift
[1061/1257] Compiling ConsoleKitCommands Commands.swift
[1062/1257] Compiling ConsoleKitCommands Console+Run.swift
[1063/1257] Compiling ConsoleKitCommands ConsoleError.swift
[1064/1257] Compiling ConsoleKitCommands Completion.swift
[1064/1258] Compiling v3_akeya.cc
[1065/1258] Compiling t_x509a.cc
[1067/1258] Compiling v3_alt.cc
[1068/1258] Compiling t_crl.cc
[1069/1259] Compiling t_x509.cc
[1071/1260] Emitting module ConsoleKit
[1072/1260] Compiling ConsoleKit Exports.swift
[1073/1261] Compiling name_print.cc
[1074/1261] Compiling t_req.cc
[1075/1261] Compiling rsa_pss.cc
[1076/1261] Compiling i2d_pr.cc
[1077/1261] Compiling policy.cc
[1078/1261] Compiling algorithm.cc
[1079/1261] Compiling by_file.cc
[1080/1261] Compiling by_dir.cc
[1081/1261] Compiling asn1_gen.cc
[1082/1261] Compiling a_sign.cc
[1083/1261] Compiling a_digest.cc
[1084/1261] Compiling voprf.cc
[1085/1261] Compiling thread_win.cc
[1086/1261] Compiling a_verify.cc
[1087/1261] Compiling trust_token.cc
[1088/1261] Compiling pmbtoken.cc
[1089/1261] Compiling thread.cc
[1090/1261] Compiling thash.cc
[1091/1261] Compiling thread_none.cc
[1092/1261] Compiling thread_pthread.cc
[1093/1261] Compiling stack.cc
[1094/1261] Compiling wots.cc
[1095/1261] Compiling slhdsa.cc
[1096/1261] Compiling sha512.cc
[1097/1261] Compiling siphash.cc
[1098/1261] Compiling sha256.cc
[1099/1261] Compiling fors.cc
[1100/1261] Compiling merkle.cc
[1101/1261] Compiling sha1.cc
[1102/1261] Compiling rsa_print.cc
[1103/1261] Compiling rsa_extra.cc
[1104/1261] Compiling refcount.cc
[1105/1261] Compiling rc4.cc
[1106/1261] Compiling windows.cc
[1107/1261] Compiling rsa_crypt.cc
[1108/1261] Compiling rsa_asn1.cc
[1109/1261] Compiling urandom.cc
[1110/1261] Compiling trusty.cc
[1111/1261] Compiling rand_extra.cc
[1112/1261] Compiling passive.cc
[1113/1261] Compiling poly1305_arm_asm.S
[1114/1261] Compiling ios.cc
[1115/1261] Compiling getentropy.cc
[1116/1261] Compiling forkunsafe.cc
[1117/1261] Compiling deterministic.cc
[1118/1261] Compiling fork_detect.cc
[1119/1261] Compiling poly1305_vec.cc
[1120/1261] Compiling poly1305_arm.cc
[1121/1261] Compiling poly1305.cc
[1122/1261] Compiling pool.cc
[1123/1261] Compiling pkcs8_x509.cc
[1124/1261] Compiling p5_pbev2.cc
[1125/1261] Compiling pkcs8.cc
[1126/1261] Compiling pkcs7_x509.cc
[1127/1261] Compiling pkcs7.cc
[1128/1261] Compiling pem_x509.cc
[1129/1261] Compiling pem_oth.cc
[1130/1261] Compiling pem_pkey.cc
[1131/1261] Compiling pem_xaux.cc
[1132/1261] Compiling pem_pk8.cc
[1133/1261] Compiling pem_lib.cc
[1134/1261] Compiling pem_info.cc
[1135/1261] Compiling pem_all.cc
[1136/1261] Compiling mldsa.cc
[1137/1261] Compiling mlkem.cc
[1138/1261] Compiling md5.cc
[1139/1261] Compiling obj.cc
[1140/1261] Compiling obj_xref.cc
[1141/1261] Compiling poly_rq_mul.S
[1142/1261] Compiling fips_shared_support.cc
[1143/1261] Compiling mem.cc
[1144/1261] Compiling md4.cc
[1145/1261] Compiling ex_data.cc
[1146/1261] Compiling lhash.cc
[1147/1261] Compiling kyber.cc
[1148/1261] Compiling sign.cc
[1149/1261] Compiling hpke.cc
[1150/1261] Compiling hrss.cc
[1151/1261] Compiling pbkdf.cc
[1152/1261] Compiling print.cc
[1153/1261] Compiling p_x25519.cc
[1154/1261] Compiling scrypt.cc
[1155/1261] Compiling p_x25519_asn1.cc
[1156/1261] Compiling p_rsa_asn1.cc
[1157/1261] Compiling p_hkdf.cc
[1158/1261] Compiling p_rsa.cc
[1159/1261] Compiling p_ed25519_asn1.cc
[1160/1261] Compiling p_ed25519.cc
[1161/1261] Compiling p_ec_asn1.cc
[1162/1261] Compiling p_ec.cc
[1163/1261] Compiling p_dh.cc
[1164/1261] Compiling p_dsa_asn1.cc
[1165/1261] Compiling p_dh_asn1.cc
[1166/1261] Compiling evp_ctx.cc
[1167/1261] Compiling evp.cc
[1168/1261] Compiling engine.cc
[1169/1261] Compiling evp_asn1.cc
[1170/1261] Compiling ecdh_extra.cc
[1171/1261] Compiling err.cc
[1172/1261] Compiling ecdsa_asn1.cc
[1173/1261] Compiling hash_to_curve.cc
[1174/1261] Compiling bcm.cc
[1175/1261] Compiling ec_derive.cc
[1176/1261] Compiling ec_asn1.cc
[1177/1261] Compiling dsa.cc
[1178/1261] Compiling params.cc
[1179/1261] Compiling dsa_asn1.cc
[1180/1261] Compiling dh_asn1.cc
[1181/1261] Compiling digest_extra.cc
[1182/1261] Compiling x25519-asm-arm.S
[1183/1261] Compiling curve25519_64_adx.cc
[1184/1261] Compiling des.cc
[1185/1261] Compiling spake25519.cc
[1186/1261] Compiling cpu_intel.cc
[1187/1261] Compiling crypto.cc
[1188/1261] Compiling cpu_arm_freebsd.cc
[1189/1261] Compiling cpu_arm_linux.cc
[1190/1261] Compiling curve25519.cc
[1191/1261] Compiling cpu_aarch64_win.cc
[1192/1261] Compiling cpu_aarch64_sysreg.cc
[1193/1261] Compiling cpu_aarch64_linux.cc
[1194/1261] Compiling cpu_aarch64_fuchsia.cc
[1195/1261] Compiling cpu_aarch64_apple.cc
[1196/1261] Compiling cpu_aarch64_openbsd.cc
[1197/1261] Compiling conf.cc
[1198/1261] Compiling e_tls.cc
[1199/1261] Compiling tls_cbc.cc
[1200/1261] Compiling e_rc4.cc
[1201/1261] Compiling e_rc2.cc
[1202/1261] Compiling e_null.cc
[1203/1261] Compiling e_des.cc
[1204/1261] Compiling e_chacha20poly1305.cc
[1205/1261] Compiling e_aesgcmsiv.cc
[1206/1261] Compiling e_aesctrhmac.cc
[1207/1261] Compiling derive_key.cc
[1208/1261] Compiling chacha.cc
[1209/1261] Compiling cipher_extra.cc
[1210/1261] Compiling unicode.cc
[1211/1261] Compiling cbb.cc
[1212/1261] Compiling cbs.cc
[1213/1261] Compiling buf.cc
[1214/1261] Compiling ber.cc
[1215/1261] Compiling bn_asn1.cc
[1216/1261] Compiling asn1_compat.cc
[1217/1261] Compiling convert.cc
[1218/1261] Compiling printf.cc
[1219/1261] Compiling blake2.cc
[1220/1261] Compiling hexdump.cc
[1221/1261] Compiling pair.cc
[1222/1261] Compiling file.cc
[1223/1261] Compiling errno.cc
[1224/1261] Compiling bio_mem.cc
[1225/1261] Compiling bio.cc
[1226/1261] Compiling fd.cc
[1227/1261] Compiling base64.cc
[1228/1261] Compiling tasn_fre.cc
[1229/1261] Compiling tasn_typ.cc
[1230/1261] Compiling tasn_utl.cc
[1231/1261] Compiling posix_time.cc
[1232/1261] Compiling tasn_enc.cc
[1233/1261] Compiling f_string.cc
[1234/1261] Compiling tasn_new.cc
[1235/1261] Compiling f_int.cc
[1236/1261] Compiling tasn_dec.cc
[1237/1261] Compiling asn1_lib.cc
[1238/1261] Compiling asn1_par.cc
[1239/1261] Compiling asn_pack.cc
[1240/1261] Compiling a_type.cc
[1241/1261] Compiling a_utctm.cc
[1242/1261] Compiling a_strnid.cc
[1243/1261] Compiling a_time.cc
[1244/1261] Compiling a_octet.cc
[1245/1261] Compiling a_object.cc
[1246/1261] Compiling a_dup.cc
[1247/1261] Compiling a_i2d_fp.cc
[1248/1261] Compiling a_int.cc
[1248/1261] Compiling a_mbstr.cc
[1249/1261] Write sources
[1255/1261] Compiling a_strex.cc
[1256/1261] Compiling a_gentm.cc
[1257/1261] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1258/1358] Compiling a_d2i_fp.cc
[1259/1358] Compiling a_bitstr.cc
[1261/1358] Compiling Atomics ManagedAtomic.swift
[1262/1358] Compiling Atomics ManagedAtomicLazyReference.swift
[1263/1358] Compiling Atomics UnsafeAtomic.swift
[1264/1358] Compiling Atomics UnsafeAtomicLazyReference.swift
[1265/1360] Compiling Atomics AtomicMemoryOrderings.swift
[1266/1360] Compiling Atomics DoubleWord.swift
[1266/1360] Compiling a_bool.cc
[1268/1360] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1269/1360] Compiling BitCollections BitSet+CustomReflectable.swift
[1270/1360] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1271/1360] Compiling BitCollections BitSet+Equatable.swift
[1272/1360] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1273/1360] Compiling BitCollections BitSet+Extras.swift
[1274/1360] Compiling BitCollections BitSet+Hashable.swift
[1275/1375] Compiling BitCollections BitSet+Initializers.swift
[1276/1375] Compiling BitCollections BitSet+Invariants.swift
[1277/1375] Compiling BitCollections BitSet+Random.swift
[1278/1375] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1279/1375] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1280/1375] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1281/1375] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1282/1375] Compiling Atomics Primitives.shims.swift
[1283/1375] Compiling Atomics AtomicInteger.swift
[1284/1375] Compiling Atomics AtomicOptionalWrappable.swift
[1285/1375] Compiling Atomics AtomicReference.swift
[1286/1375] Compiling Atomics AtomicStorage.swift
[1287/1375] Compiling Atomics AtomicValue.swift
[1288/1375] Compiling Atomics IntegerOperations.swift
[1289/1375] Compiling Atomics Unmanaged extensions.swift
[1290/1375] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1291/1375] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1292/1375] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1293/1375] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1294/1375] Compiling BitCollections BitSet+SetAlgebra union.swift
[1295/1375] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1296/1375] Compiling BitCollections BitSet.Counted.swift
[1297/1375] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1298/1375] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1299/1375] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1300/1375] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1301/1375] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1302/1375] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1303/1375] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1306/1375] Compiling BitCollections BitArray._UnsafeHandle.swift
[1320/1378] Compiling BitCollections BitArray.swift
[1321/1378] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1322/1378] Compiling BitCollections BitSet+Codable.swift
[1330/1378] Compiling Atomics OptionalRawRepresentable.swift
[1331/1378] Compiling Atomics RawRepresentable.swift
[1332/1378] Compiling Atomics AtomicBool.swift
[1333/1378] Compiling Atomics IntegerConformances.swift
[1334/1378] Compiling Atomics PointerConformances.swift
[1335/1378] Compiling Atomics Primitives.native.swift
[1338/1378] Emitting module BitCollections
[1339/1378] Compiling CryptoBoringWrapper RandomBytes.swift
[1347/1378] Emitting module CryptoBoringWrapper
[1351/1378] Compiling BitCollections BitSet.Index.swift
[1352/1378] Compiling BitCollections BitSet._UnsafeHandle.swift
[1353/1378] Compiling BitCollections BitSet.swift
[1354/1378] Compiling BitCollections Range+Utilities.swift
[1355/1378] Compiling BitCollections Slice+Utilities.swift
[1356/1378] Compiling BitCollections UInt+Tricks.swift
[1357/1378] Compiling BitCollections _Word.swift
[1358/1378] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1360/1379] Compiling Algorithms Trim.swift
[1361/1379] Compiling Algorithms Unique.swift
[1362/1379] Compiling Algorithms Windows.swift
[1363/1379] Emitting module Atomics
[1368/1379] Compiling CryptoBoringWrapper EllipticCurve.swift
[1369/1379] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1370/1379] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1371/1379] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1372/1379] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1374/1382] Compiling Collections Collections.swift
[1375/1382] Emitting module Collections
[1377/1454] Compiling Crypto ChaChaPoly.swift
[1378/1454] Compiling Crypto Cipher.swift
[1379/1454] Compiling Crypto Nonces.swift
[1380/1454] Compiling Crypto AES-GCM.swift
[1381/1454] Compiling Crypto AES-GCM_boring.swift
[1382/1454] Compiling Crypto ChaChaPoly_boring.swift
[1383/1454] Emitting module Algorithms
[1386/1516] Compiling Crypto SymmetricKeys.swift
[1387/1516] Compiling Crypto HMAC.swift
[1388/1516] Compiling Crypto MACFunctions.swift
[1389/1516] Compiling Crypto MessageAuthenticationCode.swift
[1390/1516] Compiling Crypto AES.swift
[1391/1516] Compiling Crypto ECDSASignature_boring.swift
[1392/1516] Compiling Crypto ECDSA_boring.swift
[1393/1516] Compiling Crypto EdDSA_boring.swift
[1394/1516] Compiling Crypto ECDSA.swift
[1395/1516] Compiling Crypto Ed25519.swift
[1396/1525] Emitting module Crypto
[1397/1525] Compiling NIOCore MulticastChannel.swift
[1398/1525] Compiling NIOCore NIOAny.swift
[1399/1525] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1400/1525] Compiling NIOCore NIOLoopBound.swift
[1401/1525] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1402/1525] Compiling NIOCore NIOScheduledCallback.swift
[1403/1525] Compiling NIOCore NIOSendable.swift
[1404/1525] Compiling NIOCore RecvByteBufferAllocator.swift
[1405/1533] Compiling NIOCore AddressedEnvelope.swift
[1406/1533] Compiling NIOCore AsyncAwaitSupport.swift
[1407/1533] Compiling NIOCore AsyncChannel.swift
[1408/1533] Compiling NIOCore AsyncChannelHandler.swift
[1409/1533] Compiling NIOCore AsyncChannelInboundStream.swift
[1410/1533] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1411/1533] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1412/1533] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1413/1533] Compiling NIOCore NIOAsyncWriter.swift
[1414/1533] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1415/1533] Compiling NIOCore BSDSocketAPI.swift
[1416/1533] Compiling NIOCore ByteBuffer-aux.swift
[1417/1533] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1418/1533] Compiling NIOCore ByteBuffer-conversions.swift
[1419/1533] Compiling NIOCore ByteBuffer-core.swift
[1420/1533] Compiling NIOCore ByteBuffer-hex.swift
[1421/1533] Compiling NIOCore ByteBuffer-int.swift
[1422/1533] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1423/1533] Compiling NIOCore ByteBuffer-multi-int.swift
[1424/1533] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1425/1533] Compiling NIOCore IO.swift
[1426/1533] Compiling NIOCore IOData.swift
[1427/1533] Compiling NIOCore IPProtocol.swift
[1428/1533] Compiling NIOCore IntegerBitPacking.swift
[1429/1533] Compiling NIOCore IntegerTypes.swift
[1430/1533] Compiling NIOCore Interfaces.swift
[1431/1533] Compiling NIOCore Linux.swift
[1432/1533] Compiling NIOCore MarkedCircularBuffer.swift
[1433/1533] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1434/1533] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1435/1533] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1436/1533] Compiling NIOCore EventLoopFuture.swift
[1437/1533] Compiling NIOCore FileDescriptor.swift
[1438/1533] Compiling NIOCore FileHandle.swift
[1439/1533] Compiling NIOCore FileRegion.swift
[1440/1533] Compiling NIOCore GlobalSingletons.swift
[1450/1533] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1461/1533] Compiling NIOCore ByteBuffer-views.swift
[1462/1533] Compiling NIOCore Channel.swift
[1463/1533] Compiling NIOCore ChannelHandler.swift
[1464/1533] Compiling NIOCore ChannelHandlers.swift
[1465/1533] Compiling NIOCore ChannelInvoker.swift
[1466/1533] Compiling NIOCore ChannelOption.swift
[1467/1533] Compiling NIOCore ChannelPipeline.swift
[1468/1533] Compiling NIOCore CircularBuffer.swift
[1469/1533] Compiling NIOCore Codec.swift
[1470/1533] Compiling NIOCore ConvenienceOptionSupport.swift
[1471/1533] Compiling NIOCore DeadChannel.swift
[1472/1533] Compiling NIOCore DispatchQueue+WithFuture.swift
[1473/1533] Compiling NIOCore EventLoop+Deprecated.swift
[1474/1533] Compiling NIOCore EventLoop+SerialExecutor.swift
[1475/1533] Compiling NIOCore EventLoop.swift
[1481/1533] Compiling Crypto Signature.swift
[1482/1533] Compiling Crypto CryptoKitErrors_boring.swift
[1483/1533] Compiling Crypto RNG_boring.swift
[1484/1533] Compiling Crypto SafeCompare_boring.swift
[1485/1533] Compiling Crypto Zeroization_boring.swift
[1486/1533] Compiling Crypto PrettyBytes.swift
[1487/1533] Compiling Crypto SafeCompare.swift
[1488/1533] Compiling Crypto SecureBytes.swift
[1489/1533] Compiling Crypto Zeroization.swift
[1492/1534] Compiling NIOCore SocketAddresses.swift
[1493/1534] Compiling NIOCore SocketOptionProvider.swift
[1494/1534] Compiling NIOCore SystemCallHelpers.swift
[1495/1534] Compiling NIOCore TimeAmount+Duration.swift
[1496/1534] Compiling NIOCore TypeAssistedChannelHandler.swift
[1497/1534] Compiling NIOCore UniversalBootstrapSupport.swift
[1498/1534] Compiling NIOCore Utilities.swift
[1525/1534] Emitting module NIOCore
[1536/1585] Emitting module NIOEmbedded
[1537/1585] Compiling NIOEmbedded AsyncTestingChannel.swift
[1538/1585] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1539/1585] Compiling NIOEmbedded Embedded.swift
[1541/1586] Emitting module NIOPosix
[1542/1592] Compiling NIOPosix Pool.swift
[1543/1592] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1544/1592] Compiling NIOPosix PosixSingletons.swift
[1545/1592] Compiling NIOPosix RawSocketBootstrap.swift
[1546/1592] Compiling NIOPosix Resolver.swift
[1547/1592] Compiling NIOPosix Selectable.swift
[1548/1592] Compiling NIOPosix ServerSocket.swift
[1549/1592] Compiling NIOPosix Socket.swift
[1550/1592] Compiling NIOPosix SocketChannel.swift
[1551/1592] Compiling NIOPosix SocketProtocols.swift
[1552/1592] Compiling NIOPosix System.swift
[1553/1592] Compiling NIOPosix Thread.swift
[1554/1592] Compiling NIOPosix SelectableChannel.swift
[1555/1592] Compiling NIOPosix SelectableEventLoop.swift
[1556/1592] Compiling NIOPosix SelectorEpoll.swift
[1557/1592] Compiling NIOPosix SelectorGeneric.swift
[1558/1592] Compiling NIOPosix SelectorKqueue.swift
[1559/1592] Compiling NIOPosix SelectorUring.swift
[1560/1592] Compiling NIOPosix IO.swift
[1561/1592] Compiling NIOPosix IntegerBitPacking.swift
[1562/1592] Compiling NIOPosix IntegerTypes.swift
[1563/1592] Compiling NIOPosix Linux.swift
[1564/1592] Compiling NIOPosix LinuxCPUSet.swift
[1565/1592] Compiling NIOPosix LinuxUring.swift
[1566/1592] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1567/1592] Compiling NIOPosix NIOThreadPool.swift
[1568/1592] Compiling NIOPosix NonBlockingFileIO.swift
[1569/1592] Compiling NIOPosix PendingDatagramWritesManager.swift
[1570/1592] Compiling NIOPosix PendingWritesManager.swift
[1571/1592] Compiling NIOPosix PipeChannel.swift
[1572/1592] Compiling NIOPosix PipePair.swift
[1573/1592] Compiling NIOPosix ThreadPosix.swift
[1574/1592] Compiling NIOPosix ThreadWindows.swift
[1575/1592] Compiling NIOPosix UnsafeTransfer.swift
[1576/1592] Compiling NIOPosix Utilities.swift
[1577/1592] Compiling NIOPosix VsockAddress.swift
[1578/1592] Compiling NIOPosix VsockChannelEvents.swift
[1579/1592] Compiling NIOPosix BSDSocketAPICommon.swift
[1580/1592] Compiling NIOPosix BSDSocketAPIPosix.swift
[1581/1592] Compiling NIOPosix BSDSocketAPIWindows.swift
[1582/1592] Compiling NIOPosix BaseSocket.swift
[1583/1592] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1584/1592] Compiling NIOPosix BaseSocketChannel.swift
[1585/1592] Compiling NIOPosix BaseStreamSocketChannel.swift
[1586/1592] Compiling NIOPosix Bootstrap.swift
[1587/1592] Compiling NIOPosix ControlMessage.swift
[1588/1592] Compiling NIOPosix DatagramVectorReadManager.swift
[1589/1592] Compiling NIOPosix Errors+Any.swift
[1590/1592] Compiling NIOPosix FileDescriptor.swift
[1591/1592] Compiling NIOPosix GetaddrinfoResolver.swift
[1592/1592] Compiling NIOPosix HappyEyeballs.swift
[1594/1652] Compiling NIO Exports.swift
[1595/1652] Emitting module NIO
[1597/1784] Emitting module _NIOFileSystem
[1598/1788] Compiling NIOTLS TLSEvents.swift
[1599/1788] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1600/1788] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1601/1788] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1602/1790] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1603/1790] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1604/1790] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1605/1790] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1606/1790] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1607/1790] Emitting module NIOFoundationCompat
[1608/1790] Compiling NIOSOCKS ClientStateMachine.swift
[1609/1790] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1610/1792] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1611/1792] Emitting module NIOTLS
[1613/1792] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1614/1792] Compiling NIOHTTP1 HTTPDecoder.swift
[1615/1792] Compiling NIOSOCKS SOCKSResponse.swift
[1619/1792] Compiling NIOSOCKS ServerStateMachine.swift
[1620/1794] Emitting module NIOSOCKS
[1623/1794] Compiling NIOHTTP1 HTTPEncoder.swift
[1624/1794] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1625/1794] Compiling NIOSOCKS Messages.swift
[1626/1794] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1627/1795] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1628/1795] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1630/1795] Compiling NIOTLS SNIHandler.swift
[1631/1796] Emitting module NIOHTTP1
[1632/1796] Compiling SQLKit SQLPartialResultBuilder.swift
[1633/1796] Compiling SQLKit SQLPredicateBuilder.swift
[1634/1796] Compiling SQLKit SQLQueryBuilder.swift
[1635/1796] Compiling SQLKit SQLQueryFetcher.swift
[1636/1796] Compiling SQLKit SQLReturningBuilder.swift
[1637/1796] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1638/1796] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1639/1796] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1640/1796] Compiling SQLKit SQLDatabase.swift
[1641/1796] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1642/1796] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1644/1796] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1645/1796] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1646/1796] Compiling SQLKit SQLSubqueryBuilder.swift
[1647/1796] Compiling SQLKit SQLUnionBuilder.swift
[1648/1796] Compiling SQLKit SQLUpdateBuilder.swift
[1649/1796] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1650/1796] Compiling AsyncKit Optional+StrictMap.swift
[1651/1796] Compiling AsyncKit Exports.swift
[1652/1796] Compiling SQLKit SQLCommonUnionBuilder.swift
[1653/1796] Compiling SQLKit SQLJoinBuilder.swift
[1654/1805] Compiling NIOSSL ObjectIdentifier.swift
[1655/1805] Compiling NIOSSL PosixPort.swift
[1656/1832] Compiling SQLKit SQLDropIndex.swift
[1657/1832] Compiling SQLKit SQLDropTable.swift
[1658/1832] Compiling SQLKit SQLDropTrigger.swift
[1659/1832] Compiling SQLKit SQLInsert.swift
[1660/1832] Compiling SQLKit SQLSelect.swift
[1661/1832] Compiling SQLKit SQLUnion.swift
[1662/1832] Compiling SQLKit SQLUpdate.swift
[1663/1832] Compiling SQLKit SQLExpression.swift
[1664/1832] Compiling SQLKit SQLSerializer.swift
[1665/1832] Compiling SQLKit SQLStatement.swift
[1666/1832] Compiling SQLKit SQLBinaryExpression.swift
[1667/1832] Compiling SQLKit SQLBinaryOperator.swift
[1668/1832] Compiling SQLKit SQLBind.swift
[1669/1859] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1670/1859] Compiling SQLKit SQLColumnAssignment.swift
[1671/1859] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1672/1859] Compiling SQLKit SQLColumnDefinition.swift
[1673/1859] Compiling SQLKit SQLCommonTableExpression.swift
[1674/1859] Compiling SQLKit SQLConflictAction.swift
[1675/1859] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1676/1859] Compiling SQLKit SQLDropBehaviour.swift
[1677/1859] Compiling SQLKit SQLEnumDataType.swift
[1678/1859] Compiling SQLKit SQLExcludedColumn.swift
[1679/1859] Compiling SQLKit SQLForeignKey.swift
[1680/1859] Compiling SQLKit SQLJoin.swift
[1681/1859] Compiling SQLKit SQLJoinMethod.swift
[1682/1859] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1683/1859] Compiling SQLKit Exports.swift
[1684/1859] Compiling SQLKit SQLAlias.swift
[1685/1859] Compiling SQLKit SQLBetween.swift
[1686/1859] Compiling SQLKit SQLColumn.swift
[1687/1859] Compiling SQLKit SQLConstraint.swift
[1688/1859] Compiling SQLKit SQLDataType.swift
[1689/1859] Compiling SQLKit SQLDirection.swift
[1690/1859] Compiling SQLKit SQLDistinct.swift
[1691/1859] Compiling SQLKit SQLForeignKeyAction.swift
[1692/1859] Compiling SQLKit SQLNestedSubpathExpression.swift
[1693/1859] Compiling SQLKit SQLQualifiedTable.swift
[1694/1859] Compiling SQLKit SQLQueryString.swift
[1695/1859] Compiling SQLKit SQLLockingClause.swift
[1696/1859] Compiling SQLKit SQLOrderBy.swift
[1697/1859] Compiling SQLKit SQLReturning.swift
[1698/1859] Compiling SQLKit SQLSubquery.swift
[1699/1859] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1700/1859] Compiling SQLKit SQLAlterEnum.swift
[1701/1859] Compiling SQLKit SQLAlterTable.swift
[1702/1859] Compiling SQLKit SQLCreateEnum.swift
[1703/1859] Compiling SQLKit SQLCreateIndex.swift
[1704/1859] Compiling SQLKit SQLCreateTable.swift
[1705/1859] Compiling SQLKit SQLCreateTrigger.swift
[1706/1859] Compiling SQLKit SQLDelete.swift
[1707/1859] Compiling SQLKit SQLDropEnum.swift
[1708/1859] Compiling NIOSSL NIOSSLSecureBytes.swift
[1709/1859] Compiling NIOSSL RNG.swift
[1710/1859] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1711/1859] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1712/1859] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1713/1859] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1714/1859] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1715/1859] Emitting module NIOTransportServices
[1716/1859] Compiling NIOTransportServices StateManagedChannel.swift
[1717/1859] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1718/1859] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1720/1859] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1721/1859] Compiling NIOTransportServices NIOTSSingletons.swift
[1722/1859] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1725/1861] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1726/1861] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1730/1862] Compiling NIOTransportServices NIOTSErrors.swift
[1731/1862] Compiling NIOTransportServices NIOTSEventLoop.swift
[1732/1862] Compiling NIOTransportServices NIOTSBootstraps.swift
[1733/1862] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1734/1862] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1735/1862] Compiling NIOTransportServices AcceptHandler.swift
[1736/1862] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1740/1862] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1741/1862] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1742/1862] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1758/1863] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1759/1863] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1766/1863] Compiling _NIOFileSystem SystemFileHandle.swift
[1767/1863] Compiling _NIOFileSystem Utilities.swift
[1768/1863] Compiling _NIOFileSystem OpenOptions.swift
[1769/1863] Compiling _NIOFileSystem String+FileSystem.swift
[1770/1863] Compiling SQLKit SQLExpressions+Deprecated.swift
[1781/1863] Compiling NIOSSL SafeCompare.swift
[1782/1863] Compiling NIOSSL SSLPrivateKey.swift
[1783/1863] Compiling NIOSSL SSLPublicKey.swift
[1788/1901] Emitting module SQLKit
[1789/1909] Emitting module AsyncKit
[1790/1909] Compiling NIOHPACK IndexedHeaderTable.swift
[1791/1910] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1792/1911] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1793/1911] Compiling NIOExtras NIOExtrasError.swift
[1794/1913] Emitting module NIOHTTPCompression
[1795/1913] Compiling NIOWebSocket WebSocketOpcode.swift
[1796/1913] Compiling NIOHPACK IntegerCoding.swift
[1797/1913] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1798/1913] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1799/1913] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1800/1913] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1801/1913] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1802/1913] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1803/1913] Compiling NIOHPACK StaticHeaderTable.swift
[1804/1913] Compiling NIOExtras PCAPRingBuffer.swift
[1805/1913] Compiling NIOExtras QuiescingHelper.swift
[1806/1913] Compiling NIOExtras RequestResponseHandler.swift
[1807/1913] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1808/1913] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1809/1913] Compiling NIOExtras NIORequestIdentifiable.swift
[1810/1913] Compiling NIOHPACK HuffmanCoding.swift
[1811/1913] Compiling NIOHPACK HuffmanTables.swift
[1812/1913] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1813/1913] Emitting module NIOHPACK
[1814/1913] Compiling NIOHTTPCompression HTTPCompression.swift
[1815/1913] Compiling NIOWebSocket WebSocketFrame.swift
[1816/1913] Emitting module NIOExtras
[1820/1913] Compiling NIOWebSocket SHA1.swift
[1821/1913] Emitting module NIOWebSocket
[1822/1914] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1823/1914] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1824/1914] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1825/1914] Compiling NIOHTTPCompression HTTPDecompression.swift
[1832/1915] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1833/1915] Compiling NIOExtras JSONRPCFraming.swift
[1834/1916] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1835/1916] Compiling NIOExtras LengthFieldPrepender.swift
[1836/1916] Compiling NIOExtras LineBasedFrameDecoder.swift
[1845/1916] Emitting module NIOSSL
[1870/1921] Compiling SQLKit SQLFunction.swift
[1871/1921] Compiling SQLKit SQLGroupExpression.swift
[1872/1921] Compiling SQLKit SQLIdentifier.swift
[1873/1921] Compiling SQLKit SQLList.swift
[1874/1921] Compiling SQLKit SQLLiteral.swift
[1875/1921] Compiling SQLKit SQLRaw.swift
[1876/1921] Compiling SQLKit SQLCodingUtilities.swift
[1877/1921] Compiling SQLKit SQLQueryEncoder.swift
[1878/1921] Compiling SQLKit SQLRow.swift
[1879/1921] Compiling SQLKit SQLRowDecoder.swift
[1880/1921] Compiling SQLKit SomeCodingKey.swift
[1881/1921] Compiling SQLKit StringHandling.swift
[1895/1922] Compiling NIOExtras UnsafeTransfer.swift
[1896/1922] Compiling NIOExtras WritePCAPHandler.swift
[1902/2034] Compiling NIOFileSystem Exports.swift
[1903/2034] Emitting module NIOFileSystem
[1904/2034] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1905/2034] Emitting module _NIOFileSystemFoundationCompat
[1906/2034] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1907/2037] Compiling FluentKit EnumProperty.swift
[1908/2037] Compiling FluentKit OptionalEnumProperty.swift
[1911/2096] Emitting module MultipartKit
[1912/2096] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1913/2096] Compiling NIOHTTP2 HTTP2PingData.swift
[1914/2096] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1915/2096] Compiling NIOHTTP2 HTTP2Settings.swift
[1916/2097] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1917/2097] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1918/2097] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1919/2097] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1920/2097] Compiling NIOHTTP2 HasLocalSettings.swift
[1921/2097] Compiling NIOHTTP2 HasRemoteSettings.swift
[1922/2097] Compiling NIOHTTP2 MaySendFrames.swift
[1923/2097] Compiling NIOHTTP2 SendingDataState.swift
[1924/2097] Compiling NIOHTTP2 SendingGoawayState.swift
[1925/2097] Compiling NIOHTTP2 SendingHeadersState.swift
[1926/2097] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1927/2097] Compiling NIOHTTP2 SendingRstStreamState.swift
[1929/2097] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1930/2097] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1931/2097] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1932/2097] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1933/2097] Compiling NIOHTTP2 MayReceiveFrames.swift
[1934/2097] Compiling NIOHTTP2 ReceivingDataState.swift
[1940/2098] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1941/2098] Compiling NIOHTTP2 QuiescingState.swift
[1944/2106] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1945/2106] Compiling NIOHTTP2 HTTP2Error.swift
[1946/2106] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1947/2106] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1948/2106] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1949/2106] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1950/2106] Compiling NIOHTTP2 HTTP2StreamID.swift
[1951/2106] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1952/2106] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1953/2106] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1954/2106] Compiling NIOHTTP2 InboundEventBuffer.swift
[1955/2106] Compiling NIOHTTP2 StateMachineResult.swift
[1956/2106] Emitting module NIOHTTP2
[1957/2126] Emitting module FluentKit
[1965/2126] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1966/2126] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1967/2126] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1968/2126] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1969/2126] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1970/2126] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1971/2126] Compiling NIOHTTP2 HTTP2Frame.swift
[1972/2126] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1977/2126] Compiling NIOHTTP2 HTTP2Stream.swift
[1978/2126] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1979/2126] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1980/2126] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1981/2126] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1982/2126] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1996/2126] Compiling WebSocketKit WebSocket+Concurrency.swift
[1997/2126] Compiling WebSocketKit Exports.swift
[1998/2126] Emitting module WebSocketKit
[1999/2126] Compiling FluentKit QueryBuilder+Group.swift
[2000/2126] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[2001/2126] Compiling FluentKit QueryBuilder+Join.swift
[2002/2126] Compiling FluentKit QueryBuilder+Paginate.swift
[2003/2126] Compiling FluentKit QueryBuilder+Range.swift
[2004/2126] Compiling FluentKit QueryBuilder+Set.swift
[2005/2126] Compiling FluentKit QueryBuilder+Sort.swift
[2006/2126] Compiling FluentKit QueryBuilder.swift
[2007/2126] Compiling FluentKit DatabaseQuery+Action.swift
[2008/2126] Compiling FluentKit DatabaseQuery+Aggregate.swift
[2009/2126] Compiling FluentKit DatabaseQuery+Field.swift
[2010/2126] Compiling FluentKit DatabaseQuery+Filter.swift
[2011/2126] Compiling WebSocketKit WebSocketHandler.swift
[2012/2126] Compiling WebSocketKit WebSocketClient.swift
[2013/2126] Compiling WebSocketKit WebSocket+Connect.swift
[2014/2126] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2015/2126] Compiling WebSocketKit WebSocket.swift
[2017/2127] Compiling NIOHTTP2 InboundWindowManager.swift
[2018/2127] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2019/2127] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2020/2127] Compiling NIOHTTP2 StreamChannelList.swift
[2021/2127] Compiling NIOHTTP2 StreamMap.swift
[2022/2127] Compiling NIOHTTP2 StreamStateMachine.swift
[2023/2127] Compiling NIOHTTP2 UnsafeTransfer.swift
[2024/2127] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2025/2127] Compiling FluentKit DatabaseQuery+Join.swift
[2026/2127] Compiling FluentKit DatabaseQuery+Range.swift
[2027/2127] Compiling FluentKit DatabaseQuery+Sort.swift
[2028/2127] Compiling FluentKit DatabaseQuery+Value.swift
[2029/2127] Compiling FluentKit DatabaseQuery.swift
[2030/2127] Compiling FluentKit QueryHistory.swift
[2031/2127] Compiling FluentKit DatabaseSchema.swift
[2032/2127] Compiling FluentKit SchemaBuilder.swift
[2033/2127] Compiling FluentKit OptionalType.swift
[2034/2127] Compiling FluentKit RandomGeneratable.swift
[2035/2127] Compiling FluentKit SomeCodingKey.swift
[2036/2127] Compiling FluentKit UnsafeMutableTransferBox.swift
[2046/2127] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2047/2127] Compiling NIOHTTP2 DOSHeuristics.swift
[2048/2127] Compiling NIOHTTP2 Error+Any.swift
[2049/2127] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2050/2127] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2051/2127] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2052/2127] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2086/2128] Compiling FluentKit Parent.swift
[2087/2128] Compiling FluentKit Property.swift
[2088/2128] Compiling FluentKit Relation.swift
[2089/2128] Compiling FluentKit Siblings.swift
[2090/2128] Compiling FluentKit Timestamp.swift
[2091/2128] Compiling FluentKit TimestampFormat.swift
[2092/2128] Compiling FluentKit QueryBuilder+Aggregate.swift
[2093/2128] Compiling FluentKit QueryBuilder+EagerLoad.swift
[2094/2128] Compiling FluentKit QueryBuilder+Filter.swift
[2131/2190] Emitting module AsyncHTTPClient
[2132/2198] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2133/2198] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2134/2198] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2135/2198] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2136/2198] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2137/2198] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2138/2198] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2139/2198] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2140/2198] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2141/2198] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2142/2198] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2143/2198] Compiling AsyncHTTPClient Transaction.swift
[2144/2198] Compiling AsyncHTTPClient Base64.swift
[2145/2198] Compiling AsyncHTTPClient BasicAuth.swift
[2146/2198] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2147/2198] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2148/2198] Compiling AsyncHTTPClient ConnectionPool.swift
[2149/2198] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2150/2198] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2151/2198] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2152/2198] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2153/2198] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2154/2198] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2155/2198] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2156/2198] Compiling AsyncHTTPClient RequestBodyLength.swift
[2157/2198] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2158/2198] Compiling AsyncHTTPClient ConnectionTarget.swift
[2159/2198] Compiling AsyncHTTPClient DeconstructedURL.swift
[2160/2198] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2161/2198] Compiling AsyncHTTPClient FoundationExtensions.swift
[2162/2198] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2163/2198] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2164/2198] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2165/2198] Compiling AsyncHTTPClient HTTPClient.swift
[2166/2198] Compiling AsyncHTTPClient HTTPHandler.swift
[2167/2198] Compiling AsyncHTTPClient LRUCache.swift
[2168/2198] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2169/2198] Compiling AsyncHTTPClient NWErrorHandler.swift
[2170/2198] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2171/2198] Compiling AsyncHTTPClient TLSConfiguration.swift
[2172/2198] Compiling AsyncHTTPClient RedirectState.swift
[2173/2198] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2174/2198] Compiling AsyncHTTPClient RequestBag.swift
[2175/2198] Compiling AsyncHTTPClient RequestValidation.swift
[2176/2198] Compiling AsyncHTTPClient SSLContextCache.swift
[2177/2198] Compiling AsyncHTTPClient Scheme.swift
[2178/2198] Compiling AsyncHTTPClient Singleton.swift
[2179/2198] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2180/2198] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2181/2198] Compiling AsyncHTTPClient Utils.swift
[2182/2198] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2183/2198] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2184/2198] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2185/2198] Compiling AsyncHTTPClient HTTP1Connection.swift
[2186/2198] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2187/2198] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2188/2198] Compiling AsyncHTTPClient HTTP2Connection.swift
[2189/2198] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2190/2198] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2191/2198] Compiling AsyncHTTPClient RequestOptions.swift
[2192/2198] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2193/2198] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2194/2198] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2195/2198] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2196/2198] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2197/2198] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2198/2198] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2200/2368] Compiling Vapor HTTPServerResponseEncoder.swift
[2201/2368] Compiling Vapor HTTPServerUpgradeHandler.swift
[2202/2368] Compiling Vapor Logger+Report.swift
[2203/2368] Compiling Vapor LoggingSystem+Environment.swift
[2204/2368] Compiling Vapor Application+Middleware.swift
[2205/2368] Compiling Vapor CORSMiddleware.swift
[2206/2368] Compiling Vapor ErrorMiddleware.swift
[2207/2368] Compiling Vapor FileMiddleware.swift
[2208/2368] Compiling Vapor Middleware.swift
[2209/2368] Compiling Vapor MiddlewareConfiguration.swift
[2210/2368] Compiling Vapor ResponseCompressionMiddleware.swift
[2211/2368] Compiling Vapor RouteLoggingMiddleware.swift
[2212/2368] Compiling Vapor TracingMiddleware.swift
[2213/2368] Compiling Vapor File+Multipart.swift
[2214/2368] Compiling Vapor FormDataDecoder+Content.swift
[2215/2368] Compiling Vapor FormDataEncoder+Content.swift
[2216/2368] Compiling Vapor Application+Password.swift
[2217/2368] Compiling Vapor Application+Passwords.swift
[2218/2368] Compiling Vapor AsyncPasswordHasher.swift
[2219/2368] Compiling Vapor BcryptHasher.swift
[2220/2368] Compiling Vapor PasswordHasher.swift
[2221/2368] Compiling Vapor PlaintextHasher.swift
[2222/2368] Compiling Vapor Request+Password.swift
[2223/2368] Compiling Vapor Redirect.swift
[2224/2392] Compiling Vapor Core.swift
[2225/2392] Compiling Vapor Running.swift
[2226/2392] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2227/2392] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2228/2392] Compiling Vapor DotEnvFile+load.swift
[2229/2392] Compiling Vapor Routes+caseInsenstive.swift
[2230/2392] Compiling Vapor Validatable+validate.swift
[2231/2392] Compiling Vapor Environment+Process.swift
[2232/2392] Compiling Vapor Environment+Secret.swift
[2233/2392] Compiling Vapor Environment.swift
[2234/2392] Compiling Vapor Abort.swift
[2235/2392] Compiling Vapor AbortError.swift
[2236/2392] Compiling Vapor DebuggableError.swift
[2237/2392] Compiling Vapor Demangler.swift
[2238/2392] Compiling Vapor ErrorSource.swift
[2239/2392] Compiling Vapor StackTrace.swift
[2240/2392] Compiling Vapor Exports.swift
[2241/2392] Compiling Vapor Application+HTTP.swift
[2242/2392] Compiling Vapor BasicResponder.swift
[2243/2392] Compiling Vapor BodyStream.swift
[2244/2392] Compiling Vapor Application+HTTP+Client.swift
[2245/2392] Compiling Vapor EventLoopHTTPClient.swift
[2246/2392] Compiling Vapor EndpointCache.swift
[2247/2392] Compiling Vapor HTTPMethod+String.swift
[2248/2392] Compiling Vapor Application.swift
[2249/2392] Compiling Vapor AuthenticationCache.swift
[2250/2392] Compiling Vapor Authenticator.swift
[2251/2392] Compiling Vapor BasicAuthorization.swift
[2252/2392] Compiling Vapor BearerAuthorization.swift
[2253/2392] Compiling Vapor GuardMiddleware.swift
[2254/2392] Compiling Vapor RedirectMiddleware.swift
[2255/2392] Compiling Vapor SessionAuthenticatable.swift
[2256/2392] Compiling Vapor Bcrypt.swift
[2257/2392] Compiling Vapor Application+Cache.swift
[2258/2392] Compiling Vapor Cache.swift
[2259/2392] Compiling Vapor CacheExpirationTime.swift
[2260/2392] Compiling Vapor MemoryCache.swift
[2261/2392] Compiling Vapor Request+Cache.swift
[2262/2392] Compiling Vapor Application+Clients.swift
[2263/2392] Compiling Vapor Client.swift
[2264/2392] Compiling Vapor ClientRequest.swift
[2265/2392] Compiling Vapor ClientResponse.swift
[2266/2392] Compiling Vapor Request+Client.swift
[2267/2392] Compiling Vapor BootCommand.swift
[2268/2392] Compiling Vapor CommandContext+Application.swift
[2269/2392] Compiling Vapor RoutesCommand.swift
[2270/2392] Compiling Vapor ServeCommand.swift
[2271/2392] Compiling Vapor AnyResponse+Concurrency.swift
[2272/2416] Compiling Vapor Validator.swift
[2273/2416] Compiling Vapor ValidatorResult.swift
[2274/2416] Compiling Vapor And.swift
[2275/2416] Compiling Vapor Case.swift
[2276/2416] Compiling Vapor CharacterSet.swift
[2277/2416] Compiling Vapor Count.swift
[2278/2416] Compiling Vapor Custom.swift
[2279/2416] Compiling Vapor Email.swift
[2280/2416] Compiling Vapor Empty.swift
[2281/2416] Compiling Vapor In.swift
[2282/2416] Compiling Vapor Nil.swift
[2283/2416] Compiling Vapor NilIgnoring.swift
[2284/2416] Compiling Vapor Not.swift
[2285/2416] Compiling Vapor Or.swift
[2286/2416] Compiling Vapor Pattern.swift
[2287/2416] Compiling Vapor Range.swift
[2288/2416] Compiling Vapor URL.swift
[2289/2416] Compiling Vapor Valid.swift
[2290/2416] Compiling Vapor Application+Views.swift
[2291/2416] Compiling Vapor PlaintextRenderer.swift
[2292/2416] Compiling Vapor Request+View.swift
[2293/2416] Compiling Vapor View.swift
[2294/2416] Compiling Vapor ViewRenderer.swift
[2295/2416] Compiling Vapor _Deprecations.swift
[2296/2416] Compiling Vapor AsyncBasicResponder.swift
[2297/2416] Compiling Vapor AsyncMiddleware.swift
[2298/2416] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2299/2416] Compiling Vapor AsyncSessionDriver.swift
[2300/2416] Compiling Vapor Authentication+Concurrency.swift
[2301/2416] Compiling Vapor Cache+Concurrency.swift
[2302/2416] Compiling Vapor Client+Concurrency.swift
[2303/2416] Compiling Vapor RequestBody+Concurrency.swift
[2304/2416] Compiling Vapor Responder+Concurrency.swift
[2305/2416] Compiling Vapor ResponseCodable+Concurrency.swift
[2306/2416] Compiling Vapor RoutesBuilder+Concurrency.swift
[2307/2416] Compiling Vapor ViewRenderer+Concurrency.swift
[2308/2416] Compiling Vapor WebSocket+Concurrency.swift
[2309/2416] Compiling Vapor ContainerGetPathExecutor.swift
[2310/2416] Compiling Vapor Content.swift
[2311/2416] Compiling Vapor ContentCoders.swift
[2312/2416] Compiling Vapor ContentConfiguration.swift
[2313/2416] Compiling Vapor ContentContainer.swift
[2314/2416] Compiling Vapor JSONCoder+Custom.swift
[2315/2416] Compiling Vapor JSONCoders+Content.swift
[2316/2416] Compiling Vapor PlaintextDecoder.swift
[2317/2416] Compiling Vapor PlaintextEncoder.swift
[2318/2416] Compiling Vapor URLQueryCoders.swift
[2319/2416] Compiling Vapor URLQueryContainer.swift
[2320/2416] Emitting module Vapor
[2321/2416] Compiling Vapor Bytes+Hex.swift
[2322/2416] Compiling Vapor Bytes+SecureCompare.swift
[2323/2416] Compiling Vapor Collection+Safe.swift
[2324/2416] Compiling Vapor DataProtocol+Copy.swift
[2325/2416] Compiling Vapor DecoderUnwrapper.swift
[2326/2416] Compiling Vapor DirectoryConfiguration.swift
[2327/2416] Compiling Vapor DotEnv.swift
[2328/2416] Compiling Vapor Extendable.swift
[2329/2416] Compiling Vapor File.swift
[2330/2416] Compiling Vapor FileIO.swift
[2331/2416] Compiling Vapor LifecycleHandler.swift
[2332/2416] Compiling Vapor OptionalType.swift
[2333/2416] Compiling Vapor RFC1123.swift
[2334/2416] Compiling Vapor SocketAddress+Hostname.swift
[2335/2416] Compiling Vapor Storage.swift
[2336/2416] Compiling Vapor String+IsIPAddress.swift
[2337/2416] Compiling Vapor Thread.swift
[2338/2416] Compiling Vapor URI.swift
[2339/2416] Compiling Vapor RangeResult.swift
[2340/2416] Compiling Vapor Validatable.swift
[2341/2416] Compiling Vapor Validation.swift
[2342/2416] Compiling Vapor ValidationKey.swift
[2343/2416] Compiling Vapor Validations.swift
[2344/2416] Compiling Vapor ValidationsError.swift
[2345/2416] Compiling Vapor Request+Body.swift
[2346/2416] Compiling Vapor Request+BodyStream.swift
[2347/2416] Compiling Vapor Request.swift
[2348/2416] Compiling Vapor Application+Responder.swift
[2349/2416] Compiling Vapor DefaultResponder.swift
[2350/2416] Compiling Vapor Response+Body.swift
[2351/2416] Compiling Vapor Response.swift
[2352/2416] Compiling Vapor ResponseCodable.swift
[2353/2416] Compiling Vapor Application+Routes.swift
[2354/2416] Compiling Vapor Parameters+Require.swift
[2355/2416] Compiling Vapor Request+WebSocket.swift
[2356/2416] Compiling Vapor Route.swift
[2357/2416] Compiling Vapor RouteCollection.swift
[2358/2416] Compiling Vapor Routes.swift
[2359/2416] Compiling Vapor RoutesBuilder+Group.swift
[2360/2416] Compiling Vapor RoutesBuilder+Method.swift
[2361/2416] Compiling Vapor RoutesBuilder+Middleware.swift
[2362/2416] Compiling Vapor RoutesBuilder+WebSocket.swift
[2363/2416] Compiling Vapor RoutesBuilder.swift
[2364/2416] Compiling Vapor OTP.swift
[2365/2416] Compiling Vapor Application+Servers.swift
[2366/2416] Compiling Vapor Server.swift
[2367/2416] Compiling Vapor App+Service.swift
[2368/2416] Compiling Vapor Req+Service.swift
[2369/2416] Compiling Vapor Service.swift
[2370/2416] Compiling Vapor Application+Sessions.swift
[2371/2416] Compiling Vapor MemorySessions.swift
[2372/2416] Compiling Vapor Request+Session.swift
[2373/2416] Compiling Vapor Session.swift
[2374/2416] Compiling Vapor SessionCache.swift
[2375/2416] Compiling Vapor SessionData.swift
[2376/2416] Compiling Vapor SessionDriver.swift
[2377/2416] Compiling Vapor SessionsConfiguration.swift
[2378/2416] Compiling Vapor SessionsMiddleware.swift
[2379/2416] Compiling Vapor URLEncodedFormData.swift
[2380/2416] Compiling Vapor URLEncodedFormDecoder.swift
[2381/2416] Compiling Vapor URLEncodedFormEncoder.swift
[2382/2416] Compiling Vapor URLEncodedFormError.swift
[2383/2416] Compiling Vapor URLEncodedFormParser.swift
[2384/2416] Compiling Vapor URLEncodedFormSerializer.swift
[2385/2416] Compiling Vapor URLQueryFragmentConvertible.swift
[2386/2416] Compiling Vapor AnyResponse.swift
[2387/2416] Compiling Vapor Array+Random.swift
[2388/2416] Compiling Vapor Base32.swift
[2389/2416] Compiling Vapor Base64.swift
[2390/2416] Compiling Vapor BaseN.swift
[2391/2416] Compiling Vapor BasicCodingKey.swift
[2392/2416] Compiling Vapor ByteCount.swift
[2393/2416] Compiling Vapor HTTPStatus.swift
[2394/2416] Compiling Vapor HTTPCookies.swift
[2395/2416] Compiling Vapor HTTPHeaderCacheControl.swift
[2396/2416] Compiling Vapor HTTPHeaderExpires.swift
[2397/2416] Compiling Vapor HTTPHeaderLastModified.swift
[2398/2416] Compiling Vapor HTTPHeaders+Cache.swift
[2399/2416] Compiling Vapor HTTPHeaders+Connection.swift
[2400/2416] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2401/2416] Compiling Vapor HTTPHeaders+ContentRange.swift
[2402/2416] Compiling Vapor HTTPHeaders+Directive.swift
[2403/2416] Compiling Vapor HTTPHeaders+Forwarded.swift
[2404/2416] Compiling Vapor HTTPHeaders+Link.swift
[2405/2416] Compiling Vapor HTTPHeaders+Name.swift
[2406/2416] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2407/2416] Compiling Vapor HTTPHeaders.swift
[2408/2416] Compiling Vapor HTTPMediaType.swift
[2409/2416] Compiling Vapor HTTPMediaTypePreference.swift
[2410/2416] Compiling Vapor Responder.swift
[2411/2416] Compiling Vapor Application+HTTP+Server.swift
[2412/2416] Compiling Vapor HTTPServer.swift
[2413/2416] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2414/2416] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2415/2416] Compiling Vapor HTTPServerHandler.swift
[2416/2416] Compiling Vapor HTTPServerRequestDecoder.swift
[2418/2438] Compiling Queues RepeatedTask+Cancel.swift
[2419/2438] Compiling Queues Request+Queues.swift
[2420/2440] Compiling Queues QueuesConfiguration.swift
[2421/2440] Compiling Queues QueuesDriver.swift
[2422/2440] Compiling Queues QueuesEventLoopPreference.swift
[2423/2440] Emitting module Queues
[2424/2440] Compiling Queues NotificationHook.swift
[2425/2440] Compiling Queues Queue.swift
[2426/2440] Compiling Queues QueueContext.swift
[2427/2440] Compiling Queues AsyncQueue.swift
[2428/2440] Compiling Queues AsyncScheduledJob.swift
[2429/2440] Compiling Queues Exports.swift
[2430/2440] Compiling Queues Job.swift
[2431/2440] Compiling Queues JobData.swift
[2432/2440] Compiling Queues JobIdentifier.swift
[2433/2440] Compiling Queues QueueName.swift
[2434/2440] Compiling Queues QueueWorker.swift
[2435/2440] Compiling Queues QueuesCommand.swift
[2436/2440] Compiling Queues Application+Queues.swift
[2437/2440] Compiling Queues AsyncJob.swift
[2438/2440] Compiling Queues AsyncJobEventDelegate.swift
[2439/2440] Compiling Queues ScheduleBuilder.swift
[2440/2440] Compiling Queues ScheduledJob.swift
[2442/2445] Compiling QueuesDatabaseHooks QueuesDatabaseNotificationHook.swift
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueuesDatabaseNotificationHook.swift:8:17: warning: stored property 'errorClosure' of 'Sendable'-conforming struct 'QueuesDatabaseNotificationHook' has non-sendable type '(any Error) -> String'; this is an error in the Swift 6 language mode
  6 | public struct QueuesDatabaseNotificationHook: JobEventDelegate {
  7 |     /// Transforms an `Error` to a `String` to store in the database for a failing job.
  8 |     private let errorClosure: (Error) -> (String)
    |                 |- warning: stored property 'errorClosure' of 'Sendable'-conforming struct 'QueuesDatabaseNotificationHook' has non-sendable type '(any Error) -> String'; this is an error in the Swift 6 language mode
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
  9 |
 10 |     /// A hook which allows modifying (such as redacting) the payload stored in the database for a dispatched job.
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueuesDatabaseNotificationHook.swift:11:17: warning: stored property 'payloadClosure' of 'Sendable'-conforming struct 'QueuesDatabaseNotificationHook' has non-sendable type '(JobEventData) -> JobEventData'; this is an error in the Swift 6 language mode
  9 |
 10 |     /// A hook which allows modifying (such as redacting) the payload stored in the database for a dispatched job.
 11 |     private let payloadClosure: (JobEventData) -> (JobEventData)
    |                 |- warning: stored property 'payloadClosure' of 'Sendable'-conforming struct 'QueuesDatabaseNotificationHook' has non-sendable type '(JobEventData) -> JobEventData'; this is an error in the Swift 6 language mode
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 12 |
 13 |     /// The database in which job information is stored.
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:63:6: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 61 |
 62 |     /// The status of the job.
 63 |     @Field(key: "status")
    |      `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 64 |     public var status: Status
 65 |
    :
 75 |
 76 |     /// A queue job's status.
 77 |     public enum Status: Int, CaseIterable, Codable {
    |                 `- note: consider making enum 'Status' conform to the 'Sendable' protocol
 78 |         /// The job is queued but not yet picked up for processing.
 79 |         case queued
[2443/2445] Compiling QueuesDatabaseHooks QueueDatabaseEntry.swift
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:63:6: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 61 |
 62 |     /// The status of the job.
 63 |     @Field(key: "status")
    |      `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 64 |     public var status: Status
 65 |
    :
 75 |
 76 |     /// A queue job's status.
 77 |     public enum Status: Int, CaseIterable, Codable {
    |                 `- note: consider making enum 'Status' conform to the 'Sendable' protocol
 78 |         /// The job is queued but not yet picked up for processing.
 79 |         case queued
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:14:16: warning: stored property '_id' of 'Sendable'-conforming class 'QueueDatabaseEntry' is mutable; this is an error in the Swift 6 language mode
 12 |     /// The database primary key.
 13 |     @ID(key: .id)
 14 |     public var id: UUID?
    |                `- warning: stored property '_id' of 'Sendable'-conforming class 'QueueDatabaseEntry' is mutable; this is an error in the Swift 6 language mode
 15 |
 16 |     /// The `jobId` from the `queues` package.
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:139:84: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 75 |
 76 |     /// A queue job's status.
 77 |     public enum Status: Int, CaseIterable, Codable {
    |                 `- note: consider making enum 'Status' conform to the 'Sendable' protocol
 78 |         /// The job is queued but not yet picked up for processing.
 79 |         case queued
    :
137 |                 SET
138 |                     \(ident: "dequeuedAt")=CASE WHEN \(ident: "dequeuedAt") IS NULL THEN \(bind: dequeueTimestamp) ELSE \(ident: "dequeuedAt") END,
139 |                     \(ident: "status")=CASE WHEN \(ident: "status")=\(bind: Status.queued) THEN \(bind: Status.running) ELSE \(ident: "status") END
    |                                                                                    `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
140 |                 WHERE
141 |                     \(ident: "jobId")=\(bind: jobId)
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:139:112: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 75 |
 76 |     /// A queue job's status.
 77 |     public enum Status: Int, CaseIterable, Codable {
    |                 `- note: consider making enum 'Status' conform to the 'Sendable' protocol
 78 |         /// The job is queued but not yet picked up for processing.
 79 |         case queued
    :
137 |                 SET
138 |                     \(ident: "dequeuedAt")=CASE WHEN \(ident: "dequeuedAt") IS NULL THEN \(bind: dequeueTimestamp) ELSE \(ident: "dequeuedAt") END,
139 |                     \(ident: "status")=CASE WHEN \(ident: "status")=\(bind: Status.queued) THEN \(bind: Status.running) ELSE \(ident: "status") END
    |                                                                                                                `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
140 |                 WHERE
141 |                     \(ident: "jobId")=\(bind: jobId)
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:146:67: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 75 |
 76 |     /// A queue job's status.
 77 |     public enum Status: Int, CaseIterable, Codable {
    |                 `- note: consider making enum 'Status' conform to the 'Sendable' protocol
 78 |         /// The job is queued but not yet picked up for processing.
 79 |         case queued
    :
144 |         } else {
145 |             return QueueDatabaseEntry.query(on: database).set(\.$dequeuedAt, to: dequeueTimestamp).filter(\.$dequeuedAt == nil).filter(\.$jobId == jobId).update()
146 |                 .flatMap { QueueDatabaseEntry.query(on: database).set(\.$status, to: .running).filter(\.$status == .queued).filter(\.$jobId == jobId).update() }
    |                                                                   `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
147 |         }
148 |     }
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:146:113: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 75 |
 76 |     /// A queue job's status.
 77 |     public enum Status: Int, CaseIterable, Codable {
    |                 `- note: consider making enum 'Status' conform to the 'Sendable' protocol
 78 |         /// The job is queued but not yet picked up for processing.
 79 |         case queued
    :
144 |         } else {
145 |             return QueueDatabaseEntry.query(on: database).set(\.$dequeuedAt, to: dequeueTimestamp).filter(\.$dequeuedAt == nil).filter(\.$jobId == jobId).update()
146 |                 .flatMap { QueueDatabaseEntry.query(on: database).set(\.$status, to: .running).filter(\.$status == .queued).filter(\.$jobId == jobId).update() }
    |                                                                                                                 `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
147 |         }
148 |     }
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:162:88: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 75 |
 76 |     /// A queue job's status.
 77 |     public enum Status: Int, CaseIterable, Codable {
    |                 `- note: consider making enum 'Status' conform to the 'Sendable' protocol
 78 |         /// The job is queued but not yet picked up for processing.
 79 |         case queued
    :
160 |                     \(ident: "completedAt")=CASE WHEN \(ident: "completedAt") IS NULL THEN \(bind: completionTimestamp) ELSE \(ident: "completedAt") END,
161 |                     \(ident: "errorString")=CASE WHEN \(ident: "errorString") IS NULL THEN \(bind: errorString) ELSE \(ident: "errorString") END,
162 |                     \(ident: "status")=CASE WHEN \(ident: "status") IN (\(bind: Status.queued), \(bind: Status.running)) THEN \(bind: errorString == nil ? Status.success : Status.error) ELSE \(ident: "status") END
    |                                                                                        `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
163 |                 WHERE
164 |                     \(ident: "jobId")=\(bind: jobId)
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:162:112: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 75 |
 76 |     /// A queue job's status.
 77 |     public enum Status: Int, CaseIterable, Codable {
    |                 `- note: consider making enum 'Status' conform to the 'Sendable' protocol
 78 |         /// The job is queued but not yet picked up for processing.
 79 |         case queued
    :
160 |                     \(ident: "completedAt")=CASE WHEN \(ident: "completedAt") IS NULL THEN \(bind: completionTimestamp) ELSE \(ident: "completedAt") END,
161 |                     \(ident: "errorString")=CASE WHEN \(ident: "errorString") IS NULL THEN \(bind: errorString) ELSE \(ident: "errorString") END,
162 |                     \(ident: "status")=CASE WHEN \(ident: "status") IN (\(bind: Status.queued), \(bind: Status.running)) THEN \(bind: errorString == nil ? Status.success : Status.error) ELSE \(ident: "status") END
    |                                                                                                                `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
163 |                 WHERE
164 |                     \(ident: "jobId")=\(bind: jobId)
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:162:154: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 75 |
 76 |     /// A queue job's status.
 77 |     public enum Status: Int, CaseIterable, Codable {
    |                 `- note: consider making enum 'Status' conform to the 'Sendable' protocol
 78 |         /// The job is queued but not yet picked up for processing.
 79 |         case queued
    :
160 |                     \(ident: "completedAt")=CASE WHEN \(ident: "completedAt") IS NULL THEN \(bind: completionTimestamp) ELSE \(ident: "completedAt") END,
161 |                     \(ident: "errorString")=CASE WHEN \(ident: "errorString") IS NULL THEN \(bind: errorString) ELSE \(ident: "errorString") END,
162 |                     \(ident: "status")=CASE WHEN \(ident: "status") IN (\(bind: Status.queued), \(bind: Status.running)) THEN \(bind: errorString == nil ? Status.success : Status.error) ELSE \(ident: "status") END
    |                                                                                                                                                          `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
163 |                 WHERE
164 |                     \(ident: "jobId")=\(bind: jobId)
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:171:67: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 75 |
 76 |     /// A queue job's status.
 77 |     public enum Status: Int, CaseIterable, Codable {
    |                 `- note: consider making enum 'Status' conform to the 'Sendable' protocol
 78 |         /// The job is queued but not yet picked up for processing.
 79 |         case queued
    :
169 |                 .flatMap { QueueDatabaseEntry.query(on: database).set(\.$completedAt, to: completionTimestamp).filter(\.$completedAt == nil).filter(\.$jobId == jobId).update() }
170 |                 .flatMap { QueueDatabaseEntry.query(on: database).set(\.$errorString, to: errorString).filter(\.$errorString == nil).filter(\.$jobId == jobId).update() }
171 |                 .flatMap { QueueDatabaseEntry.query(on: database).set(\.$status, to: errorString == nil ? .success : .error).filter(\.$status ~~ [.queued, .running]).filter(\.$jobId == jobId).update() }
    |                                                                   `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
172 |         }
173 |     }
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:171:143: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 75 |
 76 |     /// A queue job's status.
 77 |     public enum Status: Int, CaseIterable, Codable {
    |                 `- note: consider making enum 'Status' conform to the 'Sendable' protocol
 78 |         /// The job is queued but not yet picked up for processing.
 79 |         case queued
    :
169 |                 .flatMap { QueueDatabaseEntry.query(on: database).set(\.$completedAt, to: completionTimestamp).filter(\.$completedAt == nil).filter(\.$jobId == jobId).update() }
170 |                 .flatMap { QueueDatabaseEntry.query(on: database).set(\.$errorString, to: errorString).filter(\.$errorString == nil).filter(\.$jobId == jobId).update() }
171 |                 .flatMap { QueueDatabaseEntry.query(on: database).set(\.$status, to: errorString == nil ? .success : .error).filter(\.$status ~~ [.queued, .running]).filter(\.$jobId == jobId).update() }
    |                                                                                                                                               `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
172 |         }
173 |     }
[2444/2445] Emitting module QueuesDatabaseHooks
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:63:6: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 61 |
 62 |     /// The status of the job.
 63 |     @Field(key: "status")
    |      `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 64 |     public var status: Status
 65 |
    :
 75 |
 76 |     /// A queue job's status.
 77 |     public enum Status: Int, CaseIterable, Codable {
    |                 `- note: consider making enum 'Status' conform to the 'Sendable' protocol
 78 |         /// The job is queued but not yet picked up for processing.
 79 |         case queued
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:14:16: warning: stored property '_id' of 'Sendable'-conforming class 'QueueDatabaseEntry' is mutable; this is an error in the Swift 6 language mode
 12 |     /// The database primary key.
 13 |     @ID(key: .id)
 14 |     public var id: UUID?
    |                `- warning: stored property '_id' of 'Sendable'-conforming class 'QueueDatabaseEntry' is mutable; this is an error in the Swift 6 language mode
 15 |
 16 |     /// The `jobId` from the `queues` package.
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueuesDatabaseNotificationHook.swift:8:17: warning: stored property 'errorClosure' of 'Sendable'-conforming struct 'QueuesDatabaseNotificationHook' has non-sendable type '(any Error) -> String'; this is an error in the Swift 6 language mode
  6 | public struct QueuesDatabaseNotificationHook: JobEventDelegate {
  7 |     /// Transforms an `Error` to a `String` to store in the database for a failing job.
  8 |     private let errorClosure: (Error) -> (String)
    |                 |- warning: stored property 'errorClosure' of 'Sendable'-conforming struct 'QueuesDatabaseNotificationHook' has non-sendable type '(any Error) -> String'; this is an error in the Swift 6 language mode
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
  9 |
 10 |     /// A hook which allows modifying (such as redacting) the payload stored in the database for a dispatched job.
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueuesDatabaseNotificationHook.swift:11:17: warning: stored property 'payloadClosure' of 'Sendable'-conforming struct 'QueuesDatabaseNotificationHook' has non-sendable type '(JobEventData) -> JobEventData'; this is an error in the Swift 6 language mode
  9 |
 10 |     /// A hook which allows modifying (such as redacting) the payload stored in the database for a dispatched job.
 11 |     private let payloadClosure: (JobEventData) -> (JobEventData)
    |                 |- warning: stored property 'payloadClosure' of 'Sendable'-conforming struct 'QueuesDatabaseNotificationHook' has non-sendable type '(JobEventData) -> JobEventData'; this is an error in the Swift 6 language mode
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 12 |
 13 |     /// The database in which job information is stored.
[2445/2445] Compiling QueuesDatabaseHooks QueueDatabaseEntry+Query.swift
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:63:6: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 61 |
 62 |     /// The status of the job.
 63 |     @Field(key: "status")
    |      `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 64 |     public var status: Status
 65 |
    :
 75 |
 76 |     /// A queue job's status.
 77 |     public enum Status: Int, CaseIterable, Codable {
    |                 `- note: consider making enum 'Status' conform to the 'Sendable' protocol
 78 |         /// The job is queued but not yet picked up for processing.
 79 |         case queued
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry+Query.swift:25:70: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 23 |             .first(decoding: CurrentJobsStatusResponse.self).unwrap(or: Abort(.badRequest, reason: "Could not get data for status"))
 24 |         } else {
 25 |             return QueueDatabaseEntry.query(on: db).filter(\.$status == .queued).count(\.$id).flatMap { queuedCount in
    |                                                                      `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 26 |                 QueueDatabaseEntry.query(on: db).filter(\.$status == .running).count(\.$id).map { runningCount in
 27 |                     .init(queuedCount: queuedCount, runningCount: runningCount)
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:77:17: note: consider making enum 'Status' conform to the 'Sendable' protocol
 75 |
 76 |     /// A queue job's status.
 77 |     public enum Status: Int, CaseIterable, Codable {
    |                 `- note: consider making enum 'Status' conform to the 'Sendable' protocol
 78 |         /// The job is queued but not yet picked up for processing.
 79 |         case queued
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry+Query.swift:26:67: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 24 |         } else {
 25 |             return QueueDatabaseEntry.query(on: db).filter(\.$status == .queued).count(\.$id).flatMap { queuedCount in
 26 |                 QueueDatabaseEntry.query(on: db).filter(\.$status == .running).count(\.$id).map { runningCount in
    |                                                                   `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 27 |                     .init(queuedCount: queuedCount, runningCount: runningCount)
 28 |                 }
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:77:17: note: consider making enum 'Status' conform to the 'Sendable' protocol
 75 |
 76 |     /// A queue job's status.
 77 |     public enum Status: Int, CaseIterable, Codable {
    |                 `- note: consider making enum 'Status' conform to the 'Sendable' protocol
 78 |         /// The job is queued but not yet picked up for processing.
 79 |         case queued
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry+Query.swift:60:102: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 58 |         } else {
 59 |             return QueueDatabaseEntry.query(on: db).filter(\.$completedAt >= deadline).count(\.$id).flatMap { completedJobs in
 60 |                 QueueDatabaseEntry.query(on: db).filter(\.$completedAt >= deadline).filter(\.$status == .success).count(\.$id).map { successfulJobs in
    |                                                                                                      `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 61 |                     .init(completedJobs: completedJobs, percentSuccess: Double(successfulJobs) / Double(completedJobs))
 62 |                 }
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:77:17: note: consider making enum 'Status' conform to the 'Sendable' protocol
 75 |
 76 |     /// A queue job's status.
 77 |     public enum Status: Int, CaseIterable, Codable {
    |                 `- note: consider making enum 'Status' conform to the 'Sendable' protocol
 78 |         /// The job is queued but not yet picked up for processing.
 79 |         case queued
Build complete! (302.53s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "queues",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/queues.git"
    },
    {
      "identity" : "fluent-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-kit.git"
    },
    {
      "identity" : "sql-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.7.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/sql-kit.git"
    },
    {
      "identity" : "fluent-sqlite-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-sqlite-driver.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"
    }
  ],
  "manifest_display_name" : "queues-database-hooks",
  "name" : "queues-database-hooks",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "QueuesDatabaseHooks",
      "targets" : [
        "QueuesDatabaseHooks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "QueuesDatabaseHooksTests",
      "module_type" : "SwiftTarget",
      "name" : "QueuesDatabaseHooksTests",
      "path" : "Tests/QueuesDatabaseHooksTests",
      "product_dependencies" : [
        "FluentSQLiteDriver",
        "XCTQueues",
        "XCTVapor",
        "Fluent"
      ],
      "sources" : [
        "DatabaseHooksTests.swift"
      ],
      "target_dependencies" : [
        "QueuesDatabaseHooks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QueuesDatabaseHooks",
      "module_type" : "SwiftTarget",
      "name" : "QueuesDatabaseHooks",
      "path" : "Sources/QueuesDatabaseHooks",
      "product_dependencies" : [
        "FluentKit",
        "SQLKit",
        "Queues"
      ],
      "product_memberships" : [
        "QueuesDatabaseHooks"
      ],
      "sources" : [
        "QueueDatabaseEntry+Query.swift",
        "QueueDatabaseEntry.swift",
        "QueuesDatabaseNotificationHook.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.