The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Authomatek, reference 0.0.1 (12648b), with Swift 6.1 for Android on 28 May 2025 14:33:01 UTC.

Swift 6 data race errors: 3

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tugcanonbas/authomatek.git
Reference: 0.0.1
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/tugcanonbas/authomatek
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at 12648b5 Create LICENSE
Cloned https://github.com/tugcanonbas/authomatek.git
Revision (git rev-parse @):
12648b50333c15b76babf5f6830e495297b92c82
SUCCESS checkout https://github.com/tugcanonbas/authomatek.git at 0.0.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tugcanonbas/authomatek.git
https://github.com/tugcanonbas/authomatek.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" : "jwt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt.git"
    }
  ],
  "manifest_display_name" : "Authomatek",
  "name" : "Authomatek",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Authomatek",
      "targets" : [
        "Authomatek"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Authomatek",
      "module_type" : "SwiftTarget",
      "name" : "Authomatek",
      "path" : "Sources/Authomatek",
      "product_dependencies" : [
        "Vapor",
        "Fluent",
        "JWT"
      ],
      "product_memberships" : [
        "Authomatek"
      ],
      "sources" : [
        "Authentication/Controller/AuthoControllable.swift",
        "Authentication/Controller/AuthoController.swift",
        "Authentication/Middleware/AuthoMiddleware.swift",
        "Authentication/Token/AuthoPayload.swift",
        "Authentication/Token/AuthoToken.swift",
        "Authentication/Token/AuthoTokenable.swift",
        "Authentication/Token/AuthoTokenizer.swift",
        "Authentication/Token/TokenService.swift",
        "Authomatek.swift",
        "Route/AuthoRoutable.swift",
        "Route/AuthoRoutes.swift",
        "Route/PathComponent+Extension.swift",
        "Route/RouteConfig.swift",
        "User/Migrations/CreateUser.swift",
        "User/Migrations/CreateUserStatus.swift",
        "User/Model/UserModel+Authenticatable.swift",
        "User/Model/UserModel+DB.swift",
        "User/Model/UserModel+DTO.swift",
        "User/Model/UserModel.swift",
        "User/User.swift",
        "User/UserStatus.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/jwt.git
[1/2707] Fetching jwt
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor/vapor.git
Fetched https://github.com/vapor/jwt.git from cache (0.55s)
[1/13421] Fetching fluent
[12617/87799] Fetching fluent, vapor
Fetched https://github.com/vapor/fluent.git from cache (2.66s)
Fetched https://github.com/vapor/vapor.git from cache (2.71s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 4.2.2 (4.19s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (1.81s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (2.37s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13328] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.88s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (1.65s)
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
[3837/9819] Fetching swift-log, sql-kit
[9820/85903] Fetching swift-log, sql-kit, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (1.50s)
[7641/79920] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (5.11s)
Fetched https://github.com/apple/swift-nio.git from cache (5.38s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (5.98s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.87s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.80s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.90s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[1714/6101] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.55s)
Fetched https://github.com/apple/swift-system.git from cache (0.55s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.08s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.63s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.79s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 4.13.5 (0.86s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.55s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (2.53s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-service-context.git
[1/3319] Fetching multipart-kit
[1628/4382] Fetching multipart-kit, swift-service-context
[2171/6588] Fetching multipart-kit, swift-service-context, swift-metrics
[2912/9197] Fetching multipart-kit, swift-service-context, swift-metrics, websocket-kit
[4650/14171] Fetching multipart-kit, swift-service-context, swift-metrics, websocket-kit, swift-distributed-tracing
[8601/20130] Fetching multipart-kit, swift-service-context, swift-metrics, websocket-kit, swift-distributed-tracing, swift-algorithms
Fetched https://github.com/apple/swift-service-context.git from cache (1.39s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-metrics.git from cache (1.65s)
Fetched https://github.com/vapor/websocket-kit.git from cache (1.66s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.66s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.66s)
Fetching https://github.com/vapor/console-kit.git
[1/5914] Fetching swift-nio-extras
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.73s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.52s)
Fetching https://github.com/swift-server/async-http-client.git
[1/11527] Fetching swift-nio-http2
[463/13897] Fetching swift-nio-http2, async-kit
[1703/19474] Fetching swift-nio-http2, async-kit, console-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.33s)
[8229/17104] Fetching swift-nio-http2, console-kit
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/vapor/console-kit.git from cache (0.48s)
[2767/11527] Fetching swift-nio-http2
[9454/25541] Fetching swift-nio-http2, async-http-client
[11744/46268] Fetching swift-nio-http2, async-http-client, routing-kit
[38218/61111] Fetching swift-nio-http2, async-http-client, routing-kit, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.51s)
[39937/49584] Fetching async-http-client, routing-kit, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (1.38s)
[27852/35570] Fetching routing-kit, swift-nio-ssl
Fetched https://github.com/vapor/routing-kit.git from cache (1.30s)
[10687/14843] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.04s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (4.72s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.56s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.57s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.49s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.12s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.60s)
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.37s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.89s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (3.03s)
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.68s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
[1/1141] Fetching swift-http-structured-headers
[424/2045] Fetching swift-http-structured-headers, swift-http-types
[2046/8200] Fetching swift-http-structured-headers, swift-http-types, swift-certificates
[4693/9790] Fetching swift-http-structured-headers, swift-http-types, swift-certificates, swift-asn1
[7012/12216] Fetching swift-http-structured-headers, swift-http-types, swift-certificates, swift-asn1, swift-service-lifecycle
[9060/17201] Fetching swift-http-structured-headers, swift-http-types, swift-certificates, swift-asn1, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.81s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.81s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.81s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.04s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.04s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.04s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.66s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.79s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.75s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.85s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.54s)
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.95s)
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.76s)
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.68s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.56s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.56s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.54s)
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.63s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.61s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.56s)
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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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.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-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/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/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/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/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 4.13.5
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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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/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-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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 4.2.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/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-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/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
warning: 'jwt': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/jwt/Sources/JWT/Docs.docc
Building for debugging...
[0/1258] Write sources
[41/1258] Compiling CNIOWindows shim.c
[42/1258] Write sources
[43/1258] Compiling CNIOWindows WSAStartup.c
[44/1258] Compiling CNIOWASI CNIOWASI.c
[44/1258] Write sources
[53/1258] Compiling CNIOLinux liburing_shims.c
[54/1258] Compiling CVaporBcrypt bcrypt.c
[55/1258] Compiling _NumericsShims _NumericsShims.c
[56/1258] Compiling _AtomicsShims.c
[57/1258] Compiling CSystem shims.c
[58/1258] Compiling CNIOSHA1 c_nio_sha1.c
[59/1258] Compiling CNIOExtrasZlib empty.c
[60/1258] Compiling CNIODarwin shim.c
[61/1258] Compiling CNIOLinux shim.c
[62/1258] Compiling CNIOLLHTTP c_nio_http.c
[63/1258] Compiling CNIOLLHTTP c_nio_api.c
[64/1258] Compiling fiat_p256_adx_mul.S
[65/1258] Compiling fiat_p256_adx_sqr.S
[66/1258] Compiling fiat_curve25519_adx_square.S
[67/1258] Compiling fiat_curve25519_adx_mul.S
[68/1258] Compiling CVaporBcrypt blf.c
[69/1258] Write swift-version-24593BA9C3E375BF.txt
[70/1258] Compiling CNIOLLHTTP c_nio_llhttp.c
[71/1262] Compiling CNIOBoringSSLShims shims.c
[72/1264] Compiling tls_record.cc
[73/1264] Compiling tls_method.cc
[74/1264] Compiling tls13_enc.cc
[75/1264] Compiling tls13_both.cc
[76/1292] Compiling tls13_server.cc
[77/1310] Compiling tls13_client.cc
[79/1327] Emitting module ServiceContextModule
[80/1327] Compiling RealModule Real.swift
[81/1328] Compiling ServiceContextModule ServiceContextKey.swift
[82/1328] Compiling ServiceContextModule ServiceContext.swift
[83/1328] Compiling RealModule Float80+Real.swift
[84/1329] Compiling Logging LogHandler.swift
[85/1329] Compiling RealModule Float16+Real.swift
[86/1329] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[87/1329] Compiling InternalCollectionsUtilities Debugging.swift
[88/1329] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[89/1329] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[90/1329] Compiling InternalCollectionsUtilities _SortedCollection.swift
[91/1329] Compiling InternalCollectionsUtilities Descriptions.swift
[92/1329] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[93/1329] Compiling _NIODataStructures _TinyArray.swift
[94/1329] Emitting module RealModule
[95/1330] Compiling _NIODataStructures PriorityQueue.swift
[96/1330] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[97/1330] Compiling InternalCollectionsUtilities UInt+reversed.swift
[98/1330] Compiling _NIOBase64 Base64.swift
[99/1330] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[100/1330] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[101/1330] Emitting module _NIOBase64
[102/1330] Emitting module InternalCollectionsUtilities
[103/1330] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[104/1330] Compiling InternalCollectionsUtilities Integer rank.swift
[105/1331] Compiling RealModule ElementaryFunctions.swift
[106/1331] Compiling RealModule Float+Real.swift
[111/1331] Compiling _NIODataStructures Heap.swift
[112/1331] Emitting module _NIODataStructures
[115/1332] Compiling RealModule RealFunctions.swift
[116/1333] Compiling SystemPackage MachPort.swift
[117/1333] Compiling SystemPackage PlatformString.swift
[118/1333] Compiling SystemPackage SystemString.swift
[124/1336] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[131/1343] Emitting module Instrumentation
[132/1343] Compiling Instrumentation NoOpInstrument.swift
[133/1343] Compiling CoreMetrics Metrics.swift
[134/1343] Compiling Instrumentation MultiplexInstrument.swift
[135/1343] Emitting module SystemPackage
[136/1343] Compiling SystemPackage Errno.swift
[137/1343] Compiling SystemPackage ErrnoWindows.swift
[138/1343] Compiling SystemPackage FileDescriptor.swift
[139/1343] Compiling SystemPackage FileHelpers.swift
[144/1343] Compiling Instrumentation Instrument.swift
[145/1343] Compiling SystemPackage Util+StringArray.swift
[146/1343] Compiling SystemPackage Util.swift
[147/1343] Compiling SystemPackage UtilConsumers.swift
[147/1343] Compiling t1_enc.cc
[148/1343] Compiling ssl_transcript.cc
[150/1343] Compiling CoreMetrics Locks.swift
[151/1343] Compiling Instrumentation InstrumentationSystem.swift
[152/1343] Compiling Instrumentation Locks.swift
[153/1343] Emitting module CoreMetrics
[154/1345] Emitting module Logging
[155/1345] Compiling Logging MetadataProvider.swift
[156/1345] Compiling SystemPackage Backcompat.swift
[157/1345] Compiling SystemPackage CInterop.swift
[158/1345] Compiling SystemPackage Constants.swift
[159/1345] Compiling SystemPackage Exports.swift
[159/1345] Compiling ssl_versions.cc
[161/1345] Compiling SystemPackage Mocking.swift
[162/1345] Compiling SystemPackage RawBuffer.swift
[163/1345] Compiling SystemPackage Syscalls.swift
[164/1345] Compiling SystemPackage WindowsSyscallAdapters.swift
[164/1346] Compiling ssl_x509.cc
[166/1346] Compiling Logging Locks.swift
[167/1346] Compiling Logging Logging.swift
[172/1560] Compiling HeapModule Heap+Descriptions.swift
[173/1584] Compiling HeapModule Heap.swift
[174/1584] Compiling HeapModule _HeapNode.swift
[175/1584] Compiling DequeModule Deque+Equatable.swift
[176/1584] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[177/1584] Compiling DequeModule Deque+CustomReflectable.swift
[178/1584] Compiling DequeModule Deque+Descriptions.swift
[179/1586] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[180/1586] Compiling HeapModule Heap+Invariants.swift
[181/1586] Compiling HeapModule Heap+UnsafeHandle.swift
[182/1586] Compiling DequeModule _DequeBuffer.swift
[183/1586] Compiling DequeModule _DequeBufferHeader.swift
[184/1586] Emitting module HeapModule
[185/1587] Compiling Tracing TracingTime.swift
[187/1587] Compiling HashTreeCollections TreeSet+Hashable.swift
[188/1587] Compiling HashTreeCollections TreeSet+Sendable.swift
[189/1587] Compiling HashTreeCollections TreeSet+Sequence.swift
[190/1587] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[191/1587] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[192/1587] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[193/1587] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[194/1587] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[195/1587] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[196/1587] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[197/1593] Compiling Tracing TracerProtocol.swift
[198/1597] Compiling HashTreeCollections TreeDictionary+Codable.swift
[199/1597] Compiling HashTreeCollections TreeDictionary+Collection.swift
[200/1597] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[201/1597] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[202/1597] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[203/1597] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[204/1597] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[205/1597] Compiling HashTreeCollections _HashNode+Structural union.swift
[206/1597] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[207/1597] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[208/1597] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[209/1597] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[210/1597] Compiling HashTreeCollections _HashNode.swift
[211/1597] Compiling HashTreeCollections _HashNodeHeader.swift
[212/1604] Compiling Tracing TracerProtocol+Legacy.swift
[213/1604] Compiling Tracing Tracer.swift
[214/1604] Compiling DequeModule _DequeSlot.swift
[215/1604] Compiling DequeModule _UnsafeWrappedBuffer.swift
[216/1604] Compiling HashTreeCollections TreeDictionary+Filter.swift
[217/1604] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[218/1604] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[219/1604] Compiling HashTreeCollections TreeDictionary+Keys.swift
[220/1604] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[221/1604] Compiling HashTreeCollections TreeDictionary+Merge.swift
[222/1604] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[223/1604] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[224/1604] Compiling HashTreeCollections _HashSlot.swift
[225/1604] Compiling HashTreeCollections _HashStack.swift
[226/1604] Compiling HashTreeCollections _HashTreeIterator.swift
[227/1604] Compiling HashTreeCollections _HashTreeStatistics.swift
[228/1604] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[229/1604] Compiling HashTreeCollections _RawHashNode.swift
[230/1604] Compiling HashTreeCollections _UnmanagedHashNode.swift
[231/1604] Compiling HashTreeCollections _UnsafePath.swift
[234/1604] Compiling DequeModule Deque+Codable.swift
[235/1604] Compiling DequeModule Deque+Collection.swift
[238/1604] Compiling DequeModule Deque+Testing.swift
[239/1604] Compiling DequeModule Deque._Storage.swift
[240/1604] Compiling DequeModule Deque+Extras.swift
[241/1604] Compiling DequeModule Deque+Hashable.swift
[242/1604] Compiling DequeModule Deque._UnsafeHandle.swift
[243/1604] Compiling DequeModule Deque.swift
[248/1604] Compiling HashTreeCollections TreeDictionary.swift
[249/1604] Compiling HashTreeCollections TreeSet+Codable.swift
[250/1604] Compiling HashTreeCollections TreeSet+Collection.swift
[251/1604] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[252/1604] Compiling HashTreeCollections TreeSet+Debugging.swift
[253/1604] Compiling HashTreeCollections TreeSet+Descriptions.swift
[254/1604] Compiling HashTreeCollections TreeSet+Equatable.swift
[255/1604] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[256/1604] Compiling HashTreeCollections TreeSet+Extras.swift
[257/1604] Compiling HashTreeCollections TreeSet+Filter.swift
[268/1604] Compiling OrderedCollections OrderedSet+Sendable.swift
[275/1604] Compiling Tracing InstrumentationSystem+Tracing.swift
[276/1604] Compiling Tracing NoOpTracer.swift
[277/1604] Emitting module Tracing
[278/1604] Compiling Tracing SpanProtocol.swift
[282/1605] Emitting module DequeModule
[283/1606] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[284/1606] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[285/1606] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[286/1606] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[287/1606] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[288/1606] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[289/1606] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[290/1606] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[291/1606] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[292/1606] Compiling HashTreeCollections TreeSet.swift
[301/1606] Compiling OrderedCollections OrderedSet+SubSequence.swift
[302/1606] Compiling OrderedCollections OrderedSet+Testing.swift
[303/1615] Compiling HashTreeCollections _HashNode+Builder.swift
[304/1615] Compiling HashTreeCollections _HashNode+Debugging.swift
[305/1615] Compiling HashTreeCollections _HashNode+Initializers.swift
[306/1615] Compiling HashTreeCollections _HashNode+Invariants.swift
[307/1615] Compiling HashTreeCollections _HashNode+Lookups.swift
[308/1615] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[309/1615] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[310/1615] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[322/1615] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[323/1615] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[324/1615] Compiling OrderedCollections OrderedSet.swift
[325/1615] Compiling OrderedCollections _UnsafeBitset.swift
[361/1615] Emitting module _RopeModule
[369/1615] Emitting module OrderedCollections
[370/1616] Emitting module RoutingKit
[371/1616] Compiling RoutingKit Router.swift
[372/1616] Compiling RoutingKit TrieRouter.swift
[374/1616] Compiling RoutingKit PathComponent.swift
[374/1616] Compiling ssl_stat.cc
[408/1616] Compiling ssl_session.cc
[410/1616] Compiling RoutingKit AnyRouter.swift
[411/1616] Compiling RoutingKit Parameters.swift
[412/1617] Emitting module Metrics
[413/1617] Compiling Metrics Metrics.swift
[413/1618] Compiling ssl_privkey.cc
[417/1618] Compiling _RopeModule Rope+Join.swift
[418/1618] Compiling _RopeModule Rope+MutatingForEach.swift
[419/1618] Compiling _RopeModule Rope+Remove.swift
[420/1618] Compiling _RopeModule Rope+RemoveSubrange.swift
[421/1618] Compiling _RopeModule Rope+Split.swift
[422/1618] Compiling _RopeModule Optional Utilities.swift
[423/1618] Compiling _RopeModule String Utilities.swift
[424/1618] Compiling _RopeModule String.Index+ABI.swift
[425/1618] Compiling _RopeModule _CharacterRecognizer.swift
[426/1618] Emitting module HashTreeCollections
[427/1619] Compiling ssl_key_share.cc
[448/1620] Compiling ssl_file.cc
[449/1620] Compiling ssl_lib.cc
[450/1620] Compiling ssl_credential.cc
[451/1620] Compiling ssl_cert.cc
[452/1620] Compiling ssl_cipher.cc
[453/1620] Compiling ssl_buffer.cc
[454/1620] Compiling ssl_asn1.cc
[455/1620] Compiling s3_both.cc
[456/1620] Compiling ssl_aead_ctx.cc
[457/1620] Compiling s3_pkt.cc
[458/1620] Compiling s3_lib.cc
[459/1620] Compiling handoff.cc
[460/1620] Compiling handshake.cc
[461/1620] Compiling handshake_server.cc
[462/1620] Compiling handshake_client.cc
[463/1620] Compiling encrypted_client_hello.cc
[464/1620] Compiling extensions.cc
[465/1620] Compiling dtls_record.cc
[466/1620] Compiling md5-x86_64-linux.S
[467/1620] Compiling md5-x86_64-apple.S
[468/1620] Compiling md5-586-linux.S
[469/1620] Compiling d1_srtp.cc
[470/1620] Compiling md5-586-apple.S
[471/1620] Compiling chacha20_poly1305_x86_64-linux.S
[472/1620] Compiling bio_ssl.cc
[473/1620] Compiling chacha20_poly1305_x86_64-apple.S
[474/1620] Compiling chacha20_poly1305_armv8-win.S
[475/1620] Compiling d1_pkt.cc
[476/1620] Compiling chacha20_poly1305_armv8-apple.S
[477/1620] Compiling chacha-x86_64-linux.S
[478/1620] Compiling chacha-x86-linux.S
[479/1620] Compiling chacha20_poly1305_armv8-linux.S
[480/1620] Compiling chacha-x86-apple.S
[480/1620] Compiling chacha-x86_64-apple.S
[482/1620] Compiling chacha-armv4-linux.S
[483/1620] Compiling chacha-armv8-win.S
[484/1620] Compiling chacha-armv8-apple.S
[485/1620] Compiling chacha-armv8-linux.S
[486/1620] Compiling dtls_method.cc
[487/1620] Compiling aes128gcmsiv-x86_64-linux.S
[488/1620] Compiling aes128gcmsiv-x86_64-apple.S
[489/1620] Compiling x86_64-mont5-linux.S
[490/1620] Compiling x86_64-mont5-apple.S
[491/1620] Compiling x86-mont-linux.S
[492/1620] Compiling x86_64-mont-apple.S
[493/1620] Compiling x86_64-mont-linux.S
[494/1620] Compiling vpaes-x86_64-linux.S
[495/1620] Compiling vpaes-x86-linux.S
[496/1620] Compiling vpaes-x86-apple.S
[497/1620] Compiling x86-mont-apple.S
[498/1620] Compiling vpaes-x86_64-apple.S
[499/1620] Compiling vpaes-armv8-win.S
[500/1620] Compiling vpaes-armv7-linux.S
[501/1620] Compiling vpaes-armv8-apple.S
[502/1620] Compiling vpaes-armv8-linux.S
[503/1620] Compiling sha512-x86_64-linux.S
[504/1620] Compiling sha512-armv8-win.S
[505/1620] Compiling sha512-armv8-apple.S
[506/1620] Compiling sha512-x86_64-apple.S
[507/1620] Compiling err_data.cc
[508/1620] Compiling sha512-586-linux.S
[509/1620] Compiling sha512-armv8-linux.S
[510/1620] Compiling sha512-armv4-linux.S
[511/1620] Compiling sha512-586-apple.S
[512/1620] Compiling sha256-x86_64-linux.S
[513/1620] Compiling sha256-x86_64-apple.S
[514/1620] Compiling sha256-armv8-apple.S
[515/1620] Compiling sha256-armv8-linux.S
[516/1620] Compiling sha256-armv8-win.S
[517/1620] Compiling sha256-armv4-linux.S
[518/1620] Compiling sha256-586-linux.S
[519/1620] Compiling sha256-586-apple.S
[520/1620] Compiling sha1-x86_64-apple.S
[521/1620] Compiling sha1-armv8-win.S
[522/1620] Compiling sha1-x86_64-linux.S
[523/1620] Compiling sha1-armv8-apple.S
[524/1620] Compiling sha1-586-linux.S
[525/1620] Compiling sha1-armv8-linux.S
[526/1620] Compiling sha1-armv4-large-linux.S
[527/1620] Compiling sha1-586-apple.S
[528/1620] Compiling rsaz-avx2-apple.S
[529/1620] Compiling rsaz-avx2-linux.S
[530/1620] Compiling p256_beeu-x86_64-asm-linux.S
[531/1620] Compiling rdrand-x86_64-linux.S
[532/1620] Compiling rdrand-x86_64-apple.S
[533/1620] Compiling p256_beeu-x86_64-asm-apple.S
[534/1620] Compiling d1_lib.cc
[535/1620] Compiling p256_beeu-armv8-asm-win.S
[536/1620] Compiling p256_beeu-armv8-asm-linux.S
[537/1620] Compiling p256-x86_64-asm-apple.S
[538/1620] Compiling p256-armv8-asm-apple.S
[539/1620] Compiling p256-armv8-asm-win.S
[540/1620] Compiling p256_beeu-armv8-asm-apple.S
[541/1620] Compiling p256-x86_64-asm-linux.S
[542/1620] Compiling p256-armv8-asm-linux.S
[543/1620] Compiling ghashv8-armv8-win.S
[544/1620] Compiling ghashv8-armv8-linux.S
[545/1620] Compiling ghashv8-armv7-linux.S
[546/1620] Compiling ghashv8-armv8-apple.S
[547/1620] Compiling ghash-x86-apple.S
[548/1620] Compiling d1_both.cc
[549/1620] Compiling ghash-x86_64-apple.S
[550/1620] Compiling ghash-x86-linux.S
[551/1620] Compiling ghash-x86_64-linux.S
[552/1620] Compiling ghash-ssse3-x86_64-linux.S
[553/1620] Compiling ghash-ssse3-x86-linux.S
[554/1620] Compiling ghash-ssse3-x86_64-apple.S
[555/1620] Compiling ghash-ssse3-x86-apple.S
[556/1620] Compiling ghash-neon-armv8-win.S
[557/1620] Compiling ghash-neon-armv8-apple.S
[558/1620] Compiling co-586-linux.S
[559/1620] Compiling ghash-armv4-linux.S
[560/1620] Compiling ghash-neon-armv8-linux.S
[561/1620] Compiling bsaes-armv7-linux.S
[562/1620] Compiling bn-armv8-win.S
[563/1620] Compiling co-586-apple.S
[564/1620] Compiling bn-armv8-linux.S
[565/1620] Compiling bn-armv8-apple.S
[566/1620] Compiling bn-586-linux.S
[567/1620] Compiling armv8-mont-win.S
[568/1620] Compiling bn-586-apple.S
[569/1620] Compiling armv4-mont-linux.S
[570/1620] Compiling armv8-mont-apple.S
[571/1620] Compiling aesv8-gcm-armv8-win.S
[572/1620] Compiling aesv8-gcm-armv8-apple.S
[572/1620] Compiling aesv8-armv8-win.S
[574/1620] Compiling aesv8-armv8-linux.S
[575/1620] Compiling armv8-mont-linux.S
[576/1620] Compiling aesv8-gcm-armv8-linux.S
[577/1620] Compiling aesv8-armv8-apple.S
[578/1620] Compiling aesni-x86_64-linux.S
[579/1620] Compiling aesni-x86-apple.S
[580/1620] Compiling aesni-gcm-x86_64-apple.S
[581/1620] Compiling aesv8-armv7-linux.S
[582/1620] Compiling aesni-x86_64-apple.S
[583/1620] Compiling aesni-x86-linux.S
[584/1620] Compiling aesni-gcm-x86_64-linux.S
[585/1620] Compiling aes-gcm-avx2-x86_64-apple.S
[586/1620] Compiling aes-gcm-avx2-x86_64-linux.S
[587/1620] Compiling aes-gcm-avx10-x86_64-apple.S
[587/1620] Compiling aes-gcm-avx10-x86_64-linux.S
[589/1620] Compiling x_x509.cc
[590/1620] Compiling x_sig.cc
[591/1620] Compiling x_x509a.cc
[592/1620] Compiling x_spki.cc
[593/1620] Compiling x_pubkey.cc
[594/1620] Compiling x_val.cc
[595/1620] Compiling x_req.cc
[596/1620] Compiling x_name.cc
[597/1620] Compiling x_exten.cc
[598/1620] Compiling x509rset.cc
[599/1620] Compiling x509spki.cc
[600/1620] Compiling x_attrib.cc
[601/1620] Compiling x_crl.cc
[602/1620] Compiling x_algor.cc
[603/1620] Compiling x509name.cc
[604/1620] Compiling x_all.cc
[605/1620] Compiling x509cset.cc
[606/1620] Compiling x509_vfy.cc
[607/1620] Compiling x509_vpm.cc
[608/1620] Compiling x509_trs.cc
[609/1620] Compiling x509_txt.cc
[610/1620] Compiling x509_v3.cc
[611/1620] Compiling x509_set.cc
[612/1620] Compiling x509_req.cc
[613/1620] Compiling x509_lu.cc
[614/1620] Compiling x509_obj.cc
[615/1620] Compiling x509_d2.cc
[616/1620] Compiling x509_ext.cc
[617/1620] Compiling x509_cmp.cc
[618/1620] Compiling x509_def.cc
[619/1620] Compiling x509_att.cc
[620/1620] Compiling x509.cc
[621/1620] Compiling v3_skey.cc
[622/1620] Compiling v3_purp.cc
[623/1620] Compiling v3_utl.cc
[624/1620] Compiling v3_ocsp.cc
[625/1620] Compiling v3_pcons.cc
[626/1620] Compiling v3_int.cc
[627/1620] Compiling v3_prn.cc
[628/1620] Compiling v3_ncons.cc
[629/1620] Compiling v3_pmaps.cc
[630/1620] Compiling v3_lib.cc
[631/1620] Compiling v3_info.cc
[632/1620] Compiling v3_genn.cc
[633/1620] Compiling v3_cpols.cc
[634/1620] Compiling v3_ia5.cc
[635/1620] Compiling v3_enum.cc
[636/1620] Compiling v3_extku.cc
[637/1620] Compiling v3_conf.cc
[638/1620] Compiling v3_crld.cc
[639/1620] Compiling v3_bitst.cc
[640/1620] Compiling v3_alt.cc
[641/1620] Compiling v3_bcons.cc
[642/1620] Compiling v3_akey.cc
[643/1620] Compiling v3_akeya.cc
[644/1620] Compiling t_x509.cc
[645/1620] Compiling t_req.cc
[646/1620] Compiling rsa_pss.cc
[647/1620] Compiling i2d_pr.cc
[648/1620] Compiling t_crl.cc
[649/1620] Compiling t_x509a.cc
[650/1620] Compiling policy.cc
[651/1620] Compiling by_file.cc
[652/1620] Compiling name_print.cc
[653/1620] Compiling algorithm.cc
[654/1620] Compiling a_sign.cc
[655/1620] Compiling by_dir.cc
[656/1620] Compiling a_verify.cc
[657/1620] Compiling asn1_gen.cc
[658/1620] Compiling a_digest.cc
[659/1620] Compiling thread_none.cc
[660/1620] Compiling trust_token.cc
[661/1620] Compiling thread_pthread.cc
[662/1620] Compiling thread_win.cc
[663/1620] Compiling pmbtoken.cc
[664/1620] Compiling thread.cc
[665/1620] Compiling voprf.cc
[666/1620] Compiling stack.cc
[667/1620] Compiling siphash.cc
[668/1620] Compiling sha512.cc
[669/1620] Compiling sha1.cc
[670/1620] Compiling slhdsa.cc
[671/1620] Compiling spake2plus.cc
[672/1620] Compiling sha256.cc
[673/1620] Compiling rsa_print.cc
[674/1620] Compiling rsa_extra.cc
[675/1620] Compiling urandom.cc
[676/1620] Compiling rsa_asn1.cc
[677/1620] Compiling rc4.cc
[678/1620] Compiling trusty.cc
[679/1620] Compiling rsa_crypt.cc
[680/1620] Compiling refcount.cc
[681/1620] Compiling windows.cc
[682/1620] Compiling rand.cc
[683/1620] Compiling passive.cc
[684/1620] Compiling poly1305_arm_asm.S
[685/1620] Compiling getentropy.cc
[686/1620] Compiling deterministic.cc
[687/1620] Compiling ios.cc
[688/1620] Compiling forkunsafe.cc
[689/1620] Compiling fork_detect.cc
[690/1620] Compiling poly1305_arm.cc
[691/1620] Compiling poly1305_vec.cc
[692/1620] Compiling pool.cc
[693/1620] Compiling poly1305.cc
[694/1620] Compiling pkcs8.cc
[695/1620] Compiling pkcs7.cc
[696/1620] Compiling p5_pbev2.cc
[697/1620] Compiling pkcs8_x509.cc
[698/1620] Compiling pem_x509.cc
[699/1620] Compiling pkcs7_x509.cc
[700/1620] Compiling pem_xaux.cc
[701/1620] Compiling pem_pkey.cc
[702/1620] Compiling obj_xref.cc
[703/1620] Compiling obj.cc
[704/1620] Compiling pem_oth.cc
[705/1620] Compiling mldsa.cc
[706/1620] Compiling mem.cc
[707/1620] Compiling pem_pk8.cc
[708/1620] Compiling mlkem.cc
[709/1620] Compiling pem_lib.cc
[710/1620] Compiling md4.cc
[711/1620] Compiling poly_rq_mul.S
[712/1620] Compiling md5.cc
[713/1620] Compiling fips_shared_support.cc
[714/1620] Compiling pem_info.cc
[715/1620] Compiling pem_all.cc
[716/1620] Compiling hpke.cc
[717/1620] Compiling lhash.cc
[718/1620] Compiling kyber.cc
[719/1620] Compiling ex_data.cc
[720/1620] Compiling sign.cc
[721/1620] Compiling scrypt.cc
[722/1620] Compiling print.cc
[723/1620] Compiling hrss.cc
[724/1620] Compiling pbkdf.cc
[725/1620] Compiling p_rsa.cc
[726/1620] Compiling p_x25519.cc
[727/1620] Compiling p_x25519_asn1.cc
[728/1620] Compiling p_rsa_asn1.cc
[729/1620] Compiling p_ed25519.cc
[730/1620] Compiling p_hkdf.cc
[731/1620] Compiling p_ed25519_asn1.cc
[732/1620] Compiling p_ec.cc
[733/1620] Compiling p_dsa_asn1.cc
[734/1620] Compiling p_dh.cc
[735/1620] Compiling evp_ctx.cc
[736/1620] Compiling p_ec_asn1.cc
[737/1620] Compiling p_dh_asn1.cc
[738/1620] Compiling evp.cc
[739/1620] Compiling evp_asn1.cc
[740/1620] Compiling ecdh.cc
[741/1620] Compiling err.cc
[742/1620] Compiling engine.cc
[743/1620] Compiling ecdsa_asn1.cc
[744/1620] Compiling hash_to_curve.cc
[745/1620] Compiling bcm.cc
[746/1620] Compiling ec_derive.cc
[747/1620] Compiling dsa_asn1.cc
[748/1620] Compiling dsa.cc
[749/1620] Compiling ec_asn1.cc
[750/1620] Compiling params.cc
[751/1620] Compiling x25519-asm-arm.S
[752/1620] Compiling digest_extra.cc
[753/1620] Compiling des.cc
[754/1620] Compiling spake25519.cc
[755/1620] Compiling dh_asn1.cc
[756/1620] Compiling cpu_intel.cc
[757/1620] Compiling curve25519_64_adx.cc
[758/1620] Compiling cpu_arm_freebsd.cc
[759/1620] Compiling curve25519.cc
[760/1620] Compiling crypto.cc
[761/1620] Compiling cpu_arm_linux.cc
[762/1620] Compiling cpu_aarch64_win.cc
[763/1620] Compiling cpu_aarch64_sysreg.cc
[764/1620] Compiling cpu_aarch64_linux.cc
[765/1620] Compiling cpu_aarch64_openbsd.cc
[766/1620] Compiling conf.cc
[767/1620] Compiling cpu_aarch64_fuchsia.cc
[768/1620] Compiling get_cipher.cc
[769/1620] Compiling cpu_aarch64_apple.cc
[770/1620] Compiling tls_cbc.cc
[771/1620] Compiling e_null.cc
[772/1620] Compiling e_tls.cc
[773/1620] Compiling e_rc4.cc
[774/1620] Compiling e_rc2.cc
[775/1620] Compiling e_des.cc
[776/1620] Compiling derive_key.cc
[777/1620] Compiling e_aesgcmsiv.cc
[778/1620] Compiling e_chacha20poly1305.cc
[779/1620] Compiling chacha.cc
[780/1620] Compiling e_aesctrhmac.cc
[781/1620] Compiling buf.cc
[782/1620] Compiling asn1_compat.cc
[783/1620] Compiling unicode.cc
[784/1620] Compiling socket_helper.cc
[785/1620] Compiling cbb.cc
[786/1620] Compiling cbs.cc
[787/1620] Compiling blake2.cc
[788/1620] Compiling ber.cc
[789/1620] Compiling socket.cc
[790/1620] Compiling convert.cc
[791/1620] Compiling printf.cc
[792/1620] Compiling bn_asn1.cc
[793/1620] Compiling pair.cc
[794/1620] Compiling file.cc
[795/1620] Compiling errno.cc
[796/1620] Compiling bio_mem.cc
[797/1620] Compiling fd.cc
[798/1620] Compiling hexdump.cc
[799/1620] Compiling connect.cc
[800/1620] Compiling bio.cc
[801/1620] Compiling base64.cc
[802/1620] Compiling tasn_utl.cc
[803/1620] Compiling tasn_typ.cc
[804/1620] Compiling tasn_enc.cc
[805/1620] Compiling tasn_fre.cc
[806/1620] Compiling posix_time.cc
[807/1620] Compiling f_string.cc
[808/1620] Compiling f_int.cc
[809/1620] Compiling tasn_new.cc
[810/1620] Compiling tasn_dec.cc
[811/1620] Compiling asn_pack.cc
[812/1620] Compiling asn1_par.cc
[813/1620] Compiling a_utctm.cc
[814/1620] Compiling asn1_lib.cc
[815/1620] Compiling a_octet.cc
[816/1620] Compiling a_type.cc
[817/1620] Compiling a_strnid.cc
[818/1620] Compiling a_time.cc
[819/1620] Compiling a_strex.cc
[820/1620] Compiling a_object.cc
[821/1620] Compiling a_i2d_fp.cc
[822/1620] Compiling a_bool.cc
[823/1620] Compiling a_dup.cc
[824/1620] Compiling a_d2i_fp.cc
[825/1620] Compiling fiat_p256_adx_sqr.S
[826/1620] Compiling fiat_curve25519_adx_square.S
[827/1620] Compiling fiat_p256_adx_mul.S
[828/1620] Compiling a_mbstr.cc
[829/1620] Compiling a_gentm.cc
[830/1620] Compiling fiat_curve25519_adx_mul.S
[831/1620] Compiling a_int.cc
[832/1620] Compiling a_bitstr.cc
[833/1620] Compiling x_x509.c
[834/1620] Compiling x_x509a.c
[835/1620] Compiling x_spki.c
[836/1620] Compiling x_val.c
[837/1620] Compiling x_sig.c
[838/1620] Compiling x_req.c
[839/1620] Compiling x_exten.c
[840/1620] Compiling x_pubkey.c
[841/1620] Compiling x_attrib.c
[842/1620] Compiling x_name.c
[843/1620] Compiling x_crl.c
[844/1620] Compiling x_algor.c
[845/1620] Compiling x509spki.c
[846/1620] Compiling x509cset.c
[847/1620] Compiling x_all.c
[848/1620] Compiling x509name.c
[849/1620] Compiling x509rset.c
[850/1620] Compiling x509_v3.c
[851/1620] Compiling x509_vpm.c
[852/1620] Compiling x509_trs.c
[853/1620] Compiling x509_txt.c
[854/1620] Compiling x509_set.c
[855/1620] Compiling x509_lu.c
[856/1620] Compiling x509_vfy.c
[857/1620] Compiling x509_obj.c
[858/1620] Compiling x509_req.c
[859/1620] Compiling x509_def.c
[860/1620] Compiling x509_ext.c
[861/1620] Compiling x509_d2.c
[862/1620] Compiling x509_att.c
[863/1620] Compiling x509_cmp.c
[864/1620] Compiling x509.c
[865/1620] Compiling v3_prn.c
[866/1620] Compiling v3_utl.c
[867/1620] Compiling v3_skey.c
[868/1620] Compiling v3_purp.c
[869/1620] Compiling v3_pmaps.c
[870/1620] Compiling v3_ocsp.c
[871/1620] Compiling v3_pcons.c
[872/1620] Compiling v3_int.c
[873/1620] Compiling v3_ncons.c
[874/1620] Compiling v3_lib.c
[875/1620] Compiling v3_info.c
[876/1620] Compiling v3_ia5.c
[877/1620] Compiling v3_genn.c
[878/1620] Compiling v3_enum.c
[879/1620] Compiling v3_extku.c
[880/1620] Compiling v3_crld.c
[881/1620] Compiling v3_conf.c
[882/1620] Compiling v3_alt.c
[883/1620] Compiling v3_cpols.c
[884/1620] Compiling v3_bitst.c
[885/1620] Compiling v3_bcons.c
[886/1620] Compiling v3_akeya.c
[887/1620] Compiling t_x509a.c
[888/1620] Compiling c-nioatomics.c
[889/1620] Compiling v3_akey.c
[890/1620] Compiling t_crl.c
[890/1620] Compiling t_req.c
[892/1620] Compiling t_x509.c
[893/1620] Compiling rsa_pss.c
[894/1620] Compiling i2d_pr.c
[895/1620] Compiling policy.c
[896/1620] Compiling asn1_gen.c
[897/1620] Compiling by_file.c
[898/1620] Compiling name_print.c
[899/1620] Compiling by_dir.c
[900/1620] Compiling algorithm.c
[901/1620] Compiling a_sign.c
[902/1620] Compiling a_verify.c
[903/1620] Compiling a_digest.c
[904/1620] Compiling thread_win.c
[905/1620] Compiling trust_token.c
[906/1620] Compiling voprf.c
[907/1620] Compiling thread_pthread.c
[907/1620] Compiling thread_none.c
[909/1620] Compiling thread.c
[910/1620] Compiling wots.c
[910/1620] Compiling pmbtoken.c
[912/1620] Compiling stack.c
[913/1620] Compiling thash.c
[914/1620] Compiling fors.c
[915/1620] Compiling merkle.c
[915/1620] Compiling spx_util.c
[917/1620] Compiling spx.c
[918/1620] Compiling siphash.c
[919/1620] Compiling c-atomics.c
[920/1620] Compiling address.c
[921/1620] Compiling rc4.c
[921/1620] Compiling rsa_print.c
[923/1620] Compiling rsa_asn1.c
[924/1620] Compiling rsa_crypt.c
[925/1620] Compiling rand_extra.c
[926/1620] Compiling refcount.c
[927/1620] Compiling trusty.c
[928/1620] Compiling ios.c
[929/1620] Compiling getentropy.c
[930/1623] Compiling windows.c
[931/1625] Compiling forkunsafe.c
[932/1626] Compiling passive.c
[933/1626] Compiling poly1305.c
[934/1626] Compiling poly1305_vec.c
[934/1626] Compiling poly1305_arm.c
[936/1626] Compiling pool.c
[938/1626] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[938/1626] Compiling deterministic.c
[939/1626] Compiling poly1305_arm_asm.S
[940/1626] Compiling pkcs7.c
[941/1626] Compiling pem_pkey.c
[942/1626] Compiling pkcs8_x509.c
[943/1626] Compiling p5_pbev2.c
[945/1626] Compiling NIOConcurrencyHelpers NIOLock.swift
[945/1626] Compiling pem_xaux.c
[947/1626] Compiling NIOConcurrencyHelpers lock.swift
[947/1626] Compiling pkcs8.c
[948/1626] Compiling pem_x509.c
[950/1626] Compiling NIOConcurrencyHelpers atomics.swift
[950/1626] Compiling pkcs7_x509.c
[951/1626] Compiling pem_oth.c
[952/1626] Compiling obj_xref.c
[953/1626] Compiling pem_pk8.c
[954/1626] Compiling pem_lib.c
[956/1626] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[957/1626] Emitting module NIOConcurrencyHelpers
[957/1627] Compiling pem_info.c
[958/1627] Compiling mem.c
[959/1627] Compiling obj.c
[960/1627] Compiling lhash.c
[961/1627] Compiling pem_all.c
[962/1627] Compiling keccak.c
[964/1627] Compiling kyber.c
[965/1627] Compiling x86_64-mont5-mac.mac.x86_64.S
[966/1627] Compiling x86_64-mont5-linux.linux.x86_64.S
[967/1627] Compiling x86_64-mont-mac.mac.x86_64.S
[967/1627] Compiling x86_64-mont-linux.linux.x86_64.S
[969/1627] Compiling x86-mont-windows.windows.x86.S
[970/1627] Compiling poly_rq_mul.S
[971/1627] Compiling x86-mont-linux.linux.x86.S
[972/1627] Compiling hpke.c
[973/1627] Compiling vpaes-x86_64-mac.mac.x86_64.S
[974/1627] Compiling vpaes-x86-windows.windows.x86.S
[975/1627] Compiling vpaes-x86_64-linux.linux.x86_64.S
[976/1627] Compiling vpaes-x86-linux.linux.x86.S
[977/1627] Compiling vpaes-armv8-ios.ios.aarch64.S
[978/1627] Compiling vpaes-armv8-linux.linux.aarch64.S
[979/1627] Compiling vpaes-armv7-ios.ios.arm.S
[980/1627] Compiling vpaes-armv7-linux.linux.arm.S
[981/1627] Compiling sha512-x86_64-mac.mac.x86_64.S
[982/1627] Compiling sha512-armv8-ios.ios.aarch64.S
[983/1627] Compiling sha512-x86_64-linux.linux.x86_64.S
[984/1627] Compiling kdf.c
[985/1627] Compiling sha512-armv4-linux.linux.arm.S
[986/1627] Compiling sha512-586-windows.windows.x86.S
[987/1650] Compiling sha512-586-linux.linux.x86.S
[988/1650] Compiling sha256-x86_64-mac.mac.x86_64.S
[989/1650] Compiling sha512-armv4-ios.ios.arm.S
[990/1653] Compiling sha512-armv8-linux.linux.aarch64.S
[991/1653] Compiling sha256-x86_64-linux.linux.x86_64.S
[992/1653] Compiling sha256-armv8-ios.ios.aarch64.S
[993/1653] Compiling sha256-armv4-ios.ios.arm.S
[994/1653] Compiling sha256-armv4-linux.linux.arm.S
[995/1653] Compiling sha256-586-windows.windows.x86.S
[996/1653] Compiling hrss.c
[997/1653] Compiling sha1-x86_64-mac.mac.x86_64.S
[998/1653] Compiling sha256-armv8-linux.linux.aarch64.S
[999/1653] Compiling sha256-586-linux.linux.x86.S
[1000/1653] Compiling sha1-x86_64-linux.linux.x86_64.S
[1002/1653] Emitting module ConsoleKitTerminal
[1002/1656] Compiling sha1-armv8-ios.ios.aarch64.S
[1002/1656] Compiling sha1-armv8-linux.linux.aarch64.S
[1004/1656] Compiling sha1-armv4-large-linux.linux.arm.S
[1004/1656] Compiling sha1-armv4-large-ios.ios.arm.S
[1006/1656] Compiling sha1-586-windows.windows.x86.S
[1007/1656] Compiling sha1-586-linux.linux.x86.S
[1009/1656] Compiling ConsoleKitTerminal ActivityBar.swift
[1010/1656] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1011/1656] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1012/1656] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1012/1656] Compiling sha512.c
[1014/1656] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1015/1656] Compiling ConsoleKitTerminal ConsoleClear.swift
[1016/1656] Compiling ConsoleKitTerminal Console+Ask.swift
[1017/1656] Compiling ConsoleKitTerminal Console+Choose.swift
[1017/1656] Compiling sha256.c
[1018/1656] Compiling sha1.c
[1019/1656] Compiling rsaz-avx2-mac.mac.x86_64.S
[1020/1656] Compiling self_check.c
[1021/1656] Compiling rsaz-avx2-linux.linux.x86_64.S
[1022/1656] Compiling fips.c
[1023/1656] Compiling service_indicator.c
[1024/1656] Compiling padding.c
[1025/1656] Compiling rdrand-x86_64-mac.mac.x86_64.S
[1027/1656] Compiling ConsoleKitTerminal Console+Wait.swift
[1028/1656] Compiling ConsoleKitTerminal ConsoleColor.swift
[1029/1656] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1030/1656] Compiling ConsoleKitTerminal Console+Confirm.swift
[1031/1656] Compiling ConsoleKitTerminal Console+Input.swift
[1032/1656] Compiling ConsoleKitTerminal Console+Center.swift
[1033/1656] Compiling ConsoleKitTerminal Console+Output.swift
[1034/1656] Compiling ConsoleKitTerminal CustomActivity.swift
[1035/1656] Compiling ConsoleKitTerminal LoadingBar.swift
[1036/1656] Compiling ConsoleKitTerminal ProgressBar.swift
[1037/1656] Compiling ConsoleKitTerminal Console+Clear.swift
[1038/1656] Compiling ConsoleKitTerminal ConsoleText.swift
[1039/1656] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1040/1656] Compiling ConsoleKitTerminal ANSI.swift
[1040/1656] Compiling rsa_impl.c
[1041/1656] Compiling rdrand-x86_64-linux.linux.x86_64.S
[1042/1656] Compiling blinding.c
[1043/1656] Compiling fork_detect.c
[1044/1656] Compiling urandom.c
[1045/1656] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[1046/1656] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[1047/1656] Compiling ctrdrbg.c
[1047/1656] Compiling rand.c
[1049/1656] Compiling rsa.c
[1050/1656] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[1051/1656] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[1052/1656] Compiling p256-armv8-asm-ios.ios.aarch64.S
[1053/1656] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[1053/1656] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[1055/1656] Compiling polyval.c
[1056/1656] Compiling p256-armv8-asm-linux.linux.aarch64.S
[1058/1656] Compiling ConsoleKitTerminal Console.swift
[1059/1656] Compiling ConsoleKitTerminal Terminal.swift
[1060/1656] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1060/1656] Compiling gcm_nohw.c
[1061/1656] Compiling ofb.c
[1062/1656] Compiling cbc.c
[1063/1656] Compiling cfb.c
[1064/1656] Compiling ctr.c
[1065/1656] Compiling md5-x86_64-mac.mac.x86_64.S
[1066/1656] Compiling gcm.c
[1067/1656] Compiling md5-586-windows.windows.x86.S
[1068/1656] Compiling md5-x86_64-linux.linux.x86_64.S
[1069/1656] Compiling md5-586-linux.linux.x86.S
[1069/1656] Compiling md5.c
[1071/1656] Compiling md4.c
[1072/1656] Compiling ghashv8-armv8-ios.ios.aarch64.S
[1073/1656] Compiling ghashv8-armv8-linux.linux.aarch64.S
[1074/1656] Compiling ghashv8-armv7-linux.linux.arm.S
[1075/1656] Compiling hkdf.c
[1076/1656] Compiling hmac.c
[1077/1656] Compiling ghashv8-armv7-ios.ios.arm.S
[1079/1656] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1080/1656] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1081/1656] Compiling ConsoleKitTerminal LoggerFragment.swift
[1082/1657] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[1082/1657] Compiling ghash-x86_64-mac.mac.x86_64.S
[1082/1657] Compiling ghash-x86_64-linux.linux.x86_64.S
[1085/1657] Compiling ghash-x86-linux.linux.x86.S
[1086/1657] Compiling ghash-x86-windows.windows.x86.S
[1087/1657] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[1088/1657] Compiling ghash-ssse3-x86-windows.windows.x86.S
[1089/1657] Compiling fips_shared_support.c
[1090/1657] Compiling ecdsa.c
[1091/1657] Compiling ecdh.c
[1092/1657] Compiling util.c
[1093/1657] Compiling wnaf.c
[1094/1657] Compiling simple_mul.c
[1095/1657] Compiling simple.c
[1096/1657] Compiling ghash-ssse3-x86-linux.linux.x86.S
[1097/1657] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[1097/1657] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[1097/1657] Compiling ghash-armv4-linux.linux.arm.S
[1100/1657] Compiling ghash-armv4-ios.ios.arm.S
[1101/1657] Compiling scalar.c
[1102/1657] Compiling oct.c
[1103/1657] Compiling felem.c
[1104/1657] Compiling p256.c
[1105/1657] Compiling ec_montgomery.c
[1106/1657] Compiling p224-64.c
[1107/1657] Compiling ec_key.c
[1108/1657] Compiling digestsign.c
[1109/1657] Compiling digests.c
[1110/1657] Compiling ec.c
[1111/1657] Compiling digest.c
[1112/1657] Compiling check.c
[1113/1657] Compiling dh.c
[1114/1657] Compiling cmac.c
[1115/1657] Compiling e_aesccm.c
[1116/1657] Compiling co-586-linux.linux.x86.S
[1117/1657] Compiling aead.c
[1118/1657] Compiling co-586-windows.windows.x86.S
[1119/1657] Compiling bsaes-armv7-linux.linux.arm.S
[1120/1657] Compiling bsaes-armv7-ios.ios.arm.S
[1121/1657] Compiling cipher.c
[1122/1657] Compiling p256-nistz.c
[1123/1657] Compiling e_aes.c
[1124/1657] Compiling sqrt.c
[1125/1657] Compiling shift.c
[1126/1657] Compiling rsaz_exp.c
[1127/1657] Compiling random.c
[1128/1657] Compiling prime.c
[1129/1657] Compiling mul.c
[1130/1657] Compiling montgomery_inv.c
[1131/1657] Compiling jacobi.c
[1132/1667] Compiling montgomery.c
[1133/1679] Compiling gcd_extra.c
[1134/1679] Compiling generic.c
[1135/1679] Compiling div.c
[1136/1679] Compiling gcd.c
[1137/1679] Compiling div_extra.c
[1138/1679] Compiling exponentiation.c
[1139/1679] Compiling bytes.c
[1140/1679] Compiling x86_64-gcc.c
[1141/1679] Compiling bn-armv8-linux.linux.aarch64.S
[1142/1679] Compiling ctx.c
[1143/1679] Compiling cmp.c
[1144/1679] Compiling bn-armv8-ios.ios.aarch64.S
[1145/1679] Compiling bn-586-windows.windows.x86.S
[1146/1679] Compiling bn.c
[1147/1679] Compiling bn-586-linux.linux.x86.S
[1148/1679] Compiling armv4-mont-linux.linux.arm.S
[1149/1679] Compiling add.c
[1150/1679] Compiling armv4-mont-ios.ios.arm.S
[1151/1679] Compiling armv8-mont-ios.ios.aarch64.S
[1152/1679] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[1153/1679] Compiling armv8-mont-linux.linux.aarch64.S
[1154/1679] Compiling aesv8-armv7-linux.linux.arm.S
[1155/1679] Compiling aesv8-armv8-ios.ios.aarch64.S
[1156/1679] Compiling aesv8-armv8-linux.linux.aarch64.S
[1157/1679] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[1158/1679] Compiling aesv8-armv7-ios.ios.arm.S
[1159/1679] Compiling aesni-x86-windows.windows.x86.S
[1160/1679] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[1161/1679] Compiling aesni-x86_64-linux.linux.x86_64.S
[1162/1679] Compiling aesni-x86_64-mac.mac.x86_64.S
[1163/1679] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[1163/1679] Compiling aesni-x86-linux.linux.x86.S
[1165/1679] Compiling mode_wrappers.c
[1167/1679] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1168/1679] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1169/1679] Compiling ConsoleKitCommands Argument.swift
[1170/1679] Compiling ConsoleKitCommands CommandSignature.swift
[1171/1679] Compiling ConsoleKitCommands Flag.swift
[1172/1679] Compiling ConsoleKitCommands Option.swift
[1172/1679] Compiling aes.c
[1173/1679] Compiling sign.c
[1174/1681] Compiling key_wrap.c
[1175/1681] Compiling aes_nohw.c
[1176/1681] Compiling ex_data.c
[1177/1681] Compiling pbkdf.c
[1179/1681] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1180/1681] Compiling ConsoleKitCommands AsyncCommand.swift
[1181/1681] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1181/1681] Compiling print.c
[1182/1681] Emitting module ConsoleKitCommands
[1184/1681] Compiling ConsoleKitCommands AsyncCommands.swift
[1185/1681] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1186/1681] Compiling ConsoleKitCommands AnyCommand.swift
[1186/1681] Compiling scrypt.c
[1187/1681] Compiling p_x25519.c
[1188/1681] Compiling p_x25519_asn1.c
[1189/1681] Compiling p_ed25519_asn1.c
[1190/1681] Compiling p_ed25519.c
[1191/1681] Compiling p_rsa_asn1.c
[1193/1681] Compiling ConsoleKitCommands Command.swift
[1194/1681] Compiling ConsoleKitCommands CommandContext.swift
[1195/1681] Compiling ConsoleKitCommands CommandError.swift
[1195/1681] Compiling p_hkdf.c
[1196/1681] Compiling p_rsa.c
[1197/1681] Compiling err_data.c
[1198/1681] Compiling p_ec_asn1.c
[1199/1681] Compiling p_dsa_asn1.c
[1200/1681] Compiling evp_ctx.c
[1201/1681] Compiling evp.c
[1202/1681] Compiling evp_asn1.c
[1203/1681] Compiling p_ec.c
[1204/1681] Compiling err.c
[1206/1681] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1207/1681] Compiling ConsoleKitCommands Utilities.swift
[1207/1681] Compiling engine.c
[1208/1681] Compiling ecdh_extra.c
[1209/1681] Compiling hash_to_curve.c
[1210/1681] Compiling ec_derive.c
[1211/1681] Compiling ecdsa_asn1.c
[1212/1681] Compiling dsa_asn1.c
[1213/1681] Compiling ec_asn1.c
[1214/1681] Compiling params.c
[1215/1681] Compiling dh_asn1.c
[1216/1681] Compiling dsa.c
[1217/1681] Compiling digest_extra.c
[1218/1681] Compiling curve25519_64_adx.c
[1219/1681] Compiling spake25519.c
[1220/1681] Compiling des.c
[1221/1681] Compiling cpu_intel.c
[1222/1681] Compiling x25519-asm-arm.S
[1223/1681] Compiling crypto.c
[1224/1681] Compiling cpu_arm_linux.c
[1225/1681] Compiling cpu_arm_freebsd.c
[1226/1681] Compiling cpu_aarch64_sysreg.c
[1227/1681] Compiling cpu_aarch64_openbsd.c
[1227/1681] Compiling cpu_aarch64_win.c
[1229/1681] Compiling cpu_aarch64_linux.c
[1231/1681] Compiling ConsoleKitCommands Console+Run.swift
[1232/1681] Compiling ConsoleKitCommands ConsoleError.swift
[1233/1681] Compiling ConsoleKitCommands Completion.swift
[1234/1681] Compiling ConsoleKitCommands CommandGroup.swift
[1235/1681] Compiling ConsoleKitCommands CommandInput.swift
[1236/1681] Compiling ConsoleKitCommands Commands.swift
[1236/1681] Compiling cpu_aarch64_fuchsia.c
[1237/1682] Compiling cpu_aarch64_apple.c
[1238/1682] Compiling conf.c
[1238/1682] Compiling e_rc4.c
[1240/1682] Compiling e_tls.c
[1242/1682] Compiling tls_cbc.c
[1243/1682] Compiling e_rc2.c
[1244/1682] Compiling e_null.c
[1245/1682] Compiling curve25519.c
[1245/1682] Compiling e_des.c
[1247/1682] Compiling derive_key.c
[1248/1682] Compiling e_chacha20poly1305.c
[1249/1682] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[1250/1682] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[1251/1682] Compiling cipher_extra.c
[1252/1682] Compiling e_aesctrhmac.c
[1253/1682] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[1254/1682] Compiling e_aesgcmsiv.c
[1255/1682] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[1255/1682] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[1257/1682] Compiling chacha-x86_64-mac.mac.x86_64.S
[1258/1682] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[1259/1682] Compiling chacha-x86-windows.windows.x86.S
[1260/1682] Compiling chacha-x86_64-linux.linux.x86_64.S
[1260/1682] Compiling chacha-x86-linux.linux.x86.S
[1262/1682] Compiling chacha.c
[1263/1682] Compiling chacha-armv4-linux.linux.arm.S
[1264/1682] Compiling chacha-armv8-ios.ios.aarch64.S
[1265/1682] Compiling chacha-armv8-linux.linux.aarch64.S
[1266/1682] Compiling unicode.c
[1267/1682] Compiling chacha-armv4-ios.ios.arm.S
[1268/1682] Compiling ber.c
[1269/1682] Compiling buf.c
[1270/1682] Compiling cbb.c
[1270/1682] Compiling cbs.c
[1272/1683] Compiling asn1_compat.c
[1272/1683] Compiling convert.c
[1274/1684] Compiling bn_asn1.c
[1274/1684] Compiling blake2.c
[1276/1684] Compiling socket.c
[1277/1684] Compiling printf.c
[1278/1684] Compiling socket_helper.c
[1279/1684] Compiling hexdump.c
[1280/1684] Compiling errno.c
[1281/1684] Compiling pair.c
[1282/1684] Compiling file.c
[1283/1684] Compiling fd.c
[1285/1684] Compiling ConsoleKit Exports.swift
[1286/1684] Emitting module ConsoleKit
[1286/1685] Compiling connect.c
[1287/1685] Compiling bio_mem.c
[1288/1685] Compiling tasn_utl.c
[1289/1685] Compiling tasn_typ.c
[1290/1685] Compiling base64.c
[1292/1685] Compiling bio.c
[1293/1685] Compiling tasn_enc.c
[1294/1685] Compiling tasn_fre.c
[1295/1685] Compiling tasn_new.c
[1296/1685] Compiling f_string.c
[1297/1685] Compiling asn_pack.c
[1298/1685] Compiling posix_time.c
[1299/1685] Compiling tasn_dec.c
[1300/1685] Compiling f_int.c
[1301/1685] Compiling a_utctm.c
[1302/1685] Compiling asn1_par.c
[1303/1685] Compiling a_type.c
[1304/1685] Compiling a_octet.c
[1305/1685] Compiling asn1_lib.c
[1306/1685] Compiling a_strnid.c
[1307/1685] Compiling a_time.c
[1308/1685] Compiling a_gentm.c
[1309/1685] Compiling a_strex.c
[1310/1685] Compiling a_mbstr.c
[1311/1685] Compiling a_i2d_fp.c
[1312/1685] Compiling a_dup.c
[1313/1685] Compiling a_object.c
[1314/1685] Compiling a_int.c
[1315/1685] Compiling a_d2i_fp.c
[1316/1685] Compiling fiat_p256_adx_sqr.S
[1317/1685] Compiling fiat_p256_adx_mul.S
[1318/1685] Compiling fiat_curve25519_adx_mul.S
[1319/1685] Compiling a_bool.c
[1320/1685] Compiling md5-x86_64-linux.S
[1321/1685] Compiling fiat_curve25519_adx_square.S
[1322/1685] Compiling md5-x86_64-apple.S
[1323/1685] Compiling a_bitstr.c
[1324/1685] Compiling md5-586-linux.S
[1325/1685] Compiling md5-586-apple.S
[1326/1685] Compiling chacha20_poly1305_x86_64-linux.S
[1327/1685] Compiling chacha20_poly1305_x86_64-apple.S
[1328/1685] Compiling chacha20_poly1305_armv8-win.S
[1329/1685] Compiling chacha20_poly1305_armv8-apple.S
[1330/1685] Compiling chacha-x86_64-linux.S
[1331/1685] Compiling chacha-x86_64-apple.S
[1332/1685] Compiling chacha-x86-linux.S
[1333/1685] Compiling chacha20_poly1305_armv8-linux.S
[1334/1685] Compiling chacha-x86-apple.S
[1335/1685] Compiling chacha-armv8-win.S
[1336/1685] Compiling chacha-armv4-linux.S
[1337/1685] Compiling chacha-armv8-apple.S
[1338/1685] Compiling chacha-armv8-linux.S
[1338/1685] Compiling aes128gcmsiv-x86_64-linux.S
[1340/1685] Compiling x86_64-mont5-linux.S
[1340/1685] Compiling aes128gcmsiv-x86_64-apple.S
[1342/1685] Compiling CCryptoBoringSSLShims shims.c
[1343/1685] Compiling err_data.cc
[1344/1685] Compiling x86_64-mont5-apple.S
[1345/1685] Compiling x86-mont-linux.S
[1346/1685] Compiling x86_64-mont-apple.S
[1347/1685] Compiling x86_64-mont-linux.S
[1348/1685] Compiling x86-mont-apple.S
[1349/1685] Compiling vpaes-x86_64-linux.S
[1350/1685] Compiling vpaes-x86-linux.S
[1351/1685] Compiling vpaes-x86_64-apple.S
[1352/1685] Compiling vpaes-armv8-win.S
[1353/1685] Compiling vpaes-x86-apple.S
[1354/1685] Compiling vpaes-armv8-linux.S
[1355/1685] Compiling vpaes-armv8-apple.S
[1356/1685] Compiling sha512-x86_64-linux.S
[1357/1685] Compiling vpaes-armv7-linux.S
[1358/1685] Compiling sha512-x86_64-apple.S
[1359/1685] Compiling sha512-armv8-linux.S
[1359/1685] Compiling sha512-armv4-linux.S
[1361/1685] Compiling sha512-armv8-win.S
[1361/1685] Compiling sha512-586-linux.S
[1361/1685] Compiling sha512-armv8-apple.S
[1364/1685] Compiling sha512-586-apple.S
[1365/1685] Compiling sha256-x86_64-linux.S
[1366/1685] Compiling sha256-x86_64-apple.S
[1367/1685] Compiling sha256-armv4-linux.S
[1368/1685] Compiling sha256-armv8-apple.S
[1369/1685] Compiling sha1-x86_64-linux.S
[1370/1685] Compiling sha256-586-linux.S
[1371/1685] Compiling sha1-x86_64-apple.S
[1372/1685] Compiling sha256-armv8-win.S
[1373/1685] Compiling sha256-586-apple.S
[1374/1685] Compiling sha256-armv8-linux.S
[1375/1685] Compiling sha1-armv8-win.S
[1376/1685] Compiling sha1-armv8-linux.S
[1377/1685] Compiling rsaz-avx2-linux.S
[1378/1685] Compiling rsaz-avx2-apple.S
[1378/1685] Compiling sha1-armv8-apple.S
[1380/1685] Compiling sha1-586-apple.S
[1381/1685] Compiling sha1-armv4-large-linux.S
[1381/1685] Compiling sha1-586-linux.S
[1383/1685] Compiling rdrand-x86_64-linux.S
[1384/1685] Compiling rdrand-x86_64-apple.S
[1384/1685] Compiling p256_beeu-x86_64-asm-linux.S
[1386/1685] Compiling p256_beeu-armv8-asm-linux.S
[1387/1685] Compiling p256_beeu-x86_64-asm-apple.S
[1388/1685] Compiling p256_beeu-armv8-asm-apple.S
[1389/1685] Compiling p256_beeu-armv8-asm-win.S
[1390/1685] Compiling p256-x86_64-asm-linux.S
[1391/1685] Compiling p256-x86_64-asm-apple.S
[1392/1685] Compiling p256-armv8-asm-win.S
[1393/1685] Compiling ghashv8-armv8-linux.S
[1394/1685] Compiling p256-armv8-asm-linux.S
[1394/1685] Compiling ghashv8-armv8-win.S
[1396/1685] Compiling p256-armv8-asm-apple.S
[1397/1685] Compiling ghashv8-armv8-apple.S
[1398/1685] Compiling ghash-x86_64-apple.S
[1399/1685] Compiling ghash-x86_64-linux.S
[1400/1685] Compiling ghashv8-armv7-linux.S
[1401/1685] Compiling ghash-x86-linux.S
[1402/1685] Compiling ghash-x86-apple.S
[1403/1685] Compiling ghash-ssse3-x86_64-linux.S
[1404/1685] Compiling ghash-neon-armv8-win.S
[1405/1685] Compiling ghash-ssse3-x86-apple.S
[1406/1685] Compiling ghash-ssse3-x86_64-apple.S
[1407/1685] Compiling ghash-neon-armv8-linux.S
[1408/1685] Compiling ghash-ssse3-x86-linux.S
[1409/1685] Compiling ghash-neon-armv8-apple.S
[1410/1685] Compiling co-586-apple.S
[1411/1685] Compiling ghash-armv4-linux.S
[1412/1685] Compiling bsaes-armv7-linux.S
[1413/1685] Compiling co-586-linux.S
[1414/1685] Compiling bn-armv8-linux.S
[1415/1685] Compiling bn-armv8-win.S
[1416/1685] Compiling bn-armv8-apple.S
[1417/1685] Compiling bn-586-apple.S
[1418/1685] Compiling bn-586-linux.S
[1419/1685] Compiling armv4-mont-linux.S
[1420/1685] Compiling armv8-mont-win.S
[1421/1685] Compiling aesv8-gcm-armv8-win.S
[1422/1685] Compiling armv8-mont-apple.S
[1423/1685] Compiling armv8-mont-linux.S
[1424/1685] Compiling aesv8-gcm-armv8-linux.S
[1425/1685] Compiling aesv8-gcm-armv8-apple.S
[1426/1685] Compiling aesv8-armv8-apple.S
[1427/1685] Compiling aesv8-armv7-linux.S
[1428/1685] Compiling aesv8-armv8-win.S
[1429/1685] Compiling aesv8-armv8-linux.S
[1430/1685] Compiling aesni-x86_64-linux.S
[1431/1685] Compiling aesni-x86_64-apple.S
[1432/1685] Compiling aesni-x86-linux.S
[1433/1685] Compiling aesni-x86-apple.S
[1434/1685] Compiling aesni-gcm-x86_64-linux.S
[1435/1685] Compiling aes-gcm-avx10-x86_64-apple.S
[1436/1685] Compiling aes-gcm-avx10-x86_64-linux.S
[1437/1685] Compiling aesni-gcm-x86_64-apple.S
[1438/1685] Compiling x_req.cc
[1439/1685] Compiling x_x509a.cc
[1440/1685] Compiling x_x509.cc
[1441/1685] Compiling x_name.cc
[1442/1685] Compiling x_val.cc
[1443/1685] Compiling x_spki.cc
[1444/1685] Compiling x_sig.cc
[1445/1685] Compiling x_pubkey.cc
[1446/1685] Compiling x_exten.cc
[1447/1685] Compiling x_attrib.cc
[1448/1685] Compiling x_algor.cc
[1449/1685] Compiling x_crl.cc
[1450/1685] Compiling x509spki.cc
[1451/1685] Compiling x_all.cc
[1452/1685] Compiling x509rset.cc
[1453/1685] Compiling x509name.cc
[1454/1685] Compiling x509cset.cc
[1455/1685] Compiling x509_txt.cc
[1456/1685] Compiling x509_vpm.cc
[1457/1685] Compiling x509_v3.cc
[1458/1685] Compiling x509_trs.cc
[1458/1685] Compiling x509_vfy.cc
[1460/1685] Compiling x509_set.cc
[1461/1685] Compiling x509_req.cc
[1462/1685] Compiling x509_obj.cc
[1463/1685] Compiling x509_def.cc
[1463/1685] Compiling x509_ext.cc
[1465/1685] Compiling x509_lu.cc
[1466/1685] Compiling x509_d2.cc
[1467/1685] Compiling x509_cmp.cc
[1468/1685] Compiling x509_att.cc
[1469/1685] Compiling x509.cc
[1470/1685] Compiling v3_prn.cc
[1471/1685] Compiling v3_skey.cc
[1472/1685] Compiling v3_utl.cc
[1473/1685] Compiling v3_purp.cc
[1474/1685] Compiling v3_pmaps.cc
[1475/1685] Compiling v3_pcons.cc
[1476/1685] Compiling v3_ocsp.cc
[1477/1685] Compiling v3_ncons.cc
[1478/1685] Compiling v3_ia5.cc
[1479/1685] Compiling v3_info.cc
[1480/1685] Compiling v3_int.cc
[1481/1685] Compiling v3_lib.cc
[1482/1685] Compiling v3_extku.cc
[1483/1685] Compiling v3_genn.cc
[1484/1685] Compiling v3_enum.cc
[1485/1685] Compiling v3_crld.cc
[1486/1685] Compiling v3_conf.cc
[1487/1685] Compiling v3_cpols.cc
[1488/1685] Compiling v3_bcons.cc
[1489/1685] Compiling v3_bitst.cc
[1490/1685] Compiling v3_akeya.cc
[1491/1685] Compiling v3_akey.cc
[1492/1685] Compiling v3_alt.cc
[1493/1685] Compiling t_x509a.cc
[1494/1685] Compiling i2d_pr.cc
[1495/1685] Compiling t_crl.cc
[1496/1685] Compiling t_x509.cc
[1497/1685] Compiling t_req.cc
[1498/1685] Compiling name_print.cc
[1499/1685] Compiling rsa_pss.cc
[1500/1685] Compiling policy.cc
[1501/1685] Compiling by_file.cc
[1502/1685] Compiling by_dir.cc
[1503/1685] Compiling a_digest.cc
[1504/1685] Compiling a_verify.cc
[1505/1685] Compiling voprf.cc
[1506/1685] Compiling a_sign.cc
[1507/1685] Compiling algorithm.cc
[1508/1685] Compiling asn1_gen.cc
[1509/1685] Compiling trust_token.cc
[1510/1685] Compiling thread_pthread.cc
[1511/1685] Compiling thread_win.cc
[1512/1685] Compiling stack.cc
[1513/1685] Compiling thread.cc
[1514/1685] Compiling pmbtoken.cc
[1515/1685] Compiling thread_none.cc
[1516/1685] Compiling merkle.cc
[1517/1685] Compiling thash.cc
[1518/1685] Compiling wots.cc
[1519/1685] Compiling siphash.cc
[1520/1685] Compiling fors.cc
[1521/1685] Compiling slhdsa.cc
[1522/1685] Compiling sha512.cc
[1523/1685] Compiling rsa_print.cc
[1524/1685] Compiling sha1.cc
[1525/1685] Compiling sha256.cc
[1526/1685] Compiling rsa_crypt.cc
[1527/1685] Compiling rsa_asn1.cc
[1528/1685] Compiling rc4.cc
[1529/1685] Compiling rsa_extra.cc
[1530/1685] Compiling windows.cc
[1531/1685] Compiling refcount.cc
[1532/1685] Compiling trusty.cc
[1533/1685] Compiling ios.cc
[1534/1685] Compiling rand_extra.cc
[1534/1685] Compiling passive.cc
[1534/1685] Compiling urandom.cc
[1537/1685] Compiling poly1305_arm_asm.S
[1538/1685] Compiling getentropy.cc
[1539/1685] Compiling deterministic.cc
[1540/1685] Compiling fork_detect.cc
[1541/1685] Compiling forkunsafe.cc
[1542/1685] Compiling poly1305_arm.cc
[1543/1685] Compiling poly1305_vec.cc
[1544/1685] Compiling pool.cc
[1545/1685] Compiling poly1305.cc
[1546/1685] Compiling pkcs8_x509.cc
[1547/1685] Compiling pkcs8.cc
[1548/1685] Compiling pkcs7.cc
[1549/1685] Compiling p5_pbev2.cc
[1550/1685] Compiling pkcs7_x509.cc
[1551/1685] Compiling pem_xaux.cc
[1552/1685] Compiling pem_x509.cc
[1553/1685] Compiling pem_pkey.cc
[1554/1685] Compiling pem_oth.cc
[1555/1685] Compiling obj_xref.cc
[1556/1685] Compiling pem_pk8.cc
[1557/1685] Compiling pem_lib.cc
[1558/1685] Compiling pem_info.cc
[1559/1685] Compiling pem_all.cc
[1560/1685] Compiling mldsa.cc
[1561/1685] Compiling mlkem.cc
[1562/1685] Compiling obj.cc
[1563/1685] Compiling poly_rq_mul.S
[1564/1685] Compiling fips_shared_support.cc
[1565/1685] Compiling mem.cc
[1566/1685] Compiling md5.cc
[1567/1685] Compiling md4.cc
[1568/1685] Compiling lhash.cc
[1569/1685] Compiling kyber.cc
[1570/1685] Compiling hpke.cc
[1571/1685] Compiling ex_data.cc
[1572/1685] Compiling hrss.cc
[1573/1685] Compiling sign.cc
[1574/1685] Compiling print.cc
[1575/1685] Compiling scrypt.cc
[1576/1685] Compiling p_x25519_asn1.cc
[1577/1685] Compiling p_x25519.cc
[1578/1685] Compiling pbkdf.cc
[1579/1685] Compiling p_rsa.cc
[1580/1685] Compiling p_ed25519.cc
[1581/1685] Compiling p_rsa_asn1.cc
[1582/1685] Compiling p_ec.cc
[1583/1685] Compiling p_ed25519_asn1.cc
[1584/1685] Compiling p_hkdf.cc
[1585/1685] Compiling p_ec_asn1.cc
[1586/1685] Compiling p_dh.cc
[1587/1685] Compiling p_dh_asn1.cc
[1588/1685] Compiling evp_ctx.cc
[1589/1685] Compiling p_dsa_asn1.cc
[1590/1685] Compiling err.cc
[1591/1685] Compiling evp.cc
[1592/1685] Compiling evp_asn1.cc
[1593/1685] Compiling engine.cc
[1594/1685] Compiling ec_derive.cc
[1595/1685] Compiling ecdsa_asn1.cc
[1596/1685] Compiling ecdh_extra.cc
[1597/1685] Compiling hash_to_curve.cc
[1598/1685] Compiling bcm.cc
[1599/1685] Compiling dsa.cc
[1600/1685] Compiling dsa_asn1.cc
[1601/1685] Compiling des.cc
[1602/1685] Compiling params.cc
[1603/1685] Compiling x25519-asm-arm.S
[1604/1685] Compiling ec_asn1.cc
[1605/1685] Compiling digest_extra.cc
[1606/1685] Compiling curve25519_64_adx.cc
[1607/1685] Compiling dh_asn1.cc
[1608/1685] Compiling cpu_arm_linux.cc
[1609/1685] Compiling spake25519.cc
[1610/1685] Compiling cpu_arm_freebsd.cc
[1611/1685] Compiling cpu_aarch64_sysreg.cc
[1612/1685] Compiling cpu_aarch64_win.cc
[1613/1685] Compiling cpu_intel.cc
[1614/1685] Compiling crypto.cc
[1615/1685] Compiling cpu_aarch64_openbsd.cc
[1616/1685] Compiling cpu_aarch64_linux.cc
[1617/1685] Compiling curve25519.cc
[1618/1685] Compiling cpu_aarch64_fuchsia.cc
[1619/1685] Compiling cpu_aarch64_apple.cc
[1620/1685] Compiling conf.cc
[1621/1685] Compiling e_tls.cc
[1622/1685] Compiling e_des.cc
[1623/1685] Compiling tls_cbc.cc
[1624/1685] Compiling e_rc4.cc
[1625/1685] Compiling e_rc2.cc
[1626/1685] Compiling e_null.cc
[1627/1685] Compiling e_aesgcmsiv.cc
[1628/1685] Compiling e_chacha20poly1305.cc
[1629/1685] Compiling derive_key.cc
[1630/1685] Compiling e_aesctrhmac.cc
[1631/1685] Compiling chacha.cc
[1632/1685] Compiling unicode.cc
[1633/1685] Compiling cipher_extra.cc
[1634/1685] Compiling ber.cc
[1635/1685] Compiling cbs.cc
[1636/1685] Compiling blake2.cc
[1637/1685] Compiling asn1_compat.cc
[1638/1685] Compiling bn_asn1.cc
[1639/1685] Compiling cbb.cc
[1640/1685] Compiling buf.cc
[1641/1685] Compiling printf.cc
[1642/1685] Compiling convert.cc
[1643/1685] Compiling pair.cc
[1644/1685] Compiling fd.cc
[1645/1685] Compiling file.cc
[1646/1685] Compiling hexdump.cc
[1647/1685] Compiling bio_mem.cc
[1648/1685] Compiling errno.cc
[1649/1685] Compiling bio.cc
[1650/1685] Compiling tasn_utl.cc
[1651/1685] Compiling base64.cc
[1652/1685] Compiling tasn_typ.cc
[1653/1685] Compiling tasn_dec.cc
[1654/1685] Compiling tasn_new.cc
[1655/1685] Compiling tasn_fre.cc
[1656/1685] Compiling tasn_enc.cc
[1657/1685] Compiling f_string.cc
[1658/1685] Compiling f_int.cc
[1659/1685] Compiling asn1_par.cc
[1660/1685] Compiling posix_time.cc
[1661/1685] Compiling a_utctm.cc
[1662/1685] Compiling asn_pack.cc
[1663/1685] Compiling asn1_lib.cc
[1664/1685] Compiling a_type.cc
[1665/1685] Compiling a_time.cc
[1666/1685] Compiling a_octet.cc
[1667/1685] Compiling a_strnid.cc
[1668/1685] Compiling a_object.cc
[1669/1685] Compiling a_strex.cc
[1670/1685] Compiling a_int.cc
[1671/1685] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1672/1685] Write sources
[1673/1685] Compiling a_mbstr.cc
[1674/1685] Write sources
[1676/1685] Compiling a_i2d_fp.cc
[1677/1685] Write sources
[1680/1685] Compiling a_dup.cc
[1681/1782] Compiling a_d2i_fp.cc
[1682/1782] Compiling a_gentm.cc
[1683/1782] Compiling a_bitstr.cc
[1684/1782] Compiling a_bool.cc
[1686/1782] Compiling Algorithms Keyed.swift
[1687/1782] Compiling Algorithms MinMax.swift
[1688/1784] Compiling Algorithms Partition.swift
[1689/1784] Compiling Algorithms Permutations.swift
[1690/1792] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1691/1792] Compiling BitCollections BitSet+CustomReflectable.swift
[1692/1792] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1693/1792] Compiling BitCollections BitSet+Equatable.swift
[1694/1792] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1695/1792] Compiling BitCollections BitSet+Extras.swift
[1696/1792] Compiling BitCollections BitSet+Hashable.swift
[1697/1799] Compiling Algorithms Product.swift
[1698/1799] Compiling Algorithms Joined.swift
[1699/1799] Compiling Algorithms EitherSequence.swift
[1700/1799] Compiling Algorithms FirstNonNil.swift
[1701/1799] Compiling Algorithms FlattenCollection.swift
[1702/1799] Compiling Algorithms Grouped.swift
[1703/1799] Compiling Algorithms Indexed.swift
[1704/1799] Compiling Algorithms Intersperse.swift
[1705/1799] Compiling Atomics IntegerOperations.swift
[1706/1799] Compiling Atomics Unmanaged extensions.swift
[1707/1799] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1708/1799] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1709/1799] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1710/1799] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1711/1799] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1712/1799] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1713/1799] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1714/1799] Compiling BitCollections BitSet+Initializers.swift
[1715/1799] Compiling BitCollections BitSet+Invariants.swift
[1716/1799] Compiling BitCollections BitSet+Random.swift
[1717/1799] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1718/1799] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1719/1799] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1720/1799] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1721/1799] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1722/1799] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1723/1799] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1724/1799] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1725/1799] Compiling BitCollections BitSet+SetAlgebra union.swift
[1726/1799] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1727/1799] Compiling BitCollections BitSet.Counted.swift
[1728/1799] Emitting module BitCollections
[1729/1799] Compiling Algorithms AdjacentPairs.swift
[1730/1799] Compiling Algorithms Chain.swift
[1731/1799] Compiling Algorithms Chunked.swift
[1732/1799] Compiling Algorithms Combinations.swift
[1733/1799] Compiling Algorithms Compacted.swift
[1734/1799] Compiling Algorithms Cycle.swift
[1739/1799] Compiling Algorithms Rotate.swift
[1740/1799] Compiling Algorithms Split.swift
[1741/1799] Compiling Algorithms Stride.swift
[1742/1799] Compiling Algorithms Suffix.swift
[1743/1802] Compiling BitCollections BitSet.Index.swift
[1744/1802] Compiling BitCollections BitSet._UnsafeHandle.swift
[1745/1802] Compiling BitCollections BitSet.swift
[1746/1802] Compiling BitCollections Range+Utilities.swift
[1747/1802] Compiling BitCollections Slice+Utilities.swift
[1748/1802] Compiling BitCollections UInt+Tricks.swift
[1749/1802] Compiling BitCollections _Word.swift
[1766/1802] Compiling CryptoBoringWrapper RandomBytes.swift
[1767/1803] Emitting module CryptoBoringWrapper
[1772/1803] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1773/1803] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1774/1805] Compiling CryptoBoringWrapper EllipticCurve.swift
[1775/1805] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1776/1805] Emitting module Collections
[1777/1805] Compiling Collections Collections.swift
[1778/1806] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1779/1806] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1780/1807] Compiling Algorithms Trim.swift
[1781/1807] Compiling Algorithms Unique.swift
[1782/1807] Compiling Algorithms Windows.swift
[1803/1807] Emitting module Atomics
[1808/1939] Emitting module Algorithms
[1810/1940] Compiling Crypto HPKE-Ciphersuite.swift
[1811/1940] Compiling Crypto HPKE-KDF.swift
[1812/1940] Compiling Crypto HPKE-KexKeyDerivation.swift
[1813/1940] Compiling Crypto HPKE-LabeledExtract.swift
[1814/1940] Compiling Crypto HPKE-Utils.swift
[1815/1940] Compiling Crypto DHKEM.swift
[1816/1940] Compiling Crypto HPKE-KEM-Curve25519.swift
[1817/1940] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1818/1940] Compiling Crypto HPKE-KEM.swift
[1819/1940] Compiling Crypto HPKE-Errors.swift
[1820/1949] Compiling Crypto AESWrap.swift
[1821/1949] Compiling Crypto AESWrap_boring.swift
[1822/1949] Compiling Crypto Ed25519_boring.swift
[1823/1949] Compiling Crypto NISTCurvesKeys_boring.swift
[1824/1949] Compiling Crypto X25519Keys_boring.swift
[1825/1949] Compiling Crypto Curve25519.swift
[1826/1949] Compiling Crypto Ed25519Keys.swift
[1827/1949] Compiling Crypto NISTCurvesKeys.swift
[1828/1957] Compiling NIOCore SocketAddresses.swift
[1829/1957] Compiling NIOCore SocketOptionProvider.swift
[1830/1957] Compiling NIOCore SystemCallHelpers.swift
[1831/1957] Compiling NIOCore TimeAmount+Duration.swift
[1832/1957] Compiling NIOCore TypeAssistedChannelHandler.swift
[1833/1957] Compiling NIOCore UniversalBootstrapSupport.swift
[1834/1957] Compiling NIOCore Utilities.swift
[1835/1957] Compiling Crypto EdDSA_boring.swift
[1836/1957] Compiling Crypto ECDSA.swift
[1837/1957] Compiling Crypto Ed25519.swift
[1838/1957] Compiling Crypto HKDF.swift
[1847/1957] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1848/1957] Compiling Crypto PKCS8PrivateKey.swift
[1849/1957] Compiling Crypto SEC1PrivateKey.swift
[1850/1957] Compiling Crypto SubjectPublicKeyInfo.swift
[1851/1957] Compiling Crypto CryptoKitErrors.swift
[1852/1957] Compiling Crypto Digest_boring.swift
[1853/1957] Compiling Crypto Digest.swift
[1854/1957] Compiling Crypto Digests.swift
[1855/1957] Compiling Crypto HashFunctions.swift
[1856/1957] Compiling Crypto HashFunctions_SHA2.swift
[1857/1957] Compiling Crypto HPKE-AEAD.swift
[1858/1957] Emitting module Crypto
[1859/1957] Compiling NIOCore AddressedEnvelope.swift
[1860/1957] Compiling Crypto AES-GCM_boring.swift
[1861/1957] Compiling Crypto ChaChaPoly_boring.swift
[1862/1957] Compiling Crypto ChaChaPoly.swift
[1863/1957] Compiling Crypto Cipher.swift
[1864/1957] Compiling Crypto Nonces.swift
[1865/1957] Compiling Crypto ASN1.swift
[1866/1957] Compiling Crypto ASN1Any.swift
[1867/1957] Compiling Crypto ASN1BitString.swift
[1868/1957] Compiling Crypto ASN1Boolean.swift
[1869/1957] Compiling Crypto HPKE.swift
[1870/1957] Compiling Crypto HPKE-Context.swift
[1871/1957] Compiling Crypto HPKE-KeySchedule.swift
[1872/1957] Compiling Crypto HPKE-Modes.swift
[1873/1957] Compiling Crypto Insecure.swift
[1874/1957] Compiling Crypto Insecure_HashFunctions.swift
[1875/1957] Compiling Crypto KEM.swift
[1876/1957] Compiling Crypto ECDH_boring.swift
[1877/1957] Compiling Crypto DH.swift
[1878/1957] Compiling Crypto ECDH.swift
[1879/1957] Compiling Crypto ASN1Identifier.swift
[1880/1957] Compiling Crypto ASN1Integer.swift
[1881/1957] Compiling Crypto ASN1Null.swift
[1882/1957] Compiling Crypto ASN1OctetString.swift
[1883/1957] Compiling Crypto ASN1Strings.swift
[1884/1957] Compiling Crypto ArraySliceBigint.swift
[1885/1957] Compiling Crypto GeneralizedTime.swift
[1886/1957] Compiling Crypto ObjectIdentifier.swift
[1887/1957] Compiling Crypto ECDSASignature.swift
[1888/1957] Compiling Crypto PEMDocument.swift
[1905/1957] Compiling Crypto Signature.swift
[1906/1957] Compiling Crypto CryptoKitErrors_boring.swift
[1907/1957] Compiling Crypto RNG_boring.swift
[1908/1957] Compiling Crypto SafeCompare_boring.swift
[1909/1957] Compiling Crypto Zeroization_boring.swift
[1910/1957] Compiling Crypto PrettyBytes.swift
[1911/1957] Compiling Crypto SafeCompare.swift
[1912/1957] Compiling Crypto SecureBytes.swift
[1913/1957] Compiling Crypto Zeroization.swift
[1924/2005] Compiling JWTKit NotBeforeClaim.swift
[1925/2005] Compiling JWTKit SubjectClaim.swift
[1926/2005] Compiling JWTKit ECDSAError.swift
[1927/2005] Compiling JWTKit OctetKeyPair.swift
[1928/2005] Compiling JWTKit HMACError.swift
[1929/2005] Compiling JWTKit HMACSigner.swift
[1930/2005] Compiling JWTKit JWTSigner+HMAC.swift
[1931/2005] Compiling JWTKit JWK.swift
[1940/2005] Emitting module JWTKit
[1941/2011] Compiling JWTKit JWTAlgorithm.swift
[1942/2011] Compiling JWTKit JWTError.swift
[1943/2011] Compiling JWTKit JWTHeader.swift
[1944/2011] Compiling JWTKit JWTParser.swift
[1945/2011] Compiling JWTKit JWTPayload.swift
[1946/2011] Compiling JWTKit JWTSerializer.swift
[1947/2011] Compiling JWTKit JWTClaim.swift
[1948/2011] Compiling JWTKit JWTMultiValueClaim.swift
[1949/2011] Compiling JWTKit JWTUnixEpochClaim.swift
[1950/2011] Compiling JWTKit LocaleClaim.swift
[1954/2011] Compiling JWTKit AudienceClaim.swift
[1955/2011] Compiling JWTKit BoolClaim.swift
[1956/2011] Compiling JWTKit ExpirationClaim.swift
[1957/2011] Compiling JWTKit GoogleHostedDomainClaim.swift
[1958/2011] Compiling JWTKit IDClaim.swift
[1959/2011] Compiling JWTKit IssuedAtClaim.swift
[1960/2011] Compiling JWTKit IssuerClaim.swift
[1961/2011] Compiling JWTKit ECDSAKey.swift
[1962/2011] Compiling JWTKit ECDSASigner.swift
[1963/2011] Compiling JWTKit JWTSigner+ECDSA.swift
[1964/2011] Compiling JWTKit EdDSAError.swift
[1965/2011] Compiling JWTKit EdDSAKey.swift
[1966/2011] Compiling JWTKit EdDSASigner.swift
[1967/2011] Compiling JWTKit JWTSigner+EdDSA.swift
[1968/2011] Compiling JWTKit JWTSigner.swift
[1969/2011] Compiling JWTKit JWTSigners.swift
[1970/2011] Compiling JWTKit JWTSigner+UnsecuredNone.swift
[1971/2011] Compiling JWTKit UnsecuredNoneSigner.swift
[1972/2011] Compiling JWTKit JWTSigner+RSA.swift
[1973/2011] Compiling JWTKit RSAError.swift
[1974/2011] Compiling JWTKit RSAKey.swift
[1975/2011] Compiling JWTKit RSASigner.swift
[1976/2011] Compiling JWTKit Base64URL.swift
[1977/2011] Compiling JWTKit BigNumber.swift
[1978/2011] Compiling JWTKit CustomizedJSONCoders.swift
[1979/2011] Compiling JWTKit Exports.swift
[1985/2011] Compiling JWTKit JWKIdentifier.swift
[1986/2011] Compiling JWTKit JWKS.swift
[1987/2011] Compiling JWTKit OpenSSLSigner.swift
[1988/2011] Compiling JWTKit Utilities.swift
[1989/2011] Compiling JWTKit AppleIdentityToken.swift
[1990/2011] Compiling JWTKit GoogleIdentityToken.swift
[1991/2011] Compiling JWTKit MicrosoftIdentitiyToken.swift
[1992/2011] Compiling JWTKit X5CVerifier.swift
[1994/2012] Emitting module NIOCore
[2014/2063] Emitting module NIOEmbedded
[2015/2063] Compiling NIOPosix IO.swift
[2016/2063] Compiling NIOPosix IntegerBitPacking.swift
[2017/2063] Compiling NIOPosix IntegerTypes.swift
[2018/2063] Compiling NIOPosix Linux.swift
[2019/2063] Compiling NIOPosix LinuxCPUSet.swift
[2020/2063] Compiling NIOPosix LinuxUring.swift
[2021/2063] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[2022/2069] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[2023/2069] Compiling NIOEmbedded AsyncTestingChannel.swift
[2024/2069] Compiling NIOEmbedded Embedded.swift
[2026/2070] Compiling NIOPosix ThreadPosix.swift
[2027/2070] Compiling NIOPosix ThreadWindows.swift
[2028/2070] Compiling NIOPosix UnsafeTransfer.swift
[2029/2070] Compiling NIOPosix Utilities.swift
[2030/2070] Compiling NIOPosix VsockAddress.swift
[2031/2070] Compiling NIOPosix VsockChannelEvents.swift
[2032/2070] Compiling NIOPosix Pool.swift
[2033/2070] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[2034/2070] Compiling NIOPosix PosixSingletons.swift
[2035/2070] Compiling NIOPosix RawSocketBootstrap.swift
[2036/2070] Compiling NIOPosix Resolver.swift
[2037/2070] Compiling NIOPosix Selectable.swift
[2038/2070] Emitting module NIOPosix
[2039/2070] Compiling NIOPosix SelectableChannel.swift
[2040/2070] Compiling NIOPosix SelectableEventLoop.swift
[2041/2070] Compiling NIOPosix SelectorEpoll.swift
[2042/2070] Compiling NIOPosix SelectorGeneric.swift
[2043/2070] Compiling NIOPosix SelectorKqueue.swift
[2044/2070] Compiling NIOPosix SelectorUring.swift
[2045/2070] Compiling NIOPosix ServerSocket.swift
[2046/2070] Compiling NIOPosix Socket.swift
[2047/2070] Compiling NIOPosix SocketChannel.swift
[2048/2070] Compiling NIOPosix SocketProtocols.swift
[2049/2070] Compiling NIOPosix System.swift
[2050/2070] Compiling NIOPosix Thread.swift
[2051/2070] Compiling NIOPosix BSDSocketAPICommon.swift
[2052/2070] Compiling NIOPosix BSDSocketAPIPosix.swift
[2053/2070] Compiling NIOPosix BSDSocketAPIWindows.swift
[2054/2070] Compiling NIOPosix BaseSocket.swift
[2055/2070] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[2056/2070] Compiling NIOPosix BaseSocketChannel.swift
[2057/2070] Compiling NIOPosix BaseStreamSocketChannel.swift
[2058/2070] Compiling NIOPosix Bootstrap.swift
[2059/2070] Compiling NIOPosix ControlMessage.swift
[2060/2070] Compiling NIOPosix DatagramVectorReadManager.swift
[2061/2070] Compiling NIOPosix Errors+Any.swift
[2062/2070] Compiling NIOPosix FileDescriptor.swift
[2063/2070] Compiling NIOPosix GetaddrinfoResolver.swift
[2064/2070] Compiling NIOPosix HappyEyeballs.swift
[2065/2070] Compiling NIOPosix NIOThreadPool.swift
[2066/2070] Compiling NIOPosix NonBlockingFileIO.swift
[2067/2070] Compiling NIOPosix PendingDatagramWritesManager.swift
[2068/2070] Compiling NIOPosix PendingWritesManager.swift
[2069/2070] Compiling NIOPosix PipeChannel.swift
[2070/2070] Compiling NIOPosix PipePair.swift
[2072/2130] Compiling NIO Exports.swift
[2073/2130] Emitting module NIO
[2075/2131] Compiling _NIOFileSystem Exports.swift
[2076/2131] Compiling _NIOFileSystem FileChunks.swift
[2077/2131] Compiling _NIOFileSystem FileHandle.swift
[2078/2217] Emitting module _NIOFileSystem
[2079/2268] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[2080/2269] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2081/2269] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2082/2269] Compiling NIOTLS TLSEvents.swift
[2083/2269] Compiling NIOSOCKS ClientStateMachine.swift
[2084/2269] Compiling NIOSOCKS SOCKSResponse.swift
[2085/2269] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[2086/2269] Compiling NIOSOCKS SOCKSClientHandler.swift
[2087/2269] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[2088/2269] Compiling NIOSOCKS AuthenticationMethod.swift
[2089/2269] Compiling NIOSOCKS ClientGreeting.swift
[2090/2269] Compiling NIOSOCKS Errors.swift
[2091/2269] Emitting module NIOTLS
[2092/2269] Compiling NIOSOCKS ServerStateMachine.swift
[2093/2269] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2094/2269] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2095/2269] Emitting module NIOSOCKS
[2098/2269] Emitting module NIOHTTP1
[2099/2271] Compiling SQLKit SQLDatabaseReportedVersion.swift
[2100/2271] Compiling SQLKit SQLDialect.swift
[2104/2271] Compiling NIOSOCKS Helpers.swift
[2105/2271] Compiling NIOSOCKS Messages.swift
[2106/2271] Compiling NIOSOCKS SOCKSRequest.swift
[2107/2272] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2108/2272] Compiling NIOTLS SNIHandler.swift
[2111/2273] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[2112/2273] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[2113/2273] Compiling SQLKit SQLExpressions+Deprecated.swift
[2114/2273] Compiling SQLKit SQLAlterEnumBuilder.swift
[2115/2273] Compiling SQLKit SQLAlterTableBuilder.swift
[2116/2273] Compiling SQLKit SQLConflictUpdateBuilder.swift
[2117/2273] Compiling SQLKit SQLCreateEnumBuilder.swift
[2118/2273] Compiling SQLKit SQLCreateIndexBuilder.swift
[2119/2273] Compiling SQLKit SQLCreateTableBuilder.swift
[2120/2273] Compiling SQLKit SQLCreateTriggerBuilder.swift
[2121/2273] Compiling SQLKit SQLDeleteBuilder.swift
[2122/2273] Emitting module NIOFoundationCompat
[2123/2273] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[2124/2274] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[2125/2274] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[2126/2274] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[2127/2274] Compiling SQLKit SQLColumnAssignment.swift
[2128/2274] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[2129/2274] Compiling SQLKit SQLColumnDefinition.swift
[2130/2274] Compiling SQLKit SQLCommonTableExpression.swift
[2131/2274] Compiling SQLKit SQLConflictAction.swift
[2132/2274] Compiling SQLKit SQLConflictResolutionStrategy.swift
[2133/2274] Compiling SQLKit SQLDropBehaviour.swift
[2134/2274] Compiling SQLKit SQLEnumDataType.swift
[2135/2274] Compiling SQLKit SQLExcludedColumn.swift
[2136/2274] Compiling SQLKit SQLForeignKey.swift
[2137/2274] Compiling SQLKit SQLJoin.swift
[2138/2274] Compiling SQLKit SQLJoinMethod.swift
[2139/2286] Compiling SQLKit SQLDatabase.swift
[2142/2286] Compiling SQLKit SQLDatabase+Deprecated.swift
[2143/2286] Compiling SQLKit SQLError.swift
[2144/2286] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[2145/2286] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[2146/2286] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[2147/2286] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[2148/2286] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[2154/2286] Emitting module SQLKit
[2157/2328] Emitting module AsyncKit
[2158/2337] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[2159/2337] Compiling SQLKit Exports.swift
[2160/2337] Compiling SQLKit SQLAlias.swift
[2161/2337] Compiling SQLKit SQLBetween.swift
[2162/2337] Compiling SQLKit SQLColumn.swift
[2163/2337] Compiling SQLKit SQLConstraint.swift
[2164/2337] Compiling SQLKit SQLDataType.swift
[2165/2337] Compiling SQLKit SQLDirection.swift
[2166/2337] Compiling SQLKit SQLDistinct.swift
[2167/2337] Compiling SQLKit SQLForeignKeyAction.swift
[2168/2337] Compiling SQLKit SQLNestedSubpathExpression.swift
[2169/2337] Compiling SQLKit SQLQualifiedTable.swift
[2170/2337] Compiling SQLKit SQLQueryString.swift
[2171/2337] Compiling SQLKit SQLLockingClause.swift
[2172/2337] Compiling SQLKit SQLOrderBy.swift
[2173/2337] Compiling SQLKit SQLReturning.swift
[2174/2337] Compiling SQLKit SQLSubquery.swift
[2175/2337] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[2176/2337] Compiling SQLKit SQLAlterEnum.swift
[2177/2337] Compiling SQLKit SQLAlterTable.swift
[2178/2337] Compiling SQLKit SQLCreateEnum.swift
[2179/2337] Compiling SQLKit SQLCreateIndex.swift
[2180/2337] Compiling SQLKit SQLCreateTable.swift
[2181/2337] Compiling SQLKit SQLCreateTrigger.swift
[2182/2337] Compiling SQLKit SQLDelete.swift
[2183/2337] Compiling SQLKit SQLDropEnum.swift
[2184/2337] Compiling SQLKit SQLDropIndex.swift
[2185/2337] Compiling SQLKit SQLDropTable.swift
[2186/2337] Compiling SQLKit SQLDropTrigger.swift
[2187/2337] Compiling SQLKit SQLInsert.swift
[2188/2337] Compiling SQLKit SQLSelect.swift
[2189/2337] Compiling SQLKit SQLUnion.swift
[2190/2337] Compiling SQLKit SQLUpdate.swift
[2191/2337] Compiling SQLKit SQLExpression.swift
[2192/2337] Compiling SQLKit SQLSerializer.swift
[2193/2337] Compiling SQLKit SQLStatement.swift
[2194/2337] Compiling SQLKit SQLBinaryExpression.swift
[2195/2337] Compiling SQLKit SQLBinaryOperator.swift
[2196/2337] Compiling SQLKit SQLBind.swift
[2197/2337] Emitting module NIOTransportServices
[2198/2339] Compiling _NIOFileSystem SystemFileHandle.swift
[2199/2339] Compiling _NIOFileSystem Utilities.swift
[2200/2339] Compiling _NIOFileSystem OpenOptions.swift
[2201/2339] Compiling _NIOFileSystem String+FileSystem.swift
[2202/2339] Compiling NIOTransportServices NIOTSBootstraps.swift
[2203/2339] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2204/2339] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[2205/2339] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[2206/2339] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2207/2339] Compiling NIOTransportServices NIOTSDatagramListener.swift
[2208/2339] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2209/2339] Compiling NIOSSL RNG.swift
[2210/2339] Compiling NIOSSL SafeCompare.swift
[2221/2339] Compiling SQLKit SQLInsertBuilder.swift
[2222/2339] Compiling NIOTransportServices AcceptHandler.swift
[2223/2339] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[2224/2339] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[2225/2339] Compiling NIOTransportServices StateManagedChannel.swift
[2226/2339] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2227/2339] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2228/2339] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[2233/2339] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2234/2339] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2235/2339] Compiling NIOTransportServices NIOTSErrors.swift
[2236/2339] Compiling NIOTransportServices NIOTSEventLoop.swift
[2237/2339] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[2238/2339] Compiling NIOTransportServices NIOTSSingletons.swift
[2239/2339] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[2243/2339] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2244/2339] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2245/2339] Compiling NIOSSL SSLPKCS12Bundle.swift
[2246/2339] Compiling NIOSSL SubjectAlternativeName.swift
[2247/2339] Compiling NIOSSL NIOSSLSecureBytes.swift
[2283/2341] Emitting module NIOSSL
[2285/2392] Compiling NIOHPACK IndexedHeaderTable.swift
[2286/2393] Compiling NIOWebSocket WebSocketOpcode.swift
[2287/2395] Compiling SQLKit SQLFunction.swift
[2288/2395] Compiling SQLKit SQLGroupExpression.swift
[2289/2395] Compiling SQLKit SQLIdentifier.swift
[2290/2395] Compiling SQLKit SQLList.swift
[2291/2395] Compiling SQLKit SQLLiteral.swift
[2292/2395] Compiling SQLKit SQLRaw.swift
[2293/2395] Compiling SQLKit SQLCodingUtilities.swift
[2294/2395] Compiling SQLKit SQLQueryEncoder.swift
[2295/2395] Compiling SQLKit SQLRow.swift
[2296/2395] Compiling SQLKit SQLRowDecoder.swift
[2297/2395] Compiling SQLKit SomeCodingKey.swift
[2298/2395] Compiling SQLKit StringHandling.swift
[2299/2398] Compiling NIOHPACK StaticHeaderTable.swift
[2301/2398] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2302/2398] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2303/2398] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2304/2398] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2305/2398] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2306/2398] Compiling NIOExtras DebugInboundEventsHandler.swift
[2307/2398] Compiling NIOExtras DebugOutboundEventsHandler.swift
[2308/2398] Compiling NIOExtras FixedLengthFrameDecoder.swift
[2309/2398] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[2310/2398] Emitting module _NIOFileSystemFoundationCompat
[2311/2398] Compiling NIOHPACK HuffmanTables.swift
[2312/2401] Emitting module NIOHTTPCompression
[2313/2401] Compiling NIOHPACK IntegerCoding.swift
[2314/2401] Compiling NIOExtras QuiescingHelper.swift
[2323/2401] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2324/2401] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2325/2401] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2326/2401] Compiling NIOHTTPCompression HTTPCompression.swift
[2327/2401] Compiling NIOHTTPCompression HTTPDecompression.swift
[2328/2401] Compiling NIOExtras NIOLengthFieldBitLength.swift
[2329/2401] Compiling NIOExtras NIORequestIdentifiable.swift
[2330/2402] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2331/2402] Compiling NIOExtras RequestResponseHandler.swift
[2332/2402] Compiling NIOExtras RequestResponseWithIDHandler.swift
[2333/2402] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[2334/2402] Compiling NIOExtras NIOExtrasError.swift
[2335/2402] Compiling NIOExtras PCAPRingBuffer.swift
[2337/2402] Compiling NIOWebSocket WebSocketFrame.swift
[2338/2402] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2339/2404] Emitting module NIOFileSystem
[2340/2404] Compiling NIOFileSystem Exports.swift
[2346/2404] Emitting module NIOWebSocket
[2351/2404] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[2352/2404] Compiling NIOExtras LengthFieldPrepender.swift
[2353/2404] Compiling NIOExtras LineBasedFrameDecoder.swift
[2355/2404] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[2356/2404] Compiling NIOExtras JSONRPCFraming.swift
[2372/2406] Emitting module NIOHPACK
[2375/2406] Compiling NIOHPACK HuffmanCoding.swift
[2376/2406] Emitting module NIOExtras
[2384/2407] Compiling NIOSSL Zeroization.swift
[2385/2407] Compiling NIOSSL TLSConfiguration.swift
[2386/2407] Compiling NIOSSL UniversalBootstrapSupport.swift
[2387/2407] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2389/2427] Compiling MultipartKit Storage.swift
[2390/2427] Compiling NIOExtras WritePCAPHandler.swift
[2392/2428] Emitting module MultipartKit
[2393/2489] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2394/2489] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2395/2493] Compiling NIOHTTP2 SendingRstStreamState.swift
[2396/2493] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2397/2575] Compiling FluentKit AsyncMigration.swift
[2398/2575] Compiling FluentKit AsyncModelMiddleware.swift
[2399/2575] Compiling FluentKit Children+Concurrency.swift
[2400/2575] Compiling FluentKit Relation+Concurrency.swift
[2401/2575] Compiling FluentKit SchemaBuilder+Concurrency.swift
[2402/2575] Compiling FluentKit Siblings+Concurrency.swift
[2403/2575] Compiling FluentKit Database+Concurrency.swift
[2404/2575] Compiling FluentKit EnumBuilder+Concurrency.swift
[2405/2575] Compiling FluentKit Model+Concurrency.swift
[2406/2575] Compiling FluentKit OptionalParent+Concurrency.swift
[2407/2575] Compiling FluentKit Parent+Concurrency.swift
[2408/2575] Compiling FluentKit QueryBuilder+Concurrency.swift
[2409/2575] Compiling FluentKit ModelResponder+Concurrency.swift
[2410/2575] Compiling FluentKit OptionalChild+Concurrency.swift
[2411/2583] Compiling FluentKit DatabaseOutput.swift
[2412/2583] Compiling FluentKit Databases.swift
[2414/2584] Compiling WebSocketKit Exports.swift
[2415/2584] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2416/2584] Compiling WebSocketKit WebSocketHandler.swift
[2417/2584] Compiling WebSocketKit WebSocket+Concurrency.swift
[2418/2584] Emitting module WebSocketKit
[2419/2584] Compiling WebSocketKit WebSocket+Connect.swift
[2420/2584] Compiling WebSocketKit WebSocket.swift
[2421/2584] Compiling WebSocketKit WebSocketClient.swift
[2423/2585] Emitting module FluentKit
[2424/2597] Compiling FluentKit QueryBuilder+Group.swift
[2425/2597] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[2426/2597] Compiling FluentKit QueryBuilder+Join.swift
[2427/2597] Compiling FluentKit QueryBuilder+Paginate.swift
[2428/2597] Compiling FluentKit QueryBuilder+Range.swift
[2429/2597] Compiling FluentKit QueryBuilder+Set.swift
[2430/2597] Compiling FluentKit QueryBuilder+Sort.swift
[2431/2597] Compiling FluentKit QueryBuilder.swift
[2432/2597] Compiling FluentKit DatabaseQuery+Action.swift
[2433/2597] Compiling FluentKit DatabaseQuery+Aggregate.swift
[2434/2597] Compiling FluentKit DatabaseQuery+Field.swift
[2435/2597] Compiling FluentKit DatabaseQuery+Filter.swift
[2450/2597] Compiling FluentKit Database+Logging.swift
[2451/2597] Compiling FluentKit Database.swift
[2452/2597] Compiling FluentKit DatabaseID.swift
[2453/2597] Compiling FluentKit DatabaseInput.swift
[2456/2597] Compiling FluentKit KeyPrefixingStrategy.swift
[2457/2597] Compiling FluentKit TransactionControlDatabase.swift
[2458/2597] Compiling FluentKit DatabaseEnum.swift
[2459/2597] Compiling FluentKit EnumBuilder.swift
[2460/2597] Compiling FluentKit EnumMetadata.swift
[2461/2597] Compiling FluentKit EnumProperty.swift
[2462/2597] Compiling FluentKit OptionalEnumProperty.swift
[2463/2597] Compiling FluentKit Exports.swift
[2464/2597] Compiling FluentKit FluentError.swift
[2465/2597] Compiling FluentKit ModelMiddleware.swift
[2466/2597] Compiling FluentKit ModelResponder.swift
[2467/2597] Compiling FluentKit Migration.swift
[2468/2597] Compiling FluentKit MigrationLog.swift
[2469/2597] Compiling FluentKit Migrations.swift
[2470/2597] Compiling FluentKit Migrator.swift
[2471/2597] Compiling FluentKit AnyModel.swift
[2472/2597] Compiling FluentKit EagerLoad.swift
[2473/2597] Compiling FluentKit Fields+Codable.swift
[2474/2597] Compiling FluentKit CompositeID.swift
[2475/2597] Compiling FluentKit CompositeOptionalChild.swift
[2476/2597] Compiling FluentKit CompositeOptionalParent.swift
[2477/2597] Compiling FluentKit CompositeParent.swift
[2478/2597] Compiling FluentKit Field.swift
[2479/2597] Compiling FluentKit FieldKey.swift
[2480/2597] Compiling FluentKit Group.swift
[2481/2597] Compiling FluentKit ID.swift
[2501/2606] Compiling FluentKit DatabaseQuery+Join.swift
[2502/2606] Compiling FluentKit DatabaseQuery+Range.swift
[2503/2606] Compiling FluentKit DatabaseQuery+Sort.swift
[2504/2606] Compiling FluentKit DatabaseQuery+Value.swift
[2505/2606] Compiling FluentKit DatabaseQuery.swift
[2506/2606] Compiling FluentKit QueryHistory.swift
[2507/2606] Compiling FluentKit DatabaseSchema.swift
[2508/2606] Compiling FluentKit SchemaBuilder.swift
[2509/2606] Compiling FluentKit OptionalType.swift
[2510/2606] Compiling FluentKit RandomGeneratable.swift
[2511/2606] Compiling FluentKit SomeCodingKey.swift
[2512/2606] Compiling FluentKit UnsafeMutableTransferBox.swift
[2518/2606] Compiling FluentKit BooleanPropertyFormat.swift
[2519/2606] Compiling FluentKit Children.swift
[2520/2606] Compiling FluentKit CompositeChildren.swift
[2521/2606] Emitting module NIOHTTP2
[2542/2606] Compiling FluentKit OptionalBoolean.swift
[2543/2606] Compiling FluentKit Fields.swift
[2544/2606] Compiling FluentKit MirrorBypass.swift
[2545/2606] Compiling FluentKit Model+CRUD.swift
[2546/2606] Compiling FluentKit Model.swift
[2547/2606] Compiling FluentKit ModelAlias.swift
[2548/2606] Compiling FluentKit Schema.swift
[2549/2606] Compiling FluentKit FieldOperators.swift
[2550/2606] Compiling NIOHTTP2 InboundWindowManager.swift
[2551/2606] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2552/2606] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2553/2606] Compiling NIOHTTP2 StreamChannelList.swift
[2554/2606] Compiling NIOHTTP2 StreamMap.swift
[2555/2606] Compiling FluentKit OptionalChild.swift
[2556/2606] Compiling FluentKit OptionalField.swift
[2557/2606] Compiling FluentKit OptionalParent.swift
[2558/2606] Compiling FluentKit Parent.swift
[2559/2606] Compiling FluentKit Property.swift
[2560/2606] Compiling FluentKit Relation.swift
[2561/2606] Compiling FluentKit Siblings.swift
[2562/2606] Compiling FluentKit Timestamp.swift
[2563/2606] Compiling FluentKit TimestampFormat.swift
[2564/2606] Compiling FluentKit QueryBuilder+Aggregate.swift
[2565/2606] Compiling FluentKit QueryBuilder+EagerLoad.swift
[2566/2606] Compiling FluentKit QueryBuilder+Filter.swift
[2573/2607] Compiling NIOHTTP2 StreamStateMachine.swift
[2574/2607] Compiling NIOHTTP2 UnsafeTransfer.swift
[2575/2607] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2609/2668] Emitting module AsyncHTTPClient
[2610/2676] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2611/2676] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2612/2676] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2613/2676] Compiling AsyncHTTPClient HTTP1Connection.swift
[2614/2676] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2615/2676] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2616/2676] Compiling AsyncHTTPClient HTTP2Connection.swift
[2617/2676] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2618/2676] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2619/2676] Compiling AsyncHTTPClient HTTPHandler.swift
[2620/2676] Compiling AsyncHTTPClient LRUCache.swift
[2621/2676] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2622/2676] Compiling AsyncHTTPClient NWErrorHandler.swift
[2623/2676] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2624/2676] Compiling AsyncHTTPClient TLSConfiguration.swift
[2625/2676] Compiling AsyncHTTPClient RedirectState.swift
[2626/2676] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2627/2676] Compiling AsyncHTTPClient ConnectionTarget.swift
[2628/2676] Compiling AsyncHTTPClient DeconstructedURL.swift
[2629/2676] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2630/2676] Compiling AsyncHTTPClient FoundationExtensions.swift
[2631/2676] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2632/2676] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2633/2676] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2634/2676] Compiling AsyncHTTPClient HTTPClient.swift
[2635/2676] Compiling AsyncHTTPClient RequestBag.swift
[2636/2676] Compiling AsyncHTTPClient RequestValidation.swift
[2637/2676] Compiling AsyncHTTPClient SSLContextCache.swift
[2638/2676] Compiling AsyncHTTPClient Scheme.swift
[2639/2676] Compiling AsyncHTTPClient Singleton.swift
[2640/2676] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2641/2676] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2642/2676] Compiling AsyncHTTPClient Utils.swift
[2643/2676] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2644/2676] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2645/2676] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2646/2676] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2647/2676] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2648/2676] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2649/2676] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2650/2676] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2651/2676] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2652/2676] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2653/2676] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2654/2676] Compiling AsyncHTTPClient Transaction.swift
[2655/2676] Compiling AsyncHTTPClient Base64.swift
[2656/2676] Compiling AsyncHTTPClient BasicAuth.swift
[2657/2676] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2658/2676] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2659/2676] Compiling AsyncHTTPClient ConnectionPool.swift
[2660/2676] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2661/2676] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2662/2676] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2663/2676] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2664/2676] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2665/2676] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2666/2676] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2667/2676] Compiling AsyncHTTPClient RequestBodyLength.swift
[2668/2676] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2669/2676] Compiling AsyncHTTPClient RequestOptions.swift
[2670/2676] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2671/2676] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2672/2676] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2673/2676] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2674/2676] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2675/2676] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2676/2676] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2678/2846] Compiling Vapor Core.swift
[2679/2846] Compiling Vapor Running.swift
[2680/2846] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2681/2846] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2682/2846] Compiling Vapor DotEnvFile+load.swift
[2683/2846] Compiling Vapor Routes+caseInsenstive.swift
[2684/2846] Compiling Vapor Validatable+validate.swift
[2685/2846] Compiling Vapor Environment+Process.swift
[2686/2846] Compiling Vapor Environment+Secret.swift
[2687/2846] Compiling Vapor Environment.swift
[2688/2846] Compiling Vapor Abort.swift
[2689/2846] Compiling Vapor AbortError.swift
[2690/2846] Compiling Vapor DebuggableError.swift
[2691/2846] Compiling Vapor Demangler.swift
[2692/2846] Compiling Vapor ErrorSource.swift
[2693/2846] Compiling Vapor StackTrace.swift
[2694/2846] Compiling Vapor Exports.swift
[2695/2846] Compiling Vapor Application+HTTP.swift
[2696/2846] Compiling Vapor BasicResponder.swift
[2697/2846] Compiling Vapor BodyStream.swift
[2698/2846] Compiling Vapor Application+HTTP+Client.swift
[2699/2846] Compiling Vapor EventLoopHTTPClient.swift
[2700/2846] Compiling Vapor EndpointCache.swift
[2701/2846] Compiling Vapor HTTPMethod+String.swift
[2702/2870] Compiling Vapor AsyncBasicResponder.swift
[2703/2870] Compiling Vapor AsyncMiddleware.swift
[2704/2870] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2705/2870] Compiling Vapor AsyncSessionDriver.swift
[2706/2870] Compiling Vapor Authentication+Concurrency.swift
[2707/2870] Compiling Vapor Cache+Concurrency.swift
[2708/2870] Compiling Vapor Client+Concurrency.swift
[2709/2870] Compiling Vapor RequestBody+Concurrency.swift
[2710/2870] Compiling Vapor Responder+Concurrency.swift
[2711/2870] Compiling Vapor ResponseCodable+Concurrency.swift
[2712/2870] Compiling Vapor RoutesBuilder+Concurrency.swift
[2713/2870] Compiling Vapor ViewRenderer+Concurrency.swift
[2714/2870] Compiling Vapor WebSocket+Concurrency.swift
[2715/2870] Compiling Vapor ContainerGetPathExecutor.swift
[2716/2870] Compiling Vapor Content.swift
[2717/2870] Compiling Vapor ContentCoders.swift
[2718/2870] Compiling Vapor ContentConfiguration.swift
[2719/2870] Compiling Vapor ContentContainer.swift
[2720/2870] Compiling Vapor JSONCoder+Custom.swift
[2721/2870] Compiling Vapor JSONCoders+Content.swift
[2722/2870] Compiling Vapor PlaintextDecoder.swift
[2723/2870] Compiling Vapor PlaintextEncoder.swift
[2724/2870] Compiling Vapor URLQueryCoders.swift
[2725/2870] Compiling Vapor URLQueryContainer.swift
[2726/2894] Compiling Vapor Validator.swift
[2727/2894] Compiling Vapor ValidatorResult.swift
[2728/2894] Compiling Vapor And.swift
[2729/2894] Compiling Vapor Case.swift
[2730/2894] Compiling Vapor CharacterSet.swift
[2731/2894] Compiling Vapor Count.swift
[2732/2894] Compiling Vapor Custom.swift
[2733/2894] Compiling Vapor Email.swift
[2734/2894] Compiling Vapor Empty.swift
[2735/2894] Compiling Vapor In.swift
[2736/2894] Compiling Vapor Nil.swift
[2737/2894] Compiling Vapor NilIgnoring.swift
[2738/2894] Compiling Vapor Not.swift
[2739/2894] Compiling Vapor Or.swift
[2740/2894] Compiling Vapor Pattern.swift
[2741/2894] Compiling Vapor Range.swift
[2742/2894] Compiling Vapor URL.swift
[2743/2894] Compiling Vapor Valid.swift
[2744/2894] Compiling Vapor Application+Views.swift
[2745/2894] Compiling Vapor PlaintextRenderer.swift
[2746/2894] Compiling Vapor Request+View.swift
[2747/2894] Compiling Vapor View.swift
[2748/2894] Compiling Vapor ViewRenderer.swift
[2749/2894] Compiling Vapor _Deprecations.swift
[2750/2894] Compiling Vapor Bytes+Hex.swift
[2751/2894] Compiling Vapor Bytes+SecureCompare.swift
[2752/2894] Compiling Vapor Collection+Safe.swift
[2753/2894] Compiling Vapor DataProtocol+Copy.swift
[2754/2894] Compiling Vapor DecoderUnwrapper.swift
[2755/2894] Compiling Vapor DirectoryConfiguration.swift
[2756/2894] Compiling Vapor DotEnv.swift
[2757/2894] Compiling Vapor Extendable.swift
[2758/2894] Compiling Vapor File.swift
[2759/2894] Compiling Vapor FileIO.swift
[2760/2894] Compiling Vapor LifecycleHandler.swift
[2761/2894] Compiling Vapor OptionalType.swift
[2762/2894] Compiling Vapor RFC1123.swift
[2763/2894] Compiling Vapor SocketAddress+Hostname.swift
[2764/2894] Compiling Vapor Storage.swift
[2765/2894] Compiling Vapor String+IsIPAddress.swift
[2766/2894] Compiling Vapor Thread.swift
[2767/2894] Compiling Vapor URI.swift
[2768/2894] Compiling Vapor RangeResult.swift
[2769/2894] Compiling Vapor Validatable.swift
[2770/2894] Compiling Vapor Validation.swift
[2771/2894] Compiling Vapor ValidationKey.swift
[2772/2894] Compiling Vapor Validations.swift
[2773/2894] Compiling Vapor ValidationsError.swift
[2774/2894] Compiling Vapor Application.swift
[2775/2894] Compiling Vapor AuthenticationCache.swift
[2776/2894] Compiling Vapor Authenticator.swift
[2777/2894] Compiling Vapor BasicAuthorization.swift
[2778/2894] Compiling Vapor BearerAuthorization.swift
[2779/2894] Compiling Vapor GuardMiddleware.swift
[2780/2894] Compiling Vapor RedirectMiddleware.swift
[2781/2894] Compiling Vapor SessionAuthenticatable.swift
[2782/2894] Compiling Vapor Bcrypt.swift
[2783/2894] Compiling Vapor Application+Cache.swift
[2784/2894] Compiling Vapor Cache.swift
[2785/2894] Compiling Vapor CacheExpirationTime.swift
[2786/2894] Compiling Vapor MemoryCache.swift
[2787/2894] Compiling Vapor Request+Cache.swift
[2788/2894] Compiling Vapor Application+Clients.swift
[2789/2894] Compiling Vapor Client.swift
[2790/2894] Compiling Vapor ClientRequest.swift
[2791/2894] Compiling Vapor ClientResponse.swift
[2792/2894] Compiling Vapor Request+Client.swift
[2793/2894] Compiling Vapor BootCommand.swift
[2794/2894] Compiling Vapor CommandContext+Application.swift
[2795/2894] Compiling Vapor RoutesCommand.swift
[2796/2894] Compiling Vapor ServeCommand.swift
[2797/2894] Compiling Vapor AnyResponse+Concurrency.swift
[2798/2894] Compiling Vapor HTTPServerResponseEncoder.swift
[2799/2894] Compiling Vapor HTTPServerUpgradeHandler.swift
[2800/2894] Compiling Vapor Logger+Report.swift
[2801/2894] Compiling Vapor LoggingSystem+Environment.swift
[2802/2894] Compiling Vapor Application+Middleware.swift
[2803/2894] Compiling Vapor CORSMiddleware.swift
[2804/2894] Compiling Vapor ErrorMiddleware.swift
[2805/2894] Compiling Vapor FileMiddleware.swift
[2806/2894] Compiling Vapor Middleware.swift
[2807/2894] Compiling Vapor MiddlewareConfiguration.swift
[2808/2894] Compiling Vapor ResponseCompressionMiddleware.swift
[2809/2894] Compiling Vapor RouteLoggingMiddleware.swift
[2810/2894] Compiling Vapor TracingMiddleware.swift
[2811/2894] Compiling Vapor File+Multipart.swift
[2812/2894] Compiling Vapor FormDataDecoder+Content.swift
[2813/2894] Compiling Vapor FormDataEncoder+Content.swift
[2814/2894] Compiling Vapor Application+Password.swift
[2815/2894] Compiling Vapor Application+Passwords.swift
[2816/2894] Compiling Vapor AsyncPasswordHasher.swift
[2817/2894] Compiling Vapor BcryptHasher.swift
[2818/2894] Compiling Vapor PasswordHasher.swift
[2819/2894] Compiling Vapor PlaintextHasher.swift
[2820/2894] Compiling Vapor Request+Password.swift
[2821/2894] Compiling Vapor Redirect.swift
[2822/2894] Compiling Vapor Request+Body.swift
[2823/2894] Compiling Vapor Request+BodyStream.swift
[2824/2894] Compiling Vapor Request.swift
[2825/2894] Compiling Vapor Application+Responder.swift
[2826/2894] Compiling Vapor DefaultResponder.swift
[2827/2894] Compiling Vapor Response+Body.swift
[2828/2894] Compiling Vapor Response.swift
[2829/2894] Compiling Vapor ResponseCodable.swift
[2830/2894] Compiling Vapor Application+Routes.swift
[2831/2894] Compiling Vapor Parameters+Require.swift
[2832/2894] Compiling Vapor Request+WebSocket.swift
[2833/2894] Compiling Vapor Route.swift
[2834/2894] Compiling Vapor RouteCollection.swift
[2835/2894] Compiling Vapor Routes.swift
[2836/2894] Compiling Vapor RoutesBuilder+Group.swift
[2837/2894] Compiling Vapor RoutesBuilder+Method.swift
[2838/2894] Compiling Vapor RoutesBuilder+Middleware.swift
[2839/2894] Compiling Vapor RoutesBuilder+WebSocket.swift
[2840/2894] Compiling Vapor RoutesBuilder.swift
[2841/2894] Compiling Vapor OTP.swift
[2842/2894] Compiling Vapor Application+Servers.swift
[2843/2894] Compiling Vapor Server.swift
[2844/2894] Compiling Vapor App+Service.swift
[2845/2894] Compiling Vapor Req+Service.swift
[2846/2894] Emitting module Vapor
[2847/2894] Compiling Vapor Service.swift
[2848/2894] Compiling Vapor Application+Sessions.swift
[2849/2894] Compiling Vapor MemorySessions.swift
[2850/2894] Compiling Vapor Request+Session.swift
[2851/2894] Compiling Vapor Session.swift
[2852/2894] Compiling Vapor SessionCache.swift
[2853/2894] Compiling Vapor SessionData.swift
[2854/2894] Compiling Vapor SessionDriver.swift
[2855/2894] Compiling Vapor SessionsConfiguration.swift
[2856/2894] Compiling Vapor SessionsMiddleware.swift
[2857/2894] Compiling Vapor URLEncodedFormData.swift
[2858/2894] Compiling Vapor URLEncodedFormDecoder.swift
[2859/2894] Compiling Vapor URLEncodedFormEncoder.swift
[2860/2894] Compiling Vapor URLEncodedFormError.swift
[2861/2894] Compiling Vapor URLEncodedFormParser.swift
[2862/2894] Compiling Vapor URLEncodedFormSerializer.swift
[2863/2894] Compiling Vapor URLQueryFragmentConvertible.swift
[2864/2894] Compiling Vapor AnyResponse.swift
[2865/2894] Compiling Vapor Array+Random.swift
[2866/2894] Compiling Vapor Base32.swift
[2867/2894] Compiling Vapor Base64.swift
[2868/2894] Compiling Vapor BaseN.swift
[2869/2894] Compiling Vapor BasicCodingKey.swift
[2870/2894] Compiling Vapor ByteCount.swift
[2871/2894] Compiling Vapor HTTPStatus.swift
[2872/2894] Compiling Vapor HTTPCookies.swift
[2873/2894] Compiling Vapor HTTPHeaderCacheControl.swift
[2874/2894] Compiling Vapor HTTPHeaderExpires.swift
[2875/2894] Compiling Vapor HTTPHeaderLastModified.swift
[2876/2894] Compiling Vapor HTTPHeaders+Cache.swift
[2877/2894] Compiling Vapor HTTPHeaders+Connection.swift
[2878/2894] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2879/2894] Compiling Vapor HTTPHeaders+ContentRange.swift
[2880/2894] Compiling Vapor HTTPHeaders+Directive.swift
[2881/2894] Compiling Vapor HTTPHeaders+Forwarded.swift
[2882/2894] Compiling Vapor HTTPHeaders+Link.swift
[2883/2894] Compiling Vapor HTTPHeaders+Name.swift
[2884/2894] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2885/2894] Compiling Vapor HTTPHeaders.swift
[2886/2894] Compiling Vapor HTTPMediaType.swift
[2887/2894] Compiling Vapor HTTPMediaTypePreference.swift
[2888/2894] Compiling Vapor Responder.swift
[2889/2894] Compiling Vapor Application+HTTP+Server.swift
[2890/2894] Compiling Vapor HTTPServer.swift
[2891/2894] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2892/2894] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2893/2894] Compiling Vapor HTTPServerHandler.swift
[2894/2894] Compiling Vapor HTTPServerRequestDecoder.swift
[2896/2921] Compiling JWT JWTError+Vapor.swift
[2897/2922] Compiling JWT JWTAuthenticator.swift
[2898/2922] Compiling Fluent ModelAuthenticatable.swift
[2899/2922] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2900/2924] Compiling JWT JWT+Microsoft.swift
[2901/2924] Compiling Fluent FluentProvider+Concurrency.swift
[2902/2924] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2903/2924] Compiling JWT JWT+Google.swift
[2908/2924] Emitting module JWT
[2909/2924] Compiling Fluent FluentProvider.swift
[2910/2924] Compiling Fluent MigrateCommand.swift
[2911/2924] Compiling JWT Request+JWT.swift
[2914/2925] Compiling Fluent ModelTokenAuthenticatable.swift
[2915/2925] Compiling Fluent PageLimit.swift
[2916/2925] Compiling Fluent Exports.swift
[2917/2925] Compiling Fluent Fluent+Cache.swift
[2918/2925] Compiling Fluent Fluent+History.swift
[2919/2925] Compiling Fluent Fluent+Paginate.swift
[2920/2925] Compiling Fluent Pagination+Concurrency.swift
[2921/2925] Compiling Fluent Sessions+Concurrency.swift
[2922/2925] Emitting module Fluent
[2923/2925] Compiling Fluent Fluent+Pagination.swift
[2924/2925] Compiling Fluent Fluent+Sessions.swift
[2927/2946] Emitting module Authomatek
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel+DTO.swift:16:17: warning: stored property 'status' of 'Sendable'-conforming struct 'User' has non-sendable type 'UserStatus'; this is an error in the Swift 6 language mode
14 |             let email: String
15 |             let username: String
16 |             let status: UserStatus
   |                 `- warning: stored property 'status' of 'Sendable'-conforming struct 'User' has non-sendable type 'UserStatus'; this is an error in the Swift 6 language mode
17 |             let createdAt: Date
18 |             let updatedAt: Date
/host/spi-builder-workspace/Sources/Authomatek/User/UserStatus.swift:11:13: note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
 9 | import Vapor
10 |
11 | public enum UserStatus: String, Codable {
   |             `- note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
