The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FirebaseJWTMiddleware, reference master (9dfe7a), with Swift 6.1 for Android on 29 May 2025 02:17:54 UTC.

Swift 6 data race errors: 6

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/emvakar/vapor-firebase-jwt-middleware.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/emvakar/vapor-firebase-jwt-middleware
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9dfe7a9 Merge pull request #2 from simonederiu/patch-1
Cloned https://github.com/emvakar/vapor-firebase-jwt-middleware.git
Revision (git rev-parse @):
9dfe7a9ea9a2ccdd41a0eaab0c7bea3c54f24e45
SUCCESS checkout https://github.com/emvakar/vapor-firebase-jwt-middleware.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/emvakar/vapor-firebase-jwt-middleware.git
https://github.com/emvakar/vapor-firebase-jwt-middleware.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" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt.git"
    }
  ],
  "manifest_display_name" : "FirebaseJWTMiddleware",
  "name" : "FirebaseJWTMiddleware",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "FirebaseJWTMiddleware",
      "targets" : [
        "FirebaseJWTMiddleware"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FirebaseJWTMiddlewareTests",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseJWTMiddlewareTests",
      "path" : "Tests/FirebaseJWTMiddlewareTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "FirebaseJWTMiddlewareTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "FirebaseJWTMiddleware"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebaseJWTMiddleware",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseJWTMiddleware",
      "path" : "Sources/FirebaseJWTMiddleware",
      "product_dependencies" : [
        "Vapor",
        "JWT"
      ],
      "product_memberships" : [
        "FirebaseJWTMiddleware"
      ],
      "sources" : [
        "Application+FirebaseJWT.swift",
        "FirebaseJWTMiddleware.swift",
        "FirebaseJWTPayload.swift",
        "JWKSCache.swift",
        "Request+FirebaseJWT.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/jwt.git
Fetching https://github.com/vapor/vapor.git
[1/2707] Fetching jwt
[2600/77085] Fetching jwt, vapor
Fetched https://github.com/vapor/jwt.git from cache (4.96s)
Fetched https://github.com/vapor/vapor.git from cache (4.99s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 4.2.2 (6.62s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (1.05s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 4.13.5 (1.70s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.83s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.14s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.44s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.43s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.64s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-service-context.git
[1/2609] Fetching websocket-kit
[2610/5928] Fetching websocket-kit, multipart-kit
[3772/7638] Fetching websocket-kit, multipart-kit, swift-atomics
[4398/12612] Fetching websocket-kit, multipart-kit, swift-atomics, swift-distributed-tracing
[4967/13675] Fetching websocket-kit, multipart-kit, swift-atomics, swift-distributed-tracing, swift-service-context
[7546/19634] Fetching websocket-kit, multipart-kit, swift-atomics, swift-distributed-tracing, swift-service-context, swift-algorithms
Fetched https://github.com/vapor/websocket-kit.git from cache (0.54s)
[13529/17025] Fetching multipart-kit, swift-atomics, swift-distributed-tracing, swift-service-context, swift-algorithms
Fetched https://github.com/apple/swift-service-context.git from cache (0.55s)
[13257/15962] Fetching multipart-kit, swift-atomics, swift-distributed-tracing, swift-algorithms
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.76s)
Fetching https://github.com/apple/swift-nio-extras.git
[8312/12209] Fetching multipart-kit, swift-atomics, swift-distributed-tracing, swift-metrics
[10474/16045] Fetching multipart-kit, swift-atomics, swift-distributed-tracing, swift-metrics, swift-log
[12147/13839] Fetching multipart-kit, swift-atomics, swift-distributed-tracing, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.36s)
Fetching https://github.com/apple/swift-nio-http2.git
[12148/19753] Fetching multipart-kit, swift-atomics, swift-distributed-tracing, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-log.git from cache (0.50s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.48s)
Fetching https://github.com/apple/swift-nio.git
[8312/21530] Fetching multipart-kit, swift-atomics, swift-distributed-tracing, swift-nio-http2
[11562/36373] Fetching multipart-kit, swift-atomics, swift-distributed-tracing, swift-nio-http2, swift-nio-ssl
[24352/112466] Fetching multipart-kit, swift-atomics, swift-distributed-tracing, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.87s)
[28078/110756] Fetching multipart-kit, swift-distributed-tracing, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.87s)
[23253/105782] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.97s)
[20824/102463] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/async-kit.git
[29547/123190] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit
[33610/128837] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit, console-kit
[50200/131207] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit, console-kit, async-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.50s)
[47619/119680] Fetching swift-nio-ssl, swift-nio, routing-kit, console-kit, async-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/console-kit.git from cache (0.64s)
[57766/114033] Fetching swift-nio-ssl, swift-nio, routing-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.56s)
[55545/111663] Fetching swift-nio-ssl, swift-nio, routing-kit
[74379/125677] Fetching swift-nio-ssl, swift-nio, routing-kit, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (1.68s)
[78318/104950] Fetching swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.85s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.50s)
[51744/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (9.61s)
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.79s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.87s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.75s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.16s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[4349/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.94s)
Fetched https://github.com/apple/swift-collections.git from cache (2.97s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (4.33s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (13.35s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.77s)
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.79s)
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.68s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.78s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.59s)
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.65s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1141] Fetching swift-http-structured-headers
[70/2045] Fetching swift-http-structured-headers, swift-http-types
[1953/7030] Fetching swift-http-structured-headers, swift-http-types, swift-async-algorithms
[2645/9456] Fetching swift-http-structured-headers, swift-http-types, swift-async-algorithms, swift-service-lifecycle
[9408/15611] Fetching swift-http-structured-headers, swift-http-types, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.38s)
[10091/14707] Fetching swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.45s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.45s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.45s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.54s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.20s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.92s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.69s)
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.25s)
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.53s)
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.85s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.80s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.63s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.79s)
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.90s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.54s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.66s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.55s)
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-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-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-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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/swift-server/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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-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-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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 4.2.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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-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-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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/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/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 4.13.5
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/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-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-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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
warning: 'jwt': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/jwt/Sources/JWT/Docs.docc
Building for debugging...
[0/1255] Write sources
[41/1255] Compiling CNIOWindows WSAStartup.c
[41/1255] Write sources
[41/1255] Compiling CNIOWindows shim.c
[44/1255] Compiling CNIOWASI CNIOWASI.c
[45/1255] Write sources
[52/1255] Compiling CNIOLinux liburing_shims.c
[53/1255] Compiling CVaporBcrypt bcrypt.c
[54/1255] Compiling _NumericsShims _NumericsShims.c
[55/1255] Compiling CNIOLinux shim.c
[56/1255] Compiling CNIOSHA1 c_nio_sha1.c
[56/1255] Compiling _AtomicsShims.c
[56/1255] Compiling CSystem shims.c
[59/1255] Compiling CNIOLLHTTP c_nio_http.c
[60/1255] Compiling CNIOExtrasZlib empty.c
[61/1255] Compiling CNIODarwin shim.c
[62/1255] Compiling CNIOLLHTTP c_nio_api.c
[63/1255] Compiling fiat_p256_adx_sqr.S
[64/1255] Compiling fiat_p256_adx_mul.S
[65/1255] Compiling fiat_curve25519_adx_square.S
[66/1255] Write swift-version-24593BA9C3E375BF.txt
[67/1255] Compiling CVaporBcrypt blf.c
[68/1255] Compiling fiat_curve25519_adx_mul.S
[69/1255] Compiling CNIOLLHTTP c_nio_llhttp.c
[70/1261] Compiling CNIOBoringSSLShims shims.c
[71/1292] Compiling tls_record.cc
[72/1302] Compiling tls13_server.cc
[73/1307] Compiling tls_method.cc
[74/1307] Compiling tls13_enc.cc
[76/1324] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[77/1325] Emitting module _NIOBase64
[78/1325] Compiling _NIOBase64 Base64.swift
[79/1326] Emitting module ServiceContextModule
[80/1326] Compiling InternalCollectionsUtilities Descriptions.swift
[81/1326] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[82/1326] Compiling RealModule ElementaryFunctions.swift
[84/1327] Emitting module RealModule
[85/1327] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[86/1327] Compiling InternalCollectionsUtilities UInt+reversed.swift
[87/1327] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[88/1327] Compiling InternalCollectionsUtilities _SortedCollection.swift
[89/1327] Emitting module SystemPackage
[90/1327] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[91/1327] Compiling InternalCollectionsUtilities Debugging.swift
[92/1330] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[93/1330] Compiling InternalCollectionsUtilities Integer rank.swift
[96/1330] Compiling RealModule Float80+Real.swift
[97/1330] Compiling RealModule Real.swift
[98/1330] Compiling RealModule Float+Real.swift
[99/1330] Emitting module CoreMetrics
[100/1330] Compiling _NIODataStructures PriorityQueue.swift
[101/1330] Compiling _NIODataStructures _TinyArray.swift
[102/1330] Compiling RealModule Float16+Real.swift
[105/1330] Compiling ServiceContextModule ServiceContext.swift
[106/1330] Compiling ServiceContextModule ServiceContextKey.swift
[107/1331] Emitting module _NIODataStructures
[108/1331] Compiling _NIODataStructures Heap.swift
[109/1331] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[110/1332] Compiling RealModule RealFunctions.swift
[111/1333] Compiling SystemPackage MachPort.swift
[112/1333] Compiling SystemPackage PlatformString.swift
[113/1333] Compiling SystemPackage SystemString.swift
[117/1333] Emitting module InternalCollectionsUtilities
[122/1339] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[123/1339] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[126/1339] Compiling SystemPackage Util+StringArray.swift
[127/1339] Compiling SystemPackage Util.swift
[128/1339] Compiling SystemPackage UtilConsumers.swift
[131/1340] Emitting module Instrumentation
[132/1340] Compiling Instrumentation NoOpInstrument.swift
[133/1340] Compiling Instrumentation MultiplexInstrument.swift
[135/1340] Compiling CoreMetrics Metrics.swift
[135/1340] Compiling tls13_client.cc
[136/1340] Compiling t1_enc.cc
[137/1340] Compiling tls13_both.cc
[139/1340] Compiling Instrumentation InstrumentationSystem.swift
[140/1340] Compiling Logging MetadataProvider.swift
[141/1340] Compiling Instrumentation Instrument.swift
[142/1340] Compiling Instrumentation Locks.swift
[143/1341] Compiling Logging LogHandler.swift
[144/1341] Compiling Logging Logging.swift
[145/1341] Compiling CoreMetrics Locks.swift
[151/1346] Compiling SystemPackage FilePathTempPosix.swift
[152/1346] Compiling SystemPackage FilePathTempWindows.swift
[153/1346] Compiling SystemPackage FilePathWindows.swift
[154/1346] Compiling SystemPackage FilePermissions.swift
[155/1350] Compiling SystemPackage Backcompat.swift
[156/1350] Compiling SystemPackage CInterop.swift
[157/1350] Compiling SystemPackage Constants.swift
[158/1350] Compiling SystemPackage Exports.swift
[159/1350] Compiling SystemPackage Mocking.swift
[160/1350] Compiling SystemPackage RawBuffer.swift
[161/1350] Compiling SystemPackage Syscalls.swift
[162/1350] Compiling SystemPackage WindowsSyscallAdapters.swift
[163/1367] Emitting module Logging
[164/1367] Compiling Logging Locks.swift
[167/1474] Compiling HeapModule Heap+Invariants.swift
[168/1542] Compiling ssl_x509.cc
[170/1558] Compiling HeapModule Heap.swift
[171/1558] Compiling HeapModule _HeapNode.swift
[172/1558] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[173/1558] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[174/1558] Compiling HashTreeCollections TreeDictionary+Keys.swift
[175/1558] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[176/1558] Compiling HashTreeCollections TreeDictionary+Merge.swift
[177/1558] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[178/1558] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[179/1558] Emitting module HeapModule
[180/1559] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[181/1559] Compiling HeapModule Heap+Descriptions.swift
[182/1559] Compiling HeapModule Heap+UnsafeHandle.swift
[183/1568] Compiling HashTreeCollections TreeDictionary+Collection.swift
[184/1568] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[185/1568] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[186/1568] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[187/1568] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[188/1568] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[189/1568] Compiling HashTreeCollections TreeDictionary+Filter.swift
[190/1568] Compiling Tracing InstrumentationSystem+Tracing.swift
[192/1583] Compiling Tracing TracingTime.swift
[193/1583] Emitting module Tracing
[194/1583] Compiling Tracing TracerProtocol.swift
[195/1589] Compiling HashTreeCollections TreeSet+Hashable.swift
[196/1589] Compiling HashTreeCollections TreeSet+Sendable.swift
[197/1589] Compiling HashTreeCollections TreeSet+Sequence.swift
[198/1589] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[199/1589] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[200/1589] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[201/1589] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[202/1589] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[203/1589] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[204/1589] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[205/1599] Compiling Tracing TracerProtocol+Legacy.swift
[206/1599] Compiling Tracing Tracer.swift
[207/1599] Compiling DequeModule _DequeBuffer.swift
[208/1599] Compiling DequeModule _DequeBufferHeader.swift
[209/1601] Compiling DequeModule Deque+Equatable.swift
[210/1601] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[211/1601] Compiling DequeModule Deque+CustomReflectable.swift
[212/1601] Compiling DequeModule Deque+Descriptions.swift
[213/1601] Compiling DequeModule Deque+Extras.swift
[214/1601] Compiling DequeModule Deque+Hashable.swift
[215/1601] Compiling DequeModule Deque+Codable.swift
[216/1601] Compiling DequeModule Deque+Collection.swift
[223/1601] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[224/1601] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[225/1601] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[226/1601] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[227/1601] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[228/1601] Compiling HashTreeCollections _HashNode+Structural merge.swift
[229/1601] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[230/1601] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[231/1601] Compiling HashTreeCollections _HashStack.swift
[232/1601] Compiling HashTreeCollections _HashTreeIterator.swift
[233/1601] Compiling HashTreeCollections _HashTreeStatistics.swift
[234/1601] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[235/1601] Compiling HashTreeCollections _RawHashNode.swift
[236/1601] Compiling HashTreeCollections _UnmanagedHashNode.swift
[237/1601] Compiling HashTreeCollections _UnsafePath.swift
[238/1601] Compiling HashTreeCollections TreeDictionary+Codable.swift
[239/1601] Compiling HashTreeCollections _HashNode+Structural union.swift
[240/1601] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[241/1601] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[242/1601] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[243/1601] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[244/1601] Compiling HashTreeCollections _HashNode.swift
[245/1601] Compiling HashTreeCollections _HashNodeHeader.swift
[246/1601] Compiling HashTreeCollections _HashSlot.swift
[247/1601] Compiling Tracing NoOpTracer.swift
[248/1601] Compiling Tracing SpanProtocol.swift
[249/1601] Compiling OrderedCollections OrderedSet+SubSequence.swift
[250/1601] Compiling OrderedCollections OrderedSet+Testing.swift
[251/1601] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[252/1601] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[253/1601] Compiling OrderedCollections OrderedSet.swift
[254/1601] Compiling OrderedCollections _UnsafeBitset.swift
[255/1601] Compiling HashTreeCollections TreeSet+Equatable.swift
[256/1601] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[257/1601] Compiling HashTreeCollections TreeSet+Extras.swift
[258/1601] Compiling HashTreeCollections TreeSet+Filter.swift
[269/1602] Compiling OrderedCollections OrderedSet+Sendable.swift
[270/1602] Compiling DequeModule _DequeSlot.swift
[271/1602] Compiling DequeModule _UnsafeWrappedBuffer.swift
[285/1611] Compiling DequeModule Deque+Testing.swift
[286/1611] Compiling DequeModule Deque._Storage.swift
[287/1611] Compiling DequeModule Deque._UnsafeHandle.swift
[288/1611] Compiling DequeModule Deque.swift
[289/1611] Emitting module DequeModule
[298/1612] Compiling _RopeModule _CharacterRecognizer.swift
[299/1612] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[300/1612] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[301/1612] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[302/1612] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[303/1612] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[304/1612] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[305/1612] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[306/1612] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[307/1612] Compiling HashTreeCollections TreeSet.swift
[338/1612] Emitting module RoutingKit
[339/1612] Compiling RoutingKit PathComponent.swift
[340/1612] Compiling RoutingKit Router.swift
[341/1612] Compiling RoutingKit TrieRouter.swift
[341/1612] Compiling ssl_versions.cc
[370/1612] Compiling Metrics Metrics.swift
[371/1612] Emitting module Metrics
[383/1613] Compiling RoutingKit AnyRouter.swift
[384/1613] Compiling RoutingKit Parameters.swift
[387/1614] Emitting module OrderedCollections
[388/1615] Compiling _RopeModule Rope+Join.swift
[389/1615] Compiling _RopeModule Rope+MutatingForEach.swift
[390/1615] Compiling _RopeModule Rope+Remove.swift
[391/1615] Compiling _RopeModule Rope+RemoveSubrange.swift
[392/1615] Compiling _RopeModule Rope+Split.swift
[393/1615] Compiling _RopeModule Optional Utilities.swift
[394/1615] Compiling _RopeModule String Utilities.swift
[395/1615] Compiling _RopeModule String.Index+ABI.swift
[396/1615] Compiling ssl_stat.cc
[398/1615] Emitting module _RopeModule
[399/1615] Compiling ssl_transcript.cc
[401/1615] Emitting module HashTreeCollections
[444/1617] Compiling ssl_session.cc
[445/1617] Compiling ssl_file.cc
[446/1617] Compiling ssl_key_share.cc
[447/1617] Compiling ssl_privkey.cc
[448/1617] Compiling ssl_credential.cc
[449/1617] Compiling ssl_lib.cc
[450/1617] Compiling ssl_cipher.cc
[451/1617] Compiling ssl_buffer.cc
[452/1617] Compiling s3_pkt.cc
[453/1617] Compiling ssl_asn1.cc
[454/1617] Compiling ssl_cert.cc
[455/1617] Compiling s3_lib.cc
[456/1617] Compiling ssl_aead_ctx.cc
[457/1617] Compiling s3_both.cc
[458/1617] Compiling handshake_server.cc
[459/1617] Compiling handshake_client.cc
[460/1617] Compiling handshake.cc
[461/1617] Compiling encrypted_client_hello.cc
[462/1617] Compiling handoff.cc
[463/1617] Compiling dtls_method.cc
[464/1617] Compiling dtls_record.cc
[465/1617] Compiling md5-x86_64-linux.S
[466/1617] Compiling md5-x86_64-apple.S
[467/1617] Compiling md5-586-linux.S
[468/1617] Compiling d1_srtp.cc
[469/1617] Compiling md5-586-apple.S
[470/1617] Compiling extensions.cc
[471/1617] Compiling d1_pkt.cc
[472/1617] Compiling chacha20_poly1305_armv8-win.S
[473/1617] Compiling chacha20_poly1305_x86_64-linux.S
[474/1617] Compiling chacha20_poly1305_x86_64-apple.S
[475/1617] Compiling chacha-x86_64-apple.S
[476/1617] Compiling chacha20_poly1305_armv8-linux.S
[477/1617] Compiling chacha-x86_64-linux.S
[478/1617] Compiling chacha20_poly1305_armv8-apple.S
[479/1617] Compiling chacha-armv8-linux.S
[480/1617] Compiling chacha-x86-linux.S
[481/1617] Compiling chacha-x86-apple.S
[482/1617] Compiling chacha-armv8-win.S
[483/1617] Compiling aes128gcmsiv-x86_64-apple.S
[484/1617] Compiling chacha-armv4-linux.S
[485/1617] Compiling chacha-armv8-apple.S
[486/1617] Compiling aes128gcmsiv-x86_64-linux.S
[487/1617] Compiling err_data.cc
[488/1617] Compiling x86_64-mont-apple.S
[489/1617] Compiling x86_64-mont-linux.S
[490/1617] Compiling x86-mont-linux.S
[491/1617] Compiling x86_64-mont5-apple.S
[492/1617] Compiling x86_64-mont5-linux.S
[492/1617] Compiling x86-mont-apple.S
[494/1617] Compiling vpaes-x86_64-apple.S
[495/1617] Compiling bio_ssl.cc
[496/1617] Compiling vpaes-x86_64-linux.S
[497/1617] Compiling vpaes-x86-linux.S
[498/1617] Compiling vpaes-x86-apple.S
[499/1617] Compiling vpaes-armv8-win.S
[500/1617] Compiling vpaes-armv8-linux.S
[501/1617] Compiling sha512-x86_64-linux.S
[502/1617] Compiling sha512-armv8-win.S
[502/1617] Compiling vpaes-armv7-linux.S
[502/1617] Compiling vpaes-armv8-apple.S
[505/1617] Compiling sha512-x86_64-apple.S
[506/1617] Compiling sha512-586-linux.S
[507/1617] Compiling sha512-armv4-linux.S
[508/1617] Compiling sha512-armv8-apple.S
[509/1617] Compiling sha512-armv8-linux.S
[510/1617] Compiling sha512-586-apple.S
[511/1617] Compiling sha256-x86_64-linux.S
[512/1617] Compiling sha256-armv8-win.S
[513/1617] Compiling sha256-586-linux.S
[514/1617] Compiling sha256-x86_64-apple.S
[515/1617] Compiling sha256-armv8-apple.S
[516/1617] Compiling sha256-armv8-linux.S
[517/1617] Compiling sha256-armv4-linux.S
[518/1617] Compiling sha256-586-apple.S
[519/1617] Compiling sha1-armv8-win.S
[520/1617] Compiling sha1-x86_64-apple.S
[521/1617] Compiling sha1-x86_64-linux.S
[522/1617] Compiling sha1-armv8-apple.S
[523/1617] Compiling sha1-armv4-large-linux.S
[524/1617] Compiling sha1-armv8-linux.S
[525/1617] Compiling sha1-586-linux.S
[526/1617] Compiling d1_both.cc
[527/1617] Compiling sha1-586-apple.S
[528/1617] Compiling rsaz-avx2-linux.S
[529/1617] Compiling rdrand-x86_64-linux.S
[530/1617] Compiling p256_beeu-x86_64-asm-apple.S
[531/1617] Compiling rdrand-x86_64-apple.S
[532/1617] Compiling rsaz-avx2-apple.S
[533/1617] Compiling d1_lib.cc
[534/1617] Compiling p256_beeu-x86_64-asm-linux.S
[535/1617] Compiling p256_beeu-armv8-asm-win.S
[536/1617] Compiling p256_beeu-armv8-asm-linux.S
[537/1617] Compiling p256_beeu-armv8-asm-apple.S
[538/1617] Compiling p256-x86_64-asm-apple.S
[539/1617] Compiling p256-x86_64-asm-linux.S
[540/1617] Compiling p256-armv8-asm-apple.S
[541/1617] Compiling ghashv8-armv8-linux.S
[542/1617] Compiling ghashv8-armv8-win.S
[543/1617] Compiling p256-armv8-asm-win.S
[544/1617] Compiling ghashv8-armv8-apple.S
[545/1617] Compiling p256-armv8-asm-linux.S
[546/1617] Compiling ghashv8-armv7-linux.S
[547/1617] Compiling ghash-x86_64-linux.S
[548/1617] Compiling ghash-x86_64-apple.S
[549/1617] Compiling ghash-x86-linux.S
[550/1617] Compiling ghash-ssse3-x86_64-linux.S
[551/1617] Compiling ghash-ssse3-x86-linux.S
[552/1617] Compiling ghash-ssse3-x86_64-apple.S
[553/1617] Compiling ghash-x86-apple.S
[554/1617] Compiling ghash-ssse3-x86-apple.S
[555/1617] Compiling ghash-neon-armv8-win.S
[556/1617] Compiling ghash-neon-armv8-apple.S
[557/1617] Compiling co-586-linux.S
[558/1617] Compiling ghash-armv4-linux.S
[559/1617] Compiling ghash-neon-armv8-linux.S
[560/1617] Compiling bsaes-armv7-linux.S
[561/1617] Compiling bn-armv8-win.S
[562/1617] Compiling co-586-apple.S
[563/1617] Compiling bn-armv8-linux.S
[564/1617] Compiling bn-armv8-apple.S
[565/1617] Compiling bn-586-apple.S
[566/1617] Compiling armv8-mont-win.S
[567/1617] Compiling bn-586-linux.S
[568/1617] Compiling armv4-mont-linux.S
[569/1617] Compiling armv8-mont-apple.S
[570/1617] Compiling aesv8-gcm-armv8-apple.S
[571/1617] Compiling armv8-mont-linux.S
[572/1617] Compiling aesv8-gcm-armv8-win.S
[573/1617] Compiling aesv8-armv8-linux.S
[574/1617] Compiling aesv8-armv8-win.S
[575/1617] Compiling aesv8-gcm-armv8-linux.S
[576/1617] Compiling aesv8-armv8-apple.S
[577/1617] Compiling aesv8-armv7-linux.S
[578/1617] Compiling aesni-x86-linux.S
[579/1617] Compiling aesni-x86_64-apple.S
[580/1617] Compiling aesni-x86_64-linux.S
[581/1617] Compiling aesni-gcm-x86_64-apple.S
[582/1617] Compiling aes-gcm-avx2-x86_64-linux.S
[582/1617] Compiling aesni-x86-apple.S
[584/1617] Compiling aesni-gcm-x86_64-linux.S
[585/1617] Compiling aes-gcm-avx2-x86_64-apple.S
[586/1617] Compiling aes-gcm-avx10-x86_64-apple.S
[587/1617] Compiling aes-gcm-avx10-x86_64-linux.S
[588/1617] Compiling x_x509a.cc
[589/1617] Compiling x_val.cc
[590/1617] Compiling x_x509.cc
[591/1617] Compiling x_sig.cc
[592/1617] Compiling x_spki.cc
[593/1617] Compiling x_name.cc
[594/1617] Compiling x_req.cc
[595/1617] Compiling x_pubkey.cc
[596/1617] Compiling x_attrib.cc
[597/1617] Compiling x_all.cc
[598/1617] Compiling x_crl.cc
[599/1617] Compiling x_algor.cc
[600/1617] Compiling x509spki.cc
[601/1617] Compiling x_exten.cc
[602/1617] Compiling x509name.cc
[603/1617] Compiling x509rset.cc
[604/1617] Compiling x509_vpm.cc
[605/1617] Compiling x509_v3.cc
[606/1617] Compiling x509cset.cc
[607/1617] Compiling x509_txt.cc
[608/1617] Compiling x509_vfy.cc
[609/1617] Compiling x509_trs.cc
[610/1617] Compiling x509_set.cc
[611/1617] Compiling x509_req.cc
[612/1617] Compiling x509_obj.cc
[613/1617] Compiling x509_ext.cc
[614/1617] Compiling x509_lu.cc
[615/1617] Compiling x509_def.cc
[616/1617] Compiling x509_d2.cc
[617/1617] Compiling x509_att.cc
[618/1617] Compiling x509_cmp.cc
[619/1617] Compiling x509.cc
[620/1617] Compiling v3_prn.cc
[621/1617] Compiling v3_pmaps.cc
[622/1617] Compiling v3_skey.cc
[623/1617] Compiling v3_purp.cc
[624/1617] Compiling v3_ocsp.cc
[625/1617] Compiling v3_utl.cc
[626/1617] Compiling v3_pcons.cc
[627/1617] Compiling v3_ncons.cc
[628/1617] Compiling v3_int.cc
[629/1617] Compiling v3_genn.cc
[630/1617] Compiling v3_ia5.cc
[631/1617] Compiling v3_lib.cc
[632/1617] Compiling v3_info.cc
[633/1617] Compiling v3_crld.cc
[634/1617] Compiling v3_extku.cc
[635/1617] Compiling v3_cpols.cc
[636/1617] Compiling v3_enum.cc
[637/1617] Compiling v3_conf.cc
[638/1617] Compiling v3_bcons.cc
[639/1617] Compiling v3_bitst.cc
[640/1617] Compiling v3_alt.cc
[641/1617] Compiling v3_akey.cc
[642/1617] Compiling v3_akeya.cc
[643/1617] Compiling t_x509a.cc
[644/1617] Compiling t_x509.cc
[645/1617] Compiling t_req.cc
[646/1617] Compiling t_crl.cc
[647/1617] Compiling rsa_pss.cc
[648/1617] Compiling policy.cc
[649/1617] Compiling i2d_pr.cc
[650/1617] Compiling name_print.cc
[651/1617] Compiling by_dir.cc
[652/1617] Compiling asn1_gen.cc
[653/1617] Compiling by_file.cc
[654/1617] Compiling algorithm.cc
[655/1617] Compiling a_digest.cc
[656/1617] Compiling a_sign.cc
[657/1617] Compiling a_verify.cc
[658/1617] Compiling thread_win.cc
[659/1617] Compiling voprf.cc
[660/1617] Compiling trust_token.cc
[661/1617] Compiling pmbtoken.cc
[662/1617] Compiling thread_none.cc
[663/1617] Compiling thread_pthread.cc
[664/1617] Compiling thread.cc
[665/1617] Compiling stack.cc
[666/1617] Compiling siphash.cc
[667/1617] Compiling sha1.cc
[668/1617] Compiling sha512.cc
[668/1617] Compiling rsa_extra.cc
[670/1617] Compiling sha256.cc
[671/1617] Compiling rsa_print.cc
[672/1617] Compiling spake2plus.cc
[673/1617] Compiling slhdsa.cc
[674/1617] Compiling rsa_crypt.cc
[675/1617] Compiling windows.cc
[676/1617] Compiling rand.cc
[677/1617] Compiling rc4.cc
[678/1617] Compiling urandom.cc
[679/1617] Compiling refcount.cc
[680/1617] Compiling trusty.cc
[681/1617] Compiling rsa_asn1.cc
[682/1617] Compiling ios.cc
[683/1617] Compiling passive.cc
[684/1617] Compiling getentropy.cc
[685/1617] Compiling poly1305_arm_asm.S
[686/1617] Compiling forkunsafe.cc
[687/1617] Compiling deterministic.cc
[688/1617] Compiling fork_detect.cc
[689/1617] Compiling poly1305_vec.cc
[690/1617] Compiling pool.cc
[691/1617] Compiling poly1305_arm.cc
[692/1617] Compiling poly1305.cc
[693/1617] Compiling p5_pbev2.cc
[694/1617] Compiling pkcs8.cc
[695/1617] Compiling pkcs8_x509.cc
[696/1617] Compiling pkcs7.cc
[697/1617] Compiling pkcs7_x509.cc
[698/1617] Compiling pem_xaux.cc
[699/1617] Compiling pem_pkey.cc
[700/1617] Compiling pem_x509.cc
[701/1617] Compiling pem_pk8.cc
[702/1617] Compiling pem_info.cc
[703/1617] Compiling mlkem.cc
[704/1617] Compiling obj_xref.cc
[705/1617] Compiling pem_lib.cc
[706/1617] Compiling pem_oth.cc
[707/1617] Compiling pem_all.cc
[708/1617] Compiling obj.cc
[709/1617] Compiling mldsa.cc
[710/1617] Compiling poly_rq_mul.S
[711/1617] Compiling fips_shared_support.cc
[712/1617] Compiling lhash.cc
[713/1617] Compiling mem.cc
[714/1617] Compiling md5.cc
[715/1617] Compiling md4.cc
[716/1617] Compiling kyber.cc
[717/1617] Compiling hrss.cc
[718/1617] Compiling sign.cc
[719/1617] Compiling hpke.cc
[720/1617] Compiling scrypt.cc
[721/1617] Compiling ex_data.cc
[722/1617] Compiling print.cc
[723/1617] Compiling pbkdf.cc
[724/1617] Compiling p_x25519.cc
[725/1617] Compiling p_rsa.cc
[726/1617] Compiling p_rsa_asn1.cc
[727/1617] Compiling p_ed25519.cc
[728/1617] Compiling p_x25519_asn1.cc
[729/1617] Compiling p_ed25519_asn1.cc
[730/1617] Compiling p_hkdf.cc
[731/1617] Compiling p_dh.cc
[732/1617] Compiling p_dh_asn1.cc
[733/1617] Compiling p_dsa_asn1.cc
[734/1617] Compiling p_ec.cc
[735/1617] Compiling p_ec_asn1.cc
[736/1617] Compiling evp_ctx.cc
[737/1617] Compiling err.cc
[738/1617] Compiling evp_asn1.cc
[739/1617] Compiling evp.cc
[740/1617] Compiling ecdh.cc
[741/1617] Compiling engine.cc
[742/1617] Compiling ecdsa_asn1.cc
[743/1617] Compiling hash_to_curve.cc
[744/1617] Compiling dsa.cc
[745/1617] Compiling ec_derive.cc
[746/1617] Compiling bcm.cc
[747/1617] Compiling dsa_asn1.cc
[748/1617] Compiling params.cc
[749/1617] Compiling x25519-asm-arm.S
[750/1617] Compiling ec_asn1.cc
[751/1617] Compiling digest_extra.cc
[752/1617] Compiling dh_asn1.cc
[753/1617] Compiling des.cc
[754/1617] Compiling curve25519_64_adx.cc
[755/1617] Compiling spake25519.cc
[756/1617] Compiling cpu_intel.cc
[757/1617] Compiling crypto.cc
[758/1617] Compiling cpu_arm_linux.cc
[759/1617] Compiling curve25519.cc
[760/1617] Compiling cpu_aarch64_win.cc
[761/1617] Compiling cpu_arm_freebsd.cc
[762/1617] Compiling cpu_aarch64_sysreg.cc
[763/1617] Compiling cpu_aarch64_openbsd.cc
[764/1617] Compiling cpu_aarch64_apple.cc
[765/1617] Compiling cpu_aarch64_fuchsia.cc
[766/1617] Compiling cpu_aarch64_linux.cc
[767/1617] Compiling tls_cbc.cc
[768/1617] Compiling conf.cc
[768/1617] Compiling e_tls.cc
[770/1617] Compiling get_cipher.cc
[771/1617] Compiling e_rc2.cc
[772/1617] Compiling e_null.cc
[773/1617] Compiling e_des.cc
[774/1617] Compiling e_rc4.cc
[775/1617] Compiling derive_key.cc
[776/1617] Compiling e_aesgcmsiv.cc
[777/1617] Compiling e_aesctrhmac.cc
[778/1617] Compiling e_chacha20poly1305.cc
[779/1617] Compiling chacha.cc
[780/1617] Compiling cbs.cc
[781/1617] Compiling unicode.cc
[782/1617] Compiling buf.cc
[783/1617] Compiling cbb.cc
[784/1617] Compiling bn_asn1.cc
[785/1617] Compiling convert.cc
[786/1617] Compiling blake2.cc
[787/1617] Compiling ber.cc
[788/1617] Compiling asn1_compat.cc
[789/1617] Compiling socket.cc
[790/1617] Compiling file.cc
[791/1617] Compiling socket_helper.cc
[792/1617] Compiling printf.cc
[793/1617] Compiling pair.cc
[794/1617] Compiling hexdump.cc
[795/1617] Compiling errno.cc
[796/1617] Compiling fd.cc
[797/1617] Compiling connect.cc
[798/1617] Compiling bio_mem.cc
[799/1617] Compiling tasn_typ.cc
[800/1617] Compiling base64.cc
[801/1617] Compiling bio.cc
[802/1617] Compiling tasn_fre.cc
[803/1617] Compiling tasn_new.cc
[804/1617] Compiling tasn_utl.cc
[805/1617] Compiling f_int.cc
[806/1617] Compiling tasn_dec.cc
[807/1617] Compiling tasn_enc.cc
[808/1617] Compiling posix_time.cc
[809/1617] Compiling asn_pack.cc
[810/1617] Compiling f_string.cc
[811/1617] Compiling asn1_par.cc
[812/1617] Compiling a_type.cc
[813/1617] Compiling asn1_lib.cc
[814/1617] Compiling a_utctm.cc
[815/1617] Compiling a_octet.cc
[816/1617] Compiling a_strex.cc
[817/1617] Compiling a_strnid.cc
[818/1617] Compiling a_i2d_fp.cc
[819/1617] Compiling a_time.cc
[820/1617] Compiling a_object.cc
[821/1617] Compiling a_int.cc
[822/1617] Compiling a_d2i_fp.cc
[823/1617] Compiling fiat_p256_adx_sqr.S
[824/1617] Compiling a_dup.cc
[825/1617] Compiling a_mbstr.cc
[826/1617] Compiling fiat_p256_adx_mul.S
[827/1617] Compiling fiat_curve25519_adx_square.S
[828/1617] Compiling fiat_curve25519_adx_mul.S
[829/1617] Compiling a_gentm.cc
[830/1617] Compiling a_bitstr.cc
[831/1617] Compiling x_val.c
[832/1617] Compiling x_x509.c
[833/1617] Compiling x_x509a.c
[834/1617] Compiling a_bool.cc
[835/1617] Compiling x_spki.c
[836/1617] Compiling x_sig.c
[837/1617] Compiling x_req.c
[838/1617] Compiling x_name.c
[839/1617] Compiling x_pubkey.c
[840/1617] Compiling x_exten.c
[841/1617] Compiling x_crl.c
[842/1617] Compiling x_attrib.c
[843/1617] Compiling x_all.c
[844/1617] Compiling x509rset.c
[845/1617] Compiling x_algor.c
[846/1617] Compiling x509spki.c
[847/1617] Compiling x509name.c
[848/1617] Compiling x509cset.c
[849/1617] Compiling x509_vfy.c
[850/1617] Compiling x509_vpm.c
[851/1617] Compiling x509_txt.c
[852/1617] Compiling x509_v3.c
[853/1617] Compiling x509_trs.c
[854/1617] Compiling x509_set.c
[855/1617] Compiling x509_req.c
[856/1617] Compiling x509_obj.c
[857/1617] Compiling x509_lu.c
[858/1617] Compiling x509_ext.c
[859/1617] Compiling x509_d2.c
[860/1617] Compiling x509_def.c
[861/1617] Compiling x509_att.c
[862/1617] Compiling x509.c
[863/1617] Compiling x509_cmp.c
[864/1617] Compiling v3_utl.c
[865/1617] Compiling v3_purp.c
[866/1617] Compiling v3_pmaps.c
[867/1617] Compiling v3_skey.c
[868/1617] Compiling v3_prn.c
[869/1617] Compiling v3_pcons.c
[870/1617] Compiling v3_int.c
[871/1617] Compiling v3_ocsp.c
[872/1617] Compiling v3_ncons.c
[873/1617] Compiling v3_lib.c
[874/1617] Compiling v3_info.c
[875/1617] Compiling v3_enum.c
[876/1617] Compiling v3_ia5.c
[877/1617] Compiling v3_genn.c
[878/1617] Compiling v3_extku.c
[879/1617] Compiling v3_crld.c
[880/1617] Compiling v3_conf.c
[881/1617] Compiling v3_bcons.c
[882/1617] Compiling v3_bitst.c
[883/1617] Compiling v3_alt.c
[884/1617] Compiling v3_cpols.c
[885/1617] Compiling v3_akeya.c
[886/1617] Compiling v3_akey.c
[887/1617] Compiling t_req.c
[888/1617] Compiling t_x509.c
[889/1617] Compiling t_crl.c
[890/1617] Compiling t_x509a.c
[891/1617] Compiling i2d_pr.c
[892/1617] Compiling rsa_pss.c
[893/1617] Compiling name_print.c
[894/1617] Compiling policy.c
[895/1617] Compiling by_file.c
[896/1617] Compiling by_dir.c
[897/1617] Compiling algorithm.c
[898/1617] Compiling a_verify.c
[899/1617] Compiling asn1_gen.c
[900/1617] Compiling thread_win.c
[901/1617] Compiling a_sign.c
[902/1617] Compiling a_digest.c
[903/1617] Compiling thread_pthread.c
[904/1617] Compiling thread.c
[905/1617] Compiling thread_none.c
[906/1617] Compiling trust_token.c
[907/1617] Compiling voprf.c
[908/1617] Compiling spx_util.c
[909/1617] Compiling stack.c
[910/1617] Compiling wots.c
[911/1617] Compiling thash.c
[912/1617] Compiling pmbtoken.c
[913/1617] Compiling spx.c
[913/1617] Compiling c-nioatomics.c
[915/1617] Compiling merkle.c
[916/1617] Compiling fors.c
[917/1617] Compiling siphash.c
[918/1617] Compiling address.c
[919/1617] Compiling rc4.c
[920/1617] Compiling rsa_print.c
[921/1617] Compiling refcount.c
[922/1617] Compiling rsa_crypt.c
[923/1617] Compiling rand_extra.c
[924/1617] Compiling rsa_asn1.c
[925/1617] Compiling trusty.c
[926/1617] Compiling windows.c
[927/1617] Compiling ios.c
[928/1617] Compiling passive.c
[929/1617] Compiling getentropy.c
[930/1617] Compiling poly1305_vec.c
[931/1617] Compiling forkunsafe.c
[932/1617] Compiling poly1305_arm_asm.S
[933/1617] Compiling deterministic.c
[934/1617] Compiling pool.c
[935/1617] Compiling poly1305_arm.c
[936/1617] Compiling poly1305.c
[937/1617] Compiling pkcs7.c
[938/1617] Compiling pkcs8.c
[939/1617] Compiling pem_x509.c
[940/1617] Compiling pkcs8_x509.c
[941/1617] Compiling pem_xaux.c
[942/1617] Compiling pem_oth.c
[943/1617] Compiling p5_pbev2.c
[944/1617] Compiling pem_pkey.c
[945/1617] Compiling pkcs7_x509.c
[946/1617] Compiling obj_xref.c
[947/1617] Compiling pem_all.c
[948/1617] Compiling pem_pk8.c
[949/1617] Compiling mem.c
[950/1617] Compiling lhash.c
[951/1617] Compiling pem_info.c
[952/1617] Compiling pem_lib.c
[953/1617] Compiling poly_rq_mul.S
[954/1617] Compiling kyber.c
[954/1617] Compiling keccak.c
[956/1617] Compiling x86_64-mont5-linux.linux.x86_64.S
[957/1617] Compiling x86_64-mont-mac.mac.x86_64.S
[958/1617] Compiling obj.c
[959/1617] Compiling x86_64-mont-linux.linux.x86_64.S
[960/1617] Compiling x86_64-mont5-mac.mac.x86_64.S
[961/1617] Compiling x86-mont-linux.linux.x86.S
[962/1617] Compiling vpaes-x86_64-mac.mac.x86_64.S
[963/1617] Compiling x86-mont-windows.windows.x86.S
[964/1617] Compiling hpke.c
[965/1617] Compiling vpaes-x86-linux.linux.x86.S
[966/1617] Compiling vpaes-x86_64-linux.linux.x86_64.S
[967/1617] Compiling vpaes-x86-windows.windows.x86.S
[968/1617] Compiling vpaes-armv8-ios.ios.aarch64.S
[969/1617] Compiling vpaes-armv8-linux.linux.aarch64.S
[970/1617] Compiling vpaes-armv7-ios.ios.arm.S
[971/1617] Compiling vpaes-armv7-linux.linux.arm.S
[972/1617] Compiling sha512-x86_64-mac.mac.x86_64.S
[973/1617] Compiling sha512-armv8-ios.ios.aarch64.S
[974/1617] Compiling sha512-x86_64-linux.linux.x86_64.S
[975/1617] Compiling sha512-armv4-linux.linux.arm.S
[976/1617] Compiling kdf.c
[977/1617] Compiling sha512-armv4-ios.ios.arm.S
[978/1617] Compiling sha512-586-windows.windows.x86.S
[978/1617] Compiling sha512-armv8-linux.linux.aarch64.S
[980/1617] Compiling sha512-586-linux.linux.x86.S
[981/1617] Compiling sha256-x86_64-mac.mac.x86_64.S
[982/1617] Compiling sha256-armv8-ios.ios.aarch64.S
[983/1617] Compiling sha256-armv4-linux.linux.arm.S
[984/1617] Compiling sha256-x86_64-linux.linux.x86_64.S
[985/1617] Compiling sha256-armv4-ios.ios.arm.S
[986/1617] Compiling sha256-586-linux.linux.x86.S
[987/1617] Compiling sha256-586-windows.windows.x86.S
[988/1617] Compiling sha256-armv8-linux.linux.aarch64.S
[989/1617] Compiling sha1-x86_64-mac.mac.x86_64.S
[990/1617] Compiling c-atomics.c
[991/1617] Compiling sha1-armv8-ios.ios.aarch64.S
[992/1617] Compiling sha1-x86_64-linux.linux.x86_64.S
[993/1617] Compiling hrss.c
[994/1617] Compiling sha1-586-linux.linux.x86.S
[995/1617] Compiling sha1-armv4-large-linux.linux.arm.S
[996/1617] Compiling sha1-586-windows.windows.x86.S
[997/1617] Compiling sha1-armv4-large-ios.ios.arm.S
[998/1617] Compiling sha1-armv8-linux.linux.aarch64.S
[999/1617] Compiling sha1.c
[1000/1617] Compiling fips.c
[1001/1617] Compiling rsaz-avx2-mac.mac.x86_64.S
[1002/1617] Compiling sha512.c
[1003/1617] Compiling rsaz-avx2-linux.linux.x86_64.S
[1004/1620] Compiling sha256.c
[1005/1623] Compiling service_indicator.c
[1006/1623] Compiling rdrand-x86_64-mac.mac.x86_64.S
[1007/1623] Compiling rdrand-x86_64-linux.linux.x86_64.S
[1008/1623] Compiling padding.c
[1009/1623] Compiling blinding.c
[1010/1623] Compiling self_check.c
[1010/1623] Compiling rand.c
[1012/1623] Compiling ctrdrbg.c
[1013/1623] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[1014/1623] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[1015/1623] Compiling rsa.c
[1016/1623] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[1017/1623] Compiling rsa_impl.c
[1018/1623] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[1019/1623] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[1020/1623] Compiling urandom.c
[1021/1623] Compiling fork_detect.c
[1022/1623] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[1023/1623] Compiling p256-armv8-asm-ios.ios.aarch64.S
[1024/1623] Compiling p256-armv8-asm-linux.linux.aarch64.S
[1025/1623] Compiling ofb.c
[1026/1623] Compiling polyval.c
[1027/1623] Compiling gcm_nohw.c
[1028/1623] Compiling gcm.c
[1029/1623] Compiling cfb.c
[1030/1623] Compiling cbc.c
[1031/1623] Compiling md5-x86_64-linux.linux.x86_64.S
[1032/1623] Compiling md5.c
[1034/1623] Compiling NIOConcurrencyHelpers lock.swift
[1034/1623] Compiling ctr.c
[1035/1623] Compiling md5-x86_64-mac.mac.x86_64.S
[1036/1623] Compiling hmac.c
[1037/1623] Compiling md5-586-linux.linux.x86.S
[1038/1623] Compiling md5-586-windows.windows.x86.S
[1039/1623] Compiling ghashv8-armv8-ios.ios.aarch64.S
[1040/1623] Compiling md4.c
[1041/1623] Compiling ghashv8-armv8-linux.linux.aarch64.S
[1042/1623] Compiling ghashv8-armv7-ios.ios.arm.S
[1043/1623] Compiling ghash-x86_64-mac.mac.x86_64.S
[1044/1623] Compiling ghashv8-armv7-linux.linux.arm.S
[1045/1623] Compiling ghash-x86_64-linux.linux.x86_64.S
[1046/1623] Compiling hkdf.c
[1047/1623] Compiling ghash-x86-linux.linux.x86.S
[1048/1623] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[1049/1623] Compiling ghash-x86-windows.windows.x86.S
[1050/1623] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[1051/1623] Compiling ghash-ssse3-x86-windows.windows.x86.S
[1052/1623] Compiling ghash-ssse3-x86-linux.linux.x86.S
[1053/1623] Compiling ghash-armv4-linux.linux.arm.S
[1054/1623] Compiling fips_shared_support.c
[1055/1623] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[1056/1623] Compiling ghash-armv4-ios.ios.arm.S
[1057/1623] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[1058/1623] Compiling ecdsa.c
[1059/1623] Compiling wnaf.c
[1060/1623] Compiling util.c
[1061/1623] Compiling ecdh.c
[1062/1623] Compiling simple_mul.c
[1064/1623] Emitting module NIOConcurrencyHelpers
[1065/1623] Compiling NIOConcurrencyHelpers NIOLock.swift
[1066/1623] Compiling NIOConcurrencyHelpers atomics.swift
[1067/1623] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1068/1623] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1068/1623] Compiling scalar.c
[1069/1623] Compiling felem.c
[1070/1624] Compiling simple.c
[1071/1624] Compiling p256.c
[1072/1624] Compiling oct.c
[1073/1624] Compiling p224-64.c
[1075/1624] Compiling ec_key.c
[1076/1624] Compiling digestsign.c
[1077/1624] Compiling ec_montgomery.c
[1078/1624] Compiling digests.c
[1079/1624] Compiling digest.c
[1080/1624] Compiling co-586-windows.windows.x86.S
[1081/1624] Compiling dh.c
[1082/1624] Compiling ec.c
[1083/1624] Compiling co-586-linux.linux.x86.S
[1084/1624] Compiling check.c
[1085/1624] Compiling bsaes-armv7-linux.linux.arm.S
[1086/1624] Compiling cmac.c
[1087/1624] Compiling aead.c
[1088/1650] Compiling bsaes-armv7-ios.ios.arm.S
[1089/1650] Compiling p256-nistz.c
[1090/1650] Compiling e_aesccm.c
[1091/1650] Compiling rsaz_exp.c
[1092/1650] Compiling e_aes.c
[1093/1650] Compiling sqrt.c
[1094/1650] Compiling cipher.c
[1095/1650] Compiling shift.c
[1096/1650] Compiling random.c
[1097/1650] Compiling prime.c
[1098/1650] Compiling montgomery_inv.c
[1099/1650] Compiling montgomery.c
[1100/1650] Compiling jacobi.c
[1101/1650] Compiling mul.c
[1102/1650] Compiling gcd.c
[1103/1650] Compiling generic.c
[1104/1650] Compiling gcd_extra.c
[1105/1650] Compiling div_extra.c
[1106/1650] Compiling exponentiation.c
[1107/1650] Compiling cmp.c
[1108/1650] Compiling x86_64-gcc.c
[1109/1650] Compiling bytes.c
[1110/1650] Compiling div.c
[1111/1650] Compiling ctx.c
[1112/1650] Compiling add.c
[1113/1650] Compiling bn.c
[1115/1650] Compiling ConsoleKitTerminal ActivityBar.swift
[1116/1650] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1117/1650] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1118/1650] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1119/1650] Compiling ConsoleKitTerminal CustomActivity.swift
[1120/1650] Compiling ConsoleKitTerminal LoadingBar.swift
[1121/1650] Compiling ConsoleKitTerminal ProgressBar.swift
[1122/1650] Compiling ConsoleKitTerminal Console+Clear.swift
[1123/1650] Emitting module ConsoleKitTerminal
[1124/1653] Compiling ConsoleKitTerminal Console+Confirm.swift
[1125/1653] Compiling ConsoleKitTerminal Console+Input.swift
[1126/1653] Compiling ConsoleKitTerminal Console+Center.swift
[1127/1653] Compiling ConsoleKitTerminal Console+Output.swift
[1128/1653] Compiling ConsoleKitTerminal Console+Wait.swift
[1129/1653] Compiling ConsoleKitTerminal ConsoleColor.swift
[1130/1653] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1131/1653] Compiling ConsoleKitTerminal ConsoleText.swift
[1132/1653] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1133/1653] Compiling ConsoleKitTerminal ANSI.swift
[1134/1653] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1135/1653] Compiling ConsoleKitTerminal ConsoleClear.swift
[1136/1653] Compiling ConsoleKitTerminal Console+Ask.swift
[1137/1653] Compiling ConsoleKitTerminal Console+Choose.swift
[1137/1653] Compiling bn-armv8-linux.linux.aarch64.S
[1139/1653] Compiling ConsoleKitTerminal Console.swift
[1140/1653] Compiling ConsoleKitTerminal Terminal.swift
[1141/1653] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1141/1653] Compiling bn-586-windows.windows.x86.S
[1142/1653] Compiling bn-armv8-ios.ios.aarch64.S
[1143/1653] Compiling armv8-mont-ios.ios.aarch64.S
[1144/1653] Compiling bn-586-linux.linux.x86.S
[1145/1653] Compiling armv4-mont-linux.linux.arm.S
[1146/1653] Compiling armv8-mont-linux.linux.aarch64.S
[1147/1653] Compiling armv4-mont-ios.ios.arm.S
[1148/1653] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[1149/1653] Compiling aesv8-armv7-linux.linux.arm.S
[1150/1653] Compiling aesv8-armv7-ios.ios.arm.S
[1151/1653] Compiling aesni-x86_64-mac.mac.x86_64.S
[1152/1653] Compiling aesv8-armv8-ios.ios.aarch64.S
[1153/1653] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[1154/1653] Compiling aesv8-armv8-linux.linux.aarch64.S
[1155/1653] Compiling aesni-x86_64-linux.linux.x86_64.S
[1156/1653] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[1157/1653] Compiling aesni-x86-windows.windows.x86.S
[1158/1653] Compiling aesni-x86-linux.linux.x86.S
[1159/1653] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[1160/1653] Compiling mode_wrappers.c
[1161/1653] Compiling key_wrap.c
[1162/1653] Compiling ex_data.c
[1163/1653] Compiling aes.c
[1164/1653] Compiling pbkdf.c
[1165/1653] Compiling sign.c
[1167/1653] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1168/1653] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1169/1653] Compiling ConsoleKitTerminal LoggerFragment.swift
[1169/1653] Compiling aes_nohw.c
[1170/1654] Compiling p_x25519_asn1.c
[1171/1654] Compiling print.c
[1172/1654] Compiling scrypt.c
[1173/1654] Compiling p_hkdf.c
[1174/1654] Compiling p_x25519.c
[1176/1654] Compiling p_rsa_asn1.c
[1177/1654] Compiling p_ed25519_asn1.c
[1178/1654] Compiling p_ed25519.c
[1179/1654] Compiling p_ec_asn1.c
[1180/1654] Compiling p_rsa.c
[1181/1654] Compiling err_data.c
[1182/1654] Compiling p_ec.c
[1183/1654] Compiling evp_ctx.c
[1184/1654] Compiling evp_asn1.c
[1185/1654] Compiling p_dsa_asn1.c
[1186/1654] Compiling evp.c
[1187/1676] Compiling engine.c
[1188/1676] Compiling ecdsa_asn1.c
[1189/1676] Compiling err.c
[1190/1676] Compiling ec_derive.c
[1191/1676] Compiling hash_to_curve.c
[1192/1676] Compiling ecdh_extra.c
[1193/1676] Compiling digest_extra.c
[1194/1676] Compiling dsa_asn1.c
[1195/1676] Compiling dh_asn1.c
[1196/1676] Compiling dsa.c
[1197/1676] Compiling params.c
[1198/1676] Compiling ec_asn1.c
[1199/1676] Compiling spake25519.c
[1200/1676] Compiling des.c
[1201/1676] Compiling curve25519_64_adx.c
[1202/1676] Compiling cpu_arm_linux.c
[1203/1676] Compiling cpu_intel.c
[1205/1676] Compiling ConsoleKitCommands CommandSignature.swift
[1206/1676] Compiling ConsoleKitCommands Flag.swift
[1207/1676] Compiling ConsoleKitCommands Option.swift
[1207/1676] Compiling x25519-asm-arm.S
[1208/1678] Compiling cpu_aarch64_win.c
[1209/1678] Compiling crypto.c
[1210/1678] Compiling cpu_aarch64_openbsd.c
[1211/1678] Compiling cpu_aarch64_sysreg.c
[1212/1678] Compiling cpu_arm_freebsd.c
[1213/1678] Compiling cpu_aarch64_linux.c
[1214/1678] Compiling cpu_aarch64_fuchsia.c
[1215/1678] Compiling cpu_aarch64_apple.c
[1217/1678] Emitting module ConsoleKitCommands
[1217/1678] Compiling conf.c
[1219/1678] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1220/1678] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1221/1678] Compiling ConsoleKitCommands Argument.swift
[1221/1678] Compiling e_rc4.c
[1222/1678] Compiling e_null.c
[1223/1678] Compiling e_rc2.c
[1223/1678] Compiling tls_cbc.c
[1225/1678] Compiling e_tls.c
[1226/1678] Compiling curve25519.c
[1227/1678] Compiling e_des.c
[1228/1678] Compiling derive_key.c
[1229/1678] Compiling cipher_extra.c
[1230/1678] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[1231/1678] Compiling e_aesgcmsiv.c
[1232/1678] Compiling e_chacha20poly1305.c
[1233/1678] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[1234/1678] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[1235/1678] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[1237/1678] Compiling ConsoleKitCommands AsyncCommands.swift
[1238/1678] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1239/1678] Compiling ConsoleKitCommands AnyCommand.swift
[1239/1678] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[1240/1678] Compiling e_aesctrhmac.c
[1241/1678] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[1243/1678] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1244/1678] Compiling ConsoleKitCommands Utilities.swift
[1244/1678] Compiling chacha-x86_64-linux.linux.x86_64.S
[1245/1678] Compiling chacha-x86_64-mac.mac.x86_64.S
[1246/1678] Compiling chacha.c
[1247/1678] Compiling chacha-x86-linux.linux.x86.S
[1249/1678] Compiling ConsoleKitCommands Command.swift
[1249/1678] Compiling chacha-x86-windows.windows.x86.S
[1250/1678] Compiling ConsoleKitCommands CommandContext.swift
[1251/1678] Compiling ConsoleKitCommands CommandError.swift
[1253/1678] Compiling ConsoleKitCommands CommandGroup.swift
[1254/1678] Compiling ConsoleKitCommands CommandInput.swift
[1255/1678] Compiling ConsoleKitCommands Commands.swift
[1256/1678] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1257/1678] Compiling ConsoleKitCommands AsyncCommand.swift
[1258/1678] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1258/1678] Compiling chacha-armv8-ios.ios.aarch64.S
[1259/1678] Compiling chacha-armv4-linux.linux.arm.S
[1260/1678] Compiling chacha-armv8-linux.linux.aarch64.S
[1261/1678] Compiling chacha-armv4-ios.ios.arm.S
[1262/1678] Compiling unicode.c
[1263/1678] Compiling ber.c
[1264/1678] Compiling asn1_compat.c
[1265/1678] Compiling cbb.c
[1266/1678] Compiling buf.c
[1267/1678] Compiling bn_asn1.c
[1268/1678] Compiling socket_helper.c
[1269/1678] Compiling cbs.c
[1270/1678] Compiling blake2.c
[1271/1678] Compiling convert.c
[1272/1678] Compiling printf.c
[1273/1678] Compiling socket.c
[1274/1678] Compiling hexdump.c
[1275/1678] Compiling fd.c
[1276/1678] Compiling errno.c
[1276/1678] Compiling bio_mem.c
[1276/1678] Compiling pair.c
[1279/1678] Compiling file.c
[1280/1678] Compiling connect.c
[1281/1678] Compiling tasn_fre.c
[1282/1678] Compiling bio.c
[1283/1678] Compiling tasn_typ.c
[1284/1678] Compiling base64.c
[1285/1678] Compiling tasn_utl.c
[1286/1678] Compiling tasn_enc.c
[1287/1678] Compiling tasn_new.c
[1288/1678] Compiling f_string.c
[1289/1678] Compiling posix_time.c
[1290/1678] Compiling f_int.c
[1291/1678] Compiling asn1_par.c
[1291/1678] Compiling asn_pack.c
[1293/1678] Compiling tasn_dec.c
[1294/1678] Compiling a_time.c
[1295/1678] Compiling a_type.c
[1296/1678] Compiling a_utctm.c
[1298/1678] Compiling ConsoleKitCommands Console+Run.swift
[1299/1678] Compiling ConsoleKitCommands ConsoleError.swift
[1300/1678] Compiling ConsoleKitCommands Completion.swift
[1300/1678] Compiling asn1_lib.c
[1301/1679] Compiling a_strnid.c
[1302/1679] Compiling a_octet.c
[1303/1679] Compiling a_mbstr.c
[1304/1679] Compiling a_strex.c
[1305/1679] Compiling a_i2d_fp.c
[1307/1679] Compiling a_int.c
[1308/1679] Compiling a_object.c
[1309/1679] Compiling a_gentm.c
[1309/1679] Compiling a_dup.c
[1311/1679] Compiling a_d2i_fp.c
[1312/1679] Compiling a_bool.c
[1313/1679] Compiling a_bitstr.c
[1314/1679] Compiling fiat_p256_adx_mul.S
[1315/1679] Compiling fiat_p256_adx_sqr.S
[1316/1679] Compiling CCryptoBoringSSLShims shims.c
[1317/1679] Compiling md5-586-linux.S
[1317/1679] Compiling md5-x86_64-linux.S
[1319/1679] Compiling fiat_curve25519_adx_square.S
[1319/1679] Compiling md5-x86_64-apple.S
[1321/1679] Compiling fiat_curve25519_adx_mul.S
[1321/1679] Compiling md5-586-apple.S
[1323/1679] Compiling chacha20_poly1305_x86_64-linux.S
[1324/1679] Compiling chacha20_poly1305_x86_64-apple.S
[1325/1679] Compiling chacha20_poly1305_armv8-apple.S
[1326/1679] Compiling chacha20_poly1305_armv8-win.S
[1327/1679] Compiling chacha-x86_64-linux.S
[1328/1679] Compiling chacha-x86_64-apple.S
[1329/1679] Compiling chacha20_poly1305_armv8-linux.S
[1330/1681] Compiling chacha-armv8-apple.S
[1331/1681] Compiling chacha-x86-linux.S
[1331/1681] Compiling chacha-x86-apple.S
[1333/1681] Compiling chacha-armv8-win.S
[1334/1681] Compiling chacha-armv4-linux.S
[1334/1681] Compiling chacha-armv8-linux.S
[1336/1681] Compiling aes128gcmsiv-x86_64-linux.S
[1337/1681] Compiling aes128gcmsiv-x86_64-apple.S
[1338/1681] Compiling x86_64-mont5-apple.S
[1339/1681] Compiling x86_64-mont-apple.S
[1340/1681] Compiling x86_64-mont-linux.S
[1342/1681] Emitting module ConsoleKit
[1343/1681] Compiling ConsoleKit Exports.swift
[1343/1681] Compiling x86_64-mont5-linux.S
[1344/1682] Compiling x86-mont-apple.S
[1345/1682] Compiling x86-mont-linux.S
[1346/1682] Compiling vpaes-x86_64-linux.S
[1347/1682] Compiling vpaes-x86_64-apple.S
[1348/1682] Compiling vpaes-x86-apple.S
[1349/1682] Compiling vpaes-x86-linux.S
[1350/1682] Compiling err_data.cc
[1351/1682] Compiling vpaes-armv8-win.S
[1352/1682] Compiling vpaes-armv8-linux.S
[1354/1682] Compiling sha512-x86_64-apple.S
[1355/1682] Compiling vpaes-armv8-apple.S
[1356/1682] Compiling vpaes-armv7-linux.S
[1357/1682] Compiling sha512-x86_64-linux.S
[1358/1682] Compiling sha512-armv8-win.S
[1359/1682] Compiling sha512-armv4-linux.S
[1360/1682] Compiling sha512-armv8-apple.S
[1361/1682] Compiling sha512-armv8-linux.S
[1362/1682] Compiling sha512-586-apple.S
[1363/1682] Compiling sha512-586-linux.S
[1363/1682] Compiling sha256-x86_64-linux.S
[1365/1682] Compiling sha256-armv8-win.S
[1366/1682] Compiling sha256-x86_64-apple.S
[1367/1682] Compiling sha256-armv4-linux.S
[1368/1682] Compiling sha256-586-apple.S
[1369/1682] Compiling sha256-586-linux.S
[1370/1682] Compiling sha256-armv8-apple.S
[1371/1682] Compiling sha256-armv8-linux.S
[1372/1682] Compiling sha1-x86_64-linux.S
[1373/1682] Compiling sha1-armv8-apple.S
[1374/1682] Compiling sha1-armv8-win.S
[1375/1682] Compiling sha1-x86_64-apple.S
[1376/1682] Compiling sha1-armv4-large-linux.S
[1377/1682] Compiling sha1-586-apple.S
[1377/1682] Compiling sha1-586-linux.S
[1379/1682] Compiling sha1-armv8-linux.S
[1380/1682] Compiling rdrand-x86_64-linux.S
[1380/1682] Compiling p256_beeu-armv8-asm-win.S
[1381/1682] Compiling rsaz-avx2-apple.S
[1381/1682] Compiling p256_beeu-x86_64-asm-apple.S
[1382/1682] Compiling p256_beeu-x86_64-asm-linux.S
[1385/1682] Compiling rsaz-avx2-linux.S
[1386/1682] Compiling rdrand-x86_64-apple.S
[1387/1682] Compiling p256_beeu-armv8-asm-linux.S
[1388/1682] Compiling p256_beeu-armv8-asm-apple.S
[1389/1682] Compiling p256-x86_64-asm-apple.S
[1390/1682] Compiling p256-x86_64-asm-linux.S
[1391/1682] Compiling ghashv8-armv8-linux.S
[1392/1682] Compiling ghashv8-armv8-win.S
[1393/1682] Compiling p256-armv8-asm-win.S
[1394/1682] Compiling p256-armv8-asm-apple.S
[1395/1682] Compiling p256-armv8-asm-linux.S
[1396/1682] Compiling ghash-x86_64-apple.S
[1397/1682] Compiling ghashv8-armv7-linux.S
[1398/1682] Compiling ghashv8-armv8-apple.S
[1399/1682] Compiling ghash-x86-linux.S
[1399/1682] Compiling ghash-ssse3-x86_64-linux.S
[1401/1682] Compiling ghash-ssse3-x86_64-apple.S
[1402/1682] Compiling ghash-x86-apple.S
[1402/1682] Compiling ghash-x86_64-linux.S
[1404/1682] Compiling ghash-ssse3-x86-linux.S
[1405/1682] Compiling ghash-ssse3-x86-apple.S
[1406/1682] Compiling ghash-neon-armv8-win.S
[1407/1682] Compiling ghash-armv4-linux.S
[1408/1682] Compiling ghash-neon-armv8-linux.S
[1409/1682] Compiling co-586-linux.S
[1410/1682] Compiling ghash-neon-armv8-apple.S
[1411/1682] Compiling bn-armv8-win.S
[1412/1682] Compiling bsaes-armv7-linux.S
[1412/1682] Compiling co-586-apple.S
[1414/1682] Compiling bn-armv8-linux.S
[1415/1682] Compiling bn-armv8-apple.S
[1416/1682] Compiling bn-586-linux.S
[1417/1682] Compiling bn-586-apple.S
[1418/1682] Compiling armv4-mont-linux.S
[1419/1682] Compiling armv8-mont-apple.S
[1420/1682] Compiling aesv8-gcm-armv8-win.S
[1421/1682] Compiling armv8-mont-win.S
[1422/1682] Compiling aesv8-armv8-win.S
[1423/1682] Compiling aesv8-gcm-armv8-apple.S
[1424/1682] Compiling armv8-mont-linux.S
[1425/1682] Compiling aesv8-gcm-armv8-linux.S
[1426/1682] Compiling aesv8-armv8-linux.S
[1427/1682] Compiling aesv8-armv8-apple.S
[1427/1682] Compiling aesv8-armv7-linux.S
[1429/1682] Compiling aesni-x86-linux.S
[1430/1682] Compiling aesni-x86_64-linux.S
[1431/1682] Compiling aesni-x86_64-apple.S
[1432/1682] Compiling aesni-x86-apple.S
[1433/1682] Compiling aes-gcm-avx10-x86_64-linux.S
[1434/1682] Compiling aes-gcm-avx10-x86_64-apple.S
[1435/1682] Compiling aesni-gcm-x86_64-apple.S
[1435/1682] Compiling aesni-gcm-x86_64-linux.S
[1437/1682] Compiling x_req.cc
[1438/1682] Compiling x_name.cc
[1439/1682] Compiling x_val.cc
[1440/1682] Compiling x_sig.cc
[1441/1682] Compiling x_spki.cc
[1442/1682] Compiling x_x509a.cc
[1443/1682] Compiling x_x509.cc
[1444/1682] Compiling x_pubkey.cc
[1445/1682] Compiling x_crl.cc
[1446/1682] Compiling x_attrib.cc
[1447/1682] Compiling x509spki.cc
[1448/1682] Compiling x_exten.cc
[1449/1682] Compiling x509name.cc
[1450/1682] Compiling x_algor.cc
[1451/1682] Compiling x_all.cc
[1452/1682] Compiling x509rset.cc
[1453/1682] Compiling x509_vpm.cc
[1454/1682] Compiling x509cset.cc
[1455/1682] Compiling x509_txt.cc
[1456/1682] Compiling x509_v3.cc
[1457/1682] Compiling x509_trs.cc
[1458/1682] Compiling x509_vfy.cc
[1459/1682] Compiling x509_set.cc
[1460/1682] Compiling x509_req.cc
[1461/1682] Compiling x509_obj.cc
[1462/1682] Compiling x509_lu.cc
[1463/1682] Compiling x509_ext.cc
[1464/1682] Compiling x509_d2.cc
[1465/1682] Compiling x509.cc
[1466/1682] Compiling x509_cmp.cc
[1467/1682] Compiling x509_def.cc
[1468/1682] Compiling x509_att.cc
[1469/1682] Compiling v3_utl.cc
[1470/1682] Compiling v3_prn.cc
[1471/1682] Compiling v3_pcons.cc
[1472/1682] Compiling v3_skey.cc
[1473/1682] Compiling v3_pmaps.cc
[1473/1682] Compiling v3_purp.cc
[1475/1682] Compiling v3_ocsp.cc
[1476/1682] Compiling v3_ncons.cc
[1477/1682] Compiling v3_lib.cc
[1478/1682] Compiling v3_int.cc
[1479/1682] Compiling v3_info.cc
[1480/1682] Compiling v3_enum.cc
[1481/1682] Compiling v3_extku.cc
[1482/1682] Compiling v3_crld.cc
[1483/1682] Compiling v3_genn.cc
[1484/1682] Compiling v3_ia5.cc
[1485/1682] Compiling v3_cpols.cc
[1486/1682] Compiling v3_conf.cc
[1487/1682] Compiling v3_bitst.cc
[1488/1682] Compiling v3_akeya.cc
[1489/1682] Compiling v3_akey.cc
[1490/1682] Compiling v3_bcons.cc
[1491/1682] Compiling v3_alt.cc
[1492/1682] Compiling t_x509a.cc
[1493/1682] Compiling t_crl.cc
[1494/1682] Compiling t_x509.cc
[1495/1682] Compiling t_req.cc
[1496/1682] Compiling rsa_pss.cc
[1497/1682] Compiling i2d_pr.cc
[1498/1682] Compiling name_print.cc
[1499/1682] Compiling policy.cc
[1500/1682] Compiling algorithm.cc
[1501/1682] Compiling by_file.cc
[1502/1682] Compiling asn1_gen.cc
[1503/1682] Compiling by_dir.cc
[1504/1682] Compiling a_verify.cc
[1505/1682] Compiling a_digest.cc
[1506/1682] Compiling a_sign.cc
[1507/1682] Compiling voprf.cc
[1508/1682] Compiling trust_token.cc
[1509/1682] Compiling thread_win.cc
[1510/1682] Compiling thread_none.cc
[1511/1682] Compiling thread_pthread.cc
[1512/1682] Compiling pmbtoken.cc
[1513/1682] Compiling stack.cc
[1514/1682] Compiling thread.cc
[1515/1682] Compiling wots.cc
[1516/1682] Compiling merkle.cc
[1517/1682] Compiling thash.cc
[1518/1682] Compiling siphash.cc
[1519/1682] Compiling fors.cc
[1520/1682] Compiling sha512.cc
[1521/1682] Compiling sha1.cc
[1522/1682] Compiling slhdsa.cc
[1523/1682] Compiling sha256.cc
[1524/1682] Compiling rsa_print.cc
[1525/1682] Compiling rsa_extra.cc
[1526/1682] Compiling rsa_crypt.cc
[1527/1682] Compiling trusty.cc
[1528/1682] Compiling rc4.cc
[1528/1682] Compiling refcount.cc
[1530/1682] Compiling urandom.cc
[1531/1682] Compiling rsa_asn1.cc
[1532/1682] Compiling windows.cc
[1533/1682] Compiling rand_extra.cc
[1534/1682] Compiling passive.cc
[1535/1682] Compiling ios.cc
[1536/1682] Compiling poly1305_arm_asm.S
[1537/1682] Compiling getentropy.cc
[1538/1682] Compiling forkunsafe.cc
[1539/1682] Compiling deterministic.cc
[1540/1682] Compiling fork_detect.cc
[1541/1682] Compiling poly1305_vec.cc
[1542/1682] Compiling pool.cc
[1543/1682] Compiling poly1305_arm.cc
[1544/1682] Compiling poly1305.cc
[1545/1682] Compiling pkcs7.cc
[1546/1682] Compiling pkcs8_x509.cc
[1547/1682] Compiling p5_pbev2.cc
[1548/1682] Compiling pkcs8.cc
[1549/1682] Compiling pkcs7_x509.cc
[1550/1682] Compiling pem_xaux.cc
[1551/1682] Compiling pem_x509.cc
[1552/1682] Compiling pem_pkey.cc
[1553/1682] Compiling pem_oth.cc
[1554/1682] Compiling pem_info.cc
[1555/1682] Compiling pem_lib.cc
[1556/1682] Compiling mldsa.cc
[1557/1682] Compiling pem_pk8.cc
[1558/1682] Compiling obj_xref.cc
[1559/1682] Compiling obj.cc
[1560/1682] Compiling mlkem.cc
[1561/1682] Compiling md5.cc
[1562/1682] Compiling poly_rq_mul.S
[1563/1682] Compiling fips_shared_support.cc
[1564/1682] Compiling pem_all.cc
[1565/1682] Compiling lhash.cc
[1566/1682] Compiling mem.cc
[1567/1682] Compiling md4.cc
[1568/1682] Compiling ex_data.cc
[1569/1682] Compiling scrypt.cc
[1570/1682] Compiling hpke.cc
[1571/1682] Compiling sign.cc
[1572/1682] Compiling kyber.cc
[1573/1682] Compiling print.cc
[1574/1682] Compiling hrss.cc
[1575/1682] Compiling p_x25519.cc
[1576/1682] Compiling pbkdf.cc
[1577/1682] Compiling p_rsa_asn1.cc
[1578/1682] Compiling p_hkdf.cc
[1579/1682] Compiling p_rsa.cc
[1580/1682] Compiling p_x25519_asn1.cc
[1581/1682] Compiling p_ed25519.cc
[1582/1682] Compiling p_ec_asn1.cc
[1583/1682] Compiling p_dh.cc
[1584/1682] Compiling p_dh_asn1.cc
[1585/1682] Compiling p_ec.cc
[1586/1682] Compiling p_ed25519_asn1.cc
[1587/1682] Compiling p_dsa_asn1.cc
[1588/1682] Compiling evp_ctx.cc
[1589/1682] Compiling evp_asn1.cc
[1590/1682] Compiling evp.cc
[1591/1682] Compiling err.cc
[1592/1682] Compiling engine.cc
[1593/1682] Compiling ecdh_extra.cc
[1594/1682] Compiling ecdsa_asn1.cc
[1595/1682] Compiling hash_to_curve.cc
[1596/1682] Compiling ec_derive.cc
[1597/1682] Compiling ec_asn1.cc
[1598/1682] Compiling dsa.cc
[1599/1682] Compiling dsa_asn1.cc
[1600/1682] Compiling params.cc
[1601/1682] Compiling x25519-asm-arm.S
[1602/1682] Compiling bcm.cc
[1603/1682] Compiling digest_extra.cc
[1604/1682] Compiling curve25519_64_adx.cc
[1605/1682] Compiling spake25519.cc
[1606/1682] Compiling dh_asn1.cc
[1607/1682] Compiling des.cc
[1608/1682] Compiling curve25519.cc
[1609/1682] Compiling crypto.cc
[1610/1682] Compiling cpu_arm_freebsd.cc
[1611/1682] Compiling cpu_intel.cc
[1612/1682] Compiling cpu_aarch64_win.cc
[1613/1682] Compiling cpu_arm_linux.cc
[1614/1682] Compiling cpu_aarch64_fuchsia.cc
[1615/1682] Compiling cpu_aarch64_openbsd.cc
[1616/1682] Compiling cpu_aarch64_sysreg.cc
[1617/1682] Compiling cpu_aarch64_linux.cc
[1618/1682] Compiling conf.cc
[1619/1682] Compiling tls_cbc.cc
[1620/1682] Compiling cpu_aarch64_apple.cc
[1621/1682] Compiling e_rc4.cc
[1622/1682] Compiling e_tls.cc
[1623/1682] Compiling e_rc2.cc
[1624/1682] Compiling e_chacha20poly1305.cc
[1625/1682] Compiling e_des.cc
[1626/1682] Compiling e_null.cc
[1627/1682] Compiling derive_key.cc
[1628/1682] Compiling e_aesctrhmac.cc
[1629/1682] Compiling e_aesgcmsiv.cc
[1630/1682] Compiling chacha.cc
[1631/1682] Compiling cipher_extra.cc
[1632/1682] Compiling unicode.cc
[1633/1682] Compiling asn1_compat.cc
[1634/1682] Compiling cbb.cc
[1635/1682] Compiling cbs.cc
[1636/1682] Compiling buf.cc
[1637/1682] Compiling ber.cc
[1638/1682] Compiling bn_asn1.cc
[1639/1682] Compiling blake2.cc
[1640/1682] Compiling convert.cc
[1641/1682] Compiling printf.cc
[1642/1682] Compiling pair.cc
[1643/1682] Compiling file.cc
[1644/1682] Compiling hexdump.cc
[1645/1682] Compiling fd.cc
[1646/1682] Compiling errno.cc
[1647/1682] Compiling bio_mem.cc
[1648/1682] Compiling base64.cc
[1649/1682] Compiling bio.cc
[1650/1682] Compiling tasn_typ.cc
[1651/1682] Compiling tasn_enc.cc
[1652/1682] Compiling tasn_utl.cc
[1653/1682] Compiling posix_time.cc
[1654/1682] Compiling tasn_new.cc
[1655/1682] Compiling f_string.cc
[1656/1682] Compiling tasn_fre.cc
[1657/1682] Compiling f_int.cc
[1657/1682] Compiling tasn_dec.cc
[1659/1682] Compiling asn1_par.cc
[1660/1682] Compiling asn_pack.cc
[1661/1682] Compiling a_utctm.cc
[1662/1682] Compiling asn1_lib.cc
[1663/1682] Compiling a_type.cc
[1664/1682] Compiling a_time.cc
[1665/1682] Compiling a_strex.cc
[1666/1682] Compiling a_strnid.cc
[1667/1682] Compiling a_octet.cc
[1668/1682] Compiling a_object.cc
[1669/1682] Compiling a_mbstr.cc
[1670/1682] Compiling a_i2d_fp.cc
[1671/1682] Write sources
[1674/1682] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1675/1682] Compiling a_dup.cc
[1676/1682] Write sources
[1677/1682] Compiling a_d2i_fp.cc
[1678/1682] Compiling a_int.cc
[1679/1743] Compiling a_gentm.cc
[1680/1779] Compiling a_bool.cc
[1681/1779] Compiling a_bitstr.cc
[1683/1779] Compiling Atomics ManagedAtomic.swift
[1684/1779] Compiling Atomics ManagedAtomicLazyReference.swift
[1685/1779] Compiling Atomics UnsafeAtomic.swift
[1686/1779] Compiling Atomics UnsafeAtomicLazyReference.swift
[1687/1789] Compiling Atomics AtomicMemoryOrderings.swift
[1688/1789] Compiling Atomics DoubleWord.swift
[1689/1789] Compiling Atomics IntegerOperations.swift
[1690/1789] Compiling Atomics Unmanaged extensions.swift
[1696/1789] Compiling Algorithms Rotate.swift
[1697/1789] Compiling Algorithms Split.swift
[1698/1789] Compiling Atomics AtomicOptionalWrappable.swift
[1699/1789] Compiling Atomics IntegerConformances.swift
[1700/1789] Compiling Atomics PointerConformances.swift
[1701/1789] Compiling Atomics Primitives.native.swift
[1706/1796] Compiling Algorithms Stride.swift
[1707/1796] Compiling Algorithms Suffix.swift
[1708/1799] Compiling Atomics Primitives.shims.swift
[1709/1799] Compiling Atomics AtomicInteger.swift
[1711/1799] Compiling Atomics AtomicReference.swift
[1712/1799] Compiling Atomics AtomicStorage.swift
[1713/1799] Compiling Atomics AtomicValue.swift
[1714/1799] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1715/1799] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1716/1799] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1717/1799] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1718/1799] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1719/1799] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1720/1799] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1721/1799] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1722/1799] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1723/1799] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1724/1799] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1725/1799] Compiling BitCollections BitSet+SetAlgebra union.swift
[1726/1799] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1727/1799] Compiling BitCollections BitSet.Counted.swift
[1734/1799] Compiling CryptoBoringWrapper RandomBytes.swift
[1738/1799] Compiling Algorithms FlattenCollection.swift
[1739/1799] Compiling Algorithms Grouped.swift
[1740/1799] Compiling Algorithms Indexed.swift
[1746/1799] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1747/1799] Compiling Algorithms Trim.swift
[1748/1799] Compiling Algorithms Unique.swift
[1749/1799] Compiling Algorithms Windows.swift
[1750/1799] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1751/1799] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1752/1799] Compiling BitCollections BitArray+Extras.swift
[1753/1799] Compiling BitCollections BitArray+Fill.swift
[1754/1799] Compiling BitCollections BitArray+Hashable.swift
[1755/1799] Compiling BitCollections BitArray+Initializers.swift
[1756/1799] Compiling BitCollections BitArray+Invariants.swift
[1757/1799] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1758/1799] Emitting module BitCollections
[1764/1799] Compiling BitCollections BitArray.swift
[1765/1799] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1766/1799] Compiling BitCollections BitSet+Codable.swift
[1767/1799] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1776/1799] Emitting module Atomics
[1777/1799] Emitting module CryptoBoringWrapper
[1778/1799] Compiling CryptoBoringWrapper EllipticCurve.swift
[1779/1799] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1780/1799] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1781/1799] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1782/1800] Compiling BitCollections BitSet.Index.swift
[1783/1800] Compiling BitCollections BitSet._UnsafeHandle.swift
[1784/1800] Compiling BitCollections BitSet.swift
[1785/1800] Compiling BitCollections Range+Utilities.swift
[1786/1800] Compiling BitCollections Slice+Utilities.swift
[1787/1800] Compiling BitCollections UInt+Tricks.swift
[1788/1800] Compiling BitCollections _Word.swift
[1795/1874] Emitting module Collections
[1796/1874] Compiling Collections Collections.swift
[1797/1874] Compiling Crypto ASN1Identifier.swift
[1798/1874] Compiling Crypto ASN1Integer.swift
[1799/1874] Compiling Crypto ASN1Null.swift
[1800/1874] Compiling Crypto PEMDocument.swift
[1801/1874] Compiling Crypto AES-GCM.swift
[1802/1874] Compiling Crypto AES-GCM_boring.swift
[1805/1876] Emitting module Algorithms
[1807/1937] Compiling NIOCore NIOScheduledCallback.swift
[1808/1937] Compiling NIOCore NIOSendable.swift
[1809/1937] Compiling NIOCore RecvByteBufferAllocator.swift
[1810/1937] Compiling NIOCore CircularBuffer.swift
[1811/1937] Compiling NIOCore Codec.swift
[1812/1937] Compiling NIOCore ConvenienceOptionSupport.swift
[1813/1937] Compiling NIOCore DeadChannel.swift
[1814/1937] Compiling NIOCore DispatchQueue+WithFuture.swift
[1815/1937] Compiling NIOCore EventLoop+Deprecated.swift
[1816/1937] Compiling NIOCore EventLoop+SerialExecutor.swift
[1817/1946] Compiling Crypto SymmetricKeys.swift
[1818/1946] Compiling Crypto HMAC.swift
[1819/1946] Compiling Crypto MACFunctions.swift
[1820/1946] Compiling Crypto MessageAuthenticationCode.swift
[1821/1946] Compiling Crypto AES.swift
[1822/1946] Compiling Crypto ECDSASignature_boring.swift
[1823/1946] Compiling Crypto ECDSA_boring.swift
[1824/1946] Compiling Crypto EdDSA_boring.swift
[1825/1946] Compiling Crypto ECDSA.swift
[1826/1946] Compiling Crypto Ed25519.swift
[1827/1946] Emitting module Crypto
[1828/1946] Compiling NIOCore EventLoop.swift
[1829/1946] Compiling NIOCore IO.swift
[1830/1946] Compiling NIOCore IOData.swift
[1831/1946] Compiling NIOCore IPProtocol.swift
[1832/1946] Compiling NIOCore IntegerBitPacking.swift
[1833/1946] Compiling NIOCore IntegerTypes.swift
[1834/1946] Compiling NIOCore Interfaces.swift
[1835/1946] Compiling NIOCore Linux.swift
[1836/1946] Compiling NIOCore MarkedCircularBuffer.swift
[1837/1946] Compiling Crypto ECDH.swift
[1838/1946] Compiling NIOCore ChannelHandler.swift
[1839/1946] Compiling NIOCore ChannelHandlers.swift
[1840/1946] Compiling NIOCore ChannelInvoker.swift
[1841/1946] Compiling NIOCore ChannelOption.swift
[1842/1946] Compiling NIOCore ChannelPipeline.swift
[1843/1946] Compiling NIOCore MulticastChannel.swift
[1844/1946] Compiling NIOCore NIOAny.swift
[1845/1946] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1846/1946] Compiling NIOCore NIOLoopBound.swift
[1847/1946] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1848/1946] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1849/1946] Compiling NIOCore EventLoopFuture.swift
[1850/1946] Compiling NIOCore FileDescriptor.swift
[1851/1946] Compiling NIOCore FileHandle.swift
[1852/1946] Compiling NIOCore FileRegion.swift
[1853/1946] Compiling NIOCore GlobalSingletons.swift
[1854/1946] Compiling NIOCore ByteBuffer-multi-int.swift
[1855/1946] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1856/1946] Compiling NIOCore ByteBuffer-views.swift
[1857/1946] Compiling NIOCore Channel.swift
[1858/1946] Compiling NIOCore BSDSocketAPI.swift
[1859/1946] Compiling NIOCore ByteBuffer-aux.swift
[1860/1946] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1861/1946] Compiling NIOCore ByteBuffer-conversions.swift
[1862/1946] Compiling NIOCore ByteBuffer-core.swift
[1863/1946] Compiling NIOCore ByteBuffer-hex.swift
[1864/1946] Compiling NIOCore ByteBuffer-int.swift
[1865/1946] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1866/1946] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1867/1946] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1868/1946] Compiling NIOCore AddressedEnvelope.swift
[1869/1946] Compiling NIOCore AsyncAwaitSupport.swift
[1870/1946] Compiling NIOCore AsyncChannel.swift
[1871/1946] Compiling NIOCore AsyncChannelHandler.swift
[1872/1946] Compiling NIOCore AsyncChannelInboundStream.swift
[1873/1946] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1874/1946] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1875/1946] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1876/1946] Compiling NIOCore NIOAsyncWriter.swift
[1877/1946] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1886/1954] Compiling Crypto Signature.swift
[1887/1954] Compiling Crypto CryptoKitErrors_boring.swift
[1888/1954] Compiling Crypto RNG_boring.swift
[1889/1954] Compiling Crypto SafeCompare_boring.swift
[1890/1954] Compiling Crypto Zeroization_boring.swift
[1891/1954] Compiling Crypto PrettyBytes.swift
[1892/1954] Compiling Crypto SafeCompare.swift
[1893/1954] Compiling Crypto SecureBytes.swift
[1894/1954] Compiling Crypto Zeroization.swift
[1896/2002] Compiling JWTKit JWTSigners.swift
[1897/2002] Compiling JWTKit JWTSigner+UnsecuredNone.swift
[1898/2002] Compiling JWTKit UnsecuredNoneSigner.swift
[1899/2002] Compiling JWTKit JWTSigner+RSA.swift
[1900/2002] Compiling JWTKit RSAError.swift
[1901/2002] Compiling JWTKit RSAKey.swift
[1902/2002] Compiling JWTKit RSASigner.swift
[1903/2002] Compiling JWTKit Base64URL.swift
[1912/2002] Compiling JWTKit BigNumber.swift
[1913/2002] Compiling JWTKit CustomizedJSONCoders.swift
[1914/2002] Compiling JWTKit Exports.swift
[1920/2002] Compiling JWTKit ExpirationClaim.swift
[1921/2002] Compiling JWTKit GoogleHostedDomainClaim.swift
[1922/2002] Compiling JWTKit IDClaim.swift
[1923/2002] Compiling JWTKit IssuedAtClaim.swift
[1924/2002] Compiling JWTKit IssuerClaim.swift
[1925/2002] Compiling JWTKit OctetKeyPair.swift
[1926/2002] Compiling JWTKit HMACError.swift
[1927/2002] Compiling JWTKit HMACSigner.swift
[1928/2002] Compiling JWTKit JWTSigner+HMAC.swift
[1929/2002] Compiling JWTKit JWTClaim.swift
[1930/2002] Compiling JWTKit JWTMultiValueClaim.swift
[1931/2002] Compiling JWTKit JWTUnixEpochClaim.swift
[1932/2002] Compiling JWTKit LocaleClaim.swift
[1933/2002] Compiling JWTKit NotBeforeClaim.swift
[1934/2002] Compiling JWTKit SubjectClaim.swift
[1935/2002] Compiling JWTKit ECDSAError.swift
[1936/2002] Compiling JWTKit AudienceClaim.swift
[1937/2002] Compiling JWTKit BoolClaim.swift
[1952/2008] Emitting module JWTKit
[1953/2008] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1954/2008] Compiling NIOCore SocketAddresses.swift
[1955/2008] Compiling NIOCore SocketOptionProvider.swift
[1956/2008] Compiling NIOCore SystemCallHelpers.swift
[1957/2008] Compiling NIOCore TimeAmount+Duration.swift
[1958/2008] Compiling NIOCore TypeAssistedChannelHandler.swift
[1959/2008] Compiling NIOCore UniversalBootstrapSupport.swift
[1960/2008] Compiling NIOCore Utilities.swift
[1967/2008] Compiling JWTKit JWTSigner.swift
[1973/2008] Compiling JWTKit JWTAlgorithm.swift
[1974/2008] Compiling JWTKit JWTError.swift
[1975/2008] Compiling JWTKit JWTHeader.swift
[1976/2008] Compiling JWTKit JWTParser.swift
[1977/2008] Compiling JWTKit JWTPayload.swift
[1978/2008] Compiling JWTKit JWTSerializer.swift
[1979/2008] Compiling JWTKit ECDSAKey.swift
[1980/2008] Compiling JWTKit ECDSASigner.swift
[1981/2008] Compiling JWTKit JWTSigner+ECDSA.swift
[1982/2008] Compiling JWTKit EdDSAError.swift
[1983/2008] Compiling JWTKit EdDSAKey.swift
[1984/2008] Compiling JWTKit EdDSASigner.swift
[1985/2008] Compiling JWTKit JWTSigner+EdDSA.swift
[1990/2008] Compiling JWTKit JWK.swift
[1991/2008] Compiling JWTKit JWKIdentifier.swift
[1992/2008] Compiling JWTKit JWKS.swift
[1993/2008] Compiling JWTKit OpenSSLSigner.swift
[1994/2008] Compiling JWTKit Utilities.swift
[1995/2008] Compiling JWTKit AppleIdentityToken.swift
[1996/2008] Compiling JWTKit GoogleIdentityToken.swift
[1997/2008] Compiling JWTKit MicrosoftIdentitiyToken.swift
[1998/2008] Compiling JWTKit X5CVerifier.swift
[2000/2009] Emitting module NIOCore
[2011/2060] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[2012/2060] Emitting module NIOEmbedded
[2013/2060] Compiling NIOPosix Pool.swift
[2014/2060] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[2015/2060] Compiling NIOPosix PosixSingletons.swift
[2016/2060] Compiling NIOPosix RawSocketBootstrap.swift
[2017/2060] Compiling NIOPosix Resolver.swift
[2018/2060] Compiling NIOPosix Selectable.swift
[2019/2066] Compiling NIOEmbedded Embedded.swift
[2020/2066] Compiling NIOEmbedded AsyncTestingChannel.swift
[2022/2067] Compiling NIOPosix ThreadPosix.swift
[2023/2067] Compiling NIOPosix ThreadWindows.swift
[2024/2067] Compiling NIOPosix UnsafeTransfer.swift
[2025/2067] Compiling NIOPosix Utilities.swift
[2026/2067] Compiling NIOPosix VsockAddress.swift
[2027/2067] Compiling NIOPosix VsockChannelEvents.swift
[2028/2067] Emitting module NIOPosix
[2029/2067] Compiling NIOPosix SelectableChannel.swift
[2030/2067] Compiling NIOPosix SelectableEventLoop.swift
[2031/2067] Compiling NIOPosix SelectorEpoll.swift
[2032/2067] Compiling NIOPosix SelectorGeneric.swift
[2033/2067] Compiling NIOPosix SelectorKqueue.swift
[2034/2067] Compiling NIOPosix SelectorUring.swift
[2035/2067] Compiling NIOPosix ServerSocket.swift
[2036/2067] Compiling NIOPosix Socket.swift
[2037/2067] Compiling NIOPosix SocketChannel.swift
[2038/2067] Compiling NIOPosix SocketProtocols.swift
[2039/2067] Compiling NIOPosix System.swift
[2040/2067] Compiling NIOPosix Thread.swift
[2041/2067] Compiling NIOPosix NIOThreadPool.swift
[2042/2067] Compiling NIOPosix NonBlockingFileIO.swift
[2043/2067] Compiling NIOPosix PendingDatagramWritesManager.swift
[2044/2067] Compiling NIOPosix PendingWritesManager.swift
[2045/2067] Compiling NIOPosix PipeChannel.swift
[2046/2067] Compiling NIOPosix PipePair.swift
[2047/2067] Compiling NIOPosix IO.swift
[2048/2067] Compiling NIOPosix IntegerBitPacking.swift
[2049/2067] Compiling NIOPosix IntegerTypes.swift
[2050/2067] Compiling NIOPosix Linux.swift
[2051/2067] Compiling NIOPosix LinuxCPUSet.swift
[2052/2067] Compiling NIOPosix LinuxUring.swift
[2053/2067] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[2054/2067] Compiling NIOPosix BSDSocketAPICommon.swift
[2055/2067] Compiling NIOPosix BSDSocketAPIPosix.swift
[2056/2067] Compiling NIOPosix BSDSocketAPIWindows.swift
[2057/2067] Compiling NIOPosix BaseSocket.swift
[2058/2067] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[2059/2067] Compiling NIOPosix BaseSocketChannel.swift
[2060/2067] Compiling NIOPosix BaseStreamSocketChannel.swift
[2061/2067] Compiling NIOPosix Bootstrap.swift
[2062/2067] Compiling NIOPosix ControlMessage.swift
[2063/2067] Compiling NIOPosix DatagramVectorReadManager.swift
[2064/2067] Compiling NIOPosix Errors+Any.swift
[2065/2067] Compiling NIOPosix FileDescriptor.swift
[2066/2067] Compiling NIOPosix GetaddrinfoResolver.swift
[2067/2067] Compiling NIOPosix HappyEyeballs.swift
[2069/2127] Compiling NIO Exports.swift
[2070/2127] Emitting module NIO
[2071/2128] Compiling _NIOFileSystem Convenience.swift
[2072/2128] Compiling _NIOFileSystem DirectoryEntries.swift
[2073/2128] Compiling _NIOFileSystem DirectoryEntry.swift
[2075/2169] Compiling AsyncKit Future+Miscellaneous.swift
[2076/2169] Compiling AsyncKit Future+Nonempty.swift
[2077/2169] Compiling AsyncKit Future+Optional.swift
[2078/2169] Compiling AsyncKit Future+Transform.swift
[2079/2169] Compiling AsyncKit Future+Try.swift
[2080/2169] Compiling _NIOFileSystem ParallelDirCopy.swift
[2081/2169] Compiling NIOSOCKS Errors.swift
[2082/2169] Compiling NIOSOCKS Helpers.swift
[2083/2170] Compiling NIOSOCKS SOCKSResponse.swift
[2084/2170] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[2085/2170] Compiling NIOTLS TLSEvents.swift
[2086/2170] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2088/2170] Compiling NIOSOCKS Messages.swift
[2089/2172] Compiling NIOSOCKS SOCKSClientHandler.swift
[2090/2172] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[2091/2172] Compiling NIOSOCKS AuthenticationMethod.swift
[2092/2172] Compiling NIOSOCKS ClientGreeting.swift
[2095/2172] Emitting module NIOTLS
[2098/2172] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2099/2172] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[2100/2172] Compiling NIOSOCKS ClientStateMachine.swift
[2106/2172] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2107/2176] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2108/2176] Emitting module NIOSOCKS
[2111/2176] Emitting module _NIOFileSystem
[2112/2176] Compiling NIOSOCKS ServerStateMachine.swift
[2114/2176] Compiling NIOSOCKS SOCKSRequest.swift
[2115/2177] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[2116/2177] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[2117/2177] Compiling AsyncKit Optional+StrictMap.swift
[2118/2177] Compiling AsyncKit Exports.swift
[2123/2177] Compiling _NIOFileSystem CInterop.swift
[2124/2177] Compiling _NIOFileSystem Errno.swift
[2125/2177] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[2126/2177] Compiling _NIOFileSystem Mocking.swift
[2127/2177] Compiling _NIOFileSystem Syscall.swift
[2128/2177] Compiling _NIOFileSystem Syscalls.swift
[2129/2177] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2130/2177] Compiling NIOTLS SNIHandler.swift
[2131/2178] Emitting module NIOFoundationCompat
[2132/2178] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[2137/2179] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[2138/2179] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[2139/2179] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[2140/2179] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[2146/2230] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[2147/2230] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[2148/2230] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2149/2230] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[2150/2230] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[2151/2230] Compiling _NIOFileSystem BufferedStream.swift
[2152/2230] Compiling _NIOFileSystem Cancellation.swift
[2153/2230] Compiling _NIOFileSystem TokenBucket.swift
[2154/2230] Compiling _NIOFileSystem UnsafeTransfer.swift
[2155/2230] Compiling NIOSSL AndroidCABundle.swift
[2156/2230] Compiling NIOSSL ByteBufferBIO.swift
[2157/2230] Compiling NIOSSL CustomPrivateKey.swift
[2158/2232] Emitting module NIOTransportServices
[2161/2232] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2162/2232] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2163/2232] Compiling NIOTransportServices NIOTSErrors.swift
[2164/2232] Compiling NIOTransportServices NIOTSEventLoop.swift
[2165/2232] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[2166/2232] Compiling NIOTransportServices NIOTSSingletons.swift
[2167/2232] Compiling NIOSSL SSLPrivateKey.swift
[2168/2232] Compiling NIOTransportServices StateManagedChannel.swift
[2169/2232] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2170/2232] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2171/2232] Compiling NIOTransportServices NIOTSBootstraps.swift
[2174/2232] Compiling NIOTransportServices NIOTSDatagramListener.swift
[2175/2232] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2176/2232] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2177/2232] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2178/2232] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2180/2233] Emitting module AsyncKit
[2181/2233] Emitting module NIOHTTP1
[2185/2234] Compiling _NIOFileSystem SystemFileHandle.swift
[2186/2234] Compiling _NIOFileSystem Utilities.swift
[2187/2234] Compiling _NIOFileSystem OpenOptions.swift
[2188/2234] Compiling _NIOFileSystem String+FileSystem.swift
[2201/2254] Emitting module NIOSSL
[2202/2307] Compiling NIOExtras DebugInboundEventsHandler.swift
[2203/2307] Compiling NIOExtras DebugOutboundEventsHandler.swift
[2204/2307] Compiling NIOExtras FixedLengthFrameDecoder.swift
[2205/2307] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[2206/2307] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[2207/2307] Compiling NIOExtras JSONRPCFraming.swift
[2208/2307] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[2209/2307] Compiling NIOExtras LengthFieldPrepender.swift
[2210/2307] Compiling NIOExtras RequestResponseWithIDHandler.swift
[2211/2307] Compiling MultipartKit MultipartPartConvertible.swift
[2212/2309] Compiling NIOHPACK IntegerCoding.swift
[2213/2310] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2214/2310] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2215/2310] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2216/2311] Compiling NIOWebSocket WebSocketOpcode.swift
[2217/2311] Compiling NIOHPACK IndexedHeaderTable.swift
[2218/2311] Emitting module _NIOFileSystemFoundationCompat
[2219/2311] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2220/2312] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2221/2312] Emitting module NIOHPACK
[2224/2312] Compiling NIOExtras LineBasedFrameDecoder.swift
[2226/2312] Emitting module MultipartKit
[2231/2312] Compiling NIOHPACK StaticHeaderTable.swift
[2232/2312] Compiling NIOExtras NIOLengthFieldBitLength.swift
[2233/2312] Compiling NIOExtras NIORequestIdentifiable.swift
[2234/2312] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[2235/2312] Compiling NIOExtras NIOExtrasError.swift
[2242/2315] Compiling NIOHTTPCompression HTTPDecompression.swift
[2243/2316] Emitting module NIOExtras
[2244/2316] Compiling NIOWebSocket WebSocketFrame.swift
[2248/2316] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[2249/2316] Compiling NIOSSL SubjectAlternativeName.swift
[2250/2316] Compiling NIOSSL NIOSSLSecureBytes.swift
[2251/2316] Compiling NIOSSL RNG.swift
[2252/2316] Compiling NIOSSL SafeCompare.swift
[2253/2316] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2254/2316] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2255/2316] Emitting module NIOHTTPCompression
[2256/2316] Compiling NIOHTTPCompression HTTPCompression.swift
[2257/2316] Compiling NIOHPACK HuffmanCoding.swift
[2258/2316] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2259/2316] Compiling NIOHPACK HuffmanTables.swift
[2260/2316] Compiling NIOExtras RequestResponseHandler.swift
[2262/2316] Compiling NIOExtras PCAPRingBuffer.swift
[2263/2316] Compiling NIOExtras QuiescingHelper.swift
[2271/2316] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2272/2316] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2273/2317] Emitting module NIOFileSystem
[2274/2317] Compiling NIOFileSystem Exports.swift
[2275/2317] Emitting module NIOWebSocket
[2280/2317] Compiling NIOExtras WritePCAPHandler.swift
[2281/2317] Compiling MultipartKit Utilities.swift
[2307/2321] Compiling NIOExtras UnsafeTransfer.swift
[2310/2321] Compiling NIOSSL Zeroization.swift
[2311/2321] Compiling NIOSSL TLSConfiguration.swift
[2312/2321] Compiling NIOSSL UniversalBootstrapSupport.swift
[2313/2321] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2315/2380] Compiling NIOHTTP2 MaySendFrames.swift
[2316/2380] Compiling NIOHTTP2 SendingDataState.swift
[2318/2389] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2319/2389] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2320/2389] Compiling NIOHTTP2 HasLocalSettings.swift
[2321/2389] Compiling NIOHTTP2 HasRemoteSettings.swift
[2322/2389] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2323/2389] Compiling NIOHTTP2 QuiescingState.swift
[2324/2389] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2325/2389] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2326/2397] Compiling WebSocketKit WebSocketHandler.swift
[2327/2397] Compiling WebSocketKit WebSocketClient.swift
[2328/2397] Emitting module WebSocketKit
[2329/2397] Compiling WebSocketKit WebSocket+Concurrency.swift
[2330/2397] Compiling WebSocketKit WebSocket+Connect.swift
[2331/2397] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2332/2397] Compiling WebSocketKit Exports.swift
[2333/2397] Compiling WebSocketKit WebSocket.swift
[2335/2398] Emitting module NIOHTTP2
[2338/2398] Compiling NIOHTTP2 SendingGoawayState.swift
[2339/2398] Compiling NIOHTTP2 SendingHeadersState.swift
[2340/2398] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2341/2398] Compiling NIOHTTP2 SendingRstStreamState.swift
[2342/2398] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2343/2398] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2344/2398] Compiling NIOHTTP2 StateMachineResult.swift
[2345/2398] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2346/2398] Compiling NIOHTTP2 DOSHeuristics.swift
[2347/2398] Compiling NIOHTTP2 Error+Any.swift
[2348/2398] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2349/2398] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2350/2398] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2351/2398] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2352/2398] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2353/2398] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2354/2398] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2355/2398] Compiling NIOHTTP2 HTTP2StreamID.swift
[2356/2398] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2357/2398] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2358/2398] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2359/2398] Compiling NIOHTTP2 InboundEventBuffer.swift
[2360/2398] Compiling NIOHTTP2 InboundWindowManager.swift
[2361/2398] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2362/2398] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2363/2398] Compiling NIOHTTP2 StreamChannelList.swift
[2364/2398] Compiling NIOHTTP2 StreamMap.swift
[2365/2398] Compiling NIOHTTP2 StreamStateMachine.swift
[2366/2398] Compiling NIOHTTP2 UnsafeTransfer.swift
[2367/2398] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2368/2398] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2369/2398] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2370/2398] Compiling NIOHTTP2 MayReceiveFrames.swift
[2371/2398] Compiling NIOHTTP2 ReceivingDataState.swift
[2372/2398] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2373/2398] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2374/2398] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2375/2398] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2376/2398] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2384/2399] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2385/2399] Compiling NIOHTTP2 HTTP2Frame.swift
[2386/2399] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2387/2399] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2388/2399] Compiling NIOHTTP2 HTTP2PingData.swift
[2389/2399] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2390/2399] Compiling NIOHTTP2 HTTP2Settings.swift
[2391/2399] Compiling NIOHTTP2 HTTP2Stream.swift
[2392/2399] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2393/2399] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2394/2399] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2395/2399] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2396/2399] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2397/2399] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2398/2399] Compiling NIOHTTP2 HTTP2Error.swift
[2399/2399] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2401/2460] Emitting module AsyncHTTPClient
[2402/2468] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2403/2468] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2404/2468] Compiling AsyncHTTPClient Transaction.swift
[2405/2468] Compiling AsyncHTTPClient Base64.swift
[2406/2468] Compiling AsyncHTTPClient BasicAuth.swift
[2407/2468] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2408/2468] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2409/2468] Compiling AsyncHTTPClient ConnectionPool.swift
[2410/2468] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2411/2468] Compiling AsyncHTTPClient HTTPHandler.swift
[2412/2468] Compiling AsyncHTTPClient LRUCache.swift
[2413/2468] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2414/2468] Compiling AsyncHTTPClient NWErrorHandler.swift
[2415/2468] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2416/2468] Compiling AsyncHTTPClient TLSConfiguration.swift
[2417/2468] Compiling AsyncHTTPClient RedirectState.swift
[2418/2468] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2419/2468] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2420/2468] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2421/2468] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2422/2468] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2423/2468] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2424/2468] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2425/2468] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2426/2468] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2427/2468] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2428/2468] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2429/2468] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2430/2468] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2431/2468] Compiling AsyncHTTPClient HTTP1Connection.swift
[2432/2468] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2433/2468] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2434/2468] Compiling AsyncHTTPClient HTTP2Connection.swift
[2435/2468] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2436/2468] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2437/2468] Compiling AsyncHTTPClient ConnectionTarget.swift
[2438/2468] Compiling AsyncHTTPClient DeconstructedURL.swift
[2439/2468] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2440/2468] Compiling AsyncHTTPClient FoundationExtensions.swift
[2441/2468] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2442/2468] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2443/2468] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2444/2468] Compiling AsyncHTTPClient HTTPClient.swift
[2445/2468] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2446/2468] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2447/2468] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2448/2468] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2449/2468] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2450/2468] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2451/2468] Compiling AsyncHTTPClient RequestBodyLength.swift
[2452/2468] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2453/2468] Compiling AsyncHTTPClient RequestBag.swift
[2454/2468] Compiling AsyncHTTPClient RequestValidation.swift
[2455/2468] Compiling AsyncHTTPClient SSLContextCache.swift
[2456/2468] Compiling AsyncHTTPClient Scheme.swift
[2457/2468] Compiling AsyncHTTPClient Singleton.swift
[2458/2468] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2459/2468] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2460/2468] Compiling AsyncHTTPClient Utils.swift
[2461/2468] Compiling AsyncHTTPClient RequestOptions.swift
[2462/2468] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2463/2468] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2464/2468] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2465/2468] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2466/2468] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2467/2468] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2468/2468] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2470/2638] Compiling Vapor AsyncBasicResponder.swift
[2471/2638] Compiling Vapor AsyncMiddleware.swift
[2472/2638] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2473/2638] Compiling Vapor AsyncSessionDriver.swift
[2474/2638] Compiling Vapor Authentication+Concurrency.swift
[2475/2638] Compiling Vapor Cache+Concurrency.swift
[2476/2638] Compiling Vapor Client+Concurrency.swift
[2477/2638] Compiling Vapor RequestBody+Concurrency.swift
[2478/2638] Compiling Vapor Responder+Concurrency.swift
[2479/2638] Compiling Vapor ResponseCodable+Concurrency.swift
[2480/2638] Compiling Vapor RoutesBuilder+Concurrency.swift
[2481/2638] Compiling Vapor ViewRenderer+Concurrency.swift
[2482/2638] Compiling Vapor WebSocket+Concurrency.swift
[2483/2638] Compiling Vapor ContainerGetPathExecutor.swift
[2484/2638] Compiling Vapor Content.swift
[2485/2638] Compiling Vapor ContentCoders.swift
[2486/2638] Compiling Vapor ContentConfiguration.swift
[2487/2638] Compiling Vapor ContentContainer.swift
[2488/2638] Compiling Vapor JSONCoder+Custom.swift
[2489/2638] Compiling Vapor JSONCoders+Content.swift
[2490/2638] Compiling Vapor PlaintextDecoder.swift
[2491/2638] Compiling Vapor PlaintextEncoder.swift
[2492/2638] Compiling Vapor URLQueryCoders.swift
[2493/2638] Compiling Vapor URLQueryContainer.swift
[2494/2662] Compiling Vapor HTTPServerResponseEncoder.swift
[2495/2662] Compiling Vapor HTTPServerUpgradeHandler.swift
[2496/2662] Compiling Vapor Logger+Report.swift
[2497/2662] Compiling Vapor LoggingSystem+Environment.swift
[2498/2662] Compiling Vapor Application+Middleware.swift
[2499/2662] Compiling Vapor CORSMiddleware.swift
[2500/2662] Compiling Vapor ErrorMiddleware.swift
[2501/2662] Compiling Vapor FileMiddleware.swift
[2502/2662] Compiling Vapor Middleware.swift
[2503/2662] Compiling Vapor MiddlewareConfiguration.swift
[2504/2662] Compiling Vapor ResponseCompressionMiddleware.swift
[2505/2662] Compiling Vapor RouteLoggingMiddleware.swift
[2506/2662] Compiling Vapor TracingMiddleware.swift
[2507/2662] Compiling Vapor File+Multipart.swift
[2508/2662] Compiling Vapor FormDataDecoder+Content.swift
[2509/2662] Compiling Vapor FormDataEncoder+Content.swift
[2510/2662] Compiling Vapor Application+Password.swift
[2511/2662] Compiling Vapor Application+Passwords.swift
[2512/2662] Compiling Vapor AsyncPasswordHasher.swift
[2513/2662] Compiling Vapor BcryptHasher.swift
[2514/2662] Compiling Vapor PasswordHasher.swift
[2515/2662] Compiling Vapor PlaintextHasher.swift
[2516/2662] Compiling Vapor Request+Password.swift
[2517/2662] Compiling Vapor Redirect.swift
[2518/2686] Compiling Vapor Application.swift
[2519/2686] Compiling Vapor AuthenticationCache.swift
[2520/2686] Compiling Vapor Authenticator.swift
[2521/2686] Compiling Vapor BasicAuthorization.swift
[2522/2686] Compiling Vapor BearerAuthorization.swift
[2523/2686] Compiling Vapor GuardMiddleware.swift
[2524/2686] Compiling Vapor RedirectMiddleware.swift
[2525/2686] Compiling Vapor SessionAuthenticatable.swift
[2526/2686] Compiling Vapor Bcrypt.swift
[2527/2686] Compiling Vapor Application+Cache.swift
[2528/2686] Compiling Vapor Cache.swift
[2529/2686] Compiling Vapor CacheExpirationTime.swift
[2530/2686] Compiling Vapor MemoryCache.swift
[2531/2686] Compiling Vapor Request+Cache.swift
[2532/2686] Compiling Vapor Application+Clients.swift
[2533/2686] Compiling Vapor Client.swift
[2534/2686] Compiling Vapor ClientRequest.swift
[2535/2686] Compiling Vapor ClientResponse.swift
[2536/2686] Compiling Vapor Request+Client.swift
[2537/2686] Compiling Vapor BootCommand.swift
[2538/2686] Compiling Vapor CommandContext+Application.swift
[2539/2686] Compiling Vapor RoutesCommand.swift
[2540/2686] Compiling Vapor ServeCommand.swift
[2541/2686] Compiling Vapor AnyResponse+Concurrency.swift
[2542/2686] Compiling Vapor Validator.swift
[2543/2686] Compiling Vapor ValidatorResult.swift
[2544/2686] Compiling Vapor And.swift
[2545/2686] Compiling Vapor Case.swift
[2546/2686] Compiling Vapor CharacterSet.swift
[2547/2686] Compiling Vapor Count.swift
[2548/2686] Compiling Vapor Custom.swift
[2549/2686] Compiling Vapor Email.swift
[2550/2686] Compiling Vapor Empty.swift
[2551/2686] Compiling Vapor In.swift
[2552/2686] Compiling Vapor Nil.swift
[2553/2686] Compiling Vapor NilIgnoring.swift
[2554/2686] Compiling Vapor Not.swift
[2555/2686] Compiling Vapor Or.swift
[2556/2686] Compiling Vapor Pattern.swift
[2557/2686] Compiling Vapor Range.swift
[2558/2686] Compiling Vapor URL.swift
[2559/2686] Compiling Vapor Valid.swift
[2560/2686] Compiling Vapor Application+Views.swift
[2561/2686] Compiling Vapor PlaintextRenderer.swift
[2562/2686] Compiling Vapor Request+View.swift
[2563/2686] Compiling Vapor View.swift
[2564/2686] Compiling Vapor ViewRenderer.swift
[2565/2686] Compiling Vapor _Deprecations.swift
[2566/2686] Emitting module Vapor
[2567/2686] Compiling Vapor Core.swift
[2568/2686] Compiling Vapor Running.swift
[2569/2686] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2570/2686] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2571/2686] Compiling Vapor DotEnvFile+load.swift
[2572/2686] Compiling Vapor Routes+caseInsenstive.swift
[2573/2686] Compiling Vapor Validatable+validate.swift
[2574/2686] Compiling Vapor Environment+Process.swift
[2575/2686] Compiling Vapor Environment+Secret.swift
[2576/2686] Compiling Vapor Environment.swift
[2577/2686] Compiling Vapor Abort.swift
[2578/2686] Compiling Vapor AbortError.swift
[2579/2686] Compiling Vapor DebuggableError.swift
[2580/2686] Compiling Vapor Demangler.swift
[2581/2686] Compiling Vapor ErrorSource.swift
[2582/2686] Compiling Vapor StackTrace.swift
[2583/2686] Compiling Vapor Exports.swift
[2584/2686] Compiling Vapor Application+HTTP.swift
[2585/2686] Compiling Vapor BasicResponder.swift
[2586/2686] Compiling Vapor BodyStream.swift
[2587/2686] Compiling Vapor Application+HTTP+Client.swift
[2588/2686] Compiling Vapor EventLoopHTTPClient.swift
[2589/2686] Compiling Vapor EndpointCache.swift
[2590/2686] Compiling Vapor HTTPMethod+String.swift
[2591/2686] Compiling Vapor Request+Body.swift
[2592/2686] Compiling Vapor Request+BodyStream.swift
[2593/2686] Compiling Vapor Request.swift
[2594/2686] Compiling Vapor Application+Responder.swift
[2595/2686] Compiling Vapor DefaultResponder.swift
[2596/2686] Compiling Vapor Response+Body.swift
[2597/2686] Compiling Vapor Response.swift
[2598/2686] Compiling Vapor ResponseCodable.swift
[2599/2686] Compiling Vapor Application+Routes.swift
[2600/2686] Compiling Vapor Parameters+Require.swift
[2601/2686] Compiling Vapor Request+WebSocket.swift
[2602/2686] Compiling Vapor Route.swift
[2603/2686] Compiling Vapor RouteCollection.swift
[2604/2686] Compiling Vapor Routes.swift
[2605/2686] Compiling Vapor RoutesBuilder+Group.swift
[2606/2686] Compiling Vapor RoutesBuilder+Method.swift
[2607/2686] Compiling Vapor RoutesBuilder+Middleware.swift
[2608/2686] Compiling Vapor RoutesBuilder+WebSocket.swift
[2609/2686] Compiling Vapor RoutesBuilder.swift
[2610/2686] Compiling Vapor OTP.swift
[2611/2686] Compiling Vapor Application+Servers.swift
[2612/2686] Compiling Vapor Server.swift
[2613/2686] Compiling Vapor App+Service.swift
[2614/2686] Compiling Vapor Req+Service.swift
[2615/2686] Compiling Vapor Service.swift
[2616/2686] Compiling Vapor Application+Sessions.swift
[2617/2686] Compiling Vapor MemorySessions.swift
[2618/2686] Compiling Vapor Request+Session.swift
[2619/2686] Compiling Vapor Session.swift
[2620/2686] Compiling Vapor SessionCache.swift
[2621/2686] Compiling Vapor SessionData.swift
[2622/2686] Compiling Vapor SessionDriver.swift
[2623/2686] Compiling Vapor SessionsConfiguration.swift
[2624/2686] Compiling Vapor SessionsMiddleware.swift
[2625/2686] Compiling Vapor URLEncodedFormData.swift
[2626/2686] Compiling Vapor URLEncodedFormDecoder.swift
[2627/2686] Compiling Vapor URLEncodedFormEncoder.swift
[2628/2686] Compiling Vapor URLEncodedFormError.swift
[2629/2686] Compiling Vapor URLEncodedFormParser.swift
[2630/2686] Compiling Vapor URLEncodedFormSerializer.swift
[2631/2686] Compiling Vapor URLQueryFragmentConvertible.swift
[2632/2686] Compiling Vapor AnyResponse.swift
[2633/2686] Compiling Vapor Array+Random.swift
[2634/2686] Compiling Vapor Base32.swift
[2635/2686] Compiling Vapor Base64.swift
[2636/2686] Compiling Vapor BaseN.swift
[2637/2686] Compiling Vapor BasicCodingKey.swift
[2638/2686] Compiling Vapor ByteCount.swift
[2639/2686] Compiling Vapor Bytes+Hex.swift
[2640/2686] Compiling Vapor Bytes+SecureCompare.swift
[2641/2686] Compiling Vapor Collection+Safe.swift
[2642/2686] Compiling Vapor DataProtocol+Copy.swift
[2643/2686] Compiling Vapor DecoderUnwrapper.swift
[2644/2686] Compiling Vapor DirectoryConfiguration.swift
[2645/2686] Compiling Vapor DotEnv.swift
[2646/2686] Compiling Vapor Extendable.swift
[2647/2686] Compiling Vapor File.swift
[2648/2686] Compiling Vapor FileIO.swift
[2649/2686] Compiling Vapor LifecycleHandler.swift
[2650/2686] Compiling Vapor OptionalType.swift
[2651/2686] Compiling Vapor RFC1123.swift
[2652/2686] Compiling Vapor SocketAddress+Hostname.swift
[2653/2686] Compiling Vapor Storage.swift
[2654/2686] Compiling Vapor String+IsIPAddress.swift
[2655/2686] Compiling Vapor Thread.swift
[2656/2686] Compiling Vapor URI.swift
[2657/2686] Compiling Vapor RangeResult.swift
[2658/2686] Compiling Vapor Validatable.swift
[2659/2686] Compiling Vapor Validation.swift
[2660/2686] Compiling Vapor ValidationKey.swift
[2661/2686] Compiling Vapor Validations.swift
[2662/2686] Compiling Vapor ValidationsError.swift
[2663/2686] Compiling Vapor HTTPStatus.swift
[2664/2686] Compiling Vapor HTTPCookies.swift
[2665/2686] Compiling Vapor HTTPHeaderCacheControl.swift
[2666/2686] Compiling Vapor HTTPHeaderExpires.swift
[2667/2686] Compiling Vapor HTTPHeaderLastModified.swift
[2668/2686] Compiling Vapor HTTPHeaders+Cache.swift
[2669/2686] Compiling Vapor HTTPHeaders+Connection.swift
[2670/2686] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2671/2686] Compiling Vapor HTTPHeaders+ContentRange.swift
[2672/2686] Compiling Vapor HTTPHeaders+Directive.swift
[2673/2686] Compiling Vapor HTTPHeaders+Forwarded.swift
[2674/2686] Compiling Vapor HTTPHeaders+Link.swift
[2675/2686] Compiling Vapor HTTPHeaders+Name.swift
[2676/2686] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2677/2686] Compiling Vapor HTTPHeaders.swift
[2678/2686] Compiling Vapor HTTPMediaType.swift
[2679/2686] Compiling Vapor HTTPMediaTypePreference.swift
[2680/2686] Compiling Vapor Responder.swift
[2681/2686] Compiling Vapor Application+HTTP+Server.swift
[2682/2686] Compiling Vapor HTTPServer.swift
[2683/2686] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2684/2686] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2685/2686] Compiling Vapor HTTPServerHandler.swift
[2686/2686] Compiling Vapor HTTPServerRequestDecoder.swift
[2688/2698] Compiling JWT JWTError+Vapor.swift
[2689/2699] Compiling JWT JWTAuthenticator.swift
[2690/2699] Compiling JWT Exports.swift
[2691/2699] Compiling JWT JWKSCache.swift
[2692/2699] Compiling JWT JWT+Microsoft.swift
[2693/2699] Compiling JWT JWT+Google.swift
[2694/2699] Emitting module JWT
[2695/2699] Compiling JWT JWT+Apple.swift
[2696/2699] Compiling JWT JWT+Concurrency.swift
[2697/2699] Compiling JWT Application+JWT.swift
[2698/2699] Compiling JWT AsyncJWTAuthenticator.swift
[2699/2699] Compiling JWT Request+JWT.swift
[2701/2706] Compiling FirebaseJWTMiddleware Request+FirebaseJWT.swift
/host/spi-builder-workspace/Sources/FirebaseJWTMiddleware/Request+FirebaseJWT.swift:52:48: warning: capture of 'message' with non-sendable type 'Message' in a '@Sendable' closure
41 |         }
42 |
43 |         public func verify<Message>(
   |                            `- note: consider making generic parameter 'Message' conform to the 'Sendable' protocol
44 |             _ message: Message,
45 |             applicationIdentifier: String? = nil
   :
50 |                 on: self.request
51 |             ).flatMapThrowing { signers in
52 |                 let token = try signers.verify(message, as: FirebaseJWTPayload.self)
   |                                                `- warning: capture of 'message' with non-sendable type 'Message' in a '@Sendable' closure
53 |                 if let applicationIdentifier = applicationIdentifier ?? self.request.application.firebaseJwt.applicationIdentifier {
54 |                     try token.audience.verifyIntendedAudience(includes: applicationIdentifier)
/host/spi-builder-workspace/Sources/FirebaseJWTMiddleware/Request+FirebaseJWT.swift:53:73: warning: capture of 'self' with non-sendable type 'Request.FirebaseJWT' in a '@Sendable' closure
14 |     }
15 |
16 |     public struct FirebaseJWT {
   |                   `- note: consider making struct 'FirebaseJWT' conform to the 'Sendable' protocol
17 |
18 |         let request: Request
   :
51 |             ).flatMapThrowing { signers in
52 |                 let token = try signers.verify(message, as: FirebaseJWTPayload.self)
53 |                 if let applicationIdentifier = applicationIdentifier ?? self.request.application.firebaseJwt.applicationIdentifier {
   |                                                                         `- warning: capture of 'self' with non-sendable type 'Request.FirebaseJWT' in a '@Sendable' closure
54 |                     try token.audience.verifyIntendedAudience(includes: applicationIdentifier)
55 |                 }
/host/spi-builder-workspace/Sources/FirebaseJWTMiddleware/Request+FirebaseJWT.swift:53:73: warning: implicit capture of 'self' requires that 'Request.FirebaseJWT' conforms to 'Sendable'; this is an error in the Swift 6 language mode
14 |     }
15 |
16 |     public struct FirebaseJWT {
   |                   `- note: consider making struct 'FirebaseJWT' conform to the 'Sendable' protocol
17 |
18 |         let request: Request
   :
51 |             ).flatMapThrowing { signers in
52 |                 let token = try signers.verify(message, as: FirebaseJWTPayload.self)
53 |                 if let applicationIdentifier = applicationIdentifier ?? self.request.application.firebaseJwt.applicationIdentifier {
   |                                                                         `- warning: implicit capture of 'self' requires that 'Request.FirebaseJWT' conforms to 'Sendable'; this is an error in the Swift 6 language mode
54 |                     try token.audience.verifyIntendedAudience(includes: applicationIdentifier)
55 |                 }
[2702/2706] Compiling FirebaseJWTMiddleware JWKSCache.swift
/host/spi-builder-workspace/Sources/FirebaseJWTMiddleware/JWKSCache.swift:6:18: warning: type 'JWKS' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 | /// A thread-safe and atomic class for retrieving JSON Web Key Sets which honors the
5 | /// HTTP `Cache-Control`, `Expires` and `Etag` headers.
6 | public typealias JWKSCache = EndpointCache<JWKS>
  |                  `- warning: type 'JWKS' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 |
/host/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/JWK/JWKS.swift:5:15: note: struct 'JWKS' does not conform to the 'Sendable' protocol
 3 | /// A JSON object that represents a set of JWKs.
 4 | /// Read specification (RFC 7517) https://tools.ietf.org/html/rfc7517.
 5 | public struct JWKS: Codable {
   |               `- note: struct 'JWKS' does not conform to the 'Sendable' protocol
 6 |     /// All JSON Web Keys
 7 |     public var keys: [JWK]
