The Swift Package Index logo.Swift Package Index

Build Information

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

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/simonedelmann/crud-kit.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/simonedelmann/crud-kit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a510389 Update README.md
Cloned https://github.com/simonedelmann/crud-kit.git
Revision (git rev-parse @):
a51038954e8e761663c8e16b74918b6d938deeb1
SUCCESS checkout https://github.com/simonedelmann/crud-kit.git at master
========================================
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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/fluent-sqlite-driver.git
[1/13421] Fetching fluent
[2551/14768] Fetching fluent, fluent-sqlite-driver
[12756/89146] Fetching fluent, fluent-sqlite-driver, vapor
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (1.90s)
Fetched https://github.com/vapor/fluent.git from cache (1.92s)
Fetched https://github.com/vapor/vapor.git from cache (1.95s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (2.40s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13328] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (1.67s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (4.30s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-nio.git
[1/3836] Fetching swift-log
[807/9819] Fetching swift-log, sql-kit
Fetched https://github.com/apple/swift-log.git from cache (0.40s)
Fetched https://github.com/vapor/sql-kit.git from cache (0.40s)
[1/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.65s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (4.10s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.44s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.84s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (5.44s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[532/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.98s)
Fetched https://github.com/apple/swift-system.git from cache (0.98s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.94s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.62s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.1 (0.52s)
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.55s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (1.04s)
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/vapor/async-kit.git
[1/2370] Fetching async-kit
[2182/3878] Fetching async-kit, sqlite-nio
Fetched https://github.com/vapor/async-kit.git from cache (3.13s)
Fetched https://github.com/vapor/sqlite-nio.git from cache (3.15s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (3.73s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.37s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.92s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.97s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.3 (0.54s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.62s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/vapor/websocket-kit.git
[1/5914] Fetching swift-nio-extras
[120/8120] Fetching swift-nio-extras, swift-metrics
[121/9183] Fetching swift-nio-extras, swift-metrics, swift-service-context
[944/11792] Fetching swift-nio-extras, swift-metrics, swift-service-context, websocket-kit
[1594/15111] Fetching swift-nio-extras, swift-metrics, swift-service-context, websocket-kit, multipart-kit
[7710/20085] Fetching swift-nio-extras, swift-metrics, swift-service-context, websocket-kit, multipart-kit, swift-distributed-tracing
Fetched https://github.com/vapor/websocket-kit.git from cache (0.48s)
[13316/17476] Fetching swift-nio-extras, swift-metrics, swift-service-context, multipart-kit, swift-distributed-tracing
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.57s)
[12932/15270] Fetching swift-nio-extras, swift-service-context, multipart-kit, swift-distributed-tracing
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.78s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.80s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.80s)
Fetching https://github.com/apple/swift-crypto.git
[1628/14846] Fetching multipart-kit, swift-nio-http2
[2551/35573] Fetching multipart-kit, swift-nio-http2, routing-kit
[6076/50416] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-nio-ssl
[25470/64352] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-nio-ssl, swift-crypto
Fetched https://github.com/vapor/routing-kit.git from cache (1.46s)
[28044/43625] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.05s)
[21447/32098] Fetching multipart-kit, swift-nio-ssl, swift-crypto
[32099/46112] Fetching multipart-kit, swift-nio-ssl, swift-crypto, async-http-client
Fetched https://github.com/vapor/multipart-kit.git from cache (2.98s)
[28920/42793] Fetching swift-nio-ssl, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.19s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-crypto.git from cache (3.23s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.91s)
[1/5577] Fetching console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.95s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (5.44s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.58s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.55s)
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.47s)
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.22s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.76s)
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.78s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
[905/2045] Fetching swift-http-types, swift-http-structured-headers
[917/7030] Fetching swift-http-types, swift-http-structured-headers, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.44s)
[723/6126] Fetching swift-http-structured-headers, swift-async-algorithms
[1788/12281] Fetching swift-http-structured-headers, swift-async-algorithms, swift-certificates
[2002/14707] Fetching swift-http-structured-headers, swift-async-algorithms, swift-certificates, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.76s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.76s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.77s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.88s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.33s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.05s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.85s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.58s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.23s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.49s)
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.66s)
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.48s)
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.53s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.50s)
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.53s)
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.54s)
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.51s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.51s)
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/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-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-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-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/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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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/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/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.0
Creating working copy for https://github.com/apple/swift-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-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-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/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/fluent-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/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/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-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/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-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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Building for debugging...
[0/834] Write sources
[44/834] Compiling CNIOWindows shim.c
[45/834] Write sources
[46/834] Compiling CNIOWindows WSAStartup.c
[47/834] Compiling _AtomicsShims.c
[48/834] Write sources
[56/834] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[57/834] Compiling _NumericsShims _NumericsShims.c
[58/834] Compiling CVaporBcrypt blf.c
[59/834] Compiling CNIOWASI CNIOWASI.c
[60/834] Compiling CSystem shims.c
[61/834] Compiling CNIOLinux liburing_shims.c
[62/834] Compiling CNIOSHA1 c_nio_sha1.c
[63/834] Compiling CNIOLinux shim.c
[64/834] Compiling CNIOLLHTTP c_nio_http.c
[65/834] Write swift-version-24593BA9C3E375BF.txt
[66/834] Compiling CVaporBcrypt bcrypt.c
[67/834] Compiling CNIOLLHTTP c_nio_api.c
[68/834] Compiling CNIOExtrasZlib empty.c
[69/834] Compiling CNIODarwin shim.c
[70/834] Compiling CNIOLLHTTP c_nio_llhttp.c
[72/871] Emitting module ServiceContextModule
[72/871] Compiling CNIOBoringSSLShims shims.c
[74/886] Emitting module RealModule
[75/887] Emitting module SystemPackage
[76/890] Compiling RealModule RealFunctions.swift
[77/890] Compiling RealModule Float+Real.swift
[77/890] Compiling c-nioatomics.c
[79/904] Compiling RealModule Float16+Real.swift
[80/904] Compiling RealModule Float80+Real.swift
[81/904] Compiling RealModule Real.swift
[81/904] Compiling c-atomics.c
[83/904] Compiling RealModule ElementaryFunctions.swift
[84/904] Compiling SystemPackage Util+StringArray.swift
[85/904] Compiling SystemPackage Util.swift
[86/904] Compiling SystemPackage UtilConsumers.swift
[87/904] Emitting module _NIOBase64
[88/904] Compiling _NIOBase64 Base64.swift
[89/904] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[90/904] Compiling InternalCollectionsUtilities Descriptions.swift
[91/904] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[92/905] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[93/905] Compiling InternalCollectionsUtilities Debugging.swift
[94/905] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[95/905] Compiling InternalCollectionsUtilities Integer rank.swift
[96/905] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[97/905] Compiling InternalCollectionsUtilities UInt+reversed.swift
[98/905] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[99/905] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[102/905] Compiling ServiceContextModule ServiceContext.swift
[105/905] Emitting module InternalCollectionsUtilities
[106/905] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[107/905] Compiling InternalCollectionsUtilities _SortedCollection.swift
[108/905] Compiling ServiceContextModule ServiceContextKey.swift
[109/905] Compiling _NIODataStructures _TinyArray.swift
[110/905] Emitting module _NIODataStructures
[111/905] Compiling _NIODataStructures PriorityQueue.swift
[112/905] Compiling _NIODataStructures Heap.swift
[113/909] Compiling SystemPackage MachPort.swift
[114/909] Compiling SystemPackage PlatformString.swift
[115/909] Compiling SystemPackage SystemString.swift
[132/915] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[134/969] Compiling Instrumentation NoOpInstrument.swift
[135/969] Emitting module Instrumentation
[136/969] Compiling Instrumentation Instrument.swift
[137/969] Compiling Instrumentation MultiplexInstrument.swift
[138/969] Compiling NIOConcurrencyHelpers NIOLock.swift
[139/969] Compiling NIOConcurrencyHelpers lock.swift
[140/969] Compiling Instrumentation InstrumentationSystem.swift
[141/969] Compiling Instrumentation Locks.swift
[142/969] Compiling Logging Locks.swift
[143/969] Compiling Logging MetadataProvider.swift
[144/969] Emitting module Logging
[145/969] Compiling Logging LogHandler.swift
[146/969] Compiling Logging Logging.swift
[147/971] Compiling Algorithms Keyed.swift
[148/971] Compiling Algorithms MinMax.swift
[149/971] Compiling Algorithms Split.swift
[150/971] Compiling Algorithms Stride.swift
[151/971] Compiling Algorithms RandomSample.swift
[152/971] Compiling Algorithms Reductions.swift
[153/971] Compiling Algorithms Rotate.swift
[154/971] Compiling Algorithms Joined.swift
[155/971] Compiling Algorithms Suffix.swift
[156/971] Compiling SystemPackage CInterop.swift
[157/971] Compiling SystemPackage Constants.swift
[158/971] Compiling SystemPackage Exports.swift
[158/972] Compiling fiat_p256_adx_sqr.S
[165/974] Emitting module NIOConcurrencyHelpers
[166/974] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[167/974] Compiling Algorithms Partition.swift
[168/974] Compiling Algorithms Permutations.swift
[169/974] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[170/974] Compiling NIOConcurrencyHelpers atomics.swift
[171/975] Compiling Algorithms Product.swift
[174/1106] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[175/1106] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[176/1106] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[177/1106] Compiling OrderedCollections _HashTable.swift
[178/1106] Compiling OrderedCollections _Hashtable+Header.swift
[179/1106] Compiling OrderedCollections OrderedDictionary+Codable.swift
[180/1119] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[181/1119] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[182/1119] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[183/1119] Compiling HeapModule Heap+Descriptions.swift
[184/1119] Emitting module Tracing
[185/1119] Compiling Tracing TracingTime.swift
[186/1119] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[187/1119] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[188/1119] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[189/1122] Compiling Tracing TracerProtocol.swift
[190/1122] Compiling HeapModule _HeapNode.swift
[191/1122] Emitting module HeapModule
[192/1122] Compiling HeapModule Heap.swift
[193/1122] Compiling HeapModule Heap+UnsafeHandle.swift
[194/1122] Compiling HeapModule Heap+Invariants.swift
[195/1123] Emitting module CoreMetrics
[196/1123] Compiling CoreMetrics Locks.swift
[197/1123] Compiling CoreMetrics Metrics.swift
[198/1124] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[199/1124] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[200/1124] Compiling OrderedCollections OrderedDictionary+Values.swift
[201/1124] Compiling Tracing TracerProtocol+Legacy.swift
[202/1124] Compiling Tracing Tracer.swift
[203/1124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[204/1124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[205/1124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[206/1124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[207/1124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[208/1124] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[209/1124] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[210/1124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[211/1124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[212/1124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[213/1124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[214/1124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[215/1124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[216/1124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[219/1131] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[220/1131] Compiling OrderedCollections OrderedDictionary+Elements.swift
[221/1131] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[224/1131] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[225/1131] Compiling Tracing InstrumentationSystem+Tracing.swift
[226/1131] Compiling Tracing SpanProtocol.swift
[227/1131] Compiling Tracing NoOpTracer.swift
[228/1132] Compiling Algorithms Trim.swift
[229/1132] Compiling Algorithms Unique.swift
[230/1132] Compiling Algorithms Windows.swift
[231/1132] Compiling OrderedCollections OrderedSet+Descriptions.swift
[232/1132] Compiling OrderedCollections OrderedSet+Diffing.swift
[233/1132] Compiling OrderedCollections OrderedSet+Equatable.swift
[234/1132] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[235/1132] Compiling OrderedCollections OrderedSet+Hashable.swift
[236/1132] Compiling OrderedCollections OrderedSet+Initializers.swift
[237/1132] Compiling OrderedCollections OrderedSet+Insertions.swift
[238/1132] Compiling OrderedCollections OrderedSet+Invariants.swift
[239/1132] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[240/1132] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[241/1132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[242/1132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[243/1132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[244/1147] Compiling DequeModule Deque+Extras.swift
[245/1147] Compiling DequeModule Deque+Hashable.swift
[246/1147] Compiling DequeModule Deque._UnsafeHandle.swift
[247/1147] Compiling DequeModule Deque.swift
[248/1148] Compiling DequeModule Deque+Equatable.swift
[249/1148] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[250/1148] Compiling DequeModule Deque+Testing.swift
[251/1148] Compiling DequeModule Deque._Storage.swift
[252/1193] Compiling HashTreeCollections _HashNode+Invariants.swift
[253/1193] Compiling HashTreeCollections _HashNode+Lookups.swift
[254/1193] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[255/1193] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[256/1193] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[257/1193] Compiling HashTreeCollections _HashNode+Storage.swift
[258/1193] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[259/1193] Compiling HashTreeCollections _HashNode+Structural filter.swift
[260/1193] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[261/1193] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[262/1193] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[263/1193] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[264/1193] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[265/1193] Compiling HashTreeCollections _HashNode+Structural merge.swift
[266/1193] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[267/1193] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[269/1223] Compiling HashTreeCollections _HashNode+Structural union.swift
[270/1223] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[271/1223] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[272/1223] Compiling HashTreeCollections _HashLevel.swift
[273/1223] Compiling HashTreeCollections _HashNode+Builder.swift
[274/1223] Compiling HashTreeCollections _Bucket.swift
[275/1223] Compiling HashTreeCollections _Hash.swift
[278/1227] Compiling HashTreeCollections _AncestorHashSlots.swift
[279/1227] Compiling HashTreeCollections _Bitmap.swift
[282/1227] Compiling HashTreeCollections TreeSet+Hashable.swift
[283/1227] Compiling HashTreeCollections TreeSet+Sendable.swift
[284/1227] Compiling HashTreeCollections TreeSet+Sequence.swift
[285/1227] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[286/1227] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[287/1227] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[288/1227] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[289/1227] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[290/1227] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[291/1227] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[292/1237] Compiling DequeModule _DequeSlot.swift
[293/1237] Compiling DequeModule _UnsafeWrappedBuffer.swift
[294/1237] Compiling HashTreeCollections _HashNode+Debugging.swift
[295/1237] Compiling HashTreeCollections _HashNode+Initializers.swift
[317/1237] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[318/1237] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[319/1237] Compiling HashTreeCollections _HashNode.swift
[320/1246] Compiling HashTreeCollections TreeDictionary.swift
[321/1246] Compiling HashTreeCollections TreeSet+Codable.swift
[322/1246] Compiling HashTreeCollections TreeSet+Collection.swift
[323/1246] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[324/1246] Compiling HashTreeCollections TreeSet+Debugging.swift
[325/1246] Compiling HashTreeCollections TreeSet+Descriptions.swift
[326/1246] Compiling HashTreeCollections TreeSet+Equatable.swift
[327/1246] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[328/1246] Compiling HashTreeCollections TreeSet+Extras.swift
[329/1246] Compiling HashTreeCollections TreeSet+Filter.swift
[330/1246] Emitting module RoutingKit
[331/1246] Compiling RoutingKit AnyRouter.swift
[332/1246] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[333/1246] Compiling HashTreeCollections TreeDictionary+Keys.swift
[334/1246] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[335/1246] Compiling HashTreeCollections TreeDictionary+Merge.swift
[336/1246] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[337/1246] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[338/1246] Compiling HashTreeCollections TreeDictionary+Values.swift
[346/1246] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[347/1246] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[348/1246] Compiling HashTreeCollections TreeDictionary+Filter.swift
[349/1246] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[378/1246] Compiling RoutingKit PathComponent.swift
[389/1246] Emitting module Atomics
[390/1246] Compiling RoutingKit Router.swift
[391/1246] Compiling RoutingKit TrieRouter.swift
[392/1246] Emitting module DequeModule
[393/1247] Compiling _RopeModule _CharacterRecognizer.swift
[394/1247] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[395/1247] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[396/1247] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[397/1247] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[398/1247] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[399/1247] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[400/1247] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[401/1247] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[402/1247] Compiling HashTreeCollections TreeSet.swift
[409/1248] Emitting module OrderedCollections
[411/1249] Compiling fiat_p256_adx_mul.S
[414/1249] Compiling HashTreeCollections _HashTreeIterator.swift
[415/1249] Compiling HashTreeCollections _HashTreeStatistics.swift
[416/1249] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[417/1249] Compiling HashTreeCollections _RawHashNode.swift
[418/1249] Compiling HashTreeCollections _UnmanagedHashNode.swift
[419/1249] Compiling HashTreeCollections _UnsafePath.swift
[420/1249] Compiling HashTreeCollections TreeDictionary+Codable.swift
[421/1249] Compiling HashTreeCollections TreeDictionary+Collection.swift
[422/1249] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[423/1249] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[424/1249] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[424/1275] Compiling fiat_curve25519_adx_square.S
[425/1275] Compiling fiat_curve25519_adx_mul.S
[427/1335] Emitting module Algorithms
[428/1336] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[429/1336] Compiling NIOCore ByteBuffer-conversions.swift
[430/1336] Compiling NIOCore ByteBuffer-core.swift
[431/1336] Compiling NIOCore ByteBuffer-hex.swift
[432/1336] Compiling NIOCore NIOAsyncWriter.swift
[433/1336] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[434/1336] Compiling NIOCore BSDSocketAPI.swift
[435/1336] Compiling NIOCore ByteBuffer-aux.swift
[436/1339] Emitting module _RopeModule
[438/1339] Compiling NIOCore AsyncChannelInboundStream.swift
[439/1339] Compiling NIOCore AsyncChannelOutboundWriter.swift
[440/1339] Compiling NIOCore NIOAsyncSequenceProducer.swift
[441/1339] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[442/1339] Compiling RoutingKit Parameters.swift
[443/1339] Emitting module Metrics
[444/1339] Compiling Metrics Metrics.swift
[445/1341] Compiling NIOCore ByteBuffer-int.swift
[446/1341] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[447/1341] Compiling NIOCore ByteBuffer-multi-int.swift
[450/1341] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[451/1341] Compiling NIOCore ByteBuffer-views.swift
[452/1341] Compiling NIOCore Channel.swift
[453/1341] Compiling NIOCore AddressedEnvelope.swift
[454/1341] Compiling NIOCore AsyncAwaitSupport.swift
[455/1341] Compiling NIOCore AsyncChannel.swift
[456/1341] Compiling NIOCore AsyncChannelHandler.swift
[457/1341] Emitting module ConsoleKitTerminal
[458/1341] Compiling NIOCore ChannelHandler.swift
[459/1341] Compiling NIOCore ChannelHandlers.swift
[460/1341] Compiling NIOCore ChannelInvoker.swift
[486/1341] Compiling ConsoleKitTerminal AnySendableHashable.swift
[487/1341] Compiling ConsoleKitTerminal ConsoleLogger.swift
[488/1341] Compiling ConsoleKitTerminal LoggerFragment.swift
[489/1341] Compiling NIOCore Codec.swift
[490/1341] Compiling NIOCore ConvenienceOptionSupport.swift
[491/1341] Compiling NIOCore DeadChannel.swift
[492/1341] Compiling NIOCore DispatchQueue+WithFuture.swift
[493/1341] Compiling NIOCore EventLoop+Deprecated.swift
[494/1341] Compiling _RopeModule Rope+Join.swift
[495/1341] Compiling _RopeModule Rope+MutatingForEach.swift
[496/1341] Compiling _RopeModule Rope+Remove.swift
[497/1341] Compiling _RopeModule Rope+RemoveSubrange.swift
[498/1341] Compiling _RopeModule Rope+Split.swift
[499/1341] Compiling _RopeModule Optional Utilities.swift
[500/1341] Compiling _RopeModule String Utilities.swift
[501/1341] Compiling _RopeModule String.Index+ABI.swift
[503/1341] Compiling NIOCore MulticastChannel.swift
[504/1341] Compiling NIOCore NIOAny.swift
[505/1341] Compiling NIOCore NIOCloseOnErrorHandler.swift
[506/1341] Compiling NIOCore NIOLoopBound.swift
[507/1341] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[508/1341] Compiling NIOCore NIOScheduledCallback.swift
[509/1341] Compiling NIOCore NIOSendable.swift
[510/1341] Compiling NIOCore RecvByteBufferAllocator.swift
[518/1350] Compiling NIOCore EventLoop+SerialExecutor.swift
[519/1350] Compiling NIOCore EventLoop.swift
[520/1350] Compiling NIOCore IO.swift
[521/1350] Compiling NIOCore IOData.swift
[522/1350] Compiling NIOCore IPProtocol.swift
[523/1350] Compiling NIOCore IntegerBitPacking.swift
[524/1350] Compiling NIOCore IntegerTypes.swift
[525/1350] Compiling NIOCore Interfaces.swift
[526/1350] Compiling NIOCore Linux.swift
[527/1350] Compiling NIOCore MarkedCircularBuffer.swift
[528/1350] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[529/1350] Compiling NIOCore EventLoopFuture+Deprecated.swift
[530/1350] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[531/1350] Compiling NIOCore EventLoopFuture.swift
[532/1350] Compiling NIOCore FileDescriptor.swift
[533/1350] Compiling NIOCore FileHandle.swift
[534/1351] Compiling tls_record.cc
[535/1373] Compiling tls_method.cc
[537/1373] Emitting module HashTreeCollections
[547/1374] Compiling ConsoleKitCommands CommandSignature.swift
[548/1374] Compiling ConsoleKitCommands Flag.swift
[549/1374] Compiling ConsoleKitCommands Option.swift
[550/1376] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[551/1376] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[552/1376] Compiling ConsoleKitCommands Argument.swift
[552/1376] Compiling tls13_client.cc
[553/1376] Compiling tls13_enc.cc
[561/1376] Compiling NIOCore FileRegion.swift
[562/1376] Compiling NIOCore GlobalSingletons.swift
[563/1376] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[564/1376] Compiling ConsoleKitCommands Utilities.swift
[565/1376] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[566/1376] Compiling ConsoleKitCommands AsyncCommand.swift
[567/1376] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[568/1376] Compiling ConsoleKitCommands AsyncCommands.swift
[569/1376] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[570/1376] Compiling ConsoleKitCommands AnyCommand.swift
[571/1376] Emitting module ConsoleKitCommands
[571/1376] Compiling tls13_server.cc
[580/1376] Compiling tls13_both.cc
[582/1376] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[583/1376] Compiling NIOCore SocketAddresses.swift
[584/1376] Compiling NIOCore SocketOptionProvider.swift
[585/1376] Compiling NIOCore SystemCallHelpers.swift
[586/1376] Compiling NIOCore TimeAmount+Duration.swift
[587/1376] Compiling NIOCore TypeAssistedChannelHandler.swift
[588/1376] Compiling NIOCore UniversalBootstrapSupport.swift
[589/1376] Compiling NIOCore Utilities.swift
[589/1376] Compiling t1_enc.cc
[591/1376] Compiling ConsoleKitCommands CommandGroup.swift
[592/1376] Compiling ConsoleKitCommands CommandInput.swift
[593/1376] Compiling ConsoleKitCommands Commands.swift
[594/1376] Compiling ConsoleKitCommands Command.swift
[595/1376] Compiling ConsoleKitCommands CommandContext.swift
[596/1376] Compiling ConsoleKitCommands CommandError.swift
[597/1376] Compiling ConsoleKitCommands Console+Run.swift
[598/1376] Compiling ConsoleKitCommands ConsoleError.swift
[599/1376] Compiling ConsoleKitCommands Completion.swift
[600/1377] Compiling ssl_stat.cc
[601/1377] Compiling ssl_x509.cc
[602/1379] Compiling ssl_transcript.cc
[604/1379] Emitting module ConsoleKit
[605/1379] Compiling ConsoleKit Exports.swift
[605/1380] Compiling ssl_versions.cc
[607/1380] Compiling ssl_privkey.cc
[608/1380] Compiling ssl_session.cc
[609/1380] Compiling ssl_file.cc
[610/1380] Compiling ssl_key_share.cc
[611/1380] Compiling ssl_lib.cc
[612/1380] Compiling ssl_credential.cc
[613/1380] Compiling ssl_cipher.cc
[614/1380] Compiling ssl_cert.cc
[615/1380] Compiling ssl_buffer.cc
[616/1380] Compiling s3_pkt.cc
[618/1380] Emitting module NIOCore
[618/1380] Compiling ssl_aead_ctx.cc
[646/1380] Compiling handshake_server.cc
[647/1380] Compiling s3_lib.cc
[648/1381] Compiling s3_both.cc
[649/1381] Compiling ssl_asn1.cc
[651/1381] Compiling handshake_client.cc
[652/1427] Compiling handshake.cc
[653/1427] Compiling handoff.cc
[654/1431] Compiling d1_srtp.cc
[656/1431] Compiling NIOEmbedded Embedded.swift
[656/1431] Compiling encrypted_client_hello.cc
[658/1431] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[659/1431] Emitting module NIOEmbedded
[660/1431] Compiling NIOEmbedded AsyncTestingChannel.swift
[660/1432] Compiling dtls_method.cc
[661/1432] Compiling dtls_record.cc
[662/1432] Compiling md5-x86_64-linux.S
[664/1432] Compiling md5-x86_64-apple.S
[665/1432] Compiling extensions.cc
[666/1432] Compiling md5-586-linux.S
[667/1432] Compiling d1_pkt.cc
[668/1432] Compiling md5-586-apple.S
[669/1432] Compiling chacha20_poly1305_x86_64-linux.S
[670/1432] Compiling chacha20_poly1305_x86_64-apple.S
[671/1432] Compiling err_data.cc
[672/1432] Compiling bio_ssl.cc
[673/1432] Compiling chacha20_poly1305_armv8-win.S
[674/1432] Compiling chacha-x86_64-linux.S
[675/1432] Compiling chacha20_poly1305_armv8-apple.S
[676/1432] Compiling chacha-x86_64-apple.S
[677/1432] Compiling chacha20_poly1305_armv8-linux.S
[678/1432] Compiling chacha-x86-linux.S
[679/1432] Compiling chacha-x86-apple.S
[680/1432] Compiling chacha-armv8-win.S
[681/1432] Compiling chacha-armv8-apple.S
[682/1432] Compiling chacha-armv4-linux.S
[683/1432] Compiling chacha-armv8-linux.S
[684/1432] Compiling aes128gcmsiv-x86_64-linux.S
[685/1432] Compiling aes128gcmsiv-x86_64-apple.S
[686/1432] Compiling x86_64-mont5-linux.S
[688/1432] Compiling NIOPosix ServerSocket.swift
[689/1432] Compiling NIOPosix Socket.swift
[690/1432] Compiling NIOPosix SocketChannel.swift
[691/1432] Compiling NIOPosix SocketProtocols.swift
[692/1432] Compiling NIOPosix System.swift
[693/1432] Compiling NIOPosix Thread.swift
[694/1438] Compiling NIOPosix IO.swift
[695/1438] Compiling NIOPosix IntegerBitPacking.swift
[696/1438] Compiling NIOPosix IntegerTypes.swift
[697/1438] Compiling NIOPosix Linux.swift
[698/1438] Compiling NIOPosix LinuxCPUSet.swift
[699/1438] Compiling NIOPosix LinuxUring.swift
[700/1438] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[701/1438] Compiling NIOPosix Pool.swift
[702/1438] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[703/1438] Compiling NIOPosix PosixSingletons.swift
[704/1438] Compiling NIOPosix RawSocketBootstrap.swift
[705/1438] Compiling NIOPosix Resolver.swift
[706/1438] Compiling NIOPosix Selectable.swift
[707/1438] Compiling NIOPosix SelectableChannel.swift
[708/1438] Compiling NIOPosix SelectableEventLoop.swift
[709/1438] Compiling NIOPosix SelectorEpoll.swift
[710/1438] Compiling NIOPosix SelectorGeneric.swift
[711/1438] Compiling NIOPosix SelectorKqueue.swift
[712/1438] Compiling NIOPosix SelectorUring.swift
[712/1438] Compiling x86_64-mont5-apple.S
[713/1438] Compiling x86_64-mont-linux.S
[714/1438] Compiling d1_both.cc
[715/1438] Compiling x86_64-mont-apple.S
[716/1438] Compiling x86-mont-linux.S
[717/1438] Compiling x86-mont-apple.S
[718/1438] Compiling vpaes-x86_64-apple.S
[719/1438] Compiling vpaes-x86_64-linux.S
[720/1438] Compiling vpaes-x86-linux.S
[721/1438] Compiling vpaes-x86-apple.S
[722/1438] Compiling vpaes-armv8-win.S
[723/1438] Compiling vpaes-armv8-linux.S
[724/1438] Compiling vpaes-armv8-apple.S
[725/1438] Compiling vpaes-armv7-linux.S
[726/1438] Compiling sha512-x86_64-apple.S
[727/1438] Compiling sha512-x86_64-linux.S
[728/1438] Compiling sha512-armv8-win.S
[729/1438] Compiling d1_lib.cc
[730/1438] Compiling sha512-armv8-linux.S
[731/1438] Compiling sha512-armv8-apple.S
[732/1438] Compiling sha512-586-linux.S
[733/1438] Compiling sha512-armv4-linux.S
[734/1438] Compiling sha512-586-apple.S
[735/1438] Compiling sha256-x86_64-apple.S
[736/1438] Compiling sha256-x86_64-linux.S
[737/1438] Compiling sha256-armv8-win.S
[738/1438] Compiling sha256-armv8-apple.S
[739/1438] Compiling sha256-armv8-linux.S
[740/1438] Compiling sha256-armv4-linux.S
[741/1438] Compiling sha256-586-linux.S
[742/1438] Compiling sha256-586-apple.S
[743/1438] Compiling sha1-x86_64-linux.S
[744/1438] Compiling sha1-x86_64-apple.S
[745/1438] Compiling sha1-armv8-win.S
[746/1438] Compiling sha1-armv4-large-linux.S
[747/1438] Compiling sha1-586-linux.S
[748/1438] Compiling sha1-armv8-linux.S
[749/1438] Compiling rsaz-avx2-linux.S
[750/1438] Compiling sha1-armv8-apple.S
[751/1438] Compiling sha1-586-apple.S
[752/1438] Compiling rsaz-avx2-apple.S
[752/1438] Compiling rdrand-x86_64-apple.S
[754/1438] Compiling rdrand-x86_64-linux.S
[755/1438] Compiling p256_beeu-x86_64-asm-apple.S
[756/1438] Compiling p256_beeu-x86_64-asm-linux.S
[758/1438] Compiling NIOPosix NIOThreadPool.swift
[759/1438] Compiling NIOPosix NonBlockingFileIO.swift
[760/1438] Compiling NIOPosix PendingDatagramWritesManager.swift
[761/1438] Compiling NIOPosix PendingWritesManager.swift
[762/1438] Compiling NIOPosix PipeChannel.swift
[763/1438] Compiling NIOPosix PipePair.swift
[763/1438] Compiling p256_beeu-armv8-asm-win.S
[764/1438] Compiling p256_beeu-armv8-asm-apple.S
[765/1438] Compiling p256_beeu-armv8-asm-linux.S
[766/1438] Compiling p256-x86_64-asm-apple.S
[767/1438] Compiling p256-armv8-asm-win.S
[768/1438] Compiling p256-x86_64-asm-linux.S
[769/1438] Compiling p256-armv8-asm-apple.S
[770/1438] Compiling p256-armv8-asm-linux.S
[771/1438] Compiling ghashv8-armv8-win.S
[772/1438] Compiling ghashv8-armv7-linux.S
[772/1438] Compiling ghashv8-armv8-apple.S
[774/1438] Compiling ghashv8-armv8-linux.S
[775/1438] Compiling ghash-x86_64-linux.S
[776/1438] Compiling ghash-x86-linux.S
[777/1438] Compiling ghash-x86_64-apple.S
[778/1438] Compiling ghash-x86-apple.S
[779/1438] Compiling ghash-ssse3-x86_64-linux.S
[780/1438] Compiling ghash-ssse3-x86_64-apple.S
[781/1438] Compiling ghash-ssse3-x86-linux.S
[782/1438] Compiling ghash-ssse3-x86-apple.S
[783/1438] Compiling ghash-neon-armv8-win.S
[784/1438] Compiling ghash-neon-armv8-linux.S
[785/1438] Compiling ghash-neon-armv8-apple.S
[786/1438] Compiling ghash-armv4-linux.S
[787/1438] Compiling co-586-linux.S
[788/1438] Compiling bsaes-armv7-linux.S
[789/1438] Compiling co-586-apple.S
[790/1438] Compiling bn-armv8-win.S
[791/1438] Compiling bn-armv8-linux.S
[792/1438] Compiling bn-armv8-apple.S
[793/1438] Compiling bn-586-apple.S
[794/1438] Compiling bn-586-linux.S
[795/1438] Compiling armv8-mont-win.S
[796/1438] Compiling armv8-mont-apple.S
[797/1438] Compiling armv8-mont-linux.S
[798/1438] Compiling armv4-mont-linux.S
[800/1438] Compiling NIOPosix ThreadPosix.swift
[801/1438] Compiling NIOPosix ThreadWindows.swift
[802/1438] Compiling NIOPosix UnsafeTransfer.swift
[803/1438] Compiling NIOPosix Utilities.swift
[804/1438] Compiling NIOPosix VsockAddress.swift
[805/1438] Compiling NIOPosix VsockChannelEvents.swift
[806/1438] Compiling NIOPosix BSDSocketAPICommon.swift
[807/1438] Compiling NIOPosix BSDSocketAPIPosix.swift
[808/1438] Compiling NIOPosix BSDSocketAPIWindows.swift
[809/1438] Compiling NIOPosix BaseSocket.swift
[810/1438] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[811/1438] Compiling NIOPosix BaseSocketChannel.swift
[812/1438] Compiling NIOPosix BaseStreamSocketChannel.swift
[813/1438] Emitting module NIOPosix
[814/1438] Compiling NIOPosix Bootstrap.swift
[815/1438] Compiling NIOPosix ControlMessage.swift
[816/1438] Compiling NIOPosix DatagramVectorReadManager.swift
[817/1438] Compiling NIOPosix Errors+Any.swift
[818/1438] Compiling NIOPosix FileDescriptor.swift
[819/1438] Compiling NIOPosix GetaddrinfoResolver.swift
[820/1438] Compiling NIOPosix HappyEyeballs.swift
[820/1438] Compiling aesv8-gcm-armv8-win.S
[821/1438] Compiling aesv8-gcm-armv8-apple.S
[822/1438] Compiling aesv8-armv8-win.S
[823/1438] Compiling aesv8-gcm-armv8-linux.S
[824/1438] Compiling aesv8-armv8-apple.S
[825/1439] Compiling aesv8-armv8-linux.S
[826/1439] Compiling aesv8-armv7-linux.S
[827/1439] Compiling aesni-x86_64-apple.S
[827/1439] Compiling aesni-x86_64-linux.S
[829/1439] Compiling aesni-x86-linux.S
[830/1439] Compiling aesni-x86-apple.S
[831/1439] Compiling aesni-gcm-x86_64-linux.S
[832/1439] Compiling aesni-gcm-x86_64-apple.S
[833/1439] Compiling aes-gcm-avx2-x86_64-apple.S
[834/1439] Compiling aes-gcm-avx2-x86_64-linux.S
[836/1439] Compiling aes-gcm-avx10-x86_64-linux.S
[837/1439] Compiling aes-gcm-avx10-x86_64-apple.S
[838/1439] Compiling x_sig.cc
[839/1439] Compiling x_val.cc
[840/1439] Compiling x_x509a.cc
[841/1439] Compiling x_spki.cc
[842/1439] Compiling x_req.cc
[843/1439] Compiling x_x509.cc
[844/1439] Compiling x_pubkey.cc
[845/1439] Compiling x_name.cc
[846/1439] Compiling x_exten.cc
[847/1439] Compiling x_crl.cc
[848/1439] Compiling x_all.cc
[849/1476] Compiling x_attrib.cc
[850/1476] Compiling x_algor.cc
[852/1476] Emitting module NIO
[853/1476] Compiling NIO Exports.swift
[854/1477] Compiling x509spki.cc
[855/1477] Compiling x509rset.cc
[856/1495] Compiling x509name.cc
[858/1495] Emitting module _NIOFileSystem
[859/1499] Compiling _NIOFileSystem ParallelDirCopy.swift
[860/1499] Compiling _NIOFileSystem ParallelRemoval.swift
[861/1499] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[862/1499] Compiling _NIOFileSystem CInterop.swift
[863/1499] Compiling _NIOFileSystem Errno.swift
[863/1499] Compiling x509cset.cc
[865/1515] Compiling NIOTLS TLSEvents.swift
[866/1515] Emitting module NIOTLS
[867/1515] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[868/1515] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[868/1516] Compiling x509_vpm.cc
[870/1516] Compiling NIOSOCKS SOCKSResponse.swift
[871/1516] Emitting module NIOSOCKS
[872/1516] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[873/1516] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[874/1516] Compiling NIOSOCKS ClientStateMachine.swift
[875/1518] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[876/1518] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[877/1518] Compiling NIOHTTP1 ByteCollectionUtils.swift
[878/1518] Compiling NIOHTTP1 HTTPDecoder.swift
[879/1521] Compiling NIOSOCKS ServerStateMachine.swift
[879/1521] Compiling x509_v3.cc
[881/1521] Compiling NIOHTTP1 HTTPEncoder.swift
[882/1521] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[883/1522] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[884/1522] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[885/1522] Compiling NIOTLS SNIHandler.swift
[885/1523] Compiling x509_vfy.cc
[887/1523] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[889/1523] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[890/1523] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[892/1523] Compiling _NIOFileSystem Array+FileSystem.swift
[893/1523] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[894/1523] Compiling _NIOFileSystem BufferedReader.swift
[895/1523] Compiling _NIOFileSystem BufferedWriter.swift
[896/1523] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[897/1523] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[898/1523] Compiling _NIOFileSystem Mocking.swift
[899/1523] Compiling _NIOFileSystem Syscall.swift
[900/1523] Compiling _NIOFileSystem Syscalls.swift
[901/1523] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[902/1523] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[903/1523] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[904/1523] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[905/1523] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[909/1523] Compiling NIOHTTP1 HTTPTypes.swift
[910/1523] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[910/1523] Compiling x509_txt.cc
[913/1525] Compiling x509_req.cc
[915/1525] Emitting module NIOHTTP1
[915/1525] Compiling x509_obj.cc
[919/1525] Emitting module NIOFoundationCompat
[920/1525] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[921/1526] Compiling _NIOFileSystem SystemFileHandle.swift
[922/1526] Compiling _NIOFileSystem Utilities.swift
[923/1526] Compiling _NIOFileSystem OpenOptions.swift
[924/1526] Compiling _NIOFileSystem String+FileSystem.swift
[925/1526] Compiling x509_trs.cc
[926/1526] Compiling x509_set.cc
[936/1526] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[937/1526] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[937/1526] Compiling x509_lu.cc
[938/1526] Compiling x509_ext.cc
[942/1526] Compiling _NIOFileSystem FileHandleProtocol.swift
[943/1526] Compiling _NIOFileSystem FileInfo.swift
[944/1526] Compiling _NIOFileSystem FileSystem.swift
[949/1526] Compiling x509_def.cc
[950/1526] Compiling x509_d2.cc
[957/1550] Compiling NIOTransportServices StateManagedChannel.swift
[958/1550] Compiling NIOTransportServices StateManagedListenerChannel.swift
[959/1550] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[959/1550] Compiling x509_cmp.cc
[961/1554] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[962/1554] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[963/1554] Compiling NIOTransportServices NIOTSListenerChannel.swift
[964/1554] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[965/1554] Compiling NIOTransportServices NIOTSSingletons.swift
[966/1554] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[967/1555] Compiling NIOTransportServices NIOTSBootstraps.swift
[968/1555] Compiling NIOTransportServices NIOTSChannelOptions.swift
[969/1555] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[970/1555] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[971/1555] Compiling NIOTransportServices NIOTSErrors.swift
[972/1555] Compiling NIOTransportServices NIOTSEventLoop.swift
[973/1555] Compiling NIOTransportServices AcceptHandler.swift
[974/1555] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[975/1555] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[976/1555] Emitting module NIOTransportServices
[977/1555] Compiling NIOTransportServices NIOTSDatagramListener.swift
[978/1555] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[979/1555] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[980/1555] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[981/1555] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[981/1566] Compiling x509_att.cc
[983/1566] Emitting module _NIOFileSystemFoundationCompat
[983/1566] Compiling x509.cc
[985/1566] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[986/1566] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[988/1574] Compiling v3_utl.cc
[990/1576] Compiling NIOWebSocket WebSocketErrorCodes.swift
[991/1606] Compiling NIOWebSocket WebSocketOpcode.swift
[992/1606] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[992/1606] Compiling v3_skey.cc
[994/1606] Emitting module NIOFileSystem
[995/1606] Compiling NIOFileSystem Exports.swift
[996/1606] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[997/1606] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[998/1606] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[999/1607] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1000/1607] Compiling NIOHTTPCompression HTTPDecompression.swift
[1002/1607] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1003/1607] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1004/1607] Compiling NIOHPACK IndexedHeaderTable.swift
[1005/1607] Compiling NIOHPACK IntegerCoding.swift
[1006/1608] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1007/1608] Compiling NIOExtras NIOExtrasError.swift
[1008/1610] Emitting module NIOWebSocket
[1009/1610] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1010/1610] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1011/1610] Compiling NIOHTTPCompression HTTPCompression.swift
[1012/1610] Emitting module NIOHTTPCompression
[1013/1611] Compiling NIOExtras JSONRPCFraming.swift
[1014/1611] Compiling NIOExtras DebugInboundEventsHandler.swift
[1015/1611] Compiling NIOWebSocket WebSocketFrame.swift
[1016/1611] Compiling NIOHPACK StaticHeaderTable.swift
[1021/1612] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1022/1612] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1024/1612] Compiling NIOExtras RequestResponseHandler.swift
[1025/1612] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1027/1612] Emitting module NIOExtras
[1030/1612] Compiling NIOHPACK HuffmanTables.swift
[1031/1612] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1032/1612] Compiling NIOExtras NIORequestIdentifiable.swift
[1033/1612] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1034/1612] Compiling NIOExtras LengthFieldPrepender.swift
[1035/1612] Compiling NIOExtras LineBasedFrameDecoder.swift
[1038/1612] Compiling NIOExtras PCAPRingBuffer.swift
[1039/1612] Compiling NIOExtras QuiescingHelper.swift
[1039/1612] Compiling v3_purp.cc
[1041/1612] Compiling NIOHPACK HuffmanCoding.swift
[1042/1612] Emitting module NIOHPACK
[1042/1612] Compiling v3_pcons.cc
[1045/1613] Compiling v3_prn.cc
[1047/1613] Compiling v3_pmaps.cc
[1048/1613] Compiling v3_ocsp.cc
[1049/1620] Compiling v3_int.cc
[1050/1671] Compiling v3_lib.cc
[1052/1671] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1053/1671] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1054/1672] Compiling v3_ncons.cc
[1058/1672] Compiling NIOHTTP2 HasLocalSettings.swift
[1059/1672] Compiling NIOHTTP2 HasRemoteSettings.swift
[1060/1672] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1061/1672] Compiling NIOHTTP2 QuiescingState.swift
[1062/1672] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1063/1672] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1063/1680] Compiling v3_info.cc
[1065/1680] Compiling NIOHTTP2 MaySendFrames.swift
[1066/1680] Compiling NIOHTTP2 SendingDataState.swift
[1067/1680] Compiling NIOHTTP2 SendingGoawayState.swift
[1068/1680] Compiling NIOHTTP2 SendingHeadersState.swift
[1069/1680] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1070/1680] Compiling NIOHTTP2 SendingRstStreamState.swift
[1071/1680] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1072/1680] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1072/1680] Compiling v3_genn.cc
[1073/1680] Compiling v3_ia5.cc
[1074/1680] Compiling v3_extku.cc
[1075/1680] Compiling v3_enum.cc
[1076/1680] Compiling v3_crld.cc
[1077/1680] Compiling v3_cpols.cc
[1078/1680] Compiling v3_bcons.cc
[1079/1680] Compiling v3_conf.cc
[1080/1680] Compiling v3_bitst.cc
[1081/1680] Compiling v3_akeya.cc
[1083/1680] Compiling NIOHTTP2 InboundWindowManager.swift
[1084/1680] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1085/1680] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1086/1680] Compiling NIOHTTP2 StreamChannelList.swift
[1087/1680] Compiling NIOHTTP2 StreamMap.swift
[1088/1680] Compiling NIOHTTP2 StreamStateMachine.swift
[1089/1680] Compiling NIOHTTP2 UnsafeTransfer.swift
[1090/1680] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1090/1680] Compiling v3_alt.cc
[1092/1680] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1093/1680] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1094/1680] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1095/1680] Compiling NIOHTTP2 HTTP2StreamID.swift
[1096/1680] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1097/1680] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1098/1680] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1099/1680] Compiling NIOHTTP2 InboundEventBuffer.swift
[1099/1680] Compiling v3_akey.cc
[1101/1680] Emitting module NIOHTTP2
[1102/1680] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1103/1680] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1104/1680] Compiling NIOHTTP2 MayReceiveFrames.swift
[1105/1680] Compiling NIOHTTP2 ReceivingDataState.swift
[1106/1680] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1107/1680] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1108/1680] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1109/1680] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1110/1680] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1110/1680] Compiling t_x509.cc
[1111/1680] Compiling t_x509a.cc
[1112/1680] Compiling t_req.cc
[1113/1680] Compiling t_crl.cc
[1114/1680] Compiling rsa_pss.cc
[1115/1680] Compiling i2d_pr.cc
[1116/1680] Compiling policy.cc
[1117/1680] Compiling name_print.cc
[1118/1680] Compiling by_file.cc
[1119/1680] Compiling by_dir.cc
[1121/1680] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1122/1680] Compiling NIOHTTP2 HTTP2Frame.swift
[1123/1680] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1124/1680] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1125/1680] Compiling NIOHTTP2 HTTP2PingData.swift
[1126/1680] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1127/1680] Compiling NIOHTTP2 HTTP2Settings.swift
[1128/1680] Compiling NIOHTTP2 HTTP2Stream.swift
[1128/1680] Compiling algorithm.cc
[1129/1680] Compiling asn1_gen.cc
[1130/1680] Compiling a_digest.cc
[1131/1680] Compiling a_verify.cc
[1132/1680] Compiling voprf.cc
[1133/1680] Compiling a_sign.cc
[1135/1680] Compiling NIOHTTP2 StateMachineResult.swift
[1136/1680] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1137/1680] Compiling NIOHTTP2 DOSHeuristics.swift
[1138/1680] Compiling NIOHTTP2 Error+Any.swift
[1139/1680] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1140/1680] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1141/1680] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1142/1680] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1143/1680] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1144/1680] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1145/1680] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1146/1680] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1147/1680] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1148/1680] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1149/1680] Compiling NIOHTTP2 HTTP2Error.swift
[1150/1680] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1150/1680] Compiling thread_win.cc
[1151/1681] Compiling thread_none.cc
[1153/1681] Compiling thread_pthread.cc
[1154/1681] Compiling trust_token.cc
[1155/1681] Compiling thread.cc
[1156/1681] Compiling stack.cc
[1157/1681] Compiling pmbtoken.cc
[1158/1681] Compiling sha1.cc
[1159/1681] Compiling siphash.cc
[1160/1681] Compiling sha512.cc
[1161/1681] Compiling sha256.cc
[1162/1681] Compiling rsa_extra.cc
[1163/1681] Compiling spake2plus.cc
[1164/1681] Compiling slhdsa.cc
[1165/1681] Compiling rsa_print.cc
[1166/1681] Compiling rsa_crypt.cc
[1167/1681] Compiling windows.cc
[1168/1681] Compiling urandom.cc
[1169/1681] Compiling rc4.cc
[1170/1681] Compiling trusty.cc
[1171/1681] Compiling refcount.cc
[1172/1681] Compiling rsa_asn1.cc
[1173/1681] Compiling rand.cc
[1174/1681] Compiling passive.cc
[1175/1681] Compiling poly1305_arm_asm.S
[1176/1681] Compiling ios.cc
[1177/1681] Compiling getentropy.cc
[1178/1681] Compiling forkunsafe.cc
[1179/1681] Compiling fork_detect.cc
[1180/1681] Compiling deterministic.cc
[1181/1681] Compiling poly1305_vec.cc
[1182/1681] Compiling pool.cc
[1183/1681] Compiling poly1305_arm.cc
[1184/1681] Compiling poly1305.cc
[1185/1681] Compiling p5_pbev2.cc
[1186/1681] Compiling pkcs7.cc
[1187/1681] Compiling pkcs8.cc
[1188/1681] Compiling pem_xaux.cc
[1189/1681] Compiling pkcs8_x509.cc
[1190/1681] Compiling pkcs7_x509.cc
[1191/1681] Compiling pem_x509.cc
[1192/1681] Compiling pem_pkey.cc
[1193/1681] Compiling obj_xref.cc
[1194/1681] Compiling mlkem.cc
[1195/1681] Compiling pem_oth.cc
[1196/1681] Compiling pem_pk8.cc
[1197/1681] Compiling pem_info.cc
[1198/1681] Compiling pem_all.cc
[1199/1681] Compiling pem_lib.cc
[1200/1681] Compiling obj.cc
[1201/1681] Compiling poly_rq_mul.S
[1202/1681] Compiling md5.cc
[1203/1681] Compiling mem.cc
[1204/1681] Compiling fips_shared_support.cc
[1205/1681] Compiling mldsa.cc
[1206/1681] Compiling lhash.cc
[1207/1681] Compiling md4.cc
[1208/1681] Compiling hpke.cc
[1209/1681] Compiling hrss.cc
[1210/1681] Compiling ex_data.cc
[1211/1681] Compiling kyber.cc
[1212/1681] Compiling sign.cc
[1213/1681] Compiling scrypt.cc
[1214/1681] Compiling print.cc
[1215/1681] Compiling pbkdf.cc
[1216/1681] Compiling p_x25519.cc
[1217/1681] Compiling p_x25519_asn1.cc
[1218/1681] Compiling p_hkdf.cc
[1219/1681] Compiling p_rsa.cc
[1220/1681] Compiling p_rsa_asn1.cc
[1221/1681] Compiling p_ed25519_asn1.cc
[1222/1681] Compiling p_ed25519.cc
[1223/1681] Compiling p_ec_asn1.cc
[1224/1681] Compiling p_ec.cc
[1225/1681] Compiling evp_ctx.cc
[1226/1681] Compiling err.cc
[1227/1681] Compiling p_dh_asn1.cc
[1228/1681] Compiling evp_asn1.cc
[1229/1681] Compiling p_dh.cc
[1230/1681] Compiling p_dsa_asn1.cc
[1231/1681] Compiling evp.cc
[1232/1681] Compiling hash_to_curve.cc
[1233/1681] Compiling ecdh.cc
[1234/1681] Compiling engine.cc
[1235/1681] Compiling ec_derive.cc
[1236/1681] Compiling ecdsa_asn1.cc
[1237/1681] Compiling dsa_asn1.cc
[1238/1681] Compiling ec_asn1.cc
[1239/1681] Compiling bcm.cc
[1240/1681] Compiling dsa.cc
[1241/1681] Compiling des.cc
[1242/1681] Compiling spake25519.cc
[1243/1681] Compiling params.cc
[1244/1681] Compiling x25519-asm-arm.S
[1245/1681] Compiling digest_extra.cc
[1246/1681] Compiling curve25519_64_adx.cc
[1247/1681] Compiling dh_asn1.cc
[1248/1681] Compiling cpu_intel.cc
[1249/1681] Compiling cpu_arm_freebsd.cc
[1250/1681] Compiling cpu_arm_linux.cc
[1251/1681] Compiling crypto.cc
[1252/1681] Compiling cpu_aarch64_sysreg.cc
[1253/1681] Compiling cpu_aarch64_openbsd.cc
[1254/1681] Compiling cpu_aarch64_win.cc
[1255/1681] Compiling curve25519.cc
[1256/1681] Compiling cpu_aarch64_linux.cc
[1257/1681] Compiling cpu_aarch64_apple.cc
[1258/1681] Compiling cpu_aarch64_fuchsia.cc
[1259/1681] Compiling e_rc4.cc
[1260/1681] Compiling tls_cbc.cc
[1261/1681] Compiling conf.cc
[1261/1681] Compiling e_tls.cc
[1263/1681] Compiling e_rc2.cc
[1263/1681] Compiling get_cipher.cc
[1265/1681] Compiling e_null.cc
[1266/1681] Compiling e_des.cc
[1267/1681] Compiling e_chacha20poly1305.cc
[1268/1681] Compiling e_aesgcmsiv.cc
[1269/1681] Compiling derive_key.cc
[1270/1681] Compiling e_aesctrhmac.cc
[1271/1681] Compiling chacha.cc
[1272/1681] Compiling unicode.cc
[1273/1681] Compiling buf.cc
[1274/1681] Compiling asn1_compat.cc
[1275/1681] Compiling bn_asn1.cc
[1276/1681] Compiling cbb.cc
[1277/1681] Compiling convert.cc
[1278/1681] Compiling cbs.cc
[1279/1681] Compiling ber.cc
[1280/1681] Compiling blake2.cc
[1281/1681] Compiling socket.cc
[1282/1681] Compiling pair.cc
[1283/1681] Compiling socket_helper.cc
[1284/1681] Compiling hexdump.cc
[1285/1681] Compiling printf.cc
[1286/1681] Compiling errno.cc
[1287/1681] Compiling file.cc
[1288/1681] Compiling base64.cc
[1289/1681] Compiling connect.cc
[1290/1681] Compiling fd.cc
[1291/1681] Compiling bio_mem.cc
[1292/1681] Compiling bio.cc
[1293/1681] Compiling tasn_typ.cc
[1294/1681] Compiling tasn_new.cc
[1295/1681] Compiling tasn_utl.cc
[1296/1681] Compiling tasn_enc.cc
[1297/1681] Compiling f_string.cc
[1298/1681] Compiling f_int.cc
[1299/1681] Compiling tasn_fre.cc
[1300/1681] Compiling tasn_dec.cc
[1301/1681] Compiling asn1_par.cc
[1302/1681] Compiling posix_time.cc
[1303/1681] Compiling asn_pack.cc
[1304/1681] Compiling a_utctm.cc
[1305/1681] Compiling a_strex.cc
[1306/1681] Compiling asn1_lib.cc
[1307/1681] Compiling a_octet.cc
[1308/1681] Compiling a_time.cc
[1309/1681] Compiling a_type.cc
[1310/1681] Compiling a_strnid.cc
[1311/1681] Compiling a_object.cc
[1312/1681] Compiling a_d2i_fp.cc
[1313/1681] Compiling a_int.cc
[1314/1681] Compiling fiat_p256_adx_sqr.S
[1315/1681] Compiling a_i2d_fp.cc
[1316/1681] Compiling a_gentm.cc
[1317/1681] Compiling fiat_p256_adx_mul.S
[1318/1681] Compiling a_mbstr.cc
[1319/1681] Compiling a_dup.cc
[1320/1681] Compiling fiat_curve25519_adx_square.S
[1321/1681] Compiling fiat_curve25519_adx_mul.S
[1322/1681] Compiling md5-x86_64-linux.S
[1323/1681] Compiling a_bool.cc
[1324/1681] Compiling a_bitstr.cc
[1325/1681] Compiling md5-586-apple.S
[1326/1681] Compiling md5-x86_64-apple.S
[1327/1681] Compiling chacha20_poly1305_x86_64-linux.S
[1328/1681] Compiling md5-586-linux.S
[1329/1681] Compiling chacha20_poly1305_x86_64-apple.S
[1330/1681] Compiling chacha20_poly1305_armv8-win.S
[1331/1681] Compiling chacha20_poly1305_armv8-apple.S
[1332/1681] Compiling chacha-x86_64-linux.S
[1333/1681] Compiling chacha20_poly1305_armv8-linux.S
[1334/1681] Compiling CCryptoBoringSSLShims shims.c
[1335/1681] Compiling chacha-x86_64-apple.S
[1336/1681] Compiling chacha-x86-linux.S
[1337/1682] Compiling chacha-x86-apple.S
[1338/1698] Compiling chacha-armv4-linux.S
[1339/1710] Compiling chacha-armv8-win.S
[1340/1710] Compiling aes128gcmsiv-x86_64-linux.S
[1340/1710] Compiling chacha-armv8-apple.S
[1342/1710] Compiling chacha-armv8-linux.S
[1343/1710] Compiling aes128gcmsiv-x86_64-apple.S
[1344/1710] Compiling x86_64-mont5-linux.S
[1345/1710] Compiling x86_64-mont5-apple.S
[1346/1710] Compiling err_data.cc
[1347/1710] Compiling x86_64-mont-linux.S
[1348/1710] Compiling x86-mont-linux.S
[1349/1710] Compiling x86_64-mont-apple.S
[1350/1710] Compiling vpaes-x86-apple.S
[1351/1710] Compiling x86-mont-apple.S
[1352/1710] Compiling vpaes-x86_64-linux.S
[1353/1710] Compiling vpaes-x86_64-apple.S
[1354/1710] Compiling vpaes-armv8-linux.S
[1355/1710] Compiling vpaes-x86-linux.S
[1356/1710] Compiling vpaes-armv7-linux.S
[1357/1710] Compiling vpaes-armv8-apple.S
[1358/1710] Compiling vpaes-armv8-win.S
[1359/1710] Compiling sha512-x86_64-linux.S
[1360/1710] Compiling sha512-x86_64-apple.S
[1361/1710] Compiling sha512-armv8-win.S
[1362/1710] Compiling sha256-x86_64-linux.S
[1363/1710] Compiling sha512-armv8-apple.S
[1364/1710] Compiling sha512-586-linux.S
[1365/1710] Compiling sha512-armv8-linux.S
[1366/1710] Compiling sha512-586-apple.S
[1367/1710] Compiling sha512-armv4-linux.S
[1368/1710] Compiling sha256-x86_64-apple.S
[1369/1710] Compiling sha256-armv8-win.S
[1370/1710] Compiling sha256-armv8-apple.S
[1371/1710] Compiling sha256-armv4-linux.S
[1372/1710] Compiling sha256-586-linux.S
[1373/1710] Compiling sha256-586-apple.S
[1374/1710] Compiling sha1-x86_64-apple.S
[1375/1710] Compiling sha256-armv8-linux.S
[1377/1710] Emitting module NIOSSL
[1377/1714] Compiling sha1-armv8-win.S
[1378/1714] Compiling sha1-x86_64-linux.S
[1379/1714] Compiling sha1-armv8-apple.S
[1380/1714] Compiling sha1-armv4-large-linux.S
[1381/1714] Compiling sha1-armv8-linux.S
[1382/1714] Compiling sha1-586-linux.S
[1383/1714] Compiling sha1-586-apple.S
[1384/1714] Compiling rsaz-avx2-apple.S
[1385/1714] Compiling rsaz-avx2-linux.S
[1386/1714] Compiling p256_beeu-x86_64-asm-linux.S
[1387/1714] Compiling rdrand-x86_64-linux.S
[1388/1714] Compiling rdrand-x86_64-apple.S
[1389/1714] Compiling p256_beeu-x86_64-asm-apple.S
[1391/1714] Compiling NIOSSL SSLPrivateKey.swift
[1392/1714] Compiling NIOSSL SSLPublicKey.swift
[1393/1714] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1394/1714] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1394/1714] Compiling p256_beeu-armv8-asm-win.S
[1395/1714] Compiling p256-x86_64-asm-linux.S
[1396/1714] Compiling p256_beeu-armv8-asm-linux.S
[1397/1714] Compiling p256_beeu-armv8-asm-apple.S
[1399/1714] Compiling NIOSSL LinuxCABundle.swift
[1400/1714] Compiling NIOSSL NIOSSLClientHandler.swift
[1401/1714] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1402/1714] Compiling NIOSSL NIOSSLHandler.swift
[1403/1714] Compiling NIOSSL NIOSSLServerHandler.swift
[1404/1714] Compiling NIOSSL ObjectIdentifier.swift
[1405/1714] Compiling NIOSSL PosixPort.swift
[1406/1714] Compiling NIOSSL SSLCallbacks.swift
[1406/1714] Compiling p256-x86_64-asm-apple.S
[1407/1714] Compiling p256-armv8-asm-win.S
[1408/1714] Compiling p256-armv8-asm-linux.S
[1409/1714] Compiling p256-armv8-asm-apple.S
[1410/1714] Compiling ghashv8-armv8-win.S
[1411/1714] Compiling ghash-x86_64-apple.S
[1412/1714] Compiling ghashv8-armv8-apple.S
[1413/1714] Compiling ghashv8-armv7-linux.S
[1413/1714] Compiling ghashv8-armv8-linux.S
[1415/1714] Compiling ghash-x86_64-linux.S
[1416/1714] Compiling ghash-x86-linux.S
[1417/1714] Compiling ghash-ssse3-x86_64-linux.S
[1418/1714] Compiling ghash-ssse3-x86_64-apple.S
[1419/1714] Compiling ghash-x86-apple.S
[1420/1714] Compiling ghash-ssse3-x86-linux.S
[1421/1714] Compiling ghash-neon-armv8-apple.S
[1421/1714] Compiling ghash-neon-armv8-linux.S
[1423/1714] Compiling ghash-ssse3-x86-apple.S
[1424/1714] Compiling ghash-neon-armv8-win.S
[1425/1714] Compiling co-586-linux.S
[1426/1714] Compiling bn-armv8-win.S
[1427/1714] Compiling ghash-armv4-linux.S
[1428/1714] Compiling bsaes-armv7-linux.S
[1429/1714] Compiling co-586-apple.S
[1430/1714] Compiling bn-armv8-apple.S
[1431/1714] Compiling bn-586-linux.S
[1432/1714] Compiling bn-armv8-linux.S
[1433/1714] Compiling armv8-mont-win.S
[1434/1714] Compiling bn-586-apple.S
[1435/1714] Compiling armv8-mont-apple.S
[1436/1714] Compiling armv8-mont-linux.S
[1437/1714] Compiling armv4-mont-linux.S
[1438/1714] Compiling aesv8-gcm-armv8-apple.S
[1439/1714] Compiling aesv8-gcm-armv8-win.S
[1440/1714] Compiling aesv8-armv8-win.S
[1441/1714] Compiling aesv8-gcm-armv8-linux.S
[1442/1714] Compiling aesv8-armv7-linux.S
[1443/1714] Compiling aesv8-armv8-apple.S
[1444/1714] Compiling aesni-x86_64-linux.S
[1444/1714] Compiling aesni-x86-linux.S
[1446/1714] Compiling aesv8-armv8-linux.S
[1447/1714] Compiling aesni-x86_64-apple.S
[1448/1714] Compiling aesni-x86-apple.S
[1449/1714] Compiling aesni-gcm-x86_64-linux.S
[1450/1714] Compiling aesni-gcm-x86_64-apple.S
[1451/1714] Compiling aes-gcm-avx10-x86_64-linux.S
[1452/1714] Compiling aes-gcm-avx10-x86_64-apple.S
[1454/1714] Compiling NIOSSL SSLCertificate.swift
[1455/1714] Compiling NIOSSL SSLCertificateExtensions.swift
[1456/1714] Compiling NIOSSL SSLCertificateName.swift
[1457/1714] Compiling NIOSSL SSLConnection.swift
[1458/1714] Compiling NIOSSL AndroidCABundle.swift
[1459/1714] Compiling NIOSSL ByteBufferBIO.swift
[1460/1714] Compiling NIOSSL CustomPrivateKey.swift
[1461/1714] Compiling NIOSSL IdentityVerification.swift
[1462/1714] Compiling NIOSSL SubjectAlternativeName.swift
[1463/1714] Compiling NIOSSL NIOSSLSecureBytes.swift
[1464/1714] Compiling NIOSSL RNG.swift
[1465/1714] Compiling NIOSSL SafeCompare.swift
[1466/1714] Compiling NIOSSL SSLContext.swift
[1467/1714] Compiling NIOSSL SSLErrors.swift
[1468/1714] Compiling NIOSSL SSLInit.swift
[1469/1714] Compiling NIOSSL SSLPKCS12Bundle.swift
[1470/1714] Compiling NIOSSL Zeroization.swift
[1471/1714] Compiling NIOSSL TLSConfiguration.swift
[1472/1714] Compiling NIOSSL UniversalBootstrapSupport.swift
[1473/1714] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1474/1715] Compiling x_x509a.cc
[1475/1715] Compiling x_spki.cc
[1476/1715] Compiling x_x509.cc
[1477/1715] Compiling x_val.cc
[1478/1715] Compiling x_req.cc
[1479/1715] Compiling x_pubkey.cc
[1480/1715] Compiling x_sig.cc
[1481/1715] Compiling x_name.cc
[1482/1715] Compiling x_exten.cc
[1483/1715] Compiling x_crl.cc
[1484/1715] Compiling x_algor.cc
[1485/1715] Compiling x_attrib.cc
[1486/1715] Compiling x509spki.cc
[1487/1715] Compiling x_all.cc
[1488/1715] Compiling x509rset.cc
[1489/1715] Compiling x509_trs.cc
[1490/1715] Compiling x509name.cc
[1491/1715] Compiling x509cset.cc
[1492/1715] Compiling x509_vpm.cc
[1493/1715] Compiling x509_v3.cc
[1494/1715] Compiling x509_txt.cc
[1495/1715] Compiling x509_vfy.cc
[1496/1715] Compiling x509_set.cc
[1497/1715] Compiling x509_req.cc
[1498/1715] Compiling x509_obj.cc
[1499/1715] Compiling x509_cmp.cc
[1500/1715] Compiling x509_def.cc
[1501/1715] Compiling x509_ext.cc
[1502/1715] Compiling x509_lu.cc
[1503/1715] Compiling x509_d2.cc
[1504/1715] Compiling v3_utl.cc
[1505/1715] Compiling x509.cc
[1506/1715] Compiling x509_att.cc
[1507/1715] Compiling v3_skey.cc
[1508/1715] Compiling v3_prn.cc
[1509/1715] Compiling v3_purp.cc
[1510/1715] Compiling v3_pmaps.cc
[1511/1715] Compiling v3_pcons.cc
[1512/1715] Compiling v3_ocsp.cc
[1513/1715] Compiling v3_genn.cc
[1514/1715] Compiling v3_ncons.cc
[1515/1715] Compiling v3_int.cc
[1516/1715] Compiling v3_lib.cc
[1517/1715] Compiling v3_info.cc
[1518/1715] Compiling v3_ia5.cc
[1519/1715] Compiling v3_enum.cc
[1520/1715] Compiling v3_extku.cc
[1521/1715] Compiling v3_crld.cc
[1522/1715] Compiling v3_cpols.cc
[1523/1715] Compiling v3_bitst.cc
[1524/1715] Compiling v3_conf.cc
[1525/1715] Compiling v3_bcons.cc
[1526/1715] Compiling v3_alt.cc
[1527/1715] Compiling rsa_pss.cc
[1528/1715] Compiling v3_akeya.cc
[1529/1715] Compiling v3_akey.cc
[1530/1715] Compiling t_x509a.cc
[1531/1715] Compiling t_x509.cc
[1532/1715] Compiling t_crl.cc
[1533/1715] Compiling t_req.cc
[1534/1715] Compiling policy.cc
[1535/1715] Compiling i2d_pr.cc
[1536/1715] Compiling name_print.cc
[1537/1722] Compiling by_dir.cc
[1538/1723] Compiling algorithm.cc
[1539/1723] Compiling by_file.cc
[1540/1723] Compiling asn1_gen.cc
[1541/1723] Compiling a_verify.cc
[1543/1723] Compiling WebSocketKit Exports.swift
[1544/1723] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1545/1783] Emitting module WebSocketKit
[1546/1783] Compiling WebSocketKit WebSocket+Concurrency.swift
[1547/1783] Compiling WebSocketKit WebSocketHandler.swift
[1547/1783] Compiling a_digest.cc
[1548/1783] Compiling a_sign.cc
[1549/1783] Compiling thread_win.cc
[1551/1783] Compiling WebSocketKit WebSocket.swift
[1552/1783] Compiling WebSocketKit WebSocketClient.swift
[1553/1783] Compiling WebSocketKit WebSocket+Connect.swift
[1553/1784] Compiling voprf.cc
[1554/1784] Compiling trust_token.cc
[1556/1784] Compiling thread_none.cc
[1557/1784] Compiling pmbtoken.cc
[1558/1784] Compiling thread_pthread.cc
[1559/1784] Compiling wots.cc
[1560/1784] Compiling thread.cc
[1561/1784] Compiling stack.cc
[1562/1784] Compiling siphash.cc
[1563/1784] Compiling fors.cc
[1564/1784] Compiling sha512.cc
[1565/1784] Compiling thash.cc
[1566/1784] Compiling merkle.cc
[1567/1784] Compiling sha256.cc
[1568/1784] Compiling slhdsa.cc
[1569/1784] Compiling rsa_print.cc
[1570/1784] Compiling sha1.cc
[1571/1784] Compiling rsa_crypt.cc
[1572/1784] Compiling rc4.cc
[1574/1784] Emitting module AsyncHTTPClient
[1575/1784] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1576/1784] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1577/1784] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1578/1784] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1579/1784] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1580/1784] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1581/1784] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1582/1784] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1583/1784] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1583/1792] Compiling refcount.cc
[1584/1792] Compiling rsa_extra.cc
[1585/1792] Compiling rsa_asn1.cc
[1587/1792] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1588/1792] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1589/1792] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1590/1792] Compiling AsyncHTTPClient HTTP1Connection.swift
[1591/1792] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1592/1792] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1593/1792] Compiling AsyncHTTPClient HTTP2Connection.swift
[1594/1792] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1595/1792] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1595/1792] Compiling urandom.cc
[1596/1792] Compiling windows.cc
[1598/1792] Compiling AsyncHTTPClient HTTPHandler.swift
[1599/1792] Compiling AsyncHTTPClient LRUCache.swift
[1600/1792] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1601/1792] Compiling AsyncHTTPClient NWErrorHandler.swift
[1602/1792] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1603/1792] Compiling AsyncHTTPClient TLSConfiguration.swift
[1604/1792] Compiling AsyncHTTPClient RedirectState.swift
[1605/1792] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1605/1792] Compiling rand_extra.cc
[1606/1792] Compiling trusty.cc
[1608/1792] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1609/1792] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1610/1792] Compiling AsyncHTTPClient Transaction.swift
[1611/1792] Compiling AsyncHTTPClient Base64.swift
[1612/1792] Compiling AsyncHTTPClient BasicAuth.swift
[1613/1792] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1614/1792] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1615/1792] Compiling AsyncHTTPClient ConnectionPool.swift
[1616/1792] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1616/1792] Compiling ios.cc
[1617/1792] Compiling passive.cc
[1619/1792] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1620/1792] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1621/1792] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1622/1792] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1623/1792] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1624/1792] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1625/1792] Compiling AsyncHTTPClient RequestBodyLength.swift
[1626/1792] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1626/1792] Compiling getentropy.cc
[1627/1792] Compiling forkunsafe.cc
[1628/1792] Compiling poly1305_arm_asm.S
[1629/1792] Compiling fork_detect.cc
[1631/1792] Compiling AsyncHTTPClient RequestOptions.swift
[1632/1792] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1633/1792] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1634/1792] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1635/1792] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1636/1792] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1637/1792] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1638/1792] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1639/1792] Compiling AsyncHTTPClient ConnectionTarget.swift
[1640/1792] Compiling AsyncHTTPClient DeconstructedURL.swift
[1641/1792] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1642/1792] Compiling AsyncHTTPClient FoundationExtensions.swift
[1643/1792] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1644/1792] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1645/1792] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1646/1792] Compiling AsyncHTTPClient HTTPClient.swift
[1646/1792] Compiling poly1305_vec.cc
[1647/1792] Compiling deterministic.cc
[1648/1792] Compiling poly1305_arm.cc
[1649/1792] Compiling poly1305.cc
[1650/1792] Compiling pool.cc
[1652/1792] Compiling AsyncHTTPClient RequestBag.swift
[1653/1792] Compiling AsyncHTTPClient RequestValidation.swift
[1654/1792] Compiling AsyncHTTPClient SSLContextCache.swift
[1655/1792] Compiling AsyncHTTPClient Scheme.swift
[1656/1792] Compiling AsyncHTTPClient Singleton.swift
[1657/1792] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1658/1792] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1659/1792] Compiling AsyncHTTPClient Utils.swift
[1660/1793] Compiling pkcs7.cc
[1661/1793] Compiling p5_pbev2.cc
[1662/1793] Compiling pkcs8.cc
[1663/1793] Compiling pkcs8_x509.cc
[1664/1793] Compiling pkcs7_x509.cc
[1665/1793] Compiling pem_xaux.cc
[1666/1793] Compiling pem_x509.cc
[1667/1793] Compiling pem_pkey.cc
[1668/1793] Compiling obj_xref.cc
[1669/1793] Compiling obj.cc
[1670/1793] Compiling pem_lib.cc
[1671/1793] Compiling pem_pk8.cc
[1672/1793] Compiling pem_info.cc
[1673/1793] Compiling pem_oth.cc
[1674/1793] Compiling pem_all.cc
[1675/1793] Compiling mldsa.cc
[1676/1793] Compiling md4.cc
[1677/1793] Compiling md5.cc
[1678/1793] Compiling poly_rq_mul.S
[1679/1793] Compiling fips_shared_support.cc
[1679/1793] Compiling lhash.cc
[1681/1793] Compiling mem.cc
[1682/1793] Compiling kyber.cc
[1683/1793] Compiling mlkem.cc
[1684/1793] Compiling sign.cc
[1685/1793] Compiling ex_data.cc
[1686/1793] Compiling hpke.cc
[1687/1793] Compiling pbkdf.cc
[1688/1793] Compiling scrypt.cc
[1689/1793] Compiling hrss.cc
[1690/1793] Compiling print.cc
[1691/1793] Compiling p_x25519.cc
[1692/1793] Compiling p_x25519_asn1.cc
[1693/1793] Compiling p_rsa.cc
[1694/1793] Compiling p_rsa_asn1.cc
[1695/1793] Compiling p_ed25519.cc
[1696/1793] Compiling p_hkdf.cc
[1697/1793] Compiling p_ed25519_asn1.cc
[1698/1793] Compiling p_ec.cc
[1699/1793] Compiling p_dsa_asn1.cc
[1700/1793] Compiling p_dh_asn1.cc
[1701/1793] Compiling evp_ctx.cc
[1702/1793] Compiling p_ec_asn1.cc
[1703/1793] Compiling p_dh.cc
[1704/1793] Compiling evp_asn1.cc
[1705/1793] Compiling engine.cc
[1706/1793] Compiling err.cc
[1707/1793] Compiling evp.cc
[1708/1793] Compiling hash_to_curve.cc
[1709/1793] Compiling ecdsa_asn1.cc
[1710/1793] Compiling ecdh_extra.cc
[1711/1793] Compiling ec_derive.cc
[1712/1793] Compiling bcm.cc
[1713/1793] Compiling ec_asn1.cc
[1714/1793] Compiling dsa_asn1.cc
[1715/1793] Compiling dsa.cc
[1716/1793] Compiling params.cc
[1717/1793] Compiling des.cc
[1718/1793] Compiling digest_extra.cc
[1719/1793] Compiling x25519-asm-arm.S
[1720/1793] Compiling curve25519_64_adx.cc
[1721/1793] Compiling dh_asn1.cc
[1722/1793] Compiling cpu_arm_linux.cc
[1723/1793] Compiling curve25519.cc
[1724/1793] Compiling cpu_arm_freebsd.cc
[1725/1793] Compiling cpu_aarch64_win.cc
[1726/1793] Compiling cpu_aarch64_sysreg.cc
[1727/1793] Compiling crypto.cc
[1728/1793] Compiling cpu_intel.cc
[1729/1793] Compiling spake25519.cc
[1730/1793] Compiling cpu_aarch64_fuchsia.cc
[1731/1793] Compiling cpu_aarch64_openbsd.cc
[1732/1793] Compiling cpu_aarch64_linux.cc
[1733/1793] Compiling conf.cc
[1734/1793] Compiling cpu_aarch64_apple.cc
[1735/1793] Compiling tls_cbc.cc
[1736/1793] Compiling e_tls.cc
[1737/1793] Compiling e_rc4.cc
[1738/1793] Compiling e_rc2.cc
[1739/1793] Compiling e_null.cc
[1740/1793] Compiling e_des.cc
[1741/1793] Compiling e_chacha20poly1305.cc
[1742/1793] Compiling e_aesgcmsiv.cc
[1743/1793] Compiling derive_key.cc
[1744/1793] Compiling e_aesctrhmac.cc
[1745/1793] Compiling cipher_extra.cc
[1746/1793] Compiling chacha.cc
[1747/1793] Compiling unicode.cc
[1748/1793] Compiling cbs.cc
[1749/1793] Compiling cbb.cc
[1750/1793] Compiling buf.cc
[1751/1793] Compiling ber.cc
[1752/1793] Compiling convert.cc
[1753/1793] Compiling asn1_compat.cc
[1754/1793] Compiling blake2.cc
[1755/1793] Compiling bn_asn1.cc
[1756/1793] Compiling printf.cc
[1757/1793] Compiling pair.cc
[1758/1793] Compiling hexdump.cc
[1759/1793] Compiling file.cc
[1760/1793] Compiling fd.cc
[1761/1793] Compiling bio_mem.cc
[1762/1793] Compiling bio.cc
[1763/1793] Compiling errno.cc
[1764/1793] Compiling base64.cc
[1765/1793] Compiling tasn_fre.cc
[1766/1793] Compiling tasn_new.cc
[1767/1793] Compiling tasn_typ.cc
[1768/1793] Compiling tasn_dec.cc
[1769/1793] Compiling tasn_enc.cc
[1770/1793] Compiling tasn_utl.cc
[1771/1793] Compiling posix_time.cc
[1772/1793] Compiling f_string.cc
[1773/1793] Compiling asn_pack.cc
[1774/1793] Compiling asn1_par.cc
[1775/1793] Compiling f_int.cc
[1776/1793] Compiling a_time.cc
[1777/1793] Compiling a_octet.cc
[1778/1793] Compiling asn1_lib.cc
[1779/1793] Compiling a_strnid.cc
[1780/1793] Compiling a_utctm.cc
[1781/1793] Compiling a_type.cc
[1782/1793] Compiling a_strex.cc
[1783/1793] Compiling a_object.cc
[1784/1793] Compiling a_i2d_fp.cc
[1785/1793] Write sources
[1786/1793] Compiling a_mbstr.cc
[1787/1793] Compiling a_gentm.cc
[1788/1846] Compiling a_d2i_fp.cc
[1789/1846] Compiling a_int.cc
[1790/1846] Compiling a_dup.cc
[1791/1846] Compiling a_bool.cc
[1792/1846] Compiling a_bitstr.cc
[1794/1846] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1795/1846] Compiling BitCollections BitSet+CustomReflectable.swift
[1796/1846] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1797/1846] Compiling BitCollections BitSet+Equatable.swift
[1798/1846] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1799/1846] Compiling BitCollections BitSet+Extras.swift
[1800/1846] Compiling BitCollections BitSet+Hashable.swift
[1801/1861] Emitting module BitCollections
[1802/1861] Compiling BitCollections BitSet+Initializers.swift
[1803/1861] Compiling BitCollections BitSet+Invariants.swift
[1804/1861] Compiling BitCollections BitSet+Random.swift
[1805/1861] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1806/1861] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1807/1861] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1808/1861] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1809/1861] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1810/1861] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1811/1861] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1812/1861] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1813/1861] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1814/1861] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1815/1861] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1816/1861] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1817/1861] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1818/1861] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1819/1861] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1820/1861] Compiling BitCollections BitSet+SetAlgebra union.swift
[1821/1861] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1822/1861] Compiling BitCollections BitSet.Counted.swift
[1823/1861] Compiling CryptoBoringWrapper RandomBytes.swift
[1824/1861] Compiling BitCollections BitSet.Index.swift
[1825/1861] Compiling BitCollections BitSet._UnsafeHandle.swift
[1826/1861] Compiling BitCollections BitSet.swift
[1827/1861] Compiling BitCollections Range+Utilities.swift
[1828/1861] Compiling BitCollections Slice+Utilities.swift
[1829/1861] Compiling BitCollections UInt+Tricks.swift
[1830/1861] Compiling BitCollections _Word.swift
[1831/1861] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1832/1861] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1833/1861] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1834/1861] Compiling BitCollections BitArray+Extras.swift
[1835/1861] Compiling BitCollections BitArray+Fill.swift
[1836/1861] Compiling BitCollections BitArray+Hashable.swift
[1837/1861] Compiling BitCollections BitArray+Initializers.swift
[1838/1861] Compiling BitCollections BitArray+Invariants.swift
[1839/1861] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1840/1861] Compiling BitCollections BitArray+RandomBits.swift
[1841/1861] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1842/1861] Compiling BitCollections BitArray+Shifts.swift
[1843/1861] Compiling BitCollections BitArray+Testing.swift
[1844/1861] Compiling BitCollections BitArray._UnsafeHandle.swift
[1845/1861] Compiling BitCollections BitArray.swift
[1846/1861] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1847/1861] Compiling BitCollections BitSet+Codable.swift
[1848/1861] Compiling BitCollections BitArray+BitwiseOperations.swift
[1849/1861] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1850/1861] Compiling BitCollections BitArray+Codable.swift
[1851/1861] Compiling BitCollections BitArray+Collection.swift
[1852/1861] Compiling BitCollections BitArray+Copy.swift
[1853/1861] Compiling BitCollections BitArray+CustomReflectable.swift
[1854/1861] Compiling BitCollections BitArray+Descriptions.swift
[1855/1861] Compiling BitCollections BitArray+Equatable.swift
[1856/1861] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1857/1862] Emitting module CryptoBoringWrapper
[1858/1862] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1860/1862] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1861/1862] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1862/1862] Compiling CryptoBoringWrapper EllipticCurve.swift
[1864/1893] Emitting module Collections
[1865/1893] Compiling Collections Collections.swift
[1867/2070] Emitting module MultipartKit
[1868/2072] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1869/2072] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1870/2072] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1871/2072] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1872/2072] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1873/2072] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1874/2074] Compiling MultipartKit MultipartSerializer.swift
[1875/2074] Compiling MultipartKit Utilities.swift
[1876/2074] Compiling AsyncKit Future+Optional.swift
[1877/2074] Compiling MultipartKit MultipartPartConvertible.swift
[1878/2074] Compiling MultipartKit MultipartFormData.swift
[1879/2074] Compiling MultipartKit MultipartParser.swift
[1880/2074] Compiling MultipartKit MultipartPart.swift
[1888/2074] Compiling MultipartKit BasicCodingKey.swift
[1889/2074] Compiling MultipartKit MultipartError.swift
[1890/2074] Compiling MultipartKit Exports.swift
[1891/2074] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1892/2074] Compiling MultipartKit FormDataDecoder.swift
[1893/2074] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1899/2074] Compiling MultipartKit FormDataEncoder.swift
[1900/2074] Compiling MultipartKit Storage.swift
[1901/2074] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1902/2074] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1903/2074] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1904/2074] Compiling SQLKit SQLDatabase.swift
[1905/2074] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1906/2074] Compiling SQLKit SQLDialect.swift
[1907/2074] Compiling SQLKit SQLDatabase+Deprecated.swift
[1908/2074] Compiling SQLKit SQLError.swift
[1909/2074] Compiling SQLKit SQLExpressions+Deprecated.swift
[1910/2074] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1913/2084] Compiling Crypto Zeroization.swift
[1914/2084] Compiling SQLKit SQLDropTable.swift
[1915/2084] Compiling SQLKit SQLDropTrigger.swift
[1916/2084] Compiling SQLKit SQLInsert.swift
[1917/2084] Compiling SQLKit SQLSelect.swift
[1918/2084] Compiling SQLKit SQLUnion.swift
[1919/2084] Compiling SQLKit SQLUpdate.swift
[1920/2084] Compiling SQLKit SQLExpression.swift
[1921/2084] Compiling SQLKit SQLSerializer.swift
[1922/2084] Compiling SQLKit SQLStatement.swift
[1923/2084] Compiling SQLKit SQLBinaryExpression.swift
[1924/2084] Compiling SQLKit SQLBinaryOperator.swift
[1925/2084] Compiling SQLKit SQLBind.swift
[1928/2096] Compiling SQLKit Exports.swift
[1929/2096] Compiling SQLKit SQLAlias.swift
[1930/2096] Compiling SQLKit SQLBetween.swift
[1931/2096] Compiling SQLKit SQLColumn.swift
[1932/2096] Compiling SQLKit SQLConstraint.swift
[1933/2096] Compiling SQLKit SQLDataType.swift
[1934/2096] Compiling SQLKit SQLDirection.swift
[1935/2096] Compiling SQLKit SQLDistinct.swift
[1936/2096] Compiling SQLKit SQLForeignKeyAction.swift
[1937/2096] Compiling SQLKit SQLNestedSubpathExpression.swift
[1938/2096] Compiling SQLKit SQLQualifiedTable.swift
[1939/2096] Compiling SQLKit SQLQueryString.swift
[1940/2096] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1941/2096] Compiling SQLKit SQLColumnAssignment.swift
[1942/2096] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1943/2096] Compiling SQLKit SQLColumnDefinition.swift
[1944/2096] Compiling SQLKit SQLCommonTableExpression.swift
[1945/2096] Compiling Crypto Signature.swift
[1946/2096] Compiling Crypto CryptoKitErrors_boring.swift
[1947/2096] Compiling Crypto RNG_boring.swift
[1948/2096] Compiling Crypto SafeCompare_boring.swift
[1949/2096] Compiling Crypto Zeroization_boring.swift
[1950/2096] Compiling Crypto PrettyBytes.swift
[1951/2096] Compiling Crypto SafeCompare.swift
[1952/2096] Compiling Crypto SecureBytes.swift
[1953/2096] Compiling SQLKit SQLLockingClause.swift
[1954/2096] Compiling SQLKit SQLOrderBy.swift
[1955/2096] Compiling SQLKit SQLReturning.swift
[1956/2096] Compiling SQLKit SQLSubquery.swift
[1957/2096] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1958/2096] Compiling SQLKit SQLAlterEnum.swift
[1959/2096] Compiling SQLKit SQLAlterTable.swift
[1960/2096] Compiling SQLKit SQLCreateEnum.swift
[1961/2096] Compiling SQLKit SQLCreateIndex.swift
[1962/2096] Compiling SQLKit SQLCreateTable.swift
[1963/2096] Compiling SQLKit SQLCreateTrigger.swift
[1964/2096] Compiling SQLKit SQLDelete.swift
[1965/2096] Compiling SQLKit SQLDropEnum.swift
[1976/2096] Compiling AsyncKit Optional+StrictMap.swift
[1977/2096] Compiling AsyncKit Exports.swift
[1978/2096] Emitting module Crypto
[1979/2096] Compiling SQLKit SQLPredicateBuilder.swift
[1980/2096] Compiling SQLKit SQLQueryBuilder.swift
[1981/2096] Compiling SQLKit SQLQueryFetcher.swift
[1982/2096] Compiling SQLKit SQLReturningBuilder.swift
[2002/2096] Compiling SQLKit SQLCommonUnionBuilder.swift
[2003/2096] Compiling SQLKit SQLJoinBuilder.swift
[2004/2096] Compiling SQLKit SQLPartialResultBuilder.swift
[2048/2096] Emitting module SQLKit
[2049/2096] Emitting module AsyncKit
[2080/2097] Compiling SQLKit SQLFunction.swift
[2081/2097] Compiling SQLKit SQLGroupExpression.swift
[2082/2097] Compiling SQLKit SQLIdentifier.swift
[2083/2097] Compiling SQLKit SQLList.swift
[2084/2097] Compiling SQLKit SQLLiteral.swift
[2085/2097] Compiling SQLKit SQLRaw.swift
[2086/2097] Compiling SQLKit SQLCodingUtilities.swift
[2087/2097] Compiling SQLKit SQLQueryEncoder.swift
[2088/2097] Compiling SQLKit SQLRow.swift
[2089/2097] Compiling SQLKit SQLRowDecoder.swift
[2090/2097] Compiling SQLKit SomeCodingKey.swift
[2091/2097] Compiling SQLKit StringHandling.swift
[2093/2185] Compiling FluentKit AsyncMigration.swift
[2094/2185] Compiling FluentKit AsyncModelMiddleware.swift
[2095/2185] Compiling FluentKit Children+Concurrency.swift
[2096/2185] Compiling FluentKit Database+Concurrency.swift
[2097/2185] Compiling FluentKit EnumBuilder+Concurrency.swift
[2098/2185] Compiling FluentKit Model+Concurrency.swift
[2099/2185] Compiling FluentKit ModelResponder+Concurrency.swift
[2100/2185] Compiling FluentKit OptionalChild+Concurrency.swift
[2101/2185] Compiling FluentKit OptionalParent+Concurrency.swift
[2102/2185] Compiling FluentKit Parent+Concurrency.swift
[2103/2185] Compiling FluentKit QueryBuilder+Concurrency.swift
[2104/2185] Compiling FluentKit Relation+Concurrency.swift
[2105/2185] Compiling FluentKit SchemaBuilder+Concurrency.swift
[2106/2197] Emitting module FluentKit
[2107/2197] Compiling FluentKit Siblings+Concurrency.swift
[2108/2197] Compiling FluentKit Database+Logging.swift
[2109/2197] Compiling FluentKit Database.swift
[2110/2197] Compiling FluentKit DatabaseID.swift
[2111/2197] Compiling FluentKit DatabaseInput.swift
[2112/2197] Compiling FluentKit DatabaseOutput.swift
[2113/2197] Compiling FluentKit Databases.swift
[2114/2197] Compiling FluentKit KeyPrefixingStrategy.swift
[2115/2197] Compiling FluentKit TransactionControlDatabase.swift
[2116/2197] Compiling FluentKit DatabaseEnum.swift
[2117/2197] Compiling FluentKit EnumBuilder.swift
[2118/2197] Compiling FluentKit EnumMetadata.swift
[2119/2197] Compiling FluentKit EnumProperty.swift
[2120/2197] Compiling FluentKit QueryBuilder+Group.swift
[2121/2197] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[2122/2197] Compiling FluentKit QueryBuilder+Join.swift
[2123/2197] Compiling FluentKit QueryBuilder+Paginate.swift
[2124/2197] Compiling FluentKit QueryBuilder+Range.swift
[2125/2197] Compiling FluentKit QueryBuilder+Set.swift
[2126/2197] Compiling FluentKit QueryBuilder+Sort.swift
[2127/2197] Compiling FluentKit QueryBuilder.swift
[2128/2197] Compiling FluentKit DatabaseQuery+Action.swift
[2129/2197] Compiling FluentKit DatabaseQuery+Aggregate.swift
[2130/2197] Compiling FluentKit DatabaseQuery+Field.swift
[2131/2197] Compiling FluentKit DatabaseQuery+Filter.swift
[2132/2197] Compiling FluentKit DatabaseQuery+Join.swift
[2133/2197] Compiling FluentKit DatabaseQuery+Range.swift
[2134/2197] Compiling FluentKit DatabaseQuery+Sort.swift
[2135/2197] Compiling FluentKit DatabaseQuery+Value.swift
[2136/2197] Compiling FluentKit DatabaseQuery.swift
[2137/2197] Compiling FluentKit QueryHistory.swift
[2138/2197] Compiling FluentKit DatabaseSchema.swift
[2139/2197] Compiling FluentKit SchemaBuilder.swift
[2140/2197] Compiling FluentKit OptionalType.swift
[2141/2197] Compiling FluentKit RandomGeneratable.swift
[2142/2197] Compiling FluentKit SomeCodingKey.swift
[2143/2197] Compiling FluentKit UnsafeMutableTransferBox.swift
[2144/2197] Compiling FluentKit OptionalEnumProperty.swift
[2145/2197] Compiling FluentKit Exports.swift
[2146/2197] Compiling FluentKit FluentError.swift
[2147/2197] Compiling FluentKit ModelMiddleware.swift
[2148/2197] Compiling FluentKit ModelResponder.swift
[2149/2197] Compiling FluentKit Migration.swift
[2150/2197] Compiling FluentKit MigrationLog.swift
[2151/2197] Compiling FluentKit Migrations.swift
[2152/2197] Compiling FluentKit Migrator.swift
[2153/2197] Compiling FluentKit AnyModel.swift
[2154/2197] Compiling FluentKit EagerLoad.swift
[2155/2197] Compiling FluentKit Fields+Codable.swift
[2156/2197] Compiling FluentKit Fields.swift
[2157/2197] Compiling FluentKit MirrorBypass.swift
[2158/2197] Compiling FluentKit Model+CRUD.swift
[2159/2197] Compiling FluentKit Model.swift
[2160/2197] Compiling FluentKit ModelAlias.swift
[2161/2197] Compiling FluentKit Schema.swift
[2162/2197] Compiling FluentKit FieldOperators.swift
[2163/2197] Compiling FluentKit Operators.swift
[2164/2197] Compiling FluentKit ValueOperators+Array.swift
[2165/2197] Compiling FluentKit ValueOperators+String.swift
[2166/2197] Compiling FluentKit ValueOperators.swift
[2167/2197] Compiling FluentKit Boolean.swift
[2168/2197] Compiling FluentKit OptionalChild.swift
[2169/2197] Compiling FluentKit OptionalField.swift
[2170/2197] Compiling FluentKit OptionalParent.swift
[2171/2197] Compiling FluentKit Parent.swift
[2172/2197] Compiling FluentKit Property.swift
[2173/2197] Compiling FluentKit Relation.swift
[2174/2197] Compiling FluentKit Siblings.swift
[2175/2197] Compiling FluentKit Timestamp.swift
[2176/2197] Compiling FluentKit TimestampFormat.swift
[2177/2197] Compiling FluentKit QueryBuilder+Aggregate.swift
[2178/2197] Compiling FluentKit QueryBuilder+EagerLoad.swift
[2179/2197] Compiling FluentKit QueryBuilder+Filter.swift
[2180/2197] Compiling FluentKit BooleanPropertyFormat.swift
[2181/2197] Compiling FluentKit Children.swift
[2182/2197] Compiling FluentKit CompositeChildren.swift
[2183/2197] Compiling FluentKit CompositeID.swift
[2184/2197] Compiling FluentKit CompositeOptionalChild.swift
[2185/2197] Compiling FluentKit CompositeOptionalParent.swift
[2186/2197] Compiling FluentKit CompositeParent.swift
[2187/2197] Compiling FluentKit Field.swift
[2188/2197] Compiling FluentKit FieldKey.swift
[2189/2197] Compiling FluentKit Group.swift
[2190/2197] Compiling FluentKit ID.swift
[2191/2197] Compiling FluentKit OptionalBoolean.swift
[2200/2368] Compiling Vapor HTTPServerResponseEncoder.swift
[2201/2368] Compiling Vapor HTTPServerUpgradeHandler.swift
[2202/2368] Compiling Vapor Logger+Report.swift
[2203/2368] Compiling Vapor LoggingSystem+Environment.swift
[2204/2368] Compiling Vapor Application+Middleware.swift
[2205/2368] Compiling Vapor CORSMiddleware.swift
[2206/2368] Compiling Vapor ErrorMiddleware.swift
[2207/2368] Compiling Vapor FileMiddleware.swift
[2208/2368] Compiling Vapor Middleware.swift
[2209/2368] Compiling Vapor MiddlewareConfiguration.swift
[2210/2368] Compiling Vapor ResponseCompressionMiddleware.swift
[2211/2368] Compiling Vapor RouteLoggingMiddleware.swift
[2212/2368] Compiling Vapor TracingMiddleware.swift
[2213/2368] Compiling Vapor File+Multipart.swift
[2214/2368] Compiling Vapor FormDataDecoder+Content.swift
[2215/2368] Compiling Vapor FormDataEncoder+Content.swift
[2216/2368] Compiling Vapor Application+Password.swift
[2217/2368] Compiling Vapor Application+Passwords.swift
[2218/2368] Compiling Vapor AsyncPasswordHasher.swift
[2219/2368] Compiling Vapor BcryptHasher.swift
[2220/2368] Compiling Vapor PasswordHasher.swift
[2221/2368] Compiling Vapor PlaintextHasher.swift
[2222/2368] Compiling Vapor Request+Password.swift
[2223/2368] Compiling Vapor Redirect.swift
[2224/2392] Emitting module Vapor
[2225/2416] Compiling Vapor Application.swift
[2226/2416] Compiling Vapor AuthenticationCache.swift
[2227/2416] Compiling Vapor Authenticator.swift
[2228/2416] Compiling Vapor BasicAuthorization.swift
[2229/2416] Compiling Vapor BearerAuthorization.swift
[2230/2416] Compiling Vapor GuardMiddleware.swift
[2231/2416] Compiling Vapor RedirectMiddleware.swift
[2232/2416] Compiling Vapor SessionAuthenticatable.swift
[2233/2416] Compiling Vapor Bcrypt.swift
[2234/2416] Compiling Vapor Application+Cache.swift
[2235/2416] Compiling Vapor Cache.swift
[2236/2416] Compiling Vapor CacheExpirationTime.swift
[2237/2416] Compiling Vapor MemoryCache.swift
[2238/2416] Compiling Vapor Request+Cache.swift
[2239/2416] Compiling Vapor Application+Clients.swift
[2240/2416] Compiling Vapor Client.swift
[2241/2416] Compiling Vapor ClientRequest.swift
[2242/2416] Compiling Vapor ClientResponse.swift
[2243/2416] Compiling Vapor Request+Client.swift
[2244/2416] Compiling Vapor BootCommand.swift
[2245/2416] Compiling Vapor CommandContext+Application.swift
[2246/2416] Compiling Vapor RoutesCommand.swift
[2247/2416] Compiling Vapor ServeCommand.swift
[2248/2416] Compiling Vapor AnyResponse+Concurrency.swift
[2249/2416] Compiling Vapor Request+Body.swift
[2250/2416] Compiling Vapor Request+BodyStream.swift
[2251/2416] Compiling Vapor Request.swift
[2252/2416] Compiling Vapor Application+Responder.swift
[2253/2416] Compiling Vapor DefaultResponder.swift
[2254/2416] Compiling Vapor Response+Body.swift
[2255/2416] Compiling Vapor Response.swift
[2256/2416] Compiling Vapor ResponseCodable.swift
[2257/2416] Compiling Vapor Application+Routes.swift
[2258/2416] Compiling Vapor Parameters+Require.swift
[2259/2416] Compiling Vapor Request+WebSocket.swift
[2260/2416] Compiling Vapor Route.swift
[2261/2416] Compiling Vapor RouteCollection.swift
[2262/2416] Compiling Vapor Routes.swift
[2263/2416] Compiling Vapor RoutesBuilder+Group.swift
[2264/2416] Compiling Vapor RoutesBuilder+Method.swift
[2265/2416] Compiling Vapor RoutesBuilder+Middleware.swift
[2266/2416] Compiling Vapor RoutesBuilder+WebSocket.swift
[2267/2416] Compiling Vapor RoutesBuilder.swift
[2268/2416] Compiling Vapor OTP.swift
[2269/2416] Compiling Vapor Application+Servers.swift
[2270/2416] Compiling Vapor Server.swift
[2271/2416] Compiling Vapor App+Service.swift
[2272/2416] Compiling Vapor Req+Service.swift
[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 Core.swift
[2298/2416] Compiling Vapor Running.swift
[2299/2416] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2300/2416] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2301/2416] Compiling Vapor DotEnvFile+load.swift
[2302/2416] Compiling Vapor Routes+caseInsenstive.swift
[2303/2416] Compiling Vapor Validatable+validate.swift
[2304/2416] Compiling Vapor Environment+Process.swift
[2305/2416] Compiling Vapor Environment+Secret.swift
[2306/2416] Compiling Vapor Environment.swift
[2307/2416] Compiling Vapor Abort.swift
[2308/2416] Compiling Vapor AbortError.swift
[2309/2416] Compiling Vapor DebuggableError.swift
[2310/2416] Compiling Vapor Demangler.swift
[2311/2416] Compiling Vapor ErrorSource.swift
[2312/2416] Compiling Vapor StackTrace.swift
[2313/2416] Compiling Vapor Exports.swift
[2314/2416] Compiling Vapor Application+HTTP.swift
[2315/2416] Compiling Vapor BasicResponder.swift
[2316/2416] Compiling Vapor BodyStream.swift
[2317/2416] Compiling Vapor Application+HTTP+Client.swift
[2318/2416] Compiling Vapor EventLoopHTTPClient.swift
[2319/2416] Compiling Vapor EndpointCache.swift
[2320/2416] Compiling Vapor HTTPMethod+String.swift
[2321/2416] Compiling Vapor Service.swift
[2322/2416] Compiling Vapor Application+Sessions.swift
[2323/2416] Compiling Vapor MemorySessions.swift
[2324/2416] Compiling Vapor Request+Session.swift
[2325/2416] Compiling Vapor Session.swift
[2326/2416] Compiling Vapor SessionCache.swift
[2327/2416] Compiling Vapor SessionData.swift
[2328/2416] Compiling Vapor SessionDriver.swift
[2329/2416] Compiling Vapor SessionsConfiguration.swift
[2330/2416] Compiling Vapor SessionsMiddleware.swift
[2331/2416] Compiling Vapor URLEncodedFormData.swift
[2332/2416] Compiling Vapor URLEncodedFormDecoder.swift
[2333/2416] Compiling Vapor URLEncodedFormEncoder.swift
[2334/2416] Compiling Vapor URLEncodedFormError.swift
[2335/2416] Compiling Vapor URLEncodedFormParser.swift
[2336/2416] Compiling Vapor URLEncodedFormSerializer.swift
[2337/2416] Compiling Vapor URLQueryFragmentConvertible.swift
[2338/2416] Compiling Vapor AnyResponse.swift
[2339/2416] Compiling Vapor Array+Random.swift
[2340/2416] Compiling Vapor Base32.swift
[2341/2416] Compiling Vapor Base64.swift
[2342/2416] Compiling Vapor BaseN.swift
[2343/2416] Compiling Vapor BasicCodingKey.swift
[2344/2416] Compiling Vapor ByteCount.swift
[2345/2416] Compiling Vapor Validator.swift
[2346/2416] Compiling Vapor ValidatorResult.swift
[2347/2416] Compiling Vapor And.swift
[2348/2416] Compiling Vapor Case.swift
[2349/2416] Compiling Vapor CharacterSet.swift
[2350/2416] Compiling Vapor Count.swift
[2351/2416] Compiling Vapor Custom.swift
[2352/2416] Compiling Vapor Email.swift
[2353/2416] Compiling Vapor Empty.swift
[2354/2416] Compiling Vapor In.swift
[2355/2416] Compiling Vapor Nil.swift
[2356/2416] Compiling Vapor NilIgnoring.swift
[2357/2416] Compiling Vapor Not.swift
[2358/2416] Compiling Vapor Or.swift
[2359/2416] Compiling Vapor Pattern.swift
[2360/2416] Compiling Vapor Range.swift
[2361/2416] Compiling Vapor URL.swift
[2362/2416] Compiling Vapor Valid.swift
[2363/2416] Compiling Vapor Application+Views.swift
[2364/2416] Compiling Vapor PlaintextRenderer.swift
[2365/2416] Compiling Vapor Request+View.swift
[2366/2416] Compiling Vapor View.swift
[2367/2416] Compiling Vapor ViewRenderer.swift
[2368/2416] Compiling Vapor _Deprecations.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 HTTPStatus.swift
[2394/2416] Compiling Vapor HTTPCookies.swift
[2395/2416] Compiling Vapor HTTPHeaderCacheControl.swift
[2396/2416] Compiling Vapor HTTPHeaderExpires.swift
[2397/2416] Compiling Vapor HTTPHeaderLastModified.swift
[2398/2416] Compiling Vapor HTTPHeaders+Cache.swift
[2399/2416] Compiling Vapor HTTPHeaders+Connection.swift
[2400/2416] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2401/2416] Compiling Vapor HTTPHeaders+ContentRange.swift
[2402/2416] Compiling Vapor HTTPHeaders+Directive.swift
[2403/2416] Compiling Vapor HTTPHeaders+Forwarded.swift
[2404/2416] Compiling Vapor HTTPHeaders+Link.swift
[2405/2416] Compiling Vapor HTTPHeaders+Name.swift
[2406/2416] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2407/2416] Compiling Vapor HTTPHeaders.swift
[2408/2416] Compiling Vapor HTTPMediaType.swift
[2409/2416] Compiling Vapor HTTPMediaTypePreference.swift
[2410/2416] Compiling Vapor Responder.swift
[2411/2416] Compiling Vapor Application+HTTP+Server.swift
[2412/2416] Compiling Vapor HTTPServer.swift
[2413/2416] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2414/2416] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2415/2416] Compiling Vapor HTTPServerHandler.swift
[2416/2416] Compiling Vapor HTTPServerRequestDecoder.swift
[2418/2432] Compiling Fluent Exports.swift
[2419/2432] Compiling Fluent Fluent+Cache.swift
[2420/2434] Compiling Fluent Pagination+Concurrency.swift
[2421/2434] Compiling Fluent Sessions+Concurrency.swift
[2422/2434] Compiling Fluent FluentProvider+Concurrency.swift
[2423/2434] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2424/2434] Emitting module Fluent
[2425/2434] Compiling Fluent ModelAuthenticatable.swift
[2426/2434] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2427/2434] Compiling Fluent FluentProvider.swift
[2428/2434] Compiling Fluent MigrateCommand.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 Publicable.swift
[2437/2446] Compiling CRUDKit Patchable.swift
[2438/2446] Compiling CRUDKit Replaceable.swift
[2439/2446] Compiling CRUDKit Routes.swift
[2440/2446] Compiling CRUDKit Createable.swift
[2441/2446] Compiling CRUDKit Content+Validatable.swift
[2442/2446] Compiling CRUDKit Model+Fetch.swift
[2443/2446] Compiling CRUDKit CRUDModel.swift
[2444/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 |
[2445/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 |
[2446/2446] Emitting module CRUDKit
Build complete! (358.86s)
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.