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 keychain, reference main (547532), with Swift 6.1 for Linux on 28 Apr 2025 16:03:56 UTC.

Swift 6 data race errors: 2

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/ml-archive/keychain.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/ml-archive/keychain
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5475326 Remove codebeat
Cloned https://github.com/ml-archive/keychain.git
Revision (git rev-parse @):
54753264b64dd118e83fffcdb30070e5e694ffa3
SUCCESS checkout https://github.com/ml-archive/keychain.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ml-archive/keychain.git
https://github.com/ml-archive/keychain.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "jwt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.50.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "submissions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0-rc",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nodes-vapor/submissions.git"
    }
  ],
  "manifest_display_name" : "keychain",
  "name" : "keychain",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Keychain",
      "targets" : [
        "Keychain"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KeychainTests",
      "module_type" : "SwiftTarget",
      "name" : "KeychainTests",
      "path" : "Tests/KeychainTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "Controllers/UserController.swift",
        "Errors/TestError.swift",
        "KeychainTests.swift",
        "Models/Entities/User.swift",
        "Models/JWTPayloads/UserJWTPayload.swift",
        "Models/KeychainConfigs/UserAccessKeychainConfig.swift",
        "Models/KeychainConfigs/UserRefreshKeychainConfig.swift",
        "Models/KeychainConfigs/UserResetKeychainConfig.swift",
        "Models/Requests/UserForgotPasswordRequest.swift",
        "Models/Requests/UserLoginRequest.swift",
        "Models/Requests/UserRegisterRequest.swift",
        "Models/Requests/UserResetPasswordRequest.swift",
        "Models/Responses/RefreshTokenResponse.swift",
        "Models/Responses/TestAuthenticationResponse.swift",
        "Models/Responses/UserResponse.swift",
        "Test Helpers/TestHasher.swift",
        "Test Helpers/TestJWTAlgorithm.swift",
        "Test Helpers/TestValidatorResultFailure.swift",
        "Utilities/Application+mail.swift",
        "Utilities/Application+users.swift",
        "Utilities/Request+users.swift"
      ],
      "target_dependencies" : [
        "Keychain"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Keychain",
      "module_type" : "SwiftTarget",
      "name" : "Keychain",
      "path" : "Sources/Keychain",
      "product_dependencies" : [
        "JWT",
        "Vapor",
        "Submissions"
      ],
      "product_memberships" : [
        "Keychain"
      ],
      "sources" : [
        "AuthenticationRequest.swift",
        "AuthenticationResponse.swift",
        "Extensions/Application+JWTKeychain.swift",
        "Extensions/Request+JWTKeychain.swift",
        "ForgotPasswordRequest.swift",
        "KeychainConfig.swift",
        "KeychainPayload.swift",
        "LoginRequest.swift",
        "RegisterRequest.swift",
        "ResetPasswordRequest.swift",
        "Utilities/Storage+orSetDefault.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images: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/jwt.git
Fetching https://github.com/nodes-vapor/submissions.git
Fetching https://github.com/vapor/vapor.git
[1/2707] Fetching jwt
[2708/4189] Fetching jwt, submissions
Fetched https://github.com/vapor/jwt.git from cache (0.28s)
[1/74337] Fetching vapor
Fetched https://github.com/nodes-vapor/submissions.git from cache (2.08s)
Fetched https://github.com/vapor/vapor.git from cache (2.13s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 4.2.2 (2.67s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (0.87s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 4.13.5 (1.41s)
Fetching https://github.com/apple/swift-crypto.git
[1/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.31s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.91s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.24s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.07s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.73s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-atomics.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/vapor/websocket-kit.git
[1/1063] Fetching swift-service-context
[522/4271] Fetching swift-service-context, multipart-kit
[1899/5976] Fetching swift-service-context, multipart-kit, swift-atomics
[3332/11879] Fetching swift-service-context, multipart-kit, swift-atomics, swift-algorithms
[3392/16853] Fetching swift-service-context, multipart-kit, swift-atomics, swift-algorithms, swift-distributed-tracing
[3452/19449] Fetching swift-service-context, multipart-kit, swift-atomics, swift-algorithms, swift-distributed-tracing, websocket-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.43s)
Fetching https://github.com/apple/swift-metrics.git
[15283/19053] Fetching swift-service-context, multipart-kit, swift-atomics, swift-algorithms, swift-distributed-tracing, swift-metrics
Fetched https://github.com/apple/swift-algorithms.git from cache (0.66s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.67s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.33s)
Fetching https://github.com/apple/swift-nio-http2.git
[4406/11638] Fetching swift-service-context, multipart-kit, swift-atomics, swift-nio-extras
[5029/15474] Fetching swift-service-context, multipart-kit, swift-atomics, swift-nio-extras, swift-log
[13904/26966] Fetching swift-service-context, multipart-kit, swift-atomics, swift-nio-extras, swift-log, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.67s)
[11471/21304] Fetching swift-service-context, multipart-kit, swift-atomics, swift-log, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-log.git from cache (0.72s)
[8440/17468] Fetching swift-service-context, multipart-kit, swift-atomics, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
[17469/32261] Fetching swift-service-context, multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl
[19245/107783] Fetching swift-service-context, multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-service-context.git from cache (1.95s)
[19085/106720] Fetching multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.97s)
[18135/105015] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.11s)
[17176/101807] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/async-kit.git
[18377/107292] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, console-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.46s)
[7658/95800] Fetching swift-nio-ssl, swift-nio, console-kit
Fetching https://github.com/swift-server/async-http-client.git
[16130/116527] Fetching swift-nio-ssl, swift-nio, console-kit, routing-kit
[16887/118897] Fetching swift-nio-ssl, swift-nio, console-kit, routing-kit, async-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.56s)
[29789/113412] Fetching swift-nio-ssl, swift-nio, routing-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.44s)
[27982/111042] Fetching swift-nio-ssl, swift-nio, routing-kit
[49984/124891] Fetching swift-nio-ssl, swift-nio, routing-kit, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (2.18s)
[77732/104164] Fetching swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.42s)
[64638/90315] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.02s)
[53621/75522] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.10s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (11.20s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.79s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[4093/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.15s)
Fetched https://github.com/apple/swift-collections.git from cache (1.18s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (1.75s)
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.45s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.49s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.48s)
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.30s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.86s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.83s)
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.54s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.24s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.24s)
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 (1.13s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.47s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.56s)
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.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.66s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.45s)
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 (0.51s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.45s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.53s)
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.57s)
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 (1.18s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.97s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.91s)
Computing version for https://github.com/nodes-vapor/submissions.git
Computed https://github.com/nodes-vapor/submissions.git at 3.0.0-rc.6 (0.90s)
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/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 4.13.5
Creating working copy for https://github.com/apple/swift-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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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/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/nodes-vapor/submissions.git
Working copy of https://github.com/nodes-vapor/submissions.git resolved at 3.0.0-rc.6
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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/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/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/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
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/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-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/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 4.2.2
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/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-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-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/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/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
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/1256] Write sources
[49/1256] Compiling _NumericsShims _NumericsShims.c
[50/1256] Compiling CNIOWindows shim.c
[51/1256] Compiling p256-armv8-asm-linux.linux.aarch64.S
[51/1256] Compiling _AtomicsShims.c
[53/1256] Compiling CVaporBcrypt bcrypt.c
[54/1256] Compiling CVaporBcrypt blf.c
[55/1256] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[56/1256] Compiling CNIOWASI CNIOWASI.c
[57/1256] Compiling CNIOWindows WSAStartup.c
[58/1256] Compiling CSystem shims.c
[59/1256] Compiling CNIOLinux liburing_shims.c
[60/1256] Compiling CNIOExtrasZlib empty.c
[61/1256] Compiling CNIOSHA1 c_nio_sha1.c
[62/1256] Compiling CNIOLLHTTP c_nio_http.c
[63/1256] Compiling CNIODarwin shim.c
[64/1256] Compiling CNIOLinux shim.c
[65/1256] Compiling fiat_p256_adx_mul.S
[66/1256] Compiling fiat_p256_adx_sqr.S
[67/1256] Compiling CNIOLLHTTP c_nio_api.c
[68/1256] Compiling fiat_curve25519_adx_square.S
[69/1256] Compiling fiat_curve25519_adx_mul.S
[70/1256] Write swift-version-24593BA9C3E375BF.txt
[71/1256] Compiling CNIOLLHTTP c_nio_llhttp.c
[72/1260] Compiling CNIOBoringSSLShims shims.c
[73/1262] Compiling tls_record.cc
[74/1262] Compiling tls_method.cc
[75/1262] Compiling tls13_both.cc
[76/1262] Compiling tls13_client.cc
[77/1293] Compiling tls13_server.cc
[78/1303] Compiling tls13_enc.cc
[80/1328] Emitting module Logging
[81/1328] Emitting module RealModule
[82/1329] Emitting module CoreMetrics
[83/1329] Emitting module SystemPackage
[84/1332] Emitting module InternalCollectionsUtilities
[85/1332] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[86/1332] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[87/1332] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[88/1334] Compiling InternalCollectionsUtilities Debugging.swift
[89/1334] Compiling InternalCollectionsUtilities Descriptions.swift
[90/1334] Compiling RealModule RealFunctions.swift
[91/1334] Emitting module _NIOBase64
[92/1334] Compiling _NIOBase64 Base64.swift
[93/1335] Compiling InternalCollectionsUtilities _SortedCollection.swift
[94/1335] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[95/1335] Compiling ServiceContextModule ServiceContextKey.swift
[96/1335] Compiling RealModule Float80+Real.swift
[97/1335] Compiling RealModule Real.swift
[98/1335] Emitting module ServiceContextModule
[99/1335] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[100/1335] Compiling InternalCollectionsUtilities Specialize.swift
[101/1335] Compiling ServiceContextModule ServiceContext.swift
[102/1335] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[103/1335] Compiling InternalCollectionsUtilities Integer rank.swift
[104/1335] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[105/1336] Compiling CoreMetrics Metrics.swift
[106/1336] Compiling InternalCollectionsUtilities UInt+reversed.swift
[107/1336] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[108/1336] Compiling Logging LogHandler.swift
[109/1336] Compiling RealModule Float16+Real.swift
[110/1336] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[111/1336] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[112/1336] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[113/1336] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[114/1336] Compiling SystemPackage SystemString.swift
[115/1336] Compiling SystemPackage Util+StringArray.swift
[116/1336] Compiling SystemPackage Util.swift
[117/1336] Compiling SystemPackage UtilConsumers.swift
[118/1336] Compiling _NIODataStructures PriorityQueue.swift
[121/1336] Compiling RealModule ElementaryFunctions.swift
[122/1336] Compiling RealModule Float+Real.swift
[125/1337] Compiling _NIODataStructures _TinyArray.swift
[140/1344] Emitting module Instrumentation
[141/1344] Compiling Instrumentation NoOpInstrument.swift
[142/1344] Compiling Instrumentation Instrument.swift
[143/1344] Compiling Instrumentation MultiplexInstrument.swift
[144/1344] Compiling Instrumentation InstrumentationSystem.swift
[145/1344] Compiling Instrumentation Locks.swift
[146/1345] Compiling Logging MetadataProvider.swift
[147/1345] Compiling CoreMetrics Locks.swift
[148/1346] Compiling Logging Locks.swift
[149/1346] Compiling SystemPackage Mocking.swift
[150/1346] Compiling SystemPackage RawBuffer.swift
[151/1346] Compiling SystemPackage Syscalls.swift
[152/1346] Compiling SystemPackage WindowsSyscallAdapters.swift
[161/1346] Compiling SystemPackage Backcompat.swift
[162/1346] Compiling SystemPackage CInterop.swift
[163/1346] Compiling SystemPackage Constants.swift
[164/1346] Compiling SystemPackage Exports.swift
[165/1346] Compiling _NIODataStructures Heap.swift
[166/1346] Emitting module _NIODataStructures
[167/1346] Compiling Logging Logging.swift
[173/1488] Compiling Tracing TracingTime.swift
[173/1488] Compiling t1_enc.cc
[175/1488] Compiling Tracing InstrumentationSystem+Tracing.swift
[176/1488] Compiling Tracing TracerProtocol.swift
[177/1489] Compiling Tracing TracerProtocol+Legacy.swift
[178/1489] Compiling Tracing Tracer.swift
[178/1491] Compiling ssl_versions.cc
[180/1495] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[181/1495] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[182/1495] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[183/1495] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[184/1495] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[185/1495] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[186/1495] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[187/1502] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[188/1502] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[189/1502] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[190/1502] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[191/1502] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[192/1502] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[193/1502] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[194/1502] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[195/1502] Compiling HeapModule Heap+Descriptions.swift
[195/1502] Compiling ssl_x509.cc
[197/1544] Compiling Tracing NoOpTracer.swift
[198/1544] Compiling Tracing SpanProtocol.swift
[199/1544] Emitting module Tracing
[200/1579] Compiling HeapModule _HeapNode.swift
[201/1579] Compiling HeapModule Heap.swift
[202/1579] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[203/1579] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[204/1579] Compiling HashTreeCollections _HashNode.swift
[205/1579] Compiling HashTreeCollections _HashNodeHeader.swift
[206/1579] Compiling HashTreeCollections _HashSlot.swift
[207/1579] Compiling HashTreeCollections _HashStack.swift
[208/1579] Compiling HashTreeCollections _HashTreeIterator.swift
[209/1579] Compiling HashTreeCollections _HashTreeStatistics.swift
[210/1579] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[211/1579] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[212/1579] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[213/1579] Compiling HashTreeCollections TreeDictionary+Filter.swift
[214/1579] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[215/1579] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[216/1579] Compiling HashTreeCollections TreeDictionary+Keys.swift
[217/1579] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[218/1579] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[219/1579] Compiling HashTreeCollections _RawHashNode.swift
[220/1579] Compiling HashTreeCollections _UnmanagedHashNode.swift
[221/1579] Compiling HashTreeCollections _UnsafePath.swift
[222/1579] Compiling HashTreeCollections TreeDictionary+Codable.swift
[223/1579] Compiling HashTreeCollections TreeDictionary+Collection.swift
[224/1579] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[225/1579] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[227/1579] Compiling HashTreeCollections _AncestorHashSlots.swift
[228/1579] Compiling HashTreeCollections _Bitmap.swift
[229/1579] Compiling HashTreeCollections _Bucket.swift
[230/1579] Compiling HashTreeCollections _Hash.swift
[231/1579] Compiling HashTreeCollections _HashLevel.swift
[232/1579] Compiling HashTreeCollections _HashNode+Builder.swift
[233/1579] Compiling HashTreeCollections _HashNode+Debugging.swift
[234/1579] Compiling HashTreeCollections _HashNode+Initializers.swift
[235/1579] Compiling HeapModule Heap+Invariants.swift
[236/1579] Compiling HeapModule Heap+UnsafeHandle.swift
[237/1594] Emitting module HeapModule
[239/1595] Compiling DequeModule _DequeBuffer.swift
[240/1595] Compiling DequeModule _DequeBufferHeader.swift
[241/1597] Compiling DequeModule Deque+CustomReflectable.swift
[242/1597] Compiling DequeModule Deque+Descriptions.swift
[243/1597] Compiling DequeModule Deque+Extras.swift
[244/1597] Compiling DequeModule Deque+Hashable.swift
[245/1597] Compiling HashTreeCollections TreeSet+Hashable.swift
[246/1597] Compiling HashTreeCollections TreeSet+Sendable.swift
[247/1597] Compiling HashTreeCollections TreeSet+Sequence.swift
[248/1597] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[249/1597] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[250/1597] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[251/1597] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[252/1597] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[253/1597] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[254/1597] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[255/1607] Compiling DequeModule Deque._UnsafeHandle.swift
[256/1607] Compiling DequeModule Deque.swift
[257/1607] Compiling DequeModule Deque+Testing.swift
[258/1607] Compiling DequeModule Deque._Storage.swift
[261/1607] Compiling DequeModule _DequeSlot.swift
[262/1607] Compiling DequeModule _UnsafeWrappedBuffer.swift
[263/1607] Compiling HashTreeCollections TreeDictionary.swift
[264/1607] Compiling HashTreeCollections TreeSet+Codable.swift
[265/1607] Compiling HashTreeCollections TreeSet+Collection.swift
[266/1607] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[267/1607] Compiling HashTreeCollections TreeSet+Debugging.swift
[268/1607] Compiling HashTreeCollections TreeSet+Descriptions.swift
[269/1607] Compiling HashTreeCollections TreeSet+Equatable.swift
[270/1607] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[271/1607] Compiling HashTreeCollections TreeSet+Extras.swift
[272/1607] Compiling HashTreeCollections TreeSet+Filter.swift
[282/1607] Compiling HashTreeCollections TreeDictionary+Merge.swift
[283/1607] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[284/1607] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[285/1607] Compiling HashTreeCollections TreeDictionary+Values.swift
[295/1616] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[296/1616] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[297/1616] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[298/1616] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[299/1616] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[300/1616] Compiling HashTreeCollections _HashNode+Structural merge.swift
[308/1616] Compiling DequeModule Deque+Equatable.swift
[309/1616] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[319/1616] Compiling DequeModule Deque+Codable.swift
[320/1616] Compiling DequeModule Deque+Collection.swift
[329/1616] Compiling RoutingKit PathComponent.swift
[330/1616] Compiling _RopeModule _CharacterRecognizer.swift
[331/1616] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[332/1616] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[333/1616] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[334/1616] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[335/1616] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[336/1616] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[337/1616] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[338/1616] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[339/1616] Compiling HashTreeCollections TreeSet.swift
[340/1616] Emitting module DequeModule
[341/1617] Emitting module OrderedCollections
[342/1617] Compiling RoutingKit Router.swift
[343/1617] Compiling RoutingKit TrieRouter.swift
[356/1618] Compiling ssl_transcript.cc
[357/1618] Compiling ssl_stat.cc
[359/1618] Emitting module _RopeModule
[360/1618] Emitting module RoutingKit
[361/1618] Compiling RoutingKit Parameters.swift
[362/1618] Compiling RoutingKit AnyRouter.swift
[363/1619] Emitting module Metrics
[364/1619] Compiling Metrics Metrics.swift
[367/1620] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[368/1620] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[369/1620] Compiling HashTreeCollections _HashNode+Storage.swift
[370/1620] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[371/1620] Compiling HashTreeCollections _HashNode+Structural filter.swift
[400/1620] Compiling _RopeModule Rope+Join.swift
[401/1620] Compiling _RopeModule Rope+MutatingForEach.swift
[402/1620] Compiling _RopeModule Rope+Remove.swift
[403/1620] Compiling _RopeModule Rope+RemoveSubrange.swift
[404/1620] Compiling _RopeModule Rope+Split.swift
[405/1620] Compiling _RopeModule Optional Utilities.swift
[406/1620] Compiling _RopeModule String Utilities.swift
[407/1620] Compiling _RopeModule String.Index+ABI.swift
[448/1621] Compiling ssl_privkey.cc
[449/1621] Compiling ssl_session.cc
[451/1621] Emitting module HashTreeCollections
[451/1622] Compiling ssl_key_share.cc
[453/1622] Compiling ssl_file.cc
[454/1622] Compiling ssl_lib.cc
[455/1622] Compiling ssl_credential.cc
[456/1622] Compiling ssl_buffer.cc
[457/1622] Compiling ssl_cipher.cc
[458/1622] Compiling ssl_cert.cc
[459/1622] Compiling ssl_asn1.cc
[460/1622] Compiling ssl_aead_ctx.cc
[461/1622] Compiling s3_pkt.cc
[462/1622] Compiling s3_both.cc
[463/1622] Compiling s3_lib.cc
[464/1622] Compiling handshake_server.cc
[465/1622] Compiling handshake_client.cc
[466/1622] Compiling handshake.cc
[467/1622] Compiling handoff.cc
[468/1622] Compiling dtls_method.cc
[469/1622] Compiling extensions.cc
[470/1622] Compiling encrypted_client_hello.cc
[471/1622] Compiling md5-x86_64-linux.S
[472/1622] Compiling md5-x86_64-apple.S
[473/1622] Compiling dtls_record.cc
[474/1622] Compiling md5-586-linux.S
[475/1622] Compiling md5-586-apple.S
[476/1622] Compiling chacha20_poly1305_x86_64-apple.S
[477/1622] Compiling chacha20_poly1305_x86_64-linux.S
[478/1622] Compiling chacha20_poly1305_armv8-win.S
[479/1622] Compiling chacha20_poly1305_armv8-linux.S
[480/1622] Compiling chacha20_poly1305_armv8-apple.S
[481/1622] Compiling chacha-x86_64-apple.S
[482/1622] Compiling chacha-x86_64-linux.S
[483/1622] Compiling chacha-x86-linux.S
[484/1622] Compiling chacha-x86-apple.S
[485/1622] Compiling chacha-armv8-win.S
[486/1622] Compiling err_data.cc
[487/1622] Compiling chacha-armv8-linux.S
[488/1622] Compiling chacha-armv4-linux.S
[489/1622] Compiling chacha-armv8-apple.S
[490/1622] Compiling aes128gcmsiv-x86_64-linux.S
[491/1622] Compiling aes128gcmsiv-x86_64-apple.S
[492/1622] Compiling x86_64-mont5-linux.S
[493/1622] Compiling x86_64-mont5-apple.S
[494/1622] Compiling x86_64-mont-linux.S
[495/1622] Compiling x86_64-mont-apple.S
[496/1622] Compiling x86-mont-linux.S
[497/1622] Compiling x86-mont-apple.S
[498/1622] Compiling vpaes-x86_64-linux.S
[499/1622] Compiling vpaes-x86_64-apple.S
[500/1622] Compiling vpaes-x86-linux.S
[501/1622] Compiling vpaes-x86-apple.S
[502/1622] Compiling vpaes-armv8-win.S
[503/1622] Compiling vpaes-armv8-linux.S
[504/1622] Compiling vpaes-armv8-apple.S
[505/1622] Compiling vpaes-armv7-linux.S
[506/1622] Compiling d1_srtp.cc
[507/1622] Compiling sha512-x86_64-apple.S
[508/1622] Compiling sha512-x86_64-linux.S
[509/1622] Compiling sha512-armv8-win.S
[510/1622] Compiling sha512-armv8-apple.S
[511/1622] Compiling sha512-armv8-linux.S
[512/1622] Compiling sha512-armv4-linux.S
[513/1622] Compiling sha512-586-linux.S
[514/1622] Compiling sha256-x86_64-apple.S
[515/1622] Compiling sha512-586-apple.S
[516/1622] Compiling sha256-x86_64-linux.S
[517/1622] Compiling sha256-armv8-win.S
[518/1622] Compiling sha256-armv8-linux.S
[518/1622] Compiling sha256-armv8-apple.S
[520/1622] Compiling sha256-armv4-linux.S
[521/1622] Compiling sha256-586-linux.S
[522/1622] Compiling d1_pkt.cc
[523/1622] Compiling bio_ssl.cc
[524/1622] Compiling sha256-586-apple.S
[525/1622] Compiling sha1-armv8-win.S
[526/1622] Compiling sha1-x86_64-apple.S
[527/1622] Compiling sha1-x86_64-linux.S
[528/1622] Compiling sha1-armv8-linux.S
[529/1622] Compiling sha1-armv8-apple.S
[530/1622] Compiling sha1-586-apple.S
[531/1622] Compiling sha1-armv4-large-linux.S
[532/1622] Compiling sha1-586-linux.S
[533/1622] Compiling rsaz-avx2-apple.S
[534/1622] Compiling rdrand-x86_64-linux.S
[535/1622] Compiling rdrand-x86_64-apple.S
[536/1622] Compiling p256_beeu-x86_64-asm-linux.S
[537/1622] Compiling rsaz-avx2-linux.S
[538/1622] Compiling p256_beeu-x86_64-asm-apple.S
[539/1622] Compiling p256_beeu-armv8-asm-linux.S
[540/1622] Compiling d1_lib.cc
[541/1622] Compiling p256_beeu-armv8-asm-apple.S
[542/1622] Compiling p256_beeu-armv8-asm-win.S
[543/1622] Compiling ghashv8-armv8-win.S
[544/1622] Compiling p256-x86_64-asm-apple.S
[545/1622] Compiling p256-armv8-asm-win.S
[546/1622] Compiling p256-armv8-asm-apple.S
[547/1622] Compiling ghashv8-armv8-linux.S
[548/1622] Compiling p256-armv8-asm-linux.S
[549/1622] Compiling p256-x86_64-asm-linux.S
[550/1622] Compiling ghashv8-armv7-linux.S
[551/1622] Compiling ghashv8-armv8-apple.S
[552/1622] Compiling ghash-x86-linux.S
[553/1622] Compiling ghash-x86_64-apple.S
[554/1622] Compiling ghash-ssse3-x86_64-linux.S
[555/1622] Compiling ghash-x86-apple.S
[556/1622] Compiling ghash-x86_64-linux.S
[557/1622] Compiling ghash-ssse3-x86_64-apple.S
[558/1622] Compiling ghash-ssse3-x86-linux.S
[559/1622] Compiling ghash-neon-armv8-win.S
[560/1622] Compiling ghash-ssse3-x86-apple.S
[561/1622] Compiling ghash-neon-armv8-apple.S
[562/1622] Compiling ghash-neon-armv8-linux.S
[562/1622] Compiling ghash-armv4-linux.S
[564/1622] Compiling co-586-linux.S
[565/1622] Compiling co-586-apple.S
[566/1622] Compiling bn-armv8-win.S
[567/1622] Compiling bsaes-armv7-linux.S
[568/1622] Compiling bn-armv8-linux.S
[569/1622] Compiling bn-586-linux.S
[570/1622] Compiling bn-armv8-apple.S
[571/1622] Compiling bn-586-apple.S
[572/1622] Compiling armv8-mont-win.S
[573/1622] Compiling armv8-mont-linux.S
[574/1622] Compiling aesv8-gcm-armv8-linux.S
[575/1622] Compiling armv4-mont-linux.S
[576/1622] Compiling armv8-mont-apple.S
[577/1622] Compiling aesv8-gcm-armv8-win.S
[577/1622] Compiling aesv8-armv8-win.S
[579/1622] Compiling aesv8-gcm-armv8-apple.S
[580/1622] Compiling aesv8-armv8-linux.S
[581/1622] Compiling aesv8-armv8-apple.S
[582/1622] Compiling aesni-x86_64-linux.S
[583/1622] Compiling aesni-x86-linux.S
[584/1622] Compiling aesv8-armv7-linux.S
[585/1622] Compiling aesni-x86_64-apple.S
[586/1622] Compiling aesni-x86-apple.S
[587/1622] Compiling aesni-gcm-x86_64-linux.S
[588/1622] Compiling aes-gcm-avx10-x86_64-linux.S
[589/1622] Compiling aes-gcm-avx2-x86_64-apple.S
[590/1622] Compiling aesni-gcm-x86_64-apple.S
[591/1622] Compiling aes-gcm-avx2-x86_64-linux.S
[592/1622] Compiling aes-gcm-avx10-x86_64-apple.S
[593/1622] Compiling d1_both.cc
[594/1622] Compiling x_sig.cc
[595/1622] Compiling x_req.cc
[596/1622] Compiling x_x509a.cc
[597/1622] Compiling x_spki.cc
[598/1622] Compiling x_pubkey.cc
[599/1622] Compiling x_x509.cc
[599/1622] Compiling x_val.cc
[601/1622] Compiling x_name.cc
[602/1622] Compiling x_crl.cc
[603/1622] Compiling x_exten.cc
[604/1622] Compiling x_all.cc
[605/1622] Compiling x_algor.cc
[606/1622] Compiling x509spki.cc
[607/1622] Compiling x_attrib.cc
[608/1622] Compiling x509rset.cc
[609/1622] Compiling x509name.cc
[610/1622] Compiling x509cset.cc
[611/1622] Compiling x509_v3.cc
[612/1622] Compiling x509_txt.cc
[613/1622] Compiling x509_vpm.cc
[614/1622] Compiling x509_set.cc
[615/1622] Compiling x509_vfy.cc
[616/1622] Compiling x509_trs.cc
[617/1622] Compiling x509_req.cc
[618/1622] Compiling x509_d2.cc
[619/1622] Compiling x509_obj.cc
[620/1622] Compiling x509_def.cc
[621/1622] Compiling x509_lu.cc
[622/1622] Compiling x509_ext.cc
[623/1622] Compiling x509_att.cc
[624/1622] Compiling x509_cmp.cc
[625/1622] Compiling x509.cc
[626/1622] Compiling v3_prn.cc
[627/1622] Compiling v3_skey.cc
[628/1622] Compiling v3_utl.cc
[629/1622] Compiling v3_purp.cc
[630/1622] Compiling v3_pmaps.cc
[631/1622] Compiling v3_ocsp.cc
[632/1622] Compiling v3_ncons.cc
[633/1622] Compiling v3_pcons.cc
[634/1622] Compiling v3_int.cc
[635/1622] Compiling v3_lib.cc
[636/1622] Compiling v3_info.cc
[637/1622] Compiling v3_ia5.cc
[638/1622] Compiling v3_genn.cc
[639/1622] Compiling v3_enum.cc
[640/1622] Compiling v3_extku.cc
[641/1622] Compiling v3_crld.cc
[642/1622] Compiling v3_cpols.cc
[643/1622] Compiling v3_conf.cc
[644/1622] Compiling v3_bitst.cc
[645/1622] Compiling v3_bcons.cc
[646/1622] Compiling v3_alt.cc
[647/1622] Compiling v3_akeya.cc
[648/1622] Compiling v3_akey.cc
[649/1622] Compiling t_x509a.cc
[650/1622] Compiling i2d_pr.cc
[651/1622] Compiling t_x509.cc
[652/1622] Compiling t_crl.cc
[653/1622] Compiling t_req.cc
[654/1622] Compiling name_print.cc
[655/1622] Compiling rsa_pss.cc
[656/1622] Compiling policy.cc
[657/1622] Compiling by_file.cc
[658/1622] Compiling by_dir.cc
[659/1622] Compiling voprf.cc
[660/1622] Compiling a_digest.cc
[661/1622] Compiling algorithm.cc
[662/1622] Compiling asn1_gen.cc
[663/1622] Compiling a_verify.cc
[664/1622] Compiling a_sign.cc
[665/1622] Compiling trust_token.cc
[666/1622] Compiling thread_win.cc
[667/1622] Compiling thread.cc
[668/1622] Compiling stack.cc
[669/1622] Compiling thread_pthread.cc
[670/1622] Compiling thread_none.cc
[671/1622] Compiling pmbtoken.cc
[672/1622] Compiling sha512.cc
[673/1622] Compiling sha256.cc
[674/1622] Compiling siphash.cc
[675/1622] Compiling slhdsa.cc
[676/1622] Compiling sha1.cc
[677/1622] Compiling rsa_print.cc
[678/1622] Compiling spake2plus.cc
[679/1622] Compiling rsa_extra.cc
[680/1622] Compiling rc4.cc
[681/1622] Compiling refcount.cc
[682/1622] Compiling windows.cc
[683/1622] Compiling trusty.cc
[684/1622] Compiling rsa_crypt.cc
[685/1622] Compiling rand.cc
[686/1622] Compiling urandom.cc
[687/1622] Compiling rsa_asn1.cc
[688/1622] Compiling passive.cc
[689/1622] Compiling ios.cc
[690/1622] Compiling getentropy.cc
[691/1622] Compiling deterministic.cc
[692/1622] Compiling poly1305_arm_asm.S
[693/1622] Compiling fork_detect.cc
[694/1622] Compiling forkunsafe.cc
[695/1622] Compiling poly1305_arm.cc
[696/1622] Compiling pool.cc
[697/1622] Compiling poly1305.cc
[698/1622] Compiling poly1305_vec.cc
[699/1622] Compiling pkcs8.cc
[700/1622] Compiling p5_pbev2.cc
[701/1622] Compiling pkcs7.cc
[702/1622] Compiling pkcs8_x509.cc
[703/1622] Compiling pkcs7_x509.cc
[704/1622] Compiling pem_x509.cc
[705/1622] Compiling pem_xaux.cc
[706/1622] Compiling pem_pkey.cc
[707/1622] Compiling mlkem.cc
[708/1622] Compiling obj_xref.cc
[709/1622] Compiling pem_pk8.cc
[710/1622] Compiling pem_oth.cc
[711/1622] Compiling mldsa.cc
[712/1622] Compiling pem_lib.cc
[713/1622] Compiling pem_info.cc
[714/1622] Compiling obj.cc
[715/1622] Compiling pem_all.cc
[716/1622] Compiling poly_rq_mul.S
[717/1622] Compiling fips_shared_support.cc
[718/1622] Compiling mem.cc
[719/1622] Compiling md5.cc
[720/1622] Compiling lhash.cc
[721/1622] Compiling md4.cc
[722/1622] Compiling hrss.cc
[723/1622] Compiling ex_data.cc
[724/1622] Compiling scrypt.cc
[725/1622] Compiling sign.cc
[726/1622] Compiling kyber.cc
[727/1622] Compiling hpke.cc
[728/1622] Compiling print.cc
[729/1622] Compiling p_x25519.cc
[730/1622] Compiling pbkdf.cc
[731/1622] Compiling p_x25519_asn1.cc
[732/1622] Compiling p_rsa.cc
[733/1622] Compiling p_rsa_asn1.cc
[734/1622] Compiling p_ed25519.cc
[735/1622] Compiling p_hkdf.cc
[736/1622] Compiling p_ed25519_asn1.cc
[737/1622] Compiling p_ec_asn1.cc
[738/1622] Compiling p_ec.cc
[739/1622] Compiling p_dh_asn1.cc
[740/1622] Compiling p_dh.cc
[741/1622] Compiling evp_ctx.cc
[742/1622] Compiling p_dsa_asn1.cc
[743/1622] Compiling engine.cc
[744/1622] Compiling evp.cc
[745/1622] Compiling err.cc
[746/1622] Compiling ecdh.cc
[747/1622] Compiling evp_asn1.cc
[748/1622] Compiling ecdsa_asn1.cc
[749/1622] Compiling ec_derive.cc
[750/1622] Compiling hash_to_curve.cc
[751/1622] Compiling dsa.cc
[752/1622] Compiling ec_asn1.cc
[753/1622] Compiling dsa_asn1.cc
[754/1622] Compiling params.cc
[755/1622] Compiling digest_extra.cc
[756/1622] Compiling x25519-asm-arm.S
[757/1622] Compiling des.cc
[758/1622] Compiling dh_asn1.cc
[759/1622] Compiling crypto.cc
[760/1622] Compiling cpu_arm_linux.cc
[761/1622] Compiling spake25519.cc
[762/1622] Compiling cpu_intel.cc
[763/1622] Compiling curve25519.cc
[764/1622] Compiling cpu_arm_freebsd.cc
[765/1622] Compiling cpu_aarch64_win.cc
[766/1622] Compiling cpu_aarch64_openbsd.cc
[767/1622] Compiling curve25519_64_adx.cc
[768/1622] Compiling cpu_aarch64_sysreg.cc
[769/1622] Compiling cpu_aarch64_linux.cc
[770/1622] Compiling cpu_aarch64_fuchsia.cc
[771/1622] Compiling cpu_aarch64_apple.cc
[772/1622] Compiling bcm.cc
[773/1622] Compiling tls_cbc.cc
[774/1622] Compiling get_cipher.cc
[775/1622] Compiling e_rc4.cc
[776/1622] Compiling e_tls.cc
[777/1622] Compiling conf.cc
[778/1622] Compiling e_rc2.cc
[779/1622] Compiling e_null.cc
[780/1622] Compiling e_des.cc
[781/1622] Compiling derive_key.cc
[782/1622] Compiling e_aesctrhmac.cc
[783/1622] Compiling e_chacha20poly1305.cc
[784/1622] Compiling chacha.cc
[785/1622] Compiling e_aesgcmsiv.cc
[786/1622] Compiling unicode.cc
[787/1622] Compiling buf.cc
[788/1622] Compiling cbb.cc
[789/1622] Compiling ber.cc
[790/1622] Compiling cbs.cc
[791/1622] Compiling bn_asn1.cc
[792/1622] Compiling asn1_compat.cc
[793/1622] Compiling blake2.cc
[794/1622] Compiling convert.cc
[795/1622] Compiling socket.cc
[796/1622] Compiling socket_helper.cc
[797/1622] Compiling printf.cc
[798/1622] Compiling pair.cc
[799/1622] Compiling file.cc
[800/1622] Compiling errno.cc
[801/1622] Compiling hexdump.cc
[802/1622] Compiling fd.cc
[803/1622] Compiling connect.cc
[804/1622] Compiling bio_mem.cc
[805/1622] Compiling bio.cc
[806/1622] Compiling base64.cc
[807/1622] Compiling tasn_fre.cc
[808/1622] Compiling tasn_typ.cc
[809/1622] Compiling posix_time.cc
[810/1622] Compiling tasn_new.cc
[811/1622] Compiling tasn_enc.cc
[812/1622] Compiling tasn_utl.cc
[813/1622] Compiling f_string.cc
[814/1622] Compiling f_int.cc
[815/1622] Compiling asn_pack.cc
[816/1622] Compiling tasn_dec.cc
[817/1622] Compiling asn1_par.cc
[818/1622] Compiling a_utctm.cc
[819/1622] Compiling asn1_lib.cc
[820/1622] Compiling a_type.cc
[821/1622] Compiling a_time.cc
[822/1622] Compiling a_octet.cc
[823/1622] Compiling a_strnid.cc
[824/1622] Compiling a_strex.cc
[825/1622] Compiling a_i2d_fp.cc
[826/1622] Compiling a_dup.cc
[827/1622] Compiling a_object.cc
[828/1622] Compiling a_d2i_fp.cc
[829/1622] Compiling a_mbstr.cc
[830/1622] Compiling fiat_p256_adx_sqr.S
[831/1622] Compiling a_int.cc
[832/1622] Compiling fiat_curve25519_adx_square.S
[833/1622] Compiling fiat_p256_adx_mul.S
[834/1622] Compiling fiat_curve25519_adx_mul.S
[835/1622] Compiling a_gentm.cc
[836/1622] Compiling a_bool.cc
[837/1622] Compiling a_bitstr.cc
[838/1622] Compiling x_x509.c
[839/1622] Compiling x_x509a.c
[840/1622] Compiling x_spki.c
[841/1622] Compiling x_val.c
[842/1622] Compiling x_sig.c
[843/1622] Compiling x_req.c
[844/1622] Compiling x_exten.c
[845/1622] Compiling x_pubkey.c
[846/1622] Compiling x_name.c
[847/1622] Compiling x_crl.c
[848/1622] Compiling x_attrib.c
[849/1622] Compiling x_all.c
[850/1622] Compiling x_algor.c
[851/1622] Compiling x509spki.c
[852/1622] Compiling x509rset.c
[853/1622] Compiling x509name.c
[854/1622] Compiling x509cset.c
[855/1622] Compiling x509_vpm.c
[856/1622] Compiling x509_v3.c
[857/1622] Compiling x509_vfy.c
[858/1622] Compiling x509_txt.c
[859/1622] Compiling x509_trs.c
[860/1622] Compiling x509_set.c
[861/1622] Compiling x509_req.c
[862/1622] Compiling x509_obj.c
[863/1622] Compiling x509_lu.c
[864/1622] Compiling x509_def.c
[865/1622] Compiling x509_ext.c
[866/1622] Compiling x509_d2.c
[867/1622] Compiling x509_cmp.c
[868/1622] Compiling x509.c
[869/1622] Compiling v3_skey.c
[870/1622] Compiling x509_att.c
[871/1622] Compiling v3_utl.c
[872/1622] Compiling v3_prn.c
[873/1622] Compiling v3_purp.c
[874/1622] Compiling v3_ocsp.c
[875/1622] Compiling v3_pcons.c
[876/1622] Compiling v3_pmaps.c
[877/1622] Compiling v3_ncons.c
[878/1622] Compiling v3_int.c
[879/1622] Compiling v3_lib.c
[880/1622] Compiling v3_ia5.c
[881/1622] Compiling v3_info.c
[882/1622] Compiling v3_genn.c
[883/1622] Compiling v3_extku.c
[884/1622] Compiling v3_enum.c
[885/1622] Compiling v3_crld.c
[886/1622] Compiling v3_bitst.c
[887/1622] Compiling v3_conf.c
[888/1622] Compiling v3_cpols.c
[889/1622] Compiling v3_bcons.c
[890/1622] Compiling v3_akeya.c
[891/1622] Compiling v3_alt.c
[892/1622] Compiling v3_akey.c
[893/1622] Compiling t_x509a.c
[894/1622] Compiling t_x509.c
[895/1622] Compiling t_req.c
[896/1622] Compiling t_crl.c
[897/1622] Compiling i2d_pr.c
[898/1622] Compiling name_print.c
[899/1622] Compiling policy.c
[900/1622] Compiling rsa_pss.c
[901/1622] Compiling by_file.c
[902/1622] Compiling algorithm.c
[903/1622] Compiling asn1_gen.c
[904/1622] Compiling by_dir.c
[905/1622] Compiling a_verify.c
[906/1622] Compiling a_sign.c
[907/1622] Compiling thread_win.c
[908/1622] Compiling voprf.c
[909/1622] Compiling a_digest.c
[910/1622] Compiling thread_pthread.c
[911/1622] Compiling trust_token.c
[912/1622] Compiling wots.c
[913/1622] Compiling thread_none.c
[914/1622] Compiling thread.c
[915/1622] Compiling thash.c
[916/1622] Compiling pmbtoken.c
[917/1622] Compiling spx_util.c
[918/1622] Compiling stack.c
[919/1622] Compiling merkle.c
[920/1622] Compiling fors.c
[921/1622] Compiling spx.c
[922/1622] Compiling address.c
[923/1622] Compiling rsa_print.c
[924/1622] Compiling siphash.c
[925/1622] Compiling rc4.c
[926/1622] Compiling refcount.c
[927/1622] Compiling rsa_asn1.c
[928/1622] Compiling rsa_crypt.c
[929/1622] Compiling windows.c
[930/1622] Compiling rand_extra.c
[931/1622] Compiling trusty.c
[932/1622] Compiling passive.c
[933/1622] Compiling ios.c
[934/1622] Compiling getentropy.c
[935/1622] Compiling deterministic.c
[936/1622] Compiling forkunsafe.c
[937/1622] Compiling pool.c
[938/1622] Compiling poly1305_arm_asm.S
[939/1622] Compiling poly1305_arm.c
[940/1622] Compiling poly1305.c
[941/1622] Compiling c-nioatomics.c
[942/1622] Compiling pkcs7.c
[943/1622] Compiling poly1305_vec.c
[944/1622] Compiling pkcs8.c
[945/1622] Compiling p5_pbev2.c
[946/1622] Compiling pem_xaux.c
[947/1622] Compiling pkcs8_x509.c
[948/1622] Compiling pkcs7_x509.c
[949/1622] Compiling pem_x509.c
[950/1622] Compiling pem_pkey.c
[951/1622] Compiling obj_xref.c
[952/1622] Compiling pem_pk8.c
[953/1622] Compiling pem_oth.c
[954/1622] Compiling mem.c
[955/1622] Compiling pem_info.c
[956/1622] Compiling pem_all.c
[957/1622] Compiling lhash.c
[958/1622] Compiling keccak.c
[959/1622] Compiling obj.c
[960/1622] Compiling pem_lib.c
[961/1622] Compiling x86_64-mont5-mac.mac.x86_64.S
[962/1622] Compiling x86_64-mont-mac.mac.x86_64.S
[963/1622] Compiling kyber.c
[964/1622] Compiling x86_64-mont5-linux.linux.x86_64.S
[965/1622] Compiling x86_64-mont-linux.linux.x86_64.S
[966/1622] Compiling poly_rq_mul.S
[967/1622] Compiling x86-mont-windows.windows.x86.S
[968/1622] Compiling x86-mont-linux.linux.x86.S
[969/1622] Compiling vpaes-x86_64-mac.mac.x86_64.S
[970/1622] Compiling vpaes-x86-windows.windows.x86.S
[971/1622] Compiling hpke.c
[972/1622] Compiling vpaes-armv8-linux.linux.aarch64.S
[973/1622] Compiling vpaes-x86_64-linux.linux.x86_64.S
[974/1622] Compiling vpaes-armv7-linux.linux.arm.S
[975/1622] Compiling vpaes-x86-linux.linux.x86.S
[975/1622] Compiling vpaes-armv8-ios.ios.aarch64.S
[977/1622] Compiling hrss.c
[978/1622] Compiling vpaes-armv7-ios.ios.arm.S
[979/1622] Compiling sha512-x86_64-mac.mac.x86_64.S
[980/1622] Compiling sha512-armv8-linux.linux.aarch64.S
[981/1622] Compiling sha512-armv8-ios.ios.aarch64.S
[982/1622] Compiling sha512-armv4-ios.ios.arm.S
[983/1622] Compiling sha512-armv4-linux.linux.arm.S
[984/1622] Compiling sha512-x86_64-linux.linux.x86_64.S
[985/1622] Compiling sha512-586-windows.windows.x86.S
[986/1622] Compiling sha256-x86_64-mac.mac.x86_64.S
[987/1622] Compiling sha512-586-linux.linux.x86.S
[988/1622] Compiling kdf.c
[989/1622] Compiling sha256-armv8-ios.ios.aarch64.S
[990/1622] Compiling sha256-armv8-linux.linux.aarch64.S
[991/1622] Compiling sha256-armv4-linux.linux.arm.S
[992/1622] Compiling sha256-586-windows.windows.x86.S
[993/1622] Compiling sha256-x86_64-linux.linux.x86_64.S
[994/1622] Compiling sha256-armv4-ios.ios.arm.S
[995/1622] Compiling sha1-x86_64-mac.mac.x86_64.S
[996/1622] Compiling sha1-armv8-ios.ios.aarch64.S
[997/1622] Compiling sha1-x86_64-linux.linux.x86_64.S
[998/1622] Compiling sha256-586-linux.linux.x86.S
[999/1622] Compiling sha1-armv8-linux.linux.aarch64.S
[1000/1622] Compiling sha1-armv4-large-linux.linux.arm.S
[1001/1622] Compiling sha1-armv4-large-ios.ios.arm.S
[1002/1622] Compiling sha1-586-windows.windows.x86.S
[1003/1622] Compiling sha1-586-linux.linux.x86.S
[1004/1622] Compiling c-atomics.c
[1005/1622] Compiling rsaz-avx2-mac.mac.x86_64.S
[1006/1622] Compiling sha1.c
[1007/1622] Compiling sha512.c
[1008/1622] Compiling sha256.c
[1008/1622] Compiling fips.c
[1010/1622] Compiling rsaz-avx2-linux.linux.x86_64.S
[1011/1622] Compiling service_indicator.c
[1012/1622] Compiling self_check.c
[1013/1622] Compiling rdrand-x86_64-mac.mac.x86_64.S
[1014/1622] Compiling rdrand-x86_64-linux.linux.x86_64.S
[1015/1622] Compiling blinding.c
[1016/1622] Compiling padding.c
[1017/1627] Compiling rsa_impl.c
[1018/1628] Compiling rand.c
[1019/1628] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[1020/1628] Compiling rsa.c
[1021/1628] Compiling fork_detect.c
[1022/1628] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[1023/1628] Compiling urandom.c
[1024/1628] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[1025/1628] Compiling ctrdrbg.c
[1026/1628] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[1027/1628] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[1028/1628] Compiling p256-armv8-asm-ios.ios.aarch64.S
[1029/1628] Compiling ofb.c
[1030/1628] Compiling polyval.c
[1031/1628] Compiling gcm_nohw.c
[1032/1628] Compiling ctr.c
[1033/1628] Compiling gcm.c
[1034/1628] Compiling cbc.c
[1035/1628] Compiling cfb.c
[1036/1628] Compiling md5-x86_64-mac.mac.x86_64.S
[1037/1628] Compiling md5-586-windows.windows.x86.S
[1038/1628] Compiling md5-586-linux.linux.x86.S
[1039/1628] Compiling md5-x86_64-linux.linux.x86_64.S
[1040/1628] Compiling md5.c
[1041/1628] Compiling ghashv8-armv8-linux.linux.aarch64.S
[1042/1628] Compiling ghashv8-armv8-ios.ios.aarch64.S
[1043/1628] Compiling ghashv8-armv7-linux.linux.arm.S
[1044/1628] Compiling ghashv8-armv7-ios.ios.arm.S
[1045/1628] Compiling hkdf.c
[1045/1628] Compiling hmac.c
[1047/1628] Compiling md4.c
[1048/1628] Compiling ghash-x86_64-mac.mac.x86_64.S
[1049/1628] Compiling ghash-x86-windows.windows.x86.S
[1050/1628] Compiling ghash-x86_64-linux.linux.x86_64.S
[1051/1628] Compiling ghash-x86-linux.linux.x86.S
[1052/1628] Compiling ghash-ssse3-x86-windows.windows.x86.S
[1053/1628] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[1054/1628] Compiling ghash-ssse3-x86-linux.linux.x86.S
[1055/1628] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[1056/1628] Compiling fips_shared_support.c
[1057/1628] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[1058/1628] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[1059/1628] Compiling ghash-armv4-linux.linux.arm.S
[1060/1628] Compiling ghash-armv4-ios.ios.arm.S
[1061/1628] Compiling ecdh.c
[1062/1628] Compiling util.c
[1063/1628] Compiling ecdsa.c
[1064/1628] Compiling wnaf.c
[1065/1628] Compiling scalar.c
[1066/1628] Compiling simple.c
[1068/1628] Compiling NIOConcurrencyHelpers lock.swift
[1068/1628] Compiling simple_mul.c
[1069/1628] Compiling felem.c
[1070/1628] Compiling oct.c
[1071/1628] Compiling ec_montgomery.c
[1072/1628] Compiling p256.c
[1073/1628] Compiling ec_key.c
[1074/1628] Compiling p224-64.c
[1075/1628] Compiling digestsign.c
[1076/1628] Compiling digests.c
[1077/1628] Compiling digest.c
[1078/1628] Compiling co-586-windows.windows.x86.S
[1080/1628] Emitting module NIOConcurrencyHelpers
[1081/1628] Compiling NIOConcurrencyHelpers NIOLock.swift
[1082/1628] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1083/1628] Compiling NIOConcurrencyHelpers atomics.swift
[1084/1628] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1084/1628] Compiling check.c
[1085/1628] Compiling co-586-linux.linux.x86.S
[1086/1629] Compiling dh.c
[1087/1629] Compiling ec.c
[1088/1629] Compiling cmac.c
[1089/1629] Compiling e_aesccm.c
[1090/1629] Compiling bsaes-armv7-linux.linux.arm.S
[1091/1629] Compiling bsaes-armv7-ios.ios.arm.S
[1093/1629] Compiling cipher.c
[1094/1629] Compiling aead.c
[1095/1629] Compiling sqrt.c
[1095/1629] Compiling p256-nistz.c
[1097/1629] Compiling e_aes.c
[1098/1629] Compiling rsaz_exp.c
[1099/1629] Compiling shift.c
[1100/1629] Compiling random.c
[1101/1629] Compiling jacobi.c
[1102/1629] Compiling montgomery_inv.c
[1103/1629] Compiling generic.c
[1104/1629] Compiling montgomery.c
[1105/1629] Compiling mul.c
[1106/1629] Compiling prime.c
[1107/1629] Compiling gcd_extra.c
[1108/1655] Compiling gcd.c
[1109/1655] Compiling ctx.c
[1110/1655] Compiling div_extra.c
[1111/1655] Compiling cmp.c
[1112/1655] Compiling div.c
[1113/1655] Compiling exponentiation.c
[1114/1655] Compiling bytes.c
[1115/1655] Compiling bn-armv8-linux.linux.aarch64.S
[1116/1655] Compiling bn-armv8-ios.ios.aarch64.S
[1117/1655] Compiling add.c
[1118/1655] Compiling bn-586-linux.linux.x86.S
[1119/1655] Compiling bn.c
[1119/1655] Compiling bn-586-windows.windows.x86.S
[1121/1655] Compiling armv8-mont-ios.ios.aarch64.S
[1122/1655] Compiling armv4-mont-linux.linux.arm.S
[1123/1655] Compiling armv8-mont-linux.linux.aarch64.S
[1124/1655] Compiling armv4-mont-ios.ios.arm.S
[1125/1655] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[1126/1655] Compiling aesv8-armv8-ios.ios.aarch64.S
[1127/1655] Compiling aesv8-armv8-linux.linux.aarch64.S
[1128/1655] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[1129/1655] Compiling aesv8-armv7-ios.ios.arm.S
[1130/1655] Compiling aesv8-armv7-linux.linux.arm.S
[1131/1655] Compiling x86_64-gcc.c
[1132/1655] Compiling aesni-x86_64-mac.mac.x86_64.S
[1133/1655] Compiling aesni-x86-windows.windows.x86.S
[1134/1655] Compiling aesni-x86_64-linux.linux.x86_64.S
[1135/1655] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[1136/1655] Compiling aesni-x86-linux.linux.x86.S
[1137/1655] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[1138/1655] Compiling key_wrap.c
[1139/1655] Compiling aes.c
[1140/1655] Compiling mode_wrappers.c
[1142/1655] Compiling ConsoleKitTerminal Console+Confirm.swift
[1143/1655] Compiling ConsoleKitTerminal Console+Input.swift
[1144/1655] Compiling ConsoleKitTerminal Console+Center.swift
[1145/1655] Compiling ConsoleKitTerminal Console+Output.swift
[1145/1658] Compiling sign.c
[1146/1658] Compiling ex_data.c
[1148/1658] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1149/1658] Compiling ConsoleKitTerminal ConsoleClear.swift
[1150/1658] Compiling ConsoleKitTerminal Console+Ask.swift
[1151/1658] Compiling ConsoleKitTerminal Console+Choose.swift
[1151/1658] Compiling scrypt.c
[1152/1658] Compiling p_x25519_asn1.c
[1153/1658] Compiling pbkdf.c
[1154/1658] Compiling aes_nohw.c
[1155/1658] Compiling p_x25519.c
[1157/1658] Emitting module ConsoleKitTerminal
[1158/1658] Compiling ConsoleKitTerminal CustomActivity.swift
[1159/1658] Compiling ConsoleKitTerminal LoadingBar.swift
[1160/1658] Compiling ConsoleKitTerminal ProgressBar.swift
[1161/1658] Compiling ConsoleKitTerminal Console+Clear.swift
[1161/1658] Compiling print.c
[1162/1658] Compiling p_rsa_asn1.c
[1163/1658] Compiling p_rsa.c
[1164/1658] Compiling p_ed25519.c
[1165/1658] Compiling p_ed25519_asn1.c
[1166/1658] Compiling p_ec_asn1.c
[1167/1658] Compiling p_hkdf.c
[1168/1658] Compiling err_data.c
[1169/1658] Compiling p_dsa_asn1.c
[1170/1658] Compiling p_ec.c
[1171/1658] Compiling evp_ctx.c
[1172/1658] Compiling evp.c
[1173/1658] Compiling err.c
[1174/1658] Compiling evp_asn1.c
[1175/1658] Compiling engine.c
[1176/1658] Compiling ecdsa_asn1.c
[1177/1658] Compiling ecdh_extra.c
[1178/1658] Compiling hash_to_curve.c
[1179/1658] Compiling ec_derive.c
[1180/1658] Compiling dsa_asn1.c
[1182/1658] Compiling ConsoleKitTerminal Console+Wait.swift
[1183/1658] Compiling ConsoleKitTerminal ConsoleColor.swift
[1184/1658] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1185/1658] Compiling ConsoleKitTerminal ConsoleText.swift
[1186/1658] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1187/1658] Compiling ConsoleKitTerminal ANSI.swift
[1188/1658] Compiling ConsoleKitTerminal ActivityBar.swift
[1189/1658] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1190/1658] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1191/1658] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1192/1658] Compiling ConsoleKitTerminal Console.swift
[1193/1658] Compiling ConsoleKitTerminal Terminal.swift
[1194/1658] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1194/1658] Compiling ec_asn1.c
[1195/1658] Compiling dsa.c
[1196/1658] Compiling dh_asn1.c
[1197/1658] Compiling params.c
[1198/1658] Compiling digest_extra.c
[1199/1658] Compiling x25519-asm-arm.S
[1200/1658] Compiling des.c
[1201/1658] Compiling spake25519.c
[1202/1658] Compiling cpu_intel.c
[1203/1658] Compiling crypto.c
[1204/1658] Compiling cpu_arm_linux.c
[1205/1658] Compiling cpu_arm_freebsd.c
[1206/1658] Compiling cpu_aarch64_win.c
[1207/1658] Compiling cpu_aarch64_openbsd.c
[1208/1658] Compiling cpu_aarch64_sysreg.c
[1209/1658] Compiling cpu_aarch64_fuchsia.c
[1210/1658] Compiling cpu_aarch64_linux.c
[1211/1658] Compiling cpu_aarch64_apple.c
[1212/1658] Compiling conf.c
[1213/1658] Compiling curve25519.c
[1214/1658] Compiling tls_cbc.c
[1215/1658] Compiling e_rc4.c
[1216/1658] Compiling e_tls.c
[1217/1658] Compiling e_rc2.c
[1218/1658] Compiling e_null.c
[1220/1658] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1221/1658] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1222/1658] Compiling ConsoleKitTerminal LoggerFragment.swift
[1222/1659] Compiling e_des.c
[1223/1659] Compiling derive_key.c
[1224/1659] Compiling e_chacha20poly1305.c
[1225/1659] Compiling e_aesctrhmac.c
[1226/1659] Compiling e_aesgcmsiv.c
[1227/1659] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[1228/1659] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[1229/1659] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[1230/1659] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[1232/1659] Compiling cipher_extra.c
[1233/1659] Compiling chacha-x86_64-mac.mac.x86_64.S
[1234/1659] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[1235/1659] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[1236/1659] Compiling chacha-x86-linux.linux.x86.S
[1237/1659] Compiling chacha-x86-windows.windows.x86.S
[1238/1659] Compiling chacha-armv8-linux.linux.aarch64.S
[1239/1659] Compiling chacha-x86_64-linux.linux.x86_64.S
[1240/1659] Compiling chacha.c
[1241/1659] Compiling chacha-armv8-ios.ios.aarch64.S
[1242/1659] Compiling curve25519_64_adx.c
[1243/1659] Compiling chacha-armv4-ios.ios.arm.S
[1244/1659] Compiling chacha-armv4-linux.linux.arm.S
[1245/1659] Compiling unicode.c
[1246/1659] Compiling ber.c
[1247/1659] Compiling asn1_compat.c
[1248/1659] Compiling buf.c
[1249/1659] Compiling bn_asn1.c
[1250/1659] Compiling cbb.c
[1251/1659] Compiling convert.c
[1252/1659] Compiling socket_helper.c
[1253/1659] Compiling blake2.c
[1254/1675] Compiling printf.c
[1255/1681] Compiling socket.c
[1256/1681] Compiling cbs.c
[1257/1681] Compiling errno.c
[1258/1681] Compiling pair.c
[1259/1681] Compiling hexdump.c
[1260/1681] Compiling file.c
[1261/1681] Compiling fd.c
[1262/1681] Compiling bio_mem.c
[1263/1681] Compiling connect.c
[1264/1681] Compiling base64.c
[1265/1681] Compiling tasn_utl.c
[1266/1681] Compiling tasn_fre.c
[1267/1681] Compiling bio.c
[1268/1681] Compiling tasn_typ.c
[1269/1681] Compiling tasn_new.c
[1270/1681] Compiling tasn_enc.c
[1271/1681] Compiling f_string.c
[1272/1681] Compiling f_int.c
[1273/1681] Compiling tasn_dec.c
[1274/1681] Compiling posix_time.c
[1275/1681] Compiling asn_pack.c
[1276/1681] Compiling asn1_par.c
[1278/1681] Compiling ConsoleKitCommands CommandSignature.swift
[1279/1681] Compiling ConsoleKitCommands Flag.swift
[1280/1681] Compiling ConsoleKitCommands Option.swift
[1280/1683] Compiling a_utctm.c
[1281/1683] Compiling asn1_lib.c
[1282/1683] Compiling a_octet.c
[1283/1683] Compiling a_type.c
[1284/1683] Compiling a_time.c
[1285/1683] Compiling a_strnid.c
[1287/1683] Compiling ConsoleKitCommands AsyncCommands.swift
[1288/1683] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1289/1683] Compiling ConsoleKitCommands AnyCommand.swift
[1290/1683] Emitting module ConsoleKitCommands
[1290/1683] Compiling a_strex.c
[1292/1683] Compiling ConsoleKitCommands Command.swift
[1293/1683] Compiling ConsoleKitCommands CommandContext.swift
[1294/1683] Compiling ConsoleKitCommands CommandError.swift
[1294/1683] Compiling a_mbstr.c
[1295/1683] Compiling a_object.c
[1296/1683] Compiling a_i2d_fp.c
[1298/1683] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1299/1683] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1300/1683] Compiling ConsoleKitCommands Argument.swift
[1300/1683] Compiling a_dup.c
[1301/1683] Compiling a_gentm.c
[1302/1683] Compiling a_int.c
[1303/1683] Compiling a_d2i_fp.c
[1304/1683] Compiling fiat_p256_adx_sqr.S
[1305/1683] Compiling a_bool.c
[1306/1683] Compiling fiat_curve25519_adx_square.S
[1307/1683] Compiling fiat_p256_adx_mul.S
[1308/1683] Compiling fiat_curve25519_adx_mul.S
[1309/1683] Compiling md5-x86_64-linux.S
[1310/1683] Compiling a_bitstr.c
[1312/1683] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1313/1683] Compiling ConsoleKitCommands Utilities.swift
[1313/1683] Compiling md5-586-linux.S
[1314/1683] Compiling md5-x86_64-apple.S
[1315/1683] Compiling md5-586-apple.S
[1316/1683] Compiling chacha20_poly1305_armv8-win.S
[1317/1683] Compiling chacha20_poly1305_armv8-linux.S
[1318/1683] Compiling chacha20_poly1305_x86_64-apple.S
[1319/1683] Compiling chacha20_poly1305_x86_64-linux.S
[1320/1683] Compiling chacha20_poly1305_armv8-apple.S
[1321/1683] Compiling chacha-x86-apple.S
[1322/1683] Compiling chacha-x86_64-apple.S
[1323/1683] Compiling chacha-x86_64-linux.S
[1324/1683] Compiling chacha-armv8-win.S
[1325/1683] Compiling chacha-x86-linux.S
[1326/1683] Compiling chacha-armv8-linux.S
[1327/1683] Compiling chacha-armv4-linux.S
[1328/1683] Compiling chacha-armv8-apple.S
[1329/1683] Compiling aes128gcmsiv-x86_64-apple.S
[1329/1683] Compiling aes128gcmsiv-x86_64-linux.S
[1331/1683] Compiling x86_64-mont5-apple.S
[1332/1683] Compiling x86_64-mont-linux.S
[1333/1683] Compiling x86_64-mont-apple.S
[1334/1683] Compiling x86_64-mont5-linux.S
[1335/1683] Compiling x86-mont-linux.S
[1336/1683] Compiling x86-mont-apple.S
[1337/1683] Compiling vpaes-x86_64-linux.S
[1338/1683] Compiling err_data.cc
[1339/1683] Compiling vpaes-x86_64-apple.S
[1340/1683] Compiling vpaes-x86-apple.S
[1341/1683] Compiling CCryptoBoringSSLShims shims.c
[1342/1683] Compiling vpaes-x86-linux.S
[1343/1683] Compiling vpaes-armv8-win.S
[1344/1683] Compiling vpaes-armv8-linux.S
[1345/1683] Compiling vpaes-armv8-apple.S
[1346/1683] Compiling vpaes-armv7-linux.S
[1347/1683] Compiling sha512-x86_64-linux.S
[1348/1683] Compiling sha512-armv8-apple.S
[1349/1683] Compiling sha512-armv8-win.S
[1350/1683] Compiling sha512-x86_64-apple.S
[1351/1683] Compiling sha512-armv8-linux.S
[1352/1683] Compiling sha512-armv4-linux.S
[1353/1683] Compiling sha512-586-linux.S
[1354/1683] Compiling sha512-586-apple.S
[1355/1683] Compiling sha256-x86_64-linux.S
[1356/1683] Compiling sha256-armv8-linux.S
[1356/1683] Compiling sha256-x86_64-apple.S
[1358/1683] Compiling sha256-armv8-win.S
[1359/1683] Compiling sha256-armv8-apple.S
[1360/1683] Compiling sha256-586-linux.S
[1361/1683] Compiling sha256-armv4-linux.S
[1362/1683] Compiling sha256-586-apple.S
[1363/1683] Compiling sha1-x86_64-apple.S
[1364/1683] Compiling sha1-armv8-win.S
[1365/1683] Compiling sha1-armv8-linux.S
[1366/1683] Compiling sha1-x86_64-linux.S
[1367/1683] Compiling sha1-armv8-apple.S
[1368/1683] Compiling sha1-armv4-large-linux.S
[1369/1683] Compiling sha1-586-linux.S
[1370/1683] Compiling sha1-586-apple.S
[1371/1683] Compiling rsaz-avx2-apple.S
[1372/1683] Compiling p256_beeu-x86_64-asm-linux.S
[1373/1683] Compiling rsaz-avx2-linux.S
[1374/1683] Compiling rdrand-x86_64-linux.S
[1375/1683] Compiling rdrand-x86_64-apple.S
[1376/1683] Compiling p256_beeu-x86_64-asm-apple.S
[1377/1683] Compiling p256_beeu-armv8-asm-linux.S
[1378/1683] Compiling p256_beeu-armv8-asm-win.S
[1379/1683] Compiling p256_beeu-armv8-asm-apple.S
[1380/1683] Compiling p256-x86_64-asm-apple.S
[1381/1683] Compiling p256-armv8-asm-win.S
[1382/1683] Compiling p256-x86_64-asm-linux.S
[1383/1683] Compiling p256-armv8-asm-apple.S
[1384/1683] Compiling p256-armv8-asm-linux.S
[1385/1683] Compiling ghashv8-armv8-win.S
[1386/1683] Compiling ghashv8-armv8-linux.S
[1387/1683] Compiling ghashv8-armv7-linux.S
[1388/1683] Compiling ghash-x86_64-linux.S
[1388/1683] Compiling ghashv8-armv8-apple.S
[1390/1683] Compiling ghash-x86_64-apple.S
[1391/1683] Compiling ghash-x86-linux.S
[1392/1683] Compiling ghash-ssse3-x86_64-linux.S
[1393/1683] Compiling ghash-x86-apple.S
[1394/1683] Compiling ghash-ssse3-x86-linux.S
[1395/1683] Compiling ghash-ssse3-x86-apple.S
[1396/1683] Compiling ghash-ssse3-x86_64-apple.S
[1397/1683] Compiling ghash-neon-armv8-linux.S
[1398/1683] Compiling ghash-armv4-linux.S
[1398/1683] Compiling ghash-neon-armv8-apple.S
[1400/1683] Compiling ghash-neon-armv8-win.S
[1401/1683] Compiling co-586-apple.S
[1402/1683] Compiling bsaes-armv7-linux.S
[1403/1683] Compiling co-586-linux.S
[1404/1683] Compiling bn-armv8-win.S
[1405/1683] Compiling bn-armv8-apple.S
[1406/1683] Compiling bn-armv8-linux.S
[1407/1683] Compiling armv8-mont-win.S
[1408/1683] Compiling bn-586-apple.S
[1408/1683] Compiling bn-586-linux.S
[1410/1683] Compiling armv8-mont-linux.S
[1411/1683] Compiling armv8-mont-apple.S
[1412/1683] Compiling aesv8-gcm-armv8-win.S
[1413/1683] Compiling armv4-mont-linux.S
[1414/1683] Compiling aesv8-gcm-armv8-apple.S
[1416/1683] Compiling ConsoleKitCommands CommandGroup.swift
[1417/1683] Compiling ConsoleKitCommands CommandInput.swift
[1418/1683] Compiling ConsoleKitCommands Commands.swift
[1419/1683] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1420/1683] Compiling ConsoleKitCommands AsyncCommand.swift
[1421/1683] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1422/1683] Compiling ConsoleKitCommands Console+Run.swift
[1423/1683] Compiling ConsoleKitCommands ConsoleError.swift
[1424/1683] Compiling ConsoleKitCommands Completion.swift
[1424/1683] Compiling aesv8-armv8-win.S
[1425/1683] Compiling aesv8-gcm-armv8-linux.S
[1426/1683] Compiling aesv8-armv8-apple.S
[1427/1683] Compiling aesv8-armv8-linux.S
[1428/1684] Compiling aesni-x86_64-apple.S
[1429/1684] Compiling aesv8-armv7-linux.S
[1430/1684] Compiling aesni-x86_64-linux.S
[1431/1684] Compiling aesni-x86-linux.S
[1432/1684] Compiling aesni-x86-apple.S
[1433/1684] Compiling aesni-gcm-x86_64-linux.S
[1434/1684] Compiling aesni-gcm-x86_64-apple.S
[1435/1684] Compiling aes-gcm-avx10-x86_64-apple.S
[1436/1684] Compiling aes-gcm-avx10-x86_64-linux.S
[1438/1684] Compiling x_x509a.cc
[1439/1684] Compiling x_req.cc
[1440/1684] Compiling x_val.cc
[1441/1684] Compiling x_x509.cc
[1442/1684] Compiling x_pubkey.cc
[1443/1684] Compiling x_name.cc
[1444/1684] Compiling x_sig.cc
[1445/1684] Compiling x_spki.cc
[1447/1686] Emitting module ConsoleKit
[1448/1686] Compiling ConsoleKit Exports.swift
[1449/1687] Compiling x509spki.cc
[1450/1687] Compiling x_crl.cc
[1451/1687] Compiling x_exten.cc
[1452/1687] Compiling x_attrib.cc
[1453/1687] Compiling x_all.cc
[1454/1687] Compiling x_algor.cc
[1455/1687] Compiling x509rset.cc
[1456/1687] Compiling x509name.cc
[1457/1687] Compiling x509_txt.cc
[1458/1687] Compiling x509cset.cc
[1459/1687] Compiling x509_vpm.cc
[1460/1687] Compiling x509_v3.cc
[1461/1687] Compiling x509_vfy.cc
[1462/1687] Compiling x509_trs.cc
[1463/1687] Compiling x509_set.cc
[1464/1687] Compiling x509_req.cc
[1465/1687] Compiling x509_obj.cc
[1466/1687] Compiling x509_ext.cc
[1467/1687] Compiling x509_cmp.cc
[1468/1687] Compiling x509_def.cc
[1469/1687] Compiling x509_lu.cc
[1470/1687] Compiling x509_d2.cc
[1471/1687] Compiling x509_att.cc
[1472/1687] Compiling x509.cc
[1473/1687] Compiling v3_utl.cc
[1474/1687] Compiling v3_skey.cc
[1475/1687] Compiling v3_prn.cc
[1476/1687] Compiling v3_purp.cc
[1477/1687] Compiling v3_pcons.cc
[1478/1687] Compiling v3_pmaps.cc
[1479/1687] Compiling v3_ocsp.cc
[1480/1687] Compiling v3_ncons.cc
[1481/1687] Compiling v3_lib.cc
[1482/1687] Compiling v3_int.cc
[1483/1687] Compiling v3_info.cc
[1484/1687] Compiling v3_ia5.cc
[1485/1687] Compiling v3_genn.cc
[1486/1687] Compiling v3_extku.cc
[1487/1687] Compiling v3_enum.cc
[1488/1687] Compiling v3_crld.cc
[1489/1687] Compiling v3_conf.cc
[1490/1687] Compiling v3_cpols.cc
[1491/1687] Compiling v3_bitst.cc
[1492/1687] Compiling v3_bcons.cc
[1493/1687] Compiling v3_akeya.cc
[1494/1687] Compiling v3_alt.cc
[1495/1687] Compiling v3_akey.cc
[1496/1687] Compiling t_x509a.cc
[1497/1687] Compiling t_x509.cc
[1498/1687] Compiling i2d_pr.cc
[1499/1687] Compiling t_req.cc
[1500/1687] Compiling t_crl.cc
[1501/1687] Compiling rsa_pss.cc
[1502/1687] Compiling name_print.cc
[1503/1687] Compiling policy.cc
[1504/1687] Compiling by_dir.cc
[1505/1687] Compiling algorithm.cc
[1506/1687] Compiling by_file.cc
[1507/1687] Compiling asn1_gen.cc
[1508/1687] Compiling voprf.cc
[1509/1687] Compiling a_verify.cc
[1510/1687] Compiling a_sign.cc
[1511/1687] Compiling a_digest.cc
[1512/1687] Compiling thread_win.cc
[1513/1687] Compiling thread.cc
[1514/1687] Compiling thread_none.cc
[1515/1687] Compiling thread_pthread.cc
[1516/1687] Compiling stack.cc
[1517/1687] Compiling wots.cc
[1518/1687] Compiling trust_token.cc
[1519/1687] Compiling pmbtoken.cc
[1520/1687] Compiling thash.cc
[1521/1687] Compiling merkle.cc
[1522/1687] Compiling fors.cc
[1523/1687] Compiling slhdsa.cc
[1524/1687] Compiling sha512.cc
[1525/1687] Compiling sha256.cc
[1526/1687] Compiling siphash.cc
[1527/1687] Compiling sha1.cc
[1528/1687] Compiling rsa_print.cc
[1529/1687] Compiling rsa_extra.cc
[1530/1687] Compiling rc4.cc
[1531/1687] Compiling windows.cc
[1532/1687] Compiling refcount.cc
[1533/1687] Compiling rsa_crypt.cc
[1534/1687] Compiling rsa_asn1.cc
[1535/1687] Compiling urandom.cc
[1536/1687] Compiling trusty.cc
[1537/1687] Compiling rand_extra.cc
[1538/1687] Compiling ios.cc
[1539/1687] Compiling getentropy.cc
[1540/1687] Compiling passive.cc
[1541/1687] Compiling poly1305_arm_asm.S
[1542/1687] Compiling deterministic.cc
[1543/1687] Compiling forkunsafe.cc
[1544/1687] Compiling fork_detect.cc
[1545/1687] Compiling pool.cc
[1546/1687] Compiling poly1305_arm.cc
[1547/1687] Compiling poly1305.cc
[1548/1687] Compiling poly1305_vec.cc
[1549/1687] Compiling pkcs7.cc
[1550/1687] Compiling p5_pbev2.cc
[1551/1687] Compiling pkcs8_x509.cc
[1552/1687] Compiling pkcs8.cc
[1553/1687] Compiling pkcs7_x509.cc
[1554/1687] Compiling pem_xaux.cc
[1555/1687] Compiling pem_x509.cc
[1556/1687] Compiling pem_pkey.cc
[1557/1687] Compiling pem_pk8.cc
[1558/1687] Compiling obj_xref.cc
[1559/1687] Compiling pem_oth.cc
[1560/1687] Compiling mlkem.cc
[1561/1687] Compiling pem_info.cc
[1562/1687] Compiling pem_lib.cc
[1563/1687] Compiling obj.cc
[1564/1687] Compiling pem_all.cc
[1565/1687] Compiling mldsa.cc
[1566/1687] Compiling poly_rq_mul.S
[1567/1687] Compiling fips_shared_support.cc
[1568/1687] Compiling mem.cc
[1569/1687] Compiling md5.cc
[1570/1687] Compiling md4.cc
[1571/1687] Compiling lhash.cc
[1572/1687] Compiling kyber.cc
[1573/1687] Compiling hpke.cc
[1574/1687] Compiling hrss.cc
[1575/1687] Compiling ex_data.cc
[1576/1687] Compiling sign.cc
[1577/1687] Compiling scrypt.cc
[1578/1687] Compiling print.cc
[1579/1687] Compiling pbkdf.cc
[1580/1687] Compiling p_x25519.cc
[1581/1687] Compiling p_x25519_asn1.cc
[1582/1687] Compiling p_rsa_asn1.cc
[1583/1687] Compiling p_rsa.cc
[1584/1687] Compiling p_ed25519.cc
[1585/1687] Compiling p_hkdf.cc
[1586/1687] Compiling p_ed25519_asn1.cc
[1587/1687] Compiling p_ec_asn1.cc
[1588/1687] Compiling p_ec.cc
[1589/1687] Compiling p_dsa_asn1.cc
[1590/1687] Compiling p_dh_asn1.cc
[1591/1687] Compiling p_dh.cc
[1592/1687] Compiling evp.cc
[1593/1687] Compiling evp_ctx.cc
[1594/1687] Compiling evp_asn1.cc
[1595/1687] Compiling err.cc
[1596/1687] Compiling engine.cc
[1597/1687] Compiling ecdsa_asn1.cc
[1598/1687] Compiling ecdh_extra.cc
[1599/1687] Compiling hash_to_curve.cc
[1600/1687] Compiling ec_derive.cc
[1601/1687] Compiling ec_asn1.cc
[1602/1687] Compiling dsa_asn1.cc
[1603/1687] Compiling dsa.cc
[1604/1687] Compiling params.cc
[1605/1687] Compiling x25519-asm-arm.S
[1606/1687] Compiling digest_extra.cc
[1607/1687] Compiling des.cc
[1608/1687] Compiling dh_asn1.cc
[1609/1687] Compiling spake25519.cc
[1610/1687] Compiling crypto.cc
[1611/1687] Compiling cpu_arm_freebsd.cc
[1612/1687] Compiling cpu_intel.cc
[1613/1687] Compiling cpu_arm_linux.cc
[1614/1687] Compiling cpu_aarch64_win.cc
[1615/1687] Compiling curve25519.cc
[1616/1687] Compiling cpu_aarch64_sysreg.cc
[1617/1687] Compiling cpu_aarch64_openbsd.cc
[1618/1687] Compiling cpu_aarch64_linux.cc
[1619/1687] Compiling cpu_aarch64_fuchsia.cc
[1620/1687] Compiling cpu_aarch64_apple.cc
[1621/1687] Compiling curve25519_64_adx.cc
[1622/1687] Compiling bcm.cc
[1623/1687] Compiling e_tls.cc
[1624/1687] Compiling conf.cc
[1625/1687] Compiling tls_cbc.cc
[1626/1687] Compiling e_rc4.cc
[1627/1687] Compiling e_rc2.cc
[1628/1687] Compiling e_null.cc
[1629/1687] Compiling e_des.cc
[1630/1687] Compiling derive_key.cc
[1631/1687] Compiling e_chacha20poly1305.cc
[1632/1687] Compiling e_aesctrhmac.cc
[1633/1687] Compiling e_aesgcmsiv.cc
[1634/1687] Compiling cipher_extra.cc
[1635/1687] Compiling chacha.cc
[1636/1687] Compiling unicode.cc
[1637/1687] Compiling ber.cc
[1638/1687] Compiling cbb.cc
[1639/1687] Compiling cbs.cc
[1640/1687] Compiling buf.cc
[1641/1687] Compiling asn1_compat.cc
[1642/1687] Compiling bn_asn1.cc
[1643/1687] Compiling convert.cc
[1644/1687] Compiling blake2.cc
[1645/1687] Compiling printf.cc
[1646/1687] Compiling pair.cc
[1647/1687] Compiling file.cc
[1648/1687] Compiling hexdump.cc
[1649/1687] Compiling errno.cc
[1650/1687] Compiling fd.cc
[1651/1687] Compiling bio_mem.cc
[1652/1687] Compiling bio.cc
[1653/1687] Compiling base64.cc
[1654/1687] Compiling tasn_typ.cc
[1655/1687] Compiling tasn_fre.cc
[1656/1687] Compiling tasn_utl.cc
[1657/1687] Compiling tasn_new.cc
[1658/1687] Compiling tasn_enc.cc
[1659/1687] Compiling posix_time.cc
[1660/1687] Compiling f_string.cc
[1661/1687] Compiling tasn_dec.cc
[1662/1687] Compiling f_int.cc
[1663/1687] Compiling asn_pack.cc
[1664/1687] Compiling asn1_par.cc
[1665/1687] Compiling a_utctm.cc
[1666/1687] Compiling asn1_lib.cc
[1667/1687] Compiling a_type.cc
[1668/1687] Compiling a_time.cc
[1669/1687] Compiling a_octet.cc
[1670/1687] Compiling a_strnid.cc
[1671/1687] Compiling a_strex.cc
[1672/1687] Compiling a_object.cc
[1673/1687] Compiling a_int.cc
[1674/1687] Compiling a_mbstr.cc
[1674/1687] Write sources
[1680/1687] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1681/1687] Compiling a_gentm.cc
[1682/1687] Compiling a_i2d_fp.cc
[1683/1687] Compiling a_dup.cc
[1684/1687] Compiling a_d2i_fp.cc
[1685/1707] Compiling a_bool.cc
[1686/1778] Compiling a_bitstr.cc
[1688/1792] Compiling Algorithms Chunked.swift
[1689/1792] Compiling Algorithms Combinations.swift
[1690/1792] Compiling Algorithms AdjacentPairs.swift
[1691/1792] Compiling Algorithms Chain.swift
[1692/1794] Compiling Algorithms FirstNonNil.swift
[1693/1794] Compiling Algorithms FlattenCollection.swift
[1694/1794] Compiling Algorithms Compacted.swift
[1695/1794] Compiling Algorithms Cycle.swift
[1696/1794] Compiling Algorithms EitherSequence.swift
[1699/1794] Compiling Algorithms Grouped.swift
[1700/1794] Compiling Algorithms Indexed.swift
[1701/1801] Compiling Atomics IntegerOperations.swift
[1702/1801] Compiling Atomics Unmanaged extensions.swift
[1705/1801] Compiling Algorithms Intersperse.swift
[1706/1801] Compiling Algorithms Partition.swift
[1707/1801] Compiling Algorithms Permutations.swift
[1708/1801] Compiling Algorithms Product.swift
[1709/1801] Compiling BitCollections BitSet+Initializers.swift
[1710/1801] Compiling BitCollections BitSet+Invariants.swift
[1711/1801] Compiling BitCollections BitSet+Random.swift
[1712/1801] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1713/1801] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1714/1801] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1715/1801] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1716/1801] Emitting module BitCollections
[1717/1801] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1718/1801] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1719/1801] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1720/1801] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1721/1801] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1722/1801] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1723/1801] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1724/1801] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1725/1801] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1726/1801] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1727/1801] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1728/1801] Compiling BitCollections BitSet+SetAlgebra union.swift
[1729/1801] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1730/1801] Compiling BitCollections BitSet.Counted.swift
[1731/1801] Compiling Algorithms Split.swift
[1732/1801] Compiling Algorithms Stride.swift
[1733/1801] Compiling Algorithms Suffix.swift
[1736/1801] Compiling Algorithms Rotate.swift
[1737/1804] Compiling CryptoBoringWrapper RandomBytes.swift
[1738/1804] Emitting module CryptoBoringWrapper
[1739/1804] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1740/1804] Compiling BitCollections BitSet.Index.swift
[1741/1804] Compiling BitCollections BitSet._UnsafeHandle.swift
[1742/1804] Compiling BitCollections BitSet.swift
[1743/1804] Compiling BitCollections Range+Utilities.swift
[1744/1804] Compiling BitCollections Slice+Utilities.swift
[1745/1804] Compiling BitCollections UInt+Tricks.swift
[1746/1804] Compiling BitCollections _Word.swift
[1748/1804] Compiling Algorithms Joined.swift
[1749/1804] Compiling Algorithms Keyed.swift
[1750/1804] Compiling Algorithms MinMax.swift
[1764/1804] Compiling Algorithms Trim.swift
[1765/1804] Compiling Algorithms Unique.swift
[1766/1804] Compiling Algorithms Windows.swift
[1767/1804] Compiling BitCollections BitArray+Copy.swift
[1768/1804] Compiling BitCollections BitArray+CustomReflectable.swift
[1769/1804] Compiling BitCollections BitArray+Descriptions.swift
[1770/1804] Compiling BitCollections BitArray+Equatable.swift
[1771/1804] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1778/1804] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1779/1805] Compiling CryptoBoringWrapper EllipticCurve.swift
[1792/1805] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1793/1805] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1795/1808] Compiling Collections Collections.swift
[1796/1808] Emitting module Collections
[1798/1880] Compiling Crypto Digest_boring.swift
[1799/1880] Compiling Crypto Digest.swift
[1800/1880] Compiling Crypto Digests.swift
[1801/1880] Compiling Crypto HashFunctions.swift
[1802/1880] Emitting module Atomics
[1803/1880] Compiling Crypto AES-GCM.swift
[1804/1880] Compiling Crypto AES-GCM_boring.swift
[1805/1880] Compiling Crypto ChaChaPoly_boring.swift
[1806/1880] Compiling Crypto ASN1BitString.swift
[1807/1880] Compiling Crypto ASN1Boolean.swift
[1808/1880] Compiling Crypto PKCS8PrivateKey.swift
[1810/1940] Emitting module Algorithms
[1812/1941] Emitting module Crypto
[1813/1950] Compiling NIOCore MarkedCircularBuffer.swift
[1814/1950] Compiling NIOCore MulticastChannel.swift
[1815/1950] Compiling NIOCore NIOAny.swift
[1816/1950] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1817/1950] Compiling NIOCore NIOLoopBound.swift
[1818/1950] Compiling NIOCore NIOScheduledCallback.swift
[1819/1950] Compiling NIOCore NIOSendable.swift
[1820/1950] Compiling NIOCore RecvByteBufferAllocator.swift
[1821/1950] Compiling Crypto NISTCurvesKeys.swift
[1822/1950] Compiling Crypto X25519Keys.swift
[1823/1950] Compiling Crypto SymmetricKeys.swift
[1824/1950] Compiling Crypto HMAC.swift
[1825/1950] Compiling Crypto MACFunctions.swift
[1826/1950] Compiling Crypto MessageAuthenticationCode.swift
[1827/1950] Compiling Crypto AES.swift
[1828/1950] Compiling Crypto ECDSASignature_boring.swift
[1829/1950] Compiling Crypto ECDSA_boring.swift
[1830/1950] Compiling Crypto EdDSA_boring.swift
[1831/1950] Compiling Crypto ECDSA.swift
[1832/1950] Compiling Crypto Ed25519.swift
[1833/1950] Compiling NIOCore BSDSocketAPI.swift
[1834/1950] Compiling NIOCore ByteBuffer-aux.swift
[1835/1950] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1836/1950] Compiling NIOCore ByteBuffer-conversions.swift
[1837/1950] Compiling NIOCore ByteBuffer-core.swift
[1838/1950] Compiling NIOCore ByteBuffer-hex.swift
[1839/1950] Compiling NIOCore ByteBuffer-int.swift
[1840/1950] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1841/1950] Compiling NIOCore ByteBuffer-multi-int.swift
[1842/1950] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1851/1958] Compiling NIOCore ByteBuffer-views.swift
[1852/1958] Compiling NIOCore Channel.swift
[1853/1958] Compiling NIOCore ChannelHandler.swift
[1854/1958] Compiling NIOCore ChannelHandlers.swift
[1855/1958] Compiling NIOCore ChannelInvoker.swift
[1856/1958] Compiling NIOCore ChannelOption.swift
[1857/1958] Compiling NIOCore ChannelPipeline.swift
[1858/1958] Compiling NIOCore CircularBuffer.swift
[1859/1958] Compiling NIOCore Codec.swift
[1860/1958] Compiling NIOCore ConvenienceOptionSupport.swift
[1861/1958] Compiling NIOCore FileHandle.swift
[1862/1958] Compiling NIOCore FileRegion.swift
[1863/1958] Compiling NIOCore GlobalSingletons.swift
[1864/1958] Compiling NIOCore IO.swift
[1865/1958] Compiling NIOCore IOData.swift
[1866/1958] Compiling NIOCore IPProtocol.swift
[1867/1958] Compiling NIOCore IntegerBitPacking.swift
[1868/1958] Compiling NIOCore IntegerTypes.swift
[1869/1958] Compiling NIOCore Interfaces.swift
[1870/1958] Compiling NIOCore Linux.swift
[1879/1958] Compiling NIOCore DeadChannel.swift
[1880/1958] Compiling NIOCore DispatchQueue+WithFuture.swift
[1881/1958] Compiling NIOCore EventLoop+Deprecated.swift
[1882/1958] Compiling NIOCore EventLoop+SerialExecutor.swift
[1883/1958] Compiling NIOCore EventLoop.swift
[1884/1958] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1885/1958] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1886/1958] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1887/1958] Compiling NIOCore EventLoopFuture.swift
[1888/1958] Compiling NIOCore FileDescriptor.swift
[1889/1958] Compiling NIOCore AddressedEnvelope.swift
[1890/1958] Compiling NIOCore AsyncAwaitSupport.swift
[1891/1958] Compiling NIOCore AsyncChannel.swift
[1892/1958] Compiling NIOCore AsyncChannelHandler.swift
[1893/1958] Compiling NIOCore AsyncChannelInboundStream.swift
[1894/1958] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1895/1958] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1896/1958] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1897/1958] Compiling NIOCore NIOAsyncWriter.swift
[1898/1958] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1899/1958] Compiling Crypto Signature.swift
[1900/1958] Compiling Crypto CryptoKitErrors_boring.swift
[1901/1958] Compiling Crypto RNG_boring.swift
[1902/1958] Compiling Crypto SafeCompare_boring.swift
[1903/1958] Compiling Crypto Zeroization_boring.swift
[1904/1958] Compiling Crypto PrettyBytes.swift
[1905/1958] Compiling Crypto SafeCompare.swift
[1906/1958] Compiling Crypto SecureBytes.swift
[1907/1958] Compiling Crypto Zeroization.swift
[1909/2006] Compiling JWTKit JWTSigner.swift
[1910/2006] Compiling JWTKit JWTSigners.swift
[1911/2006] Compiling JWTKit JWTSigner+UnsecuredNone.swift
[1912/2006] Compiling JWTKit UnsecuredNoneSigner.swift
[1913/2006] Compiling JWTKit JWTSigner+RSA.swift
[1914/2006] Compiling JWTKit RSAError.swift
[1915/2006] Compiling JWTKit RSAKey.swift
[1916/2006] Compiling JWTKit RSASigner.swift
[1917/2006] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1918/2006] Compiling NIOCore SocketAddresses.swift
[1919/2006] Compiling NIOCore SocketOptionProvider.swift
[1920/2006] Compiling NIOCore SystemCallHelpers.swift
[1921/2006] Compiling NIOCore TimeAmount+Duration.swift
[1922/2006] Compiling NIOCore TypeAssistedChannelHandler.swift
[1923/2006] Compiling NIOCore UniversalBootstrapSupport.swift
[1924/2006] Compiling NIOCore Utilities.swift
[1925/2006] Compiling JWTKit JWTSerializer.swift
[1926/2006] Compiling JWTKit OctetKeyPair.swift
[1927/2006] Compiling JWTKit HMACError.swift
[1928/2006] Compiling JWTKit HMACSigner.swift
[1929/2006] Compiling JWTKit JWTSigner+HMAC.swift
[1930/2006] Compiling JWTKit JWK.swift
[1931/2006] Compiling JWTKit JWKIdentifier.swift
[1932/2006] Compiling JWTKit JWKS.swift
[1933/2006] Compiling JWTKit AudienceClaim.swift
[1934/2006] Compiling JWTKit BoolClaim.swift
[1935/2006] Compiling JWTKit ExpirationClaim.swift
[1936/2006] Compiling JWTKit GoogleHostedDomainClaim.swift
[1937/2006] Compiling JWTKit IDClaim.swift
[1938/2006] Compiling JWTKit IssuedAtClaim.swift
[1939/2006] Compiling JWTKit IssuerClaim.swift
[1940/2012] Emitting module JWTKit
[1941/2012] Compiling JWTKit JWTAlgorithm.swift
[1942/2012] Compiling JWTKit JWTError.swift
[1943/2012] Compiling JWTKit JWTHeader.swift
[1944/2012] Compiling JWTKit JWTParser.swift
[1945/2012] Compiling JWTKit JWTPayload.swift
[1947/2012] Compiling JWTKit JWTClaim.swift
[1948/2012] Compiling JWTKit JWTMultiValueClaim.swift
[1949/2012] Compiling JWTKit JWTUnixEpochClaim.swift
[1950/2012] Compiling JWTKit LocaleClaim.swift
[1951/2012] Compiling JWTKit NotBeforeClaim.swift
[1952/2012] Compiling JWTKit SubjectClaim.swift
[1953/2012] Compiling JWTKit ECDSAError.swift
[1954/2012] Compiling JWTKit ECDSAKey.swift
[1955/2012] Compiling JWTKit ECDSASigner.swift
[1956/2012] Compiling JWTKit JWTSigner+ECDSA.swift
[1957/2012] Compiling JWTKit EdDSAError.swift
[1958/2012] Compiling JWTKit EdDSAKey.swift
[1959/2012] Compiling JWTKit EdDSASigner.swift
[1960/2012] Compiling JWTKit JWTSigner+EdDSA.swift
[1963/2012] Compiling JWTKit Base64URL.swift
[1964/2012] Compiling JWTKit BigNumber.swift
[1965/2012] Compiling JWTKit CustomizedJSONCoders.swift
[1966/2012] Compiling JWTKit Exports.swift
[1980/2012] Compiling JWTKit OpenSSLSigner.swift
[1981/2012] Compiling JWTKit Utilities.swift
[1982/2012] Compiling JWTKit AppleIdentityToken.swift
[1983/2012] Compiling JWTKit GoogleIdentityToken.swift
[1984/2012] Compiling JWTKit MicrosoftIdentitiyToken.swift
[1985/2012] Compiling JWTKit X5CVerifier.swift
[2013/2013] Emitting module NIOCore
[2015/2065] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[2016/2065] Compiling NIOEmbedded AsyncTestingChannel.swift
[2017/2065] Emitting module NIOEmbedded
[2018/2065] Compiling NIOEmbedded Embedded.swift
[2020/2066] Compiling NIOPosix PooledRecvBufferAllocator.swift
[2021/2066] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[2022/2066] Compiling NIOPosix PosixSingletons.swift
[2023/2066] Compiling NIOPosix RawSocketBootstrap.swift
[2024/2066] Compiling NIOPosix Resolver.swift
[2025/2066] Compiling NIOPosix Selectable.swift
[2026/2072] Compiling NIOPosix IO.swift
[2027/2072] Compiling NIOPosix IntegerBitPacking.swift
[2028/2072] Compiling NIOPosix IntegerTypes.swift
[2029/2072] Compiling NIOPosix Linux.swift
[2030/2072] Compiling NIOPosix LinuxCPUSet.swift
[2031/2072] Compiling NIOPosix LinuxUring.swift
[2032/2072] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[2033/2072] Compiling NIOPosix ThreadPosix.swift
[2034/2072] Compiling NIOPosix ThreadWindows.swift
[2035/2072] Compiling NIOPosix UnsafeTransfer.swift
[2036/2072] Compiling NIOPosix Utilities.swift
[2037/2072] Compiling NIOPosix VsockAddress.swift
[2038/2072] Compiling NIOPosix VsockChannelEvents.swift
[2039/2072] Compiling NIOPosix SelectableChannel.swift
[2040/2072] Compiling NIOPosix SelectableEventLoop.swift
[2041/2072] Compiling NIOPosix SelectorEpoll.swift
[2042/2072] Compiling NIOPosix SelectorGeneric.swift
[2043/2072] Compiling NIOPosix SelectorKqueue.swift
[2044/2072] Compiling NIOPosix SelectorUring.swift
[2045/2072] Compiling NIOPosix ServerSocket.swift
[2046/2072] Compiling NIOPosix Socket.swift
[2047/2072] Compiling NIOPosix SocketChannel.swift
[2048/2072] Compiling NIOPosix SocketProtocols.swift
[2049/2072] Compiling NIOPosix System.swift
[2050/2072] Compiling NIOPosix Thread.swift
[2051/2072] Emitting module NIOPosix
[2052/2072] Compiling NIOPosix Bootstrap.swift
[2053/2072] Compiling NIOPosix ControlMessage.swift
[2054/2072] Compiling NIOPosix DatagramVectorReadManager.swift
[2055/2072] Compiling NIOPosix Errors+Any.swift
[2056/2072] Compiling NIOPosix FileDescriptor.swift
[2057/2072] Compiling NIOPosix GetaddrinfoResolver.swift
[2058/2072] Compiling NIOPosix HappyEyeballs.swift
[2059/2072] Compiling NIOPosix BSDSocketAPICommon.swift
[2060/2072] Compiling NIOPosix BSDSocketAPIPosix.swift
[2061/2072] Compiling NIOPosix BSDSocketAPIWindows.swift
[2062/2072] Compiling NIOPosix BaseSocket.swift
[2063/2072] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[2064/2072] Compiling NIOPosix BaseSocketChannel.swift
[2065/2072] Compiling NIOPosix BaseStreamSocketChannel.swift
[2066/2072] Compiling NIOPosix NIOThreadPool.swift
[2067/2072] Compiling NIOPosix NonBlockingFileIO.swift
[2068/2072] Compiling NIOPosix PendingDatagramWritesManager.swift
[2069/2072] Compiling NIOPosix PendingWritesManager.swift
[2070/2072] Compiling NIOPosix PipeChannel.swift
[2071/2072] Compiling NIOPosix PipePair.swift
[2072/2072] Compiling NIOPosix Pool.swift
[2074/2132] Emitting module NIO
[2075/2132] Compiling NIO Exports.swift
[2077/2133] Compiling _NIOFileSystem ParallelRemoval.swift
[2078/2133] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[2079/2133] Compiling _NIOFileSystem CInterop.swift
[2080/2174] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[2081/2174] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[2082/2174] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[2083/2174] Emitting module _NIOFileSystem
[2084/2178] Compiling NIOTLS TLSEvents.swift
[2085/2178] Compiling NIOSOCKS SOCKSResponse.swift
[2086/2178] Compiling NIOSOCKS ClientStateMachine.swift
[2087/2178] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[2088/2179] Emitting module NIOTLS
[2089/2179] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[2090/2179] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2091/2179] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2092/2179] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2093/2179] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2094/2179] Emitting module NIOFoundationCompat
[2095/2179] Emitting module NIOSOCKS
[2096/2179] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[2097/2179] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[2098/2179] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2099/2179] Compiling NIOTLS SNIHandler.swift
[2102/2180] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[2103/2180] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[2104/2180] Compiling NIOHTTP1 ByteCollectionUtils.swift
[2105/2180] Compiling NIOSOCKS ServerStateMachine.swift
[2110/2180] Compiling NIOHTTP1 HTTPEncoder.swift
[2111/2180] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[2115/2180] Compiling NIOHTTP1 HTTPDecoder.swift
[2116/2181] Compiling AsyncKit Optional+StrictMap.swift
[2117/2181] Compiling AsyncKit Exports.swift
[2121/2212] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[2123/2213] Compiling NIOSSL AndroidCABundle.swift
[2124/2213] Compiling NIOSSL ByteBufferBIO.swift
[2125/2213] Compiling NIOSSL CustomPrivateKey.swift
[2126/2213] Compiling NIOSSL IdentityVerification.swift
[2127/2213] Compiling NIOSSL SSLCallbacks.swift
[2128/2213] Compiling NIOSSL SSLCertificate.swift
[2129/2213] Compiling NIOSSL ObjectIdentifier.swift
[2130/2213] Compiling NIOSSL PosixPort.swift
[2133/2213] Compiling NIOSSL SSLCertificateExtensions.swift
[2134/2213] Compiling NIOSSL NIOSSLClientHandler.swift
[2135/2213] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[2136/2213] Compiling NIOSSL NIOSSLHandler.swift
[2137/2213] Compiling NIOSSL NIOSSLServerHandler.swift
[2138/2213] Compiling NIOSSL SSLConnection.swift
[2139/2213] Compiling NIOSSL SSLContext.swift
[2140/2213] Compiling NIOSSL SSLErrors.swift
[2141/2213] Compiling NIOSSL SSLInit.swift
[2142/2213] Compiling NIOSSL SSLPKCS12Bundle.swift
[2143/2235] Compiling NIOTransportServices NIOTSBootstraps.swift
[2144/2235] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2145/2235] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[2146/2237] Compiling NIOTransportServices StateManagedChannel.swift
[2147/2237] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2148/2237] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2149/2237] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2150/2237] Compiling NIOTransportServices NIOTSErrors.swift
[2151/2237] Compiling NIOTransportServices NIOTSEventLoop.swift
[2152/2237] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[2153/2237] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[2154/2237] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2155/2237] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[2156/2237] Compiling NIOTransportServices NIOTSSingletons.swift
[2157/2237] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[2158/2237] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2159/2237] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2160/2237] Compiling NIOTransportServices NIOTSDatagramListener.swift
[2161/2237] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2162/2237] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2163/2237] Emitting module NIOTransportServices
[2164/2237] Compiling NIOTransportServices AcceptHandler.swift
[2165/2237] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[2166/2237] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[2171/2238] Compiling NIOSSL SubjectAlternativeName.swift
[2179/2238] Compiling _NIOFileSystem SystemFileHandle.swift
[2180/2238] Compiling _NIOFileSystem Utilities.swift
[2181/2238] Compiling _NIOFileSystem OpenOptions.swift
[2182/2238] Compiling _NIOFileSystem String+FileSystem.swift
[2183/2238] Emitting module AsyncKit
[2184/2238] Emitting module NIOHTTP1
[2193/2239] Compiling NIOSSL NIOSSLSecureBytes.swift
[2194/2239] Compiling NIOSSL RNG.swift
[2195/2239] Compiling NIOSSL SafeCompare.swift
[2196/2239] Compiling NIOSSL Zeroization.swift
[2197/2260] Compiling NIOExtras DebugInboundEventsHandler.swift
[2198/2260] Compiling NIOExtras DebugOutboundEventsHandler.swift
[2199/2260] Compiling NIOExtras FixedLengthFrameDecoder.swift
[2200/2260] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[2201/2260] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[2202/2260] Compiling NIOExtras JSONRPCFraming.swift
[2203/2260] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[2204/2260] Compiling NIOExtras LengthFieldPrepender.swift
[2205/2260] Compiling NIOExtras LineBasedFrameDecoder.swift
[2206/2260] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[2207/2260] Compiling NIOExtras NIOExtrasError.swift
[2208/2260] Compiling NIOExtras NIOLengthFieldBitLength.swift
[2209/2307] Emitting module NIOSSL
[2210/2307] Compiling NIOSSL UniversalBootstrapSupport.swift
[2211/2307] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2212/2307] Compiling _NIOFileSystem FileHandleProtocol.swift
[2213/2307] Compiling _NIOFileSystem FileInfo.swift
[2214/2307] Compiling _NIOFileSystem FileSystem.swift
[2219/2307] Compiling NIOSSL TLSConfiguration.swift
[2220/2308] Compiling NIOWebSocket WebSocketOpcode.swift
[2221/2309] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[2222/2309] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[2224/2311] Compiling MultipartKit FormDataEncoder.swift
[2225/2311] Compiling NIOExtras UnsafeTransfer.swift
[2226/2311] Compiling NIOExtras WritePCAPHandler.swift
[2228/2311] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2229/2311] Emitting module MultipartKit
[2230/2313] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2231/2313] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2232/2313] Compiling MultipartKit MultipartSerializer.swift
[2233/2313] Compiling MultipartKit Utilities.swift
[2234/2313] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2235/2313] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2236/2316] Compiling MultipartKit MultipartPart.swift
[2237/2316] Compiling MultipartKit MultipartPartConvertible.swift
[2240/2316] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[2241/2316] Compiling MultipartKit MultipartFormData.swift
[2242/2316] Compiling MultipartKit MultipartParser.swift
[2244/2316] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2245/2316] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2246/2316] Compiling NIOHPACK HuffmanTables.swift
[2247/2316] Compiling NIOHPACK IndexedHeaderTable.swift
[2248/2316] Compiling NIOHPACK IntegerCoding.swift
[2249/2317] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2250/2317] Compiling NIOHPACK HuffmanCoding.swift
[2251/2317] Compiling NIOHPACK DynamicHeaderTable.swift
[2252/2317] Compiling NIOHPACK HPACKDecoder.swift
[2253/2317] Compiling NIOHPACK HPACKHeader.swift
[2254/2317] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2255/2317] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2256/2317] Compiling MultipartKit FormDataDecoder.swift
[2257/2317] Compiling MultipartKit FormDataEncoder.Encoder.swift
[2258/2317] Compiling NIOHPACK HeaderTables.swift
[2259/2317] Compiling NIOHPACK HPACKEncoder.swift
[2260/2317] Compiling NIOHPACK HPACKErrors.swift
[2261/2317] Compiling NIOHTTPCompression HTTPCompression.swift
[2262/2317] Emitting module NIOHTTPCompression
[2263/2317] Compiling NIOHTTPCompression HTTPDecompression.swift
[2264/2318] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2265/2318] Emitting module _NIOFileSystemFoundationCompat
[2270/2319] Emitting module NIOWebSocket
[2275/2319] Emitting module NIOExtras
[2277/2319] Compiling NIOHPACK StaticHeaderTable.swift
[2278/2319] Compiling NIOWebSocket WebSocketFrame.swift
[2280/2321] Emitting module NIOHPACK
[2288/2323] Emitting module NIOFileSystem
[2290/2323] Compiling NIOFileSystem Exports.swift
[2313/2384] Compiling NIOHTTP2 StateMachineResult.swift
[2314/2384] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2316/2393] Compiling WebSocketKit Exports.swift
[2317/2393] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2318/2393] Compiling WebSocketKit WebSocketHandler.swift
[2319/2393] Compiling WebSocketKit WebSocket.swift
[2320/2393] Compiling WebSocketKit WebSocketClient.swift
[2321/2393] Compiling WebSocketKit WebSocket+Connect.swift
[2322/2393] Emitting module WebSocketKit
[2323/2393] Compiling WebSocketKit WebSocket+Concurrency.swift
[2327/2394] Compiling NIOHTTP2 DOSHeuristics.swift
[2328/2394] Compiling NIOHTTP2 Error+Any.swift
[2329/2394] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2330/2394] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2331/2394] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2332/2394] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2333/2402] Compiling NIOHTTP2 MaySendFrames.swift
[2334/2402] Compiling NIOHTTP2 SendingDataState.swift
[2335/2402] Compiling NIOHTTP2 SendingGoawayState.swift
[2336/2402] Compiling NIOHTTP2 SendingHeadersState.swift
[2337/2402] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2338/2402] Compiling NIOHTTP2 SendingRstStreamState.swift
[2339/2402] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2340/2402] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2341/2402] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2342/2402] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2343/2402] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2344/2402] Compiling NIOHTTP2 HTTP2StreamID.swift
[2345/2402] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2346/2402] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2347/2402] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2348/2402] Compiling NIOHTTP2 InboundEventBuffer.swift
[2349/2402] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2350/2402] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2351/2402] Compiling NIOHTTP2 MayReceiveFrames.swift
[2352/2402] Compiling NIOHTTP2 ReceivingDataState.swift
[2353/2402] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2354/2402] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2355/2402] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2356/2402] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2357/2402] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2358/2402] Emitting module NIOHTTP2
[2372/2403] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2373/2403] Compiling NIOHTTP2 HTTP2Frame.swift
[2374/2403] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2375/2403] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2376/2403] Compiling NIOHTTP2 HTTP2PingData.swift
[2377/2403] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2378/2403] Compiling NIOHTTP2 HTTP2Settings.swift
[2379/2403] Compiling NIOHTTP2 HTTP2Stream.swift
[2380/2403] Compiling NIOHTTP2 InboundWindowManager.swift
[2381/2403] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2382/2403] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2383/2403] Compiling NIOHTTP2 StreamChannelList.swift
[2384/2403] Compiling NIOHTTP2 StreamMap.swift
[2385/2403] Compiling NIOHTTP2 StreamStateMachine.swift
[2386/2403] Compiling NIOHTTP2 UnsafeTransfer.swift
[2387/2403] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2388/2403] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2389/2403] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2390/2403] Compiling NIOHTTP2 HasLocalSettings.swift
[2391/2403] Compiling NIOHTTP2 HasRemoteSettings.swift
[2392/2403] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2393/2403] Compiling NIOHTTP2 QuiescingState.swift
[2394/2403] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2395/2403] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2396/2403] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2397/2403] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2398/2403] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2399/2403] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2400/2403] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2401/2403] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2402/2403] Compiling NIOHTTP2 HTTP2Error.swift
[2403/2403] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2405/2463] Emitting module AsyncHTTPClient
[2406/2463] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2407/2463] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2408/2463] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2409/2463] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2410/2463] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2411/2463] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2412/2463] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2413/2463] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2414/2463] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2415/2471] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2416/2471] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2417/2471] Compiling AsyncHTTPClient Transaction.swift
[2418/2471] Compiling AsyncHTTPClient Base64.swift
[2419/2471] Compiling AsyncHTTPClient BasicAuth.swift
[2420/2471] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2421/2471] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2422/2471] Compiling AsyncHTTPClient ConnectionPool.swift
[2423/2471] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2424/2471] Compiling AsyncHTTPClient RequestBag.swift
[2425/2471] Compiling AsyncHTTPClient RequestValidation.swift
[2426/2471] Compiling AsyncHTTPClient SSLContextCache.swift
[2427/2471] Compiling AsyncHTTPClient Scheme.swift
[2428/2471] Compiling AsyncHTTPClient Singleton.swift
[2429/2471] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2430/2471] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2431/2471] Compiling AsyncHTTPClient Utils.swift
[2432/2471] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2433/2471] Compiling AsyncHTTPClient RequestOptions.swift
[2434/2471] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2435/2471] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2436/2471] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2437/2471] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2438/2471] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2439/2471] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2440/2471] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2441/2471] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2442/2471] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2443/2471] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2444/2471] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2445/2471] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2446/2471] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2447/2471] Compiling AsyncHTTPClient RequestBodyLength.swift
[2448/2471] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2449/2471] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2450/2471] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2451/2471] Compiling AsyncHTTPClient HTTP1Connection.swift
[2452/2471] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2453/2471] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2454/2471] Compiling AsyncHTTPClient HTTP2Connection.swift
[2455/2471] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2456/2471] Compiling AsyncHTTPClient HTTPClient.swift
[2457/2471] Compiling AsyncHTTPClient HTTPHandler.swift
[2458/2471] Compiling AsyncHTTPClient LRUCache.swift
[2459/2471] Compiling AsyncHTTPClient NWErrorHandler.swift
[2460/2471] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2461/2471] Compiling AsyncHTTPClient TLSConfiguration.swift
[2462/2471] Compiling AsyncHTTPClient RedirectState.swift
[2463/2471] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2464/2471] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2465/2471] Compiling AsyncHTTPClient ConnectionTarget.swift
[2466/2471] Compiling AsyncHTTPClient DeconstructedURL.swift
[2467/2471] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2468/2471] Compiling AsyncHTTPClient FoundationExtensions.swift
[2469/2471] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2470/2471] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2471/2471] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2473/2641] Compiling Vapor AsyncBasicResponder.swift
[2474/2641] Compiling Vapor AsyncMiddleware.swift
[2475/2641] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2476/2641] Compiling Vapor AsyncSessionDriver.swift
[2477/2641] Compiling Vapor Authentication+Concurrency.swift
[2478/2641] Compiling Vapor Cache+Concurrency.swift
[2479/2641] Compiling Vapor Client+Concurrency.swift
[2480/2641] Compiling Vapor RequestBody+Concurrency.swift
[2481/2641] Compiling Vapor Responder+Concurrency.swift
[2482/2641] Compiling Vapor ResponseCodable+Concurrency.swift
[2483/2641] Compiling Vapor RoutesBuilder+Concurrency.swift
[2484/2641] Compiling Vapor ViewRenderer+Concurrency.swift
[2485/2641] Compiling Vapor WebSocket+Concurrency.swift
[2486/2641] Compiling Vapor ContainerGetPathExecutor.swift
[2487/2641] Compiling Vapor Content.swift
[2488/2641] Compiling Vapor ContentCoders.swift
[2489/2641] Compiling Vapor ContentConfiguration.swift
[2490/2641] Compiling Vapor ContentContainer.swift
[2491/2641] Compiling Vapor JSONCoder+Custom.swift
[2492/2641] Compiling Vapor JSONCoders+Content.swift
[2493/2641] Compiling Vapor PlaintextDecoder.swift
[2494/2641] Compiling Vapor PlaintextEncoder.swift
[2495/2641] Compiling Vapor URLQueryCoders.swift
[2496/2641] Compiling Vapor URLQueryContainer.swift
[2497/2665] Compiling Vapor Application.swift
[2498/2665] Compiling Vapor AuthenticationCache.swift
[2499/2665] Compiling Vapor Authenticator.swift
[2500/2665] Compiling Vapor BasicAuthorization.swift
[2501/2665] Compiling Vapor BearerAuthorization.swift
[2502/2665] Compiling Vapor GuardMiddleware.swift
[2503/2665] Compiling Vapor RedirectMiddleware.swift
[2504/2665] Compiling Vapor SessionAuthenticatable.swift
[2505/2665] Compiling Vapor Bcrypt.swift
[2506/2665] Compiling Vapor Application+Cache.swift
[2507/2665] Compiling Vapor Cache.swift
[2508/2665] Compiling Vapor CacheExpirationTime.swift
[2509/2665] Compiling Vapor MemoryCache.swift
[2510/2665] Compiling Vapor Request+Cache.swift
[2511/2665] Compiling Vapor Application+Clients.swift
[2512/2665] Compiling Vapor Client.swift
[2513/2665] Compiling Vapor ClientRequest.swift
[2514/2665] Compiling Vapor ClientResponse.swift
[2515/2665] Compiling Vapor Request+Client.swift
[2516/2665] Compiling Vapor BootCommand.swift
[2517/2665] Compiling Vapor CommandContext+Application.swift
[2518/2665] Compiling Vapor RoutesCommand.swift
[2519/2665] Compiling Vapor ServeCommand.swift
[2520/2665] Compiling Vapor AnyResponse+Concurrency.swift
[2521/2689] Compiling Vapor HTTPServerResponseEncoder.swift
[2522/2689] Compiling Vapor HTTPServerUpgradeHandler.swift
[2523/2689] Compiling Vapor Logger+Report.swift
[2524/2689] Compiling Vapor LoggingSystem+Environment.swift
[2525/2689] Compiling Vapor Application+Middleware.swift
[2526/2689] Compiling Vapor CORSMiddleware.swift
[2527/2689] Compiling Vapor ErrorMiddleware.swift
[2528/2689] Compiling Vapor FileMiddleware.swift
[2529/2689] Compiling Vapor Middleware.swift
[2530/2689] Compiling Vapor MiddlewareConfiguration.swift
[2531/2689] Compiling Vapor ResponseCompressionMiddleware.swift
[2532/2689] Compiling Vapor RouteLoggingMiddleware.swift
[2533/2689] Compiling Vapor TracingMiddleware.swift
[2534/2689] Compiling Vapor File+Multipart.swift
[2535/2689] Compiling Vapor FormDataDecoder+Content.swift
[2536/2689] Compiling Vapor FormDataEncoder+Content.swift
[2537/2689] Compiling Vapor Application+Password.swift
[2538/2689] Compiling Vapor Application+Passwords.swift
[2539/2689] Compiling Vapor AsyncPasswordHasher.swift
[2540/2689] Compiling Vapor BcryptHasher.swift
[2541/2689] Compiling Vapor PasswordHasher.swift
[2542/2689] Compiling Vapor PlaintextHasher.swift
[2543/2689] Compiling Vapor Request+Password.swift
[2544/2689] Compiling Vapor Redirect.swift
[2545/2689] Compiling Vapor Validator.swift
[2546/2689] Compiling Vapor ValidatorResult.swift
[2547/2689] Compiling Vapor And.swift
[2548/2689] Compiling Vapor Case.swift
[2549/2689] Compiling Vapor CharacterSet.swift
[2550/2689] Compiling Vapor Count.swift
[2551/2689] Compiling Vapor Custom.swift
[2552/2689] Compiling Vapor Email.swift
[2553/2689] Compiling Vapor Empty.swift
[2554/2689] Compiling Vapor In.swift
[2555/2689] Compiling Vapor Nil.swift
[2556/2689] Compiling Vapor NilIgnoring.swift
[2557/2689] Compiling Vapor Not.swift
[2558/2689] Compiling Vapor Or.swift
[2559/2689] Compiling Vapor Pattern.swift
[2560/2689] Compiling Vapor Range.swift
[2561/2689] Compiling Vapor URL.swift
[2562/2689] Compiling Vapor Valid.swift
[2563/2689] Compiling Vapor Application+Views.swift
[2564/2689] Compiling Vapor PlaintextRenderer.swift
[2565/2689] Compiling Vapor Request+View.swift
[2566/2689] Compiling Vapor View.swift
[2567/2689] Compiling Vapor ViewRenderer.swift
[2568/2689] Compiling Vapor _Deprecations.swift
[2569/2689] Compiling Vapor Request+Body.swift
[2570/2689] Compiling Vapor Request+BodyStream.swift
[2571/2689] Compiling Vapor Request.swift
[2572/2689] Compiling Vapor Application+Responder.swift
[2573/2689] Compiling Vapor DefaultResponder.swift
[2574/2689] Compiling Vapor Response+Body.swift
[2575/2689] Compiling Vapor Response.swift
[2576/2689] Compiling Vapor ResponseCodable.swift
[2577/2689] Compiling Vapor Application+Routes.swift
[2578/2689] Compiling Vapor Parameters+Require.swift
[2579/2689] Compiling Vapor Request+WebSocket.swift
[2580/2689] Compiling Vapor Route.swift
[2581/2689] Compiling Vapor RouteCollection.swift
[2582/2689] Compiling Vapor Routes.swift
[2583/2689] Compiling Vapor RoutesBuilder+Group.swift
[2584/2689] Compiling Vapor RoutesBuilder+Method.swift
[2585/2689] Compiling Vapor RoutesBuilder+Middleware.swift
[2586/2689] Compiling Vapor RoutesBuilder+WebSocket.swift
[2587/2689] Compiling Vapor RoutesBuilder.swift
[2588/2689] Compiling Vapor OTP.swift
[2589/2689] Compiling Vapor Application+Servers.swift
[2590/2689] Compiling Vapor Server.swift
[2591/2689] Compiling Vapor App+Service.swift
[2592/2689] Compiling Vapor Req+Service.swift
[2593/2689] Compiling Vapor Service.swift
[2594/2689] Compiling Vapor Application+Sessions.swift
[2595/2689] Compiling Vapor MemorySessions.swift
[2596/2689] Compiling Vapor Request+Session.swift
[2597/2689] Compiling Vapor Session.swift
[2598/2689] Compiling Vapor SessionCache.swift
[2599/2689] Compiling Vapor SessionData.swift
[2600/2689] Compiling Vapor SessionDriver.swift
[2601/2689] Compiling Vapor SessionsConfiguration.swift
[2602/2689] Compiling Vapor SessionsMiddleware.swift
[2603/2689] Compiling Vapor URLEncodedFormData.swift
[2604/2689] Compiling Vapor URLEncodedFormDecoder.swift
[2605/2689] Compiling Vapor URLEncodedFormEncoder.swift
[2606/2689] Compiling Vapor URLEncodedFormError.swift
[2607/2689] Compiling Vapor URLEncodedFormParser.swift
[2608/2689] Compiling Vapor URLEncodedFormSerializer.swift
[2609/2689] Compiling Vapor URLQueryFragmentConvertible.swift
[2610/2689] Compiling Vapor AnyResponse.swift
[2611/2689] Compiling Vapor Array+Random.swift
[2612/2689] Compiling Vapor Base32.swift
[2613/2689] Compiling Vapor Base64.swift
[2614/2689] Compiling Vapor BaseN.swift
[2615/2689] Compiling Vapor BasicCodingKey.swift
[2616/2689] Compiling Vapor ByteCount.swift
[2617/2689] Emitting module Vapor
[2618/2689] Compiling Vapor Core.swift
[2619/2689] Compiling Vapor Running.swift
[2620/2689] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2621/2689] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2622/2689] Compiling Vapor DotEnvFile+load.swift
[2623/2689] Compiling Vapor Routes+caseInsenstive.swift
[2624/2689] Compiling Vapor Validatable+validate.swift
[2625/2689] Compiling Vapor Environment+Process.swift
[2626/2689] Compiling Vapor Environment+Secret.swift
[2627/2689] Compiling Vapor Environment.swift
[2628/2689] Compiling Vapor Abort.swift
[2629/2689] Compiling Vapor AbortError.swift
[2630/2689] Compiling Vapor DebuggableError.swift
[2631/2689] Compiling Vapor Demangler.swift
[2632/2689] Compiling Vapor ErrorSource.swift
[2633/2689] Compiling Vapor StackTrace.swift
[2634/2689] Compiling Vapor Exports.swift
[2635/2689] Compiling Vapor Application+HTTP.swift
[2636/2689] Compiling Vapor BasicResponder.swift
[2637/2689] Compiling Vapor BodyStream.swift
[2638/2689] Compiling Vapor Application+HTTP+Client.swift
[2639/2689] Compiling Vapor EventLoopHTTPClient.swift
[2640/2689] Compiling Vapor EndpointCache.swift
[2641/2689] Compiling Vapor HTTPMethod+String.swift
[2642/2689] Compiling Vapor HTTPStatus.swift
[2643/2689] Compiling Vapor HTTPCookies.swift
[2644/2689] Compiling Vapor HTTPHeaderCacheControl.swift
[2645/2689] Compiling Vapor HTTPHeaderExpires.swift
[2646/2689] Compiling Vapor HTTPHeaderLastModified.swift
[2647/2689] Compiling Vapor HTTPHeaders+Cache.swift
[2648/2689] Compiling Vapor HTTPHeaders+Connection.swift
[2649/2689] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2650/2689] Compiling Vapor HTTPHeaders+ContentRange.swift
[2651/2689] Compiling Vapor HTTPHeaders+Directive.swift
[2652/2689] Compiling Vapor HTTPHeaders+Forwarded.swift
[2653/2689] Compiling Vapor HTTPHeaders+Link.swift
[2654/2689] Compiling Vapor HTTPHeaders+Name.swift
[2655/2689] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2656/2689] Compiling Vapor HTTPHeaders.swift
[2657/2689] Compiling Vapor HTTPMediaType.swift
[2658/2689] Compiling Vapor HTTPMediaTypePreference.swift
[2659/2689] Compiling Vapor Responder.swift
[2660/2689] Compiling Vapor Application+HTTP+Server.swift
[2661/2689] Compiling Vapor HTTPServer.swift
[2662/2689] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2663/2689] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2664/2689] Compiling Vapor HTTPServerHandler.swift
[2665/2689] Compiling Vapor HTTPServerRequestDecoder.swift
[2666/2689] Compiling Vapor Bytes+Hex.swift
[2667/2689] Compiling Vapor Bytes+SecureCompare.swift
[2668/2689] Compiling Vapor Collection+Safe.swift
[2669/2689] Compiling Vapor DataProtocol+Copy.swift
[2670/2689] Compiling Vapor DecoderUnwrapper.swift
[2671/2689] Compiling Vapor DirectoryConfiguration.swift
[2672/2689] Compiling Vapor DotEnv.swift
[2673/2689] Compiling Vapor Extendable.swift
[2674/2689] Compiling Vapor File.swift
[2675/2689] Compiling Vapor FileIO.swift
[2676/2689] Compiling Vapor LifecycleHandler.swift
[2677/2689] Compiling Vapor OptionalType.swift
[2678/2689] Compiling Vapor RFC1123.swift
[2679/2689] Compiling Vapor SocketAddress+Hostname.swift
[2680/2689] Compiling Vapor Storage.swift
[2681/2689] Compiling Vapor String+IsIPAddress.swift
[2682/2689] Compiling Vapor Thread.swift
[2683/2689] Compiling Vapor URI.swift
[2684/2689] Compiling Vapor RangeResult.swift
[2685/2689] Compiling Vapor Validatable.swift
[2686/2689] Compiling Vapor Validation.swift
[2687/2689] Compiling Vapor ValidationKey.swift
[2688/2689] Compiling Vapor Validations.swift
[2689/2689] Compiling Vapor ValidationsError.swift
[2691/2706] Emitting module JWT
[2692/2707] Emitting module Submissions
[2693/2707] Compiling Submissions CreateRequest.swift
[2694/2707] Compiling JWT JWTError+Vapor.swift
[2695/2707] Compiling JWT JWTAuthenticator.swift
[2696/2707] Compiling Submissions ValidatableRequest.swift
[2697/2707] Compiling Submissions RequestMakeable.swift
[2698/2707] Compiling Submissions UpdateRequest.swift
[2699/2707] Compiling JWT JWT+Google.swift
[2700/2707] Compiling JWT JWT+Microsoft.swift
[2701/2707] Compiling JWT Request+JWT.swift
[2702/2708] Compiling JWT Exports.swift
[2703/2708] Compiling JWT JWKSCache.swift
[2704/2708] Compiling JWT Application+JWT.swift
[2705/2708] Compiling JWT AsyncJWTAuthenticator.swift
[2706/2708] Compiling JWT JWT+Apple.swift
[2707/2708] Compiling JWT JWT+Concurrency.swift
[2710/2720] Compiling Keychain KeychainPayload.swift
[2711/2720] Compiling Keychain Application+JWTKeychain.swift
/host/spi-builder-workspace/Sources/Keychain/Extensions/Application+JWTKeychain.swift:6:28: warning: type 'Application.Keychain.Key.Value' (aka 'Application.Keychain') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 3 |
 4 | public extension Application {
 5 |     struct Keychain {
   |            `- note: consider making struct 'Keychain' conform to the 'Sendable' protocol
 6 |         fileprivate struct Key: StorageKey {
   |                            `- warning: type 'Application.Keychain.Key.Value' (aka 'Application.Keychain') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |             typealias Value = Keychain
 8 |         }
[2712/2720] Compiling Keychain Request+JWTKeychain.swift
/host/spi-builder-workspace/Sources/Keychain/Extensions/Application+JWTKeychain.swift:6:28: warning: type 'Application.Keychain.Key.Value' (aka 'Application.Keychain') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 3 |
 4 | public extension Application {
 5 |     struct Keychain {
   |            `- note: consider making struct 'Keychain' conform to the 'Sendable' protocol
 6 |         fileprivate struct Key: StorageKey {
   |                            `- warning: type 'Application.Keychain.Key.Value' (aka 'Application.Keychain') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |             typealias Value = Keychain
 8 |         }
[2713/2721] Compiling Keychain ResetPasswordRequest.swift
/host/spi-builder-workspace/Sources/Keychain/ResetPasswordRequest.swift:14:32: warning: type 'Self.Model' does not conform to the 'Sendable' protocol
12 | public extension ResetPasswordRequest {
13 |     static func updatePassword(for user: Model, on request: Request) -> EventLoopFuture<Model> {
14 |         validated(on: request).flatMap { resetPasswordRequest in
   |                                `- warning: type 'Self.Model' does not conform to the 'Sendable' protocol
15 |             request
16 |             .password
/host/spi-builder-workspace/Sources/Keychain/ResetPasswordRequest.swift:20:17: warning: capture of 'user' with non-sendable type 'Self.Model' in a '@Sendable' closure
18 |             .hash(resetPasswordRequest.password)
19 |             .map {
20 |                 user[keyPath: Self.hashedPasswordKey] = $0
   |                 `- warning: capture of 'user' with non-sendable type 'Self.Model' in a '@Sendable' closure
21 |                 return user
22 |             }
/host/spi-builder-workspace/Sources/Keychain/ResetPasswordRequest.swift:20:17: warning: capture of 'user' with non-sendable type 'Self.Model' in a '@Sendable' closure
18 |             .hash(resetPasswordRequest.password)
19 |             .map {
20 |                 user[keyPath: Self.hashedPasswordKey] = $0
   |                 `- warning: capture of 'user' with non-sendable type 'Self.Model' in a '@Sendable' closure
21 |                 return user
22 |             }
/host/spi-builder-workspace/Sources/Keychain/ResetPasswordRequest.swift:31:14: warning: type 'Self.Model' does not conform to the 'Sendable' protocol
29 |         request.eventLoop
30 |             .future(result: .init { try request.auth.require() })
31 |             .flatMap { updatePassword(for: $0, on: request)}
   |              `- warning: type 'Self.Model' does not conform to the 'Sendable' protocol
32 |     }
33 | }
[2714/2721] Compiling Keychain RegisterRequest.swift
/host/spi-builder-workspace/Sources/Keychain/RegisterRequest.swift:15:32: warning: type 'Self.AccessKeychainConfig.JWTPayload.User' does not conform to the 'Sendable' protocol
13 |         currentDate: Date = Date()
14 |     ) -> EventLoopFuture<AuthenticationResponse<Model>> {
15 |         validated(on: request).flatMap { registerRequest in
   |                                `- warning: type 'Self.AccessKeychainConfig.JWTPayload.User' does not conform to the 'Sendable' protocol
16 |             registerRequest.register(on: request)
17 |         }.flatMapThrowing { user in
[2715/2721] Compiling Keychain ForgotPasswordRequest.swift
/host/spi-builder-workspace/Sources/Keychain/ForgotPasswordRequest.swift:20:14: warning: type 'Self.Config.JWTPayload.User' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
18 |     static func sendToken(on request: Request, currentDate: Date = Date()) -> EventLoopFuture<Void> {
19 |         validated(on: request)
20 |             .flatMap { $0.findUser(request: request) }
   |              `- warning: type 'Self.Config.JWTPayload.User' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
21 |             .flatMap { user in
22 |                 guard let user = user else {
/host/spi-builder-workspace/Sources/Keychain/KeychainConfig.swift:62:57: warning: converting non-sendable function value to '@Sendable (T.JWTPayload.User) -> Void' may introduce data races
60 |         for request: Request
61 |     ) -> EventLoopFuture<Void> {
62 |         jwt.findUser(request: request).map(request.auth.login)
   |                                                         `- warning: converting non-sendable function value to '@Sendable (T.JWTPayload.User) -> Void' may introduce data races
63 |     }
64 | }
[2716/2721] Compiling Keychain KeychainConfig.swift
/host/spi-builder-workspace/Sources/Keychain/ForgotPasswordRequest.swift:20:14: warning: type 'Self.Config.JWTPayload.User' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
18 |     static func sendToken(on request: Request, currentDate: Date = Date()) -> EventLoopFuture<Void> {
19 |         validated(on: request)
20 |             .flatMap { $0.findUser(request: request) }
   |              `- warning: type 'Self.Config.JWTPayload.User' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
21 |             .flatMap { user in
22 |                 guard let user = user else {
/host/spi-builder-workspace/Sources/Keychain/KeychainConfig.swift:62:57: warning: converting non-sendable function value to '@Sendable (T.JWTPayload.User) -> Void' may introduce data races
60 |         for request: Request
61 |     ) -> EventLoopFuture<Void> {
62 |         jwt.findUser(request: request).map(request.auth.login)
   |                                                         `- warning: converting non-sendable function value to '@Sendable (T.JWTPayload.User) -> Void' may introduce data races
63 |     }
64 | }
[2717/2721] Compiling Keychain LoginRequest.swift
/host/spi-builder-workspace/Sources/Keychain/LoginRequest.swift:27:63: warning: capture of 'errorOnWrongPassword' with non-sendable type '() -> any Error' in a '@Sendable' closure
25 |                         .verify(loginRequest.password, created: user[keyPath: hashedPasswordKey])
26 |                         .flatMapThrowing { passwordsMatch in
27 |                             guard passwordsMatch else { throw errorOnWrongPassword() }
   |                                                               |- warning: capture of 'errorOnWrongPassword' with non-sendable type '() -> any Error' in a '@Sendable' closure
   |                                                               `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
28 |
29 |                             return try authenticationResponse(
/host/spi-builder-workspace/Sources/Keychain/LoginRequest.swift:25:33: warning: capture of 'loginRequest' with non-sendable type 'Self' in a '@Sendable' closure
23 |                 .flatMap { user in
24 |                     request.password.async
25 |                         .verify(loginRequest.password, created: user[keyPath: hashedPasswordKey])
   |                                 `- warning: capture of 'loginRequest' with non-sendable type 'Self' in a '@Sendable' closure
26 |                         .flatMapThrowing { passwordsMatch in
27 |                             guard passwordsMatch else { throw errorOnWrongPassword() }
Keychain.LoginRequest.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol LoginRequest {
2 | Self : Keychain.LoginRequest}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/host/spi-builder-workspace/Sources/Keychain/LoginRequest.swift:27:63: warning: capture of 'errorOnWrongPassword' with non-sendable type '() -> any Error' in a '@Sendable' closure
25 |                         .verify(loginRequest.password, created: user[keyPath: hashedPasswordKey])
26 |                         .flatMapThrowing { passwordsMatch in
27 |                             guard passwordsMatch else { throw errorOnWrongPassword() }
   |                                                               |- warning: capture of 'errorOnWrongPassword' with non-sendable type '() -> any Error' in a '@Sendable' closure
   |                                                               `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
28 |
29 |                             return try authenticationResponse(
/host/spi-builder-workspace/Sources/Keychain/LoginRequest.swift:27:63: warning: capture of 'errorOnWrongPassword' with non-sendable type '() -> any Error' in a '@Sendable' closure
25 |                         .verify(loginRequest.password, created: user[keyPath: hashedPasswordKey])
26 |                         .flatMapThrowing { passwordsMatch in
27 |                             guard passwordsMatch else { throw errorOnWrongPassword() }
   |                                                               |- warning: capture of 'errorOnWrongPassword' with non-sendable type '() -> any Error' in a '@Sendable' closure
   |                                                               `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
28 |
29 |                             return try authenticationResponse(
/host/spi-builder-workspace/Sources/Keychain/LoginRequest.swift:30:38: warning: capture of 'user' with non-sendable type 'Self.AccessKeychainConfig.JWTPayload.User' in a '@Sendable' closure
28 |
29 |                             return try authenticationResponse(
30 |                                 for: user,
   |                                      `- warning: capture of 'user' with non-sendable type 'Self.AccessKeychainConfig.JWTPayload.User' in a '@Sendable' closure
31 |                                 on: request,
32 |                                 currentDate: currentDate
[2718/2721] Emitting module Keychain
/host/spi-builder-workspace/Sources/Keychain/AuthenticationResponse.swift:4:16: warning: stored property 'user' of 'Sendable'-conforming generic struct 'AuthenticationResponse' has non-sendable type 'User'; this is an error in the Swift 6 language mode
 1 | import Vapor
 2 |
 3 | public struct AuthenticationResponse<User> {
   |                                      `- note: consider making generic parameter 'User' conform to the 'Sendable' protocol
 4 |     public let user: User
   |                `- warning: stored property 'user' of 'Sendable'-conforming generic struct 'AuthenticationResponse' has non-sendable type 'User'; this is an error in the Swift 6 language mode
 5 |     public let accessToken: String
 6 |     public let refreshToken: String
/host/spi-builder-workspace/Sources/Keychain/Extensions/Application+JWTKeychain.swift:6:28: warning: type 'Application.Keychain.Key.Value' (aka 'Application.Keychain') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 3 |
 4 | public extension Application {
 5 |     struct Keychain {
   |            `- note: consider making struct 'Keychain' conform to the 'Sendable' protocol
 6 |         fileprivate struct Key: StorageKey {
   |                            `- warning: type 'Application.Keychain.Key.Value' (aka 'Application.Keychain') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 7 |             typealias Value = Keychain
 8 |         }
[2719/2721] Compiling Keychain AuthenticationRequest.swift
/host/spi-builder-workspace/Sources/Keychain/AuthenticationResponse.swift:4:16: warning: stored property 'user' of 'Sendable'-conforming generic struct 'AuthenticationResponse' has non-sendable type 'User'; this is an error in the Swift 6 language mode
 1 | import Vapor
 2 |
 3 | public struct AuthenticationResponse<User> {
   |                                      `- note: consider making generic parameter 'User' conform to the 'Sendable' protocol
 4 |     public let user: User
   |                `- warning: stored property 'user' of 'Sendable'-conforming generic struct 'AuthenticationResponse' has non-sendable type 'User'; this is an error in the Swift 6 language mode
 5 |     public let accessToken: String
 6 |     public let refreshToken: String
[2720/2721] Compiling Keychain AuthenticationResponse.swift
/host/spi-builder-workspace/Sources/Keychain/AuthenticationResponse.swift:4:16: warning: stored property 'user' of 'Sendable'-conforming generic struct 'AuthenticationResponse' has non-sendable type 'User'; this is an error in the Swift 6 language mode
 1 | import Vapor
 2 |
 3 | public struct AuthenticationResponse<User> {
   |                                      `- note: consider making generic parameter 'User' conform to the 'Sendable' protocol
 4 |     public let user: User
   |                `- warning: stored property 'user' of 'Sendable'-conforming generic struct 'AuthenticationResponse' has non-sendable type 'User'; this is an error in the Swift 6 language mode
 5 |     public let accessToken: String
 6 |     public let refreshToken: String
[2721/2721] Compiling Keychain Storage+orSetDefault.swift
Build complete! (552.07s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "jwt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.50.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "submissions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0-rc",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nodes-vapor/submissions.git"
    }
  ],
  "manifest_display_name" : "keychain",
  "name" : "keychain",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Keychain",
      "targets" : [
        "Keychain"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KeychainTests",
      "module_type" : "SwiftTarget",
      "name" : "KeychainTests",
      "path" : "Tests/KeychainTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "Controllers/UserController.swift",
        "Errors/TestError.swift",
        "KeychainTests.swift",
        "Models/Entities/User.swift",
        "Models/JWTPayloads/UserJWTPayload.swift",
        "Models/KeychainConfigs/UserAccessKeychainConfig.swift",
        "Models/KeychainConfigs/UserRefreshKeychainConfig.swift",
        "Models/KeychainConfigs/UserResetKeychainConfig.swift",
        "Models/Requests/UserForgotPasswordRequest.swift",
        "Models/Requests/UserLoginRequest.swift",
        "Models/Requests/UserRegisterRequest.swift",
        "Models/Requests/UserResetPasswordRequest.swift",
        "Models/Responses/RefreshTokenResponse.swift",
        "Models/Responses/TestAuthenticationResponse.swift",
        "Models/Responses/UserResponse.swift",
        "Test Helpers/TestHasher.swift",
        "Test Helpers/TestJWTAlgorithm.swift",
        "Test Helpers/TestValidatorResultFailure.swift",
        "Utilities/Application+mail.swift",
        "Utilities/Application+users.swift",
        "Utilities/Request+users.swift"
      ],
      "target_dependencies" : [
        "Keychain"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Keychain",
      "module_type" : "SwiftTarget",
      "name" : "Keychain",
      "path" : "Sources/Keychain",
      "product_dependencies" : [
        "JWT",
        "Vapor",
        "Submissions"
      ],
      "product_memberships" : [
        "Keychain"
      ],
      "sources" : [
        "AuthenticationRequest.swift",
        "AuthenticationResponse.swift",
        "Extensions/Application+JWTKeychain.swift",
        "Extensions/Request+JWTKeychain.swift",
        "ForgotPasswordRequest.swift",
        "KeychainConfig.swift",
        "KeychainPayload.swift",
        "LoginRequest.swift",
        "RegisterRequest.swift",
        "ResetPasswordRequest.swift",
        "Utilities/Storage+orSetDefault.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
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.