The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of jwt, reference main (4bb2b0), with Swift 6.1 for Linux on 5 Jun 2025 17:00:42 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/jwt.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor/jwt
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4bb2b09 Update JWTTests.swift (#166)
Cloned https://github.com/vapor/jwt.git
Revision (git rev-parse @):
4bb2b0923580c0bdd18f291fab21ac026422dbd2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/jwt.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/jwt.git
https://github.com/vapor/jwt.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "jwt-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-kit.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.110.2",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "jwt",
  "name" : "jwt",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "JWT",
      "targets" : [
        "JWT"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JWTTests",
      "module_type" : "SwiftTarget",
      "name" : "JWTTests",
      "path" : "Tests/JWTTests",
      "product_dependencies" : [
        "VaporTesting"
      ],
      "sources" : [
        "Helpers/ByteBuffer+string.swift",
        "Helpers/isLoggingConfigured.swift",
        "Helpers/withApp.swift",
        "JWTTests.swift",
        "Types/LoginCredentials.swift",
        "Types/LoginResponse.swift",
        "Types/TestUser.swift",
        "Types/UserAuthenticator.swift"
      ],
      "target_dependencies" : [
        "JWT"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JWT",
      "module_type" : "SwiftTarget",
      "name" : "JWT",
      "path" : "Sources/JWT",
      "product_dependencies" : [
        "JWTKit",
        "Vapor"
      ],
      "product_memberships" : [
        "JWT"
      ],
      "sources" : [
        "Application+JWT.swift",
        "Exports.swift",
        "JWKSCache.swift",
        "JWT+Apple.swift",
        "JWT+FirebaseAuth.swift",
        "JWT+Google.swift",
        "JWT+Microsoft.swift",
        "JWTAuthenticator.swift",
        "JWTError+Vapor.swift",
        "Request+JWT.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/jwt-kit.git
[1/74505] Fetching vapor
[2237/83561] Fetching vapor, jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (2.27s)
Fetched https://github.com/vapor/vapor.git from cache (2.30s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.2 (2.97s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-certificates.git
[1/3836] Fetching swift-log
[2341/9991] Fetching swift-log, swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.48s)
[1/14671] Fetching swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (1.78s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.82s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (3.82s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.25s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.74s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.53s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.65s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2609] Fetching websocket-kit
[575/3690] Fetching websocket-kit, swift-service-context
[3691/7009] Fetching websocket-kit, swift-service-context, multipart-kit
[4388/8806] Fetching websocket-kit, swift-service-context, multipart-kit, swift-atomics
[4626/14765] Fetching websocket-kit, swift-service-context, multipart-kit, swift-atomics, swift-algorithms
[5947/19739] Fetching websocket-kit, swift-service-context, multipart-kit, swift-atomics, swift-algorithms, swift-distributed-tracing
Fetched https://github.com/vapor/websocket-kit.git from cache (0.46s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.46s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.49s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.49s)
Fetching https://github.com/apple/swift-nio-ssl.git
[7056/11484] Fetching multipart-kit, swift-algorithms, swift-metrics
[8005/17407] Fetching multipart-kit, swift-algorithms, swift-metrics, swift-nio-extras
Fetched https://github.com/apple/swift-metrics.git from cache (0.33s)
[12979/26728] Fetching multipart-kit, swift-algorithms, swift-nio-extras, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.44s)
Fetching https://github.com/vapor/routing-kit.git
[9592/35648] Fetching multipart-kit, swift-algorithms, swift-nio-http2, swift-nio-ssl
[21404/56500] Fetching multipart-kit, swift-algorithms, swift-nio-http2, swift-nio-ssl, routing-kit
[42801/132695] Fetching multipart-kit, swift-algorithms, swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (1.58s)
[49410/126736] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.64s)
Fetching https://github.com/vapor/async-kit.git
[50835/123417] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.17s)
[39456/111890] Fetching swift-nio-ssl, routing-kit, swift-nio
Fetching https://github.com/swift-server/async-http-client.git
[59317/117882] Fetching swift-nio-ssl, routing-kit, swift-nio, console-kit
[60559/120252] Fetching swift-nio-ssl, routing-kit, swift-nio, console-kit, async-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.09s)
[54445/99400] Fetching swift-nio-ssl, swift-nio, console-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.36s)
[52837/97030] Fetching swift-nio-ssl, swift-nio, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.47s)
[52180/105052] Fetching swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.92s)
[63541/90209] Fetching swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.89s)
[51051/76195] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.61s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (5.88s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.43s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.47s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.37s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.81s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.70s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[4392/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.34s)
[1494/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.98s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.46s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.42s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.43s)
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.27s)
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.78s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.69s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.64s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
[20/2045] Fetching swift-http-types, swift-http-structured-headers
[2046/7030] Fetching swift-http-types, swift-http-structured-headers, swift-async-algorithms
[2695/9456] Fetching swift-http-types, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-types.git from cache (0.39s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.40s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.44s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.44s)
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 (0.87s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.57s)
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.82s)
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.46s)
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.43s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.47s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.47s)
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.45s)
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.45s)
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.65s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.47s)
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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.0
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.1.2
Creating working copy for https://github.com/vapor/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/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-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/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/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/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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/836] Write sources
[51/836] Compiling _NumericsShims _NumericsShims.c
[52/836] Compiling _AtomicsShims.c
[53/836] Compiling CNIOWindows shim.c
[54/836] Compiling CNIOWindows WSAStartup.c
[55/836] Compiling CNIOWASI CNIOWASI.c
[56/836] Compiling CVaporBcrypt blf.c
[57/836] Compiling CVaporBcrypt bcrypt.c
[57/836] Compiling CSystem shims.c
[59/836] Compiling CNIOSHA1 c_nio_sha1.c
[60/836] Compiling CNIOLinux liburing_shims.c
[61/836] Compiling CNIODarwin shim.c
[62/836] Compiling CNIOExtrasZlib empty.c
[63/836] Compiling CNIOLLHTTP c_nio_http.c
[64/836] Compiling CNIOLinux shim.c
[65/836] Compiling fiat_p256_adx_sqr.S
[66/836] Compiling fiat_p256_adx_mul.S
[67/836] Compiling fiat_curve25519_adx_square.S
[68/836] Compiling CNIOLLHTTP c_nio_api.c
[69/836] Compiling fiat_curve25519_adx_mul.S
[70/836] Write swift-version-24593BA9C3E375BF.txt
[71/836] Compiling CNIOLLHTTP c_nio_llhttp.c
[72/840] Compiling CNIOBoringSSLShims shims.c
[73/842] Compiling tls_method.cc
[74/842] Compiling tls13_both.cc
[74/842] Compiling tls13_server.cc
[76/842] Compiling tls13_client.cc
[76/842] Compiling tls13_enc.cc
[78/842] Compiling tls_record.cc
[80/907] Emitting module SystemPackage
[81/910] Compiling _NIOBase64 Base64.swift
[82/910] Emitting module _NIOBase64
[83/910] Compiling RealModule AugmentedArithmetic.swift
[84/910] Compiling RealModule Double+Real.swift
[85/911] Compiling _NIODataStructures _TinyArray.swift
[86/912] Emitting module ServiceContextModule
[87/912] Compiling ServiceContextModule ServiceContext.swift
[88/912] Compiling ServiceContextModule ServiceContextKey.swift
[89/912] Emitting module _CertificateInternals
[90/912] Compiling _CertificateInternals _TinyArray.swift
[91/913] Compiling RealModule Float16+Real.swift
[92/914] Compiling RealModule Real.swift
[93/914] Compiling RealModule Float80+Real.swift
[94/914] Emitting module RealModule
[95/914] Compiling RealModule AlgebraicField.swift
[96/914] Compiling RealModule ApproximateEquality.swift
[97/914] Compiling _NIODataStructures PriorityQueue.swift
[98/914] Compiling SystemPackage FilePathParsing.swift
[99/914] Compiling SystemPackage FilePathString.swift
[100/914] Compiling SystemPackage FilePathSyntax.swift
[101/914] Compiling SystemPackage FilePathTemp.swift
[106/914] Compiling RealModule ElementaryFunctions.swift
[107/914] Compiling RealModule Float+Real.swift
[109/914] Compiling RealModule RealFunctions.swift
[112/915] Compiling SystemPackage Errno.swift
[113/915] Compiling SystemPackage ErrnoWindows.swift
[114/915] Compiling SystemPackage FileDescriptor.swift
[115/915] Compiling SystemPackage FileHelpers.swift
[116/915] Compiling SystemPackage FileOperations.swift
[117/915] Compiling SystemPackage FilePath.swift
[118/915] Compiling SystemPackage FilePathComponentView.swift
[119/915] Compiling SystemPackage FilePathComponents.swift
[121/915] Compiling SystemPackage Util+StringArray.swift
[122/915] Compiling SystemPackage Util.swift
[123/915] Compiling SystemPackage UtilConsumers.swift
[124/938] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[125/939] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[126/939] Compiling InternalCollectionsUtilities Debugging.swift
[127/939] Compiling InternalCollectionsUtilities Descriptions.swift
[128/939] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[129/939] Compiling Instrumentation NoOpInstrument.swift
[130/939] Compiling Instrumentation MultiplexInstrument.swift
[133/941] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[134/941] Compiling Logging MetadataProvider.swift
[135/941] Compiling _NIODataStructures Heap.swift
[136/941] Emitting module _NIODataStructures
[137/941] Emitting module Instrumentation
[138/941] Compiling Instrumentation Instrument.swift
[139/941] Compiling Instrumentation Locks.swift
[140/942] Compiling Instrumentation InstrumentationSystem.swift
[141/942] Emitting module Logging
[142/942] Compiling Logging Locks.swift
[143/943] Emitting module CoreMetrics
[144/943] Compiling CoreMetrics Locks.swift
[145/943] Compiling Logging Logging.swift
[146/943] Compiling Logging LogHandler.swift
[147/944] Compiling SwiftASN1 DER.swift
[148/944] Compiling SwiftASN1 Errors.swift
[149/944] Compiling SystemPackage SystemString.swift
[150/944] Compiling SystemPackage Backcompat.swift
[151/944] Compiling SystemPackage CInterop.swift
[152/944] Compiling SystemPackage Constants.swift
[153/944] Compiling SystemPackage Exports.swift
[154/944] Compiling SystemPackage Mocking.swift
[155/944] Compiling SystemPackage RawBuffer.swift
[156/944] Compiling SystemPackage Syscalls.swift
[157/944] Compiling SystemPackage WindowsSyscallAdapters.swift
[158/944] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[159/944] Compiling InternalCollectionsUtilities _SortedCollection.swift
[164/945] Compiling InternalCollectionsUtilities UInt+reversed.swift
[165/945] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[166/945] Emitting module InternalCollectionsUtilities
[168/945] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[169/945] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[171/945] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[172/945] Compiling InternalCollectionsUtilities Integer rank.swift
[181/1028] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[182/1028] Compiling _RopeModule BigString+Chunk+Breaks.swift
[183/1028] Compiling _RopeModule BigString+Chunk+Counts.swift
[184/1028] Compiling CoreMetrics Metrics.swift
[185/1029] Compiling _RopeModule BigString+Iterators.swift
[186/1029] Compiling _RopeModule BigString+Metrics.swift
[187/1029] Compiling Tracing TracingTime.swift
[188/1029] Compiling t1_enc.cc
[190/1029] Emitting module Tracing
[191/1029] Compiling Tracing TracerProtocol.swift
[192/1029] Compiling _RopeModule BigString+Debugging.swift
[193/1029] Compiling _RopeModule BigString+Index.swift
[194/1029] Compiling Tracing Tracer.swift
[195/1029] Compiling Tracing TracerProtocol+Legacy.swift
[196/1045] Compiling RoutingKit PathComponent.swift
[197/1091] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[198/1091] Compiling HeapModule Heap+Invariants.swift
[199/1091] Compiling HeapModule Heap+Descriptions.swift
[200/1091] Compiling RoutingKit Router.swift
[201/1091] Compiling RoutingKit TrieRouter.swift
[202/1091] Compiling Tracing NoOpTracer.swift
[203/1091] Compiling Tracing SpanProtocol.swift
[204/1091] Compiling Tracing InstrumentationSystem+Tracing.swift
[205/1092] Compiling HeapModule Heap.swift
[206/1092] Compiling HeapModule _HeapNode.swift
[208/1092] Compiling HeapModule Heap+UnsafeHandle.swift
[209/1092] Emitting module SwiftASN1
[210/1093] Emitting module HeapModule
[212/1096] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[213/1096] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[214/1096] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[215/1096] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[216/1096] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[217/1096] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[218/1096] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[220/1103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[221/1103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[222/1103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[223/1103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[224/1103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[225/1103] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[226/1103] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[227/1103] Compiling RoutingKit Parameters.swift
[228/1103] Compiling RoutingKit AnyRouter.swift
[229/1103] Emitting module RoutingKit
[229/1119] Compiling ssl_versions.cc
[231/1170] Emitting module Metrics
[233/1177] Compiling Metrics Metrics.swift
[234/1196] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[235/1196] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[236/1196] Compiling HashTreeCollections _HashNode+Structural merge.swift
[237/1196] Compiling HashTreeCollections _AncestorHashSlots.swift
[238/1196] Compiling HashTreeCollections _Bitmap.swift
[239/1196] Compiling HashTreeCollections _Bucket.swift
[240/1196] Compiling HashTreeCollections _Hash.swift
[241/1196] Compiling HashTreeCollections _HashLevel.swift
[242/1196] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[243/1196] Compiling HashTreeCollections TreeDictionary+Merge.swift
[244/1196] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[245/1196] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[246/1196] Compiling HashTreeCollections TreeDictionary+Values.swift
[247/1196] Compiling HashTreeCollections TreeDictionary.swift
[248/1196] Compiling HashTreeCollections TreeSet+Codable.swift
[249/1196] Compiling HashTreeCollections TreeSet+Collection.swift
[250/1196] Compiling HashTreeCollections _HashNode+Structural union.swift
[251/1196] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[252/1196] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[253/1196] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[254/1196] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[255/1196] Compiling HashTreeCollections _HashNode.swift
[256/1196] Compiling HashTreeCollections _HashNodeHeader.swift
[257/1196] Compiling HashTreeCollections _HashSlot.swift
[258/1196] Compiling HashTreeCollections _HashNode+Builder.swift
[259/1196] Compiling HashTreeCollections _HashNode+Debugging.swift
[260/1196] Compiling HashTreeCollections _HashNode+Initializers.swift
[261/1196] Compiling HashTreeCollections _HashNode+Invariants.swift
[262/1196] Compiling HashTreeCollections _HashNode+Lookups.swift
[263/1196] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[264/1196] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[265/1196] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[266/1196] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[267/1196] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[269/1198] Compiling HashTreeCollections _HashNode+Structural filter.swift
[270/1198] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[282/1207] Compiling ssl_x509.cc
[284/1207] Compiling HashTreeCollections TreeSet+Descriptions.swift
[285/1207] Compiling HashTreeCollections TreeSet+Equatable.swift
[286/1207] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[287/1207] Compiling HashTreeCollections TreeSet+Extras.swift
[288/1207] Compiling HashTreeCollections TreeSet+Filter.swift
[289/1207] Compiling HashTreeCollections _HashTreeIterator.swift
[290/1207] Compiling HashTreeCollections _HashTreeStatistics.swift
[291/1207] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[292/1207] Compiling HashTreeCollections _RawHashNode.swift
[295/1207] Compiling HashTreeCollections _HashNode+Storage.swift
[296/1207] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[299/1207] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[300/1207] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[303/1207] Compiling HashTreeCollections _UnmanagedHashNode.swift
[304/1207] Compiling HashTreeCollections _UnsafePath.swift
[305/1207] Compiling HashTreeCollections TreeDictionary+Codable.swift
[306/1207] Compiling HashTreeCollections TreeDictionary+Collection.swift
[307/1207] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[308/1207] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[309/1207] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[310/1207] Compiling HashTreeCollections TreeSet+Hashable.swift
[311/1207] Compiling HashTreeCollections TreeSet+Sendable.swift
[314/1207] Compiling _RopeModule Rope+Join.swift
[315/1207] Compiling _RopeModule Rope+MutatingForEach.swift
[316/1207] Compiling _RopeModule Rope+Remove.swift
[317/1207] Compiling _RopeModule Rope+RemoveSubrange.swift
[318/1207] Compiling _RopeModule Rope+Split.swift
[319/1207] Compiling _RopeModule Optional Utilities.swift
[320/1207] Compiling _RopeModule String Utilities.swift
[321/1207] Compiling _RopeModule String.Index+ABI.swift
[322/1217] Compiling DequeModule _DequeSlot.swift
[323/1217] Compiling DequeModule _UnsafeWrappedBuffer.swift
[351/1217] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[352/1217] Compiling HashTreeCollections TreeSet+Debugging.swift
[367/1217] Emitting module OrderedCollections
[368/1218] Emitting module DequeModule
[369/1219] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[370/1219] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[371/1219] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[372/1219] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[373/1219] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[374/1219] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[375/1219] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[376/1219] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[377/1219] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[378/1219] Compiling HashTreeCollections TreeSet.swift
[380/1219] Emitting module _RopeModule
[382/1219] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[383/1219] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[384/1219] Compiling HashTreeCollections TreeDictionary+Filter.swift
[385/1219] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[386/1219] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[387/1219] Compiling HashTreeCollections TreeDictionary+Keys.swift
[403/1219] Compiling ssl_stat.cc
[404/1219] Compiling ssl_transcript.cc
[414/1219] Compiling ssl_privkey.cc
[415/1219] Compiling ssl_session.cc
[419/1219] Compiling HashTreeCollections _HashStack.swift
[469/1220] Compiling ssl_key_share.cc
[470/1220] Compiling ssl_file.cc
[472/1220] Emitting module HashTreeCollections
[472/1221] Compiling ssl_credential.cc
[474/1221] Compiling ssl_cert.cc
[475/1221] Compiling ssl_lib.cc
[476/1221] Compiling ssl_cipher.cc
[477/1221] Compiling ssl_buffer.cc
[478/1221] Compiling ssl_asn1.cc
[479/1221] Compiling ssl_aead_ctx.cc
[480/1221] Compiling s3_pkt.cc
[481/1221] Compiling s3_both.cc
[482/1221] Compiling s3_lib.cc
[483/1221] Compiling handshake_client.cc
[484/1221] Compiling handshake_server.cc
[485/1221] Compiling handshake.cc
[486/1221] Compiling handoff.cc
[487/1221] Compiling dtls_record.cc
[488/1221] Compiling encrypted_client_hello.cc
[489/1221] Compiling dtls_method.cc
[490/1221] Compiling md5-x86_64-linux.S
[491/1221] Compiling md5-x86_64-apple.S
[492/1221] Compiling md5-586-linux.S
[493/1221] Compiling md5-586-apple.S
[494/1221] Compiling chacha20_poly1305_x86_64-linux.S
[495/1221] Compiling extensions.cc
[496/1221] Compiling chacha20_poly1305_x86_64-apple.S
[497/1221] Compiling chacha20_poly1305_armv8-win.S
[498/1221] Compiling chacha20_poly1305_armv8-linux.S
[499/1221] Compiling chacha20_poly1305_armv8-apple.S
[500/1221] Compiling d1_pkt.cc
[501/1221] Compiling chacha-x86_64-apple.S
[502/1221] Compiling chacha-x86_64-linux.S
[503/1221] Compiling chacha-x86-linux.S
[504/1221] Compiling chacha-armv8-win.S
[505/1221] Compiling chacha-x86-apple.S
[506/1221] Compiling d1_srtp.cc
[507/1221] Compiling chacha-armv8-linux.S
[508/1221] Compiling chacha-armv8-apple.S
[509/1221] Compiling err_data.cc
[510/1221] Compiling chacha-armv4-linux.S
[511/1221] Compiling aes128gcmsiv-x86_64-apple.S
[512/1221] Compiling x86_64-mont5-apple.S
[513/1221] Compiling x86_64-mont-linux.S
[514/1221] Compiling aes128gcmsiv-x86_64-linux.S
[515/1221] Compiling x86_64-mont5-linux.S
[516/1221] Compiling x86_64-mont-apple.S
[517/1221] Compiling x86-mont-apple.S
[518/1221] Compiling x86-mont-linux.S
[519/1221] Compiling vpaes-x86_64-linux.S
[520/1221] Compiling vpaes-x86_64-apple.S
[521/1221] Compiling vpaes-x86-linux.S
[522/1221] Compiling vpaes-x86-apple.S
[523/1221] Compiling vpaes-armv8-linux.S
[524/1221] Compiling vpaes-armv8-win.S
[525/1221] Compiling vpaes-armv8-apple.S
[526/1221] Compiling sha512-x86_64-apple.S
[527/1221] Compiling vpaes-armv7-linux.S
[528/1221] Compiling sha512-x86_64-linux.S
[529/1221] Compiling sha512-armv8-win.S
[530/1221] Compiling sha512-armv8-apple.S
[531/1221] Compiling sha512-586-linux.S
[532/1221] Compiling sha512-armv4-linux.S
[533/1221] Compiling sha512-armv8-linux.S
[534/1221] Compiling sha512-586-apple.S
[535/1221] Compiling sha256-x86_64-apple.S
[536/1221] Compiling sha256-x86_64-linux.S
[537/1221] Compiling sha256-armv8-win.S
[538/1221] Compiling sha256-armv8-linux.S
[539/1221] Compiling sha256-armv4-linux.S
[540/1221] Compiling sha256-armv8-apple.S
[541/1221] Compiling bio_ssl.cc
[542/1221] Compiling sha256-586-linux.S
[543/1221] Compiling sha256-586-apple.S
[544/1221] Compiling sha1-x86_64-apple.S
[545/1221] Compiling sha1-armv8-linux.S
[546/1221] Compiling sha1-armv8-win.S
[547/1221] Compiling sha1-armv8-apple.S
[548/1221] Compiling sha1-armv4-large-linux.S
[549/1221] Compiling sha1-x86_64-linux.S
[550/1221] Compiling sha1-586-linux.S
[551/1221] Compiling d1_lib.cc
[552/1221] Compiling sha1-586-apple.S
[553/1221] Compiling rsaz-avx2-linux.S
[554/1221] Compiling rsaz-avx2-apple.S
[555/1221] Compiling rdrand-x86_64-apple.S
[556/1221] Compiling rdrand-x86_64-linux.S
[557/1221] Compiling p256_beeu-x86_64-asm-linux.S
[558/1221] Compiling p256_beeu-x86_64-asm-apple.S
[559/1221] Compiling p256_beeu-armv8-asm-win.S
[560/1221] Compiling p256_beeu-armv8-asm-linux.S
[561/1221] Compiling p256_beeu-armv8-asm-apple.S
[562/1221] Compiling p256-x86_64-asm-linux.S
[563/1221] Compiling p256-x86_64-asm-apple.S
[564/1221] Compiling p256-armv8-asm-linux.S
[565/1221] Compiling p256-armv8-asm-apple.S
[566/1221] Compiling p256-armv8-asm-win.S
[567/1221] Compiling ghashv8-armv8-linux.S
[568/1221] Compiling ghashv8-armv8-win.S
[569/1221] Compiling ghashv8-armv8-apple.S
[570/1221] Compiling ghash-x86-linux.S
[571/1221] Compiling ghash-x86_64-apple.S
[572/1221] Compiling ghashv8-armv7-linux.S
[573/1221] Compiling ghash-x86_64-linux.S
[574/1221] Compiling ghash-ssse3-x86_64-linux.S
[575/1221] Compiling ghash-x86-apple.S
[576/1221] Compiling ghash-ssse3-x86-linux.S
[577/1221] Compiling ghash-ssse3-x86-apple.S
[578/1221] Compiling ghash-ssse3-x86_64-apple.S
[579/1221] Compiling ghash-neon-armv8-apple.S
[580/1221] Compiling ghash-neon-armv8-win.S
[581/1221] Compiling ghash-neon-armv8-linux.S
[582/1221] Compiling co-586-linux.S
[583/1221] Compiling ghash-armv4-linux.S
[584/1221] Compiling co-586-apple.S
[585/1221] Compiling bn-armv8-win.S
[586/1221] Compiling bn-armv8-linux.S
[587/1221] Compiling bsaes-armv7-linux.S
[588/1221] Compiling bn-586-linux.S
[589/1221] Compiling bn-armv8-apple.S
[590/1221] Compiling bn-586-apple.S
[591/1221] Compiling armv8-mont-win.S
[592/1221] Compiling armv8-mont-linux.S
[593/1221] Compiling aesv8-gcm-armv8-win.S
[593/1221] Compiling armv4-mont-linux.S
[595/1221] Compiling armv8-mont-apple.S
[596/1221] Compiling aesv8-gcm-armv8-linux.S
[597/1221] Compiling aesv8-armv8-win.S
[598/1221] Compiling aesv8-gcm-armv8-apple.S
[599/1221] Compiling aesv8-armv8-linux.S
[600/1221] Compiling aesv8-armv7-linux.S
[601/1221] Compiling aesv8-armv8-apple.S
[602/1221] Compiling aesni-x86_64-linux.S
[603/1221] Compiling aesni-x86-linux.S
[604/1221] Compiling aesni-x86_64-apple.S
[605/1221] Compiling aesni-x86-apple.S
[606/1221] Compiling aesni-gcm-x86_64-apple.S
[607/1221] Compiling aesni-gcm-x86_64-linux.S
[608/1221] Compiling aes-gcm-avx2-x86_64-apple.S
[609/1221] Compiling aes-gcm-avx10-x86_64-linux.S
[610/1221] Compiling aes-gcm-avx2-x86_64-linux.S
[611/1221] Compiling aes-gcm-avx10-x86_64-apple.S
[612/1221] Compiling d1_both.cc
[613/1221] Compiling x_x509.cc
[614/1221] Compiling x_x509a.cc
[615/1221] Compiling x_val.cc
[616/1221] Compiling x_sig.cc
[617/1221] Compiling x_spki.cc
[618/1221] Compiling x_req.cc
[619/1221] Compiling x_pubkey.cc
[620/1221] Compiling x_name.cc
[621/1221] Compiling x_exten.cc
[622/1221] Compiling x_crl.cc
[623/1221] Compiling x_attrib.cc
[624/1221] Compiling x_algor.cc
[625/1221] Compiling x509spki.cc
[626/1221] Compiling x_all.cc
[627/1221] Compiling x509name.cc
[628/1221] Compiling x509rset.cc
[629/1221] Compiling x509_vpm.cc
[630/1221] Compiling x509cset.cc
[631/1221] Compiling x509_txt.cc
[632/1221] Compiling x509_trs.cc
[633/1221] Compiling x509_v3.cc
[634/1221] Compiling x509_vfy.cc
[635/1221] Compiling x509_set.cc
[636/1221] Compiling x509_req.cc
[637/1221] Compiling x509_obj.cc
[638/1221] Compiling x509_ext.cc
[639/1221] Compiling x509_lu.cc
[640/1221] Compiling x509_def.cc
[641/1221] Compiling x509_d2.cc
[642/1221] Compiling x509_cmp.cc
[643/1221] Compiling x509_att.cc
[644/1221] Compiling x509.cc
[645/1221] Compiling v3_skey.cc
[646/1221] Compiling v3_prn.cc
[647/1221] Compiling v3_purp.cc
[648/1221] Compiling v3_pcons.cc
[649/1221] Compiling v3_utl.cc
[650/1221] Compiling v3_ocsp.cc
[651/1221] Compiling v3_pmaps.cc
[652/1221] Compiling v3_ncons.cc
[653/1221] Compiling v3_int.cc
[654/1221] Compiling v3_lib.cc
[655/1221] Compiling v3_ia5.cc
[656/1221] Compiling v3_info.cc
[657/1221] Compiling v3_genn.cc
[658/1221] Compiling v3_extku.cc
[659/1221] Compiling v3_enum.cc
[660/1221] Compiling v3_crld.cc
[661/1221] Compiling v3_conf.cc
[662/1221] Compiling v3_akey.cc
[663/1221] Compiling v3_bitst.cc
[664/1221] Compiling v3_alt.cc
[665/1221] Compiling v3_cpols.cc
[666/1221] Compiling v3_bcons.cc
[667/1221] Compiling v3_akeya.cc
[668/1221] Compiling t_x509a.cc
[669/1221] Compiling i2d_pr.cc
[670/1221] Compiling t_req.cc
[671/1221] Compiling policy.cc
[672/1221] Compiling t_x509.cc
[673/1221] Compiling t_crl.cc
[674/1221] Compiling name_print.cc
[675/1221] Compiling rsa_pss.cc
[676/1221] Compiling by_file.cc
[677/1221] Compiling by_dir.cc
[678/1221] Compiling asn1_gen.cc
[679/1221] Compiling voprf.cc
[680/1221] Compiling algorithm.cc
[681/1221] Compiling a_digest.cc
[682/1221] Compiling a_verify.cc
[683/1221] Compiling a_sign.cc
[684/1221] Compiling trust_token.cc
[685/1221] Compiling thread_win.cc
[686/1221] Compiling thread.cc
[687/1221] Compiling thread_pthread.cc
[688/1221] Compiling stack.cc
[689/1221] Compiling thread_none.cc
[690/1221] Compiling slhdsa.cc
[691/1221] Compiling pmbtoken.cc
[692/1221] Compiling siphash.cc
[693/1221] Compiling sha512.cc
[694/1221] Compiling sha256.cc
[695/1221] Compiling sha1.cc
[696/1221] Compiling rsa_extra.cc
[697/1221] Compiling rsa_print.cc
[698/1221] Compiling spake2plus.cc
[699/1221] Compiling rsa_crypt.cc
[700/1221] Compiling rc4.cc
[701/1221] Compiling refcount.cc
[702/1221] Compiling windows.cc
[703/1221] Compiling trusty.cc
[704/1221] Compiling rand.cc
[705/1221] Compiling urandom.cc
[706/1221] Compiling ios.cc
[707/1221] Compiling rsa_asn1.cc
[708/1221] Compiling passive.cc
[709/1221] Compiling getentropy.cc
[710/1221] Compiling poly1305_arm_asm.S
[711/1221] Compiling forkunsafe.cc
[712/1221] Compiling deterministic.cc
[712/1221] Compiling fork_detect.cc
[714/1221] Compiling poly1305.cc
[715/1221] Compiling poly1305_arm.cc
[716/1221] Compiling pool.cc
[717/1221] Compiling poly1305_vec.cc
[718/1221] Compiling pkcs7.cc
[719/1221] Compiling pkcs8_x509.cc
[720/1221] Compiling pkcs8.cc
[721/1221] Compiling p5_pbev2.cc
[722/1221] Compiling pkcs7_x509.cc
[723/1221] Compiling pem_xaux.cc
[724/1221] Compiling pem_x509.cc
[725/1221] Compiling pem_pkey.cc
[726/1221] Compiling pem_pk8.cc
[727/1221] Compiling obj_xref.cc
[728/1221] Compiling mlkem.cc
[729/1221] Compiling pem_oth.cc
[730/1221] Compiling pem_info.cc
[731/1221] Compiling md5.cc
[732/1221] Compiling mldsa.cc
[733/1221] Compiling mem.cc
[734/1221] Compiling obj.cc
[735/1221] Compiling pem_lib.cc
[736/1221] Compiling fips_shared_support.cc
[737/1221] Compiling pem_all.cc
[738/1221] Compiling poly_rq_mul.S
[739/1221] Compiling lhash.cc
[740/1221] Compiling md4.cc
[741/1221] Compiling ex_data.cc
[742/1221] Compiling sign.cc
[743/1221] Compiling hrss.cc
[744/1221] Compiling scrypt.cc
[745/1221] Compiling kyber.cc
[746/1221] Compiling print.cc
[747/1221] Compiling hpke.cc
[748/1221] Compiling p_x25519.cc
[749/1221] Compiling pbkdf.cc
[750/1221] Compiling p_x25519_asn1.cc
[751/1221] Compiling p_rsa_asn1.cc
[752/1221] Compiling p_ed25519.cc
[753/1221] Compiling p_rsa.cc
[754/1221] Compiling p_hkdf.cc
[755/1221] Compiling p_ed25519_asn1.cc
[756/1221] Compiling p_ec.cc
[757/1221] Compiling p_ec_asn1.cc
[758/1221] Compiling p_dh_asn1.cc
[759/1221] Compiling p_dh.cc
[760/1221] Compiling evp_ctx.cc
[761/1221] Compiling evp.cc
[762/1221] Compiling err.cc
[763/1221] Compiling p_dsa_asn1.cc
[764/1221] Compiling engine.cc
[765/1221] Compiling ecdh.cc
[766/1221] Compiling evp_asn1.cc
[767/1221] Compiling ecdsa_asn1.cc
[768/1221] Compiling ec_derive.cc
[769/1221] Compiling hash_to_curve.cc
[770/1221] Compiling dsa.cc
[771/1221] Compiling ec_asn1.cc
[772/1221] Compiling dsa_asn1.cc
[773/1221] Compiling params.cc
[774/1221] Compiling x25519-asm-arm.S
[775/1221] Compiling des.cc
[776/1221] Compiling digest_extra.cc
[777/1221] Compiling dh_asn1.cc
[778/1221] Compiling crypto.cc
[779/1221] Compiling spake25519.cc
[780/1221] Compiling cpu_arm_linux.cc
[781/1221] Compiling cpu_arm_freebsd.cc
[782/1221] Compiling curve25519.cc
[783/1221] Compiling cpu_intel.cc
[784/1221] Compiling bcm.cc
[785/1221] Compiling cpu_aarch64_win.cc
[786/1221] Compiling cpu_aarch64_sysreg.cc
[787/1221] Compiling cpu_aarch64_openbsd.cc
[788/1221] Compiling cpu_aarch64_linux.cc
[789/1221] Compiling cpu_aarch64_fuchsia.cc
[790/1221] Compiling cpu_aarch64_apple.cc
[791/1221] Compiling curve25519_64_adx.cc
[792/1221] Compiling tls_cbc.cc
[793/1221] Compiling conf.cc
[794/1221] Compiling get_cipher.cc
[795/1221] Compiling e_rc4.cc
[796/1221] Compiling e_null.cc
[797/1221] Compiling e_rc2.cc
[798/1221] Compiling e_tls.cc
[799/1221] Compiling e_des.cc
[800/1221] Compiling e_chacha20poly1305.cc
[801/1221] Compiling derive_key.cc
[802/1221] Compiling e_aesgcmsiv.cc
[803/1221] Compiling e_aesctrhmac.cc
[804/1221] Compiling chacha.cc
[805/1221] Compiling unicode.cc
[806/1221] Compiling buf.cc
[807/1221] Compiling cbb.cc
[808/1221] Compiling cbs.cc
[809/1221] Compiling ber.cc
[810/1221] Compiling asn1_compat.cc
[811/1221] Compiling convert.cc
[812/1221] Compiling blake2.cc
[813/1221] Compiling socket_helper.cc
[814/1221] Compiling bn_asn1.cc
[815/1221] Compiling socket.cc
[816/1221] Compiling printf.cc
[817/1221] Compiling hexdump.cc
[818/1221] Compiling pair.cc
[819/1221] Compiling errno.cc
[820/1221] Compiling file.cc
[821/1221] Compiling base64.cc
[822/1221] Compiling bio_mem.cc
[823/1221] Compiling bio.cc
[824/1221] Compiling fd.cc
[825/1221] Compiling tasn_typ.cc
[826/1221] Compiling connect.cc
[827/1221] Compiling tasn_fre.cc
[828/1221] Compiling tasn_enc.cc
[829/1221] Compiling posix_time.cc
[830/1221] Compiling f_int.cc
[831/1221] Compiling f_string.cc
[832/1221] Compiling asn_pack.cc
[833/1221] Compiling tasn_utl.cc
[834/1221] Compiling tasn_new.cc
[835/1221] Compiling tasn_dec.cc
[836/1221] Compiling asn1_par.cc
[837/1221] Compiling a_type.cc
[838/1221] Compiling a_utctm.cc
[839/1221] Compiling a_octet.cc
[840/1221] Compiling asn1_lib.cc
[841/1221] Compiling a_time.cc
[842/1221] Compiling a_strex.cc
[843/1221] Compiling a_strnid.cc
[844/1221] Compiling a_object.cc
[845/1221] Compiling a_int.cc
[845/1221] Compiling a_dup.cc
[847/1221] Compiling a_i2d_fp.cc
[848/1221] Compiling a_mbstr.cc
[849/1221] Compiling fiat_p256_adx_sqr.S
[850/1221] Compiling a_d2i_fp.cc
[851/1221] Compiling fiat_p256_adx_mul.S
[852/1221] Compiling fiat_curve25519_adx_mul.S
[853/1221] Compiling fiat_curve25519_adx_square.S
[854/1221] Compiling md5-x86_64-linux.S
[855/1221] Compiling a_bitstr.cc
[856/1221] Compiling a_gentm.cc
[857/1221] Compiling md5-x86_64-apple.S
[858/1221] Compiling a_bool.cc
[859/1221] Compiling md5-586-linux.S
[860/1221] Compiling md5-586-apple.S
[861/1221] Compiling chacha20_poly1305_x86_64-linux.S
[862/1221] Compiling chacha20_poly1305_x86_64-apple.S
[863/1221] Compiling chacha20_poly1305_armv8-apple.S
[864/1221] Compiling CCryptoBoringSSLShims shims.c
[865/1221] Compiling chacha20_poly1305_armv8-win.S
[866/1221] Compiling chacha20_poly1305_armv8-linux.S
[867/1221] Compiling chacha-x86_64-linux.S
[868/1221] Compiling chacha-x86-linux.S
[869/1221] Compiling chacha-x86_64-apple.S
[870/1221] Compiling chacha-armv8-win.S
[871/1221] Compiling chacha-x86-apple.S
[872/1221] Compiling chacha-armv8-linux.S
[873/1221] Compiling chacha-armv8-apple.S
[874/1221] Compiling chacha-armv4-linux.S
[875/1221] Compiling aes128gcmsiv-x86_64-apple.S
[876/1221] Compiling x86_64-mont5-apple.S
[877/1221] Compiling x86_64-mont-linux.S
[878/1221] Compiling aes128gcmsiv-x86_64-linux.S
[879/1221] Compiling x86_64-mont-apple.S
[880/1221] Compiling err_data.cc
[881/1221] Compiling x86_64-mont5-linux.S
[882/1221] Compiling vpaes-x86_64-apple.S
[883/1221] Compiling x86-mont-linux.S
[884/1221] Compiling vpaes-x86_64-linux.S
[885/1221] Compiling x86-mont-apple.S
[886/1221] Compiling vpaes-x86-linux.S
[887/1221] Compiling vpaes-x86-apple.S
[888/1221] Compiling vpaes-armv8-win.S
[889/1221] Compiling vpaes-armv7-linux.S
[890/1221] Compiling vpaes-armv8-apple.S
[891/1221] Compiling sha512-x86_64-apple.S
[892/1221] Compiling vpaes-armv8-linux.S
[893/1221] Compiling sha512-x86_64-linux.S
[894/1221] Compiling sha512-armv8-apple.S
[894/1221] Compiling sha512-armv8-win.S
[896/1221] Compiling sha512-586-linux.S
[897/1221] Compiling sha512-armv8-linux.S
[898/1221] Compiling sha512-586-apple.S
[899/1221] Compiling sha512-armv4-linux.S
[900/1221] Compiling sha256-x86_64-apple.S
[901/1221] Compiling sha256-x86_64-linux.S
[902/1221] Compiling sha256-armv8-linux.S
[903/1221] Compiling sha256-armv8-win.S
[904/1221] Compiling sha256-armv8-apple.S
[905/1221] Compiling sha256-armv4-linux.S
[906/1221] Compiling sha256-586-linux.S
[907/1221] Compiling sha1-x86_64-apple.S
[908/1221] Compiling sha256-586-apple.S
[909/1221] Compiling sha1-armv8-win.S
[909/1221] Compiling sha1-armv8-apple.S
[911/1221] Compiling sha1-armv8-linux.S
[912/1221] Compiling sha1-x86_64-linux.S
[913/1221] Compiling sha1-586-linux.S
[914/1221] Compiling sha1-armv4-large-linux.S
[915/1221] Compiling sha1-586-apple.S
[916/1221] Compiling rsaz-avx2-linux.S
[917/1221] Compiling rsaz-avx2-apple.S
[918/1221] Compiling rdrand-x86_64-linux.S
[919/1221] Compiling rdrand-x86_64-apple.S
[920/1221] Compiling p256_beeu-x86_64-asm-linux.S
[921/1221] Compiling p256_beeu-x86_64-asm-apple.S
[922/1221] Compiling p256_beeu-armv8-asm-win.S
[923/1221] Compiling p256_beeu-armv8-asm-linux.S
[924/1221] Compiling p256_beeu-armv8-asm-apple.S
[925/1221] Compiling p256-armv8-asm-win.S
[926/1221] Compiling p256-armv8-asm-linux.S
[927/1221] Compiling p256-x86_64-asm-apple.S
[928/1221] Compiling p256-armv8-asm-apple.S
[929/1221] Compiling p256-x86_64-asm-linux.S
[930/1221] Compiling ghashv8-armv8-win.S
[931/1221] Compiling ghashv8-armv8-linux.S
[932/1221] Compiling ghashv8-armv8-apple.S
[933/1221] Compiling ghashv8-armv7-linux.S
[934/1221] Compiling ghash-x86_64-linux.S
[935/1221] Compiling ghash-x86_64-apple.S
[936/1221] Compiling ghash-x86-linux.S
[937/1221] Compiling ghash-x86-apple.S
[938/1221] Compiling ghash-ssse3-x86_64-linux.S
[939/1221] Compiling ghash-ssse3-x86-linux.S
[939/1221] Compiling ghash-ssse3-x86_64-apple.S
[941/1221] Compiling ghash-ssse3-x86-apple.S
[942/1221] Compiling ghash-neon-armv8-win.S
[943/1221] Compiling ghash-neon-armv8-linux.S
[944/1221] Compiling ghash-neon-armv8-apple.S
[945/1221] Compiling co-586-linux.S
[946/1221] Compiling ghash-armv4-linux.S
[947/1221] Compiling co-586-apple.S
[948/1221] Compiling bsaes-armv7-linux.S
[949/1221] Compiling bn-armv8-apple.S
[950/1221] Compiling bn-armv8-win.S
[951/1221] Compiling bn-586-linux.S
[952/1221] Compiling bn-armv8-linux.S
[953/1221] Compiling bn-586-apple.S
[954/1221] Compiling armv8-mont-linux.S
[955/1221] Compiling armv8-mont-win.S
[955/1221] Compiling armv4-mont-linux.S
[957/1221] Compiling aesv8-gcm-armv8-win.S
[958/1221] Compiling armv8-mont-apple.S
[959/1221] Compiling aesv8-gcm-armv8-linux.S
[960/1221] Compiling aesv8-armv8-linux.S
[961/1221] Compiling aesv8-armv8-win.S
[962/1221] Compiling aesv8-gcm-armv8-apple.S
[963/1221] Compiling aesv8-armv7-linux.S
[964/1221] Compiling aesv8-armv8-apple.S
[965/1221] Compiling aesni-x86_64-apple.S
[966/1221] Compiling aesni-x86-linux.S
[967/1221] Compiling aesni-x86-apple.S
[967/1221] Compiling aesni-gcm-x86_64-apple.S
[969/1221] Compiling aesni-x86_64-linux.S
[970/1221] Compiling aesni-gcm-x86_64-linux.S
[971/1221] Compiling aes-gcm-avx10-x86_64-linux.S
[972/1221] Compiling aes-gcm-avx10-x86_64-apple.S
[973/1221] Compiling x_x509a.cc
[974/1221] Compiling x_val.cc
[975/1221] Compiling x_sig.cc
[976/1221] Compiling x_x509.cc
[977/1221] Compiling x_spki.cc
[978/1221] Compiling x_req.cc
[979/1221] Compiling c-nioatomics.c
[980/1221] Compiling x_name.cc
[981/1221] Compiling c-atomics.c
[982/1221] Compiling x_crl.cc
[983/1221] Compiling x_exten.cc
[984/1221] Compiling x_pubkey.cc
[985/1223] Compiling x_attrib.cc
[986/1227] Compiling x_algor.cc
[987/1227] Compiling x_all.cc
[988/1227] Compiling x509spki.cc
[990/1227] Compiling NIOConcurrencyHelpers lock.swift
[990/1227] Compiling x509rset.cc
[991/1227] Compiling x509name.cc
[993/1227] Emitting module NIOConcurrencyHelpers
[994/1227] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[995/1227] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[996/1227] Compiling NIOConcurrencyHelpers NIOLock.swift
[997/1227] Compiling NIOConcurrencyHelpers atomics.swift
[997/1228] Compiling x509_vpm.cc
[998/1228] Compiling x509cset.cc
[999/1228] Compiling x509_vfy.cc
[1000/1228] Compiling x509_v3.cc
[1002/1228] Compiling x509_txt.cc
[1004/1254] Compiling ConsoleKitTerminal Console+Wait.swift
[1005/1254] Compiling ConsoleKitTerminal ConsoleColor.swift
[1006/1254] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1006/1257] Compiling x509_set.cc
[1007/1257] Compiling x509_trs.cc
[1008/1257] Compiling x509_obj.cc
[1009/1257] Compiling x509_req.cc
[1010/1257] Compiling x509_ext.cc
[1011/1257] Compiling x509_def.cc
[1013/1257] Compiling ConsoleKitTerminal Console+Confirm.swift
[1014/1257] Compiling ConsoleKitTerminal Console+Input.swift
[1015/1257] Compiling ConsoleKitTerminal Console+Center.swift
[1016/1257] Compiling ConsoleKitTerminal Console+Output.swift
[1017/1257] Emitting module ConsoleKitTerminal
[1017/1257] Compiling x509_lu.cc
[1019/1257] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1020/1257] Compiling ConsoleKitTerminal ConsoleClear.swift
[1021/1257] Compiling ConsoleKitTerminal Console+Ask.swift
[1022/1257] Compiling ConsoleKitTerminal Console+Choose.swift
[1023/1257] Compiling ConsoleKitTerminal ActivityBar.swift
[1024/1257] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1025/1257] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1026/1257] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1027/1257] Compiling ConsoleKitTerminal CustomActivity.swift
[1028/1257] Compiling ConsoleKitTerminal LoadingBar.swift
[1029/1257] Compiling ConsoleKitTerminal ProgressBar.swift
[1030/1257] Compiling ConsoleKitTerminal Console+Clear.swift
[1031/1257] Compiling ConsoleKitTerminal ConsoleText.swift
[1032/1257] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1033/1257] Compiling ConsoleKitTerminal ANSI.swift
[1034/1257] Compiling ConsoleKitTerminal Console.swift
[1035/1257] Compiling ConsoleKitTerminal Terminal.swift
[1036/1257] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1036/1257] Compiling x509_d2.cc
[1037/1257] Compiling x509.cc
[1038/1257] Compiling v3_utl.cc
[1039/1257] Compiling x509_cmp.cc
[1040/1257] Compiling v3_skey.cc
[1041/1257] Compiling x509_att.cc
[1043/1257] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1044/1257] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1045/1257] Compiling ConsoleKitTerminal LoggerFragment.swift
[1045/1258] Compiling v3_purp.cc
[1047/1258] Compiling v3_prn.cc
[1048/1258] Compiling v3_ocsp.cc
[1049/1258] Compiling v3_pmaps.cc
[1050/1271] Compiling v3_pcons.cc
[1051/1280] Compiling v3_int.cc
[1052/1280] Compiling v3_lib.cc
[1053/1280] Compiling v3_ncons.cc
[1054/1280] Compiling v3_info.cc
[1056/1280] Emitting module ConsoleKitCommands
[1057/1282] Compiling ConsoleKitCommands CommandSignature.swift
[1058/1282] Compiling ConsoleKitCommands Flag.swift
[1059/1282] Compiling ConsoleKitCommands Option.swift
[1060/1282] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1061/1282] Compiling ConsoleKitCommands AsyncCommand.swift
[1062/1282] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1063/1282] Compiling ConsoleKitCommands AsyncCommands.swift
[1064/1282] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1065/1282] Compiling ConsoleKitCommands AnyCommand.swift
[1065/1282] Compiling v3_ia5.cc
[1067/1282] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1068/1282] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1069/1282] Compiling ConsoleKitCommands Argument.swift
[1070/1282] Compiling ConsoleKitCommands CommandGroup.swift
[1071/1282] Compiling ConsoleKitCommands CommandInput.swift
[1072/1282] Compiling ConsoleKitCommands Commands.swift
[1073/1282] Compiling ConsoleKitCommands Command.swift
[1074/1282] Compiling ConsoleKitCommands CommandContext.swift
[1075/1282] Compiling ConsoleKitCommands CommandError.swift
[1075/1282] Compiling v3_genn.cc
[1077/1282] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1078/1282] Compiling ConsoleKitCommands Utilities.swift
[1078/1282] Compiling v3_cpols.cc
[1079/1282] Compiling v3_extku.cc
[1080/1282] Compiling v3_enum.cc
[1081/1282] Compiling v3_crld.cc
[1082/1282] Compiling v3_conf.cc
[1083/1282] Compiling v3_bitst.cc
[1084/1282] Compiling v3_bcons.cc
[1085/1282] Compiling t_x509a.cc
[1086/1282] Compiling v3_akey.cc
[1088/1282] Compiling ConsoleKitCommands Console+Run.swift
[1089/1282] Compiling ConsoleKitCommands ConsoleError.swift
[1090/1282] Compiling ConsoleKitCommands Completion.swift
[1090/1283] Compiling v3_akeya.cc
[1091/1283] Compiling v3_alt.cc
[1093/1283] Compiling t_x509.cc
[1094/1285] Compiling i2d_pr.cc
[1095/1285] Compiling t_crl.cc
[1097/1285] Compiling ConsoleKit Exports.swift
[1098/1285] Emitting module ConsoleKit
[1098/1286] Compiling t_req.cc
[1099/1286] Compiling rsa_pss.cc
[1100/1286] Compiling name_print.cc
[1102/1286] Compiling policy.cc
[1103/1286] Compiling by_file.cc
[1104/1286] Compiling asn1_gen.cc
[1105/1286] Compiling by_dir.cc
[1106/1286] Compiling algorithm.cc
[1107/1286] Compiling a_digest.cc
[1108/1286] Compiling a_verify.cc
[1109/1286] Compiling voprf.cc
[1110/1286] Compiling trust_token.cc
[1111/1286] Compiling a_sign.cc
[1112/1286] Compiling thread_win.cc
[1113/1286] Compiling thread_pthread.cc
[1114/1286] Compiling thread.cc
[1115/1286] Compiling thread_none.cc
[1116/1286] Compiling pmbtoken.cc
[1117/1286] Compiling stack.cc
[1118/1286] Compiling thash.cc
[1119/1286] Compiling wots.cc
[1120/1286] Compiling merkle.cc
[1121/1286] Compiling siphash.cc
[1122/1286] Compiling fors.cc
[1123/1286] Compiling sha512.cc
[1124/1286] Compiling slhdsa.cc
[1125/1286] Compiling sha256.cc
[1126/1286] Compiling sha1.cc
[1127/1286] Compiling rsa_print.cc
[1128/1286] Compiling rsa_extra.cc
[1129/1286] Compiling rc4.cc
[1130/1286] Compiling refcount.cc
[1131/1286] Compiling urandom.cc
[1132/1286] Compiling rsa_asn1.cc
[1133/1286] Compiling rand_extra.cc
[1134/1286] Compiling trusty.cc
[1135/1286] Compiling windows.cc
[1136/1286] Compiling rsa_crypt.cc
[1137/1286] Compiling ios.cc
[1138/1286] Compiling passive.cc
[1139/1286] Compiling getentropy.cc
[1140/1286] Compiling poly1305_arm_asm.S
[1141/1286] Compiling deterministic.cc
[1142/1286] Compiling fork_detect.cc
[1143/1286] Compiling forkunsafe.cc
[1144/1286] Compiling pool.cc
[1145/1286] Compiling poly1305_vec.cc
[1146/1286] Compiling poly1305_arm.cc
[1147/1286] Compiling poly1305.cc
[1148/1286] Compiling pkcs7.cc
[1149/1286] Compiling pkcs8_x509.cc
[1150/1286] Compiling pkcs8.cc
[1151/1286] Compiling p5_pbev2.cc
[1152/1286] Compiling pem_x509.cc
[1153/1286] Compiling pkcs7_x509.cc
[1154/1286] Compiling pem_xaux.cc
[1155/1286] Compiling pem_pkey.cc
[1156/1286] Compiling pem_pk8.cc
[1157/1286] Compiling obj_xref.cc
[1158/1286] Compiling pem_oth.cc
[1159/1286] Compiling mldsa.cc
[1160/1286] Compiling pem_info.cc
[1161/1286] Compiling mlkem.cc
[1162/1286] Compiling obj.cc
[1163/1286] Compiling pem_all.cc
[1164/1286] Compiling pem_lib.cc
[1165/1286] Compiling poly_rq_mul.S
[1166/1286] Compiling mem.cc
[1167/1286] Compiling fips_shared_support.cc
[1168/1286] Compiling md5.cc
[1169/1286] Compiling md4.cc
[1170/1286] Compiling lhash.cc
[1171/1286] Compiling kyber.cc
[1172/1286] Compiling ex_data.cc
[1173/1286] Compiling hpke.cc
[1174/1286] Compiling hrss.cc
[1175/1286] Compiling sign.cc
[1176/1286] Compiling scrypt.cc
[1177/1286] Compiling print.cc
[1178/1286] Compiling pbkdf.cc
[1179/1286] Compiling p_x25519.cc
[1180/1286] Compiling p_x25519_asn1.cc
[1181/1286] Compiling p_rsa_asn1.cc
[1182/1286] Compiling p_rsa.cc
[1183/1286] Compiling p_hkdf.cc
[1184/1286] Compiling p_ed25519.cc
[1185/1286] Compiling p_ed25519_asn1.cc
[1186/1286] Compiling p_ec_asn1.cc
[1187/1286] Compiling p_ec.cc
[1188/1286] Compiling p_dsa_asn1.cc
[1189/1286] Compiling p_dh_asn1.cc
[1190/1286] Compiling p_dh.cc
[1191/1286] Compiling evp_asn1.cc
[1192/1286] Compiling evp_ctx.cc
[1193/1286] Compiling evp.cc
[1194/1286] Compiling err.cc
[1195/1286] Compiling engine.cc
[1196/1286] Compiling ecdh_extra.cc
[1197/1286] Compiling ecdsa_asn1.cc
[1198/1286] Compiling ec_derive.cc
[1199/1286] Compiling hash_to_curve.cc
[1200/1286] Compiling ec_asn1.cc
[1201/1286] Compiling dsa_asn1.cc
[1202/1286] Compiling dsa.cc
[1203/1286] Compiling digest_extra.cc
[1204/1286] Compiling params.cc
[1205/1286] Compiling dh_asn1.cc
[1206/1286] Compiling des.cc
[1207/1286] Compiling x25519-asm-arm.S
[1208/1286] Compiling spake25519.cc
[1209/1286] Compiling crypto.cc
[1210/1286] Compiling cpu_intel.cc
[1211/1286] Compiling cpu_arm_linux.cc
[1212/1286] Compiling cpu_arm_freebsd.cc
[1213/1286] Compiling cpu_aarch64_win.cc
[1214/1286] Compiling curve25519.cc
[1215/1286] Compiling bcm.cc
[1216/1286] Compiling cpu_aarch64_openbsd.cc
[1217/1286] Compiling cpu_aarch64_sysreg.cc
[1218/1286] Compiling cpu_aarch64_linux.cc
[1219/1286] Compiling cpu_aarch64_fuchsia.cc
[1220/1286] Compiling cpu_aarch64_apple.cc
[1221/1286] Compiling curve25519_64_adx.cc
[1222/1286] Compiling conf.cc
[1223/1286] Compiling tls_cbc.cc
[1224/1286] Compiling e_rc4.cc
[1225/1286] Compiling e_tls.cc
[1226/1286] Compiling e_null.cc
[1227/1286] Compiling e_rc2.cc
[1228/1286] Compiling e_des.cc
[1229/1286] Compiling e_chacha20poly1305.cc
[1230/1286] Compiling e_aesgcmsiv.cc
[1231/1286] Compiling e_aesctrhmac.cc
[1232/1286] Compiling derive_key.cc
[1233/1286] Compiling unicode.cc
[1234/1286] Compiling cipher_extra.cc
[1235/1286] Compiling chacha.cc
[1236/1286] Compiling ber.cc
[1237/1286] Compiling cbb.cc
[1238/1286] Compiling cbs.cc
[1239/1286] Compiling buf.cc
[1240/1286] Compiling asn1_compat.cc
[1241/1286] Compiling bn_asn1.cc
[1242/1286] Compiling blake2.cc
[1243/1286] Compiling convert.cc
[1244/1286] Compiling printf.cc
[1245/1286] Compiling pair.cc
[1246/1286] Compiling hexdump.cc
[1247/1286] Compiling errno.cc
[1248/1286] Compiling fd.cc
[1249/1286] Compiling file.cc
[1250/1286] Compiling bio_mem.cc
[1251/1286] Compiling bio.cc
[1252/1286] Compiling tasn_utl.cc
[1253/1286] Compiling base64.cc
[1254/1286] Compiling tasn_typ.cc
[1255/1286] Compiling tasn_fre.cc
[1256/1286] Compiling tasn_enc.cc
[1257/1286] Compiling tasn_new.cc
[1258/1286] Compiling posix_time.cc
[1259/1286] Compiling f_int.cc
[1260/1286] Compiling f_string.cc
[1261/1286] Compiling tasn_dec.cc
[1262/1286] Compiling asn_pack.cc
[1263/1286] Compiling asn1_par.cc
[1264/1286] Compiling asn1_lib.cc
[1265/1286] Compiling a_type.cc
[1266/1286] Compiling a_utctm.cc
[1267/1286] Compiling a_time.cc
[1268/1286] Compiling a_strnid.cc
[1269/1286] Compiling a_octet.cc
[1270/1286] Compiling a_strex.cc
[1271/1286] Compiling a_object.cc
[1272/1286] Compiling a_mbstr.cc
[1273/1286] Compiling a_i2d_fp.cc
[1274/1286] Write sources
[1275/1286] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1276/1286] Write sources
[1277/1286] Compiling a_dup.cc
[1278/1286] Write sources
[1281/1286] Compiling a_int.cc
[1282/1286] Compiling a_d2i_fp.cc
[1282/1286] Compiling a_bool.cc
[1284/1286] Compiling a_gentm.cc
[1285/1364] Compiling a_bitstr.cc
[1287/1390] Compiling Atomics UnsafeAtomic.swift
[1288/1390] Compiling Atomics UnsafeAtomicLazyReference.swift
[1289/1390] Compiling Atomics ManagedAtomic.swift
[1290/1390] Compiling Atomics ManagedAtomicLazyReference.swift
[1291/1392] Compiling Atomics AtomicStorage.swift
[1292/1392] Compiling Atomics AtomicValue.swift
[1293/1392] Compiling Atomics AtomicMemoryOrderings.swift
[1294/1392] Compiling Atomics DoubleWord.swift
[1295/1392] Compiling Atomics AtomicInteger.swift
[1296/1392] Compiling Atomics AtomicOptionalWrappable.swift
[1297/1392] Compiling Atomics AtomicReference.swift
[1299/1392] Compiling Atomics IntegerOperations.swift
[1300/1392] Compiling Atomics Unmanaged extensions.swift
[1301/1392] Compiling Algorithms Reductions.swift
[1302/1392] Compiling Algorithms Rotate.swift
[1303/1392] Compiling Algorithms Split.swift
[1304/1392] Compiling Algorithms Stride.swift
[1305/1399] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1306/1399] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1307/1399] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1308/1399] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1309/1399] Compiling BitCollections BitSet+SetAlgebra union.swift
[1310/1399] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1311/1399] Compiling BitCollections BitSet.Counted.swift
[1314/1399] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1315/1399] Compiling BitCollections BitSet+CustomReflectable.swift
[1316/1399] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1317/1399] Compiling BitCollections BitSet+Equatable.swift
[1318/1399] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1319/1399] Compiling BitCollections BitSet+Extras.swift
[1320/1399] Compiling BitCollections BitSet+Hashable.swift
[1321/1399] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1322/1399] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1323/1399] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1324/1399] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1325/1399] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1326/1399] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1327/1399] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1328/1399] Compiling Atomics OptionalRawRepresentable.swift
[1329/1399] Compiling Atomics RawRepresentable.swift
[1330/1399] Compiling Atomics AtomicBool.swift
[1331/1399] Compiling Atomics IntegerConformances.swift
[1334/1402] Compiling Algorithms Suffix.swift
[1342/1402] Compiling Atomics PointerConformances.swift
[1343/1402] Compiling Atomics Primitives.native.swift
[1346/1402] Emitting module BitCollections
[1347/1402] Compiling CryptoBoringWrapper RandomBytes.swift
[1348/1402] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1356/1402] Compiling Algorithms Trim.swift
[1357/1402] Compiling Algorithms Unique.swift
[1358/1402] Compiling Algorithms Windows.swift
[1359/1402] Compiling BitCollections BitArray._UnsafeHandle.swift
[1360/1402] Compiling BitCollections BitArray.swift
[1361/1402] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1362/1402] Compiling BitCollections BitSet+Codable.swift
[1371/1402] Emitting module CryptoBoringWrapper
[1372/1402] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1373/1402] Compiling BitCollections BitSet.Index.swift
[1374/1402] Compiling BitCollections BitSet._UnsafeHandle.swift
[1375/1402] Compiling BitCollections BitSet.swift
[1376/1402] Compiling BitCollections Range+Utilities.swift
[1377/1402] Compiling BitCollections Slice+Utilities.swift
[1378/1402] Compiling BitCollections UInt+Tricks.swift
[1379/1402] Compiling BitCollections _Word.swift
[1380/1402] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1381/1402] Compiling CryptoBoringWrapper EllipticCurve.swift
[1386/1403] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1388/1403] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1393/1413] Compiling Crypto Cipher.swift
[1394/1413] Compiling Crypto Nonces.swift
[1395/1413] Compiling Crypto ASN1.swift
[1397/1438] Emitting module Collections
[1398/1477] Compiling Collections Collections.swift
[1400/1478] Emitting module Atomics
[1401/1478] Compiling Crypto AES-GCM.swift
[1402/1478] Compiling Crypto AES-GCM_boring.swift
[1403/1478] Compiling Crypto ChaChaPoly_boring.swift
[1404/1478] Compiling Crypto ChaChaPoly.swift
[1408/1539] Emitting module Algorithms
[1409/1540] Compiling NIOCore DeadChannel.swift
[1410/1540] Compiling NIOCore DispatchQueue+WithFuture.swift
[1411/1540] Compiling NIOCore EventLoop+Deprecated.swift
[1412/1540] Compiling NIOCore EventLoop+SerialExecutor.swift
[1413/1540] Compiling NIOCore EventLoop.swift
[1414/1540] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1415/1540] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1416/1540] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1417/1540] Compiling NIOCore EventLoopFuture.swift
[1418/1540] Compiling NIOCore FileDescriptor.swift
[1420/1549] Compiling Crypto SymmetricKeys.swift
[1421/1549] Compiling Crypto HMAC.swift
[1422/1549] Compiling Crypto MACFunctions.swift
[1423/1549] Compiling Crypto MessageAuthenticationCode.swift
[1424/1549] Compiling Crypto AES.swift
[1425/1549] Compiling Crypto ECDSASignature_boring.swift
[1426/1549] Compiling Crypto ECDSA_boring.swift
[1427/1549] Compiling Crypto EdDSA_boring.swift
[1428/1549] Compiling Crypto ECDSA.swift
[1429/1549] Compiling Crypto Ed25519.swift
[1430/1549] Compiling NIOCore MarkedCircularBuffer.swift
[1431/1549] Compiling NIOCore MulticastChannel.swift
[1432/1549] Compiling NIOCore NIOAny.swift
[1433/1549] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1434/1549] Compiling NIOCore NIOLoopBound.swift
[1435/1549] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1436/1549] Compiling NIOCore NIOScheduledCallback.swift
[1437/1549] Compiling NIOCore NIOSendable.swift
[1438/1549] Compiling NIOCore RecvByteBufferAllocator.swift
[1439/1549] Compiling Crypto X25519Keys.swift
[1440/1549] Compiling NIOCore BSDSocketAPI.swift
[1441/1549] Compiling NIOCore ByteBuffer-aux.swift
[1442/1549] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1443/1549] Compiling NIOCore ByteBuffer-conversions.swift
[1444/1549] Compiling NIOCore ByteBuffer-core.swift
[1445/1549] Compiling NIOCore ByteBuffer-hex.swift
[1446/1549] Compiling NIOCore ByteBuffer-int.swift
[1447/1549] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1448/1549] Compiling NIOCore ByteBuffer-multi-int.swift
[1449/1549] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1458/1557] Compiling NIOCore FileHandle.swift
[1459/1557] Compiling NIOCore FileRegion.swift
[1460/1557] Compiling NIOCore GlobalSingletons.swift
[1461/1557] Compiling NIOCore IO.swift
[1462/1557] Compiling NIOCore IOData.swift
[1463/1557] Compiling NIOCore IPProtocol.swift
[1464/1557] Compiling NIOCore IntegerBitPacking.swift
[1465/1557] Compiling NIOCore IntegerTypes.swift
[1466/1557] Compiling NIOCore Interfaces.swift
[1467/1557] Compiling NIOCore Linux.swift
[1468/1557] Compiling NIOCore ByteBuffer-views.swift
[1469/1557] Compiling NIOCore Channel.swift
[1470/1557] Compiling NIOCore ChannelHandler.swift
[1471/1557] Compiling NIOCore ChannelHandlers.swift
[1472/1557] Compiling NIOCore ChannelInvoker.swift
[1473/1557] Compiling NIOCore ChannelOption.swift
[1474/1557] Compiling NIOCore ChannelPipeline.swift
[1475/1557] Compiling NIOCore CircularBuffer.swift
[1476/1557] Compiling NIOCore Codec.swift
[1477/1557] Compiling NIOCore ConvenienceOptionSupport.swift
[1478/1557] Compiling NIOCore AddressedEnvelope.swift
[1479/1557] Compiling NIOCore AsyncAwaitSupport.swift
[1480/1557] Compiling NIOCore AsyncChannel.swift
[1481/1557] Compiling NIOCore AsyncChannelHandler.swift
[1482/1557] Compiling NIOCore AsyncChannelInboundStream.swift
[1483/1557] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1484/1557] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1485/1557] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1486/1557] Compiling NIOCore NIOAsyncWriter.swift
[1487/1557] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1488/1557] Emitting module Crypto
[1497/1557] Compiling Crypto Signature.swift
[1498/1557] Compiling Crypto CryptoKitErrors_boring.swift
[1499/1557] Compiling Crypto RNG_boring.swift
[1500/1557] Compiling Crypto SafeCompare_boring.swift
[1501/1557] Compiling Crypto Zeroization_boring.swift
[1502/1557] Compiling Crypto PrettyBytes.swift
[1503/1557] Compiling Crypto SafeCompare.swift
[1504/1557] Compiling Crypto SecureBytes.swift
[1505/1557] Compiling Crypto Zeroization.swift
[1515/1604] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1516/1604] Compiling NIOCore SocketAddresses.swift
[1517/1604] Compiling NIOCore SocketOptionProvider.swift
[1518/1604] Compiling NIOCore SystemCallHelpers.swift
[1519/1604] Compiling NIOCore TimeAmount+Duration.swift
[1520/1604] Compiling NIOCore TypeAssistedChannelHandler.swift
[1521/1604] Compiling NIOCore UniversalBootstrapSupport.swift
[1522/1604] Compiling NIOCore Utilities.swift
[1523/1604] Compiling _CryptoExtras Scrypt.swift
[1524/1604] Compiling _CryptoExtras OPRF.swift
[1525/1604] Compiling _CryptoExtras OPRFClient.swift
[1526/1604] Compiling _CryptoExtras OPRFServer.swift
[1527/1604] Compiling _CryptoExtras VOPRF+API.swift
[1528/1604] Compiling _CryptoExtras VOPRFClient.swift
[1529/1604] Compiling _CryptoExtras VOPRFServer.swift
[1530/1604] Compiling _CryptoExtras RSA+BlindSigning.swift
[1531/1604] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1532/1604] Compiling _CryptoExtras DigestType.swift
[1533/1604] Compiling _CryptoExtras Error.swift
[1534/1604] Compiling _CryptoExtras I2OSP.swift
[1535/1604] Compiling _CryptoExtras IntegerEncoding.swift
[1536/1604] Compiling _CryptoExtras PEMDocument.swift
[1537/1610] Emitting module _CryptoExtras
[1538/1610] Compiling _CryptoExtras AES_CBC.swift
[1539/1610] Compiling _CryptoExtras AES_CFB.swift
[1540/1610] Compiling _CryptoExtras AES_CTR.swift
[1541/1610] Compiling _CryptoExtras AES_GCM_SIV.swift
[1542/1610] Compiling _CryptoExtras Block Function.swift
[1543/1610] Compiling _CryptoExtras AES_CFB_boring.swift
[1544/1610] Compiling _CryptoExtras AES_CTR_boring.swift
[1545/1610] Compiling _CryptoExtras PrettyBytes.swift
[1546/1610] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1547/1610] Compiling _CryptoExtras DLEQ.swift
[1548/1610] Compiling _CryptoExtras Prover.swift
[1549/1610] Compiling _CryptoExtras Verifier.swift
[1550/1610] Compiling _CryptoExtras ZKPToolbox.swift
[1551/1610] Compiling _CryptoExtras ARCRequest.swift
[1552/1610] Compiling _CryptoExtras ARCResponse.swift
[1553/1610] Compiling _CryptoExtras ARCServer.swift
[1554/1610] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1555/1610] Compiling _CryptoExtras ChaCha20CTR.swift
[1556/1610] Compiling _CryptoExtras ECToolbox_boring.swift
[1557/1610] Compiling _CryptoExtras ECToolbox.swift
[1558/1610] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1559/1610] Compiling _CryptoExtras ARC+API.swift
[1560/1610] Compiling _CryptoExtras ARC.swift
[1561/1610] Compiling _CryptoExtras ARCCredential.swift
[1562/1610] Compiling _CryptoExtras ARCEncoding.swift
[1563/1610] Compiling _CryptoExtras ARCPrecredential.swift
[1564/1610] Compiling _CryptoExtras ARCPresentation.swift
[1567/1610] Compiling _CryptoExtras RSA.swift
[1568/1610] Compiling _CryptoExtras RSA_boring.swift
[1569/1610] Compiling _CryptoExtras RSA_security.swift
[1570/1610] Compiling _CryptoExtras BoringSSLHelpers.swift
[1571/1610] Emitting module NIOCore
[1575/1610] Compiling _CryptoExtras HashToField.swift
[1576/1610] Compiling _CryptoExtras KDF.swift
[1577/1610] Compiling _CryptoExtras PBKDF2_boring.swift
[1578/1610] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1579/1610] Compiling _CryptoExtras PBKDF2.swift
[1580/1610] Compiling _CryptoExtras Scrypt_boring.swift
[1600/1661] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1601/1661] Compiling NIOEmbedded AsyncTestingChannel.swift
[1602/1661] Emitting module NIOEmbedded
[1603/1661] Compiling NIOEmbedded Embedded.swift
[1605/1662] Compiling NIOPosix IO.swift
[1606/1662] Compiling NIOPosix IntegerBitPacking.swift
[1607/1662] Compiling NIOPosix IntegerTypes.swift
[1608/1662] Compiling NIOPosix Linux.swift
[1609/1662] Compiling NIOPosix LinuxCPUSet.swift
[1610/1662] Compiling NIOPosix LinuxUring.swift
[1611/1662] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1612/1668] Compiling NIOPosix ThreadPosix.swift
[1613/1668] Compiling NIOPosix ThreadWindows.swift
[1614/1668] Compiling NIOPosix UnsafeTransfer.swift
[1615/1668] Compiling NIOPosix Utilities.swift
[1616/1668] Compiling NIOPosix VsockAddress.swift
[1617/1668] Compiling NIOPosix VsockChannelEvents.swift
[1618/1668] Compiling NIOPosix ServerSocket.swift
[1619/1668] Compiling NIOPosix Socket.swift
[1620/1668] Compiling NIOPosix SocketChannel.swift
[1621/1668] Compiling NIOPosix SocketProtocols.swift
[1622/1668] Compiling NIOPosix System.swift
[1623/1668] Compiling NIOPosix Thread.swift
[1624/1668] Compiling NIOPosix Pool.swift
[1625/1668] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1626/1668] Compiling NIOPosix PosixSingletons.swift
[1627/1668] Compiling NIOPosix RawSocketBootstrap.swift
[1628/1668] Compiling NIOPosix Resolver.swift
[1629/1668] Compiling NIOPosix Selectable.swift
[1630/1668] Compiling NIOPosix SelectableChannel.swift
[1631/1668] Compiling NIOPosix SelectableEventLoop.swift
[1632/1668] Compiling NIOPosix SelectorEpoll.swift
[1633/1668] Compiling NIOPosix SelectorGeneric.swift
[1634/1668] Compiling NIOPosix SelectorKqueue.swift
[1635/1668] Compiling NIOPosix SelectorUring.swift
[1636/1668] Compiling NIOPosix BSDSocketAPICommon.swift
[1637/1668] Compiling NIOPosix BSDSocketAPIPosix.swift
[1638/1668] Compiling NIOPosix BSDSocketAPIWindows.swift
[1639/1668] Compiling NIOPosix BaseSocket.swift
[1640/1668] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1641/1668] Compiling NIOPosix BaseSocketChannel.swift
[1642/1668] Compiling NIOPosix BaseStreamSocketChannel.swift
[1643/1668] Emitting module NIOPosix
[1644/1668] Compiling NIOPosix NIOThreadPool.swift
[1645/1668] Compiling NIOPosix NonBlockingFileIO.swift
[1646/1668] Compiling NIOPosix PendingDatagramWritesManager.swift
[1647/1668] Compiling NIOPosix PendingWritesManager.swift
[1648/1668] Compiling NIOPosix PipeChannel.swift
[1649/1668] Compiling NIOPosix PipePair.swift
[1650/1668] Compiling NIOPosix Bootstrap.swift
[1651/1668] Compiling NIOPosix ControlMessage.swift
[1652/1668] Compiling NIOPosix DatagramVectorReadManager.swift
[1653/1668] Compiling NIOPosix Errors+Any.swift
[1654/1668] Compiling NIOPosix FileDescriptor.swift
[1655/1668] Compiling NIOPosix GetaddrinfoResolver.swift
[1656/1668] Compiling NIOPosix HappyEyeballs.swift
[1658/1693] Emitting module NIO
[1659/1693] Compiling NIO Exports.swift
[1661/1729] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1662/1729] Compiling _NIOFileSystem FileSystemError.swift
[1663/1729] Compiling _NIOFileSystem FileSystemProtocol.swift
[1664/1731] Compiling _NIOFileSystem FileType.swift
[1665/1731] Compiling _NIOFileSystem IOStrategy.swift
[1666/1731] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1667/1770] Compiling NIOTLS TLSEvents.swift
[1668/1770] Emitting module _NIOFileSystem
[1669/1774] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1670/1774] Emitting module NIOTLS
[1671/1774] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1672/1774] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1673/1774] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1674/1774] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1675/1774] Compiling NIOSOCKS SOCKSClientHandler.swift
[1676/1774] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1677/1774] Compiling NIOSOCKS AuthenticationMethod.swift
[1678/1774] Compiling NIOSOCKS ClientGreeting.swift
[1679/1774] Compiling NIOSOCKS Errors.swift
[1680/1774] Compiling NIOSOCKS Helpers.swift
[1681/1774] Compiling NIOSOCKS SOCKSResponse.swift
[1682/1775] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1683/1775] Compiling NIOSOCKS ClientStateMachine.swift
[1688/1777] Compiling AsyncKit Optional+StrictMap.swift
[1689/1777] Compiling AsyncKit Exports.swift
[1690/1777] Emitting module NIOSOCKS
[1693/1777] Compiling NIOTLS SNIHandler.swift
[1694/1777] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1695/1778] Compiling NIOSOCKS ServerStateMachine.swift
[1698/1778] Compiling NIOSOCKS Messages.swift
[1699/1778] Compiling NIOSOCKS SOCKSRequest.swift
[1702/1779] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1703/1779] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1704/1779] Emitting module NIOFoundationCompat
[1705/1779] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1707/1780] Compiling _NIOFileSystem ParallelDirCopy.swift
[1708/1780] Compiling _NIOFileSystem ParallelRemoval.swift
[1709/1780] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1710/1780] Compiling _NIOFileSystem CInterop.swift
[1711/1780] Compiling _NIOFileSystem Errno.swift
[1712/1780] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1713/1780] Compiling _NIOFileSystem Mocking.swift
[1714/1780] Compiling _NIOFileSystem Syscall.swift
[1715/1780] Compiling _NIOFileSystem Syscalls.swift
[1716/1831] Emitting module NIOTransportServices
[1717/1833] Compiling NIOSSL ObjectIdentifier.swift
[1718/1833] Compiling NIOSSL PosixPort.swift
[1719/1833] Compiling NIOSSL SSLCallbacks.swift
[1720/1833] Compiling NIOSSL CustomPrivateKey.swift
[1721/1833] Compiling NIOSSL IdentityVerification.swift
[1722/1833] Compiling NIOSSL NIOSSLServerHandler.swift
[1723/1833] Compiling NIOSSL SSLCertificate.swift
[1724/1833] Compiling NIOSSL SSLCertificateExtensions.swift
[1725/1833] Compiling NIOSSL SSLCertificateName.swift
[1728/1833] Compiling NIOSSL SSLConnection.swift
[1729/1833] Compiling NIOSSL SSLContext.swift
[1730/1833] Compiling NIOSSL SSLErrors.swift
[1731/1833] Compiling NIOSSL SSLInit.swift
[1732/1833] Compiling NIOSSL SSLPKCS12Bundle.swift
[1733/1833] Compiling NIOSSL SSLPrivateKey.swift
[1734/1833] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1735/1833] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1736/1833] Compiling NIOSSL NIOSSLHandler.swift
[1737/1833] Compiling NIOSSL AndroidCABundle.swift
[1738/1833] Compiling NIOSSL ByteBufferBIO.swift
[1739/1833] Compiling NIOSSL LinuxCABundle.swift
[1740/1833] Compiling NIOSSL NIOSSLClientHandler.swift
[1741/1833] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1742/1834] Emitting module AsyncKit
[1754/1834] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1755/1834] Compiling NIOSSL SubjectAlternativeName.swift
[1762/1834] Compiling _NIOFileSystem SystemFileHandle.swift
[1763/1834] Compiling _NIOFileSystem Utilities.swift
[1764/1834] Compiling _NIOFileSystem OpenOptions.swift
[1765/1834] Compiling _NIOFileSystem String+FileSystem.swift
[1766/1834] Emitting module NIOHTTP1
[1771/1835] Emitting module NIOSSL
[1772/1885] Compiling NIOHPACK HPACKHeader.swift
[1773/1885] Compiling NIOHPACK HeaderTables.swift
[1774/1885] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1775/1885] Compiling NIOExtras LengthFieldPrepender.swift
[1776/1885] Compiling NIOHPACK DynamicHeaderTable.swift
[1777/1885] Compiling NIOHPACK HPACKDecoder.swift
[1778/1885] Compiling NIOHPACK HPACKEncoder.swift
[1779/1885] Compiling NIOHPACK HPACKErrors.swift
[1780/1885] Compiling NIOExtras LineBasedFrameDecoder.swift
[1781/1885] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1782/1885] Compiling NIOExtras NIOExtrasError.swift
[1783/1885] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1787/1887] Compiling NIOSSL NIOSSLSecureBytes.swift
[1788/1887] Compiling NIOSSL RNG.swift
[1789/1887] Compiling NIOSSL SafeCompare.swift
[1794/1887] Compiling NIOHPACK IndexedHeaderTable.swift
[1795/1888] Compiling NIOWebSocket WebSocketOpcode.swift
[1796/1888] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1797/1889] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1798/1889] Compiling NIOHPACK IntegerCoding.swift
[1799/1889] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1800/1889] Emitting module NIOHTTPCompression
[1801/1889] Compiling NIOHTTPCompression HTTPDecompression.swift
[1802/1889] Compiling NIOHTTPCompression HTTPCompression.swift
[1803/1889] Compiling NIOHPACK StaticHeaderTable.swift
[1804/1889] Emitting module NIOWebSocket
[1805/1889] Compiling NIOExtras RequestResponseHandler.swift
[1806/1889] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1807/1889] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1808/1889] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1809/1889] Compiling NIOHPACK HuffmanTables.swift
[1812/1889] Compiling NIOExtras PCAPRingBuffer.swift
[1813/1889] Compiling NIOExtras QuiescingHelper.swift
[1815/1889] Compiling NIOExtras NIORequestIdentifiable.swift
[1833/1889] Compiling NIOHPACK HuffmanCoding.swift
[1834/1889] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1837/1889] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1838/1891] Emitting module NIOHPACK
[1839/1891] Compiling NIOWebSocket WebSocketFrame.swift
[1840/1891] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1841/1891] Emitting module NIOExtras
[1853/1892] Compiling NIOExtras UnsafeTransfer.swift
[1854/1892] Compiling NIOExtras WritePCAPHandler.swift
[1860/1900] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1861/1900] Compiling MultipartKit FormDataDecoder.swift
[1862/1900] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1863/1904] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1864/1904] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1865/1904] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1867/1917] Emitting module _NIOFileSystemFoundationCompat
[1868/1917] Emitting module NIOFileSystem
[1869/1917] Compiling NIOFileSystem Exports.swift
[1870/1917] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1871/1918] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1872/1977] Compiling NIOHTTP2 HasLocalSettings.swift
[1873/1977] Compiling NIOHTTP2 HasRemoteSettings.swift
[1874/1977] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1875/1977] Compiling NIOHTTP2 QuiescingState.swift
[1876/1977] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1877/1977] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1878/1977] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1879/1977] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1880/1977] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1881/1977] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1882/1977] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1883/1977] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1885/1978] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1886/1978] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1892/1981] Emitting module MultipartKit
[1893/1981] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1894/1981] Compiling NIOHTTP2 MayReceiveFrames.swift
[1895/1981] Compiling NIOHTTP2 ReceivingDataState.swift
[1897/1981] Compiling NIOHTTP2 SendingHeadersState.swift
[1898/1981] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1899/1981] Compiling NIOHTTP2 SendingRstStreamState.swift
[1900/1981] Compiling NIOHTTP2 MaySendFrames.swift
[1901/1981] Compiling NIOHTTP2 SendingDataState.swift
[1902/1981] Compiling NIOHTTP2 SendingGoawayState.swift
[1903/1981] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1904/1981] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1905/1981] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1907/1981] Compiling NIOHTTP2 StateMachineResult.swift
[1908/1981] Compiling MultipartKit MultipartSerializer.swift
[1910/1982] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1911/1982] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1912/1982] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1915/2001] Compiling MultipartKit Utilities.swift
[1917/2083] Compiling WebSocketKit Exports.swift
[1918/2083] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1919/2083] Compiling WebSocketKit WebSocketHandler.swift
[1920/2083] Compiling WebSocketKit WebSocket+Concurrency.swift
[1921/2083] Emitting module WebSocketKit
[1922/2083] Compiling WebSocketKit WebSocket.swift
[1923/2083] Compiling WebSocketKit WebSocket+Connect.swift
[1924/2083] Compiling WebSocketKit WebSocketClient.swift
[1926/2084] Emitting module NIOHTTP2
[1927/2092] Compiling X509 OCSPSignature.swift
[1928/2092] Compiling X509 OCSPSingleRequest.swift
[1929/2092] Compiling X509 OCSPSingleResponse.swift
[1930/2092] Compiling X509 CSRAttribute.swift
[1931/2092] Compiling X509 CSRAttributes.swift
[1932/2092] Compiling X509 CSRVersion.swift
[1933/2092] Compiling X509 CertificateSigningRequest.swift
[1934/2092] Compiling X509 CertificationRequestInfo.swift
[1935/2092] Compiling X509 Curve25519+DER.swift
[1936/2092] Compiling X509 Digests.swift
[1937/2092] Compiling X509 DistinguishedName.swift
[1938/2092] Compiling X509 CommonName.swift
[1939/2092] Compiling X509 CountryName.swift
[1940/2092] Compiling X509 DNBuilder.swift
[1941/2092] Compiling X509 DomainComponent.swift
[1942/2092] Compiling X509 EmailAddress.swift
[1943/2092] Compiling X509 LocalityName.swift
[1944/2092] Compiling X509 CMSEncapsulatedContentInfo.swift
[1945/2092] Compiling X509 CMSIssuerAndSerialNumber.swift
[1946/2092] Compiling X509 CMSOperations.swift
[1947/2092] Compiling X509 CMSSignature.swift
[1948/2092] Compiling X509 CMSSignedData.swift
[1949/2092] Compiling X509 CMSSignerIdentifier.swift
[1950/2092] Compiling X509 CMSSignerInfo.swift
[1951/2092] Compiling X509 CMSVersion.swift
[1952/2092] Compiling NIOHTTP2 InboundWindowManager.swift
[1953/2092] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1954/2092] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1955/2092] Compiling NIOHTTP2 StreamChannelList.swift
[1956/2092] Compiling NIOHTTP2 StreamMap.swift
[1957/2092] Compiling NIOHTTP2 StreamStateMachine.swift
[1958/2092] Compiling NIOHTTP2 UnsafeTransfer.swift
[1959/2092] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1960/2092] Compiling X509 OCSPTBSRequest.swift
[1961/2092] Compiling X509 OCSPVersion.swift
[1962/2092] Compiling X509 PKCS8PrivateKey.swift
[1963/2092] Compiling X509 PromiseAndFuture.swift
[1964/2092] Compiling X509 RDNAttribute.swift
[1965/2092] Compiling X509 RandomNumberGenerator+bytes.swift
[1966/2092] Compiling X509 RelativeDistinguishedName.swift
[1967/2092] Compiling X509 SEC1PrivateKey.swift
[1968/2092] Compiling X509 SecKeyWrapper.swift
[1969/2092] Compiling X509 Signature.swift
[1970/2092] Compiling X509 SignatureAlgorithm.swift
[1971/2092] Compiling X509 AllOfPolicies.swift
[1972/2092] Compiling X509 AnyPolicy.swift
[1973/2105] Compiling X509 CertificateStore.swift
[1974/2105] Compiling X509 OneOfPolicies.swift
[1975/2105] Compiling X509 PolicyBuilder.swift
[1976/2105] Compiling X509 BasicConstraintsPolicy.swift
[1977/2105] Compiling X509 DNSNames.swift
[1978/2105] Compiling X509 DirectoryNames.swift
[1979/2105] Compiling X509 ExpiryPolicy.swift
[1980/2105] Compiling X509 IPConstraints.swift
[1981/2105] Compiling X509 NameConstraintsPolicy.swift
[1982/2105] Compiling X509 RFC5280Policy.swift
[1983/2105] Compiling X509 URIConstraints.swift
[1984/2105] Compiling X509 VersionPolicy.swift
[1985/2105] Compiling X509 ServerIdentityPolicy.swift
[1986/2105] Compiling X509 OCSPCertID.swift
[1987/2105] Compiling X509 OCSPCertStatus.swift
[1988/2105] Compiling X509 OCSPExtensionID.swift
[1989/2105] Compiling X509 OCSPNonce.swift
[1990/2105] Compiling X509 OCSPPolicy.swift
[1991/2105] Compiling X509 OCSPRequest.swift
[1992/2105] Compiling X509 OCSPResponse.swift
[1993/2105] Compiling X509 OCSPResponseBytes.swift
[1994/2105] Compiling X509 OCSPResponseData.swift
[1995/2105] Compiling X509 OCSPResponseStatus.swift
[2037/2105] Compiling X509 OrganizationName.swift
[2038/2105] Compiling X509 OrganizationalUnitName.swift
[2039/2105] Compiling X509 StateOrProvinceName.swift
[2040/2105] Compiling X509 StreetAddress.swift
[2041/2105] Compiling X509 Error.swift
[2042/2105] Compiling X509 AuthorityInformationAccess.swift
[2043/2105] Compiling X509 AuthorityKeyIdentifier.swift
[2044/2105] Compiling X509 BasicConstraints.swift
[2045/2105] Compiling X509 ExtendedKeyUsage.swift
[2046/2105] Compiling X509 ExtensionIdentifiers.swift
[2047/2105] Compiling X509 KeyUsage.swift
[2048/2105] Compiling X509 NameConstraints.swift
[2049/2105] Compiling X509 SubjectAlternativeName.swift
[2050/2105] Compiling X509 SubjectKeyIdentifier.swift
[2051/2105] Compiling X509 Extension.swift
[2052/2105] Compiling X509 Extensions.swift
[2053/2105] Compiling X509 ExtensionsBuilder.swift
[2054/2105] Compiling X509 GeneralName.swift
[2055/2105] Compiling X509 Lock.swift
[2056/2105] Compiling X509 LockedValueBox.swift
[2057/2105] Compiling X509 BasicOCSPResponse.swift
[2058/2105] Compiling X509 DirectoryString.swift
[2094/2107] Emitting module X509
[2095/2167] Emitting module AsyncHTTPClient
[2096/2175] Compiling X509 TrustRootLoading.swift
[2097/2175] Compiling X509 UnverifiedChain.swift
[2098/2175] Compiling X509 VerificationDiagnostic.swift
[2099/2175] Compiling X509 Verifier.swift
[2100/2175] Compiling X509 VerifierPolicy.swift
[2101/2175] Compiling X509 AlgorithmIdentifier.swift
[2102/2175] Compiling X509 ECDSASignature.swift
[2103/2175] Compiling X509 RSAPKCS1PublicKey.swift
[2104/2175] Compiling X509 SubjectPublicKeyInfo.swift
[2105/2175] Compiling X509 TBSCertificate.swift
[2106/2175] Compiling X509 Time.swift
[2107/2175] Compiling X509 TimeCalculations.swift
[2108/2175] Compiling X509 Validity.swift
[2110/2234] Compiling JWTKit JWK.swift
[2111/2234] Compiling JWTKit JWKIdentifier.swift
[2112/2234] Compiling JWTKit JWKS.swift
[2113/2234] Compiling JWTKit JWKSigner.swift
[2114/2234] Compiling JWTKit JWTAlgorithm.swift
[2115/2234] Compiling JWTKit JWTError.swift
[2116/2234] Compiling JWTKit EdDSA.swift
[2117/2234] Compiling JWTKit EdDSACurve.swift
[2118/2234] Compiling JWTKit AudienceClaim.swift
[2119/2234] Compiling JWTKit BoolClaim.swift
[2120/2234] Compiling JWTKit ExpirationClaim.swift
[2121/2234] Compiling JWTKit GoogleHostedDomainClaim.swift
[2122/2234] Compiling JWTKit IDClaim.swift
[2123/2234] Compiling JWTKit IssuedAtClaim.swift
[2124/2234] Compiling JWTKit IssuerClaim.swift
[2125/2234] Compiling JWTKit JWTClaim.swift
[2126/2234] Compiling JWTKit JWTMultiValueClaim.swift
[2127/2234] Compiling JWTKit ECDSAKeyTypes.swift
[2128/2234] Compiling JWTKit ECDSASigner.swift
[2129/2234] Compiling JWTKit ECDSASigningAlgorithm.swift
[2130/2234] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[2131/2234] Compiling JWTKit P256+CurveType.swift
[2132/2234] Compiling JWTKit P384+CurveType.swift
[2133/2234] Compiling JWTKit P521+CurveType.swift
[2134/2234] Compiling JWTKit JWTKeyCollection+HMAC.swift
[2135/2234] Compiling JWTKit Insecure.swift
[2136/2234] Compiling JWTKit JWTUnixEpochClaim.swift
[2137/2234] Compiling JWTKit LocaleClaim.swift
[2138/2234] Compiling JWTKit NotBeforeClaim.swift
[2139/2234] Compiling JWTKit SubjectClaim.swift
[2140/2234] Compiling JWTKit TenantIDClaim.swift
[2141/2234] Compiling JWTKit ECDSA.swift
[2142/2234] Compiling JWTKit ECDSACurve.swift
[2143/2234] Compiling JWTKit ECDSACurveType.swift
[2144/2234] Compiling JWTKit ECDSAError.swift
[2145/2234] Compiling JWTKit JWTKeyCollection+RSA.swift
[2146/2234] Compiling JWTKit RSA.swift
[2147/2234] Compiling JWTKit RSAError.swift
[2148/2234] Compiling JWTKit RSASigner.swift
[2149/2234] Compiling JWTKit Base64URL.swift
[2150/2234] Compiling JWTKit CryptoSigner.swift
[2151/2234] Compiling AsyncHTTPClient RedirectState.swift
[2152/2234] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2153/2234] Compiling AsyncHTTPClient RequestBag.swift
[2154/2234] Compiling AsyncHTTPClient RequestValidation.swift
[2155/2234] Compiling AsyncHTTPClient SSLContextCache.swift
[2156/2234] Compiling AsyncHTTPClient Scheme.swift
[2157/2234] Compiling AsyncHTTPClient Singleton.swift
[2158/2234] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2159/2234] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2160/2234] Compiling AsyncHTTPClient Utils.swift
[2161/2234] Compiling JWTKit JWTHeaderField.swift
[2162/2234] Compiling JWTKit JWTKeyCollection.swift
[2163/2234] Compiling JWTKit JWTParser.swift
[2164/2234] Compiling JWTKit JWTPayload.swift
[2165/2234] Compiling JWTKit JWTSerializer.swift
[2166/2234] Compiling JWTKit JWTSigner.swift
[2167/2234] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
[2168/2234] Compiling JWTKit UnsecuredNoneSigner.swift
[2169/2234] Compiling JWTKit EdDSAError.swift
[2170/2234] Compiling JWTKit EdDSASigner.swift
[2171/2234] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[2172/2234] Compiling JWTKit HMAC.swift
[2173/2234] Compiling JWTKit HMACError.swift
[2174/2234] Compiling JWTKit HMACSigner.swift
[2175/2234] Compiling JWTKit JWTHeader+CommonFields.swift
[2176/2234] Compiling JWTKit JWTHeader.swift
[2178/2404] Compiling Vapor Running.swift
[2179/2404] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2180/2404] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2181/2404] Compiling Vapor DotEnvFile+load.swift
[2182/2404] Compiling Vapor Routes+caseInsenstive.swift
[2183/2404] Compiling Vapor Validatable+validate.swift
[2184/2404] Compiling Vapor Environment+Process.swift
[2185/2404] Compiling Vapor Environment+Secret.swift
[2186/2412] Compiling Vapor Application.swift
[2187/2412] Compiling Vapor AuthenticationCache.swift
[2188/2412] Compiling Vapor Authenticator.swift
[2189/2412] Compiling Vapor BasicAuthorization.swift
[2190/2412] Compiling Vapor BearerAuthorization.swift
[2191/2412] Compiling Vapor GuardMiddleware.swift
[2192/2412] Compiling Vapor RedirectMiddleware.swift
[2193/2412] Compiling Vapor SessionAuthenticatable.swift
[2194/2412] Compiling Vapor Bcrypt.swift
[2195/2412] Emitting module JWTKit
[2196/2412] Compiling Vapor Core.swift
[2205/2412] Compiling JWTKit CustomizedJSONCoders.swift
[2206/2412] Compiling JWTKit Utilities.swift
[2207/2412] Compiling JWTKit AppleIdentityToken.swift
[2208/2412] Compiling JWTKit FirebaseAuthIdentityToken.swift
[2209/2412] Compiling JWTKit GoogleIdentityToken.swift
[2210/2412] Compiling JWTKit MicrosoftIdentityToken.swift
[2211/2412] Compiling JWTKit ValidationTimePayload.swift
[2212/2412] Compiling JWTKit X5CVerifier.swift
[2213/2412] Compiling Vapor Application+HTTP.swift
[2214/2412] Compiling Vapor BasicResponder.swift
[2215/2412] Compiling Vapor BodyStream.swift
[2216/2412] Compiling Vapor Application+HTTP+Client.swift
[2217/2412] Compiling Vapor EventLoopHTTPClient.swift
[2218/2412] Compiling Vapor EndpointCache.swift
[2219/2412] Compiling Vapor HTTPMethod+String.swift
[2220/2436] Compiling Vapor ClientResponse.swift
[2221/2436] Compiling Vapor Request+Client.swift
[2222/2436] Compiling Vapor BootCommand.swift
[2223/2436] Compiling Vapor CommandContext+Application.swift
[2224/2436] Compiling Vapor RoutesCommand.swift
[2225/2436] Compiling Vapor ServeCommand.swift
[2226/2436] Compiling Vapor AnyResponse+Concurrency.swift
[2227/2436] Compiling Vapor AsyncBasicResponder.swift
[2228/2436] Compiling Vapor AsyncMiddleware.swift
[2229/2436] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2230/2436] Compiling Vapor AsyncSessionDriver.swift
[2231/2436] Compiling Vapor Authentication+Concurrency.swift
[2232/2436] Compiling Vapor Cache+Concurrency.swift
[2233/2436] Compiling Vapor Client+Concurrency.swift
[2234/2436] Compiling Vapor RequestBody+Concurrency.swift
[2235/2436] Compiling Vapor Responder+Concurrency.swift
[2236/2436] Compiling Vapor ResponseCodable+Concurrency.swift
[2237/2436] Compiling Vapor RoutesBuilder+Concurrency.swift
[2238/2436] Compiling Vapor ViewRenderer+Concurrency.swift
[2239/2436] Compiling Vapor WebSocket+Concurrency.swift
[2240/2436] Compiling Vapor ContainerGetPathExecutor.swift
[2241/2436] Compiling Vapor Content.swift
[2242/2436] Compiling Vapor ContentCoders.swift
[2243/2436] Compiling Vapor ContentConfiguration.swift
[2244/2436] Compiling Vapor Application+Cache.swift
[2245/2436] Compiling Vapor Cache.swift
[2246/2436] Compiling Vapor CacheExpirationTime.swift
[2247/2436] Compiling Vapor MemoryCache.swift
[2248/2436] Compiling Vapor Request+Cache.swift
[2249/2436] Compiling Vapor Application+Clients.swift
[2250/2436] Compiling Vapor Client.swift
[2251/2436] Compiling Vapor ClientRequest.swift
[2252/2436] Compiling Vapor ContentContainer.swift
[2253/2436] Compiling Vapor JSONCoder+Custom.swift
[2254/2436] Compiling Vapor JSONCoders+Content.swift
[2255/2436] Compiling Vapor PlaintextDecoder.swift
[2256/2436] Compiling Vapor PlaintextEncoder.swift
[2257/2436] Compiling Vapor URLQueryCoders.swift
[2258/2436] Compiling Vapor URLQueryContainer.swift
[2260/2436] Compiling Vapor HTTPServerResponseEncoder.swift
[2261/2436] Compiling Vapor HTTPServerUpgradeHandler.swift
[2262/2436] Compiling Vapor Logger+Report.swift
[2263/2436] Compiling Vapor LoggingSystem+Environment.swift
[2264/2436] Compiling Vapor Application+Middleware.swift
[2265/2436] Compiling Vapor CORSMiddleware.swift
[2266/2436] Compiling Vapor ErrorMiddleware.swift
[2267/2436] Compiling Vapor FileMiddleware.swift
[2268/2436] Compiling Vapor Middleware.swift
[2269/2436] Compiling Vapor MiddlewareConfiguration.swift
[2270/2436] Compiling Vapor ResponseCompressionMiddleware.swift
[2271/2436] Compiling Vapor RouteLoggingMiddleware.swift
[2272/2436] Compiling Vapor TracingMiddleware.swift
[2273/2436] Compiling Vapor File+Multipart.swift
[2274/2436] Compiling Vapor FormDataDecoder+Content.swift
[2275/2436] Compiling Vapor FormDataEncoder+Content.swift
[2276/2436] Compiling Vapor Application+Password.swift
[2277/2436] Compiling Vapor Application+Passwords.swift
[2278/2436] Compiling Vapor AsyncPasswordHasher.swift
[2279/2436] Compiling Vapor BcryptHasher.swift
[2280/2436] Compiling Vapor PasswordHasher.swift
[2281/2436] Compiling Vapor PlaintextHasher.swift
[2282/2436] Compiling Vapor Request+Password.swift
[2283/2436] Compiling Vapor Redirect.swift
[2332/2460] Compiling Vapor Request+Body.swift
[2333/2460] Compiling Vapor Request+BodyStream.swift
[2334/2460] Compiling Vapor Request.swift
[2335/2460] Compiling Vapor Application+Responder.swift
[2336/2460] Compiling Vapor DefaultResponder.swift
[2337/2460] Compiling Vapor Response+Body.swift
[2338/2460] Compiling Vapor Response.swift
[2339/2460] Compiling Vapor ResponseCodable.swift
[2340/2460] Compiling Vapor Application+Routes.swift
[2341/2460] Compiling Vapor Parameters+Require.swift
[2342/2460] Compiling Vapor Request+WebSocket.swift
[2343/2460] Compiling Vapor Route.swift
[2344/2460] Compiling Vapor RouteCollection.swift
[2345/2460] Compiling Vapor Routes.swift
[2346/2460] Compiling Vapor RoutesBuilder+Group.swift
[2347/2460] Compiling Vapor RoutesBuilder+Method.swift
[2348/2460] Compiling Vapor RoutesBuilder+Middleware.swift
[2349/2460] Compiling Vapor RoutesBuilder+WebSocket.swift
[2350/2460] Compiling Vapor RoutesBuilder.swift
[2351/2460] Compiling Vapor OTP.swift
[2352/2460] Compiling Vapor Application+Servers.swift
[2353/2460] Compiling Vapor Server.swift
[2354/2460] Compiling Vapor App+Service.swift
[2355/2460] Compiling Vapor Req+Service.swift
[2365/2461] Compiling Vapor Validator.swift
[2366/2461] Compiling Vapor ValidatorResult.swift
[2367/2461] Compiling Vapor And.swift
[2368/2461] Compiling Vapor Case.swift
[2369/2461] Compiling Vapor CharacterSet.swift
[2370/2461] Compiling Vapor Count.swift
[2371/2461] Compiling Vapor Custom.swift
[2372/2461] Compiling Vapor Email.swift
[2373/2461] Compiling Vapor Empty.swift
[2374/2461] Compiling Vapor In.swift
[2375/2461] Compiling Vapor Nil.swift
[2376/2461] Compiling Vapor NilIgnoring.swift
[2377/2461] Compiling Vapor Not.swift
[2378/2461] Compiling Vapor Or.swift
[2379/2461] Compiling Vapor Pattern.swift
[2380/2461] Compiling Vapor Range.swift
[2381/2461] Compiling Vapor URL.swift
[2382/2461] Compiling Vapor Valid.swift
[2383/2461] Compiling Vapor Application+Views.swift
[2384/2461] Compiling Vapor PlaintextRenderer.swift
[2385/2461] Compiling Vapor Request+View.swift
[2386/2461] Compiling Vapor View.swift
[2387/2461] Compiling Vapor ViewRenderer.swift
[2388/2461] Compiling Vapor _Deprecations.swift
[2389/2461] Compiling Vapor Bytes+Hex.swift
[2390/2461] Compiling Vapor Bytes+SecureCompare.swift
[2391/2461] Compiling Vapor Collection+Safe.swift
[2392/2461] Compiling Vapor DataProtocol+Copy.swift
[2393/2461] Compiling Vapor DecoderUnwrapper.swift
[2394/2461] Compiling Vapor DirectoryConfiguration.swift
[2395/2461] Compiling Vapor DotEnv.swift
[2396/2461] Compiling Vapor Extendable.swift
[2397/2461] Compiling Vapor File.swift
[2398/2461] Compiling Vapor FileIO.swift
[2399/2461] Compiling Vapor LifecycleHandler.swift
[2400/2461] Compiling Vapor OptionalType.swift
[2401/2461] Compiling Vapor RFC1123.swift
[2402/2461] Compiling Vapor SocketAddress+Hostname.swift
[2403/2461] Compiling Vapor Storage.swift
[2404/2461] Compiling Vapor String+IsIPAddress.swift
[2405/2461] Compiling Vapor Thread.swift
[2406/2461] Compiling Vapor URI.swift
[2407/2461] Compiling Vapor RangeResult.swift
[2408/2461] Compiling Vapor Validatable.swift
[2409/2461] Compiling Vapor Validation.swift
[2410/2461] Compiling Vapor ValidationKey.swift
[2411/2461] Compiling Vapor Validations.swift
[2412/2461] Compiling Vapor ValidationsError.swift
[2413/2461] Emitting module Vapor
[2414/2461] Compiling Vapor Service.swift
[2415/2461] Compiling Vapor Application+Sessions.swift
[2416/2461] Compiling Vapor MemorySessions.swift
[2417/2461] Compiling Vapor Request+Session.swift
[2418/2461] Compiling Vapor Session.swift
[2419/2461] Compiling Vapor SessionCache.swift
[2420/2461] Compiling Vapor SessionData.swift
[2421/2461] Compiling Vapor SessionDriver.swift
[2422/2461] Compiling Vapor SessionsConfiguration.swift
[2423/2461] Compiling Vapor SessionsMiddleware.swift
[2424/2461] Compiling Vapor URLEncodedFormData.swift
[2425/2461] Compiling Vapor URLEncodedFormDecoder.swift
[2426/2461] Compiling Vapor URLEncodedFormEncoder.swift
[2427/2461] Compiling Vapor URLEncodedFormError.swift
[2428/2461] Compiling Vapor URLEncodedFormParser.swift
[2429/2461] Compiling Vapor URLEncodedFormSerializer.swift
[2430/2461] Compiling Vapor URLQueryFragmentConvertible.swift
[2431/2461] Compiling Vapor AnyResponse.swift
[2432/2461] Compiling Vapor Array+Random.swift
[2433/2461] Compiling Vapor Base32.swift
[2434/2461] Compiling Vapor Base64.swift
[2435/2461] Compiling Vapor BaseN.swift
[2436/2461] Compiling Vapor BasicCodingKey.swift
[2437/2461] Compiling Vapor ByteCount.swift
[2438/2461] Compiling Vapor HTTPStatus.swift
[2439/2461] Compiling Vapor HTTPCookies.swift
[2440/2461] Compiling Vapor HTTPHeaderCacheControl.swift
[2441/2461] Compiling Vapor HTTPHeaderExpires.swift
[2442/2461] Compiling Vapor HTTPHeaderLastModified.swift
[2443/2461] Compiling Vapor HTTPHeaders+Cache.swift
[2444/2461] Compiling Vapor HTTPHeaders+Connection.swift
[2445/2461] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2446/2461] Compiling Vapor HTTPHeaders+ContentRange.swift
[2447/2461] Compiling Vapor HTTPHeaders+Directive.swift
[2448/2461] Compiling Vapor HTTPHeaders+Forwarded.swift
[2449/2461] Compiling Vapor HTTPHeaders+Link.swift
[2450/2461] Compiling Vapor HTTPHeaders+Name.swift
[2451/2461] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2452/2461] Compiling Vapor HTTPHeaders.swift
[2453/2461] Compiling Vapor HTTPMediaType.swift
[2454/2461] Compiling Vapor HTTPMediaTypePreference.swift
[2455/2461] Compiling Vapor Responder.swift
[2456/2461] Compiling Vapor Application+HTTP+Server.swift
[2457/2461] Compiling Vapor HTTPServer.swift
[2458/2461] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2459/2461] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2460/2461] Compiling Vapor HTTPServerHandler.swift
[2461/2461] Compiling Vapor HTTPServerRequestDecoder.swift
[2463/2472] Compiling JWT JWTError+Vapor.swift
[2464/2472] Compiling JWT JWTAuthenticator.swift
[2465/2473] Compiling JWT JWT+FirebaseAuth.swift
[2466/2473] Compiling JWT JWT+Google.swift
[2467/2473] Compiling JWT Application+JWT.swift
[2468/2473] Compiling JWT Exports.swift
[2469/2473] Compiling JWT JWKSCache.swift
[2470/2473] Compiling JWT JWT+Apple.swift
[2471/2473] Emitting module JWT
[2472/2473] Compiling JWT JWT+Microsoft.swift
[2473/2473] Compiling JWT Request+JWT.swift
Build complete! (306.95s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "jwt-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-kit.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.110.2",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "jwt",
  "name" : "jwt",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "JWT",
      "targets" : [
        "JWT"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JWTTests",
      "module_type" : "SwiftTarget",
      "name" : "JWTTests",
      "path" : "Tests/JWTTests",
      "product_dependencies" : [
        "VaporTesting"
      ],
      "sources" : [
        "Helpers/ByteBuffer+string.swift",
        "Helpers/isLoggingConfigured.swift",
        "Helpers/withApp.swift",
        "JWTTests.swift",
        "Types/LoginCredentials.swift",
        "Types/LoginResponse.swift",
        "Types/TestUser.swift",
        "Types/UserAuthenticator.swift"
      ],
      "target_dependencies" : [
        "JWT"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JWT",
      "module_type" : "SwiftTarget",
      "name" : "JWT",
      "path" : "Sources/JWT",
      "product_dependencies" : [
        "JWTKit",
        "Vapor"
      ],
      "product_memberships" : [
        "JWT"
      ],
      "sources" : [
        "Application+JWT.swift",
        "Exports.swift",
        "JWKSCache.swift",
        "JWT+Apple.swift",
        "JWT+FirebaseAuth.swift",
        "JWT+Google.swift",
        "JWT+Microsoft.swift",
        "JWTAuthenticator.swift",
        "JWTError+Vapor.swift",
        "Request+JWT.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.