The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of jwt, reference main (ae510e), with Swift 6.0 for Linux on 4 Feb 2025 00:44:37 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.0-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.60.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 ae510ef Update SIWA Token and Migrate to Vapor Testing (#165)
Cloned https://github.com/vapor/jwt.git
Revision (git rev-parse @):
ae510ef2051a44566fe321f18f617cdcd08c612a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/jwt.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
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.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/jwt-kit.git
[1/70823] Fetching vapor
[6376/79766] Fetching vapor, jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (1.49s)
Fetched https://github.com/vapor/vapor.git from cache (1.52s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.2 (0.47s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-crypto.git
[1/5582] Fetching swift-certificates
[57/9332] Fetching swift-certificates, swift-log
[8608/21500] Fetching swift-certificates, swift-log, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (0.34s)
[8138/17750] Fetching swift-certificates, swift-crypto
Fetched https://github.com/apple/swift-certificates.git from cache (0.36s)
[2799/12168] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.10s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.112.0 (1.90s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.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/4952] Fetching swift-distributed-tracing
[843/7476] Fetching swift-distributed-tracing, websocket-kit
[1018/10281] Fetching swift-distributed-tracing, websocket-kit, multipart-kit
[1261/15904] Fetching swift-distributed-tracing, websocket-kit, multipart-kit, swift-algorithms
[3859/17473] Fetching swift-distributed-tracing, websocket-kit, multipart-kit, swift-algorithms, swift-atomics
[6199/18491] Fetching swift-distributed-tracing, websocket-kit, multipart-kit, swift-algorithms, swift-atomics, swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.37s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.45s)
Fetching https://github.com/apple/swift-nio-extras.git
[10839/14670] Fetching websocket-kit, multipart-kit, swift-algorithms, swift-atomics, swift-metrics
[12988/20053] Fetching websocket-kit, multipart-kit, swift-algorithms, swift-atomics, swift-metrics, swift-nio-extras
Fetched https://github.com/apple/swift-metrics.git from cache (0.31s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.30s)
Fetching https://github.com/apple/swift-nio-ssl.git
[10839/23819] Fetching websocket-kit, multipart-kit, swift-algorithms, swift-atomics, swift-nio-http2
[23820/38238] Fetching websocket-kit, multipart-kit, swift-algorithms, swift-atomics, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/vapor/websocket-kit.git from cache (1.38s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.38s)
Fetching https://github.com/vapor/routing-kit.git
[21601/34145] Fetching multipart-kit, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (1.39s)
Fetching https://github.com/apple/swift-nio.git
[16122/28522] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/vapor/multipart-kit.git from cache (1.45s)
[13606/25717] Fetching swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.89s)
[4038/14419] Fetching swift-nio-ssl
[4039/35109] Fetching swift-nio-ssl, routing-kit
Fetching https://github.com/swift-server/async-http-client.git
[8692/40594] Fetching swift-nio-ssl, routing-kit, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.30s)
[25593/35109] Fetching swift-nio-ssl, routing-kit
[25945/108624] Fetching swift-nio-ssl, routing-kit, swift-nio
[27941/122129] Fetching swift-nio-ssl, routing-kit, swift-nio, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (0.79s)
[49244/101439] Fetching swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.83s)
[54118/87934] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.99s)
[47050/73515] Fetching swift-nio
[73516/75885] Fetching swift-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (2.22s)
Fetched https://github.com/apple/swift-nio.git from cache (3.81s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.46s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.1 (0.48s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.24.1 (0.49s)
Fetching https://github.com/apple/swift-http-types
[1/787] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.18s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (0.45s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.52s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2318] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.23s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.49s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.33s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.45s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.24.2 (0.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.80.0 (0.67s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4024] Fetching swift-system
[42/19655] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.86s)
Fetched https://github.com/apple/swift-collections.git from cache (0.88s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.45s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.50s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.45s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.10.0 (1.67s)
Fetching https://github.com/apple/swift-asn1.git
[1/1462] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.24s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (0.51s)
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.47s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.1 (0.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.68s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.7.0 (0.57s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.49s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (0.48s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.49s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.51s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.46s)
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.24.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.112.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.29.1
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.23.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.10.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.1
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.24.2
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.35.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.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.80.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.1.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.5.1
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.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
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for debugging...
[0/842] Write sources
[44/842] Compiling CNIOWASI CNIOWASI.c
[44/842] Compiling CNIOWindows WSAStartup.c
[46/842] Write sources
[47/842] Compiling CNIOWindows shim.c
[48/842] Write sources
[54/842] Compiling CNIOLinux liburing_shims.c
[55/842] Compiling _NumericsShims _NumericsShims.c
[55/842] Compiling _AtomicsShims.c
[57/842] Compiling CVaporBcrypt bcrypt.c
[58/842] Compiling CVaporBcrypt blf.c
[59/842] Compiling CSystem shims.c
[60/842] Compiling CNIOExtrasZlib empty.c
[60/842] Compiling CNIOLLHTTP c_nio_http.c
[62/842] Compiling CNIOLinux shim.c
[63/842] Compiling CNIODarwin shim.c
[64/842] Compiling CNIOSHA1 c_nio_sha1.c
[65/842] Compiling fiat_p256_adx_sqr.S
[66/842] Compiling fiat_p256_adx_mul.S
[67/842] Compiling CNIOLLHTTP c_nio_api.c
[68/842] Compiling fiat_curve25519_adx_square.S
[69/842] Compiling fiat_curve25519_adx_mul.S
[70/842] Compiling CNIOLLHTTP c_nio_llhttp.c
[71/842] Write swift-version-24593BA9C3E375BF.txt
[72/842] Compiling CNIOBoringSSLShims shims.c
[73/846] Compiling tls_record.cc
[74/846] Compiling tls_method.cc
[75/846] Compiling tls13_server.cc
[76/846] Compiling t1_enc.cc
[77/846] Compiling tls13_client.cc
[78/846] Compiling tls13_both.cc
[79/850] Compiling tls13_enc.cc
[81/898] Emitting module _CertificateInternals
[82/913] Emitting module Logging
[83/913] Emitting module RealModule
[84/914] Compiling RealModule RealFunctions.swift
[85/914] Emitting module ServiceContextModule
[86/914] Compiling ServiceContextModule ServiceContext.swift
[87/914] Compiling _NIODataStructures PriorityQueue.swift
[88/914] Compiling ServiceContextModule ServiceContextKey.swift
[89/915] Compiling _CertificateInternals _TinyArray.swift
[92/916] Compiling _NIODataStructures _TinyArray.swift
[93/916] Compiling SystemPackage MachPort.swift
[94/916] Compiling SystemPackage PlatformString.swift
[95/916] Compiling SystemPackage SystemString.swift
[96/919] Compiling RealModule Real.swift
[97/919] Compiling RealModule Float+Real.swift
[98/919] Compiling _NIOBase64 Base64.swift
[99/919] Emitting module _NIOBase64
[100/920] Compiling RealModule ElementaryFunctions.swift
[101/920] Compiling RealModule Float16+Real.swift
[102/920] Compiling RealModule Float80+Real.swift
[103/920] Compiling RealModule AlgebraicField.swift
[104/920] Compiling RealModule ApproximateEquality.swift
[105/920] Compiling RealModule AugmentedArithmetic.swift
[106/920] Compiling RealModule Double+Real.swift
[108/921] Compiling SystemPackage FileOperations.swift
[109/921] Compiling SwiftASN1 TimeUtilities.swift
[110/921] Compiling SwiftASN1 UTCTime.swift
[111/921] Compiling SystemPackage FilePathParsing.swift
[112/921] Compiling SystemPackage FilePathString.swift
[113/921] Compiling SystemPackage FilePath.swift
[114/921] Compiling SystemPackage FilePathComponentView.swift
[115/921] Compiling SystemPackage FilePathComponents.swift
[119/921] Emitting module SystemPackage
[130/940] Emitting module SwiftASN1
[131/946] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[132/946] Compiling InternalCollectionsUtilities Specialize.swift
[133/948] Compiling InternalCollectionsUtilities Debugging.swift
[134/948] Compiling InternalCollectionsUtilities Descriptions.swift
[135/948] Compiling InternalCollectionsUtilities _SortedCollection.swift
[136/948] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[137/948] Emitting module Instrumentation
[138/948] Compiling Instrumentation NoOpInstrument.swift
[139/948] Compiling SystemPackage Util+StringArray.swift
[140/948] Compiling SystemPackage Util.swift
[141/948] Compiling SystemPackage UtilConsumers.swift
[142/948] Compiling Instrumentation MultiplexInstrument.swift
[143/951] Compiling Logging MetadataProvider.swift
[144/951] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[145/951] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[148/951] Compiling Logging LogHandler.swift
[149/951] Compiling Instrumentation Instrument.swift
[150/951] Compiling Logging Logging.swift
[151/951] Compiling Logging Locks.swift
[152/951] Compiling Instrumentation InstrumentationSystem.swift
[157/952] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[158/952] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[159/952] Compiling SystemPackage Constants.swift
[160/952] Compiling SystemPackage Exports.swift
[161/952] Compiling SystemPackage Mocking.swift
[162/952] Compiling SystemPackage RawBuffer.swift
[163/952] Compiling SystemPackage Syscalls.swift
[164/952] Compiling SystemPackage WindowsSyscallAdapters.swift
[165/952] Emitting module _NIODataStructures
[166/952] Compiling _NIODataStructures Heap.swift
[167/954] Compiling Instrumentation Locks.swift
[174/955] Emitting module InternalCollectionsUtilities
[175/955] Emitting module CoreMetrics
[178/963] Compiling InternalCollectionsUtilities UInt+reversed.swift
[179/963] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[180/964] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[181/964] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[182/964] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[185/965] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[186/965] Compiling InternalCollectionsUtilities Integer rank.swift
[187/965] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[187/970] Compiling ssl_x509.cc
[188/970] Compiling ssl_versions.cc
[191/970] Compiling RoutingKit Router.swift
[194/970] Compiling Tracing InstrumentationSystem+Tracing.swift
[197/970] Compiling Tracing NoOpTracer.swift
[198/971] Compiling CoreMetrics Metrics.swift
[199/971] Compiling CoreMetrics Locks.swift
[200/972] Compiling Tracing TracingTime.swift
[203/972] Compiling RoutingKit Parameters.swift
[204/972] Compiling RoutingKit AnyRouter.swift
[205/972] Emitting module RoutingKit
[206/972] Compiling RoutingKit PathComponent.swift
[207/972] Emitting module Tracing
[208/972] Compiling RoutingKit TrieRouter.swift
[209/972] Compiling Tracing TracerProtocol.swift
[211/974] Compiling Tracing SpanProtocol.swift
[212/974] Compiling Tracing Tracer.swift
[213/974] Compiling Tracing TracerProtocol+Legacy.swift
[213/1097] Compiling ssl_transcript.cc
[215/1097] Compiling ssl_stat.cc
[217/1106] Compiling HeapModule Heap+Invariants.swift
[218/1106] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[219/1143] Compiling HeapModule Heap+Descriptions.swift
[220/1183] Emitting module Metrics
[221/1197] Compiling Metrics Metrics.swift
[221/1198] Compiling ssl_session.cc
[223/1198] Compiling HeapModule _HeapNode.swift
[223/1198] Compiling ssl_privkey.cc
[225/1198] Compiling HeapModule Heap.swift
[227/1198] Compiling DequeModule Deque+CustomReflectable.swift
[228/1198] Compiling DequeModule Deque+Descriptions.swift
[229/1200] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[230/1200] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[231/1200] Compiling HashTreeCollections TreeDictionary+Keys.swift
[232/1200] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[233/1200] Compiling HashTreeCollections TreeDictionary+Merge.swift
[234/1200] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[235/1200] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[236/1200] Compiling HashTreeCollections TreeDictionary+Collection.swift
[237/1200] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[238/1200] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[239/1200] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[240/1200] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[241/1200] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[242/1200] Compiling HashTreeCollections TreeDictionary+Filter.swift
[243/1207] Compiling HeapModule Heap+UnsafeHandle.swift
[244/1207] Emitting module HeapModule
[245/1208] Compiling DequeModule _DequeBuffer.swift
[246/1208] Compiling DequeModule _DequeBufferHeader.swift
[248/1208] Compiling DequeModule Deque+Equatable.swift
[249/1208] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[250/1208] Compiling HashTreeCollections _HashStack.swift
[251/1208] Compiling HashTreeCollections _HashTreeIterator.swift
[252/1208] Compiling HashTreeCollections _HashTreeStatistics.swift
[253/1208] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[254/1208] Compiling HashTreeCollections _RawHashNode.swift
[255/1208] Compiling HashTreeCollections _UnmanagedHashNode.swift
[256/1208] Compiling HashTreeCollections _UnsafePath.swift
[257/1208] Compiling HashTreeCollections TreeDictionary+Codable.swift
[258/1208] Compiling HashTreeCollections _HashNode+Structural union.swift
[259/1208] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[260/1208] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[261/1208] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[262/1208] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[263/1208] Compiling HashTreeCollections _HashNode.swift
[264/1208] Compiling HashTreeCollections _HashNodeHeader.swift
[265/1208] Compiling HashTreeCollections _HashSlot.swift
[266/1208] Compiling DequeModule Deque+Extras.swift
[267/1208] Compiling DequeModule Deque+Hashable.swift
[268/1208] Compiling DequeModule Deque+Testing.swift
[269/1208] Compiling DequeModule Deque._Storage.swift
[270/1208] Compiling DequeModule Deque+Codable.swift
[271/1208] Compiling DequeModule Deque+Collection.swift
[278/1208] Compiling HashTreeCollections _HashNode+Builder.swift
[279/1208] Compiling HashTreeCollections _HashNode+Debugging.swift
[280/1208] Compiling HashTreeCollections _HashNode+Initializers.swift
[281/1208] Compiling HashTreeCollections _HashNode+Invariants.swift
[282/1208] Compiling HashTreeCollections _HashNode+Lookups.swift
[283/1208] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[284/1208] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[285/1208] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[286/1208] Compiling HashTreeCollections TreeSet+Hashable.swift
[287/1208] Compiling HashTreeCollections TreeSet+Sendable.swift
[288/1208] Compiling HashTreeCollections TreeSet+Sequence.swift
[289/1208] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[290/1208] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[291/1208] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[292/1208] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[293/1208] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[294/1208] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[295/1208] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[296/1218] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[297/1218] Compiling OrderedCollections OrderedSet.swift
[298/1218] Compiling OrderedCollections _UnsafeBitset.swift
[299/1218] Compiling HashTreeCollections TreeSet+Equatable.swift
[300/1218] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[301/1218] Compiling HashTreeCollections TreeSet+Extras.swift
[302/1218] Compiling HashTreeCollections TreeSet+Filter.swift
[305/1227] Compiling DequeModule _DequeSlot.swift
[306/1227] Compiling DequeModule _UnsafeWrappedBuffer.swift
[307/1227] Compiling DequeModule Deque._UnsafeHandle.swift
[308/1227] Compiling DequeModule Deque.swift
[309/1227] Compiling OrderedCollections OrderedSet+SubSequence.swift
[310/1227] Compiling OrderedCollections OrderedSet+Testing.swift
[311/1227] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[329/1227] Compiling OrderedCollections OrderedSet+Sendable.swift
[350/1227] Compiling _RopeModule _CharacterRecognizer.swift
[351/1227] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[352/1227] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[353/1227] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[354/1227] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[355/1227] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[356/1227] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[357/1227] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[358/1227] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[359/1227] Compiling HashTreeCollections TreeSet.swift
[370/1227] Emitting module DequeModule
[370/1228] Compiling ssl_file.cc
[389/1228] Compiling ssl_key_share.cc
[401/1228] Compiling ssl_credential.cc
[413/1228] Compiling ssl_lib.cc
[415/1228] Emitting module OrderedCollections
[417/1229] Emitting module _RopeModule
[418/1229] Compiling _RopeModule Rope+Join.swift
[419/1229] Compiling _RopeModule Rope+MutatingForEach.swift
[420/1229] Compiling _RopeModule Rope+Remove.swift
[421/1229] Compiling _RopeModule Rope+RemoveSubrange.swift
[422/1229] Compiling _RopeModule Rope+Split.swift
[423/1229] Compiling _RopeModule Optional Utilities.swift
[424/1229] Compiling _RopeModule String Utilities.swift
[425/1229] Compiling _RopeModule String.Index+ABI.swift
[426/1229] Compiling ssl_cipher.cc
[427/1229] Compiling ssl_buffer.cc
[450/1229] Compiling ssl_cert.cc
[451/1229] Compiling ssl_aead_ctx.cc
[452/1229] Compiling ssl_asn1.cc
[453/1229] Compiling s3_pkt.cc
[483/1230] Compiling s3_lib.cc
[484/1230] Compiling s3_both.cc
[485/1230] Compiling handshake_server.cc
[486/1230] Compiling handshake_client.cc
[488/1230] Emitting module HashTreeCollections
[488/1231] Compiling handshake.cc
[490/1231] Compiling handoff.cc
[491/1231] Compiling dtls_record.cc
[492/1231] Compiling encrypted_client_hello.cc
[493/1231] Compiling md5-x86_64-linux.S
[494/1231] Compiling md5-x86_64-apple.S
[495/1231] Compiling md5-586-linux.S
[496/1231] Compiling md5-586-apple.S
[497/1231] Compiling extensions.cc
[498/1231] Compiling chacha20_poly1305_x86_64-linux.S
[499/1231] Compiling d1_srtp.cc
[500/1231] Compiling dtls_method.cc
[501/1231] Compiling chacha20_poly1305_x86_64-apple.S
[502/1231] Compiling chacha20_poly1305_armv8-win.S
[503/1231] Compiling err_data.cc
[504/1231] Compiling chacha20_poly1305_armv8-linux.S
[505/1231] Compiling chacha20_poly1305_armv8-apple.S
[506/1231] Compiling chacha-x86_64-linux.S
[507/1231] Compiling chacha-x86_64-apple.S
[508/1231] Compiling chacha-x86-linux.S
[509/1231] Compiling chacha-x86-apple.S
[510/1231] Compiling chacha-armv8-win.S
[511/1231] Compiling d1_pkt.cc
[512/1231] Compiling chacha-armv8-linux.S
[513/1231] Compiling chacha-armv8-apple.S
[514/1231] Compiling chacha-armv4-linux.S
[515/1231] Compiling aes128gcmsiv-x86_64-apple.S
[516/1231] Compiling aes128gcmsiv-x86_64-linux.S
[517/1231] Compiling x86_64-mont5-apple.S
[518/1231] Compiling x86_64-mont5-linux.S
[519/1231] Compiling x86_64-mont-apple.S
[520/1231] Compiling x86_64-mont-linux.S
[521/1231] Compiling x86-mont-linux.S
[522/1231] Compiling x86-mont-apple.S
[523/1231] Compiling bio_ssl.cc
[524/1231] Compiling vpaes-x86_64-apple.S
[525/1231] Compiling vpaes-x86-linux.S
[526/1231] Compiling vpaes-x86_64-linux.S
[527/1231] Compiling vpaes-x86-apple.S
[527/1231] Compiling vpaes-armv8-win.S
[529/1231] Compiling vpaes-armv8-linux.S
[530/1231] Compiling vpaes-armv8-apple.S
[530/1231] Compiling vpaes-armv7-linux.S
[532/1231] Compiling sha512-x86_64-linux.S
[533/1231] Compiling sha512-armv8-win.S
[534/1231] Compiling sha512-x86_64-apple.S
[535/1231] Compiling sha512-armv8-linux.S
[536/1231] Compiling sha512-armv8-apple.S
[537/1231] Compiling d1_lib.cc
[538/1231] Compiling sha512-armv4-linux.S
[538/1231] Compiling sha512-586-linux.S
[540/1231] Compiling sha512-586-apple.S
[541/1231] Compiling sha256-x86_64-apple.S
[542/1231] Compiling sha256-armv8-win.S
[543/1231] Compiling sha256-x86_64-linux.S
[544/1231] Compiling sha256-armv8-linux.S
[545/1231] Compiling sha256-armv4-linux.S
[546/1231] Compiling sha256-armv8-apple.S
[547/1231] Compiling sha256-586-linux.S
[548/1231] Compiling sha256-586-apple.S
[549/1231] Compiling sha1-x86_64-apple.S
[550/1231] Compiling sha1-armv8-win.S
[551/1231] Compiling sha1-armv8-linux.S
[552/1231] Compiling sha1-armv8-apple.S
[553/1231] Compiling sha1-x86_64-linux.S
[554/1231] Compiling sha1-586-linux.S
[555/1231] Compiling sha1-armv4-large-linux.S
[556/1231] Compiling sha1-586-apple.S
[557/1231] Compiling rsaz-avx2-apple.S
[558/1231] Compiling rsaz-avx2-linux.S
[559/1231] Compiling rdrand-x86_64-linux.S
[560/1231] Compiling rdrand-x86_64-apple.S
[561/1231] Compiling p256_beeu-x86_64-asm-linux.S
[562/1231] Compiling p256_beeu-x86_64-asm-apple.S
[563/1231] Compiling p256_beeu-armv8-asm-win.S
[564/1231] Compiling p256_beeu-armv8-asm-apple.S
[565/1231] Compiling p256_beeu-armv8-asm-linux.S
[566/1231] Compiling p256-x86_64-asm-apple.S
[567/1231] Compiling p256-armv8-asm-win.S
[568/1231] Compiling p256-armv8-asm-linux.S
[569/1231] Compiling p256-armv8-asm-apple.S
[570/1231] Compiling p256-x86_64-asm-linux.S
[571/1231] Compiling ghashv8-armv8-win.S
[572/1231] Compiling ghashv8-armv8-linux.S
[573/1231] Compiling ghashv8-armv8-apple.S
[574/1231] Compiling ghashv8-armv7-linux.S
[575/1231] Compiling ghash-x86_64-linux.S
[576/1231] Compiling d1_both.cc
[577/1231] Compiling ghash-x86_64-apple.S
[578/1231] Compiling ghash-x86-linux.S
[579/1231] Compiling ghash-x86-apple.S
[580/1231] Compiling ghash-ssse3-x86_64-linux.S
[581/1231] Compiling ghash-ssse3-x86_64-apple.S
[582/1231] Compiling ghash-ssse3-x86-apple.S
[583/1231] Compiling ghash-ssse3-x86-linux.S
[584/1231] Compiling ghash-neon-armv8-win.S
[585/1231] Compiling ghash-neon-armv8-linux.S
[586/1231] Compiling ghash-neon-armv8-apple.S
[587/1231] Compiling co-586-linux.S
[588/1231] Compiling ghash-armv4-linux.S
[589/1231] Compiling co-586-apple.S
[590/1231] Compiling bsaes-armv7-linux.S
[591/1231] Compiling bn-armv8-win.S
[592/1231] Compiling bn-armv8-linux.S
[593/1231] Compiling bn-armv8-apple.S
[594/1231] Compiling bn-586-apple.S
[595/1231] Compiling bn-586-linux.S
[596/1231] Compiling armv8-mont-linux.S
[597/1231] Compiling armv8-mont-win.S
[598/1231] Compiling armv4-mont-linux.S
[599/1231] Compiling armv8-mont-apple.S
[600/1231] Compiling aesv8-gcm-armv8-win.S
[601/1231] Compiling aesv8-gcm-armv8-linux.S
[602/1231] Compiling aesv8-armv8-win.S
[603/1231] Compiling aesv8-armv8-linux.S
[604/1231] Compiling aesv8-armv8-apple.S
[605/1231] Compiling aesv8-gcm-armv8-apple.S
[606/1231] Compiling aesv8-armv7-linux.S
[607/1231] Compiling aesni-x86_64-apple.S
[608/1231] Compiling aesni-x86-linux.S
[609/1231] Compiling aesni-x86_64-linux.S
[610/1231] Compiling aesni-x86-apple.S
[611/1231] Compiling aesni-gcm-x86_64-apple.S
[612/1231] Compiling aesni-gcm-x86_64-linux.S
[613/1231] Compiling x_sig.cc
[614/1231] Compiling x_val.cc
[614/1231] Compiling x_x509a.cc
[615/1231] Compiling x_spki.cc
[617/1231] Compiling x_req.cc
[618/1231] Compiling x_x509.cc
[618/1231] Compiling x_pubkey.cc
[620/1231] Compiling x_name.cc
[621/1231] Compiling x_exten.cc
[622/1231] Compiling x_algor.cc
[623/1231] Compiling x509spki.cc
[624/1231] Compiling x_attrib.cc
[625/1231] Compiling x_crl.cc
[626/1231] Compiling x509rset.cc
[627/1231] Compiling x_all.cc
[628/1231] Compiling x509name.cc
[629/1231] Compiling x509_txt.cc
[630/1231] Compiling x509cset.cc
[631/1231] Compiling x509_vpm.cc
[632/1231] Compiling x509_v3.cc
[633/1231] Compiling x509_trs.cc
[634/1231] Compiling x509_vfy.cc
[635/1231] Compiling x509_set.cc
[636/1231] Compiling x509_req.cc
[637/1231] Compiling x509_def.cc
[638/1231] Compiling x509_obj.cc
[639/1231] Compiling x509_d2.cc
[640/1231] Compiling x509_lu.cc
[641/1231] Compiling x509_ext.cc
[642/1231] Compiling x509.cc
[643/1231] Compiling x509_att.cc
[644/1231] Compiling x509_cmp.cc
[645/1231] Compiling v3_skey.cc
[646/1231] Compiling v3_prn.cc
[647/1231] Compiling v3_pmaps.cc
[648/1231] Compiling v3_ocsp.cc
[649/1231] Compiling v3_utl.cc
[649/1231] Compiling v3_purp.cc
[651/1231] Compiling v3_pcons.cc
[652/1231] Compiling v3_ncons.cc
[653/1231] Compiling v3_int.cc
[654/1231] Compiling v3_lib.cc
[655/1231] Compiling v3_ia5.cc
[656/1231] Compiling v3_info.cc
[657/1231] Compiling v3_genn.cc
[658/1231] Compiling v3_enum.cc
[658/1231] Compiling v3_extku.cc
[660/1231] Compiling v3_crld.cc
[661/1231] Compiling v3_cpols.cc
[662/1231] Compiling v3_bitst.cc
[663/1231] Compiling v3_conf.cc
[664/1231] Compiling v3_bcons.cc
[665/1231] Compiling v3_akeya.cc
[666/1231] Compiling v3_akey.cc
[667/1231] Compiling v3_alt.cc
[668/1231] Compiling t_x509a.cc
[669/1231] Compiling i2d_pr.cc
[670/1231] Compiling t_x509.cc
[671/1231] Compiling t_crl.cc
[672/1231] Compiling t_req.cc
[673/1231] Compiling name_print.cc
[674/1231] Compiling rsa_pss.cc
[675/1231] Compiling policy.cc
[676/1231] Compiling by_file.cc
[677/1231] Compiling by_dir.cc
[678/1231] Compiling voprf.cc
[679/1231] Compiling algorithm.cc
[680/1231] Compiling trust_token.cc
[681/1231] Compiling asn1_gen.cc
[682/1231] Compiling a_digest.cc
[683/1231] Compiling a_verify.cc
[684/1231] Compiling a_sign.cc
[685/1231] Compiling thread_win.cc
[686/1231] Compiling thread.cc
[687/1231] Compiling thread_pthread.cc
[688/1231] Compiling thread_none.cc
[689/1231] Compiling stack.cc
[690/1231] Compiling thash.cc
[690/1231] Compiling wots.cc
[690/1231] Compiling pmbtoken.cc
[693/1231] Compiling merkle.cc
[693/1231] Compiling slhdsa.cc
[695/1231] Compiling sha256.cc
[696/1231] Compiling sha512.cc
[697/1231] Compiling siphash.cc
[698/1231] Compiling fors.cc
[699/1231] Compiling sha1.cc
[700/1231] Compiling rsa_print.cc
[701/1231] Compiling rc4.cc
[702/1231] Compiling rsa_extra.cc
[703/1231] Compiling refcount.cc
[704/1231] Compiling windows.cc
[705/1231] Compiling trusty.cc
[706/1231] Compiling urandom.cc
[707/1231] Compiling rsa_asn1.cc
[708/1231] Compiling rsa_crypt.cc
[709/1231] Compiling rand_extra.cc
[710/1231] Compiling ios.cc
[711/1231] Compiling passive.cc
[712/1231] Compiling getentropy.cc
[713/1231] Compiling poly1305_arm_asm.S
[714/1231] Compiling deterministic.cc
[715/1231] Compiling forkunsafe.cc
[716/1231] Compiling fork_detect.cc
[717/1231] Compiling pool.cc
[718/1231] Compiling poly1305_arm.cc
[719/1231] Compiling poly1305.cc
[720/1231] Compiling poly1305_vec.cc
[721/1231] Compiling pkcs7.cc
[722/1231] Compiling p5_pbev2.cc
[722/1231] Compiling pkcs8.cc
[724/1231] Compiling pkcs8_x509.cc
[725/1231] Compiling pkcs7_x509.cc
[726/1231] Compiling pem_x509.cc
[727/1231] Compiling pem_xaux.cc
[728/1231] Compiling pem_pkey.cc
[729/1231] Compiling pem_pk8.cc
[730/1231] Compiling obj_xref.cc
[731/1231] Compiling pem_oth.cc
[732/1231] Compiling pem_info.cc
[733/1231] Compiling pem_lib.cc
[734/1231] Compiling obj.cc
[735/1231] Compiling mlkem.cc
[736/1231] Compiling pem_all.cc
[737/1231] Compiling mem.cc
[738/1231] Compiling md5.cc
[739/1231] Compiling poly_rq_mul.S
[740/1231] Compiling fips_shared_support.cc
[740/1231] Compiling md4.cc
[742/1231] Compiling lhash.cc
[743/1231] Compiling keccak.cc
[743/1231] Compiling mldsa.cc
[745/1231] Compiling kyber.cc
[746/1231] Compiling hrss.cc
[747/1231] Compiling ex_data.cc
[748/1231] Compiling sign.cc
[749/1231] Compiling scrypt.cc
[750/1231] Compiling hpke.cc
[751/1231] Compiling pbkdf.cc
[752/1231] Compiling print.cc
[753/1231] Compiling p_x25519_asn1.cc
[754/1231] Compiling p_x25519.cc
[755/1231] Compiling p_rsa_asn1.cc
[756/1231] Compiling p_ed25519.cc
[757/1231] Compiling p_hkdf.cc
[758/1231] Compiling p_rsa.cc
[759/1231] Compiling p_ed25519_asn1.cc
[760/1231] Compiling p_ec_asn1.cc
[761/1231] Compiling p_ec.cc
[762/1231] Compiling p_dh.cc
[763/1231] Compiling p_dh_asn1.cc
[764/1231] Compiling evp_ctx.cc
[765/1231] Compiling p_dsa_asn1.cc
[766/1231] Compiling evp_asn1.cc
[767/1231] Compiling err.cc
[768/1231] Compiling evp.cc
[769/1231] Compiling engine.cc
[770/1231] Compiling ecdh_extra.cc
[771/1231] Compiling ecdsa_asn1.cc
[772/1231] Compiling hash_to_curve.cc
[773/1231] Compiling ec_derive.cc
[774/1231] Compiling ec_asn1.cc
[775/1231] Compiling dsa_asn1.cc
[776/1231] Compiling dsa.cc
[777/1231] Compiling params.cc
[778/1231] Compiling x25519-asm-arm.S
[779/1231] Compiling digest_extra.cc
[780/1231] Compiling dh_asn1.cc
[781/1231] Compiling des.cc
[782/1231] Compiling spake25519.cc
[783/1231] Compiling cpu_arm_linux.cc
[784/1231] Compiling cpu_intel.cc
[784/1231] Compiling crypto.cc
[786/1231] Compiling cpu_arm_freebsd.cc
[787/1231] Compiling curve25519.cc
[788/1231] Compiling cpu_aarch64_win.cc
[789/1231] Compiling bcm.cc
[790/1231] Compiling cpu_aarch64_openbsd.cc
[791/1231] Compiling cpu_aarch64_linux.cc
[791/1231] Compiling cpu_aarch64_sysreg.cc
[793/1231] Compiling cpu_aarch64_fuchsia.cc
[794/1231] Compiling cpu_aarch64_apple.cc
[795/1231] Compiling curve25519_64_adx.cc
[796/1231] Compiling conf.cc
[796/1231] Compiling tls_cbc.cc
[798/1231] Compiling e_rc4.cc
[799/1231] Compiling e_tls.cc
[800/1231] Compiling e_null.cc
[801/1231] Compiling e_rc2.cc
[802/1231] Compiling e_des.cc
[803/1231] Compiling e_chacha20poly1305.cc
[804/1231] Compiling derive_key.cc
[805/1231] Compiling e_aesctrhmac.cc
[806/1231] Compiling e_aesgcmsiv.cc
[807/1231] Compiling cipher_extra.cc
[808/1231] Compiling unicode.cc
[808/1231] Compiling chacha.cc
[810/1231] Compiling ber.cc
[811/1231] Compiling cbb.cc
[812/1231] Compiling buf.cc
[813/1231] Compiling asn1_compat.cc
[814/1231] Compiling cbs.cc
[815/1231] Compiling bn_asn1.cc
[816/1231] Compiling blake2.cc
[817/1231] Compiling convert.cc
[818/1231] Compiling printf.cc
[819/1231] Compiling socket.cc
[819/1231] Compiling socket_helper.cc
[821/1231] Compiling pair.cc
[822/1231] Compiling hexdump.cc
[823/1231] Compiling errno.cc
[824/1231] Compiling file.cc
[825/1231] Compiling fd.cc
[826/1231] Compiling bio_mem.cc
[827/1231] Compiling connect.cc
[828/1231] Compiling base64.cc
[829/1231] Compiling bio.cc
[830/1231] Compiling tasn_typ.cc
[831/1231] Compiling tasn_utl.cc
[832/1231] Compiling tasn_fre.cc
[833/1231] Compiling tasn_new.cc
[834/1231] Compiling posix_time.cc
[835/1231] Compiling f_string.cc
[836/1231] Compiling tasn_enc.cc
[837/1231] Compiling tasn_dec.cc
[838/1231] Compiling f_int.cc
[839/1231] Compiling asn_pack.cc
[840/1231] Compiling asn1_par.cc
[841/1231] Compiling asn1_lib.cc
[842/1231] Compiling a_utctm.cc
[843/1231] Compiling a_type.cc
[844/1231] Compiling a_time.cc
[845/1231] Compiling a_octet.cc
[846/1231] Compiling a_strnid.cc
[847/1231] Compiling a_strex.cc
[848/1231] Compiling a_object.cc
[849/1231] Compiling a_mbstr.cc
[850/1231] Compiling a_i2d_fp.cc
[851/1231] Compiling a_dup.cc
[852/1231] Compiling a_gentm.cc
[853/1231] Compiling a_int.cc
[854/1231] Compiling fiat_p256_adx_sqr.S
[855/1231] Compiling fiat_p256_adx_mul.S
[856/1231] Compiling a_d2i_fp.cc
[857/1231] Compiling fiat_curve25519_adx_square.S
[858/1231] Compiling fiat_curve25519_adx_mul.S
[859/1231] Compiling a_bool.cc
[860/1231] Compiling md5-x86_64-linux.S
[861/1231] Compiling md5-x86_64-apple.S
[862/1231] Compiling a_bitstr.cc
[863/1231] Compiling md5-586-linux.S
[864/1231] Compiling md5-586-apple.S
[865/1231] Compiling err_data.c
[866/1231] Compiling chacha20_poly1305_x86_64-apple.S
[867/1231] Compiling chacha20_poly1305_armv8-win.S
[868/1231] Compiling chacha20_poly1305_armv8-linux.S
[869/1231] Compiling chacha20_poly1305_armv8-apple.S
[870/1231] Compiling chacha20_poly1305_x86_64-linux.S
[871/1231] Compiling chacha-x86_64-linux.S
[872/1231] Compiling chacha-x86_64-apple.S
[873/1231] Compiling chacha-x86-linux.S
[874/1231] Compiling chacha-x86-apple.S
[875/1231] Compiling chacha-armv8-win.S
[876/1231] Compiling chacha-armv8-linux.S
[877/1231] Compiling chacha-armv8-apple.S
[878/1231] Compiling chacha-armv4-linux.S
[879/1231] Compiling CCryptoBoringSSLShims shims.c
[880/1231] Compiling aes128gcmsiv-x86_64-apple.S
[881/1231] Compiling aes128gcmsiv-x86_64-linux.S
[882/1231] Compiling x86_64-mont5-apple.S
[883/1231] Compiling x86_64-mont5-linux.S
[884/1231] Compiling x86_64-mont-apple.S
[885/1231] Compiling x86_64-mont-linux.S
[886/1231] Compiling x86-mont-linux.S
[887/1231] Compiling x86-mont-apple.S
[888/1231] Compiling vpaes-x86-linux.S
[888/1231] Compiling vpaes-x86_64-linux.S
[890/1231] Compiling vpaes-x86_64-apple.S
[891/1231] Compiling vpaes-x86-apple.S
[892/1231] Compiling vpaes-armv8-win.S
[893/1231] Compiling vpaes-armv8-linux.S
[894/1231] Compiling vpaes-armv8-apple.S
[895/1231] Compiling vpaes-armv7-linux.S
[896/1231] Compiling sha512-x86_64-apple.S
[897/1231] Compiling sha512-x86_64-linux.S
[898/1231] Compiling sha512-armv8-win.S
[899/1231] Compiling sha512-armv8-linux.S
[899/1231] Compiling sha512-armv8-apple.S
[901/1231] Compiling sha512-armv4-linux.S
[902/1231] Compiling sha512-586-linux.S
[903/1231] Compiling sha512-586-apple.S
[904/1231] Compiling sha256-x86_64-linux.S
[905/1231] Compiling sha256-armv8-win.S
[906/1231] Compiling sha256-x86_64-apple.S
[907/1231] Compiling sha256-armv8-linux.S
[908/1231] Compiling sha256-armv8-apple.S
[909/1231] Compiling sha256-armv4-linux.S
[910/1231] Compiling sha256-586-linux.S
[911/1231] Compiling sha1-x86_64-apple.S
[912/1231] Compiling sha256-586-apple.S
[913/1231] Compiling sha1-armv8-win.S
[914/1231] Compiling sha1-armv8-linux.S
[915/1231] Compiling sha1-x86_64-linux.S
[916/1231] Compiling sha1-armv4-large-linux.S
[917/1231] Compiling sha1-armv8-apple.S
[918/1231] Compiling sha1-586-apple.S
[919/1231] Compiling sha1-586-linux.S
[920/1231] Compiling rsaz-avx2-apple.S
[921/1231] Compiling rsaz-avx2-linux.S
[922/1231] Compiling rdrand-x86_64-linux.S
[923/1231] Compiling rdrand-x86_64-apple.S
[924/1231] Compiling p256_beeu-x86_64-asm-linux.S
[925/1231] Compiling p256_beeu-x86_64-asm-apple.S
[926/1231] Compiling p256_beeu-armv8-asm-win.S
[927/1231] Compiling p256_beeu-armv8-asm-linux.S
[928/1231] Compiling p256_beeu-armv8-asm-apple.S
[929/1231] Compiling p256-x86_64-asm-apple.S
[930/1231] Compiling p256-armv8-asm-win.S
[931/1231] Compiling p256-x86_64-asm-linux.S
[932/1231] Compiling p256-armv8-asm-linux.S
[933/1231] Compiling p256-armv8-asm-apple.S
[934/1231] Compiling ghashv8-armv8-win.S
[935/1231] Compiling ghashv8-armv8-linux.S
[936/1231] Compiling ghashv8-armv8-apple.S
[937/1231] Compiling ghashv8-armv7-linux.S
[938/1231] Compiling ghash-x86_64-linux.S
[939/1231] Compiling ghash-x86_64-apple.S
[940/1231] Compiling ghash-x86-linux.S
[941/1231] Compiling ghash-x86-apple.S
[942/1231] Compiling ghash-ssse3-x86_64-linux.S
[943/1231] Compiling ghash-ssse3-x86_64-apple.S
[944/1231] Compiling ghash-neon-armv8-win.S
[945/1231] Compiling ghash-ssse3-x86-apple.S
[946/1231] Compiling ghash-ssse3-x86-linux.S
[947/1231] Compiling ghash-neon-armv8-linux.S
[948/1231] Compiling ghash-neon-armv8-apple.S
[949/1231] Compiling co-586-linux.S
[950/1231] Compiling co-586-apple.S
[951/1231] Compiling ghash-armv4-linux.S
[952/1231] Compiling bsaes-armv7-linux.S
[953/1231] Compiling bn-armv8-win.S
[954/1231] Compiling bn-armv8-linux.S
[955/1231] Compiling bn-armv8-apple.S
[956/1231] Compiling bn-586-apple.S
[957/1231] Compiling bn-586-linux.S
[958/1231] Compiling armv8-mont-win.S
[959/1231] Compiling armv8-mont-linux.S
[960/1231] Compiling armv8-mont-apple.S
[961/1231] Compiling armv4-mont-linux.S
[962/1231] Compiling aesv8-gcm-armv8-win.S
[963/1231] Compiling aesv8-gcm-armv8-linux.S
[964/1231] Compiling aesv8-gcm-armv8-apple.S
[965/1231] Compiling aesv8-armv8-win.S
[966/1231] Compiling aesv8-armv8-linux.S
[967/1231] Compiling aesv8-armv8-apple.S
[968/1231] Compiling aesv8-armv7-linux.S
[969/1231] Compiling aesni-x86_64-apple.S
[970/1231] Compiling aesni-x86_64-linux.S
[971/1231] Compiling aesni-x86-linux.S
[972/1231] Compiling aesni-x86-apple.S
[973/1231] Compiling aesni-gcm-x86_64-apple.S
[974/1231] Compiling aesni-gcm-x86_64-linux.S
[975/1231] Compiling x_val.c
[976/1231] Compiling x_spki.c
[977/1231] Compiling x_sig.c
[977/1231] Compiling x_x509a.c
[979/1231] Compiling x_x509.c
[979/1231] Compiling x_req.c
[981/1231] Compiling x_pubkey.c
[982/1231] Compiling x_name.c
[983/1231] Compiling x_exten.c
[984/1231] Compiling x_attrib.c
[985/1231] Compiling x_crl.c
[986/1231] Compiling x_all.c
[987/1231] Compiling x_algor.c
[988/1231] Compiling x509spki.c
[989/1231] Compiling x509rset.c
[990/1231] Compiling x509cset.c
[991/1231] Compiling x509name.c
[992/1231] Compiling x509_vpm.c
[993/1231] Compiling x509_v3.c
[994/1231] Compiling x509_txt.c
[995/1231] Compiling x509_vfy.c
[996/1231] Compiling x509_trs.c
[997/1231] Compiling x509_set.c
[998/1231] Compiling x509_req.c
[999/1231] Compiling x509_obj.c
[1000/1231] Compiling x509_ext.c
[1001/1231] Compiling x509_lu.c
[1002/1231] Compiling x509_def.c
[1003/1231] Compiling x509_d2.c
[1004/1231] Compiling c-nioatomics.c
[1005/1231] Compiling x509_att.c
[1006/1231] Compiling x509_cmp.c
[1007/1231] Compiling x509.c
[1008/1231] Compiling v3_skey.c
[1009/1231] Compiling v3_prn.c
[1009/1231] Compiling v3_purp.c
[1011/1231] Compiling v3_utl.c
[1012/1231] Compiling v3_pmaps.c
[1013/1231] Compiling v3_ocsp.c
[1014/1231] Compiling v3_pcons.c
[1015/1231] Compiling v3_int.c
[1016/1231] Compiling v3_ncons.c
[1017/1231] Compiling v3_lib.c
[1018/1231] Compiling v3_ia5.c
[1019/1231] Compiling v3_info.c
[1020/1231] Compiling c-atomics.c
[1021/1231] Compiling v3_genn.c
[1022/1231] Compiling v3_extku.c
[1023/1231] Compiling v3_enum.c
[1024/1231] Compiling v3_bitst.c
[1024/1231] Compiling v3_crld.c
[1026/1231] Compiling v3_bcons.c
[1027/1231] Compiling v3_conf.c
[1028/1231] Compiling v3_cpols.c
[1029/1231] Compiling v3_alt.c
[1030/1236] Compiling v3_akeya.c
[1031/1237] Compiling t_crl.c
[1032/1237] Compiling t_x509.c
[1033/1237] Compiling v3_akey.c
[1034/1237] Compiling t_x509a.c
[1035/1237] Compiling t_req.c
[1036/1237] Compiling i2d_pr.c
[1037/1237] Compiling rsa_pss.c
[1038/1237] Compiling by_file.c
[1039/1237] Compiling name_print.c
[1040/1237] Compiling policy.c
[1041/1237] Compiling asn1_gen.c
[1042/1237] Compiling by_dir.c
[1043/1237] Compiling algorithm.c
[1045/1237] Compiling NIOConcurrencyHelpers lock.swift
[1045/1237] Compiling voprf.c
[1046/1237] Compiling trust_token.c
[1047/1237] Compiling thread_win.c
[1048/1237] Compiling a_verify.c
[1049/1237] Compiling a_digest.c
[1050/1237] Compiling a_sign.c
[1051/1237] Compiling thread.c
[1051/1237] Compiling pmbtoken.c
[1053/1237] Compiling thread_pthread.c
[1054/1237] Compiling thread_none.c
[1055/1237] Compiling spx_wots.c
[1056/1237] Compiling spx_util.c
[1057/1237] Compiling spx_merkle.c
[1058/1237] Compiling stack.c
[1059/1237] Compiling spx_fors.c
[1060/1237] Compiling spx_thash.c
[1061/1237] Compiling spx.c
[1062/1237] Compiling spx_address.c
[1064/1237] Compiling NIOConcurrencyHelpers NIOLock.swift
[1065/1237] Emitting module NIOConcurrencyHelpers
[1066/1237] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1067/1237] Compiling NIOConcurrencyHelpers atomics.swift
[1068/1237] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1068/1237] Compiling wots.c
[1069/1238] Compiling slhdsa.c
[1070/1238] Compiling thash.c
[1071/1238] Compiling merkle.c
[1072/1238] Compiling sha512.c
[1073/1238] Compiling fors.c
[1074/1238] Compiling siphash.c
[1075/1238] Compiling sha256.c
[1076/1238] Compiling sha1.c
[1077/1238] Compiling rsa_extra.c
[1078/1238] Compiling rsa_print.c
[1080/1238] Compiling refcount.c
[1081/1238] Compiling rc4.c
[1082/1238] Compiling trusty.c
[1083/1238] Compiling rsa_crypt.c
[1084/1238] Compiling rsa_asn1.c
[1085/1238] Compiling windows.c
[1086/1238] Compiling rand_extra.c
[1087/1238] Compiling getentropy.c
[1088/1238] Compiling ios.c
[1089/1238] Compiling urandom.c
[1090/1238] Compiling passive.c
[1091/1238] Compiling deterministic.c
[1092/1238] Compiling poly1305_arm_asm.S
[1093/1238] Compiling forkunsafe.c
[1094/1238] Compiling fork_detect.c
[1095/1238] Compiling pool.c
[1096/1238] Compiling poly1305_arm.c
[1097/1238] Compiling poly1305.c
[1098/1238] Compiling pkcs7.c
[1099/1238] Compiling poly1305_vec.c
[1100/1239] Compiling pkcs8.c
[1101/1243] Compiling p5_pbev2.c
[1102/1247] Compiling pem_xaux.c
[1102/1247] Compiling pkcs7_x509.c
[1104/1261] Compiling pkcs8_x509.c
[1105/1264] Compiling pem_x509.c
[1106/1264] Compiling pem_pkey.c
[1107/1264] Compiling pem_pk8.c
[1108/1264] Compiling obj_xref.c
[1109/1264] Compiling obj.c
[1110/1264] Compiling pem_oth.c
[1111/1264] Compiling pem_all.c
[1112/1264] Compiling md5.c
[1113/1264] Compiling mem.c
[1114/1264] Compiling mldsa.c
[1115/1264] Compiling pem_info.c
[1116/1264] Compiling md4.c
[1118/1264] Compiling ConsoleKitTerminal Console+Wait.swift
[1119/1264] Compiling ConsoleKitTerminal ConsoleColor.swift
[1120/1264] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1120/1264] Compiling pem_lib.c
[1121/1267] Compiling fips_shared_support.c
[1122/1267] Compiling kyber.c
[1124/1267] Emitting module ConsoleKitTerminal
[1124/1267] Compiling keccak.c
[1124/1267] Compiling lhash.c
[1126/1267] Compiling poly_rq_mul.S
[1127/1267] Compiling hpke.c
[1129/1267] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1130/1267] Compiling ConsoleKitTerminal ConsoleClear.swift
[1131/1267] Compiling ConsoleKitTerminal Console+Ask.swift
[1132/1267] Compiling ConsoleKitTerminal Console+Choose.swift
[1133/1267] Compiling ConsoleKitTerminal Console+Confirm.swift
[1134/1267] Compiling ConsoleKitTerminal Console+Input.swift
[1135/1267] Compiling ConsoleKitTerminal Console+Center.swift
[1136/1267] Compiling ConsoleKitTerminal Console+Output.swift
[1136/1267] Compiling sign.c
[1137/1267] Compiling hrss.c
[1138/1267] Compiling ex_data.c
[1140/1267] Compiling ConsoleKitTerminal ActivityBar.swift
[1141/1267] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1142/1267] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1143/1267] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1144/1267] Compiling ConsoleKitTerminal CustomActivity.swift
[1145/1267] Compiling ConsoleKitTerminal LoadingBar.swift
[1146/1267] Compiling ConsoleKitTerminal ProgressBar.swift
[1147/1267] Compiling ConsoleKitTerminal Console+Clear.swift
[1147/1267] Compiling scrypt.c
[1148/1267] Compiling pbkdf.c
[1149/1267] Compiling print.c
[1150/1267] Compiling p_x25519.c
[1151/1267] Compiling p_x25519_asn1.c
[1152/1267] Compiling p_hkdf.c
[1153/1267] Compiling p_rsa.c
[1154/1267] Compiling p_ed25519_asn1.c
[1155/1267] Compiling p_rsa_asn1.c
[1155/1267] Compiling p_ed25519.c
[1158/1267] Compiling ConsoleKitTerminal ConsoleText.swift
[1159/1267] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1160/1267] Compiling ConsoleKitTerminal ANSI.swift
[1160/1267] Compiling p_ec.c
[1161/1267] Compiling ConsoleKitTerminal Console.swift
[1162/1267] Compiling ConsoleKitTerminal Terminal.swift
[1163/1267] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1164/1267] Compiling p_dh.c
[1165/1267] Compiling p_dsa_asn1.c
[1166/1267] Compiling p_dh_asn1.c
[1167/1267] Compiling p_ec_asn1.c
[1168/1267] Compiling evp_ctx.c
[1169/1267] Compiling engine.c
[1170/1267] Compiling evp.c
[1171/1267] Compiling err.c
[1172/1267] Compiling evp_asn1.c
[1173/1267] Compiling ecdsa_asn1.c
[1174/1267] Compiling ecdh_extra.c
[1175/1267] Compiling ec_derive.c
[1176/1267] Compiling hash_to_curve.c
[1177/1267] Compiling dsa_asn1.c
[1178/1267] Compiling ec_asn1.c
[1178/1267] Compiling dsa.c
[1180/1267] Compiling params.c
[1181/1267] Compiling dh_asn1.c
[1182/1267] Compiling dilithium.c
[1183/1267] Compiling digest_extra.c
[1184/1267] Compiling x25519-asm-arm.S
[1185/1267] Compiling spake25519.c
[1186/1267] Compiling des.c
[1186/1267] Compiling crypto.c
[1188/1267] Compiling cpu_arm_linux.c
[1189/1267] Compiling cpu_intel.c
[1190/1267] Compiling cpu_arm_freebsd.c
[1190/1267] Compiling cpu_aarch64_win.c
[1192/1267] Compiling cpu_aarch64_openbsd.c
[1193/1267] Compiling cpu_aarch64_sysreg.c
[1194/1267] Compiling cpu_aarch64_fuchsia.c
[1195/1267] Compiling cpu_aarch64_linux.c
[1196/1267] Compiling cpu_aarch64_apple.c
[1197/1267] Compiling curve25519.c
[1198/1267] Compiling conf.c
[1199/1267] Compiling e_rc4.c
[1201/1267] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1202/1267] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1203/1267] Compiling ConsoleKitTerminal LoggerFragment.swift
[1203/1268] Compiling tls_cbc.c
[1203/1268] Compiling e_tls.c
[1205/1268] Compiling e_rc2.c
[1206/1268] Compiling e_null.c
[1208/1268] Compiling e_des.c
[1209/1268] Compiling e_chacha20poly1305.c
[1210/1268] Compiling derive_key.c
[1210/1268] Compiling e_aesgcmsiv.c
[1212/1268] Compiling curve25519_64_adx.c
[1213/1268] Compiling e_aesctrhmac.c
[1214/1268] Compiling unicode.c
[1215/1268] Compiling cipher_extra.c
[1216/1268] Compiling chacha.c
[1217/1268] Compiling ber.c
[1218/1268] Compiling asn1_compat.c
[1219/1268] Compiling cbb.c
[1220/1268] Compiling buf.c
[1221/1268] Compiling bn_asn1.c
[1222/1268] Compiling cbs.c
[1223/1268] Compiling convert.c
[1224/1268] Compiling printf.c
[1225/1268] Compiling blake2.c
[1226/1268] Compiling hexdump.c
[1227/1268] Compiling pair.c
[1228/1268] Compiling file.c
[1229/1268] Compiling errno.c
[1230/1268] Compiling fd.c
[1231/1268] Compiling bio_mem.c
[1232/1268] Compiling base64.c
[1233/1272] Compiling bio.c
[1234/1283] Compiling tasn_utl.c
[1235/1287] Compiling tasn_typ.c
[1236/1290] Compiling tasn_fre.c
[1237/1290] Compiling tasn_new.c
[1238/1290] Compiling tasn_enc.c
[1239/1290] Compiling f_int.c
[1240/1290] Compiling f_string.c
[1241/1290] Compiling asn_pack.c
[1242/1290] Compiling posix_time.c
[1243/1290] Compiling tasn_dec.c
[1244/1290] Compiling asn1_par.c
[1245/1290] Compiling a_utctm.c
[1246/1290] Compiling bcm.c
[1247/1290] Compiling a_type.c
[1248/1290] Compiling a_time.c
[1249/1290] Compiling asn1_lib.c
[1250/1290] Compiling a_octet.c
[1251/1290] Compiling a_mbstr.c
[1252/1290] Compiling a_strnid.c
[1253/1290] Compiling a_strex.c
[1254/1290] Compiling a_object.c
[1256/1290] Compiling ConsoleKitCommands CommandSignature.swift
[1257/1290] Compiling ConsoleKitCommands Flag.swift
[1258/1290] Compiling ConsoleKitCommands Option.swift
[1258/1292] Compiling a_dup.c
[1258/1292] Compiling a_int.c
[1260/1292] Write sources
[1261/1292] Compiling a_i2d_fp.c
[1261/1292] Write sources
[1265/1292] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1265/1292] Write sources
[1267/1292] Compiling a_gentm.c
[1269/1292] Compiling ConsoleKitCommands CommandGroup.swift
[1270/1292] Compiling ConsoleKitCommands CommandInput.swift
[1271/1292] Compiling ConsoleKitCommands Commands.swift
[1272/1292] Emitting module ConsoleKitCommands
[1272/1292] Compiling a_d2i_fp.c
[1274/1292] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1275/1292] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1276/1292] Compiling ConsoleKitCommands Argument.swift
[1277/1292] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1278/1292] Compiling ConsoleKitCommands AsyncCommand.swift
[1279/1292] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1279/1292] Compiling a_bool.c
[1280/1292] Compiling a_bitstr.c
[1282/1292] Compiling ConsoleKitCommands AsyncCommands.swift
[1283/1292] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1284/1292] Compiling ConsoleKitCommands AnyCommand.swift
[1285/1292] Compiling ConsoleKitCommands Command.swift
[1286/1292] Compiling ConsoleKitCommands CommandContext.swift
[1287/1292] Compiling ConsoleKitCommands CommandError.swift
[1288/1365] Compiling BitCollections BitArray.swift
[1289/1365] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1290/1397] Compiling Algorithms Partition.swift
[1291/1397] Compiling Algorithms Permutations.swift
[1292/1399] Compiling Algorithms Keyed.swift
[1293/1399] Compiling Algorithms MinMax.swift
[1294/1399] Compiling Algorithms Product.swift
[1295/1399] Compiling Algorithms Joined.swift
[1296/1399] Compiling Atomics IntegerOperations.swift
[1297/1399] Compiling Atomics Unmanaged extensions.swift
[1298/1399] Compiling Algorithms Grouped.swift
[1299/1399] Compiling Algorithms Indexed.swift
[1300/1399] Compiling Algorithms Intersperse.swift
[1301/1399] Compiling Algorithms EitherSequence.swift
[1302/1399] Compiling Algorithms FirstNonNil.swift
[1303/1399] Compiling Algorithms FlattenCollection.swift
[1307/1399] Compiling CryptoBoringWrapper RandomBytes.swift
[1309/1400] Emitting module BitCollections
[1310/1407] Compiling BitCollections BitSet+Initializers.swift
[1311/1407] Compiling BitCollections BitSet+Invariants.swift
[1312/1407] Compiling BitCollections BitSet+Random.swift
[1313/1407] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1314/1407] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1315/1407] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1316/1407] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1317/1407] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1318/1407] Compiling BitCollections BitSet+CustomReflectable.swift
[1319/1407] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1320/1407] Compiling BitCollections BitSet+Equatable.swift
[1321/1407] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1322/1407] Compiling BitCollections BitSet+Extras.swift
[1323/1407] Compiling BitCollections BitSet+Hashable.swift
[1324/1407] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1325/1407] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1326/1407] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1327/1407] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1328/1407] Compiling BitCollections BitSet+SetAlgebra union.swift
[1329/1407] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1330/1407] Compiling BitCollections BitSet.Counted.swift
[1331/1407] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1332/1407] Compiling CryptoBoringWrapper EllipticCurve.swift
[1333/1407] Compiling Algorithms AdjacentPairs.swift
[1334/1407] Compiling Algorithms Chain.swift
[1335/1407] Compiling Algorithms Chunked.swift
[1336/1407] Compiling Algorithms Combinations.swift
[1337/1407] Compiling Algorithms Compacted.swift
[1338/1407] Compiling Algorithms Cycle.swift
[1341/1407] Emitting module CryptoBoringWrapper
[1344/1407] Compiling Algorithms Rotate.swift
[1345/1407] Compiling Algorithms Split.swift
[1346/1407] Compiling Algorithms Stride.swift
[1347/1407] Compiling Algorithms Suffix.swift
[1348/1407] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1349/1410] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1357/1412] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1358/1412] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1359/1413] Emitting module ConsoleKit
[1368/1413] Compiling ConsoleKit Exports.swift
[1377/1413] Compiling Algorithms Trim.swift
[1378/1413] Compiling Algorithms Unique.swift
[1379/1413] Compiling Algorithms Windows.swift
[1380/1413] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1381/1413] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1382/1413] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1383/1413] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1396/1414] Compiling BitCollections BitSet.Index.swift
[1397/1414] Compiling BitCollections BitSet._UnsafeHandle.swift
[1398/1414] Compiling BitCollections BitSet.swift
[1399/1414] Compiling BitCollections Range+Utilities.swift
[1400/1414] Compiling BitCollections Slice+Utilities.swift
[1401/1414] Compiling BitCollections UInt+Tricks.swift
[1402/1414] Compiling BitCollections _Word.swift
[1404/1486] Compiling Crypto HPKE-Ciphersuite.swift
[1405/1486] Compiling Crypto HPKE-KDF.swift
[1406/1486] Compiling Crypto HPKE-KexKeyDerivation.swift
[1407/1486] Compiling Crypto HPKE-LabeledExtract.swift
[1408/1488] Compiling Collections Collections.swift
[1409/1488] Emitting module Collections
[1415/1489] Compiling Crypto HPKE-Utils.swift
[1416/1489] Compiling Crypto DHKEM.swift
[1417/1489] Emitting module Atomics
[1418/1490] Emitting module Algorithms
[1421/1491] Emitting module Crypto
[1422/1559] Compiling NIOCore MarkedCircularBuffer.swift
[1423/1559] Compiling NIOCore MulticastChannel.swift
[1424/1559] Compiling NIOCore NIOAny.swift
[1425/1559] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1426/1559] Compiling NIOCore NIOLoopBound.swift
[1427/1559] Compiling NIOCore NIOScheduledCallback.swift
[1428/1559] Compiling NIOCore NIOSendable.swift
[1429/1559] Compiling NIOCore RecvByteBufferAllocator.swift
[1430/1559] Compiling Crypto NISTCurvesKeys.swift
[1431/1559] Compiling Crypto X25519Keys.swift
[1432/1559] Compiling Crypto SymmetricKeys.swift
[1433/1559] Compiling Crypto HMAC.swift
[1434/1559] Compiling Crypto MACFunctions.swift
[1435/1559] Compiling Crypto MessageAuthenticationCode.swift
[1436/1559] Compiling Crypto AES.swift
[1437/1559] Compiling Crypto ECDSASignature_boring.swift
[1438/1559] Compiling Crypto ECDSA_boring.swift
[1439/1559] Compiling Crypto EdDSA_boring.swift
[1440/1559] Compiling Crypto ECDSA.swift
[1441/1559] Compiling Crypto Ed25519.swift
[1442/1559] Compiling NIOCore ByteBuffer-core.swift
[1443/1559] Compiling NIOCore ByteBuffer-hex.swift
[1444/1559] Compiling NIOCore ByteBuffer-int.swift
[1445/1559] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1446/1559] Compiling NIOCore GlobalSingletons.swift
[1447/1559] Compiling NIOCore IO.swift
[1448/1559] Compiling NIOCore IOData.swift
[1449/1559] Compiling NIOCore IPProtocol.swift
[1450/1559] Compiling NIOCore IntegerBitPacking.swift
[1451/1559] Compiling NIOCore IntegerTypes.swift
[1452/1559] Compiling NIOCore AddressedEnvelope.swift
[1453/1559] Compiling NIOCore AsyncAwaitSupport.swift
[1454/1559] Compiling NIOCore AsyncChannel.swift
[1455/1559] Compiling NIOCore AsyncChannelHandler.swift
[1456/1559] Compiling NIOCore AsyncChannelInboundStream.swift
[1457/1559] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1458/1559] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1459/1559] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1460/1559] Compiling NIOCore NIOAsyncWriter.swift
[1461/1559] Compiling NIOCore ByteBuffer-multi-int.swift
[1462/1559] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1463/1559] Compiling NIOCore EventLoopFuture.swift
[1464/1559] Compiling NIOCore FileDescriptor.swift
[1465/1559] Compiling NIOCore FileHandle.swift
[1466/1559] Compiling NIOCore FileRegion.swift
[1467/1559] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1468/1559] Compiling NIOCore BSDSocketAPI.swift
[1469/1559] Compiling NIOCore ByteBuffer-aux.swift
[1470/1559] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1471/1559] Compiling NIOCore ByteBuffer-conversions.swift
[1472/1559] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1473/1559] Compiling NIOCore ByteBuffer-views.swift
[1474/1559] Compiling NIOCore Channel.swift
[1475/1559] Compiling NIOCore ChannelHandler.swift
[1476/1559] Compiling NIOCore ChannelHandlers.swift
[1477/1559] Compiling NIOCore ChannelInvoker.swift
[1478/1559] Compiling NIOCore ChannelOption.swift
[1479/1559] Compiling NIOCore EventLoop.swift
[1480/1559] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1481/1559] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1482/1559] Compiling NIOCore Interfaces.swift
[1483/1559] Compiling NIOCore Linux.swift
[1484/1559] Compiling NIOCore ChannelPipeline.swift
[1485/1559] Compiling NIOCore CircularBuffer.swift
[1486/1559] Compiling NIOCore Codec.swift
[1487/1559] Compiling NIOCore ConvenienceOptionSupport.swift
[1488/1559] Compiling NIOCore DeadChannel.swift
[1489/1559] Compiling NIOCore DispatchQueue+WithFuture.swift
[1490/1559] Compiling NIOCore EventLoop+Deprecated.swift
[1491/1559] Compiling NIOCore EventLoop+SerialExecutor.swift
[1492/1559] Compiling Crypto Signature.swift
[1493/1559] Compiling Crypto CryptoKitErrors_boring.swift
[1494/1559] Compiling Crypto RNG_boring.swift
[1495/1559] Compiling Crypto SafeCompare_boring.swift
[1496/1559] Compiling Crypto Zeroization_boring.swift
[1497/1559] Compiling Crypto PrettyBytes.swift
[1498/1559] Compiling Crypto SafeCompare.swift
[1499/1559] Compiling Crypto SecureBytes.swift
[1500/1559] Compiling Crypto Zeroization.swift
[1502/1595] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1503/1595] Compiling _CryptoExtras DigestType.swift
[1504/1595] Compiling _CryptoExtras Error.swift
[1505/1595] Compiling _CryptoExtras I2OSP.swift
[1506/1599] Emitting module _CryptoExtras
[1507/1599] Compiling _CryptoExtras AES_CBC.swift
[1508/1599] Compiling _CryptoExtras AES_CFB.swift
[1509/1599] Compiling _CryptoExtras AES_CTR.swift
[1510/1599] Compiling _CryptoExtras AES_GCM_SIV.swift
[1511/1599] Compiling _CryptoExtras Block Function.swift
[1512/1599] Compiling _CryptoExtras AES_CFB_boring.swift
[1513/1599] Compiling _CryptoExtras AES_CTR_boring.swift
[1514/1599] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1515/1599] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1520/1607] Compiling _CryptoExtras ChaCha20CTR.swift
[1542/1607] Compiling _CryptoExtras OPRFClient.swift
[1543/1607] Compiling _CryptoExtras OPRFServer.swift
[1544/1607] Compiling _CryptoExtras VOPRF+API.swift
[1545/1607] Compiling _CryptoExtras VOPRFClient.swift
[1546/1607] Compiling _CryptoExtras VOPRFServer.swift
[1547/1607] Compiling _CryptoExtras RSA+BlindSigning.swift
[1548/1607] Compiling _CryptoExtras RSA.swift
[1549/1607] Compiling _CryptoExtras RSA_boring.swift
[1550/1607] Compiling _CryptoExtras RSA_security.swift
[1551/1607] Compiling _CryptoExtras BoringSSLHelpers.swift
[1552/1607] Compiling _CryptoExtras PEMDocument.swift
[1553/1607] Compiling _CryptoExtras PrettyBytes.swift
[1554/1607] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1555/1607] Compiling _CryptoExtras DLEQ.swift
[1556/1607] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1557/1607] Compiling NIOCore SocketAddresses.swift
[1558/1607] Compiling NIOCore SocketOptionProvider.swift
[1559/1607] Compiling NIOCore SystemCallHelpers.swift
[1560/1607] Compiling NIOCore TimeAmount+Duration.swift
[1561/1607] Compiling NIOCore TypeAssistedChannelHandler.swift
[1562/1607] Compiling NIOCore UniversalBootstrapSupport.swift
[1563/1607] Compiling NIOCore Utilities.swift
[1572/1607] Compiling _CryptoExtras Scrypt_boring.swift
[1573/1607] Compiling _CryptoExtras Scrypt.swift
[1574/1607] Compiling _CryptoExtras OPRF.swift
[1590/1607] Compiling _CryptoExtras ECToolbox_boring.swift
[1591/1607] Compiling _CryptoExtras ECToolbox.swift
[1592/1607] Compiling _CryptoExtras HashToField.swift
[1593/1607] Compiling _CryptoExtras KDF.swift
[1594/1607] Compiling _CryptoExtras PBKDF2_boring.swift
[1595/1607] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1596/1607] Compiling _CryptoExtras PBKDF2.swift
[1597/1607] Emitting module NIOCore
[1599/1659] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1600/1659] Emitting module NIOEmbedded
[1601/1659] Compiling NIOEmbedded AsyncTestingChannel.swift
[1602/1659] Compiling NIOEmbedded Embedded.swift
[1604/1660] Compiling NIOPosix ServerSocket.swift
[1605/1660] Compiling NIOPosix Socket.swift
[1606/1660] Compiling NIOPosix SocketChannel.swift
[1607/1660] Compiling NIOPosix SocketProtocols.swift
[1608/1660] Compiling NIOPosix System.swift
[1609/1660] Compiling NIOPosix Thread.swift
[1610/1666] Emitting module NIOPosix
[1611/1666] Compiling NIOPosix ThreadPosix.swift
[1612/1666] Compiling NIOPosix ThreadWindows.swift
[1613/1666] Compiling NIOPosix UnsafeTransfer.swift
[1614/1666] Compiling NIOPosix Utilities.swift
[1615/1666] Compiling NIOPosix VsockAddress.swift
[1616/1666] Compiling NIOPosix VsockChannelEvents.swift
[1617/1666] Compiling NIOPosix SelectableChannel.swift
[1618/1666] Compiling NIOPosix SelectableEventLoop.swift
[1619/1666] Compiling NIOPosix SelectorEpoll.swift
[1620/1666] Compiling NIOPosix SelectorGeneric.swift
[1621/1666] Compiling NIOPosix SelectorKqueue.swift
[1622/1666] Compiling NIOPosix SelectorUring.swift
[1623/1666] Compiling NIOPosix IO.swift
[1624/1666] Compiling NIOPosix IntegerBitPacking.swift
[1625/1666] Compiling NIOPosix IntegerTypes.swift
[1626/1666] Compiling NIOPosix Linux.swift
[1627/1666] Compiling NIOPosix LinuxCPUSet.swift
[1628/1666] Compiling NIOPosix LinuxUring.swift
[1629/1666] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1630/1666] Compiling NIOPosix Bootstrap.swift
[1631/1666] Compiling NIOPosix ControlMessage.swift
[1632/1666] Compiling NIOPosix DatagramVectorReadManager.swift
[1633/1666] Compiling NIOPosix Errors+Any.swift
[1634/1666] Compiling NIOPosix FileDescriptor.swift
[1635/1666] Compiling NIOPosix GetaddrinfoResolver.swift
[1636/1666] Compiling NIOPosix HappyEyeballs.swift
[1637/1666] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1638/1666] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1639/1666] Compiling NIOPosix PosixSingletons.swift
[1640/1666] Compiling NIOPosix RawSocketBootstrap.swift
[1641/1666] Compiling NIOPosix Resolver.swift
[1642/1666] Compiling NIOPosix Selectable.swift
[1643/1666] Compiling NIOPosix NIOThreadPool.swift
[1644/1666] Compiling NIOPosix NonBlockingFileIO.swift
[1645/1666] Compiling NIOPosix PendingDatagramWritesManager.swift
[1646/1666] Compiling NIOPosix PendingWritesManager.swift
[1647/1666] Compiling NIOPosix PipeChannel.swift
[1648/1666] Compiling NIOPosix PipePair.swift
[1649/1666] Compiling NIOPosix Pool.swift
[1650/1666] Compiling NIOPosix BSDSocketAPICommon.swift
[1651/1666] Compiling NIOPosix BSDSocketAPIPosix.swift
[1652/1666] Compiling NIOPosix BSDSocketAPIWindows.swift
[1653/1666] Compiling NIOPosix BaseSocket.swift
[1654/1666] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1655/1666] Compiling NIOPosix BaseSocketChannel.swift
[1656/1666] Compiling NIOPosix BaseStreamSocketChannel.swift
[1658/1726] Compiling _NIOFileSystem Array+FileSystem.swift
[1659/1726] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1660/1726] Compiling _NIOFileSystem BufferedReader.swift
[1661/1728] Emitting module NIO
[1662/1728] Compiling NIO Exports.swift
[1664/1768] Emitting module NIOTLS
[1665/1768] Compiling AsyncKit Optional+StrictMap.swift
[1666/1768] Compiling AsyncKit Exports.swift
[1667/1768] Compiling NIOSOCKS ClientGreeting.swift
[1668/1768] Compiling NIOSOCKS Errors.swift
[1669/1768] Compiling NIOSOCKS Helpers.swift
[1670/1768] Compiling NIOTLS TLSEvents.swift
[1671/1768] Compiling NIOSOCKS SOCKSClientHandler.swift
[1672/1768] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1673/1768] Compiling NIOSOCKS AuthenticationMethod.swift
[1676/1772] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1677/1772] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1678/1772] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1679/1772] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1680/1773] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1681/1773] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1682/1773] Compiling NIOSOCKS SOCKSResponse.swift
[1685/1775] Compiling NIOSOCKS ClientStateMachine.swift
[1686/1775] Emitting module NIOFoundationCompat
[1691/1775] Emitting module NIOSOCKS
[1692/1775] Emitting module _NIOFileSystem
[1693/1775] Compiling NIOSOCKS ServerStateMachine.swift
[1696/1775] Compiling NIOSOCKS Messages.swift
[1697/1775] Compiling NIOSOCKS SOCKSRequest.swift
[1698/1776] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1699/1776] Compiling NIOTLS SNIHandler.swift
[1702/1777] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1704/1777] Compiling _NIOFileSystem ParallelDirCopy.swift
[1705/1777] Compiling _NIOFileSystem ParallelRemoval.swift
[1706/1777] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1707/1777] Compiling _NIOFileSystem CInterop.swift
[1708/1777] Compiling _NIOFileSystem Errno.swift
[1709/1777] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1710/1777] Compiling _NIOFileSystem Mocking.swift
[1711/1777] Compiling _NIOFileSystem Syscall.swift
[1712/1777] Compiling _NIOFileSystem Syscalls.swift
[1713/1777] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1715/1778] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1716/1778] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1717/1778] Emitting module NIOHTTP1
[1718/1778] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1719/1778] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1720/1807] Compiling NIOSSL SSLConnection.swift
[1721/1807] Compiling NIOSSL SSLContext.swift
[1722/1807] Compiling NIOSSL NIOSSLServerHandler.swift
[1723/1807] Compiling NIOSSL ObjectIdentifier.swift
[1724/1807] Compiling NIOSSL PosixPort.swift
[1725/1807] Compiling NIOSSL NIOSSLClientHandler.swift
[1726/1807] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1727/1807] Compiling NIOSSL SSLCallbacks.swift
[1728/1807] Compiling NIOSSL SSLErrors.swift
[1729/1829] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1730/1829] Compiling NIOSSL RNG.swift
[1731/1829] Compiling NIOSSL SafeCompare.swift
[1732/1829] Compiling NIOSSL Zeroization.swift
[1733/1829] Compiling NIOSSL SSLPublicKey.swift
[1734/1829] Compiling NIOTransportServices NIOTSBootstraps.swift
[1735/1829] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1736/1829] Emitting module NIOTransportServices
[1737/1829] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1738/1829] Compiling NIOTransportServices NIOTSErrors.swift
[1739/1829] Compiling NIOTransportServices NIOTSEventLoop.swift
[1740/1829] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1741/1829] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1742/1829] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1743/1829] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1744/1829] Compiling NIOTransportServices NIOTSSingletons.swift
[1745/1829] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1746/1829] Compiling NIOTransportServices StateManagedChannel.swift
[1747/1829] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1751/1829] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1752/1831] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1753/1831] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1754/1831] Compiling NIOTransportServices AcceptHandler.swift
[1755/1831] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1756/1831] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1757/1831] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1758/1831] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1759/1831] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1765/1833] Compiling _NIOFileSystem SystemFileHandle.swift
[1766/1833] Compiling _NIOFileSystem Utilities.swift
[1767/1833] Compiling _NIOFileSystem OpenOptions.swift
[1768/1833] Compiling _NIOFileSystem String+FileSystem.swift
[1769/1878] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1770/1878] Compiling NIOWebSocket WebSocketOpcode.swift
[1776/1879] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1777/1879] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1778/1879] Compiling NIOSSL SubjectAlternativeName.swift
[1783/1882] Compiling NIOHPACK HPACKHeader.swift
[1784/1882] Compiling NIOHPACK HeaderTables.swift
[1785/1882] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1786/1882] Compiling NIOExtras LengthFieldPrepender.swift
[1787/1882] Compiling NIOHPACK DynamicHeaderTable.swift
[1788/1882] Compiling NIOHPACK HPACKDecoder.swift
[1789/1882] Compiling NIOHPACK HPACKEncoder.swift
[1790/1882] Compiling NIOHPACK HPACKErrors.swift
[1791/1882] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1792/1882] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1793/1882] Compiling NIOHTTPCompression HTTPCompression.swift
[1794/1882] Emitting module NIOHTTPCompression
[1795/1882] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1796/1882] Compiling NIOHTTPCompression HTTPDecompression.swift
[1797/1882] Compiling NIOHPACK IntegerCoding.swift
[1798/1882] Compiling NIOHPACK IndexedHeaderTable.swift
[1799/1882] Compiling NIOExtras LineBasedFrameDecoder.swift
[1800/1882] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1801/1882] Compiling NIOExtras NIOExtrasError.swift
[1802/1882] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1803/1885] Compiling NIOExtras NIORequestIdentifiable.swift
[1804/1885] Compiling NIOExtras PCAPRingBuffer.swift
[1805/1885] Compiling NIOExtras QuiescingHelper.swift
[1806/1885] Compiling NIOExtras RequestResponseHandler.swift
[1807/1885] Emitting module NIOSSL
[1808/1885] Emitting module NIOWebSocket
[1811/1885] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1812/1885] Compiling NIOHPACK HuffmanTables.swift
[1821/1885] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1822/1885] Compiling NIOExtras WritePCAPHandler.swift
[1825/1885] Compiling NIOHPACK StaticHeaderTable.swift
[1826/1885] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1827/1885] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1830/1887] Compiling NIOHPACK HuffmanCoding.swift
[1839/1887] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1840/1887] Compiling NIOWebSocket WebSocketFrame.swift
[1843/1888] Emitting module NIOHPACK
[1845/1888] Emitting module AsyncKit
[1846/1888] Emitting module NIOExtras
[1847/1895] Compiling MultipartKit Exports.swift
[1849/1898] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1850/1898] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1851/1913] Emitting module NIOFileSystem
[1853/1913] Compiling NIOFileSystem Exports.swift
[1854/1913] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1855/1913] Emitting module _NIOFileSystemFoundationCompat
[1856/1913] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1857/1915] Compiling MultipartKit MultipartPart.swift
[1858/1915] Compiling MultipartKit MultipartPartConvertible.swift
[1860/1916] Compiling MultipartKit BasicCodingKey.swift
[1861/1916] Compiling MultipartKit MultipartError.swift
[1864/1918] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1865/1918] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1866/1918] Compiling MultipartKit MultipartFormData.swift
[1867/1918] Compiling MultipartKit MultipartParser.swift
[1868/1918] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1869/1918] Compiling MultipartKit FormDataEncoder.swift
[1870/1918] Compiling MultipartKit Storage.swift
[1871/1918] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1873/1918] Compiling NIOSSL TLSConfiguration.swift
[1874/1918] Compiling NIOSSL UniversalBootstrapSupport.swift
[1875/1918] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1877/1977] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1878/1977] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1879/1977] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1880/1977] Emitting module MultipartKit
[1881/1977] Compiling NIOHTTP2 ReceivingDataState.swift
[1882/1977] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1883/1977] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1884/1977] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1885/1977] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1886/1977] Compiling NIOHTTP2 SendingDataState.swift
[1887/1977] Compiling NIOHTTP2 SendingGoawayState.swift
[1888/1977] Compiling NIOHTTP2 SendingHeadersState.swift
[1889/1977] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1890/1977] Compiling NIOHTTP2 SendingRstStreamState.swift
[1891/1977] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1894/1977] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1895/1977] Compiling NIOHTTP2 HasLocalSettings.swift
[1898/1978] Compiling NIOHTTP2 MaySendFrames.swift
[1915/1987] Compiling WebSocketKit Exports.swift
[1916/2085] Compiling WebSocketKit WebSocket+Connect.swift
[1917/2085] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1918/2085] Compiling WebSocketKit WebSocketHandler.swift
[1919/2085] Emitting module WebSocketKit
[1920/2085] Compiling WebSocketKit WebSocket+Concurrency.swift
[1921/2085] Compiling WebSocketKit WebSocket.swift
[1922/2085] Compiling WebSocketKit WebSocketClient.swift
[1924/2086] Compiling X509 CMSSignedData.swift
[1925/2086] Compiling X509 CMSSignerIdentifier.swift
[1926/2086] Compiling X509 CMSSignerInfo.swift
[1927/2086] Compiling X509 CMSVersion.swift
[1928/2086] Compiling X509 Curve25519+DER.swift
[1929/2086] Compiling X509 Digests.swift
[1930/2086] Compiling X509 DistinguishedName.swift
[1931/2086] Compiling X509 CommonName.swift
[1932/2086] Compiling X509 CountryName.swift
[1933/2086] Compiling X509 DNBuilder.swift
[1934/2086] Compiling X509 LocalityName.swift
[1935/2086] Compiling X509 OrganizationName.swift
[1936/2086] Compiling X509 OrganizationalUnitName.swift
[1937/2086] Compiling X509 StateOrProvinceName.swift
[1938/2086] Compiling X509 StreetAddress.swift
[1939/2086] Compiling X509 Error.swift
[1940/2086] Compiling X509 OCSPCertID.swift
[1941/2086] Compiling X509 OCSPCertStatus.swift
[1942/2086] Compiling X509 OCSPExtensionID.swift
[1943/2086] Compiling X509 OCSPNonce.swift
[1944/2086] Compiling X509 OCSPPolicy.swift
[1945/2086] Compiling X509 OCSPRequest.swift
[1946/2086] Compiling X509 OCSPResponse.swift
[1947/2086] Compiling X509 OCSPResponseBytes.swift
[1948/2086] Compiling X509 OCSPResponseData.swift
[1949/2086] Compiling X509 OCSPResponseStatus.swift
[1950/2086] Compiling X509 OCSPSignature.swift
[1951/2086] Compiling X509 OCSPSingleRequest.swift
[1952/2086] Compiling X509 OCSPSingleResponse.swift
[1953/2086] Compiling X509 OCSPTBSRequest.swift
[1954/2086] Compiling X509 OCSPVersion.swift
[1955/2086] Compiling X509 PKCS8PrivateKey.swift
[1956/2086] Emitting module NIOHTTP2
[1957/2086] Compiling X509 CSRAttribute.swift
[1958/2086] Compiling X509 CSRAttributes.swift
[1959/2086] Compiling X509 CSRVersion.swift
[1960/2086] Compiling X509 CertificateSigningRequest.swift
[1961/2086] Compiling X509 CertificationRequestInfo.swift
[1962/2086] Compiling X509 ExtensionRequest.swift
[1963/2086] Compiling X509 Certificate.swift
[1964/2086] Compiling X509 CertificatePrivateKey.swift
[1965/2086] Compiling X509 CertificatePublicKey.swift
[1966/2086] Compiling X509 SubjectKeyIdentifier.swift
[1967/2086] Compiling X509 Extension.swift
[1968/2086] Compiling X509 Extensions.swift
[1969/2086] Compiling X509 ExtensionsBuilder.swift
[1970/2086] Compiling X509 GeneralName.swift
[1971/2086] Compiling X509 LockedValueBox.swift
[1972/2086] Compiling X509 BasicOCSPResponse.swift
[1973/2086] Compiling X509 DirectoryString.swift
[1974/2086] Compiling X509 PromiseAndFuture.swift
[1975/2086] Compiling X509 RDNAttribute.swift
[1976/2086] Compiling X509 RandomNumberGenerator+bytes.swift
[1977/2086] Compiling X509 RelativeDistinguishedName.swift
[1978/2086] Compiling X509 SEC1PrivateKey.swift
[1979/2086] Compiling X509 SecKeyWrapper.swift
[1980/2086] Compiling X509 Signature.swift
[1981/2086] Compiling X509 SignatureAlgorithm.swift
[1982/2086] Compiling X509 AllOfPolicies.swift
[1983/2086] Compiling X509 AnyPolicy.swift
[1984/2086] Compiling X509 CertificateStore.swift
[1985/2086] Compiling X509 OneOfPolicies.swift
[1995/2098] Compiling X509 CertificateSerialNumber.swift
[1996/2098] Compiling X509 CertificateVersion.swift
[1997/2098] Compiling X509 CMSAttribute.swift
[1998/2098] Compiling X509 CMSContentInfo.swift
[1999/2098] Compiling X509 CMSEncapsulatedContentInfo.swift
[2000/2098] Compiling X509 CMSIssuerAndSerialNumber.swift
[2001/2098] Compiling X509 CMSOperations.swift
[2002/2098] Compiling X509 CMSSignature.swift
[2012/2098] Compiling X509 PolicyBuilder.swift
[2013/2098] Compiling X509 BasicConstraintsPolicy.swift
[2014/2098] Compiling X509 DNSNames.swift
[2015/2098] Compiling X509 DirectoryNames.swift
[2016/2098] Compiling X509 ExpiryPolicy.swift
[2017/2098] Compiling X509 IPConstraints.swift
[2018/2098] Compiling X509 NameConstraintsPolicy.swift
[2019/2098] Compiling X509 RFC5280Policy.swift
[2020/2098] Compiling X509 URIConstraints.swift
[2021/2098] Compiling X509 VersionPolicy.swift
[2022/2098] Compiling X509 ServerIdentityPolicy.swift
[2023/2098] Compiling X509 TrustRootLoading.swift
[2044/2098] Compiling X509 AuthorityInformationAccess.swift
[2045/2098] Compiling X509 AuthorityKeyIdentifier.swift
[2046/2098] Compiling X509 BasicConstraints.swift
[2047/2098] Compiling X509 ExtendedKeyUsage.swift
[2048/2098] Compiling X509 ExtensionIdentifiers.swift
[2049/2098] Compiling X509 KeyUsage.swift
[2050/2098] Compiling X509 NameConstraints.swift
[2051/2098] Compiling X509 SubjectAlternativeName.swift
[2072/2156] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2073/2156] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2074/2156] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2075/2156] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2076/2156] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2077/2156] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2078/2156] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2079/2156] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2080/2156] Emitting module AsyncHTTPClient
[2081/2164] Emitting module X509
[2082/2164] Compiling X509 UnverifiedChain.swift
[2083/2164] Compiling X509 VerificationDiagnostic.swift
[2084/2164] Compiling X509 Verifier.swift
[2085/2164] Compiling X509 VerifierPolicy.swift
[2086/2164] Compiling X509 AlgorithmIdentifier.swift
[2087/2164] Compiling X509 ECDSASignature.swift
[2088/2164] Compiling X509 RSAPKCS1PublicKey.swift
[2089/2164] Compiling X509 SubjectPublicKeyInfo.swift
[2090/2164] Compiling X509 TBSCertificate.swift
[2091/2164] Compiling X509 Time.swift
[2092/2164] Compiling X509 TimeCalculations.swift
[2093/2164] Compiling X509 Validity.swift
[2094/2165] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2095/2165] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2096/2165] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2097/2165] Compiling AsyncHTTPClient Transaction.swift
[2098/2165] Compiling AsyncHTTPClient Base64.swift
[2099/2165] Compiling AsyncHTTPClient BasicAuth.swift
[2100/2165] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2101/2165] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2103/2165] Compiling AsyncHTTPClient HTTP2Connection.swift
[2104/2165] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2105/2165] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2106/2165] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2107/2165] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2108/2165] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2109/2165] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2110/2165] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2111/2165] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2112/2165] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2113/2165] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2114/2165] Compiling AsyncHTTPClient ConnectionTarget.swift
[2115/2165] Compiling AsyncHTTPClient DeconstructedURL.swift
[2116/2165] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2117/2165] Compiling AsyncHTTPClient FoundationExtensions.swift
[2118/2165] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2119/2165] Compiling AsyncHTTPClient ConnectionPool.swift
[2120/2165] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2121/2165] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2122/2165] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2123/2165] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2124/2165] Compiling AsyncHTTPClient HTTP1Connection.swift
[2125/2165] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2126/2165] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2127/2223] Compiling JWTKit P521+CurveType.swift
[2128/2223] Compiling JWTKit JWTKeyCollection+HMAC.swift
[2129/2223] Compiling JWTKit Insecure.swift
[2130/2223] Compiling JWTKit JWK.swift
[2131/2223] Compiling JWTKit JWKIdentifier.swift
[2132/2223] Compiling JWTKit JWKS.swift
[2133/2223] Compiling JWTKit JWKSigner.swift
[2134/2223] Compiling JWTKit JWTAlgorithm.swift
[2135/2223] Compiling JWTKit CryptoSigner.swift
[2136/2223] Compiling JWTKit ECDSAError.swift
[2137/2223] Compiling JWTKit ECDSAKeyTypes.swift
[2138/2223] Compiling JWTKit ECDSASigner.swift
[2139/2223] Compiling JWTKit ECDSASigningAlgorithm.swift
[2140/2223] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[2141/2223] Compiling JWTKit P256+CurveType.swift
[2142/2223] Compiling JWTKit P384+CurveType.swift
[2143/2223] Compiling JWTKit IssuerClaim.swift
[2144/2223] Compiling JWTKit JWTClaim.swift
[2145/2223] Compiling JWTKit JWTMultiValueClaim.swift
[2146/2223] Compiling JWTKit JWTUnixEpochClaim.swift
[2147/2223] Compiling JWTKit LocaleClaim.swift
[2148/2223] Compiling JWTKit NotBeforeClaim.swift
[2149/2223] Compiling JWTKit JWTHeader.swift
[2150/2223] Compiling JWTKit JWTHeaderField.swift
[2151/2223] Compiling JWTKit JWTKeyCollection.swift
[2152/2223] Compiling JWTKit SubjectClaim.swift
[2153/2223] Compiling JWTKit TenantIDClaim.swift
[2154/2223] Compiling JWTKit ECDSA.swift
[2155/2223] Compiling JWTKit ECDSACurve.swift
[2156/2223] Compiling JWTKit ECDSACurveType.swift
[2157/2223] Compiling JWTKit JWTHeader+CommonFields.swift
[2158/2223] Compiling JWTKit JWTError.swift
[2159/2223] Compiling AsyncHTTPClient RequestBag.swift
[2160/2223] Compiling AsyncHTTPClient RequestValidation.swift
[2161/2223] Compiling AsyncHTTPClient SSLContextCache.swift
[2162/2223] Compiling AsyncHTTPClient Scheme.swift
[2163/2223] Compiling AsyncHTTPClient Singleton.swift
[2164/2223] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2165/2223] Compiling AsyncHTTPClient Utils.swift
[2168/2394] Compiling Vapor Application.swift
[2169/2394] Compiling Vapor AuthenticationCache.swift
[2170/2394] Compiling Vapor Authenticator.swift
[2171/2394] Compiling Vapor BasicAuthorization.swift
[2172/2394] Compiling Vapor BearerAuthorization.swift
[2173/2394] Compiling Vapor GuardMiddleware.swift
[2174/2394] Compiling Vapor RedirectMiddleware.swift
[2175/2394] Compiling Vapor SessionAuthenticatable.swift
[2176/2394] Compiling Vapor Bcrypt.swift
[2177/2402] Compiling Vapor Application+Cache.swift
[2178/2402] Compiling Vapor Cache.swift
[2179/2402] Compiling Vapor CacheExpirationTime.swift
[2180/2402] Compiling Vapor MemoryCache.swift
[2181/2402] Compiling Vapor Request+Cache.swift
[2182/2402] Compiling Vapor Application+Clients.swift
[2183/2402] Compiling Vapor Client.swift
[2184/2402] Compiling Vapor ClientRequest.swift
[2185/2402] Compiling Vapor RoutesBuilder+WebSocket.swift
[2186/2402] Compiling Vapor RoutesBuilder.swift
[2187/2402] Compiling Vapor OTP.swift
[2188/2402] Compiling Vapor Application+Servers.swift
[2189/2402] Compiling Vapor Server.swift
[2190/2402] Compiling Vapor App+Service.swift
[2191/2402] Compiling Vapor Req+Service.swift
[2192/2402] Compiling Vapor AsyncBasicResponder.swift
[2193/2402] Compiling Vapor Parameters+Require.swift
[2194/2402] Compiling Vapor Request+WebSocket.swift
[2195/2402] Compiling Vapor Route.swift
[2196/2402] Compiling Vapor RouteCollection.swift
[2197/2402] Compiling Vapor Routes.swift
[2198/2402] Compiling Vapor RoutesBuilder+Group.swift
[2199/2402] Compiling Vapor RoutesBuilder+Method.swift
[2200/2402] Compiling Vapor RoutesBuilder+Middleware.swift
[2201/2402] Compiling Vapor AsyncMiddleware.swift
[2202/2402] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2203/2402] Compiling Vapor AsyncSessionDriver.swift
[2204/2402] Compiling Vapor Authentication+Concurrency.swift
[2205/2402] Compiling Vapor Cache+Concurrency.swift
[2206/2402] Compiling Vapor Client+Concurrency.swift
[2207/2402] Compiling Vapor RequestBody+Concurrency.swift
[2208/2402] Compiling Vapor Responder+Concurrency.swift
[2209/2402] Compiling Vapor ClientResponse.swift
[2210/2402] Compiling Vapor Request+Client.swift
[2211/2402] Compiling Vapor BootCommand.swift
[2212/2402] Compiling Vapor CommandContext+Application.swift
[2213/2402] Compiling Vapor RoutesCommand.swift
[2214/2402] Compiling Vapor ServeCommand.swift
[2215/2402] Compiling Vapor AnyResponse+Concurrency.swift
[2216/2402] Compiling Vapor Request+Body.swift
[2217/2402] Compiling Vapor Request+BodyStream.swift
[2218/2402] Compiling Vapor Request.swift
[2219/2402] Compiling Vapor Application+Responder.swift
[2220/2402] Compiling Vapor DefaultResponder.swift
[2221/2402] Compiling Vapor Response+Body.swift
[2222/2402] Compiling Vapor Response.swift
[2223/2402] Compiling Vapor ResponseCodable.swift
[2224/2402] Compiling Vapor Application+Routes.swift
[2225/2402] Emitting module JWTKit
[2235/2402] Compiling JWTKit CustomizedJSONCoders.swift
[2236/2402] Compiling JWTKit Utilities.swift
[2237/2402] Compiling JWTKit AppleIdentityToken.swift
[2238/2402] Compiling JWTKit FirebaseAuthIdentityToken.swift
[2239/2402] Compiling JWTKit GoogleIdentityToken.swift
[2240/2402] Compiling JWTKit MicrosoftIdentityToken.swift
[2241/2402] Compiling JWTKit ValidationTimePayload.swift
[2242/2402] Compiling JWTKit X5CVerifier.swift
[2243/2402] Compiling Vapor ContentContainer.swift
[2244/2402] Compiling Vapor JSONCoder+Custom.swift
[2245/2402] Compiling Vapor JSONCoders+Content.swift
[2246/2402] Compiling Vapor PlaintextDecoder.swift
[2247/2402] Compiling Vapor PlaintextEncoder.swift
[2248/2402] Compiling Vapor URLQueryCoders.swift
[2249/2402] Compiling Vapor URLQueryContainer.swift
[2307/2451] Compiling Vapor Core.swift
[2308/2451] Compiling Vapor Running.swift
[2309/2451] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2310/2451] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2311/2451] Compiling Vapor DotEnvFile+load.swift
[2312/2451] Compiling Vapor Routes+caseInsenstive.swift
[2313/2451] Compiling Vapor Validatable+validate.swift
[2314/2451] Compiling Vapor Environment+Process.swift
[2315/2451] Compiling Vapor Environment+Secret.swift
[2316/2451] Compiling Vapor Environment.swift
[2317/2451] Compiling Vapor Abort.swift
[2318/2451] Compiling Vapor AbortError.swift
[2319/2451] Compiling Vapor DebuggableError.swift
[2320/2451] Compiling Vapor Demangler.swift
[2321/2451] Compiling Vapor ErrorSource.swift
[2322/2451] Compiling Vapor StackTrace.swift
[2323/2451] Compiling Vapor Exports.swift
[2324/2451] Compiling Vapor Application+HTTP.swift
[2325/2451] Compiling Vapor BasicResponder.swift
[2326/2451] Compiling Vapor BodyStream.swift
[2327/2451] Compiling Vapor Application+HTTP+Client.swift
[2328/2451] Compiling Vapor EventLoopHTTPClient.swift
[2329/2451] Compiling Vapor EndpointCache.swift
[2330/2451] Compiling Vapor HTTPMethod+String.swift
[2331/2451] Compiling Vapor Service.swift
[2332/2451] Compiling Vapor Application+Sessions.swift
[2333/2451] Compiling Vapor MemorySessions.swift
[2334/2451] Compiling Vapor Request+Session.swift
[2335/2451] Compiling Vapor Session.swift
[2336/2451] Compiling Vapor SessionCache.swift
[2337/2451] Compiling Vapor SessionData.swift
[2338/2451] Compiling Vapor SessionDriver.swift
[2339/2451] Compiling Vapor SessionsConfiguration.swift
[2340/2451] Compiling Vapor SessionsMiddleware.swift
[2341/2451] Compiling Vapor URLEncodedFormData.swift
[2342/2451] Compiling Vapor URLEncodedFormDecoder.swift
[2343/2451] Compiling Vapor URLEncodedFormEncoder.swift
[2344/2451] Compiling Vapor URLEncodedFormError.swift
[2345/2451] Compiling Vapor URLEncodedFormParser.swift
[2346/2451] Compiling Vapor URLEncodedFormSerializer.swift
[2347/2451] Compiling Vapor URLQueryFragmentConvertible.swift
[2348/2451] Compiling Vapor AnyResponse.swift
[2349/2451] Compiling Vapor Array+Random.swift
[2350/2451] Compiling Vapor Base32.swift
[2351/2451] Compiling Vapor Base64.swift
[2352/2451] Compiling Vapor BaseN.swift
[2353/2451] Compiling Vapor BasicCodingKey.swift
[2354/2451] Compiling Vapor ByteCount.swift
[2355/2451] Compiling Vapor Validator.swift
[2356/2451] Compiling Vapor ValidatorResult.swift
[2357/2451] Compiling Vapor And.swift
[2358/2451] Compiling Vapor Case.swift
[2359/2451] Compiling Vapor CharacterSet.swift
[2360/2451] Compiling Vapor Count.swift
[2361/2451] Compiling Vapor Custom.swift
[2362/2451] Compiling Vapor Email.swift
[2363/2451] Compiling Vapor Empty.swift
[2364/2451] Compiling Vapor In.swift
[2365/2451] Compiling Vapor Nil.swift
[2366/2451] Compiling Vapor NilIgnoring.swift
[2367/2451] Compiling Vapor Not.swift
[2368/2451] Compiling Vapor Or.swift
[2369/2451] Compiling Vapor Pattern.swift
[2370/2451] Compiling Vapor Range.swift
[2371/2451] Compiling Vapor URL.swift
[2372/2451] Compiling Vapor Valid.swift
[2373/2451] Compiling Vapor Application+Views.swift
[2374/2451] Compiling Vapor PlaintextRenderer.swift
[2375/2451] Compiling Vapor Request+View.swift
[2376/2451] Compiling Vapor View.swift
[2377/2451] Compiling Vapor ViewRenderer.swift
[2378/2451] Compiling Vapor _Deprecations.swift
[2379/2451] Compiling Vapor Bytes+Hex.swift
[2380/2451] Compiling Vapor Bytes+SecureCompare.swift
[2381/2451] Compiling Vapor Collection+Safe.swift
[2382/2451] Compiling Vapor DataProtocol+Copy.swift
[2383/2451] Compiling Vapor DecoderUnwrapper.swift
[2384/2451] Compiling Vapor DirectoryConfiguration.swift
[2385/2451] Compiling Vapor DotEnv.swift
[2386/2451] Compiling Vapor Extendable.swift
[2387/2451] Compiling Vapor File.swift
[2388/2451] Compiling Vapor FileIO.swift
[2389/2451] Compiling Vapor LifecycleHandler.swift
[2390/2451] Compiling Vapor OptionalType.swift
[2391/2451] Compiling Vapor RFC1123.swift
[2392/2451] Compiling Vapor SocketAddress+Hostname.swift
[2393/2451] Compiling Vapor Storage.swift
[2394/2451] Compiling Vapor String+IsIPAddress.swift
[2395/2451] Compiling Vapor Thread.swift
[2396/2451] Compiling Vapor URI.swift
[2397/2451] Compiling Vapor RangeResult.swift
[2398/2451] Compiling Vapor Validatable.swift
[2399/2451] Compiling Vapor Validation.swift
[2400/2451] Compiling Vapor ValidationKey.swift
[2401/2451] Compiling Vapor Validations.swift
[2402/2451] Compiling Vapor ValidationsError.swift
[2403/2451] Compiling Vapor HTTPServerResponseEncoder.swift
[2404/2451] Compiling Vapor HTTPServerUpgradeHandler.swift
[2405/2451] Compiling Vapor Logger+Report.swift
[2406/2451] Compiling Vapor LoggingSystem+Environment.swift
[2407/2451] Compiling Vapor Application+Middleware.swift
[2408/2451] Compiling Vapor CORSMiddleware.swift
[2409/2451] Compiling Vapor ErrorMiddleware.swift
[2410/2451] Compiling Vapor FileMiddleware.swift
[2411/2451] Compiling Vapor Middleware.swift
[2412/2451] Compiling Vapor MiddlewareConfiguration.swift
[2413/2451] Compiling Vapor ResponseCompressionMiddleware.swift
[2414/2451] Compiling Vapor RouteLoggingMiddleware.swift
[2415/2451] Compiling Vapor TracingMiddleware.swift
[2416/2451] Compiling Vapor File+Multipart.swift
[2417/2451] Compiling Vapor FormDataDecoder+Content.swift
[2418/2451] Compiling Vapor FormDataEncoder+Content.swift
[2419/2451] Compiling Vapor Application+Password.swift
[2420/2451] Compiling Vapor Application+Passwords.swift
[2421/2451] Compiling Vapor AsyncPasswordHasher.swift
[2422/2451] Compiling Vapor BcryptHasher.swift
[2423/2451] Compiling Vapor PasswordHasher.swift
[2424/2451] Compiling Vapor PlaintextHasher.swift
[2425/2451] Compiling Vapor Request+Password.swift
[2426/2451] Compiling Vapor Redirect.swift
[2427/2451] Emitting module Vapor
[2428/2451] Compiling Vapor HTTPStatus.swift
[2429/2451] Compiling Vapor HTTPCookies.swift
[2430/2451] Compiling Vapor HTTPHeaderCacheControl.swift
[2431/2451] Compiling Vapor HTTPHeaderExpires.swift
[2432/2451] Compiling Vapor HTTPHeaderLastModified.swift
[2433/2451] Compiling Vapor HTTPHeaders+Cache.swift
[2434/2451] Compiling Vapor HTTPHeaders+Connection.swift
[2435/2451] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2436/2451] Compiling Vapor HTTPHeaders+ContentRange.swift
[2437/2451] Compiling Vapor HTTPHeaders+Directive.swift
[2438/2451] Compiling Vapor HTTPHeaders+Forwarded.swift
[2439/2451] Compiling Vapor HTTPHeaders+Link.swift
[2440/2451] Compiling Vapor HTTPHeaders+Name.swift
[2441/2451] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2442/2451] Compiling Vapor HTTPHeaders.swift
[2443/2451] Compiling Vapor HTTPMediaType.swift
[2444/2451] Compiling Vapor HTTPMediaTypePreference.swift
[2445/2451] Compiling Vapor Responder.swift
[2446/2451] Compiling Vapor Application+HTTP+Server.swift
[2447/2451] Compiling Vapor HTTPServer.swift
[2448/2451] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2449/2451] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2450/2451] Compiling Vapor HTTPServerHandler.swift
[2451/2451] Compiling Vapor HTTPServerRequestDecoder.swift
[2453/2462] Compiling JWT JWTAuthenticator.swift
[2454/2462] Compiling JWT JWTError+Vapor.swift
[2455/2462] Compiling JWT JWT+Microsoft.swift
[2456/2463] Compiling JWT JWT+Google.swift
[2457/2463] Compiling JWT JWKSCache.swift
[2458/2463] Compiling JWT JWT+Apple.swift
[2459/2463] Compiling JWT Application+JWT.swift
[2460/2463] Compiling JWT Exports.swift
[2461/2463] Emitting module JWT
[2462/2463] Compiling JWT JWT+FirebaseAuth.swift
[2463/2463] Compiling JWT Request+JWT.swift
Build complete! (172.24s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.