The Swift Package Index logo.Swift Package Index

Build Information

Successful build of crud-kit, reference 1.1.0 (f42ebf), with Swift 6.1 for Android on 27 May 2025 22:06:43 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/simonedelmann/crud-kit.git
Reference: 1.1.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/simonedelmann/crud-kit
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at f42ebf5 Push version to 1.1.0
Cloned https://github.com/simonedelmann/crud-kit.git
Revision (git rev-parse @):
f42ebf53f5e4e35ca024ce2c2cfeb8a25362481f
SUCCESS checkout https://github.com/simonedelmann/crud-kit.git at 1.1.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/simonedelmann/crud-kit.git
https://github.com/simonedelmann/crud-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "fluent-sqlite-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-sqlite-driver.git"
    }
  ],
  "manifest_display_name" : "crud-kit",
  "name" : "crud-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "CRUDKit",
      "targets" : [
        "CRUDKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CRUDKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CRUDKitTests",
      "path" : "Tests/CRUDKitTests",
      "product_dependencies" : [
        "XCTVapor",
        "FluentSQLiteDriver"
      ],
      "sources" : [
        "CRUDChildrenTests/CreateChildrenTests.swift",
        "CRUDChildrenTests/DeleteChildrenTests.swift",
        "CRUDChildrenTests/IndexAllChildrenTests.swift",
        "CRUDChildrenTests/IndexChildrenTests.swift",
        "CRUDChildrenTests/PatchChildrenTests.swift",
        "CRUDChildrenTests/ReplaceChildrenTests.swift",
        "CRUDTests/CreateTests.swift",
        "CRUDTests/DeleteTests.swift",
        "CRUDTests/IndexAllTests.swift",
        "CRUDTests/IndexTests.swift",
        "CRUDTests/PatchTests.swift",
        "CRUDTests/ReplaceTests.swift",
        "Models/SimpleTodo.swift",
        "Models/Tag.swift",
        "Models/Todo.swift",
        "RoutingTests.swift",
        "Utilities/ApplicationXCTestCase.swift",
        "Utilities/XCTApplicationTester+JSONBody.swift"
      ],
      "target_dependencies" : [
        "CRUDKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CRUDKit",
      "module_type" : "SwiftTarget",
      "name" : "CRUDKit",
      "path" : "Sources/CRUDKit",
      "product_dependencies" : [
        "Vapor",
        "Fluent"
      ],
      "product_memberships" : [
        "CRUDKit"
      ],
      "sources" : [
        "Controllers/CRUDChildrenController.swift",
        "Controllers/CRUDController.swift",
        "Extensions/Content+Validatable.swift",
        "Extensions/Model+Fetch.swift",
        "Protocols/CRUDModel.swift",
        "Protocols/Createable.swift",
        "Protocols/Patchable.swift",
        "Protocols/Publicable.swift",
        "Protocols/Replaceable.swift",
        "Routes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/fluent.git
[1/13421] Fetching fluent
[136/14768] Fetching fluent, fluent-sqlite-driver
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (0.31s)
[5369/13421] Fetching fluent
[10201/87799] Fetching fluent, vapor
Fetched https://github.com/vapor/fluent.git from cache (0.74s)
[14876/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.38s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (3.25s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13328] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (2.06s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (2.97s)
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[385/9819] Fetching swift-log, sql-kit
Fetched https://github.com/apple/swift-log.git from cache (0.55s)
[1/76055] Fetching swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (6.93s)
Fetched https://github.com/apple/swift-nio.git from cache (7.09s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (8.03s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (1.17s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.53s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.07s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[429/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.78s)
Fetched https://github.com/apple/swift-system.git from cache (0.91s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.57s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.97s)
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.88s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (1.43s)
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 (2.10s)
Fetched https://github.com/vapor/sqlite-nio.git from cache (2.11s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.87s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.77s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.41s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.02s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.3 (0.56s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.66s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/1063] Fetching swift-service-context
[916/4382] Fetching swift-service-context, multipart-kit
[2160/6588] Fetching swift-service-context, multipart-kit, swift-metrics
[2778/9197] Fetching swift-service-context, multipart-kit, swift-metrics, websocket-kit
[3675/15111] Fetching swift-service-context, multipart-kit, swift-metrics, websocket-kit, swift-nio-extras
[5805/20085] Fetching swift-service-context, multipart-kit, swift-metrics, websocket-kit, swift-nio-extras, swift-distributed-tracing
Fetched https://github.com/apple/swift-metrics.git from cache (0.54s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.54s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.60s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.60s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-crypto.git
[3706/26655] Fetching multipart-kit, websocket-kit, routing-kit
[5986/38182] Fetching multipart-kit, websocket-kit, routing-kit, swift-nio-http2
[15132/52118] Fetching multipart-kit, websocket-kit, routing-kit, swift-nio-http2, swift-crypto
[23457/66961] Fetching multipart-kit, websocket-kit, routing-kit, swift-nio-http2, swift-crypto, swift-nio-ssl
Fetched https://github.com/vapor/websocket-kit.git from cache (2.14s)
[55831/64352] Fetching multipart-kit, routing-kit, swift-nio-http2, swift-crypto, swift-nio-ssl
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.21s)
[55875/61033] Fetching routing-kit, swift-nio-http2, swift-crypto, swift-nio-ssl
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/routing-kit.git from cache (1.65s)
[35854/40306] Fetching swift-nio-http2, swift-crypto, swift-nio-ssl
[36448/45883] Fetching swift-nio-http2, swift-crypto, swift-nio-ssl, console-kit
[45884/59897] Fetching swift-nio-http2, swift-crypto, swift-nio-ssl, console-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (0.59s)
[42409/54320] Fetching swift-nio-http2, swift-crypto, swift-nio-ssl, async-http-client
Fetched https://github.com/apple/swift-crypto.git from cache (2.28s)
[37161/40384] Fetching swift-nio-http2, swift-nio-ssl, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.29s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.04s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.05s)
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.19s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.71s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.73s)
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.86s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.72s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.66s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.82s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
[1/1141] Fetching swift-http-structured-headers
[59/2731] Fetching swift-http-structured-headers, swift-asn1
[1982/3635] Fetching swift-http-structured-headers, swift-asn1, swift-http-types
[3636/6061] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-service-lifecycle
[4486/11046] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-service-lifecycle, swift-async-algorithms
[6198/17201] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.36s)
[7694/16297] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.51s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.52s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.52s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.58s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.58s)
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.11s)
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.66s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.83s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.95s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.60s)
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.65s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.56s)
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.64s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.56s)
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.57s)
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.72s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.53s)
Creating working copy for https://github.com/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.3
Creating working copy for https://github.com/apple/swift-nio-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/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-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-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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/vapor/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/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.0
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-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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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/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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/vapor/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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/vapor/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/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Building for debugging...
[0/834] Write sources
[40/834] Compiling CNIOWindows shim.c
[40/834] Write sources
[42/834] Compiling CNIOWASI CNIOWASI.c
[43/834] Compiling CNIOWindows WSAStartup.c
[44/834] Write sources
[52/834] Compiling CNIOLinux liburing_shims.c
[53/834] Compiling _NumericsShims _NumericsShims.c
[54/834] Compiling CVaporBcrypt bcrypt.c
[55/834] Compiling CSystem shims.c
[56/834] Compiling _AtomicsShims.c
[57/834] Compiling CNIOSHA1 c_nio_sha1.c
[58/834] Compiling CNIOLinux shim.c
[59/834] Compiling CNIOExtrasZlib empty.c
[60/834] Compiling CNIODarwin shim.c
[61/834] Compiling CNIOLLHTTP c_nio_http.c
[62/834] Compiling fiat_p256_adx_mul.S
[63/834] Compiling fiat_p256_adx_sqr.S
[64/834] Write swift-version-24593BA9C3E375BF.txt
[65/834] Compiling CNIOLLHTTP c_nio_api.c
[66/834] Compiling CVaporBcrypt blf.c
[67/834] Compiling fiat_curve25519_adx_square.S
[68/834] Compiling fiat_curve25519_adx_mul.S
[69/834] Compiling CNIOLLHTTP c_nio_llhttp.c
[70/881] Compiling CNIOBoringSSLShims shims.c
[72/886] Emitting module _NIOBase64
[72/886] Compiling tls_record.cc
[73/900] Compiling tls_method.cc
[75/900] Emitting module InternalCollectionsUtilities
[76/904] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[77/904] Compiling RealModule ElementaryFunctions.swift
[78/904] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[79/904] Compiling InternalCollectionsUtilities UInt+reversed.swift
[80/904] Compiling SystemPackage MachPort.swift
[81/904] Compiling SystemPackage PlatformString.swift
[82/904] Compiling SystemPackage SystemString.swift
[83/904] Compiling ServiceContextModule ServiceContextKey.swift
[84/908] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[85/908] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[86/908] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[87/908] Compiling RealModule Float80+Real.swift
[88/908] Compiling RealModule Float+Real.swift
[89/908] Compiling RealModule Float16+Real.swift
[90/908] Compiling RealModule Real.swift
[91/908] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[92/908] Compiling InternalCollectionsUtilities Integer rank.swift
[99/908] Compiling InternalCollectionsUtilities Descriptions.swift
[100/908] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[101/908] Compiling _NIODataStructures _TinyArray.swift
[102/908] Emitting module ServiceContextModule
[103/908] Compiling ServiceContextModule ServiceContext.swift
[104/908] Compiling _NIOBase64 Base64.swift
[105/908] Emitting module RealModule
[108/910] Compiling _NIODataStructures PriorityQueue.swift
[109/910] Compiling _NIODataStructures Heap.swift
[110/910] Emitting module _NIODataStructures
[111/910] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[112/910] Compiling InternalCollectionsUtilities _SortedCollection.swift
[113/910] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[114/910] Compiling InternalCollectionsUtilities Debugging.swift
[115/910] Compiling RealModule RealFunctions.swift
[116/913] Compiling CoreMetrics Metrics.swift
[124/913] Emitting module SystemPackage
[131/950] Compiling Instrumentation Instrument.swift
[132/974] Compiling Instrumentation MultiplexInstrument.swift
[133/974] Compiling Instrumentation NoOpInstrument.swift
[134/997] Emitting module Instrumentation
[135/1016] Compiling _RopeModule _RopeItem.swift
[136/1016] Compiling _RopeModule _RopePath.swift
[137/1016] Compiling _RopeModule BigString+Append.swift
[138/1042] Compiling _RopeModule Rope.swift
[139/1042] Compiling _RopeModule RopeElement.swift
[140/1042] Compiling _RopeModule RopeMetric.swift
[141/1042] Compiling _RopeModule RopeSummary.swift
[144/1049] Compiling tls13_server.cc
[146/1049] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[147/1049] Compiling _RopeModule BigString+Chunk+Splitting.swift
[148/1049] Compiling _RopeModule BigString+Chunk.swift
[149/1049] Compiling _RopeModule BigString+BidirectionalCollection.swift
[150/1049] Compiling _RopeModule Rope+_Storage.swift
[151/1049] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[152/1049] Compiling _RopeModule Rope+_UnsafeHandle.swift
[153/1056] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[153/1056] Compiling tls13_enc.cc
[155/1056] Compiling HeapModule Heap+Descriptions.swift
[156/1056] Compiling _RopeModule BigString+UTF8View.swift
[157/1056] Compiling _RopeModule _RopeVersion.swift
[158/1056] Compiling _RopeModule Rope+Collection.swift
[159/1056] Compiling _RopeModule Rope+Index.swift
[160/1056] Compiling _RopeModule Rope+Sequence.swift
[161/1056] Compiling _RopeModule Rope+Append.swift
[162/1056] Compiling _RopeModule Rope+Extract.swift
[163/1056] Compiling _RopeModule Rope+Find.swift
[164/1056] Compiling _RopeModule BigString+Summary.swift
[165/1056] Compiling _RopeModule BigString.swift
[166/1056] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[167/1056] Compiling _RopeModule BigString+Chunk+Breaks.swift
[168/1056] Compiling _RopeModule BigString+Chunk+Counts.swift
[169/1056] Compiling _RopeModule BigString+Chunk+Description.swift
[170/1056] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[171/1056] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[172/1056] Compiling HeapModule _HeapNode.swift
[173/1056] Compiling HeapModule Heap.swift
[174/1056] Emitting module HeapModule
[175/1056] Compiling _RopeModule BigString+Initializers.swift
[176/1056] Compiling _RopeModule BigString+Insert.swift
[177/1056] Compiling _RopeModule BigString+Managing Breaks.swift
[178/1056] Compiling _RopeModule BigString+RemoveSubrange.swift
[179/1056] Compiling _RopeModule BigString+ReplaceSubrange.swift
[180/1056] Compiling _RopeModule BigString+Split.swift
[181/1056] Compiling _RopeModule Range+BigString.swift
[182/1056] Compiling _RopeModule BigString+UTF16View.swift
[183/1056] Compiling _RopeModule Rope+ForEachWhile.swift
[184/1056] Compiling _RopeModule Rope+Insert.swift
[185/1056] Compiling _RopeModule BigString+UnicodeScalarView.swift
[186/1056] Compiling _RopeModule BigSubstring+UTF16View.swift
[187/1056] Compiling _RopeModule BigSubstring+UTF8View.swift
[188/1056] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[189/1056] Compiling _RopeModule BigSubstring.swift
[190/1056] Compiling _RopeModule Rope+Builder.swift
[191/1056] Compiling HeapModule Heap+UnsafeHandle.swift
[192/1056] Compiling HeapModule Heap+Invariants.swift
[194/1148] Emitting module OrderedCollections
[195/1148] Compiling DequeModule Deque+CustomReflectable.swift
[196/1148] Compiling DequeModule Deque+Descriptions.swift
[197/1150] Compiling HashTreeCollections TreeSet+Hashable.swift
[198/1150] Compiling HashTreeCollections TreeSet+Sendable.swift
[199/1150] Compiling HashTreeCollections TreeSet+Sequence.swift
[200/1150] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[201/1150] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[202/1150] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[203/1150] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[204/1150] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[205/1150] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[206/1150] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[207/1160] Compiling DequeModule _DequeBuffer.swift
[208/1160] Compiling DequeModule _DequeBufferHeader.swift
[211/1160] Compiling DequeModule Deque+Codable.swift
[212/1160] Compiling DequeModule Deque+Collection.swift
[213/1160] Compiling DequeModule Deque+Equatable.swift
[214/1160] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[215/1160] Compiling DequeModule Deque+Extras.swift
[216/1160] Compiling DequeModule Deque+Hashable.swift
[229/1161] Compiling DequeModule _DequeSlot.swift
[230/1161] Compiling DequeModule _UnsafeWrappedBuffer.swift
[231/1161] Emitting module CoreMetrics
[232/1161] Compiling CoreMetrics Locks.swift
[233/1161] Compiling DequeModule Deque+Testing.swift
[234/1161] Compiling DequeModule Deque._Storage.swift
[235/1161] Compiling Logging MetadataProvider.swift
[236/1161] Compiling Instrumentation Locks.swift
[237/1161] Compiling Instrumentation InstrumentationSystem.swift
[238/1161] Compiling DequeModule Deque._UnsafeHandle.swift
[239/1161] Compiling DequeModule Deque.swift
[240/1163] Compiling HashTreeCollections _HashNode+Builder.swift
[241/1163] Compiling HashTreeCollections _HashNode+Debugging.swift
[242/1163] Compiling HashTreeCollections _HashNode+Initializers.swift
[243/1163] Compiling HashTreeCollections _HashNode+Invariants.swift
[244/1163] Compiling HashTreeCollections _HashNode+Lookups.swift
[245/1163] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[246/1163] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[247/1163] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[252/1163] Compiling HashTreeCollections TreeDictionary.swift
[253/1163] Compiling HashTreeCollections TreeSet+Codable.swift
[254/1163] Compiling HashTreeCollections TreeSet+Collection.swift
[255/1163] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[256/1163] Compiling HashTreeCollections TreeSet+Debugging.swift
[257/1163] Compiling HashTreeCollections TreeSet+Descriptions.swift
[258/1163] Compiling HashTreeCollections TreeSet+Equatable.swift
[259/1163] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[260/1163] Compiling HashTreeCollections TreeSet+Extras.swift
[261/1163] Compiling HashTreeCollections TreeSet+Filter.swift
[266/1163] Compiling HashTreeCollections _HashNode+Structural union.swift
[267/1163] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[268/1163] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[269/1163] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[270/1163] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[271/1164] Compiling HashTreeCollections _HashNode.swift
[272/1164] Compiling HashTreeCollections _HashNodeHeader.swift
[273/1164] Compiling HashTreeCollections _HashSlot.swift
[274/1164] Compiling HashTreeCollections _HashStack.swift
[275/1164] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[276/1164] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[277/1164] Compiling HashTreeCollections TreeDictionary+Filter.swift
[278/1164] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[279/1164] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[280/1164] Compiling HashTreeCollections TreeDictionary+Keys.swift
[281/1164] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[282/1164] Compiling HashTreeCollections TreeDictionary+Merge.swift
[283/1164] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[284/1164] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[285/1164] Compiling HashTreeCollections TreeDictionary+Values.swift
[290/1173] Compiling Logging LogHandler.swift
[291/1173] Compiling Logging Logging.swift
[292/1173] Compiling Logging Locks.swift
[293/1173] Emitting module Logging
[320/1174] Emitting module _RopeModule
[321/1174] Emitting module DequeModule
[322/1175] Compiling _RopeModule _CharacterRecognizer.swift
[323/1175] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[324/1175] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[325/1175] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[326/1175] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[327/1175] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[328/1175] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[329/1175] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[330/1175] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[331/1175] Compiling HashTreeCollections TreeSet.swift
[344/1175] Compiling HashTreeCollections _HashTreeIterator.swift
[345/1175] Compiling HashTreeCollections _HashTreeStatistics.swift
[346/1175] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[347/1175] Compiling _RopeModule Rope+Join.swift
[348/1175] Compiling _RopeModule Rope+MutatingForEach.swift
[349/1175] Compiling _RopeModule Rope+Remove.swift
[350/1175] Compiling _RopeModule Rope+RemoveSubrange.swift
[351/1175] Compiling _RopeModule Rope+Split.swift
[352/1175] Compiling _RopeModule Optional Utilities.swift
[353/1175] Compiling _RopeModule String Utilities.swift
[354/1175] Compiling _RopeModule String.Index+ABI.swift
[377/1191] Compiling Tracing InstrumentationSystem+Tracing.swift
[378/1191] Emitting module Tracing
[379/1191] Compiling Tracing NoOpTracer.swift
[391/1191] Compiling Tracing TracerProtocol.swift
[392/1191] Compiling Tracing TracingTime.swift
[393/1191] Compiling Tracing Tracer.swift
[394/1191] Compiling Tracing TracerProtocol+Legacy.swift
[404/1191] Compiling Tracing SpanProtocol.swift
[424/1192] Compiling tls13_client.cc
[426/1193] Compiling t1_enc.cc
[428/1193] Emitting module HashTreeCollections
[428/1194] Compiling tls13_both.cc
[431/1194] Emitting module RoutingKit
[432/1194] Compiling RoutingKit Router.swift
[433/1194] Compiling RoutingKit PathComponent.swift
[434/1194] Compiling RoutingKit TrieRouter.swift
[434/1194] Compiling ssl_versions.cc
[435/1194] Compiling ssl_stat.cc
[436/1194] Compiling ssl_x509.cc
[437/1194] Compiling ssl_transcript.cc
[439/1194] Compiling Metrics Metrics.swift
[440/1194] Emitting module Metrics
[441/1195] Compiling RoutingKit AnyRouter.swift
[442/1195] Compiling RoutingKit Parameters.swift
[444/1196] Compiling ssl_session.cc
[445/1196] Compiling ssl_privkey.cc
[446/1196] Compiling ssl_file.cc
[447/1196] Compiling ssl_key_share.cc
[448/1196] Compiling ssl_credential.cc
[449/1196] Compiling ssl_lib.cc
[450/1196] Compiling ssl_cipher.cc
[451/1196] Compiling ssl_asn1.cc
[452/1196] Compiling ssl_buffer.cc
[453/1196] Compiling ssl_cert.cc
[454/1196] Compiling s3_pkt.cc
[455/1196] Compiling s3_lib.cc
[456/1196] Compiling ssl_aead_ctx.cc
[457/1196] Compiling s3_both.cc
[458/1196] Compiling handshake_client.cc
[459/1196] Compiling handshake_server.cc
[460/1196] Compiling handoff.cc
[461/1196] Compiling handshake.cc
[462/1196] Compiling dtls_method.cc
[463/1196] Compiling extensions.cc
[464/1196] Compiling dtls_record.cc
[465/1196] Compiling encrypted_client_hello.cc
[466/1196] Compiling md5-x86_64-apple.S
[467/1196] Compiling md5-x86_64-linux.S
[468/1196] Compiling md5-586-apple.S
[469/1196] Compiling md5-586-linux.S
[470/1196] Compiling chacha20_poly1305_x86_64-linux.S
[471/1196] Compiling chacha20_poly1305_x86_64-apple.S
[472/1196] Compiling chacha20_poly1305_armv8-win.S
[473/1196] Compiling chacha20_poly1305_armv8-apple.S
[474/1196] Compiling chacha20_poly1305_armv8-linux.S
[475/1196] Compiling chacha-x86_64-linux.S
[476/1196] Compiling chacha-x86_64-apple.S
[477/1196] Compiling err_data.cc
[478/1196] Compiling chacha-x86-linux.S
[479/1196] Compiling chacha-x86-apple.S
[480/1196] Compiling chacha-armv8-win.S
[481/1196] Compiling chacha-armv8-apple.S
[482/1196] Compiling chacha-armv8-linux.S
[483/1196] Compiling chacha-armv4-linux.S
[484/1196] Compiling aes128gcmsiv-x86_64-linux.S
[485/1196] Compiling aes128gcmsiv-x86_64-apple.S
[486/1196] Compiling x86_64-mont5-linux.S
[487/1196] Compiling x86_64-mont5-apple.S
[488/1196] Compiling x86_64-mont-linux.S
[489/1196] Compiling d1_srtp.cc
[489/1196] Compiling x86_64-mont-apple.S
[491/1196] Compiling d1_pkt.cc
[492/1196] Compiling x86-mont-linux.S
[493/1196] Compiling x86-mont-apple.S
[494/1196] Compiling vpaes-x86_64-apple.S
[495/1196] Compiling vpaes-x86_64-linux.S
[496/1196] Compiling vpaes-x86-linux.S
[497/1196] Compiling vpaes-x86-apple.S
[498/1196] Compiling vpaes-armv8-win.S
[499/1196] Compiling vpaes-armv7-linux.S
[500/1196] Compiling vpaes-armv8-linux.S
[501/1196] Compiling vpaes-armv8-apple.S
[502/1196] Compiling sha512-x86_64-linux.S
[503/1196] Compiling d1_lib.cc
[504/1196] Compiling sha512-x86_64-apple.S
[505/1196] Compiling bio_ssl.cc
[506/1196] Compiling sha512-armv8-win.S
[507/1196] Compiling sha512-armv4-linux.S
[508/1196] Compiling sha256-x86_64-linux.S
[509/1196] Compiling sha512-armv8-apple.S
[510/1196] Compiling sha512-586-apple.S
[510/1196] Compiling sha512-armv8-linux.S
[512/1196] Compiling sha512-586-linux.S
[513/1196] Compiling sha256-armv8-win.S
[514/1196] Compiling sha256-x86_64-apple.S
[515/1196] Compiling sha256-armv4-linux.S
[516/1196] Compiling sha256-armv8-apple.S
[517/1196] Compiling sha256-armv8-linux.S
[518/1196] Compiling sha1-x86_64-linux.S
[518/1196] Compiling sha1-x86_64-apple.S
[520/1196] Compiling sha256-586-linux.S
[521/1196] Compiling sha256-586-apple.S
[522/1196] Compiling sha1-armv8-win.S
[523/1196] Compiling sha1-armv8-linux.S
[524/1196] Compiling sha1-586-linux.S
[525/1196] Compiling sha1-armv4-large-linux.S
[526/1196] Compiling sha1-586-apple.S
[527/1196] Compiling sha1-armv8-apple.S
[528/1196] Compiling rsaz-avx2-linux.S
[529/1196] Compiling rdrand-x86_64-linux.S
[530/1196] Compiling rdrand-x86_64-apple.S
[531/1196] Compiling rsaz-avx2-apple.S
[532/1196] Compiling p256_beeu-x86_64-asm-apple.S
[533/1196] Compiling p256_beeu-x86_64-asm-linux.S
[534/1196] Compiling p256_beeu-armv8-asm-win.S
[535/1196] Compiling p256_beeu-armv8-asm-linux.S
[536/1196] Compiling p256_beeu-armv8-asm-apple.S
[537/1196] Compiling p256-x86_64-asm-linux.S
[538/1196] Compiling p256-x86_64-asm-apple.S
[539/1196] Compiling p256-armv8-asm-win.S
[540/1196] Compiling p256-armv8-asm-linux.S
[541/1196] Compiling p256-armv8-asm-apple.S
[542/1196] Compiling ghashv8-armv8-win.S
[543/1196] Compiling ghashv8-armv7-linux.S
[544/1196] Compiling ghashv8-armv8-linux.S
[545/1196] Compiling ghash-x86_64-linux.S
[546/1196] Compiling d1_both.cc
[547/1196] Compiling ghashv8-armv8-apple.S
[548/1196] Compiling ghash-x86_64-apple.S
[549/1196] Compiling ghash-x86-apple.S
[550/1196] Compiling ghash-ssse3-x86_64-apple.S
[551/1196] Compiling ghash-ssse3-x86_64-linux.S
[552/1196] Compiling ghash-x86-linux.S
[553/1196] Compiling ghash-ssse3-x86-linux.S
[554/1196] Compiling ghash-ssse3-x86-apple.S
[555/1196] Compiling ghash-neon-armv8-win.S
[556/1196] Compiling ghash-neon-armv8-linux.S
[557/1196] Compiling ghash-armv4-linux.S
[558/1196] Compiling co-586-linux.S
[559/1196] Compiling ghash-neon-armv8-apple.S
[560/1196] Compiling co-586-apple.S
[561/1196] Compiling bn-armv8-linux.S
[562/1196] Compiling bsaes-armv7-linux.S
[563/1196] Compiling bn-armv8-apple.S
[564/1196] Compiling bn-armv8-win.S
[565/1196] Compiling armv8-mont-win.S
[566/1196] Compiling bn-586-apple.S
[567/1196] Compiling armv8-mont-linux.S
[568/1196] Compiling bn-586-linux.S
[569/1196] Compiling armv4-mont-linux.S
[570/1196] Compiling armv8-mont-apple.S
[571/1196] Compiling aesv8-gcm-armv8-win.S
[572/1196] Compiling aesv8-armv8-linux.S
[573/1196] Compiling aesv8-gcm-armv8-apple.S
[574/1196] Compiling aesv8-armv8-win.S
[574/1196] Compiling aesv8-gcm-armv8-linux.S
[576/1196] Compiling aesv8-armv8-apple.S
[577/1196] Compiling aesni-x86_64-linux.S
[578/1196] Compiling aesv8-armv7-linux.S
[579/1196] Compiling aesni-gcm-x86_64-linux.S
[580/1196] Compiling aesni-x86-apple.S
[581/1196] Compiling aesni-x86_64-apple.S
[582/1196] Compiling aesni-x86-linux.S
[583/1196] Compiling aesni-gcm-x86_64-apple.S
[584/1196] Compiling aes-gcm-avx10-x86_64-linux.S
[585/1196] Compiling aes-gcm-avx2-x86_64-linux.S
[586/1196] Compiling aes-gcm-avx2-x86_64-apple.S
[586/1196] Compiling aes-gcm-avx10-x86_64-apple.S
[588/1196] Compiling x_sig.cc
[589/1196] Compiling x_spki.cc
[590/1196] Compiling x_req.cc
[591/1196] Compiling x_val.cc
[592/1196] Compiling x_x509.cc
[593/1196] Compiling x_x509a.cc
[594/1196] Compiling x_name.cc
[595/1196] Compiling x_pubkey.cc
[596/1196] Compiling x_exten.cc
[597/1196] Compiling x509spki.cc
[598/1196] Compiling x_crl.cc
[599/1196] Compiling x_algor.cc
[600/1196] Compiling x509rset.cc
[601/1196] Compiling x_attrib.cc
[602/1196] Compiling x_all.cc
[603/1196] Compiling x509name.cc
[604/1196] Compiling x509cset.cc
[605/1196] Compiling x509_vpm.cc
[606/1196] Compiling x509_req.cc
[607/1196] Compiling x509_v3.cc
[608/1196] Compiling x509_vfy.cc
[609/1196] Compiling x509_txt.cc
[610/1196] Compiling x509_trs.cc
[611/1196] Compiling x509_set.cc
[612/1196] Compiling x509_obj.cc
[613/1196] Compiling x509_ext.cc
[614/1196] Compiling x509_lu.cc
[615/1196] Compiling x509_def.cc
[616/1196] Compiling x509_d2.cc
[617/1196] Compiling x509.cc
[618/1196] Compiling x509_cmp.cc
[619/1196] Compiling x509_att.cc
[620/1196] Compiling v3_utl.cc
[621/1196] Compiling v3_pmaps.cc
[622/1196] Compiling v3_skey.cc
[623/1196] Compiling v3_prn.cc
[624/1196] Compiling v3_purp.cc
[625/1196] Compiling v3_pcons.cc
[626/1196] Compiling v3_ocsp.cc
[627/1196] Compiling v3_ncons.cc
[628/1196] Compiling v3_lib.cc
[629/1196] Compiling v3_int.cc
[630/1196] Compiling v3_info.cc
[631/1196] Compiling v3_ia5.cc
[632/1196] Compiling v3_enum.cc
[633/1196] Compiling v3_extku.cc
[634/1196] Compiling v3_genn.cc
[635/1196] Compiling v3_crld.cc
[636/1196] Compiling v3_cpols.cc
[637/1196] Compiling v3_conf.cc
[638/1196] Compiling v3_bitst.cc
[639/1196] Compiling v3_bcons.cc
[640/1196] Compiling v3_akey.cc
[641/1196] Compiling v3_alt.cc
[642/1196] Compiling v3_akeya.cc
[643/1196] Compiling i2d_pr.cc
[644/1196] Compiling policy.cc
[644/1196] Compiling name_print.cc
[645/1196] Compiling t_req.cc
[645/1196] Compiling t_x509a.cc
[645/1196] Compiling t_x509.cc
[649/1196] Compiling rsa_pss.cc
[650/1196] Compiling t_crl.cc
[651/1196] Compiling a_digest.cc
[652/1196] Compiling voprf.cc
[653/1196] Compiling asn1_gen.cc
[654/1196] Compiling by_dir.cc
[655/1196] Compiling a_sign.cc
[656/1196] Compiling a_verify.cc
[657/1196] Compiling algorithm.cc
[658/1196] Compiling by_file.cc
[659/1196] Compiling thread_pthread.cc
[660/1196] Compiling thread_win.cc
[661/1196] Compiling thread.cc
[662/1196] Compiling thread_none.cc
[663/1196] Compiling trust_token.cc
[664/1196] Compiling stack.cc
[665/1196] Compiling slhdsa.cc
[666/1196] Compiling pmbtoken.cc
[667/1196] Compiling spake2plus.cc
[668/1196] Compiling sha256.cc
[669/1196] Compiling sha1.cc
[670/1196] Compiling siphash.cc
[671/1196] Compiling sha512.cc
[672/1196] Compiling rsa_print.cc
[673/1196] Compiling rsa_extra.cc
[674/1196] Compiling rc4.cc
[675/1196] Compiling refcount.cc
[676/1196] Compiling urandom.cc
[677/1196] Compiling rsa_crypt.cc
[678/1196] Compiling windows.cc
[679/1196] Compiling trusty.cc
[680/1196] Compiling rsa_asn1.cc
[681/1196] Compiling fork_detect.cc
[682/1196] Compiling rand.cc
[683/1196] Compiling getentropy.cc
[684/1196] Compiling ios.cc
[685/1196] Compiling passive.cc
[686/1196] Compiling poly1305_arm_asm.S
[687/1196] Compiling forkunsafe.cc
[688/1196] Compiling deterministic.cc
[689/1196] Compiling pool.cc
[690/1196] Compiling poly1305_arm.cc
[691/1196] Compiling poly1305_vec.cc
[692/1196] Compiling poly1305.cc
[693/1196] Compiling pkcs8.cc
[694/1196] Compiling pkcs7_x509.cc
[695/1196] Compiling p5_pbev2.cc
[696/1196] Compiling pkcs7.cc
[697/1196] Compiling pkcs8_x509.cc
[698/1196] Compiling pem_x509.cc
[699/1196] Compiling pem_xaux.cc
[700/1196] Compiling pem_pkey.cc
[701/1196] Compiling pem_pk8.cc
[702/1196] Compiling pem_oth.cc
[703/1196] Compiling obj_xref.cc
[704/1196] Compiling mlkem.cc
[705/1196] Compiling pem_info.cc
[706/1196] Compiling pem_all.cc
[707/1196] Compiling pem_lib.cc
[708/1196] Compiling mldsa.cc
[709/1196] Compiling mem.cc
[710/1196] Compiling obj.cc
[711/1196] Compiling fips_shared_support.cc
[712/1196] Compiling md4.cc
[713/1196] Compiling poly_rq_mul.S
[714/1196] Compiling lhash.cc
[715/1196] Compiling md5.cc
[716/1196] Compiling kyber.cc
[717/1196] Compiling scrypt.cc
[718/1196] Compiling ex_data.cc
[719/1196] Compiling print.cc
[720/1196] Compiling hpke.cc
[721/1196] Compiling sign.cc
[722/1196] Compiling hrss.cc
[723/1196] Compiling pbkdf.cc
[724/1196] Compiling p_x25519.cc
[725/1196] Compiling p_x25519_asn1.cc
[726/1196] Compiling p_rsa_asn1.cc
[727/1196] Compiling p_ed25519.cc
[728/1196] Compiling p_hkdf.cc
[729/1196] Compiling p_rsa.cc
[730/1196] Compiling p_ed25519_asn1.cc
[731/1196] Compiling p_ec.cc
[732/1196] Compiling p_ec_asn1.cc
[733/1196] Compiling p_dh_asn1.cc
[734/1196] Compiling evp_ctx.cc
[735/1196] Compiling p_dh.cc
[736/1196] Compiling p_dsa_asn1.cc
[737/1196] Compiling evp_asn1.cc
[738/1196] Compiling evp.cc
[739/1196] Compiling engine.cc
[740/1196] Compiling err.cc
[741/1196] Compiling ecdh.cc
[742/1196] Compiling ecdsa_asn1.cc
[743/1196] Compiling hash_to_curve.cc
[744/1196] Compiling dsa.cc
[745/1196] Compiling dsa_asn1.cc
[746/1196] Compiling ec_derive.cc
[747/1196] Compiling params.cc
[748/1196] Compiling ec_asn1.cc
[749/1196] Compiling x25519-asm-arm.S
[750/1196] Compiling curve25519_64_adx.cc
[751/1196] Compiling digest_extra.cc
[752/1196] Compiling dh_asn1.cc
[753/1196] Compiling bcm.cc
[754/1196] Compiling crypto.cc
[755/1196] Compiling spake25519.cc
[756/1196] Compiling curve25519.cc
[757/1196] Compiling des.cc
[758/1196] Compiling cpu_arm_linux.cc
[759/1196] Compiling cpu_arm_freebsd.cc
[760/1196] Compiling cpu_intel.cc
[761/1196] Compiling cpu_aarch64_openbsd.cc
[762/1196] Compiling cpu_aarch64_win.cc
[763/1196] Compiling cpu_aarch64_linux.cc
[764/1196] Compiling cpu_aarch64_apple.cc
[765/1196] Compiling cpu_aarch64_fuchsia.cc
[766/1196] Compiling cpu_aarch64_sysreg.cc
[767/1196] Compiling e_rc4.cc
[768/1196] Compiling get_cipher.cc
[769/1196] Compiling tls_cbc.cc
[770/1196] Compiling e_tls.cc
[771/1196] Compiling e_null.cc
[772/1196] Compiling conf.cc
[773/1196] Compiling e_rc2.cc
[774/1196] Compiling e_des.cc
[775/1196] Compiling e_aesgcmsiv.cc
[776/1196] Compiling e_chacha20poly1305.cc
[777/1196] Compiling e_aesctrhmac.cc
[778/1196] Compiling derive_key.cc
[779/1196] Compiling chacha.cc
[780/1196] Compiling cbs.cc
[781/1196] Compiling ber.cc
[782/1196] Compiling cbb.cc
[783/1196] Compiling unicode.cc
[784/1196] Compiling buf.cc
[785/1196] Compiling asn1_compat.cc
[786/1196] Compiling blake2.cc
[787/1196] Compiling bn_asn1.cc
[788/1196] Compiling printf.cc
[789/1196] Compiling socket_helper.cc
[790/1196] Compiling pair.cc
[791/1196] Compiling socket.cc
[792/1196] Compiling convert.cc
[793/1196] Compiling file.cc
[794/1196] Compiling hexdump.cc
[795/1196] Compiling fd.cc
[796/1196] Compiling errno.cc
[797/1196] Compiling base64.cc
[798/1196] Compiling connect.cc
[799/1196] Compiling bio_mem.cc
[800/1196] Compiling tasn_fre.cc
[801/1196] Compiling tasn_typ.cc
[802/1196] Compiling bio.cc
[803/1196] Compiling tasn_new.cc
[804/1196] Compiling tasn_dec.cc
[805/1196] Compiling tasn_utl.cc
[806/1196] Compiling f_string.cc
[807/1196] Compiling f_int.cc
[808/1196] Compiling tasn_enc.cc
[809/1196] Compiling posix_time.cc
[810/1196] Compiling asn_pack.cc
[811/1196] Compiling asn1_par.cc
[812/1196] Compiling a_type.cc
[813/1196] Compiling a_utctm.cc
[814/1196] Compiling a_time.cc
[815/1196] Compiling a_octet.cc
[816/1196] Compiling a_strnid.cc
[817/1196] Compiling asn1_lib.cc
[818/1196] Compiling a_object.cc
[819/1196] Compiling a_i2d_fp.cc
[820/1196] Compiling a_strex.cc
[821/1196] Compiling a_mbstr.cc
[822/1196] Compiling a_int.cc
[823/1196] Compiling a_gentm.cc
[824/1196] Compiling fiat_p256_adx_sqr.S
[825/1196] Compiling fiat_p256_adx_mul.S
[826/1196] Compiling a_dup.cc
[827/1196] Compiling fiat_curve25519_adx_square.S
[827/1196] Compiling CCryptoBoringSSLShims shims.c
[829/1196] Compiling a_d2i_fp.cc
[830/1196] Compiling md5-x86_64-apple.S
[831/1196] Compiling fiat_curve25519_adx_mul.S
[832/1196] Compiling md5-x86_64-linux.S
[833/1196] Compiling md5-586-linux.S
[834/1196] Compiling md5-586-apple.S
[835/1196] Compiling a_bitstr.cc
[836/1196] Compiling chacha20_poly1305_x86_64-linux.S
[837/1196] Compiling a_bool.cc
[838/1196] Compiling chacha20_poly1305_armv8-win.S
[839/1196] Compiling chacha20_poly1305_armv8-linux.S
[839/1196] Compiling chacha20_poly1305_armv8-apple.S
[841/1196] Compiling chacha20_poly1305_x86_64-apple.S
[842/1196] Compiling chacha-x86_64-linux.S
[843/1196] Compiling chacha-x86_64-apple.S
[844/1196] Compiling chacha-x86-apple.S
[845/1196] Compiling chacha-x86-linux.S
[845/1196] Compiling chacha-armv8-win.S
[847/1196] Compiling chacha-armv4-linux.S
[848/1196] Compiling aes128gcmsiv-x86_64-linux.S
[849/1196] Compiling chacha-armv8-apple.S
[850/1196] Compiling chacha-armv8-linux.S
[851/1196] Compiling aes128gcmsiv-x86_64-apple.S
[852/1196] Compiling x86_64-mont5-linux.S
[853/1196] Compiling err_data.cc
[854/1196] Compiling x86_64-mont5-apple.S
[855/1196] Compiling x86_64-mont-linux.S
[856/1196] Compiling x86_64-mont-apple.S
[857/1196] Compiling x86-mont-apple.S
[858/1196] Compiling x86-mont-linux.S
[859/1196] Compiling vpaes-x86_64-linux.S
[860/1196] Compiling vpaes-x86-linux.S
[861/1196] Compiling vpaes-x86_64-apple.S
[862/1196] Compiling vpaes-x86-apple.S
[863/1196] Compiling vpaes-armv8-win.S
[864/1196] Compiling vpaes-armv8-linux.S
[865/1196] Compiling vpaes-armv8-apple.S
[866/1196] Compiling vpaes-armv7-linux.S
[867/1196] Compiling sha512-x86_64-linux.S
[868/1196] Compiling sha512-x86_64-apple.S
[869/1196] Compiling sha512-armv8-win.S
[870/1196] Compiling sha512-armv8-apple.S
[871/1196] Compiling sha512-armv8-linux.S
[872/1196] Compiling sha512-armv4-linux.S
[873/1196] Compiling sha512-586-linux.S
[874/1196] Compiling sha256-x86_64-linux.S
[875/1196] Compiling sha256-x86_64-apple.S
[875/1196] Compiling sha512-586-apple.S
[877/1196] Compiling sha256-armv8-win.S
[878/1196] Compiling sha256-armv8-apple.S
[879/1196] Compiling sha256-armv4-linux.S
[880/1196] Compiling sha256-armv8-linux.S
[881/1196] Compiling sha256-586-apple.S
[882/1196] Compiling sha256-586-linux.S
[883/1196] Compiling sha1-x86_64-linux.S
[884/1196] Compiling sha1-armv8-win.S
[885/1196] Compiling sha1-x86_64-apple.S
[886/1196] Compiling sha1-armv8-apple.S
[887/1196] Compiling sha1-armv4-large-linux.S
[888/1196] Compiling sha1-586-linux.S
[889/1196] Compiling sha1-armv8-linux.S
[890/1196] Compiling rsaz-avx2-linux.S
[891/1196] Compiling sha1-586-apple.S
[892/1196] Compiling p256_beeu-x86_64-asm-linux.S
[893/1196] Compiling rdrand-x86_64-linux.S
[894/1196] Compiling rdrand-x86_64-apple.S
[895/1196] Compiling rsaz-avx2-apple.S
[896/1196] Compiling p256_beeu-x86_64-asm-apple.S
[897/1196] Compiling p256_beeu-armv8-asm-linux.S
[898/1196] Compiling p256_beeu-armv8-asm-win.S
[899/1196] Compiling p256_beeu-armv8-asm-apple.S
[900/1196] Compiling p256-x86_64-asm-apple.S
[901/1196] Compiling p256-x86_64-asm-linux.S
[902/1196] Compiling ghashv8-armv8-win.S
[903/1196] Compiling p256-armv8-asm-win.S
[903/1196] Compiling p256-armv8-asm-apple.S
[905/1196] Compiling p256-armv8-asm-linux.S
[906/1196] Compiling ghashv8-armv8-apple.S
[907/1196] Compiling ghashv8-armv8-linux.S
[908/1196] Compiling ghashv8-armv7-linux.S
[909/1196] Compiling ghash-x86_64-linux.S
[910/1196] Compiling ghash-x86_64-apple.S
[911/1196] Compiling ghash-x86-apple.S
[912/1196] Compiling ghash-ssse3-x86_64-linux.S
[913/1196] Compiling ghash-x86-linux.S
[913/1196] Compiling ghash-ssse3-x86_64-apple.S
[915/1196] Compiling ghash-ssse3-x86-apple.S
[916/1196] Compiling ghash-neon-armv8-win.S
[917/1196] Compiling ghash-ssse3-x86-linux.S
[918/1196] Compiling ghash-armv4-linux.S
[919/1196] Compiling ghash-neon-armv8-apple.S
[920/1196] Compiling co-586-linux.S
[921/1196] Compiling ghash-neon-armv8-linux.S
[922/1196] Compiling bsaes-armv7-linux.S
[923/1196] Compiling co-586-apple.S
[924/1196] Compiling bn-586-apple.S
[925/1196] Compiling bn-586-linux.S
[926/1196] Compiling bn-armv8-apple.S
[927/1196] Compiling bn-armv8-win.S
[928/1196] Compiling bn-armv8-linux.S
[929/1196] Compiling armv8-mont-win.S
[930/1196] Compiling armv8-mont-apple.S
[931/1196] Compiling armv8-mont-linux.S
[932/1196] Compiling aesv8-gcm-armv8-win.S
[933/1196] Compiling armv4-mont-linux.S
[934/1196] Compiling aesv8-armv8-win.S
[935/1196] Compiling aesv8-gcm-armv8-apple.S
[936/1196] Compiling aesv8-gcm-armv8-linux.S
[937/1196] Compiling aesv8-armv8-linux.S
[938/1196] Compiling aesv8-armv8-apple.S
[939/1196] Compiling aesv8-armv7-linux.S
[940/1196] Compiling aesni-x86_64-apple.S
[941/1196] Compiling aesni-x86_64-linux.S
[942/1196] Compiling aesni-x86-apple.S
[943/1196] Compiling aesni-x86-linux.S
[944/1196] Compiling aesni-gcm-x86_64-apple.S
[945/1196] Compiling aesni-gcm-x86_64-linux.S
[946/1196] Compiling aes-gcm-avx10-x86_64-apple.S
[947/1196] Compiling aes-gcm-avx10-x86_64-linux.S
[948/1196] Compiling x_x509a.cc
[949/1196] Compiling c-nioatomics.c
[950/1196] Compiling x_x509.cc
[951/1196] Compiling x_req.cc
[952/1196] Compiling x_val.cc
[953/1196] Compiling x_spki.cc
[954/1196] Compiling x_sig.cc
[955/1196] Compiling x_exten.cc
[956/1196] Compiling c-atomics.c
[957/1196] Compiling x_pubkey.cc
[958/1202] Compiling x_algor.cc
[959/1202] Compiling x_all.cc
[960/1202] Compiling x_crl.cc
[961/1202] Compiling x_name.cc
[962/1202] Compiling x_attrib.cc
[963/1202] Compiling x509rset.cc
[965/1202] Compiling NIOConcurrencyHelpers NIOLock.swift
[966/1202] Compiling NIOConcurrencyHelpers lock.swift
[967/1202] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[968/1202] Emitting module NIOConcurrencyHelpers
[969/1202] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[970/1202] Compiling NIOConcurrencyHelpers atomics.swift
[970/1203] Compiling x509spki.cc
[972/1203] Compiling x509_vfy.cc
[973/1203] Compiling x509cset.cc
[973/1203] Compiling x509name.cc
[973/1203] Compiling x509_vpm.cc
[974/1203] Compiling x509_txt.cc
[974/1203] Compiling x509_v3.cc
[978/1203] Compiling x509_trs.cc
[979/1203] Compiling x509_set.cc
[980/1203] Compiling x509_obj.cc
[981/1203] Compiling x509_ext.cc
[982/1204] Compiling x509_def.cc
[983/1227] Compiling x509_d2.cc
[984/1229] Compiling x509_lu.cc
[985/1229] Compiling x509_req.cc
[987/1229] Emitting module ConsoleKitTerminal
[987/1232] Compiling x509_cmp.cc
[988/1232] Compiling v3_prn.cc
[990/1232] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[991/1232] Compiling ConsoleKitTerminal ConsoleClear.swift
[992/1232] Compiling ConsoleKitTerminal Console+Ask.swift
[993/1232] Compiling ConsoleKitTerminal Console+Choose.swift
[994/1232] Compiling ConsoleKitTerminal Console+Confirm.swift
[995/1232] Compiling ConsoleKitTerminal Console+Input.swift
[996/1232] Compiling ConsoleKitTerminal Console+Center.swift
[997/1232] Compiling ConsoleKitTerminal Console+Output.swift
[998/1232] Compiling ConsoleKitTerminal Console+Wait.swift
[999/1232] Compiling ConsoleKitTerminal ConsoleColor.swift
[1000/1232] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1001/1232] Compiling ConsoleKitTerminal ConsoleText.swift
[1002/1232] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1003/1232] Compiling ConsoleKitTerminal ANSI.swift
[1004/1232] Compiling ConsoleKitTerminal CustomActivity.swift
[1005/1232] Compiling ConsoleKitTerminal LoadingBar.swift
[1006/1232] Compiling ConsoleKitTerminal ProgressBar.swift
[1007/1232] Compiling ConsoleKitTerminal Console+Clear.swift
[1008/1232] Compiling ConsoleKitTerminal ActivityBar.swift
[1009/1232] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1010/1232] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1011/1232] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1011/1232] Compiling x509.cc
[1012/1232] Compiling x509_att.cc
[1014/1232] Compiling ConsoleKitTerminal Console.swift
[1015/1232] Compiling ConsoleKitTerminal Terminal.swift
[1016/1232] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1016/1232] Compiling v3_purp.cc
[1017/1232] Compiling v3_utl.cc
[1018/1232] Compiling v3_skey.cc
[1020/1232] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1021/1232] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1022/1232] Compiling ConsoleKitTerminal LoggerFragment.swift
[1022/1233] Compiling v3_pcons.cc
[1023/1233] Compiling v3_pmaps.cc
[1025/1233] Compiling v3_ncons.cc
[1026/1233] Compiling v3_lib.cc
[1027/1233] Compiling v3_ocsp.cc
[1028/1233] Compiling v3_int.cc
[1029/1237] Compiling v3_info.cc
[1030/1255] Compiling v3_ia5.cc
[1031/1255] Compiling v3_extku.cc
[1033/1255] Compiling ConsoleKitCommands CommandSignature.swift
[1034/1255] Compiling ConsoleKitCommands Flag.swift
[1035/1255] Compiling ConsoleKitCommands Option.swift
[1036/1257] Emitting module ConsoleKitCommands
[1037/1257] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1038/1257] Compiling ConsoleKitCommands AsyncCommand.swift
[1039/1257] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1039/1257] Compiling v3_enum.cc
[1041/1257] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1042/1257] Compiling ConsoleKitCommands Utilities.swift
[1043/1257] Compiling ConsoleKitCommands AsyncCommands.swift
[1044/1257] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1045/1257] Compiling ConsoleKitCommands AnyCommand.swift
[1046/1257] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1047/1257] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1048/1257] Compiling ConsoleKitCommands Argument.swift
[1048/1257] Compiling v3_cpols.cc
[1049/1257] Compiling v3_genn.cc
[1050/1257] Compiling v3_conf.cc
[1051/1257] Compiling v3_bitst.cc
[1052/1257] Compiling v3_crld.cc
[1053/1257] Compiling v3_alt.cc
[1054/1257] Compiling v3_bcons.cc
[1055/1257] Compiling v3_akey.cc
[1056/1257] Compiling t_x509a.cc
[1057/1257] Compiling v3_akeya.cc
[1058/1257] Compiling t_x509.cc
[1058/1257] Compiling t_crl.cc
[1060/1257] Compiling t_req.cc
[1062/1257] Compiling ConsoleKitCommands Command.swift
[1063/1257] Compiling ConsoleKitCommands CommandContext.swift
[1064/1257] Compiling ConsoleKitCommands CommandError.swift
[1065/1257] Compiling ConsoleKitCommands CommandGroup.swift
[1066/1257] Compiling ConsoleKitCommands CommandInput.swift
[1067/1257] Compiling ConsoleKitCommands Commands.swift
[1068/1257] Compiling ConsoleKitCommands Console+Run.swift
[1069/1257] Compiling ConsoleKitCommands ConsoleError.swift
[1070/1257] Compiling ConsoleKitCommands Completion.swift
[1071/1258] Compiling name_print.cc
[1072/1258] Compiling rsa_pss.cc
[1073/1258] Compiling policy.cc
[1075/1260] Compiling ConsoleKit Exports.swift
[1076/1260] Emitting module ConsoleKit
[1076/1261] Compiling i2d_pr.cc
[1078/1261] Compiling by_file.cc
[1079/1261] Compiling asn1_gen.cc
[1080/1261] Compiling by_dir.cc
[1081/1261] Compiling algorithm.cc
[1082/1261] Compiling a_sign.cc
[1083/1261] Compiling a_verify.cc
[1084/1261] Compiling a_digest.cc
[1085/1261] Compiling voprf.cc
[1086/1261] Compiling thread_none.cc
[1087/1261] Compiling trust_token.cc
[1088/1261] Compiling thread_pthread.cc
[1089/1261] Compiling thread_win.cc
[1090/1261] Compiling thread.cc
[1091/1261] Compiling pmbtoken.cc
[1092/1261] Compiling thash.cc
[1093/1261] Compiling merkle.cc
[1094/1261] Compiling wots.cc
[1095/1261] Compiling stack.cc
[1096/1261] Compiling siphash.cc
[1097/1261] Compiling sha512.cc
[1098/1261] Compiling fors.cc
[1099/1261] Compiling slhdsa.cc
[1100/1261] Compiling rsa_print.cc
[1101/1261] Compiling rsa_extra.cc
[1102/1261] Compiling sha1.cc
[1103/1261] Compiling sha256.cc
[1104/1261] Compiling rsa_crypt.cc
[1105/1261] Compiling rc4.cc
[1106/1261] Compiling rsa_asn1.cc
[1107/1261] Compiling windows.cc
[1108/1261] Compiling refcount.cc
[1109/1261] Compiling trusty.cc
[1110/1261] Compiling urandom.cc
[1111/1261] Compiling rand_extra.cc
[1112/1261] Compiling passive.cc
[1113/1261] Compiling getentropy.cc
[1114/1261] Compiling poly1305_arm_asm.S
[1115/1261] Compiling forkunsafe.cc
[1116/1261] Compiling fork_detect.cc
[1117/1261] Compiling ios.cc
[1118/1261] Compiling deterministic.cc
[1119/1261] Compiling poly1305_vec.cc
[1120/1261] Compiling poly1305_arm.cc
[1121/1261] Compiling poly1305.cc
[1122/1261] Compiling pool.cc
[1123/1261] Compiling pkcs8.cc
[1124/1261] Compiling pkcs8_x509.cc
[1125/1261] Compiling p5_pbev2.cc
[1126/1261] Compiling pkcs7_x509.cc
[1127/1261] Compiling pkcs7.cc
[1128/1261] Compiling pem_pkey.cc
[1129/1261] Compiling pem_x509.cc
[1130/1261] Compiling pem_xaux.cc
[1131/1261] Compiling pem_oth.cc
[1132/1261] Compiling pem_lib.cc
[1133/1261] Compiling pem_info.cc
[1134/1261] Compiling pem_pk8.cc
[1135/1261] Compiling pem_all.cc
[1136/1261] Compiling obj_xref.cc
[1137/1261] Compiling md4.cc
[1138/1261] Compiling obj.cc
[1139/1261] Compiling mldsa.cc
[1140/1261] Compiling lhash.cc
[1141/1261] Compiling poly_rq_mul.S
[1142/1261] Compiling fips_shared_support.cc
[1143/1261] Compiling mem.cc
[1144/1261] Compiling mlkem.cc
[1145/1261] Compiling md5.cc
[1146/1261] Compiling kyber.cc
[1147/1261] Compiling scrypt.cc
[1148/1261] Compiling ex_data.cc
[1149/1261] Compiling sign.cc
[1150/1261] Compiling hpke.cc
[1151/1261] Compiling print.cc
[1152/1261] Compiling pbkdf.cc
[1153/1261] Compiling hrss.cc
[1154/1261] Compiling p_x25519.cc
[1155/1261] Compiling p_rsa_asn1.cc
[1156/1261] Compiling p_rsa.cc
[1157/1261] Compiling p_hkdf.cc
[1158/1261] Compiling p_ed25519.cc
[1159/1261] Compiling p_x25519_asn1.cc
[1160/1261] Compiling p_ed25519_asn1.cc
[1161/1261] Compiling p_ec_asn1.cc
[1162/1261] Compiling p_ec.cc
[1163/1261] Compiling p_dh.cc
[1164/1261] Compiling p_dh_asn1.cc
[1165/1261] Compiling evp_ctx.cc
[1166/1261] Compiling p_dsa_asn1.cc
[1167/1261] Compiling evp_asn1.cc
[1168/1261] Compiling evp.cc
[1169/1261] Compiling err.cc
[1170/1261] Compiling engine.cc
[1171/1261] Compiling ecdh_extra.cc
[1172/1261] Compiling ec_derive.cc
[1173/1261] Compiling hash_to_curve.cc
[1174/1261] Compiling ecdsa_asn1.cc
[1175/1261] Compiling ec_asn1.cc
[1176/1261] Compiling bcm.cc
[1177/1261] Compiling dsa.cc
[1178/1261] Compiling dsa_asn1.cc
[1179/1261] Compiling params.cc
[1180/1261] Compiling x25519-asm-arm.S
[1181/1261] Compiling digest_extra.cc
[1182/1261] Compiling dh_asn1.cc
[1183/1261] Compiling des.cc
[1184/1261] Compiling curve25519_64_adx.cc
[1185/1261] Compiling cpu_intel.cc
[1186/1261] Compiling spake25519.cc
[1187/1261] Compiling crypto.cc
[1188/1261] Compiling cpu_arm_linux.cc
[1189/1261] Compiling cpu_arm_freebsd.cc
[1190/1261] Compiling cpu_aarch64_win.cc
[1191/1261] Compiling curve25519.cc
[1192/1261] Compiling cpu_aarch64_linux.cc
[1193/1261] Compiling cpu_aarch64_openbsd.cc
[1194/1261] Compiling cpu_aarch64_sysreg.cc
[1195/1261] Compiling cpu_aarch64_fuchsia.cc
[1196/1261] Compiling cpu_aarch64_apple.cc
[1197/1261] Compiling e_tls.cc
[1198/1261] Compiling tls_cbc.cc
[1199/1261] Compiling conf.cc
[1200/1261] Compiling e_rc2.cc
[1201/1261] Compiling e_des.cc
[1202/1261] Compiling e_rc4.cc
[1203/1261] Compiling e_null.cc
[1204/1261] Compiling e_aesgcmsiv.cc
[1205/1261] Compiling e_aesctrhmac.cc
[1206/1261] Compiling e_chacha20poly1305.cc
[1207/1261] Compiling derive_key.cc
[1208/1261] Compiling cipher_extra.cc
[1209/1261] Compiling chacha.cc
[1210/1261] Compiling unicode.cc
[1211/1261] Compiling cbb.cc
[1212/1261] Compiling cbs.cc
[1213/1261] Compiling asn1_compat.cc
[1214/1261] Compiling buf.cc
[1215/1261] Compiling convert.cc
[1216/1261] Compiling ber.cc
[1217/1261] Compiling blake2.cc
[1218/1261] Compiling bn_asn1.cc
[1219/1261] Compiling hexdump.cc
[1220/1261] Compiling printf.cc
[1221/1261] Compiling file.cc
[1222/1261] Compiling pair.cc
[1223/1261] Compiling bio_mem.cc
[1224/1261] Compiling fd.cc
[1225/1261] Compiling errno.cc
[1226/1261] Compiling bio.cc
[1227/1261] Compiling base64.cc
[1228/1261] Compiling tasn_utl.cc
[1229/1261] Compiling tasn_enc.cc
[1230/1261] Compiling posix_time.cc
[1231/1261] Compiling tasn_fre.cc
[1232/1261] Compiling tasn_typ.cc
[1233/1261] Compiling f_string.cc
[1234/1261] Compiling tasn_new.cc
[1235/1261] Compiling tasn_dec.cc
[1236/1261] Compiling asn1_par.cc
[1237/1261] Compiling f_int.cc
[1238/1261] Compiling asn_pack.cc
[1239/1261] Compiling a_utctm.cc
[1240/1261] Compiling asn1_lib.cc
[1241/1261] Compiling a_time.cc
[1242/1261] Compiling a_type.cc
[1243/1261] Compiling a_octet.cc
[1244/1261] Compiling a_strex.cc
[1245/1261] Compiling a_strnid.cc
[1246/1261] Compiling a_object.cc
[1247/1261] Compiling a_int.cc
[1248/1261] Compiling a_mbstr.cc
[1248/1261] Write sources
[1254/1261] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1255/1261] Compiling a_i2d_fp.cc
[1256/1261] Compiling a_dup.cc
[1257/1261] Compiling a_gentm.cc
[1258/1261] Compiling a_d2i_fp.cc
[1259/1358] Compiling a_bool.cc
[1260/1358] Compiling a_bitstr.cc
[1262/1358] Compiling Atomics UnsafeAtomic.swift
[1263/1358] Compiling Atomics UnsafeAtomicLazyReference.swift
[1264/1358] Compiling Atomics ManagedAtomic.swift
[1265/1358] Compiling Atomics ManagedAtomicLazyReference.swift
[1266/1362] Compiling Atomics AtomicMemoryOrderings.swift
[1267/1362] Compiling Atomics DoubleWord.swift
[1268/1368] Compiling Atomics IntegerOperations.swift
[1269/1368] Compiling Atomics Unmanaged extensions.swift
[1270/1368] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1271/1368] Compiling BitCollections BitSet+CustomReflectable.swift
[1272/1368] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1273/1368] Compiling BitCollections BitSet+Equatable.swift
[1274/1368] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1275/1368] Compiling BitCollections BitSet+Extras.swift
[1276/1368] Compiling BitCollections BitSet+Hashable.swift
[1277/1375] Emitting module BitCollections
[1279/1375] Compiling Atomics AtomicReference.swift
[1280/1375] Compiling Atomics AtomicStorage.swift
[1281/1378] Compiling Atomics OptionalRawRepresentable.swift
[1282/1378] Compiling Atomics RawRepresentable.swift
[1283/1378] Compiling Atomics AtomicBool.swift
[1284/1378] Compiling Atomics IntegerConformances.swift
[1285/1378] Compiling Atomics PointerConformances.swift
[1286/1378] Compiling Atomics Primitives.native.swift
[1291/1378] Compiling BitCollections BitArray+Hashable.swift
[1292/1378] Compiling BitCollections BitArray+Initializers.swift
[1293/1378] Compiling BitCollections BitArray+Invariants.swift
[1294/1378] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1295/1378] Compiling Atomics Primitives.shims.swift
[1296/1378] Compiling Atomics AtomicInteger.swift
[1297/1378] Compiling Atomics AtomicOptionalWrappable.swift
[1300/1378] Compiling Atomics AtomicValue.swift
[1309/1378] Compiling Algorithms Trim.swift
[1310/1378] Compiling Algorithms Unique.swift
[1311/1378] Compiling Algorithms Windows.swift
[1328/1378] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1329/1378] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1330/1378] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1331/1378] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1332/1378] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1333/1378] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1334/1378] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1335/1378] Compiling BitCollections BitSet+Initializers.swift
[1336/1378] Compiling BitCollections BitSet+Invariants.swift
[1337/1378] Compiling BitCollections BitSet+Random.swift
[1338/1378] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1339/1378] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1340/1378] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1341/1378] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1342/1378] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1343/1378] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1344/1378] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1345/1378] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1346/1378] Compiling BitCollections BitSet+SetAlgebra union.swift
[1347/1378] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1348/1378] Compiling BitCollections BitSet.Counted.swift
[1349/1378] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1350/1378] Compiling CryptoBoringWrapper EllipticCurve.swift
[1354/1378] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1355/1378] Emitting module CryptoBoringWrapper
[1356/1378] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1357/1378] Compiling CryptoBoringWrapper RandomBytes.swift
[1358/1378] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1359/1378] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1360/1378] Compiling BitCollections BitSet.Index.swift
[1361/1378] Compiling BitCollections BitSet._UnsafeHandle.swift
[1362/1378] Compiling BitCollections BitSet.swift
[1363/1378] Compiling BitCollections Range+Utilities.swift
[1364/1378] Compiling BitCollections Slice+Utilities.swift
[1365/1378] Compiling BitCollections UInt+Tricks.swift
[1366/1378] Compiling BitCollections _Word.swift
[1369/1380] Emitting module Algorithms
[1370/1380] Emitting module Atomics
[1383/1397] Compiling Collections Collections.swift
[1384/1413] Emitting module Collections
[1386/1516] Compiling NIOCore MulticastChannel.swift
[1387/1516] Compiling NIOCore NIOAny.swift
[1388/1516] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1389/1516] Compiling NIOCore NIOLoopBound.swift
[1390/1516] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1391/1516] Compiling NIOCore NIOScheduledCallback.swift
[1392/1516] Compiling NIOCore NIOSendable.swift
[1393/1516] Compiling NIOCore RecvByteBufferAllocator.swift
[1394/1524] Compiling NIOCore SocketAddresses.swift
[1395/1524] Compiling NIOCore SocketOptionProvider.swift
[1396/1524] Compiling NIOCore SystemCallHelpers.swift
[1397/1524] Compiling NIOCore TimeAmount+Duration.swift
[1398/1524] Compiling NIOCore TypeAssistedChannelHandler.swift
[1399/1524] Compiling NIOCore UniversalBootstrapSupport.swift
[1400/1524] Compiling NIOCore Utilities.swift
[1401/1524] Compiling Crypto EdDSA_boring.swift
[1402/1524] Compiling Crypto ECDSA.swift
[1403/1524] Compiling Crypto Ed25519.swift
[1404/1533] Compiling NIOCore GlobalSingletons.swift
[1405/1533] Compiling NIOCore IO.swift
[1406/1533] Compiling NIOCore IOData.swift
[1407/1533] Compiling NIOCore IPProtocol.swift
[1408/1533] Compiling NIOCore IntegerBitPacking.swift
[1409/1533] Compiling NIOCore IntegerTypes.swift
[1410/1533] Compiling NIOCore Interfaces.swift
[1411/1533] Compiling NIOCore Linux.swift
[1412/1533] Compiling NIOCore MarkedCircularBuffer.swift
[1413/1533] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1414/1533] Compiling NIOCore AsyncChannelHandler.swift
[1415/1533] Compiling NIOCore AsyncChannelInboundStream.swift
[1416/1533] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1417/1533] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1418/1533] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1419/1533] Compiling NIOCore NIOAsyncWriter.swift
[1420/1533] Compiling NIOCore ByteBuffer-multi-int.swift
[1421/1533] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1422/1533] Compiling NIOCore ByteBuffer-views.swift
[1423/1533] Compiling NIOCore Channel.swift
[1424/1533] Emitting module Crypto
[1433/1533] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1434/1533] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1435/1533] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1436/1533] Compiling NIOCore EventLoopFuture.swift
[1437/1533] Compiling NIOCore FileDescriptor.swift
[1438/1533] Compiling NIOCore FileHandle.swift
[1439/1533] Compiling NIOCore FileRegion.swift
[1441/1533] Compiling Crypto HPKE-Ciphersuite.swift
[1442/1533] Compiling Crypto HPKE-KDF.swift
[1443/1533] Compiling Crypto HPKE-KexKeyDerivation.swift
[1444/1533] Compiling Crypto HPKE-LabeledExtract.swift
[1445/1533] Compiling Crypto HPKE-Utils.swift
[1446/1533] Compiling NIOCore EventLoop+SerialExecutor.swift
[1447/1533] Compiling NIOCore EventLoop.swift
[1448/1533] Compiling NIOCore AddressedEnvelope.swift
[1449/1533] Compiling NIOCore AsyncAwaitSupport.swift
[1450/1533] Compiling NIOCore AsyncChannel.swift
[1461/1533] Compiling Crypto AES-GCM.swift
[1462/1533] Compiling Crypto AES-GCM_boring.swift
[1463/1533] Compiling Crypto ChaChaPoly_boring.swift
[1464/1533] Compiling Crypto ChaChaPoly.swift
[1465/1533] Compiling Crypto Cipher.swift
[1466/1533] Compiling Crypto Nonces.swift
[1467/1533] Compiling Crypto ASN1.swift
[1468/1533] Compiling Crypto ASN1Any.swift
[1469/1533] Compiling Crypto ASN1BitString.swift
[1470/1533] Compiling Crypto ASN1Boolean.swift
[1471/1533] Compiling NIOCore ChannelHandler.swift
[1472/1533] Compiling NIOCore ChannelHandlers.swift
[1473/1533] Compiling NIOCore ChannelInvoker.swift
[1474/1533] Compiling NIOCore ChannelOption.swift
[1475/1533] Compiling NIOCore ChannelPipeline.swift
[1498/1533] Compiling Crypto Signature.swift
[1499/1533] Compiling Crypto CryptoKitErrors_boring.swift
[1500/1533] Compiling Crypto RNG_boring.swift
[1501/1533] Compiling Crypto SafeCompare_boring.swift
[1502/1533] Compiling Crypto Zeroization_boring.swift
[1503/1533] Compiling Crypto PrettyBytes.swift
[1504/1533] Compiling Crypto SafeCompare.swift
[1505/1533] Compiling Crypto SecureBytes.swift
[1506/1533] Compiling Crypto Zeroization.swift
[1534/1534] Emitting module NIOCore
[1536/1585] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1537/1585] Compiling NIOEmbedded AsyncTestingChannel.swift
[1538/1585] Emitting module NIOEmbedded
[1539/1585] Compiling NIOEmbedded Embedded.swift
[1541/1586] Emitting module NIOPosix
[1542/1592] Compiling NIOPosix ThreadPosix.swift
[1543/1592] Compiling NIOPosix ThreadWindows.swift
[1544/1592] Compiling NIOPosix UnsafeTransfer.swift
[1545/1592] Compiling NIOPosix Utilities.swift
[1546/1592] Compiling NIOPosix VsockAddress.swift
[1547/1592] Compiling NIOPosix VsockChannelEvents.swift
[1548/1592] Compiling NIOPosix Pool.swift
[1549/1592] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1550/1592] Compiling NIOPosix PosixSingletons.swift
[1551/1592] Compiling NIOPosix RawSocketBootstrap.swift
[1552/1592] Compiling NIOPosix Resolver.swift
[1553/1592] Compiling NIOPosix Selectable.swift
[1554/1592] Compiling NIOPosix BSDSocketAPICommon.swift
[1555/1592] Compiling NIOPosix BSDSocketAPIPosix.swift
[1556/1592] Compiling NIOPosix BSDSocketAPIWindows.swift
[1557/1592] Compiling NIOPosix BaseSocket.swift
[1558/1592] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1559/1592] Compiling NIOPosix BaseSocketChannel.swift
[1560/1592] Compiling NIOPosix BaseStreamSocketChannel.swift
[1561/1592] Compiling NIOPosix NIOThreadPool.swift
[1562/1592] Compiling NIOPosix NonBlockingFileIO.swift
[1563/1592] Compiling NIOPosix PendingDatagramWritesManager.swift
[1564/1592] Compiling NIOPosix PendingWritesManager.swift
[1565/1592] Compiling NIOPosix PipeChannel.swift
[1566/1592] Compiling NIOPosix PipePair.swift
[1567/1592] Compiling NIOPosix SelectableChannel.swift
[1568/1592] Compiling NIOPosix SelectableEventLoop.swift
[1569/1592] Compiling NIOPosix SelectorEpoll.swift
[1570/1592] Compiling NIOPosix SelectorGeneric.swift
[1571/1592] Compiling NIOPosix SelectorKqueue.swift
[1572/1592] Compiling NIOPosix SelectorUring.swift
[1573/1592] Compiling NIOPosix ServerSocket.swift
[1574/1592] Compiling NIOPosix Socket.swift
[1575/1592] Compiling NIOPosix SocketChannel.swift
[1576/1592] Compiling NIOPosix SocketProtocols.swift
[1577/1592] Compiling NIOPosix System.swift
[1578/1592] Compiling NIOPosix Thread.swift
[1579/1592] Compiling NIOPosix IO.swift
[1580/1592] Compiling NIOPosix IntegerBitPacking.swift
[1581/1592] Compiling NIOPosix IntegerTypes.swift
[1582/1592] Compiling NIOPosix Linux.swift
[1583/1592] Compiling NIOPosix LinuxCPUSet.swift
[1584/1592] Compiling NIOPosix LinuxUring.swift
[1585/1592] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1586/1592] Compiling NIOPosix Bootstrap.swift
[1587/1592] Compiling NIOPosix ControlMessage.swift
[1588/1592] Compiling NIOPosix DatagramVectorReadManager.swift
[1589/1592] Compiling NIOPosix Errors+Any.swift
[1590/1592] Compiling NIOPosix FileDescriptor.swift
[1591/1592] Compiling NIOPosix GetaddrinfoResolver.swift
[1592/1592] Compiling NIOPosix HappyEyeballs.swift
[1594/1652] Emitting module NIO
[1595/1652] Compiling NIO Exports.swift
[1596/1653] Compiling _NIOFileSystem Convenience.swift
[1597/1653] Compiling _NIOFileSystem DirectoryEntries.swift
[1598/1653] Compiling _NIOFileSystem DirectoryEntry.swift
[1600/1655] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1601/1655] Compiling _NIOFileSystem FileSystemError.swift
[1602/1655] Compiling _NIOFileSystem FileSystemProtocol.swift
[1603/1655] Compiling AsyncKit Future+Transform.swift
[1604/1655] Compiling AsyncKit Future+Try.swift
[1605/1655] Compiling AsyncKit FutureOperators.swift
[1606/1671] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1607/1671] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1608/1671] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1609/1673] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1610/1673] Compiling NIOHTTP1 HTTPDecoder.swift
[1611/1673] Compiling NIOHTTP1 HTTPEncoder.swift
[1612/1786] Compiling NIOTLS TLSEvents.swift
[1613/1786] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1614/1786] Compiling NIOSOCKS ClientStateMachine.swift
[1615/1787] Compiling NIOSOCKS SOCKSResponse.swift
[1616/1787] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1617/1787] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1618/1787] Compiling SQLKit SQLUpdateBuilder.swift
[1619/1787] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1620/1787] Compiling SQLKit SQLSubqueryBuilder.swift
[1621/1787] Compiling SQLKit SQLUnionBuilder.swift
[1622/1787] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1623/1787] Compiling SQLKit SQLSelectBuilder.swift
[1624/1787] Emitting module NIOSOCKS
[1625/1787] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1626/1787] Compiling SQLKit SQLRawBuilder.swift
[1630/1787] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1631/1787] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1632/1791] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1633/1791] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1634/1791] Emitting module NIOTLS
[1635/1791] Compiling NIOTLS SNIHandler.swift
[1636/1791] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1637/1791] Emitting module _NIOFileSystem
[1644/1792] Compiling SQLKit SQLDropEnumBuilder.swift
[1645/1792] Compiling SQLKit SQLDropIndexBuilder.swift
[1646/1792] Compiling NIOSOCKS ServerStateMachine.swift
[1647/1793] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1648/1793] Emitting module NIOFoundationCompat
[1649/1793] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1652/1796] Compiling SQLKit SQLDropIndex.swift
[1653/1796] Compiling SQLKit SQLDropTable.swift
[1654/1796] Compiling SQLKit SQLDropTrigger.swift
[1655/1796] Compiling SQLKit SQLInsert.swift
[1656/1796] Compiling SQLKit SQLSelect.swift
[1657/1796] Compiling SQLKit SQLUnion.swift
[1658/1796] Compiling SQLKit SQLUpdate.swift
[1659/1796] Compiling SQLKit SQLExpression.swift
[1660/1796] Compiling SQLKit SQLSerializer.swift
[1661/1796] Compiling SQLKit SQLStatement.swift
[1662/1796] Compiling SQLKit SQLBinaryExpression.swift
[1663/1796] Compiling SQLKit SQLBinaryOperator.swift
[1664/1796] Compiling SQLKit SQLBind.swift
[1665/1796] Compiling SQLKit SQLInsertBuilder.swift
[1666/1796] Compiling SQLKit SQLPredicateBuilder.swift
[1667/1796] Compiling SQLKit SQLQueryBuilder.swift
[1668/1796] Compiling SQLKit SQLQueryFetcher.swift
[1669/1796] Compiling SQLKit SQLReturningBuilder.swift
[1670/1796] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1671/1796] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1672/1796] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1673/1796] Compiling SQLKit SQLDatabase.swift
[1676/1808] Compiling SQLKit SQLJoinBuilder.swift
[1677/1808] Compiling SQLKit SQLPartialResultBuilder.swift
[1678/1837] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1679/1837] Compiling SQLKit Exports.swift
[1680/1837] Compiling SQLKit SQLAlias.swift
[1681/1837] Compiling SQLKit SQLBetween.swift
[1682/1837] Compiling SQLKit SQLColumn.swift
[1683/1837] Compiling SQLKit SQLConstraint.swift
[1684/1837] Compiling SQLKit SQLDataType.swift
[1685/1837] Compiling SQLKit SQLDirection.swift
[1686/1837] Compiling SQLKit SQLDistinct.swift
[1687/1837] Compiling SQLKit SQLForeignKeyAction.swift
[1688/1837] Compiling SQLKit SQLNestedSubpathExpression.swift
[1689/1837] Compiling SQLKit SQLQualifiedTable.swift
[1690/1837] Compiling SQLKit SQLQueryString.swift
[1691/1837] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1692/1837] Compiling SQLKit SQLColumnAssignment.swift
[1693/1837] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1694/1837] Compiling SQLKit SQLColumnDefinition.swift
[1695/1837] Compiling SQLKit SQLCommonTableExpression.swift
[1696/1837] Compiling SQLKit SQLConflictAction.swift
[1697/1837] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1698/1837] Compiling SQLKit SQLDropBehaviour.swift
[1699/1837] Compiling SQLKit SQLEnumDataType.swift
[1700/1837] Compiling SQLKit SQLExcludedColumn.swift
[1701/1837] Compiling SQLKit SQLForeignKey.swift
[1702/1837] Compiling SQLKit SQLJoin.swift
[1703/1837] Compiling SQLKit SQLJoinMethod.swift
[1704/1837] Compiling SQLKit SQLLockingClause.swift
[1705/1837] Compiling SQLKit SQLOrderBy.swift
[1706/1837] Compiling SQLKit SQLReturning.swift
[1707/1837] Compiling SQLKit SQLSubquery.swift
[1708/1837] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1709/1837] Compiling SQLKit SQLAlterEnum.swift
[1710/1837] Compiling SQLKit SQLAlterTable.swift
[1711/1837] Compiling SQLKit SQLCreateEnum.swift
[1712/1837] Compiling SQLKit SQLCreateIndex.swift
[1713/1837] Compiling SQLKit SQLCreateTable.swift
[1714/1837] Compiling SQLKit SQLCreateTrigger.swift
[1715/1837] Compiling SQLKit SQLDelete.swift
[1716/1837] Compiling SQLKit SQLDropEnum.swift
[1717/1859] Compiling NIOTransportServices NIOTSEventLoop.swift
[1718/1859] Compiling NIOSSL SSLCertificateExtensions.swift
[1719/1859] Compiling NIOSSL SSLCertificateName.swift
[1720/1859] Compiling NIOSSL SSLConnection.swift
[1721/1859] Compiling NIOSSL SSLPrivateKey.swift
[1722/1859] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1723/1859] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1724/1859] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1725/1859] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1726/1859] Compiling NIOTransportServices NIOTSErrors.swift
[1727/1859] Emitting module NIOTransportServices
[1728/1861] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1729/1861] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1730/1861] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1731/1861] Compiling NIOTransportServices NIOTSSingletons.swift
[1732/1861] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1733/1861] Compiling NIOTransportServices NIOTSBootstraps.swift
[1734/1861] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1735/1861] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1736/1861] Compiling NIOTransportServices StateManagedChannel.swift
[1737/1861] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1738/1861] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1745/1861] Compiling NIOTransportServices AcceptHandler.swift
[1746/1861] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1747/1861] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1751/1861] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1752/1861] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1753/1861] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1770/1861] Compiling NIOSSL SSLPublicKey.swift
[1771/1861] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1772/1861] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1779/1861] Compiling _NIOFileSystem SystemFileHandle.swift
[1780/1861] Compiling _NIOFileSystem Utilities.swift
[1781/1861] Compiling _NIOFileSystem OpenOptions.swift
[1782/1861] Compiling _NIOFileSystem String+FileSystem.swift
[1783/1861] Compiling SQLKit SQLExpressions+Deprecated.swift
[1801/1862] Emitting module NIOHTTP1
[1805/1863] Emitting module AsyncKit
[1807/1863] Emitting module SQLKit
[1812/1909] Compiling NIOHPACK IntegerCoding.swift
[1813/1910] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1814/1910] Compiling NIOWebSocket WebSocketOpcode.swift
[1815/1911] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1816/1911] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1817/1911] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1818/1913] Emitting module NIOSSL
[1819/1917] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1820/1917] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1822/1917] Compiling NIOWebSocket SHA1.swift
[1823/1917] Compiling NIOHPACK IndexedHeaderTable.swift
[1826/1917] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1827/1917] Compiling NIOHPACK StaticHeaderTable.swift
[1828/1917] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1829/1917] Compiling NIOExtras NIOExtrasError.swift
[1830/1917] Compiling NIOExtras RequestResponseHandler.swift
[1831/1917] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1832/1917] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1833/1917] Compiling NIOExtras NIORequestIdentifiable.swift
[1834/1917] Compiling NIOExtras PCAPRingBuffer.swift
[1835/1917] Compiling NIOExtras QuiescingHelper.swift
[1836/1917] Compiling NIOHTTPCompression HTTPCompression.swift
[1837/1917] Emitting module NIOHTTPCompression
[1838/1917] Emitting module NIOExtras
[1839/1917] Emitting module NIOWebSocket
[1840/1917] Compiling NIOHTTPCompression HTTPDecompression.swift
[1844/1918] Emitting module NIOHPACK
[1847/1918] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1848/1918] Compiling NIOHPACK HuffmanTables.swift
[1849/1918] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1850/1918] Compiling NIOWebSocket WebSocketFrame.swift
[1851/1918] Compiling NIOHPACK HuffmanCoding.swift
[1852/1918] Compiling NIOHPACK HPACKHeader.swift
[1853/1918] Compiling NIOHPACK HeaderTables.swift
[1854/1918] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1860/1919] Compiling NIOExtras UnsafeTransfer.swift
[1861/1919] Compiling NIOExtras WritePCAPHandler.swift
[1863/1919] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1864/1919] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1865/1919] Compiling NIOExtras LengthFieldPrepender.swift
[1866/1919] Compiling NIOExtras LineBasedFrameDecoder.swift
[1876/1920] Compiling SQLKit SQLFunction.swift
[1877/1920] Compiling SQLKit SQLGroupExpression.swift
[1878/1920] Compiling SQLKit SQLIdentifier.swift
[1879/1920] Compiling SQLKit SQLList.swift
[1880/1920] Compiling SQLKit SQLLiteral.swift
[1881/1920] Compiling SQLKit SQLRaw.swift
[1882/1920] Compiling SQLKit SQLCodingUtilities.swift
[1883/1920] Compiling SQLKit SQLQueryEncoder.swift
[1884/1920] Compiling SQLKit SQLRow.swift
[1885/1920] Compiling SQLKit SQLRowDecoder.swift
[1886/1920] Compiling SQLKit SomeCodingKey.swift
[1887/1920] Compiling SQLKit StringHandling.swift
[1894/1942] Compiling MultipartKit FormDataEncoder.swift
[1895/1942] Compiling MultipartKit Storage.swift
[1896/1942] Compiling MultipartKit MultipartPart.swift
[1897/1942] Compiling MultipartKit MultipartPartConvertible.swift
[1898/1942] Compiling MultipartKit BasicCodingKey.swift
[1899/1942] Compiling MultipartKit MultipartError.swift
[1900/1942] Compiling MultipartKit Exports.swift
[1901/1942] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1902/1942] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1903/1942] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1904/1942] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1905/1942] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1910/1942] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1911/1942] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1912/1942] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1913/1942] Compiling MultipartKit FormDataDecoder.swift
[1914/2002] Compiling NIOHTTP2 Error+Any.swift
[1915/2002] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1916/2002] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1917/2002] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1918/2003] Emitting module MultipartKit
[1919/2008] Compiling NIOFileSystem Exports.swift
[1921/2060] Emitting module NIOFileSystem
[1922/2096] Compiling FluentKit AnyModel.swift
[1923/2096] Compiling FluentKit EagerLoad.swift
[1924/2096] Compiling FluentKit Fields+Codable.swift
[1925/2096] Compiling FluentKit Database.swift
[1926/2096] Compiling FluentKit DatabaseID.swift
[1927/2096] Compiling FluentKit MigrationLog.swift
[1928/2096] Compiling FluentKit Migrations.swift
[1929/2096] Compiling FluentKit Migrator.swift
[1931/2096] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1932/2096] Emitting module _NIOFileSystemFoundationCompat
[1933/2096] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1934/2096] Compiling FluentKit OptionalEnumProperty.swift
[1935/2096] Compiling FluentKit Exports.swift
[1936/2096] Compiling FluentKit FluentError.swift
[1937/2096] Compiling FluentKit ModelMiddleware.swift
[1938/2096] Compiling FluentKit ModelResponder.swift
[1939/2096] Compiling FluentKit Migration.swift
[1941/2105] Compiling FluentKit Databases.swift
[1942/2105] Compiling FluentKit KeyPrefixingStrategy.swift
[1946/2105] Compiling FluentKit Siblings+Concurrency.swift
[1947/2105] Compiling FluentKit Database+Logging.swift
[1950/2105] Compiling FluentKit DatabaseInput.swift
[1954/2113] Compiling FluentKit DatabaseOutput.swift
[1955/2114] Compiling WebSocketKit WebSocketHandler.swift
[1957/2114] Emitting module WebSocketKit
[1958/2114] Compiling WebSocketKit WebSocket+Concurrency.swift
[1959/2114] Compiling WebSocketKit WebSocket+Connect.swift
[1960/2114] Compiling WebSocketKit Exports.swift
[1961/2114] Compiling WebSocketKit WebSocket.swift
[1962/2114] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1963/2114] Compiling WebSocketKit WebSocketClient.swift
[1968/2115] Compiling FluentKit TransactionControlDatabase.swift
[1969/2115] Compiling FluentKit DatabaseEnum.swift
[1970/2115] Compiling FluentKit EnumBuilder.swift
[1971/2115] Compiling FluentKit EnumMetadata.swift
[1972/2115] Compiling FluentKit EnumProperty.swift
[1973/2115] Compiling FluentKit AsyncMigration.swift
[1974/2115] Compiling FluentKit AsyncModelMiddleware.swift
[1975/2115] Compiling FluentKit Children+Concurrency.swift
[1976/2115] Compiling FluentKit Database+Concurrency.swift
[1977/2115] Compiling FluentKit EnumBuilder+Concurrency.swift
[1978/2115] Compiling FluentKit Model+Concurrency.swift
[1979/2115] Compiling FluentKit ModelResponder+Concurrency.swift
[1980/2115] Compiling FluentKit OptionalChild+Concurrency.swift
[1981/2115] Emitting module NIOHTTP2
[1995/2115] Emitting module FluentKit
[2008/2127] Compiling NIOHTTP2 InboundWindowManager.swift
[2009/2127] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2010/2127] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2011/2127] Compiling NIOHTTP2 StreamChannelList.swift
[2012/2127] Compiling NIOHTTP2 StreamMap.swift
[2013/2127] Compiling NIOHTTP2 StreamStateMachine.swift
[2014/2127] Compiling NIOHTTP2 UnsafeTransfer.swift
[2015/2127] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2016/2127] Compiling FluentKit QueryBuilder+Group.swift
[2017/2127] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[2018/2127] Compiling FluentKit QueryBuilder+Join.swift
[2019/2127] Compiling FluentKit QueryBuilder+Paginate.swift
[2020/2127] Compiling FluentKit QueryBuilder+Range.swift
[2021/2127] Compiling FluentKit QueryBuilder+Set.swift
[2022/2127] Compiling FluentKit QueryBuilder+Sort.swift
[2023/2127] Compiling FluentKit QueryBuilder.swift
[2024/2127] Compiling FluentKit DatabaseQuery+Action.swift
[2025/2127] Compiling FluentKit DatabaseQuery+Aggregate.swift
[2026/2127] Compiling FluentKit DatabaseQuery+Field.swift
[2027/2127] Compiling FluentKit DatabaseQuery+Filter.swift
[2028/2127] Compiling FluentKit OptionalBoolean.swift
[2029/2127] Compiling FluentKit Fields.swift
[2030/2127] Compiling FluentKit MirrorBypass.swift
[2031/2127] Compiling FluentKit Model+CRUD.swift
[2032/2127] Compiling FluentKit Model.swift
[2033/2127] Compiling FluentKit ModelAlias.swift
[2034/2127] Compiling FluentKit Schema.swift
[2035/2127] Compiling FluentKit FieldOperators.swift
[2044/2127] Compiling FluentKit OptionalParent+Concurrency.swift
[2045/2127] Compiling FluentKit Parent+Concurrency.swift
[2046/2127] Compiling FluentKit QueryBuilder+Concurrency.swift
[2047/2127] Compiling FluentKit Relation+Concurrency.swift
[2048/2127] Compiling FluentKit SchemaBuilder+Concurrency.swift
[2065/2128] Compiling FluentKit DatabaseQuery+Join.swift
[2066/2128] Compiling FluentKit DatabaseQuery+Range.swift
[2067/2128] Compiling FluentKit DatabaseQuery+Sort.swift
[2068/2128] Compiling FluentKit DatabaseQuery+Value.swift
[2069/2128] Compiling FluentKit DatabaseQuery.swift
[2070/2128] Compiling FluentKit QueryHistory.swift
[2071/2128] Compiling FluentKit DatabaseSchema.swift
[2072/2128] Compiling FluentKit SchemaBuilder.swift
[2073/2128] Compiling FluentKit OptionalType.swift
[2074/2128] Compiling FluentKit RandomGeneratable.swift
[2075/2128] Compiling FluentKit SomeCodingKey.swift
[2076/2128] Compiling FluentKit UnsafeMutableTransferBox.swift
[2077/2128] Compiling FluentKit CompositeID.swift
[2078/2128] Compiling FluentKit CompositeOptionalChild.swift
[2079/2128] Compiling FluentKit CompositeOptionalParent.swift
[2080/2128] Compiling FluentKit CompositeParent.swift
[2081/2128] Compiling FluentKit Field.swift
[2082/2128] Compiling FluentKit FieldKey.swift
[2083/2128] Compiling FluentKit Group.swift
[2084/2128] Compiling FluentKit ID.swift
[2088/2128] Compiling FluentKit Parent.swift
[2089/2128] Compiling FluentKit Property.swift
[2090/2128] Compiling FluentKit Relation.swift
[2091/2128] Compiling FluentKit Siblings.swift
[2092/2128] Compiling FluentKit Timestamp.swift
[2093/2128] Compiling FluentKit TimestampFormat.swift
[2094/2128] Compiling FluentKit QueryBuilder+Aggregate.swift
[2095/2128] Compiling FluentKit QueryBuilder+EagerLoad.swift
[2096/2128] Compiling FluentKit QueryBuilder+Filter.swift
[2097/2128] Compiling FluentKit BooleanPropertyFormat.swift
[2098/2128] Compiling FluentKit Children.swift
[2099/2128] Compiling FluentKit CompositeChildren.swift
[2131/2190] Emitting module AsyncHTTPClient
[2132/2190] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2133/2190] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2134/2190] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2135/2190] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2136/2190] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2137/2190] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2138/2190] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2139/2190] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2140/2190] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2141/2198] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2142/2198] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2143/2198] Compiling AsyncHTTPClient Transaction.swift
[2144/2198] Compiling AsyncHTTPClient Base64.swift
[2145/2198] Compiling AsyncHTTPClient BasicAuth.swift
[2146/2198] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2147/2198] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2148/2198] Compiling AsyncHTTPClient ConnectionPool.swift
[2149/2198] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2150/2198] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2151/2198] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2152/2198] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2153/2198] Compiling AsyncHTTPClient HTTP1Connection.swift
[2154/2198] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2155/2198] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2156/2198] Compiling AsyncHTTPClient HTTP2Connection.swift
[2157/2198] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2158/2198] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2159/2198] Compiling AsyncHTTPClient HTTPHandler.swift
[2160/2198] Compiling AsyncHTTPClient LRUCache.swift
[2161/2198] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2162/2198] Compiling AsyncHTTPClient NWErrorHandler.swift
[2163/2198] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2164/2198] Compiling AsyncHTTPClient TLSConfiguration.swift
[2165/2198] Compiling AsyncHTTPClient RedirectState.swift
[2166/2198] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2167/2198] Compiling AsyncHTTPClient ConnectionTarget.swift
[2168/2198] Compiling AsyncHTTPClient DeconstructedURL.swift
[2169/2198] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2170/2198] Compiling AsyncHTTPClient FoundationExtensions.swift
[2171/2198] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2172/2198] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2173/2198] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2174/2198] Compiling AsyncHTTPClient HTTPClient.swift
[2175/2198] Compiling AsyncHTTPClient RequestBag.swift
[2176/2198] Compiling AsyncHTTPClient RequestValidation.swift
[2177/2198] Compiling AsyncHTTPClient SSLContextCache.swift
[2178/2198] Compiling AsyncHTTPClient Scheme.swift
[2179/2198] Compiling AsyncHTTPClient Singleton.swift
[2180/2198] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2181/2198] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2182/2198] Compiling AsyncHTTPClient Utils.swift
[2183/2198] Compiling AsyncHTTPClient RequestOptions.swift
[2184/2198] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2185/2198] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2186/2198] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2187/2198] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2188/2198] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2189/2198] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2190/2198] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2191/2198] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2192/2198] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2193/2198] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2194/2198] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2195/2198] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2196/2198] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2197/2198] Compiling AsyncHTTPClient RequestBodyLength.swift
[2198/2198] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2200/2368] Compiling Vapor Application.swift
[2201/2368] Compiling Vapor AuthenticationCache.swift
[2202/2368] Compiling Vapor Authenticator.swift
[2203/2368] Compiling Vapor BasicAuthorization.swift
[2204/2368] Compiling Vapor BearerAuthorization.swift
[2205/2368] Compiling Vapor GuardMiddleware.swift
[2206/2368] Compiling Vapor RedirectMiddleware.swift
[2207/2368] Compiling Vapor SessionAuthenticatable.swift
[2208/2368] Compiling Vapor Bcrypt.swift
[2209/2368] Compiling Vapor Application+Cache.swift
[2210/2368] Compiling Vapor Cache.swift
[2211/2368] Compiling Vapor CacheExpirationTime.swift
[2212/2368] Compiling Vapor MemoryCache.swift
[2213/2368] Compiling Vapor Request+Cache.swift
[2214/2368] Compiling Vapor Application+Clients.swift
[2215/2368] Compiling Vapor Client.swift
[2216/2368] Compiling Vapor ClientRequest.swift
[2217/2368] Compiling Vapor ClientResponse.swift
[2218/2368] Compiling Vapor Request+Client.swift
[2219/2368] Compiling Vapor BootCommand.swift
[2220/2368] Compiling Vapor CommandContext+Application.swift
[2221/2368] Compiling Vapor RoutesCommand.swift
[2222/2368] Compiling Vapor ServeCommand.swift
[2223/2368] Compiling Vapor AnyResponse+Concurrency.swift
[2224/2392] Compiling Vapor Core.swift
[2225/2392] Compiling Vapor Running.swift
[2226/2392] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2227/2392] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2228/2392] Compiling Vapor DotEnvFile+load.swift
[2229/2392] Compiling Vapor Routes+caseInsenstive.swift
[2230/2392] Compiling Vapor Validatable+validate.swift
[2231/2392] Compiling Vapor Environment+Process.swift
[2232/2392] Compiling Vapor Environment+Secret.swift
[2233/2392] Compiling Vapor Environment.swift
[2234/2392] Compiling Vapor Abort.swift
[2235/2392] Compiling Vapor AbortError.swift
[2236/2392] Compiling Vapor DebuggableError.swift
[2237/2392] Compiling Vapor Demangler.swift
[2238/2392] Compiling Vapor ErrorSource.swift
[2239/2392] Compiling Vapor StackTrace.swift
[2240/2392] Compiling Vapor Exports.swift
[2241/2392] Compiling Vapor Application+HTTP.swift
[2242/2392] Compiling Vapor BasicResponder.swift
[2243/2392] Compiling Vapor BodyStream.swift
[2244/2392] Compiling Vapor Application+HTTP+Client.swift
[2245/2392] Compiling Vapor EventLoopHTTPClient.swift
[2246/2392] Compiling Vapor EndpointCache.swift
[2247/2392] Compiling Vapor HTTPMethod+String.swift
[2248/2392] Compiling Vapor Service.swift
[2249/2392] Compiling Vapor Application+Sessions.swift
[2250/2392] Compiling Vapor MemorySessions.swift
[2251/2392] Compiling Vapor Request+Session.swift
[2252/2392] Compiling Vapor Session.swift
[2253/2392] Compiling Vapor SessionCache.swift
[2254/2392] Compiling Vapor SessionData.swift
[2255/2392] Compiling Vapor SessionDriver.swift
[2256/2392] Compiling Vapor SessionsConfiguration.swift
[2257/2392] Compiling Vapor SessionsMiddleware.swift
[2258/2392] Compiling Vapor URLEncodedFormData.swift
[2259/2392] Compiling Vapor URLEncodedFormDecoder.swift
[2260/2392] Compiling Vapor URLEncodedFormEncoder.swift
[2261/2392] Compiling Vapor URLEncodedFormError.swift
[2262/2392] Compiling Vapor URLEncodedFormParser.swift
[2263/2392] Compiling Vapor URLEncodedFormSerializer.swift
[2264/2392] Compiling Vapor URLQueryFragmentConvertible.swift
[2265/2392] Compiling Vapor AnyResponse.swift
[2266/2392] Compiling Vapor Array+Random.swift
[2267/2392] Compiling Vapor Base32.swift
[2268/2392] Compiling Vapor Base64.swift
[2269/2392] Compiling Vapor BaseN.swift
[2270/2392] Compiling Vapor BasicCodingKey.swift
[2271/2392] Compiling Vapor ByteCount.swift
[2272/2416] Emitting module Vapor
[2273/2416] Compiling Vapor Bytes+Hex.swift
[2274/2416] Compiling Vapor Bytes+SecureCompare.swift
[2275/2416] Compiling Vapor Collection+Safe.swift
[2276/2416] Compiling Vapor DataProtocol+Copy.swift
[2277/2416] Compiling Vapor DecoderUnwrapper.swift
[2278/2416] Compiling Vapor DirectoryConfiguration.swift
[2279/2416] Compiling Vapor DotEnv.swift
[2280/2416] Compiling Vapor Extendable.swift
[2281/2416] Compiling Vapor File.swift
[2282/2416] Compiling Vapor FileIO.swift
[2283/2416] Compiling Vapor LifecycleHandler.swift
[2284/2416] Compiling Vapor OptionalType.swift
[2285/2416] Compiling Vapor RFC1123.swift
[2286/2416] Compiling Vapor SocketAddress+Hostname.swift
[2287/2416] Compiling Vapor Storage.swift
[2288/2416] Compiling Vapor String+IsIPAddress.swift
[2289/2416] Compiling Vapor Thread.swift
[2290/2416] Compiling Vapor URI.swift
[2291/2416] Compiling Vapor RangeResult.swift
[2292/2416] Compiling Vapor Validatable.swift
[2293/2416] Compiling Vapor Validation.swift
[2294/2416] Compiling Vapor ValidationKey.swift
[2295/2416] Compiling Vapor Validations.swift
[2296/2416] Compiling Vapor ValidationsError.swift
[2297/2416] Compiling Vapor Request+Body.swift
[2298/2416] Compiling Vapor Request+BodyStream.swift
[2299/2416] Compiling Vapor Request.swift
[2300/2416] Compiling Vapor Application+Responder.swift
[2301/2416] Compiling Vapor DefaultResponder.swift
[2302/2416] Compiling Vapor Response+Body.swift
[2303/2416] Compiling Vapor Response.swift
[2304/2416] Compiling Vapor ResponseCodable.swift
[2305/2416] Compiling Vapor Application+Routes.swift
[2306/2416] Compiling Vapor Parameters+Require.swift
[2307/2416] Compiling Vapor Request+WebSocket.swift
[2308/2416] Compiling Vapor Route.swift
[2309/2416] Compiling Vapor RouteCollection.swift
[2310/2416] Compiling Vapor Routes.swift
[2311/2416] Compiling Vapor RoutesBuilder+Group.swift
[2312/2416] Compiling Vapor RoutesBuilder+Method.swift
[2313/2416] Compiling Vapor RoutesBuilder+Middleware.swift
[2314/2416] Compiling Vapor RoutesBuilder+WebSocket.swift
[2315/2416] Compiling Vapor RoutesBuilder.swift
[2316/2416] Compiling Vapor OTP.swift
[2317/2416] Compiling Vapor Application+Servers.swift
[2318/2416] Compiling Vapor Server.swift
[2319/2416] Compiling Vapor App+Service.swift
[2320/2416] Compiling Vapor Req+Service.swift
[2321/2416] Compiling Vapor HTTPServerResponseEncoder.swift
[2322/2416] Compiling Vapor HTTPServerUpgradeHandler.swift
[2323/2416] Compiling Vapor Logger+Report.swift
[2324/2416] Compiling Vapor LoggingSystem+Environment.swift
[2325/2416] Compiling Vapor Application+Middleware.swift
[2326/2416] Compiling Vapor CORSMiddleware.swift
[2327/2416] Compiling Vapor ErrorMiddleware.swift
[2328/2416] Compiling Vapor FileMiddleware.swift
[2329/2416] Compiling Vapor Middleware.swift
[2330/2416] Compiling Vapor MiddlewareConfiguration.swift
[2331/2416] Compiling Vapor ResponseCompressionMiddleware.swift
[2332/2416] Compiling Vapor RouteLoggingMiddleware.swift
[2333/2416] Compiling Vapor TracingMiddleware.swift
[2334/2416] Compiling Vapor File+Multipart.swift
[2335/2416] Compiling Vapor FormDataDecoder+Content.swift
[2336/2416] Compiling Vapor FormDataEncoder+Content.swift
[2337/2416] Compiling Vapor Application+Password.swift
[2338/2416] Compiling Vapor Application+Passwords.swift
[2339/2416] Compiling Vapor AsyncPasswordHasher.swift
[2340/2416] Compiling Vapor BcryptHasher.swift
[2341/2416] Compiling Vapor PasswordHasher.swift
[2342/2416] Compiling Vapor PlaintextHasher.swift
[2343/2416] Compiling Vapor Request+Password.swift
[2344/2416] Compiling Vapor Redirect.swift
[2345/2416] Compiling Vapor HTTPStatus.swift
[2346/2416] Compiling Vapor HTTPCookies.swift
[2347/2416] Compiling Vapor HTTPHeaderCacheControl.swift
[2348/2416] Compiling Vapor HTTPHeaderExpires.swift
[2349/2416] Compiling Vapor HTTPHeaderLastModified.swift
[2350/2416] Compiling Vapor HTTPHeaders+Cache.swift
[2351/2416] Compiling Vapor HTTPHeaders+Connection.swift
[2352/2416] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2353/2416] Compiling Vapor HTTPHeaders+ContentRange.swift
[2354/2416] Compiling Vapor HTTPHeaders+Directive.swift
[2355/2416] Compiling Vapor HTTPHeaders+Forwarded.swift
[2356/2416] Compiling Vapor HTTPHeaders+Link.swift
[2357/2416] Compiling Vapor HTTPHeaders+Name.swift
[2358/2416] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2359/2416] Compiling Vapor HTTPHeaders.swift
[2360/2416] Compiling Vapor HTTPMediaType.swift
[2361/2416] Compiling Vapor HTTPMediaTypePreference.swift
[2362/2416] Compiling Vapor Responder.swift
[2363/2416] Compiling Vapor Application+HTTP+Server.swift
[2364/2416] Compiling Vapor HTTPServer.swift
[2365/2416] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2366/2416] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2367/2416] Compiling Vapor HTTPServerHandler.swift
[2368/2416] Compiling Vapor HTTPServerRequestDecoder.swift
[2369/2416] Compiling Vapor AsyncBasicResponder.swift
[2370/2416] Compiling Vapor AsyncMiddleware.swift
[2371/2416] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2372/2416] Compiling Vapor AsyncSessionDriver.swift
[2373/2416] Compiling Vapor Authentication+Concurrency.swift
[2374/2416] Compiling Vapor Cache+Concurrency.swift
[2375/2416] Compiling Vapor Client+Concurrency.swift
[2376/2416] Compiling Vapor RequestBody+Concurrency.swift
[2377/2416] Compiling Vapor Responder+Concurrency.swift
[2378/2416] Compiling Vapor ResponseCodable+Concurrency.swift
[2379/2416] Compiling Vapor RoutesBuilder+Concurrency.swift
[2380/2416] Compiling Vapor ViewRenderer+Concurrency.swift
[2381/2416] Compiling Vapor WebSocket+Concurrency.swift
[2382/2416] Compiling Vapor ContainerGetPathExecutor.swift
[2383/2416] Compiling Vapor Content.swift
[2384/2416] Compiling Vapor ContentCoders.swift
[2385/2416] Compiling Vapor ContentConfiguration.swift
[2386/2416] Compiling Vapor ContentContainer.swift
[2387/2416] Compiling Vapor JSONCoder+Custom.swift
[2388/2416] Compiling Vapor JSONCoders+Content.swift
[2389/2416] Compiling Vapor PlaintextDecoder.swift
[2390/2416] Compiling Vapor PlaintextEncoder.swift
[2391/2416] Compiling Vapor URLQueryCoders.swift
[2392/2416] Compiling Vapor URLQueryContainer.swift
[2393/2416] Compiling Vapor Validator.swift
[2394/2416] Compiling Vapor ValidatorResult.swift
[2395/2416] Compiling Vapor And.swift
[2396/2416] Compiling Vapor Case.swift
[2397/2416] Compiling Vapor CharacterSet.swift
[2398/2416] Compiling Vapor Count.swift
[2399/2416] Compiling Vapor Custom.swift
[2400/2416] Compiling Vapor Email.swift
[2401/2416] Compiling Vapor Empty.swift
[2402/2416] Compiling Vapor In.swift
[2403/2416] Compiling Vapor Nil.swift
[2404/2416] Compiling Vapor NilIgnoring.swift
[2405/2416] Compiling Vapor Not.swift
[2406/2416] Compiling Vapor Or.swift
[2407/2416] Compiling Vapor Pattern.swift
[2408/2416] Compiling Vapor Range.swift
[2409/2416] Compiling Vapor URL.swift
[2410/2416] Compiling Vapor Valid.swift
[2411/2416] Compiling Vapor Application+Views.swift
[2412/2416] Compiling Vapor PlaintextRenderer.swift
[2413/2416] Compiling Vapor Request+View.swift
[2414/2416] Compiling Vapor View.swift
[2415/2416] Compiling Vapor ViewRenderer.swift
[2416/2416] Compiling Vapor _Deprecations.swift
[2418/2432] Emitting module Fluent
[2419/2432] Compiling Fluent FluentProvider+Concurrency.swift
[2420/2432] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2421/2434] Compiling Fluent ModelAuthenticatable.swift
[2422/2434] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2423/2434] Compiling Fluent FluentProvider.swift
[2424/2434] Compiling Fluent MigrateCommand.swift
[2425/2434] Compiling Fluent Pagination+Concurrency.swift
[2426/2434] Compiling Fluent Sessions+Concurrency.swift
[2427/2434] Compiling Fluent Exports.swift
[2428/2434] Compiling Fluent Fluent+Cache.swift
[2429/2434] Compiling Fluent Fluent+History.swift
[2430/2434] Compiling Fluent Fluent+Paginate.swift
[2431/2434] Compiling Fluent Fluent+Pagination.swift
[2432/2434] Compiling Fluent Fluent+Sessions.swift
[2433/2434] Compiling Fluent ModelTokenAuthenticatable.swift
[2434/2434] Compiling Fluent PageLimit.swift
[2436/2445] Compiling CRUDKit Replaceable.swift
[2437/2446] Compiling CRUDKit Publicable.swift
[2438/2446] Compiling CRUDKit Patchable.swift
[2439/2446] Compiling CRUDKit CRUDModel.swift
[2440/2446] Compiling CRUDKit Createable.swift
[2441/2446] Compiling CRUDKit Routes.swift
[2442/2446] Compiling CRUDKit Content+Validatable.swift
[2443/2446] Compiling CRUDKit Model+Fetch.swift
[2444/2446] Emitting module CRUDKit
[2445/2446] Compiling CRUDKit CRUDChildrenController.swift
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:27:30: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<[Self.T.Public]>' may introduce data races
 25 |         let idRoutes = routes.grouped(idComponent)
 26 |
 27 |         routes.get(use: self.indexAll)
    |                              `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<[Self.T.Public]>' may introduce data races
 28 |         routes.post(use: self.create)
 29 |         idRoutes.get(use: self.index)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:28:31: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
 26 |
 27 |         routes.get(use: self.indexAll)
 28 |         routes.post(use: self.create)
    |                               `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
 29 |         idRoutes.get(use: self.index)
 30 |         idRoutes.put(use: self.replace)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:29:32: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
 27 |         routes.get(use: self.indexAll)
 28 |         routes.post(use: self.create)
 29 |         idRoutes.get(use: self.index)
    |                                `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
 30 |         idRoutes.put(use: self.replace)
 31 |         idRoutes.delete(use: self.delete)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:30:32: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
 28 |         routes.post(use: self.create)
 29 |         idRoutes.get(use: self.index)
 30 |         idRoutes.put(use: self.replace)
    |                                `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
 31 |         idRoutes.delete(use: self.delete)
 32 |     }
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:31:35: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
 29 |         idRoutes.get(use: self.index)
 30 |         idRoutes.put(use: self.replace)
 31 |         idRoutes.delete(use: self.delete)
    |                                   `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
 32 |     }
 33 |
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:45:29: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
 43 |     public func indexAll(req: Request) -> EventLoopFuture<[T.Public]> {
 44 |         ParentT.fetch(from: parentIdComponentKey, on: req).flatMap { parent in
 45 |             parent[keyPath: self.children].query(on: req.db).all().public(db: req.db)
    |                             `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
 46 |         }
 47 |     }
