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 CrudRouter, reference master (0defe6), with Swift 6.1 for Android on 28 May 2025 03:26:07 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images: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/twof/vaporcrudrouter.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/twof/vaporcrudrouter
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0defe6c update reame
Cloned https://github.com/twof/vaporcrudrouter.git
Revision (git rev-parse @):
0defe6c506f99ade3bc56905ab7d3d41a675dc83
SUCCESS checkout https://github.com/twof/vaporcrudrouter.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/twof/vaporcrudrouter.git
https://github.com/twof/vaporcrudrouter.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.53.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.4.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "fluent-sqlite-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.1.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-sqlite-driver.git"
    }
  ],
  "manifest_display_name" : "CrudRouter",
  "name" : "CrudRouter",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "CrudRouter",
      "targets" : [
        "CrudRouter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CrudRouterIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "CrudRouterIntegrationTests",
      "path" : "Tests/CrudRouterIntegrationTests",
      "product_dependencies" : [
        "FluentSQLiteDriver",
        "XCTVapor"
      ],
      "sources" : [
        "HighRecursiveDepthTests.swift",
        "PublicAPITests.swift",
        "ResponseTests/CrudRouteDeleteResponseTests.swift",
        "ResponseTests/CrudRouteGetResponseTests.swift",
        "ResponseTests/CrudRoutePostResponseTests.swift",
        "ResponseTests/CrudRoutePutResponseTests.swift",
        "RouteCreationTests/CrudChildrenRouteCreationTests.swift",
        "RouteCreationTests/CrudParentRouteCreationTests.swift",
        "RouteCreationTests/CrudRouteCreationTests.swift",
        "RouteCreationTests/CrudSiblingsRouteCreationTests.swift",
        "TestSetup/TestMigrations/BaseGalaxySeeding.swift",
        "TestSetup/TestMigrations/ChildSeeding.swift",
        "TestSetup/TestMigrations/SiblingSeeding.swift",
        "TestSetup/TestModels/Galaxy.swift",
        "TestSetup/TestModels/Planet.swift",
        "TestSetup/TestModels/PlanetTag.swift",
        "TestSetup/TestModels/Tag.swift"
      ],
      "target_dependencies" : [
        "CrudRouter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CrudRouter",
      "module_type" : "SwiftTarget",
      "name" : "CrudRouter",
      "path" : "Sources/CrudRouter",
      "product_dependencies" : [
        "Vapor",
        "Fluent",
        "FluentSQLiteDriver"
      ],
      "product_memberships" : [
        "CrudRouter"
      ],
      "sources" : [
        "ControllerProtocols/CrudChildrenControllerProtocol.swift",
        "ControllerProtocols/CrudControllerProtocol.swift",
        "ControllerProtocols/CrudParentControllerProtocol.swift",
        "ControllerProtocols/CrudSiblingsControllerProtocol.swift",
        "ControllerProtocols/Crudable.swift",
        "CrudChildrenController.swift",
        "CrudController.swift",
        "CrudParentController.swift",
        "CrudSiblingsController.swift",
        "Extensions/Array.swift",
        "Extensions/Request.swift",
        "Extensions/Router+CRUD.swift",
        "Extensions/String.swift",
        "RouterMethods/ChildrenRouterMethod.swift",
        "RouterMethods/OnlyExceptEither.swift",
        "RouterMethods/ParentRouterMethod.swift",
        "RouterMethods/RouterMethod.swift",
        "RouterMethods/SiblingRouterMethod.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.git
Fetching https://github.com/vapor/vapor.git
[1/1347] Fetching fluent-sqlite-driver
[1348/14768] Fetching fluent-sqlite-driver, fluent
[6583/89146] Fetching fluent-sqlite-driver, fluent, vapor
Fetched https://github.com/vapor/fluent.git from cache (0.79s)
[16223/75725] Fetching fluent-sqlite-driver, vapor
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (2.25s)
Fetched https://github.com/vapor/vapor.git from cache (2.29s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (2.94s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13328] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.56s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (1.13s)
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[2265/9819] Fetching swift-log, sql-kit
[9820/85874] Fetching swift-log, sql-kit, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.45s)
[8265/82038] Fetching sql-kit, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (5.30s)
Fetched https://github.com/apple/swift-nio.git from cache (5.39s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (5.95s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.61s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.85s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[634/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.79s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.80s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.56s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.78s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.08s)
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.69s)
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (3.55s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (6.19s)
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/vapor/async-kit.git
[1/2370] Fetching async-kit
[1708/3878] Fetching async-kit, sqlite-nio
Fetched https://github.com/vapor/async-kit.git from cache (1.38s)
Fetched https://github.com/vapor/sqlite-nio.git from cache (1.39s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.18s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.40s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.07s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.18s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.3 (0.60s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.63s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/1063] Fetching swift-service-context
[1064/3269] Fetching swift-service-context, swift-metrics
[1241/8243] Fetching swift-service-context, swift-metrics, swift-distributed-tracing
[4355/10852] Fetching swift-service-context, swift-metrics, swift-distributed-tracing, websocket-kit
Fetched https://github.com/apple/swift-service-context.git from cache (0.32s)
[7926/9789] Fetching swift-metrics, swift-distributed-tracing, websocket-kit
[7927/15703] Fetching swift-metrics, swift-distributed-tracing, websocket-kit, swift-nio-extras
Fetching https://github.com/apple/swift-nio-http2.git
[9082/19022] Fetching swift-metrics, swift-distributed-tracing, websocket-kit, swift-nio-extras, multipart-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.47s)
[14190/16413] Fetching swift-metrics, swift-distributed-tracing, swift-nio-extras, multipart-kit
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.61s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.62s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-crypto.git
[3303/17052] Fetching swift-metrics, multipart-kit, swift-nio-http2
[5839/37779] Fetching swift-metrics, multipart-kit, swift-nio-http2, routing-kit
[5840/52622] Fetching swift-metrics, multipart-kit, swift-nio-http2, routing-kit, swift-nio-ssl
[45836/66558] Fetching swift-metrics, multipart-kit, swift-nio-http2, routing-kit, swift-nio-ssl, swift-crypto
Fetched https://github.com/vapor/routing-kit.git from cache (1.59s)
[34795/45831] Fetching swift-metrics, multipart-kit, swift-nio-http2, swift-nio-ssl, swift-crypto
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.02s)
Fetching https://github.com/swift-server/async-http-client.git
[24689/34304] Fetching swift-metrics, multipart-kit, swift-nio-ssl, swift-crypto
Fetched https://github.com/apple/swift-metrics.git from cache (2.48s)
[24016/32098] Fetching multipart-kit, swift-nio-ssl, swift-crypto
Fetched https://github.com/vapor/multipart-kit.git from cache (2.58s)
[21254/28779] Fetching swift-nio-ssl, swift-crypto
[21673/34356] Fetching swift-nio-ssl, swift-crypto, console-kit
[29201/48370] Fetching swift-nio-ssl, swift-crypto, console-kit, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.34s)
[17010/33527] Fetching swift-crypto, console-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (0.65s)
[13529/27950] Fetching swift-crypto, async-http-client
Fetched https://github.com/apple/swift-crypto.git from cache (2.83s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.19s)
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.15s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.52s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.58s)
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.33s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.88s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.65s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
[192/2731] Fetching swift-asn1, swift-http-structured-headers
[370/8886] Fetching swift-asn1, swift-http-structured-headers, swift-certificates
[387/9790] Fetching swift-asn1, swift-http-structured-headers, swift-certificates, swift-http-types
[1624/12216] Fetching swift-asn1, swift-http-structured-headers, swift-certificates, swift-http-types, swift-service-lifecycle
[3832/17201] Fetching swift-asn1, swift-http-structured-headers, swift-certificates, swift-http-types, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.46s)
[15436/16297] Fetching swift-asn1, swift-http-structured-headers, swift-certificates, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.48s)
[14646/14707] Fetching swift-http-structured-headers, swift-certificates, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.52s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.58s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.58s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.61s)
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.27s)
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.77s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.74s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.79s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.02s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.45s)
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.70s)
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.87s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.89s)
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 (4.36s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (2.35s)
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.60s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.59s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/apple/swift-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-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/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-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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.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/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-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-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/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/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-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/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/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Building for debugging...
[0/839] Write sources
[53/839] Compiling _NumericsShims _NumericsShims.c
[54/839] Compiling _AtomicsShims.c
[55/839] Compiling CVaporBcrypt bcrypt.c
[56/839] Compiling CVaporBcrypt blf.c
[57/839] Compiling CNIOWindows shim.c
[58/839] Compiling CNIOWindows WSAStartup.c
[59/839] Compiling CNIOWASI CNIOWASI.c
[60/839] Compiling CNIOLinux liburing_shims.c
[61/839] Compiling CSystem shims.c
[62/839] Compiling CNIOExtrasZlib empty.c
[63/839] Compiling CNIOSHA1 c_nio_sha1.c
[64/839] Compiling CNIOLLHTTP c_nio_http.c
[65/839] Compiling CNIODarwin shim.c
[66/839] Compiling CNIOLinux shim.c
[67/839] Compiling fiat_p256_adx_sqr.S
[68/839] Compiling CNIOLLHTTP c_nio_api.c
[69/839] Compiling fiat_p256_adx_mul.S
[70/839] Compiling fiat_curve25519_adx_square.S
[71/839] Compiling fiat_curve25519_adx_mul.S
[72/839] Write swift-version-24593BA9C3E375BF.txt
[73/839] Compiling CNIOLLHTTP c_nio_llhttp.c
[74/839] Compiling CNIOBoringSSLShims shims.c
[76/845] Emitting module _NIOBase64
[76/845] Compiling tls_record.cc
[77/845] Compiling tls_method.cc
[79/848] Emitting module _NIODataStructures
[79/876] Compiling tls13_client.cc
[80/876] Compiling tls13_server.cc
[81/876] Compiling tls13_enc.cc
[83/905] Emitting module InternalCollectionsUtilities
[84/906] Compiling ServiceContextModule ServiceContextKey.swift
[85/906] Emitting module RealModule
[86/906] Compiling RealModule Float16+Real.swift
[87/907] Compiling RealModule AlgebraicField.swift
[88/907] Compiling RealModule ApproximateEquality.swift
[89/907] Compiling RealModule Real.swift
[90/907] Compiling _NIODataStructures PriorityQueue.swift
[91/907] Compiling _NIODataStructures _TinyArray.swift
[92/907] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[95/907] Compiling RealModule Float80+Real.swift
[96/907] Compiling RealModule AugmentedArithmetic.swift
[97/907] Compiling RealModule Double+Real.swift
[98/907] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[99/907] Compiling InternalCollectionsUtilities Debugging.swift
[100/907] Compiling RealModule ElementaryFunctions.swift
[101/907] Compiling RealModule Float+Real.swift
[102/907] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[103/907] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[104/907] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[105/907] Compiling InternalCollectionsUtilities _SortedCollection.swift
[106/907] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[109/907] Compiling InternalCollectionsUtilities Descriptions.swift
[110/907] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[111/907] Compiling Logging LogHandler.swift
[112/908] Compiling SystemPackage MachPort.swift
[113/908] Compiling SystemPackage PlatformString.swift
[114/908] Compiling SystemPackage SystemString.swift
[119/911] Compiling RealModule RealFunctions.swift
[120/911] Compiling _NIOBase64 Base64.swift
[121/912] Emitting module ServiceContextModule
[122/912] Compiling ServiceContextModule ServiceContext.swift
[124/914] Compiling _NIODataStructures Heap.swift
[129/1047] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[130/1047] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[131/1047] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[132/1047] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[133/1047] Emitting module SystemPackage
[134/1047] Compiling OrderedCollections OrderedDictionary+Codable.swift
[135/1047] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[136/1047] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[137/1047] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[138/1047] Compiling Instrumentation NoOpInstrument.swift
[139/1047] Compiling Instrumentation MultiplexInstrument.swift
[140/1047] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[141/1047] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[142/1047] Compiling _RopeModule BigString+Initializers.swift
[143/1047] Compiling _RopeModule BigString+Insert.swift
[144/1047] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[145/1047] Compiling _RopeModule BigString+RemoveSubrange.swift
[146/1047] Compiling _RopeModule BigString+ReplaceSubrange.swift
[147/1054] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[148/1054] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[149/1054] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[154/1054] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[155/1054] Compiling OrderedCollections OrderedDictionary+Elements.swift
[156/1054] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[157/1054] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[158/1054] Compiling CoreMetrics Metrics.swift
[159/1054] Compiling OrderedCollections OrderedSet+Initializers.swift
[160/1054] Compiling OrderedCollections OrderedSet+Insertions.swift
[161/1054] Compiling OrderedCollections OrderedSet+Invariants.swift
[165/1054] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[166/1054] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[171/1054] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[172/1054] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[173/1054] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[174/1054] Compiling OrderedCollections OrderedDictionary+Values.swift
[175/1054] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[176/1054] Compiling OrderedCollections OrderedSet.swift
[177/1054] Compiling OrderedCollections _UnsafeBitset.swift
[178/1054] Compiling _RopeModule Rope.swift
[179/1054] Compiling _RopeModule RopeElement.swift
[180/1054] Compiling _RopeModule RopeMetric.swift
[181/1054] Compiling _RopeModule RopeSummary.swift
[182/1054] Compiling _RopeModule _RopeItem.swift
[183/1054] Compiling _RopeModule _RopePath.swift
[184/1063] Compiling OrderedCollections OrderedSet+Sendable.swift
[185/1063] Compiling OrderedCollections OrderedSet+SubSequence.swift
[186/1063] Compiling OrderedCollections OrderedSet+Testing.swift
[187/1063] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[195/1063] Compiling Instrumentation InstrumentationSystem.swift
[196/1063] Compiling Instrumentation Instrument.swift
[197/1063] Emitting module Instrumentation
[198/1063] Compiling Instrumentation Locks.swift
[199/1064] Emitting module CoreMetrics
[200/1064] Compiling Logging Locks.swift
[201/1064] Compiling CoreMetrics Locks.swift
[202/1065] Compiling OrderedCollections _HashTable+Testing.swift
[203/1065] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[204/1065] Compiling OrderedCollections _HashTable.swift
[205/1065] Compiling OrderedCollections _Hashtable+Header.swift
[206/1065] Compiling OrderedCollections _HashTable+Bucket.swift
[207/1065] Compiling OrderedCollections _HashTable+BucketIterator.swift
[208/1065] Compiling OrderedCollections _HashTable+Constants.swift
[209/1065] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[210/1066] Compiling Logging MetadataProvider.swift
[211/1066] Emitting module Logging
[212/1066] Compiling Logging Logging.swift
[213/1067] Compiling tls13_both.cc
[227/1166] Compiling HeapModule Heap+Invariants.swift
[228/1166] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[229/1166] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[230/1166] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[231/1166] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[232/1166] Compiling HashTreeCollections _HashNode+Structural union.swift
[233/1166] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[234/1166] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[235/1166] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[236/1166] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[237/1166] Compiling HashTreeCollections _HashNode.swift
[238/1166] Compiling HashTreeCollections _HashNodeHeader.swift
[239/1166] Compiling HashTreeCollections _HashSlot.swift
[240/1166] Compiling HashTreeCollections _HashStack.swift
[241/1166] Compiling HashTreeCollections TreeDictionary.swift
[242/1166] Compiling HashTreeCollections TreeSet+Codable.swift
[243/1166] Compiling HashTreeCollections TreeSet+Collection.swift
[244/1166] Compiling HashTreeCollections _UnsafePath.swift
[245/1166] Compiling HashTreeCollections TreeDictionary+Codable.swift
[246/1166] Compiling HashTreeCollections TreeDictionary+Collection.swift
[247/1166] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[248/1166] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[249/1166] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[250/1166] Compiling HashTreeCollections _AncestorHashSlots.swift
[251/1166] Compiling HashTreeCollections _Bitmap.swift
[252/1166] Compiling HeapModule Heap+Descriptions.swift
[253/1166] Compiling Tracing InstrumentationSystem+Tracing.swift
[254/1166] Emitting module OrderedCollections
[255/1167] Compiling HeapModule Heap.swift
[256/1167] Compiling HeapModule _HeapNode.swift
[257/1167] Compiling HeapModule Heap+UnsafeHandle.swift
[258/1167] Compiling Tracing TracingTime.swift
[259/1167] Emitting module Tracing
[261/1167] Compiling Tracing TracerProtocol.swift
[262/1167] Emitting module HeapModule
[263/1168] Compiling Tracing TracerProtocol+Legacy.swift
[264/1168] Compiling Tracing Tracer.swift
[266/1183] Compiling HashTreeCollections TreeSet+Hashable.swift
[267/1183] Compiling HashTreeCollections TreeSet+Sendable.swift
[268/1183] Compiling HashTreeCollections TreeSet+Sequence.swift
[269/1183] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[270/1183] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[271/1183] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[272/1183] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[273/1183] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[274/1183] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[275/1183] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[276/1193] Compiling Tracing NoOpTracer.swift
[277/1193] Compiling Tracing SpanProtocol.swift
[278/1194] Compiling DequeModule Deque+CustomReflectable.swift
[279/1194] Compiling DequeModule Deque+Descriptions.swift
[280/1194] Compiling DequeModule Deque+Equatable.swift
[281/1194] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[282/1194] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[283/1194] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[284/1194] Compiling HashTreeCollections TreeDictionary+Filter.swift
[285/1194] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[286/1194] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[287/1194] Compiling HashTreeCollections TreeDictionary+Keys.swift
[288/1194] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[289/1194] Compiling HashTreeCollections TreeDictionary+Merge.swift
[290/1194] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[291/1194] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[292/1194] Compiling HashTreeCollections TreeDictionary+Values.swift
[296/1194] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[297/1194] Compiling HashTreeCollections TreeSet+Debugging.swift
[298/1194] Compiling HashTreeCollections TreeSet+Descriptions.swift
[299/1194] Compiling HashTreeCollections TreeSet+Equatable.swift
[300/1194] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[301/1194] Compiling HashTreeCollections TreeSet+Extras.swift
[302/1194] Compiling HashTreeCollections TreeSet+Filter.swift
[304/1196] Compiling DequeModule _DequeBuffer.swift
[305/1196] Compiling DequeModule _DequeBufferHeader.swift
[314/1196] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[316/1196] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[317/1196] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[318/1196] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[319/1196] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[320/1196] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[321/1196] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[322/1196] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[323/1196] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[324/1196] Compiling HashTreeCollections TreeSet.swift
[325/1196] Emitting module _RopeModule
[326/1196] Compiling DequeModule _DequeSlot.swift
[327/1196] Compiling DequeModule _UnsafeWrappedBuffer.swift
[328/1196] Compiling DequeModule Deque+Testing.swift
[329/1196] Compiling DequeModule Deque._Storage.swift
[330/1196] Compiling DequeModule Deque+Extras.swift
[331/1196] Compiling DequeModule Deque+Hashable.swift
[332/1196] Compiling DequeModule Deque._UnsafeHandle.swift
[333/1196] Compiling DequeModule Deque.swift
[345/1196] Compiling DequeModule Deque+Codable.swift
[346/1196] Compiling DequeModule Deque+Collection.swift
[347/1196] Emitting module Metrics
[348/1196] Emitting module DequeModule
[349/1197] Emitting module RoutingKit
[380/1197] Compiling HashTreeCollections _HashNode+Initializers.swift
[381/1197] Compiling HashTreeCollections _HashNode+Invariants.swift
[382/1197] Compiling HashTreeCollections _HashNode+Lookups.swift
[400/1197] Compiling RoutingKit PathComponent.swift
[401/1197] Compiling RoutingKit Router.swift
[402/1197] Compiling RoutingKit TrieRouter.swift
[403/1198] Compiling ssl_x509.cc
[404/1198] Compiling t1_enc.cc
[405/1198] Compiling CSQLite sqlite_nio_sqlite3.c
[431/1198] Compiling HashTreeCollections _Bucket.swift
[432/1198] Compiling HashTreeCollections _Hash.swift
[433/1198] Compiling HashTreeCollections _HashLevel.swift
[434/1198] Compiling HashTreeCollections _HashNode+Builder.swift
[435/1198] Compiling HashTreeCollections _HashNode+Debugging.swift
[440/1198] Compiling RoutingKit AnyRouter.swift
[441/1198] Compiling RoutingKit Parameters.swift
[442/1199] Compiling Metrics Metrics.swift
[445/1200] Emitting module HashTreeCollections
[446/1201] Compiling ssl_versions.cc
[447/1201] Compiling ssl_stat.cc
[448/1201] Compiling ssl_transcript.cc
[449/1201] Compiling ssl_session.cc
[450/1201] Compiling ssl_privkey.cc
[451/1201] Compiling ssl_credential.cc
[452/1201] Compiling ssl_key_share.cc
[453/1201] Compiling ssl_file.cc
[454/1201] Compiling ssl_cipher.cc
[455/1201] Compiling ssl_buffer.cc
[456/1201] Compiling ssl_lib.cc
[457/1201] Compiling ssl_asn1.cc
[458/1201] Compiling ssl_cert.cc
[459/1201] Compiling s3_lib.cc
[460/1201] Compiling s3_pkt.cc
[461/1201] Compiling s3_both.cc
[462/1201] Compiling ssl_aead_ctx.cc
[463/1201] Compiling handshake.cc
[464/1201] Compiling handoff.cc
[465/1201] Compiling handshake_server.cc
[466/1201] Compiling handshake_client.cc
[467/1201] Compiling extensions.cc
[468/1201] Compiling encrypted_client_hello.cc
[469/1201] Compiling md5-x86_64-linux.S
[470/1201] Compiling md5-x86_64-apple.S
[471/1201] Compiling dtls_method.cc
[472/1201] Compiling dtls_record.cc
[473/1201] Compiling md5-586-linux.S
[474/1201] Compiling md5-586-apple.S
[475/1201] Compiling chacha20_poly1305_x86_64-apple.S
[476/1201] Compiling chacha20_poly1305_x86_64-linux.S
[477/1201] Compiling chacha20_poly1305_armv8-win.S
[478/1201] Compiling chacha20_poly1305_armv8-linux.S
[479/1201] Compiling d1_srtp.cc
[480/1201] Compiling chacha20_poly1305_armv8-apple.S
[481/1201] Compiling chacha-x86_64-linux.S
[482/1201] Compiling chacha-x86_64-apple.S
[483/1201] Compiling chacha-x86-apple.S
[484/1201] Compiling chacha-x86-linux.S
[485/1201] Compiling chacha-armv8-linux.S
[486/1201] Compiling chacha-armv8-win.S
[487/1201] Compiling chacha-armv8-apple.S
[488/1201] Compiling aes128gcmsiv-x86_64-linux.S
[489/1201] Compiling chacha-armv4-linux.S
[490/1201] Compiling aes128gcmsiv-x86_64-apple.S
[491/1201] Compiling x86_64-mont5-linux.S
[492/1201] Compiling x86_64-mont5-apple.S
[493/1201] Compiling x86_64-mont-linux.S
[494/1201] Compiling x86_64-mont-apple.S
[495/1201] Compiling x86-mont-linux.S
[496/1201] Compiling x86-mont-apple.S
[497/1201] Compiling vpaes-x86_64-apple.S
[498/1201] Compiling vpaes-x86-linux.S
[499/1201] Compiling vpaes-x86_64-linux.S
[500/1201] Compiling vpaes-x86-apple.S
[501/1201] Compiling d1_both.cc
[502/1201] Compiling vpaes-armv8-linux.S
[503/1201] Compiling vpaes-armv8-win.S
[504/1201] Compiling vpaes-armv7-linux.S
[505/1201] Compiling vpaes-armv8-apple.S
[506/1201] Compiling sha512-x86_64-linux.S
[507/1201] Compiling sha512-x86_64-apple.S
[508/1201] Compiling bio_ssl.cc
[509/1201] Compiling sha512-armv8-apple.S
[509/1201] Compiling sha512-armv8-win.S
[511/1201] Compiling sha512-armv4-linux.S
[512/1201] Compiling sha512-armv8-linux.S
[513/1201] Compiling err_data.cc
[514/1201] Compiling sha256-x86_64-linux.S
[515/1201] Compiling sha512-586-linux.S
[516/1201] Compiling sha256-armv8-win.S
[517/1201] Compiling sha512-586-apple.S
[518/1201] Compiling sha256-x86_64-apple.S
[519/1201] Compiling sha256-armv8-apple.S
[520/1201] Compiling sha256-armv4-linux.S
[521/1201] Compiling sha256-586-linux.S
[522/1201] Compiling sha256-armv8-linux.S
[523/1201] Compiling sha256-586-apple.S
[524/1201] Compiling d1_pkt.cc
[525/1201] Compiling sha1-x86_64-linux.S
[526/1201] Compiling d1_lib.cc
[527/1201] Compiling sha1-armv8-win.S
[528/1201] Compiling sha1-armv8-apple.S
[529/1201] Compiling sha1-x86_64-apple.S
[530/1201] Compiling sha1-armv4-large-linux.S
[531/1201] Compiling sha1-586-linux.S
[532/1201] Compiling rsaz-avx2-linux.S
[533/1201] Compiling rsaz-avx2-apple.S
[533/1201] Compiling sha1-armv8-linux.S
[533/1201] Compiling sha1-586-apple.S
[536/1201] Compiling p256_beeu-x86_64-asm-linux.S
[537/1201] Compiling rdrand-x86_64-apple.S
[538/1201] Compiling rdrand-x86_64-linux.S
[539/1201] Compiling p256_beeu-x86_64-asm-apple.S
[540/1201] Compiling p256_beeu-armv8-asm-win.S
[541/1201] Compiling p256_beeu-armv8-asm-linux.S
[542/1201] Compiling p256-x86_64-asm-linux.S
[543/1201] Compiling p256-armv8-asm-win.S
[544/1201] Compiling p256-x86_64-asm-apple.S
[544/1201] Compiling p256-armv8-asm-apple.S
[546/1201] Compiling p256_beeu-armv8-asm-apple.S
[547/1201] Compiling p256-armv8-asm-linux.S
[548/1201] Compiling ghashv8-armv8-win.S
[549/1201] Compiling ghashv8-armv8-apple.S
[550/1201] Compiling ghashv8-armv8-linux.S
[551/1201] Compiling ghash-x86_64-apple.S
[551/1201] Compiling ghash-x86_64-linux.S
[553/1201] Compiling ghash-x86-linux.S
[554/1201] Compiling ghash-x86-apple.S
[555/1201] Compiling ghashv8-armv7-linux.S
[556/1201] Compiling ghash-ssse3-x86_64-linux.S
[557/1201] Compiling ghash-ssse3-x86_64-apple.S
[558/1201] Compiling ghash-neon-armv8-win.S
[559/1201] Compiling ghash-ssse3-x86-linux.S
[560/1201] Compiling ghash-ssse3-x86-apple.S
[561/1201] Compiling ghash-armv4-linux.S
[562/1201] Compiling ghash-neon-armv8-apple.S
[563/1201] Compiling ghash-neon-armv8-linux.S
[563/1201] Compiling co-586-linux.S
[565/1201] Compiling bsaes-armv7-linux.S
[566/1201] Compiling bn-armv8-linux.S
[567/1201] Compiling co-586-apple.S
[568/1201] Compiling bn-586-linux.S
[569/1201] Compiling bn-armv8-win.S
[570/1201] Compiling bn-armv8-apple.S
[571/1201] Compiling armv8-mont-apple.S
[572/1201] Compiling armv8-mont-win.S
[573/1201] Compiling armv8-mont-linux.S
[574/1201] Compiling bn-586-apple.S
[575/1201] Compiling armv4-mont-linux.S
[576/1201] Compiling aesv8-gcm-armv8-apple.S
[577/1201] Compiling aesv8-gcm-armv8-win.S
[578/1201] Compiling aesv8-armv8-apple.S
[579/1201] Compiling aesni-x86_64-linux.S
[580/1201] Compiling aesv8-armv8-win.S
[581/1201] Compiling aesv8-gcm-armv8-linux.S
[582/1201] Compiling aesv8-armv7-linux.S
[583/1201] Compiling aesni-x86-linux.S
[583/1201] Compiling aesni-x86_64-apple.S
[583/1201] Compiling aesv8-armv8-linux.S
[586/1201] Compiling aesni-x86-apple.S
[587/1201] Compiling aesni-gcm-x86_64-linux.S
[588/1201] Compiling aesni-gcm-x86_64-apple.S
[589/1201] Compiling aes-gcm-avx2-x86_64-apple.S
[590/1201] Compiling aes-gcm-avx2-x86_64-linux.S
[591/1201] Compiling aes-gcm-avx10-x86_64-linux.S
[592/1201] Compiling aes-gcm-avx10-x86_64-apple.S
[593/1201] Compiling x_sig.cc
[594/1201] Compiling x_val.cc
[595/1201] Compiling x_x509.cc
[596/1201] Compiling x_x509a.cc
[597/1201] Compiling x_spki.cc
[598/1201] Compiling x_req.cc
[599/1201] Compiling x_pubkey.cc
[600/1201] Compiling x_name.cc
[601/1201] Compiling x_exten.cc
[602/1201] Compiling x_crl.cc
[603/1201] Compiling x509spki.cc
[604/1201] Compiling x_algor.cc
[605/1201] Compiling x509rset.cc
[605/1201] Compiling x_attrib.cc
[607/1201] Compiling x_all.cc
[608/1201] Compiling x509name.cc
[609/1201] Compiling x509_vpm.cc
[610/1201] Compiling x509_v3.cc
[611/1201] Compiling x509_vfy.cc
[612/1201] Compiling x509_txt.cc
[613/1201] Compiling x509_trs.cc
[614/1201] Compiling x509cset.cc
[615/1201] Compiling x509_set.cc
[616/1201] Compiling x509_req.cc
[617/1201] Compiling x509_obj.cc
[618/1201] Compiling x509_lu.cc
[619/1201] Compiling x509_att.cc
[620/1201] Compiling x509_ext.cc
[621/1201] Compiling x509_d2.cc
[622/1201] Compiling x509_cmp.cc
[623/1201] Compiling x509.cc
[624/1201] Compiling x509_def.cc
[625/1201] Compiling v3_purp.cc
[626/1201] Compiling v3_utl.cc
[627/1201] Compiling v3_prn.cc
[628/1201] Compiling v3_skey.cc
[629/1201] Compiling v3_pcons.cc
[630/1201] Compiling v3_pmaps.cc
[631/1201] Compiling v3_ncons.cc
[632/1201] Compiling v3_ocsp.cc
[633/1201] Compiling v3_int.cc
[634/1201] Compiling v3_crld.cc
[635/1201] Compiling v3_lib.cc
[636/1201] Compiling v3_ia5.cc
[637/1201] Compiling v3_enum.cc
[638/1201] Compiling v3_extku.cc
[639/1201] Compiling v3_genn.cc
[640/1201] Compiling v3_info.cc
[641/1201] Compiling v3_bitst.cc
[642/1201] Compiling v3_bcons.cc
[643/1201] Compiling v3_cpols.cc
[644/1201] Compiling v3_conf.cc
[645/1201] Compiling v3_alt.cc
[646/1201] Compiling t_x509a.cc
[647/1201] Compiling v3_akey.cc
[648/1201] Compiling v3_akeya.cc
[649/1201] Compiling t_x509.cc
[650/1201] Compiling t_req.cc
[651/1201] Compiling t_crl.cc
[652/1201] Compiling name_print.cc
[653/1201] Compiling i2d_pr.cc
[654/1201] Compiling rsa_pss.cc
[655/1201] Compiling by_dir.cc
[656/1201] Compiling policy.cc
[657/1201] Compiling a_verify.cc
[658/1201] Compiling by_file.cc
[659/1201] Compiling voprf.cc
[660/1201] Compiling asn1_gen.cc
[661/1201] Compiling algorithm.cc
[662/1201] Compiling thread_win.cc
[663/1201] Compiling thread_none.cc
[664/1201] Compiling a_sign.cc
[665/1201] Compiling a_digest.cc
[666/1201] Compiling pmbtoken.cc
[667/1201] Compiling thread_pthread.cc
[668/1201] Compiling trust_token.cc
[669/1201] Compiling thread.cc
[670/1201] Compiling sha1.cc
[671/1201] Compiling sha512.cc
[672/1201] Compiling stack.cc
[673/1201] Compiling sha256.cc
[674/1201] Compiling siphash.cc
[675/1201] Compiling slhdsa.cc
[676/1201] Compiling rsa_extra.cc
[677/1201] Compiling rsa_print.cc
[678/1201] Compiling spake2plus.cc
[679/1201] Compiling rsa_crypt.cc
[680/1201] Compiling refcount.cc
[681/1201] Compiling rc4.cc
[682/1201] Compiling windows.cc
[683/1201] Compiling rsa_asn1.cc
[684/1201] Compiling forkunsafe.cc
[685/1201] Compiling urandom.cc
[686/1201] Compiling trusty.cc
[687/1201] Compiling rand.cc
[688/1201] Compiling poly1305_arm_asm.S
[689/1201] Compiling getentropy.cc
[690/1201] Compiling passive.cc
[691/1201] Compiling ios.cc
[692/1201] Compiling deterministic.cc
[693/1201] Compiling fork_detect.cc
[694/1201] Compiling poly1305_arm.cc
[695/1201] Compiling poly1305_vec.cc
[696/1201] Compiling poly1305.cc
[697/1201] Compiling pool.cc
[698/1201] Compiling pkcs8_x509.cc
[699/1201] Compiling pkcs8.cc
[700/1201] Compiling pkcs7.cc
[701/1201] Compiling p5_pbev2.cc
[702/1201] Compiling pem_xaux.cc
[703/1201] Compiling pem_pkey.cc
[704/1201] Compiling pkcs7_x509.cc
[705/1201] Compiling pem_x509.cc
[706/1201] Compiling pem_pk8.cc
[707/1201] Compiling pem_lib.cc
[708/1201] Compiling pem_oth.cc
[709/1201] Compiling mlkem.cc
[710/1201] Compiling obj_xref.cc
[711/1201] Compiling mldsa.cc
[712/1201] Compiling pem_all.cc
[713/1201] Compiling md4.cc
[714/1201] Compiling obj.cc
[715/1201] Compiling pem_info.cc
[716/1201] Compiling poly_rq_mul.S
[717/1201] Compiling fips_shared_support.cc
[718/1201] Compiling mem.cc
[719/1201] Compiling md5.cc
[720/1201] Compiling lhash.cc
[721/1201] Compiling kyber.cc
[722/1201] Compiling sign.cc
[723/1201] Compiling ex_data.cc
[724/1201] Compiling hpke.cc
[725/1201] Compiling scrypt.cc
[726/1201] Compiling hrss.cc
[727/1201] Compiling print.cc
[728/1201] Compiling pbkdf.cc
[729/1201] Compiling p_x25519.cc
[730/1201] Compiling p_rsa_asn1.cc
[731/1201] Compiling p_x25519_asn1.cc
[732/1201] Compiling p_ed25519.cc
[733/1201] Compiling p_hkdf.cc
[734/1201] Compiling p_rsa.cc
[735/1201] Compiling p_ed25519_asn1.cc
[736/1201] Compiling p_ec.cc
[737/1201] Compiling p_dh_asn1.cc
[738/1201] Compiling p_ec_asn1.cc
[739/1201] Compiling p_dsa_asn1.cc
[740/1201] Compiling p_dh.cc
[741/1201] Compiling evp_ctx.cc
[742/1201] Compiling err.cc
[743/1201] Compiling engine.cc
[744/1201] Compiling evp.cc
[745/1201] Compiling ecdh.cc
[746/1201] Compiling ec_derive.cc
[747/1201] Compiling hash_to_curve.cc
[748/1201] Compiling evp_asn1.cc
[749/1201] Compiling bcm.cc
[750/1201] Compiling ecdsa_asn1.cc
[751/1201] Compiling ec_asn1.cc
[752/1201] Compiling dsa_asn1.cc
[753/1201] Compiling des.cc
[754/1201] Compiling x25519-asm-arm.S
[755/1201] Compiling dsa.cc
[756/1201] Compiling params.cc
[757/1201] Compiling digest_extra.cc
[758/1201] Compiling curve25519_64_adx.cc
[759/1201] Compiling spake25519.cc
[760/1201] Compiling dh_asn1.cc
[761/1201] Compiling cpu_intel.cc
[762/1201] Compiling crypto.cc
[763/1201] Compiling cpu_arm_linux.cc
[764/1201] Compiling curve25519.cc
[765/1201] Compiling cpu_aarch64_win.cc
[766/1201] Compiling cpu_aarch64_openbsd.cc
[767/1201] Compiling cpu_arm_freebsd.cc
[768/1201] Compiling cpu_aarch64_sysreg.cc
[769/1201] Compiling cpu_aarch64_fuchsia.cc
[770/1201] Compiling cpu_aarch64_linux.cc
[771/1201] Compiling cpu_aarch64_apple.cc
[772/1201] Compiling conf.cc
[773/1201] Compiling e_rc4.cc
[774/1201] Compiling e_tls.cc
[775/1201] Compiling tls_cbc.cc
[776/1201] Compiling get_cipher.cc
[777/1201] Compiling e_aesgcmsiv.cc
[778/1201] Compiling e_des.cc
[779/1201] Compiling e_null.cc
[780/1201] Compiling e_chacha20poly1305.cc
[781/1201] Compiling e_rc2.cc
[782/1201] Compiling e_aesctrhmac.cc
[783/1201] Compiling chacha.cc
[784/1201] Compiling derive_key.cc
[785/1201] Compiling unicode.cc
[786/1201] Compiling buf.cc
[787/1201] Compiling ber.cc
[788/1201] Compiling asn1_compat.cc
[789/1201] Compiling cbb.cc
[790/1201] Compiling cbs.cc
[791/1201] Compiling bn_asn1.cc
[792/1201] Compiling convert.cc
[793/1201] Compiling blake2.cc
[794/1201] Compiling socket_helper.cc
[795/1201] Compiling socket.cc
[796/1201] Compiling printf.cc
[797/1201] Compiling pair.cc
[798/1201] Compiling hexdump.cc
[799/1201] Compiling bio_mem.cc
[800/1201] Compiling file.cc
[801/1201] Compiling fd.cc
[802/1201] Compiling errno.cc
[803/1201] Compiling connect.cc
[804/1201] Compiling bio.cc
[805/1201] Compiling base64.cc
[806/1201] Compiling tasn_typ.cc
[807/1201] Compiling tasn_fre.cc
[808/1201] Compiling tasn_enc.cc
[809/1201] Compiling tasn_utl.cc
[810/1201] Compiling tasn_new.cc
[811/1201] Compiling tasn_dec.cc
[812/1201] Compiling posix_time.cc
[813/1201] Compiling f_string.cc
[814/1201] Compiling f_int.cc
[815/1201] Compiling asn1_par.cc
[816/1201] Compiling asn_pack.cc
[817/1201] Compiling a_utctm.cc
[818/1201] Compiling asn1_lib.cc
[819/1201] Compiling a_type.cc
[820/1201] Compiling a_time.cc
[821/1201] Compiling a_strex.cc
[822/1201] Compiling a_strnid.cc
[823/1201] Compiling a_octet.cc
[824/1201] Compiling a_object.cc
[825/1201] Compiling a_i2d_fp.cc
[826/1201] Compiling a_mbstr.cc
[827/1201] Compiling a_gentm.cc
[828/1201] Compiling a_dup.cc
[829/1201] Compiling fiat_p256_adx_sqr.S
[830/1201] Compiling a_d2i_fp.cc
[831/1201] Compiling fiat_p256_adx_mul.S
[832/1201] Compiling a_int.cc
[833/1201] Compiling fiat_curve25519_adx_square.S
[834/1201] Compiling md5-x86_64-linux.S
[835/1201] Compiling fiat_curve25519_adx_mul.S
[836/1201] Compiling md5-586-linux.S
[837/1201] Compiling md5-x86_64-apple.S
[838/1201] Compiling md5-586-apple.S
[839/1201] Compiling chacha20_poly1305_x86_64-linux.S
[840/1201] Compiling a_bitstr.cc
[841/1201] Compiling chacha20_poly1305_x86_64-apple.S
[842/1201] Compiling chacha20_poly1305_armv8-win.S
[843/1201] Compiling chacha20_poly1305_armv8-apple.S
[844/1201] Compiling chacha-x86_64-linux.S
[845/1201] Compiling chacha20_poly1305_armv8-linux.S
[846/1201] Compiling chacha-x86_64-apple.S
[847/1201] Compiling chacha-x86-linux.S
[848/1201] Compiling chacha-x86-apple.S
[849/1201] Compiling chacha-armv8-win.S
[850/1201] Compiling chacha-armv8-apple.S
[851/1201] Compiling a_bool.cc
[852/1201] Compiling chacha-armv4-linux.S
[853/1201] Compiling chacha-armv8-linux.S
[854/1201] Compiling aes128gcmsiv-x86_64-apple.S
[855/1201] Compiling CCryptoBoringSSLShims shims.c
[856/1201] Compiling aes128gcmsiv-x86_64-linux.S
[857/1201] Compiling x86_64-mont5-linux.S
[858/1201] Compiling x86_64-mont5-apple.S
[859/1201] Compiling x86-mont-linux.S
[860/1201] Compiling x86_64-mont-linux.S
[861/1201] Compiling x86-mont-apple.S
[862/1201] Compiling x86_64-mont-apple.S
[863/1201] Compiling vpaes-x86_64-apple.S
[863/1201] Compiling vpaes-x86_64-linux.S
[865/1201] Compiling vpaes-x86-linux.S
[866/1201] Compiling vpaes-armv8-win.S
[867/1201] Compiling vpaes-x86-apple.S
[868/1201] Compiling vpaes-armv7-linux.S
[869/1201] Compiling vpaes-armv8-apple.S
[870/1201] Compiling vpaes-armv8-linux.S
[871/1201] Compiling sha512-x86_64-linux.S
[872/1201] Compiling sha512-x86_64-apple.S
[873/1201] Compiling sha512-armv8-win.S
[874/1201] Compiling sha512-armv4-linux.S
[875/1201] Compiling err_data.cc
[876/1201] Compiling sha512-armv8-apple.S
[877/1201] Compiling sha512-586-linux.S
[878/1201] Compiling sha512-586-apple.S
[879/1201] Compiling sha512-armv8-linux.S
[880/1201] Compiling sha256-x86_64-apple.S
[881/1201] Compiling sha256-x86_64-linux.S
[882/1201] Compiling sha256-586-linux.S
[883/1201] Compiling sha256-armv8-win.S
[884/1201] Compiling sha256-armv8-apple.S
[885/1201] Compiling sha256-586-apple.S
[886/1201] Compiling sha256-armv4-linux.S
[887/1201] Compiling sha256-armv8-linux.S
[888/1201] Compiling sha1-armv8-win.S
[889/1201] Compiling sha1-x86_64-linux.S
[890/1201] Compiling sha1-x86_64-apple.S
[891/1201] Compiling sha1-586-apple.S
[892/1201] Compiling sha1-armv8-linux.S
[893/1201] Compiling sha1-armv4-large-linux.S
[893/1201] Compiling sha1-armv8-apple.S
[895/1201] Compiling sha1-586-linux.S
[896/1201] Compiling rsaz-avx2-linux.S
[897/1201] Compiling rsaz-avx2-apple.S
[898/1201] Compiling rdrand-x86_64-apple.S
[899/1201] Compiling rdrand-x86_64-linux.S
[900/1201] Compiling p256_beeu-x86_64-asm-apple.S
[901/1201] Compiling p256_beeu-x86_64-asm-linux.S
[902/1201] Compiling p256_beeu-armv8-asm-win.S
[903/1201] Compiling p256_beeu-armv8-asm-linux.S
[904/1201] Compiling p256-x86_64-asm-apple.S
[905/1201] Compiling p256_beeu-armv8-asm-apple.S
[906/1201] Compiling p256-armv8-asm-win.S
[907/1201] Compiling p256-x86_64-asm-linux.S
[908/1201] Compiling p256-armv8-asm-apple.S
[909/1201] Compiling ghashv8-armv8-win.S
[910/1201] Compiling ghashv8-armv8-linux.S
[911/1201] Compiling ghashv8-armv8-apple.S
[912/1201] Compiling ghash-x86_64-linux.S
[913/1201] Compiling ghashv8-armv7-linux.S
[914/1201] Compiling p256-armv8-asm-linux.S
[915/1201] Compiling ghash-x86-linux.S
[916/1201] Compiling ghash-x86-apple.S
[917/1201] Compiling ghash-x86_64-apple.S
[918/1201] Compiling ghash-ssse3-x86_64-apple.S
[919/1201] Compiling ghash-ssse3-x86_64-linux.S
[920/1201] Compiling ghash-ssse3-x86-linux.S
[921/1201] Compiling ghash-ssse3-x86-apple.S
[922/1201] Compiling ghash-neon-armv8-win.S
[923/1201] Compiling ghash-neon-armv8-linux.S
[924/1201] Compiling ghash-armv4-linux.S
[925/1201] Compiling ghash-neon-armv8-apple.S
[926/1201] Compiling co-586-linux.S
[927/1201] Compiling co-586-apple.S
[928/1201] Compiling bsaes-armv7-linux.S
[929/1201] Compiling bn-586-linux.S
[930/1201] Compiling bn-armv8-win.S
[931/1201] Compiling bn-armv8-linux.S
[932/1201] Compiling bn-armv8-apple.S
[933/1201] Compiling bn-586-apple.S
[934/1201] Compiling armv8-mont-win.S
[935/1201] Compiling armv8-mont-linux.S
[936/1201] Compiling armv8-mont-apple.S
[937/1201] Compiling armv4-mont-linux.S
[938/1201] Compiling aesv8-gcm-armv8-win.S
[939/1201] Compiling aesv8-armv8-win.S
[940/1201] Compiling aesv8-gcm-armv8-apple.S
[941/1201] Compiling aesv8-armv8-linux.S
[942/1201] Compiling aesv8-gcm-armv8-linux.S
[943/1201] Compiling aesv8-armv8-apple.S
[944/1201] Compiling aesv8-armv7-linux.S
[945/1201] Compiling aesni-x86_64-apple.S
[946/1201] Compiling aesni-x86-linux.S
[947/1201] Compiling aesni-x86_64-linux.S
[948/1201] Compiling aes-gcm-avx10-x86_64-linux.S
[949/1201] Compiling aesni-gcm-x86_64-apple.S
[950/1201] Compiling aesni-x86-apple.S
[951/1201] Compiling aesni-gcm-x86_64-linux.S
[952/1201] Compiling aes-gcm-avx10-x86_64-apple.S
[953/1201] Compiling x_spki.cc
[954/1201] Compiling x_val.cc
[955/1201] Compiling x_sig.cc
[956/1201] Compiling x_req.cc
[957/1201] Compiling x_x509.cc
[958/1201] Compiling x_x509a.cc
[959/1201] Compiling x_attrib.cc
[960/1201] Compiling x_pubkey.cc
[961/1201] Compiling x_crl.cc
[962/1201] Compiling x_all.cc
[963/1201] Compiling x_name.cc
[964/1201] Compiling x_exten.cc
[965/1201] Compiling x_algor.cc
[966/1201] Compiling c-nioatomics.c
[967/1201] Compiling x509spki.cc
[968/1201] Compiling x509cset.cc
[969/1201] Compiling x509rset.cc
[970/1201] Compiling x509name.cc
[971/1201] Compiling x509_vpm.cc
[972/1201] Compiling x509_v3.cc
[973/1201] Compiling x509_vfy.cc
[974/1201] Compiling c-atomics.c
[975/1201] Compiling x509_txt.cc
[976/1207] Compiling x509_trs.cc
[978/1207] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[978/1207] Compiling x509_obj.cc
[979/1207] Compiling x509_req.cc
[981/1207] Compiling NIOConcurrencyHelpers NIOLock.swift
[981/1207] Compiling x509_set.cc
[983/1207] Compiling NIOConcurrencyHelpers lock.swift
[983/1207] Compiling x509_ext.cc
[985/1207] Emitting module NIOConcurrencyHelpers
[986/1207] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[986/1207] Compiling x509_def.cc
[988/1207] Compiling NIOConcurrencyHelpers atomics.swift
[988/1208] Compiling x509_lu.cc
[990/1208] Compiling x509_d2.cc
[991/1234] Compiling x509_att.cc
[992/1234] Compiling x509_cmp.cc
[993/1234] Compiling x509.cc
[995/1234] Compiling ConsoleKitTerminal Console+Wait.swift
[996/1234] Compiling ConsoleKitTerminal ConsoleColor.swift
[997/1234] Compiling ConsoleKitTerminal ConsoleStyle.swift
[998/1237] Compiling ConsoleKitTerminal Console+Confirm.swift
[999/1237] Compiling ConsoleKitTerminal Console+Input.swift
[1000/1237] Compiling ConsoleKitTerminal Console+Center.swift
[1001/1237] Compiling ConsoleKitTerminal Console+Output.swift
[1002/1237] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1003/1237] Compiling ConsoleKitTerminal ConsoleClear.swift
[1004/1237] Compiling ConsoleKitTerminal Console+Ask.swift
[1005/1237] Compiling ConsoleKitTerminal Console+Choose.swift
[1006/1237] Compiling ConsoleKitTerminal ConsoleText.swift
[1007/1237] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1008/1237] Compiling ConsoleKitTerminal ANSI.swift
[1009/1237] Emitting module ConsoleKitTerminal
[1009/1237] Compiling v3_utl.cc
[1010/1237] Compiling v3_purp.cc
[1011/1237] Compiling v3_skey.cc
[1013/1237] Compiling ConsoleKitTerminal CustomActivity.swift
[1014/1237] Compiling ConsoleKitTerminal LoadingBar.swift
[1015/1237] Compiling ConsoleKitTerminal ProgressBar.swift
[1016/1237] Compiling ConsoleKitTerminal Console+Clear.swift
[1017/1237] Compiling ConsoleKitTerminal ActivityBar.swift
[1018/1237] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1019/1237] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1020/1237] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1021/1237] Compiling ConsoleKitTerminal Console.swift
[1022/1237] Compiling ConsoleKitTerminal Terminal.swift
[1023/1237] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1023/1237] Compiling v3_prn.cc
[1024/1237] Compiling v3_ocsp.cc
[1025/1237] Compiling v3_pcons.cc
[1026/1237] Compiling v3_pmaps.cc
[1028/1237] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1029/1237] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1030/1237] Compiling ConsoleKitTerminal LoggerFragment.swift
[1031/1238] Compiling v3_int.cc
[1032/1238] Compiling v3_lib.cc
[1033/1238] Compiling v3_ncons.cc
[1034/1238] Compiling v3_info.cc
[1035/1238] Compiling v3_ia5.cc
[1036/1238] Compiling v3_extku.cc
[1037/1238] Compiling v3_genn.cc
[1038/1260] Compiling v3_enum.cc
[1039/1260] Compiling v3_crld.cc
[1041/1260] Emitting module ConsoleKitCommands
[1042/1262] Compiling ConsoleKitCommands CommandSignature.swift
[1043/1262] Compiling ConsoleKitCommands Flag.swift
[1044/1262] Compiling ConsoleKitCommands Option.swift
[1045/1262] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1046/1262] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1047/1262] Compiling ConsoleKitCommands Argument.swift
[1047/1262] Compiling v3_alt.cc
[1049/1262] Compiling ConsoleKitCommands AsyncCommands.swift
[1050/1262] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1051/1262] Compiling ConsoleKitCommands AnyCommand.swift
[1052/1262] Compiling ConsoleKitCommands Command.swift
[1053/1262] Compiling ConsoleKitCommands CommandContext.swift
[1054/1262] Compiling ConsoleKitCommands CommandError.swift
[1055/1262] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1056/1262] Compiling ConsoleKitCommands Utilities.swift
[1056/1262] Compiling v3_cpols.cc
[1057/1262] Compiling v3_bitst.cc
[1058/1262] Compiling v3_conf.cc
[1059/1262] Compiling v3_bcons.cc
[1060/1262] Compiling v3_akey.cc
[1061/1262] Compiling v3_akeya.cc
[1062/1262] Compiling t_x509.cc
[1063/1262] Compiling t_x509a.cc
[1065/1262] Compiling ConsoleKitCommands CommandGroup.swift
[1066/1262] Compiling ConsoleKitCommands CommandInput.swift
[1067/1262] Compiling ConsoleKitCommands Commands.swift
[1068/1262] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1069/1262] Compiling ConsoleKitCommands AsyncCommand.swift
[1070/1262] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1071/1262] Compiling ConsoleKitCommands Console+Run.swift
[1072/1262] Compiling ConsoleKitCommands ConsoleError.swift
[1073/1262] Compiling ConsoleKitCommands Completion.swift
[1073/1262] Compiling t_req.cc
[1074/1263] Compiling t_crl.cc
[1076/1263] Compiling policy.cc
[1077/1263] Compiling rsa_pss.cc
[1078/1263] Compiling name_print.cc
[1079/1263] Compiling i2d_pr.cc
[1081/1265] Emitting module ConsoleKit
[1082/1265] Compiling ConsoleKit Exports.swift
[1082/1266] Compiling asn1_gen.cc
[1083/1266] Compiling by_file.cc
[1085/1266] Compiling by_dir.cc
[1086/1266] Compiling a_verify.cc
[1087/1266] Compiling algorithm.cc
[1088/1266] Compiling a_digest.cc
[1089/1266] Compiling thread_none.cc
[1090/1266] Compiling a_sign.cc
[1091/1266] Compiling thread_win.cc
[1092/1266] Compiling thread_pthread.cc
[1093/1266] Compiling thash.cc
[1094/1266] Compiling trust_token.cc
[1095/1266] Compiling thread.cc
[1096/1266] Compiling voprf.cc
[1097/1266] Compiling pmbtoken.cc
[1098/1266] Compiling wots.cc
[1099/1266] Compiling stack.cc
[1100/1266] Compiling merkle.cc
[1101/1266] Compiling fors.cc
[1102/1266] Compiling slhdsa.cc
[1103/1266] Compiling sha512.cc
[1104/1266] Compiling rsa_print.cc
[1105/1266] Compiling siphash.cc
[1106/1266] Compiling sha256.cc
[1107/1266] Compiling sha1.cc
[1108/1266] Compiling rsa_extra.cc
[1109/1266] Compiling windows.cc
[1110/1266] Compiling refcount.cc
[1111/1266] Compiling rc4.cc
[1112/1266] Compiling rsa_crypt.cc
[1113/1266] Compiling trusty.cc
[1114/1266] Compiling rand_extra.cc
[1115/1266] Compiling urandom.cc
[1116/1266] Compiling rsa_asn1.cc
[1117/1266] Compiling fork_detect.cc
[1118/1266] Compiling poly1305_arm_asm.S
[1119/1266] Compiling forkunsafe.cc
[1120/1266] Compiling deterministic.cc
[1121/1266] Compiling getentropy.cc
[1122/1266] Compiling ios.cc
[1123/1266] Compiling passive.cc
[1124/1266] Compiling pool.cc
[1125/1266] Compiling poly1305_vec.cc
[1126/1266] Compiling poly1305_arm.cc
[1127/1266] Compiling poly1305.cc
[1128/1266] Compiling pkcs7_x509.cc
[1129/1266] Compiling p5_pbev2.cc
[1130/1266] Compiling pkcs7.cc
[1131/1266] Compiling pkcs8_x509.cc
[1132/1266] Compiling pkcs8.cc
[1133/1266] Compiling pem_xaux.cc
[1134/1266] Compiling pem_x509.cc
[1135/1266] Compiling pem_pkey.cc
[1136/1266] Compiling pem_pk8.cc
[1137/1266] Compiling obj_xref.cc
[1138/1266] Compiling pem_oth.cc
[1139/1266] Compiling pem_all.cc
[1140/1266] Compiling pem_lib.cc
[1141/1266] Compiling pem_info.cc
[1142/1266] Compiling mldsa.cc
[1143/1266] Compiling mem.cc
[1144/1266] Compiling poly_rq_mul.S
[1145/1266] Compiling obj.cc
[1146/1266] Compiling fips_shared_support.cc
[1147/1266] Compiling md4.cc
[1148/1266] Compiling mlkem.cc
[1149/1266] Compiling lhash.cc
[1150/1266] Compiling md5.cc
[1151/1266] Compiling kyber.cc
[1152/1266] Compiling sign.cc
[1153/1266] Compiling pbkdf.cc
[1154/1266] Compiling ex_data.cc
[1155/1266] Compiling hpke.cc
[1156/1266] Compiling scrypt.cc
[1157/1266] Compiling print.cc
[1158/1266] Compiling hrss.cc
[1159/1266] Compiling p_x25519.cc
[1160/1266] Compiling p_hkdf.cc
[1161/1266] Compiling p_x25519_asn1.cc
[1162/1266] Compiling p_rsa_asn1.cc
[1163/1266] Compiling p_ed25519.cc
[1164/1266] Compiling p_rsa.cc
[1165/1266] Compiling p_ec.cc
[1166/1266] Compiling p_ed25519_asn1.cc
[1167/1266] Compiling p_dh.cc
[1168/1266] Compiling p_ec_asn1.cc
[1169/1266] Compiling p_dh_asn1.cc
[1170/1266] Compiling evp.cc
[1171/1266] Compiling p_dsa_asn1.cc
[1172/1266] Compiling evp_ctx.cc
[1173/1266] Compiling engine.cc
[1174/1266] Compiling err.cc
[1175/1266] Compiling evp_asn1.cc
[1176/1266] Compiling ecdh_extra.cc
[1177/1266] Compiling ec_derive.cc
[1178/1266] Compiling ecdsa_asn1.cc
[1179/1266] Compiling hash_to_curve.cc
[1180/1266] Compiling ec_asn1.cc
[1181/1266] Compiling dsa_asn1.cc
[1182/1266] Compiling dsa.cc
[1183/1266] Compiling bcm.cc
[1184/1266] Compiling x25519-asm-arm.S
[1185/1266] Compiling params.cc
[1186/1266] Compiling dh_asn1.cc
[1187/1266] Compiling curve25519_64_adx.cc
[1188/1266] Compiling digest_extra.cc
[1189/1266] Compiling des.cc
[1190/1266] Compiling crypto.cc
[1191/1266] Compiling spake25519.cc
[1192/1266] Compiling cpu_intel.cc
[1193/1266] Compiling curve25519.cc
[1194/1266] Compiling cpu_arm_freebsd.cc
[1195/1266] Compiling cpu_arm_linux.cc
[1196/1266] Compiling cpu_aarch64_sysreg.cc
[1197/1266] Compiling cpu_aarch64_linux.cc
[1198/1266] Compiling cpu_aarch64_win.cc
[1199/1266] Compiling cpu_aarch64_openbsd.cc
[1200/1266] Compiling cpu_aarch64_fuchsia.cc
[1201/1266] Compiling cpu_aarch64_apple.cc
[1202/1266] Compiling conf.cc
[1203/1266] Compiling tls_cbc.cc
[1204/1266] Compiling e_rc4.cc
[1205/1266] Compiling e_null.cc
[1206/1266] Compiling e_tls.cc
[1207/1266] Compiling e_rc2.cc
[1208/1266] Compiling e_des.cc
[1209/1266] Compiling e_chacha20poly1305.cc
[1210/1266] Compiling e_aesctrhmac.cc
[1211/1266] Compiling derive_key.cc
[1212/1266] Compiling e_aesgcmsiv.cc
[1213/1266] Compiling chacha.cc
[1214/1266] Compiling unicode.cc
[1215/1266] Compiling cipher_extra.cc
[1216/1266] Compiling ber.cc
[1217/1266] Compiling asn1_compat.cc
[1218/1266] Compiling buf.cc
[1219/1266] Compiling cbb.cc
[1220/1266] Compiling convert.cc
[1221/1266] Compiling blake2.cc
[1222/1266] Compiling cbs.cc
[1223/1266] Compiling printf.cc
[1224/1266] Compiling bn_asn1.cc
[1225/1266] Compiling pair.cc
[1226/1266] Compiling file.cc
[1227/1266] Compiling fd.cc
[1228/1266] Compiling errno.cc
[1229/1266] Compiling bio_mem.cc
[1230/1266] Compiling hexdump.cc
[1231/1266] Compiling bio.cc
[1232/1266] Compiling base64.cc
[1233/1266] Compiling tasn_utl.cc
[1234/1266] Compiling tasn_typ.cc
[1235/1266] Compiling posix_time.cc
[1236/1266] Compiling tasn_fre.cc
[1237/1266] Compiling tasn_enc.cc
[1238/1266] Compiling tasn_new.cc
[1239/1266] Compiling f_string.cc
[1240/1266] Compiling f_int.cc
[1241/1266] Compiling asn1_par.cc
[1242/1266] Compiling asn_pack.cc
[1243/1266] Compiling tasn_dec.cc
[1244/1266] Compiling a_type.cc
[1245/1266] Compiling a_time.cc
[1246/1266] Compiling a_utctm.cc
[1247/1266] Compiling asn1_lib.cc
[1248/1266] Compiling a_strnid.cc
[1249/1266] Compiling a_strex.cc
[1250/1266] Compiling a_octet.cc
[1251/1266] Compiling a_object.cc
[1252/1266] Compiling a_i2d_fp.cc
[1253/1266] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1254/1266] Write sources
[1255/1266] Compiling a_int.cc
[1256/1266] Write sources
[1260/1266] Compiling a_d2i_fp.cc
[1261/1266] Compiling a_dup.cc
[1262/1267] Compiling a_mbstr.cc
[1263/1267] Compiling a_bool.cc
[1264/1268] Compiling a_gentm.cc
[1265/1363] Compiling a_bitstr.cc
[1267/1371] Compiling Atomics ManagedAtomic.swift
[1268/1371] Compiling Atomics ManagedAtomicLazyReference.swift
[1269/1371] Compiling Atomics UnsafeAtomic.swift
[1270/1371] Compiling Atomics UnsafeAtomicLazyReference.swift
[1271/1373] Emitting module BitCollections
[1272/1380] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1273/1380] Compiling BitCollections BitSet+CustomReflectable.swift
[1274/1380] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1275/1380] Compiling BitCollections BitSet+Equatable.swift
[1276/1380] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1277/1380] Compiling BitCollections BitSet+Extras.swift
[1278/1380] Compiling BitCollections BitSet+Hashable.swift
[1279/1380] Compiling Atomics OptionalRawRepresentable.swift
[1280/1380] Compiling Atomics RawRepresentable.swift
[1281/1380] Compiling Atomics AtomicBool.swift
[1282/1380] Compiling Atomics Primitives.shims.swift
[1283/1380] Compiling Atomics AtomicInteger.swift
[1284/1380] Compiling Atomics AtomicOptionalWrappable.swift
[1285/1380] Compiling Algorithms EitherSequence.swift
[1286/1380] Compiling Algorithms FirstNonNil.swift
[1287/1380] Compiling Algorithms AdjacentPairs.swift
[1288/1380] Compiling Algorithms Chain.swift
[1289/1380] Compiling Algorithms Chunked.swift
[1290/1380] Compiling Atomics IntegerOperations.swift
[1291/1380] Compiling Atomics Unmanaged extensions.swift
[1292/1380] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1293/1380] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1294/1380] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1295/1380] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1296/1380] Compiling BitCollections BitSet+SetAlgebra union.swift
[1297/1380] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1298/1380] Compiling BitCollections BitSet.Counted.swift
[1299/1380] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1300/1380] Compiling CryptoBoringWrapper RandomBytes.swift
[1301/1380] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1302/1380] Emitting module CryptoBoringWrapper
[1303/1380] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1306/1380] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1307/1380] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1308/1380] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1310/1383] Compiling BitCollections BitArray+RandomBits.swift
[1311/1383] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1312/1383] Compiling BitCollections BitArray+Shifts.swift
[1313/1383] Compiling BitCollections BitArray+Testing.swift
[1314/1383] Compiling BitCollections BitArray._UnsafeHandle.swift
[1315/1383] Compiling BitCollections BitArray.swift
[1316/1383] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1317/1383] Compiling BitCollections BitSet+Codable.swift
[1325/1383] Compiling BitCollections BitSet+Initializers.swift
[1326/1383] Compiling BitCollections BitSet+Invariants.swift
[1327/1383] Compiling BitCollections BitSet+Random.swift
[1328/1383] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1329/1383] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1330/1383] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1331/1383] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1335/1383] Compiling Algorithms Combinations.swift
[1336/1383] Compiling Algorithms Compacted.swift
[1337/1383] Compiling Algorithms Cycle.swift
[1351/1383] Compiling CryptoBoringWrapper EllipticCurve.swift
[1352/1383] Compiling BitCollections BitSet.Index.swift
[1353/1383] Compiling BitCollections BitSet._UnsafeHandle.swift
[1354/1383] Compiling BitCollections BitSet.swift
[1355/1383] Compiling BitCollections Range+Utilities.swift
[1356/1383] Compiling BitCollections Slice+Utilities.swift
[1357/1383] Compiling BitCollections UInt+Tricks.swift
[1358/1383] Compiling BitCollections _Word.swift
[1362/1384] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1363/1384] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1364/1385] Emitting module Atomics
[1375/1417] Compiling Collections Collections.swift
[1376/1450] Compiling Crypto AES-GCM.swift
[1377/1450] Compiling Crypto AES-GCM_boring.swift
[1378/1450] Compiling Crypto ChaChaPoly_boring.swift
[1379/1450] Compiling Crypto ChaChaPoly.swift
[1380/1458] Emitting module Collections
[1381/1459] Compiling Crypto HPKE-Utils.swift
[1382/1459] Compiling Crypto DHKEM.swift
[1383/1459] Compiling Crypto HPKE-KEM-Curve25519.swift
[1385/1459] Emitting module Algorithms
[1387/1460] Compiling Crypto Cipher.swift
[1388/1460] Compiling Crypto Nonces.swift
[1391/1461] Compiling Crypto HPKE-Ciphersuite.swift
[1392/1461] Compiling Crypto HPKE-KDF.swift
[1393/1461] Compiling Crypto HPKE-KexKeyDerivation.swift
[1394/1461] Compiling Crypto HPKE-LabeledExtract.swift
[1398/1461] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1399/1461] Compiling Crypto HPKE-KEM.swift
[1400/1461] Compiling Crypto HPKE-Errors.swift
[1401/1478] Compiling Crypto SymmetricKeys.swift
[1402/1480] Compiling Crypto HMAC.swift
[1403/1480] Compiling Crypto MACFunctions.swift
[1404/1480] Compiling Crypto MessageAuthenticationCode.swift
[1405/1480] Compiling Crypto AES.swift
[1406/1480] Compiling Crypto ECDSASignature_boring.swift
[1407/1480] Compiling Crypto ECDSA_boring.swift
[1408/1480] Compiling Crypto EdDSA_boring.swift
[1409/1480] Compiling Crypto ECDSA.swift
[1410/1480] Compiling Crypto Ed25519.swift
[1411/1530] Compiling Crypto HKDF.swift
[1412/1530] Compiling Crypto AESWrap.swift
[1413/1530] Compiling Crypto AESWrap_boring.swift
[1414/1530] Compiling Crypto Ed25519_boring.swift
[1415/1530] Compiling Crypto NISTCurvesKeys_boring.swift
[1416/1530] Compiling Crypto X25519Keys_boring.swift
[1417/1530] Compiling Crypto Curve25519.swift
[1418/1530] Compiling Crypto Ed25519Keys.swift
[1419/1530] Compiling Crypto NISTCurvesKeys.swift
[1420/1530] Compiling Crypto X25519Keys.swift
[1421/1530] Emitting module Crypto
[1422/1530] Compiling NIOCore EventLoop+Deprecated.swift
[1423/1530] Compiling NIOCore EventLoop+SerialExecutor.swift
[1424/1530] Compiling NIOCore EventLoop.swift
[1425/1530] Compiling NIOCore IO.swift
[1426/1530] Compiling NIOCore IOData.swift
[1427/1530] Compiling NIOCore IPProtocol.swift
[1428/1530] Compiling NIOCore IntegerBitPacking.swift
[1429/1530] Compiling NIOCore IntegerTypes.swift
[1430/1530] Compiling NIOCore Interfaces.swift
[1431/1530] Compiling NIOCore Linux.swift
[1432/1530] Compiling NIOCore EventLoopFuture.swift
[1433/1530] Compiling NIOCore FileDescriptor.swift
[1434/1530] Compiling NIOCore FileHandle.swift
[1435/1530] Compiling NIOCore FileRegion.swift
[1436/1530] Compiling NIOCore GlobalSingletons.swift
[1437/1530] Compiling NIOCore CircularBuffer.swift
[1438/1530] Compiling NIOCore Codec.swift
[1439/1530] Compiling NIOCore ConvenienceOptionSupport.swift
[1440/1530] Compiling NIOCore DeadChannel.swift
[1441/1530] Compiling NIOCore DispatchQueue+WithFuture.swift
[1442/1530] Compiling NIOCore MulticastChannel.swift
[1443/1530] Compiling NIOCore NIOAny.swift
[1444/1530] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1445/1530] Compiling NIOCore NIOLoopBound.swift
[1446/1530] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1447/1530] Compiling NIOCore NIOScheduledCallback.swift
[1448/1530] Compiling NIOCore NIOSendable.swift
[1449/1530] Compiling NIOCore RecvByteBufferAllocator.swift
[1450/1538] Compiling Crypto Signature.swift
[1451/1538] Compiling Crypto CryptoKitErrors_boring.swift
[1452/1538] Compiling Crypto RNG_boring.swift
[1453/1538] Compiling Crypto SafeCompare_boring.swift
[1454/1538] Compiling Crypto Zeroization_boring.swift
[1455/1538] Compiling Crypto PrettyBytes.swift
[1456/1538] Compiling Crypto SafeCompare.swift
[1457/1538] Compiling Crypto SecureBytes.swift
[1458/1538] Compiling Crypto Zeroization.swift
[1459/1538] Compiling NIOCore AsyncAwaitSupport.swift
[1460/1538] Compiling NIOCore AsyncChannel.swift
[1461/1538] Compiling NIOCore AsyncChannelHandler.swift
[1462/1538] Compiling NIOCore AsyncChannelInboundStream.swift
[1463/1538] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1464/1538] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1465/1538] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1466/1538] Compiling NIOCore NIOAsyncWriter.swift
[1467/1538] Compiling NIOCore ByteBuffer-multi-int.swift
[1468/1538] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1469/1538] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1470/1538] Compiling NIOCore BSDSocketAPI.swift
[1471/1538] Compiling NIOCore ByteBuffer-aux.swift
[1472/1538] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1473/1538] Compiling NIOCore ByteBuffer-conversions.swift
[1474/1538] Compiling NIOCore ByteBuffer-core.swift
[1475/1538] Compiling NIOCore ByteBuffer-hex.swift
[1476/1538] Compiling NIOCore ByteBuffer-int.swift
[1477/1538] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1478/1538] Compiling NIOCore AddressedEnvelope.swift
[1487/1539] Compiling NIOCore MarkedCircularBuffer.swift
[1488/1539] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1489/1539] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1490/1539] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1496/1539] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1497/1539] Compiling NIOCore SocketAddresses.swift
[1498/1539] Compiling NIOCore SocketOptionProvider.swift
[1499/1539] Compiling NIOCore SystemCallHelpers.swift
[1500/1539] Compiling NIOCore TimeAmount+Duration.swift
[1501/1539] Compiling NIOCore TypeAssistedChannelHandler.swift
[1502/1539] Compiling NIOCore UniversalBootstrapSupport.swift
[1503/1539] Compiling NIOCore Utilities.swift
[1532/1539] Compiling NIOCore ByteBuffer-views.swift
[1533/1539] Compiling NIOCore Channel.swift
[1534/1539] Compiling NIOCore ChannelHandler.swift
[1535/1539] Compiling NIOCore ChannelHandlers.swift
[1536/1539] Compiling NIOCore ChannelInvoker.swift
[1537/1539] Compiling NIOCore ChannelOption.swift
[1538/1539] Compiling NIOCore ChannelPipeline.swift
[1539/1539] Emitting module NIOCore
[1541/1590] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1542/1590] Emitting module NIOEmbedded
[1543/1590] Compiling NIOEmbedded AsyncTestingChannel.swift
[1544/1590] Compiling NIOPosix Pool.swift
[1545/1590] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1546/1590] Compiling NIOPosix PosixSingletons.swift
[1547/1590] Compiling NIOPosix RawSocketBootstrap.swift
[1548/1590] Compiling NIOPosix Resolver.swift
[1549/1590] Compiling NIOPosix Selectable.swift
[1550/1596] Compiling NIOEmbedded Embedded.swift
[1552/1597] Compiling NIOPosix ThreadPosix.swift
[1553/1597] Compiling NIOPosix ThreadWindows.swift
[1554/1597] Compiling NIOPosix UnsafeTransfer.swift
[1555/1597] Compiling NIOPosix Utilities.swift
[1556/1597] Compiling NIOPosix VsockAddress.swift
[1557/1597] Compiling NIOPosix VsockChannelEvents.swift
[1558/1597] Compiling NIOPosix SelectableChannel.swift
[1559/1597] Compiling NIOPosix SelectableEventLoop.swift
[1560/1597] Compiling NIOPosix SelectorEpoll.swift
[1561/1597] Compiling NIOPosix SelectorGeneric.swift
[1562/1597] Compiling NIOPosix SelectorKqueue.swift
[1563/1597] Compiling NIOPosix SelectorUring.swift
[1564/1597] Compiling NIOPosix ServerSocket.swift
[1565/1597] Compiling NIOPosix Socket.swift
[1566/1597] Compiling NIOPosix SocketChannel.swift
[1567/1597] Compiling NIOPosix SocketProtocols.swift
[1568/1597] Compiling NIOPosix System.swift
[1569/1597] Compiling NIOPosix Thread.swift
[1570/1597] Compiling NIOPosix IO.swift
[1571/1597] Compiling NIOPosix IntegerBitPacking.swift
[1572/1597] Compiling NIOPosix IntegerTypes.swift
[1573/1597] Compiling NIOPosix Linux.swift
[1574/1597] Compiling NIOPosix LinuxCPUSet.swift
[1575/1597] Compiling NIOPosix LinuxUring.swift
[1576/1597] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1577/1597] Compiling NIOPosix NIOThreadPool.swift
[1578/1597] Compiling NIOPosix NonBlockingFileIO.swift
[1579/1597] Compiling NIOPosix PendingDatagramWritesManager.swift
[1580/1597] Compiling NIOPosix PendingWritesManager.swift
[1581/1597] Compiling NIOPosix PipeChannel.swift
[1582/1597] Compiling NIOPosix PipePair.swift
[1583/1597] Compiling NIOPosix BSDSocketAPICommon.swift
[1584/1597] Compiling NIOPosix BSDSocketAPIPosix.swift
[1585/1597] Compiling NIOPosix BSDSocketAPIWindows.swift
[1586/1597] Compiling NIOPosix BaseSocket.swift
[1587/1597] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1588/1597] Compiling NIOPosix BaseSocketChannel.swift
[1589/1597] Compiling NIOPosix BaseStreamSocketChannel.swift
[1590/1597] Compiling NIOPosix Bootstrap.swift
[1591/1597] Compiling NIOPosix ControlMessage.swift
[1592/1597] Compiling NIOPosix DatagramVectorReadManager.swift
[1593/1597] Compiling NIOPosix Errors+Any.swift
[1594/1597] Compiling NIOPosix FileDescriptor.swift
[1595/1597] Compiling NIOPosix GetaddrinfoResolver.swift
[1596/1597] Compiling NIOPosix HappyEyeballs.swift
[1597/1597] Emitting module NIOPosix
[1599/1657] Compiling NIO Exports.swift
[1600/1657] Emitting module NIO
[1602/1658] Compiling _NIOFileSystem Array+FileSystem.swift
[1603/1658] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1604/1658] Compiling _NIOFileSystem BufferedReader.swift
[1605/1660] Compiling _NIOFileSystem Exports.swift
[1606/1660] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1607/1660] Compiling _NIOFileSystem FileSystemError.swift
[1608/1660] Compiling _NIOFileSystem FileChunks.swift
[1609/1660] Compiling _NIOFileSystem FileHandle.swift
[1610/1660] Compiling _NIOFileSystem FileHandleProtocol.swift
[1611/1660] Compiling _NIOFileSystem FileInfo.swift
[1612/1660] Compiling _NIOFileSystem FileSystem.swift
[1613/1660] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1614/1791] Compiling NIOTLS TLSEvents.swift
[1615/1791] Emitting module NIOTLS
[1616/1791] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1617/1792] Compiling SQLKit SQLCreateEnumBuilder.swift
[1618/1792] Compiling SQLKit SQLCreateIndexBuilder.swift
[1619/1794] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1620/1794] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1621/1794] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1622/1794] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1623/1794] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1624/1794] Compiling NIOSOCKS SOCKSResponse.swift
[1625/1794] Emitting module NIOSOCKS
[1626/1794] Compiling SQLKit SQLAlterEnumBuilder.swift
[1627/1794] Compiling SQLKit SQLAlterTableBuilder.swift
[1628/1794] Compiling NIOSOCKS ClientStateMachine.swift
[1629/1794] Emitting module _NIOFileSystem
[1630/1794] Compiling SQLKit SQLCreateTriggerBuilder.swift
[1631/1794] Compiling SQLKit SQLDeleteBuilder.swift
[1632/1794] Compiling SQLKit SQLDropEnumBuilder.swift
[1635/1798] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1638/1798] Compiling NIOSOCKS ServerStateMachine.swift
[1640/1798] Compiling SQLKit SQLCreateTableBuilder.swift
[1645/1799] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1646/1799] Compiling NIOTLS SNIHandler.swift
[1649/1800] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1650/1800] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1651/1800] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1652/1800] Emitting module NIOFoundationCompat
[1653/1801] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1654/1801] Compiling SQLKit SQLRawBuilder.swift
[1655/1801] Compiling SQLKit SQLBetween.swift
[1656/1801] Compiling SQLKit SQLColumn.swift
[1657/1801] Compiling SQLKit SQLConstraint.swift
[1658/1801] Compiling SQLKit SQLDataType.swift
[1659/1801] Compiling SQLKit SQLDirection.swift
[1660/1801] Compiling SQLKit SQLPartialResultBuilder.swift
[1661/1801] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1662/1801] Compiling SQLKit Exports.swift
[1663/1801] Compiling SQLKit SQLAlias.swift
[1665/1801] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1666/1801] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1667/1801] Compiling SQLKit SQLDropTriggerBuilder.swift
[1668/1801] Compiling SQLKit SQLInsertBuilder.swift
[1669/1830] Compiling SQLKit SQLDropIndex.swift
[1670/1830] Compiling SQLKit SQLDropTable.swift
[1671/1830] Compiling SQLKit SQLDropTrigger.swift
[1672/1830] Compiling SQLKit SQLInsert.swift
[1673/1830] Compiling SQLKit SQLSelect.swift
[1674/1830] Compiling SQLKit SQLUnion.swift
[1675/1830] Compiling SQLKit SQLUpdate.swift
[1676/1830] Compiling SQLKit SQLExpression.swift
[1677/1830] Compiling SQLKit SQLSerializer.swift
[1678/1830] Compiling SQLKit SQLStatement.swift
[1679/1830] Compiling SQLKit SQLBinaryExpression.swift
[1680/1830] Compiling SQLKit SQLBinaryOperator.swift
[1681/1830] Compiling SQLKit SQLBind.swift
[1682/1842] Compiling NIOSSL SSLErrors.swift
[1683/1842] Compiling NIOSSL SSLInit.swift
[1684/1842] Compiling NIOSSL SSLPKCS12Bundle.swift
[1685/1842] Compiling NIOSSL NIOSSLServerHandler.swift
[1686/1842] Compiling NIOSSL ObjectIdentifier.swift
[1687/1842] Compiling NIOSSL PosixPort.swift
[1688/1842] Compiling NIOSSL SSLCallbacks.swift
[1689/1842] Compiling NIOSSL SSLPrivateKey.swift
[1690/1842] Compiling NIOSSL SSLPublicKey.swift
[1691/1842] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1692/1842] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1693/1842] Compiling NIOSSL SubjectAlternativeName.swift
[1694/1842] Compiling NIOSSL NIOSSLSecureBytes.swift
[1695/1842] Compiling NIOSSL RNG.swift
[1696/1842] Compiling NIOSSL SafeCompare.swift
[1703/1842] Compiling _NIOFileSystem SystemFileHandle.swift
[1704/1842] Compiling _NIOFileSystem Utilities.swift
[1705/1842] Compiling _NIOFileSystem OpenOptions.swift
[1706/1842] Compiling _NIOFileSystem String+FileSystem.swift
[1707/1842] Compiling SQLKit SQLQueryString.swift
[1713/1874] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1714/1874] Compiling SQLKit SQLColumnAssignment.swift
[1715/1874] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1716/1874] Compiling SQLKit SQLColumnDefinition.swift
[1717/1874] Compiling SQLKit SQLCommonTableExpression.swift
[1718/1874] Compiling SQLKit SQLConflictAction.swift
[1719/1874] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1720/1874] Compiling SQLKit SQLDropBehaviour.swift
[1721/1874] Compiling SQLKit SQLEnumDataType.swift
[1722/1874] Compiling SQLKit SQLExcludedColumn.swift
[1723/1874] Compiling SQLKit SQLForeignKey.swift
[1724/1874] Compiling SQLKit SQLJoin.swift
[1725/1874] Compiling SQLKit SQLJoinMethod.swift
[1726/1874] Compiling SQLKit SQLLockingClause.swift
[1727/1874] Compiling SQLKit SQLOrderBy.swift
[1728/1874] Compiling SQLKit SQLReturning.swift
[1729/1874] Compiling SQLKit SQLSubquery.swift
[1730/1874] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1731/1874] Compiling SQLKit SQLAlterEnum.swift
[1732/1874] Compiling SQLKit SQLAlterTable.swift
[1733/1874] Compiling SQLKit SQLCreateEnum.swift
[1734/1874] Compiling SQLKit SQLCreateIndex.swift
[1735/1874] Compiling SQLKit SQLCreateTable.swift
[1736/1874] Compiling SQLKit SQLCreateTrigger.swift
[1737/1874] Compiling SQLKit SQLDelete.swift
[1738/1874] Compiling SQLKit SQLDropEnum.swift
[1739/1874] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1740/1874] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1741/1874] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1742/1874] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1743/1874] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1744/1874] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1745/1874] Compiling NIOTransportServices NIOTSSingletons.swift
[1746/1874] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1747/1874] Compiling NIOTransportServices StateManagedChannel.swift
[1748/1874] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1749/1874] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1750/1874] Compiling SQLiteNIO SQLiteData.swift
[1751/1874] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1752/1874] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1753/1876] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1754/1876] Compiling NIOTransportServices NIOTSErrors.swift
[1755/1876] Compiling NIOTransportServices NIOTSEventLoop.swift
[1759/1876] Emitting module NIOTransportServices
[1760/1876] Compiling SQLiteNIO Exports.swift
[1761/1876] Compiling SQLiteNIO SQLiteConnection.swift
[1762/1876] Compiling SQLiteNIO SQLiteCustomFunction.swift
[1769/1876] Compiling NIOTransportServices AcceptHandler.swift
[1773/1876] Compiling SQLKit SQLPredicateBuilder.swift
[1774/1876] Compiling SQLKit SQLQueryBuilder.swift
[1775/1876] Compiling SQLKit SQLQueryFetcher.swift
[1776/1876] Compiling SQLKit SQLReturningBuilder.swift
[1777/1876] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1778/1876] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1779/1876] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1780/1876] Compiling SQLKit SQLDatabase.swift
[1781/1876] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1782/1876] Compiling SQLKit SQLDialect.swift
[1783/1876] Compiling SQLKit SQLDatabase+Deprecated.swift
[1784/1876] Compiling SQLKit SQLError.swift
[1785/1876] Compiling SQLKit SQLExpressions+Deprecated.swift
[1792/1876] Compiling SQLiteNIO SQLiteRow.swift
[1793/1877] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1794/1877] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1798/1878] Emitting module NIOHTTP1
[1811/1879] Emitting module SQLKit
[1812/1879] Emitting module SQLiteNIO
[1817/1879] Compiling SQLiteNIO SQLiteStatement.swift
[1818/1879] Compiling SQLiteNIO SQLiteError.swift
[1819/1879] Compiling SQLiteNIO SQLiteDataType.swift
[1820/1879] Compiling SQLiteNIO SQLiteDataConvertible.swift
[1821/1879] Compiling SQLiteNIO SQLiteDatabase.swift
[1823/1908] Emitting module AsyncKit
[1824/1926] Compiling NIOWebSocket WebSocketOpcode.swift
[1825/1926] Compiling NIOExtras JSONRPCFraming.swift
[1826/1926] Compiling NIOExtras DebugInboundEventsHandler.swift
[1827/1927] Emitting module NIOSSL
[1828/1927] Compiling NIOHPACK IndexedHeaderTable.swift
[1829/1927] Compiling NIOHPACK IntegerCoding.swift
[1830/1931] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1831/1932] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1832/1932] Compiling NIOExtras RequestResponseHandler.swift
[1833/1932] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1834/1932] Compiling NIOHPACK HuffmanTables.swift
[1835/1934] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1836/1934] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1837/1934] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1838/1934] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1839/1934] Compiling NIOHPACK HuffmanCoding.swift
[1840/1934] Emitting module NIOWebSocket
[1841/1934] Emitting module NIOHTTPCompression
[1842/1934] Compiling NIOHTTPCompression HTTPCompression.swift
[1843/1934] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1844/1934] Compiling NIOHTTPCompression HTTPDecompression.swift
[1845/1934] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1846/1935] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1847/1935] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1848/1935] Compiling NIOWebSocket WebSocketFrame.swift
[1849/1936] Compiling NIOHPACK StaticHeaderTable.swift
[1861/1936] Compiling NIOExtras UnsafeTransfer.swift
[1862/1936] Compiling NIOExtras WritePCAPHandler.swift
[1864/1936] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1865/1936] Compiling NIOExtras NIORequestIdentifiable.swift
[1866/1936] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1867/1936] Compiling NIOExtras NIOExtrasError.swift
[1868/1936] Compiling NIOExtras PCAPRingBuffer.swift
[1869/1936] Compiling NIOExtras QuiescingHelper.swift
[1875/1936] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1876/1936] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1877/1936] Compiling NIOExtras LengthFieldPrepender.swift
[1878/1936] Compiling NIOExtras LineBasedFrameDecoder.swift
[1880/1937] Compiling SQLKit SQLFunction.swift
[1881/1937] Compiling SQLKit SQLGroupExpression.swift
[1882/1937] Compiling SQLKit SQLIdentifier.swift
[1883/1937] Compiling SQLKit SQLList.swift
[1884/1937] Compiling SQLKit SQLLiteral.swift
[1885/1937] Compiling SQLKit SQLRaw.swift
[1886/1937] Compiling SQLKit SQLCodingUtilities.swift
[1887/1937] Compiling SQLKit SQLQueryEncoder.swift
[1888/1937] Compiling SQLKit SQLRow.swift
[1889/1937] Compiling SQLKit SQLRowDecoder.swift
[1890/1937] Compiling SQLKit SomeCodingKey.swift
[1891/1937] Compiling SQLKit StringHandling.swift
[1894/1938] Emitting module NIOExtras
[1899/1938] Emitting module NIOHPACK
[1903/1938] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1928/1958] Compiling NIOSSL Zeroization.swift
[1929/1958] Compiling NIOSSL TLSConfiguration.swift
[1930/1958] Compiling NIOSSL UniversalBootstrapSupport.swift
[1931/1958] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1932/1958] Compiling MultipartKit MultipartPartConvertible.swift
[1936/1965] Compiling NIOFileSystem Exports.swift
[1937/2055] Emitting module NIOFileSystem
[1938/2057] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1939/2111] Emitting module _NIOFileSystemFoundationCompat
[1940/2111] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1942/2120] Compiling FluentKit ModelMiddleware.swift
[1943/2120] Compiling FluentKit ModelResponder.swift
[1944/2120] Compiling FluentKit Migration.swift
[1946/2122] Compiling FluentKit DatabaseInput.swift
[1947/2122] Compiling FluentKit DatabaseOutput.swift
[1948/2122] Compiling FluentKit OptionalEnumProperty.swift
[1949/2122] Compiling FluentKit Exports.swift
[1950/2122] Compiling FluentKit FluentError.swift
[1951/2122] Emitting module MultipartKit
[1952/2122] Compiling FluentKit AnyModel.swift
[1953/2122] Compiling FluentKit EagerLoad.swift
[1954/2122] Compiling FluentKit Fields+Codable.swift
[1955/2122] Compiling FluentKit MigrationLog.swift
[1956/2122] Compiling FluentKit Migrations.swift
[1957/2122] Compiling FluentKit Migrator.swift
[1958/2122] Compiling WebSocketKit Exports.swift
[1959/2122] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1960/2122] Compiling WebSocketKit WebSocketHandler.swift
[1961/2122] Compiling WebSocketKit WebSocket+Connect.swift
[1962/2122] Compiling WebSocketKit WebSocket.swift
[1963/2122] Compiling WebSocketKit WebSocket+Concurrency.swift
[1964/2122] Emitting module WebSocketKit
[1965/2122] Compiling FluentKit Siblings+Concurrency.swift
[1966/2122] Compiling FluentKit Database+Logging.swift
[1967/2122] Compiling FluentKit Database.swift
[1968/2122] Compiling FluentKit DatabaseID.swift
[1969/2122] Compiling MultipartKit MultipartSerializer.swift
[1970/2122] Compiling MultipartKit Utilities.swift
[1972/2123] Compiling WebSocketKit WebSocketClient.swift
[1974/2124] Emitting module FluentKit
[1975/2136] Compiling FluentKit QueryBuilder+Group.swift
[1976/2136] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[1977/2136] Compiling FluentKit QueryBuilder+Join.swift
[1978/2136] Compiling FluentKit QueryBuilder+Paginate.swift
[1979/2136] Compiling FluentKit QueryBuilder+Range.swift
[1980/2136] Compiling FluentKit QueryBuilder+Set.swift
[1981/2136] Compiling FluentKit QueryBuilder+Sort.swift
[1982/2136] Compiling FluentKit QueryBuilder.swift
[1983/2136] Compiling FluentKit DatabaseQuery+Action.swift
[1984/2136] Compiling FluentKit DatabaseQuery+Aggregate.swift
[1985/2136] Compiling FluentKit DatabaseQuery+Field.swift
[1986/2136] Compiling FluentKit DatabaseQuery+Filter.swift
[1987/2136] Emitting module NIOHTTP2
[1988/2144] Compiling FluentKit OptionalBoolean.swift
[1989/2144] Compiling FluentKit Fields.swift
[1990/2144] Compiling FluentKit MirrorBypass.swift
[1991/2144] Compiling FluentKit Model+CRUD.swift
[1992/2144] Compiling FluentKit Model.swift
[1993/2144] Compiling FluentKit ModelAlias.swift
[1994/2144] Compiling FluentKit Schema.swift
[1995/2144] Compiling FluentKit FieldOperators.swift
[2003/2144] Compiling NIOHTTP2 InboundWindowManager.swift
[2004/2144] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2005/2144] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2006/2144] Compiling NIOHTTP2 StreamChannelList.swift
[2007/2144] Compiling NIOHTTP2 StreamMap.swift
[2016/2144] Compiling FluentKit TransactionControlDatabase.swift
[2017/2144] Compiling FluentKit DatabaseEnum.swift
[2018/2144] Compiling FluentKit EnumBuilder.swift
[2019/2144] Compiling FluentKit EnumMetadata.swift
[2020/2144] Compiling FluentKit EnumProperty.swift
[2033/2144] Compiling FluentKit AsyncMigration.swift
[2034/2144] Compiling FluentKit AsyncModelMiddleware.swift
[2035/2144] Compiling FluentKit Children+Concurrency.swift
[2036/2144] Compiling FluentKit Database+Concurrency.swift
[2037/2144] Compiling FluentKit EnumBuilder+Concurrency.swift
[2038/2144] Compiling FluentKit Model+Concurrency.swift
[2039/2144] Compiling FluentKit ModelResponder+Concurrency.swift
[2040/2144] Compiling FluentKit OptionalChild+Concurrency.swift
[2041/2144] Compiling FluentKit OptionalParent+Concurrency.swift
[2042/2144] Compiling FluentKit Parent+Concurrency.swift
[2043/2144] Compiling FluentKit QueryBuilder+Concurrency.swift
[2044/2144] Compiling FluentKit Relation+Concurrency.swift
[2045/2144] Compiling FluentKit SchemaBuilder+Concurrency.swift
[2046/2144] Compiling FluentKit BooleanPropertyFormat.swift
[2047/2144] Compiling FluentKit Children.swift
[2048/2144] Compiling FluentKit CompositeChildren.swift
[2049/2144] Compiling FluentKit CompositeID.swift
[2050/2144] Compiling FluentKit CompositeOptionalChild.swift
[2051/2144] Compiling FluentKit CompositeOptionalParent.swift
[2052/2144] Compiling FluentKit CompositeParent.swift
[2053/2144] Compiling FluentKit Field.swift
[2054/2144] Compiling FluentKit FieldKey.swift
[2055/2144] Compiling FluentKit Group.swift
[2056/2144] Compiling FluentKit ID.swift
[2058/2144] Compiling FluentKit DatabaseQuery+Join.swift
[2059/2144] Compiling FluentKit DatabaseQuery+Range.swift
[2060/2144] Compiling FluentKit DatabaseQuery+Sort.swift
[2061/2144] Compiling FluentKit DatabaseQuery+Value.swift
[2062/2144] Compiling FluentKit DatabaseQuery.swift
[2063/2144] Compiling FluentKit QueryHistory.swift
[2064/2144] Compiling FluentKit DatabaseSchema.swift
[2065/2144] Compiling FluentKit SchemaBuilder.swift
[2066/2144] Compiling FluentKit OptionalType.swift
[2067/2144] Compiling FluentKit RandomGeneratable.swift
[2068/2144] Compiling FluentKit SomeCodingKey.swift
[2069/2144] Compiling FluentKit UnsafeMutableTransferBox.swift
[2077/2145] Compiling NIOHTTP2 StreamStateMachine.swift
[2078/2145] Compiling NIOHTTP2 UnsafeTransfer.swift
[2079/2145] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2080/2145] Compiling FluentKit Parent.swift
[2081/2145] Compiling FluentKit Property.swift
[2082/2145] Compiling FluentKit Relation.swift
[2083/2145] Compiling FluentKit Siblings.swift
[2084/2145] Compiling FluentKit Timestamp.swift
[2085/2145] Compiling FluentKit TimestampFormat.swift
[2086/2145] Compiling FluentKit QueryBuilder+Aggregate.swift
[2087/2145] Compiling FluentKit QueryBuilder+EagerLoad.swift
[2088/2145] Compiling FluentKit QueryBuilder+Filter.swift
[2098/2165] Compiling SQLiteKit SQLiteDialect.swift
[2107/2166] Compiling SQLiteKit SQLiteConnectionSource.swift
[2108/2166] Compiling SQLiteKit SQLiteDataDecoder.swift
[2109/2166] Compiling SQLiteKit SQLiteDataEncoder.swift
[2110/2166] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[2144/2167] Compiling FluentSQL ConverterUtilities.swift
[2145/2167] Compiling FluentSQL DatabaseQuery+SQL.swift
[2146/2167] Compiling FluentSQL DatabaseSchema+SQL.swift
[2147/2167] Compiling FluentSQL Exports.swift
[2148/2167] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[2149/2167] Compiling FluentSQL SQLDatabase+Model.swift
[2153/2168] Compiling SQLiteKit SQLiteConfiguration.swift
[2154/2168] Compiling SQLiteKit Exports.swift
[2155/2168] Emitting module SQLiteKit
[2156/2168] Compiling SQLiteKit SQLiteConnection+SQLKit.swift
[2163/2168] Emitting module FluentSQL
[2164/2168] Compiling SQLiteKit SQLiteRow+SQLRow.swift
[2166/2169] Compiling FluentSQL SQLSchemaConverter.swift
[2167/2169] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[2168/2169] Compiling FluentSQL SQLList+Deprecated.swift
[2169/2169] Compiling FluentSQL SQLQueryConverter.swift
[2171/2238] Compiling FluentSQLiteDriver FluentSQLiteDriver.swift
[2172/2238] Compiling FluentSQLiteDriver SQLiteRow+Database.swift
[2173/2238] Compiling FluentSQLiteDriver SQLiteError+Database.swift
[2174/2238] Compiling FluentSQLiteDriver SQLiteConverterDelegate.swift
[2175/2238] Compiling FluentSQLiteDriver Exports.swift
[2176/2238] Compiling FluentSQLiteDriver FluentSQLiteConfiguration.swift
[2177/2238] Emitting module FluentSQLiteDriver
[2178/2238] Compiling FluentSQLiteDriver FluentSQLiteDatabase.swift
[2180/2239] Emitting module AsyncHTTPClient
[2181/2247] Compiling AsyncHTTPClient ConnectionTarget.swift
[2182/2247] Compiling AsyncHTTPClient DeconstructedURL.swift
[2183/2247] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2184/2247] Compiling AsyncHTTPClient FoundationExtensions.swift
[2185/2247] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2186/2247] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2187/2247] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2188/2247] Compiling AsyncHTTPClient HTTPClient.swift
[2189/2247] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2190/2247] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2191/2247] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2192/2247] Compiling AsyncHTTPClient HTTP1Connection.swift
[2193/2247] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2194/2247] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2195/2247] Compiling AsyncHTTPClient HTTP2Connection.swift
[2196/2247] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2197/2247] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2198/2247] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2199/2247] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2200/2247] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2201/2247] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2202/2247] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2203/2247] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2204/2247] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2205/2247] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2206/2247] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2207/2247] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2208/2247] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2209/2247] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2210/2247] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2211/2247] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2212/2247] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2213/2247] Compiling AsyncHTTPClient RequestBodyLength.swift
[2214/2247] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2215/2247] Compiling AsyncHTTPClient RequestBag.swift
[2216/2247] Compiling AsyncHTTPClient RequestValidation.swift
[2217/2247] Compiling AsyncHTTPClient SSLContextCache.swift
[2218/2247] Compiling AsyncHTTPClient Scheme.swift
[2219/2247] Compiling AsyncHTTPClient Singleton.swift
[2220/2247] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2221/2247] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2222/2247] Compiling AsyncHTTPClient Utils.swift
[2223/2247] Compiling AsyncHTTPClient HTTPHandler.swift
[2224/2247] Compiling AsyncHTTPClient LRUCache.swift
[2225/2247] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2226/2247] Compiling AsyncHTTPClient NWErrorHandler.swift
[2227/2247] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2228/2247] Compiling AsyncHTTPClient TLSConfiguration.swift
[2229/2247] Compiling AsyncHTTPClient RedirectState.swift
[2230/2247] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2231/2247] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2232/2247] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2233/2247] Compiling AsyncHTTPClient Transaction.swift
[2234/2247] Compiling AsyncHTTPClient Base64.swift
[2235/2247] Compiling AsyncHTTPClient BasicAuth.swift
[2236/2247] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2237/2247] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2238/2247] Compiling AsyncHTTPClient ConnectionPool.swift
[2239/2247] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2240/2247] Compiling AsyncHTTPClient RequestOptions.swift
[2241/2247] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2242/2247] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2243/2247] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2244/2247] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2245/2247] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2246/2247] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2247/2247] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2249/2417] Compiling Vapor Application.swift
[2250/2417] Compiling Vapor AuthenticationCache.swift
[2251/2417] Compiling Vapor Authenticator.swift
[2252/2417] Compiling Vapor BasicAuthorization.swift
[2253/2417] Compiling Vapor BearerAuthorization.swift
[2254/2417] Compiling Vapor GuardMiddleware.swift
[2255/2417] Compiling Vapor RedirectMiddleware.swift
[2256/2417] Compiling Vapor SessionAuthenticatable.swift
[2257/2417] Compiling Vapor Bcrypt.swift
[2258/2417] Compiling Vapor Application+Cache.swift
[2259/2417] Compiling Vapor Cache.swift
[2260/2417] Compiling Vapor CacheExpirationTime.swift
[2261/2417] Compiling Vapor MemoryCache.swift
[2262/2417] Compiling Vapor Request+Cache.swift
[2263/2417] Compiling Vapor Application+Clients.swift
[2264/2417] Compiling Vapor Client.swift
[2265/2417] Compiling Vapor ClientRequest.swift
[2266/2417] Compiling Vapor ClientResponse.swift
[2267/2417] Compiling Vapor Request+Client.swift
[2268/2417] Compiling Vapor BootCommand.swift
[2269/2417] Compiling Vapor CommandContext+Application.swift
[2270/2417] Compiling Vapor RoutesCommand.swift
[2271/2417] Compiling Vapor ServeCommand.swift
[2272/2417] Compiling Vapor AnyResponse+Concurrency.swift
[2273/2417] Compiling Vapor Request+Body.swift
[2274/2417] Compiling Vapor Request+BodyStream.swift
[2275/2417] Compiling Vapor Request.swift
[2276/2417] Compiling Vapor Application+Responder.swift
[2277/2417] Compiling Vapor DefaultResponder.swift
[2278/2417] Compiling Vapor Response+Body.swift
[2279/2417] Compiling Vapor Response.swift
[2280/2417] Compiling Vapor ResponseCodable.swift
[2281/2417] Compiling Vapor Application+Routes.swift
[2282/2417] Compiling Vapor Parameters+Require.swift
[2283/2417] Compiling Vapor Request+WebSocket.swift
[2284/2417] Compiling Vapor Route.swift
[2285/2417] Compiling Vapor RouteCollection.swift
[2286/2417] Compiling Vapor Routes.swift
[2287/2417] Compiling Vapor RoutesBuilder+Group.swift
[2288/2417] Compiling Vapor RoutesBuilder+Method.swift
[2289/2417] Compiling Vapor RoutesBuilder+Middleware.swift
[2290/2417] Compiling Vapor RoutesBuilder+WebSocket.swift
[2291/2417] Compiling Vapor RoutesBuilder.swift
[2292/2417] Compiling Vapor OTP.swift
[2293/2417] Compiling Vapor Application+Servers.swift
[2294/2417] Compiling Vapor Server.swift
[2295/2417] Compiling Vapor App+Service.swift
[2296/2417] Compiling Vapor Req+Service.swift
[2297/2465] Compiling Vapor HTTPServerResponseEncoder.swift
[2298/2465] Compiling Vapor HTTPServerUpgradeHandler.swift
[2299/2465] Compiling Vapor Logger+Report.swift
[2300/2465] Compiling Vapor LoggingSystem+Environment.swift
[2301/2465] Compiling Vapor Application+Middleware.swift
[2302/2465] Compiling Vapor CORSMiddleware.swift
[2303/2465] Compiling Vapor ErrorMiddleware.swift
[2304/2465] Compiling Vapor FileMiddleware.swift
[2305/2465] Compiling Vapor Middleware.swift
[2306/2465] Compiling Vapor MiddlewareConfiguration.swift
[2307/2465] Compiling Vapor ResponseCompressionMiddleware.swift
[2308/2465] Compiling Vapor RouteLoggingMiddleware.swift
[2309/2465] Compiling Vapor TracingMiddleware.swift
[2310/2465] Compiling Vapor File+Multipart.swift
[2311/2465] Compiling Vapor FormDataDecoder+Content.swift
[2312/2465] Compiling Vapor FormDataEncoder+Content.swift
[2313/2465] Compiling Vapor Application+Password.swift
[2314/2465] Compiling Vapor Application+Passwords.swift
[2315/2465] Compiling Vapor AsyncPasswordHasher.swift
[2316/2465] Compiling Vapor BcryptHasher.swift
[2317/2465] Compiling Vapor PasswordHasher.swift
[2318/2465] Compiling Vapor PlaintextHasher.swift
[2319/2465] Compiling Vapor Request+Password.swift
[2320/2465] Compiling Vapor Redirect.swift
[2321/2465] Compiling Vapor Service.swift
[2322/2465] Compiling Vapor Application+Sessions.swift
[2323/2465] Compiling Vapor MemorySessions.swift
[2324/2465] Compiling Vapor Request+Session.swift
[2325/2465] Compiling Vapor Session.swift
[2326/2465] Compiling Vapor SessionCache.swift
[2327/2465] Compiling Vapor SessionData.swift
[2328/2465] Compiling Vapor SessionDriver.swift
[2329/2465] Compiling Vapor SessionsConfiguration.swift
[2330/2465] Compiling Vapor SessionsMiddleware.swift
[2331/2465] Compiling Vapor URLEncodedFormData.swift
[2332/2465] Compiling Vapor URLEncodedFormDecoder.swift
[2333/2465] Compiling Vapor URLEncodedFormEncoder.swift
[2334/2465] Compiling Vapor URLEncodedFormError.swift
[2335/2465] Compiling Vapor URLEncodedFormParser.swift
[2336/2465] Compiling Vapor URLEncodedFormSerializer.swift
[2337/2465] Compiling Vapor URLQueryFragmentConvertible.swift
[2338/2465] Compiling Vapor AnyResponse.swift
[2339/2465] Compiling Vapor Array+Random.swift
[2340/2465] Compiling Vapor Base32.swift
[2341/2465] Compiling Vapor Base64.swift
[2342/2465] Compiling Vapor BaseN.swift
[2343/2465] Compiling Vapor BasicCodingKey.swift
[2344/2465] Compiling Vapor ByteCount.swift
[2345/2465] Compiling Vapor Validator.swift
[2346/2465] Compiling Vapor ValidatorResult.swift
[2347/2465] Compiling Vapor And.swift
[2348/2465] Compiling Vapor Case.swift
[2349/2465] Compiling Vapor CharacterSet.swift
[2350/2465] Compiling Vapor Count.swift
[2351/2465] Compiling Vapor Custom.swift
[2352/2465] Compiling Vapor Email.swift
[2353/2465] Compiling Vapor Empty.swift
[2354/2465] Compiling Vapor In.swift
[2355/2465] Compiling Vapor Nil.swift
[2356/2465] Compiling Vapor NilIgnoring.swift
[2357/2465] Compiling Vapor Not.swift
[2358/2465] Compiling Vapor Or.swift
[2359/2465] Compiling Vapor Pattern.swift
[2360/2465] Compiling Vapor Range.swift
[2361/2465] Compiling Vapor URL.swift
[2362/2465] Compiling Vapor Valid.swift
[2363/2465] Compiling Vapor Application+Views.swift
[2364/2465] Compiling Vapor PlaintextRenderer.swift
[2365/2465] Compiling Vapor Request+View.swift
[2366/2465] Compiling Vapor View.swift
[2367/2465] Compiling Vapor ViewRenderer.swift
[2368/2465] Compiling Vapor _Deprecations.swift
[2369/2465] Emitting module Vapor
[2370/2465] Compiling Vapor Bytes+Hex.swift
[2371/2465] Compiling Vapor Bytes+SecureCompare.swift
[2372/2465] Compiling Vapor Collection+Safe.swift
[2373/2465] Compiling Vapor DataProtocol+Copy.swift
[2374/2465] Compiling Vapor DecoderUnwrapper.swift
[2375/2465] Compiling Vapor DirectoryConfiguration.swift
[2376/2465] Compiling Vapor DotEnv.swift
[2377/2465] Compiling Vapor Extendable.swift
[2378/2465] Compiling Vapor File.swift
[2379/2465] Compiling Vapor FileIO.swift
[2380/2465] Compiling Vapor LifecycleHandler.swift
[2381/2465] Compiling Vapor OptionalType.swift
[2382/2465] Compiling Vapor RFC1123.swift
[2383/2465] Compiling Vapor SocketAddress+Hostname.swift
[2384/2465] Compiling Vapor Storage.swift
[2385/2465] Compiling Vapor String+IsIPAddress.swift
[2386/2465] Compiling Vapor Thread.swift
[2387/2465] Compiling Vapor URI.swift
[2388/2465] Compiling Vapor RangeResult.swift
[2389/2465] Compiling Vapor Validatable.swift
[2390/2465] Compiling Vapor Validation.swift
[2391/2465] Compiling Vapor ValidationKey.swift
[2392/2465] Compiling Vapor Validations.swift
[2393/2465] Compiling Vapor ValidationsError.swift
[2394/2465] Compiling Vapor Core.swift
[2395/2465] Compiling Vapor Running.swift
[2396/2465] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2397/2465] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2398/2465] Compiling Vapor DotEnvFile+load.swift
[2399/2465] Compiling Vapor Routes+caseInsenstive.swift
[2400/2465] Compiling Vapor Validatable+validate.swift
[2401/2465] Compiling Vapor Environment+Process.swift
[2402/2465] Compiling Vapor Environment+Secret.swift
[2403/2465] Compiling Vapor Environment.swift
[2404/2465] Compiling Vapor Abort.swift
[2405/2465] Compiling Vapor AbortError.swift
[2406/2465] Compiling Vapor DebuggableError.swift
[2407/2465] Compiling Vapor Demangler.swift
[2408/2465] Compiling Vapor ErrorSource.swift
[2409/2465] Compiling Vapor StackTrace.swift
[2410/2465] Compiling Vapor Exports.swift
[2411/2465] Compiling Vapor Application+HTTP.swift
[2412/2465] Compiling Vapor BasicResponder.swift
[2413/2465] Compiling Vapor BodyStream.swift
[2414/2465] Compiling Vapor Application+HTTP+Client.swift
[2415/2465] Compiling Vapor EventLoopHTTPClient.swift
[2416/2465] Compiling Vapor EndpointCache.swift
[2417/2465] Compiling Vapor HTTPMethod+String.swift
[2418/2465] Compiling Vapor AsyncBasicResponder.swift
[2419/2465] Compiling Vapor AsyncMiddleware.swift
[2420/2465] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2421/2465] Compiling Vapor AsyncSessionDriver.swift
[2422/2465] Compiling Vapor Authentication+Concurrency.swift
[2423/2465] Compiling Vapor Cache+Concurrency.swift
[2424/2465] Compiling Vapor Client+Concurrency.swift
[2425/2465] Compiling Vapor RequestBody+Concurrency.swift
[2426/2465] Compiling Vapor Responder+Concurrency.swift
[2427/2465] Compiling Vapor ResponseCodable+Concurrency.swift
[2428/2465] Compiling Vapor RoutesBuilder+Concurrency.swift
[2429/2465] Compiling Vapor ViewRenderer+Concurrency.swift
[2430/2465] Compiling Vapor WebSocket+Concurrency.swift
[2431/2465] Compiling Vapor ContainerGetPathExecutor.swift
[2432/2465] Compiling Vapor Content.swift
[2433/2465] Compiling Vapor ContentCoders.swift
[2434/2465] Compiling Vapor ContentConfiguration.swift
[2435/2465] Compiling Vapor ContentContainer.swift
[2436/2465] Compiling Vapor JSONCoder+Custom.swift
[2437/2465] Compiling Vapor JSONCoders+Content.swift
[2438/2465] Compiling Vapor PlaintextDecoder.swift
[2439/2465] Compiling Vapor PlaintextEncoder.swift
[2440/2465] Compiling Vapor URLQueryCoders.swift
[2441/2465] Compiling Vapor URLQueryContainer.swift
[2442/2465] Compiling Vapor HTTPStatus.swift
[2443/2465] Compiling Vapor HTTPCookies.swift
[2444/2465] Compiling Vapor HTTPHeaderCacheControl.swift
[2445/2465] Compiling Vapor HTTPHeaderExpires.swift
[2446/2465] Compiling Vapor HTTPHeaderLastModified.swift
[2447/2465] Compiling Vapor HTTPHeaders+Cache.swift
[2448/2465] Compiling Vapor HTTPHeaders+Connection.swift
[2449/2465] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2450/2465] Compiling Vapor HTTPHeaders+ContentRange.swift
[2451/2465] Compiling Vapor HTTPHeaders+Directive.swift
[2452/2465] Compiling Vapor HTTPHeaders+Forwarded.swift
[2453/2465] Compiling Vapor HTTPHeaders+Link.swift
[2454/2465] Compiling Vapor HTTPHeaders+Name.swift
[2455/2465] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2456/2465] Compiling Vapor HTTPHeaders.swift
[2457/2465] Compiling Vapor HTTPMediaType.swift
[2458/2465] Compiling Vapor HTTPMediaTypePreference.swift
[2459/2465] Compiling Vapor Responder.swift
[2460/2465] Compiling Vapor Application+HTTP+Server.swift
[2461/2465] Compiling Vapor HTTPServer.swift
[2462/2465] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2463/2465] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2464/2465] Compiling Vapor HTTPServerHandler.swift
[2465/2465] Compiling Vapor HTTPServerRequestDecoder.swift
[2467/2481] Compiling Fluent FluentProvider+Concurrency.swift
[2468/2481] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2469/2483] Compiling Fluent FluentProvider.swift
[2470/2483] Compiling Fluent MigrateCommand.swift
[2471/2483] Compiling Fluent ModelAuthenticatable.swift
[2472/2483] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2473/2483] Compiling Fluent Fluent+History.swift
[2474/2483] Compiling Fluent Fluent+Paginate.swift
[2475/2483] Compiling Fluent Pagination+Concurrency.swift
[2476/2483] Compiling Fluent Sessions+Concurrency.swift
[2477/2483] Emitting module Fluent
[2478/2483] Compiling Fluent Fluent+Pagination.swift
[2479/2483] Compiling Fluent Fluent+Sessions.swift
[2480/2483] Compiling Fluent Exports.swift
[2481/2483] Compiling Fluent Fluent+Cache.swift
[2482/2483] Compiling Fluent ModelTokenAuthenticatable.swift
[2483/2483] Compiling Fluent PageLimit.swift
[2485/2501] Emitting module CrudRouter
[2486/2503] Compiling CrudRouter RouterMethod.swift
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/RouterMethod.swift:18:53: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
16 |         switch self {
17 |         case .read:
18 |             router.on(.GET, idPath, use: controller.index)
   |                                                     `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
19 |         case .readAll:
20 |             router.on(.GET, path, use: controller.indexAll)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/RouterMethod.swift:20:51: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
18 |             router.on(.GET, idPath, use: controller.index)
19 |         case .readAll:
20 |             router.on(.GET, path, use: controller.indexAll)
   |                                                   `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
21 |         case .create:
22 |             router.post(path, use: controller.create)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/RouterMethod.swift:22:47: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
20 |             router.on(.GET, path, use: controller.indexAll)
21 |         case .create:
22 |             router.post(path, use: controller.create)
   |                                               `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
23 |         case .update:
24 |             router.put(idPath, use: controller.update)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/RouterMethod.swift:24:48: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
22 |             router.post(path, use: controller.create)
23 |         case .update:
24 |             router.put(idPath, use: controller.update)
   |                                                `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
25 |         case .delete:
26 |             router.delete(idPath, use: controller.delete)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/RouterMethod.swift:26:51: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
24 |             router.put(idPath, use: controller.update)
25 |         case .delete:
26 |             router.delete(idPath, use: controller.delete)
   |                                                   `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
27 |         }
28 |     }
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/SiblingRouterMethod.swift:18:57: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
16 |             switch self {
17 |             case .read:
18 |                 router.on(.GET, idPath, use: controller.index)
   |                                                         `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
19 |             case .readAll:
20 |                 router.on(.GET, path, use: controller.indexAll)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/SiblingRouterMethod.swift:20:55: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
18 |                 router.on(.GET, idPath, use: controller.index)
19 |             case .readAll:
20 |                 router.on(.GET, path, use: controller.indexAll)
   |                                                       `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
21 |             case .create:
22 |                 router.post(path, use: controller.create)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/SiblingRouterMethod.swift:22:51: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
20 |                 router.on(.GET, path, use: controller.indexAll)
21 |             case .create:
22 |                 router.post(path, use: controller.create)
   |                                                   `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
23 |             case .update:
24 |                 router.put(idPath, use: controller.update)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/SiblingRouterMethod.swift:24:52: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
22 |                 router.post(path, use: controller.create)
23 |             case .update:
24 |                 router.put(idPath, use: controller.update)
   |                                                    `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
25 |             case .delete:
26 |                 router.delete(idPath, use: controller.delete)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/SiblingRouterMethod.swift:26:55: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
24 |                 router.put(idPath, use: controller.update)
25 |             case .delete:
26 |                 router.delete(idPath, use: controller.delete)
   |                                                       `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
27 |             }
28 |     }
[2487/2503] Compiling CrudRouter SiblingRouterMethod.swift
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/RouterMethod.swift:18:53: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
16 |         switch self {
17 |         case .read:
18 |             router.on(.GET, idPath, use: controller.index)
   |                                                     `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
19 |         case .readAll:
20 |             router.on(.GET, path, use: controller.indexAll)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/RouterMethod.swift:20:51: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
18 |             router.on(.GET, idPath, use: controller.index)
19 |         case .readAll:
20 |             router.on(.GET, path, use: controller.indexAll)
   |                                                   `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
21 |         case .create:
22 |             router.post(path, use: controller.create)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/RouterMethod.swift:22:47: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
20 |             router.on(.GET, path, use: controller.indexAll)
21 |         case .create:
22 |             router.post(path, use: controller.create)
   |                                               `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
23 |         case .update:
24 |             router.put(idPath, use: controller.update)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/RouterMethod.swift:24:48: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
22 |             router.post(path, use: controller.create)
23 |         case .update:
24 |             router.put(idPath, use: controller.update)
   |                                                `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
25 |         case .delete:
26 |             router.delete(idPath, use: controller.delete)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/RouterMethod.swift:26:51: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
24 |             router.put(idPath, use: controller.update)
25 |         case .delete:
26 |             router.delete(idPath, use: controller.delete)
   |                                                   `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
27 |         }
28 |     }
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/SiblingRouterMethod.swift:18:57: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
16 |             switch self {
17 |             case .read:
18 |                 router.on(.GET, idPath, use: controller.index)
   |                                                         `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
19 |             case .readAll:
20 |                 router.on(.GET, path, use: controller.indexAll)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/SiblingRouterMethod.swift:20:55: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
18 |                 router.on(.GET, idPath, use: controller.index)
19 |             case .readAll:
20 |                 router.on(.GET, path, use: controller.indexAll)
   |                                                       `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
21 |             case .create:
22 |                 router.post(path, use: controller.create)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/SiblingRouterMethod.swift:22:51: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
20 |                 router.on(.GET, path, use: controller.indexAll)
21 |             case .create:
22 |                 router.post(path, use: controller.create)
   |                                                   `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
23 |             case .update:
24 |                 router.put(idPath, use: controller.update)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/SiblingRouterMethod.swift:24:52: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
22 |                 router.post(path, use: controller.create)
23 |             case .update:
24 |                 router.put(idPath, use: controller.update)
   |                                                    `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
25 |             case .delete:
26 |                 router.delete(idPath, use: controller.delete)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/SiblingRouterMethod.swift:26:55: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
24 |                 router.put(idPath, use: controller.update)
25 |             case .delete:
26 |                 router.delete(idPath, use: controller.delete)
   |                                                       `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
27 |             }
28 |     }
[2488/2503] Compiling CrudRouter OnlyExceptEither.swift
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/ParentRouterMethod.swift:14:51: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
12 |         switch self {
13 |         case .read:
14 |             router.on(.GET, path, use: controller.index)
   |                                                   `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
15 |         case .update:
16 |             router.put(path, use: controller.update)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/ParentRouterMethod.swift:16:46: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
14 |             router.on(.GET, path, use: controller.index)
15 |         case .update:
16 |             router.put(path, use: controller.update)
   |                                              `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
17 |         }
18 |     }
[2489/2503] Compiling CrudRouter ParentRouterMethod.swift
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/ParentRouterMethod.swift:14:51: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
12 |         switch self {
13 |         case .read:
14 |             router.on(.GET, path, use: controller.index)
   |                                                   `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
15 |         case .update:
16 |             router.put(path, use: controller.update)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/ParentRouterMethod.swift:16:46: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
14 |             router.on(.GET, path, use: controller.index)
15 |         case .update:
16 |             router.put(path, use: controller.update)
   |                                              `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
17 |         }
18 |     }
[2490/2503] Compiling CrudRouter Request.swift
[2491/2503] Compiling CrudRouter Router+CRUD.swift
[2492/2503] Compiling CrudRouter CrudController.swift
[2493/2503] Compiling CrudRouter CrudParentController.swift
[2494/2503] Compiling CrudRouter CrudSiblingsController.swift
[2495/2503] Compiling CrudRouter Array.swift
[2496/2503] Compiling CrudRouter CrudSiblingsControllerProtocol.swift
[2497/2503] Compiling CrudRouter Crudable.swift
[2498/2503] Compiling CrudRouter CrudChildrenController.swift
[2499/2503] Compiling CrudRouter CrudChildrenControllerProtocol.swift
[2500/2503] Compiling CrudRouter CrudControllerProtocol.swift
[2501/2503] Compiling CrudRouter CrudParentControllerProtocol.swift
[2502/2503] Compiling CrudRouter String.swift
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/ChildrenRouterMethod.swift:18:53: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
16 |         switch self {
17 |         case .read:
18 |             router.on(.GET, idPath, use: controller.index)
   |                                                     `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
19 |         case .readAll:
20 |             router.on(.GET, path, use: controller.indexAll)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/ChildrenRouterMethod.swift:20:51: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
18 |             router.on(.GET, idPath, use: controller.index)
19 |         case .readAll:
20 |             router.on(.GET, path, use: controller.indexAll)
   |                                                   `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
21 |         case .create:
22 |             router.post(path, use: controller.create)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/ChildrenRouterMethod.swift:22:47: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
20 |             router.on(.GET, path, use: controller.indexAll)
21 |         case .create:
22 |             router.post(path, use: controller.create)
   |                                               `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
23 |         case .update:
24 |             router.put(idPath, use: controller.update)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/ChildrenRouterMethod.swift:24:48: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
22 |             router.post(path, use: controller.create)
23 |         case .update:
24 |             router.put(idPath, use: controller.update)
   |                                                `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
25 |         case .delete:
26 |             router.delete(idPath, use: controller.delete)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/ChildrenRouterMethod.swift:26:51: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
24 |             router.put(idPath, use: controller.update)
25 |         case .delete:
26 |             router.delete(idPath, use: controller.delete)
   |                                                   `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
27 |         }
28 |     }
[2503/2503] Compiling CrudRouter ChildrenRouterMethod.swift
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/ChildrenRouterMethod.swift:18:53: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
16 |         switch self {
17 |         case .read:
18 |             router.on(.GET, idPath, use: controller.index)
   |                                                     `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
19 |         case .readAll:
20 |             router.on(.GET, path, use: controller.indexAll)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/ChildrenRouterMethod.swift:20:51: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
18 |             router.on(.GET, idPath, use: controller.index)
19 |         case .readAll:
20 |             router.on(.GET, path, use: controller.indexAll)
   |                                                   `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
21 |         case .create:
22 |             router.post(path, use: controller.create)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/ChildrenRouterMethod.swift:22:47: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
20 |             router.on(.GET, path, use: controller.indexAll)
21 |         case .create:
22 |             router.post(path, use: controller.create)
   |                                               `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
23 |         case .update:
24 |             router.put(idPath, use: controller.update)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/ChildrenRouterMethod.swift:24:48: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
22 |             router.post(path, use: controller.create)
23 |         case .update:
24 |             router.put(idPath, use: controller.update)
   |                                                `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
25 |         case .delete:
26 |             router.delete(idPath, use: controller.delete)
/host/spi-builder-workspace/Sources/CrudRouter/RouterMethods/ChildrenRouterMethod.swift:26:51: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
24 |             router.put(idPath, use: controller.update)
25 |         case .delete:
26 |             router.delete(idPath, use: controller.delete)
   |                                                   `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
27 |         }
28 |     }
Build complete! (528.21s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.53.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.4.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "fluent-sqlite-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.1.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-sqlite-driver.git"
    }
  ],
  "manifest_display_name" : "CrudRouter",
  "name" : "CrudRouter",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "CrudRouter",
      "targets" : [
        "CrudRouter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CrudRouterIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "CrudRouterIntegrationTests",
      "path" : "Tests/CrudRouterIntegrationTests",
      "product_dependencies" : [
        "FluentSQLiteDriver",
        "XCTVapor"
      ],
      "sources" : [
        "HighRecursiveDepthTests.swift",
        "PublicAPITests.swift",
        "ResponseTests/CrudRouteDeleteResponseTests.swift",
        "ResponseTests/CrudRouteGetResponseTests.swift",
        "ResponseTests/CrudRoutePostResponseTests.swift",
        "ResponseTests/CrudRoutePutResponseTests.swift",
        "RouteCreationTests/CrudChildrenRouteCreationTests.swift",
        "RouteCreationTests/CrudParentRouteCreationTests.swift",
        "RouteCreationTests/CrudRouteCreationTests.swift",
        "RouteCreationTests/CrudSiblingsRouteCreationTests.swift",
        "TestSetup/TestMigrations/BaseGalaxySeeding.swift",
        "TestSetup/TestMigrations/ChildSeeding.swift",
        "TestSetup/TestMigrations/SiblingSeeding.swift",
        "TestSetup/TestModels/Galaxy.swift",
        "TestSetup/TestModels/Planet.swift",
        "TestSetup/TestModels/PlanetTag.swift",
        "TestSetup/TestModels/Tag.swift"
      ],
      "target_dependencies" : [
        "CrudRouter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CrudRouter",
      "module_type" : "SwiftTarget",
      "name" : "CrudRouter",
      "path" : "Sources/CrudRouter",
      "product_dependencies" : [
        "Vapor",
        "Fluent",
        "FluentSQLiteDriver"
      ],
      "product_memberships" : [
        "CrudRouter"
      ],
      "sources" : [
        "ControllerProtocols/CrudChildrenControllerProtocol.swift",
        "ControllerProtocols/CrudControllerProtocol.swift",
        "ControllerProtocols/CrudParentControllerProtocol.swift",
        "ControllerProtocols/CrudSiblingsControllerProtocol.swift",
        "ControllerProtocols/Crudable.swift",
        "CrudChildrenController.swift",
        "CrudController.swift",
        "CrudParentController.swift",
        "CrudSiblingsController.swift",
        "Extensions/Array.swift",
        "Extensions/Request.swift",
        "Extensions/Router+CRUD.swift",
        "Extensions/String.swift",
        "RouterMethods/ChildrenRouterMethod.swift",
        "RouterMethods/OnlyExceptEither.swift",
        "RouterMethods/ParentRouterMethod.swift",
        "RouterMethods/RouterMethod.swift",
        "RouterMethods/SiblingRouterMethod.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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.