The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SignInWithApple, reference 1.1.0 (2658eb), with Swift 6.1 for Android on 30 May 2025 04:38:06 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mpdifran/vapor-sign-in-with-apple.git
Reference: 1.1.0
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/mpdifran/vapor-sign-in-with-apple
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 2658eb6 Use explicit decoder when parsing responses from Apple
Cloned https://github.com/mpdifran/vapor-sign-in-with-apple.git
Revision (git rev-parse @):
2658eb6f60a9621cdd7e079ffe2758642a3334f7
SUCCESS checkout https://github.com/mpdifran/vapor-sign-in-with-apple.git at 1.1.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mpdifran/vapor-sign-in-with-apple.git
https://github.com/mpdifran/vapor-sign-in-with-apple.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.99.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" : "SignInWithApple",
  "name" : "SignInWithApple",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SignInWithApple",
      "targets" : [
        "SignInWithApple"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SignInWithAppleTests",
      "module_type" : "SwiftTarget",
      "name" : "SignInWithAppleTests",
      "path" : "Tests/SignInWithAppleTests",
      "sources" : [
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SignInWithApple"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SignInWithApple",
      "module_type" : "SwiftTarget",
      "name" : "SignInWithApple",
      "path" : "Sources/SignInWithApple",
      "product_dependencies" : [
        "Vapor",
        "JWT"
      ],
      "product_memberships" : [
        "SignInWithApple"
      ],
      "sources" : [
        "Coders/JSONDecoder+Apple.swift",
        "Extensions/Client+SignInWithApple.swift",
        "Extensions/Request+SignInWithApple.swift",
        "Models/AppleAuthToken.swift",
        "Models/AppleErrorResponse.swift",
        "Models/ApplePrivateKey.swift",
        "Models/AppleTokenGenerationDetails.swift",
        "Models/AppleTokenInvalidationRequest.swift",
        "Models/AppleTokenRequest.swift",
        "Models/AppleTokenResponse.swift",
        "Models/AppleTokenValidationDetails.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 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
[2708/77085] Fetching jwt, vapor
Fetched https://github.com/vapor/jwt.git from cache (2.11s)
Fetched https://github.com/vapor/vapor.git from cache (2.15s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 4.2.2 (4.59s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (2.30s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 4.13.5 (3.06s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.70s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.97s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.28s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.01s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.66s)
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
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
[1/1063] Fetching swift-service-context
[746/7022] Fetching swift-service-context, swift-algorithms
[1165/10341] Fetching swift-service-context, swift-algorithms, multipart-kit
[2563/15315] Fetching swift-service-context, swift-algorithms, multipart-kit, swift-distributed-tracing
[2835/17025] Fetching swift-service-context, swift-algorithms, multipart-kit, swift-distributed-tracing, swift-atomics
[4180/19634] Fetching swift-service-context, swift-algorithms, multipart-kit, swift-distributed-tracing, swift-atomics, websocket-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.50s)
[14255/17025] Fetching swift-service-context, swift-algorithms, multipart-kit, swift-distributed-tracing, swift-atomics
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.63s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.63s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.66s)
Fetching https://github.com/apple/swift-nio-http2.git
[2160/6588] Fetching swift-service-context, multipart-kit, swift-metrics
[4344/12502] Fetching swift-service-context, multipart-kit, swift-metrics, swift-nio-extras
[8070/16338] Fetching swift-service-context, multipart-kit, swift-metrics, swift-nio-extras, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.46s)
[8007/14132] Fetching swift-service-context, multipart-kit, swift-nio-extras, swift-log
Fetching https://github.com/apple/swift-nio-ssl.git
[10530/25659] Fetching swift-service-context, multipart-kit, swift-nio-extras, swift-log, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.60s)
Fetched https://github.com/apple/swift-log.git from cache (0.60s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/routing-kit.git
[4811/15909] Fetching swift-service-context, multipart-kit, swift-nio-http2
[12098/36636] Fetching swift-service-context, multipart-kit, swift-nio-http2, routing-kit
[13550/51479] Fetching swift-service-context, multipart-kit, swift-nio-http2, routing-kit, swift-nio-ssl
[33266/127587] Fetching swift-service-context, multipart-kit, swift-nio-http2, routing-kit, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-service-context.git from cache (2.36s)
[52406/126524] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.45s)
[54990/123205] Fetching swift-nio-http2, routing-kit, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.94s)
[51530/111678] Fetching routing-kit, swift-nio-ssl, swift-nio
Fetching https://github.com/swift-server/async-http-client.git
[57757/117325] Fetching routing-kit, swift-nio-ssl, swift-nio, console-kit
[64573/119695] Fetching routing-kit, swift-nio-ssl, swift-nio, console-kit, async-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.64s)
[54252/98968] Fetching swift-nio-ssl, swift-nio, console-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.49s)
[58396/96598] Fetching swift-nio-ssl, swift-nio, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.57s)
[55181/90951] Fetching swift-nio-ssl, swift-nio
[58226/104965] Fetching swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.03s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.40s)
[53276/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.52s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (9.48s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.80s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (3.17s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.20s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.92s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.38s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[1802/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.21s)
Fetched https://github.com/apple/swift-collections.git from cache (1.24s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.90s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.18s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.88s)
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.33s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.89s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.81s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.53s)
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.73s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.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-types.git
[1/1141] Fetching swift-http-structured-headers
[857/2045] Fetching swift-http-structured-headers, swift-http-types
[2046/8200] Fetching swift-http-structured-headers, swift-http-types, swift-certificates
[2047/10626] Fetching swift-http-structured-headers, swift-http-types, swift-certificates, swift-service-lifecycle
[3181/15611] Fetching swift-http-structured-headers, swift-http-types, swift-certificates, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.37s)
[12301/14707] Fetching swift-http-structured-headers, swift-certificates, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.39s)
[12220/12281] Fetching swift-http-structured-headers, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.51s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.51s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.51s)
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.04s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.02s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.80s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.62s)
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.58s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.66s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.71s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.05s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.31s)
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.63s)
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.77s)
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.60s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.58s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/vapor/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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-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/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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-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/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/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/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 4.2.2
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/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/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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
[43/1255] Compiling CVaporBcrypt bcrypt.c
[43/1255] Write sources
[53/1255] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[54/1255] Compiling CVaporBcrypt blf.c
[55/1255] Compiling _NumericsShims _NumericsShims.c
[56/1255] Compiling _AtomicsShims.c
[57/1255] Compiling CNIOWindows shim.c
[58/1255] Compiling CNIOWindows WSAStartup.c
[59/1255] Compiling CNIOWASI CNIOWASI.c
[60/1255] Compiling CSystem shims.c
[61/1255] Compiling CNIOLinux liburing_shims.c
[62/1255] Compiling CNIOSHA1 c_nio_sha1.c
[63/1255] Compiling CNIOLLHTTP c_nio_http.c
[64/1255] Compiling CNIOExtrasZlib empty.c
[65/1255] Compiling CNIOLinux shim.c
[66/1255] Compiling CNIODarwin shim.c
[67/1255] Compiling fiat_p256_adx_sqr.S
[68/1255] Compiling CNIOLLHTTP c_nio_api.c
[69/1255] Compiling fiat_p256_adx_mul.S
[70/1255] Write swift-version-24593BA9C3E375BF.txt
[71/1255] Compiling fiat_curve25519_adx_mul.S
[72/1255] Compiling fiat_curve25519_adx_square.S
[73/1255] Compiling CNIOLLHTTP c_nio_llhttp.c
[74/1289] Compiling CNIOBoringSSLShims shims.c
[75/1292] Compiling tls_record.cc
[76/1292] Compiling tls_method.cc
[78/1307] Emitting module SystemPackage
[78/1310] Compiling c-nioatomics.c
[80/1324] Compiling _NIOBase64 Base64.swift
[81/1324] Emitting module _NIOBase64
[82/1325] Compiling RealModule Real.swift
[83/1326] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[84/1326] Compiling InternalCollectionsUtilities Integer rank.swift
[85/1326] Compiling RealModule Float80+Real.swift
[86/1326] Compiling RealModule Float16+Real.swift
[87/1326] Compiling ServiceContextModule ServiceContextKey.swift
[89/1326] Compiling RealModule ElementaryFunctions.swift
[90/1326] Compiling RealModule Float+Real.swift
[91/1326] Compiling SystemPackage MachPort.swift
[92/1326] Compiling SystemPackage PlatformString.swift
[93/1326] Compiling SystemPackage SystemString.swift
[94/1326] Emitting module RealModule
[95/1326] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[96/1326] Compiling InternalCollectionsUtilities UInt+reversed.swift
[97/1326] Emitting module ServiceContextModule
[98/1326] Compiling ServiceContextModule ServiceContext.swift
[99/1327] Compiling SystemPackage Util+StringArray.swift
[100/1327] Compiling SystemPackage Util.swift
[101/1327] Compiling SystemPackage UtilConsumers.swift
[102/1327] Compiling _NIODataStructures _TinyArray.swift
[103/1327] Compiling RealModule RealFunctions.swift
[108/1328] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[109/1328] Compiling InternalCollectionsUtilities _SortedCollection.swift
[110/1328] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[111/1328] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[112/1328] Compiling _NIODataStructures PriorityQueue.swift
[113/1328] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[114/1329] Emitting module _NIODataStructures
[115/1329] Compiling _NIODataStructures Heap.swift
[116/1330] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[117/1330] Compiling InternalCollectionsUtilities Debugging.swift
[121/1330] Compiling InternalCollectionsUtilities Descriptions.swift
[122/1330] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[125/1330] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[126/1383] Compiling Instrumentation NoOpInstrument.swift
[126/1383] Compiling c-atomics.c
[128/1383] Compiling Atomics UnsafeAtomicLazyReference.swift
[129/1383] Compiling Atomics Primitives.shims.swift
[130/1383] Compiling Instrumentation InstrumentationSystem.swift
[131/1383] Compiling Instrumentation Instrument.swift
[132/1383] Compiling Instrumentation MultiplexInstrument.swift
[133/1383] Emitting module Instrumentation
[134/1383] Emitting module InternalCollectionsUtilities
[135/1383] Compiling Atomics AtomicValue.swift
[136/1383] Compiling Atomics UnsafeAtomic.swift
[137/1383] Compiling Atomics AtomicInteger.swift
[138/1383] Compiling Atomics AtomicOptionalWrappable.swift
[142/1392] Compiling Atomics AtomicReference.swift
[143/1392] Compiling Atomics AtomicStorage.swift
[145/1392] Compiling Atomics ManagedAtomic.swift
[146/1392] Compiling Atomics ManagedAtomicLazyReference.swift
[150/1392] Compiling Atomics AtomicMemoryOrderings.swift
[151/1392] Compiling Atomics DoubleWord.swift
[152/1392] Compiling NIOConcurrencyHelpers NIOLock.swift
[153/1392] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[154/1392] Compiling Atomics IntegerOperations.swift
[155/1392] Compiling Atomics Unmanaged extensions.swift
[156/1392] Compiling NIOConcurrencyHelpers lock.swift
[157/1392] Emitting module NIOConcurrencyHelpers
[158/1392] Compiling CoreMetrics Metrics.swift
[159/1392] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[160/1392] Compiling NIOConcurrencyHelpers atomics.swift
[161/1393] Compiling Atomics IntegerConformances.swift
[162/1393] Compiling Atomics PointerConformances.swift
[163/1393] Compiling Atomics Primitives.native.swift
[166/1396] Compiling Atomics OptionalRawRepresentable.swift
[167/1396] Compiling Atomics RawRepresentable.swift
[168/1396] Compiling Algorithms Split.swift
[169/1396] Compiling Algorithms Stride.swift
[170/1396] Compiling Algorithms Suffix.swift
[171/1396] Compiling Algorithms FirstNonNil.swift
[176/1396] Compiling Atomics AtomicBool.swift
[187/1396] Emitting module Logging
[188/1396] Compiling Logging Locks.swift
[189/1396] Compiling Instrumentation Locks.swift
[190/1396] Emitting module CoreMetrics
[191/1396] Compiling CoreMetrics Locks.swift
[195/1399] Compiling Logging Logging.swift
[196/1399] Compiling Logging LogHandler.swift
[197/1399] Compiling Logging MetadataProvider.swift
[210/1539] Compiling OrderedCollections OrderedSet+Initializers.swift
[211/1539] Compiling OrderedCollections OrderedSet+Insertions.swift
[212/1539] Compiling OrderedCollections OrderedSet+Invariants.swift
[213/1539] Compiling Tracing TracingTime.swift
[214/1539] Compiling Tracing TracerProtocol.swift
[215/1539] Compiling OrderedCollections OrderedDictionary+Codable.swift
[216/1539] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[217/1539] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[218/1539] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[219/1539] Compiling Tracing Tracer.swift
[220/1539] Compiling Tracing TracerProtocol+Legacy.swift
[221/1539] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[222/1539] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[223/1539] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[224/1539] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[225/1539] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[226/1539] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[227/1539] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[228/1539] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[229/1539] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[230/1539] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[231/1539] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[232/1539] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[233/1539] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[234/1539] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[234/1546] Compiling tls13_server.cc
[236/1546] Compiling OrderedCollections OrderedDictionary.swift
[237/1546] Compiling OrderedCollections OrderedSet+Codable.swift
[238/1546] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[239/1546] Compiling OrderedCollections OrderedSet+Descriptions.swift
[240/1546] Compiling OrderedCollections OrderedSet+Diffing.swift
[241/1546] Compiling OrderedCollections OrderedSet+Equatable.swift
[242/1546] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[243/1546] Compiling OrderedCollections OrderedSet+Hashable.swift
[247/1546] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[248/1546] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[249/1546] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[250/1546] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[251/1546] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[252/1546] Compiling Tracing InstrumentationSystem+Tracing.swift
[253/1546] Compiling Tracing SpanProtocol.swift
[254/1546] Compiling Tracing NoOpTracer.swift
[255/1546] Emitting module Tracing
[260/1547] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[261/1547] Compiling OrderedCollections OrderedDictionary+Elements.swift
[262/1547] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[263/1547] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[264/1554] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[265/1554] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[266/1554] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[267/1554] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[268/1554] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[269/1554] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[270/1554] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[271/1554] Compiling OrderedCollections OrderedDictionary+Values.swift
[273/1554] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[274/1554] Compiling HeapModule Heap+Descriptions.swift
[275/1554] Emitting module HeapModule
[276/1554] Compiling OrderedCollections _Hashtable+Header.swift
[279/1554] Emitting module Atomics
[280/1554] Compiling OrderedCollections _HashTable+Bucket.swift
[281/1554] Compiling OrderedCollections _HashTable+BucketIterator.swift
[282/1554] Compiling OrderedCollections _HashTable+Constants.swift
[283/1555] Emitting module Algorithms
[286/1574] Compiling HeapModule _HeapNode.swift
[287/1581] Compiling HeapModule Heap.swift
[288/1632] Compiling HeapModule Heap+UnsafeHandle.swift
[289/1632] Compiling HeapModule Heap+Invariants.swift
[291/1674] Compiling ConsoleKitTerminal Terminal.swift
[292/1674] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[293/1674] Compiling ConsoleKitTerminal ConsoleText.swift
[294/1674] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[295/1674] Compiling ConsoleKitTerminal ANSI.swift
[296/1674] Compiling HashTreeCollections _RawHashNode.swift
[297/1674] Compiling HashTreeCollections _UnmanagedHashNode.swift
[298/1674] Compiling HashTreeCollections _UnsafePath.swift
[299/1674] Compiling HashTreeCollections TreeDictionary+Codable.swift
[300/1674] Compiling HashTreeCollections TreeDictionary+Collection.swift
[301/1683] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[302/1683] Compiling ConsoleKitTerminal ConsoleClear.swift
[303/1683] Compiling ConsoleKitTerminal Console+Ask.swift
[304/1683] Compiling ConsoleKitTerminal Console+Choose.swift
[305/1683] Compiling ConsoleKitTerminal ActivityBar.swift
[306/1683] Compiling ConsoleKitTerminal ActivityIndicator.swift
[307/1683] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[308/1683] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[309/1683] Compiling ConsoleKitTerminal CustomActivity.swift
[310/1683] Compiling ConsoleKitTerminal LoadingBar.swift
[311/1683] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[312/1683] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[313/1683] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[314/1683] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[315/1683] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[316/1683] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[317/1683] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[318/1683] Compiling HashTreeCollections TreeDictionary.swift
[319/1683] Compiling HashTreeCollections TreeSet+Codable.swift
[320/1683] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[321/1683] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[322/1683] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[323/1683] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[324/1683] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[325/1683] Compiling HashTreeCollections _HashNode+Structural merge.swift
[326/1683] Compiling HashTreeCollections TreeSet+Hashable.swift
[327/1683] Compiling HashTreeCollections TreeSet+Sendable.swift
[328/1683] Compiling HashTreeCollections TreeSet+Sequence.swift
[329/1683] Compiling ConsoleKitTerminal ProgressBar.swift
[330/1683] Compiling ConsoleKitTerminal Console+Clear.swift
[331/1683] Compiling ConsoleKitTerminal Console+Confirm.swift
[332/1683] Compiling ConsoleKitTerminal Console+Input.swift
[333/1683] Compiling ConsoleKitTerminal Console+Center.swift
[334/1683] Compiling ConsoleKitTerminal Console+Output.swift
[335/1683] Compiling ConsoleKitTerminal Console+Wait.swift
[336/1683] Compiling ConsoleKitTerminal ConsoleColor.swift
[337/1683] Compiling ConsoleKitTerminal ConsoleStyle.swift
[338/1683] Compiling ConsoleKitTerminal Console.swift
[353/1685] Compiling DequeModule _DequeSlot.swift
[354/1685] Compiling DequeModule _UnsafeWrappedBuffer.swift
[355/1685] Compiling RoutingKit Router.swift
[356/1685] Compiling RoutingKit TrieRouter.swift
[357/1685] Compiling RoutingKit PathComponent.swift
[358/1685] Emitting module OrderedCollections
[359/1685] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[360/1685] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[361/1685] Compiling HashTreeCollections TreeDictionary+Filter.swift
[362/1685] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[363/1685] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[364/1685] Compiling HashTreeCollections TreeDictionary+Keys.swift
[365/1685] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[366/1685] Compiling HashTreeCollections TreeDictionary+Merge.swift
[367/1685] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[368/1685] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[369/1685] Compiling HashTreeCollections TreeDictionary+Values.swift
[390/1696] Compiling _RopeModule Rope+Join.swift
[391/1696] Compiling _RopeModule Rope+MutatingForEach.swift
[392/1696] Compiling _RopeModule Rope+Remove.swift
[393/1696] Compiling _RopeModule Rope+RemoveSubrange.swift
[394/1696] Compiling _RopeModule Rope+Split.swift
[395/1696] Compiling _RopeModule Optional Utilities.swift
[396/1696] Compiling _RopeModule String Utilities.swift
[397/1696] Compiling _RopeModule String.Index+ABI.swift
[398/1696] Emitting module _RopeModule
[407/1696] Compiling Metrics Metrics.swift
[408/1696] Emitting module Metrics
[409/1697] Emitting module ConsoleKitTerminal
[430/1700] Compiling RoutingKit AnyRouter.swift
[431/1700] Compiling RoutingKit Parameters.swift
[432/1700] Emitting module RoutingKit
[433/1701] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[434/1701] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[435/1701] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[436/1701] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[437/1701] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[438/1701] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[439/1701] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[440/1701] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[441/1701] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[442/1701] Compiling HashTreeCollections TreeSet.swift
[450/1701] Emitting module DequeModule
[461/1762] Compiling NIOCore AddressedEnvelope.swift
[462/1762] Compiling NIOCore AsyncAwaitSupport.swift
[463/1762] Compiling NIOCore AsyncChannel.swift
[464/1762] Compiling NIOCore AsyncChannelHandler.swift
[465/1762] Compiling NIOCore AsyncChannelInboundStream.swift
[466/1762] Compiling NIOCore AsyncChannelOutboundWriter.swift
[467/1762] Compiling NIOCore NIOAsyncSequenceProducer.swift
[468/1762] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[469/1762] Compiling NIOCore NIOAsyncWriter.swift
[470/1762] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[471/1762] Compiling NIOCore BSDSocketAPI.swift
[472/1762] Compiling NIOCore ChannelOption.swift
[473/1762] Compiling NIOCore ChannelPipeline.swift
[474/1762] Compiling NIOCore CircularBuffer.swift
[474/1763] Compiling tls13_enc.cc
[477/1763] Compiling NIOCore ByteBuffer-aux.swift
[478/1763] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[479/1763] Compiling NIOCore ByteBuffer-conversions.swift
[480/1763] Compiling NIOCore ByteBuffer-core.swift
[481/1763] Compiling NIOCore ByteBuffer-hex.swift
[482/1763] Compiling NIOCore ByteBuffer-int.swift
[483/1763] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[484/1763] Compiling NIOCore ByteBuffer-multi-int.swift
[485/1763] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[486/1763] Compiling NIOCore ByteBuffer-views.swift
[487/1763] Compiling NIOCore Channel.swift
[488/1763] Compiling NIOCore IOData.swift
[489/1763] Compiling NIOCore IPProtocol.swift
[490/1763] Compiling NIOCore IntegerBitPacking.swift
[491/1763] Compiling NIOCore IntegerTypes.swift
[492/1763] Compiling NIOCore Interfaces.swift
[493/1763] Compiling NIOCore Linux.swift
[494/1763] Compiling NIOCore MarkedCircularBuffer.swift
[495/1763] Compiling NIOCore MulticastChannel.swift
[496/1763] Compiling NIOCore NIOAny.swift
[497/1763] Compiling NIOCore NIOCloseOnErrorHandler.swift
[498/1763] Compiling NIOCore NIOLoopBound.swift
[499/1763] Compiling NIOCore ChannelHandler.swift
[500/1763] Compiling NIOCore ChannelHandlers.swift
[501/1763] Compiling NIOCore ChannelInvoker.swift
[505/1763] Compiling NIOCore Codec.swift
[506/1763] Compiling NIOCore ConvenienceOptionSupport.swift
[507/1763] Compiling NIOCore DeadChannel.swift
[508/1763] Compiling NIOCore DispatchQueue+WithFuture.swift
[509/1763] Compiling NIOCore EventLoop+Deprecated.swift
[509/1763] Compiling tls13_client.cc
[514/1763] Compiling NIOCore EventLoop+SerialExecutor.swift
[515/1763] Compiling NIOCore EventLoop.swift
[516/1763] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[517/1763] Compiling NIOCore EventLoopFuture+Deprecated.swift
[518/1763] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[519/1763] Compiling NIOCore EventLoopFuture.swift
[520/1763] Compiling NIOCore FileDescriptor.swift
[521/1763] Compiling NIOCore FileHandle.swift
[522/1763] Compiling NIOCore FileRegion.swift
[523/1763] Compiling NIOCore GlobalSingletons.swift
[524/1763] Compiling NIOCore IO.swift
[529/1764] Compiling t1_enc.cc
[530/1764] Compiling tls13_both.cc
[536/1764] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[537/1764] Compiling NIOCore NIOScheduledCallback.swift
[538/1764] Compiling NIOCore NIOSendable.swift
[539/1764] Compiling NIOCore RecvByteBufferAllocator.swift
[541/1794] Emitting module ConsoleKitCommands
[542/1794] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[543/1794] Compiling ConsoleKitCommands AsyncCommand.swift
[544/1794] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[545/1796] Compiling ConsoleKitCommands CommandSignature.swift
[546/1796] Compiling ConsoleKitCommands Flag.swift
[547/1796] Compiling ConsoleKitCommands Option.swift
[548/1796] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[549/1796] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[550/1796] Compiling ConsoleKitCommands Argument.swift
[551/1796] Emitting module HashTreeCollections
[552/1797] Compiling ConsoleKitCommands AsyncCommands.swift
[553/1797] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[554/1797] Compiling ConsoleKitCommands AnyCommand.swift
[556/1797] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[557/1797] Compiling ConsoleKitCommands Utilities.swift
[565/1797] Compiling ssl_versions.cc
[574/1797] Compiling ssl_x509.cc
[575/1797] Compiling ssl_stat.cc
[576/1797] Compiling ssl_transcript.cc
[578/1797] Compiling ConsoleKitCommands Console+Run.swift
[579/1797] Compiling ConsoleKitCommands ConsoleError.swift
[580/1797] Compiling ConsoleKitCommands Completion.swift
[581/1797] Compiling ConsoleKitCommands Command.swift
[582/1797] Compiling ConsoleKitCommands CommandContext.swift
[583/1797] Compiling ConsoleKitCommands CommandError.swift
[583/1797] Compiling ssl_key_share.cc
[585/1797] Compiling ConsoleKitCommands CommandGroup.swift
[586/1797] Compiling ConsoleKitCommands CommandInput.swift
[587/1797] Compiling ConsoleKitCommands Commands.swift
[589/1800] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[590/1800] Compiling NIOCore SocketAddresses.swift
[591/1800] Compiling NIOCore SocketOptionProvider.swift
[592/1800] Compiling NIOCore SystemCallHelpers.swift
[593/1800] Compiling NIOCore TimeAmount+Duration.swift
[594/1800] Compiling NIOCore TypeAssistedChannelHandler.swift
[595/1800] Compiling NIOCore UniversalBootstrapSupport.swift
[596/1800] Compiling NIOCore Utilities.swift
[596/1800] Compiling ssl_session.cc
[606/1800] Compiling ConsoleKit Exports.swift
[607/1800] Emitting module ConsoleKit
[607/1801] Compiling ssl_file.cc
[609/1801] Compiling ssl_privkey.cc
[610/1801] Compiling ssl_credential.cc
[611/1801] Compiling ssl_lib.cc
[612/1801] Compiling ssl_cipher.cc
[613/1801] Compiling ssl_cert.cc
[614/1801] Compiling ssl_buffer.cc
[615/1801] Compiling ssl_asn1.cc
[616/1801] Compiling ssl_aead_ctx.cc
[644/1801] Compiling s3_pkt.cc
[645/1801] Compiling s3_lib.cc
[647/1801] Emitting module NIOCore
[647/1802] Compiling s3_both.cc
[648/1802] Compiling handshake.cc
[650/1802] Compiling handshake_client.cc
[651/1802] Compiling handshake_server.cc
[652/1852] Compiling handoff.cc
[653/1852] Compiling encrypted_client_hello.cc
[654/1852] Compiling dtls_method.cc
[656/1852] Compiling NIOEmbedded Embedded.swift
[657/1852] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[658/1852] Emitting module NIOEmbedded
[659/1852] Compiling NIOEmbedded AsyncTestingChannel.swift
[660/1853] Compiling extensions.cc
[661/1853] Compiling md5-x86_64-linux.S
[662/1853] Compiling d1_srtp.cc
[663/1853] Compiling dtls_record.cc
[664/1853] Compiling md5-586-linux.S
[665/1853] Compiling md5-586-apple.S
[665/1853] Compiling md5-x86_64-apple.S
[667/1853] Compiling chacha20_poly1305_x86_64-apple.S
[668/1853] Compiling chacha20_poly1305_x86_64-linux.S
[669/1853] Compiling chacha20_poly1305_armv8-win.S
[670/1853] Compiling chacha20_poly1305_armv8-linux.S
[671/1853] Compiling chacha-x86_64-linux.S
[672/1853] Compiling chacha20_poly1305_armv8-apple.S
[673/1853] Compiling chacha-x86-linux.S
[674/1853] Compiling chacha-x86_64-apple.S
[675/1853] Compiling chacha-x86-apple.S
[676/1853] Compiling chacha-armv8-win.S
[677/1853] Compiling chacha-armv8-apple.S
[678/1853] Compiling d1_pkt.cc
[679/1853] Compiling chacha-armv8-linux.S
[680/1853] Compiling err_data.cc
[681/1853] Compiling chacha-armv4-linux.S
[682/1853] Compiling aes128gcmsiv-x86_64-apple.S
[683/1853] Compiling aes128gcmsiv-x86_64-linux.S
[684/1853] Compiling x86_64-mont5-linux.S
[685/1853] Compiling x86_64-mont-apple.S
[686/1853] Compiling x86_64-mont5-apple.S
[687/1853] Compiling x86_64-mont-linux.S
[688/1853] Compiling x86-mont-linux.S
[689/1853] Compiling vpaes-x86_64-linux.S
[690/1853] Compiling x86-mont-apple.S
[691/1853] Compiling vpaes-x86-linux.S
[692/1853] Compiling vpaes-x86_64-apple.S
[693/1853] Compiling d1_lib.cc
[694/1853] Compiling vpaes-x86-apple.S
[695/1853] Compiling vpaes-armv8-win.S
[696/1853] Compiling vpaes-armv8-linux.S
[697/1853] Compiling vpaes-armv7-linux.S
[698/1853] Compiling vpaes-armv8-apple.S
[699/1853] Compiling sha512-x86_64-linux.S
[700/1853] Compiling sha512-x86_64-apple.S
[701/1853] Compiling sha512-armv8-win.S
[702/1853] Compiling sha512-armv8-apple.S
[703/1853] Compiling sha512-armv4-linux.S
[704/1853] Compiling sha512-armv8-linux.S
[705/1853] Compiling sha512-586-linux.S
[706/1853] Compiling sha512-586-apple.S
[706/1853] Compiling sha256-x86_64-linux.S
[708/1853] Compiling sha256-armv8-win.S
[709/1853] Compiling sha256-x86_64-apple.S
[710/1853] Compiling sha256-armv8-linux.S
[711/1853] Compiling sha256-armv8-apple.S
[712/1853] Compiling sha256-armv4-linux.S
[713/1853] Compiling d1_both.cc
[714/1853] Compiling sha256-586-linux.S
[715/1853] Compiling bio_ssl.cc
[716/1853] Compiling sha256-586-apple.S
[717/1853] Compiling sha1-armv8-win.S
[718/1853] Compiling sha1-x86_64-linux.S
[719/1853] Compiling sha1-x86_64-apple.S
[720/1853] Compiling sha1-armv8-linux.S
[721/1853] Compiling sha1-armv8-apple.S
[722/1853] Compiling sha1-armv4-large-linux.S
[723/1853] Compiling sha1-586-linux.S
[724/1853] Compiling rdrand-x86_64-apple.S
[725/1853] Compiling sha1-586-apple.S
[726/1853] Compiling rsaz-avx2-linux.S
[727/1853] Compiling rdrand-x86_64-linux.S
[728/1853] Compiling rsaz-avx2-apple.S
[729/1853] Compiling p256_beeu-x86_64-asm-apple.S
[730/1853] Compiling p256_beeu-armv8-asm-win.S
[731/1853] Compiling p256_beeu-x86_64-asm-linux.S
[732/1853] Compiling p256-x86_64-asm-linux.S
[733/1853] Compiling p256_beeu-armv8-asm-linux.S
[734/1853] Compiling p256-armv8-asm-win.S
[735/1853] Compiling p256-x86_64-asm-apple.S
[736/1853] Compiling p256-armv8-asm-apple.S
[737/1853] Compiling p256_beeu-armv8-asm-apple.S
[738/1853] Compiling p256-armv8-asm-linux.S
[739/1853] Compiling ghashv8-armv8-apple.S
[740/1853] Compiling ghashv8-armv8-win.S
[741/1853] Compiling ghashv8-armv8-linux.S
[742/1853] Compiling ghash-x86_64-apple.S
[743/1853] Compiling ghashv8-armv7-linux.S
[744/1853] Compiling ghash-x86_64-linux.S
[745/1853] Compiling ghash-x86-linux.S
[746/1853] Compiling ghash-ssse3-x86_64-linux.S
[747/1853] Compiling ghash-x86-apple.S
[748/1853] Compiling ghash-ssse3-x86-linux.S
[750/1853] Compiling NIOPosix Pool.swift
[751/1853] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[752/1853] Compiling NIOPosix PosixSingletons.swift
[753/1853] Compiling NIOPosix RawSocketBootstrap.swift
[754/1853] Compiling NIOPosix Resolver.swift
[755/1853] Compiling NIOPosix Selectable.swift
[755/1859] Compiling ghash-ssse3-x86_64-apple.S
[756/1859] Compiling ghash-ssse3-x86-apple.S
[757/1859] Compiling co-586-linux.S
[758/1859] Compiling ghash-neon-armv8-win.S
[759/1859] Compiling bsaes-armv7-linux.S
[760/1859] Compiling ghash-neon-armv8-apple.S
[761/1859] Compiling bn-armv8-win.S
[762/1859] Compiling ghash-neon-armv8-linux.S
[763/1859] Compiling ghash-armv4-linux.S
[764/1859] Compiling co-586-apple.S
[765/1859] Compiling bn-armv8-apple.S
[766/1859] Compiling bn-586-linux.S
[767/1859] Compiling armv8-mont-win.S
[768/1859] Compiling bn-586-apple.S
[769/1859] Compiling bn-armv8-linux.S
[770/1859] Compiling armv8-mont-apple.S
[771/1859] Compiling armv4-mont-linux.S
[772/1859] Compiling aesv8-gcm-armv8-apple.S
[773/1859] Compiling aesv8-gcm-armv8-win.S
[774/1859] Compiling aesv8-gcm-armv8-linux.S
[775/1859] Compiling armv8-mont-linux.S
[776/1859] Compiling aesv8-armv8-win.S
[777/1859] Compiling NIOPosix ServerSocket.swift
[778/1859] Compiling NIOPosix Socket.swift
[779/1859] Compiling NIOPosix SocketChannel.swift
[780/1859] Compiling NIOPosix SocketProtocols.swift
[781/1859] Compiling NIOPosix System.swift
[782/1859] Compiling NIOPosix Thread.swift
[784/1859] Compiling NIOPosix SelectableChannel.swift
[785/1859] Compiling NIOPosix SelectableEventLoop.swift
[786/1859] Compiling NIOPosix SelectorEpoll.swift
[787/1859] Compiling NIOPosix SelectorGeneric.swift
[788/1859] Compiling NIOPosix SelectorKqueue.swift
[789/1859] Compiling NIOPosix SelectorUring.swift
[789/1859] Compiling aesni-x86_64-linux.S
[790/1859] Compiling aesv8-armv7-linux.S
[791/1859] Compiling aesv8-armv8-apple.S
[792/1859] Compiling aesv8-armv8-linux.S
[793/1859] Compiling aesni-x86-linux.S
[794/1859] Compiling aesni-x86_64-apple.S
[795/1859] Compiling aesni-x86-apple.S
[796/1859] Compiling aesni-gcm-x86_64-linux.S
[797/1859] Compiling aesni-gcm-x86_64-apple.S
[798/1859] Compiling aes-gcm-avx2-x86_64-apple.S
[799/1859] Compiling aes-gcm-avx10-x86_64-apple.S
[800/1859] Compiling aes-gcm-avx2-x86_64-linux.S
[800/1859] Compiling aes-gcm-avx10-x86_64-linux.S
[803/1859] Compiling NIOPosix IO.swift
[804/1859] Compiling NIOPosix IntegerBitPacking.swift
[805/1859] Compiling NIOPosix IntegerTypes.swift
[806/1859] Compiling NIOPosix Linux.swift
[807/1859] Compiling NIOPosix LinuxCPUSet.swift
[808/1859] Compiling NIOPosix LinuxUring.swift
[809/1859] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[810/1859] Compiling NIOPosix NIOThreadPool.swift
[811/1859] Compiling NIOPosix NonBlockingFileIO.swift
[812/1859] Compiling NIOPosix PendingDatagramWritesManager.swift
[813/1859] Compiling NIOPosix PendingWritesManager.swift
[814/1859] Compiling NIOPosix PipeChannel.swift
[815/1859] Compiling NIOPosix PipePair.swift
[815/1859] Compiling x_x509.cc
[817/1859] Compiling NIOPosix ThreadPosix.swift
[818/1859] Compiling NIOPosix ThreadWindows.swift
[819/1859] Compiling NIOPosix UnsafeTransfer.swift
[820/1859] Compiling NIOPosix Utilities.swift
[821/1859] Compiling NIOPosix VsockAddress.swift
[822/1859] Compiling NIOPosix VsockChannelEvents.swift
[822/1859] Compiling x_val.cc
[823/1859] Compiling x_sig.cc
[823/1859] Compiling x_spki.cc
[825/1859] Compiling x_x509a.cc
[826/1859] Compiling x_req.cc
[827/1859] Compiling x_pubkey.cc
[829/1859] Emitting module NIOPosix
[830/1859] Compiling NIOPosix BSDSocketAPICommon.swift
[831/1859] Compiling NIOPosix BSDSocketAPIPosix.swift
[832/1859] Compiling NIOPosix BSDSocketAPIWindows.swift
[833/1859] Compiling NIOPosix BaseSocket.swift
[834/1859] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[835/1859] Compiling NIOPosix BaseSocketChannel.swift
[836/1859] Compiling NIOPosix BaseStreamSocketChannel.swift
[837/1859] Compiling NIOPosix Bootstrap.swift
[838/1859] Compiling NIOPosix ControlMessage.swift
[839/1859] Compiling NIOPosix DatagramVectorReadManager.swift
[840/1859] Compiling NIOPosix Errors+Any.swift
[841/1859] Compiling NIOPosix FileDescriptor.swift
[842/1859] Compiling NIOPosix GetaddrinfoResolver.swift
[843/1859] Compiling NIOPosix HappyEyeballs.swift
[844/1860] Compiling x_exten.cc
[845/1860] Compiling x_algor.cc
[846/1860] Compiling x_all.cc
[847/1860] Compiling x_name.cc
[848/1895] Compiling x_attrib.cc
[849/1895] Compiling x_crl.cc
[850/1895] Compiling x509spki.cc
[851/1897] Compiling x509rset.cc
[853/1897] Emitting module NIO
[854/1897] Compiling NIO Exports.swift
[856/1898] Emitting module _NIOFileSystem
[856/1902] Compiling x509name.cc
[857/1902] Compiling x509_v3.cc
[858/1902] Compiling x509cset.cc
[859/1908] Compiling x509_txt.cc
[860/1908] Compiling x509_vpm.cc
[861/1941] Compiling x509_vfy.cc
[863/1941] Compiling NIOHTTP1 ByteCollectionUtils.swift
[864/1941] Compiling NIOHTTP1 HTTPDecoder.swift
[865/1941] Compiling NIOHTTP1 HTTPEncoder.swift
[866/1941] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[867/1941] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[868/1941] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[869/1941] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[870/1941] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[871/1941] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[872/1941] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[873/1941] Compiling NIOTLS TLSEvents.swift
[874/1941] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[875/1941] Compiling NIOSOCKS ClientStateMachine.swift
[876/1942] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[877/1942] Emitting module NIOTLS
[878/1942] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[879/1942] Compiling NIOSOCKS SOCKSResponse.swift
[880/1942] Compiling _NIOFileSystem ParallelDirCopy.swift
[881/1942] Compiling _NIOFileSystem ParallelRemoval.swift
[882/1942] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[883/1942] Compiling _NIOFileSystem CInterop.swift
[884/1942] Compiling _NIOFileSystem Errno.swift
[885/1942] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[886/1942] Compiling _NIOFileSystem Mocking.swift
[887/1942] Compiling _NIOFileSystem Syscall.swift
[888/1942] Compiling _NIOFileSystem Syscalls.swift
[889/1942] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[890/1942] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[891/1942] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[892/1942] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[893/1942] Compiling NIOTLS SNIHandler.swift
[897/1943] Emitting module NIOSOCKS
[900/1943] Compiling NIOSOCKS ServerStateMachine.swift
[900/1943] Compiling x509_trs.cc
[906/1944] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[907/1944] Compiling _NIOFileSystem FileSystemError.swift
[908/1944] Compiling _NIOFileSystem FileSystemProtocol.swift
[909/1944] Compiling _NIOFileSystem FileType.swift
[910/1944] Compiling _NIOFileSystem IOStrategy.swift
[911/1944] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[912/1944] Compiling _NIOFileSystem BufferedStream.swift
[913/1944] Compiling _NIOFileSystem Cancellation.swift
[914/1944] Compiling _NIOFileSystem TokenBucket.swift
[915/1944] Compiling _NIOFileSystem UnsafeTransfer.swift
[916/1944] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[917/1944] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[918/1946] Compiling x509_req.cc
[920/1946] Emitting module NIOFoundationCompat
[921/1946] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[922/1947] Emitting module NIOHTTP1
[927/1947] Compiling x509_set.cc
[929/1947] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[930/1947] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[931/1947] Compiling _NIOFileSystem SystemFileHandle.swift
[932/1947] Compiling _NIOFileSystem Utilities.swift
[933/1947] Compiling _NIOFileSystem OpenOptions.swift
[934/1947] Compiling _NIOFileSystem String+FileSystem.swift
[935/1969] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[936/1969] Compiling NIOTransportServices NIOTSErrors.swift
[937/1969] Compiling NIOTransportServices NIOTSEventLoop.swift
[938/1971] Compiling NIOTransportServices NIOTSBootstraps.swift
[939/1971] Compiling NIOTransportServices NIOTSChannelOptions.swift
[940/1971] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[941/1971] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[942/1971] Compiling NIOTransportServices NIOTSSingletons.swift
[943/1971] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[944/1971] Emitting module NIOTransportServices
[945/1971] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[946/1971] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[947/1971] Compiling NIOTransportServices NIOTSListenerChannel.swift
[948/1971] Compiling NIOTransportServices StateManagedChannel.swift
[949/1971] Compiling NIOTransportServices StateManagedListenerChannel.swift
[950/1971] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[952/1971] Compiling x509_obj.cc
[954/1971] Compiling NIOTransportServices AcceptHandler.swift
[955/1971] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[956/1971] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[957/1971] Compiling NIOTransportServices NIOTSDatagramListener.swift
[958/1971] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[959/1971] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[960/1971] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[961/1971] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[961/1972] Compiling x509_lu.cc
[966/1972] Compiling x509_def.cc
[967/1972] Compiling x509_d2.cc
[972/1973] Compiling x509_ext.cc
[981/1984] Compiling NIOWebSocket WebSocketErrorCodes.swift
[982/1989] Compiling NIOWebSocket WebSocketOpcode.swift
[982/1992] Compiling x509_cmp.cc
[983/1992] Compiling x509_att.cc
[985/1992] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[986/1992] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[987/1992] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[988/1992] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[989/1992] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[990/1992] Emitting module NIOWebSocket
[990/1995] Compiling x509.cc
[992/1998] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[993/1998] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[994/2006] Compiling NIOWebSocket WebSocketFrame.swift
[995/2006] Compiling NIOHPACK HPACKHeader.swift
[996/2006] Compiling NIOHPACK HeaderTables.swift
[997/2007] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[997/2007] Compiling v3_utl.cc
[999/2007] Emitting module _NIOFileSystemFoundationCompat
[1000/2007] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1001/2007] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1002/2008] Compiling v3_purp.cc
[1004/2028] Compiling v3_skey.cc
[1006/2028] Emitting module NIOHTTPCompression
[1007/2028] Compiling NIOHTTPCompression HTTPDecompression.swift
[1008/2028] Compiling NIOHTTPCompression HTTPCompression.swift
[1009/2028] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1010/2028] Compiling NIOHPACK HuffmanTables.swift
[1011/2030] Compiling NIOHPACK IndexedHeaderTable.swift
[1012/2030] Compiling NIOHPACK IntegerCoding.swift
[1013/2030] Emitting module NIOFileSystem
[1014/2030] Compiling NIOFileSystem Exports.swift
[1015/2030] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1016/2030] Compiling NIOExtras NIOExtrasError.swift
[1018/2033] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1019/2033] Compiling NIOExtras LengthFieldPrepender.swift
[1020/2033] Compiling NIOHPACK StaticHeaderTable.swift
[1021/2033] Compiling NIOExtras DebugInboundEventsHandler.swift
[1022/2033] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1023/2033] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1025/2033] Compiling NIOHPACK HuffmanCoding.swift
[1026/2033] Emitting module NIOHPACK
[1027/2033] Compiling NIOExtras PCAPRingBuffer.swift
[1028/2033] Compiling NIOExtras QuiescingHelper.swift
[1029/2033] Compiling NIOExtras RequestResponseHandler.swift
[1030/2033] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1031/2033] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1032/2033] Compiling NIOExtras NIORequestIdentifiable.swift
[1032/2033] Compiling v3_pcons.cc
[1033/2033] Compiling v3_ocsp.cc
[1035/2033] Emitting module NIOExtras
[1035/2033] Compiling v3_pmaps.cc
[1037/2033] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1038/2033] Compiling NIOExtras JSONRPCFraming.swift
[1039/2033] Compiling NIOExtras LineBasedFrameDecoder.swift
[1040/2033] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1040/2034] Compiling v3_prn.cc
[1048/2092] Compiling v3_ncons.cc
[1049/2092] Compiling v3_lib.cc
[1051/2092] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1052/2092] Compiling NIOHTTP2 HTTP2Frame.swift
[1052/2093] Compiling v3_genn.cc
[1054/2093] Compiling v3_int.cc
[1055/2093] Compiling v3_enum.cc
[1056/2093] Compiling v3_ia5.cc
[1058/2093] Compiling NIOHTTP2 MaySendFrames.swift
[1059/2093] Compiling NIOHTTP2 SendingDataState.swift
[1060/2093] Compiling NIOHTTP2 SendingGoawayState.swift
[1061/2093] Compiling NIOHTTP2 SendingHeadersState.swift
[1062/2093] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1063/2093] Compiling NIOHTTP2 SendingRstStreamState.swift
[1064/2093] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1065/2093] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1065/2101] Compiling v3_info.cc
[1066/2101] Compiling v3_extku.cc
[1067/2101] Compiling v3_bcons.cc
[1068/2101] Compiling v3_crld.cc
[1069/2101] Compiling v3_cpols.cc
[1070/2101] Compiling v3_bitst.cc
[1071/2101] Compiling v3_conf.cc
[1072/2101] Compiling v3_akeya.cc
[1073/2101] Compiling v3_alt.cc
[1075/2101] Emitting module NIOHTTP2
[1076/2101] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1077/2101] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1078/2101] Compiling NIOHTTP2 MayReceiveFrames.swift
[1079/2101] Compiling NIOHTTP2 ReceivingDataState.swift
[1080/2101] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1081/2101] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1082/2101] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1083/2101] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1084/2101] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1084/2101] Compiling v3_akey.cc
[1086/2101] Compiling NIOHTTP2 InboundWindowManager.swift
[1087/2101] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1088/2101] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1089/2101] Compiling NIOHTTP2 StreamChannelList.swift
[1090/2101] Compiling NIOHTTP2 StreamMap.swift
[1091/2101] Compiling NIOHTTP2 StreamStateMachine.swift
[1092/2101] Compiling NIOHTTP2 UnsafeTransfer.swift
[1093/2101] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1093/2101] Compiling t_x509a.cc
[1095/2101] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1096/2101] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1097/2101] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1098/2101] Compiling NIOHTTP2 HTTP2StreamID.swift
[1099/2101] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1100/2101] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1101/2101] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1102/2101] Compiling NIOHTTP2 InboundEventBuffer.swift
[1102/2101] Compiling t_x509.cc
[1103/2101] Compiling rsa_pss.cc
[1104/2101] Compiling t_crl.cc
[1105/2101] Compiling t_req.cc
[1106/2101] Compiling policy.cc
[1107/2101] Compiling name_print.cc
[1108/2101] Compiling i2d_pr.cc
[1109/2101] Compiling by_dir.cc
[1113/2101] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1114/2101] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1115/2101] Compiling NIOHTTP2 HTTP2PingData.swift
[1116/2101] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1117/2101] Compiling NIOHTTP2 HTTP2Settings.swift
[1118/2101] Compiling NIOHTTP2 HTTP2Stream.swift
[1118/2101] Compiling by_file.cc
[1119/2101] Compiling algorithm.cc
[1120/2101] Compiling a_verify.cc
[1121/2101] Compiling a_digest.cc
[1122/2101] Compiling asn1_gen.cc
[1123/2101] Compiling a_sign.cc
[1124/2101] Compiling thread_pthread.cc
[1125/2101] Compiling thread_win.cc
[1126/2101] Compiling voprf.cc
[1127/2101] Compiling trust_token.cc
[1128/2101] Compiling slhdsa.cc
[1129/2101] Compiling thread_none.cc
[1130/2101] Compiling thread.cc
[1132/2101] Compiling NIOHTTP2 StateMachineResult.swift
[1133/2101] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1134/2101] Compiling NIOHTTP2 DOSHeuristics.swift
[1135/2101] Compiling NIOHTTP2 Error+Any.swift
[1136/2101] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1137/2101] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1138/2101] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1139/2101] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1139/2101] Compiling pmbtoken.cc
[1141/2101] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1142/2101] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1143/2101] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1144/2101] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1145/2101] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1146/2101] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1147/2101] Compiling NIOHTTP2 HTTP2Error.swift
[1148/2101] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1149/2101] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1150/2101] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1151/2101] Compiling NIOHTTP2 HasLocalSettings.swift
[1152/2101] Compiling NIOHTTP2 HasRemoteSettings.swift
[1153/2101] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1154/2101] Compiling NIOHTTP2 QuiescingState.swift
[1155/2101] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1156/2101] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1156/2102] Compiling stack.cc
[1158/2102] Compiling rsa_extra.cc
[1159/2102] Compiling sha256.cc
[1160/2102] Compiling rsa_print.cc
[1161/2102] Compiling rsa_crypt.cc
[1162/2102] Compiling siphash.cc
[1163/2102] Compiling sha512.cc
[1164/2102] Compiling windows.cc
[1165/2102] Compiling sha1.cc
[1166/2102] Compiling spake2plus.cc
[1167/2102] Compiling refcount.cc
[1168/2102] Compiling rand.cc
[1169/2102] Compiling ios.cc
[1170/2102] Compiling rc4.cc
[1171/2102] Compiling trusty.cc
[1172/2102] Compiling rsa_asn1.cc
[1173/2102] Compiling urandom.cc
[1174/2102] Compiling poly1305_arm_asm.S
[1175/2102] Compiling getentropy.cc
[1176/2102] Compiling passive.cc
[1177/2102] Compiling poly1305_arm.cc
[1178/2102] Compiling deterministic.cc
[1179/2102] Compiling forkunsafe.cc
[1180/2102] Compiling fork_detect.cc
[1181/2102] Compiling poly1305_vec.cc
[1182/2102] Compiling poly1305.cc
[1183/2102] Compiling pool.cc
[1184/2102] Compiling pkcs8.cc
[1185/2102] Compiling pkcs8_x509.cc
[1186/2102] Compiling pkcs7.cc
[1187/2102] Compiling pem_x509.cc
[1188/2102] Compiling pkcs7_x509.cc
[1189/2102] Compiling pem_pkey.cc
[1190/2102] Compiling p5_pbev2.cc
[1191/2102] Compiling pem_xaux.cc
[1192/2102] Compiling pem_oth.cc
[1193/2102] Compiling pem_pk8.cc
[1194/2102] Compiling pem_all.cc
[1195/2102] Compiling mlkem.cc
[1196/2102] Compiling pem_lib.cc
[1197/2102] Compiling obj_xref.cc
[1198/2102] Compiling pem_info.cc
[1199/2102] Compiling mem.cc
[1200/2102] Compiling obj.cc
[1201/2102] Compiling mldsa.cc
[1202/2102] Compiling poly_rq_mul.S
[1203/2102] Compiling fips_shared_support.cc
[1204/2102] Compiling md4.cc
[1205/2102] Compiling md5.cc
[1206/2102] Compiling lhash.cc
[1207/2102] Compiling ex_data.cc
[1208/2102] Compiling kyber.cc
[1209/2102] Compiling hrss.cc
[1210/2102] Compiling print.cc
[1211/2102] Compiling scrypt.cc
[1212/2102] Compiling sign.cc
[1213/2102] Compiling hpke.cc
[1214/2102] Compiling pbkdf.cc
[1215/2102] Compiling p_x25519.cc
[1216/2102] Compiling p_x25519_asn1.cc
[1217/2102] Compiling p_rsa_asn1.cc
[1218/2102] Compiling p_rsa.cc
[1219/2102] Compiling p_ed25519.cc
[1220/2102] Compiling p_hkdf.cc
[1221/2102] Compiling p_ed25519_asn1.cc
[1222/2102] Compiling p_ec.cc
[1223/2102] Compiling p_ec_asn1.cc
[1224/2102] Compiling p_dh_asn1.cc
[1225/2102] Compiling p_dsa_asn1.cc
[1226/2102] Compiling evp_ctx.cc
[1227/2102] Compiling evp.cc
[1228/2102] Compiling p_dh.cc
[1229/2102] Compiling engine.cc
[1230/2102] Compiling evp_asn1.cc
[1231/2102] Compiling ecdh.cc
[1232/2102] Compiling err.cc
[1233/2102] Compiling ec_derive.cc
[1234/2102] Compiling ecdsa_asn1.cc
[1235/2102] Compiling hash_to_curve.cc
[1236/2102] Compiling dsa.cc
[1237/2102] Compiling bcm.cc
[1238/2102] Compiling params.cc
[1239/2102] Compiling digest_extra.cc
[1240/2102] Compiling ec_asn1.cc
[1241/2102] Compiling x25519-asm-arm.S
[1242/2102] Compiling dsa_asn1.cc
[1243/2102] Compiling des.cc
[1244/2102] Compiling dh_asn1.cc
[1245/2102] Compiling curve25519_64_adx.cc
[1246/2102] Compiling crypto.cc
[1247/2102] Compiling spake25519.cc
[1248/2102] Compiling cpu_arm_linux.cc
[1249/2102] Compiling cpu_intel.cc
[1250/2102] Compiling curve25519.cc
[1251/2102] Compiling cpu_arm_freebsd.cc
[1252/2102] Compiling cpu_aarch64_win.cc
[1253/2102] Compiling cpu_aarch64_openbsd.cc
[1254/2102] Compiling cpu_aarch64_fuchsia.cc
[1255/2102] Compiling cpu_aarch64_sysreg.cc
[1256/2102] Compiling cpu_aarch64_linux.cc
[1257/2102] Compiling cpu_aarch64_apple.cc
[1258/2102] Compiling conf.cc
[1259/2102] Compiling get_cipher.cc
[1260/2102] Compiling tls_cbc.cc
[1261/2102] Compiling e_tls.cc
[1262/2102] Compiling e_rc2.cc
[1263/2102] Compiling e_rc4.cc
[1264/2102] Compiling e_null.cc
[1265/2102] Compiling e_des.cc
[1266/2102] Compiling e_aesctrhmac.cc
[1267/2102] Compiling e_chacha20poly1305.cc
[1268/2102] Compiling derive_key.cc
[1269/2102] Compiling e_aesgcmsiv.cc
[1270/2102] Compiling unicode.cc
[1271/2102] Compiling chacha.cc
[1272/2102] Compiling cbb.cc
[1273/2102] Compiling cbs.cc
[1274/2102] Compiling buf.cc
[1275/2102] Compiling blake2.cc
[1276/2102] Compiling ber.cc
[1277/2102] Compiling asn1_compat.cc
[1278/2102] Compiling bn_asn1.cc
[1279/2102] Compiling convert.cc
[1280/2102] Compiling socket_helper.cc
[1281/2102] Compiling pair.cc
[1282/2102] Compiling printf.cc
[1283/2102] Compiling socket.cc
[1284/2102] Compiling hexdump.cc
[1285/2102] Compiling file.cc
[1286/2102] Compiling connect.cc
[1287/2102] Compiling fd.cc
[1288/2102] Compiling errno.cc
[1289/2102] Compiling tasn_enc.cc
[1290/2102] Compiling bio_mem.cc
[1291/2102] Compiling base64.cc
[1292/2102] Compiling tasn_new.cc
[1293/2102] Compiling tasn_typ.cc
[1294/2102] Compiling bio.cc
[1295/2102] Compiling tasn_fre.cc
[1296/2102] Compiling tasn_utl.cc
[1297/2102] Compiling posix_time.cc
[1298/2102] Compiling tasn_dec.cc
[1299/2102] Compiling f_int.cc
[1300/2102] Compiling asn_pack.cc
[1301/2102] Compiling f_string.cc
[1302/2102] Compiling asn1_par.cc
[1303/2102] Compiling a_utctm.cc
[1304/2102] Compiling asn1_lib.cc
[1305/2102] Compiling a_type.cc
[1306/2102] Compiling a_time.cc
[1307/2102] Compiling a_octet.cc
[1308/2102] Compiling a_object.cc
[1309/2102] Compiling a_strex.cc
[1310/2102] Compiling a_strnid.cc
[1311/2102] Compiling a_int.cc
[1312/2102] Compiling a_mbstr.cc
[1313/2102] Compiling fiat_p256_adx_sqr.S
[1314/2102] Compiling fiat_p256_adx_mul.S
[1315/2102] Compiling fiat_curve25519_adx_square.S
[1316/2102] Compiling a_d2i_fp.cc
[1317/2102] Compiling fiat_curve25519_adx_mul.S
[1318/2102] Compiling a_i2d_fp.cc
[1319/2102] Compiling a_dup.cc
[1320/2102] Compiling x_val.c
[1321/2102] Compiling x_x509a.c
[1322/2102] Compiling x_x509.c
[1323/2102] Compiling x_req.c
[1324/2102] Compiling x_sig.c
[1325/2102] Compiling x_spki.c
[1326/2102] Compiling x_pubkey.c
[1327/2102] Compiling a_bitstr.cc
[1328/2102] Compiling a_gentm.cc
[1329/2102] Compiling x_exten.c
[1330/2102] Compiling x_crl.c
[1331/2102] Compiling x_name.c
[1332/2102] Compiling x_all.c
[1333/2102] Compiling x_algor.c
[1334/2102] Compiling x_attrib.c
[1335/2102] Compiling x509spki.c
[1336/2102] Compiling x509cset.c
[1337/2102] Compiling x509_v3.c
[1338/2102] Compiling x509rset.c
[1339/2102] Compiling a_bool.cc
[1340/2102] Compiling x509_txt.c
[1341/2102] Compiling x509_vpm.c
[1342/2102] Compiling x509name.c
[1343/2102] Compiling x509_trs.c
[1344/2102] Compiling x509_vfy.c
[1345/2102] Compiling x509_req.c
[1346/2102] Compiling x509_set.c
[1347/2102] Compiling x509_obj.c
[1348/2102] Compiling x509_def.c
[1349/2131] Compiling x509_lu.c
[1350/2131] Compiling x509_att.c
[1351/2131] Compiling x509_d2.c
[1352/2131] Compiling x509.c
[1353/2131] Compiling v3_purp.c
[1354/2131] Compiling x509_cmp.c
[1355/2131] Compiling x509_ext.c
[1356/2131] Compiling v3_utl.c
[1357/2131] Compiling v3_skey.c
[1358/2131] Compiling v3_pmaps.c
[1359/2131] Compiling v3_prn.c
[1360/2131] Compiling v3_ocsp.c
[1361/2131] Compiling v3_pcons.c
[1362/2131] Compiling v3_int.c
[1363/2131] Compiling v3_lib.c
[1364/2131] Compiling v3_ncons.c
[1365/2131] Compiling v3_info.c
[1366/2131] Compiling v3_genn.c
[1367/2131] Compiling v3_ia5.c
[1368/2131] Compiling v3_cpols.c
[1369/2131] Compiling v3_extku.c
[1370/2131] Compiling v3_enum.c
[1372/2131] Emitting module NIOSSL
[1372/2135] Compiling v3_conf.c
[1373/2135] Compiling v3_crld.c
[1374/2135] Compiling v3_akey.c
[1375/2135] Compiling v3_bitst.c
[1376/2135] Compiling t_x509a.c
[1377/2135] Compiling v3_alt.c
[1378/2135] Compiling v3_akeya.c
[1379/2135] Compiling v3_bcons.c
[1380/2135] Compiling rsa_pss.c
[1381/2135] Compiling t_x509.c
[1382/2135] Compiling policy.c
[1383/2135] Compiling i2d_pr.c
[1384/2135] Compiling t_crl.c
[1386/2135] Compiling NIOSSL SubjectAlternativeName.swift
[1387/2135] Compiling NIOSSL NIOSSLSecureBytes.swift
[1388/2135] Compiling NIOSSL RNG.swift
[1389/2135] Compiling NIOSSL SafeCompare.swift
[1389/2135] Compiling t_req.c
[1390/2135] Compiling name_print.c
[1391/2135] Compiling by_file.c
[1392/2135] Compiling by_dir.c
[1394/2135] Compiling NIOSSL SSLPrivateKey.swift
[1395/2135] Compiling NIOSSL SSLPublicKey.swift
[1396/2135] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1397/2135] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1397/2135] Compiling a_sign.c
[1399/2135] Compiling NIOSSL NIOSSLServerHandler.swift
[1400/2135] Compiling NIOSSL ObjectIdentifier.swift
[1401/2135] Compiling NIOSSL PosixPort.swift
[1402/2135] Compiling NIOSSL SSLCallbacks.swift
[1402/2135] Compiling a_verify.c
[1403/2135] Compiling trust_token.c
[1404/2135] Compiling asn1_gen.c
[1405/2135] Compiling algorithm.c
[1406/2135] Compiling a_digest.c
[1407/2135] Compiling voprf.c
[1408/2135] Compiling thread_win.c
[1409/2135] Compiling thread.c
[1410/2135] Compiling thread_none.c
[1411/2135] Compiling spx_util.c
[1412/2135] Compiling stack.c
[1413/2135] Compiling wots.c
[1414/2135] Compiling pmbtoken.c
[1415/2135] Compiling thread_pthread.c
[1416/2135] Compiling spx.c
[1417/2135] Compiling merkle.c
[1418/2135] Compiling fors.c
[1419/2135] Compiling thash.c
[1420/2135] Compiling siphash.c
[1420/2135] Compiling rsa_print.c
[1422/2135] Compiling rsa_asn1.c
[1423/2135] Compiling address.c
[1424/2135] Compiling rsa_crypt.c
[1426/2135] Compiling NIOSSL SSLCertificate.swift
[1427/2135] Compiling NIOSSL SSLCertificateExtensions.swift
[1428/2135] Compiling NIOSSL SSLCertificateName.swift
[1429/2135] Compiling NIOSSL SSLConnection.swift
[1430/2135] Compiling NIOSSL LinuxCABundle.swift
[1431/2135] Compiling NIOSSL NIOSSLClientHandler.swift
[1432/2135] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1433/2135] Compiling NIOSSL NIOSSLHandler.swift
[1433/2135] Compiling rand_extra.c
[1434/2135] Compiling rc4.c
[1435/2135] Compiling refcount.c
[1435/2135] Compiling passive.c
[1437/2135] Compiling trusty.c
[1438/2135] Compiling windows.c
[1439/2135] Compiling ios.c
[1440/2135] Compiling getentropy.c
[1442/2135] Compiling NIOSSL Zeroization.swift
[1443/2135] Compiling NIOSSL TLSConfiguration.swift
[1444/2135] Compiling NIOSSL UniversalBootstrapSupport.swift
[1445/2135] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1445/2135] Compiling poly1305_arm_asm.S
[1446/2135] Compiling deterministic.c
[1447/2135] Compiling pool.c
[1448/2135] Compiling poly1305_vec.c
[1449/2135] Compiling poly1305_arm.c
[1450/2135] Compiling forkunsafe.c
[1451/2135] Compiling poly1305.c
[1452/2135] Compiling pkcs7.c
[1453/2135] Compiling pkcs8.c
[1454/2135] Compiling pem_x509.c
[1455/2135] Compiling pkcs8_x509.c
[1456/2135] Compiling pem_xaux.c
[1457/2135] Compiling p5_pbev2.c
[1458/2135] Compiling pkcs7_x509.c
[1459/2135] Compiling pem_pk8.c
[1460/2135] Compiling pem_pkey.c
[1461/2135] Compiling obj_xref.c
[1463/2135] Compiling NIOSSL AndroidCABundle.swift
[1464/2135] Compiling NIOSSL ByteBufferBIO.swift
[1465/2135] Compiling NIOSSL CustomPrivateKey.swift
[1466/2135] Compiling NIOSSL IdentityVerification.swift
[1467/2135] Compiling NIOSSL SSLContext.swift
[1468/2135] Compiling NIOSSL SSLErrors.swift
[1469/2135] Compiling NIOSSL SSLInit.swift
[1470/2135] Compiling NIOSSL SSLPKCS12Bundle.swift
[1470/2135] Compiling pem_lib.c
[1471/2135] Compiling pem_info.c
[1472/2136] Compiling pem_oth.c
[1473/2136] Compiling lhash.c
[1474/2136] Compiling mem.c
[1475/2136] Compiling kyber.c
[1476/2136] Compiling pem_all.c
[1478/2136] Compiling obj.c
[1479/2136] Compiling keccak.c
[1480/2136] Compiling poly_rq_mul.S
[1481/2136] Compiling hpke.c
[1482/2136] Compiling x86_64-mont5-mac.mac.x86_64.S
[1483/2136] Compiling x86_64-mont-mac.mac.x86_64.S
[1484/2136] Compiling x86_64-mont-linux.linux.x86_64.S
[1485/2136] Compiling x86_64-mont5-linux.linux.x86_64.S
[1486/2136] Compiling x86-mont-windows.windows.x86.S
[1487/2136] Compiling x86-mont-linux.linux.x86.S
[1488/2136] Compiling vpaes-x86_64-mac.mac.x86_64.S
[1489/2136] Compiling vpaes-x86_64-linux.linux.x86_64.S
[1490/2136] Compiling vpaes-x86-windows.windows.x86.S
[1491/2136] Compiling vpaes-x86-linux.linux.x86.S
[1492/2136] Compiling vpaes-armv7-linux.linux.arm.S
[1493/2136] Compiling vpaes-armv8-ios.ios.aarch64.S
[1494/2136] Compiling vpaes-armv7-ios.ios.arm.S
[1495/2136] Compiling vpaes-armv8-linux.linux.aarch64.S
[1496/2136] Compiling sha512-x86_64-mac.mac.x86_64.S
[1497/2136] Compiling sha512-x86_64-linux.linux.x86_64.S
[1498/2136] Compiling sha512-armv8-ios.ios.aarch64.S
[1499/2136] Compiling sha512-armv8-linux.linux.aarch64.S
[1500/2136] Compiling sha512-armv4-ios.ios.arm.S
[1501/2136] Compiling kdf.c
[1502/2136] Compiling sha512-armv4-linux.linux.arm.S
[1503/2136] Compiling sha512-586-windows.windows.x86.S
[1504/2136] Compiling sha512-586-linux.linux.x86.S
[1505/2136] Compiling sha256-x86_64-linux.linux.x86_64.S
[1506/2137] Compiling sha256-x86_64-mac.mac.x86_64.S
[1507/2140] Compiling sha256-armv8-ios.ios.aarch64.S
[1508/2148] Compiling sha256-armv4-linux.linux.arm.S
[1509/2181] Compiling sha256-armv4-ios.ios.arm.S
[1510/2187] Compiling sha256-armv8-linux.linux.aarch64.S
[1511/2196] Compiling sha256-586-linux.linux.x86.S
[1512/2200] Compiling sha256-586-windows.windows.x86.S
[1513/2204] Compiling hrss.c
[1514/2204] Compiling sha1-x86_64-mac.mac.x86_64.S
[1515/2204] Compiling sha1-x86_64-linux.linux.x86_64.S
[1516/2204] Compiling sha1-armv4-large-ios.ios.arm.S
[1517/2204] Compiling sha1-armv8-ios.ios.aarch64.S
[1518/2204] Compiling sha1-armv4-large-linux.linux.arm.S
[1519/2204] Compiling sha1-armv8-linux.linux.aarch64.S
[1520/2204] Compiling sha1-586-windows.windows.x86.S
[1521/2204] Compiling sha1-586-linux.linux.x86.S
[1522/2204] Compiling sha256.c
[1523/2204] Compiling sha512.c
[1524/2204] Compiling sha1.c
[1525/2204] Compiling service_indicator.c
[1526/2204] Compiling fips.c
[1527/2204] Compiling rsaz-avx2-mac.mac.x86_64.S
[1528/2204] Compiling rsaz-avx2-linux.linux.x86_64.S
[1529/2204] Compiling self_check.c
[1530/2204] Compiling rdrand-x86_64-mac.mac.x86_64.S
[1531/2204] Compiling rdrand-x86_64-linux.linux.x86_64.S
[1532/2204] Compiling rsa_impl.c
[1534/2204] Compiling WebSocketKit WebSocketHandler.swift
[1535/2204] Compiling WebSocketKit Exports.swift
[1536/2204] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1536/2204] Compiling fork_detect.c
[1537/2204] Compiling padding.c
[1538/2204] Compiling blinding.c
[1539/2204] Compiling urandom.c
[1540/2204] Compiling rand.c
[1541/2204] Compiling rsa.c
[1542/2204] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[1543/2204] Compiling ctrdrbg.c
[1544/2204] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[1545/2204] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[1546/2204] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[1547/2204] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[1548/2204] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[1549/2204] Compiling p256-armv8-asm-ios.ios.aarch64.S
[1550/2204] Compiling p256-armv8-asm-linux.linux.aarch64.S
[1552/2204] Compiling WebSocketKit WebSocket+Concurrency.swift
[1553/2204] Emitting module WebSocketKit
[1553/2204] Compiling ofb.c
[1554/2204] Compiling polyval.c
[1555/2204] Compiling gcm_nohw.c
[1556/2204] Compiling ctr.c
[1557/2204] Compiling cfb.c
[1558/2204] Compiling gcm.c
[1559/2204] Compiling md5-x86_64-linux.linux.x86_64.S
[1560/2204] Compiling md5-x86_64-mac.mac.x86_64.S
[1562/2204] Compiling WebSocketKit WebSocket+Connect.swift
[1562/2204] Compiling md5-586-windows.windows.x86.S
[1563/2204] Compiling md5-586-linux.linux.x86.S
[1564/2204] Compiling md5.c
[1565/2204] Compiling cbc.c
[1566/2204] Compiling ghashv8-armv8-linux.linux.aarch64.S
[1567/2204] Compiling md4.c
[1568/2204] Compiling hkdf.c
[1569/2204] Compiling ghashv8-armv8-ios.ios.aarch64.S
[1570/2204] Compiling ghashv8-armv7-linux.linux.arm.S
[1571/2204] Compiling hmac.c
[1572/2204] Compiling ghashv8-armv7-ios.ios.arm.S
[1573/2204] Compiling ghash-x86_64-linux.linux.x86_64.S
[1574/2204] Compiling ghash-x86_64-mac.mac.x86_64.S
[1576/2204] Compiling WebSocketKit WebSocketClient.swift
[1577/2204] Compiling WebSocketKit WebSocket.swift
[1577/2205] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[1578/2205] Compiling ghash-x86-windows.windows.x86.S
[1579/2205] Compiling ghash-x86-linux.linux.x86.S
[1580/2205] Compiling ghash-ssse3-x86-windows.windows.x86.S
[1581/2205] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[1583/2205] Compiling ghash-ssse3-x86-linux.linux.x86.S
[1584/2205] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[1585/2205] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[1586/2205] Compiling fips_shared_support.c
[1587/2205] Compiling ghash-armv4-linux.linux.arm.S
[1588/2205] Compiling ghash-armv4-ios.ios.arm.S
[1589/2205] Compiling ecdsa.c
[1590/2205] Compiling ecdh.c
[1591/2205] Compiling util.c
[1592/2205] Compiling wnaf.c
[1593/2205] Compiling scalar.c
[1594/2205] Compiling simple.c
[1595/2205] Compiling simple_mul.c
[1596/2205] Compiling felem.c
[1597/2205] Compiling oct.c
[1598/2205] Compiling p224-64.c
[1599/2205] Compiling ec_key.c
[1600/2205] Compiling ec_montgomery.c
[1601/2205] Compiling p256.c
[1602/2205] Compiling digestsign.c
[1603/2205] Compiling digest.c
[1604/2205] Compiling dh.c
[1605/2205] Compiling digests.c
[1606/2205] Compiling co-586-windows.windows.x86.S
[1607/2205] Compiling ec.c
[1608/2205] Compiling check.c
[1608/2205] Compiling co-586-linux.linux.x86.S
[1610/2205] Compiling bsaes-armv7-linux.linux.arm.S
[1611/2205] Compiling cmac.c
[1612/2205] Compiling bsaes-armv7-ios.ios.arm.S
[1613/2205] Compiling e_aesccm.c
[1614/2205] Compiling aead.c
[1615/2205] Compiling cipher.c
[1617/2205] Emitting module AsyncHTTPClient
[1617/2213] Compiling p256-nistz.c
[1618/2213] Compiling sqrt.c
[1619/2213] Compiling rsaz_exp.c
[1620/2213] Compiling e_aes.c
[1621/2213] Compiling montgomery_inv.c
[1622/2213] Compiling random.c
[1623/2213] Compiling shift.c
[1624/2213] Compiling mul.c
[1625/2213] Compiling montgomery.c
[1626/2213] Compiling prime.c
[1627/2213] Compiling gcd_extra.c
[1628/2213] Compiling div_extra.c
[1629/2213] Compiling jacobi.c
[1630/2213] Compiling generic.c
[1631/2213] Compiling gcd.c
[1632/2213] Compiling cmp.c
[1633/2213] Compiling ctx.c
[1634/2213] Compiling div.c
[1635/2213] Compiling x86_64-gcc.c
[1635/2213] Compiling exponentiation.c
[1637/2213] Compiling bn-armv8-linux.linux.aarch64.S
[1638/2213] Compiling bytes.c
[1639/2213] Compiling bn-armv8-ios.ios.aarch64.S
[1640/2213] Compiling bn-586-windows.windows.x86.S
[1642/2213] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1643/2213] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1644/2213] Compiling AsyncHTTPClient Transaction.swift
[1645/2213] Compiling AsyncHTTPClient Base64.swift
[1646/2213] Compiling AsyncHTTPClient BasicAuth.swift
[1647/2213] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1648/2213] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1649/2213] Compiling AsyncHTTPClient ConnectionPool.swift
[1650/2213] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1651/2213] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1652/2213] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1653/2213] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1654/2213] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1655/2213] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1656/2213] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1657/2213] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1658/2213] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1659/2213] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1659/2213] Compiling bn.c
[1660/2213] Compiling armv8-mont-ios.ios.aarch64.S
[1661/2213] Compiling armv4-mont-linux.linux.arm.S
[1662/2213] Compiling bn-586-linux.linux.x86.S
[1663/2213] Compiling armv4-mont-ios.ios.arm.S
[1664/2213] Compiling armv8-mont-linux.linux.aarch64.S
[1665/2213] Compiling add.c
[1666/2213] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[1667/2213] Compiling aesv8-armv7-linux.linux.arm.S
[1668/2213] Compiling aesv8-armv8-ios.ios.aarch64.S
[1669/2213] Compiling aesv8-armv7-ios.ios.arm.S
[1670/2213] Compiling aesni-x86_64-linux.linux.x86_64.S
[1671/2213] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[1672/2213] Compiling aesv8-armv8-linux.linux.aarch64.S
[1673/2213] Compiling aesni-x86-windows.windows.x86.S
[1674/2213] Compiling aesni-x86_64-mac.mac.x86_64.S
[1675/2213] Compiling aesni-x86-linux.linux.x86.S
[1676/2213] Compiling key_wrap.c
[1677/2213] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[1678/2213] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[1679/2213] Compiling ex_data.c
[1680/2213] Compiling mode_wrappers.c
[1681/2213] Compiling aes_nohw.c
[1682/2213] Compiling aes.c
[1683/2213] Compiling scrypt.c
[1684/2213] Compiling sign.c
[1685/2213] Compiling pbkdf.c
[1686/2213] Compiling print.c
[1687/2213] Compiling p_x25519.c
[1688/2213] Compiling p_ed25519_asn1.c
[1689/2213] Compiling p_hkdf.c
[1690/2213] Compiling p_x25519_asn1.c
[1691/2213] Compiling p_ed25519.c
[1692/2213] Compiling p_rsa_asn1.c
[1693/2213] Compiling p_rsa.c
[1694/2213] Compiling p_ec_asn1.c
[1695/2213] Compiling p_dsa_asn1.c
[1696/2213] Compiling err_data.c
[1697/2213] Compiling evp_ctx.c
[1698/2213] Compiling p_ec.c
[1699/2213] Compiling evp_asn1.c
[1700/2213] Compiling evp.c
[1701/2213] Compiling err.c
[1702/2213] Compiling ecdh_extra.c
[1703/2213] Compiling engine.c
[1704/2213] Compiling ecdsa_asn1.c
[1705/2213] Compiling hash_to_curve.c
[1706/2213] Compiling ec_derive.c
[1707/2213] Compiling dh_asn1.c
[1708/2213] Compiling digest_extra.c
[1709/2213] Compiling ec_asn1.c
[1710/2213] Compiling params.c
[1711/2213] Compiling spake25519.c
[1712/2213] Compiling dsa_asn1.c
[1713/2213] Compiling curve25519_64_adx.c
[1714/2213] Compiling x25519-asm-arm.S
[1715/2213] Compiling des.c
[1716/2213] Compiling cpu_intel.c
[1717/2213] Compiling cpu_arm_freebsd.c
[1718/2213] Compiling dsa.c
[1719/2213] Compiling crypto.c
[1720/2213] Compiling cpu_aarch64_sysreg.c
[1721/2213] Compiling cpu_aarch64_win.c
[1722/2213] Compiling cpu_arm_linux.c
[1723/2213] Compiling cpu_aarch64_fuchsia.c
[1724/2213] Compiling cpu_aarch64_openbsd.c
[1725/2213] Compiling cpu_aarch64_linux.c
[1726/2213] Compiling e_rc4.c
[1727/2213] Compiling cpu_aarch64_apple.c
[1728/2213] Compiling e_null.c
[1729/2213] Compiling e_rc2.c
[1730/2213] Compiling e_des.c
[1731/2213] Compiling tls_cbc.c
[1732/2213] Compiling e_tls.c
[1733/2213] Compiling conf.c
[1734/2213] Compiling e_aesgcmsiv.c
[1735/2213] Compiling curve25519.c
[1736/2213] Compiling e_chacha20poly1305.c
[1737/2213] Compiling derive_key.c
[1738/2213] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[1739/2213] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[1740/2213] Compiling e_aesctrhmac.c
[1741/2213] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[1742/2213] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[1743/2213] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[1744/2213] Compiling chacha.c
[1745/2213] Compiling cipher_extra.c
[1746/2213] Compiling chacha-x86-windows.windows.x86.S
[1746/2213] Compiling chacha-x86_64-mac.mac.x86_64.S
[1748/2213] Compiling chacha-x86_64-linux.linux.x86_64.S
[1749/2213] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[1750/2213] Compiling chacha-x86-linux.linux.x86.S
[1752/2213] Compiling AsyncHTTPClient HTTPHandler.swift
[1753/2213] Compiling AsyncHTTPClient LRUCache.swift
[1754/2213] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1755/2213] Compiling AsyncHTTPClient NWErrorHandler.swift
[1756/2213] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1757/2213] Compiling AsyncHTTPClient TLSConfiguration.swift
[1758/2213] Compiling AsyncHTTPClient RedirectState.swift
[1759/2213] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1760/2213] Compiling AsyncHTTPClient ConnectionTarget.swift
[1761/2213] Compiling AsyncHTTPClient DeconstructedURL.swift
[1762/2213] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1763/2213] Compiling AsyncHTTPClient FoundationExtensions.swift
[1764/2213] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1765/2213] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1766/2213] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1767/2213] Compiling AsyncHTTPClient HTTPClient.swift
[1767/2213] Compiling chacha-armv8-ios.ios.aarch64.S
[1768/2213] Compiling chacha-armv4-ios.ios.arm.S
[1769/2213] Compiling chacha-armv4-linux.linux.arm.S
[1770/2213] Compiling unicode.c
[1771/2213] Compiling chacha-armv8-linux.linux.aarch64.S
[1772/2213] Compiling asn1_compat.c
[1773/2213] Compiling buf.c
[1774/2213] Compiling ber.c
[1775/2213] Compiling bn_asn1.c
[1777/2213] Compiling AsyncHTTPClient RequestBag.swift
[1778/2213] Compiling AsyncHTTPClient RequestValidation.swift
[1779/2213] Compiling AsyncHTTPClient SSLContextCache.swift
[1780/2213] Compiling AsyncHTTPClient Scheme.swift
[1781/2213] Compiling AsyncHTTPClient Singleton.swift
[1782/2213] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1783/2213] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1784/2213] Compiling AsyncHTTPClient Utils.swift
[1784/2213] Compiling socket_helper.c
[1785/2213] Compiling printf.c
[1786/2213] Compiling blake2.c
[1787/2213] Compiling cbb.c
[1788/2213] Compiling pair.c
[1789/2213] Compiling socket.c
[1790/2213] Compiling errno.c
[1791/2213] Compiling file.c
[1792/2213] Compiling hexdump.c
[1793/2213] Compiling convert.c
[1794/2213] Compiling bio_mem.c
[1795/2213] Compiling cbs.c
[1796/2213] Compiling fd.c
[1797/2213] Compiling connect.c
[1798/2213] Compiling base64.c
[1799/2213] Compiling tasn_utl.c
[1800/2213] Compiling tasn_fre.c
[1801/2213] Compiling AsyncHTTPClient RequestOptions.swift
[1802/2213] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1803/2213] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1804/2213] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1805/2213] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1806/2213] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1807/2213] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1808/2213] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1810/2213] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1811/2213] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1812/2213] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1813/2213] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1814/2213] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1815/2213] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1816/2213] Compiling AsyncHTTPClient RequestBodyLength.swift
[1817/2213] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1818/2213] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1819/2213] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1820/2213] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1821/2213] Compiling AsyncHTTPClient HTTP1Connection.swift
[1822/2213] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1823/2213] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1824/2213] Compiling AsyncHTTPClient HTTP2Connection.swift
[1825/2213] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1826/2213] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1826/2213] Compiling bio.c
[1827/2213] Compiling tasn_typ.c
[1828/2213] Compiling tasn_new.c
[1829/2213] Compiling tasn_enc.c
[1830/2213] Compiling tasn_dec.c
[1831/2214] Compiling posix_time.c
[1832/2214] Compiling f_string.c
[1833/2214] Compiling f_int.c
[1834/2214] Compiling asn1_par.c
[1835/2214] Compiling asn_pack.c
[1836/2214] Compiling a_utctm.c
[1837/2214] Compiling asn1_lib.c
[1838/2214] Compiling a_type.c
[1839/2214] Compiling a_time.c
[1841/2214] Compiling a_octet.c
[1842/2214] Compiling a_strnid.c
[1843/2214] Compiling a_mbstr.c
[1844/2214] Compiling a_strex.c
[1845/2214] Compiling a_i2d_fp.c
[1846/2214] Compiling a_object.c
[1847/2214] Compiling a_int.c
[1848/2214] Compiling a_d2i_fp.c
[1849/2214] Compiling fiat_p256_adx_sqr.S
[1850/2214] Compiling a_dup.c
[1851/2214] Compiling a_bool.c
[1852/2214] Compiling a_gentm.c
[1853/2214] Compiling fiat_p256_adx_mul.S
[1854/2214] Compiling a_bitstr.c
[1855/2214] Compiling md5-x86_64-linux.S
[1855/2214] Compiling fiat_curve25519_adx_mul.S
[1857/2214] Compiling fiat_curve25519_adx_square.S
[1858/2214] Compiling md5-586-linux.S
[1859/2214] Compiling md5-x86_64-apple.S
[1860/2214] Compiling chacha20_poly1305_x86_64-apple.S
[1861/2214] Compiling md5-586-apple.S
[1862/2214] Compiling chacha20_poly1305_x86_64-linux.S
[1863/2214] Compiling chacha20_poly1305_armv8-win.S
[1864/2214] Compiling chacha20_poly1305_armv8-apple.S
[1865/2214] Compiling chacha-x86_64-linux.S
[1866/2214] Compiling chacha-x86-linux.S
[1867/2214] Compiling chacha-x86_64-apple.S
[1868/2214] Compiling chacha20_poly1305_armv8-linux.S
[1869/2214] Compiling CCryptoBoringSSLShims shims.c
[1870/2214] Compiling err_data.cc
[1871/2214] Compiling chacha-x86-apple.S
[1872/2214] Compiling chacha-armv8-win.S
[1873/2214] Compiling chacha-armv4-linux.S
[1874/2214] Compiling aes128gcmsiv-x86_64-linux.S
[1875/2214] Compiling chacha-armv8-linux.S
[1876/2214] Compiling chacha-armv8-apple.S
[1877/2214] Compiling x86_64-mont5-apple.S
[1878/2214] Compiling aes128gcmsiv-x86_64-apple.S
[1879/2214] Compiling x86_64-mont5-linux.S
[1880/2214] Compiling x86_64-mont-linux.S
[1881/2214] Compiling x86_64-mont-apple.S
[1882/2214] Compiling x86-mont-apple.S
[1883/2214] Compiling vpaes-x86_64-linux.S
[1884/2214] Compiling vpaes-x86_64-apple.S
[1885/2214] Compiling x86-mont-linux.S
[1886/2214] Compiling vpaes-x86-linux.S
[1887/2214] Compiling vpaes-x86-apple.S
[1888/2214] Compiling vpaes-armv8-win.S
[1889/2214] Compiling vpaes-armv8-apple.S
[1890/2214] Compiling vpaes-armv7-linux.S
[1891/2214] Compiling sha512-x86_64-linux.S
[1892/2214] Compiling vpaes-armv8-linux.S
[1893/2214] Compiling sha512-x86_64-apple.S
[1894/2214] Compiling sha512-armv8-apple.S
[1895/2214] Compiling sha512-586-linux.S
[1896/2214] Compiling sha256-x86_64-linux.S
[1897/2214] Compiling sha512-armv8-win.S
[1898/2214] Compiling sha256-armv8-win.S
[1899/2214] Compiling sha512-armv4-linux.S
[1900/2214] Compiling sha512-586-apple.S
[1900/2214] Compiling sha256-x86_64-apple.S
[1902/2214] Compiling sha512-armv8-linux.S
[1903/2214] Compiling sha256-armv8-linux.S
[1904/2214] Compiling sha256-586-linux.S
[1904/2214] Compiling sha256-armv4-linux.S
[1906/2214] Compiling sha256-armv8-apple.S
[1907/2214] Compiling sha1-x86_64-linux.S
[1908/2214] Compiling sha256-586-apple.S
[1909/2214] Compiling sha1-x86_64-apple.S
[1910/2214] Compiling sha1-armv8-win.S
[1911/2214] Compiling sha1-armv8-apple.S
[1912/2214] Compiling sha1-armv4-large-linux.S
[1913/2214] Compiling sha1-armv8-linux.S
[1914/2214] Compiling rsaz-avx2-apple.S
[1915/2214] Compiling sha1-586-linux.S
[1916/2214] Compiling rsaz-avx2-linux.S
[1917/2214] Compiling rdrand-x86_64-linux.S
[1918/2214] Compiling sha1-586-apple.S
[1919/2214] Compiling p256_beeu-x86_64-asm-linux.S
[1920/2214] Compiling rdrand-x86_64-apple.S
[1921/2214] Compiling p256_beeu-x86_64-asm-apple.S
[1921/2214] Compiling p256_beeu-armv8-asm-win.S
[1923/2214] Compiling p256_beeu-armv8-asm-linux.S
[1924/2214] Compiling p256-x86_64-asm-linux.S
[1925/2214] Compiling p256_beeu-armv8-asm-apple.S
[1926/2214] Compiling p256-x86_64-asm-apple.S
[1927/2214] Compiling p256-armv8-asm-win.S
[1928/2214] Compiling p256-armv8-asm-apple.S
[1929/2214] Compiling ghashv8-armv8-win.S
[1930/2214] Compiling ghashv8-armv8-apple.S
[1931/2214] Compiling ghashv8-armv8-linux.S
[1932/2214] Compiling p256-armv8-asm-linux.S
[1933/2214] Compiling ghashv8-armv7-linux.S
[1934/2214] Compiling ghash-x86-linux.S
[1935/2214] Compiling ghash-x86-apple.S
[1936/2214] Compiling ghash-x86_64-linux.S
[1937/2214] Compiling ghash-x86_64-apple.S
[1938/2214] Compiling ghash-ssse3-x86-linux.S
[1939/2214] Compiling ghash-ssse3-x86_64-linux.S
[1940/2214] Compiling ghash-neon-armv8-win.S
[1941/2214] Compiling ghash-ssse3-x86_64-apple.S
[1942/2214] Compiling ghash-ssse3-x86-apple.S
[1942/2214] Compiling ghash-neon-armv8-linux.S
[1944/2214] Compiling ghash-neon-armv8-apple.S
[1945/2214] Compiling ghash-armv4-linux.S
[1946/2214] Compiling co-586-linux.S
[1947/2214] Compiling co-586-apple.S
[1948/2214] Compiling bsaes-armv7-linux.S
[1949/2214] Compiling bn-armv8-win.S
[1950/2214] Compiling bn-armv8-linux.S
[1951/2214] Compiling bn-armv8-apple.S
[1951/2214] Compiling bn-586-apple.S
[1953/2214] Compiling armv8-mont-win.S
[1954/2214] Compiling bn-586-linux.S
[1955/2214] Compiling armv8-mont-apple.S
[1956/2214] Compiling armv8-mont-linux.S
[1957/2214] Compiling aesv8-armv8-win.S
[1958/2214] Compiling armv4-mont-linux.S
[1959/2214] Compiling aesv8-gcm-armv8-apple.S
[1960/2214] Compiling aesv8-gcm-armv8-win.S
[1961/2214] Compiling aesv8-gcm-armv8-linux.S
[1962/2214] Compiling aesv8-armv8-linux.S
[1963/2214] Compiling aesv8-armv8-apple.S
[1964/2214] Compiling aesv8-armv7-linux.S
[1965/2214] Compiling aesni-x86_64-linux.S
[1966/2214] Compiling aesni-x86-linux.S
[1967/2214] Compiling aesni-x86_64-apple.S
[1968/2214] Compiling aesni-gcm-x86_64-apple.S
[1969/2214] Compiling aesni-gcm-x86_64-linux.S
[1970/2214] Compiling aesni-x86-apple.S
[1971/2214] Compiling aes-gcm-avx10-x86_64-linux.S
[1972/2214] Compiling aes-gcm-avx10-x86_64-apple.S
[1973/2214] Compiling x_name.cc
[1974/2214] Compiling x_val.cc
[1975/2214] Compiling x_x509a.cc
[1976/2214] Compiling x_spki.cc
[1977/2214] Compiling x_pubkey.cc
[1978/2214] Compiling x_sig.cc
[1979/2214] Compiling x_x509.cc
[1980/2214] Compiling x_req.cc
[1981/2214] Compiling x509rset.cc
[1982/2214] Compiling x_exten.cc
[1983/2214] Compiling x_attrib.cc
[1984/2214] Compiling x_crl.cc
[1985/2214] Compiling x509cset.cc
[1986/2214] Compiling x509spki.cc
[1987/2214] Compiling x_all.cc
[1988/2214] Compiling x_algor.cc
[1989/2214] Compiling x509name.cc
[1990/2214] Compiling x509_txt.cc
[1991/2214] Compiling x509_v3.cc
[1992/2214] Compiling x509_vfy.cc
[1993/2214] Compiling x509_vpm.cc
[1994/2214] Compiling x509_req.cc
[1995/2214] Compiling x509_set.cc
[1996/2214] Compiling x509_lu.cc
[1997/2214] Compiling x509_trs.cc
[1998/2214] Compiling x509_def.cc
[1999/2214] Compiling x509_obj.cc
[2000/2214] Compiling x509_ext.cc
[2001/2214] Compiling x509_d2.cc
[2002/2214] Compiling x509.cc
[2003/2214] Compiling x509_cmp.cc
[2004/2214] Compiling v3_prn.cc
[2005/2214] Compiling v3_skey.cc
[2006/2214] Compiling v3_purp.cc
[2007/2214] Compiling x509_att.cc
[2008/2214] Compiling v3_utl.cc
[2009/2214] Compiling v3_ocsp.cc
[2010/2214] Compiling v3_pmaps.cc
[2011/2214] Compiling v3_ncons.cc
[2012/2214] Compiling v3_pcons.cc
[2013/2214] Compiling v3_lib.cc
[2014/2214] Compiling v3_int.cc
[2015/2214] Compiling v3_info.cc
[2016/2214] Compiling v3_ia5.cc
[2017/2214] Compiling v3_genn.cc
[2018/2214] Compiling v3_enum.cc
[2019/2214] Compiling v3_extku.cc
[2020/2214] Compiling v3_crld.cc
[2021/2214] Compiling v3_bitst.cc
[2022/2214] Compiling v3_conf.cc
[2023/2214] Compiling v3_cpols.cc
[2024/2214] Compiling v3_bcons.cc
[2025/2214] Compiling v3_alt.cc
[2026/2214] Compiling v3_akeya.cc
[2027/2214] Compiling v3_akey.cc
[2028/2214] Compiling t_x509a.cc
[2029/2214] Compiling t_x509.cc
[2030/2214] Compiling name_print.cc
[2031/2214] Compiling t_crl.cc
[2032/2214] Compiling i2d_pr.cc
[2033/2214] Compiling t_req.cc
[2034/2214] Compiling rsa_pss.cc
[2035/2214] Compiling policy.cc
[2036/2214] Compiling by_file.cc
[2037/2214] Compiling by_dir.cc
[2038/2214] Compiling algorithm.cc
[2039/2214] Compiling asn1_gen.cc
[2040/2214] Compiling a_verify.cc
[2041/2214] Compiling voprf.cc
[2042/2214] Compiling a_digest.cc
[2043/2214] Compiling a_sign.cc
[2044/2214] Compiling trust_token.cc
[2045/2214] Compiling thread_pthread.cc
[2046/2214] Compiling thread.cc
[2046/2214] Compiling thread_win.cc
[2048/2214] Compiling thread_none.cc
[2049/2214] Compiling pmbtoken.cc
[2050/2214] Compiling stack.cc
[2051/2214] Compiling wots.cc
[2052/2214] Compiling thash.cc
[2053/2214] Compiling slhdsa.cc
[2054/2214] Compiling rsa_extra.cc
[2055/2214] Compiling siphash.cc
[2056/2214] Compiling sha256.cc
[2057/2214] Compiling rsa_print.cc
[2058/2214] Compiling fors.cc
[2059/2214] Compiling sha1.cc
[2060/2214] Compiling sha512.cc
[2061/2214] Compiling merkle.cc
[2062/2214] Compiling rsa_crypt.cc
[2063/2214] Compiling refcount.cc
[2064/2214] Compiling rc4.cc
[2065/2214] Compiling trusty.cc
[2066/2214] Compiling windows.cc
[2066/2214] Compiling urandom.cc
[2068/2214] Compiling rsa_asn1.cc
[2069/2214] Compiling rand_extra.cc
[2070/2214] Compiling passive.cc
[2071/2214] Compiling poly1305_arm_asm.S
[2072/2214] Compiling getentropy.cc
[2073/2214] Compiling ios.cc
[2074/2214] Compiling deterministic.cc
[2075/2214] Compiling fork_detect.cc
[2076/2214] Compiling forkunsafe.cc
[2077/2214] Compiling poly1305_vec.cc
[2078/2214] Compiling pool.cc
[2079/2214] Compiling poly1305_arm.cc
[2080/2214] Compiling poly1305.cc
[2081/2214] Compiling pkcs8_x509.cc
[2082/2214] Compiling p5_pbev2.cc
[2083/2214] Compiling pkcs7_x509.cc
[2084/2214] Compiling pkcs7.cc
[2085/2214] Compiling pkcs8.cc
[2086/2214] Compiling pem_xaux.cc
[2087/2214] Compiling pem_x509.cc
[2088/2214] Compiling pem_lib.cc
[2089/2214] Compiling pem_pkey.cc
[2090/2214] Compiling pem_pk8.cc
[2091/2214] Compiling obj_xref.cc
[2092/2214] Compiling mlkem.cc
[2093/2214] Compiling pem_oth.cc
[2094/2214] Compiling mldsa.cc
[2095/2214] Compiling mem.cc
[2096/2214] Compiling pem_all.cc
[2097/2214] Compiling obj.cc
[2098/2214] Compiling pem_info.cc
[2098/2214] Compiling poly_rq_mul.S
[2100/2214] Compiling fips_shared_support.cc
[2101/2214] Compiling lhash.cc
[2102/2214] Compiling md5.cc
[2103/2214] Compiling md4.cc
[2104/2214] Compiling hpke.cc
[2105/2214] Compiling kyber.cc
[2106/2214] Compiling scrypt.cc
[2107/2214] Compiling ex_data.cc
[2108/2214] Compiling sign.cc
[2109/2214] Compiling print.cc
[2110/2214] Compiling hrss.cc
[2111/2214] Compiling p_x25519.cc
[2112/2214] Compiling pbkdf.cc
[2113/2214] Compiling p_x25519_asn1.cc
[2114/2214] Compiling p_rsa_asn1.cc
[2115/2214] Compiling p_ed25519.cc
[2116/2214] Compiling p_rsa.cc
[2117/2214] Compiling p_ed25519_asn1.cc
[2118/2214] Compiling p_ec.cc
[2119/2214] Compiling p_hkdf.cc
[2120/2214] Compiling p_ec_asn1.cc
[2121/2214] Compiling p_dh_asn1.cc
[2122/2214] Compiling p_dsa_asn1.cc
[2123/2214] Compiling p_dh.cc
[2124/2214] Compiling evp_ctx.cc
[2125/2214] Compiling evp_asn1.cc
[2126/2214] Compiling evp.cc
[2127/2214] Compiling err.cc
[2128/2214] Compiling ecdh_extra.cc
[2129/2214] Compiling engine.cc
[2130/2214] Compiling ec_derive.cc
[2131/2214] Compiling hash_to_curve.cc
[2132/2214] Compiling ec_asn1.cc
[2133/2214] Compiling ecdsa_asn1.cc
[2134/2214] Compiling bcm.cc
[2135/2214] Compiling digest_extra.cc
[2136/2214] Compiling dsa_asn1.cc
[2137/2214] Compiling params.cc
[2138/2214] Compiling x25519-asm-arm.S
[2139/2214] Compiling dsa.cc
[2140/2214] Compiling curve25519_64_adx.cc
[2141/2214] Compiling dh_asn1.cc
[2142/2214] Compiling des.cc
[2143/2214] Compiling cpu_intel.cc
[2144/2214] Compiling curve25519.cc
[2145/2214] Compiling cpu_arm_linux.cc
[2146/2214] Compiling spake25519.cc
[2147/2214] Compiling crypto.cc
[2148/2214] Compiling cpu_arm_freebsd.cc
[2149/2214] Compiling cpu_aarch64_openbsd.cc
[2150/2214] Compiling cpu_aarch64_sysreg.cc
[2151/2214] Compiling cpu_aarch64_win.cc
[2152/2214] Compiling cpu_aarch64_fuchsia.cc
[2153/2214] Compiling e_tls.cc
[2154/2214] Compiling cpu_aarch64_linux.cc
[2155/2214] Compiling cpu_aarch64_apple.cc
[2156/2214] Compiling tls_cbc.cc
[2157/2214] Compiling e_rc4.cc
[2158/2214] Compiling e_des.cc
[2159/2214] Compiling e_null.cc
[2160/2214] Compiling e_rc2.cc
[2161/2214] Compiling conf.cc
[2162/2214] Compiling e_chacha20poly1305.cc
[2163/2214] Compiling e_aesctrhmac.cc
[2164/2214] Compiling cipher_extra.cc
[2165/2214] Compiling e_aesgcmsiv.cc
[2166/2214] Compiling chacha.cc
[2167/2214] Compiling derive_key.cc
[2168/2214] Compiling cbs.cc
[2169/2214] Compiling cbb.cc
[2170/2214] Compiling unicode.cc
[2171/2214] Compiling buf.cc
[2172/2214] Compiling ber.cc
[2173/2214] Compiling asn1_compat.cc
[2174/2214] Compiling printf.cc
[2175/2214] Compiling bn_asn1.cc
[2176/2214] Compiling convert.cc
[2177/2214] Compiling hexdump.cc
[2178/2214] Compiling file.cc
[2179/2214] Compiling pair.cc
[2180/2214] Compiling blake2.cc
[2181/2214] Compiling fd.cc
[2182/2214] Compiling errno.cc
[2183/2214] Compiling bio_mem.cc
[2184/2214] Compiling base64.cc
[2185/2214] Compiling bio.cc
[2186/2214] Compiling tasn_typ.cc
[2187/2214] Compiling tasn_utl.cc
[2188/2214] Compiling tasn_new.cc
[2189/2214] Compiling tasn_fre.cc
[2190/2214] Compiling posix_time.cc
[2191/2214] Compiling f_string.cc
[2192/2214] Compiling tasn_enc.cc
[2193/2214] Compiling f_int.cc
[2194/2214] Compiling tasn_dec.cc
[2195/2214] Compiling asn_pack.cc
[2196/2214] Compiling asn1_par.cc
[2197/2214] Compiling a_utctm.cc
[2198/2214] Compiling asn1_lib.cc
[2199/2214] Compiling a_strex.cc
[2200/2214] Compiling a_type.cc
[2201/2214] Compiling a_time.cc
[2202/2214] Compiling a_octet.cc
[2203/2214] Compiling a_strnid.cc
[2204/2214] Compiling a_object.cc
[2205/2214] Compiling a_mbstr.cc
[2206/2214] Write sources
[2207/2214] Compiling a_int.cc
[2208/2214] Compiling a_i2d_fp.cc
[2209/2214] Compiling a_dup.cc
[2210/2215] Compiling a_d2i_fp.cc
[2211/2267] Compiling a_gentm.cc
[2212/2267] Compiling a_bool.cc
[2213/2267] Compiling a_bitstr.cc
[2215/2267] Emitting module BitCollections
[2216/2274] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[2217/2274] Compiling BitCollections BitSet+CustomReflectable.swift
[2218/2274] Compiling BitCollections BitSet+CustomStringConvertible.swift
[2219/2274] Compiling BitCollections BitSet+Equatable.swift
[2220/2274] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[2221/2274] Compiling BitCollections BitSet+Extras.swift
[2222/2274] Compiling BitCollections BitSet+Hashable.swift
[2223/2282] Compiling BitCollections BitArray+BitwiseOperations.swift
[2224/2282] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[2225/2282] Compiling BitCollections BitArray+Codable.swift
[2226/2282] Compiling BitCollections BitArray+Collection.swift
[2227/2282] Compiling BitCollections BitArray+Copy.swift
[2228/2282] Compiling BitCollections BitArray+CustomReflectable.swift
[2229/2282] Compiling BitCollections BitArray+Descriptions.swift
[2230/2282] Compiling BitCollections BitArray+Equatable.swift
[2231/2282] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[2232/2282] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[2233/2282] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[2234/2282] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[2235/2282] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[2236/2282] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[2237/2282] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[2238/2282] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[2239/2282] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[2240/2282] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[2241/2282] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[2242/2282] Compiling BitCollections BitSet+SetAlgebra union.swift
[2243/2282] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[2244/2282] Compiling BitCollections BitSet.Counted.swift
[2245/2282] Compiling BitCollections BitSet.Index.swift
[2246/2282] Compiling BitCollections BitSet._UnsafeHandle.swift
[2247/2282] Compiling BitCollections BitSet.swift
[2248/2282] Compiling BitCollections Range+Utilities.swift
[2249/2282] Compiling BitCollections Slice+Utilities.swift
[2250/2282] Compiling BitCollections UInt+Tricks.swift
[2251/2282] Compiling BitCollections _Word.swift
[2252/2282] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[2253/2282] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[2254/2282] Compiling BitCollections BitArray+Extras.swift
[2255/2282] Compiling BitCollections BitArray+Fill.swift
[2256/2282] Compiling BitCollections BitArray+Hashable.swift
[2257/2282] Compiling BitCollections BitArray+Initializers.swift
[2258/2282] Compiling BitCollections BitArray+Invariants.swift
[2259/2282] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[2260/2282] Compiling BitCollections BitSet+Initializers.swift
[2261/2282] Compiling BitCollections BitSet+Invariants.swift
[2262/2282] Compiling BitCollections BitSet+Random.swift
[2263/2282] Compiling BitCollections BitSet+SetAlgebra basics.swift
[2264/2282] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[2265/2282] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[2266/2282] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[2267/2282] Compiling BitCollections BitArray+RandomBits.swift
[2268/2282] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[2269/2282] Compiling BitCollections BitArray+Shifts.swift
[2270/2282] Compiling BitCollections BitArray+Testing.swift
[2271/2282] Compiling BitCollections BitArray._UnsafeHandle.swift
[2272/2282] Compiling BitCollections BitArray.swift
[2273/2282] Compiling BitCollections BitSet+BidirectionalCollection.swift
[2274/2282] Compiling BitCollections BitSet+Codable.swift
[2275/2283] Compiling CryptoBoringWrapper RandomBytes.swift
[2277/2283] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[2278/2283] Emitting module CryptoBoringWrapper
[2279/2283] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[2280/2283] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[2281/2283] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[2282/2283] Compiling CryptoBoringWrapper EllipticCurve.swift
[2283/2283] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[2285/2286] Compiling Collections Collections.swift
[2286/2286] Emitting module Collections
[2288/2399] Compiling MultipartKit FormDataEncoder.swift
[2289/2399] Compiling MultipartKit Storage.swift
[2290/2399] Compiling MultipartKit MultipartFormData.swift
[2291/2401] Compiling AsyncKit Future+Transform.swift
[2292/2401] Compiling AsyncKit Future+Try.swift
[2293/2401] Compiling AsyncKit FutureOperators.swift
[2294/2401] Emitting module MultipartKit
[2295/2403] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2296/2403] Compiling MultipartKit FormDataDecoder.swift
[2297/2403] Compiling MultipartKit FormDataEncoder.Encoder.swift
[2298/2403] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[2299/2403] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[2300/2403] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[2301/2403] Compiling MultipartKit MultipartPart.swift
[2302/2403] Compiling MultipartKit MultipartPartConvertible.swift
[2303/2403] Compiling AsyncKit Optional+StrictMap.swift
[2304/2403] Compiling AsyncKit Exports.swift
[2307/2403] Compiling MultipartKit BasicCodingKey.swift
[2308/2403] Compiling MultipartKit MultipartError.swift
[2309/2403] Compiling MultipartKit Exports.swift
[2311/2403] Compiling MultipartKit MultipartParser.swift
[2312/2403] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2313/2403] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2314/2403] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2315/2403] Compiling MultipartKit MultipartSerializer.swift
[2316/2403] Compiling MultipartKit Utilities.swift
[2318/2404] Emitting module Crypto
[2322/2413] Compiling Crypto HPKE-Modes.swift
[2323/2413] Compiling Crypto Insecure.swift
[2324/2413] Compiling Crypto Insecure_HashFunctions.swift
[2325/2413] Compiling Crypto KEM.swift
[2326/2413] Compiling Crypto ECDH_boring.swift
[2327/2413] Compiling Crypto DH.swift
[2328/2413] Compiling Crypto ECDH.swift
[2329/2413] Compiling Crypto PKCS8PrivateKey.swift
[2330/2413] Compiling Crypto SEC1PrivateKey.swift
[2331/2413] Compiling Crypto SubjectPublicKeyInfo.swift
[2332/2413] Compiling Crypto CryptoKitErrors.swift
[2333/2413] Compiling Crypto Digest_boring.swift
[2334/2413] Compiling Crypto Digest.swift
[2335/2413] Compiling Crypto Digests.swift
[2336/2413] Compiling Crypto HashFunctions.swift
[2337/2413] Compiling Crypto HashFunctions_SHA2.swift
[2338/2413] Compiling Crypto HPKE-AEAD.swift
[2349/2413] Compiling Crypto AES-GCM.swift
[2350/2413] Compiling Crypto AES-GCM_boring.swift
[2351/2413] Compiling Crypto ChaChaPoly_boring.swift
[2352/2413] Compiling Crypto ChaChaPoly.swift
[2353/2413] Compiling Crypto Cipher.swift
[2354/2413] Compiling Crypto Nonces.swift
[2355/2413] Compiling Crypto ASN1.swift
[2356/2413] Compiling Crypto ASN1Any.swift
[2357/2413] Compiling Crypto ASN1BitString.swift
[2358/2413] Compiling Crypto ASN1Boolean.swift
[2359/2413] Compiling Crypto SymmetricKeys.swift
[2360/2413] Compiling Crypto HMAC.swift
[2361/2413] Compiling Crypto MACFunctions.swift
[2362/2413] Compiling Crypto MessageAuthenticationCode.swift
[2363/2413] Compiling Crypto AES.swift
[2364/2413] Compiling Crypto ECDSASignature_boring.swift
[2365/2413] Compiling Crypto ECDSA_boring.swift
[2366/2413] Compiling Crypto EdDSA_boring.swift
[2367/2413] Compiling Crypto ECDSA.swift
[2368/2413] Compiling Crypto Ed25519.swift
[2369/2413] Compiling Crypto ASN1Identifier.swift
[2370/2413] Compiling Crypto ASN1Integer.swift
[2371/2413] Compiling Crypto ASN1Null.swift
[2372/2413] Compiling Crypto ASN1OctetString.swift
[2373/2413] Compiling Crypto ASN1Strings.swift
[2374/2413] Compiling Crypto ArraySliceBigint.swift
[2375/2413] Compiling Crypto GeneralizedTime.swift
[2376/2413] Compiling Crypto ObjectIdentifier.swift
[2377/2413] Compiling Crypto ECDSASignature.swift
[2378/2413] Compiling Crypto PEMDocument.swift
[2389/2413] Compiling Crypto Signature.swift
[2390/2413] Compiling Crypto CryptoKitErrors_boring.swift
[2391/2413] Compiling Crypto RNG_boring.swift
[2392/2413] Compiling Crypto SafeCompare_boring.swift
[2393/2413] Compiling Crypto Zeroization_boring.swift
[2394/2413] Compiling Crypto PrettyBytes.swift
[2395/2413] Compiling Crypto SafeCompare.swift
[2396/2413] Compiling Crypto SecureBytes.swift
[2397/2413] Compiling Crypto Zeroization.swift
[2399/2461] Emitting module JWTKit
[2400/2467] Compiling JWTKit JWTClaim.swift
[2401/2467] Compiling JWTKit JWTMultiValueClaim.swift
[2402/2467] Compiling JWTKit JWTUnixEpochClaim.swift
[2403/2467] Compiling JWTKit LocaleClaim.swift
[2404/2467] Compiling JWTKit NotBeforeClaim.swift
[2405/2467] Compiling JWTKit SubjectClaim.swift
[2406/2467] Compiling JWTKit ECDSAError.swift
[2407/2467] Compiling JWTKit AudienceClaim.swift
[2408/2467] Compiling JWTKit BoolClaim.swift
[2409/2467] Compiling JWTKit ExpirationClaim.swift
[2410/2467] Compiling JWTKit GoogleHostedDomainClaim.swift
[2411/2467] Compiling JWTKit IDClaim.swift
[2412/2467] Compiling JWTKit IssuedAtClaim.swift
[2413/2467] Compiling JWTKit IssuerClaim.swift
[2414/2467] Compiling JWTKit JWTSigner.swift
[2415/2467] Compiling JWTKit JWTSigners.swift
[2416/2467] Compiling JWTKit JWTSigner+UnsecuredNone.swift
[2417/2467] Compiling JWTKit UnsecuredNoneSigner.swift
[2418/2467] Compiling JWTKit JWTSigner+RSA.swift
[2419/2467] Compiling JWTKit RSAError.swift
[2420/2467] Compiling JWTKit RSAKey.swift
[2421/2467] Compiling JWTKit RSASigner.swift
[2422/2467] Compiling JWTKit Base64URL.swift
[2423/2467] Compiling JWTKit BigNumber.swift
[2424/2467] Compiling JWTKit CustomizedJSONCoders.swift
[2425/2467] Compiling JWTKit Exports.swift
[2426/2467] Compiling JWTKit JWTAlgorithm.swift
[2427/2467] Compiling JWTKit JWTError.swift
[2428/2467] Compiling JWTKit JWTHeader.swift
[2429/2467] Compiling JWTKit JWTParser.swift
[2430/2467] Compiling JWTKit JWTPayload.swift
[2431/2467] Compiling JWTKit JWTSerializer.swift
[2432/2467] Compiling JWTKit OctetKeyPair.swift
[2433/2467] Compiling JWTKit HMACError.swift
[2434/2467] Compiling JWTKit HMACSigner.swift
[2435/2467] Compiling JWTKit JWTSigner+HMAC.swift
[2436/2467] Compiling JWTKit JWK.swift
[2437/2467] Compiling JWTKit JWKIdentifier.swift
[2438/2467] Compiling JWTKit JWKS.swift
[2439/2467] Compiling JWTKit ECDSAKey.swift
[2440/2467] Compiling JWTKit ECDSASigner.swift
[2441/2467] Compiling JWTKit JWTSigner+ECDSA.swift
[2442/2467] Compiling JWTKit EdDSAError.swift
[2443/2467] Compiling JWTKit EdDSAKey.swift
[2444/2467] Compiling JWTKit EdDSASigner.swift
[2445/2467] Compiling JWTKit JWTSigner+EdDSA.swift
[2446/2467] Compiling JWTKit OpenSSLSigner.swift
[2447/2467] Compiling JWTKit Utilities.swift
[2448/2467] Compiling JWTKit AppleIdentityToken.swift
[2449/2467] Compiling JWTKit GoogleIdentityToken.swift
[2450/2467] Compiling JWTKit MicrosoftIdentitiyToken.swift
[2451/2467] Compiling JWTKit X5CVerifier.swift
[2459/2468] Emitting module AsyncKit
[2470/2638] Compiling Vapor Core.swift
[2471/2638] Compiling Vapor Running.swift
[2472/2638] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2473/2638] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2474/2638] Compiling Vapor DotEnvFile+load.swift
[2475/2638] Compiling Vapor Routes+caseInsenstive.swift
[2476/2638] Compiling Vapor Validatable+validate.swift
[2477/2638] Compiling Vapor Environment+Process.swift
[2478/2638] Compiling Vapor Environment+Secret.swift
[2479/2638] Compiling Vapor Environment.swift
[2480/2638] Compiling Vapor Abort.swift
[2481/2638] Compiling Vapor AbortError.swift
[2482/2638] Compiling Vapor DebuggableError.swift
[2483/2638] Compiling Vapor Demangler.swift
[2484/2638] Compiling Vapor ErrorSource.swift
[2485/2638] Compiling Vapor StackTrace.swift
[2486/2638] Compiling Vapor Exports.swift
[2487/2638] Compiling Vapor Application+HTTP.swift
[2488/2638] Compiling Vapor BasicResponder.swift
[2489/2638] Compiling Vapor BodyStream.swift
[2490/2638] Compiling Vapor Application+HTTP+Client.swift
[2491/2638] Compiling Vapor EventLoopHTTPClient.swift
[2492/2638] Compiling Vapor EndpointCache.swift
[2493/2638] Compiling Vapor HTTPMethod+String.swift
[2494/2662] Compiling Vapor Bytes+Hex.swift
[2495/2662] Compiling Vapor Bytes+SecureCompare.swift
[2496/2662] Compiling Vapor Collection+Safe.swift
[2497/2662] Compiling Vapor DataProtocol+Copy.swift
[2498/2662] Compiling Vapor DecoderUnwrapper.swift
[2499/2662] Compiling Vapor DirectoryConfiguration.swift
[2500/2662] Compiling Vapor DotEnv.swift
[2501/2662] Compiling Vapor Extendable.swift
[2502/2662] Compiling Vapor File.swift
[2503/2662] Compiling Vapor FileIO.swift
[2504/2662] Compiling Vapor LifecycleHandler.swift
[2505/2662] Compiling Vapor OptionalType.swift
[2506/2662] Compiling Vapor RFC1123.swift
[2507/2662] Compiling Vapor SocketAddress+Hostname.swift
[2508/2662] Compiling Vapor Storage.swift
[2509/2662] Compiling Vapor String+IsIPAddress.swift
[2510/2662] Compiling Vapor Thread.swift
[2511/2662] Compiling Vapor URI.swift
[2512/2662] Compiling Vapor RangeResult.swift
[2513/2662] Compiling Vapor Validatable.swift
[2514/2662] Compiling Vapor Validation.swift
[2515/2662] Compiling Vapor ValidationKey.swift
[2516/2662] Compiling Vapor Validations.swift
[2517/2662] Compiling Vapor ValidationsError.swift
[2518/2686] Compiling Vapor Validator.swift
[2519/2686] Compiling Vapor ValidatorResult.swift
[2520/2686] Compiling Vapor And.swift
[2521/2686] Compiling Vapor Case.swift
[2522/2686] Compiling Vapor CharacterSet.swift
[2523/2686] Compiling Vapor Count.swift
[2524/2686] Compiling Vapor Custom.swift
[2525/2686] Compiling Vapor Email.swift
[2526/2686] Compiling Vapor Empty.swift
[2527/2686] Compiling Vapor In.swift
[2528/2686] Compiling Vapor Nil.swift
[2529/2686] Compiling Vapor NilIgnoring.swift
[2530/2686] Compiling Vapor Not.swift
[2531/2686] Compiling Vapor Or.swift
[2532/2686] Compiling Vapor Pattern.swift
[2533/2686] Compiling Vapor Range.swift
[2534/2686] Compiling Vapor URL.swift
[2535/2686] Compiling Vapor Valid.swift
[2536/2686] Compiling Vapor Application+Views.swift
[2537/2686] Compiling Vapor PlaintextRenderer.swift
[2538/2686] Compiling Vapor Request+View.swift
[2539/2686] Compiling Vapor View.swift
[2540/2686] Compiling Vapor ViewRenderer.swift
[2541/2686] Compiling Vapor _Deprecations.swift
[2542/2686] Compiling Vapor Service.swift
[2543/2686] Compiling Vapor Application+Sessions.swift
[2544/2686] Compiling Vapor MemorySessions.swift
[2545/2686] Compiling Vapor Request+Session.swift
[2546/2686] Compiling Vapor Session.swift
[2547/2686] Compiling Vapor SessionCache.swift
[2548/2686] Compiling Vapor SessionData.swift
[2549/2686] Compiling Vapor SessionDriver.swift
[2550/2686] Compiling Vapor SessionsConfiguration.swift
[2551/2686] Compiling Vapor SessionsMiddleware.swift
[2552/2686] Compiling Vapor URLEncodedFormData.swift
[2553/2686] Compiling Vapor URLEncodedFormDecoder.swift
[2554/2686] Compiling Vapor URLEncodedFormEncoder.swift
[2555/2686] Compiling Vapor URLEncodedFormError.swift
[2556/2686] Compiling Vapor URLEncodedFormParser.swift
[2557/2686] Compiling Vapor URLEncodedFormSerializer.swift
[2558/2686] Compiling Vapor URLQueryFragmentConvertible.swift
[2559/2686] Compiling Vapor AnyResponse.swift
[2560/2686] Compiling Vapor Array+Random.swift
[2561/2686] Compiling Vapor Base32.swift
[2562/2686] Compiling Vapor Base64.swift
[2563/2686] Compiling Vapor BaseN.swift
[2564/2686] Compiling Vapor BasicCodingKey.swift
[2565/2686] Compiling Vapor ByteCount.swift
[2566/2686] Compiling Vapor Request+Body.swift
[2567/2686] Compiling Vapor Request+BodyStream.swift
[2568/2686] Compiling Vapor Request.swift
[2569/2686] Compiling Vapor Application+Responder.swift
[2570/2686] Compiling Vapor DefaultResponder.swift
[2571/2686] Compiling Vapor Response+Body.swift
[2572/2686] Compiling Vapor Response.swift
[2573/2686] Compiling Vapor ResponseCodable.swift
[2574/2686] Compiling Vapor Application+Routes.swift
[2575/2686] Compiling Vapor Parameters+Require.swift
[2576/2686] Compiling Vapor Request+WebSocket.swift
[2577/2686] Compiling Vapor Route.swift
[2578/2686] Compiling Vapor RouteCollection.swift
[2579/2686] Compiling Vapor Routes.swift
[2580/2686] Compiling Vapor RoutesBuilder+Group.swift
[2581/2686] Compiling Vapor RoutesBuilder+Method.swift
[2582/2686] Compiling Vapor RoutesBuilder+Middleware.swift
[2583/2686] Compiling Vapor RoutesBuilder+WebSocket.swift
[2584/2686] Compiling Vapor RoutesBuilder.swift
[2585/2686] Compiling Vapor OTP.swift
[2586/2686] Compiling Vapor Application+Servers.swift
[2587/2686] Compiling Vapor Server.swift
[2588/2686] Compiling Vapor App+Service.swift
[2589/2686] Compiling Vapor Req+Service.swift
[2590/2686] Emitting module Vapor
[2591/2686] Compiling Vapor AsyncBasicResponder.swift
[2592/2686] Compiling Vapor AsyncMiddleware.swift
[2593/2686] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2594/2686] Compiling Vapor AsyncSessionDriver.swift
[2595/2686] Compiling Vapor Authentication+Concurrency.swift
[2596/2686] Compiling Vapor Cache+Concurrency.swift
[2597/2686] Compiling Vapor Client+Concurrency.swift
[2598/2686] Compiling Vapor RequestBody+Concurrency.swift
[2599/2686] Compiling Vapor Responder+Concurrency.swift
[2600/2686] Compiling Vapor ResponseCodable+Concurrency.swift
[2601/2686] Compiling Vapor RoutesBuilder+Concurrency.swift
[2602/2686] Compiling Vapor ViewRenderer+Concurrency.swift
[2603/2686] Compiling Vapor WebSocket+Concurrency.swift
[2604/2686] Compiling Vapor ContainerGetPathExecutor.swift
[2605/2686] Compiling Vapor Content.swift
[2606/2686] Compiling Vapor ContentCoders.swift
[2607/2686] Compiling Vapor ContentConfiguration.swift
[2608/2686] Compiling Vapor ContentContainer.swift
[2609/2686] Compiling Vapor JSONCoder+Custom.swift
[2610/2686] Compiling Vapor JSONCoders+Content.swift
[2611/2686] Compiling Vapor PlaintextDecoder.swift
[2612/2686] Compiling Vapor PlaintextEncoder.swift
[2613/2686] Compiling Vapor URLQueryCoders.swift
[2614/2686] Compiling Vapor URLQueryContainer.swift
[2615/2686] Compiling Vapor HTTPStatus.swift
[2616/2686] Compiling Vapor HTTPCookies.swift
[2617/2686] Compiling Vapor HTTPHeaderCacheControl.swift
[2618/2686] Compiling Vapor HTTPHeaderExpires.swift
[2619/2686] Compiling Vapor HTTPHeaderLastModified.swift
[2620/2686] Compiling Vapor HTTPHeaders+Cache.swift
[2621/2686] Compiling Vapor HTTPHeaders+Connection.swift
[2622/2686] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2623/2686] Compiling Vapor HTTPHeaders+ContentRange.swift
[2624/2686] Compiling Vapor HTTPHeaders+Directive.swift
[2625/2686] Compiling Vapor HTTPHeaders+Forwarded.swift
[2626/2686] Compiling Vapor HTTPHeaders+Link.swift
[2627/2686] Compiling Vapor HTTPHeaders+Name.swift
[2628/2686] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2629/2686] Compiling Vapor HTTPHeaders.swift
[2630/2686] Compiling Vapor HTTPMediaType.swift
[2631/2686] Compiling Vapor HTTPMediaTypePreference.swift
[2632/2686] Compiling Vapor Responder.swift
[2633/2686] Compiling Vapor Application+HTTP+Server.swift
[2634/2686] Compiling Vapor HTTPServer.swift
[2635/2686] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2636/2686] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2637/2686] Compiling Vapor HTTPServerHandler.swift
[2638/2686] Compiling Vapor HTTPServerRequestDecoder.swift
[2639/2686] Compiling Vapor HTTPServerResponseEncoder.swift
[2640/2686] Compiling Vapor HTTPServerUpgradeHandler.swift
[2641/2686] Compiling Vapor Logger+Report.swift
[2642/2686] Compiling Vapor LoggingSystem+Environment.swift
[2643/2686] Compiling Vapor Application+Middleware.swift
[2644/2686] Compiling Vapor CORSMiddleware.swift
[2645/2686] Compiling Vapor ErrorMiddleware.swift
[2646/2686] Compiling Vapor FileMiddleware.swift
[2647/2686] Compiling Vapor Middleware.swift
[2648/2686] Compiling Vapor MiddlewareConfiguration.swift
[2649/2686] Compiling Vapor ResponseCompressionMiddleware.swift
[2650/2686] Compiling Vapor RouteLoggingMiddleware.swift
[2651/2686] Compiling Vapor TracingMiddleware.swift
[2652/2686] Compiling Vapor File+Multipart.swift
[2653/2686] Compiling Vapor FormDataDecoder+Content.swift
[2654/2686] Compiling Vapor FormDataEncoder+Content.swift
[2655/2686] Compiling Vapor Application+Password.swift
[2656/2686] Compiling Vapor Application+Passwords.swift
[2657/2686] Compiling Vapor AsyncPasswordHasher.swift
[2658/2686] Compiling Vapor BcryptHasher.swift
[2659/2686] Compiling Vapor PasswordHasher.swift
[2660/2686] Compiling Vapor PlaintextHasher.swift
[2661/2686] Compiling Vapor Request+Password.swift
[2662/2686] Compiling Vapor Redirect.swift
[2663/2686] Compiling Vapor Application.swift
[2664/2686] Compiling Vapor AuthenticationCache.swift
[2665/2686] Compiling Vapor Authenticator.swift
[2666/2686] Compiling Vapor BasicAuthorization.swift
[2667/2686] Compiling Vapor BearerAuthorization.swift
[2668/2686] Compiling Vapor GuardMiddleware.swift
[2669/2686] Compiling Vapor RedirectMiddleware.swift
[2670/2686] Compiling Vapor SessionAuthenticatable.swift
[2671/2686] Compiling Vapor Bcrypt.swift
[2672/2686] Compiling Vapor Application+Cache.swift
[2673/2686] Compiling Vapor Cache.swift
[2674/2686] Compiling Vapor CacheExpirationTime.swift
[2675/2686] Compiling Vapor MemoryCache.swift
[2676/2686] Compiling Vapor Request+Cache.swift
[2677/2686] Compiling Vapor Application+Clients.swift
[2678/2686] Compiling Vapor Client.swift
[2679/2686] Compiling Vapor ClientRequest.swift
[2680/2686] Compiling Vapor ClientResponse.swift
[2681/2686] Compiling Vapor Request+Client.swift
[2682/2686] Compiling Vapor BootCommand.swift
[2683/2686] Compiling Vapor CommandContext+Application.swift
[2684/2686] Compiling Vapor RoutesCommand.swift
[2685/2686] Compiling Vapor ServeCommand.swift
[2686/2686] Compiling Vapor AnyResponse+Concurrency.swift
[2688/2698] Compiling JWT JWTError+Vapor.swift
[2689/2699] Compiling JWT JWTAuthenticator.swift
[2690/2699] Compiling JWT JWT+Microsoft.swift
[2691/2699] Compiling JWT JWT+Google.swift
[2692/2699] Compiling JWT Application+JWT.swift
[2693/2699] Compiling JWT AsyncJWTAuthenticator.swift
[2694/2699] Compiling JWT Exports.swift
[2695/2699] Compiling JWT JWKSCache.swift
[2696/2699] Compiling JWT JWT+Apple.swift
[2697/2699] Compiling JWT JWT+Concurrency.swift
[2698/2699] Emitting module JWT
[2699/2699] Compiling JWT Request+JWT.swift
[2701/2711] Compiling SignInWithApple AppleTokenResponse.swift
[2702/2712] Compiling SignInWithApple JSONDecoder+Apple.swift
[2703/2712] Compiling SignInWithApple Client+SignInWithApple.swift
[2704/2712] Compiling SignInWithApple AppleErrorResponse.swift
[2705/2712] Compiling SignInWithApple ApplePrivateKey.swift
[2706/2712] Emitting module SignInWithApple
[2707/2712] Compiling SignInWithApple AppleTokenGenerationDetails.swift
[2708/2712] Compiling SignInWithApple Request+SignInWithApple.swift
[2709/2712] Compiling SignInWithApple AppleAuthToken.swift
[2710/2712] Compiling SignInWithApple AppleTokenInvalidationRequest.swift
[2711/2712] Compiling SignInWithApple AppleTokenRequest.swift
[2712/2712] Compiling SignInWithApple AppleTokenValidationDetails.swift
Build complete! (527.58s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.99.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" : "SignInWithApple",
  "name" : "SignInWithApple",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SignInWithApple",
      "targets" : [
        "SignInWithApple"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SignInWithAppleTests",
      "module_type" : "SwiftTarget",
      "name" : "SignInWithAppleTests",
      "path" : "Tests/SignInWithAppleTests",
      "sources" : [
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SignInWithApple"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SignInWithApple",
      "module_type" : "SwiftTarget",
      "name" : "SignInWithApple",
      "path" : "Sources/SignInWithApple",
      "product_dependencies" : [
        "Vapor",
        "JWT"
      ],
      "product_memberships" : [
        "SignInWithApple"
      ],
      "sources" : [
        "Coders/JSONDecoder+Apple.swift",
        "Extensions/Client+SignInWithApple.swift",
        "Extensions/Request+SignInWithApple.swift",
        "Models/AppleAuthToken.swift",
        "Models/AppleErrorResponse.swift",
        "Models/ApplePrivateKey.swift",
        "Models/AppleTokenGenerationDetails.swift",
        "Models/AppleTokenInvalidationRequest.swift",
        "Models/AppleTokenRequest.swift",
        "Models/AppleTokenResponse.swift",
        "Models/AppleTokenValidationDetails.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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.