12 |     public static let schema: String = "autho_user_status"
13 |
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel.swift:36:6: warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
34 |     public var passwordHash: String
35 |
36 |     @Enum(key: FieldKeys.userStatus)
   |      `- warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 |     public var status: UserStatus
38 |
/host/spi-builder-workspace/Sources/Authomatek/User/UserStatus.swift:11:13: note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
 9 | import Vapor
10 |
11 | public enum UserStatus: String, Codable {
   |             `- note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
12 |     public static let schema: String = "autho_user_status"
13 |
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel.swift:25:16: warning: stored property '_id' of 'Sendable'-conforming class 'UserModel' is mutable; this is an error in the Swift 6 language mode
23 |
24 |     @ID(key: .id)
25 |     public var id: UUID?
   |                `- warning: stored property '_id' of 'Sendable'-conforming class 'UserModel' is mutable; this is an error in the Swift 6 language mode
26 |
27 |     @Field(key: FieldKeys.email)
[2928/2946] Compiling Authomatek AuthoRoutable.swift
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:22:59: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RegisterModel' may introduce data races
20 |         let authoRoutes = routes.grouped(config.path)
21 |
22 |         authoRoutes.post(config.register, use: controller.register)
   |                                                           `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RegisterModel' may introduce data races
23 |         authoRoutes.post(config.login, use: controller.login)
24 |
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:23:56: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LoginModel' may introduce data races
21 |
22 |         authoRoutes.post(config.register, use: controller.register)
23 |         authoRoutes.post(config.login, use: controller.login)
   |                                                        `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LoginModel' may introduce data races
24 |
25 |         let protected = authoRoutes.grouped(AuthoMiddleware())
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:27:54: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LogoutModel' may introduce data races
25 |         let protected = authoRoutes.grouped(AuthoMiddleware())
26 |
27 |         protected.get(config.logout, use: controller.logout)
   |                                                      `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LogoutModel' may introduce data races
