The Swift Package Index logo.Swift Package Index

Build Information

Successful build of VaporAuth, reference 1.1.2 (20a001), with Swift 6.1 for Android on 29 May 2025 14:11:13 UTC.

Swift 6 data race errors: 3

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Myoland/VaporAuth.git
Reference: 1.1.2
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/Myoland/VaporAuth
 * tag               1.1.2      -> FETCH_HEAD
HEAD is now at 20a0015 Public ScopeWrapper  init
Cloned https://github.com/Myoland/VaporAuth.git
Revision (git rev-parse @):
20a00157a3e01fcc83fdc01fd5a25486ebd0b65a
SUCCESS checkout https://github.com/Myoland/VaporAuth.git at 1.1.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Myoland/VaporAuth.git
https://github.com/Myoland/VaporAuth.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "jwt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0-rc.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt"
    }
  ],
  "manifest_display_name" : "VaporAuth",
  "name" : "VaporAuth",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "VaporAuth",
      "targets" : [
        "VaporAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VaporAuthTests",
      "module_type" : "SwiftTarget",
      "name" : "VaporAuthTests",
      "path" : "Tests/VaporAuthTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "AuthCarrierTests.swift",
        "AuthHandlerTests.swift",
        "ClaimTests/ScopeClaimTests.swift",
        "LibTests/ScopeTests.swift",
        "LibTests/ScopeWrapperTests.swift",
        "MiddleWare/RouteAuthTests.swift",
        "PredicateTests/BasePredicateTests.swift",
        "PredicateTests/FieldPredicateTests.swift",
        "Utils/AuthCarrier+Testable.swift",
        "Utils/JWT+Helper.swift"
      ],
      "target_dependencies" : [
        "VaporAuth"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VaporAuth",
      "module_type" : "SwiftTarget",
      "name" : "VaporAuth",
      "path" : "Sources/VaporAuth",
      "product_dependencies" : [
        "Vapor",
        "JWT"
      ],
      "product_memberships" : [
        "VaporAuth"
      ],
      "sources" : [
        "AuthCarrier.swift",
        "AuthHandler.swift",
        "AuthPredicate.swift",
        "Claims/JWTClaim+Guardable.swift",
        "Claims/ScopeClaim.swift",
        "Lib/Scope/Scope+Create.swift",
        "Lib/Scope/Scope+Wrapper.swift",
        "Lib/Scope/Scope.swift",
        "MiddleWare/AuthGuardMiddleware.swift",
        "MiddleWare/Route+Auth.swift",
        "Predicate/AuthBasePredicate.swift",
        "Predicate/AuthFieldPredicate.swift",
        "ScopesCommand.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/jwt
Fetching https://github.com/vapor/vapor.git
[1/2707] Fetching jwt
[2708/77085] Fetching jwt, vapor
Fetched https://github.com/vapor/jwt from cache (2.83s)
Fetched https://github.com/vapor/vapor.git from cache (2.86s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (3.55s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
[1/3319] Fetching multipart-kit
[433/4382] Fetching multipart-kit, swift-service-context
[2127/10341] Fetching multipart-kit, swift-service-context, swift-algorithms
[3883/12950] Fetching multipart-kit, swift-service-context, swift-algorithms, websocket-kit
[5151/14660] Fetching multipart-kit, swift-service-context, swift-algorithms, websocket-kit, swift-atomics
Fetched https://github.com/apple/swift-service-context.git from cache (0.38s)
[4421/13597] Fetching multipart-kit, swift-algorithms, websocket-kit, swift-atomics
[5748/18571] Fetching multipart-kit, swift-algorithms, websocket-kit, swift-atomics, swift-distributed-tracing
Fetching https://github.com/apple/swift-metrics.git
[16880/20777] Fetching multipart-kit, swift-algorithms, websocket-kit, swift-atomics, swift-distributed-tracing, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.51s)
Fetching https://github.com/apple/swift-log.git
[16901/18571] Fetching multipart-kit, swift-algorithms, websocket-kit, swift-atomics, swift-distributed-tracing
[18572/22407] Fetching multipart-kit, swift-algorithms, websocket-kit, swift-atomics, swift-distributed-tracing, swift-log
Fetched https://github.com/vapor/websocket-kit.git from cache (1.87s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.87s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.88s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.88s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-log.git from cache (0.97s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.93s)
Fetching https://github.com/apple/swift-crypto.git
[1/20727] Fetching routing-kit
[2/26641] Fetching routing-kit, swift-nio-extras
[7577/38168] Fetching routing-kit, swift-nio-extras, swift-nio-http2
[24204/52104] Fetching routing-kit, swift-nio-extras, swift-nio-http2, swift-crypto
[25897/66947] Fetching routing-kit, swift-nio-extras, swift-nio-http2, swift-crypto, swift-nio-ssl
[26185/143040] Fetching routing-kit, swift-nio-extras, swift-nio-http2, swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/vapor/routing-kit.git from cache (1.30s)
[48351/122313] Fetching swift-nio-extras, swift-nio-http2, swift-crypto, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/console-kit.git
[69505/127960] Fetching swift-nio-extras, swift-nio-http2, swift-crypto, swift-nio-ssl, swift-nio, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.51s)
[85290/122313] Fetching swift-nio-extras, swift-nio-http2, swift-crypto, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/async-kit.git
[94921/124683] Fetching swift-nio-extras, swift-nio-http2, swift-crypto, swift-nio-ssl, swift-nio, async-kit
Fetched https://github.com/apple/swift-crypto.git from cache (2.18s)
[84876/110747] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio, async-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/async-kit.git from cache (0.45s)
[83267/108377] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
[88594/122391] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.77s)
[80210/110864] Fetching swift-nio-extras, swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.78s)
[67249/96021] Fetching swift-nio-extras, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.88s)
[78203/82007] Fetching swift-nio-extras, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (6.26s)
Fetched https://github.com/apple/swift-nio.git from cache (6.34s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (8.80s)
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.70s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.86s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.99s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.64s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.90s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[353/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.71s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.87s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.86s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.84s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.81s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.45s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.36s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.87s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.95s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.97s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1141] Fetching swift-http-structured-headers
[59/6126] Fetching swift-http-structured-headers, swift-async-algorithms
[1292/7716] Fetching swift-http-structured-headers, swift-async-algorithms, swift-asn1
[2541/10142] Fetching swift-http-structured-headers, swift-async-algorithms, swift-asn1, swift-service-lifecycle
[3198/16297] Fetching swift-http-structured-headers, swift-async-algorithms, swift-asn1, swift-service-lifecycle, swift-certificates
[3498/17201] Fetching swift-http-structured-headers, swift-async-algorithms, swift-asn1, swift-service-lifecycle, swift-certificates, swift-http-types
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.71s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.75s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.75s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.76s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.76s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.30s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.24s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.03s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.00s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.53s)
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/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.04s)
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.91s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.81s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.71s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.91s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.96s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.98s)
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.85s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.94s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.45s)
Computing version for https://github.com/vapor/jwt
Computed https://github.com/vapor/jwt at 5.1.2 (0.92s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (1.35s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.2 (2.32s)
Creating working copy for https://github.com/vapor/jwt
Working copy of https://github.com/vapor/jwt resolved at 5.1.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.1.2
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Building for debugging...
[0/837] Write sources
[52/837] Compiling _NumericsShims _NumericsShims.c
[53/837] Compiling _AtomicsShims.c
[54/837] Compiling CNIOWindows shim.c
[55/837] Compiling CNIOWASI CNIOWASI.c
[56/837] Compiling CNIOWindows WSAStartup.c
[57/837] Compiling CVaporBcrypt bcrypt.c
[58/837] Compiling CSystem shims.c
[59/837] Compiling CNIOSHA1 c_nio_sha1.c
[60/837] Write swift-version-24593BA9C3E375BF.txt
[61/837] Compiling CNIODarwin shim.c
[62/837] Compiling CNIOLinux shim.c
[63/837] Compiling CNIOLinux liburing_shims.c
[63/837] Compiling CNIOExtrasZlib empty.c
[65/837] Compiling CNIOLLHTTP c_nio_llhttp.c
[65/837] Compiling CVaporBcrypt blf.c
[67/837] Compiling CNIOLLHTTP c_nio_http.c
[68/837] Compiling CNIOLLHTTP c_nio_api.c
[70/908] Emitting module ServiceContextModule
[71/908] Emitting module _NIOBase64
[72/908] Emitting module RealModule
[73/909] Emitting module _NIODataStructures
[74/909] Emitting module SystemPackage
[75/912] Compiling RealModule RealFunctions.swift
[76/912] Compiling SystemPackage Util+StringArray.swift
[77/912] Compiling SystemPackage Util.swift
[78/912] Compiling SystemPackage UtilConsumers.swift
[79/912] Compiling SwiftASN1 ArraySliceBigint.swift
[80/912] Compiling SwiftASN1 GeneralizedTime.swift
[81/914] Compiling ServiceContextModule ServiceContextKey.swift
[82/914] Compiling SwiftASN1 ASN1Identifier.swift
[83/914] Compiling SwiftASN1 ASN1.swift
[84/914] Compiling SwiftASN1 BER.swift
[85/914] Compiling SwiftASN1 ASN1Any.swift
[86/914] Compiling _NIODataStructures _TinyArray.swift
[87/914] Compiling RealModule Float80+Real.swift
[88/914] Compiling RealModule Real.swift
[89/914] Compiling RealModule AlgebraicField.swift
[90/914] Compiling RealModule ApproximateEquality.swift
[91/914] Compiling ServiceContextModule ServiceContext.swift
[92/914] Compiling RealModule ElementaryFunctions.swift
[93/914] Compiling _NIODataStructures PriorityQueue.swift
[94/915] Compiling RealModule AugmentedArithmetic.swift
[95/915] Compiling RealModule Double+Real.swift
[96/915] Compiling _CertificateInternals _TinyArray.swift
[97/915] Compiling _NIOBase64 Base64.swift
[100/915] Emitting module _CertificateInternals
[103/916] Compiling RealModule Float+Real.swift
[104/917] Compiling RealModule Float16+Real.swift
[107/918] Compiling SwiftASN1 ASN1BitString.swift
[108/918] Compiling SwiftASN1 ASN1Boolean.swift
[110/918] Compiling _NIODataStructures Heap.swift
[114/919] Compiling fiat_p256_adx_sqr.S
[115/933] Compiling fiat_p256_adx_mul.S
[116/942] Compiling fiat_curve25519_adx_square.S
[118/942] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[119/942] Compiling InternalCollectionsUtilities Debugging.swift
[119/943] Compiling fiat_curve25519_adx_mul.S
[121/943] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[122/943] Compiling InternalCollectionsUtilities Descriptions.swift
[123/943] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[124/943] Compiling Instrumentation NoOpInstrument.swift
[125/943] Compiling Instrumentation MultiplexInstrument.swift
[126/943] Compiling Instrumentation Instrument.swift
[127/943] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[127/943] Compiling CNIOBoringSSLShims shims.c
[129/943] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[130/943] Compiling InternalCollectionsUtilities _SortedCollection.swift
[131/943] Compiling SwiftASN1 DER.swift
[132/943] Compiling SwiftASN1 Errors.swift
[133/943] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[134/943] Compiling InternalCollectionsUtilities UInt+reversed.swift
[135/943] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[136/943] Compiling InternalCollectionsUtilities Integer rank.swift
[137/943] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[138/943] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[139/943] Emitting module InternalCollectionsUtilities
[141/944] Emitting module SwiftASN1
[142/944] Compiling CoreMetrics Metrics.swift
[143/944] Compiling Instrumentation InstrumentationSystem.swift
[144/944] Compiling Instrumentation Locks.swift
[145/944] Compiling Logging MetadataProvider.swift
[146/944] Emitting module CoreMetrics
[147/944] Compiling CoreMetrics Locks.swift
[148/944] Emitting module Instrumentation
[149/946] Compiling Logging Locks.swift
[154/946] Compiling SwiftASN1 TimeUtilities.swift
[155/946] Compiling SwiftASN1 UTCTime.swift
[156/946] Compiling SwiftASN1 ObjectIdentifier.swift
[157/946] Compiling SwiftASN1 PEMDocument.swift
[158/946] Compiling SystemPackage Mocking.swift
[159/946] Compiling SystemPackage RawBuffer.swift
[160/946] Compiling SystemPackage Syscalls.swift
[161/946] Compiling SystemPackage WindowsSyscallAdapters.swift
[164/946] Compiling SystemPackage FileDescriptor.swift
[165/946] Compiling SystemPackage FileHelpers.swift
[166/946] Compiling SystemPackage MachPort.swift
[167/946] Compiling SystemPackage PlatformString.swift
[168/946] Compiling SystemPackage SystemString.swift
[169/946] Compiling Logging LogHandler.swift
[170/946] Emitting module Logging
[171/946] Compiling Logging Logging.swift
[187/1089] Compiling HeapModule Heap+Descriptions.swift
[187/1089] Compiling tls_record.cc
[189/1089] Compiling Tracing TracingTime.swift
[190/1089] Compiling HeapModule _HeapNode.swift
[191/1089] Compiling Tracing InstrumentationSystem+Tracing.swift
[192/1089] Compiling Tracing NoOpTracer.swift
[193/1089] Emitting module Tracing
[194/1089] Compiling HeapModule Heap.swift
[195/1089] Compiling Tracing TracerProtocol.swift
[196/1089] Compiling _RopeModule BigString+Hashing.swift
[197/1089] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[198/1089] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[199/1089] Compiling _RopeModule BigString+Sequence.swift
[200/1089] Compiling _RopeModule BigString+TextOutputStream.swift
[201/1089] Compiling _RopeModule BigString+Append.swift
[202/1089] Compiling _RopeModule BigString+Initializers.swift
[203/1096] Compiling HeapModule Heap+Invariants.swift
[204/1096] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[205/1096] Compiling HeapModule Heap+UnsafeHandle.swift
[206/1102] Compiling Tracing TracerProtocol+Legacy.swift
[207/1102] Compiling Tracing Tracer.swift
[207/1102] Compiling tls_method.cc
[209/1102] Emitting module HeapModule
[210/1103] Emitting module Metrics
[212/1179] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[213/1179] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[214/1179] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[215/1179] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[216/1179] Compiling HashTreeCollections _HashNode.swift
[217/1179] Compiling HashTreeCollections _HashNodeHeader.swift
[218/1179] Compiling HashTreeCollections _HashSlot.swift
[219/1194] Compiling DequeModule Deque+Codable.swift
[220/1194] Compiling DequeModule Deque+Collection.swift
[221/1194] Compiling DequeModule Deque+CustomReflectable.swift
[222/1194] Compiling DequeModule Deque+Descriptions.swift
[223/1194] Compiling DequeModule Deque+Equatable.swift
[224/1194] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[225/1194] Compiling DequeModule Deque+Extras.swift
[226/1194] Compiling DequeModule Deque+Hashable.swift
[227/1194] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[228/1194] Compiling HashTreeCollections TreeDictionary+Values.swift
[229/1194] Compiling HashTreeCollections _HashTreeIterator.swift
[230/1194] Compiling HashTreeCollections _HashTreeStatistics.swift
[231/1194] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[232/1194] Compiling HashTreeCollections _RawHashNode.swift
[233/1194] Compiling HashTreeCollections _UnmanagedHashNode.swift
[234/1194] Compiling HashTreeCollections _UnsafePath.swift
[235/1194] Compiling Tracing SpanProtocol.swift
[236/1195] Compiling HashTreeCollections TreeDictionary+Codable.swift
[237/1195] Compiling HashTreeCollections TreeDictionary+Collection.swift
[238/1195] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[239/1195] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[240/1195] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[241/1195] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[242/1195] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[243/1195] Compiling HashTreeCollections _HashNode+Structural union.swift
[244/1195] Compiling DequeModule Deque+Testing.swift
[245/1195] Compiling DequeModule Deque._Storage.swift
[246/1195] Compiling DequeModule Deque._UnsafeHandle.swift
[247/1195] Compiling DequeModule Deque.swift
[248/1195] Compiling DequeModule _DequeBuffer.swift
[249/1195] Compiling DequeModule _DequeBufferHeader.swift
[250/1195] Compiling HashTreeCollections _Hash.swift
[251/1195] Compiling HashTreeCollections _HashLevel.swift
[252/1195] Compiling RoutingKit PathComponent.swift
[253/1195] Compiling RoutingKit TrieRouter.swift
[254/1195] Compiling RoutingKit Router.swift
[261/1197] Compiling tls13_server.cc
[265/1197] Compiling HashTreeCollections TreeSet+Hashable.swift
[266/1197] Compiling HashTreeCollections TreeSet+Sendable.swift
[267/1197] Compiling HashTreeCollections TreeSet+Sequence.swift
[268/1197] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[269/1197] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[270/1197] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[271/1197] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[272/1197] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[273/1197] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[274/1197] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[275/1207] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[276/1207] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[277/1207] Compiling HashTreeCollections TreeDictionary+Filter.swift
[278/1207] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[279/1207] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[280/1207] Compiling HashTreeCollections TreeDictionary+Keys.swift
[281/1207] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[282/1207] Compiling HashTreeCollections TreeDictionary+Merge.swift
[283/1207] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[286/1207] Compiling Metrics Metrics.swift
[287/1208] Compiling HashTreeCollections TreeDictionary.swift
[288/1208] Compiling HashTreeCollections TreeSet+Codable.swift
[289/1208] Compiling HashTreeCollections TreeSet+Collection.swift
[290/1208] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[291/1208] Compiling HashTreeCollections TreeSet+Debugging.swift
[292/1208] Compiling HashTreeCollections TreeSet+Descriptions.swift
[293/1208] Compiling HashTreeCollections TreeSet+Equatable.swift
[294/1208] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[295/1208] Compiling HashTreeCollections TreeSet+Extras.swift
[296/1208] Compiling HashTreeCollections TreeSet+Filter.swift
[297/1208] Emitting module RoutingKit
[298/1208] Compiling RoutingKit AnyRouter.swift
[299/1208] Compiling RoutingKit Parameters.swift
[301/1209] Compiling DequeModule _DequeSlot.swift
[302/1209] Compiling DequeModule _UnsafeWrappedBuffer.swift
[320/1218] Compiling HashTreeCollections _HashStack.swift
[345/1218] Compiling HashTreeCollections _HashNode+Builder.swift
[346/1218] Compiling HashTreeCollections _HashNode+Debugging.swift
[347/1218] Compiling HashTreeCollections _HashNode+Initializers.swift
[348/1218] Compiling HashTreeCollections _HashNode+Invariants.swift
[349/1218] Compiling HashTreeCollections _HashNode+Lookups.swift
[350/1218] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[353/1218] Compiling _RopeModule _CharacterRecognizer.swift
[354/1218] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[355/1218] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[356/1218] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[357/1218] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[358/1218] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[359/1218] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[360/1218] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[361/1218] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[362/1218] Compiling HashTreeCollections TreeSet.swift
[362/1218] Compiling tls13_enc.cc
[364/1218] Emitting module DequeModule
[365/1219] Emitting module OrderedCollections
[379/1220] Emitting module _RopeModule
[379/1220] Compiling tls13_client.cc
[380/1220] Compiling t1_enc.cc
[414/1220] Compiling tls13_both.cc
[416/1220] Compiling _RopeModule Rope+Join.swift
[417/1220] Compiling _RopeModule Rope+MutatingForEach.swift
[418/1220] Compiling _RopeModule Rope+Remove.swift
[419/1220] Compiling _RopeModule Rope+RemoveSubrange.swift
[420/1220] Compiling _RopeModule Rope+Split.swift
[421/1220] Compiling _RopeModule Optional Utilities.swift
[422/1220] Compiling _RopeModule String Utilities.swift
[423/1220] Compiling _RopeModule String.Index+ABI.swift
[424/1220] Compiling ssl_x509.cc
[425/1220] Compiling ssl_transcript.cc
[427/1220] Emitting module HashTreeCollections
[467/1221] Compiling ssl_stat.cc
[469/1222] Compiling ssl_versions.cc
[470/1222] Compiling ssl_privkey.cc
[471/1222] Compiling ssl_credential.cc
[472/1222] Compiling ssl_session.cc
[473/1222] Compiling ssl_key_share.cc
[474/1222] Compiling ssl_cert.cc
[475/1222] Compiling ssl_lib.cc
[476/1222] Compiling ssl_cipher.cc
[477/1222] Compiling ssl_file.cc
[478/1222] Compiling ssl_asn1.cc
[479/1222] Compiling ssl_buffer.cc
[480/1222] Compiling ssl_aead_ctx.cc
[481/1222] Compiling s3_pkt.cc
[481/1222] Compiling s3_lib.cc
[483/1222] Compiling s3_both.cc
[484/1222] Compiling handshake.cc
[485/1222] Compiling handshake_client.cc
[486/1222] Compiling handshake_server.cc
[487/1222] Compiling handoff.cc
[488/1222] Compiling dtls_record.cc
[489/1222] Compiling extensions.cc
[490/1222] Compiling encrypted_client_hello.cc
[491/1222] Compiling md5-x86_64-linux.S
[492/1222] Compiling dtls_method.cc
[493/1222] Compiling md5-x86_64-apple.S
[494/1222] Compiling md5-586-apple.S
[495/1222] Compiling md5-586-linux.S
[496/1222] Compiling d1_srtp.cc
[497/1222] Compiling chacha20_poly1305_x86_64-apple.S
[498/1222] Compiling chacha20_poly1305_x86_64-linux.S
[499/1222] Compiling chacha20_poly1305_armv8-win.S
[500/1222] Compiling chacha20_poly1305_armv8-apple.S
[501/1222] Compiling chacha-x86_64-linux.S
[502/1222] Compiling d1_pkt.cc
[503/1222] Compiling chacha-x86_64-apple.S
[504/1222] Compiling chacha20_poly1305_armv8-linux.S
[505/1222] Compiling chacha-x86-linux.S
[506/1222] Compiling chacha-x86-apple.S
[507/1222] Compiling chacha-armv8-apple.S
[508/1222] Compiling chacha-armv8-win.S
[509/1222] Compiling chacha-armv8-linux.S
[509/1222] Compiling chacha-armv4-linux.S
[511/1222] Compiling aes128gcmsiv-x86_64-apple.S
[512/1222] Compiling aes128gcmsiv-x86_64-linux.S
[513/1222] Compiling x86_64-mont5-linux.S
[514/1222] Compiling bio_ssl.cc
[515/1222] Compiling x86_64-mont5-apple.S
[516/1222] Compiling x86_64-mont-apple.S
[517/1222] Compiling x86_64-mont-linux.S
[518/1222] Compiling x86-mont-apple.S
[519/1222] Compiling x86-mont-linux.S
[520/1222] Compiling err_data.cc
[521/1222] Compiling vpaes-x86_64-apple.S
[522/1222] Compiling vpaes-x86_64-linux.S
[523/1222] Compiling vpaes-x86-linux.S
[524/1222] Compiling vpaes-armv8-win.S
[525/1222] Compiling vpaes-x86-apple.S
[526/1222] Compiling d1_lib.cc
[527/1222] Compiling sha512-x86_64-apple.S
[528/1222] Compiling vpaes-armv8-linux.S
[529/1222] Compiling sha512-armv8-win.S
[529/1222] Compiling vpaes-armv7-linux.S
[531/1222] Compiling vpaes-armv8-apple.S
[532/1222] Compiling sha512-x86_64-linux.S
[533/1222] Compiling sha512-armv8-linux.S
[534/1222] Compiling sha512-armv8-apple.S
[535/1222] Compiling sha512-armv4-linux.S
[536/1222] Compiling sha512-586-linux.S
[537/1222] Compiling sha512-586-apple.S
[538/1222] Compiling sha256-x86_64-linux.S
[539/1222] Compiling sha256-x86_64-apple.S
[540/1222] Compiling sha256-armv8-win.S
[541/1222] Compiling sha256-armv8-apple.S
[542/1222] Compiling sha256-armv4-linux.S
[543/1222] Compiling sha256-armv8-linux.S
[544/1222] Compiling sha1-x86_64-apple.S
[545/1222] Compiling sha256-586-apple.S
[546/1222] Compiling sha256-586-linux.S
[547/1222] Compiling sha1-x86_64-linux.S
[548/1222] Compiling sha1-armv8-apple.S
[549/1222] Compiling sha1-armv8-win.S
[550/1222] Compiling sha1-armv8-linux.S
[551/1222] Compiling sha1-armv4-large-linux.S
[552/1222] Compiling sha1-586-linux.S
[553/1222] Compiling sha1-586-apple.S
[554/1222] Compiling rsaz-avx2-apple.S
[555/1222] Compiling rsaz-avx2-linux.S
[556/1222] Compiling rdrand-x86_64-linux.S
[557/1222] Compiling rdrand-x86_64-apple.S
[558/1222] Compiling p256_beeu-x86_64-asm-linux.S
[559/1222] Compiling p256_beeu-armv8-asm-linux.S
[560/1222] Compiling p256_beeu-x86_64-asm-apple.S
[561/1222] Compiling p256_beeu-armv8-asm-win.S
[562/1222] Compiling p256_beeu-armv8-asm-apple.S
[563/1222] Compiling p256-x86_64-asm-linux.S
[564/1222] Compiling p256-x86_64-asm-apple.S
[565/1222] Compiling p256-armv8-asm-win.S
[566/1222] Compiling p256-armv8-asm-apple.S
[567/1222] Compiling ghashv8-armv8-win.S
[568/1222] Compiling ghashv8-armv8-apple.S
[569/1222] Compiling ghashv8-armv8-linux.S
[570/1222] Compiling p256-armv8-asm-linux.S
[571/1222] Compiling ghash-x86_64-apple.S
[572/1222] Compiling ghashv8-armv7-linux.S
[572/1222] Compiling ghash-x86_64-linux.S
[574/1222] Compiling ghash-x86-linux.S
[575/1222] Compiling ghash-ssse3-x86_64-linux.S
[576/1222] Compiling ghash-x86-apple.S
[577/1222] Compiling ghash-ssse3-x86_64-apple.S
[578/1222] Compiling ghash-ssse3-x86-linux.S
[579/1222] Compiling ghash-ssse3-x86-apple.S
[580/1222] Compiling ghash-neon-armv8-win.S
[581/1222] Compiling ghash-neon-armv8-apple.S
[582/1222] Compiling ghash-neon-armv8-linux.S
[583/1222] Compiling ghash-armv4-linux.S
[584/1222] Compiling co-586-linux.S
[585/1222] Compiling co-586-apple.S
[586/1222] Compiling bn-armv8-apple.S
[587/1222] Compiling bsaes-armv7-linux.S
[588/1222] Compiling bn-586-linux.S
[589/1222] Compiling bn-armv8-win.S
[590/1222] Compiling bn-586-apple.S
[591/1222] Compiling bn-armv8-linux.S
[592/1222] Compiling armv8-mont-apple.S
[593/1222] Compiling armv8-mont-win.S
[594/1222] Compiling armv4-mont-linux.S
[595/1222] Compiling aesv8-gcm-armv8-apple.S
[596/1222] Compiling d1_both.cc
[597/1222] Compiling armv8-mont-linux.S
[598/1222] Compiling aesv8-gcm-armv8-win.S
[599/1222] Compiling aesv8-armv8-win.S
[600/1222] Compiling aesv8-gcm-armv8-linux.S
[601/1222] Compiling aesni-x86_64-linux.S
[602/1222] Compiling aesv8-armv8-apple.S
[602/1222] Compiling aesv8-armv7-linux.S
[602/1222] Compiling aesv8-armv8-linux.S
[605/1222] Compiling aesni-x86_64-apple.S
[606/1222] Compiling aesni-x86-linux.S
[607/1222] Compiling aesni-gcm-x86_64-linux.S
[608/1222] Compiling aesni-x86-apple.S
[609/1222] Compiling aes-gcm-avx2-x86_64-linux.S
[610/1222] Compiling aesni-gcm-x86_64-apple.S
[611/1222] Compiling aes-gcm-avx10-x86_64-apple.S
[612/1222] Compiling aes-gcm-avx2-x86_64-apple.S
[613/1222] Compiling aes-gcm-avx10-x86_64-linux.S
[614/1222] Compiling x_x509a.cc
[615/1222] Compiling x_spki.cc
[616/1222] Compiling x_x509.cc
[617/1222] Compiling x_req.cc
[618/1222] Compiling x_name.cc
[619/1222] Compiling x_sig.cc
[620/1222] Compiling x_pubkey.cc
[621/1222] Compiling x_val.cc
[622/1222] Compiling x_exten.cc
[623/1222] Compiling x_crl.cc
[624/1222] Compiling x509rset.cc
[625/1222] Compiling x509spki.cc
[626/1222] Compiling x_attrib.cc
[627/1222] Compiling x_all.cc
[628/1222] Compiling x_algor.cc
[629/1222] Compiling x509name.cc
[630/1222] Compiling x509cset.cc
[631/1222] Compiling x509_vpm.cc
[632/1222] Compiling x509_txt.cc
[633/1222] Compiling x509_v3.cc
[634/1222] Compiling x509_set.cc
[635/1222] Compiling x509_trs.cc
[636/1222] Compiling x509_vfy.cc
[637/1222] Compiling x509_req.cc
[638/1222] Compiling x509_obj.cc
[639/1222] Compiling x509_lu.cc
[640/1222] Compiling x509_d2.cc
[641/1222] Compiling x509_ext.cc
[642/1222] Compiling x509_def.cc
[643/1222] Compiling x509.cc
[644/1222] Compiling x509_att.cc
[645/1222] Compiling x509_cmp.cc
[646/1222] Compiling v3_utl.cc
[647/1222] Compiling v3_skey.cc
[648/1222] Compiling v3_prn.cc
[649/1222] Compiling v3_pcons.cc
[650/1222] Compiling v3_purp.cc
[651/1222] Compiling v3_ocsp.cc
[652/1222] Compiling v3_pmaps.cc
[653/1222] Compiling v3_ncons.cc
[654/1222] Compiling v3_int.cc
[655/1222] Compiling v3_lib.cc
[656/1222] Compiling v3_extku.cc
[657/1222] Compiling v3_info.cc
[658/1222] Compiling v3_cpols.cc
[659/1222] Compiling v3_ia5.cc
[660/1222] Compiling v3_genn.cc
[661/1222] Compiling v3_enum.cc
[662/1222] Compiling v3_crld.cc
[663/1222] Compiling v3_conf.cc
[664/1222] Compiling v3_bcons.cc
[665/1222] Compiling v3_alt.cc
[666/1222] Compiling v3_bitst.cc
[667/1222] Compiling t_x509a.cc
[668/1222] Compiling v3_akeya.cc
[669/1222] Compiling v3_akey.cc
[670/1222] Compiling t_req.cc
[671/1222] Compiling t_x509.cc
[672/1222] Compiling i2d_pr.cc
[673/1222] Compiling rsa_pss.cc
[674/1222] Compiling t_crl.cc
[675/1222] Compiling name_print.cc
[676/1222] Compiling policy.cc
[677/1222] Compiling by_dir.cc
[678/1222] Compiling asn1_gen.cc
[679/1222] Compiling by_file.cc
[680/1222] Compiling a_digest.cc
[681/1222] Compiling algorithm.cc
[682/1222] Compiling a_verify.cc
[683/1222] Compiling a_sign.cc
[684/1222] Compiling thread_none.cc
[685/1222] Compiling thread_win.cc
[686/1222] Compiling thread_pthread.cc
[687/1222] Compiling trust_token.cc
[688/1222] Compiling voprf.cc
[689/1222] Compiling pmbtoken.cc
[690/1222] Compiling thread.cc
[691/1222] Compiling stack.cc
[692/1222] Compiling sha512.cc
[693/1222] Compiling siphash.cc
[694/1222] Compiling sha256.cc
[695/1222] Compiling slhdsa.cc
[696/1222] Compiling sha1.cc
[697/1222] Compiling spake2plus.cc
[698/1222] Compiling rsa_print.cc
[699/1222] Compiling rsa_extra.cc
[700/1222] Compiling rsa_crypt.cc
[701/1222] Compiling refcount.cc
[702/1222] Compiling rc4.cc
[703/1222] Compiling windows.cc
[704/1222] Compiling rsa_asn1.cc
[705/1222] Compiling urandom.cc
[706/1222] Compiling rand.cc
[707/1222] Compiling trusty.cc
[708/1222] Compiling passive.cc
[709/1222] Compiling ios.cc
[710/1222] Compiling poly1305_arm_asm.S
[711/1222] Compiling getentropy.cc
[712/1222] Compiling forkunsafe.cc
[713/1222] Compiling fork_detect.cc
[714/1222] Compiling deterministic.cc
[715/1222] Compiling poly1305_vec.cc
[716/1222] Compiling poly1305_arm.cc
[717/1222] Compiling pool.cc
[718/1222] Compiling poly1305.cc
[719/1222] Compiling pkcs7.cc
[720/1222] Compiling pkcs8_x509.cc
[721/1222] Compiling pkcs8.cc
[722/1222] Compiling pkcs7_x509.cc
[723/1222] Compiling p5_pbev2.cc
[724/1222] Compiling pem_xaux.cc
[725/1222] Compiling pem_x509.cc
[726/1222] Compiling pem_pkey.cc
[727/1222] Compiling pem_oth.cc
[728/1222] Compiling pem_pk8.cc
[729/1222] Compiling obj_xref.cc
[730/1222] Compiling mlkem.cc
[731/1222] Compiling pem_all.cc
[732/1222] Compiling pem_lib.cc
[733/1222] Compiling pem_info.cc
[734/1222] Compiling obj.cc
[735/1222] Compiling poly_rq_mul.S
[736/1222] Compiling mldsa.cc
[737/1222] Compiling fips_shared_support.cc
[738/1222] Compiling mem.cc
[739/1222] Compiling md5.cc
[740/1222] Compiling lhash.cc
[741/1222] Compiling md4.cc
[742/1222] Compiling kyber.cc
[743/1222] Compiling scrypt.cc
[744/1222] Compiling sign.cc
[745/1222] Compiling hpke.cc
[746/1222] Compiling ex_data.cc
[747/1222] Compiling hrss.cc
[748/1222] Compiling print.cc
[749/1222] Compiling p_x25519.cc
[750/1222] Compiling pbkdf.cc
[751/1222] Compiling p_x25519_asn1.cc
[752/1222] Compiling p_ed25519.cc
[753/1222] Compiling p_rsa_asn1.cc
[754/1222] Compiling p_hkdf.cc
[755/1222] Compiling p_rsa.cc
[756/1222] Compiling p_ec_asn1.cc
[757/1222] Compiling p_ed25519_asn1.cc
[758/1222] Compiling evp_ctx.cc
[759/1222] Compiling p_dh_asn1.cc
[760/1222] Compiling p_ec.cc
[761/1222] Compiling evp.cc
[762/1222] Compiling p_dh.cc
[763/1222] Compiling engine.cc
[764/1222] Compiling ecdh.cc
[765/1222] Compiling p_dsa_asn1.cc
[766/1222] Compiling err.cc
[767/1222] Compiling evp_asn1.cc
[768/1222] Compiling hash_to_curve.cc
[769/1222] Compiling ec_derive.cc
[770/1222] Compiling bcm.cc
[771/1222] Compiling ecdsa_asn1.cc
[772/1222] Compiling dsa.cc
[773/1222] Compiling ec_asn1.cc
[774/1222] Compiling spake25519.cc
[775/1222] Compiling dsa_asn1.cc
[776/1222] Compiling x25519-asm-arm.S
[777/1222] Compiling des.cc
[778/1222] Compiling params.cc
[779/1222] Compiling cpu_arm_linux.cc
[780/1222] Compiling digest_extra.cc
[781/1222] Compiling dh_asn1.cc
[782/1222] Compiling curve25519_64_adx.cc
[783/1222] Compiling curve25519.cc
[784/1222] Compiling crypto.cc
[785/1222] Compiling cpu_aarch64_win.cc
[786/1222] Compiling cpu_intel.cc
[787/1222] Compiling cpu_arm_freebsd.cc
[788/1222] Compiling cpu_aarch64_apple.cc
[789/1222] Compiling cpu_aarch64_openbsd.cc
[790/1222] Compiling get_cipher.cc
[791/1222] Compiling cpu_aarch64_fuchsia.cc
[792/1222] Compiling cpu_aarch64_sysreg.cc
[793/1222] Compiling cpu_aarch64_linux.cc
[794/1222] Compiling conf.cc
[795/1222] Compiling e_des.cc
[796/1222] Compiling tls_cbc.cc
[797/1222] Compiling e_tls.cc
[798/1222] Compiling e_rc2.cc
[799/1222] Compiling e_rc4.cc
[800/1222] Compiling e_null.cc
[801/1222] Compiling chacha.cc
[802/1222] Compiling e_aesgcmsiv.cc
[803/1222] Compiling e_chacha20poly1305.cc
[804/1222] Compiling cbb.cc
[805/1222] Compiling e_aesctrhmac.cc
[806/1222] Compiling derive_key.cc
[807/1222] Compiling ber.cc
[808/1222] Compiling convert.cc
[809/1222] Compiling unicode.cc
[810/1222] Compiling buf.cc
[811/1222] Compiling asn1_compat.cc
[812/1222] Compiling socket.cc
[813/1222] Compiling cbs.cc
[814/1222] Compiling blake2.cc
[815/1222] Compiling socket_helper.cc
[816/1222] Compiling bn_asn1.cc
[817/1222] Compiling errno.cc
[818/1222] Compiling printf.cc
[819/1222] Compiling bio_mem.cc
[820/1222] Compiling fd.cc
[821/1222] Compiling hexdump.cc
[822/1222] Compiling pair.cc
[823/1222] Compiling file.cc
[824/1222] Compiling tasn_utl.cc
[825/1222] Compiling connect.cc
[826/1222] Compiling bio.cc
[827/1222] Compiling base64.cc
[828/1222] Compiling tasn_dec.cc
[829/1222] Compiling tasn_fre.cc
[830/1222] Compiling tasn_typ.cc
[831/1222] Compiling tasn_new.cc
[832/1222] Compiling asn_pack.cc
[833/1222] Compiling f_string.cc
[834/1222] Compiling tasn_enc.cc
[835/1222] Compiling posix_time.cc
[836/1222] Compiling f_int.cc
[837/1222] Compiling a_utctm.cc
[838/1222] Compiling asn1_par.cc
[839/1222] Compiling a_octet.cc
[840/1222] Compiling a_object.cc
[841/1222] Compiling asn1_lib.cc
[842/1222] Compiling a_type.cc
[843/1222] Compiling a_strnid.cc
[844/1222] Compiling a_strex.cc
[845/1222] Compiling a_time.cc
[846/1222] Compiling a_i2d_fp.cc
[847/1222] Compiling a_mbstr.cc
[848/1222] Compiling a_dup.cc
[849/1222] Compiling a_int.cc
[850/1222] Compiling fiat_p256_adx_sqr.S
[851/1222] Compiling a_gentm.cc
[852/1222] Compiling a_d2i_fp.cc
[853/1222] Compiling a_bitstr.cc
[854/1222] Compiling fiat_p256_adx_mul.S
[855/1222] Compiling fiat_curve25519_adx_square.S
[856/1222] Compiling fiat_curve25519_adx_mul.S
[857/1222] Compiling md5-x86_64-apple.S
[858/1222] Compiling md5-x86_64-linux.S
[859/1222] Compiling md5-586-apple.S
[860/1222] Compiling md5-586-linux.S
[861/1222] Compiling CCryptoBoringSSLShims shims.c
[862/1222] Compiling chacha20_poly1305_x86_64-linux.S
[863/1222] Compiling chacha20_poly1305_x86_64-apple.S
[864/1222] Compiling a_bool.cc
[865/1222] Compiling chacha20_poly1305_armv8-win.S
[866/1222] Compiling chacha20_poly1305_armv8-apple.S
[867/1222] Compiling chacha-x86_64-apple.S
[868/1222] Compiling chacha-x86_64-linux.S
[869/1222] Compiling chacha20_poly1305_armv8-linux.S
[870/1222] Compiling chacha-x86-linux.S
[871/1222] Compiling chacha-x86-apple.S
[872/1222] Compiling chacha-armv8-apple.S
[873/1222] Compiling chacha-armv8-win.S
[874/1222] Compiling chacha-armv4-linux.S
[875/1222] Compiling aes128gcmsiv-x86_64-linux.S
[876/1222] Compiling x86_64-mont5-linux.S
[877/1222] Compiling aes128gcmsiv-x86_64-apple.S
[878/1222] Compiling chacha-armv8-linux.S
[879/1222] Compiling x86_64-mont5-apple.S
[880/1222] Compiling x86-mont-linux.S
[881/1222] Compiling x86_64-mont-apple.S
[882/1222] Compiling x86_64-mont-linux.S
[883/1222] Compiling vpaes-x86_64-linux.S
[884/1222] Compiling x86-mont-apple.S
[885/1222] Compiling vpaes-x86_64-apple.S
[886/1222] Compiling vpaes-x86-linux.S
[887/1222] Compiling vpaes-x86-apple.S
[888/1222] Compiling vpaes-armv8-win.S
[889/1222] Compiling vpaes-armv8-apple.S
[890/1222] Compiling err_data.cc
[891/1222] Compiling vpaes-armv8-linux.S
[892/1222] Compiling vpaes-armv7-linux.S
[893/1222] Compiling sha512-x86_64-linux.S
[894/1222] Compiling sha512-armv8-win.S
[895/1222] Compiling sha512-x86_64-apple.S
[896/1222] Compiling sha512-armv8-linux.S
[897/1222] Compiling sha512-armv4-linux.S
[897/1222] Compiling sha512-armv8-apple.S
[899/1222] Compiling sha512-586-linux.S
[900/1222] Compiling sha512-586-apple.S
[901/1222] Compiling sha256-x86_64-linux.S
[902/1222] Compiling sha256-x86_64-apple.S
[903/1222] Compiling sha256-armv8-win.S
[904/1222] Compiling sha256-armv8-apple.S
[905/1222] Compiling sha256-armv8-linux.S
[906/1222] Compiling sha256-586-linux.S
[907/1222] Compiling sha1-x86_64-linux.S
[908/1222] Compiling sha256-586-apple.S
[909/1222] Compiling sha256-armv4-linux.S
[910/1222] Compiling sha1-armv8-linux.S
[911/1222] Compiling sha1-armv8-win.S
[912/1222] Compiling sha1-x86_64-apple.S
[913/1222] Compiling sha1-armv8-apple.S
[914/1222] Compiling sha1-586-linux.S
[915/1222] Compiling sha1-armv4-large-linux.S
[916/1222] Compiling rsaz-avx2-apple.S
[917/1222] Compiling sha1-586-apple.S
[918/1222] Compiling rsaz-avx2-linux.S
[919/1222] Compiling rdrand-x86_64-apple.S
[920/1222] Compiling rdrand-x86_64-linux.S
[921/1222] Compiling p256_beeu-x86_64-asm-linux.S
[922/1222] Compiling p256_beeu-x86_64-asm-apple.S
[923/1222] Compiling p256_beeu-armv8-asm-linux.S
[924/1222] Compiling p256_beeu-armv8-asm-win.S
[925/1222] Compiling p256_beeu-armv8-asm-apple.S
[926/1222] Compiling p256-x86_64-asm-apple.S
[927/1222] Compiling p256-armv8-asm-win.S
[928/1222] Compiling p256-x86_64-asm-linux.S
[929/1222] Compiling p256-armv8-asm-apple.S
[930/1222] Compiling ghashv8-armv8-win.S
[931/1222] Compiling ghashv8-armv8-apple.S
[932/1222] Compiling ghashv8-armv8-linux.S
[933/1222] Compiling p256-armv8-asm-linux.S
[934/1222] Compiling ghash-x86_64-apple.S
[935/1222] Compiling ghash-x86_64-linux.S
[936/1222] Compiling ghashv8-armv7-linux.S
[937/1222] Compiling ghash-x86-linux.S
[938/1222] Compiling ghash-ssse3-x86_64-linux.S
[939/1222] Compiling ghash-x86-apple.S
[940/1222] Compiling ghash-ssse3-x86_64-apple.S
[941/1222] Compiling ghash-ssse3-x86-linux.S
[942/1222] Compiling ghash-ssse3-x86-apple.S
[943/1222] Compiling ghash-neon-armv8-win.S
[944/1222] Compiling ghash-armv4-linux.S
[945/1222] Compiling ghash-neon-armv8-linux.S
[946/1222] Compiling ghash-neon-armv8-apple.S
[947/1222] Compiling co-586-linux.S
[948/1222] Compiling bsaes-armv7-linux.S
[949/1222] Compiling bn-armv8-win.S
[950/1222] Compiling bn-armv8-linux.S
[951/1222] Compiling bn-armv8-apple.S
[951/1222] Compiling co-586-apple.S
[953/1222] Compiling bn-586-linux.S
[954/1222] Compiling armv8-mont-win.S
[955/1222] Compiling bn-586-apple.S
[956/1222] Compiling armv8-mont-apple.S
[957/1222] Compiling armv4-mont-linux.S
[957/1222] Compiling armv8-mont-linux.S
[959/1222] Compiling aesv8-gcm-armv8-win.S
[960/1222] Compiling aesv8-gcm-armv8-apple.S
[961/1222] Compiling aesv8-armv8-win.S
[962/1222] Compiling aesv8-gcm-armv8-linux.S
[963/1222] Compiling aesv8-armv8-apple.S
[964/1222] Compiling aesv8-armv8-linux.S
[965/1222] Compiling aesv8-armv7-linux.S
[966/1222] Compiling aesni-x86_64-linux.S
[966/1222] Compiling aesni-x86-linux.S
[968/1222] Compiling aesni-x86_64-apple.S
[969/1222] Compiling aesni-gcm-x86_64-linux.S
[970/1222] Compiling aesni-x86-apple.S
[971/1222] Compiling aesni-gcm-x86_64-apple.S
[972/1222] Compiling aes-gcm-avx10-x86_64-apple.S
[973/1222] Compiling aes-gcm-avx10-x86_64-linux.S
[974/1222] Compiling c-nioatomics.c
[975/1222] Compiling x_spki.cc
[976/1222] Compiling x_sig.cc
[977/1222] Compiling x_val.cc
[978/1222] Compiling x_x509.cc
[979/1222] Compiling x_x509a.cc
[980/1222] Compiling x_req.cc
[981/1222] Compiling c-atomics.c
[982/1222] Compiling x_pubkey.cc
[983/1222] Compiling x_name.cc
[984/1222] Compiling x_exten.cc
[985/1228] Compiling x_attrib.cc
[986/1228] Compiling x_crl.cc
[987/1228] Compiling x_algor.cc
[988/1228] Compiling x_all.cc
[989/1228] Compiling x509spki.cc
[991/1228] Compiling NIOConcurrencyHelpers NIOLock.swift
[992/1228] Compiling NIOConcurrencyHelpers lock.swift
[993/1228] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[994/1228] Emitting module NIOConcurrencyHelpers
[995/1228] Compiling NIOConcurrencyHelpers atomics.swift
[996/1228] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[997/1229] Compiling x509rset.cc
[998/1229] Compiling x509name.cc
[999/1229] Compiling x509cset.cc
[1000/1255] Compiling x509_vpm.cc
[1001/1255] Compiling x509_vfy.cc
[1002/1255] Compiling x509_txt.cc
[1003/1255] Compiling x509_v3.cc
[1005/1255] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1006/1255] Compiling ConsoleKitTerminal ConsoleClear.swift
[1007/1255] Compiling ConsoleKitTerminal Console+Ask.swift
[1008/1255] Compiling ConsoleKitTerminal Console+Choose.swift
[1009/1258] Emitting module ConsoleKitTerminal
[1010/1258] Compiling ConsoleKitTerminal ActivityBar.swift
[1011/1258] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1012/1258] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1013/1258] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1014/1258] Compiling ConsoleKitTerminal Console+Confirm.swift
[1015/1258] Compiling ConsoleKitTerminal Console+Input.swift
[1016/1258] Compiling ConsoleKitTerminal Console+Center.swift
[1017/1258] Compiling ConsoleKitTerminal Console+Output.swift
[1018/1258] Compiling ConsoleKitTerminal CustomActivity.swift
[1019/1258] Compiling ConsoleKitTerminal LoadingBar.swift
[1020/1258] Compiling ConsoleKitTerminal ProgressBar.swift
[1021/1258] Compiling ConsoleKitTerminal Console+Clear.swift
[1022/1258] Compiling ConsoleKitTerminal ConsoleText.swift
[1023/1258] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1024/1258] Compiling ConsoleKitTerminal ANSI.swift
[1025/1258] Compiling ConsoleKitTerminal Console.swift
[1026/1258] Compiling ConsoleKitTerminal Terminal.swift
[1027/1258] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1028/1258] Compiling ConsoleKitTerminal Console+Wait.swift
[1029/1258] Compiling ConsoleKitTerminal ConsoleColor.swift
[1030/1258] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1030/1258] Compiling x509_set.cc
[1031/1258] Compiling x509_trs.cc
[1032/1258] Compiling x509_req.cc
[1033/1258] Compiling x509_obj.cc
[1034/1258] Compiling x509_ext.cc
[1035/1258] Compiling x509_def.cc
[1036/1258] Compiling x509_lu.cc
[1037/1258] Compiling x509_d2.cc
[1039/1258] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1040/1258] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1041/1258] Compiling ConsoleKitTerminal LoggerFragment.swift
[1041/1259] Compiling x509_att.cc
[1043/1259] Compiling v3_pmaps.cc
[1044/1259] Compiling x509_cmp.cc
[1045/1281] Compiling x509.cc
[1046/1281] Compiling v3_skey.cc
[1047/1281] Compiling v3_utl.cc
[1048/1281] Compiling v3_prn.cc
[1049/1281] Compiling v3_purp.cc
[1051/1281] Compiling ConsoleKitCommands CommandSignature.swift
[1052/1281] Compiling ConsoleKitCommands Flag.swift
[1053/1281] Compiling ConsoleKitCommands Option.swift
[1054/1283] Emitting module ConsoleKitCommands
[1055/1283] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1056/1283] Compiling ConsoleKitCommands AsyncCommand.swift
[1057/1283] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1058/1283] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1059/1283] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1060/1283] Compiling ConsoleKitCommands Argument.swift
[1061/1283] Compiling ConsoleKitCommands AsyncCommands.swift
[1062/1283] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1063/1283] Compiling ConsoleKitCommands AnyCommand.swift
[1064/1283] Compiling ConsoleKitCommands Command.swift
[1065/1283] Compiling ConsoleKitCommands CommandContext.swift
[1066/1283] Compiling ConsoleKitCommands CommandError.swift
[1067/1283] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1068/1283] Compiling ConsoleKitCommands Utilities.swift
[1068/1283] Compiling v3_ia5.cc
[1069/1283] Compiling v3_ncons.cc
[1070/1283] Compiling v3_pcons.cc
[1071/1283] Compiling v3_ocsp.cc
[1072/1283] Compiling v3_int.cc
[1073/1283] Compiling v3_info.cc
[1074/1283] Compiling v3_lib.cc
[1075/1283] Compiling v3_cpols.cc
[1077/1283] Compiling ConsoleKitCommands Console+Run.swift
[1078/1283] Compiling ConsoleKitCommands ConsoleError.swift
[1079/1283] Compiling ConsoleKitCommands Completion.swift
[1080/1283] Compiling ConsoleKitCommands CommandGroup.swift
[1081/1283] Compiling ConsoleKitCommands CommandInput.swift
[1082/1283] Compiling ConsoleKitCommands Commands.swift
[1082/1283] Compiling v3_bitst.cc
[1084/1284] Compiling v3_genn.cc
[1085/1284] Compiling v3_extku.cc
[1086/1286] Compiling v3_akey.cc
[1088/1286] Emitting module ConsoleKit
[1089/1286] Compiling ConsoleKit Exports.swift
[1090/1287] Compiling v3_crld.cc
[1091/1287] Compiling v3_enum.cc
[1092/1287] Compiling v3_conf.cc
[1093/1287] Compiling v3_akeya.cc
[1094/1287] Compiling t_x509a.cc
[1095/1287] Compiling v3_bcons.cc
[1096/1287] Compiling v3_alt.cc
[1097/1287] Compiling policy.cc
[1098/1287] Compiling name_print.cc
[1099/1287] Compiling t_crl.cc
[1100/1287] Compiling t_x509.cc
[1101/1287] Compiling rsa_pss.cc
[1102/1287] Compiling i2d_pr.cc
[1103/1287] Compiling t_req.cc
[1104/1287] Compiling asn1_gen.cc
[1105/1287] Compiling a_digest.cc
[1106/1287] Compiling by_file.cc
[1107/1287] Compiling trust_token.cc
[1108/1287] Compiling by_dir.cc
[1109/1287] Compiling a_verify.cc
[1110/1287] Compiling algorithm.cc
[1111/1287] Compiling a_sign.cc
[1112/1287] Compiling voprf.cc
[1113/1287] Compiling thread_none.cc
[1114/1287] Compiling thread_win.cc
[1115/1287] Compiling thread_pthread.cc
[1116/1287] Compiling thread.cc
[1117/1287] Compiling pmbtoken.cc
[1118/1287] Compiling siphash.cc
[1119/1287] Compiling stack.cc
[1120/1287] Compiling thash.cc
[1121/1287] Compiling wots.cc
[1122/1287] Compiling slhdsa.cc
[1123/1287] Compiling fors.cc
[1124/1287] Compiling merkle.cc
[1125/1287] Compiling sha512.cc
[1126/1287] Compiling sha256.cc
[1127/1287] Compiling sha1.cc
[1128/1287] Compiling rsa_print.cc
[1129/1287] Compiling rc4.cc
[1130/1287] Compiling rsa_extra.cc
[1131/1287] Compiling rsa_crypt.cc
[1132/1287] Compiling refcount.cc
[1133/1287] Compiling urandom.cc
[1134/1287] Compiling windows.cc
[1135/1287] Compiling rand_extra.cc
[1136/1287] Compiling rsa_asn1.cc
[1137/1287] Compiling trusty.cc
[1138/1287] Compiling getentropy.cc
[1139/1287] Compiling passive.cc
[1140/1287] Compiling ios.cc
[1141/1287] Compiling poly1305_arm_asm.S
[1142/1287] Compiling forkunsafe.cc
[1143/1287] Compiling pool.cc
[1144/1287] Compiling fork_detect.cc
[1145/1287] Compiling poly1305_vec.cc
[1146/1287] Compiling deterministic.cc
[1147/1287] Compiling poly1305.cc
[1148/1287] Compiling poly1305_arm.cc
[1149/1287] Compiling pkcs7.cc
[1150/1287] Compiling pem_xaux.cc
[1151/1287] Compiling p5_pbev2.cc
[1152/1287] Compiling pkcs8_x509.cc
[1153/1287] Compiling pkcs8.cc
[1154/1287] Compiling pkcs7_x509.cc
[1155/1287] Compiling pem_oth.cc
[1156/1287] Compiling pem_x509.cc
[1157/1287] Compiling pem_pkey.cc
[1158/1287] Compiling pem_pk8.cc
[1159/1287] Compiling pem_lib.cc
[1160/1287] Compiling pem_info.cc
[1161/1287] Compiling pem_all.cc
[1162/1287] Compiling obj_xref.cc
[1163/1287] Compiling mldsa.cc
[1164/1287] Compiling mlkem.cc
[1165/1287] Compiling poly_rq_mul.S
[1166/1287] Compiling obj.cc
[1167/1287] Compiling mem.cc
[1168/1287] Compiling fips_shared_support.cc
[1169/1287] Compiling md5.cc
[1170/1287] Compiling md4.cc
[1171/1287] Compiling lhash.cc
[1172/1287] Compiling kyber.cc
[1173/1287] Compiling hrss.cc
[1174/1287] Compiling scrypt.cc
[1175/1287] Compiling ex_data.cc
[1176/1287] Compiling sign.cc
[1177/1287] Compiling print.cc
[1178/1287] Compiling hpke.cc
[1179/1287] Compiling pbkdf.cc
[1180/1287] Compiling p_x25519.cc
[1181/1287] Compiling p_x25519_asn1.cc
[1182/1287] Compiling p_ed25519.cc
[1183/1287] Compiling p_rsa_asn1.cc
[1184/1287] Compiling p_hkdf.cc
[1185/1287] Compiling p_rsa.cc
[1186/1287] Compiling p_ed25519_asn1.cc
[1187/1287] Compiling p_ec_asn1.cc
[1188/1287] Compiling p_dsa_asn1.cc
[1189/1287] Compiling p_ec.cc
[1190/1287] Compiling p_dh.cc
[1191/1287] Compiling p_dh_asn1.cc
[1192/1287] Compiling evp_ctx.cc
[1193/1287] Compiling evp.cc
[1194/1287] Compiling evp_asn1.cc
[1195/1287] Compiling engine.cc
[1196/1287] Compiling ecdh_extra.cc
[1197/1287] Compiling ecdsa_asn1.cc
[1198/1287] Compiling err.cc
[1199/1287] Compiling hash_to_curve.cc
[1200/1287] Compiling ec_derive.cc
[1201/1287] Compiling bcm.cc
[1202/1287] Compiling digest_extra.cc
[1203/1287] Compiling ec_asn1.cc
[1204/1287] Compiling dsa.cc
[1205/1287] Compiling dh_asn1.cc
[1206/1287] Compiling params.cc
[1207/1287] Compiling dsa_asn1.cc
[1208/1287] Compiling x25519-asm-arm.S
[1209/1287] Compiling curve25519_64_adx.cc
[1210/1287] Compiling cpu_arm_linux.cc
[1211/1287] Compiling cpu_aarch64_win.cc
[1212/1287] Compiling cpu_arm_freebsd.cc
[1213/1287] Compiling crypto.cc
[1214/1287] Compiling des.cc
[1215/1287] Compiling cpu_intel.cc
[1216/1287] Compiling spake25519.cc
[1217/1287] Compiling curve25519.cc
[1218/1287] Compiling cpu_aarch64_sysreg.cc
[1219/1287] Compiling cpu_aarch64_fuchsia.cc
[1220/1287] Compiling cpu_aarch64_openbsd.cc
[1221/1287] Compiling cpu_aarch64_linux.cc
[1222/1287] Compiling cpu_aarch64_apple.cc
[1223/1287] Compiling conf.cc
[1224/1287] Compiling e_tls.cc
[1225/1287] Compiling e_rc4.cc
[1226/1287] Compiling tls_cbc.cc
[1227/1287] Compiling e_des.cc
[1228/1287] Compiling e_rc2.cc
[1229/1287] Compiling e_null.cc
[1230/1287] Compiling e_chacha20poly1305.cc
[1231/1287] Compiling derive_key.cc
[1232/1287] Compiling e_aesgcmsiv.cc
[1233/1287] Compiling e_aesctrhmac.cc
[1234/1287] Compiling cipher_extra.cc
[1235/1287] Compiling chacha.cc
[1236/1287] Compiling ber.cc
[1237/1287] Compiling unicode.cc
[1238/1287] Compiling buf.cc
[1239/1287] Compiling asn1_compat.cc
[1240/1287] Compiling cbb.cc
[1241/1287] Compiling printf.cc
[1242/1287] Compiling cbs.cc
[1243/1287] Compiling fd.cc
[1244/1287] Compiling blake2.cc
[1245/1287] Compiling bn_asn1.cc
[1246/1287] Compiling pair.cc
[1247/1287] Compiling convert.cc
[1248/1287] Compiling errno.cc
[1249/1287] Compiling hexdump.cc
[1250/1287] Compiling file.cc
[1251/1287] Compiling bio_mem.cc
[1252/1287] Compiling base64.cc
[1253/1287] Compiling tasn_new.cc
[1254/1287] Compiling tasn_fre.cc
[1255/1287] Compiling bio.cc
[1256/1287] Compiling tasn_typ.cc
[1257/1287] Compiling tasn_utl.cc
[1258/1287] Compiling tasn_enc.cc
[1259/1287] Compiling posix_time.cc
[1260/1287] Compiling f_string.cc
[1261/1287] Compiling asn_pack.cc
[1262/1287] Compiling f_int.cc
[1263/1287] Compiling tasn_dec.cc
[1264/1287] Compiling asn1_par.cc
[1265/1287] Compiling asn1_lib.cc
[1266/1287] Compiling a_utctm.cc
[1267/1287] Compiling a_octet.cc
[1268/1287] Compiling a_time.cc
[1269/1287] Compiling a_type.cc
[1270/1287] Compiling a_strex.cc
[1271/1287] Compiling a_strnid.cc
[1272/1287] Compiling a_mbstr.cc
[1273/1287] Compiling a_object.cc
[1274/1287] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1275/1287] Write sources
[1276/1287] Compiling a_d2i_fp.cc
[1277/1287] Write sources
[1280/1287] Compiling a_i2d_fp.cc
[1281/1287] Write sources
[1282/1288] Compiling a_dup.cc
[1283/1340] Compiling a_gentm.cc
[1284/1340] Compiling a_int.cc
[1285/1384] Compiling a_bool.cc
[1286/1384] Compiling a_bitstr.cc
[1288/1384] Compiling Algorithms MinMax.swift
[1289/1384] Compiling Algorithms AdjacentPairs.swift
[1290/1384] Compiling Algorithms Chain.swift
[1291/1386] Emitting module BitCollections
[1292/1393] Compiling Algorithms Grouped.swift
[1293/1393] Compiling Algorithms Indexed.swift
[1294/1393] Compiling Algorithms Reductions.swift
[1295/1393] Compiling Algorithms Rotate.swift
[1296/1400] Compiling Algorithms Intersperse.swift
[1297/1400] Compiling Algorithms RandomSample.swift
[1298/1401] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1299/1401] Compiling BitCollections BitSet+CustomReflectable.swift
[1300/1401] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1301/1401] Compiling BitCollections BitSet+Equatable.swift
[1302/1401] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1303/1401] Compiling BitCollections BitSet+Extras.swift
[1304/1401] Compiling BitCollections BitSet+Hashable.swift
[1305/1401] Compiling Atomics IntegerOperations.swift
[1306/1401] Compiling Atomics Unmanaged extensions.swift
[1307/1401] Compiling Algorithms Chunked.swift
[1308/1401] Compiling Algorithms Combinations.swift
[1309/1401] Compiling Algorithms FlattenCollection.swift
[1310/1401] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1311/1401] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1312/1401] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1313/1401] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1314/1401] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1315/1401] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1316/1401] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1317/1401] Compiling BitCollections BitSet+Initializers.swift
[1318/1401] Compiling BitCollections BitSet+Invariants.swift
[1319/1401] Compiling BitCollections BitSet+Random.swift
[1320/1401] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1321/1401] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1322/1401] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1323/1401] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1324/1401] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1325/1401] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1326/1401] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1327/1401] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1328/1401] Compiling BitCollections BitSet+SetAlgebra union.swift
[1329/1401] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1330/1401] Compiling BitCollections BitSet.Counted.swift
[1334/1404] Compiling Algorithms Compacted.swift
[1335/1404] Compiling Algorithms Cycle.swift
[1336/1404] Compiling Algorithms EitherSequence.swift
[1337/1404] Compiling Algorithms FirstNonNil.swift
[1338/1404] Compiling Algorithms Joined.swift
[1339/1404] Compiling Algorithms Keyed.swift
[1354/1404] Compiling Algorithms Product.swift
[1355/1404] Compiling Algorithms Split.swift
[1356/1404] Compiling Algorithms Stride.swift
[1357/1404] Compiling Algorithms Suffix.swift
[1358/1404] Compiling BitCollections BitSet.Index.swift
[1359/1404] Compiling BitCollections BitSet._UnsafeHandle.swift
[1360/1404] Compiling BitCollections BitSet.swift
[1361/1404] Compiling BitCollections Range+Utilities.swift
[1362/1404] Compiling BitCollections Slice+Utilities.swift
[1363/1404] Compiling BitCollections UInt+Tricks.swift
[1364/1404] Compiling BitCollections _Word.swift
[1369/1405] Compiling CryptoBoringWrapper RandomBytes.swift
[1373/1405] Emitting module CryptoBoringWrapper
[1377/1407] Compiling Collections Collections.swift
[1378/1407] Emitting module Collections
[1379/1408] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1381/1408] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1382/1408] Compiling Algorithms Trim.swift
[1383/1408] Compiling Algorithms Unique.swift
[1384/1408] Compiling Algorithms Windows.swift
[1385/1408] Compiling CryptoBoringWrapper EllipticCurve.swift
[1398/1408] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1399/1408] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1400/1408] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1402/1461] Emitting module Atomics
[1403/1480] Emitting module Algorithms
[1404/1481] Compiling Crypto AES-GCM.swift
[1405/1481] Compiling Crypto AES-GCM_boring.swift
[1406/1481] Compiling Crypto ChaChaPoly_boring.swift
[1407/1481] Compiling Crypto ChaChaPoly.swift
[1408/1481] Compiling Crypto Cipher.swift
[1409/1481] Compiling Crypto Nonces.swift
[1412/1542] Compiling Crypto SymmetricKeys.swift
[1413/1542] Compiling Crypto HMAC.swift
[1414/1542] Compiling Crypto MACFunctions.swift
[1415/1542] Compiling Crypto MessageAuthenticationCode.swift
[1416/1542] Compiling Crypto AES.swift
[1417/1542] Compiling Crypto ECDSASignature_boring.swift
[1418/1542] Compiling Crypto ECDSA_boring.swift
[1419/1542] Compiling Crypto EdDSA_boring.swift
[1420/1542] Compiling Crypto ECDSA.swift
[1421/1542] Compiling Crypto Ed25519.swift
[1422/1551] Compiling NIOCore FileHandle.swift
[1423/1551] Compiling NIOCore FileRegion.swift
[1424/1551] Compiling NIOCore GlobalSingletons.swift
[1425/1551] Compiling NIOCore IO.swift
[1426/1551] Compiling NIOCore IOData.swift
[1427/1551] Compiling NIOCore IPProtocol.swift
[1428/1551] Compiling NIOCore IntegerBitPacking.swift
[1429/1551] Compiling NIOCore IntegerTypes.swift
[1430/1551] Compiling NIOCore Interfaces.swift
[1431/1551] Compiling NIOCore Linux.swift
[1432/1551] Emitting module Crypto
[1433/1551] Compiling NIOCore MulticastChannel.swift
[1434/1551] Compiling NIOCore NIOAny.swift
[1435/1551] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1436/1551] Compiling NIOCore NIOLoopBound.swift
[1437/1551] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1438/1551] Compiling NIOCore NIOScheduledCallback.swift
[1439/1551] Compiling NIOCore NIOSendable.swift
[1440/1551] Compiling NIOCore RecvByteBufferAllocator.swift
[1441/1556] Compiling NIOCore MarkedCircularBuffer.swift
[1450/1556] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1451/1557] Compiling NIOCore DeadChannel.swift
[1452/1557] Compiling NIOCore DispatchQueue+WithFuture.swift
[1453/1557] Compiling NIOCore EventLoop+Deprecated.swift
[1454/1557] Compiling NIOCore EventLoop+SerialExecutor.swift
[1455/1557] Compiling NIOCore EventLoop.swift
[1456/1557] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1457/1557] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1458/1557] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1459/1557] Compiling NIOCore EventLoopFuture.swift
[1460/1557] Compiling NIOCore FileDescriptor.swift
[1461/1557] Compiling NIOCore ByteBuffer-views.swift
[1462/1557] Compiling NIOCore Channel.swift
[1463/1557] Compiling NIOCore ChannelHandler.swift
[1464/1557] Compiling NIOCore ChannelHandlers.swift
[1465/1557] Compiling NIOCore ChannelInvoker.swift
[1466/1557] Compiling NIOCore ChannelOption.swift
[1467/1557] Compiling NIOCore ChannelPipeline.swift
[1468/1557] Compiling NIOCore CircularBuffer.swift
[1469/1557] Compiling NIOCore Codec.swift
[1470/1557] Compiling NIOCore ConvenienceOptionSupport.swift
[1479/1559] Compiling NIOCore AddressedEnvelope.swift
[1480/1559] Compiling NIOCore AsyncAwaitSupport.swift
[1481/1559] Compiling NIOCore AsyncChannel.swift
[1482/1559] Compiling NIOCore AsyncChannelHandler.swift
[1483/1559] Compiling NIOCore AsyncChannelInboundStream.swift
[1484/1559] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1485/1559] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1486/1559] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1487/1559] Compiling NIOCore NIOAsyncWriter.swift
[1488/1559] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1489/1559] Compiling NIOCore BSDSocketAPI.swift
[1490/1559] Compiling NIOCore ByteBuffer-aux.swift
[1491/1559] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1492/1559] Compiling NIOCore ByteBuffer-conversions.swift
[1493/1559] Compiling NIOCore ByteBuffer-core.swift
[1494/1559] Compiling NIOCore ByteBuffer-hex.swift
[1495/1559] Compiling NIOCore ByteBuffer-int.swift
[1496/1559] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1497/1559] Compiling NIOCore ByteBuffer-multi-int.swift
[1498/1559] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1507/1559] Compiling Crypto Signature.swift
[1508/1559] Compiling Crypto CryptoKitErrors_boring.swift
[1509/1559] Compiling Crypto RNG_boring.swift
[1510/1559] Compiling Crypto SafeCompare_boring.swift
[1511/1559] Compiling Crypto Zeroization_boring.swift
[1512/1559] Compiling Crypto PrettyBytes.swift
[1513/1559] Compiling Crypto SafeCompare.swift
[1514/1559] Compiling Crypto SecureBytes.swift
[1515/1559] Compiling Crypto Zeroization.swift
[1526/1606] Compiling NIOCore SocketAddresses.swift
[1527/1606] Compiling NIOCore SocketOptionProvider.swift
[1528/1606] Compiling NIOCore SystemCallHelpers.swift
[1529/1606] Compiling NIOCore TimeAmount+Duration.swift
[1530/1606] Compiling NIOCore TypeAssistedChannelHandler.swift
[1531/1606] Compiling NIOCore UniversalBootstrapSupport.swift
[1532/1606] Compiling NIOCore Utilities.swift
[1533/1606] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1534/1606] Compiling _CryptoExtras DigestType.swift
[1535/1606] Compiling _CryptoExtras Error.swift
[1536/1606] Compiling _CryptoExtras I2OSP.swift
[1537/1606] Compiling _CryptoExtras IntegerEncoding.swift
[1538/1606] Compiling _CryptoExtras PEMDocument.swift
[1539/1612] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1540/1612] Compiling _CryptoExtras ARC+API.swift
[1541/1612] Compiling _CryptoExtras ARC.swift
[1542/1612] Compiling _CryptoExtras ARCCredential.swift
[1543/1612] Compiling _CryptoExtras ARCEncoding.swift
[1544/1612] Compiling _CryptoExtras ARCPrecredential.swift
[1545/1612] Compiling _CryptoExtras ARCPresentation.swift
[1546/1612] Compiling _CryptoExtras ARCRequest.swift
[1547/1612] Compiling _CryptoExtras ARCResponse.swift
[1548/1612] Compiling _CryptoExtras HashToField.swift
[1549/1612] Compiling _CryptoExtras KDF.swift
[1550/1612] Compiling _CryptoExtras PBKDF2_boring.swift
[1551/1612] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1552/1612] Compiling _CryptoExtras PBKDF2.swift
[1553/1612] Compiling _CryptoExtras Scrypt_boring.swift
[1554/1612] Emitting module _CryptoExtras
[1562/1612] Compiling _CryptoExtras PrettyBytes.swift
[1563/1612] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1564/1612] Compiling _CryptoExtras DLEQ.swift
[1565/1612] Compiling _CryptoExtras Prover.swift
[1566/1612] Compiling _CryptoExtras Verifier.swift
[1567/1612] Compiling _CryptoExtras ZKPToolbox.swift
[1570/1612] Compiling _CryptoExtras ARCServer.swift
[1571/1612] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1572/1612] Compiling _CryptoExtras ChaCha20CTR.swift
[1573/1612] Compiling _CryptoExtras ECToolbox_boring.swift
[1574/1612] Compiling _CryptoExtras ECToolbox.swift
[1575/1612] Compiling _CryptoExtras AES_CBC.swift
[1576/1612] Compiling _CryptoExtras AES_CFB.swift
[1577/1612] Compiling _CryptoExtras AES_CTR.swift
[1578/1612] Compiling _CryptoExtras AES_GCM_SIV.swift
[1579/1612] Compiling _CryptoExtras Block Function.swift
[1580/1612] Compiling _CryptoExtras AES_CFB_boring.swift
[1581/1612] Compiling _CryptoExtras AES_CTR_boring.swift
[1582/1612] Compiling _CryptoExtras VOPRFServer.swift
[1583/1612] Compiling _CryptoExtras RSA+BlindSigning.swift
[1584/1612] Compiling _CryptoExtras RSA.swift
[1585/1612] Compiling _CryptoExtras RSA_boring.swift
[1586/1612] Compiling _CryptoExtras RSA_security.swift
[1587/1612] Compiling _CryptoExtras BoringSSLHelpers.swift
[1606/1612] Emitting module NIOCore
[1608/1663] Emitting module NIOEmbedded
[1609/1663] Compiling NIOEmbedded AsyncTestingChannel.swift
[1610/1663] Compiling NIOEmbedded Embedded.swift
[1611/1663] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1613/1664] Compiling NIOPosix ServerSocket.swift
[1614/1664] Compiling NIOPosix Socket.swift
[1615/1664] Compiling NIOPosix SocketChannel.swift
[1616/1664] Compiling NIOPosix SocketProtocols.swift
[1617/1664] Compiling NIOPosix System.swift
[1618/1664] Compiling NIOPosix Thread.swift
[1619/1664] Compiling NIOPosix Pool.swift
[1620/1664] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1621/1664] Compiling NIOPosix PosixSingletons.swift
[1622/1664] Compiling NIOPosix RawSocketBootstrap.swift
[1623/1664] Compiling NIOPosix Resolver.swift
[1624/1664] Compiling NIOPosix Selectable.swift
[1625/1664] Compiling NIOPosix SelectableChannel.swift
[1626/1664] Compiling NIOPosix SelectableEventLoop.swift
[1627/1664] Compiling NIOPosix SelectorEpoll.swift
[1628/1664] Compiling NIOPosix SelectorGeneric.swift
[1629/1664] Compiling NIOPosix SelectorKqueue.swift
[1630/1664] Compiling NIOPosix SelectorUring.swift
[1631/1670] Compiling NIOPosix ThreadPosix.swift
[1632/1670] Compiling NIOPosix ThreadWindows.swift
[1633/1670] Compiling NIOPosix UnsafeTransfer.swift
[1634/1670] Compiling NIOPosix Utilities.swift
[1635/1670] Compiling NIOPosix VsockAddress.swift
[1636/1670] Compiling NIOPosix VsockChannelEvents.swift
[1637/1670] Emitting module NIOPosix
[1638/1670] Compiling NIOPosix BSDSocketAPICommon.swift
[1639/1670] Compiling NIOPosix BSDSocketAPIPosix.swift
[1640/1670] Compiling NIOPosix BSDSocketAPIWindows.swift
[1641/1670] Compiling NIOPosix BaseSocket.swift
[1642/1670] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1643/1670] Compiling NIOPosix BaseSocketChannel.swift
[1644/1670] Compiling NIOPosix BaseStreamSocketChannel.swift
[1645/1670] Compiling NIOPosix Bootstrap.swift
[1646/1670] Compiling NIOPosix ControlMessage.swift
[1647/1670] Compiling NIOPosix DatagramVectorReadManager.swift
[1648/1670] Compiling NIOPosix Errors+Any.swift
[1649/1670] Compiling NIOPosix FileDescriptor.swift
[1650/1670] Compiling NIOPosix GetaddrinfoResolver.swift
[1651/1670] Compiling NIOPosix HappyEyeballs.swift
[1652/1670] Compiling NIOPosix IO.swift
[1653/1670] Compiling NIOPosix IntegerBitPacking.swift
[1654/1670] Compiling NIOPosix IntegerTypes.swift
[1655/1670] Compiling NIOPosix Linux.swift
[1656/1670] Compiling NIOPosix LinuxCPUSet.swift
[1657/1670] Compiling NIOPosix LinuxUring.swift
[1658/1670] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1659/1670] Compiling NIOPosix NIOThreadPool.swift
[1660/1670] Compiling NIOPosix NonBlockingFileIO.swift
[1661/1670] Compiling NIOPosix PendingDatagramWritesManager.swift
[1662/1670] Compiling NIOPosix PendingWritesManager.swift
[1663/1670] Compiling NIOPosix PipeChannel.swift
[1664/1670] Compiling NIOPosix PipePair.swift
[1666/1730] Emitting module NIO
[1667/1730] Compiling NIO Exports.swift
[1668/1730] Compiling _NIOFileSystem Convenience.swift
[1669/1730] Compiling _NIOFileSystem DirectoryEntries.swift
[1670/1730] Compiling _NIOFileSystem DirectoryEntry.swift
[1672/1733] Compiling _NIOFileSystem FileChunks.swift
[1673/1733] Compiling _NIOFileSystem FileHandle.swift
[1674/1733] Compiling _NIOFileSystem FileHandleProtocol.swift
[1675/1733] Compiling _NIOFileSystem FileInfo.swift
[1676/1733] Compiling _NIOFileSystem FileSystem.swift
[1677/1733] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1678/1767] Compiling NIOHTTP1 HTTPTypes.swift
[1679/1767] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1680/1767] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1681/1767] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1682/1767] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1683/1776] Compiling NIOTLS TLSEvents.swift
[1684/1776] Emitting module _NIOFileSystem
[1685/1776] Emitting module NIOSOCKS
[1686/1777] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1687/1777] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1688/1779] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1689/1779] Compiling NIOHTTP1 HTTPDecoder.swift
[1690/1779] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1691/1779] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1695/1779] Compiling NIOHTTP1 HTTPEncoder.swift
[1696/1779] Compiling NIOSOCKS SOCKSResponse.swift
[1697/1779] Compiling NIOSOCKS ClientStateMachine.swift
[1698/1779] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1699/1779] Emitting module NIOTLS
[1700/1779] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1701/1779] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1702/1779] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1703/1779] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1704/1779] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1705/1779] Compiling AsyncKit Optional+StrictMap.swift
[1706/1779] Compiling AsyncKit Exports.swift
[1712/1779] Emitting module NIOFoundationCompat
[1718/1779] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1719/1779] Compiling NIOSOCKS ServerStateMachine.swift
[1721/1780] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1722/1780] Compiling NIOTLS SNIHandler.swift
[1729/1781] Compiling _NIOFileSystem TokenBucket.swift
[1730/1781] Compiling _NIOFileSystem UnsafeTransfer.swift
[1731/1781] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1732/1781] Compiling _NIOFileSystem Mocking.swift
[1733/1781] Compiling _NIOFileSystem Syscall.swift
[1734/1781] Compiling _NIOFileSystem Syscalls.swift
[1735/1781] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1736/1781] Compiling _NIOFileSystem FileSystemError.swift
[1737/1781] Compiling _NIOFileSystem FileSystemProtocol.swift
[1738/1781] Compiling _NIOFileSystem FileType.swift
[1739/1781] Compiling _NIOFileSystem IOStrategy.swift
[1740/1781] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1742/1811] Compiling NIOSSL SSLCallbacks.swift
[1743/1811] Compiling NIOSSL SSLCertificate.swift
[1744/1811] Compiling NIOSSL SSLConnection.swift
[1745/1811] Compiling NIOSSL SSLContext.swift
[1746/1811] Compiling NIOSSL NIOSSLHandler.swift
[1747/1811] Compiling NIOSSL NIOSSLServerHandler.swift
[1748/1811] Compiling NIOSSL IdentityVerification.swift
[1749/1811] Compiling NIOSSL LinuxCABundle.swift
[1750/1811] Emitting module AsyncKit
[1751/1833] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1752/1833] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1753/1833] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1754/1833] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1755/1833] Compiling NIOTransportServices NIOTSErrors.swift
[1756/1833] Compiling NIOTransportServices NIOTSEventLoop.swift
[1757/1833] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1758/1833] Compiling NIOTransportServices NIOTSSingletons.swift
[1759/1833] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1760/1833] Compiling NIOTransportServices NIOTSBootstraps.swift
[1761/1833] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1762/1833] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1763/1833] Compiling NIOTransportServices StateManagedChannel.swift
[1764/1833] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1765/1833] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1768/1835] Emitting module NIOTransportServices
[1769/1835] Compiling NIOTransportServices AcceptHandler.swift
[1770/1835] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1771/1835] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1772/1835] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1773/1835] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1774/1835] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1775/1835] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1776/1835] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1777/1836] Compiling _NIOFileSystem SystemFileHandle.swift
[1778/1836] Compiling _NIOFileSystem Utilities.swift
[1779/1836] Compiling _NIOFileSystem OpenOptions.swift
[1780/1836] Compiling _NIOFileSystem String+FileSystem.swift
[1782/1836] Emitting module NIOHTTP1
[1787/1883] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1788/1883] Compiling NIOExtras NIOExtrasError.swift
[1789/1885] Compiling NIOWebSocket WebSocketOpcode.swift
[1793/1885] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1794/1890] Compiling NIOHPACK IndexedHeaderTable.swift
[1795/1891] Emitting module NIOSSL
[1796/1891] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1797/1891] Compiling NIOExtras RequestResponseHandler.swift
[1798/1891] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1799/1891] Compiling NIOHPACK StaticHeaderTable.swift
[1800/1891] Compiling NIOHPACK HeaderTables.swift
[1803/1891] Compiling NIOExtras DebugInboundEventsHandler.swift
[1804/1891] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1807/1891] Compiling NIOExtras UnsafeTransfer.swift
[1808/1891] Compiling NIOExtras WritePCAPHandler.swift
[1810/1891] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1811/1891] Compiling NIOSSL SafeCompare.swift
[1812/1891] Compiling NIOSSL Zeroization.swift
[1813/1891] Compiling NIOSSL TLSConfiguration.swift
[1814/1891] Compiling NIOSSL UniversalBootstrapSupport.swift
[1815/1891] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1817/1893] Compiling NIOHPACK IntegerCoding.swift
[1818/1893] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1819/1893] Compiling NIOExtras NIORequestIdentifiable.swift
[1820/1893] Compiling NIOExtras PCAPRingBuffer.swift
[1821/1893] Compiling NIOExtras QuiescingHelper.swift
[1822/1893] Compiling NIOHPACK HuffmanCoding.swift
[1823/1893] Compiling NIOHPACK HuffmanTables.swift
[1824/1893] Compiling NIOHTTPCompression HTTPDecompression.swift
[1825/1893] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1826/1893] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1829/1893] Compiling NIOSSL SubjectAlternativeName.swift
[1830/1893] Compiling NIOSSL NIOSSLSecureBytes.swift
[1831/1893] Compiling NIOSSL RNG.swift
[1833/1893] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1834/1893] Compiling NIOWebSocket WebSocketFrame.swift
[1835/1893] Compiling NIOHPACK DynamicHeaderTable.swift
[1836/1893] Compiling NIOHPACK HPACKDecoder.swift
[1837/1893] Compiling NIOHPACK HPACKEncoder.swift
[1838/1893] Compiling NIOHPACK HPACKErrors.swift
[1839/1928] Emitting module NIOWebSocket
[1840/1946] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1841/1946] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1842/1946] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1843/1967] Emitting module NIOHTTPCompression
[1844/1967] Compiling NIOHTTPCompression HTTPCompression.swift
[1845/1979] Compiling X509 CSRAttribute.swift
[1846/1979] Compiling X509 CSRAttributes.swift
[1847/1979] Compiling X509 CSRVersion.swift
[1848/1979] Compiling X509 CertificateSigningRequest.swift
[1853/1987] Emitting module NIOExtras
[1855/1988] Compiling X509 CertificationRequestInfo.swift
[1856/1988] Compiling X509 ExtensionRequest.swift
[1857/1988] Compiling X509 Certificate.swift
[1858/1988] Compiling X509 CertificatePrivateKey.swift
[1859/1988] Compiling X509 CertificatePublicKey.swift
[1860/1988] Compiling X509 CertificateSerialNumber.swift
[1861/1988] Compiling X509 CertificateVersion.swift
[1862/1988] Compiling X509 CMSAttribute.swift
[1863/1989] Emitting module NIOHPACK
[1865/2011] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1866/2011] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1867/2011] Emitting module _NIOFileSystemFoundationCompat
[1868/2012] Compiling MultipartKit BasicCodingKey.swift
[1869/2012] Compiling MultipartKit MultipartError.swift
[1870/2012] Compiling MultipartKit Exports.swift
[1871/2012] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1872/2012] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1873/2012] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1874/2012] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1875/2012] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1876/2012] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1877/2012] Compiling NIOFileSystem Exports.swift
[1878/2012] Emitting module NIOFileSystem
[1886/2016] Compiling MultipartKit FormDataEncoder.swift
[1887/2016] Compiling MultipartKit Storage.swift
[1891/2016] Compiling MultipartKit MultipartFormData.swift
[1892/2016] Compiling MultipartKit MultipartParser.swift
[1893/2016] Compiling MultipartKit MultipartPart.swift
[1894/2016] Compiling MultipartKit MultipartPartConvertible.swift
[1895/2016] Compiling MultipartKit MultipartSerializer.swift
[1896/2016] Compiling MultipartKit Utilities.swift
[1901/2016] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1902/2016] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1903/2016] Compiling MultipartKit FormDataDecoder.swift
[1905/2074] Emitting module MultipartKit
[1906/2074] Compiling NIOHTTP2 ReceivingDataState.swift
[1907/2074] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1908/2074] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1909/2074] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1910/2074] Compiling NIOHTTP2 HasLocalSettings.swift
[1911/2074] Compiling NIOHTTP2 SendingRstStreamState.swift
[1912/2074] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1914/2075] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1915/2075] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1916/2075] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1917/2075] Compiling NIOHTTP2 HTTP2Error.swift
[1918/2076] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1925/2077] Compiling NIOHTTP2 HasRemoteSettings.swift
[1926/2077] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1927/2077] Compiling NIOHTTP2 QuiescingState.swift
[1928/2077] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1929/2077] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1930/2085] Compiling NIOHTTP2 MaySendFrames.swift
[1931/2085] Compiling NIOHTTP2 SendingDataState.swift
[1932/2085] Compiling NIOHTTP2 SendingGoawayState.swift
[1933/2085] Compiling NIOHTTP2 SendingHeadersState.swift
[1934/2085] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1937/2085] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1938/2093] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1939/2093] Compiling WebSocketKit Exports.swift
[1940/2093] Compiling WebSocketKit WebSocketHandler.swift
[1941/2093] Emitting module WebSocketKit
[1942/2093] Compiling WebSocketKit WebSocket+Concurrency.swift
[1943/2093] Compiling WebSocketKit WebSocket+Connect.swift
[1944/2093] Compiling WebSocketKit WebSocket.swift
[1945/2093] Compiling WebSocketKit WebSocketClient.swift
[1946/2093] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1947/2093] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1948/2093] Compiling NIOHTTP2 MayReceiveFrames.swift
[1952/2093] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1953/2093] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1954/2093] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1960/2107] Compiling X509 OCSPTBSRequest.swift
[1961/2107] Compiling X509 OCSPVersion.swift
[1962/2107] Compiling X509 PKCS8PrivateKey.swift
[1963/2107] Compiling X509 PromiseAndFuture.swift
[1964/2107] Compiling X509 RDNAttribute.swift
[1965/2107] Compiling X509 RandomNumberGenerator+bytes.swift
[1966/2107] Compiling X509 RelativeDistinguishedName.swift
[1967/2107] Compiling X509 SEC1PrivateKey.swift
[1968/2107] Compiling X509 SecKeyWrapper.swift
[1969/2107] Compiling X509 Signature.swift
[1970/2107] Compiling X509 SignatureAlgorithm.swift
[1971/2107] Compiling X509 AllOfPolicies.swift
[1972/2107] Compiling X509 AnyPolicy.swift
[1973/2107] Compiling X509 CertificateStore.swift
[1974/2107] Compiling X509 OneOfPolicies.swift
[1975/2107] Compiling X509 PolicyBuilder.swift
[1976/2107] Compiling X509 BasicConstraintsPolicy.swift
[1977/2107] Compiling X509 DNSNames.swift
[1978/2107] Compiling X509 DirectoryNames.swift
[1979/2107] Compiling X509 ExpiryPolicy.swift
[1980/2107] Compiling X509 IPConstraints.swift
[1981/2107] Compiling X509 NameConstraintsPolicy.swift
[1982/2107] Compiling X509 RFC5280Policy.swift
[1983/2107] Compiling X509 URIConstraints.swift
[1984/2107] Compiling X509 VersionPolicy.swift
[1985/2107] Compiling X509 ServerIdentityPolicy.swift
[1998/2107] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1999/2107] Compiling NIOHTTP2 InboundWindowManager.swift
[2000/2107] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2001/2107] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2002/2107] Compiling NIOHTTP2 StreamChannelList.swift
[2003/2107] Compiling NIOHTTP2 StreamMap.swift
[2004/2107] Compiling NIOHTTP2 StreamStateMachine.swift
[2005/2107] Compiling NIOHTTP2 UnsafeTransfer.swift
[2006/2107] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2007/2107] Compiling NIOHTTP2 HTTP2StreamID.swift
[2008/2107] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2009/2107] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2010/2107] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2011/2107] Compiling NIOHTTP2 InboundEventBuffer.swift
[2020/2107] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2021/2107] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2022/2107] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2028/2107] Compiling NIOHTTP2 HTTP2Settings.swift
[2029/2107] Compiling NIOHTTP2 HTTP2Stream.swift
[2030/2107] Compiling NIOHTTP2 StateMachineResult.swift
[2031/2107] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2032/2107] Compiling NIOHTTP2 DOSHeuristics.swift
[2033/2107] Compiling NIOHTTP2 Error+Any.swift
[2034/2107] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2035/2107] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2036/2107] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2037/2107] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2041/2107] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2042/2107] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2047/2107] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2048/2107] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2049/2107] Compiling NIOHTTP2 HTTP2Frame.swift
[2050/2107] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2051/2107] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2052/2107] Compiling NIOHTTP2 HTTP2PingData.swift
[2053/2107] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2063/2107] Emitting module NIOHTTP2
[2072/2107] Emitting module X509
[2097/2169] Compiling X509 TrustRootLoading.swift
[2098/2169] Compiling X509 UnverifiedChain.swift
[2099/2169] Compiling X509 VerificationDiagnostic.swift
[2100/2169] Compiling X509 Verifier.swift
[2101/2169] Compiling X509 VerifierPolicy.swift
[2102/2169] Compiling X509 AlgorithmIdentifier.swift
[2103/2169] Compiling X509 ECDSASignature.swift
[2104/2169] Compiling X509 RSAPKCS1PublicKey.swift
[2105/2169] Compiling X509 SubjectPublicKeyInfo.swift
[2106/2169] Compiling X509 TBSCertificate.swift
[2107/2169] Compiling X509 Time.swift
[2108/2169] Compiling X509 TimeCalculations.swift
[2109/2169] Compiling X509 Validity.swift
[2111/2228] Emitting module AsyncHTTPClient
[2112/2236] Compiling JWTKit UnsecuredNoneSigner.swift
[2113/2236] Compiling JWTKit JWTKeyCollection+RSA.swift
[2114/2236] Compiling JWTKit RSA.swift
[2115/2236] Compiling JWTKit RSAError.swift
[2116/2236] Compiling JWTKit RSASigner.swift
[2117/2236] Compiling JWTKit Base64URL.swift
[2118/2236] Compiling JWTKit CryptoSigner.swift
[2119/2236] Compiling JWTKit ECDSAError.swift
[2120/2236] Compiling JWTKit ECDSAKeyTypes.swift
[2121/2236] Compiling JWTKit Insecure.swift
[2122/2236] Compiling JWTKit JWK.swift
[2123/2236] Compiling JWTKit JWKIdentifier.swift
[2124/2236] Compiling JWTKit JWKS.swift
[2125/2236] Compiling JWTKit JWKSigner.swift
[2126/2236] Compiling JWTKit JWTAlgorithm.swift
[2127/2236] Compiling JWTKit JWTError.swift
[2128/2236] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
[2129/2236] Compiling JWTKit AudienceClaim.swift
[2130/2236] Compiling JWTKit BoolClaim.swift
[2131/2236] Compiling JWTKit ExpirationClaim.swift
[2132/2236] Compiling JWTKit GoogleHostedDomainClaim.swift
[2133/2236] Compiling JWTKit IDClaim.swift
[2134/2236] Compiling JWTKit IssuedAtClaim.swift
[2135/2236] Compiling JWTKit IssuerClaim.swift
[2136/2236] Compiling JWTKit JWTClaim.swift
[2137/2236] Compiling JWTKit JWTMultiValueClaim.swift
[2138/2236] Compiling JWTKit JWTUnixEpochClaim.swift
[2139/2236] Compiling JWTKit LocaleClaim.swift
[2140/2236] Compiling JWTKit NotBeforeClaim.swift
[2141/2236] Compiling JWTKit SubjectClaim.swift
[2142/2236] Compiling JWTKit TenantIDClaim.swift
[2143/2236] Compiling JWTKit ECDSA.swift
[2144/2236] Compiling JWTKit ECDSACurve.swift
[2145/2236] Compiling JWTKit ECDSACurveType.swift
[2146/2236] Compiling JWTKit JWTKeyCollection+HMAC.swift
[2147/2236] Compiling JWTKit EdDSAError.swift
[2148/2236] Compiling JWTKit EdDSASigner.swift
[2149/2236] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[2150/2236] Compiling JWTKit HMAC.swift
[2151/2236] Compiling JWTKit HMACError.swift
[2152/2236] Compiling JWTKit HMACSigner.swift
[2153/2236] Compiling AsyncHTTPClient RedirectState.swift
[2154/2236] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2155/2236] Compiling JWTKit JWTHeaderField.swift
[2156/2236] Compiling JWTKit JWTKeyCollection.swift
[2157/2236] Compiling JWTKit JWTParser.swift
[2158/2236] Compiling JWTKit JWTPayload.swift
[2159/2236] Compiling JWTKit JWTSerializer.swift
[2160/2236] Compiling JWTKit JWTSigner.swift
[2161/2236] Compiling JWTKit EdDSA.swift
[2162/2236] Compiling JWTKit EdDSACurve.swift
[2163/2236] Compiling JWTKit ECDSASigner.swift
[2164/2236] Compiling JWTKit ECDSASigningAlgorithm.swift
[2165/2236] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[2166/2236] Compiling JWTKit P256+CurveType.swift
[2167/2236] Compiling JWTKit P384+CurveType.swift
[2168/2236] Compiling JWTKit P521+CurveType.swift
[2169/2236] Compiling JWTKit JWTHeader+CommonFields.swift
[2170/2236] Compiling JWTKit JWTHeader.swift
[2171/2236] Compiling AsyncHTTPClient RequestBag.swift
[2172/2236] Compiling AsyncHTTPClient RequestValidation.swift
[2173/2236] Compiling AsyncHTTPClient SSLContextCache.swift
[2174/2236] Compiling AsyncHTTPClient Scheme.swift
[2175/2236] Compiling AsyncHTTPClient Singleton.swift
[2176/2236] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2177/2236] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2178/2236] Compiling AsyncHTTPClient Utils.swift
[2180/2406] Compiling Vapor Application.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2181/2406] Compiling Vapor AuthenticationCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2182/2406] Compiling Vapor Authenticator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2183/2406] Compiling Vapor BasicAuthorization.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2184/2406] Compiling Vapor BearerAuthorization.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2185/2406] Compiling Vapor GuardMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2186/2406] Compiling Vapor RedirectMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2187/2406] Compiling Vapor SessionAuthenticatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2188/2406] Compiling Vapor Bcrypt.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2189/2414] Compiling Vapor Application+Cache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2190/2414] Compiling Vapor Cache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2191/2414] Compiling Vapor CacheExpirationTime.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2192/2414] Compiling Vapor MemoryCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2193/2414] Compiling Vapor Request+Cache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2194/2414] Compiling Vapor Application+Clients.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2195/2414] Compiling Vapor Client.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2196/2414] Compiling Vapor ClientRequest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2197/2414] Compiling Vapor Running.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2198/2414] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2199/2414] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2200/2414] Compiling Vapor DotEnvFile+load.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2201/2414] Compiling Vapor Routes+caseInsenstive.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2202/2414] Compiling Vapor Validatable+validate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2203/2414] Compiling Vapor Environment+Process.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2204/2414] Compiling Vapor Environment+Secret.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2205/2414] Emitting module JWTKit
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2206/2414] Compiling Vapor Application+HTTP.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2207/2414] Compiling Vapor BasicResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2208/2414] Compiling Vapor BodyStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2209/2414] Compiling Vapor Application+HTTP+Client.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2210/2414] Compiling Vapor EventLoopHTTPClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2211/2414] Compiling Vapor EndpointCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2212/2414] Compiling Vapor HTTPMethod+String.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2213/2414] Compiling Vapor AsyncBasicResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2214/2414] Compiling Vapor AsyncMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2215/2414] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2216/2414] Compiling Vapor AsyncSessionDriver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2217/2414] Compiling Vapor Authentication+Concurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2218/2414] Compiling Vapor Cache+Concurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2219/2414] Compiling Vapor Client+Concurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2220/2414] Compiling Vapor RequestBody+Concurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2221/2414] Compiling Vapor Responder+Concurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2222/2414] Compiling Vapor ClientResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2223/2414] Compiling Vapor Request+Client.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2224/2414] Compiling Vapor BootCommand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2225/2414] Compiling Vapor CommandContext+Application.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2226/2414] Compiling Vapor RoutesCommand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2227/2414] Compiling Vapor ServeCommand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2228/2414] Compiling Vapor AnyResponse+Concurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2229/2414] Compiling Vapor Core.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2230/2414] Compiling Vapor Environment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2231/2414] Compiling Vapor Abort.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2232/2414] Compiling Vapor AbortError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2233/2414] Compiling Vapor DebuggableError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2234/2414] Compiling Vapor Demangler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2235/2414] Compiling Vapor ErrorSource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2236/2414] Compiling Vapor StackTrace.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2237/2414] Compiling Vapor Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2238/2414] Compiling JWTKit CustomizedJSONCoders.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2239/2414] Compiling JWTKit Utilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2240/2414] Compiling JWTKit AppleIdentityToken.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2241/2414] Compiling JWTKit FirebaseAuthIdentityToken.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2242/2414] Compiling JWTKit GoogleIdentityToken.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2243/2414] Compiling JWTKit MicrosoftIdentityToken.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2244/2414] Compiling JWTKit ValidationTimePayload.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2245/2414] Compiling JWTKit X5CVerifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2247/2415] Compiling Vapor Request+Body.swift
[2248/2415] Compiling Vapor Request+BodyStream.swift
[2249/2415] Compiling Vapor Request.swift
[2250/2415] Compiling Vapor Application+Responder.swift
[2251/2415] Compiling Vapor DefaultResponder.swift
[2252/2415] Compiling Vapor Response+Body.swift
[2253/2415] Compiling Vapor Response.swift
[2254/2415] Compiling Vapor ResponseCodable.swift
[2255/2415] Compiling Vapor Application+Routes.swift
[2256/2415] Compiling Vapor Parameters+Require.swift
[2257/2415] Compiling Vapor Request+WebSocket.swift
[2258/2415] Compiling Vapor Route.swift
[2259/2415] Compiling Vapor RouteCollection.swift
[2260/2415] Compiling Vapor Routes.swift
[2261/2415] Compiling Vapor RoutesBuilder+Group.swift
[2262/2415] Compiling Vapor RoutesBuilder+Method.swift
[2263/2415] Compiling Vapor RoutesBuilder+Middleware.swift
[2264/2415] Compiling Vapor RoutesBuilder+WebSocket.swift
[2265/2415] Compiling Vapor RoutesBuilder.swift
[2266/2415] Compiling Vapor OTP.swift
[2267/2415] Compiling Vapor Application+Servers.swift
[2268/2415] Compiling Vapor Server.swift
[2269/2415] Compiling Vapor App+Service.swift
[2270/2415] Compiling Vapor Req+Service.swift
[2295/2463] Compiling Vapor Validator.swift
[2296/2463] Compiling Vapor ValidatorResult.swift
[2297/2463] Compiling Vapor And.swift
[2298/2463] Compiling Vapor Case.swift
[2299/2463] Compiling Vapor CharacterSet.swift
[2300/2463] Compiling Vapor Count.swift
[2301/2463] Compiling Vapor Custom.swift
[2302/2463] Compiling Vapor Email.swift
[2303/2463] Compiling Vapor Empty.swift
[2304/2463] Compiling Vapor In.swift
[2305/2463] Compiling Vapor Nil.swift
[2306/2463] Compiling Vapor NilIgnoring.swift
[2307/2463] Compiling Vapor Not.swift
[2308/2463] Compiling Vapor Or.swift
[2309/2463] Compiling Vapor Pattern.swift
[2310/2463] Compiling Vapor Range.swift
[2311/2463] Compiling Vapor URL.swift
[2312/2463] Compiling Vapor Valid.swift
[2313/2463] Compiling Vapor Application+Views.swift
[2314/2463] Compiling Vapor PlaintextRenderer.swift
[2315/2463] Compiling Vapor Request+View.swift
[2316/2463] Compiling Vapor View.swift
[2317/2463] Compiling Vapor ViewRenderer.swift
[2318/2463] Compiling Vapor _Deprecations.swift
[2319/2463] Emitting module Vapor
[2320/2463] Compiling Vapor Service.swift
[2321/2463] Compiling Vapor Application+Sessions.swift
[2322/2463] Compiling Vapor MemorySessions.swift
[2323/2463] Compiling Vapor Request+Session.swift
[2324/2463] Compiling Vapor Session.swift
[2325/2463] Compiling Vapor SessionCache.swift
[2326/2463] Compiling Vapor SessionData.swift
[2327/2463] Compiling Vapor SessionDriver.swift
[2328/2463] Compiling Vapor SessionsConfiguration.swift
[2329/2463] Compiling Vapor SessionsMiddleware.swift
[2330/2463] Compiling Vapor URLEncodedFormData.swift
[2331/2463] Compiling Vapor URLEncodedFormDecoder.swift
[2332/2463] Compiling Vapor URLEncodedFormEncoder.swift
[2333/2463] Compiling Vapor URLEncodedFormError.swift
[2334/2463] Compiling Vapor URLEncodedFormParser.swift
[2335/2463] Compiling Vapor URLEncodedFormSerializer.swift
[2336/2463] Compiling Vapor URLQueryFragmentConvertible.swift
[2337/2463] Compiling Vapor AnyResponse.swift
[2338/2463] Compiling Vapor Array+Random.swift
[2339/2463] Compiling Vapor Base32.swift
[2340/2463] Compiling Vapor Base64.swift
[2341/2463] Compiling Vapor BaseN.swift
[2342/2463] Compiling Vapor BasicCodingKey.swift
[2343/2463] Compiling Vapor ByteCount.swift
[2344/2463] Compiling Vapor HTTPServerResponseEncoder.swift
[2345/2463] Compiling Vapor HTTPServerUpgradeHandler.swift
[2346/2463] Compiling Vapor Logger+Report.swift
[2347/2463] Compiling Vapor LoggingSystem+Environment.swift
[2348/2463] Compiling Vapor Application+Middleware.swift
[2349/2463] Compiling Vapor CORSMiddleware.swift
[2350/2463] Compiling Vapor ErrorMiddleware.swift
[2351/2463] Compiling Vapor FileMiddleware.swift
[2352/2463] Compiling Vapor Middleware.swift
[2353/2463] Compiling Vapor MiddlewareConfiguration.swift
[2354/2463] Compiling Vapor ResponseCompressionMiddleware.swift
[2355/2463] Compiling Vapor RouteLoggingMiddleware.swift
[2356/2463] Compiling Vapor TracingMiddleware.swift
[2357/2463] Compiling Vapor File+Multipart.swift
[2358/2463] Compiling Vapor FormDataDecoder+Content.swift
[2359/2463] Compiling Vapor FormDataEncoder+Content.swift
[2360/2463] Compiling Vapor Application+Password.swift
[2361/2463] Compiling Vapor Application+Passwords.swift
[2362/2463] Compiling Vapor AsyncPasswordHasher.swift
[2363/2463] Compiling Vapor BcryptHasher.swift
[2364/2463] Compiling Vapor PasswordHasher.swift
[2365/2463] Compiling Vapor PlaintextHasher.swift
[2366/2463] Compiling Vapor Request+Password.swift
[2367/2463] Compiling Vapor Redirect.swift
[2368/2463] Compiling Vapor Bytes+Hex.swift
[2369/2463] Compiling Vapor Bytes+SecureCompare.swift
[2370/2463] Compiling Vapor Collection+Safe.swift
[2371/2463] Compiling Vapor DataProtocol+Copy.swift
[2372/2463] Compiling Vapor DecoderUnwrapper.swift
[2373/2463] Compiling Vapor DirectoryConfiguration.swift
[2374/2463] Compiling Vapor DotEnv.swift
[2375/2463] Compiling Vapor Extendable.swift
[2376/2463] Compiling Vapor File.swift
[2377/2463] Compiling Vapor FileIO.swift
[2378/2463] Compiling Vapor LifecycleHandler.swift
[2379/2463] Compiling Vapor OptionalType.swift
[2380/2463] Compiling Vapor RFC1123.swift
[2381/2463] Compiling Vapor SocketAddress+Hostname.swift
[2382/2463] Compiling Vapor Storage.swift
[2383/2463] Compiling Vapor String+IsIPAddress.swift
[2384/2463] Compiling Vapor Thread.swift
[2385/2463] Compiling Vapor URI.swift
[2386/2463] Compiling Vapor RangeResult.swift
[2387/2463] Compiling Vapor Validatable.swift
[2388/2463] Compiling Vapor Validation.swift
[2389/2463] Compiling Vapor ValidationKey.swift
[2390/2463] Compiling Vapor Validations.swift
[2391/2463] Compiling Vapor ValidationsError.swift
[2433/2463] Compiling Vapor ContentContainer.swift
[2434/2463] Compiling Vapor JSONCoder+Custom.swift
[2435/2463] Compiling Vapor JSONCoders+Content.swift
[2436/2463] Compiling Vapor PlaintextDecoder.swift
[2437/2463] Compiling Vapor PlaintextEncoder.swift
[2438/2463] Compiling Vapor URLQueryCoders.swift
[2439/2463] Compiling Vapor URLQueryContainer.swift
[2440/2463] Compiling Vapor HTTPStatus.swift
[2441/2463] Compiling Vapor HTTPCookies.swift
[2442/2463] Compiling Vapor HTTPHeaderCacheControl.swift
[2443/2463] Compiling Vapor HTTPHeaderExpires.swift
[2444/2463] Compiling Vapor HTTPHeaderLastModified.swift
[2445/2463] Compiling Vapor HTTPHeaders+Cache.swift
[2446/2463] Compiling Vapor HTTPHeaders+Connection.swift
[2447/2463] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2448/2463] Compiling Vapor HTTPHeaders+ContentRange.swift
[2449/2463] Compiling Vapor HTTPHeaders+Directive.swift
[2450/2463] Compiling Vapor HTTPHeaders+Forwarded.swift
[2451/2463] Compiling Vapor HTTPHeaders+Link.swift
[2452/2463] Compiling Vapor HTTPHeaders+Name.swift
[2453/2463] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2454/2463] Compiling Vapor HTTPHeaders.swift
[2455/2463] Compiling Vapor HTTPMediaType.swift
[2456/2463] Compiling Vapor HTTPMediaTypePreference.swift
[2457/2463] Compiling Vapor Responder.swift
[2458/2463] Compiling Vapor Application+HTTP+Server.swift
[2459/2463] Compiling Vapor HTTPServer.swift
[2460/2463] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2461/2463] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2462/2463] Compiling Vapor HTTPServerHandler.swift
[2463/2463] Compiling Vapor HTTPServerRequestDecoder.swift
[2465/2474] Compiling JWT JWTError+Vapor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2466/2475] Compiling JWT JWT+Microsoft.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2467/2475] Compiling JWT JWTAuthenticator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2468/2475] Compiling JWT JWT+Google.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2469/2475] Compiling JWT Application+JWT.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2470/2475] Compiling JWT Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2471/2475] Emitting module JWT
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2472/2475] Compiling JWT JWKSCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2473/2475] Compiling JWT JWT+Apple.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2474/2475] Compiling JWT JWT+FirebaseAuth.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2475/2475] Compiling JWT Request+JWT.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2477/2489] Compiling VaporAuth AuthFieldPredicate.swift
[2478/2490] Compiling VaporAuth AuthBasePredicate.swift
[2479/2490] Compiling VaporAuth AuthGuardMiddleware.swift
/host/spi-builder-workspace/Sources/VaporAuth/MiddleWare/AuthGuardMiddleware.swift:30:9: warning: stored property 'matchers' of 'Sendable'-conforming generic struct 'AuthGuardMiddleware' has non-sendable type '[any AuthPredicate<T>]'; this is an error in the Swift 6 language mode
28 | /// A Middleware for Helping Scope asserting.
29 | public struct AuthGuardMiddleware<T: AuthCarrier>: AsyncMiddleware {
30 |     var matchers: [any AuthPredicate<T>]
   |         `- warning: stored property 'matchers' of 'Sendable'-conforming generic struct 'AuthGuardMiddleware' has non-sendable type '[any AuthPredicate<T>]'; this is an error in the Swift 6 language mode
31 |
32 |     init(_ matchers: [any AuthPredicate<T>]) {
/host/spi-builder-workspace/Sources/VaporAuth/AuthPredicate.swift:24:17: note: protocol 'AuthPredicate' does not conform to the 'Sendable' protocol
22 |
23 |
24 | public protocol AuthPredicate<T> {
   |                 `- note: protocol 'AuthPredicate' does not conform to the 'Sendable' protocol
25 |     associatedtype T: AuthCarrier
26 |
[2480/2490] Compiling VaporAuth Route+Auth.swift
/host/spi-builder-workspace/Sources/VaporAuth/MiddleWare/AuthGuardMiddleware.swift:30:9: warning: stored property 'matchers' of 'Sendable'-conforming generic struct 'AuthGuardMiddleware' has non-sendable type '[any AuthPredicate<T>]'; this is an error in the Swift 6 language mode
28 | /// A Middleware for Helping Scope asserting.
29 | public struct AuthGuardMiddleware<T: AuthCarrier>: AsyncMiddleware {
30 |     var matchers: [any AuthPredicate<T>]
   |         `- warning: stored property 'matchers' of 'Sendable'-conforming generic struct 'AuthGuardMiddleware' has non-sendable type '[any AuthPredicate<T>]'; this is an error in the Swift 6 language mode
31 |
32 |     init(_ matchers: [any AuthPredicate<T>]) {
/host/spi-builder-workspace/Sources/VaporAuth/AuthPredicate.swift:24:17: note: protocol 'AuthPredicate' does not conform to the 'Sendable' protocol
22 |
23 |
24 | public protocol AuthPredicate<T> {
   |                 `- note: protocol 'AuthPredicate' does not conform to the 'Sendable' protocol
25 |     associatedtype T: AuthCarrier
26 |
[2481/2490] Compiling VaporAuth Scope+Wrapper.swift
/host/spi-builder-workspace/Sources/VaporAuth/Lib/Scope/Scope.swift:78:17: warning: instance method 'makeIterator()' nearly matches defaulted requirement 'makeIterator()' of protocol 'Sequence'
 76 |     public typealias Element = Scope
 77 |
 78 |     public func makeIterator() -> AnyIterator<Scope> {
    |                 |- warning: instance method 'makeIterator()' nearly matches defaulted requirement 'makeIterator()' of protocol 'Sequence'
    |                 |- note: candidate has non-matching type '() -> AnyIterator<Scope>' [with Iterator = Scope]
    |                 `- note: move 'makeIterator()' to another extension to silence this warning
 79 |         var cur: Scope? = self
 80 |         let iterator: AnyIterator<Scope> = AnyIterator {
Swift.Sequence.makeIterator:2:18: note: requirement 'makeIterator()' declared here
1 | protocol Sequence {
2 | __consuming func makeIterator() -> Self.Iterator}
  |                  `- note: requirement 'makeIterator()' declared here
3 |
[2482/2490] Compiling VaporAuth Scope.swift
/host/spi-builder-workspace/Sources/VaporAuth/Lib/Scope/Scope.swift:78:17: warning: instance method 'makeIterator()' nearly matches defaulted requirement 'makeIterator()' of protocol 'Sequence'
 76 |     public typealias Element = Scope
 77 |
 78 |     public func makeIterator() -> AnyIterator<Scope> {
    |                 |- warning: instance method 'makeIterator()' nearly matches defaulted requirement 'makeIterator()' of protocol 'Sequence'
    |                 |- note: candidate has non-matching type '() -> AnyIterator<Scope>' [with Iterator = Scope]
    |                 `- note: move 'makeIterator()' to another extension to silence this warning
 79 |         var cur: Scope? = self
 80 |         let iterator: AnyIterator<Scope> = AnyIterator {
Swift.Sequence.makeIterator:2:18: note: requirement 'makeIterator()' declared here
1 | protocol Sequence {
2 | __consuming func makeIterator() -> Self.Iterator}
  |                  `- note: requirement 'makeIterator()' declared here
3 |
[2483/2490] Compiling VaporAuth AuthCarrier.swift
/host/spi-builder-workspace/Sources/VaporAuth/AuthHandler.swift:13:12: warning: type 'Request.Key.Value' (aka 'AuthHandler') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
11 |
12 | extension Request {
13 |     struct Key: StorageKey {
   |            `- warning: type 'Request.Key.Value' (aka 'AuthHandler') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
14 |         typealias Value = AuthHandler
15 |     }
   :
31 | /// `AuthHandler` is always accompanied by a Request.
32 | /// A convenient way to access `AuthHandler` is to call `request.oauth`.
33 | public class AuthHandler {
   |              `- note: class 'AuthHandler' does not conform to the 'Sendable' protocol
34 |
35 |     weak var request: Request?
[2484/2490] Compiling VaporAuth AuthHandler.swift
/host/spi-builder-workspace/Sources/VaporAuth/AuthHandler.swift:13:12: warning: type 'Request.Key.Value' (aka 'AuthHandler') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
11 |
12 | extension Request {
13 |     struct Key: StorageKey {
   |            `- warning: type 'Request.Key.Value' (aka 'AuthHandler') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
14 |         typealias Value = AuthHandler
15 |     }
   :
31 | /// `AuthHandler` is always accompanied by a Request.
32 | /// A convenient way to access `AuthHandler` is to call `request.oauth`.
33 | public class AuthHandler {
   |              `- note: class 'AuthHandler' does not conform to the 'Sendable' protocol
34 |
35 |     weak var request: Request?
[2485/2490] Emitting module VaporAuth
/host/spi-builder-workspace/Sources/VaporAuth/AuthHandler.swift:13:12: warning: type 'Request.Key.Value' (aka 'AuthHandler') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
11 |
12 | extension Request {
13 |     struct Key: StorageKey {
   |            `- warning: type 'Request.Key.Value' (aka 'AuthHandler') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
14 |         typealias Value = AuthHandler
15 |     }
   :
31 | /// `AuthHandler` is always accompanied by a Request.
32 | /// A convenient way to access `AuthHandler` is to call `request.oauth`.
33 | public class AuthHandler {
   |              `- note: class 'AuthHandler' does not conform to the 'Sendable' protocol
34 |
35 |     weak var request: Request?
/host/spi-builder-workspace/Sources/VaporAuth/Lib/Scope/Scope.swift:78:17: warning: instance method 'makeIterator()' nearly matches defaulted requirement 'makeIterator()' of protocol 'Sequence'
 76 |     public typealias Element = Scope
 77 |
 78 |     public func makeIterator() -> AnyIterator<Scope> {
    |                 |- warning: instance method 'makeIterator()' nearly matches defaulted requirement 'makeIterator()' of protocol 'Sequence'
    |                 |- note: candidate has non-matching type '() -> AnyIterator<Scope>' [with Iterator = Scope]
    |                 `- note: move 'makeIterator()' to another extension to silence this warning
 79 |         var cur: Scope? = self
 80 |         let iterator: AnyIterator<Scope> = AnyIterator {
Swift.Sequence.makeIterator:2:18: note: requirement 'makeIterator()' declared here
1 | protocol Sequence {
2 | __consuming func makeIterator() -> Self.Iterator}
  |                  `- note: requirement 'makeIterator()' declared here
3 |
/host/spi-builder-workspace/Sources/VaporAuth/MiddleWare/AuthGuardMiddleware.swift:30:9: warning: stored property 'matchers' of 'Sendable'-conforming generic struct 'AuthGuardMiddleware' has non-sendable type '[any AuthPredicate<T>]'; this is an error in the Swift 6 language mode
28 | /// A Middleware for Helping Scope asserting.
29 | public struct AuthGuardMiddleware<T: AuthCarrier>: AsyncMiddleware {
30 |     var matchers: [any AuthPredicate<T>]
   |         `- warning: stored property 'matchers' of 'Sendable'-conforming generic struct 'AuthGuardMiddleware' has non-sendable type '[any AuthPredicate<T>]'; this is an error in the Swift 6 language mode
31 |
32 |     init(_ matchers: [any AuthPredicate<T>]) {
/host/spi-builder-workspace/Sources/VaporAuth/AuthPredicate.swift:24:17: note: protocol 'AuthPredicate' does not conform to the 'Sendable' protocol
22 |
23 |
24 | public protocol AuthPredicate<T> {
   |                 `- note: protocol 'AuthPredicate' does not conform to the 'Sendable' protocol
25 |     associatedtype T: AuthCarrier
26 |
/host/spi-builder-workspace/Sources/VaporAuth/ScopesCommand.swift:22:16: warning: stored property 'carrierType' of 'Sendable'-conforming generic class 'ScopesCommand' is mutable; this is an error in the Swift 6 language mode
 20 |         return "Displays all routes' required scopes."
 21 |     }
 22 |     public var carrierType: T.Type
    |                `- warning: stored property 'carrierType' of 'Sendable'-conforming generic class 'ScopesCommand' is mutable; this is an error in the Swift 6 language mode
 23 |
 24 |     public init(Payload: T.Type = T.self) { carrierType = Payload}
[2486/2490] Compiling VaporAuth ScopeClaim.swift
[2487/2490] Compiling VaporAuth Scope+Create.swift
[2488/2490] Compiling VaporAuth AuthPredicate.swift
[2489/2490] Compiling VaporAuth JWTClaim+Guardable.swift
[2490/2490] Compiling VaporAuth ScopesCommand.swift
/host/spi-builder-workspace/Sources/VaporAuth/ScopesCommand.swift:22:16: warning: stored property 'carrierType' of 'Sendable'-conforming generic class 'ScopesCommand' is mutable; this is an error in the Swift 6 language mode
 20 |         return "Displays all routes' required scopes."
 21 |     }
 22 |     public var carrierType: T.Type
    |                `- warning: stored property 'carrierType' of 'Sendable'-conforming generic class 'ScopesCommand' is mutable; this is an error in the Swift 6 language mode
 23 |
 24 |     public init(Payload: T.Type = T.self) { carrierType = Payload}
/host/spi-builder-workspace/Sources/VaporAuth/ScopesCommand.swift:37:44: warning: 'string' is deprecated: renamed to 'rawValue'
 35 |             for (idx, match) in matchs.enumerated() {
 36 |                 var column: [ConsoleText] = []
 37 |                 column.append(route.method.string.consoleText())
    |                                            |- warning: 'string' is deprecated: renamed to 'rawValue'
    |                                            `- note: use 'rawValue' instead
 38 |                 if route.path.isEmpty {
 39 |                     column.append(pathSeparator)
Build complete! (541.39s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "jwt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0-rc.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt"
    }
  ],
  "manifest_display_name" : "VaporAuth",
  "name" : "VaporAuth",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "VaporAuth",
      "targets" : [
        "VaporAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VaporAuthTests",
      "module_type" : "SwiftTarget",
      "name" : "VaporAuthTests",
      "path" : "Tests/VaporAuthTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "AuthCarrierTests.swift",
        "AuthHandlerTests.swift",
        "ClaimTests/ScopeClaimTests.swift",
        "LibTests/ScopeTests.swift",
        "LibTests/ScopeWrapperTests.swift",
        "MiddleWare/RouteAuthTests.swift",
        "PredicateTests/BasePredicateTests.swift",
        "PredicateTests/FieldPredicateTests.swift",
        "Utils/AuthCarrier+Testable.swift",
        "Utils/JWT+Helper.swift"
      ],
      "target_dependencies" : [
        "VaporAuth"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VaporAuth",
      "module_type" : "SwiftTarget",
      "name" : "VaporAuth",
      "path" : "Sources/VaporAuth",
      "product_dependencies" : [
        "Vapor",
        "JWT"
      ],
      "product_memberships" : [
        "VaporAuth"
      ],
      "sources" : [
        "AuthCarrier.swift",
        "AuthHandler.swift",
        "AuthPredicate.swift",
        "Claims/JWTClaim+Guardable.swift",
        "Claims/ScopeClaim.swift",
        "Lib/Scope/Scope+Create.swift",
        "Lib/Scope/Scope+Wrapper.swift",
        "Lib/Scope/Scope.swift",
        "MiddleWare/AuthGuardMiddleware.swift",
        "MiddleWare/Route+Auth.swift",
        "Predicate/AuthBasePredicate.swift",
        "Predicate/AuthFieldPredicate.swift",
        "ScopesCommand.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.