/host/spi-builder-workspace/Sources/FirebaseJWTMiddleware/JWKSCache.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JWTKit'
1 | import Vapor
2 | import JWT
  | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JWTKit'
3 |
4 | /// A thread-safe and atomic class for retrieving JSON Web Key Sets which honors the
[2703/2706] Compiling FirebaseJWTMiddleware FirebaseJWTMiddleware.swift
/host/spi-builder-workspace/Sources/FirebaseJWTMiddleware/FirebaseJWTMiddleware.swift:4:12: warning: non-final class 'FirebaseJWTMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 2 | import JWT
 3 |
 4 | open class FirebaseJWTMiddleware: Middleware {
   |            `- warning: non-final class 'FirebaseJWTMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 5 |
 6 |     public init() { }
/host/spi-builder-workspace/Sources/FirebaseJWTMiddleware/FirebaseJWTMiddleware.swift:13:12: warning: non-final class 'AsyncFirebaseJWTMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
11 | }
12 |
13 | open class AsyncFirebaseJWTMiddleware: AsyncMiddleware {
   |            `- warning: non-final class 'AsyncFirebaseJWTMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
14 |
15 |     public init() { }
[2704/2706] Compiling FirebaseJWTMiddleware Application+FirebaseJWT.swift
/host/spi-builder-workspace/Sources/FirebaseJWTMiddleware/Application+FirebaseJWT.swift:36:20: warning: type 'JWKS' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
34 |         }
35 |
36 |         public var jwks: EndpointCache<JWKS> {
   |                    `- warning: type 'JWKS' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 |             self.storage.jwks
38 |         }
/host/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/JWK/JWKS.swift:5:15: note: struct 'JWKS' does not conform to the 'Sendable' protocol
 3 | /// A JSON object that represents a set of JWKs.
 4 | /// Read specification (RFC 7517) https://tools.ietf.org/html/rfc7517.
 5 | public struct JWKS: Codable {
   |               `- note: struct 'JWKS' does not conform to the 'Sendable' protocol
 6 |     /// All JSON Web Keys
 7 |     public var keys: [JWK]
/host/spi-builder-workspace/Sources/FirebaseJWTMiddleware/Application+FirebaseJWT.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JWTKit'
 7 |
 8 | import Vapor
 9 | import JWT
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JWTKit'
10 |
11 | extension Application {
/host/spi-builder-workspace/Sources/FirebaseJWTMiddleware/Application+FirebaseJWT.swift:49:24: warning: type 'Application.FirebaseJWT.Key.Value' (aka 'Application.FirebaseJWT.Storage') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
47 |         }
48 |
49 |         private struct Key: StorageKey, LockKey {
   |                        `- warning: type 'Application.FirebaseJWT.Key.Value' (aka 'Application.FirebaseJWT.Storage') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
50 |             typealias Value = Storage
51 |         }
52 |
53 |         private final class Storage {
   |                             `- note: class 'Storage' does not conform to the 'Sendable' protocol
54 |
55 |             let jwks: EndpointCache<JWKS>
/host/spi-builder-workspace/Sources/FirebaseJWTMiddleware/Application+FirebaseJWT.swift:55:17: warning: type 'JWKS' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
53 |         private final class Storage {
54 |
55 |             let jwks: EndpointCache<JWKS>
   |                 `- warning: type 'JWKS' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
56 |             var applicationIdentifier: String?
57 |             var gSuiteDomainName: String?
/host/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/JWK/JWKS.swift:5:15: note: struct 'JWKS' does not conform to the 'Sendable' protocol
 3 | /// A JSON object that represents a set of JWKs.
 4 | /// Read specification (RFC 7517) https://tools.ietf.org/html/rfc7517.
 5 | public struct JWKS: Codable {
   |               `- note: struct 'JWKS' does not conform to the 'Sendable' protocol
 6 |     /// All JSON Web Keys
 7 |     public var keys: [JWK]
/host/spi-builder-workspace/Sources/FirebaseJWTMiddleware/Application+FirebaseJWT.swift:22:43: warning: type 'JWKS' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
20 |
21 |         public func asyncSigners(on request: Request) async throws -> JWTSigners {
22 |             let requests = try await jwks.get(on: request).get()
   |                                           `- warning: type 'JWKS' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
23 |             let signers = JWTSigners()
24 |             try signers.use(jwks: requests)
/host/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/JWK/JWKS.swift:5:15: note: struct 'JWKS' does not conform to the 'Sendable' protocol
 3 | /// A JSON object that represents a set of JWKs.
 4 | /// Read specification (RFC 7517) https://tools.ietf.org/html/rfc7517.
 5 | public struct JWKS: Codable {
   |               `- note: struct 'JWKS' does not conform to the 'Sendable' protocol
 6 |     /// All JSON Web Keys
 7 |     public var keys: [JWK]
/host/spi-builder-workspace/Sources/FirebaseJWTMiddleware/Application+FirebaseJWT.swift:22:60: warning: type 'JWKS' does not conform to the 'Sendable' protocol
20 |
21 |         public func asyncSigners(on request: Request) async throws -> JWTSigners {
22 |             let requests = try await jwks.get(on: request).get()
   |                                                            `- warning: type 'JWKS' does not conform to the 'Sendable' protocol
23 |             let signers = JWTSigners()
24 |             try signers.use(jwks: requests)
/host/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/JWK/JWKS.swift:5:15: note: struct 'JWKS' does not conform to the 'Sendable' protocol
 3 | /// A JSON object that represents a set of JWKs.
 4 | /// Read specification (RFC 7517) https://tools.ietf.org/html/rfc7517.
 5 | public struct JWKS: Codable {
   |               `- note: struct 'JWKS' does not conform to the 'Sendable' protocol
 6 |     /// All JSON Web Keys
 7 |     public var keys: [JWK]
/host/spi-builder-workspace/Sources/FirebaseJWTMiddleware/Application+FirebaseJWT.swift:29:23: warning: type 'JWKS' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
27 |
28 |         public func signers(on request: Request) -> EventLoopFuture<JWTSigners> {
29 |             self.jwks.get(on: request).flatMapThrowing {
   |                       `- warning: type 'JWKS' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
30 |                 let signers = JWTSigners()
31 |                 try signers.use(jwks: $0)
/host/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/JWK/JWKS.swift:5:15: note: struct 'JWKS' does not conform to the 'Sendable' protocol
 3 | /// A JSON object that represents a set of JWKs.
 4 | /// Read specification (RFC 7517) https://tools.ietf.org/html/rfc7517.
 5 | public struct JWKS: Codable {
   |               `- note: struct 'JWKS' does not conform to the 'Sendable' protocol
 6 |     /// All JSON Web Keys
 7 |     public var keys: [JWK]
/host/spi-builder-workspace/Sources/FirebaseJWTMiddleware/Application+FirebaseJWT.swift:60:30: warning: type 'JWKS' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
58 |
59 |             init() {
60 |                 self.jwks = .init(uri: "https://www.googleapis.com/service_accounts/v1/jwk/securetoken@system.gserviceaccount.com")
   |                              `- warning: type 'JWKS' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
61 |                 self.applicationIdentifier = nil
62 |                 self.gSuiteDomainName = nil
/host/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/JWK/JWKS.swift:5:15: note: struct 'JWKS' does not conform to the 'Sendable' protocol
 3 | /// A JSON object that represents a set of JWKs.
 4 | /// Read specification (RFC 7517) https://tools.ietf.org/html/rfc7517.
 5 | public struct JWKS: Codable {
   |               `- note: struct 'JWKS' does not conform to the 'Sendable' protocol
 6 |     /// All JSON Web Keys
 7 |     public var keys: [JWK]
[2705/2706] Compiling FirebaseJWTMiddleware FirebaseJWTPayload.swift
[2706/2706] Emitting module FirebaseJWTMiddleware
/host/spi-builder-workspace/Sources/FirebaseJWTMiddleware/Application+FirebaseJWT.swift:36:20: warning: type 'JWKS' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
34 |         }
35 |
36 |         public var jwks: EndpointCache<JWKS> {
   |                    `- warning: type 'JWKS' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 |             self.storage.jwks
38 |         }
/host/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/JWK/JWKS.swift:5:15: note: struct 'JWKS' does not conform to the 'Sendable' protocol
 3 | /// A JSON object that represents a set of JWKs.
 4 | /// Read specification (RFC 7517) https://tools.ietf.org/html/rfc7517.
 5 | public struct JWKS: Codable {
   |               `- note: struct 'JWKS' does not conform to the 'Sendable' protocol
 6 |     /// All JSON Web Keys
 7 |     public var keys: [JWK]
/host/spi-builder-workspace/Sources/FirebaseJWTMiddleware/Application+FirebaseJWT.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JWTKit'
 7 |
 8 | import Vapor
 9 | import JWT
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JWTKit'
10 |
11 | extension Application {
/host/spi-builder-workspace/Sources/FirebaseJWTMiddleware/Application+FirebaseJWT.swift:49:24: warning: type 'Application.FirebaseJWT.Key.Value' (aka 'Application.FirebaseJWT.Storage') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
47 |         }
48 |
49 |         private struct Key: StorageKey, LockKey {
   |                        `- warning: type 'Application.FirebaseJWT.Key.Value' (aka 'Application.FirebaseJWT.Storage') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
50 |             typealias Value = Storage
51 |         }
52 |
53 |         private final class Storage {
   |                             `- note: class 'Storage' does not conform to the 'Sendable' protocol
54 |
55 |             let jwks: EndpointCache<JWKS>
/host/spi-builder-workspace/Sources/FirebaseJWTMiddleware/Application+FirebaseJWT.swift:55:17: warning: type 'JWKS' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
53 |         private final class Storage {
54 |
55 |             let jwks: EndpointCache<JWKS>
   |                 `- warning: type 'JWKS' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
56 |             var applicationIdentifier: String?
57 |             var gSuiteDomainName: String?
/host/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/JWK/JWKS.swift:5:15: note: struct 'JWKS' does not conform to the 'Sendable' protocol
 3 | /// A JSON object that represents a set of JWKs.
 4 | /// Read specification (RFC 7517) https://tools.ietf.org/html/rfc7517.
 5 | public struct JWKS: Codable {
   |               `- note: struct 'JWKS' does not conform to the 'Sendable' protocol
 6 |     /// All JSON Web Keys
 7 |     public var keys: [JWK]
/host/spi-builder-workspace/Sources/FirebaseJWTMiddleware/FirebaseJWTMiddleware.swift:4:12: warning: non-final class 'FirebaseJWTMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 2 | import JWT
 3 |
 4 | open class FirebaseJWTMiddleware: Middleware {
   |            `- warning: non-final class 'FirebaseJWTMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 5 |
 6 |     public init() { }
/host/spi-builder-workspace/Sources/FirebaseJWTMiddleware/FirebaseJWTMiddleware.swift:13:12: warning: non-final class 'AsyncFirebaseJWTMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
11 | }
12 |
13 | open class AsyncFirebaseJWTMiddleware: AsyncMiddleware {
   |            `- warning: non-final class 'AsyncFirebaseJWTMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
14 |
15 |     public init() { }
/host/spi-builder-workspace/Sources/FirebaseJWTMiddleware/JWKSCache.swift:6:18: warning: type 'JWKS' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 | /// A thread-safe and atomic class for retrieving JSON Web Key Sets which honors the
5 | /// HTTP `Cache-Control`, `Expires` and `Etag` headers.
6 | public typealias JWKSCache = EndpointCache<JWKS>
  |                  `- warning: type 'JWKS' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 |
/host/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/JWK/JWKS.swift:5:15: note: struct 'JWKS' does not conform to the 'Sendable' protocol
 3 | /// A JSON object that represents a set of JWKs.
 4 | /// Read specification (RFC 7517) https://tools.ietf.org/html/rfc7517.
 5 | public struct JWKS: Codable {
   |               `- note: struct 'JWKS' does not conform to the 'Sendable' protocol
 6 |     /// All JSON Web Keys
 7 |     public var keys: [JWK]
/host/spi-builder-workspace/Sources/FirebaseJWTMiddleware/JWKSCache.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JWTKit'
1 | import Vapor
2 | import JWT
  | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JWTKit'
3 |
4 | /// A thread-safe and atomic class for retrieving JSON Web Key Sets which honors the
Build complete! (374.60s)
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" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt.git"
    }
  ],
  "manifest_display_name" : "FirebaseJWTMiddleware",
  "name" : "FirebaseJWTMiddleware",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "FirebaseJWTMiddleware",
      "targets" : [
        "FirebaseJWTMiddleware"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FirebaseJWTMiddlewareTests",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseJWTMiddlewareTests",
      "path" : "Tests/FirebaseJWTMiddlewareTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "FirebaseJWTMiddlewareTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "FirebaseJWTMiddleware"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebaseJWTMiddleware",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseJWTMiddleware",
      "path" : "Sources/FirebaseJWTMiddleware",
      "product_dependencies" : [
        "Vapor",
        "JWT"
      ],
      "product_memberships" : [
        "FirebaseJWTMiddleware"
      ],
      "sources" : [
        "Application+FirebaseJWT.swift",
        "FirebaseJWTMiddleware.swift",
        "FirebaseJWTPayload.swift",
        "JWKSCache.swift",
        "Request+FirebaseJWT.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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.