28 |         protected.get(config.refresh, use: controller.refresh)
29 |     }
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:28:55: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RefreshModel' may introduce data races
26 |
27 |         protected.get(config.logout, use: controller.logout)
28 |         protected.get(config.refresh, use: controller.refresh)
   |                                                       `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RefreshModel' may introduce data races
29 |     }
30 | }
[2929/2946] Compiling Authomatek AuthoRoutes.swift
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:22:59: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RegisterModel' may introduce data races
20 |         let authoRoutes = routes.grouped(config.path)
21 |
22 |         authoRoutes.post(config.register, use: controller.register)
   |                                                           `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RegisterModel' may introduce data races
23 |         authoRoutes.post(config.login, use: controller.login)
24 |
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:23:56: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LoginModel' may introduce data races
21 |
22 |         authoRoutes.post(config.register, use: controller.register)
23 |         authoRoutes.post(config.login, use: controller.login)
   |                                                        `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LoginModel' may introduce data races
24 |
25 |         let protected = authoRoutes.grouped(AuthoMiddleware())
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:27:54: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LogoutModel' may introduce data races
25 |         let protected = authoRoutes.grouped(AuthoMiddleware())
26 |
27 |         protected.get(config.logout, use: controller.logout)
   |                                                      `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LogoutModel' may introduce data races
