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 4.0.0 (e9e12d), with Swift 6.1 for Android on 28 May 2025 03:26:02 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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: 4.0.0
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
 * tag               4.0.0      -> FETCH_HEAD
HEAD is now at e9e12d9 Merge pull request #10 from twof/4
Cloned https://github.com/twof/vaporcrudrouter.git
Revision (git rev-parse @):
e9e12d9ca697b8317eefe21a6751035769e90af9
SUCCESS checkout https://github.com/twof/vaporcrudrouter.git at 4.0.0
========================================
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-2":/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.git
Fetching https://github.com/vapor/fluent-sqlite-driver.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.80s)
[17711/75725] Fetching fluent-sqlite-driver, vapor
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (2.48s)
Fetched https://github.com/vapor/vapor.git from cache (2.52s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (3.12s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13328] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (1.18s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (1.89s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/sql-kit.git
[1/3836] Fetching swift-log
[2418/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)
[6744/82038] Fetching sql-kit, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.47s)
[1522/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.86s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (5.43s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.62s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.33s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.27s)
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-atomics.git from cache (0.49s)
Fetched https://github.com/apple/swift-system.git from cache (0.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.03s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.63s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.85s)
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.74s)
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.67s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (1.27s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sqlite-nio.git
[1/1508] Fetching sqlite-nio
[2/3878] Fetching sqlite-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.35s)
[91/1508] Fetching sqlite-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (2.28s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.98s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.56s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.47s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.69s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.42s)
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.67s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/3319] Fetching multipart-kit
[1097/5525] Fetching multipart-kit, swift-metrics
[1098/6588] Fetching multipart-kit, swift-metrics, swift-service-context
[2378/12502] Fetching multipart-kit, swift-metrics, swift-service-context, swift-nio-extras
[2599/17476] Fetching multipart-kit, swift-metrics, swift-service-context, swift-nio-extras, swift-distributed-tracing
[4472/20085] Fetching multipart-kit, swift-metrics, swift-service-context, swift-nio-extras, swift-distributed-tracing, websocket-kit
Fetched https://github.com/apple/swift-metrics.git from cache (0.41s)
[13297/17879] Fetching multipart-kit, swift-service-context, swift-nio-extras, swift-distributed-tracing, websocket-kit
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.59s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.60s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.62s)
Fetching https://github.com/apple/swift-crypto.git
[3706/17455] Fetching multipart-kit, websocket-kit, swift-nio-http2
[4629/38182] Fetching multipart-kit, websocket-kit, swift-nio-http2, routing-kit
[9973/52118] Fetching multipart-kit, websocket-kit, swift-nio-http2, routing-kit, swift-crypto
[20715/66961] Fetching multipart-kit, websocket-kit, swift-nio-http2, routing-kit, swift-crypto, swift-nio-ssl
Fetched https://github.com/vapor/websocket-kit.git from cache (2.34s)
[53351/64352] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-crypto, swift-nio-ssl
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.99s)
Fetched https://github.com/vapor/multipart-kit.git from cache (2.42s)
Fetching https://github.com/swift-server/async-http-client.git
[40622/49506] Fetching routing-kit, swift-crypto, swift-nio-ssl
[44134/55083] Fetching routing-kit, swift-crypto, swift-nio-ssl, console-kit
[55084/69097] Fetching routing-kit, swift-crypto, swift-nio-ssl, console-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (0.50s)
[50487/63520] Fetching routing-kit, swift-crypto, swift-nio-ssl, async-http-client
Fetched https://github.com/apple/swift-crypto.git from cache (2.84s)
Fetched https://github.com/vapor/routing-kit.git from cache (3.36s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.38s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.55s)
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.76s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.12s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.71s)
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.34s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (5.49s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.17s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.31s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
[1/4985] Fetching swift-async-algorithms
[2/6575] Fetching swift-async-algorithms, swift-asn1
[6576/7716] Fetching swift-async-algorithms, swift-asn1, swift-http-structured-headers
[6668/8620] Fetching swift-async-algorithms, swift-asn1, swift-http-structured-headers, swift-http-types
[6755/11046] Fetching swift-async-algorithms, swift-asn1, swift-http-structured-headers, swift-http-types, swift-service-lifecycle
[9716/17201] Fetching swift-async-algorithms, swift-asn1, swift-http-structured-headers, swift-http-types, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.64s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.65s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.65s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.65s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.65s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.71s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.32s)
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.72s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.80s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.88s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.94s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.63s)
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.52s)
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.60s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.55s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.56s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.58s)
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.61s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.73s)
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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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/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/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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/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/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/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/vapor/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/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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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/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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.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/vapor/fluent-sqlite-driver.git
Working copy of https://github.com/vapor/fluent-sqlite-driver.git resolved at 4.8.1
Creating working copy for https://github.com/apple/swift-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/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Building for debugging...
[0/839] Write sources
[45/839] Compiling CNIOWindows WSAStartup.c
[46/839] Write sources
[47/839] Compiling CNIOWASI CNIOWASI.c
[48/839] Compiling CNIOWindows shim.c
[49/839] Write sources
[58/839] Compiling _NumericsShims _NumericsShims.c
[59/839] Compiling _AtomicsShims.c
[60/839] Compiling CNIOSHA1 c_nio_sha1.c
[61/839] Compiling CNIOLinux shim.c
[62/839] Compiling CVaporBcrypt bcrypt.c
[63/839] Compiling CNIOLinux liburing_shims.c
[64/839] Compiling CSystem shims.c
[65/839] Compiling CNIODarwin shim.c
[66/839] Compiling CNIOExtrasZlib empty.c
[67/839] Compiling CNIOLLHTTP c_nio_http.c
[68/839] Compiling CNIOLLHTTP c_nio_api.c
[69/839] Compiling fiat_p256_adx_sqr.S
[70/839] Compiling fiat_p256_adx_mul.S
[71/839] Compiling fiat_curve25519_adx_square.S
[72/839] Write swift-version-24593BA9C3E375BF.txt
[73/839] Compiling CVaporBcrypt blf.c
[74/839] Compiling fiat_curve25519_adx_mul.S
[75/839] Compiling CNIOLLHTTP c_nio_llhttp.c
[76/841] Compiling CNIOBoringSSLShims shims.c
[77/873] Compiling tls_method.cc
[78/873] Compiling tls_record.cc
[79/873] Compiling tls13_server.cc
[80/891] Compiling tls13_enc.cc
[82/905] Emitting module SystemPackage
[83/908] Compiling ServiceContextModule ServiceContextKey.swift
[84/908] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[85/909] Compiling ServiceContextModule ServiceContext.swift
[86/909] Emitting module ServiceContextModule
[87/909] Compiling RealModule Real.swift
[88/909] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[89/909] Compiling InternalCollectionsUtilities Debugging.swift
[90/909] Compiling InternalCollectionsUtilities Descriptions.swift
[91/909] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[92/909] Emitting module InternalCollectionsUtilities
[93/910] Compiling RealModule Float80+Real.swift
[94/910] Emitting module RealModule
[95/910] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[96/910] Compiling InternalCollectionsUtilities Integer rank.swift
[97/911] Compiling _NIODataStructures _TinyArray.swift
[98/911] Compiling SystemPackage Util+StringArray.swift
[99/911] Compiling SystemPackage Util.swift
[100/911] Compiling SystemPackage UtilConsumers.swift
[101/911] Compiling RealModule Float16+Real.swift
[102/911] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[103/911] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[104/911] Emitting module _NIOBase64
[105/911] Compiling _NIOBase64 Base64.swift
[106/911] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[107/911] Compiling InternalCollectionsUtilities UInt+reversed.swift
[110/911] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[111/911] Compiling InternalCollectionsUtilities _SortedCollection.swift
[112/912] Compiling RealModule ElementaryFunctions.swift
[113/912] Compiling RealModule Float+Real.swift
[116/912] Compiling SystemPackage MachPort.swift
[117/912] Compiling SystemPackage PlatformString.swift
[118/912] Compiling SystemPackage SystemString.swift
[119/912] Compiling _NIODataStructures PriorityQueue.swift
[124/912] Emitting module _NIODataStructures
[133/912] Compiling _NIODataStructures Heap.swift
[136/913] Compiling RealModule RealFunctions.swift
[139/914] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[141/992] Emitting module Logging
[142/992] Compiling Logging Locks.swift
[143/992] Compiling Logging MetadataProvider.swift
[144/992] Compiling _RopeModule BigString+Comparable.swift
[145/992] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[146/992] Compiling _RopeModule BigString+CustomStringConvertible.swift
[147/992] Compiling _RopeModule BigString+Equatable.swift
[148/992] Compiling _RopeModule BigString+Debugging.swift
[149/992] Compiling _RopeModule BigString+Index.swift
[150/992] Compiling _RopeModule BigString+Ingester.swift
[151/992] Compiling _RopeModule BigString+Invariants.swift
[152/992] Compiling _RopeModule BigString+Iterators.swift
[153/992] Compiling _RopeModule BigString+Metrics.swift
[154/992] Compiling _RopeModule BigString+Summary.swift
[155/992] Compiling _RopeModule BigString.swift
[156/993] Compiling Logging LogHandler.swift
[157/993] Compiling Logging Logging.swift
[158/994] Compiling Instrumentation NoOpInstrument.swift
[159/994] Emitting module Instrumentation
[160/994] Compiling Instrumentation MultiplexInstrument.swift
[163/994] Compiling Instrumentation Locks.swift
[164/994] Compiling Instrumentation Instrument.swift
[165/994] Compiling Instrumentation InstrumentationSystem.swift
[167/995] Emitting module CoreMetrics
[167/1064] Compiling CSQLite sqlite_nio_sqlite3.c
[169/1071] Compiling CoreMetrics Metrics.swift
[170/1071] Compiling CoreMetrics Locks.swift
[171/1072] Compiling Tracing TracingTime.swift
[172/1072] Compiling tls13_client.cc
[174/1072] Compiling HeapModule _HeapNode.swift
[175/1072] Compiling Tracing InstrumentationSystem+Tracing.swift
[176/1072] Emitting module Tracing
[177/1072] Compiling Tracing NoOpTracer.swift
[178/1072] Compiling HeapModule Heap.swift
[179/1072] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[180/1072] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[181/1072] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[182/1072] Compiling OrderedCollections OrderedDictionary+Values.swift
[183/1072] Compiling OrderedCollections OrderedDictionary.swift
[184/1072] Compiling OrderedCollections OrderedSet+Codable.swift
[185/1072] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[186/1072] Compiling OrderedCollections OrderedSet+Descriptions.swift
[187/1072] Compiling OrderedCollections OrderedSet+Diffing.swift
[188/1072] Compiling OrderedCollections OrderedSet+Equatable.swift
[189/1081] Compiling Tracing TracerProtocol.swift
[190/1081] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[191/1081] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[192/1081] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[193/1081] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[198/1090] Compiling Tracing Tracer.swift
[199/1090] Compiling Tracing TracerProtocol+Legacy.swift
[199/1166] Compiling tls13_both.cc
[201/1166] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[202/1166] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[203/1166] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[204/1166] Compiling HashTreeCollections _HashNode+Structural union.swift
[205/1166] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[206/1166] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[207/1166] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[208/1166] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[209/1166] Compiling HashTreeCollections TreeSet+Debugging.swift
[210/1166] Compiling HashTreeCollections TreeSet+Descriptions.swift
[211/1166] Compiling HashTreeCollections TreeSet+Equatable.swift
[212/1166] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[213/1166] Compiling HashTreeCollections TreeSet+Extras.swift
[214/1166] Compiling HashTreeCollections TreeSet+Filter.swift
[215/1166] Compiling HeapModule Heap+Invariants.swift
[216/1166] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[217/1166] Compiling HeapModule Heap+UnsafeHandle.swift
[218/1181] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[219/1181] Compiling HashTreeCollections _RawHashNode.swift
[220/1181] Compiling HashTreeCollections _UnmanagedHashNode.swift
[221/1181] Compiling HashTreeCollections _UnsafePath.swift
[222/1181] Compiling HashTreeCollections TreeDictionary+Codable.swift
[223/1181] Compiling HashTreeCollections TreeDictionary+Collection.swift
[224/1181] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[225/1181] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[226/1181] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[227/1181] Compiling HashTreeCollections _HashNode.swift
[228/1181] Compiling HashTreeCollections _HashNodeHeader.swift
[229/1181] Compiling HashTreeCollections _HashSlot.swift
[230/1181] Compiling HashTreeCollections _HashStack.swift
[231/1181] Compiling HashTreeCollections TreeDictionary.swift
[232/1181] Compiling HashTreeCollections TreeSet+Codable.swift
[233/1181] Compiling HashTreeCollections TreeSet+Collection.swift
[234/1181] Compiling HeapModule Heap+Descriptions.swift
[235/1181] Emitting module HeapModule
[236/1182] Compiling Tracing SpanProtocol.swift
[237/1183] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[238/1183] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[239/1183] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[240/1183] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[241/1183] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[242/1183] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[243/1183] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[244/1183] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[245/1183] Compiling HashTreeCollections TreeDictionary+Filter.swift
[255/1183] Compiling DequeModule Deque+Testing.swift
[256/1183] Compiling DequeModule Deque._Storage.swift
[257/1183] Compiling DequeModule Deque._UnsafeHandle.swift
[258/1183] Compiling DequeModule Deque.swift
[259/1183] Compiling DequeModule _DequeBuffer.swift
[260/1183] Compiling DequeModule _DequeBufferHeader.swift
[261/1183] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[262/1183] Compiling HashTreeCollections _HashNode+Structural filter.swift
[275/1183] Compiling DequeModule Deque+CustomReflectable.swift
[276/1183] Compiling DequeModule Deque+Descriptions.swift
[281/1185] Compiling DequeModule _DequeSlot.swift
[282/1185] Compiling DequeModule _UnsafeWrappedBuffer.swift
[283/1185] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[284/1185] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[285/1185] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[286/1185] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[289/1185] Compiling DequeModule Deque+Codable.swift
[290/1185] Compiling DequeModule Deque+Collection.swift
[291/1185] Compiling DequeModule Deque+Equatable.swift
[292/1185] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[293/1185] Compiling DequeModule Deque+Extras.swift
[294/1185] Compiling DequeModule Deque+Hashable.swift
[307/1185] Compiling HashTreeCollections TreeSet+Hashable.swift
[308/1185] Compiling HashTreeCollections TreeSet+Sendable.swift
[309/1185] Compiling HashTreeCollections TreeSet+Sequence.swift
[310/1185] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[333/1195] Emitting module _RopeModule
[337/1195] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[338/1195] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[339/1195] Compiling HashTreeCollections TreeDictionary+Keys.swift
[340/1195] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[341/1195] Compiling HashTreeCollections TreeDictionary+Merge.swift
[342/1195] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[343/1195] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[344/1195] Compiling HashTreeCollections TreeDictionary+Values.swift
[349/1195] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[350/1195] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[351/1195] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[352/1195] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[353/1195] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[354/1195] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[355/1195] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[356/1195] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[357/1195] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[358/1195] Compiling HashTreeCollections TreeSet.swift
[368/1195] Compiling RoutingKit Router.swift
[369/1195] Emitting module RoutingKit
[370/1195] Emitting module DequeModule
[371/1196] Compiling RoutingKit PathComponent.swift
[372/1196] Compiling HashTreeCollections _HashTreeIterator.swift
[373/1196] Compiling HashTreeCollections _HashTreeStatistics.swift
[384/1196] Emitting module OrderedCollections
[386/1197] Compiling RoutingKit TrieRouter.swift
[386/1197] Compiling t1_enc.cc
[396/1197] Compiling ssl_x509.cc
[398/1197] Emitting module Metrics
[399/1197] Compiling Metrics Metrics.swift
[400/1198] Compiling RoutingKit AnyRouter.swift
[401/1198] Compiling RoutingKit Parameters.swift
[411/1199] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[412/1199] Compiling HashTreeCollections _HashNode+Structural merge.swift
[445/1200] Compiling ssl_stat.cc
[447/1200] Compiling ssl_transcript.cc
[448/1200] Compiling ssl_versions.cc
[450/1200] Emitting module HashTreeCollections
[451/1201] Compiling ssl_session.cc
[452/1201] Compiling ssl_credential.cc
[453/1201] Compiling ssl_privkey.cc
[454/1201] Compiling ssl_file.cc
[455/1201] Compiling ssl_cipher.cc
[456/1201] Compiling ssl_key_share.cc
[457/1201] Compiling ssl_buffer.cc
[458/1201] Compiling ssl_lib.cc
[459/1201] Compiling s3_lib.cc
[460/1201] Compiling ssl_cert.cc
[461/1201] Compiling ssl_aead_ctx.cc
[462/1201] Compiling s3_pkt.cc
[463/1201] Compiling ssl_asn1.cc
[464/1201] Compiling handshake_server.cc
[465/1201] Compiling s3_both.cc
[466/1201] Compiling handshake_client.cc
[467/1201] Compiling handoff.cc
[468/1201] Compiling handshake.cc
[469/1201] Compiling dtls_method.cc
[470/1201] Compiling encrypted_client_hello.cc
[471/1201] Compiling md5-x86_64-linux.S
[472/1201] Compiling md5-x86_64-apple.S
[473/1201] Compiling md5-586-linux.S
[474/1201] Compiling extensions.cc
[475/1201] Compiling md5-586-apple.S
[476/1201] Compiling dtls_record.cc
[477/1201] Compiling chacha20_poly1305_x86_64-linux.S
[478/1201] Compiling d1_srtp.cc
[479/1201] Compiling d1_pkt.cc
[480/1201] Compiling d1_lib.cc
[481/1201] Compiling chacha20_poly1305_x86_64-apple.S
[482/1201] Compiling chacha20_poly1305_armv8-win.S
[483/1201] Compiling err_data.cc
[484/1201] Compiling chacha20_poly1305_armv8-apple.S
[485/1201] Compiling chacha20_poly1305_armv8-linux.S
[486/1201] Compiling d1_both.cc
[487/1201] Compiling chacha-x86_64-linux.S
[488/1201] Compiling bio_ssl.cc
[489/1201] Compiling chacha-x86_64-apple.S
[490/1201] Compiling chacha-x86-apple.S
[491/1201] Compiling chacha-x86-linux.S
[492/1201] Compiling chacha-armv8-apple.S
[493/1201] Compiling chacha-armv8-win.S
[494/1201] Compiling chacha-armv4-linux.S
[495/1201] Compiling aes128gcmsiv-x86_64-linux.S
[496/1201] Compiling chacha-armv8-linux.S
[497/1201] Compiling x86_64-mont5-linux.S
[498/1201] Compiling aes128gcmsiv-x86_64-apple.S
[499/1201] Compiling x86_64-mont5-apple.S
[500/1201] Compiling x86_64-mont-linux.S
[501/1201] Compiling x86_64-mont-apple.S
[502/1201] Compiling vpaes-x86_64-apple.S
[503/1201] Compiling vpaes-x86_64-linux.S
[504/1201] Compiling x86-mont-apple.S
[505/1201] Compiling x86-mont-linux.S
[505/1201] Compiling vpaes-armv8-win.S
[507/1201] Compiling vpaes-x86-apple.S
[508/1201] Compiling vpaes-x86-linux.S
[509/1201] Compiling vpaes-armv8-linux.S
[510/1201] Compiling vpaes-armv8-apple.S
[511/1201] Compiling sha512-x86_64-linux.S
[512/1201] Compiling vpaes-armv7-linux.S
[513/1201] Compiling sha512-x86_64-apple.S
[514/1201] Compiling sha512-armv8-apple.S
[515/1201] Compiling sha512-armv4-linux.S
[515/1201] Compiling sha512-armv8-win.S
[517/1201] Compiling sha512-586-linux.S
[518/1201] Compiling sha512-586-apple.S
[519/1201] Compiling sha256-armv8-win.S
[520/1201] Compiling sha256-x86_64-linux.S
[521/1201] Compiling sha512-armv8-linux.S
[522/1201] Compiling sha256-x86_64-apple.S
[523/1201] Compiling sha256-armv8-linux.S
[524/1201] Compiling sha256-armv8-apple.S
[525/1201] Compiling sha256-586-linux.S
[526/1201] Compiling sha256-armv4-linux.S
[527/1201] Compiling sha1-x86_64-linux.S
[528/1201] Compiling sha256-586-apple.S
[529/1201] Compiling sha1-x86_64-apple.S
[530/1201] Compiling sha1-armv8-win.S
[531/1201] Compiling sha1-armv8-apple.S
[532/1201] Compiling sha1-586-apple.S
[533/1201] Compiling sha1-armv4-large-linux.S
[534/1201] Compiling sha1-586-linux.S
[535/1201] Compiling rsaz-avx2-linux.S
[536/1201] Compiling sha1-armv8-linux.S
[537/1201] Compiling rdrand-x86_64-linux.S
[538/1201] Compiling rdrand-x86_64-apple.S
[539/1201] Compiling rsaz-avx2-apple.S
[540/1201] Compiling p256_beeu-x86_64-asm-apple.S
[541/1201] Compiling p256_beeu-x86_64-asm-linux.S
[542/1201] Compiling p256_beeu-armv8-asm-win.S
[543/1201] Compiling p256_beeu-armv8-asm-linux.S
[544/1201] Compiling p256_beeu-armv8-asm-apple.S
[545/1201] Compiling p256-x86_64-asm-linux.S
[546/1201] Compiling p256-armv8-asm-win.S
[547/1201] Compiling p256-x86_64-asm-apple.S
[548/1201] Compiling p256-armv8-asm-apple.S
[549/1201] Compiling ghashv8-armv8-apple.S
[550/1201] Compiling ghashv8-armv8-win.S
[551/1201] Compiling p256-armv8-asm-linux.S
[552/1201] Compiling ghashv8-armv8-linux.S
[553/1201] Compiling ghashv8-armv7-linux.S
[554/1201] Compiling ghash-x86_64-apple.S
[555/1201] Compiling ghash-x86_64-linux.S
[556/1201] Compiling ghash-x86-apple.S
[557/1201] Compiling ghash-ssse3-x86_64-apple.S
[558/1201] Compiling ghash-ssse3-x86_64-linux.S
[559/1201] Compiling ghash-ssse3-x86-linux.S
[560/1201] Compiling ghash-x86-linux.S
[561/1201] Compiling ghash-neon-armv8-apple.S
[562/1201] Compiling ghash-ssse3-x86-apple.S
[563/1201] Compiling ghash-neon-armv8-linux.S
[564/1201] Compiling ghash-armv4-linux.S
[565/1201] Compiling co-586-linux.S
[566/1201] Compiling ghash-neon-armv8-win.S
[567/1201] Compiling bn-armv8-win.S
[568/1201] Compiling co-586-apple.S
[569/1201] Compiling bn-armv8-apple.S
[570/1201] Compiling bsaes-armv7-linux.S
[571/1201] Compiling bn-armv8-linux.S
[572/1201] Compiling bn-586-apple.S
[573/1201] Compiling bn-586-linux.S
[574/1201] Compiling armv8-mont-win.S
[575/1201] Compiling armv8-mont-apple.S
[576/1201] Compiling armv4-mont-linux.S
[576/1201] Compiling aesv8-gcm-armv8-win.S
[578/1201] Compiling aesv8-gcm-armv8-apple.S
[579/1201] Compiling armv8-mont-linux.S
[580/1201] Compiling aesv8-armv8-win.S
[581/1201] Compiling aesv8-gcm-armv8-linux.S
[582/1201] Compiling aesv8-armv8-apple.S
[583/1201] Compiling aesv8-armv8-linux.S
[584/1201] Compiling aesv8-armv7-linux.S
[585/1201] Compiling aesni-x86_64-linux.S
[586/1201] Compiling aesni-x86_64-apple.S
[587/1201] Compiling aesni-x86-linux.S
[588/1201] Compiling aesni-x86-apple.S
[589/1201] Compiling aesni-gcm-x86_64-linux.S
[590/1201] Compiling aesni-gcm-x86_64-apple.S
[591/1201] Compiling aes-gcm-avx2-x86_64-apple.S
[592/1201] Compiling aes-gcm-avx2-x86_64-linux.S
[593/1201] Compiling aes-gcm-avx10-x86_64-linux.S
[594/1201] Compiling aes-gcm-avx10-x86_64-apple.S
[595/1201] Compiling x_sig.cc
[596/1201] Compiling x_val.cc
[597/1201] Compiling x_spki.cc
[598/1201] Compiling x_name.cc
[599/1201] Compiling x_x509.cc
[600/1201] Compiling x_req.cc
[601/1201] Compiling x_pubkey.cc
[602/1201] Compiling x_x509a.cc
[603/1201] Compiling x_exten.cc
[604/1201] Compiling x_algor.cc
[605/1201] Compiling x509spki.cc
[606/1201] Compiling x_crl.cc
[607/1201] Compiling x_attrib.cc
[608/1201] Compiling x_all.cc
[609/1201] Compiling x509rset.cc
[610/1201] Compiling x509name.cc
[611/1201] Compiling x509cset.cc
[612/1201] Compiling x509_vfy.cc
[613/1201] Compiling x509_vpm.cc
[614/1201] Compiling x509_v3.cc
[615/1201] Compiling x509_txt.cc
[616/1201] Compiling x509_trs.cc
[617/1201] Compiling x509_set.cc
[618/1201] Compiling x509_req.cc
[619/1201] Compiling x509_obj.cc
[620/1201] Compiling x509_lu.cc
[621/1201] Compiling x509_d2.cc
[622/1201] Compiling x509_ext.cc
[623/1201] Compiling x509_def.cc
[624/1201] Compiling x509.cc
[625/1201] Compiling x509_cmp.cc
[626/1201] Compiling x509_att.cc
[627/1201] Compiling v3_purp.cc
[628/1201] Compiling v3_pcons.cc
[629/1201] Compiling v3_skey.cc
[630/1201] Compiling v3_utl.cc
[631/1201] Compiling v3_prn.cc
[632/1201] Compiling v3_pmaps.cc
[633/1201] Compiling v3_ncons.cc
[634/1201] Compiling v3_ocsp.cc
[635/1201] Compiling v3_info.cc
[636/1201] Compiling v3_ia5.cc
[637/1201] Compiling v3_lib.cc
[638/1201] Compiling v3_int.cc
[639/1201] Compiling v3_genn.cc
[640/1201] Compiling v3_cpols.cc
[641/1201] Compiling v3_extku.cc
[642/1201] Compiling v3_crld.cc
[643/1201] Compiling v3_conf.cc
[644/1201] Compiling v3_enum.cc
[645/1201] Compiling v3_bitst.cc
[646/1201] Compiling v3_bcons.cc
[647/1201] Compiling v3_alt.cc
[648/1201] Compiling v3_akey.cc
[649/1201] Compiling v3_akeya.cc
[650/1201] Compiling policy.cc
[651/1201] Compiling t_req.cc
[652/1201] Compiling t_crl.cc
[653/1201] Compiling t_x509a.cc
[654/1201] Compiling t_x509.cc
[655/1201] Compiling rsa_pss.cc
[656/1201] Compiling name_print.cc
[657/1201] Compiling i2d_pr.cc
[658/1201] Compiling by_file.cc
[659/1201] Compiling by_dir.cc
[660/1201] Compiling algorithm.cc
[661/1201] Compiling a_verify.cc
[662/1201] Compiling asn1_gen.cc
[663/1201] Compiling a_sign.cc
[664/1201] Compiling thread_win.cc
[665/1201] Compiling a_digest.cc
[666/1201] Compiling thread_pthread.cc
[667/1201] Compiling trust_token.cc
[668/1201] Compiling voprf.cc
[669/1201] Compiling pmbtoken.cc
[670/1201] Compiling thread.cc
[671/1201] Compiling thread_none.cc
[672/1201] Compiling stack.cc
[673/1201] Compiling siphash.cc
[674/1201] Compiling sha512.cc
[675/1201] Compiling sha256.cc
[676/1201] Compiling slhdsa.cc
[677/1201] Compiling sha1.cc
[678/1201] Compiling spake2plus.cc
[679/1201] Compiling rsa_print.cc
[680/1201] Compiling rsa_extra.cc
[681/1201] Compiling rc4.cc
[682/1201] Compiling rsa_crypt.cc
[683/1201] Compiling refcount.cc
[684/1201] Compiling windows.cc
[685/1201] Compiling rsa_asn1.cc
[686/1201] Compiling urandom.cc
[687/1201] Compiling trusty.cc
[688/1201] Compiling rand.cc
[689/1201] Compiling deterministic.cc
[690/1201] Compiling ios.cc
[691/1201] Compiling getentropy.cc
[692/1201] Compiling passive.cc
[693/1201] Compiling forkunsafe.cc
[694/1201] Compiling poly1305_arm_asm.S
[695/1201] Compiling fork_detect.cc
[696/1201] Compiling poly1305.cc
[697/1201] Compiling poly1305_vec.cc
[698/1201] Compiling pool.cc
[699/1201] Compiling poly1305_arm.cc
[700/1201] Compiling pkcs7.cc
[701/1201] Compiling pkcs7_x509.cc
[702/1201] Compiling pkcs8_x509.cc
[703/1201] Compiling p5_pbev2.cc
[704/1201] Compiling pkcs8.cc
[705/1201] Compiling pem_x509.cc
[706/1201] Compiling pem_xaux.cc
[707/1201] Compiling pem_pkey.cc
[708/1201] Compiling pem_lib.cc
[709/1201] Compiling pem_pk8.cc
[709/1201] Compiling pem_oth.cc
[711/1201] Compiling mlkem.cc
[712/1201] Compiling mldsa.cc
[713/1201] Compiling obj_xref.cc
[713/1201] Compiling pem_info.cc
[715/1201] Compiling md4.cc
[716/1201] Compiling obj.cc
[717/1201] Compiling poly_rq_mul.S
[718/1201] Compiling fips_shared_support.cc
[719/1201] Compiling pem_all.cc
[720/1201] Compiling mem.cc
[721/1201] Compiling md5.cc
[722/1201] Compiling lhash.cc
[723/1201] Compiling ex_data.cc
[724/1201] Compiling hrss.cc
[725/1201] Compiling sign.cc
[726/1201] Compiling hpke.cc
[727/1201] Compiling kyber.cc
[728/1201] Compiling print.cc
[729/1201] Compiling scrypt.cc
[730/1201] Compiling pbkdf.cc
[731/1201] Compiling p_x25519_asn1.cc
[732/1201] Compiling p_x25519.cc
[733/1201] Compiling p_hkdf.cc
[734/1201] Compiling p_rsa.cc
[735/1201] Compiling p_ed25519.cc
[736/1201] Compiling p_ec_asn1.cc
[737/1201] Compiling p_ec.cc
[738/1201] Compiling p_ed25519_asn1.cc
[739/1201] Compiling p_rsa_asn1.cc
[740/1201] Compiling p_dsa_asn1.cc
[741/1201] Compiling p_dh.cc
[742/1201] Compiling p_dh_asn1.cc
[743/1201] Compiling evp.cc
[744/1201] Compiling evp_ctx.cc
[745/1201] Compiling bcm.cc
[746/1201] Compiling err.cc
[747/1201] Compiling evp_asn1.cc
[748/1201] Compiling ecdh.cc
[749/1201] Compiling ec_asn1.cc
[750/1201] Compiling engine.cc
[751/1201] Compiling hash_to_curve.cc
[752/1201] Compiling ec_derive.cc
[753/1201] Compiling des.cc
[754/1201] Compiling ecdsa_asn1.cc
[755/1201] Compiling dsa_asn1.cc
[756/1201] Compiling x25519-asm-arm.S
[757/1201] Compiling params.cc
[758/1201] Compiling dsa.cc
[759/1201] Compiling dh_asn1.cc
[760/1201] Compiling digest_extra.cc
[761/1201] Compiling curve25519_64_adx.cc
[762/1201] Compiling cpu_arm_linux.cc
[763/1201] Compiling crypto.cc
[764/1201] Compiling spake25519.cc
[765/1201] Compiling cpu_intel.cc
[766/1201] Compiling cpu_arm_freebsd.cc
[767/1201] Compiling curve25519.cc
[768/1201] Compiling cpu_aarch64_win.cc
[769/1201] Compiling cpu_aarch64_openbsd.cc
[770/1201] Compiling cpu_aarch64_sysreg.cc
[771/1201] Compiling cpu_aarch64_linux.cc
[772/1201] Compiling cpu_aarch64_apple.cc
[773/1201] Compiling tls_cbc.cc
[774/1201] Compiling cpu_aarch64_fuchsia.cc
[775/1201] Compiling e_rc4.cc
[776/1201] Compiling conf.cc
[777/1201] Compiling get_cipher.cc
[778/1201] Compiling e_rc2.cc
[779/1201] Compiling e_tls.cc
[780/1201] Compiling e_aesgcmsiv.cc
[781/1201] Compiling e_null.cc
[782/1201] Compiling e_des.cc
[783/1201] Compiling e_chacha20poly1305.cc
[784/1201] Compiling derive_key.cc
[785/1201] Compiling e_aesctrhmac.cc
[786/1201] Compiling chacha.cc
[787/1201] Compiling cbs.cc
[788/1201] Compiling cbb.cc
[789/1201] Compiling unicode.cc
[790/1201] Compiling buf.cc
[791/1201] Compiling ber.cc
[792/1201] Compiling asn1_compat.cc
[793/1201] Compiling convert.cc
[794/1201] Compiling blake2.cc
[795/1201] Compiling printf.cc
[796/1201] Compiling hexdump.cc
[797/1201] Compiling socket.cc
[798/1201] Compiling socket_helper.cc
[799/1201] Compiling pair.cc
[800/1201] Compiling bn_asn1.cc
[801/1201] Compiling file.cc
[802/1201] Compiling fd.cc
[803/1201] Compiling bio_mem.cc
[804/1201] Compiling errno.cc
[805/1201] Compiling connect.cc
[806/1201] Compiling bio.cc
[807/1201] Compiling base64.cc
[808/1201] Compiling tasn_typ.cc
[809/1201] Compiling tasn_fre.cc
[810/1201] Compiling tasn_new.cc
[811/1201] Compiling tasn_utl.cc
[812/1201] Compiling tasn_enc.cc
[813/1201] Compiling posix_time.cc
[814/1201] Compiling f_string.cc
[815/1201] Compiling tasn_dec.cc
[816/1201] Compiling f_int.cc
[817/1201] Compiling asn1_par.cc
[818/1201] Compiling asn_pack.cc
[819/1201] Compiling a_utctm.cc
[820/1201] Compiling asn1_lib.cc
[821/1201] Compiling a_strex.cc
[822/1201] Compiling a_type.cc
[823/1201] Compiling a_time.cc
[824/1201] Compiling a_octet.cc
[825/1201] Compiling a_strnid.cc
[826/1201] Compiling a_i2d_fp.cc
[827/1201] Compiling a_dup.cc
[828/1201] Compiling a_mbstr.cc
[829/1201] Compiling a_int.cc
[830/1201] Compiling a_d2i_fp.cc
[831/1201] Compiling a_object.cc
[832/1201] Compiling fiat_p256_adx_mul.S
[833/1201] Compiling fiat_p256_adx_sqr.S
[834/1201] Compiling fiat_curve25519_adx_mul.S
[835/1201] Compiling fiat_curve25519_adx_square.S
[836/1201] Compiling md5-x86_64-linux.S
[837/1201] Compiling md5-x86_64-apple.S
[838/1201] Compiling md5-586-linux.S
[839/1201] Compiling a_gentm.cc
[840/1201] Compiling a_bool.cc
[841/1201] Compiling md5-586-apple.S
[842/1201] Compiling CCryptoBoringSSLShims shims.c
[843/1201] Compiling chacha20_poly1305_x86_64-linux.S
[844/1201] Compiling chacha20_poly1305_x86_64-apple.S
[845/1201] Compiling chacha20_poly1305_armv8-win.S
[846/1201] Compiling chacha20_poly1305_armv8-apple.S
[847/1201] Compiling chacha20_poly1305_armv8-linux.S
[848/1201] Compiling chacha-x86_64-linux.S
[849/1201] Compiling chacha-x86-linux.S
[850/1201] Compiling chacha-x86_64-apple.S
[851/1201] Compiling chacha-x86-apple.S
[852/1201] Compiling chacha-armv8-win.S
[853/1201] Compiling chacha-armv8-apple.S
[854/1201] Compiling a_bitstr.cc
[855/1201] Compiling chacha-armv4-linux.S
[856/1201] Compiling chacha-armv8-linux.S
[857/1201] Compiling aes128gcmsiv-x86_64-linux.S
[858/1201] Compiling x86_64-mont5-linux.S
[859/1201] Compiling aes128gcmsiv-x86_64-apple.S
[860/1201] Compiling x86_64-mont5-apple.S
[861/1201] Compiling x86_64-mont-linux.S
[862/1201] Compiling x86-mont-apple.S
[863/1201] Compiling x86_64-mont-apple.S
[864/1201] Compiling x86-mont-linux.S
[865/1201] Compiling vpaes-x86_64-apple.S
[866/1201] Compiling vpaes-x86_64-linux.S
[867/1201] Compiling vpaes-x86-apple.S
[868/1201] Compiling vpaes-x86-linux.S
[869/1201] Compiling vpaes-armv8-win.S
[870/1201] Compiling vpaes-armv7-linux.S
[871/1201] Compiling vpaes-armv8-linux.S
[872/1201] Compiling sha512-x86_64-apple.S
[873/1201] Compiling vpaes-armv8-apple.S
[874/1201] Compiling sha512-x86_64-linux.S
[875/1201] Compiling err_data.cc
[876/1201] Compiling sha512-armv8-apple.S
[877/1201] Compiling sha512-armv8-win.S
[878/1201] Compiling sha512-586-linux.S
[879/1201] Compiling sha512-586-apple.S
[880/1201] Compiling sha512-armv4-linux.S
[881/1201] Compiling sha512-armv8-linux.S
[882/1201] Compiling sha256-x86_64-linux.S
[883/1201] Compiling sha256-x86_64-apple.S
[884/1201] Compiling sha256-armv8-win.S
[885/1201] Compiling sha256-armv4-linux.S
[885/1201] Compiling sha256-armv8-apple.S
[887/1201] Compiling sha256-586-linux.S
[888/1201] Compiling sha256-586-apple.S
[889/1201] Compiling sha1-x86_64-linux.S
[890/1201] Compiling sha1-x86_64-apple.S
[891/1201] Compiling sha1-armv8-win.S
[892/1201] Compiling sha1-armv8-linux.S
[893/1201] Compiling sha256-armv8-linux.S
[894/1201] Compiling sha1-armv4-large-linux.S
[895/1201] Compiling sha1-armv8-apple.S
[896/1201] Compiling sha1-586-linux.S
[897/1201] Compiling sha1-586-apple.S
[898/1201] Compiling rdrand-x86_64-linux.S
[899/1201] Compiling rsaz-avx2-linux.S
[899/1201] Compiling rsaz-avx2-apple.S
[901/1201] Compiling rdrand-x86_64-apple.S
[902/1201] Compiling p256_beeu-x86_64-asm-linux.S
[903/1201] Compiling p256_beeu-armv8-asm-apple.S
[904/1201] Compiling p256_beeu-x86_64-asm-apple.S
[905/1201] Compiling p256_beeu-armv8-asm-linux.S
[906/1201] Compiling p256_beeu-armv8-asm-win.S
[907/1201] Compiling p256-x86_64-asm-linux.S
[908/1201] Compiling p256-armv8-asm-win.S
[909/1201] Compiling p256-x86_64-asm-apple.S
[910/1201] Compiling p256-armv8-asm-apple.S
[911/1201] Compiling ghashv8-armv8-win.S
[912/1201] Compiling p256-armv8-asm-linux.S
[913/1201] Compiling ghashv8-armv7-linux.S
[914/1201] Compiling ghashv8-armv8-apple.S
[915/1201] Compiling ghashv8-armv8-linux.S
[916/1201] Compiling ghash-x86_64-apple.S
[917/1201] Compiling ghash-x86_64-linux.S
[918/1201] Compiling ghash-x86-linux.S
[919/1201] Compiling ghash-ssse3-x86_64-linux.S
[920/1201] Compiling ghash-x86-apple.S
[921/1201] Compiling ghash-ssse3-x86_64-apple.S
[922/1201] Compiling ghash-ssse3-x86-linux.S
[923/1201] Compiling ghash-neon-armv8-win.S
[924/1201] Compiling ghash-ssse3-x86-apple.S
[925/1201] Compiling ghash-neon-armv8-apple.S
[926/1201] Compiling ghash-neon-armv8-linux.S
[927/1201] Compiling ghash-armv4-linux.S
[928/1201] Compiling co-586-linux.S
[929/1201] Compiling co-586-apple.S
[930/1201] Compiling bn-armv8-win.S
[931/1201] Compiling bn-armv8-linux.S
[932/1201] Compiling bsaes-armv7-linux.S
[933/1201] Compiling bn-armv8-apple.S
[934/1201] Compiling bn-586-apple.S
[935/1201] Compiling bn-586-linux.S
[936/1201] Compiling armv8-mont-apple.S
[937/1201] Compiling armv8-mont-win.S
[938/1201] Compiling armv8-mont-linux.S
[939/1201] Compiling armv4-mont-linux.S
[940/1201] Compiling aesv8-gcm-armv8-win.S
[941/1201] Compiling aesv8-gcm-armv8-apple.S
[942/1201] Compiling aesv8-armv8-linux.S
[943/1201] Compiling aesv8-gcm-armv8-linux.S
[944/1201] Compiling aesv8-armv8-apple.S
[944/1201] Compiling aesv8-armv8-win.S
[946/1201] Compiling aesv8-armv7-linux.S
[947/1201] Compiling aesni-x86_64-linux.S
[948/1201] Compiling aesni-gcm-x86_64-apple.S
[949/1201] Compiling aesni-x86-linux.S
[950/1201] Compiling aesni-x86-apple.S
[951/1201] Compiling aesni-x86_64-apple.S
[952/1201] Compiling aesni-gcm-x86_64-linux.S
[953/1201] Compiling aes-gcm-avx10-x86_64-linux.S
[954/1201] Compiling aes-gcm-avx10-x86_64-apple.S
[955/1201] Compiling x_x509a.cc
[956/1201] Compiling x_val.cc
[957/1201] Compiling x_req.cc
[958/1201] Compiling x_x509.cc
[959/1201] Compiling x_sig.cc
[960/1201] Compiling x_spki.cc
[961/1201] Compiling c-nioatomics.c
[962/1201] Compiling x_pubkey.cc
[963/1201] Compiling x_exten.cc
[964/1201] Compiling x_crl.cc
[965/1201] Compiling x_attrib.cc
[966/1201] Compiling x_name.cc
[967/1201] Compiling x_all.cc
[968/1201] Compiling c-atomics.c
[969/1201] Compiling x_algor.cc
[970/1207] Compiling x509spki.cc
[971/1207] Compiling x509_vpm.cc
[972/1207] Compiling x509name.cc
[974/1207] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[975/1207] Compiling NIOConcurrencyHelpers lock.swift
[975/1207] Compiling x509rset.cc
[976/1207] Compiling x509cset.cc
[978/1207] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[979/1207] Compiling NIOConcurrencyHelpers NIOLock.swift
[980/1207] Compiling NIOConcurrencyHelpers atomics.swift
[981/1207] Emitting module NIOConcurrencyHelpers
[981/1208] Compiling x509_v3.cc
[983/1208] Compiling x509_txt.cc
[984/1208] Compiling x509_vfy.cc
[985/1234] Compiling x509_obj.cc
[987/1234] Emitting module ConsoleKitTerminal
[988/1237] Compiling ConsoleKitTerminal Console+Confirm.swift
[989/1237] Compiling ConsoleKitTerminal Console+Input.swift
[990/1237] Compiling ConsoleKitTerminal Console+Center.swift
[991/1237] Compiling ConsoleKitTerminal Console+Output.swift
[992/1237] Compiling ConsoleKitTerminal ActivityBar.swift
[993/1237] Compiling ConsoleKitTerminal ActivityIndicator.swift
[994/1237] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[995/1237] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[996/1237] Compiling ConsoleKitTerminal Console+Wait.swift
[997/1237] Compiling ConsoleKitTerminal ConsoleColor.swift
[998/1237] Compiling ConsoleKitTerminal ConsoleStyle.swift
[999/1237] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1000/1237] Compiling ConsoleKitTerminal ConsoleClear.swift
[1001/1237] Compiling ConsoleKitTerminal Console+Ask.swift
[1002/1237] Compiling ConsoleKitTerminal Console+Choose.swift
[1002/1237] Compiling x509_trs.cc
[1004/1237] Compiling ConsoleKitTerminal CustomActivity.swift
[1005/1237] Compiling ConsoleKitTerminal LoadingBar.swift
[1006/1237] Compiling ConsoleKitTerminal ProgressBar.swift
[1007/1237] Compiling ConsoleKitTerminal Console+Clear.swift
[1007/1237] Compiling x509_set.cc
[1008/1237] Compiling x509_req.cc
[1009/1237] Compiling x509_lu.cc
[1010/1237] Compiling x509_ext.cc
[1012/1237] Compiling ConsoleKitTerminal ConsoleText.swift
[1013/1237] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1014/1237] Compiling ConsoleKitTerminal ANSI.swift
[1015/1237] Compiling ConsoleKitTerminal Console.swift
[1016/1237] Compiling ConsoleKitTerminal Terminal.swift
[1017/1237] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1017/1237] Compiling x509_def.cc
[1018/1237] Compiling x509_d2.cc
[1020/1237] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1021/1237] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1022/1237] Compiling ConsoleKitTerminal LoggerFragment.swift
[1022/1238] Compiling x509_cmp.cc
[1024/1238] Compiling x509_att.cc
[1025/1238] Compiling v3_utl.cc
[1026/1260] Compiling x509.cc
[1027/1260] Compiling v3_skey.cc
[1028/1260] Compiling v3_prn.cc
[1029/1260] Compiling v3_purp.cc
[1031/1260] Emitting module ConsoleKitCommands
[1032/1260] Compiling ConsoleKitCommands CommandSignature.swift
[1033/1260] Compiling ConsoleKitCommands Flag.swift
[1034/1260] Compiling ConsoleKitCommands Option.swift
[1035/1262] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1036/1262] Compiling ConsoleKitCommands AsyncCommand.swift
[1037/1262] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1038/1262] Compiling ConsoleKitCommands AsyncCommands.swift
[1039/1262] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1040/1262] Compiling ConsoleKitCommands AnyCommand.swift
[1041/1262] Compiling ConsoleKitCommands Command.swift
[1042/1262] Compiling ConsoleKitCommands CommandContext.swift
[1043/1262] Compiling ConsoleKitCommands CommandError.swift
[1044/1262] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1045/1262] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1046/1262] Compiling ConsoleKitCommands Argument.swift
[1047/1262] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1048/1262] Compiling ConsoleKitCommands Utilities.swift
[1048/1262] Compiling v3_pmaps.cc
[1049/1262] Compiling v3_ncons.cc
[1050/1262] Compiling v3_pcons.cc
[1051/1262] Compiling v3_ocsp.cc
[1052/1262] Compiling v3_int.cc
[1053/1262] Compiling v3_lib.cc
[1054/1262] Compiling v3_info.cc
[1056/1262] Compiling ConsoleKitCommands CommandGroup.swift
[1057/1262] Compiling ConsoleKitCommands CommandInput.swift
[1058/1262] Compiling ConsoleKitCommands Commands.swift
[1059/1262] Compiling ConsoleKitCommands Console+Run.swift
[1060/1262] Compiling ConsoleKitCommands ConsoleError.swift
[1061/1262] Compiling ConsoleKitCommands Completion.swift
[1061/1263] Compiling v3_ia5.cc
[1063/1263] Compiling v3_extku.cc
[1064/1263] Compiling v3_genn.cc
[1065/1263] Compiling v3_enum.cc
[1066/1263] Compiling v3_crld.cc
[1067/1265] Compiling v3_cpols.cc
[1068/1265] Compiling v3_conf.cc
[1070/1265] Compiling ConsoleKit Exports.swift
[1071/1265] Emitting module ConsoleKit
[1072/1266] Compiling v3_bitst.cc
[1073/1266] Compiling v3_bcons.cc
[1074/1266] Compiling v3_alt.cc
[1075/1266] Compiling v3_akey.cc
[1076/1266] Compiling v3_akeya.cc
[1077/1266] Compiling t_x509a.cc
[1078/1266] Compiling t_x509.cc
[1079/1266] Compiling t_req.cc
[1080/1266] Compiling t_crl.cc
[1081/1266] Compiling i2d_pr.cc
[1082/1266] Compiling name_print.cc
[1083/1266] Compiling policy.cc
[1084/1266] Compiling rsa_pss.cc
[1085/1266] Compiling by_file.cc
[1086/1266] Compiling by_dir.cc
[1087/1266] Compiling asn1_gen.cc
[1088/1266] Compiling algorithm.cc
[1089/1266] Compiling a_verify.cc
[1090/1266] Compiling a_sign.cc
[1091/1266] Compiling a_digest.cc
[1092/1266] Compiling voprf.cc
[1093/1266] Compiling trust_token.cc
[1094/1266] Compiling thread_win.cc
[1095/1266] Compiling thread_pthread.cc
[1096/1266] Compiling thread_none.cc
[1097/1266] Compiling pmbtoken.cc
[1098/1266] Compiling thread.cc
[1099/1266] Compiling stack.cc
[1100/1266] Compiling wots.cc
[1101/1266] Compiling thash.cc
[1102/1266] Compiling merkle.cc
[1103/1266] Compiling siphash.cc
[1104/1266] Compiling slhdsa.cc
[1105/1266] Compiling fors.cc
[1106/1266] Compiling sha512.cc
[1107/1266] Compiling sha256.cc
[1108/1266] Compiling sha1.cc
[1109/1266] Compiling rsa_print.cc
[1110/1266] Compiling rsa_extra.cc
[1111/1266] Compiling rc4.cc
[1112/1266] Compiling refcount.cc
[1113/1266] Compiling windows.cc
[1114/1266] Compiling rsa_crypt.cc
[1115/1266] Compiling rsa_asn1.cc
[1116/1266] Compiling trusty.cc
[1117/1266] Compiling urandom.cc
[1118/1266] Compiling rand_extra.cc
[1119/1266] Compiling passive.cc
[1120/1266] Compiling poly1305_arm_asm.S
[1121/1266] Compiling deterministic.cc
[1122/1266] Compiling ios.cc
[1123/1266] Compiling poly1305_vec.cc
[1124/1266] Compiling fork_detect.cc
[1125/1266] Compiling forkunsafe.cc
[1126/1266] Compiling getentropy.cc
[1127/1266] Compiling pool.cc
[1128/1266] Compiling poly1305_arm.cc
[1129/1266] Compiling poly1305.cc
[1130/1266] Compiling pkcs7.cc
[1131/1266] Compiling p5_pbev2.cc
[1132/1266] Compiling pkcs8.cc
[1133/1266] Compiling pkcs7_x509.cc
[1134/1266] Compiling pkcs8_x509.cc
[1135/1266] Compiling pem_xaux.cc
[1136/1266] Compiling pem_x509.cc
[1137/1266] Compiling pem_pkey.cc
[1138/1266] Compiling pem_oth.cc
[1139/1266] Compiling pem_info.cc
[1140/1266] Compiling obj_xref.cc
[1141/1266] Compiling pem_pk8.cc
[1142/1266] Compiling pem_all.cc
[1143/1266] Compiling pem_lib.cc
[1144/1266] Compiling obj.cc
[1145/1266] Compiling mlkem.cc
[1146/1266] Compiling poly_rq_mul.S
[1147/1266] Compiling mldsa.cc
[1148/1266] Compiling fips_shared_support.cc
[1149/1266] Compiling md5.cc
[1150/1266] Compiling mem.cc
[1151/1266] Compiling md4.cc
[1152/1266] Compiling lhash.cc
[1153/1266] Compiling kyber.cc
[1154/1266] Compiling scrypt.cc
[1155/1266] Compiling sign.cc
[1156/1266] Compiling ex_data.cc
[1157/1266] Compiling hpke.cc
[1158/1266] Compiling hrss.cc
[1159/1266] Compiling pbkdf.cc
[1160/1266] Compiling print.cc
[1161/1266] Compiling p_x25519.cc
[1162/1266] Compiling p_rsa_asn1.cc
[1163/1266] Compiling p_x25519_asn1.cc
[1164/1266] Compiling p_hkdf.cc
[1165/1266] Compiling p_ed25519.cc
[1166/1266] Compiling p_rsa.cc
[1167/1266] Compiling p_ed25519_asn1.cc
[1168/1266] Compiling p_ec.cc
[1169/1266] Compiling p_dh_asn1.cc
[1170/1266] Compiling p_ec_asn1.cc
[1171/1266] Compiling p_dsa_asn1.cc
[1172/1266] Compiling bcm.cc
[1173/1266] Compiling evp_ctx.cc
[1174/1266] Compiling p_dh.cc
[1175/1266] Compiling evp_asn1.cc
[1176/1266] Compiling evp.cc
[1177/1266] Compiling err.cc
[1178/1266] Compiling engine.cc
[1179/1266] Compiling ecdsa_asn1.cc
[1180/1266] Compiling ecdh_extra.cc
[1181/1266] Compiling ec_derive.cc
[1182/1266] Compiling hash_to_curve.cc
[1183/1266] Compiling params.cc
[1184/1266] Compiling dsa.cc
[1185/1266] Compiling dsa_asn1.cc
[1186/1266] Compiling ec_asn1.cc
[1187/1266] Compiling x25519-asm-arm.S
[1188/1266] Compiling digest_extra.cc
[1189/1266] Compiling dh_asn1.cc
[1190/1266] Compiling curve25519_64_adx.cc
[1191/1266] Compiling des.cc
[1192/1266] Compiling spake25519.cc
[1193/1266] Compiling cpu_intel.cc
[1194/1266] Compiling crypto.cc
[1195/1266] Compiling cpu_arm_freebsd.cc
[1196/1266] Compiling cpu_arm_linux.cc
[1197/1266] Compiling cpu_aarch64_win.cc
[1198/1266] Compiling curve25519.cc
[1199/1266] Compiling cpu_aarch64_openbsd.cc
[1200/1266] Compiling cpu_aarch64_sysreg.cc
[1201/1266] Compiling cpu_aarch64_linux.cc
[1202/1266] Compiling cpu_aarch64_fuchsia.cc
[1203/1266] Compiling cpu_aarch64_apple.cc
[1204/1266] Compiling conf.cc
[1205/1266] Compiling e_tls.cc
[1206/1266] Compiling e_rc4.cc
[1207/1266] Compiling e_rc2.cc
[1208/1266] Compiling e_des.cc
[1209/1266] Compiling tls_cbc.cc
[1210/1266] Compiling e_null.cc
[1211/1266] Compiling e_chacha20poly1305.cc
[1212/1266] Compiling e_aesgcmsiv.cc
[1213/1266] Compiling e_aesctrhmac.cc
[1214/1266] Compiling derive_key.cc
[1215/1266] Compiling cipher_extra.cc
[1216/1266] Compiling unicode.cc
[1217/1266] Compiling chacha.cc
[1218/1266] Compiling cbs.cc
[1219/1266] Compiling ber.cc
[1220/1266] Compiling convert.cc
[1221/1266] Compiling buf.cc
[1222/1266] Compiling cbb.cc
[1223/1266] Compiling asn1_compat.cc
[1224/1266] Compiling blake2.cc
[1225/1266] Compiling bn_asn1.cc
[1226/1266] Compiling printf.cc
[1227/1266] Compiling pair.cc
[1228/1266] Compiling file.cc
[1229/1266] Compiling errno.cc
[1230/1266] Compiling hexdump.cc
[1231/1266] Compiling fd.cc
[1232/1266] Compiling bio_mem.cc
[1233/1266] Compiling base64.cc
[1234/1266] Compiling tasn_fre.cc
[1235/1266] Compiling bio.cc
[1236/1266] Compiling tasn_typ.cc
[1237/1266] Compiling tasn_utl.cc
[1238/1266] Compiling tasn_enc.cc
[1239/1266] Compiling tasn_new.cc
[1240/1266] Compiling f_string.cc
[1241/1266] Compiling asn_pack.cc
[1242/1266] Compiling tasn_dec.cc
[1243/1266] Compiling posix_time.cc
[1244/1266] Compiling f_int.cc
[1245/1266] Compiling asn1_par.cc
[1246/1266] Compiling asn1_lib.cc
[1247/1266] Compiling a_utctm.cc
[1248/1266] Compiling a_strex.cc
[1249/1266] Compiling a_type.cc
[1250/1266] Compiling a_time.cc
[1251/1266] Compiling a_strnid.cc
[1252/1266] Compiling a_octet.cc
[1253/1266] Compiling a_object.cc
[1254/1266] Compiling a_int.cc
[1255/1266] Compiling a_i2d_fp.cc
[1256/1266] Write sources
[1258/1266] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1259/1266] Compiling a_mbstr.cc
[1259/1266] Write sources
[1261/1266] Compiling a_d2i_fp.cc
[1262/1266] Compiling a_gentm.cc
[1263/1266] Compiling a_dup.cc
[1264/1350] Compiling a_bool.cc
[1266/1363] Compiling Algorithms EitherSequence.swift
[1267/1363] Compiling Algorithms FirstNonNil.swift
[1268/1363] Compiling Algorithms Joined.swift
[1268/1365] Compiling a_bitstr.cc
[1270/1365] Compiling Algorithms Reductions.swift
[1271/1365] Compiling Algorithms Rotate.swift
[1272/1365] Compiling Algorithms Intersperse.swift
[1273/1365] Compiling Algorithms RandomSample.swift
[1274/1365] Compiling Algorithms Grouped.swift
[1275/1365] Compiling Algorithms Indexed.swift
[1276/1373] Compiling Atomics IntegerOperations.swift
[1277/1373] Compiling Atomics Unmanaged extensions.swift
[1278/1373] Emitting module BitCollections
[1279/1380] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1280/1380] Compiling BitCollections BitSet+CustomReflectable.swift
[1281/1380] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1282/1380] Compiling BitCollections BitSet+Equatable.swift
[1283/1380] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1284/1380] Compiling BitCollections BitSet+Extras.swift
[1285/1380] Compiling BitCollections BitSet+Hashable.swift
[1286/1380] Compiling Algorithms Keyed.swift
[1287/1380] Compiling Algorithms MinMax.swift
[1288/1380] Compiling Algorithms FlattenCollection.swift
[1289/1380] Compiling BitCollections BitSet+Initializers.swift
[1290/1380] Compiling BitCollections BitSet+Invariants.swift
[1291/1380] Compiling BitCollections BitSet+Random.swift
[1292/1380] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1293/1380] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1294/1380] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1295/1380] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1296/1380] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1297/1380] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1298/1380] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1299/1380] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1300/1380] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1301/1380] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1302/1380] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1303/1380] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1304/1380] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1305/1380] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1306/1380] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1307/1380] Compiling BitCollections BitSet+SetAlgebra union.swift
[1308/1380] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1309/1380] Compiling BitCollections BitSet.Counted.swift
[1310/1380] Compiling Algorithms Compacted.swift
[1311/1380] Compiling Algorithms Cycle.swift
[1317/1383] Compiling Algorithms Split.swift
[1318/1383] Compiling Algorithms Stride.swift
[1319/1383] Compiling Algorithms Suffix.swift
[1320/1383] Compiling CryptoBoringWrapper RandomBytes.swift
[1321/1383] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1322/1383] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1327/1383] Compiling Algorithms Product.swift
[1331/1383] Compiling Algorithms AdjacentPairs.swift
[1332/1383] Compiling Algorithms Chain.swift
[1333/1383] Compiling Algorithms Chunked.swift
[1334/1383] Compiling Algorithms Combinations.swift
[1347/1383] Emitting module Atomics
[1358/1383] Compiling BitCollections BitSet.Index.swift
[1359/1383] Compiling BitCollections BitSet._UnsafeHandle.swift
[1360/1383] Compiling BitCollections BitSet.swift
[1361/1383] Compiling BitCollections Range+Utilities.swift
[1362/1383] Compiling BitCollections Slice+Utilities.swift
[1363/1383] Compiling BitCollections UInt+Tricks.swift
[1364/1383] Compiling BitCollections _Word.swift
[1365/1384] Emitting module CryptoBoringWrapper
[1366/1384] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1367/1384] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1368/1384] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1369/1384] Compiling CryptoBoringWrapper EllipticCurve.swift
[1371/1385] Compiling Algorithms Trim.swift
[1372/1385] Compiling Algorithms Unique.swift
[1373/1385] Compiling Algorithms Windows.swift
[1379/1458] Compiling Collections Collections.swift
[1380/1458] Emitting module Collections
[1382/1459] Compiling Crypto AES-GCM.swift
[1383/1459] Compiling Crypto AES-GCM_boring.swift
[1384/1459] Compiling Crypto ChaChaPoly_boring.swift
[1385/1459] Compiling Crypto ChaChaPoly.swift
[1386/1459] Compiling Crypto Cipher.swift
[1387/1459] Compiling Crypto Nonces.swift
[1389/1460] Emitting module Algorithms
[1391/1521] Compiling Crypto HKDF.swift
[1392/1521] Compiling Crypto AESWrap.swift
[1393/1521] Compiling Crypto AESWrap_boring.swift
[1394/1521] Compiling Crypto Ed25519_boring.swift
[1395/1521] Compiling Crypto NISTCurvesKeys_boring.swift
[1396/1521] Compiling Crypto X25519Keys_boring.swift
[1397/1521] Compiling Crypto Curve25519.swift
[1398/1521] Compiling Crypto Ed25519Keys.swift
[1399/1521] Compiling Crypto NISTCurvesKeys.swift
[1400/1521] Compiling Crypto X25519Keys.swift
[1401/1521] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1402/1521] Compiling NIOCore NIOAsyncWriter.swift
[1403/1521] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1404/1521] Compiling NIOCore BSDSocketAPI.swift
[1405/1521] Compiling NIOCore ByteBuffer-aux.swift
[1406/1521] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1407/1521] Compiling NIOCore ByteBuffer-conversions.swift
[1408/1521] Compiling NIOCore ByteBuffer-core.swift
[1409/1521] Compiling NIOCore ByteBuffer-hex.swift
[1410/1521] Compiling NIOCore ByteBuffer-int.swift
[1411/1530] Compiling NIOCore MulticastChannel.swift
[1412/1530] Compiling NIOCore NIOAny.swift
[1413/1530] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1414/1530] Compiling NIOCore NIOLoopBound.swift
[1415/1530] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1416/1530] Compiling NIOCore NIOScheduledCallback.swift
[1417/1530] Compiling NIOCore NIOSendable.swift
[1418/1530] Compiling NIOCore RecvByteBufferAllocator.swift
[1419/1531] Emitting module Crypto
[1420/1538] Compiling NIOCore FileDescriptor.swift
[1421/1538] Compiling NIOCore FileHandle.swift
[1422/1538] Compiling NIOCore FileRegion.swift
[1423/1538] Compiling NIOCore GlobalSingletons.swift
[1424/1538] Compiling NIOCore ByteBuffer-multi-int.swift
[1425/1538] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1426/1538] Compiling NIOCore ByteBuffer-views.swift
[1427/1538] Compiling NIOCore Channel.swift
[1428/1538] Compiling NIOCore ChannelHandler.swift
[1429/1538] Compiling NIOCore ChannelHandlers.swift
[1430/1538] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1439/1538] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1440/1538] Compiling NIOCore ChannelInvoker.swift
[1441/1538] Compiling NIOCore ChannelOption.swift
[1442/1538] Compiling NIOCore ChannelPipeline.swift
[1443/1538] Compiling NIOCore AddressedEnvelope.swift
[1444/1538] Compiling NIOCore AsyncAwaitSupport.swift
[1445/1538] Compiling NIOCore AsyncChannel.swift
[1446/1538] Compiling NIOCore AsyncChannelHandler.swift
[1447/1538] Compiling NIOCore AsyncChannelInboundStream.swift
[1448/1538] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1449/1538] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1450/1538] Compiling NIOCore CircularBuffer.swift
[1451/1538] Compiling NIOCore Codec.swift
[1452/1538] Compiling NIOCore ConvenienceOptionSupport.swift
[1453/1538] Compiling NIOCore DeadChannel.swift
[1454/1538] Compiling NIOCore DispatchQueue+WithFuture.swift
[1455/1538] Compiling NIOCore EventLoop+Deprecated.swift
[1456/1538] Compiling NIOCore EventLoop+SerialExecutor.swift
[1457/1538] Compiling NIOCore EventLoop.swift
[1458/1538] Compiling NIOCore IO.swift
[1459/1538] Compiling NIOCore IOData.swift
[1460/1538] Compiling NIOCore IPProtocol.swift
[1461/1538] Compiling NIOCore IntegerBitPacking.swift
[1462/1538] Compiling NIOCore IntegerTypes.swift
[1463/1538] Compiling NIOCore Interfaces.swift
[1464/1538] Compiling NIOCore Linux.swift
[1465/1538] Compiling NIOCore MarkedCircularBuffer.swift
[1466/1538] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1467/1538] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1468/1538] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1469/1538] Compiling NIOCore EventLoopFuture.swift
[1478/1538] Compiling Crypto Signature.swift
[1479/1538] Compiling Crypto CryptoKitErrors_boring.swift
[1480/1538] Compiling Crypto RNG_boring.swift
[1481/1538] Compiling Crypto SafeCompare_boring.swift
[1482/1538] Compiling Crypto Zeroization_boring.swift
[1483/1538] Compiling Crypto PrettyBytes.swift
[1484/1538] Compiling Crypto SafeCompare.swift
[1485/1538] Compiling Crypto SecureBytes.swift
[1486/1538] Compiling Crypto Zeroization.swift
[1505/1539] Compiling NIOCore SocketAddresses.swift
[1506/1539] Compiling NIOCore SocketOptionProvider.swift
[1507/1539] Compiling NIOCore SystemCallHelpers.swift
[1508/1539] Compiling NIOCore TimeAmount+Duration.swift
[1509/1539] Compiling NIOCore TypeAssistedChannelHandler.swift
[1510/1539] Compiling NIOCore UniversalBootstrapSupport.swift
[1511/1539] Compiling NIOCore Utilities.swift
[1512/1539] Emitting module NIOCore
[1541/1590] Emitting module NIOEmbedded
[1542/1590] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1543/1590] Compiling NIOEmbedded AsyncTestingChannel.swift
[1544/1590] Compiling NIOEmbedded Embedded.swift
[1546/1591] Emitting module NIOPosix
[1547/1597] Compiling NIOPosix ServerSocket.swift
[1548/1597] Compiling NIOPosix Socket.swift
[1549/1597] Compiling NIOPosix SocketChannel.swift
[1550/1597] Compiling NIOPosix SocketProtocols.swift
[1551/1597] Compiling NIOPosix System.swift
[1552/1597] Compiling NIOPosix Thread.swift
[1553/1597] Compiling NIOPosix Pool.swift
[1554/1597] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1555/1597] Compiling NIOPosix PosixSingletons.swift
[1556/1597] Compiling NIOPosix RawSocketBootstrap.swift
[1557/1597] Compiling NIOPosix Resolver.swift
[1558/1597] Compiling NIOPosix Selectable.swift
[1559/1597] Compiling NIOPosix SelectableChannel.swift
[1560/1597] Compiling NIOPosix SelectableEventLoop.swift
[1561/1597] Compiling NIOPosix SelectorEpoll.swift
[1562/1597] Compiling NIOPosix SelectorGeneric.swift
[1563/1597] Compiling NIOPosix SelectorKqueue.swift
[1564/1597] Compiling NIOPosix SelectorUring.swift
[1565/1597] Compiling NIOPosix ThreadPosix.swift
[1566/1597] Compiling NIOPosix ThreadWindows.swift
[1567/1597] Compiling NIOPosix UnsafeTransfer.swift
[1568/1597] Compiling NIOPosix Utilities.swift
[1569/1597] Compiling NIOPosix VsockAddress.swift
[1570/1597] Compiling NIOPosix VsockChannelEvents.swift
[1571/1597] Compiling NIOPosix NIOThreadPool.swift
[1572/1597] Compiling NIOPosix NonBlockingFileIO.swift
[1573/1597] Compiling NIOPosix PendingDatagramWritesManager.swift
[1574/1597] Compiling NIOPosix PendingWritesManager.swift
[1575/1597] Compiling NIOPosix PipeChannel.swift
[1576/1597] Compiling NIOPosix PipePair.swift
[1577/1597] Compiling NIOPosix IO.swift
[1578/1597] Compiling NIOPosix IntegerBitPacking.swift
[1579/1597] Compiling NIOPosix IntegerTypes.swift
[1580/1597] Compiling NIOPosix Linux.swift
[1581/1597] Compiling NIOPosix LinuxCPUSet.swift
[1582/1597] Compiling NIOPosix LinuxUring.swift
[1583/1597] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1584/1597] Compiling NIOPosix Bootstrap.swift
[1585/1597] Compiling NIOPosix ControlMessage.swift
[1586/1597] Compiling NIOPosix DatagramVectorReadManager.swift
[1587/1597] Compiling NIOPosix Errors+Any.swift
[1588/1597] Compiling NIOPosix FileDescriptor.swift
[1589/1597] Compiling NIOPosix GetaddrinfoResolver.swift
[1590/1597] Compiling NIOPosix HappyEyeballs.swift
[1591/1597] Compiling NIOPosix BSDSocketAPICommon.swift
[1592/1597] Compiling NIOPosix BSDSocketAPIPosix.swift
[1593/1597] Compiling NIOPosix BSDSocketAPIWindows.swift
[1594/1597] Compiling NIOPosix BaseSocket.swift
[1595/1597] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1596/1597] Compiling NIOPosix BaseSocketChannel.swift
[1597/1597] Compiling NIOPosix BaseStreamSocketChannel.swift
[1599/1657] Compiling NIO Exports.swift
[1600/1657] Emitting module NIO
[1602/1658] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1603/1658] Compiling AsyncKit Collection+Flatten.swift
[1604/1658] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1605/1658] Compiling _NIOFileSystem FileInfo.swift
[1606/1658] Compiling _NIOFileSystem FileSystem.swift
[1607/1658] Compiling _NIOFileSystem Array+FileSystem.swift
[1608/1699] Compiling AsyncKit Future+Transform.swift
[1609/1699] Compiling AsyncKit Future+Try.swift
[1610/1699] Compiling AsyncKit FutureOperators.swift
[1611/1699] Compiling AsyncKit Future+Miscellaneous.swift
[1612/1699] Compiling AsyncKit Future+Nonempty.swift
[1613/1699] Compiling AsyncKit Future+Optional.swift
[1615/1699] Compiling AsyncKit Optional+StrictMap.swift
[1616/1699] Compiling AsyncKit Exports.swift
[1617/1699] Compiling _NIOFileSystem CInterop.swift
[1618/1699] Compiling _NIOFileSystem Errno.swift
[1619/1795] Compiling NIOTLS TLSEvents.swift
[1620/1795] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1621/1795] Emitting module NIOTLS
[1622/1795] Compiling SQLKit SQLCreateEnumBuilder.swift
[1623/1795] Compiling SQLKit SQLCreateIndexBuilder.swift
[1624/1795] Compiling SQLKit SQLAlterEnumBuilder.swift
[1625/1795] Compiling SQLKit SQLAlterTableBuilder.swift
[1626/1795] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1627/1797] Compiling SQLKit SQLCreateTriggerBuilder.swift
[1628/1797] Compiling SQLKit SQLDeleteBuilder.swift
[1629/1797] Compiling SQLKit SQLDropEnumBuilder.swift
[1630/1797] Compiling NIOSOCKS SOCKSResponse.swift
[1633/1798] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1634/1798] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1635/1798] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1636/1798] Compiling NIOSOCKS ClientStateMachine.swift
[1637/1798] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1638/1798] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1639/1798] Emitting module _NIOFileSystem
[1640/1798] Emitting module NIOSOCKS
[1645/1798] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1646/1798] Compiling SQLKit SQLRawBuilder.swift
[1647/1798] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1648/1798] Compiling NIOTLS SNIHandler.swift
[1649/1798] Compiling SQLKit SQLCreateTableBuilder.swift
[1653/1798] Compiling SQLKit SQLDropIndexBuilder.swift
[1654/1799] Compiling NIOSOCKS ServerStateMachine.swift
[1659/1800] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1660/1800] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1662/1800] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1663/1800] Emitting module NIOFoundationCompat
[1666/1801] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1667/1801] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1668/1801] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1669/1801] Compiling SQLKit SQLDatabase.swift
[1670/1831] Emitting module NIOHTTP1
[1671/1862] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1672/1862] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1673/1862] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1674/1862] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1675/1862] Compiling SQLKit SQLDropIndex.swift
[1676/1862] Compiling SQLKit SQLDropTable.swift
[1677/1862] Compiling SQLKit SQLDropTrigger.swift
[1678/1862] Compiling SQLKit SQLInsert.swift
[1679/1862] Compiling SQLKit SQLSelect.swift
[1680/1862] Compiling SQLKit SQLUnion.swift
[1681/1862] Compiling SQLKit SQLUpdate.swift
[1682/1862] Compiling SQLKit SQLExpression.swift
[1683/1862] Compiling SQLKit SQLSerializer.swift
[1684/1862] Compiling SQLKit SQLStatement.swift
[1685/1862] Compiling SQLKit SQLBinaryExpression.swift
[1686/1862] Compiling SQLKit SQLBinaryOperator.swift
[1687/1862] Compiling SQLKit SQLBind.swift
[1688/1874] Compiling SQLiteNIO SQLiteCustomFunction.swift
[1689/1874] Compiling SQLiteNIO SQLiteData.swift
[1690/1874] Compiling SQLiteNIO Exports.swift
[1692/1874] Compiling NIOTransportServices NIOTSErrors.swift
[1693/1874] Compiling NIOTransportServices NIOTSEventLoop.swift
[1695/1876] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1696/1876] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1697/1876] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1698/1876] Compiling NIOTransportServices NIOTSSingletons.swift
[1699/1876] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1700/1876] Compiling NIOTransportServices StateManagedChannel.swift
[1701/1876] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1702/1876] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1703/1876] Compiling NIOSSL ByteBufferBIO.swift
[1704/1876] Compiling NIOSSL CustomPrivateKey.swift
[1705/1876] Compiling NIOSSL IdentityVerification.swift
[1706/1876] Compiling SQLKit SQLQueryFetcher.swift
[1707/1876] Compiling SQLKit SQLReturningBuilder.swift
[1708/1876] Emitting module NIOTransportServices
[1709/1876] Compiling SQLiteNIO SQLiteDataType.swift
[1710/1877] Compiling SQLiteNIO SQLiteRow.swift
[1713/1877] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1714/1877] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1715/1877] Compiling NIOTransportServices AcceptHandler.swift
[1716/1877] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1718/1877] Compiling SQLiteNIO SQLiteConnection.swift
[1719/1877] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1734/1878] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1735/1878] Compiling SQLKit Exports.swift
[1736/1878] Compiling SQLKit SQLAlias.swift
[1737/1878] Compiling SQLKit SQLBetween.swift
[1738/1878] Compiling SQLKit SQLColumn.swift
[1739/1878] Compiling SQLKit SQLConstraint.swift
[1740/1878] Compiling SQLKit SQLDataType.swift
[1741/1878] Compiling SQLKit SQLDirection.swift
[1742/1878] Compiling SQLKit SQLDistinct.swift
[1743/1878] Compiling SQLKit SQLForeignKeyAction.swift
[1744/1878] Compiling SQLKit SQLNestedSubpathExpression.swift
[1745/1878] Compiling SQLKit SQLQualifiedTable.swift
[1746/1878] Compiling SQLKit SQLQueryString.swift
[1747/1878] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1748/1878] Compiling SQLKit SQLColumnAssignment.swift
[1749/1878] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1750/1878] Compiling SQLKit SQLColumnDefinition.swift
[1751/1878] Compiling SQLKit SQLCommonTableExpression.swift
[1752/1878] Compiling SQLKit SQLConflictAction.swift
[1753/1878] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1754/1878] Compiling SQLKit SQLDropBehaviour.swift
[1755/1878] Compiling SQLKit SQLEnumDataType.swift
[1756/1878] Compiling SQLKit SQLExcludedColumn.swift
[1757/1878] Compiling SQLKit SQLForeignKey.swift
[1758/1878] Compiling SQLKit SQLJoin.swift
[1759/1878] Compiling SQLKit SQLJoinMethod.swift
[1760/1878] Compiling SQLKit SQLLockingClause.swift
[1761/1878] Compiling SQLKit SQLOrderBy.swift
[1762/1878] Compiling SQLKit SQLReturning.swift
[1763/1878] Compiling SQLKit SQLSubquery.swift
[1764/1878] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1765/1878] Compiling SQLKit SQLAlterEnum.swift
[1766/1878] Compiling SQLKit SQLAlterTable.swift
[1767/1878] Compiling SQLKit SQLCreateEnum.swift
[1768/1878] Compiling SQLKit SQLCreateIndex.swift
[1769/1878] Compiling SQLKit SQLCreateTable.swift
[1770/1878] Compiling SQLKit SQLCreateTrigger.swift
[1771/1878] Compiling SQLKit SQLDelete.swift
[1772/1878] Compiling SQLKit SQLDropEnum.swift
[1778/1878] Compiling SQLiteNIO SQLiteDataConvertible.swift
[1780/1878] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1781/1878] Compiling SQLKit SQLDialect.swift
[1782/1878] Compiling SQLKit SQLDatabase+Deprecated.swift
[1783/1878] Compiling SQLKit SQLError.swift
[1794/1878] Compiling NIOSSL SSLCallbacks.swift
[1795/1878] Compiling NIOSSL AndroidCABundle.swift
[1809/1878] Compiling SQLKit SQLExpressions+Deprecated.swift
[1812/1878] Compiling SQLiteNIO SQLiteStatement.swift
[1813/1878] Emitting module SQLKit
[1814/1878] Compiling SQLiteNIO SQLiteDatabase.swift
[1815/1878] Compiling SQLiteNIO SQLiteError.swift
[1818/1878] Emitting module SQLiteNIO
[1826/1880] Emitting module AsyncKit
[1827/1926] Emitting module NIOSSL
[1828/1930] Compiling NIOExtras LineBasedFrameDecoder.swift
[1829/1930] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1830/1930] Compiling NIOExtras NIOExtrasError.swift
[1831/1930] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1832/1930] Compiling NIOWebSocket WebSocketOpcode.swift
[1836/1931] Compiling NIOExtras NIORequestIdentifiable.swift
[1837/1933] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1838/1933] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1839/1933] Compiling NIOHPACK IndexedHeaderTable.swift
[1840/1933] Compiling NIOHPACK IntegerCoding.swift
[1841/1934] Compiling NIOExtras RequestResponseHandler.swift
[1842/1934] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1843/1934] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1844/1934] Emitting module NIOWebSocket
[1845/1934] Compiling NIOHTTPCompression HTTPDecompression.swift
[1846/1934] Compiling NIOHTTPCompression HTTPCompression.swift
[1847/1934] Emitting module NIOHTTPCompression
[1848/1934] Compiling NIOExtras PCAPRingBuffer.swift
[1849/1934] Compiling NIOExtras QuiescingHelper.swift
[1850/1934] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1851/1934] Compiling NIOHPACK DynamicHeaderTable.swift
[1852/1934] Compiling NIOHPACK HPACKDecoder.swift
[1853/1934] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1854/1934] Compiling NIOHPACK HuffmanTables.swift
[1855/1934] Compiling NIOHPACK HuffmanCoding.swift
[1858/1934] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1859/1934] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1860/1935] Compiling NIOHPACK StaticHeaderTable.swift
[1862/1935] Compiling NIOExtras UnsafeTransfer.swift
[1863/1935] Compiling NIOExtras WritePCAPHandler.swift
[1865/1935] Compiling SQLKit SQLFunction.swift
[1866/1935] Compiling SQLKit SQLGroupExpression.swift
[1867/1935] Compiling SQLKit SQLIdentifier.swift
[1868/1935] Compiling SQLKit SQLList.swift
[1869/1935] Compiling SQLKit SQLLiteral.swift
[1870/1935] Compiling SQLKit SQLRaw.swift
[1871/1935] Compiling SQLKit SQLCodingUtilities.swift
[1872/1935] Compiling SQLKit SQLQueryEncoder.swift
[1873/1935] Compiling SQLKit SQLRow.swift
[1874/1935] Compiling SQLKit SQLRowDecoder.swift
[1875/1935] Compiling SQLKit SomeCodingKey.swift
[1876/1935] Compiling SQLKit StringHandling.swift
[1879/1936] Compiling NIOHPACK HPACKEncoder.swift
[1880/1936] Compiling NIOHPACK HPACKErrors.swift
[1881/1936] Emitting module NIOHPACK
[1884/1936] Emitting module NIOExtras
[1885/1936] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1886/1936] Compiling NIOWebSocket WebSocketFrame.swift
[1899/1937] Compiling NIOHPACK HPACKHeader.swift
[1901/1958] Compiling MultipartKit BasicCodingKey.swift
[1902/1958] Compiling MultipartKit MultipartError.swift
[1903/1958] Compiling MultipartKit Exports.swift
[1904/1958] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1905/1958] Compiling MultipartKit FormDataDecoder.swift
[1906/1958] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1907/1958] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1908/1958] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1909/1958] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1910/2044] Compiling FluentKit ModelAlias.swift
[1911/2044] Compiling FluentKit Schema.swift
[1912/2044] Compiling FluentKit Model+CRUD.swift
[1913/2044] Compiling FluentKit Model.swift
[1914/2050] Compiling FluentKit ValueOperators+String.swift
[1915/2050] Compiling FluentKit ValueOperators.swift
[1916/2050] Compiling FluentKit Boolean.swift
[1918/2052] Compiling FluentKit OptionalEnumProperty.swift
[1919/2052] Compiling FluentKit Exports.swift
[1920/2052] Compiling FluentKit FluentError.swift
[1921/2052] Compiling FluentKit ModelMiddleware.swift
[1922/2052] Compiling FluentKit AsyncMigration.swift
[1923/2052] Compiling FluentKit AsyncModelMiddleware.swift
[1924/2052] Compiling FluentKit Children+Concurrency.swift
[1925/2052] Compiling FluentKit Database+Concurrency.swift
[1928/2052] Compiling FluentKit FieldOperators.swift
[1929/2052] Compiling FluentKit Operators.swift
[1930/2052] Compiling FluentKit Migrator.swift
[1931/2052] Compiling FluentKit AnyModel.swift
[1932/2052] Compiling FluentKit EagerLoad.swift
[1933/2052] Compiling FluentKit Fields+Codable.swift
[1934/2052] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1935/2052] Compiling NIOFileSystem Exports.swift
[1936/2052] Emitting module NIOFileSystem
[1937/2053] Emitting module _NIOFileSystemFoundationCompat
[1938/2053] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1939/2055] Emitting module MultipartKit
[1940/2082] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1941/2082] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1943/2103] Compiling NIOHTTP2 ReceivingDataState.swift
[1944/2103] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1945/2103] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1947/2112] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1948/2112] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1949/2112] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1950/2112] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1951/2112] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1952/2112] Compiling NIOHTTP2 MayReceiveFrames.swift
[1954/2112] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1956/2113] Compiling NIOHTTP2 HasLocalSettings.swift
[1957/2113] Compiling NIOHTTP2 Error+Any.swift
[1958/2113] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1959/2113] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1960/2113] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1963/2114] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1964/2114] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1965/2114] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1966/2114] Compiling NIOHTTP2 HTTP2Error.swift
[1968/2123] Compiling WebSocketKit WebSocketHandler.swift
[1969/2123] Compiling WebSocketKit Exports.swift
[1970/2123] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1971/2123] Emitting module WebSocketKit
[1972/2123] Compiling WebSocketKit WebSocket+Concurrency.swift
[1973/2123] Compiling WebSocketKit WebSocket+Connect.swift
[1974/2123] Emitting module FluentKit
[1975/2135] Compiling WebSocketKit WebSocketClient.swift
[1976/2135] Compiling WebSocketKit WebSocket.swift
[1978/2136] Emitting module NIOHTTP2
[1979/2144] Compiling FluentKit QueryBuilder+Group.swift
[1980/2144] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[1981/2144] Compiling FluentKit QueryBuilder+Join.swift
[1982/2144] Compiling FluentKit QueryBuilder+Paginate.swift
[1983/2144] Compiling FluentKit QueryBuilder+Range.swift
[1984/2144] Compiling FluentKit QueryBuilder+Set.swift
[1985/2144] Compiling FluentKit QueryBuilder+Sort.swift
[1986/2144] Compiling FluentKit QueryBuilder.swift
[1987/2144] Compiling FluentKit DatabaseQuery+Action.swift
[1988/2144] Compiling FluentKit DatabaseQuery+Aggregate.swift
[1989/2144] Compiling FluentKit DatabaseQuery+Field.swift
[1990/2144] Compiling FluentKit DatabaseQuery+Filter.swift
[1991/2144] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1992/2144] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1993/2144] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1994/2144] Compiling NIOHTTP2 HTTP2StreamID.swift
[1995/2144] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1996/2144] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1997/2144] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1998/2144] Compiling NIOHTTP2 InboundEventBuffer.swift
[1999/2144] Compiling FluentKit DatabaseQuery+Join.swift
[2000/2144] Compiling FluentKit DatabaseQuery+Range.swift
[2001/2144] Compiling FluentKit DatabaseQuery+Sort.swift
[2002/2144] Compiling FluentKit DatabaseQuery+Value.swift
[2003/2144] Compiling FluentKit DatabaseQuery.swift
[2004/2144] Compiling FluentKit QueryHistory.swift
[2005/2144] Compiling FluentKit DatabaseSchema.swift
[2006/2144] Compiling FluentKit SchemaBuilder.swift
[2007/2144] Compiling FluentKit OptionalType.swift
[2008/2144] Compiling FluentKit RandomGeneratable.swift
[2009/2144] Compiling FluentKit SomeCodingKey.swift
[2010/2144] Compiling FluentKit UnsafeMutableTransferBox.swift
[2019/2144] Compiling NIOHTTP2 HasRemoteSettings.swift
[2020/2144] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2021/2144] Compiling NIOHTTP2 QuiescingState.swift
[2022/2144] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2023/2144] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2024/2144] Compiling NIOHTTP2 SendingRstStreamState.swift
[2025/2144] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2026/2144] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2027/2144] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2028/2144] Compiling NIOHTTP2 HTTP2Frame.swift
[2029/2144] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2030/2144] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2031/2144] Compiling NIOHTTP2 HTTP2PingData.swift
[2032/2144] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2033/2144] Compiling NIOHTTP2 HTTP2Settings.swift
[2034/2144] Compiling NIOHTTP2 HTTP2Stream.swift
[2045/2144] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2046/2144] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2047/2144] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2048/2144] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2049/2144] Compiling NIOHTTP2 StateMachineResult.swift
[2050/2144] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2051/2144] Compiling NIOHTTP2 DOSHeuristics.swift
[2056/2144] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2057/2144] Compiling NIOHTTP2 MaySendFrames.swift
[2058/2144] Compiling NIOHTTP2 SendingDataState.swift
[2059/2144] Compiling NIOHTTP2 SendingGoawayState.swift
[2060/2144] Compiling NIOHTTP2 SendingHeadersState.swift
[2061/2144] Compiling NIOHTTP2 StreamStateMachine.swift
[2062/2144] Compiling NIOHTTP2 UnsafeTransfer.swift
[2063/2144] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2064/2144] Compiling FluentKit CompositeID.swift
[2065/2144] Compiling FluentKit CompositeOptionalChild.swift
[2066/2144] Compiling FluentKit CompositeOptionalParent.swift
[2067/2144] Compiling FluentKit CompositeParent.swift
[2068/2144] Compiling FluentKit Field.swift
[2069/2144] Compiling FluentKit FieldKey.swift
[2070/2144] Compiling FluentKit Group.swift
[2071/2144] Compiling FluentKit ID.swift
[2072/2144] Compiling FluentKit OptionalBoolean.swift
[2080/2144] Compiling NIOHTTP2 InboundWindowManager.swift
[2081/2144] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2082/2144] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2083/2144] Compiling NIOHTTP2 StreamChannelList.swift
[2084/2144] Compiling NIOHTTP2 StreamMap.swift
[2102/2156] Compiling FluentSQL ConverterUtilities.swift
[2103/2156] Compiling FluentSQL DatabaseQuery+SQL.swift
[2104/2157] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[2105/2157] Compiling FluentSQL SQLDatabase+Model.swift
[2106/2157] Compiling FluentSQL DatabaseSchema+SQL.swift
[2107/2157] Compiling FluentSQL Exports.swift
[2108/2157] Emitting module FluentSQL
[2150/2157] Compiling FluentSQL SQLSchemaConverter.swift
[2151/2158] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[2152/2158] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[2153/2158] Compiling FluentSQL SQLList+Deprecated.swift
[2154/2158] Compiling FluentSQL SQLQueryConverter.swift
[2161/2228] Compiling SQLiteKit SQLiteDialect.swift
[2162/2229] Compiling SQLiteKit SQLiteDataEncoder.swift
[2163/2229] Compiling SQLiteKit SQLiteDataDecoder.swift
[2164/2229] Compiling SQLiteKit SQLiteConnectionSource.swift
[2165/2229] Compiling SQLiteKit Exports.swift
[2166/2229] Emitting module SQLiteKit
[2167/2229] Compiling SQLiteKit SQLiteConnection+SQLKit.swift
[2168/2229] Compiling SQLiteKit SQLiteConfiguration.swift
[2169/2229] Compiling SQLiteKit SQLiteRow+SQLRow.swift
[2171/2238] Compiling FluentSQLiteDriver SQLiteRow+Database.swift
[2172/2238] Compiling FluentSQLiteDriver SQLiteError+Database.swift
[2173/2238] Compiling FluentSQLiteDriver FluentSQLiteDriver.swift
[2174/2238] Compiling FluentSQLiteDriver SQLiteConverterDelegate.swift
[2175/2238] Emitting module FluentSQLiteDriver
[2176/2238] Emitting module AsyncHTTPClient
[2177/2246] Compiling FluentSQLiteDriver Exports.swift
[2178/2246] Compiling FluentSQLiteDriver FluentSQLiteConfiguration.swift
[2179/2246] Compiling FluentSQLiteDriver FluentSQLiteDatabase.swift
[2181/2247] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2182/2247] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2183/2247] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2184/2247] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2185/2247] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2186/2247] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2187/2247] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2188/2247] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2189/2247] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2190/2247] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2191/2247] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2192/2247] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2193/2247] Compiling AsyncHTTPClient HTTP1Connection.swift
[2194/2247] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2195/2247] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2196/2247] Compiling AsyncHTTPClient HTTP2Connection.swift
[2197/2247] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2198/2247] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2199/2247] Compiling AsyncHTTPClient RequestBag.swift
[2200/2247] Compiling AsyncHTTPClient RequestValidation.swift
[2201/2247] Compiling AsyncHTTPClient SSLContextCache.swift
[2202/2247] Compiling AsyncHTTPClient Scheme.swift
[2203/2247] Compiling AsyncHTTPClient Singleton.swift
[2204/2247] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2205/2247] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2206/2247] Compiling AsyncHTTPClient Utils.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 RequestOptions.swift
[2216/2247] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2217/2247] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2218/2247] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2219/2247] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2220/2247] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2221/2247] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2222/2247] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2223/2247] Compiling AsyncHTTPClient ConnectionTarget.swift
[2224/2247] Compiling AsyncHTTPClient DeconstructedURL.swift
[2225/2247] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2226/2247] Compiling AsyncHTTPClient FoundationExtensions.swift
[2227/2247] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2228/2247] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2229/2247] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2230/2247] Compiling AsyncHTTPClient HTTPClient.swift
[2231/2247] Compiling AsyncHTTPClient HTTPHandler.swift
[2232/2247] Compiling AsyncHTTPClient LRUCache.swift
[2233/2247] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2234/2247] Compiling AsyncHTTPClient NWErrorHandler.swift
[2235/2247] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2236/2247] Compiling AsyncHTTPClient TLSConfiguration.swift
[2237/2247] Compiling AsyncHTTPClient RedirectState.swift
[2238/2247] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2239/2247] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2240/2247] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2241/2247] Compiling AsyncHTTPClient Transaction.swift
[2242/2247] Compiling AsyncHTTPClient Base64.swift
[2243/2247] Compiling AsyncHTTPClient BasicAuth.swift
[2244/2247] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2245/2247] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2246/2247] Compiling AsyncHTTPClient ConnectionPool.swift
[2247/2247] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2249/2417] Compiling Vapor AsyncBasicResponder.swift
[2250/2417] Compiling Vapor AsyncMiddleware.swift
[2251/2417] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2252/2417] Compiling Vapor AsyncSessionDriver.swift
[2253/2417] Compiling Vapor Authentication+Concurrency.swift
[2254/2417] Compiling Vapor Cache+Concurrency.swift
[2255/2417] Compiling Vapor Client+Concurrency.swift
[2256/2417] Compiling Vapor RequestBody+Concurrency.swift
[2257/2417] Compiling Vapor Responder+Concurrency.swift
[2258/2417] Compiling Vapor ResponseCodable+Concurrency.swift
[2259/2417] Compiling Vapor RoutesBuilder+Concurrency.swift
[2260/2417] Compiling Vapor ViewRenderer+Concurrency.swift
[2261/2417] Compiling Vapor WebSocket+Concurrency.swift
[2262/2417] Compiling Vapor ContainerGetPathExecutor.swift
[2263/2417] Compiling Vapor Content.swift
[2264/2417] Compiling Vapor ContentCoders.swift
[2265/2417] Compiling Vapor ContentConfiguration.swift
[2266/2417] Compiling Vapor ContentContainer.swift
[2267/2417] Compiling Vapor JSONCoder+Custom.swift
[2268/2417] Compiling Vapor JSONCoders+Content.swift
[2269/2417] Compiling Vapor PlaintextDecoder.swift
[2270/2417] Compiling Vapor PlaintextEncoder.swift
[2271/2417] Compiling Vapor URLQueryCoders.swift
[2272/2417] Compiling Vapor URLQueryContainer.swift
[2273/2441] Compiling Vapor Core.swift
[2274/2441] Compiling Vapor Running.swift
[2275/2441] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2276/2441] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2277/2441] Compiling Vapor DotEnvFile+load.swift
[2278/2441] Compiling Vapor Routes+caseInsenstive.swift
[2279/2441] Compiling Vapor Validatable+validate.swift
[2280/2441] Compiling Vapor Environment+Process.swift
[2281/2441] Compiling Vapor Environment+Secret.swift
[2282/2441] Compiling Vapor Environment.swift
[2283/2441] Compiling Vapor Abort.swift
[2284/2441] Compiling Vapor AbortError.swift
[2285/2441] Compiling Vapor DebuggableError.swift
[2286/2441] Compiling Vapor Demangler.swift
[2287/2441] Compiling Vapor ErrorSource.swift
[2288/2441] Compiling Vapor StackTrace.swift
[2289/2441] Compiling Vapor Exports.swift
[2290/2441] Compiling Vapor Application+HTTP.swift
[2291/2441] Compiling Vapor BasicResponder.swift
[2292/2441] Compiling Vapor BodyStream.swift
[2293/2441] Compiling Vapor Application+HTTP+Client.swift
[2294/2441] Compiling Vapor EventLoopHTTPClient.swift
[2295/2441] Compiling Vapor EndpointCache.swift
[2296/2441] Compiling Vapor HTTPMethod+String.swift
[2297/2465] Compiling Vapor Application.swift
[2298/2465] Compiling Vapor AuthenticationCache.swift
[2299/2465] Compiling Vapor Authenticator.swift
[2300/2465] Compiling Vapor BasicAuthorization.swift
[2301/2465] Compiling Vapor BearerAuthorization.swift
[2302/2465] Compiling Vapor GuardMiddleware.swift
[2303/2465] Compiling Vapor RedirectMiddleware.swift
[2304/2465] Compiling Vapor SessionAuthenticatable.swift
[2305/2465] Compiling Vapor Bcrypt.swift
[2306/2465] Compiling Vapor Application+Cache.swift
[2307/2465] Compiling Vapor Cache.swift
[2308/2465] Compiling Vapor CacheExpirationTime.swift
[2309/2465] Compiling Vapor MemoryCache.swift
[2310/2465] Compiling Vapor Request+Cache.swift
[2311/2465] Compiling Vapor Application+Clients.swift
[2312/2465] Compiling Vapor Client.swift
[2313/2465] Compiling Vapor ClientRequest.swift
[2314/2465] Compiling Vapor ClientResponse.swift
[2315/2465] Compiling Vapor Request+Client.swift
[2316/2465] Compiling Vapor BootCommand.swift
[2317/2465] Compiling Vapor CommandContext+Application.swift
[2318/2465] Compiling Vapor RoutesCommand.swift
[2319/2465] Compiling Vapor ServeCommand.swift
[2320/2465] Compiling Vapor AnyResponse+Concurrency.swift
[2321/2465] Emitting module Vapor
[2322/2465] Compiling Vapor Validator.swift
[2323/2465] Compiling Vapor ValidatorResult.swift
[2324/2465] Compiling Vapor And.swift
[2325/2465] Compiling Vapor Case.swift
[2326/2465] Compiling Vapor CharacterSet.swift
[2327/2465] Compiling Vapor Count.swift
[2328/2465] Compiling Vapor Custom.swift
[2329/2465] Compiling Vapor Email.swift
[2330/2465] Compiling Vapor Empty.swift
[2331/2465] Compiling Vapor In.swift
[2332/2465] Compiling Vapor Nil.swift
[2333/2465] Compiling Vapor NilIgnoring.swift
[2334/2465] Compiling Vapor Not.swift
[2335/2465] Compiling Vapor Or.swift
[2336/2465] Compiling Vapor Pattern.swift
[2337/2465] Compiling Vapor Range.swift
[2338/2465] Compiling Vapor URL.swift
[2339/2465] Compiling Vapor Valid.swift
[2340/2465] Compiling Vapor Application+Views.swift
[2341/2465] Compiling Vapor PlaintextRenderer.swift
[2342/2465] Compiling Vapor Request+View.swift
[2343/2465] Compiling Vapor View.swift
[2344/2465] Compiling Vapor ViewRenderer.swift
[2345/2465] Compiling Vapor _Deprecations.swift
[2346/2465] Compiling Vapor Bytes+Hex.swift
[2347/2465] Compiling Vapor Bytes+SecureCompare.swift
[2348/2465] Compiling Vapor Collection+Safe.swift
[2349/2465] Compiling Vapor DataProtocol+Copy.swift
[2350/2465] Compiling Vapor DecoderUnwrapper.swift
[2351/2465] Compiling Vapor DirectoryConfiguration.swift
[2352/2465] Compiling Vapor DotEnv.swift
[2353/2465] Compiling Vapor Extendable.swift
[2354/2465] Compiling Vapor File.swift
[2355/2465] Compiling Vapor FileIO.swift
[2356/2465] Compiling Vapor LifecycleHandler.swift
[2357/2465] Compiling Vapor OptionalType.swift
[2358/2465] Compiling Vapor RFC1123.swift
[2359/2465] Compiling Vapor SocketAddress+Hostname.swift
[2360/2465] Compiling Vapor Storage.swift
[2361/2465] Compiling Vapor String+IsIPAddress.swift
[2362/2465] Compiling Vapor Thread.swift
[2363/2465] Compiling Vapor URI.swift
[2364/2465] Compiling Vapor RangeResult.swift
[2365/2465] Compiling Vapor Validatable.swift
[2366/2465] Compiling Vapor Validation.swift
[2367/2465] Compiling Vapor ValidationKey.swift
[2368/2465] Compiling Vapor Validations.swift
[2369/2465] Compiling Vapor ValidationsError.swift
[2370/2465] Compiling Vapor HTTPServerResponseEncoder.swift
[2371/2465] Compiling Vapor HTTPServerUpgradeHandler.swift
[2372/2465] Compiling Vapor Logger+Report.swift
[2373/2465] Compiling Vapor LoggingSystem+Environment.swift
[2374/2465] Compiling Vapor Application+Middleware.swift
[2375/2465] Compiling Vapor CORSMiddleware.swift
[2376/2465] Compiling Vapor ErrorMiddleware.swift
[2377/2465] Compiling Vapor FileMiddleware.swift
[2378/2465] Compiling Vapor Middleware.swift
[2379/2465] Compiling Vapor MiddlewareConfiguration.swift
[2380/2465] Compiling Vapor ResponseCompressionMiddleware.swift
[2381/2465] Compiling Vapor RouteLoggingMiddleware.swift
[2382/2465] Compiling Vapor TracingMiddleware.swift
[2383/2465] Compiling Vapor File+Multipart.swift
[2384/2465] Compiling Vapor FormDataDecoder+Content.swift
[2385/2465] Compiling Vapor FormDataEncoder+Content.swift
[2386/2465] Compiling Vapor Application+Password.swift
[2387/2465] Compiling Vapor Application+Passwords.swift
[2388/2465] Compiling Vapor AsyncPasswordHasher.swift
[2389/2465] Compiling Vapor BcryptHasher.swift
[2390/2465] Compiling Vapor PasswordHasher.swift
[2391/2465] Compiling Vapor PlaintextHasher.swift
[2392/2465] Compiling Vapor Request+Password.swift
[2393/2465] Compiling Vapor Redirect.swift
[2394/2465] Compiling Vapor Request+Body.swift
[2395/2465] Compiling Vapor Request+BodyStream.swift
[2396/2465] Compiling Vapor Request.swift
[2397/2465] Compiling Vapor Application+Responder.swift
[2398/2465] Compiling Vapor DefaultResponder.swift
[2399/2465] Compiling Vapor Response+Body.swift
[2400/2465] Compiling Vapor Response.swift
[2401/2465] Compiling Vapor ResponseCodable.swift
[2402/2465] Compiling Vapor Application+Routes.swift
[2403/2465] Compiling Vapor Parameters+Require.swift
[2404/2465] Compiling Vapor Request+WebSocket.swift
[2405/2465] Compiling Vapor Route.swift
[2406/2465] Compiling Vapor RouteCollection.swift
[2407/2465] Compiling Vapor Routes.swift
[2408/2465] Compiling Vapor RoutesBuilder+Group.swift
[2409/2465] Compiling Vapor RoutesBuilder+Method.swift
[2410/2465] Compiling Vapor RoutesBuilder+Middleware.swift
[2411/2465] Compiling Vapor RoutesBuilder+WebSocket.swift
[2412/2465] Compiling Vapor RoutesBuilder.swift
[2413/2465] Compiling Vapor OTP.swift
[2414/2465] Compiling Vapor Application+Servers.swift
[2415/2465] Compiling Vapor Server.swift
[2416/2465] Compiling Vapor App+Service.swift
[2417/2465] Compiling Vapor Req+Service.swift
[2418/2465] Compiling Vapor Service.swift
[2419/2465] Compiling Vapor Application+Sessions.swift
[2420/2465] Compiling Vapor MemorySessions.swift
[2421/2465] Compiling Vapor Request+Session.swift
[2422/2465] Compiling Vapor Session.swift
[2423/2465] Compiling Vapor SessionCache.swift
[2424/2465] Compiling Vapor SessionData.swift
[2425/2465] Compiling Vapor SessionDriver.swift
[2426/2465] Compiling Vapor SessionsConfiguration.swift
[2427/2465] Compiling Vapor SessionsMiddleware.swift
[2428/2465] Compiling Vapor URLEncodedFormData.swift
[2429/2465] Compiling Vapor URLEncodedFormDecoder.swift
[2430/2465] Compiling Vapor URLEncodedFormEncoder.swift
[2431/2465] Compiling Vapor URLEncodedFormError.swift
[2432/2465] Compiling Vapor URLEncodedFormParser.swift
[2433/2465] Compiling Vapor URLEncodedFormSerializer.swift
[2434/2465] Compiling Vapor URLQueryFragmentConvertible.swift
[2435/2465] Compiling Vapor AnyResponse.swift
[2436/2465] Compiling Vapor Array+Random.swift
[2437/2465] Compiling Vapor Base32.swift
[2438/2465] Compiling Vapor Base64.swift
[2439/2465] Compiling Vapor BaseN.swift
[2440/2465] Compiling Vapor BasicCodingKey.swift
[2441/2465] Compiling Vapor ByteCount.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 ModelAuthenticatable.swift
[2468/2481] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2469/2483] Compiling Fluent FluentProvider+Concurrency.swift
[2470/2483] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2471/2483] Emitting module Fluent
[2472/2483] Compiling Fluent Pagination+Concurrency.swift
[2473/2483] Compiling Fluent Sessions+Concurrency.swift
[2474/2483] Compiling Fluent Fluent+History.swift
[2475/2483] Compiling Fluent Fluent+Paginate.swift
[2476/2483] Compiling Fluent Exports.swift
[2477/2483] Compiling Fluent Fluent+Cache.swift
[2478/2483] Compiling Fluent Fluent+Pagination.swift
[2479/2483] Compiling Fluent Fluent+Sessions.swift
[2480/2483] Compiling Fluent FluentProvider.swift
[2481/2483] Compiling Fluent MigrateCommand.swift
[2482/2483] Compiling Fluent ModelTokenAuthenticatable.swift
[2483/2483] Compiling Fluent PageLimit.swift
[2485/2501] 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 |     }
[2486/2501] 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 |     }
[2487/2503] Compiling CrudRouter CrudController.swift
[2488/2503] Compiling CrudRouter CrudParentController.swift
[2489/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 |     }
[2490/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 |     }
[2491/2503] Compiling CrudRouter CrudSiblingsController.swift
[2492/2503] Compiling CrudRouter Array.swift
[2493/2503] Compiling CrudRouter Request.swift
[2494/2503] Compiling CrudRouter Router+CRUD.swift
[2495/2503] Emitting module CrudRouter
[2496/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 |     }
[2497/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 |     }
[2498/2503] Compiling CrudRouter CrudSiblingsControllerProtocol.swift
[2499/2503] Compiling CrudRouter Crudable.swift
[2500/2503] Compiling CrudRouter CrudChildrenController.swift
[2501/2503] Compiling CrudRouter CrudChildrenControllerProtocol.swift
[2502/2503] Compiling CrudRouter CrudControllerProtocol.swift
[2503/2503] Compiling CrudRouter CrudParentControllerProtocol.swift
Build complete! (532.41s)
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.