The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Authomatek, reference main (d11075), with Swift 6.1 for Linux on 27 Apr 2025 11:52:56 UTC.

Swift 6 data race errors: 3

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tugcanonbas/authomatek.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d11075a supponsor added
Cloned https://github.com/tugcanonbas/authomatek.git
Revision (git rev-parse @):
d11075a703a939c7b2be066692f9198ad49c1c7d
SUCCESS checkout https://github.com/tugcanonbas/authomatek.git at main
========================================
Build
========================================
Selected platform:         linux
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor/jwt.git
[1/2707] Fetching jwt
[218/16114] Fetching jwt, fluent
Fetched https://github.com/vapor/jwt.git from cache (0.57s)
[5096/87720] Fetching fluent, vapor
Fetched https://github.com/vapor/fluent.git from cache (1.31s)
[14863/74313] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (3.87s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 4.2.2 (4.73s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (1.12s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (1.81s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13244] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.72s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.1 (1.41s)
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/5983] Fetching sql-kit
[121/9819] Fetching sql-kit, swift-log
[9820/85250] Fetching sql-kit, swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.53s)
[7492/81414] Fetching sql-kit, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.54s)
[2263/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.80s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (7.49s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (2.62s)
Fetching https://github.com/apple/swift-collections.git
[1/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (2.89s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[2/6058] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.49s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.05s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.39s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 4.13.5 (0.85s)
Fetching https://github.com/apple/swift-crypto.git
[1/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.26s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (3.09s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
[289/4271] Fetching swift-service-context, multipart-kit
[1995/10174] Fetching swift-service-context, multipart-kit, swift-algorithms
[1996/12770] Fetching swift-service-context, multipart-kit, swift-algorithms, websocket-kit
[2326/14970] Fetching swift-service-context, multipart-kit, swift-algorithms, websocket-kit, swift-metrics
[6049/19940] Fetching swift-service-context, multipart-kit, swift-algorithms, websocket-kit, swift-metrics, swift-distributed-tracing
Fetched https://github.com/apple/swift-service-context.git from cache (0.37s)
[13487/18877] Fetching multipart-kit, swift-algorithms, websocket-kit, swift-metrics, swift-distributed-tracing
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.56s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.58s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.59s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/vapor/routing-kit.git
[3688/11466] Fetching multipart-kit, websocket-kit, swift-nio-extras
[9237/32193] Fetching multipart-kit, websocket-kit, swift-nio-extras, routing-kit
[11216/43685] Fetching multipart-kit, websocket-kit, swift-nio-extras, routing-kit, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.56s)
[15751/38023] Fetching multipart-kit, websocket-kit, routing-kit, swift-nio-http2
Fetching https://github.com/vapor/console-kit.git
[17410/52816] Fetching multipart-kit, websocket-kit, routing-kit, swift-nio-http2, swift-nio-ssl
[31982/58301] Fetching multipart-kit, websocket-kit, routing-kit, swift-nio-http2, swift-nio-ssl, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.97s)
[43924/52816] Fetching multipart-kit, websocket-kit, routing-kit, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/async-kit.git
[46735/55186] Fetching multipart-kit, websocket-kit, routing-kit, swift-nio-http2, swift-nio-ssl, async-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.76s)
[27666/34459] Fetching multipart-kit, websocket-kit, swift-nio-http2, swift-nio-ssl, async-kit
Fetching https://github.com/swift-server/async-http-client.git
[27641/32089] Fetching multipart-kit, websocket-kit, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/vapor/async-kit.git from cache (0.53s)
[32090/45876] Fetching multipart-kit, websocket-kit, swift-nio-http2, swift-nio-ssl, async-http-client
Fetched https://github.com/vapor/websocket-kit.git from cache (2.89s)
[30183/43280] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, async-http-client
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.44s)
[20483/31788] Fetching multipart-kit, swift-nio-ssl, async-http-client
Fetched https://github.com/vapor/multipart-kit.git from cache (3.02s)
[17689/28580] Fetching swift-nio-ssl, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.87s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.83s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (5.93s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.82s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.94s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.46s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.27s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.49s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (1.43s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.88s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.43s)
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.58s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (3.58s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.12s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.61s)
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.67s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (1.97s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.58s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.60s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.66s)
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.56s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.50s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.57s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.82s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.83s)
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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
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-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/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
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.30.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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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.25.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/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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/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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
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 CNIOWASI CNIOWASI.c
[42/1258] Write sources
[43/1258] Compiling CNIOWindows WSAStartup.c
[43/1258] Compiling CNIOWindows shim.c
[43/1258] Compiling CNIOLinux liburing_shims.c
[46/1258] Write sources
[54/1258] Compiling _NumericsShims _NumericsShims.c
[55/1258] Compiling CVaporBcrypt bcrypt.c
[56/1258] Compiling _AtomicsShims.c
[57/1258] Compiling CVaporBcrypt blf.c
[57/1258] Compiling CNIOSHA1 c_nio_sha1.c
[57/1258] Compiling CSystem shims.c
[60/1258] Compiling CNIOLinux shim.c
[61/1258] Compiling CNIODarwin shim.c
[61/1258] Compiling CNIOLLHTTP c_nio_http.c
[63/1258] Compiling CNIOExtrasZlib empty.c
[64/1258] Compiling fiat_p256_adx_sqr.S
[65/1258] Compiling CNIOLLHTTP c_nio_api.c
[66/1258] Compiling fiat_p256_adx_mul.S
[66/1258] Compiling fiat_curve25519_adx_mul.S
[68/1258] Compiling fiat_curve25519_adx_square.S
[69/1258] Write swift-version-24593BA9C3E375BF.txt
[70/1258] Compiling CNIOLLHTTP c_nio_llhttp.c
[71/1258] Compiling CNIOBoringSSLShims shims.c
[72/1264] Compiling tls_method.cc
[73/1264] Compiling tls_record.cc
[74/1264] Compiling tls13_enc.cc
[75/1264] Compiling tls13_client.cc
[76/1277] Compiling tls13_server.cc
[77/1292] Compiling tls13_both.cc
[79/1330] Emitting module ServiceContextModule
[80/1330] Emitting module SystemPackage
[81/1333] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[82/1333] Compiling InternalCollectionsUtilities Specialize.swift
[83/1335] Compiling RealModule Float80+Real.swift
[84/1335] Compiling RealModule Real.swift
[85/1336] Emitting module RealModule
[86/1336] Compiling InternalCollectionsUtilities Debugging.swift
[87/1336] Compiling InternalCollectionsUtilities Descriptions.swift
[89/1336] Compiling SystemPackage Util+StringArray.swift
[90/1336] Compiling SystemPackage Util.swift
[91/1336] Compiling SystemPackage UtilConsumers.swift
[92/1336] Compiling _NIOBase64 Base64.swift
[93/1336] Emitting module _NIOBase64
[94/1337] Compiling CoreMetrics Metrics.swift
[95/1337] Compiling InternalCollectionsUtilities UInt+reversed.swift
[96/1337] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[98/1337] Compiling ServiceContextModule ServiceContext.swift
[99/1337] Emitting module InternalCollectionsUtilities
[100/1337] Compiling RealModule ElementaryFunctions.swift
[101/1337] Compiling ServiceContextModule ServiceContextKey.swift
[102/1337] Compiling InternalCollectionsUtilities _SortedCollection.swift
[103/1337] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[106/1338] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[107/1338] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[108/1338] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[109/1338] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[111/1338] Compiling InternalCollectionsUtilities Integer rank.swift
[113/1338] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[114/1338] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[115/1338] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[122/1338] Compiling RealModule Float16+Real.swift
[123/1338] Compiling _NIODataStructures _TinyArray.swift
[124/1338] Compiling _NIODataStructures PriorityQueue.swift
[125/1338] Compiling RealModule Float+Real.swift
[126/1338] Compiling RealModule RealFunctions.swift
[137/1339] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[138/1339] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[140/1345] Compiling Logging MetadataProvider.swift
[141/1346] Emitting module _NIODataStructures
[142/1346] Compiling _NIODataStructures Heap.swift
[143/1347] Emitting module Logging
[144/1347] Compiling Logging Locks.swift
[145/1347] Compiling CoreMetrics Locks.swift
[146/1347] Emitting module CoreMetrics
[150/1347] Compiling SystemPackage WindowsSyscallAdapters.swift
[151/1347] Compiling SystemPackage FilePathTempPosix.swift
[152/1347] Compiling SystemPackage FilePathTempWindows.swift
[153/1347] Compiling SystemPackage FilePathWindows.swift
[154/1347] Compiling SystemPackage FilePermissions.swift
[155/1347] Compiling SystemPackage Backcompat.swift
[156/1347] Compiling SystemPackage CInterop.swift
[157/1347] Compiling SystemPackage Constants.swift
[158/1347] Compiling SystemPackage Exports.swift
[159/1349] Compiling Instrumentation MultiplexInstrument.swift
[160/1349] Compiling Instrumentation NoOpInstrument.swift
[162/1349] Compiling Logging LogHandler.swift
[163/1349] Compiling Logging Logging.swift
[164/1350] Emitting module Instrumentation
[166/1350] Compiling Instrumentation InstrumentationSystem.swift
[167/1350] Compiling Instrumentation Instrument.swift
[168/1350] Compiling Instrumentation Locks.swift
[172/1490] Compiling Tracing TracingTime.swift
[173/1490] Emitting module Tracing
[174/1490] Compiling Tracing TracerProtocol.swift
[175/1490] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[176/1490] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[177/1490] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[178/1490] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[179/1490] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[180/1490] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[181/1490] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[182/1497] Compiling Tracing Tracer.swift
[183/1497] Compiling Tracing TracerProtocol+Legacy.swift
[184/1497] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[185/1497] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[186/1497] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[187/1497] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[188/1497] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[189/1497] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[190/1497] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[190/1497] Compiling t1_enc.cc
[191/1497] Compiling ssl_versions.cc
[193/1497] Compiling Tracing InstrumentationSystem+Tracing.swift
[194/1497] Compiling Tracing NoOpTracer.swift
[195/1497] Compiling Tracing SpanProtocol.swift
[196/1498] Compiling OrderedCollections OrderedSet+Initializers.swift
[197/1498] Compiling OrderedCollections OrderedSet+Insertions.swift
[198/1498] Compiling OrderedCollections OrderedSet+Invariants.swift
[199/1498] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[200/1498] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[201/1498] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[202/1498] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[203/1498] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[204/1499] Compiling OrderedCollections OrderedDictionary.swift
[205/1499] Compiling OrderedCollections OrderedSet+Codable.swift
[206/1499] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[207/1499] Compiling OrderedCollections OrderedSet+Descriptions.swift
[208/1499] Compiling OrderedCollections OrderedSet+Diffing.swift
[209/1499] Compiling OrderedCollections OrderedSet+Equatable.swift
[210/1499] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[211/1499] Compiling OrderedCollections OrderedSet+Hashable.swift
[213/1505] Compiling OrderedCollections OrderedDictionary+Codable.swift
[214/1505] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[215/1505] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[216/1505] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[217/1505] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[218/1505] Compiling OrderedCollections OrderedDictionary+Elements.swift
[219/1505] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[220/1505] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[221/1505] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[222/1505] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[223/1505] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[224/1505] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[225/1505] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[226/1505] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[227/1505] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[228/1505] Compiling OrderedCollections OrderedDictionary+Values.swift
[228/1581] Compiling ssl_x509.cc
[230/1581] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[231/1592] Compiling HeapModule Heap+Descriptions.swift
[232/1596] Compiling HeapModule Heap.swift
[233/1596] Compiling HeapModule _HeapNode.swift
[234/1596] Compiling DequeModule Deque+CustomReflectable.swift
[235/1596] Compiling DequeModule Deque+Descriptions.swift
[236/1598] Compiling HeapModule Heap+Invariants.swift
[237/1598] Compiling HeapModule Heap+UnsafeHandle.swift
[238/1598] Compiling DequeModule _DequeBuffer.swift
[239/1598] Compiling DequeModule _DequeBufferHeader.swift
[240/1598] Emitting module HeapModule
[241/1599] Compiling DequeModule Deque+Codable.swift
[242/1599] Compiling DequeModule Deque+Collection.swift
[245/1599] Compiling DequeModule Deque+Equatable.swift
[246/1599] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[247/1599] Compiling DequeModule Deque+Extras.swift
[248/1599] Compiling DequeModule Deque+Hashable.swift
[250/1599] Compiling HashTreeCollections _HashSlot.swift
[251/1599] Compiling HashTreeCollections _HashStack.swift
[252/1599] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[253/1599] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[254/1599] Compiling HashTreeCollections _HashNode+Storage.swift
[255/1599] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[256/1599] Compiling HashTreeCollections _HashNode+Structural filter.swift
[257/1599] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[258/1599] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[259/1599] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[264/1608] Compiling HashTreeCollections TreeDictionary+Keys.swift
[265/1608] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[266/1608] Compiling HashTreeCollections TreeDictionary+Merge.swift
[267/1608] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[268/1608] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[269/1608] Compiling HashTreeCollections TreeDictionary+Values.swift
[270/1608] Compiling HashTreeCollections TreeDictionary.swift
[271/1608] Compiling HashTreeCollections TreeSet+Codable.swift
[272/1608] Compiling HashTreeCollections TreeSet+Collection.swift
[273/1608] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[274/1608] Compiling HashTreeCollections TreeSet+Debugging.swift
[275/1608] Compiling HashTreeCollections TreeSet+Descriptions.swift
[276/1608] Compiling HashTreeCollections TreeSet+Equatable.swift
[277/1608] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[278/1608] Compiling HashTreeCollections TreeSet+Extras.swift
[279/1608] Compiling HashTreeCollections TreeSet+Filter.swift
[280/1608] Compiling HashTreeCollections TreeSet+Hashable.swift
[281/1608] Compiling HashTreeCollections TreeSet+Sendable.swift
[284/1608] Compiling _RopeModule Rope+Join.swift
[285/1608] Compiling _RopeModule Rope+MutatingForEach.swift
[286/1608] Compiling _RopeModule Rope+Remove.swift
[287/1608] Compiling _RopeModule Rope+RemoveSubrange.swift
[288/1608] Compiling _RopeModule Rope+Split.swift
[289/1608] Compiling _RopeModule Optional Utilities.swift
[290/1608] Compiling _RopeModule String Utilities.swift
[291/1608] Compiling _RopeModule String.Index+ABI.swift
[292/1618] Compiling DequeModule _DequeSlot.swift
[293/1618] Compiling DequeModule _UnsafeWrappedBuffer.swift
[301/1618] Compiling DequeModule Deque._UnsafeHandle.swift
[302/1618] Compiling DequeModule Deque.swift
[307/1618] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[308/1618] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[309/1618] Compiling HashTreeCollections _HashNode.swift
[310/1618] Compiling HashTreeCollections _HashNodeHeader.swift
[311/1618] Compiling RoutingKit Router.swift
[322/1618] Emitting module RoutingKit
[331/1618] Compiling DequeModule Deque+Testing.swift
[332/1618] Compiling DequeModule Deque._Storage.swift
[337/1618] Compiling RoutingKit PathComponent.swift
[338/1618] Emitting module OrderedCollections
[339/1619] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[340/1619] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[341/1619] Compiling HashTreeCollections TreeDictionary+Filter.swift
[342/1619] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[343/1619] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[351/1619] Emitting module DequeModule
[352/1619] Compiling RoutingKit TrieRouter.swift
[356/1620] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[357/1620] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[358/1620] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[359/1620] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[360/1620] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[361/1620] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[362/1620] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[363/1620] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[364/1620] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[365/1620] Compiling HashTreeCollections TreeSet.swift
[366/1620] Compiling HashTreeCollections _HashTreeIterator.swift
[367/1620] Compiling HashTreeCollections _HashTreeStatistics.swift
[368/1620] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[369/1620] Compiling HashTreeCollections _RawHashNode.swift
[370/1620] Compiling HashTreeCollections _UnmanagedHashNode.swift
[371/1620] Compiling HashTreeCollections _UnsafePath.swift
[372/1620] Compiling HashTreeCollections TreeDictionary+Codable.swift
[373/1620] Compiling HashTreeCollections TreeDictionary+Collection.swift
[374/1620] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[375/1620] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[376/1620] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[377/1620] Emitting module _RopeModule
[377/1620] Compiling ssl_transcript.cc
[378/1620] Compiling ssl_stat.cc
[380/1620] Compiling RoutingKit AnyRouter.swift
[381/1620] Compiling RoutingKit Parameters.swift
[382/1620] Emitting module Metrics
[383/1620] Compiling Metrics Metrics.swift
[406/1622] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[407/1622] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[408/1622] Compiling HashTreeCollections _HashNode+Structural merge.swift
[447/1623] Compiling ssl_privkey.cc
[448/1623] Compiling ssl_session.cc
[450/1623] Emitting module HashTreeCollections
[451/1624] Compiling ssl_key_share.cc
[452/1624] Compiling ssl_file.cc
[453/1624] Compiling ssl_credential.cc
[454/1624] Compiling ssl_lib.cc
[455/1624] Compiling ssl_cipher.cc
[456/1624] Compiling ssl_cert.cc
[457/1624] Compiling ssl_buffer.cc
[458/1624] Compiling ssl_aead_ctx.cc
[459/1624] Compiling ssl_asn1.cc
[460/1624] Compiling s3_pkt.cc
[461/1624] Compiling s3_lib.cc
[462/1624] Compiling s3_both.cc
[463/1624] Compiling handshake_server.cc
[464/1624] Compiling handshake_client.cc
[465/1624] Compiling handshake.cc
[466/1624] Compiling handoff.cc
[467/1624] Compiling encrypted_client_hello.cc
[468/1624] Compiling extensions.cc
[469/1624] Compiling dtls_record.cc
[470/1624] Compiling md5-x86_64-linux.S
[471/1624] Compiling md5-x86_64-apple.S
[472/1624] Compiling md5-586-linux.S
[473/1624] Compiling dtls_method.cc
[474/1624] Compiling md5-586-apple.S
[475/1624] Compiling chacha20_poly1305_x86_64-linux.S
[476/1624] Compiling chacha20_poly1305_x86_64-apple.S
[477/1624] Compiling chacha20_poly1305_armv8-linux.S
[478/1624] Compiling chacha20_poly1305_armv8-win.S
[479/1624] Compiling chacha20_poly1305_armv8-apple.S
[480/1624] Compiling chacha-x86_64-linux.S
[481/1624] Compiling chacha-x86_64-apple.S
[482/1624] Compiling chacha-x86-linux.S
[483/1624] Compiling chacha-x86-apple.S
[484/1624] Compiling chacha-armv8-win.S
[485/1624] Compiling err_data.cc
[486/1624] Compiling chacha-armv8-linux.S
[487/1624] Compiling chacha-armv8-apple.S
[488/1624] Compiling chacha-armv4-linux.S
[489/1624] Compiling aes128gcmsiv-x86_64-linux.S
[490/1624] Compiling aes128gcmsiv-x86_64-apple.S
[491/1624] Compiling x86_64-mont5-linux.S
[492/1624] Compiling x86_64-mont5-apple.S
[493/1624] Compiling d1_srtp.cc
[494/1624] Compiling x86_64-mont-linux.S
[495/1624] Compiling x86_64-mont-apple.S
[496/1624] Compiling x86-mont-linux.S
[497/1624] Compiling vpaes-x86_64-linux.S
[498/1624] Compiling x86-mont-apple.S
[499/1624] Compiling vpaes-x86_64-apple.S
[500/1624] Compiling d1_pkt.cc
[501/1624] Compiling vpaes-x86-linux.S
[502/1624] Compiling vpaes-armv8-win.S
[503/1624] Compiling vpaes-x86-apple.S
[504/1624] Compiling vpaes-armv8-linux.S
[505/1624] Compiling vpaes-armv8-apple.S
[506/1624] Compiling vpaes-armv7-linux.S
[507/1624] Compiling sha512-x86_64-apple.S
[508/1624] Compiling sha512-armv8-win.S
[509/1624] Compiling sha512-x86_64-linux.S
[510/1624] Compiling sha512-armv8-linux.S
[511/1624] Compiling d1_lib.cc
[512/1624] Compiling sha512-armv8-apple.S
[513/1624] Compiling sha512-armv4-linux.S
[514/1624] Compiling sha512-586-linux.S
[515/1624] Compiling sha512-586-apple.S
[516/1624] Compiling sha256-x86_64-apple.S
[517/1624] Compiling sha256-armv8-win.S
[518/1624] Compiling sha256-x86_64-linux.S
[519/1624] Compiling sha256-armv8-linux.S
[520/1624] Compiling sha256-armv8-apple.S
[521/1624] Compiling sha256-armv4-linux.S
[522/1624] Compiling bio_ssl.cc
[523/1624] Compiling sha256-586-linux.S
[523/1624] Compiling sha256-586-apple.S
[523/1624] Compiling sha1-x86_64-apple.S
[523/1624] Compiling sha1-armv8-win.S
[523/1624] Compiling sha1-armv8-linux.S
[523/1624] Compiling sha1-x86_64-linux.S
[523/1624] Compiling sha1-armv8-apple.S
[523/1624] Compiling sha1-armv4-large-linux.S
[531/1624] Compiling sha1-586-linux.S
[532/1624] Compiling sha1-586-apple.S
[533/1624] Compiling rsaz-avx2-apple.S
[534/1624] Compiling rsaz-avx2-linux.S
[535/1624] Compiling rdrand-x86_64-linux.S
[535/1624] Compiling rdrand-x86_64-apple.S
[537/1624] Compiling p256_beeu-x86_64-asm-linux.S
[538/1624] Compiling p256_beeu-x86_64-asm-apple.S
[539/1624] Compiling p256_beeu-armv8-asm-win.S
[540/1624] Compiling p256_beeu-armv8-asm-linux.S
[541/1624] Compiling p256_beeu-armv8-asm-apple.S
[542/1624] Compiling p256-x86_64-asm-apple.S
[543/1624] Compiling p256-armv8-asm-linux.S
[544/1624] Compiling p256-armv8-asm-win.S
[545/1624] Compiling p256-x86_64-asm-linux.S
[546/1624] Compiling p256-armv8-asm-apple.S
[547/1624] Compiling ghashv8-armv8-win.S
[548/1624] Compiling ghashv8-armv8-linux.S
[549/1624] Compiling ghashv8-armv8-apple.S
[550/1624] Compiling ghashv8-armv7-linux.S
[551/1624] Compiling ghash-x86_64-apple.S
[552/1624] Compiling ghash-x86_64-linux.S
[553/1624] Compiling ghash-x86-linux.S
[554/1624] Compiling ghash-x86-apple.S
[555/1624] Compiling ghash-ssse3-x86_64-linux.S
[556/1624] Compiling ghash-ssse3-x86_64-apple.S
[557/1624] Compiling ghash-ssse3-x86-linux.S
[558/1624] Compiling ghash-neon-armv8-win.S
[559/1624] Compiling ghash-ssse3-x86-apple.S
[560/1624] Compiling ghash-neon-armv8-linux.S
[561/1624] Compiling ghash-neon-armv8-apple.S
[562/1624] Compiling ghash-armv4-linux.S
[563/1624] Compiling co-586-linux.S
[564/1624] Compiling bsaes-armv7-linux.S
[565/1624] Compiling co-586-apple.S
[566/1624] Compiling bn-armv8-win.S
[567/1624] Compiling bn-armv8-linux.S
[568/1624] Compiling bn-586-linux.S
[569/1624] Compiling bn-armv8-apple.S
[570/1624] Compiling bn-586-apple.S
[571/1624] Compiling armv8-mont-win.S
[572/1624] Compiling armv8-mont-linux.S
[573/1624] Compiling armv4-mont-linux.S
[574/1624] Compiling armv8-mont-apple.S
[575/1624] Compiling aesv8-gcm-armv8-win.S
[576/1624] Compiling aesv8-gcm-armv8-linux.S
[577/1624] Compiling aesv8-gcm-armv8-apple.S
[578/1624] Compiling aesv8-armv8-win.S
[579/1624] Compiling aesv8-armv8-linux.S
[580/1624] Compiling aesv8-armv7-linux.S
[580/1624] Compiling aesv8-armv8-apple.S
[582/1624] Compiling aesni-x86_64-apple.S
[583/1624] Compiling aesni-x86_64-linux.S
[584/1624] Compiling aesni-x86-linux.S
[585/1624] Compiling aesni-x86-apple.S
[586/1624] Compiling aesni-gcm-x86_64-apple.S
[587/1624] Compiling aesni-gcm-x86_64-linux.S
[587/1624] Compiling aes-gcm-avx2-x86_64-linux.S
[589/1624] Compiling aes-gcm-avx2-x86_64-apple.S
[590/1624] Compiling aes-gcm-avx10-x86_64-linux.S
[591/1624] Compiling aes-gcm-avx10-x86_64-apple.S
[592/1624] Compiling d1_both.cc
[593/1624] Compiling x_sig.cc
[594/1624] Compiling x_spki.cc
[595/1624] Compiling x_val.cc
[596/1624] Compiling x_x509a.cc
[597/1624] Compiling x_pubkey.cc
[598/1624] Compiling x_x509.cc
[598/1624] Compiling x_req.cc
[600/1624] Compiling x_name.cc
[601/1624] Compiling x_exten.cc
[602/1624] Compiling x_algor.cc
[603/1624] Compiling x509spki.cc
[604/1624] Compiling x_attrib.cc
[605/1624] Compiling x509rset.cc
[606/1624] Compiling x_crl.cc
[607/1624] Compiling x_all.cc
[608/1624] Compiling x509name.cc
[609/1624] Compiling x509_txt.cc
[610/1624] Compiling x509cset.cc
[611/1624] Compiling x509_vpm.cc
[612/1624] Compiling x509_v3.cc
[613/1624] Compiling x509_trs.cc
[614/1624] Compiling x509_vfy.cc
[615/1624] Compiling x509_set.cc
[616/1624] Compiling x509_req.cc
[617/1624] Compiling x509_obj.cc
[618/1624] Compiling x509_def.cc
[619/1624] Compiling x509_d2.cc
[620/1624] Compiling x509_ext.cc
[621/1624] Compiling x509_lu.cc
[622/1624] Compiling x509_att.cc
[623/1624] Compiling x509_cmp.cc
[624/1624] Compiling x509.cc
[625/1624] Compiling v3_skey.cc
[626/1624] Compiling v3_prn.cc
[627/1624] Compiling v3_utl.cc
[628/1624] Compiling v3_purp.cc
[629/1624] Compiling v3_ocsp.cc
[630/1624] Compiling v3_pmaps.cc
[631/1624] Compiling v3_pcons.cc
[632/1624] Compiling v3_ncons.cc
[633/1624] Compiling v3_int.cc
[634/1624] Compiling v3_lib.cc
[635/1624] Compiling v3_ia5.cc
[636/1624] Compiling v3_info.cc
[637/1624] Compiling v3_genn.cc
[638/1624] Compiling v3_extku.cc
[639/1624] Compiling v3_enum.cc
[640/1624] Compiling v3_crld.cc
[641/1624] Compiling v3_cpols.cc
[642/1624] Compiling v3_conf.cc
[643/1624] Compiling v3_bcons.cc
[644/1624] Compiling v3_bitst.cc
[645/1624] Compiling v3_akeya.cc
[646/1624] Compiling v3_alt.cc
[647/1624] Compiling t_x509a.cc
[648/1624] Compiling v3_akey.cc
[649/1624] Compiling i2d_pr.cc
[650/1624] Compiling t_crl.cc
[651/1624] Compiling t_x509.cc
[652/1624] Compiling t_req.cc
[653/1624] Compiling name_print.cc
[654/1624] Compiling rsa_pss.cc
[655/1624] Compiling policy.cc
[656/1624] Compiling by_file.cc
[657/1624] Compiling by_dir.cc
[658/1624] Compiling voprf.cc
[659/1624] Compiling a_digest.cc
[660/1624] Compiling asn1_gen.cc
[661/1624] Compiling algorithm.cc
[662/1624] Compiling trust_token.cc
[663/1624] Compiling a_verify.cc
[664/1624] Compiling a_sign.cc
[665/1624] Compiling thread_win.cc
[666/1624] Compiling thread.cc
[667/1624] Compiling thread_none.cc
[668/1624] Compiling thread_pthread.cc
[669/1624] Compiling stack.cc
[670/1624] Compiling pmbtoken.cc
[671/1624] Compiling slhdsa.cc
[672/1624] Compiling sha512.cc
[673/1624] Compiling siphash.cc
[674/1624] Compiling sha256.cc
[675/1624] Compiling sha1.cc
[676/1624] Compiling spake2plus.cc
[677/1624] Compiling rsa_print.cc
[678/1624] Compiling rsa_extra.cc
[679/1624] Compiling rc4.cc
[680/1624] Compiling refcount.cc
[681/1624] Compiling windows.cc
[682/1624] Compiling rsa_crypt.cc
[683/1624] Compiling trusty.cc
[684/1624] Compiling rand.cc
[685/1624] Compiling urandom.cc
[686/1624] Compiling rsa_asn1.cc
[687/1624] Compiling passive.cc
[688/1624] Compiling ios.cc
[689/1624] Compiling getentropy.cc
[690/1624] Compiling poly1305_arm_asm.S
[691/1624] Compiling deterministic.cc
[692/1624] Compiling forkunsafe.cc
[693/1624] Compiling fork_detect.cc
[694/1624] Compiling poly1305_arm.cc
[695/1624] Compiling poly1305.cc
[696/1624] Compiling poly1305_vec.cc
[697/1624] Compiling pool.cc
[698/1624] Compiling pkcs7.cc
[699/1624] Compiling pkcs8.cc
[700/1624] Compiling pkcs8_x509.cc
[701/1624] Compiling p5_pbev2.cc
[702/1624] Compiling pkcs7_x509.cc
[703/1624] Compiling pem_xaux.cc
[704/1624] Compiling pem_x509.cc
[705/1624] Compiling pem_pkey.cc
[706/1624] Compiling mlkem.cc
[707/1624] Compiling obj_xref.cc
[708/1624] Compiling pem_pk8.cc
[709/1624] Compiling pem_oth.cc
[710/1624] Compiling pem_info.cc
[711/1624] Compiling pem_lib.cc
[712/1624] Compiling mldsa.cc
[713/1624] Compiling pem_all.cc
[714/1624] Compiling obj.cc
[715/1624] Compiling poly_rq_mul.S
[716/1624] Compiling fips_shared_support.cc
[717/1624] Compiling md5.cc
[718/1624] Compiling mem.cc
[719/1624] Compiling md4.cc
[720/1624] Compiling lhash.cc
[721/1624] Compiling hrss.cc
[722/1624] Compiling ex_data.cc
[723/1624] Compiling sign.cc
[724/1624] Compiling kyber.cc
[725/1624] Compiling scrypt.cc
[726/1624] Compiling hpke.cc
[727/1624] Compiling print.cc
[728/1624] Compiling pbkdf.cc
[729/1624] Compiling p_x25519.cc
[730/1624] Compiling p_x25519_asn1.cc
[731/1624] Compiling p_rsa_asn1.cc
[732/1624] Compiling p_rsa.cc
[733/1624] Compiling p_ed25519.cc
[734/1624] Compiling p_hkdf.cc
[735/1624] Compiling p_ed25519_asn1.cc
[736/1624] Compiling p_ec_asn1.cc
[737/1624] Compiling p_ec.cc
[738/1624] Compiling p_dh.cc
[739/1624] Compiling p_dh_asn1.cc
[740/1624] Compiling evp_ctx.cc
[741/1624] Compiling p_dsa_asn1.cc
[742/1624] Compiling evp.cc
[743/1624] Compiling engine.cc
[743/1624] Compiling err.cc
[745/1624] Compiling evp_asn1.cc
[746/1624] Compiling ecdh.cc
[747/1624] Compiling ecdsa_asn1.cc
[748/1624] Compiling hash_to_curve.cc
[749/1624] Compiling ec_derive.cc
[750/1624] Compiling dsa.cc
[751/1624] Compiling dsa_asn1.cc
[752/1624] Compiling ec_asn1.cc
[753/1624] Compiling params.cc
[754/1624] Compiling x25519-asm-arm.S
[755/1624] Compiling digest_extra.cc
[756/1624] Compiling des.cc
[757/1624] Compiling dh_asn1.cc
[758/1624] Compiling crypto.cc
[759/1624] Compiling spake25519.cc
[760/1624] Compiling cpu_intel.cc
[761/1624] Compiling cpu_arm_linux.cc
[762/1624] Compiling curve25519.cc
[763/1624] Compiling cpu_arm_freebsd.cc
[764/1624] Compiling cpu_aarch64_win.cc
[765/1624] Compiling cpu_aarch64_openbsd.cc
[766/1624] Compiling cpu_aarch64_sysreg.cc
[767/1624] Compiling cpu_aarch64_linux.cc
[768/1624] Compiling bcm.cc
[769/1624] Compiling curve25519_64_adx.cc
[770/1624] Compiling cpu_aarch64_fuchsia.cc
[771/1624] Compiling cpu_aarch64_apple.cc
[772/1624] Compiling tls_cbc.cc
[773/1624] Compiling get_cipher.cc
[774/1624] Compiling conf.cc
[775/1624] Compiling e_rc4.cc
[776/1624] Compiling e_tls.cc
[777/1624] Compiling e_null.cc
[778/1624] Compiling e_rc2.cc
[779/1624] Compiling e_des.cc
[780/1624] Compiling derive_key.cc
[781/1624] Compiling e_chacha20poly1305.cc
[782/1624] Compiling e_aesctrhmac.cc
[783/1624] Compiling chacha.cc
[783/1624] Compiling e_aesgcmsiv.cc
[785/1624] Compiling unicode.cc
[786/1624] Compiling cbb.cc
[787/1624] Compiling buf.cc
[788/1624] Compiling cbs.cc
[789/1624] Compiling ber.cc
[790/1624] Compiling bn_asn1.cc
[791/1624] Compiling asn1_compat.cc
[792/1624] Compiling blake2.cc
[793/1624] Compiling convert.cc
[794/1624] Compiling socket.cc
[795/1624] Compiling socket_helper.cc
[796/1624] Compiling printf.cc
[797/1624] Compiling pair.cc
[798/1624] Compiling hexdump.cc
[799/1624] Compiling file.cc
[800/1624] Compiling errno.cc
[801/1624] Compiling fd.cc
[802/1624] Compiling connect.cc
[803/1624] Compiling bio_mem.cc
[804/1624] Compiling bio.cc
[805/1624] Compiling base64.cc
[806/1624] Compiling tasn_typ.cc
[807/1624] Compiling tasn_fre.cc
[808/1624] Compiling tasn_enc.cc
[809/1624] Compiling posix_time.cc
[810/1624] Compiling f_string.cc
[810/1624] Compiling tasn_utl.cc
[812/1624] Compiling tasn_new.cc
[813/1624] Compiling f_int.cc
[814/1624] Compiling asn_pack.cc
[815/1624] Compiling tasn_dec.cc
[816/1624] Compiling asn1_par.cc
[817/1624] Compiling a_octet.cc
[818/1624] Compiling a_utctm.cc
[819/1624] Compiling a_type.cc
[820/1624] Compiling asn1_lib.cc
[821/1624] Compiling a_time.cc
[822/1624] Compiling a_strnid.cc
[823/1624] Compiling a_strex.cc
[824/1624] Compiling a_object.cc
[825/1624] Compiling a_i2d_fp.cc
[826/1624] Compiling a_dup.cc
[827/1624] Compiling a_d2i_fp.cc
[828/1624] Compiling fiat_p256_adx_sqr.S
[829/1624] Compiling a_mbstr.cc
[830/1624] Compiling fiat_curve25519_adx_square.S
[830/1624] Compiling fiat_p256_adx_mul.S
[832/1624] Compiling a_gentm.cc
[833/1624] Compiling a_int.cc
[834/1624] Compiling fiat_curve25519_adx_mul.S
[835/1624] Compiling a_bool.cc
[836/1624] Compiling a_bitstr.cc
[837/1624] Compiling x_val.c
[838/1624] Compiling x_x509a.c
[839/1624] Compiling x_spki.c
[840/1624] Compiling x_x509.c
[841/1624] Compiling x_sig.c
[842/1624] Compiling x_req.c
[843/1624] Compiling x_exten.c
[843/1624] Compiling x_pubkey.c
[845/1624] Compiling x_name.c
[846/1624] Compiling x_crl.c
[847/1624] Compiling x_attrib.c
[848/1624] Compiling x_all.c
[849/1624] Compiling x_algor.c
[850/1624] Compiling x509spki.c
[851/1624] Compiling x509rset.c
[852/1624] Compiling x509cset.c
[853/1624] Compiling x509name.c
[854/1624] Compiling x509_vpm.c
[855/1624] Compiling x509_txt.c
[856/1624] Compiling x509_v3.c
[857/1624] Compiling x509_trs.c
[858/1624] Compiling x509_vfy.c
[859/1624] Compiling x509_set.c
[860/1624] Compiling x509_obj.c
[861/1624] Compiling x509_req.c
[862/1624] Compiling x509_def.c
[863/1624] Compiling x509_ext.c
[864/1624] Compiling x509_lu.c
[865/1624] Compiling x509_d2.c
[866/1624] Compiling x509.c
[867/1624] Compiling x509_cmp.c
[868/1624] Compiling x509_att.c
[869/1624] Compiling v3_skey.c
[870/1624] Compiling v3_purp.c
[870/1624] Compiling v3_utl.c
[872/1624] Compiling v3_prn.c
[873/1624] Compiling v3_pmaps.c
[873/1624] Compiling v3_pcons.c
[875/1624] Compiling v3_ocsp.c
[876/1624] Compiling v3_ncons.c
[877/1624] Compiling v3_lib.c
[878/1624] Compiling v3_int.c
[879/1624] Compiling v3_ia5.c
[880/1624] Compiling v3_info.c
[881/1624] Compiling v3_genn.c
[882/1624] Compiling v3_extku.c
[883/1624] Compiling v3_enum.c
[884/1624] Compiling v3_crld.c
[885/1624] Compiling c-nioatomics.c
[886/1624] Compiling v3_cpols.c
[887/1624] Compiling v3_conf.c
[888/1624] Compiling v3_bitst.c
[889/1624] Compiling v3_bcons.c
[890/1624] Compiling v3_alt.c
[891/1624] Compiling v3_akeya.c
[892/1624] Compiling t_x509a.c
[893/1624] Compiling v3_akey.c
[894/1624] Compiling t_crl.c
[895/1624] Compiling t_x509.c
[896/1624] Compiling t_req.c
[897/1624] Compiling i2d_pr.c
[898/1624] Compiling rsa_pss.c
[899/1624] Compiling policy.c
[900/1624] Compiling name_print.c
[901/1624] Compiling by_file.c
[902/1624] Compiling by_dir.c
[903/1624] Compiling asn1_gen.c
[904/1624] Compiling algorithm.c
[905/1624] Compiling a_verify.c
[906/1624] Compiling a_sign.c
[907/1624] Compiling a_digest.c
[908/1624] Compiling thread_win.c
[909/1624] Compiling thread_pthread.c
[910/1624] Compiling trust_token.c
[911/1624] Compiling voprf.c
[912/1624] Compiling thread.c
[912/1624] Compiling thread_none.c
[914/1624] Compiling c-atomics.c
[915/1624] Compiling pmbtoken.c
[916/1624] Compiling spx_util.c
[917/1624] Compiling wots.c
[918/1624] Compiling spx.c
[919/1624] Compiling thash.c
[920/1624] Compiling merkle.c
[921/1624] Compiling stack.c
[922/1624] Compiling fors.c
[923/1624] Compiling rsa_print.c
[924/1624] Compiling address.c
[925/1624] Compiling siphash.c
[926/1624] Compiling rc4.c
[927/1624] Compiling refcount.c
[928/1624] Compiling rand_extra.c
[929/1624] Compiling rsa_crypt.c
[930/1624] Compiling rsa_asn1.c
[931/1625] Compiling trusty.c
[931/1625] Compiling windows.c
[933/1630] Compiling passive.c
[934/1630] Compiling ios.c
[935/1630] Compiling forkunsafe.c
[936/1630] Compiling getentropy.c
[937/1630] Compiling pool.c
[938/1630] Compiling poly1305_arm_asm.S
[939/1630] Compiling deterministic.c
[940/1630] Compiling poly1305.c
[940/1630] Compiling poly1305_arm.c
[942/1630] Compiling pkcs7.c
[943/1630] Compiling poly1305_vec.c
[944/1630] Compiling pem_xaux.c
[945/1630] Compiling pkcs7_x509.c
[946/1630] Compiling pkcs8.c
[947/1630] Compiling pkcs8_x509.c
[948/1630] Compiling p5_pbev2.c
[950/1630] Compiling NIOConcurrencyHelpers lock.swift
[951/1630] Emitting module NIOConcurrencyHelpers
[951/1630] Compiling pem_x509.c
[952/1630] Compiling pem_pkey.c
[953/1630] Compiling pem_oth.c
[954/1630] Compiling pem_pk8.c
[955/1630] Compiling pem_lib.c
[957/1630] Compiling NIOConcurrencyHelpers NIOLock.swift
[958/1630] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[959/1630] Compiling NIOConcurrencyHelpers atomics.swift
[959/1630] Compiling obj_xref.c
[960/1630] Compiling pem_info.c
[961/1630] Compiling lhash.c
[961/1630] Compiling mem.c
[964/1630] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[964/1630] Compiling pem_all.c
[965/1631] Compiling x86_64-mont5-mac.mac.x86_64.S
[966/1631] Compiling keccak.c
[967/1631] Compiling poly_rq_mul.S
[968/1631] Compiling kyber.c
[970/1631] Compiling hpke.c
[971/1631] Compiling x86_64-mont-mac.mac.x86_64.S
[972/1631] Compiling obj.c
[973/1631] Compiling x86_64-mont5-linux.linux.x86_64.S
[974/1631] Compiling x86_64-mont-linux.linux.x86_64.S
[975/1631] Compiling x86-mont-windows.windows.x86.S
[976/1631] Compiling x86-mont-linux.linux.x86.S
[977/1631] Compiling vpaes-x86_64-mac.mac.x86_64.S
[978/1631] Compiling vpaes-x86-linux.linux.x86.S
[979/1631] Compiling vpaes-x86-windows.windows.x86.S
[980/1631] Compiling vpaes-x86_64-linux.linux.x86_64.S
[981/1631] Compiling vpaes-armv8-linux.linux.aarch64.S
[982/1631] Compiling vpaes-armv8-ios.ios.aarch64.S
[983/1631] Compiling vpaes-armv7-linux.linux.arm.S
[984/1631] Compiling vpaes-armv7-ios.ios.arm.S
[985/1631] Compiling sha512-x86_64-mac.mac.x86_64.S
[986/1631] Compiling sha512-armv8-linux.linux.aarch64.S
[987/1631] Compiling sha512-armv8-ios.ios.aarch64.S
[988/1631] Compiling sha512-x86_64-linux.linux.x86_64.S
[989/1631] Compiling hrss.c
[990/1631] Compiling sha512-armv4-linux.linux.arm.S
[991/1631] Compiling sha512-armv4-ios.ios.arm.S
[992/1631] Compiling kdf.c
[993/1631] Compiling sha512-586-linux.linux.x86.S
[994/1631] Compiling sha512-586-windows.windows.x86.S
[995/1631] Compiling sha256-x86_64-mac.mac.x86_64.S
[996/1631] Compiling sha256-armv8-linux.linux.aarch64.S
[997/1631] Compiling sha256-armv4-linux.linux.arm.S
[997/1631] Compiling sha256-armv8-ios.ios.aarch64.S
[999/1631] Compiling sha256-586-windows.windows.x86.S
[1000/1631] Compiling sha256-x86_64-linux.linux.x86_64.S
[1000/1631] Compiling sha256-armv4-ios.ios.arm.S
[1002/1631] Compiling sha256-586-linux.linux.x86.S
[1003/1631] Compiling sha1-x86_64-mac.mac.x86_64.S
[1004/1631] Compiling sha1-armv8-linux.linux.aarch64.S
[1005/1631] Compiling sha1-armv4-large-linux.linux.arm.S
[1006/1631] Compiling sha1-armv4-large-ios.ios.arm.S
[1006/1631] Compiling sha1-armv8-ios.ios.aarch64.S
[1008/1632] Compiling sha1-586-windows.windows.x86.S
[1009/1644] Compiling sha1-586-linux.linux.x86.S
[1009/1644] Compiling sha1-x86_64-linux.linux.x86_64.S
[1011/1657] Compiling sha512.c
[1012/1657] Compiling sha256.c
[1013/1657] Compiling sha1.c
[1014/1657] Compiling rsaz-avx2-mac.mac.x86_64.S
[1014/1657] Compiling service_indicator.c
[1016/1657] Compiling fips.c
[1017/1657] Compiling rsaz-avx2-linux.linux.x86_64.S
[1018/1657] Compiling rsa_impl.c
[1019/1657] Compiling self_check.c
[1020/1657] Compiling blinding.c
[1021/1657] Compiling rdrand-x86_64-mac.mac.x86_64.S
[1022/1657] Compiling padding.c
[1024/1657] Compiling ConsoleKitTerminal Console+Wait.swift
[1025/1657] Compiling ConsoleKitTerminal ConsoleColor.swift
[1026/1657] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1026/1657] Compiling rdrand-x86_64-linux.linux.x86_64.S
[1027/1660] Compiling urandom.c
[1028/1660] Compiling rsa.c
[1029/1660] Compiling rand.c
[1030/1660] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[1030/1660] Compiling fork_detect.c
[1032/1660] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[1033/1660] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[1034/1660] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[1036/1660] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1037/1660] Compiling ConsoleKitTerminal ConsoleClear.swift
[1038/1660] Compiling ConsoleKitTerminal Console+Ask.swift
[1039/1660] Compiling ConsoleKitTerminal Console+Choose.swift
[1039/1660] Compiling ctrdrbg.c
[1041/1660] Emitting module ConsoleKitTerminal
[1041/1660] Compiling p256-armv8-asm-linux.linux.aarch64.S
[1042/1660] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[1043/1660] Compiling p256-armv8-asm-ios.ios.aarch64.S
[1045/1660] Compiling ConsoleKitTerminal Console+Confirm.swift
[1046/1660] Compiling ConsoleKitTerminal Console+Input.swift
[1047/1660] Compiling ConsoleKitTerminal Console+Center.swift
[1048/1660] Compiling ConsoleKitTerminal Console+Output.swift
[1048/1660] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[1049/1660] Compiling ofb.c
[1050/1660] Compiling polyval.c
[1052/1660] Compiling ConsoleKitTerminal ActivityBar.swift
[1053/1660] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1054/1660] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1055/1660] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1056/1660] Compiling ConsoleKitTerminal CustomActivity.swift
[1057/1660] Compiling ConsoleKitTerminal LoadingBar.swift
[1058/1660] Compiling ConsoleKitTerminal ProgressBar.swift
[1059/1660] Compiling ConsoleKitTerminal Console+Clear.swift
[1059/1660] Compiling ctr.c
[1060/1660] Compiling gcm.c
[1061/1660] Compiling gcm_nohw.c
[1062/1660] Compiling md5-x86_64-mac.mac.x86_64.S
[1063/1660] Compiling cfb.c
[1064/1660] Compiling md5.c
[1065/1660] Compiling cbc.c
[1066/1660] Compiling md5-586-windows.windows.x86.S
[1067/1660] Compiling md5-586-linux.linux.x86.S
[1068/1660] Compiling md5-x86_64-linux.linux.x86_64.S
[1069/1660] Compiling ghashv8-armv8-linux.linux.aarch64.S
[1070/1660] Compiling ghashv8-armv8-ios.ios.aarch64.S
[1071/1660] Compiling md4.c
[1072/1660] Compiling hmac.c
[1073/1660] Compiling ghashv8-armv7-linux.linux.arm.S
[1074/1660] Compiling ghashv8-armv7-ios.ios.arm.S
[1075/1660] Compiling hkdf.c
[1076/1660] Compiling ghash-x86_64-mac.mac.x86_64.S
[1077/1660] Compiling ghash-x86-linux.linux.x86.S
[1078/1660] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[1079/1660] Compiling ghash-x86-windows.windows.x86.S
[1080/1660] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[1081/1660] Compiling ghash-x86_64-linux.linux.x86_64.S
[1082/1660] Compiling ghash-ssse3-x86-linux.linux.x86.S
[1082/1660] Compiling ghash-ssse3-x86-windows.windows.x86.S
[1084/1660] Compiling fips_shared_support.c
[1085/1660] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[1086/1660] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[1087/1660] Compiling ghash-armv4-ios.ios.arm.S
[1088/1660] Compiling ghash-armv4-linux.linux.arm.S
[1090/1660] Compiling ConsoleKitTerminal ConsoleText.swift
[1091/1660] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1092/1660] Compiling ConsoleKitTerminal ANSI.swift
[1093/1660] Compiling ConsoleKitTerminal Console.swift
[1094/1660] Compiling ConsoleKitTerminal Terminal.swift
[1095/1660] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1095/1660] Compiling ecdh.c
[1096/1660] Compiling wnaf.c
[1096/1660] Compiling ecdsa.c
[1098/1660] Compiling util.c
[1099/1660] Compiling simple.c
[1100/1660] Compiling simple_mul.c
[1101/1660] Compiling scalar.c
[1102/1660] Compiling oct.c
[1103/1660] Compiling felem.c
[1104/1660] Compiling ec_montgomery.c
[1104/1660] Compiling p224-64.c
[1106/1660] Compiling p256.c
[1107/1660] Compiling ec_key.c
[1109/1660] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1110/1660] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1111/1660] Compiling ConsoleKitTerminal LoggerFragment.swift
[1111/1661] Compiling digest.c
[1111/1661] Compiling digestsign.c
[1113/1661] Compiling check.c
[1114/1661] Compiling digests.c
[1114/1661] Compiling dh.c
[1116/1661] Compiling ec.c
[1117/1661] Compiling co-586-linux.linux.x86.S
[1118/1661] Compiling co-586-windows.windows.x86.S
[1120/1661] Compiling bsaes-armv7-linux.linux.arm.S
[1121/1661] Compiling cmac.c
[1122/1661] Compiling e_aesccm.c
[1123/1661] Compiling bsaes-armv7-ios.ios.arm.S
[1124/1661] Compiling aead.c
[1124/1661] Compiling cipher.c
[1126/1661] Compiling sqrt.c
[1127/1661] Compiling shift.c
[1128/1661] Compiling rsaz_exp.c
[1129/1661] Compiling e_aes.c
[1130/1661] Compiling p256-nistz.c
[1131/1661] Compiling random.c
[1132/1661] Compiling prime.c
[1133/1661] Compiling jacobi.c
[1134/1661] Compiling generic.c
[1134/1661] Compiling montgomery_inv.c
[1136/1661] Compiling mul.c
[1137/1661] Compiling montgomery.c
[1138/1677] Compiling gcd.c
[1139/1677] Compiling gcd_extra.c
[1140/1683] Compiling div_extra.c
[1141/1683] Compiling cmp.c
[1142/1683] Compiling div.c
[1143/1683] Compiling exponentiation.c
[1144/1683] Compiling bn.c
[1145/1683] Compiling ctx.c
[1146/1683] Compiling bn-armv8-linux.linux.aarch64.S
[1147/1683] Compiling add.c
[1148/1683] Compiling bytes.c
[1149/1683] Compiling bn-armv8-ios.ios.aarch64.S
[1149/1683] Compiling bn-586-windows.windows.x86.S
[1151/1683] Compiling x86_64-gcc.c
[1152/1683] Compiling bn-586-linux.linux.x86.S
[1153/1683] Compiling armv8-mont-ios.ios.aarch64.S
[1154/1683] Compiling armv8-mont-linux.linux.aarch64.S
[1155/1683] Compiling armv4-mont-linux.linux.arm.S
[1156/1683] Compiling armv4-mont-ios.ios.arm.S
[1157/1683] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[1158/1683] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[1159/1683] Compiling aesv8-armv8-linux.linux.aarch64.S
[1160/1683] Compiling aesv8-armv7-ios.ios.arm.S
[1161/1683] Compiling aesv8-armv7-linux.linux.arm.S
[1162/1683] Compiling aesv8-armv8-ios.ios.aarch64.S
[1163/1683] Compiling aesni-x86_64-mac.mac.x86_64.S
[1164/1683] Compiling aesni-x86-windows.windows.x86.S
[1165/1683] Compiling aesni-x86-linux.linux.x86.S
[1166/1683] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[1168/1683] Compiling ConsoleKitCommands CommandSignature.swift
[1169/1683] Compiling ConsoleKitCommands Flag.swift
[1170/1683] Compiling ConsoleKitCommands Option.swift
[1170/1683] Compiling aesni-x86_64-linux.linux.x86_64.S
[1170/1683] Compiling mode_wrappers.c
[1172/1685] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[1173/1685] Compiling aes.c
[1175/1685] Emitting module ConsoleKitCommands
[1176/1685] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1177/1685] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1178/1685] Compiling ConsoleKitCommands Argument.swift
[1178/1685] Compiling key_wrap.c
[1179/1685] Compiling pbkdf.c
[1180/1685] Compiling ex_data.c
[1181/1685] Compiling sign.c
[1182/1685] Compiling aes_nohw.c
[1183/1685] Compiling print.c
[1184/1685] Compiling scrypt.c
[1185/1685] Compiling p_x25519.c
[1186/1685] Compiling p_x25519_asn1.c
[1187/1685] Compiling p_rsa_asn1.c
[1188/1685] Compiling p_rsa.c
[1189/1685] Compiling p_ed25519_asn1.c
[1191/1685] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1192/1685] Compiling ConsoleKitCommands Utilities.swift
[1192/1685] Compiling p_ed25519.c
[1194/1685] Compiling ConsoleKitCommands AsyncCommands.swift
[1195/1685] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1196/1685] Compiling ConsoleKitCommands AnyCommand.swift
[1197/1685] Compiling ConsoleKitCommands Command.swift
[1198/1685] Compiling ConsoleKitCommands CommandContext.swift
[1199/1685] Compiling ConsoleKitCommands CommandError.swift
[1200/1685] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1201/1685] Compiling ConsoleKitCommands AsyncCommand.swift
[1202/1685] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1202/1685] Compiling p_hkdf.c
[1203/1685] Compiling p_dsa_asn1.c
[1204/1685] Compiling p_ec_asn1.c
[1205/1685] Compiling p_ec.c
[1206/1685] Compiling err_data.c
[1207/1685] Compiling evp_ctx.c
[1208/1685] Compiling engine.c
[1209/1685] Compiling evp_asn1.c
[1210/1685] Compiling evp.c
[1211/1685] Compiling err.c
[1212/1685] Compiling ecdh_extra.c
[1212/1685] Compiling ecdsa_asn1.c
[1214/1685] Compiling ec_derive.c
[1215/1685] Compiling dsa_asn1.c
[1216/1685] Compiling hash_to_curve.c
[1217/1685] Compiling params.c
[1218/1685] Compiling ec_asn1.c
[1219/1685] Compiling dsa.c
[1220/1685] Compiling digest_extra.c
[1221/1685] Compiling dh_asn1.c
[1222/1685] Compiling x25519-asm-arm.S
[1223/1685] Compiling spake25519.c
[1224/1685] Compiling cpu_arm_linux.c
[1225/1685] Compiling crypto.c
[1226/1685] Compiling cpu_intel.c
[1227/1685] Compiling des.c
[1228/1685] Compiling cpu_arm_freebsd.c
[1229/1685] Compiling cpu_aarch64_openbsd.c
[1230/1685] Compiling cpu_aarch64_sysreg.c
[1231/1685] Compiling cpu_aarch64_win.c
[1232/1685] Compiling cpu_aarch64_linux.c
[1233/1685] Compiling cpu_aarch64_fuchsia.c
[1234/1685] Compiling cpu_aarch64_apple.c
[1235/1685] Compiling curve25519.c
[1236/1685] Compiling tls_cbc.c
[1237/1685] Compiling e_rc4.c
[1238/1685] Compiling conf.c
[1239/1685] Compiling e_tls.c
[1240/1685] Compiling e_rc2.c
[1241/1685] Compiling e_null.c
[1242/1685] Compiling e_des.c
[1243/1685] Compiling derive_key.c
[1244/1685] Compiling e_chacha20poly1305.c
[1245/1685] Compiling e_aesctrhmac.c
[1246/1685] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[1247/1685] Compiling cipher_extra.c
[1247/1685] Compiling e_aesgcmsiv.c
[1249/1685] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[1250/1685] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[1251/1685] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[1252/1685] Compiling chacha-x86_64-mac.mac.x86_64.S
[1253/1685] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[1254/1685] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[1255/1685] Compiling chacha-x86-windows.windows.x86.S
[1256/1685] Compiling chacha-x86_64-linux.linux.x86_64.S
[1257/1685] Compiling chacha.c
[1258/1685] Compiling curve25519_64_adx.c
[1259/1685] Compiling chacha-x86-linux.linux.x86.S
[1261/1685] Compiling ConsoleKitCommands CommandGroup.swift
[1262/1685] Compiling ConsoleKitCommands CommandInput.swift
[1263/1685] Compiling ConsoleKitCommands Commands.swift
[1264/1685] Compiling ConsoleKitCommands Console+Run.swift
[1265/1685] Compiling ConsoleKitCommands ConsoleError.swift
[1266/1685] Compiling ConsoleKitCommands Completion.swift
[1266/1685] Compiling chacha-armv8-linux.linux.aarch64.S
[1267/1685] Compiling chacha-armv8-ios.ios.aarch64.S
[1268/1685] Compiling chacha-armv4-linux.linux.arm.S
[1269/1686] Compiling chacha-armv4-ios.ios.arm.S
[1270/1686] Compiling unicode.c
[1271/1686] Compiling ber.c
[1272/1686] Compiling asn1_compat.c
[1273/1686] Compiling buf.c
[1275/1686] Compiling bn_asn1.c
[1275/1686] Compiling cbb.c
[1277/1686] Compiling convert.c
[1278/1686] Compiling cbs.c
[1279/1686] Compiling blake2.c
[1280/1686] Compiling printf.c
[1281/1686] Compiling socket.c
[1282/1686] Compiling socket_helper.c
[1283/1686] Compiling errno.c
[1284/1686] Compiling pair.c
[1285/1686] Compiling hexdump.c
[1286/1686] Compiling file.c
[1287/1686] Compiling fd.c
[1288/1686] Compiling connect.c
[1288/1686] Compiling bio_mem.c
[1290/1686] Compiling base64.c
[1291/1688] Compiling tasn_utl.c
[1292/1688] Compiling bio.c
[1293/1688] Compiling tasn_typ.c
[1294/1688] Compiling tasn_fre.c
[1295/1688] Compiling tasn_new.c
[1296/1688] Compiling tasn_enc.c
[1297/1688] Compiling f_string.c
[1298/1688] Compiling posix_time.c
[1299/1688] Compiling tasn_dec.c
[1300/1688] Compiling asn_pack.c
[1302/1688] Compiling ConsoleKit Exports.swift
[1303/1688] Emitting module ConsoleKit
[1303/1689] Compiling f_int.c
[1304/1689] Compiling asn1_par.c
[1305/1689] Compiling a_utctm.c
[1306/1689] Compiling asn1_lib.c
[1307/1689] Compiling a_type.c
[1309/1689] Compiling a_time.c
[1310/1689] Compiling a_strnid.c
[1311/1689] Compiling a_octet.c
[1312/1689] Compiling a_strex.c
[1313/1689] Compiling a_mbstr.c
[1314/1689] Compiling a_i2d_fp.c
[1315/1689] Compiling a_object.c
[1316/1689] Compiling a_dup.c
[1317/1689] Compiling a_int.c
[1317/1689] Compiling a_d2i_fp.c
[1319/1689] Compiling a_gentm.c
[1320/1689] Compiling a_bool.c
[1321/1689] Compiling fiat_p256_adx_sqr.S
[1322/1689] Compiling fiat_curve25519_adx_square.S
[1323/1689] Compiling fiat_p256_adx_mul.S
[1324/1689] Compiling fiat_curve25519_adx_mul.S
[1325/1689] Compiling md5-x86_64-linux.S
[1326/1689] Compiling md5-x86_64-apple.S
[1327/1689] Compiling a_bitstr.c
[1328/1689] Compiling md5-586-linux.S
[1329/1689] Compiling md5-586-apple.S
[1330/1689] Compiling chacha20_poly1305_x86_64-apple.S
[1331/1689] Compiling chacha20_poly1305_armv8-win.S
[1332/1689] Compiling chacha20_poly1305_armv8-apple.S
[1333/1689] Compiling chacha20_poly1305_armv8-linux.S
[1334/1689] Compiling chacha-x86_64-linux.S
[1335/1689] Compiling chacha20_poly1305_x86_64-linux.S
[1336/1689] Compiling chacha-x86_64-apple.S
[1337/1689] Compiling chacha-x86-linux.S
[1338/1689] Compiling chacha-x86-apple.S
[1339/1689] Compiling chacha-armv8-win.S
[1340/1689] Compiling chacha-armv8-linux.S
[1341/1689] Compiling chacha-armv8-apple.S
[1342/1689] Compiling chacha-armv4-linux.S
[1343/1689] Compiling aes128gcmsiv-x86_64-apple.S
[1344/1689] Compiling aes128gcmsiv-x86_64-linux.S
[1345/1689] Compiling x86_64-mont5-apple.S
[1346/1689] Compiling x86_64-mont5-linux.S
[1347/1689] Compiling x86_64-mont-linux.S
[1348/1689] Compiling x86_64-mont-apple.S
[1349/1689] Compiling x86-mont-linux.S
[1350/1689] Compiling x86-mont-apple.S
[1351/1689] Compiling vpaes-x86_64-linux.S
[1352/1689] Compiling vpaes-x86_64-apple.S
[1353/1689] Compiling vpaes-x86-linux.S
[1354/1689] Compiling vpaes-x86-apple.S
[1355/1689] Compiling vpaes-armv8-win.S
[1356/1689] Compiling vpaes-armv8-linux.S
[1357/1689] Compiling CCryptoBoringSSLShims shims.c
[1358/1689] Compiling vpaes-armv7-linux.S
[1359/1689] Compiling sha512-x86_64-apple.S
[1360/1689] Compiling vpaes-armv8-apple.S
[1361/1689] Compiling err_data.cc
[1362/1689] Compiling sha512-x86_64-linux.S
[1363/1689] Compiling sha512-armv8-win.S
[1364/1689] Compiling sha512-armv8-linux.S
[1365/1689] Compiling sha512-armv4-linux.S
[1366/1689] Compiling sha512-armv8-apple.S
[1366/1689] Compiling sha512-586-linux.S
[1368/1689] Compiling sha512-586-apple.S
[1369/1689] Compiling sha256-x86_64-apple.S
[1370/1689] Compiling sha256-x86_64-linux.S
[1371/1689] Compiling sha256-armv8-win.S
[1372/1689] Compiling sha256-armv8-linux.S
[1373/1689] Compiling sha256-armv8-apple.S
[1374/1689] Compiling sha256-armv4-linux.S
[1375/1689] Compiling sha256-586-linux.S
[1376/1689] Compiling sha256-586-apple.S
[1377/1689] Compiling sha1-x86_64-apple.S
[1378/1689] Compiling sha1-armv8-win.S
[1379/1689] Compiling sha1-armv8-linux.S
[1380/1689] Compiling sha1-x86_64-linux.S
[1381/1689] Compiling sha1-armv8-apple.S
[1382/1689] Compiling sha1-armv4-large-linux.S
[1383/1689] Compiling sha1-586-linux.S
[1384/1689] Compiling sha1-586-apple.S
[1385/1689] Compiling rsaz-avx2-apple.S
[1386/1689] Compiling rsaz-avx2-linux.S
[1387/1689] Compiling rdrand-x86_64-linux.S
[1388/1689] Compiling rdrand-x86_64-apple.S
[1389/1689] Compiling p256_beeu-x86_64-asm-apple.S
[1390/1689] Compiling p256_beeu-x86_64-asm-linux.S
[1391/1689] Compiling p256_beeu-armv8-asm-win.S
[1392/1689] Compiling p256_beeu-armv8-asm-linux.S
[1393/1689] Compiling p256_beeu-armv8-asm-apple.S
[1394/1689] Compiling p256-x86_64-asm-apple.S
[1395/1689] Compiling p256-armv8-asm-linux.S
[1396/1689] Compiling p256-armv8-asm-win.S
[1397/1689] Compiling p256-armv8-asm-apple.S
[1398/1689] Compiling p256-x86_64-asm-linux.S
[1399/1689] Compiling ghashv8-armv8-win.S
[1400/1689] Compiling ghashv8-armv8-linux.S
[1401/1689] Compiling ghashv8-armv8-apple.S
[1402/1689] Compiling ghashv8-armv7-linux.S
[1403/1689] Compiling ghash-x86_64-linux.S
[1404/1689] Compiling ghash-x86_64-apple.S
[1405/1689] Compiling ghash-x86-linux.S
[1406/1689] Compiling ghash-ssse3-x86_64-linux.S
[1407/1689] Compiling ghash-ssse3-x86_64-apple.S
[1408/1689] Compiling ghash-x86-apple.S
[1409/1689] Compiling ghash-ssse3-x86-linux.S
[1410/1689] Compiling ghash-ssse3-x86-apple.S
[1411/1689] Compiling ghash-neon-armv8-apple.S
[1412/1689] Compiling ghash-neon-armv8-win.S
[1413/1689] Compiling ghash-neon-armv8-linux.S
[1413/1689] Compiling ghash-armv4-linux.S
[1415/1689] Compiling co-586-linux.S
[1416/1689] Compiling co-586-apple.S
[1417/1689] Compiling bsaes-armv7-linux.S
[1417/1689] Compiling bn-armv8-win.S
[1419/1689] Compiling bn-armv8-apple.S
[1420/1689] Compiling bn-586-apple.S
[1420/1689] Compiling bn-armv8-linux.S
[1422/1689] Compiling armv8-mont-win.S
[1423/1689] Compiling bn-586-linux.S
[1424/1689] Compiling armv8-mont-linux.S
[1425/1689] Compiling armv8-mont-apple.S
[1426/1689] Compiling armv4-mont-linux.S
[1427/1689] Compiling aesv8-armv8-linux.S
[1428/1689] Compiling aesv8-gcm-armv8-linux.S
[1429/1689] Compiling aesv8-gcm-armv8-win.S
[1430/1689] Compiling aesv8-armv8-apple.S
[1431/1689] Compiling aesv8-gcm-armv8-apple.S
[1432/1689] Compiling aesv8-armv8-win.S
[1433/1689] Compiling aesv8-armv7-linux.S
[1434/1689] Compiling aesni-x86-apple.S
[1434/1689] Compiling aesni-x86-linux.S
[1436/1689] Compiling aesni-x86_64-apple.S
[1437/1689] Compiling aesni-x86_64-linux.S
[1438/1689] Compiling aesni-gcm-x86_64-apple.S
[1439/1689] Compiling aesni-gcm-x86_64-linux.S
[1440/1689] Compiling aes-gcm-avx10-x86_64-linux.S
[1441/1689] Compiling aes-gcm-avx10-x86_64-apple.S
[1442/1689] Compiling x_sig.cc
[1443/1689] Compiling x_x509a.cc
[1444/1689] Compiling x_spki.cc
[1445/1689] Compiling x_val.cc
[1446/1689] Compiling x_req.cc
[1447/1689] Compiling x_x509.cc
[1447/1689] Compiling x_pubkey.cc
[1449/1689] Compiling x_name.cc
[1450/1689] Compiling x_algor.cc
[1451/1689] Compiling x_exten.cc
[1452/1689] Compiling x509spki.cc
[1453/1689] Compiling x_attrib.cc
[1454/1689] Compiling x_crl.cc
[1455/1689] Compiling x509rset.cc
[1456/1689] Compiling x_all.cc
[1457/1689] Compiling x509name.cc
[1458/1689] Compiling x509_txt.cc
[1459/1689] Compiling x509cset.cc
[1460/1689] Compiling x509_vpm.cc
[1461/1689] Compiling x509_v3.cc
[1462/1689] Compiling x509_trs.cc
[1463/1689] Compiling x509_vfy.cc
[1464/1689] Compiling x509_set.cc
[1465/1689] Compiling x509_req.cc
[1466/1689] Compiling x509_def.cc
[1467/1689] Compiling x509_obj.cc
[1468/1689] Compiling x509_d2.cc
[1469/1689] Compiling x509_ext.cc
[1470/1689] Compiling x509_lu.cc
[1471/1689] Compiling x509.cc
[1472/1689] Compiling x509_att.cc
[1473/1689] Compiling x509_cmp.cc
[1474/1689] Compiling v3_prn.cc
[1475/1689] Compiling v3_skey.cc
[1476/1689] Compiling v3_purp.cc
[1477/1689] Compiling v3_pmaps.cc
[1478/1689] Compiling v3_utl.cc
[1479/1689] Compiling v3_ocsp.cc
[1480/1689] Compiling v3_pcons.cc
[1481/1689] Compiling v3_ncons.cc
[1482/1689] Compiling v3_int.cc
[1483/1689] Compiling v3_lib.cc
[1484/1689] Compiling v3_ia5.cc
[1485/1689] Compiling v3_info.cc
[1486/1689] Compiling v3_extku.cc
[1487/1689] Compiling v3_genn.cc
[1488/1689] Compiling v3_enum.cc
[1489/1689] Compiling v3_crld.cc
[1490/1689] Compiling v3_cpols.cc
[1491/1689] Compiling v3_conf.cc
[1492/1689] Compiling v3_bitst.cc
[1493/1689] Compiling v3_bcons.cc
[1494/1689] Compiling v3_akeya.cc
[1495/1689] Compiling v3_akey.cc
[1496/1689] Compiling v3_alt.cc
[1497/1689] Compiling t_x509a.cc
[1498/1689] Compiling i2d_pr.cc
[1499/1689] Compiling t_x509.cc
[1500/1689] Compiling t_crl.cc
[1501/1689] Compiling t_req.cc
[1502/1689] Compiling name_print.cc
[1503/1689] Compiling rsa_pss.cc
[1504/1689] Compiling policy.cc
[1505/1689] Compiling by_file.cc
[1506/1689] Compiling by_dir.cc
[1507/1689] Compiling voprf.cc
[1508/1689] Compiling algorithm.cc
[1509/1689] Compiling trust_token.cc
[1510/1689] Compiling a_verify.cc
[1511/1689] Compiling asn1_gen.cc
[1512/1689] Compiling a_digest.cc
[1513/1689] Compiling a_sign.cc
[1514/1689] Compiling thread_win.cc
[1515/1689] Compiling thread.cc
[1516/1689] Compiling thread_none.cc
[1517/1689] Compiling thread_pthread.cc
[1518/1689] Compiling stack.cc
[1519/1689] Compiling thash.cc
[1520/1689] Compiling pmbtoken.cc
[1521/1689] Compiling wots.cc
[1522/1689] Compiling merkle.cc
[1523/1689] Compiling fors.cc
[1524/1689] Compiling sha512.cc
[1525/1689] Compiling slhdsa.cc
[1526/1689] Compiling sha1.cc
[1527/1689] Compiling sha256.cc
[1528/1689] Compiling siphash.cc
[1529/1689] Compiling rsa_print.cc
[1530/1689] Compiling rsa_extra.cc
[1531/1689] Compiling refcount.cc
[1532/1689] Compiling rc4.cc
[1533/1689] Compiling windows.cc
[1534/1689] Compiling rsa_asn1.cc
[1535/1689] Compiling rsa_crypt.cc
[1536/1689] Compiling urandom.cc
[1537/1689] Compiling rand_extra.cc
[1538/1689] Compiling trusty.cc
[1539/1689] Compiling getentropy.cc
[1540/1689] Compiling passive.cc
[1541/1689] Compiling deterministic.cc
[1542/1689] Compiling ios.cc
[1543/1689] Compiling poly1305_arm_asm.S
[1544/1689] Compiling forkunsafe.cc
[1545/1689] Compiling fork_detect.cc
[1546/1689] Compiling pool.cc
[1547/1689] Compiling poly1305_vec.cc
[1548/1689] Compiling poly1305_arm.cc
[1549/1689] Compiling poly1305.cc
[1550/1689] Compiling pkcs7.cc
[1551/1689] Compiling p5_pbev2.cc
[1552/1689] Compiling pkcs8_x509.cc
[1553/1689] Compiling pkcs8.cc
[1554/1689] Compiling pem_xaux.cc
[1555/1689] Compiling pem_x509.cc
[1556/1689] Compiling pkcs7_x509.cc
[1557/1689] Compiling pem_pkey.cc
[1558/1689] Compiling pem_pk8.cc
[1559/1689] Compiling pem_oth.cc
[1560/1689] Compiling mlkem.cc
[1561/1689] Compiling obj_xref.cc
[1562/1689] Compiling mldsa.cc
[1563/1689] Compiling obj.cc
[1564/1689] Compiling pem_lib.cc
[1565/1689] Compiling pem_info.cc
[1566/1689] Compiling pem_all.cc
[1567/1689] Compiling mem.cc
[1568/1689] Compiling fips_shared_support.cc
[1569/1689] Compiling md5.cc
[1570/1689] Compiling md4.cc
[1571/1689] Compiling lhash.cc
[1572/1689] Compiling poly_rq_mul.S
[1573/1689] Compiling kyber.cc
[1574/1689] Compiling ex_data.cc
[1575/1689] Compiling hrss.cc
[1576/1689] Compiling sign.cc
[1577/1689] Compiling hpke.cc
[1578/1689] Compiling scrypt.cc
[1579/1689] Compiling pbkdf.cc
[1580/1689] Compiling print.cc
[1581/1689] Compiling p_x25519.cc
[1582/1689] Compiling p_x25519_asn1.cc
[1583/1689] Compiling p_rsa.cc
[1584/1689] Compiling p_ed25519.cc
[1585/1689] Compiling p_ed25519_asn1.cc
[1586/1689] Compiling p_rsa_asn1.cc
[1587/1689] Compiling p_hkdf.cc
[1588/1689] Compiling p_ec_asn1.cc
[1589/1689] Compiling p_dh.cc
[1590/1689] Compiling p_ec.cc
[1590/1689] Compiling p_dsa_asn1.cc
[1592/1689] Compiling p_dh_asn1.cc
[1593/1689] Compiling evp_ctx.cc
[1594/1689] Compiling evp_asn1.cc
[1595/1689] Compiling bcm.cc
[1596/1689] Compiling evp.cc
[1597/1689] Compiling err.cc
[1598/1689] Compiling engine.cc
[1599/1689] Compiling ecdh_extra.cc
[1600/1689] Compiling ecdsa_asn1.cc
[1600/1689] Compiling hash_to_curve.cc
[1602/1689] Compiling ec_derive.cc
[1603/1689] Compiling ec_asn1.cc
[1604/1689] Compiling params.cc
[1605/1689] Compiling dsa_asn1.cc
[1606/1689] Compiling dh_asn1.cc
[1607/1689] Compiling des.cc
[1608/1689] Compiling dsa.cc
[1609/1689] Compiling digest_extra.cc
[1610/1689] Compiling x25519-asm-arm.S
[1611/1689] Compiling spake25519.cc
[1612/1689] Compiling cpu_intel.cc
[1613/1689] Compiling crypto.cc
[1614/1689] Compiling cpu_arm_freebsd.cc
[1615/1689] Compiling cpu_aarch64_win.cc
[1616/1689] Compiling cpu_arm_linux.cc
[1617/1689] Compiling cpu_aarch64_sysreg.cc
[1618/1689] Compiling curve25519.cc
[1619/1689] Compiling cpu_aarch64_openbsd.cc
[1620/1689] Compiling cpu_aarch64_fuchsia.cc
[1621/1689] Compiling cpu_aarch64_linux.cc
[1622/1689] Compiling cpu_aarch64_apple.cc
[1623/1689] Compiling conf.cc
[1624/1689] Compiling curve25519_64_adx.cc
[1625/1689] Compiling tls_cbc.cc
[1626/1689] Compiling e_rc4.cc
[1627/1689] Compiling e_rc2.cc
[1628/1689] Compiling e_tls.cc
[1629/1689] Compiling e_chacha20poly1305.cc
[1630/1689] Compiling e_null.cc
[1631/1689] Compiling derive_key.cc
[1632/1689] Compiling e_aesctrhmac.cc
[1633/1689] Compiling e_des.cc
[1634/1689] Compiling e_aesgcmsiv.cc
[1635/1689] Compiling cipher_extra.cc
[1636/1689] Compiling chacha.cc
[1637/1689] Compiling ber.cc
[1638/1689] Compiling unicode.cc
[1639/1689] Compiling buf.cc
[1640/1689] Compiling cbs.cc
[1641/1689] Compiling asn1_compat.cc
[1642/1689] Compiling cbb.cc
[1643/1689] Compiling bn_asn1.cc
[1644/1689] Compiling convert.cc
[1645/1689] Compiling printf.cc
[1646/1689] Compiling blake2.cc
[1647/1689] Compiling pair.cc
[1648/1689] Compiling fd.cc
[1649/1689] Compiling file.cc
[1650/1689] Compiling errno.cc
[1651/1689] Compiling hexdump.cc
[1652/1689] Compiling base64.cc
[1653/1689] Compiling bio_mem.cc
[1654/1689] Compiling bio.cc
[1655/1689] Compiling tasn_fre.cc
[1656/1689] Compiling tasn_typ.cc
[1657/1689] Compiling tasn_new.cc
[1658/1689] Compiling posix_time.cc
[1659/1689] Compiling tasn_enc.cc
[1660/1689] Compiling f_string.cc
[1661/1689] Compiling tasn_dec.cc
[1662/1689] Compiling tasn_utl.cc
[1663/1689] Compiling f_int.cc
[1664/1689] Compiling asn_pack.cc
[1665/1689] Compiling asn1_par.cc
[1666/1689] Compiling asn1_lib.cc
[1667/1689] Compiling a_utctm.cc
[1668/1689] Compiling a_time.cc
[1669/1689] Compiling a_strnid.cc
[1670/1689] Compiling a_strex.cc
[1671/1689] Compiling a_type.cc
[1672/1689] Compiling a_octet.cc
[1673/1689] Compiling a_mbstr.cc
[1674/1689] Compiling a_object.cc
[1675/1689] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1676/1689] Write sources
[1677/1689] Compiling a_i2d_fp.cc
[1677/1689] Write sources
[1683/1689] Compiling a_int.cc
[1684/1689] Compiling a_d2i_fp.cc
[1685/1689] Compiling a_dup.cc
[1686/1689] Compiling a_bool.cc
[1687/1751] Compiling a_gentm.cc
[1688/1786] Compiling a_bitstr.cc
[1690/1794] Compiling Algorithms Permutations.swift
[1691/1794] Compiling Algorithms Product.swift
[1692/1794] Compiling Algorithms MinMax.swift
[1693/1794] Compiling Algorithms Partition.swift
[1694/1796] Compiling Algorithms Joined.swift
[1695/1796] Compiling Algorithms Keyed.swift
[1696/1796] Emitting module BitCollections
[1697/1803] Compiling Algorithms Compacted.swift
[1698/1803] Compiling Algorithms Cycle.swift
[1699/1803] Compiling Algorithms EitherSequence.swift
[1700/1803] Compiling Algorithms FirstNonNil.swift
[1701/1803] Compiling Algorithms Suffix.swift
[1702/1803] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1703/1803] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1704/1803] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1705/1803] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1706/1803] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1707/1803] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1708/1806] Compiling BitCollections BitSet+Initializers.swift
[1709/1806] Compiling BitCollections BitSet+Invariants.swift
[1710/1806] Compiling BitCollections BitSet+Random.swift
[1711/1806] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1712/1806] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1713/1806] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1714/1806] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1715/1806] Compiling Atomics IntegerOperations.swift
[1716/1806] Compiling Atomics Unmanaged extensions.swift
[1719/1806] Compiling Algorithms FlattenCollection.swift
[1720/1806] Compiling Algorithms Grouped.swift
[1721/1806] Compiling Algorithms Indexed.swift
[1722/1806] Compiling Algorithms Intersperse.swift
[1735/1806] Compiling Algorithms Rotate.swift
[1736/1806] Compiling Algorithms Split.swift
[1737/1806] Compiling Algorithms Stride.swift
[1738/1806] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1739/1806] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1740/1806] Compiling BitCollections BitArray+Extras.swift
[1741/1806] Compiling BitCollections BitArray+Fill.swift
[1742/1806] Compiling BitCollections BitArray+Hashable.swift
[1743/1806] Compiling BitCollections BitArray+Initializers.swift
[1744/1806] Compiling BitCollections BitArray+Invariants.swift
[1745/1806] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1746/1806] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1747/1806] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1748/1806] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1749/1806] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1750/1806] Compiling BitCollections BitSet+SetAlgebra union.swift
[1751/1806] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1752/1806] Compiling BitCollections BitSet.Counted.swift
[1753/1806] Compiling Atomics OptionalRawRepresentable.swift
[1754/1806] Compiling Atomics RawRepresentable.swift
[1755/1806] Compiling Atomics AtomicBool.swift
[1756/1806] Compiling Atomics IntegerConformances.swift
[1764/1806] Compiling CryptoBoringWrapper RandomBytes.swift
[1765/1806] Compiling Algorithms Trim.swift
[1766/1806] Compiling Algorithms Unique.swift
[1767/1806] Compiling Algorithms Windows.swift
[1768/1806] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1772/1806] Compiling BitCollections BitSet.Index.swift
[1773/1806] Compiling BitCollections BitSet._UnsafeHandle.swift
[1774/1806] Compiling BitCollections BitSet.swift
[1775/1806] Compiling BitCollections Range+Utilities.swift
[1776/1806] Compiling BitCollections Slice+Utilities.swift
[1777/1806] Compiling BitCollections UInt+Tricks.swift
[1778/1806] Compiling BitCollections _Word.swift
[1779/1807] Emitting module CryptoBoringWrapper
[1780/1807] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1782/1807] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1783/1807] Compiling CryptoBoringWrapper EllipticCurve.swift
[1788/1807] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1789/1807] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1797/1810] Emitting module Collections
[1798/1810] Compiling Collections Collections.swift
[1800/1882] Compiling Crypto ASN1Identifier.swift
[1801/1882] Compiling Crypto ASN1Integer.swift
[1802/1882] Compiling Crypto ASN1Null.swift
[1803/1882] Compiling Crypto ASN1OctetString.swift
[1807/1882] Emitting module Atomics
[1809/1882] Compiling Crypto ASN1Strings.swift
[1810/1882] Compiling Crypto ArraySliceBigint.swift
[1812/1942] Emitting module Algorithms
[1814/1943] Emitting module Crypto
[1815/1952] Compiling NIOCore BSDSocketAPI.swift
[1816/1952] Compiling NIOCore ByteBuffer-aux.swift
[1817/1952] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1818/1952] Compiling NIOCore ByteBuffer-conversions.swift
[1819/1952] Compiling NIOCore ByteBuffer-core.swift
[1820/1952] Compiling NIOCore ByteBuffer-hex.swift
[1821/1952] Compiling NIOCore ByteBuffer-int.swift
[1822/1952] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1823/1952] Compiling NIOCore ByteBuffer-multi-int.swift
[1824/1952] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1825/1952] Compiling Crypto SymmetricKeys.swift
[1826/1952] Compiling Crypto HMAC.swift
[1827/1952] Compiling Crypto MACFunctions.swift
[1828/1952] Compiling Crypto MessageAuthenticationCode.swift
[1829/1952] Compiling Crypto AES.swift
[1830/1952] Compiling Crypto ECDSASignature_boring.swift
[1831/1952] Compiling Crypto ECDSA_boring.swift
[1832/1952] Compiling Crypto EdDSA_boring.swift
[1833/1952] Compiling Crypto ECDSA.swift
[1834/1952] Compiling Crypto Ed25519.swift
[1835/1952] Compiling NIOCore EventLoopFuture.swift
[1836/1952] Compiling NIOCore FileDescriptor.swift
[1837/1952] Compiling NIOCore FileHandle.swift
[1838/1952] Compiling NIOCore FileRegion.swift
[1839/1952] Compiling NIOCore ChannelPipeline.swift
[1840/1952] Compiling NIOCore CircularBuffer.swift
[1841/1952] Compiling NIOCore Codec.swift
[1842/1952] Compiling NIOCore ConvenienceOptionSupport.swift
[1843/1952] Compiling NIOCore DeadChannel.swift
[1844/1952] Compiling NIOCore DispatchQueue+WithFuture.swift
[1845/1952] Compiling NIOCore MarkedCircularBuffer.swift
[1846/1952] Compiling NIOCore MulticastChannel.swift
[1847/1952] Compiling NIOCore NIOAny.swift
[1848/1952] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1849/1952] Compiling NIOCore NIOLoopBound.swift
[1850/1952] Compiling NIOCore NIOScheduledCallback.swift
[1851/1952] Compiling NIOCore NIOSendable.swift
[1852/1952] Compiling NIOCore RecvByteBufferAllocator.swift
[1853/1952] Compiling Crypto DH.swift
[1854/1952] Compiling Crypto ECDH.swift
[1855/1952] Compiling NIOCore EventLoop+Deprecated.swift
[1856/1952] Compiling NIOCore EventLoop+SerialExecutor.swift
[1857/1952] Compiling NIOCore GlobalSingletons.swift
[1858/1952] Compiling NIOCore IO.swift
[1859/1952] Compiling NIOCore IOData.swift
[1860/1952] Compiling NIOCore IPProtocol.swift
[1861/1952] Compiling NIOCore IntegerBitPacking.swift
[1862/1952] Compiling NIOCore IntegerTypes.swift
[1863/1952] Compiling NIOCore Interfaces.swift
[1864/1952] Compiling NIOCore Linux.swift
[1865/1952] Compiling Crypto Signature.swift
[1866/1952] Compiling Crypto CryptoKitErrors_boring.swift
[1867/1952] Compiling Crypto RNG_boring.swift
[1868/1952] Compiling Crypto SafeCompare_boring.swift
[1869/1952] Compiling Crypto Zeroization_boring.swift
[1870/1952] Compiling Crypto PrettyBytes.swift
[1871/1952] Compiling Crypto SafeCompare.swift
[1872/1952] Compiling Crypto SecureBytes.swift
[1873/1952] Compiling Crypto Zeroization.swift
[1890/1960] Compiling NIOCore AddressedEnvelope.swift
[1891/1960] Compiling NIOCore AsyncAwaitSupport.swift
[1892/1960] Compiling NIOCore AsyncChannel.swift
[1893/1960] Compiling NIOCore AsyncChannelHandler.swift
[1894/1960] Compiling NIOCore AsyncChannelInboundStream.swift
[1895/1960] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1896/1960] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1897/1960] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1898/1960] Compiling NIOCore NIOAsyncWriter.swift
[1899/1960] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1900/1960] Compiling NIOCore ByteBuffer-views.swift
[1901/1960] Compiling NIOCore Channel.swift
[1902/1960] Compiling NIOCore ChannelHandler.swift
[1903/1960] Compiling NIOCore ChannelHandlers.swift
[1904/1960] Compiling NIOCore ChannelInvoker.swift
[1905/1960] Compiling NIOCore ChannelOption.swift
[1906/1960] Compiling NIOCore EventLoop.swift
[1907/1960] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1908/1960] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1909/1960] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1911/2008] Compiling JWTKit SubjectClaim.swift
[1912/2008] Compiling JWTKit ECDSAError.swift
[1913/2008] Compiling JWTKit JWTAlgorithm.swift
[1914/2008] Compiling JWTKit JWTError.swift
[1915/2008] Compiling JWTKit JWTHeader.swift
[1916/2008] Compiling JWTKit JWTParser.swift
[1917/2008] Compiling JWTKit JWTPayload.swift
[1918/2008] Compiling JWTKit JWTSerializer.swift
[1919/2008] Compiling JWTKit JWTSigner+ECDSA.swift
[1920/2008] Compiling JWTKit EdDSAError.swift
[1921/2008] Compiling JWTKit EdDSAKey.swift
[1922/2008] Compiling JWTKit EdDSASigner.swift
[1923/2008] Compiling JWTKit JWTSigner+EdDSA.swift
[1924/2008] Compiling JWTKit OctetKeyPair.swift
[1925/2008] Compiling JWTKit HMACError.swift
[1926/2008] Compiling JWTKit HMACSigner.swift
[1927/2008] Compiling JWTKit JWTSigner+HMAC.swift
[1928/2008] Compiling JWTKit AudienceClaim.swift
[1929/2008] Compiling JWTKit BoolClaim.swift
[1930/2008] Compiling JWTKit ExpirationClaim.swift
[1931/2008] Compiling JWTKit GoogleHostedDomainClaim.swift
[1932/2008] Compiling JWTKit IDClaim.swift
[1933/2008] Compiling JWTKit IssuedAtClaim.swift
[1934/2008] Compiling JWTKit IssuerClaim.swift
[1935/2008] Compiling JWTKit ECDSAKey.swift
[1936/2008] Compiling JWTKit ECDSASigner.swift
[1937/2008] Compiling JWTKit JWTSigner.swift
[1938/2008] Compiling JWTKit JWTSigners.swift
[1939/2008] Compiling JWTKit JWTSigner+UnsecuredNone.swift
[1940/2008] Compiling JWTKit UnsecuredNoneSigner.swift
[1941/2008] Compiling JWTKit JWTSigner+RSA.swift
[1942/2008] Compiling JWTKit RSAError.swift
[1943/2008] Compiling JWTKit RSAKey.swift
[1944/2008] Compiling JWTKit RSASigner.swift
[1945/2008] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1946/2008] Compiling NIOCore SocketAddresses.swift
[1947/2008] Compiling NIOCore SocketOptionProvider.swift
[1948/2008] Compiling NIOCore SystemCallHelpers.swift
[1949/2008] Compiling NIOCore TimeAmount+Duration.swift
[1950/2008] Compiling NIOCore TypeAssistedChannelHandler.swift
[1951/2008] Compiling NIOCore UniversalBootstrapSupport.swift
[1952/2008] Compiling NIOCore Utilities.swift
[1953/2008] Emitting module JWTKit
[1970/2014] Compiling JWTKit JWK.swift
[1971/2014] Compiling JWTKit JWKIdentifier.swift
[1972/2014] Compiling JWTKit JWKS.swift
[1975/2014] Compiling JWTKit Base64URL.swift
[1976/2014] Compiling JWTKit BigNumber.swift
[1977/2014] Compiling JWTKit CustomizedJSONCoders.swift
[1978/2014] Compiling JWTKit Exports.swift
[1979/2014] Compiling JWTKit JWTClaim.swift
[1980/2014] Compiling JWTKit JWTMultiValueClaim.swift
[1981/2014] Compiling JWTKit JWTUnixEpochClaim.swift
[1982/2014] Compiling JWTKit LocaleClaim.swift
[1983/2014] Compiling JWTKit NotBeforeClaim.swift
[2000/2014] Compiling JWTKit OpenSSLSigner.swift
[2001/2014] Compiling JWTKit Utilities.swift
[2002/2014] Compiling JWTKit AppleIdentityToken.swift
[2003/2014] Compiling JWTKit GoogleIdentityToken.swift
[2004/2014] Compiling JWTKit MicrosoftIdentitiyToken.swift
[2005/2014] Compiling JWTKit X5CVerifier.swift
[2015/2015] Emitting module NIOCore
[2017/2067] Compiling NIOEmbedded AsyncTestingChannel.swift
[2018/2067] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[2019/2067] Emitting module NIOEmbedded
[2020/2067] Compiling NIOEmbedded Embedded.swift
[2022/2068] Compiling NIOPosix SelectableChannel.swift
[2023/2068] Compiling NIOPosix SelectableEventLoop.swift
[2024/2068] Compiling NIOPosix SelectorEpoll.swift
[2025/2068] Compiling NIOPosix SelectorGeneric.swift
[2026/2068] Compiling NIOPosix SelectorKqueue.swift
[2027/2068] Compiling NIOPosix SelectorUring.swift
[2028/2068] Compiling NIOPosix PooledRecvBufferAllocator.swift
[2029/2068] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[2030/2068] Compiling NIOPosix PosixSingletons.swift
[2031/2068] Compiling NIOPosix RawSocketBootstrap.swift
[2032/2068] Compiling NIOPosix Resolver.swift
[2033/2068] Compiling NIOPosix Selectable.swift
[2034/2068] Compiling NIOPosix ServerSocket.swift
[2035/2068] Compiling NIOPosix Socket.swift
[2036/2068] Compiling NIOPosix SocketChannel.swift
[2037/2068] Compiling NIOPosix SocketProtocols.swift
[2038/2068] Compiling NIOPosix System.swift
[2039/2068] Compiling NIOPosix Thread.swift
[2040/2074] Compiling NIOPosix Bootstrap.swift
[2041/2074] Compiling NIOPosix ControlMessage.swift
[2042/2074] Compiling NIOPosix DatagramVectorReadManager.swift
[2043/2074] Compiling NIOPosix Errors+Any.swift
[2044/2074] Compiling NIOPosix FileDescriptor.swift
[2045/2074] Compiling NIOPosix GetaddrinfoResolver.swift
[2046/2074] Compiling NIOPosix HappyEyeballs.swift
[2047/2074] Compiling NIOPosix ThreadPosix.swift
[2048/2074] Compiling NIOPosix ThreadWindows.swift
[2049/2074] Compiling NIOPosix UnsafeTransfer.swift
[2050/2074] Compiling NIOPosix Utilities.swift
[2051/2074] Compiling NIOPosix VsockAddress.swift
[2052/2074] Compiling NIOPosix VsockChannelEvents.swift
[2053/2074] Compiling NIOPosix IO.swift
[2054/2074] Compiling NIOPosix IntegerBitPacking.swift
[2055/2074] Compiling NIOPosix IntegerTypes.swift
[2056/2074] Compiling NIOPosix Linux.swift
[2057/2074] Compiling NIOPosix LinuxCPUSet.swift
[2058/2074] Compiling NIOPosix LinuxUring.swift
[2059/2074] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[2060/2074] Compiling NIOPosix BSDSocketAPICommon.swift
[2061/2074] Compiling NIOPosix BSDSocketAPIPosix.swift
[2062/2074] Compiling NIOPosix BSDSocketAPIWindows.swift
[2063/2074] Compiling NIOPosix BaseSocket.swift
[2064/2074] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[2065/2074] Compiling NIOPosix BaseSocketChannel.swift
[2066/2074] Compiling NIOPosix BaseStreamSocketChannel.swift
[2067/2074] Emitting module NIOPosix
[2068/2074] Compiling NIOPosix NIOThreadPool.swift
[2069/2074] Compiling NIOPosix NonBlockingFileIO.swift
[2070/2074] Compiling NIOPosix PendingDatagramWritesManager.swift
[2071/2074] Compiling NIOPosix PendingWritesManager.swift
[2072/2074] Compiling NIOPosix PipeChannel.swift
[2073/2074] Compiling NIOPosix PipePair.swift
[2074/2074] Compiling NIOPosix Pool.swift
[2076/2134] Emitting module NIO
[2077/2134] Compiling NIO Exports.swift
[2079/2221] Compiling SQLKit SQLCreateTableBuilder.swift
[2080/2221] Compiling SQLKit SQLCreateTriggerBuilder.swift
[2081/2221] Compiling SQLKit SQLDeleteBuilder.swift
[2082/2221] Compiling SQLKit SQLConflictUpdateBuilder.swift
[2083/2221] Compiling SQLKit SQLCreateEnumBuilder.swift
[2084/2221] Compiling SQLKit SQLCreateIndexBuilder.swift
[2085/2227] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[2086/2227] Compiling SQLKit SQLCommonUnionBuilder.swift
[2087/2227] Compiling SQLKit SQLJoinBuilder.swift
[2088/2227] Compiling SQLKit SQLPartialResultBuilder.swift
[2089/2227] Compiling SQLKit SQLAlterEnumBuilder.swift
[2090/2227] Compiling SQLKit SQLAlterTableBuilder.swift
[2091/2268] Emitting module NIOTLS
[2092/2268] Compiling NIOTLS TLSEvents.swift
[2093/2268] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[2094/2268] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2095/2268] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2096/2268] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2097/2268] Compiling NIOSOCKS ClientStateMachine.swift
[2098/2268] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[2099/2268] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2100/2269] Emitting module NIOSOCKS
[2101/2269] Emitting module _NIOFileSystem
[2102/2273] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[2103/2273] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[2104/2273] Compiling NIOHTTP1 ByteCollectionUtils.swift
[2105/2273] Compiling NIOHTTP1 HTTPDecoder.swift
[2106/2273] Compiling NIOSOCKS SOCKSResponse.swift
[2110/2273] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2111/2273] Compiling NIOTLS SNIHandler.swift
[2112/2274] Compiling SQLKit SQLInsertBuilder.swift
[2113/2274] Compiling SQLKit SQLPredicateBuilder.swift
[2114/2274] Compiling SQLKit SQLQueryBuilder.swift
[2115/2274] Compiling SQLKit SQLQueryFetcher.swift
[2116/2274] Compiling SQLKit SQLReturningBuilder.swift
[2117/2274] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[2118/2274] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[2119/2274] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[2120/2274] Compiling SQLKit SQLDatabase.swift
[2121/2274] Compiling NIOSOCKS ServerStateMachine.swift
[2123/2274] Compiling NIOHTTP1 HTTPEncoder.swift
[2124/2274] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[2125/2274] Compiling NIOHTTP1 HTTPTypes.swift
[2126/2274] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[2127/2275] Compiling AsyncKit Optional+StrictMap.swift
[2128/2275] Compiling AsyncKit Exports.swift
[2129/2275] Emitting module NIOHTTP1
[2130/2277] Emitting module NIOFoundationCompat
[2131/2277] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[2132/2277] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[2133/2277] Compiling SQLKit SQLColumnAssignment.swift
[2134/2277] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[2135/2277] Compiling SQLKit SQLColumnDefinition.swift
[2136/2277] Compiling SQLKit SQLCommonTableExpression.swift
[2137/2277] Compiling SQLKit SQLConflictAction.swift
[2138/2277] Compiling SQLKit SQLConflictResolutionStrategy.swift
[2139/2277] Compiling SQLKit SQLDropBehaviour.swift
[2140/2277] Compiling SQLKit SQLEnumDataType.swift
[2141/2277] Compiling SQLKit SQLExcludedColumn.swift
[2142/2277] Compiling SQLKit SQLForeignKey.swift
[2143/2277] Compiling SQLKit SQLJoin.swift
[2144/2277] Compiling SQLKit SQLJoinMethod.swift
[2145/2319] Compiling NIOSSL SSLInit.swift
[2146/2319] Compiling NIOSSL SSLPKCS12Bundle.swift
[2149/2319] Compiling SQLKit SQLDropIndex.swift
[2150/2319] Compiling SQLKit SQLDropTable.swift
[2151/2319] Compiling SQLKit SQLDropTrigger.swift
[2152/2319] Compiling SQLKit SQLInsert.swift
[2153/2319] Compiling SQLKit SQLSelect.swift
[2154/2319] Compiling SQLKit SQLUnion.swift
[2155/2319] Compiling SQLKit SQLUpdate.swift
[2156/2319] Compiling SQLKit SQLExpression.swift
[2157/2319] Compiling SQLKit SQLSerializer.swift
[2158/2319] Compiling SQLKit SQLStatement.swift
[2159/2319] Compiling SQLKit SQLBinaryExpression.swift
[2160/2319] Compiling SQLKit SQLBinaryOperator.swift
[2161/2319] Compiling SQLKit SQLBind.swift
[2162/2319] Compiling NIOSSL AndroidCABundle.swift
[2163/2319] Compiling NIOSSL ByteBufferBIO.swift
[2164/2323] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[2165/2323] Compiling SQLKit Exports.swift
[2166/2323] Compiling SQLKit SQLAlias.swift
[2167/2323] Compiling SQLKit SQLBetween.swift
[2168/2323] Compiling SQLKit SQLColumn.swift
[2169/2323] Compiling SQLKit SQLConstraint.swift
[2170/2323] Compiling SQLKit SQLDataType.swift
[2171/2323] Compiling SQLKit SQLDirection.swift
[2172/2323] Compiling SQLKit SQLDistinct.swift
[2173/2323] Compiling SQLKit SQLForeignKeyAction.swift
[2174/2323] Compiling SQLKit SQLNestedSubpathExpression.swift
[2175/2323] Compiling SQLKit SQLQualifiedTable.swift
[2176/2323] Compiling SQLKit SQLQueryString.swift
[2177/2341] Compiling SQLKit SQLLockingClause.swift
[2178/2341] Compiling SQLKit SQLOrderBy.swift
[2179/2341] Compiling SQLKit SQLReturning.swift
[2180/2341] Compiling SQLKit SQLSubquery.swift
[2181/2341] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[2182/2341] Compiling SQLKit SQLAlterEnum.swift
[2183/2341] Compiling SQLKit SQLAlterTable.swift
[2184/2341] Compiling SQLKit SQLCreateEnum.swift
[2185/2341] Compiling SQLKit SQLCreateIndex.swift
[2186/2341] Compiling SQLKit SQLCreateTable.swift
[2187/2341] Compiling SQLKit SQLCreateTrigger.swift
[2188/2341] Compiling SQLKit SQLDelete.swift
[2189/2341] Compiling SQLKit SQLDropEnum.swift
[2190/2341] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2191/2341] Compiling NIOTransportServices NIOTSErrors.swift
[2192/2341] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2193/2341] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[2194/2341] Compiling NIOTransportServices NIOTSEventLoop.swift
[2195/2341] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[2196/2341] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2197/2341] Compiling NIOTransportServices NIOTSBootstraps.swift
[2198/2341] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[2199/2341] Compiling NIOTransportServices NIOTSSingletons.swift
[2200/2341] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[2201/2341] Compiling NIOTransportServices StateManagedChannel.swift
[2202/2341] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2203/2341] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2208/2341] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[2209/2341] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2219/2343] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2220/2343] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2221/2343] Compiling NIOSSL SubjectAlternativeName.swift
[2222/2343] Compiling NIOSSL NIOSSLSecureBytes.swift
[2223/2343] Compiling NIOTransportServices AcceptHandler.swift
[2224/2343] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[2225/2343] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[2226/2343] Emitting module NIOTransportServices
[2227/2343] Compiling NIOTransportServices NIOTSDatagramListener.swift
[2228/2343] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2245/2344] Compiling NIOSSL SafeCompare.swift
[2246/2344] Compiling NIOSSL Zeroization.swift
[2253/2344] Compiling _NIOFileSystem SystemFileHandle.swift
[2254/2344] Compiling _NIOFileSystem Utilities.swift
[2255/2344] Compiling _NIOFileSystem OpenOptions.swift
[2256/2344] Compiling _NIOFileSystem String+FileSystem.swift
[2257/2344] Compiling SQLKit SQLExpressions+Deprecated.swift
[2270/2344] Compiling NIOSSL RNG.swift
[2277/2344] Emitting module SQLKit
[2279/2363] Emitting module AsyncKit
[2284/2391] Compiling NIOHPACK IndexedHeaderTable.swift
[2285/2392] Compiling NIOHPACK StaticHeaderTable.swift
[2286/2392] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2287/2392] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2288/2392] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[2289/2392] Compiling NIOExtras NIOExtrasError.swift
[2290/2394] Compiling NIOHPACK IntegerCoding.swift
[2291/2394] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2292/2394] Compiling NIOWebSocket WebSocketOpcode.swift
[2293/2395] Compiling NIOHTTPCompression HTTPCompression.swift
[2294/2395] Emitting module NIOHTTPCompression
[2295/2395] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[2296/2395] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[2297/2395] Compiling NIOExtras JSONRPCFraming.swift
[2298/2395] Compiling NIOExtras DebugInboundEventsHandler.swift
[2299/2395] Compiling NIOExtras DebugOutboundEventsHandler.swift
[2300/2395] Compiling NIOExtras FixedLengthFrameDecoder.swift
[2301/2395] Compiling NIOHPACK HuffmanTables.swift
[2302/2395] Emitting module NIOExtras
[2303/2395] Compiling NIOHTTPCompression HTTPDecompression.swift
[2304/2395] Compiling NIOHPACK HuffmanCoding.swift
[2305/2395] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2306/2395] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2307/2395] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2316/2399] Emitting module NIOSSL
[2318/2399] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[2319/2399] Compiling NIOExtras LengthFieldPrepender.swift
[2320/2399] Compiling NIOExtras LineBasedFrameDecoder.swift
[2328/2399] Compiling NIOExtras NIOLengthFieldBitLength.swift
[2329/2399] Compiling NIOExtras NIORequestIdentifiable.swift
[2330/2399] Compiling NIOExtras PCAPRingBuffer.swift
[2331/2399] Compiling NIOExtras QuiescingHelper.swift
[2332/2399] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2335/2399] Compiling NIOWebSocket WebSocketFrame.swift
[2342/2400] Compiling NIOExtras RequestResponseHandler.swift
[2343/2400] Compiling NIOExtras RequestResponseWithIDHandler.swift
[2344/2400] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2345/2400] Compiling SQLKit SQLFunction.swift
[2346/2400] Compiling SQLKit SQLGroupExpression.swift
[2347/2400] Compiling SQLKit SQLIdentifier.swift
[2348/2400] Compiling SQLKit SQLList.swift
[2349/2400] Compiling SQLKit SQLLiteral.swift
[2350/2400] Compiling SQLKit SQLRaw.swift
[2351/2400] Compiling SQLKit SQLCodingUtilities.swift
[2352/2400] Compiling SQLKit SQLQueryEncoder.swift
[2353/2400] Compiling SQLKit SQLRow.swift
[2354/2400] Compiling SQLKit SQLRowDecoder.swift
[2355/2400] Compiling SQLKit SomeCodingKey.swift
[2356/2400] Compiling SQLKit StringHandling.swift
[2372/2401] Emitting module NIOWebSocket
[2375/2406] Emitting module NIOHPACK
[2378/2424] Compiling MultipartKit BasicCodingKey.swift
[2379/2424] Compiling MultipartKit MultipartError.swift
[2380/2424] Compiling MultipartKit Exports.swift
[2381/2424] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2382/2424] Compiling MultipartKit FormDataDecoder.swift
[2383/2424] Compiling MultipartKit FormDataEncoder.Encoder.swift
[2388/2429] Emitting module _NIOFileSystemFoundationCompat
[2389/2429] Compiling MultipartKit FormDataEncoder.swift
[2390/2429] Compiling MultipartKit Storage.swift
[2391/2429] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2392/2430] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2393/2430] Compiling NIOFileSystem Exports.swift
[2394/2474] Emitting module NIOFileSystem
[2395/2500] Emitting module MultipartKit
[2396/2517] Compiling FluentKit Migration.swift
[2397/2517] Compiling FluentKit MigrationLog.swift
[2398/2517] Compiling FluentKit ModelMiddleware.swift
[2399/2517] Compiling FluentKit ModelResponder.swift
[2401/2518] Compiling FluentKit DatabaseID.swift
[2402/2518] Compiling FluentKit DatabaseInput.swift
[2403/2518] Compiling FluentKit DatabaseOutput.swift
[2407/2577] Compiling NIOHTTP2 SendingGoawayState.swift
[2408/2577] Compiling NIOHTTP2 SendingHeadersState.swift
[2409/2577] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2410/2577] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2411/2577] Compiling NIOHTTP2 MaySendFrames.swift
[2412/2577] Compiling NIOHTTP2 SendingDataState.swift
[2413/2577] Compiling NIOHTTP2 SendingRstStreamState.swift
[2414/2577] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2417/2578] Compiling NIOHTTP2 Error+Any.swift
[2418/2578] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2419/2578] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2424/2578] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2425/2578] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2426/2578] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2427/2578] Compiling NIOHTTP2 HasLocalSettings.swift
[2437/2595] Emitting module FluentKit
[2438/2607] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2439/2607] Compiling WebSocketKit Exports.swift
[2440/2607] Compiling WebSocketKit WebSocket+Connect.swift
[2441/2607] Compiling WebSocketKit WebSocketHandler.swift
[2442/2607] Emitting module WebSocketKit
[2443/2607] Compiling WebSocketKit WebSocket+Concurrency.swift
[2444/2607] Compiling WebSocketKit WebSocket.swift
[2445/2607] Compiling WebSocketKit WebSocketClient.swift
[2447/2608] Compiling NIOHTTP2 StreamStateMachine.swift
[2448/2608] Compiling NIOHTTP2 UnsafeTransfer.swift
[2449/2608] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2450/2608] Compiling FluentKit QueryBuilder+Paginate.swift
[2451/2608] Compiling FluentKit QueryBuilder+Range.swift
[2452/2608] Compiling FluentKit QueryBuilder+Set.swift
[2453/2608] Compiling FluentKit QueryBuilder+Sort.swift
[2454/2608] Compiling FluentKit QueryBuilder.swift
[2455/2608] Compiling FluentKit DatabaseQuery+Action.swift
[2456/2608] Compiling FluentKit DatabaseQuery+Aggregate.swift
[2457/2608] Compiling FluentKit DatabaseQuery+Field.swift
[2458/2608] Compiling FluentKit DatabaseQuery+Filter.swift
[2459/2608] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2460/2608] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2461/2608] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2462/2608] Compiling NIOHTTP2 HTTP2StreamID.swift
[2463/2608] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2464/2608] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2465/2608] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2466/2608] Compiling NIOHTTP2 InboundEventBuffer.swift
[2467/2608] Compiling NIOHTTP2 InboundWindowManager.swift
[2468/2608] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2469/2608] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2470/2608] Compiling NIOHTTP2 StreamChannelList.swift
[2471/2608] Compiling NIOHTTP2 StreamMap.swift
[2475/2608] Compiling FluentKit DatabaseQuery+Join.swift
[2476/2608] Compiling FluentKit DatabaseQuery+Range.swift
[2477/2608] Compiling FluentKit DatabaseQuery+Sort.swift
[2478/2608] Compiling FluentKit DatabaseQuery+Value.swift
[2479/2608] Compiling FluentKit DatabaseQuery.swift
[2480/2608] Compiling FluentKit QueryHistory.swift
[2481/2608] Compiling FluentKit DatabaseSchema.swift
[2482/2608] Compiling FluentKit SchemaBuilder.swift
[2483/2608] Compiling FluentKit OptionalType.swift
[2484/2608] Compiling FluentKit RandomGeneratable.swift
[2485/2608] Compiling FluentKit SomeCodingKey.swift
[2486/2608] Compiling FluentKit UnsafeMutableTransferBox.swift
[2487/2608] Emitting module NIOHTTP2
[2488/2608] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2489/2608] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2490/2608] Compiling NIOHTTP2 MayReceiveFrames.swift
[2491/2608] Compiling NIOHTTP2 ReceivingDataState.swift
[2492/2608] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2493/2608] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2494/2608] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2495/2608] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2497/2608] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2498/2608] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2499/2608] Compiling NIOHTTP2 HTTP2Error.swift
[2500/2608] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2501/2608] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2502/2608] Compiling NIOHTTP2 HTTP2Frame.swift
[2503/2608] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2504/2608] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2505/2608] Compiling NIOHTTP2 HTTP2PingData.swift
[2506/2608] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2507/2608] Compiling NIOHTTP2 HTTP2Settings.swift
[2508/2608] Compiling NIOHTTP2 HTTP2Stream.swift
[2522/2608] Compiling NIOHTTP2 StateMachineResult.swift
[2523/2608] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2524/2608] Compiling NIOHTTP2 DOSHeuristics.swift
[2528/2608] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2529/2608] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2530/2608] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2531/2608] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2532/2608] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2533/2608] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2541/2608] Compiling NIOHTTP2 HasRemoteSettings.swift
[2542/2608] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2543/2608] Compiling NIOHTTP2 QuiescingState.swift
[2544/2608] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2545/2608] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2567/2608] Compiling FluentKit OptionalChild.swift
[2568/2608] Compiling FluentKit OptionalField.swift
[2569/2608] Compiling FluentKit OptionalParent.swift
[2570/2608] Compiling FluentKit Parent.swift
[2571/2608] Compiling FluentKit Property.swift
[2572/2608] Compiling FluentKit Relation.swift
[2573/2608] Compiling FluentKit Siblings.swift
[2574/2608] Compiling FluentKit Timestamp.swift
[2575/2608] Compiling FluentKit TimestampFormat.swift
[2576/2608] Compiling FluentKit QueryBuilder+Aggregate.swift
[2577/2608] Compiling FluentKit QueryBuilder+EagerLoad.swift
[2578/2608] Compiling FluentKit QueryBuilder+Filter.swift
[2612/2670] Emitting module AsyncHTTPClient
[2613/2678] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2614/2678] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2615/2678] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2616/2678] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2617/2678] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2618/2678] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2619/2678] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2620/2678] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2621/2678] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2622/2678] Compiling AsyncHTTPClient RequestBag.swift
[2623/2678] Compiling AsyncHTTPClient RequestValidation.swift
[2624/2678] Compiling AsyncHTTPClient SSLContextCache.swift
[2625/2678] Compiling AsyncHTTPClient Scheme.swift
[2626/2678] Compiling AsyncHTTPClient Singleton.swift
[2627/2678] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2628/2678] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2629/2678] Compiling AsyncHTTPClient Utils.swift
[2630/2678] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2631/2678] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2632/2678] Compiling AsyncHTTPClient Transaction.swift
[2633/2678] Compiling AsyncHTTPClient Base64.swift
[2634/2678] Compiling AsyncHTTPClient BasicAuth.swift
[2635/2678] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2636/2678] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2637/2678] Compiling AsyncHTTPClient ConnectionPool.swift
[2638/2678] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2639/2678] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2640/2678] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2641/2678] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2642/2678] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2643/2678] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2644/2678] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2645/2678] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2646/2678] Compiling AsyncHTTPClient RequestBodyLength.swift
[2647/2678] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2648/2678] Compiling AsyncHTTPClient ConnectionTarget.swift
[2649/2678] Compiling AsyncHTTPClient DeconstructedURL.swift
[2650/2678] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2651/2678] Compiling AsyncHTTPClient FoundationExtensions.swift
[2652/2678] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2653/2678] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2654/2678] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2655/2678] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2656/2678] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2657/2678] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2658/2678] Compiling AsyncHTTPClient HTTP1Connection.swift
[2659/2678] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2660/2678] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2661/2678] Compiling AsyncHTTPClient HTTP2Connection.swift
[2662/2678] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2663/2678] Compiling AsyncHTTPClient HTTPClient.swift
[2664/2678] Compiling AsyncHTTPClient HTTPHandler.swift
[2665/2678] Compiling AsyncHTTPClient LRUCache.swift
[2666/2678] Compiling AsyncHTTPClient NWErrorHandler.swift
[2667/2678] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2668/2678] Compiling AsyncHTTPClient TLSConfiguration.swift
[2669/2678] Compiling AsyncHTTPClient RedirectState.swift
[2670/2678] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2671/2678] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2672/2678] Compiling AsyncHTTPClient RequestOptions.swift
[2673/2678] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2674/2678] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2675/2678] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2676/2678] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2677/2678] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2678/2678] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2680/2848] Compiling Vapor Application.swift
[2681/2848] Compiling Vapor AuthenticationCache.swift
[2682/2848] Compiling Vapor Authenticator.swift
[2683/2848] Compiling Vapor BasicAuthorization.swift
[2684/2848] Compiling Vapor BearerAuthorization.swift
[2685/2848] Compiling Vapor GuardMiddleware.swift
[2686/2848] Compiling Vapor RedirectMiddleware.swift
[2687/2848] Compiling Vapor SessionAuthenticatable.swift
[2688/2848] Compiling Vapor Bcrypt.swift
[2689/2848] Compiling Vapor Application+Cache.swift
[2690/2848] Compiling Vapor Cache.swift
[2691/2848] Compiling Vapor CacheExpirationTime.swift
[2692/2848] Compiling Vapor MemoryCache.swift
[2693/2848] Compiling Vapor Request+Cache.swift
[2694/2848] Compiling Vapor Application+Clients.swift
[2695/2848] Compiling Vapor Client.swift
[2696/2848] Compiling Vapor ClientRequest.swift
[2697/2848] Compiling Vapor ClientResponse.swift
[2698/2848] Compiling Vapor Request+Client.swift
[2699/2848] Compiling Vapor BootCommand.swift
[2700/2848] Compiling Vapor CommandContext+Application.swift
[2701/2848] Compiling Vapor RoutesCommand.swift
[2702/2848] Compiling Vapor ServeCommand.swift
[2703/2848] Compiling Vapor AnyResponse+Concurrency.swift
[2704/2872] Emitting module Vapor
[2705/2896] Compiling Vapor HTTPServerResponseEncoder.swift
[2706/2896] Compiling Vapor HTTPServerUpgradeHandler.swift
[2707/2896] Compiling Vapor Logger+Report.swift
[2708/2896] Compiling Vapor LoggingSystem+Environment.swift
[2709/2896] Compiling Vapor Application+Middleware.swift
[2710/2896] Compiling Vapor CORSMiddleware.swift
[2711/2896] Compiling Vapor ErrorMiddleware.swift
[2712/2896] Compiling Vapor FileMiddleware.swift
[2713/2896] Compiling Vapor Middleware.swift
[2714/2896] Compiling Vapor MiddlewareConfiguration.swift
[2715/2896] Compiling Vapor ResponseCompressionMiddleware.swift
[2716/2896] Compiling Vapor RouteLoggingMiddleware.swift
[2717/2896] Compiling Vapor TracingMiddleware.swift
[2718/2896] Compiling Vapor File+Multipart.swift
[2719/2896] Compiling Vapor FormDataDecoder+Content.swift
[2720/2896] Compiling Vapor FormDataEncoder+Content.swift
[2721/2896] Compiling Vapor Application+Password.swift
[2722/2896] Compiling Vapor Application+Passwords.swift
[2723/2896] Compiling Vapor AsyncPasswordHasher.swift
[2724/2896] Compiling Vapor BcryptHasher.swift
[2725/2896] Compiling Vapor PasswordHasher.swift
[2726/2896] Compiling Vapor PlaintextHasher.swift
[2727/2896] Compiling Vapor Request+Password.swift
[2728/2896] Compiling Vapor Redirect.swift
[2729/2896] Compiling Vapor Service.swift
[2730/2896] Compiling Vapor Application+Sessions.swift
[2731/2896] Compiling Vapor MemorySessions.swift
[2732/2896] Compiling Vapor Request+Session.swift
[2733/2896] Compiling Vapor Session.swift
[2734/2896] Compiling Vapor SessionCache.swift
[2735/2896] Compiling Vapor SessionData.swift
[2736/2896] Compiling Vapor SessionDriver.swift
[2737/2896] Compiling Vapor SessionsConfiguration.swift
[2738/2896] Compiling Vapor SessionsMiddleware.swift
[2739/2896] Compiling Vapor URLEncodedFormData.swift
[2740/2896] Compiling Vapor URLEncodedFormDecoder.swift
[2741/2896] Compiling Vapor URLEncodedFormEncoder.swift
[2742/2896] Compiling Vapor URLEncodedFormError.swift
[2743/2896] Compiling Vapor URLEncodedFormParser.swift
[2744/2896] Compiling Vapor URLEncodedFormSerializer.swift
[2745/2896] Compiling Vapor URLQueryFragmentConvertible.swift
[2746/2896] Compiling Vapor AnyResponse.swift
[2747/2896] Compiling Vapor Array+Random.swift
[2748/2896] Compiling Vapor Base32.swift
[2749/2896] Compiling Vapor Base64.swift
[2750/2896] Compiling Vapor BaseN.swift
[2751/2896] Compiling Vapor BasicCodingKey.swift
[2752/2896] Compiling Vapor ByteCount.swift
[2753/2896] Compiling Vapor Bytes+Hex.swift
[2754/2896] Compiling Vapor Bytes+SecureCompare.swift
[2755/2896] Compiling Vapor Collection+Safe.swift
[2756/2896] Compiling Vapor DataProtocol+Copy.swift
[2757/2896] Compiling Vapor DecoderUnwrapper.swift
[2758/2896] Compiling Vapor DirectoryConfiguration.swift
[2759/2896] Compiling Vapor DotEnv.swift
[2760/2896] Compiling Vapor Extendable.swift
[2761/2896] Compiling Vapor File.swift
[2762/2896] Compiling Vapor FileIO.swift
[2763/2896] Compiling Vapor LifecycleHandler.swift
[2764/2896] Compiling Vapor OptionalType.swift
[2765/2896] Compiling Vapor RFC1123.swift
[2766/2896] Compiling Vapor SocketAddress+Hostname.swift
[2767/2896] Compiling Vapor Storage.swift
[2768/2896] Compiling Vapor String+IsIPAddress.swift
[2769/2896] Compiling Vapor Thread.swift
[2770/2896] Compiling Vapor URI.swift
[2771/2896] Compiling Vapor RangeResult.swift
[2772/2896] Compiling Vapor Validatable.swift
[2773/2896] Compiling Vapor Validation.swift
[2774/2896] Compiling Vapor ValidationKey.swift
[2775/2896] Compiling Vapor Validations.swift
[2776/2896] Compiling Vapor ValidationsError.swift
[2777/2896] Compiling Vapor Request+Body.swift
[2778/2896] Compiling Vapor Request+BodyStream.swift
[2779/2896] Compiling Vapor Request.swift
[2780/2896] Compiling Vapor Application+Responder.swift
[2781/2896] Compiling Vapor DefaultResponder.swift
[2782/2896] Compiling Vapor Response+Body.swift
[2783/2896] Compiling Vapor Response.swift
[2784/2896] Compiling Vapor ResponseCodable.swift
[2785/2896] Compiling Vapor Application+Routes.swift
[2786/2896] Compiling Vapor Parameters+Require.swift
[2787/2896] Compiling Vapor Request+WebSocket.swift
[2788/2896] Compiling Vapor Route.swift
[2789/2896] Compiling Vapor RouteCollection.swift
[2790/2896] Compiling Vapor Routes.swift
[2791/2896] Compiling Vapor RoutesBuilder+Group.swift
[2792/2896] Compiling Vapor RoutesBuilder+Method.swift
[2793/2896] Compiling Vapor RoutesBuilder+Middleware.swift
[2794/2896] Compiling Vapor RoutesBuilder+WebSocket.swift
[2795/2896] Compiling Vapor RoutesBuilder.swift
[2796/2896] Compiling Vapor OTP.swift
[2797/2896] Compiling Vapor Application+Servers.swift
[2798/2896] Compiling Vapor Server.swift
[2799/2896] Compiling Vapor App+Service.swift
[2800/2896] Compiling Vapor Req+Service.swift
[2801/2896] Compiling Vapor Core.swift
[2802/2896] Compiling Vapor Running.swift
[2803/2896] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2804/2896] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2805/2896] Compiling Vapor DotEnvFile+load.swift
[2806/2896] Compiling Vapor Routes+caseInsenstive.swift
[2807/2896] Compiling Vapor Validatable+validate.swift
[2808/2896] Compiling Vapor Environment+Process.swift
[2809/2896] Compiling Vapor Environment+Secret.swift
[2810/2896] Compiling Vapor Environment.swift
[2811/2896] Compiling Vapor Abort.swift
[2812/2896] Compiling Vapor AbortError.swift
[2813/2896] Compiling Vapor DebuggableError.swift
[2814/2896] Compiling Vapor Demangler.swift
[2815/2896] Compiling Vapor ErrorSource.swift
[2816/2896] Compiling Vapor StackTrace.swift
[2817/2896] Compiling Vapor Exports.swift
[2818/2896] Compiling Vapor Application+HTTP.swift
[2819/2896] Compiling Vapor BasicResponder.swift
[2820/2896] Compiling Vapor BodyStream.swift
[2821/2896] Compiling Vapor Application+HTTP+Client.swift
[2822/2896] Compiling Vapor EventLoopHTTPClient.swift
[2823/2896] Compiling Vapor EndpointCache.swift
[2824/2896] Compiling Vapor HTTPMethod+String.swift
[2825/2896] Compiling Vapor AsyncBasicResponder.swift
[2826/2896] Compiling Vapor AsyncMiddleware.swift
[2827/2896] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2828/2896] Compiling Vapor AsyncSessionDriver.swift
[2829/2896] Compiling Vapor Authentication+Concurrency.swift
[2830/2896] Compiling Vapor Cache+Concurrency.swift
[2831/2896] Compiling Vapor Client+Concurrency.swift
[2832/2896] Compiling Vapor RequestBody+Concurrency.swift
[2833/2896] Compiling Vapor Responder+Concurrency.swift
[2834/2896] Compiling Vapor ResponseCodable+Concurrency.swift
[2835/2896] Compiling Vapor RoutesBuilder+Concurrency.swift
[2836/2896] Compiling Vapor ViewRenderer+Concurrency.swift
[2837/2896] Compiling Vapor WebSocket+Concurrency.swift
[2838/2896] Compiling Vapor ContainerGetPathExecutor.swift
[2839/2896] Compiling Vapor Content.swift
[2840/2896] Compiling Vapor ContentCoders.swift
[2841/2896] Compiling Vapor ContentConfiguration.swift
[2842/2896] Compiling Vapor ContentContainer.swift
[2843/2896] Compiling Vapor JSONCoder+Custom.swift
[2844/2896] Compiling Vapor JSONCoders+Content.swift
[2845/2896] Compiling Vapor PlaintextDecoder.swift
[2846/2896] Compiling Vapor PlaintextEncoder.swift
[2847/2896] Compiling Vapor URLQueryCoders.swift
[2848/2896] Compiling Vapor URLQueryContainer.swift
[2849/2896] Compiling Vapor HTTPStatus.swift
[2850/2896] Compiling Vapor HTTPCookies.swift
[2851/2896] Compiling Vapor HTTPHeaderCacheControl.swift
[2852/2896] Compiling Vapor HTTPHeaderExpires.swift
[2853/2896] Compiling Vapor HTTPHeaderLastModified.swift
[2854/2896] Compiling Vapor HTTPHeaders+Cache.swift
[2855/2896] Compiling Vapor HTTPHeaders+Connection.swift
[2856/2896] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2857/2896] Compiling Vapor HTTPHeaders+ContentRange.swift
[2858/2896] Compiling Vapor HTTPHeaders+Directive.swift
[2859/2896] Compiling Vapor HTTPHeaders+Forwarded.swift
[2860/2896] Compiling Vapor HTTPHeaders+Link.swift
[2861/2896] Compiling Vapor HTTPHeaders+Name.swift
[2862/2896] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2863/2896] Compiling Vapor HTTPHeaders.swift
[2864/2896] Compiling Vapor HTTPMediaType.swift
[2865/2896] Compiling Vapor HTTPMediaTypePreference.swift
[2866/2896] Compiling Vapor Responder.swift
[2867/2896] Compiling Vapor Application+HTTP+Server.swift
[2868/2896] Compiling Vapor HTTPServer.swift
[2869/2896] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2870/2896] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2871/2896] Compiling Vapor HTTPServerHandler.swift
[2872/2896] Compiling Vapor HTTPServerRequestDecoder.swift
[2873/2896] Compiling Vapor Validator.swift
[2874/2896] Compiling Vapor ValidatorResult.swift
[2875/2896] Compiling Vapor And.swift
[2876/2896] Compiling Vapor Case.swift
[2877/2896] Compiling Vapor CharacterSet.swift
[2878/2896] Compiling Vapor Count.swift
[2879/2896] Compiling Vapor Custom.swift
[2880/2896] Compiling Vapor Email.swift
[2881/2896] Compiling Vapor Empty.swift
[2882/2896] Compiling Vapor In.swift
[2883/2896] Compiling Vapor Nil.swift
[2884/2896] Compiling Vapor NilIgnoring.swift
[2885/2896] Compiling Vapor Not.swift
[2886/2896] Compiling Vapor Or.swift
[2887/2896] Compiling Vapor Pattern.swift
[2888/2896] Compiling Vapor Range.swift
[2889/2896] Compiling Vapor URL.swift
[2890/2896] Compiling Vapor Valid.swift
[2891/2896] Compiling Vapor Application+Views.swift
[2892/2896] Compiling Vapor PlaintextRenderer.swift
[2893/2896] Compiling Vapor Request+View.swift
[2894/2896] Compiling Vapor View.swift
[2895/2896] Compiling Vapor ViewRenderer.swift
[2896/2896] Compiling Vapor _Deprecations.swift
[2898/2923] Compiling JWT Exports.swift
[2899/2923] Compiling JWT JWKSCache.swift
[2900/2924] Compiling JWT JWTError+Vapor.swift
[2901/2924] Compiling JWT JWT+Microsoft.swift
[2902/2924] Compiling JWT JWTAuthenticator.swift
[2903/2924] Compiling JWT JWT+Google.swift
[2904/2924] Emitting module JWT
[2905/2924] Compiling JWT JWT+Apple.swift
[2906/2924] Compiling JWT JWT+Concurrency.swift
[2909/2926] Compiling JWT Application+JWT.swift
[2910/2926] Compiling JWT AsyncJWTAuthenticator.swift
[2911/2926] Compiling JWT Request+JWT.swift
[2916/2927] Compiling Fluent FluentProvider.swift
[2917/2927] Compiling Fluent MigrateCommand.swift
[2918/2927] Compiling Fluent Fluent+History.swift
[2919/2927] Compiling Fluent Fluent+Paginate.swift
[2920/2927] Compiling Fluent Fluent+Pagination.swift
[2921/2927] Compiling Fluent Fluent+Sessions.swift
[2922/2927] Compiling Fluent FluentProvider+Concurrency.swift
[2923/2927] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2924/2927] Emitting module Fluent
[2926/2927] Compiling Fluent ModelTokenAuthenticatable.swift
[2927/2927] Compiling Fluent PageLimit.swift
[2929/2948] 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)
[2930/2950] Compiling Authomatek User.swift
[2931/2950] Compiling Authomatek UserStatus.swift
[2932/2950] Compiling Authomatek AuthoPayload.swift
[2933/2950] Compiling Authomatek AuthoToken.swift
[2934/2950] Compiling Authomatek AuthoTokenable.swift
[2935/2950] Compiling Authomatek AuthoTokenizer.swift
[2936/2950] Compiling Authomatek TokenService.swift
[2937/2950] Compiling Authomatek Authomatek.swift
[2938/2950] Compiling Authomatek RouteConfig.swift
[2939/2950] Compiling Authomatek CreateUser.swift
[2940/2950] Compiling Authomatek CreateUserStatus.swift
[2941/2950] 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 | }
[2942/2950] 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 | }
[2943/2950] 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 | }
[2944/2950] 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 |
[2945/2950] 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 |
[2946/2950] 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 |
[2947/2950] 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 |
[2948/2950] 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 |
[2949/2950] 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)
[2950/2950] 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)
Build complete! (272.34s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.