28 |         protected.get(config.refresh, use: controller.refresh)
29 |     }
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:28:55: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RefreshModel' may introduce data races
26 |
27 |         protected.get(config.logout, use: controller.logout)
28 |         protected.get(config.refresh, use: controller.refresh)
   |                                                       `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RefreshModel' may introduce data races
29 |     }
30 | }
[2930/2946] Compiling Authomatek PathComponent+Extension.swift
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:22:59: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RegisterModel' may introduce data races
20 |         let authoRoutes = routes.grouped(config.path)
21 |
22 |         authoRoutes.post(config.register, use: controller.register)
   |                                                           `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RegisterModel' may introduce data races
23 |         authoRoutes.post(config.login, use: controller.login)
24 |
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:23:56: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LoginModel' may introduce data races
21 |
22 |         authoRoutes.post(config.register, use: controller.register)
23 |         authoRoutes.post(config.login, use: controller.login)
   |                                                        `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LoginModel' may introduce data races
24 |
25 |         let protected = authoRoutes.grouped(AuthoMiddleware())
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:27:54: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LogoutModel' may introduce data races
25 |         let protected = authoRoutes.grouped(AuthoMiddleware())
26 |
27 |         protected.get(config.logout, use: controller.logout)
   |                                                      `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LogoutModel' may introduce data races