CRUDKit.CRUDChildrenControllerProtocol.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol CRUDChildrenControllerProtocol {
2 | Self : CRUDKit.CRUDChildrenControllerProtocol}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:54:29: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
 52 |         }
 53 |         return ParentT.fetch(from: parentIdComponentKey, on: req).flatMap { parent in
 54 |             parent[keyPath: self.children].query(on: req.db)
    |                             `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
 55 |                 .filter(\._$id == id).first()
 56 |                 .unwrap(or: Abort(.notFound))
CRUDKit.CRUDChildrenControllerProtocol.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol CRUDChildrenControllerProtocol {
2 | Self : CRUDKit.CRUDChildrenControllerProtocol}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:66:28: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
 64 |         let model = try T.init(from: data)
 65 |         return ParentT.fetch(from: parentIdComponentKey, on: req).flatMap { parent in
 66 |             model[keyPath: self.parent].id = parent.id!
    |                            `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
 67 |             return parent[keyPath: self.children].create(model, on: req.db)
 68 |                 .map { model }.public(db: req.db)
CRUDKit.CRUDChildrenControllerProtocol.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol CRUDChildrenControllerProtocol {
2 | Self : CRUDKit.CRUDChildrenControllerProtocol}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:79:29: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
 77 |         let data = try req.content.decode(T.Replace.self)
 78 |         return ParentT.fetch(from: parentIdComponentKey, on: req).flatMap { parent in
 79 |             parent[keyPath: self.children].query(on: req.db)
    |                             `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
 80 |                 .filter(\._$id == id).first()
 81 |                 .unwrap(or: Abort(.notFound))
CRUDKit.CRUDChildrenControllerProtocol.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol CRUDChildrenControllerProtocol {
2 | Self : CRUDKit.CRUDChildrenControllerProtocol}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:87:40: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
 85 |                         model.id = oldModel.id
 86 |                         model._$id.exists = oldModel._$id.exists
 87 |                         model[keyPath: self.parent].id = parent.id!
    |                                        `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
 88 |                         return model.update(on: req.db).map { model }.public(db: req.db)
 89 |                     } catch {
CRUDKit.CRUDChildrenControllerProtocol.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol CRUDChildrenControllerProtocol {
2 | Self : CRUDKit.CRUDChildrenControllerProtocol}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:101:29: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
 99 |         }
100 |         return ParentT.fetch(from: parentIdComponentKey, on: req).flatMap { parent in
101 |             parent[keyPath: self.children].query(on: req.db)
    |                             `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
102 |                 .filter(\._$id == id).first()
103 |                 .unwrap(or: Abort(.notFound))
CRUDKit.CRUDChildrenControllerProtocol.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol CRUDChildrenControllerProtocol {
2 | Self : CRUDKit.CRUDChildrenControllerProtocol}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:116:30: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<[Self.T.Public]>' may introduce data races
114 |         let idRoutes = routes.grouped(idComponent)
115 |
116 |         routes.get(use: self.indexAll)
    |                              `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<[Self.T.Public]>' may introduce data races
117 |         routes.post(use: self.create)
118 |         idRoutes.get(use: self.index)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:117:31: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
115 |
116 |         routes.get(use: self.indexAll)
117 |         routes.post(use: self.create)
    |                               `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
118 |         idRoutes.get(use: self.index)
119 |         idRoutes.put(use: self.replace)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:118:32: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
116 |         routes.get(use: self.indexAll)
117 |         routes.post(use: self.create)
118 |         idRoutes.get(use: self.index)
    |                                `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
119 |         idRoutes.put(use: self.replace)
120 |         idRoutes.patch(use: self.patch)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:119:32: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
117 |         routes.post(use: self.create)
118 |         idRoutes.get(use: self.index)
119 |         idRoutes.put(use: self.replace)
    |                                `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
120 |         idRoutes.patch(use: self.patch)
121 |         idRoutes.delete(use: self.delete)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:120:34: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
118 |         idRoutes.get(use: self.index)
119 |         idRoutes.put(use: self.replace)
120 |         idRoutes.patch(use: self.patch)
    |                                  `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
121 |         idRoutes.delete(use: self.delete)
122 |     }
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:121:35: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
119 |         idRoutes.put(use: self.replace)
120 |         idRoutes.patch(use: self.patch)
121 |         idRoutes.delete(use: self.delete)
    |                                   `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
122 |     }
123 |
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:131:29: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
129 |         let data = try req.content.decode(T.Patch.self)
130 |         return ParentT.fetch(from: parentIdComponentKey, on: req).flatMap { parent in
131 |             parent[keyPath: self.children].query(on: req.db)
    |                             `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
132 |                 .filter(\._$id == id).first()
133 |                 .unwrap(or: Abort(.notFound))
CRUDKit.CRUDChildrenControllerProtocol.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol CRUDChildrenControllerProtocol {
2 | Self : CRUDKit.CRUDChildrenControllerProtocol}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDController.swift:20:30: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<[Self.T.Public]>' may introduce data races
18 |         let idRoutes = routes.grouped(idComponent)
19 |
20 |         routes.get(use: self.indexAll)
   |                              `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<[Self.T.Public]>' may introduce data races
21 |         routes.post(use: self.create)
22 |         idRoutes.get(use: self.index)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDController.swift:21:31: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
19 |
20 |         routes.get(use: self.indexAll)
21 |         routes.post(use: self.create)
   |                               `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
22 |         idRoutes.get(use: self.index)
23 |         idRoutes.put(use: self.replace)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDController.swift:22:32: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
20 |         routes.get(use: self.indexAll)
21 |         routes.post(use: self.create)
22 |         idRoutes.get(use: self.index)
   |                                `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
23 |         idRoutes.put(use: self.replace)
24 |         idRoutes.delete(use: self.delete)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDController.swift:23:32: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
21 |         routes.post(use: self.create)
22 |         idRoutes.get(use: self.index)
23 |         idRoutes.put(use: self.replace)
   |                                `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
24 |         idRoutes.delete(use: self.delete)
25 |     }
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDController.swift:24:35: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
22 |         idRoutes.get(use: self.index)
23 |         idRoutes.put(use: self.replace)
24 |         idRoutes.delete(use: self.delete)
   |                                   `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
25 |     }
26 |
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDController.swift:70:34: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<[Self.T.Public]>' may introduce data races
68 |             let idRoutes = routes.grouped(idComponent)
69 |
70 |             routes.get(use: self.indexAll)
   |                                  `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<[Self.T.Public]>' may introduce data races