28 |         protected.get(config.refresh, use: controller.refresh)
29 |     }
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:28:55: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RefreshModel' may introduce data races
26 |
27 |         protected.get(config.logout, use: controller.logout)
28 |         protected.get(config.refresh, use: controller.refresh)
   |                                                       `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RefreshModel' may introduce data races
29 |     }
30 | }
[2931/2948] Compiling Authomatek AuthoControllable.swift
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel.swift:36:6: warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
34 |     public var passwordHash: String
35 |
36 |     @Enum(key: FieldKeys.userStatus)
   |      `- warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 |     public var status: UserStatus
38 |
/host/spi-builder-workspace/Sources/Authomatek/User/UserStatus.swift:11:13: note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
 9 | import Vapor
10 |
11 | public enum UserStatus: String, Codable {
   |             `- note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
12 |     public static let schema: String = "autho_user_status"
13 |
[2932/2948] Compiling Authomatek AuthoController.swift
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel.swift:36:6: warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
34 |     public var passwordHash: String
35 |
36 |     @Enum(key: FieldKeys.userStatus)
   |      `- warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 |     public var status: UserStatus
38 |
/host/spi-builder-workspace/Sources/Authomatek/User/UserStatus.swift:11:13: note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
 9 | import Vapor
10 |
11 | public enum UserStatus: String, Codable {
   |             `- note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
12 |     public static let schema: String = "autho_user_status"
13 |
[2933/2948] Compiling Authomatek AuthoMiddleware.swift
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel.swift:36:6: warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
34 |     public var passwordHash: String
35 |
36 |     @Enum(key: FieldKeys.userStatus)
   |      `- warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 |     public var status: UserStatus
38 |
/host/spi-builder-workspace/Sources/Authomatek/User/UserStatus.swift:11:13: note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
 9 | import Vapor
10 |
11 | public enum UserStatus: String, Codable {
   |             `- note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
12 |     public static let schema: String = "autho_user_status"
13 |
[2934/2948] Compiling Authomatek AuthoPayload.swift
[2935/2948] Compiling Authomatek AuthoToken.swift
[2936/2948] Compiling Authomatek AuthoTokenable.swift
[2937/2948] Compiling Authomatek UserModel+Authenticatable.swift
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel.swift:36:6: warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
34 |     public var passwordHash: String
35 |
36 |     @Enum(key: FieldKeys.userStatus)
   |      `- warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 |     public var status: UserStatus
38 |
/host/spi-builder-workspace/Sources/Authomatek/User/UserStatus.swift:11:13: note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
 9 | import Vapor
10 |
11 | public enum UserStatus: String, Codable {
   |             `- note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
12 |     public static let schema: String = "autho_user_status"
13 |
[2938/2948] Compiling Authomatek UserModel+DB.swift
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel.swift:36:6: warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
34 |     public var passwordHash: String
35 |
36 |     @Enum(key: FieldKeys.userStatus)
   |      `- warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 |     public var status: UserStatus
38 |
/host/spi-builder-workspace/Sources/Authomatek/User/UserStatus.swift:11:13: note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
 9 | import Vapor
10 |
11 | public enum UserStatus: String, Codable {
   |             `- note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
12 |     public static let schema: String = "autho_user_status"
13 |
[2939/2948] Compiling Authomatek User.swift
[2940/2948] Compiling Authomatek UserStatus.swift
[2941/2948] Compiling Authomatek UserModel+DTO.swift
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel+DTO.swift:16:17: warning: stored property 'status' of 'Sendable'-conforming struct 'User' has non-sendable type 'UserStatus'; this is an error in the Swift 6 language mode
14 |             let email: String
15 |             let username: String
16 |             let status: UserStatus
   |                 `- warning: stored property 'status' of 'Sendable'-conforming struct 'User' has non-sendable type 'UserStatus'; this is an error in the Swift 6 language mode
17 |             let createdAt: Date
18 |             let updatedAt: Date
/host/spi-builder-workspace/Sources/Authomatek/User/UserStatus.swift:11:13: note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
 9 | import Vapor
10 |
11 | public enum UserStatus: String, Codable {
   |             `- note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
12 |     public static let schema: String = "autho_user_status"
13 |
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel.swift:36:6: warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
34 |     public var passwordHash: String
35 |
36 |     @Enum(key: FieldKeys.userStatus)
   |      `- warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 |     public var status: UserStatus
38 |
/host/spi-builder-workspace/Sources/Authomatek/User/UserStatus.swift:11:13: note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
 9 | import Vapor
10 |
11 | public enum UserStatus: String, Codable {
   |             `- note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
12 |     public static let schema: String = "autho_user_status"
13 |
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel.swift:25:16: warning: stored property '_id' of 'Sendable'-conforming class 'UserModel' is mutable; this is an error in the Swift 6 language mode
23 |
24 |     @ID(key: .id)
25 |     public var id: UUID?
   |                `- warning: stored property '_id' of 'Sendable'-conforming class 'UserModel' is mutable; this is an error in the Swift 6 language mode
26 |
27 |     @Field(key: FieldKeys.email)
[2942/2948] Compiling Authomatek UserModel.swift
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel+DTO.swift:16:17: warning: stored property 'status' of 'Sendable'-conforming struct 'User' has non-sendable type 'UserStatus'; this is an error in the Swift 6 language mode
14 |             let email: String
15 |             let username: String
16 |             let status: UserStatus
   |                 `- warning: stored property 'status' of 'Sendable'-conforming struct 'User' has non-sendable type 'UserStatus'; this is an error in the Swift 6 language mode
17 |             let createdAt: Date
18 |             let updatedAt: Date
/host/spi-builder-workspace/Sources/Authomatek/User/UserStatus.swift:11:13: note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
 9 | import Vapor
10 |
11 | public enum UserStatus: String, Codable {
   |             `- note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
12 |     public static let schema: String = "autho_user_status"
13 |
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel.swift:36:6: warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
34 |     public var passwordHash: String
35 |
36 |     @Enum(key: FieldKeys.userStatus)
   |      `- warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 |     public var status: UserStatus
38 |
/host/spi-builder-workspace/Sources/Authomatek/User/UserStatus.swift:11:13: note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
 9 | import Vapor
10 |
11 | public enum UserStatus: String, Codable {
   |             `- note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
12 |     public static let schema: String = "autho_user_status"
13 |
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel.swift:25:16: warning: stored property '_id' of 'Sendable'-conforming class 'UserModel' is mutable; this is an error in the Swift 6 language mode
23 |
24 |     @ID(key: .id)
25 |     public var id: UUID?
   |                `- warning: stored property '_id' of 'Sendable'-conforming class 'UserModel' is mutable; this is an error in the Swift 6 language mode
26 |
27 |     @Field(key: FieldKeys.email)
[2943/2948] Compiling Authomatek RouteConfig.swift
[2944/2948] Compiling Authomatek CreateUser.swift
[2945/2948] Compiling Authomatek CreateUserStatus.swift
[2946/2948] Compiling Authomatek AuthoTokenizer.swift
[2947/2948] Compiling Authomatek TokenService.swift
[2948/2948] Compiling Authomatek Authomatek.swift
Build complete! (407.93s)
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" : "jwt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt.git"
    }
  ],
  "manifest_display_name" : "Authomatek",
  "name" : "Authomatek",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Authomatek",
      "targets" : [
        "Authomatek"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Authomatek",
      "module_type" : "SwiftTarget",
      "name" : "Authomatek",
      "path" : "Sources/Authomatek",
      "product_dependencies" : [
        "Vapor",
        "Fluent",
        "JWT"
      ],
      "product_memberships" : [
        "Authomatek"
      ],
      "sources" : [
        "Authentication/Controller/AuthoControllable.swift",
        "Authentication/Controller/AuthoController.swift",
        "Authentication/Middleware/AuthoMiddleware.swift",
        "Authentication/Token/AuthoPayload.swift",
        "Authentication/Token/AuthoToken.swift",
        "Authentication/Token/AuthoTokenable.swift",
        "Authentication/Token/AuthoTokenizer.swift",
        "Authentication/Token/TokenService.swift",
        "Authomatek.swift",
        "Route/AuthoRoutable.swift",
        "Route/AuthoRoutes.swift",
        "Route/PathComponent+Extension.swift",
        "Route/RouteConfig.swift",
        "User/Migrations/CreateUser.swift",
        "User/Migrations/CreateUserStatus.swift",
        "User/Model/UserModel+Authenticatable.swift",
        "User/Model/UserModel+DB.swift",
        "User/Model/UserModel+DTO.swift",
        "User/Model/UserModel.swift",
        "User/User.swift",
        "User/UserStatus.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
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.