71 |             routes.post(use: self.create)
72 |             idRoutes.get(use: self.index)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDController.swift:71:35: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
69 |
70 |             routes.get(use: self.indexAll)
71 |             routes.post(use: self.create)
   |                                   `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
72 |             idRoutes.get(use: self.index)
73 |             idRoutes.put(use: self.replace)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDController.swift:72:36: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
70 |             routes.get(use: self.indexAll)
71 |             routes.post(use: self.create)
72 |             idRoutes.get(use: self.index)
   |                                    `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
73 |             idRoutes.put(use: self.replace)
74 |             idRoutes.patch(use: self.patch)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDController.swift:73:36: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
71 |             routes.post(use: self.create)
72 |             idRoutes.get(use: self.index)
73 |             idRoutes.put(use: self.replace)
   |                                    `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
74 |             idRoutes.patch(use: self.patch)
75 |             idRoutes.delete(use: self.delete)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDController.swift:74:38: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
72 |             idRoutes.get(use: self.index)
73 |             idRoutes.put(use: self.replace)
74 |             idRoutes.patch(use: self.patch)
   |                                      `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
75 |             idRoutes.delete(use: self.delete)
76 |         }
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDController.swift:75:39: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
73 |             idRoutes.put(use: self.replace)
74 |             idRoutes.patch(use: self.patch)
75 |             idRoutes.delete(use: self.delete)
   |                                       `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
76 |         }
77 |
[2446/2446] Compiling CRUDKit CRUDController.swift
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:27:30: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<[Self.T.Public]>' may introduce data races
 25 |         let idRoutes = routes.grouped(idComponent)
 26 |
 27 |         routes.get(use: self.indexAll)
    |                              `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<[Self.T.Public]>' may introduce data races
 28 |         routes.post(use: self.create)
 29 |         idRoutes.get(use: self.index)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:28:31: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
 26 |
 27 |         routes.get(use: self.indexAll)
 28 |         routes.post(use: self.create)
    |                               `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
 29 |         idRoutes.get(use: self.index)
 30 |         idRoutes.put(use: self.replace)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:29:32: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
 27 |         routes.get(use: self.indexAll)
 28 |         routes.post(use: self.create)
 29 |         idRoutes.get(use: self.index)
    |                                `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
 30 |         idRoutes.put(use: self.replace)
 31 |         idRoutes.delete(use: self.delete)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:30:32: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
 28 |         routes.post(use: self.create)
 29 |         idRoutes.get(use: self.index)
 30 |         idRoutes.put(use: self.replace)
    |                                `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
 31 |         idRoutes.delete(use: self.delete)
 32 |     }
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:31:35: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
 29 |         idRoutes.get(use: self.index)
 30 |         idRoutes.put(use: self.replace)
 31 |         idRoutes.delete(use: self.delete)
    |                                   `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
 32 |     }
 33 |
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:45:29: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
 43 |     public func indexAll(req: Request) -> EventLoopFuture<[T.Public]> {
 44 |         ParentT.fetch(from: parentIdComponentKey, on: req).flatMap { parent in
 45 |             parent[keyPath: self.children].query(on: req.db).all().public(db: req.db)
    |                             `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
 46 |         }
 47 |     }
CRUDKit.CRUDChildrenControllerProtocol.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol CRUDChildrenControllerProtocol {
2 | Self : CRUDKit.CRUDChildrenControllerProtocol}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:54:29: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
 52 |         }
 53 |         return ParentT.fetch(from: parentIdComponentKey, on: req).flatMap { parent in
 54 |             parent[keyPath: self.children].query(on: req.db)
    |                             `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
 55 |                 .filter(\._$id == id).first()
 56 |                 .unwrap(or: Abort(.notFound))
CRUDKit.CRUDChildrenControllerProtocol.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol CRUDChildrenControllerProtocol {
2 | Self : CRUDKit.CRUDChildrenControllerProtocol}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:66:28: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
 64 |         let model = try T.init(from: data)
 65 |         return ParentT.fetch(from: parentIdComponentKey, on: req).flatMap { parent in
 66 |             model[keyPath: self.parent].id = parent.id!
    |                            `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
 67 |             return parent[keyPath: self.children].create(model, on: req.db)
 68 |                 .map { model }.public(db: req.db)
CRUDKit.CRUDChildrenControllerProtocol.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol CRUDChildrenControllerProtocol {
2 | Self : CRUDKit.CRUDChildrenControllerProtocol}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:79:29: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
 77 |         let data = try req.content.decode(T.Replace.self)
 78 |         return ParentT.fetch(from: parentIdComponentKey, on: req).flatMap { parent in
 79 |             parent[keyPath: self.children].query(on: req.db)
    |                             `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
 80 |                 .filter(\._$id == id).first()
 81 |                 .unwrap(or: Abort(.notFound))
CRUDKit.CRUDChildrenControllerProtocol.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol CRUDChildrenControllerProtocol {
2 | Self : CRUDKit.CRUDChildrenControllerProtocol}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:87:40: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
 85 |                         model.id = oldModel.id
 86 |                         model._$id.exists = oldModel._$id.exists
 87 |                         model[keyPath: self.parent].id = parent.id!
    |                                        `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
 88 |                         return model.update(on: req.db).map { model }.public(db: req.db)
 89 |                     } catch {
CRUDKit.CRUDChildrenControllerProtocol.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol CRUDChildrenControllerProtocol {
2 | Self : CRUDKit.CRUDChildrenControllerProtocol}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:101:29: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
 99 |         }
100 |         return ParentT.fetch(from: parentIdComponentKey, on: req).flatMap { parent in
101 |             parent[keyPath: self.children].query(on: req.db)
    |                             `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
102 |                 .filter(\._$id == id).first()
103 |                 .unwrap(or: Abort(.notFound))
CRUDKit.CRUDChildrenControllerProtocol.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol CRUDChildrenControllerProtocol {
2 | Self : CRUDKit.CRUDChildrenControllerProtocol}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:116:30: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<[Self.T.Public]>' may introduce data races
114 |         let idRoutes = routes.grouped(idComponent)
115 |
116 |         routes.get(use: self.indexAll)
    |                              `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<[Self.T.Public]>' may introduce data races
117 |         routes.post(use: self.create)
118 |         idRoutes.get(use: self.index)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:117:31: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
115 |
116 |         routes.get(use: self.indexAll)
117 |         routes.post(use: self.create)
    |                               `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
118 |         idRoutes.get(use: self.index)
119 |         idRoutes.put(use: self.replace)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:118:32: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
116 |         routes.get(use: self.indexAll)
117 |         routes.post(use: self.create)
118 |         idRoutes.get(use: self.index)
    |                                `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
119 |         idRoutes.put(use: self.replace)
120 |         idRoutes.patch(use: self.patch)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:119:32: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
117 |         routes.post(use: self.create)
118 |         idRoutes.get(use: self.index)
119 |         idRoutes.put(use: self.replace)
    |                                `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
120 |         idRoutes.patch(use: self.patch)
121 |         idRoutes.delete(use: self.delete)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:120:34: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
118 |         idRoutes.get(use: self.index)
119 |         idRoutes.put(use: self.replace)
120 |         idRoutes.patch(use: self.patch)
    |                                  `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
121 |         idRoutes.delete(use: self.delete)
122 |     }
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:121:35: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
119 |         idRoutes.put(use: self.replace)
120 |         idRoutes.patch(use: self.patch)
121 |         idRoutes.delete(use: self.delete)
    |                                   `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
122 |     }
123 |
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDChildrenController.swift:131:29: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
129 |         let data = try req.content.decode(T.Patch.self)
130 |         return ParentT.fetch(from: parentIdComponentKey, on: req).flatMap { parent in
131 |             parent[keyPath: self.children].query(on: req.db)
    |                             `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
132 |                 .filter(\._$id == id).first()
133 |                 .unwrap(or: Abort(.notFound))
CRUDKit.CRUDChildrenControllerProtocol.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol CRUDChildrenControllerProtocol {
2 | Self : CRUDKit.CRUDChildrenControllerProtocol}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDController.swift:20:30: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<[Self.T.Public]>' may introduce data races
18 |         let idRoutes = routes.grouped(idComponent)
19 |
20 |         routes.get(use: self.indexAll)
   |                              `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<[Self.T.Public]>' may introduce data races
21 |         routes.post(use: self.create)
22 |         idRoutes.get(use: self.index)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDController.swift:21:31: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
19 |
20 |         routes.get(use: self.indexAll)
21 |         routes.post(use: self.create)
   |                               `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
22 |         idRoutes.get(use: self.index)
23 |         idRoutes.put(use: self.replace)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDController.swift:22:32: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
20 |         routes.get(use: self.indexAll)
21 |         routes.post(use: self.create)
22 |         idRoutes.get(use: self.index)
   |                                `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
23 |         idRoutes.put(use: self.replace)
24 |         idRoutes.delete(use: self.delete)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDController.swift:23:32: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
21 |         routes.post(use: self.create)
22 |         idRoutes.get(use: self.index)
23 |         idRoutes.put(use: self.replace)
   |                                `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
24 |         idRoutes.delete(use: self.delete)
25 |     }
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDController.swift:24:35: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
22 |         idRoutes.get(use: self.index)
23 |         idRoutes.put(use: self.replace)
24 |         idRoutes.delete(use: self.delete)
   |                                   `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
25 |     }
26 |
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDController.swift:70:34: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<[Self.T.Public]>' may introduce data races
68 |             let idRoutes = routes.grouped(idComponent)
69 |
70 |             routes.get(use: self.indexAll)
   |                                  `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<[Self.T.Public]>' may introduce data races
71 |             routes.post(use: self.create)
72 |             idRoutes.get(use: self.index)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDController.swift:71:35: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
69 |
70 |             routes.get(use: self.indexAll)
71 |             routes.post(use: self.create)
   |                                   `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
72 |             idRoutes.get(use: self.index)
73 |             idRoutes.put(use: self.replace)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDController.swift:72:36: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
70 |             routes.get(use: self.indexAll)
71 |             routes.post(use: self.create)
72 |             idRoutes.get(use: self.index)
   |                                    `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
73 |             idRoutes.put(use: self.replace)
74 |             idRoutes.patch(use: self.patch)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDController.swift:73:36: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
71 |             routes.post(use: self.create)
72 |             idRoutes.get(use: self.index)
73 |             idRoutes.put(use: self.replace)
   |                                    `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
74 |             idRoutes.patch(use: self.patch)
75 |             idRoutes.delete(use: self.delete)
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDController.swift:74:38: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
72 |             idRoutes.get(use: self.index)
73 |             idRoutes.put(use: self.replace)
74 |             idRoutes.patch(use: self.patch)
   |                                      `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<Self.T.Public>' may introduce data races
75 |             idRoutes.delete(use: self.delete)
76 |         }
/host/spi-builder-workspace/Sources/CRUDKit/Controllers/CRUDController.swift:75:39: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
73 |             idRoutes.put(use: self.replace)
74 |             idRoutes.patch(use: self.patch)
75 |             idRoutes.delete(use: self.delete)
   |                                       `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
76 |         }
77 |
Build complete! (352.95s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "fluent-sqlite-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-sqlite-driver.git"
    }
  ],
  "manifest_display_name" : "crud-kit",
  "name" : "crud-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "CRUDKit",
      "targets" : [
        "CRUDKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CRUDKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CRUDKitTests",
      "path" : "Tests/CRUDKitTests",
      "product_dependencies" : [
        "XCTVapor",
        "FluentSQLiteDriver"
      ],
      "sources" : [
        "CRUDChildrenTests/CreateChildrenTests.swift",
        "CRUDChildrenTests/DeleteChildrenTests.swift",
        "CRUDChildrenTests/IndexAllChildrenTests.swift",
        "CRUDChildrenTests/IndexChildrenTests.swift",
        "CRUDChildrenTests/PatchChildrenTests.swift",
        "CRUDChildrenTests/ReplaceChildrenTests.swift",
        "CRUDTests/CreateTests.swift",
        "CRUDTests/DeleteTests.swift",
        "CRUDTests/IndexAllTests.swift",
        "CRUDTests/IndexTests.swift",
        "CRUDTests/PatchTests.swift",
        "CRUDTests/ReplaceTests.swift",
        "Models/SimpleTodo.swift",
        "Models/Tag.swift",
        "Models/Todo.swift",
        "RoutingTests.swift",
        "Utilities/ApplicationXCTestCase.swift",
        "Utilities/XCTApplicationTester+JSONBody.swift"
      ],
      "target_dependencies" : [
        "CRUDKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CRUDKit",
      "module_type" : "SwiftTarget",
      "name" : "CRUDKit",
      "path" : "Sources/CRUDKit",
      "product_dependencies" : [
        "Vapor",
        "Fluent"
      ],
      "product_memberships" : [
        "CRUDKit"
      ],
      "sources" : [
        "Controllers/CRUDChildrenController.swift",
        "Controllers/CRUDController.swift",
        "Extensions/Content+Validatable.swift",
        "Extensions/Model+Fetch.swift",
        "Protocols/CRUDModel.swift",
        "Protocols/Createable.swift",
        "Protocols/Patchable.swift",
        "Protocols/Publicable.swift",
        "Protocols/Replaceable.swift",
        "Routes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
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.