The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Relying Party Server, reference main (efaddf), with Swift 6.1 for Linux on 28 Apr 2025 22:17:39 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ibm-security-verify/webauthn-relying-party-server-swift.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/ibm-security-verify/webauthn-relying-party-server-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at efaddf6 French Translation (#6)
Cloned https://github.com/ibm-security-verify/webauthn-relying-party-server-swift.git
Revision (git rev-parse @):
efaddf6ed3c6c888858fc6a3ce47424a6692c82e
SUCCESS checkout https://github.com/ibm-security-verify/webauthn-relying-party-server-swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ibm-security-verify/webauthn-relying-party-server-swift.git
https://github.com/ibm-security-verify/webauthn-relying-party-server-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "Relying Party Server",
  "name" : "Relying Party Server",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "RelyingPartyServer",
      "targets" : [
        "RelyingPartyServer"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RelyingPartyServerTests",
      "module_type" : "SwiftTarget",
      "name" : "RelyingPartyServerTests",
      "path" : "Tests/RelyingPartyServerTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "RelyingPartyServerTests.swift"
      ],
      "target_dependencies" : [
        "RelyingPartyServer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RelyingPartyServer",
      "module_type" : "SwiftTarget",
      "name" : "RelyingPartyServer",
      "path" : "Sources/RelyingPartyServer",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "RelyingPartyServer"
      ],
      "sources" : [
        "Extensions/Application+Extension.swift",
        "Extensions/Data+Extension.swift",
        "Extensions/DateFormatter+Extension.swift",
        "Middleware/WellKnownMiddleware.swift",
        "Models/Authenticator.swift",
        "Models/Token.swift",
        "Models/User.swift",
        "Routes/DefaultRoute.swift",
        "Routes/WellKnownRoute.swift",
        "Server.swift",
        "Services/FIDO2/ISVAWebAuthnService.swift",
        "Services/FIDO2/ISVWebAuthnService.swift",
        "Services/FIDO2/WebAuthnService.swift",
        "Services/Token/TokenService.swift",
        "Services/User/ISVAUserService.swift",
        "Services/User/ISVUserService.swift",
        "Services/User/UserService.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/vapor.git
[1/74337] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.08s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (2.78s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-algorithms.git
[1/3208] Fetching multipart-kit
[1638/9111] Fetching multipart-kit, swift-algorithms
[2347/10816] Fetching multipart-kit, swift-algorithms, swift-atomics
[9246/13412] Fetching multipart-kit, swift-algorithms, swift-atomics, websocket-kit
[9247/14475] Fetching multipart-kit, swift-algorithms, swift-atomics, websocket-kit, swift-service-context
[12905/19449] Fetching multipart-kit, swift-algorithms, swift-atomics, websocket-kit, swift-service-context, swift-distributed-tracing
Fetched https://github.com/apple/swift-service-context.git from cache (1.60s)
[18322/18386] Fetching multipart-kit, swift-algorithms, swift-atomics, websocket-kit, swift-distributed-tracing
Fetched https://github.com/apple/swift-algorithms.git from cache (1.60s)
[3208/3208] Fetching multipart-kit
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.60s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/vapor/websocket-kit.git from cache (1.73s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.73s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.78s)
Fetching https://github.com/apple/swift-nio.git
[1/2200] Fetching swift-metrics
[1233/6036] Fetching swift-metrics, swift-log
[1420/11698] Fetching swift-metrics, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-metrics.git from cache (0.34s)
Fetching https://github.com/vapor/routing-kit.git
[1/11492] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (0.46s)
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.47s)
Fetching https://github.com/vapor/console-kit.git
[2530/26285] Fetching swift-nio-http2, swift-nio-ssl
[2678/47012] Fetching swift-nio-http2, swift-nio-ssl, routing-kit
[5106/122536] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
[12113/128021] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, console-kit
[28682/141805] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, console-kit, swift-crypto
Fetched https://github.com/vapor/console-kit.git from cache (0.40s)
[36238/136320] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, swift-crypto
Fetching https://github.com/vapor/async-kit.git
[58760/138690] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.40s)
[74451/136320] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/routing-kit.git from cache (1.48s)
[81178/115593] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto
[82036/129448] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.77s)
[73261/117956] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.82s)
[87303/103163] Fetching swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-crypto.git from cache (2.56s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.72s)
[60420/75524] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.60s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (7.92s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.92s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[45/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.38s)
Fetched https://github.com/apple/swift-collections.git from cache (1.40s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (2.23s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.73s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.81s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.65s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.35s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.98s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.54s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (1.19s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.60s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[13/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.26s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.26s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.80s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.56s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.74s)
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.56s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.79s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.53s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (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.55s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.57s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.66s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.56s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.56s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.54s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.83s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.25s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.82s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.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-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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.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.82.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
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.26.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Building for debugging...
[0/884] Compiling a_dup.cc
[1/884] Compiling a_i2d_fp.cc
[1/884] Write sources
[3/884] Compiling a_d2i_fp.cc
[4/884] Write sources
[8/884] Compiling asn_pack.cc
[9/884] Write sources
[50/884] Compiling _NumericsShims _NumericsShims.c
[51/884] Compiling a_gentm.cc
[52/884] Compiling _AtomicsShims.c
[53/884] Compiling CNIOWindows shim.c
[54/884] Compiling CNIOWindows WSAStartup.c
[55/884] Compiling asn1_par.cc
[56/884] Compiling CNIOWASI CNIOWASI.c
[57/884] Compiling CSystem shims.c
[58/884] Compiling CVaporBcrypt blf.c
[58/884] Compiling CVaporBcrypt bcrypt.c
[60/884] Compiling f_int.cc
[61/884] Compiling CNIOLinux liburing_shims.c
[62/884] Compiling a_strnid.cc
[63/884] Compiling CNIOLLHTTP c_nio_http.c
[63/884] Compiling CNIOSHA1 c_nio_sha1.c
[65/884] Compiling CNIOExtrasZlib empty.c
[66/884] Compiling CNIODarwin shim.c
[67/884] Compiling CNIOLLHTTP c_nio_api.c
[68/884] Compiling fiat_p256_adx_sqr.S
[69/884] Write swift-version-24593BA9C3E375BF.txt
[69/884] Compiling CNIOLinux shim.c
[71/884] Compiling fiat_p256_adx_mul.S
[71/884] Compiling fiat_curve25519_adx_square.S
[73/884] Compiling fiat_curve25519_adx_mul.S
[74/884] Compiling CNIOLLHTTP c_nio_llhttp.c
[75/921] Compiling CNIOBoringSSLShims shims.c
[76/931] Compiling tls_record.cc
[77/931] Compiling tls_method.cc
[78/931] Compiling tls13_server.cc
[80/956] Emitting module CoreMetrics
[81/956] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[82/956] Compiling InternalCollectionsUtilities Integer rank.swift
[83/956] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[84/958] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[85/958] Compiling InternalCollectionsUtilities Specialize.swift
[86/958] Emitting module _NIOBase64
[87/958] Compiling _NIOBase64 Base64.swift
[88/959] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[89/959] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[90/959] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[91/959] Emitting module InternalCollectionsUtilities
[92/959] Compiling RealModule Real.swift
[93/960] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[94/960] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[97/960] Emitting module RealModule
[98/960] Compiling InternalCollectionsUtilities Debugging.swift
[99/960] Compiling InternalCollectionsUtilities Descriptions.swift
[100/960] Compiling InternalCollectionsUtilities _SortedCollection.swift
[101/960] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[104/960] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[105/960] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[106/960] Compiling RealModule Float16+Real.swift
[107/960] Compiling InternalCollectionsUtilities UInt+reversed.swift
[108/960] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[109/960] Compiling RealModule Float80+Real.swift
[110/960] Compiling SystemPackage MachPort.swift
[111/960] Compiling SystemPackage PlatformString.swift
[112/960] Compiling SystemPackage SystemString.swift
[113/960] Compiling ServiceContextModule ServiceContext.swift
[114/960] Compiling ServiceContextModule ServiceContextKey.swift
[115/960] Emitting module ServiceContextModule
[117/964] Compiling CoreMetrics Metrics.swift
[118/965] Compiling RealModule ElementaryFunctions.swift
[119/965] Compiling RealModule Float+Real.swift
[120/965] Compiling _NIODataStructures PriorityQueue.swift
[121/965] Emitting module SystemPackage
[122/965] Compiling _NIODataStructures _TinyArray.swift
[132/965] Compiling RealModule RealFunctions.swift
[134/966] Wrapping AST for _NIOBase64 for debugging
[136/999] Compiling Instrumentation NoOpInstrument.swift
[137/1083] Compiling Instrumentation MultiplexInstrument.swift
[138/1095] Compiling Instrumentation Instrument.swift
[139/1095] Compiling Instrumentation InstrumentationSystem.swift
[140/1095] Compiling _RopeModule Range+BigString.swift
[141/1095] Compiling _RopeModule BigString+UTF16View.swift
[142/1095] Compiling _RopeModule BigString+UTF8View.swift
[143/1095] Compiling CoreMetrics Locks.swift
[144/1096] Compiling Logging MetadataProvider.swift
[145/1096] Emitting module Instrumentation
[146/1096] Compiling Instrumentation Locks.swift
[147/1096] Compiling _RopeModule BigString+Append.swift
[148/1096] Compiling _RopeModule BigString+Initializers.swift
[149/1096] Compiling _RopeModule BigString+Insert.swift
[150/1096] Compiling _RopeModule BigString+Managing Breaks.swift
[151/1097] Emitting module Logging
[152/1097] Compiling _NIODataStructures Heap.swift
[153/1097] Emitting module _NIODataStructures
[154/1097] Compiling _RopeModule BigString+CustomStringConvertible.swift
[155/1097] Compiling _RopeModule BigString+Equatable.swift
[156/1097] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[157/1097] Compiling _RopeModule BigString+Hashing.swift
[158/1097] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[159/1097] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[160/1097] Compiling _RopeModule BigString+Sequence.swift
[161/1097] Compiling _RopeModule BigString+TextOutputStream.swift
[162/1097] Compiling _RopeModule BigString+Summary.swift
[163/1097] Compiling _RopeModule BigString.swift
[164/1097] Compiling _RopeModule BigString+Comparable.swift
[165/1097] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[166/1098] Compiling Logging Logging.swift
[167/1098] Compiling Logging LogHandler.swift
[168/1098] Compiling Logging Locks.swift
[174/1100] Compiling _RopeModule _RopeItem.swift
[175/1100] Compiling _RopeModule _RopePath.swift
[176/1100] Compiling _RopeModule BigString+UnicodeScalarView.swift
[177/1100] Compiling _RopeModule BigSubstring+UTF16View.swift
[178/1100] Compiling _RopeModule BigSubstring+UTF8View.swift
[179/1100] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[180/1100] Compiling _RopeModule BigSubstring.swift
[181/1100] Compiling _RopeModule Rope+_Storage.swift
[182/1100] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[183/1100] Compiling _RopeModule Rope+_UnsafeHandle.swift
[184/1100] Compiling _RopeModule Rope.swift
[185/1100] Compiling _RopeModule RopeElement.swift
[186/1100] Compiling _RopeModule RopeMetric.swift
[187/1100] Compiling _RopeModule RopeSummary.swift
[188/1107] Compiling _RopeModule BigString+RemoveSubrange.swift
[189/1107] Compiling _RopeModule BigString+ReplaceSubrange.swift
[190/1107] Compiling _RopeModule BigString+Split.swift
[194/1107] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[195/1107] Compiling _RopeModule BigString+Chunk+Breaks.swift
[212/1182] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[213/1182] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[214/1182] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[215/1182] Compiling HashTreeCollections _HashNode+Structural union.swift
[216/1182] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[217/1182] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[218/1182] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[219/1182] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[220/1200] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[221/1206] Compiling HeapModule Heap+Descriptions.swift
[222/1206] Compiling HeapModule _HeapNode.swift
[223/1206] Compiling HeapModule Heap.swift
[224/1206] Compiling Tracing TracingTime.swift
[225/1206] Compiling HashTreeCollections _HashNode.swift
[226/1206] Compiling HashTreeCollections _HashNodeHeader.swift
[227/1206] Compiling HashTreeCollections _HashSlot.swift
[228/1206] Compiling HeapModule Heap+Invariants.swift
[229/1206] Compiling HashTreeCollections _HashStack.swift
[230/1206] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[231/1206] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[232/1206] Compiling HashTreeCollections TreeDictionary+Filter.swift
[233/1206] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[234/1206] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[235/1215] Compiling HeapModule Heap+UnsafeHandle.swift
[236/1215] Emitting module HeapModule
[237/1216] Emitting module Tracing
[238/1216] Compiling Tracing TracerProtocol.swift
[239/1216] Compiling Tracing InstrumentationSystem+Tracing.swift
[240/1216] Compiling Tracing NoOpTracer.swift
[242/1216] Compiling Tracing Tracer.swift
[243/1216] Compiling Tracing TracerProtocol+Legacy.swift
[244/1216] Compiling HashTreeCollections TreeSet+Hashable.swift
[245/1216] Compiling HashTreeCollections TreeSet+Sendable.swift
[246/1216] Compiling _RopeModule Rope+Join.swift
[247/1216] Compiling _RopeModule Rope+MutatingForEach.swift
[248/1216] Compiling _RopeModule Rope+Remove.swift
[249/1216] Compiling _RopeModule Rope+RemoveSubrange.swift
[250/1216] Compiling _RopeModule Rope+Split.swift
[251/1216] Compiling _RopeModule Optional Utilities.swift
[252/1216] Compiling _RopeModule String Utilities.swift
[253/1216] Compiling _RopeModule String.Index+ABI.swift
[254/1226] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[255/1226] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[256/1226] Compiling HashTreeCollections _HashNode+Storage.swift
[257/1226] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[258/1226] Compiling HashTreeCollections _HashNode+Structural filter.swift
[259/1226] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[260/1226] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[261/1226] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[262/1226] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[263/1226] Compiling HashTreeCollections TreeSet+Debugging.swift
[264/1226] Compiling HashTreeCollections TreeSet+Descriptions.swift
[265/1226] Compiling HashTreeCollections TreeSet+Equatable.swift
[266/1226] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[267/1226] Compiling HashTreeCollections TreeSet+Extras.swift
[268/1226] Compiling HashTreeCollections TreeSet+Filter.swift
[270/1226] Compiling tls13_enc.cc
[272/1241] Compiling DequeModule Deque+Testing.swift
[273/1241] Compiling DequeModule Deque._Storage.swift
[274/1241] Compiling DequeModule _DequeBuffer.swift
[275/1241] Compiling DequeModule _DequeBufferHeader.swift
[276/1241] Compiling HashTreeCollections _Hash.swift
[277/1241] Compiling HashTreeCollections _HashLevel.swift
[278/1241] Compiling HashTreeCollections _HashNode+Builder.swift
[279/1241] Compiling HashTreeCollections _HashNode+Debugging.swift
[280/1241] Compiling HashTreeCollections _HashNode+Initializers.swift
[281/1241] Compiling HashTreeCollections _HashNode+Invariants.swift
[282/1241] Compiling HashTreeCollections _HashNode+Lookups.swift
[283/1241] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[284/1241] Compiling HashTreeCollections _HashTreeIterator.swift
[285/1241] Compiling HashTreeCollections _HashTreeStatistics.swift
[286/1241] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[287/1241] Compiling HashTreeCollections _RawHashNode.swift
[288/1241] Compiling HashTreeCollections _UnmanagedHashNode.swift
[289/1241] Compiling HashTreeCollections _UnsafePath.swift
[290/1241] Compiling HashTreeCollections TreeDictionary+Codable.swift
[291/1241] Compiling HashTreeCollections TreeDictionary+Collection.swift
[292/1241] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[293/1241] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[301/1241] Wrapping AST for _NIODataStructures for debugging
[303/1241] Compiling HashTreeCollections TreeDictionary.swift
[304/1241] Compiling HashTreeCollections TreeSet+Codable.swift
[305/1241] Compiling HashTreeCollections TreeSet+Collection.swift
[318/1241] Compiling HashTreeCollections TreeDictionary+Keys.swift
[319/1241] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[320/1241] Compiling HashTreeCollections TreeDictionary+Merge.swift
[321/1241] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[322/1241] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[323/1241] Compiling HashTreeCollections TreeDictionary+Values.swift
[324/1241] Compiling Tracing SpanProtocol.swift
[325/1242] Compiling DequeModule Deque+Codable.swift
[326/1242] Compiling DequeModule Deque+Collection.swift
[327/1242] Compiling DequeModule Deque+CustomReflectable.swift
[328/1242] Compiling DequeModule Deque+Descriptions.swift
[329/1242] Compiling DequeModule Deque+Equatable.swift
[330/1242] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[331/1242] Compiling DequeModule Deque+Extras.swift
[332/1242] Compiling DequeModule Deque+Hashable.swift
[333/1242] Compiling DequeModule Deque._UnsafeHandle.swift
[334/1242] Compiling DequeModule Deque.swift
[336/1244] Wrapping AST for SystemPackage for debugging
[351/1244] Wrapping AST for ServiceContextModule for debugging
[352/1244] Wrapping AST for RealModule for debugging
[353/1244] Wrapping AST for Tracing for debugging
[355/1244] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[356/1244] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[357/1244] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[358/1244] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[359/1244] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[360/1244] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[361/1244] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[362/1244] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[363/1244] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[364/1244] Compiling HashTreeCollections TreeSet.swift
[364/1244] Wrapping AST for Logging for debugging
[365/1244] Wrapping AST for InternalCollectionsUtilities for debugging
[367/1244] Compiling DequeModule _DequeSlot.swift
[368/1244] Compiling DequeModule _UnsafeWrappedBuffer.swift
[368/1244] Wrapping AST for Instrumentation for debugging
[370/1244] Emitting module OrderedCollections
[370/1245] Wrapping AST for HeapModule for debugging
[372/1245] Wrapping AST for CoreMetrics for debugging
[400/1245] Emitting module _RopeModule
[401/1245] Emitting module RoutingKit
[402/1245] Compiling RoutingKit AnyRouter.swift
[403/1245] Emitting module DequeModule
[405/1246] Compiling RoutingKit TrieRouter.swift
[406/1246] Compiling RoutingKit PathComponent.swift
[407/1246] Compiling RoutingKit Router.swift
[418/1246] Wrapping AST for OrderedCollections for debugging
[419/1246] Wrapping AST for DequeModule for debugging
[443/1246] Compiling RoutingKit Parameters.swift
[444/1247] Emitting module Metrics
[445/1247] Compiling Metrics Metrics.swift
[456/1249] Compiling t1_enc.cc
[458/1249] Wrapping AST for Metrics for debugging
[459/1249] Wrapping AST for RoutingKit for debugging
[460/1249] Compiling tls13_both.cc
[462/1249] Emitting module HashTreeCollections
[462/1250] Compiling tls13_client.cc
[463/1250] Wrapping AST for _RopeModule for debugging
[465/1250] Wrapping AST for HashTreeCollections for debugging
[466/1250] Compiling ssl_x509.cc
[467/1250] Compiling ssl_versions.cc
[468/1250] Compiling ssl_transcript.cc
[469/1250] Compiling ssl_stat.cc
[470/1250] Compiling ssl_privkey.cc
[471/1250] Compiling ssl_session.cc
[472/1250] Compiling ssl_key_share.cc
[473/1250] Compiling ssl_file.cc
[474/1250] Compiling ssl_lib.cc
[475/1250] Compiling ssl_cipher.cc
[476/1250] Compiling ssl_cert.cc
[477/1250] Compiling ssl_credential.cc
[478/1250] Compiling ssl_buffer.cc
[479/1250] Compiling ssl_asn1.cc
[480/1250] Compiling ssl_aead_ctx.cc
[481/1250] Compiling s3_pkt.cc
[482/1250] Compiling s3_lib.cc
[483/1250] Compiling s3_both.cc
[484/1250] Compiling handshake.cc
[485/1250] Compiling handshake_client.cc
[486/1250] Compiling handshake_server.cc
[487/1250] Compiling handoff.cc
[488/1250] Compiling extensions.cc
[489/1250] Compiling dtls_record.cc
[490/1250] Compiling md5-x86_64-linux.S
[491/1250] Compiling encrypted_client_hello.cc
[492/1250] Compiling md5-586-linux.S
[493/1250] Compiling md5-x86_64-apple.S
[494/1250] Compiling md5-586-apple.S
[495/1250] Compiling chacha20_poly1305_x86_64-linux.S
[496/1250] Compiling chacha20_poly1305_x86_64-apple.S
[497/1250] Compiling chacha20_poly1305_armv8-win.S
[498/1250] Compiling chacha20_poly1305_armv8-linux.S
[499/1250] Compiling chacha20_poly1305_armv8-apple.S
[500/1250] Compiling err_data.cc
[501/1250] Compiling dtls_method.cc
[502/1250] Compiling chacha-x86_64-linux.S
[503/1250] Compiling chacha-x86_64-apple.S
[504/1250] Compiling chacha-x86-linux.S
[505/1250] Compiling chacha-x86-apple.S
[506/1250] Compiling chacha-armv8-win.S
[507/1250] Compiling chacha-armv8-linux.S
[508/1250] Compiling chacha-armv8-apple.S
[509/1250] Compiling chacha-armv4-linux.S
[510/1250] Compiling aes128gcmsiv-x86_64-linux.S
[511/1250] Compiling aes128gcmsiv-x86_64-apple.S
[512/1250] Compiling x86_64-mont5-linux.S
[513/1250] Compiling x86_64-mont5-apple.S
[514/1250] Compiling d1_srtp.cc
[515/1250] Compiling x86_64-mont-apple.S
[516/1250] Compiling x86_64-mont-linux.S
[517/1250] Compiling x86-mont-linux.S
[518/1250] Compiling x86-mont-apple.S
[519/1250] Compiling vpaes-x86_64-linux.S
[520/1250] Compiling bio_ssl.cc
[521/1250] Compiling vpaes-x86-linux.S
[522/1250] Compiling vpaes-x86_64-apple.S
[523/1250] Compiling vpaes-x86-apple.S
[524/1250] Compiling vpaes-armv8-win.S
[525/1250] Compiling d1_pkt.cc
[526/1250] Compiling vpaes-armv8-linux.S
[527/1250] Compiling vpaes-armv8-apple.S
[528/1250] Compiling vpaes-armv7-linux.S
[529/1250] Compiling sha512-x86_64-apple.S
[530/1250] Compiling sha512-armv8-win.S
[531/1250] Compiling sha512-x86_64-linux.S
[532/1250] Compiling sha512-armv4-linux.S
[532/1250] Compiling sha512-armv8-apple.S
[534/1250] Compiling sha512-armv8-linux.S
[535/1250] Compiling sha512-586-apple.S
[536/1250] Compiling sha512-586-linux.S
[537/1250] Compiling d1_both.cc
[538/1250] Compiling sha256-x86_64-apple.S
[539/1250] Compiling sha256-armv8-win.S
[540/1250] Compiling sha256-armv8-linux.S
[541/1250] Compiling sha256-586-linux.S
[542/1250] Compiling sha256-armv8-apple.S
[543/1250] Compiling sha256-x86_64-linux.S
[544/1250] Compiling sha256-armv4-linux.S
[545/1250] Compiling sha256-586-apple.S
[546/1250] Compiling sha1-x86_64-apple.S
[547/1250] Compiling sha1-armv8-win.S
[548/1250] Compiling sha1-armv8-apple.S
[549/1250] Compiling sha1-armv8-linux.S
[550/1250] Compiling sha1-armv4-large-linux.S
[551/1250] Compiling sha1-x86_64-linux.S
[552/1250] Compiling sha1-586-apple.S
[553/1250] Compiling rsaz-avx2-apple.S
[554/1250] Compiling sha1-586-linux.S
[555/1250] Compiling rsaz-avx2-linux.S
[556/1250] Compiling rdrand-x86_64-linux.S
[557/1250] Compiling p256_beeu-x86_64-asm-apple.S
[558/1250] Compiling rdrand-x86_64-apple.S
[559/1250] Compiling p256_beeu-armv8-asm-win.S
[560/1250] Compiling p256_beeu-armv8-asm-linux.S
[561/1250] Compiling p256_beeu-x86_64-asm-linux.S
[562/1250] Compiling d1_lib.cc
[563/1250] Compiling p256_beeu-armv8-asm-apple.S
[564/1250] Compiling p256-x86_64-asm-linux.S
[565/1250] Compiling p256-armv8-asm-linux.S
[566/1250] Compiling ghashv8-armv8-win.S
[567/1250] Compiling p256-x86_64-asm-apple.S
[568/1250] Compiling ghashv8-armv8-linux.S
[569/1250] Compiling p256-armv8-asm-apple.S
[570/1250] Compiling p256-armv8-asm-win.S
[571/1250] Compiling ghashv8-armv8-apple.S
[572/1250] Compiling ghashv8-armv7-linux.S
[573/1250] Compiling ghash-x86_64-apple.S
[574/1250] Compiling ghash-x86_64-linux.S
[575/1250] Compiling ghash-x86-apple.S
[576/1250] Compiling ghash-ssse3-x86-linux.S
[576/1250] Compiling ghash-x86-linux.S
[578/1250] Compiling ghash-ssse3-x86_64-linux.S
[579/1250] Compiling ghash-ssse3-x86_64-apple.S
[580/1250] Compiling ghash-ssse3-x86-apple.S
[581/1250] Compiling ghash-neon-armv8-win.S
[582/1250] Compiling ghash-neon-armv8-apple.S
[583/1250] Compiling ghash-armv4-linux.S
[584/1250] Compiling ghash-neon-armv8-linux.S
[584/1250] Compiling co-586-linux.S
[586/1250] Compiling co-586-apple.S
[587/1250] Compiling bsaes-armv7-linux.S
[588/1250] Compiling bn-armv8-linux.S
[589/1250] Compiling bn-armv8-win.S
[590/1250] Compiling armv8-mont-win.S
[591/1250] Compiling bn-586-linux.S
[592/1250] Compiling bn-586-apple.S
[593/1250] Compiling armv8-mont-linux.S
[594/1250] Compiling bn-armv8-apple.S
[595/1250] Compiling armv8-mont-apple.S
[596/1250] Compiling armv4-mont-linux.S
[597/1250] Compiling aesv8-gcm-armv8-win.S
[598/1250] Compiling aesv8-gcm-armv8-linux.S
[599/1250] Compiling aesv8-gcm-armv8-apple.S
[600/1250] Compiling aesv8-armv8-apple.S
[601/1250] Compiling aesv8-armv8-win.S
[602/1250] Compiling aesv8-armv7-linux.S
[603/1250] Compiling aesv8-armv8-linux.S
[603/1250] Compiling aesni-x86_64-apple.S
[605/1250] Compiling aesni-x86_64-linux.S
[606/1250] Compiling aesni-x86-linux.S
[607/1250] Compiling aesni-gcm-x86_64-linux.S
[608/1250] Compiling aesni-x86-apple.S
[609/1250] Compiling aes-gcm-avx2-x86_64-linux.S
[610/1250] Compiling aesni-gcm-x86_64-apple.S
[610/1250] Compiling aes-gcm-avx2-x86_64-apple.S
[612/1250] Compiling aes-gcm-avx10-x86_64-apple.S
[613/1250] Compiling aes-gcm-avx10-x86_64-linux.S
[614/1250] Compiling x_sig.cc
[615/1250] Compiling x_val.cc
[616/1250] Compiling x_x509a.cc
[617/1250] Compiling x_req.cc
[618/1250] Compiling x_x509.cc
[619/1250] Compiling x_pubkey.cc
[620/1250] Compiling x_spki.cc
[621/1250] Compiling x_name.cc
[622/1250] Compiling x_exten.cc
[623/1250] Compiling x_algor.cc
[624/1250] Compiling x_attrib.cc
[625/1250] Compiling x_crl.cc
[626/1250] Compiling x509spki.cc
[627/1250] Compiling x509rset.cc
[628/1250] Compiling x509name.cc
[629/1250] Compiling x_all.cc
[630/1250] Compiling x509cset.cc
[631/1250] Compiling x509_vpm.cc
[632/1250] Compiling x509_txt.cc
[633/1250] Compiling x509_v3.cc
[634/1250] Compiling x509_trs.cc
[635/1250] Compiling x509_vfy.cc
[636/1250] Compiling x509_req.cc
[637/1250] Compiling x509_set.cc
[638/1250] Compiling x509_obj.cc
[639/1250] Compiling x509_def.cc
[640/1250] Compiling x509_lu.cc
[641/1250] Compiling x509_ext.cc
[642/1250] Compiling x509_d2.cc
[643/1250] Compiling x509.cc
[644/1250] Compiling x509_cmp.cc
[645/1250] Compiling x509_att.cc
[646/1250] Compiling v3_purp.cc
[647/1250] Compiling v3_skey.cc
[648/1250] Compiling v3_utl.cc
[649/1250] Compiling v3_prn.cc
[650/1250] Compiling v3_ocsp.cc
[651/1250] Compiling v3_pcons.cc
[652/1250] Compiling v3_pmaps.cc
[653/1250] Compiling v3_ncons.cc
[654/1250] Compiling v3_lib.cc
[655/1250] Compiling v3_info.cc
[656/1250] Compiling v3_int.cc
[657/1250] Compiling v3_genn.cc
[658/1250] Compiling v3_ia5.cc
[659/1250] Compiling v3_extku.cc
[660/1250] Compiling v3_enum.cc
[661/1250] Compiling v3_crld.cc
[662/1250] Compiling v3_cpols.cc
[663/1250] Compiling v3_bitst.cc
[664/1250] Compiling v3_conf.cc
[665/1250] Compiling v3_akeya.cc
[666/1250] Compiling v3_bcons.cc
[667/1250] Compiling v3_akey.cc
[668/1250] Compiling t_x509a.cc
[669/1250] Compiling v3_alt.cc
[670/1250] Compiling t_req.cc
[671/1250] Compiling i2d_pr.cc
[672/1250] Compiling t_x509.cc
[673/1250] Compiling t_crl.cc
[674/1250] Compiling rsa_pss.cc
[675/1250] Compiling name_print.cc
[676/1250] Compiling policy.cc
[677/1250] Compiling by_dir.cc
[678/1250] Compiling by_file.cc
[679/1250] Compiling asn1_gen.cc
[680/1250] Compiling algorithm.cc
[681/1250] Compiling a_verify.cc
[682/1250] Compiling voprf.cc
[683/1250] Compiling trust_token.cc
[684/1250] Compiling thread_win.cc
[685/1250] Compiling a_digest.cc
[686/1250] Compiling a_sign.cc
[687/1250] Compiling thread_pthread.cc
[688/1250] Compiling pmbtoken.cc
[689/1250] Compiling thread_none.cc
[690/1250] Compiling thread.cc
[691/1250] Compiling stack.cc
[692/1250] Compiling siphash.cc
[693/1250] Compiling sha512.cc
[694/1250] Compiling sha256.cc
[695/1250] Compiling sha1.cc
[696/1250] Compiling rsa_print.cc
[697/1250] Compiling rsa_extra.cc
[698/1250] Compiling slhdsa.cc
[699/1250] Compiling spake2plus.cc
[700/1250] Compiling rc4.cc
[701/1250] Compiling urandom.cc
[702/1250] Compiling refcount.cc
[703/1250] Compiling rand.cc
[704/1250] Compiling rsa_crypt.cc
[705/1250] Compiling trusty.cc
[706/1250] Compiling rsa_asn1.cc
[707/1250] Compiling windows.cc
[708/1250] Compiling getentropy.cc
[709/1250] Compiling passive.cc
[710/1250] Compiling poly1305_arm_asm.S
[711/1250] Compiling ios.cc
[712/1250] Compiling deterministic.cc
[713/1250] Compiling forkunsafe.cc
[714/1250] Compiling fork_detect.cc
[715/1250] Compiling poly1305_vec.cc
[716/1250] Compiling poly1305_arm.cc
[717/1250] Compiling poly1305.cc
[718/1250] Compiling pool.cc
[719/1250] Compiling pkcs7.cc
[720/1250] Compiling pkcs8.cc
[721/1250] Compiling pkcs7_x509.cc
[722/1250] Compiling p5_pbev2.cc
[723/1250] Compiling pkcs8_x509.cc
[724/1250] Compiling pem_xaux.cc
[725/1250] Compiling pem_x509.cc
[726/1250] Compiling pem_pkey.cc
[727/1250] Compiling obj.cc
[728/1250] Compiling obj_xref.cc
[729/1250] Compiling pem_oth.cc
[730/1250] Compiling pem_pk8.cc
[731/1250] Compiling mldsa.cc
[732/1250] Compiling pem_info.cc
[733/1250] Compiling mlkem.cc
[734/1250] Compiling pem_all.cc
[735/1250] Compiling pem_lib.cc
[736/1250] Compiling poly_rq_mul.S
[737/1250] Compiling fips_shared_support.cc
[738/1250] Compiling md4.cc
[739/1250] Compiling md5.cc
[740/1250] Compiling mem.cc
[741/1250] Compiling lhash.cc
[742/1250] Compiling kyber.cc
[743/1250] Compiling hrss.cc
[744/1250] Compiling hpke.cc
[745/1250] Compiling scrypt.cc
[746/1250] Compiling print.cc
[747/1250] Compiling sign.cc
[748/1250] Compiling ex_data.cc
[749/1250] Compiling pbkdf.cc
[750/1250] Compiling p_x25519.cc
[751/1250] Compiling p_x25519_asn1.cc
[752/1250] Compiling p_ed25519.cc
[753/1250] Compiling p_rsa_asn1.cc
[754/1250] Compiling p_hkdf.cc
[755/1250] Compiling p_ed25519_asn1.cc
[756/1250] Compiling p_rsa.cc
[757/1250] Compiling p_ec.cc
[758/1250] Compiling p_dsa_asn1.cc
[759/1250] Compiling p_ec_asn1.cc
[760/1250] Compiling p_dh.cc
[761/1250] Compiling p_dh_asn1.cc
[762/1250] Compiling evp_ctx.cc
[763/1250] Compiling evp.cc
[764/1250] Compiling err.cc
[765/1250] Compiling engine.cc
[766/1250] Compiling ecdh.cc
[767/1250] Compiling evp_asn1.cc
[768/1250] Compiling hash_to_curve.cc
[769/1250] Compiling ecdsa_asn1.cc
[770/1250] Compiling ec_derive.cc
[771/1250] Compiling dsa.cc
[772/1250] Compiling params.cc
[773/1250] Compiling dsa_asn1.cc
[774/1250] Compiling ec_asn1.cc
[775/1250] Compiling digest_extra.cc
[776/1250] Compiling x25519-asm-arm.S
[777/1250] Compiling des.cc
[778/1250] Compiling crypto.cc
[779/1250] Compiling dh_asn1.cc
[780/1250] Compiling spake25519.cc
[781/1250] Compiling cpu_intel.cc
[782/1250] Compiling cpu_arm_linux.cc
[783/1250] Compiling cpu_aarch64_openbsd.cc
[784/1250] Compiling cpu_arm_freebsd.cc
[785/1250] Compiling curve25519.cc
[786/1250] Compiling cpu_aarch64_sysreg.cc
[787/1250] Compiling cpu_aarch64_win.cc
[788/1250] Compiling cpu_aarch64_linux.cc
[789/1250] Compiling bcm.cc
[790/1250] Compiling cpu_aarch64_apple.cc
[791/1250] Compiling tls_cbc.cc
[792/1250] Compiling cpu_aarch64_fuchsia.cc
[793/1250] Compiling get_cipher.cc
[794/1250] Compiling conf.cc
[795/1250] Compiling e_rc4.cc
[796/1250] Compiling curve25519_64_adx.cc
[797/1250] Compiling e_tls.cc
[798/1250] Compiling derive_key.cc
[799/1250] Compiling e_des.cc
[800/1250] Compiling e_null.cc
[801/1250] Compiling e_aesgcmsiv.cc
[802/1250] Compiling e_rc2.cc
[803/1250] Compiling chacha.cc
[804/1250] Compiling e_chacha20poly1305.cc
[805/1250] Compiling e_aesctrhmac.cc
[806/1250] Compiling cbb.cc
[807/1250] Compiling unicode.cc
[808/1250] Compiling buf.cc
[809/1250] Compiling ber.cc
[810/1250] Compiling cbs.cc
[811/1250] Compiling bn_asn1.cc
[812/1250] Compiling printf.cc
[813/1250] Compiling convert.cc
[814/1250] Compiling blake2.cc
[815/1250] Compiling asn1_compat.cc
[816/1250] Compiling socket_helper.cc
[817/1250] Compiling socket.cc
[818/1250] Compiling pair.cc
[819/1250] Compiling file.cc
[820/1250] Compiling hexdump.cc
[821/1250] Compiling errno.cc
[822/1250] Compiling bio_mem.cc
[823/1250] Compiling connect.cc
[824/1250] Compiling fd.cc
[825/1250] Compiling bio.cc
[826/1250] Compiling base64.cc
[827/1250] Compiling tasn_typ.cc
[828/1250] Compiling tasn_fre.cc
[829/1250] Compiling tasn_utl.cc
[830/1250] Compiling tasn_enc.cc
[831/1250] Compiling f_int.cc
[832/1250] Compiling posix_time.cc
[833/1250] Compiling tasn_dec.cc
[834/1250] Compiling f_string.cc
[835/1250] Compiling tasn_new.cc
[836/1250] Compiling asn1_par.cc
[837/1250] Compiling asn_pack.cc
[838/1250] Compiling a_octet.cc
[839/1250] Compiling a_type.cc
[840/1250] Compiling a_utctm.cc
[841/1250] Compiling a_time.cc
[842/1250] Compiling asn1_lib.cc
[843/1250] Compiling a_strnid.cc
[844/1250] Compiling a_strex.cc
[845/1250] Compiling a_object.cc
[846/1250] Compiling a_i2d_fp.cc
[847/1250] Compiling a_dup.cc
[848/1250] Compiling a_mbstr.cc
[849/1250] Compiling a_bitstr.cc
[849/1250] Compiling a_d2i_fp.cc
[851/1250] Compiling a_gentm.cc
[852/1250] Compiling fiat_p256_adx_sqr.S
[853/1250] Compiling a_int.cc
[854/1250] Compiling fiat_p256_adx_mul.S
[855/1250] Compiling a_bool.cc
[856/1250] Compiling fiat_curve25519_adx_mul.S
[857/1250] Compiling fiat_curve25519_adx_square.S
[858/1250] Compiling md5-x86_64-linux.S
[859/1250] Compiling md5-x86_64-apple.S
[860/1250] Compiling md5-586-linux.S
[861/1250] Compiling md5-586-apple.S
[862/1250] Compiling chacha20_poly1305_x86_64-apple.S
[863/1250] Compiling CCryptoBoringSSLShims shims.c
[864/1250] Compiling chacha20_poly1305_armv8-win.S
[865/1250] Compiling chacha20_poly1305_x86_64-linux.S
[866/1250] Compiling chacha20_poly1305_armv8-linux.S
[867/1250] Compiling chacha20_poly1305_armv8-apple.S
[868/1250] Compiling chacha-x86_64-linux.S
[869/1250] Compiling chacha-x86_64-apple.S
[870/1250] Compiling chacha-x86-linux.S
[871/1250] Compiling chacha-x86-apple.S
[872/1250] Compiling chacha-armv8-win.S
[873/1250] Compiling chacha-armv4-linux.S
[874/1250] Compiling chacha-armv8-linux.S
[875/1250] Compiling err_data.cc
[876/1250] Compiling chacha-armv8-apple.S
[877/1250] Compiling aes128gcmsiv-x86_64-apple.S
[878/1250] Compiling aes128gcmsiv-x86_64-linux.S
[879/1250] Compiling x86_64-mont5-apple.S
[880/1250] Compiling x86_64-mont5-linux.S
[881/1250] Compiling x86-mont-apple.S
[882/1250] Compiling x86_64-mont-linux.S
[882/1250] Compiling x86_64-mont-apple.S
[884/1250] Compiling x86-mont-linux.S
[885/1250] Compiling vpaes-x86_64-apple.S
[886/1250] Compiling vpaes-armv8-win.S
[886/1250] Compiling vpaes-x86-apple.S
[888/1250] Compiling vpaes-x86-linux.S
[889/1250] Compiling vpaes-x86_64-linux.S
[890/1250] Compiling vpaes-armv8-linux.S
[891/1250] Compiling vpaes-armv7-linux.S
[892/1250] Compiling vpaes-armv8-apple.S
[893/1250] Compiling sha512-x86_64-linux.S
[894/1250] Compiling sha512-x86_64-apple.S
[895/1250] Compiling sha512-armv8-win.S
[896/1250] Compiling sha512-armv4-linux.S
[897/1250] Compiling sha512-armv8-linux.S
[898/1250] Compiling sha512-armv8-apple.S
[899/1250] Compiling sha512-586-linux.S
[900/1250] Compiling sha256-x86_64-apple.S
[901/1250] Compiling sha512-586-apple.S
[902/1250] Compiling sha256-armv8-win.S
[902/1250] Compiling sha256-x86_64-linux.S
[904/1250] Compiling sha256-armv8-apple.S
[905/1250] Compiling sha256-armv8-linux.S
[906/1250] Compiling sha256-armv4-linux.S
[907/1250] Compiling sha256-586-linux.S
[908/1250] Compiling sha256-586-apple.S
[909/1250] Compiling sha1-x86_64-linux.S
[910/1250] Compiling sha1-armv8-win.S
[911/1250] Compiling sha1-armv8-linux.S
[912/1250] Compiling sha1-x86_64-apple.S
[913/1250] Compiling sha1-armv8-apple.S
[914/1250] Compiling sha1-armv4-large-linux.S
[915/1250] Compiling sha1-586-linux.S
[916/1250] Compiling rsaz-avx2-linux.S
[917/1250] Compiling rsaz-avx2-apple.S
[918/1250] Compiling sha1-586-apple.S
[919/1250] Compiling rdrand-x86_64-linux.S
[920/1250] Compiling rdrand-x86_64-apple.S
[921/1250] Compiling p256_beeu-x86_64-asm-linux.S
[922/1250] Compiling p256_beeu-armv8-asm-linux.S
[923/1250] Compiling p256_beeu-x86_64-asm-apple.S
[924/1250] Compiling p256_beeu-armv8-asm-win.S
[925/1250] Compiling p256_beeu-armv8-asm-apple.S
[926/1250] Compiling p256-x86_64-asm-apple.S
[927/1250] Compiling p256-armv8-asm-win.S
[928/1250] Compiling p256-x86_64-asm-linux.S
[929/1250] Compiling ghashv8-armv8-win.S
[930/1250] Compiling p256-armv8-asm-linux.S
[931/1250] Compiling p256-armv8-asm-apple.S
[932/1250] Compiling ghashv8-armv8-linux.S
[933/1250] Compiling ghashv8-armv8-apple.S
[934/1250] Compiling ghashv8-armv7-linux.S
[935/1250] Compiling ghash-x86_64-apple.S
[936/1250] Compiling ghash-x86_64-linux.S
[937/1250] Compiling ghash-x86-linux.S
[938/1250] Compiling ghash-x86-apple.S
[939/1250] Compiling ghash-ssse3-x86_64-linux.S
[940/1250] Compiling ghash-ssse3-x86_64-apple.S
[941/1250] Compiling ghash-ssse3-x86-linux.S
[942/1250] Compiling ghash-neon-armv8-win.S
[943/1250] Compiling ghash-ssse3-x86-apple.S
[944/1250] Compiling ghash-neon-armv8-apple.S
[945/1250] Compiling ghash-neon-armv8-linux.S
[946/1250] Compiling ghash-armv4-linux.S
[947/1250] Compiling co-586-linux.S
[948/1250] Compiling co-586-apple.S
[949/1250] Compiling bn-armv8-win.S
[950/1250] Compiling bsaes-armv7-linux.S
[951/1250] Compiling bn-armv8-linux.S
[952/1250] Compiling bn-armv8-apple.S
[953/1250] Compiling bn-586-apple.S
[954/1250] Compiling bn-586-linux.S
[955/1250] Compiling armv8-mont-linux.S
[956/1250] Compiling armv8-mont-win.S
[957/1250] Compiling armv8-mont-apple.S
[958/1250] Compiling aesv8-gcm-armv8-win.S
[959/1250] Compiling armv4-mont-linux.S
[960/1250] Compiling aesv8-gcm-armv8-linux.S
[961/1250] Compiling aesv8-gcm-armv8-apple.S
[962/1250] Compiling aesv8-armv8-apple.S
[963/1250] Compiling aesv8-armv8-linux.S
[964/1250] Compiling aesv8-armv8-win.S
[965/1250] Compiling aesv8-armv7-linux.S
[966/1250] Compiling aesni-x86_64-apple.S
[967/1250] Compiling aesni-x86_64-linux.S
[968/1250] Compiling aesni-x86-linux.S
[969/1250] Compiling aesni-x86-apple.S
[970/1250] Compiling aesni-gcm-x86_64-apple.S
[971/1250] Compiling aesni-gcm-x86_64-linux.S
[972/1250] Compiling aes-gcm-avx10-x86_64-linux.S
[973/1250] Compiling aes-gcm-avx10-x86_64-apple.S
[974/1250] Compiling x_x509.cc
[974/1250] Compiling x_val.cc
[976/1250] Compiling x_x509a.cc
[977/1250] Compiling x_sig.cc
[978/1250] Compiling x_req.cc
[979/1250] Compiling x_spki.cc
[980/1250] Compiling c-nioatomics.c
[981/1250] Compiling x_attrib.cc
[982/1250] Compiling x_exten.cc
[983/1250] Compiling x_pubkey.cc
[984/1250] Compiling x_name.cc
[985/1250] Compiling x_crl.cc
[986/1250] Compiling x_all.cc
[987/1250] Compiling x_algor.cc
[988/1250] Compiling c-atomics.c
[989/1250] Compiling x509spki.cc
[990/1250] Compiling x509rset.cc
[991/1250] Compiling x509name.cc
[992/1250] Compiling x509cset.cc
[993/1250] Compiling x509_vpm.cc
[994/1256] Compiling x509_vfy.cc
[995/1256] Compiling x509_v3.cc
[996/1256] Compiling x509_txt.cc
[998/1256] Compiling NIOConcurrencyHelpers lock.swift
[999/1256] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1000/1256] Emitting module NIOConcurrencyHelpers
[1001/1256] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1002/1256] Compiling NIOConcurrencyHelpers NIOLock.swift
[1003/1256] Compiling NIOConcurrencyHelpers atomics.swift
[1003/1257] Compiling x509_trs.cc
[1004/1257] Compiling x509_set.cc
[1005/1257] Compiling x509_req.cc
[1006/1257] Compiling x509_obj.cc
[1008/1257] Compiling x509_lu.cc
[1009/1257] Compiling x509_def.cc
[1010/1257] Compiling x509_ext.cc
[1011/1257] Wrapping AST for NIOConcurrencyHelpers for debugging
[1012/1283] Compiling x509_d2.cc
[1013/1283] Compiling x509.cc
[1014/1283] Compiling x509_att.cc
[1015/1283] Compiling x509_cmp.cc
[1017/1283] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1018/1283] Compiling ConsoleKitTerminal ConsoleClear.swift
[1019/1283] Compiling ConsoleKitTerminal Console+Ask.swift
[1020/1283] Compiling ConsoleKitTerminal Console+Choose.swift
[1020/1286] Compiling v3_utl.cc
[1021/1286] Compiling v3_skey.cc
[1023/1286] Emitting module ConsoleKitTerminal
[1024/1286] Compiling ConsoleKitTerminal ActivityBar.swift
[1025/1286] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1026/1286] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1027/1286] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1028/1286] Compiling ConsoleKitTerminal CustomActivity.swift
[1029/1286] Compiling ConsoleKitTerminal LoadingBar.swift
[1030/1286] Compiling ConsoleKitTerminal ProgressBar.swift
[1031/1286] Compiling ConsoleKitTerminal Console+Clear.swift
[1032/1286] Compiling ConsoleKitTerminal Console+Wait.swift
[1033/1286] Compiling ConsoleKitTerminal ConsoleColor.swift
[1034/1286] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1035/1286] Compiling ConsoleKitTerminal Console+Confirm.swift
[1036/1286] Compiling ConsoleKitTerminal Console+Input.swift
[1037/1286] Compiling ConsoleKitTerminal Console+Center.swift
[1038/1286] Compiling ConsoleKitTerminal Console+Output.swift
[1038/1286] Compiling v3_purp.cc
[1040/1286] Compiling ConsoleKitTerminal ConsoleText.swift
[1041/1286] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1042/1286] Compiling ConsoleKitTerminal ANSI.swift
[1043/1286] Compiling ConsoleKitTerminal Console.swift
[1044/1286] Compiling ConsoleKitTerminal Terminal.swift
[1045/1286] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1045/1286] Compiling v3_prn.cc
[1046/1286] Compiling v3_pmaps.cc
[1047/1286] Compiling v3_ocsp.cc
[1048/1286] Compiling v3_pcons.cc
[1049/1286] Compiling v3_lib.cc
[1051/1286] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1052/1286] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1053/1286] Compiling ConsoleKitTerminal LoggerFragment.swift
[1053/1287] Compiling v3_ncons.cc
[1055/1287] Compiling v3_int.cc
[1056/1309] Wrapping AST for ConsoleKitTerminal for debugging
[1057/1309] Compiling v3_ia5.cc
[1058/1309] Compiling v3_info.cc
[1059/1309] Compiling v3_genn.cc
[1060/1309] Compiling v3_extku.cc
[1061/1309] Compiling v3_enum.cc
[1063/1309] Compiling ConsoleKitCommands CommandSignature.swift
[1064/1309] Compiling ConsoleKitCommands Flag.swift
[1065/1309] Compiling ConsoleKitCommands Option.swift
[1065/1311] Compiling v3_crld.cc
[1067/1311] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1068/1311] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1069/1311] Compiling ConsoleKitCommands Argument.swift
[1070/1311] Compiling ConsoleKitCommands AsyncCommands.swift
[1071/1311] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1072/1311] Compiling ConsoleKitCommands AnyCommand.swift
[1073/1311] Emitting module ConsoleKitCommands
[1074/1311] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1075/1311] Compiling ConsoleKitCommands AsyncCommand.swift
[1076/1311] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1077/1311] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1078/1311] Compiling ConsoleKitCommands Utilities.swift
[1078/1311] Compiling v3_cpols.cc
[1079/1311] Compiling v3_bitst.cc
[1080/1311] Compiling v3_conf.cc
[1081/1311] Compiling v3_bcons.cc
[1082/1311] Compiling v3_alt.cc
[1083/1311] Compiling v3_akeya.cc
[1084/1311] Compiling v3_akey.cc
[1085/1311] Compiling t_x509a.cc
[1086/1311] Compiling t_crl.cc
[1087/1311] Compiling t_x509.cc
[1089/1311] Compiling ConsoleKitCommands Command.swift
[1090/1311] Compiling ConsoleKitCommands CommandContext.swift
[1091/1311] Compiling ConsoleKitCommands CommandError.swift
[1092/1311] Compiling ConsoleKitCommands Console+Run.swift
[1093/1311] Compiling ConsoleKitCommands ConsoleError.swift
[1094/1311] Compiling ConsoleKitCommands Completion.swift
[1095/1311] Compiling ConsoleKitCommands CommandGroup.swift
[1096/1311] Compiling ConsoleKitCommands CommandInput.swift
[1097/1311] Compiling ConsoleKitCommands Commands.swift
[1097/1312] Compiling t_req.cc
[1099/1312] Compiling rsa_pss.cc
[1100/1312] Compiling policy.cc
[1101/1312] Compiling name_print.cc
[1102/1312] Compiling i2d_pr.cc
[1103/1312] Wrapping AST for ConsoleKitCommands for debugging
[1105/1314] Compiling ConsoleKit Exports.swift
[1106/1314] Emitting module ConsoleKit
[1107/1315] Compiling by_file.cc
[1108/1315] Compiling by_dir.cc
[1109/1315] Compiling asn1_gen.cc
[1110/1315] Compiling algorithm.cc
[1111/1315] Wrapping AST for ConsoleKit for debugging
[1112/1315] Compiling a_verify.cc
[1113/1315] Compiling a_digest.cc
[1114/1315] Compiling a_sign.cc
[1115/1315] Compiling thread_win.cc
[1116/1315] Compiling thread_pthread.cc
[1117/1315] Compiling thread_none.cc
[1118/1315] Compiling voprf.cc
[1119/1315] Compiling trust_token.cc
[1120/1315] Compiling thread.cc
[1121/1315] Compiling pmbtoken.cc
[1122/1315] Compiling thash.cc
[1123/1315] Compiling stack.cc
[1124/1315] Compiling wots.cc
[1125/1315] Compiling merkle.cc
[1126/1315] Compiling slhdsa.cc
[1127/1315] Compiling fors.cc
[1128/1315] Compiling siphash.cc
[1129/1315] Compiling sha512.cc
[1130/1315] Compiling sha256.cc
[1131/1315] Compiling sha1.cc
[1132/1315] Compiling rsa_print.cc
[1133/1315] Compiling rsa_extra.cc
[1134/1315] Compiling rc4.cc
[1135/1315] Compiling rsa_crypt.cc
[1136/1315] Compiling refcount.cc
[1137/1315] Compiling rsa_asn1.cc
[1138/1315] Compiling urandom.cc
[1139/1315] Compiling windows.cc
[1140/1315] Compiling trusty.cc
[1141/1315] Compiling rand_extra.cc
[1142/1315] Compiling ios.cc
[1143/1315] Compiling getentropy.cc
[1144/1315] Compiling poly1305_arm_asm.S
[1145/1315] Compiling passive.cc
[1146/1315] Compiling deterministic.cc
[1147/1315] Compiling forkunsafe.cc
[1148/1315] Compiling fork_detect.cc
[1149/1315] Compiling pool.cc
[1150/1315] Compiling poly1305_arm.cc
[1151/1315] Compiling poly1305_vec.cc
[1152/1315] Compiling poly1305.cc
[1153/1315] Compiling pkcs7.cc
[1154/1315] Compiling p5_pbev2.cc
[1155/1315] Compiling pkcs8.cc
[1156/1315] Compiling pkcs8_x509.cc
[1157/1315] Compiling pkcs7_x509.cc
[1158/1315] Compiling pem_xaux.cc
[1159/1315] Compiling pem_pkey.cc
[1160/1315] Compiling pem_x509.cc
[1161/1315] Compiling pem_pk8.cc
[1162/1315] Compiling obj_xref.cc
[1163/1315] Compiling pem_oth.cc
[1164/1315] Compiling mlkem.cc
[1165/1315] Compiling pem_info.cc
[1166/1315] Compiling pem_lib.cc
[1167/1315] Compiling obj.cc
[1168/1315] Compiling mldsa.cc
[1169/1315] Compiling pem_all.cc
[1170/1315] Compiling mem.cc
[1171/1315] Compiling poly_rq_mul.S
[1171/1315] Compiling fips_shared_support.cc
[1173/1315] Compiling md5.cc
[1174/1315] Compiling md4.cc
[1175/1315] Compiling lhash.cc
[1176/1315] Compiling kyber.cc
[1177/1315] Compiling ex_data.cc
[1178/1315] Compiling hpke.cc
[1179/1315] Compiling sign.cc
[1180/1315] Compiling hrss.cc
[1181/1315] Compiling scrypt.cc
[1182/1315] Compiling pbkdf.cc
[1183/1315] Compiling print.cc
[1184/1315] Compiling p_x25519.cc
[1185/1315] Compiling p_x25519_asn1.cc
[1186/1315] Compiling p_rsa_asn1.cc
[1187/1315] Compiling p_rsa.cc
[1188/1315] Compiling p_hkdf.cc
[1189/1315] Compiling p_ed25519.cc
[1190/1315] Compiling p_ed25519_asn1.cc
[1191/1315] Compiling p_ec_asn1.cc
[1192/1315] Compiling p_ec.cc
[1193/1315] Compiling p_dh_asn1.cc
[1194/1315] Compiling p_dsa_asn1.cc
[1195/1315] Compiling p_dh.cc
[1196/1315] Compiling evp_ctx.cc
[1197/1315] Compiling evp.cc
[1198/1315] Compiling evp_asn1.cc
[1199/1315] Compiling err.cc
[1200/1315] Compiling engine.cc
[1201/1315] Compiling ecdh_extra.cc
[1202/1315] Compiling ecdsa_asn1.cc
[1203/1315] Compiling hash_to_curve.cc
[1204/1315] Compiling ec_derive.cc
[1205/1315] Compiling ec_asn1.cc
[1206/1315] Compiling dsa_asn1.cc
[1207/1315] Compiling dsa.cc
[1208/1315] Compiling params.cc
[1209/1315] Compiling x25519-asm-arm.S
[1210/1315] Compiling digest_extra.cc
[1211/1315] Compiling dh_asn1.cc
[1212/1315] Compiling des.cc
[1213/1315] Compiling spake25519.cc
[1214/1315] Compiling crypto.cc
[1215/1315] Compiling cpu_intel.cc
[1216/1315] Compiling curve25519.cc
[1217/1315] Compiling cpu_arm_linux.cc
[1218/1315] Compiling cpu_arm_freebsd.cc
[1219/1315] Compiling cpu_aarch64_win.cc
[1220/1315] Compiling cpu_aarch64_openbsd.cc
[1221/1315] Compiling cpu_aarch64_sysreg.cc
[1222/1315] Compiling cpu_aarch64_fuchsia.cc
[1223/1315] Compiling cpu_aarch64_linux.cc
[1224/1315] Compiling cpu_aarch64_apple.cc
[1225/1315] Compiling curve25519_64_adx.cc
[1226/1315] Compiling bcm.cc
[1227/1315] Compiling tls_cbc.cc
[1228/1315] Compiling e_tls.cc
[1229/1315] Compiling conf.cc
[1230/1315] Compiling e_rc4.cc
[1231/1315] Compiling e_rc2.cc
[1232/1315] Compiling e_null.cc
[1233/1315] Compiling e_des.cc
[1234/1315] Compiling e_chacha20poly1305.cc
[1235/1315] Compiling derive_key.cc
[1236/1315] Compiling e_aesctrhmac.cc
[1237/1315] Compiling e_aesgcmsiv.cc
[1238/1315] Compiling cipher_extra.cc
[1239/1315] Compiling unicode.cc
[1240/1315] Compiling chacha.cc
[1241/1315] Compiling cbb.cc
[1242/1315] Compiling ber.cc
[1243/1315] Compiling buf.cc
[1244/1315] Compiling cbs.cc
[1245/1315] Compiling asn1_compat.cc
[1246/1315] Compiling bn_asn1.cc
[1247/1315] Compiling blake2.cc
[1248/1315] Compiling convert.cc
[1249/1315] Compiling printf.cc
[1250/1315] Compiling pair.cc
[1251/1315] Compiling hexdump.cc
[1252/1315] Compiling errno.cc
[1253/1315] Compiling file.cc
[1254/1315] Compiling fd.cc
[1255/1315] Compiling bio_mem.cc
[1256/1315] Compiling bio.cc
[1257/1315] Compiling base64.cc
[1258/1315] Compiling tasn_typ.cc
[1258/1315] Compiling tasn_fre.cc
[1260/1315] Compiling tasn_utl.cc
[1261/1315] Compiling tasn_enc.cc
[1262/1315] Compiling tasn_new.cc
[1263/1315] Compiling tasn_dec.cc
[1264/1315] Compiling posix_time.cc
[1265/1315] Compiling f_string.cc
[1266/1315] Compiling a_utctm.cc
[1267/1315] Compiling a_type.cc
[1268/1315] Compiling a_time.cc
[1268/1315] Compiling asn1_lib.cc
[1270/1315] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1270/1315] Write sources
[1276/1315] Compiling a_octet.cc
[1277/1315] Compiling a_strex.cc
[1278/1315] Compiling a_object.cc
[1279/1315] Compiling a_mbstr.cc
[1280/1412] Compiling a_bool.cc
[1281/1412] Compiling a_bitstr.cc
[1282/1412] Compiling a_int.cc
[1284/1412] Compiling Algorithms Keyed.swift
[1285/1412] Compiling Algorithms MinMax.swift
[1286/1412] Compiling Algorithms Product.swift
[1287/1412] Compiling Algorithms Joined.swift
[1288/1414] Compiling Algorithms Partition.swift
[1289/1414] Compiling Algorithms Permutations.swift
[1290/1422] Compiling Atomics IntegerOperations.swift
[1291/1422] Compiling Atomics Unmanaged extensions.swift
[1292/1422] Compiling Algorithms Cycle.swift
[1293/1422] Compiling Algorithms EitherSequence.swift
[1294/1422] Compiling Algorithms FirstNonNil.swift
[1295/1422] Compiling Algorithms Chunked.swift
[1296/1422] Compiling Algorithms Combinations.swift
[1297/1422] Compiling Algorithms Compacted.swift
[1306/1429] Emitting module BitCollections
[1311/1429] Compiling Algorithms Rotate.swift
[1312/1429] Compiling Algorithms Split.swift
[1313/1429] Compiling Algorithms Stride.swift
[1314/1429] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1315/1429] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1316/1429] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1317/1429] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1318/1429] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1319/1429] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1320/1429] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1321/1429] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1322/1429] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1323/1429] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1324/1429] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1325/1429] Compiling BitCollections BitSet+SetAlgebra union.swift
[1326/1429] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1327/1429] Compiling BitCollections BitSet.Counted.swift
[1328/1429] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1329/1429] Compiling BitCollections BitSet+CustomReflectable.swift
[1330/1429] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1331/1429] Compiling BitCollections BitSet+Equatable.swift
[1332/1429] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1333/1429] Compiling BitCollections BitSet+Extras.swift
[1334/1429] Compiling BitCollections BitSet+Hashable.swift
[1340/1432] Compiling Algorithms Suffix.swift
[1341/1432] Compiling Algorithms FlattenCollection.swift
[1342/1432] Compiling Algorithms Grouped.swift
[1343/1432] Compiling Algorithms Indexed.swift
[1344/1432] Compiling Algorithms Intersperse.swift
[1345/1432] Compiling Algorithms AdjacentPairs.swift
[1346/1432] Compiling Algorithms Chain.swift
[1349/1432] Compiling CryptoBoringWrapper RandomBytes.swift
[1351/1432] Compiling Algorithms Trim.swift
[1352/1432] Compiling Algorithms Unique.swift
[1353/1432] Compiling Algorithms Windows.swift
[1354/1432] Compiling BitCollections BitArray._UnsafeHandle.swift
[1355/1432] Compiling BitCollections BitArray.swift
[1356/1432] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1357/1432] Compiling BitCollections BitSet+Codable.swift
[1358/1432] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1369/1432] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1374/1432] Compiling BitCollections BitSet.Index.swift
[1375/1432] Compiling BitCollections BitSet._UnsafeHandle.swift
[1376/1432] Compiling BitCollections BitSet.swift
[1377/1432] Compiling BitCollections Range+Utilities.swift
[1378/1432] Compiling BitCollections Slice+Utilities.swift
[1379/1432] Compiling BitCollections UInt+Tricks.swift
[1380/1432] Compiling BitCollections _Word.swift
[1381/1432] Emitting module CryptoBoringWrapper
[1382/1432] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1384/1433] Compiling CryptoBoringWrapper EllipticCurve.swift
[1385/1433] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1386/1433] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1389/1434] Wrapping AST for BitCollections for debugging
[1391/1436] Wrapping AST for CryptoBoringWrapper for debugging
[1393/1436] Compiling Collections Collections.swift
[1394/1436] Emitting module Collections
[1395/1508] Compiling Crypto ASN1Strings.swift
[1396/1508] Compiling Crypto ArraySliceBigint.swift
[1397/1508] Compiling Crypto GeneralizedTime.swift
[1398/1508] Compiling Crypto ObjectIdentifier.swift
[1399/1508] Wrapping AST for Collections for debugging
[1401/1508] Compiling Crypto ASN1OctetString.swift
[1404/1508] Emitting module Atomics
[1405/1508] Compiling Crypto ASN1Identifier.swift
[1406/1508] Compiling Crypto ASN1Integer.swift
[1407/1508] Compiling Crypto ASN1Null.swift
[1408/1509] Wrapping AST for Atomics for debugging
[1410/1568] Emitting module Algorithms
[1411/1569] Wrapping AST for Algorithms for debugging
[1413/1569] Compiling NIOCore FileHandle.swift
[1414/1569] Compiling NIOCore FileRegion.swift
[1415/1569] Compiling NIOCore GlobalSingletons.swift
[1416/1569] Compiling NIOCore IO.swift
[1417/1569] Compiling NIOCore IOData.swift
[1418/1569] Compiling NIOCore IPProtocol.swift
[1419/1569] Compiling NIOCore IntegerBitPacking.swift
[1420/1569] Compiling NIOCore IntegerTypes.swift
[1421/1569] Compiling NIOCore Interfaces.swift
[1422/1569] Compiling NIOCore Linux.swift
[1423/1578] Emitting module Crypto
[1424/1578] Compiling Crypto HKDF.swift
[1425/1578] Compiling Crypto AESWrap.swift
[1426/1578] Compiling Crypto AESWrap_boring.swift
[1427/1578] Compiling Crypto Ed25519_boring.swift
[1428/1578] Compiling Crypto NISTCurvesKeys_boring.swift
[1429/1578] Compiling Crypto X25519Keys_boring.swift
[1430/1578] Compiling Crypto Curve25519.swift
[1431/1578] Compiling Crypto Ed25519Keys.swift
[1432/1578] Compiling Crypto NISTCurvesKeys.swift
[1433/1578] Compiling Crypto X25519Keys.swift
[1434/1578] Compiling NIOCore MarkedCircularBuffer.swift
[1435/1578] Compiling NIOCore MulticastChannel.swift
[1436/1578] Compiling NIOCore NIOAny.swift
[1437/1578] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1438/1578] Compiling NIOCore NIOLoopBound.swift
[1439/1578] Compiling NIOCore NIOScheduledCallback.swift
[1440/1578] Compiling NIOCore NIOSendable.swift
[1441/1578] Compiling NIOCore RecvByteBufferAllocator.swift
[1442/1578] Compiling Crypto HPKE-KEM.swift
[1443/1578] Compiling Crypto HPKE-Errors.swift
[1444/1578] Compiling NIOCore BSDSocketAPI.swift
[1445/1578] Compiling NIOCore ByteBuffer-aux.swift
[1446/1578] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1447/1578] Compiling NIOCore ByteBuffer-conversions.swift
[1448/1578] Compiling NIOCore ByteBuffer-core.swift
[1449/1578] Compiling NIOCore ByteBuffer-hex.swift
[1450/1578] Compiling NIOCore ByteBuffer-int.swift
[1451/1578] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1452/1578] Compiling NIOCore ByteBuffer-multi-int.swift
[1453/1578] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1454/1578] Compiling NIOCore DeadChannel.swift
[1455/1578] Compiling NIOCore DispatchQueue+WithFuture.swift
[1456/1578] Compiling NIOCore EventLoop+Deprecated.swift
[1457/1578] Compiling NIOCore EventLoop+SerialExecutor.swift
[1458/1578] Compiling NIOCore EventLoop.swift
[1459/1578] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1460/1578] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1461/1578] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1462/1578] Compiling NIOCore EventLoopFuture.swift
[1463/1578] Compiling NIOCore FileDescriptor.swift
[1464/1578] Compiling NIOCore ByteBuffer-views.swift
[1465/1578] Compiling NIOCore Channel.swift
[1466/1578] Compiling NIOCore ChannelHandler.swift
[1467/1578] Compiling NIOCore ChannelHandlers.swift
[1468/1578] Compiling NIOCore ChannelInvoker.swift
[1469/1578] Compiling NIOCore ChannelOption.swift
[1470/1578] Compiling NIOCore ChannelPipeline.swift
[1471/1578] Compiling NIOCore CircularBuffer.swift
[1472/1578] Compiling NIOCore Codec.swift
[1473/1578] Compiling NIOCore ConvenienceOptionSupport.swift
[1474/1578] Compiling NIOCore AddressedEnvelope.swift
[1475/1578] Compiling NIOCore AsyncAwaitSupport.swift
[1476/1578] Compiling NIOCore AsyncChannel.swift
[1477/1578] Compiling NIOCore AsyncChannelHandler.swift
[1478/1578] Compiling NIOCore AsyncChannelInboundStream.swift
[1479/1578] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1480/1578] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1481/1578] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1482/1578] Compiling NIOCore NIOAsyncWriter.swift
[1483/1578] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1500/1586] Compiling Crypto Signature.swift
[1501/1586] Compiling Crypto CryptoKitErrors_boring.swift
[1502/1586] Compiling Crypto RNG_boring.swift
[1503/1586] Compiling Crypto SafeCompare_boring.swift
[1504/1586] Compiling Crypto Zeroization_boring.swift
[1505/1586] Compiling Crypto PrettyBytes.swift
[1506/1586] Compiling Crypto SafeCompare.swift
[1507/1586] Compiling Crypto SecureBytes.swift
[1508/1586] Compiling Crypto Zeroization.swift
[1509/1587] Wrapping AST for Crypto for debugging
[1527/1587] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1528/1587] Compiling NIOCore SocketAddresses.swift
[1529/1587] Compiling NIOCore SocketOptionProvider.swift
[1530/1587] Compiling NIOCore SystemCallHelpers.swift
[1531/1587] Compiling NIOCore TimeAmount+Duration.swift
[1532/1587] Compiling NIOCore TypeAssistedChannelHandler.swift
[1533/1587] Compiling NIOCore UniversalBootstrapSupport.swift
[1534/1587] Compiling NIOCore Utilities.swift
[1561/1587] Emitting module NIOCore
[1562/1588] Wrapping AST for NIOCore for debugging
[1564/1639] Emitting module NIOEmbedded
[1565/1639] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1566/1639] Compiling NIOEmbedded AsyncTestingChannel.swift
[1567/1639] Compiling NIOEmbedded Embedded.swift
[1569/1640] Compiling NIOPosix IO.swift
[1570/1640] Compiling NIOPosix IntegerBitPacking.swift
[1571/1640] Compiling NIOPosix IntegerTypes.swift
[1572/1640] Compiling NIOPosix Linux.swift
[1573/1640] Compiling NIOPosix LinuxCPUSet.swift
[1574/1640] Compiling NIOPosix LinuxUring.swift
[1575/1640] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1575/1641] Wrapping AST for NIOEmbedded for debugging
[1577/1646] Emitting module NIOPosix
[1578/1646] Compiling NIOPosix ThreadPosix.swift
[1579/1646] Compiling NIOPosix ThreadWindows.swift
[1580/1646] Compiling NIOPosix UnsafeTransfer.swift
[1581/1646] Compiling NIOPosix Utilities.swift
[1582/1646] Compiling NIOPosix VsockAddress.swift
[1583/1646] Compiling NIOPosix VsockChannelEvents.swift
[1584/1646] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1585/1646] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1586/1646] Compiling NIOPosix PosixSingletons.swift
[1587/1646] Compiling NIOPosix RawSocketBootstrap.swift
[1588/1646] Compiling NIOPosix Resolver.swift
[1589/1646] Compiling NIOPosix Selectable.swift
[1590/1646] Compiling NIOPosix SelectableChannel.swift
[1591/1646] Compiling NIOPosix SelectableEventLoop.swift
[1592/1646] Compiling NIOPosix SelectorEpoll.swift
[1593/1646] Compiling NIOPosix SelectorGeneric.swift
[1594/1646] Compiling NIOPosix SelectorKqueue.swift
[1595/1646] Compiling NIOPosix SelectorUring.swift
[1596/1646] Compiling NIOPosix ServerSocket.swift
[1597/1646] Compiling NIOPosix Socket.swift
[1598/1646] Compiling NIOPosix SocketChannel.swift
[1599/1646] Compiling NIOPosix SocketProtocols.swift
[1600/1646] Compiling NIOPosix System.swift
[1601/1646] Compiling NIOPosix Thread.swift
[1602/1646] Compiling NIOPosix BSDSocketAPICommon.swift
[1603/1646] Compiling NIOPosix BSDSocketAPIPosix.swift
[1604/1646] Compiling NIOPosix BSDSocketAPIWindows.swift
[1605/1646] Compiling NIOPosix BaseSocket.swift
[1606/1646] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1607/1646] Compiling NIOPosix BaseSocketChannel.swift
[1608/1646] Compiling NIOPosix BaseStreamSocketChannel.swift
[1609/1646] Compiling NIOPosix Bootstrap.swift
[1610/1646] Compiling NIOPosix ControlMessage.swift
[1611/1646] Compiling NIOPosix DatagramVectorReadManager.swift
[1612/1646] Compiling NIOPosix Errors+Any.swift
[1613/1646] Compiling NIOPosix FileDescriptor.swift
[1614/1646] Compiling NIOPosix GetaddrinfoResolver.swift
[1615/1646] Compiling NIOPosix HappyEyeballs.swift
[1616/1646] Compiling NIOPosix NIOThreadPool.swift
[1617/1646] Compiling NIOPosix NonBlockingFileIO.swift
[1618/1646] Compiling NIOPosix PendingDatagramWritesManager.swift
[1619/1646] Compiling NIOPosix PendingWritesManager.swift
[1620/1646] Compiling NIOPosix PipeChannel.swift
[1621/1646] Compiling NIOPosix PipePair.swift
[1622/1646] Compiling NIOPosix Pool.swift
[1623/1647] Wrapping AST for NIOPosix for debugging
[1625/1706] Emitting module NIO
[1626/1706] Compiling NIO Exports.swift
[1628/1707] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1629/1707] Compiling _NIOFileSystem FileSystemError.swift
[1630/1707] Compiling _NIOFileSystem FileSystemProtocol.swift
[1630/1709] Wrapping AST for NIO for debugging
[1632/1730] Compiling _NIOFileSystem FileType.swift
[1633/1730] Compiling _NIOFileSystem IOStrategy.swift
[1634/1730] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1635/1748] Compiling NIOTLS TLSEvents.swift
[1636/1748] Emitting module _NIOFileSystem
[1637/1752] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1638/1752] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1639/1752] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1640/1752] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1641/1752] Emitting module NIOTLS
[1642/1752] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1643/1752] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1644/1752] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1645/1754] Compiling NIOHTTP1 HTTPDecoder.swift
[1646/1754] Compiling NIOHTTP1 HTTPEncoder.swift
[1647/1754] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1648/1754] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1649/1754] Compiling NIOSOCKS SOCKSResponse.swift
[1650/1754] Compiling NIOSOCKS ClientStateMachine.swift
[1653/1754] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1663/1755] Emitting module NIOSOCKS
[1666/1755] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1667/1755] Compiling NIOTLS SNIHandler.swift
[1668/1756] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1669/1756] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1670/1756] Compiling AsyncKit Optional+StrictMap.swift
[1671/1756] Compiling AsyncKit Exports.swift
[1672/1756] Compiling NIOSOCKS ServerStateMachine.swift
[1676/1757] Wrapping AST for NIOTLS for debugging
[1681/1757] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1682/1757] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1682/1757] Wrapping AST for NIOSOCKS for debugging
[1684/1757] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1685/1757] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1686/1757] Emitting module NIOHTTP1
[1687/1757] Emitting module NIOFoundationCompat
[1688/1757] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1690/1787] Compiling _NIOFileSystem ParallelDirCopy.swift
[1691/1787] Compiling _NIOFileSystem ParallelRemoval.swift
[1692/1787] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1693/1787] Compiling _NIOFileSystem CInterop.swift
[1694/1787] Compiling _NIOFileSystem Errno.swift
[1695/1787] Compiling NIOSSL RNG.swift
[1696/1787] Compiling NIOSSL SafeCompare.swift
[1697/1787] Compiling NIOSSL Zeroization.swift
[1698/1787] Compiling _NIOFileSystem Syscalls.swift
[1699/1787] Compiling NIOSSL SSLCallbacks.swift
[1700/1787] Compiling NIOSSL SSLCertificate.swift
[1701/1787] Compiling NIOSSL SSLContext.swift
[1702/1787] Compiling NIOSSL SSLErrors.swift
[1702/1787] Wrapping AST for NIOFoundationCompat for debugging
[1704/1809] Compiling NIOTransportServices StateManagedChannel.swift
[1705/1809] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1706/1809] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1707/1811] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1708/1811] Compiling NIOTransportServices NIOTSSingletons.swift
[1709/1811] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1710/1811] Compiling NIOTransportServices NIOTSBootstraps.swift
[1711/1811] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1712/1811] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1713/1811] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1714/1811] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1715/1811] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1716/1811] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1717/1811] Compiling NIOTransportServices NIOTSErrors.swift
[1718/1811] Compiling NIOTransportServices NIOTSEventLoop.swift
[1719/1811] Compiling NIOTransportServices AcceptHandler.swift
[1720/1811] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1721/1811] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1722/1811] Emitting module NIOTransportServices
[1723/1811] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1724/1811] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1725/1811] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1732/1811] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1733/1811] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1734/1811] Compiling NIOSSL SubjectAlternativeName.swift
[1735/1811] Compiling NIOSSL NIOSSLSecureBytes.swift
[1742/1812] Wrapping AST for NIOTransportServices for debugging
[1744/1812] Emitting module AsyncKit
[1745/1812] Compiling _NIOFileSystem SystemFileHandle.swift
[1746/1812] Compiling _NIOFileSystem Utilities.swift
[1747/1812] Compiling _NIOFileSystem OpenOptions.swift
[1748/1812] Compiling _NIOFileSystem String+FileSystem.swift
[1753/1878] Emitting module NIOSSL
[1762/1881] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1763/1881] Compiling NIOExtras JSONRPCFraming.swift
[1764/1881] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1765/1881] Compiling NIOExtras NIORequestIdentifiable.swift
[1766/1881] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1767/1881] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1768/1881] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1769/1881] Compiling NIOWebSocket SHA1.swift
[1770/1881] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1771/1881] Compiling MultipartKit MultipartPartConvertible.swift
[1774/1881] Compiling NIOWebSocket WebSocketOpcode.swift
[1775/1882] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1776/1882] Compiling NIOHPACK IndexedHeaderTable.swift
[1777/1882] Compiling NIOHPACK IntegerCoding.swift
[1778/1883] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1784/1885] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1785/1885] Compiling NIOExtras RequestResponseHandler.swift
[1787/1885] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1788/1885] Compiling NIOExtras NIOExtrasError.swift
[1791/1887] Compiling NIOExtras PCAPRingBuffer.swift
[1792/1887] Compiling NIOExtras QuiescingHelper.swift
[1793/1887] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1794/1887] Compiling NIOHPACK HuffmanTables.swift
[1795/1887] Compiling NIOHTTPCompression HTTPCompression.swift
[1796/1887] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1797/1887] Emitting module NIOHTTPCompression
[1798/1887] Compiling NIOHTTPCompression HTTPDecompression.swift
[1799/1887] Compiling NIOHPACK HuffmanCoding.swift
[1800/1887] Emitting module MultipartKit
[1803/1887] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1807/1887] Compiling NIOHPACK StaticHeaderTable.swift
[1808/1887] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1811/1887] Emitting module NIOWebSocket
[1814/1887] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1815/1888] Emitting module NIOExtras
[1816/1888] Compiling NIOWebSocket WebSocketFrame.swift
[1817/1888] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1819/1889] Compiling NIOExtras LengthFieldPrepender.swift
[1820/1889] Compiling NIOExtras LineBasedFrameDecoder.swift
[1826/1889] Compiling NIOExtras WritePCAPHandler.swift
[1827/1889] Compiling MultipartKit Utilities.swift
[1829/1890] Wrapping AST for NIOHTTP1 for debugging
[1839/1890] Wrapping AST for NIOWebSocket for debugging
[1852/1891] Emitting module NIOHPACK
[1852/1892] Wrapping AST for NIOHTTPCompression for debugging
[1853/1892] Wrapping AST for MultipartKit for debugging
[1856/1892] Wrapping AST for NIOHPACK for debugging
[1857/1892] Wrapping AST for _NIOFileSystem for debugging
[1859/1941] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1860/1941] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1861/1941] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1862/1941] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1863/1941] Compiling NIOHTTP2 StateMachineResult.swift
[1864/1941] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1865/1941] Compiling NIOHTTP2 DOSHeuristics.swift
[1866/1941] Compiling NIOHTTP2 Error+Any.swift
[1867/1955] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1868/1955] Compiling NIOFileSystem Exports.swift
[1869/1955] Emitting module NIOFileSystem
[1870/1955] Emitting module _NIOFileSystemFoundationCompat
[1871/1955] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1872/1957] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1873/1957] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1874/1957] Compiling NIOHTTP2 HTTP2Error.swift
[1878/1958] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1879/1958] Compiling NIOHTTP2 HasLocalSettings.swift
[1879/1959] Wrapping AST for NIOFileSystem for debugging
[1880/1959] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[1881/1959] Wrapping AST for NIOSSL for debugging
[1883/1959] Wrapping AST for NIOExtras for debugging
[1885/1967] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1886/1967] Compiling WebSocketKit Exports.swift
[1887/1967] Compiling WebSocketKit WebSocketHandler.swift
[1888/1967] Compiling WebSocketKit WebSocket+Concurrency.swift
[1889/1967] Emitting module WebSocketKit
[1890/1967] Compiling WebSocketKit WebSocketClient.swift
[1891/1967] Compiling WebSocketKit WebSocket+Connect.swift
[1892/1967] Compiling WebSocketKit WebSocket.swift
[1894/1968] Emitting module NIOHTTP2
[1894/1976] Wrapping AST for WebSocketKit for debugging
[1896/1976] Compiling NIOHTTP2 MaySendFrames.swift
[1897/1976] Compiling NIOHTTP2 SendingDataState.swift
[1898/1976] Compiling NIOHTTP2 SendingGoawayState.swift
[1899/1976] Compiling NIOHTTP2 SendingHeadersState.swift
[1900/1976] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1901/1976] Compiling NIOHTTP2 SendingRstStreamState.swift
[1902/1976] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1903/1976] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1904/1976] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1905/1976] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1906/1976] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1907/1976] Compiling NIOHTTP2 HTTP2StreamID.swift
[1908/1976] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1909/1976] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1910/1976] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1911/1976] Compiling NIOHTTP2 InboundEventBuffer.swift
[1912/1976] Compiling NIOHTTP2 InboundWindowManager.swift
[1913/1976] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1914/1976] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1915/1976] Compiling NIOHTTP2 StreamChannelList.swift
[1916/1976] Compiling NIOHTTP2 StreamMap.swift
[1917/1976] Compiling NIOHTTP2 StreamStateMachine.swift
[1918/1976] Compiling NIOHTTP2 UnsafeTransfer.swift
[1919/1976] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1920/1976] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1921/1976] Compiling NIOHTTP2 HTTP2Frame.swift
[1922/1976] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1923/1976] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1924/1976] Compiling NIOHTTP2 HTTP2PingData.swift
[1925/1976] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1926/1976] Compiling NIOHTTP2 HTTP2Settings.swift
[1927/1976] Compiling NIOHTTP2 HTTP2Stream.swift
[1946/1977] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1949/1977] Compiling NIOHTTP2 HasRemoteSettings.swift
[1950/1977] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1951/1977] Compiling NIOHTTP2 QuiescingState.swift
[1952/1977] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1953/1977] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1954/1977] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1955/1977] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1956/1977] Compiling NIOHTTP2 MayReceiveFrames.swift
[1957/1977] Compiling NIOHTTP2 ReceivingDataState.swift
[1958/1977] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1959/1977] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1960/1977] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1961/1977] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1962/1977] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1963/1977] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1964/1977] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1965/1977] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1966/1977] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1970/1977] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1971/1978] Wrapping AST for AsyncKit for debugging
[1972/1978] Wrapping AST for NIOHTTP2 for debugging
[1974/2037] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1975/2037] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1976/2037] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1977/2037] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1978/2037] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1979/2037] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1980/2037] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1981/2037] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1982/2037] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1983/2045] Emitting module AsyncHTTPClient
[1984/2045] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1985/2045] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1986/2045] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1987/2045] Compiling AsyncHTTPClient HTTP1Connection.swift
[1988/2045] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1989/2045] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1990/2045] Compiling AsyncHTTPClient HTTP2Connection.swift
[1991/2045] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1992/2045] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1993/2045] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1994/2045] Compiling AsyncHTTPClient Transaction.swift
[1995/2045] Compiling AsyncHTTPClient Base64.swift
[1996/2045] Compiling AsyncHTTPClient BasicAuth.swift
[1997/2045] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1998/2045] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1999/2045] Compiling AsyncHTTPClient ConnectionPool.swift
[2000/2045] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2001/2045] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2002/2045] Compiling AsyncHTTPClient RequestOptions.swift
[2003/2045] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2004/2045] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2005/2045] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2006/2045] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2007/2045] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2008/2045] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2009/2045] Compiling AsyncHTTPClient RequestBag.swift
[2010/2045] Compiling AsyncHTTPClient RequestValidation.swift
[2011/2045] Compiling AsyncHTTPClient SSLContextCache.swift
[2012/2045] Compiling AsyncHTTPClient Scheme.swift
[2013/2045] Compiling AsyncHTTPClient Singleton.swift
[2014/2045] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2015/2045] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2016/2045] Compiling AsyncHTTPClient Utils.swift
[2017/2045] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2018/2045] Compiling AsyncHTTPClient ConnectionTarget.swift
[2019/2045] Compiling AsyncHTTPClient DeconstructedURL.swift
[2020/2045] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2021/2045] Compiling AsyncHTTPClient FoundationExtensions.swift
[2022/2045] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2023/2045] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2024/2045] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2025/2045] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2026/2045] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2027/2045] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2028/2045] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2029/2045] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2030/2045] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2031/2045] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2032/2045] Compiling AsyncHTTPClient RequestBodyLength.swift
[2033/2045] Compiling AsyncHTTPClient HTTPClient.swift
[2034/2045] Compiling AsyncHTTPClient HTTPHandler.swift
[2035/2045] Compiling AsyncHTTPClient LRUCache.swift
[2036/2045] Compiling AsyncHTTPClient NWErrorHandler.swift
[2037/2045] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2038/2045] Compiling AsyncHTTPClient TLSConfiguration.swift
[2039/2045] Compiling AsyncHTTPClient RedirectState.swift
[2040/2045] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2041/2046] Wrapping AST for AsyncHTTPClient for debugging
[2043/2215] Compiling Vapor HTTPServerResponseEncoder.swift
[2044/2215] Compiling Vapor HTTPServerUpgradeHandler.swift
[2045/2215] Compiling Vapor Logger+Report.swift
[2046/2215] Compiling Vapor LoggingSystem+Environment.swift
[2047/2215] Compiling Vapor Application+Middleware.swift
[2048/2215] Compiling Vapor CORSMiddleware.swift
[2049/2215] Compiling Vapor ErrorMiddleware.swift
[2050/2215] Compiling Vapor FileMiddleware.swift
[2051/2215] Compiling Vapor Middleware.swift
[2052/2215] Compiling Vapor MiddlewareConfiguration.swift
[2053/2215] Compiling Vapor ResponseCompressionMiddleware.swift
[2054/2215] Compiling Vapor RouteLoggingMiddleware.swift
[2055/2215] Compiling Vapor TracingMiddleware.swift
[2056/2215] Compiling Vapor File+Multipart.swift
[2057/2215] Compiling Vapor FormDataDecoder+Content.swift
[2058/2215] Compiling Vapor FormDataEncoder+Content.swift
[2059/2215] Compiling Vapor Application+Password.swift
[2060/2215] Compiling Vapor Application+Passwords.swift
[2061/2215] Compiling Vapor AsyncPasswordHasher.swift
[2062/2215] Compiling Vapor BcryptHasher.swift
[2063/2215] Compiling Vapor PasswordHasher.swift
[2064/2215] Compiling Vapor PlaintextHasher.swift
[2065/2215] Compiling Vapor Request+Password.swift
[2066/2215] Compiling Vapor Redirect.swift
[2067/2215] Compiling Vapor AsyncBasicResponder.swift
[2068/2215] Compiling Vapor AsyncMiddleware.swift
[2069/2215] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2070/2215] Compiling Vapor AsyncSessionDriver.swift
[2071/2215] Compiling Vapor Authentication+Concurrency.swift
[2072/2215] Compiling Vapor Cache+Concurrency.swift
[2073/2215] Compiling Vapor Client+Concurrency.swift
[2074/2215] Compiling Vapor RequestBody+Concurrency.swift
[2075/2215] Compiling Vapor Responder+Concurrency.swift
[2076/2215] Compiling Vapor ResponseCodable+Concurrency.swift
[2077/2215] Compiling Vapor RoutesBuilder+Concurrency.swift
[2078/2215] Compiling Vapor ViewRenderer+Concurrency.swift
[2079/2215] Compiling Vapor WebSocket+Concurrency.swift
[2080/2215] Compiling Vapor ContainerGetPathExecutor.swift
[2081/2215] Compiling Vapor Content.swift
[2082/2215] Compiling Vapor ContentCoders.swift
[2083/2215] Compiling Vapor ContentConfiguration.swift
[2084/2215] Compiling Vapor ContentContainer.swift
[2085/2215] Compiling Vapor JSONCoder+Custom.swift
[2086/2215] Compiling Vapor JSONCoders+Content.swift
[2087/2215] Compiling Vapor PlaintextDecoder.swift
[2088/2215] Compiling Vapor PlaintextEncoder.swift
[2089/2215] Compiling Vapor URLQueryCoders.swift
[2090/2215] Compiling Vapor URLQueryContainer.swift
[2091/2263] Compiling Vapor Validator.swift
[2092/2263] Compiling Vapor ValidatorResult.swift
[2093/2263] Compiling Vapor And.swift
[2094/2263] Compiling Vapor Case.swift
[2095/2263] Compiling Vapor CharacterSet.swift
[2096/2263] Compiling Vapor Count.swift
[2097/2263] Compiling Vapor Custom.swift
[2098/2263] Compiling Vapor Email.swift
[2099/2263] Compiling Vapor Empty.swift
[2100/2263] Compiling Vapor In.swift
[2101/2263] Compiling Vapor Nil.swift
[2102/2263] Compiling Vapor NilIgnoring.swift
[2103/2263] Compiling Vapor Not.swift
[2104/2263] Compiling Vapor Or.swift
[2105/2263] Compiling Vapor Pattern.swift
[2106/2263] Compiling Vapor Range.swift
[2107/2263] Compiling Vapor URL.swift
[2108/2263] Compiling Vapor Valid.swift
[2109/2263] Compiling Vapor Application+Views.swift
[2110/2263] Compiling Vapor PlaintextRenderer.swift
[2111/2263] Compiling Vapor Request+View.swift
[2112/2263] Compiling Vapor View.swift
[2113/2263] Compiling Vapor ViewRenderer.swift
[2114/2263] Compiling Vapor _Deprecations.swift
[2115/2263] Emitting module Vapor
[2116/2263] Compiling Vapor Request+Body.swift
[2117/2263] Compiling Vapor Request+BodyStream.swift
[2118/2263] Compiling Vapor Request.swift
[2119/2263] Compiling Vapor Application+Responder.swift
[2120/2263] Compiling Vapor DefaultResponder.swift
[2121/2263] Compiling Vapor Response+Body.swift
[2122/2263] Compiling Vapor Response.swift
[2123/2263] Compiling Vapor ResponseCodable.swift
[2124/2263] Compiling Vapor Application+Routes.swift
[2125/2263] Compiling Vapor Parameters+Require.swift
[2126/2263] Compiling Vapor Request+WebSocket.swift
[2127/2263] Compiling Vapor Route.swift
[2128/2263] Compiling Vapor RouteCollection.swift
[2129/2263] Compiling Vapor Routes.swift
[2130/2263] Compiling Vapor RoutesBuilder+Group.swift
[2131/2263] Compiling Vapor RoutesBuilder+Method.swift
[2132/2263] Compiling Vapor RoutesBuilder+Middleware.swift
[2133/2263] Compiling Vapor RoutesBuilder+WebSocket.swift
[2134/2263] Compiling Vapor RoutesBuilder.swift
[2135/2263] Compiling Vapor OTP.swift
[2136/2263] Compiling Vapor Application+Servers.swift
[2137/2263] Compiling Vapor Server.swift
[2138/2263] Compiling Vapor App+Service.swift
[2139/2263] Compiling Vapor Req+Service.swift
[2140/2263] Compiling Vapor Service.swift
[2141/2263] Compiling Vapor Application+Sessions.swift
[2142/2263] Compiling Vapor MemorySessions.swift
[2143/2263] Compiling Vapor Request+Session.swift
[2144/2263] Compiling Vapor Session.swift
[2145/2263] Compiling Vapor SessionCache.swift
[2146/2263] Compiling Vapor SessionData.swift
[2147/2263] Compiling Vapor SessionDriver.swift
[2148/2263] Compiling Vapor SessionsConfiguration.swift
[2149/2263] Compiling Vapor SessionsMiddleware.swift
[2150/2263] Compiling Vapor URLEncodedFormData.swift
[2151/2263] Compiling Vapor URLEncodedFormDecoder.swift
[2152/2263] Compiling Vapor URLEncodedFormEncoder.swift
[2153/2263] Compiling Vapor URLEncodedFormError.swift
[2154/2263] Compiling Vapor URLEncodedFormParser.swift
[2155/2263] Compiling Vapor URLEncodedFormSerializer.swift
[2156/2263] Compiling Vapor URLQueryFragmentConvertible.swift
[2157/2263] Compiling Vapor AnyResponse.swift
[2158/2263] Compiling Vapor Array+Random.swift
[2159/2263] Compiling Vapor Base32.swift
[2160/2263] Compiling Vapor Base64.swift
[2161/2263] Compiling Vapor BaseN.swift
[2162/2263] Compiling Vapor BasicCodingKey.swift
[2163/2263] Compiling Vapor ByteCount.swift
[2164/2263] Compiling Vapor Bytes+Hex.swift
[2165/2263] Compiling Vapor Bytes+SecureCompare.swift
[2166/2263] Compiling Vapor Collection+Safe.swift
[2167/2263] Compiling Vapor DataProtocol+Copy.swift
[2168/2263] Compiling Vapor DecoderUnwrapper.swift
[2169/2263] Compiling Vapor DirectoryConfiguration.swift
[2170/2263] Compiling Vapor DotEnv.swift
[2171/2263] Compiling Vapor Extendable.swift
[2172/2263] Compiling Vapor File.swift
[2173/2263] Compiling Vapor FileIO.swift
[2174/2263] Compiling Vapor LifecycleHandler.swift
[2175/2263] Compiling Vapor OptionalType.swift
[2176/2263] Compiling Vapor RFC1123.swift
[2177/2263] Compiling Vapor SocketAddress+Hostname.swift
[2178/2263] Compiling Vapor Storage.swift
[2179/2263] Compiling Vapor String+IsIPAddress.swift
[2180/2263] Compiling Vapor Thread.swift
[2181/2263] Compiling Vapor URI.swift
[2182/2263] Compiling Vapor RangeResult.swift
[2183/2263] Compiling Vapor Validatable.swift
[2184/2263] Compiling Vapor Validation.swift
[2185/2263] Compiling Vapor ValidationKey.swift
[2186/2263] Compiling Vapor Validations.swift
[2187/2263] Compiling Vapor ValidationsError.swift
[2188/2263] Compiling Vapor Application.swift
[2189/2263] Compiling Vapor AuthenticationCache.swift
[2190/2263] Compiling Vapor Authenticator.swift
[2191/2263] Compiling Vapor BasicAuthorization.swift
[2192/2263] Compiling Vapor BearerAuthorization.swift
[2193/2263] Compiling Vapor GuardMiddleware.swift
[2194/2263] Compiling Vapor RedirectMiddleware.swift
[2195/2263] Compiling Vapor SessionAuthenticatable.swift
[2196/2263] Compiling Vapor Bcrypt.swift
[2197/2263] Compiling Vapor Application+Cache.swift
[2198/2263] Compiling Vapor Cache.swift
[2199/2263] Compiling Vapor CacheExpirationTime.swift
[2200/2263] Compiling Vapor MemoryCache.swift
[2201/2263] Compiling Vapor Request+Cache.swift
[2202/2263] Compiling Vapor Application+Clients.swift
[2203/2263] Compiling Vapor Client.swift
[2204/2263] Compiling Vapor ClientRequest.swift
[2205/2263] Compiling Vapor ClientResponse.swift
[2206/2263] Compiling Vapor Request+Client.swift
[2207/2263] Compiling Vapor BootCommand.swift
[2208/2263] Compiling Vapor CommandContext+Application.swift
[2209/2263] Compiling Vapor RoutesCommand.swift
[2210/2263] Compiling Vapor ServeCommand.swift
[2211/2263] Compiling Vapor AnyResponse+Concurrency.swift
[2212/2263] Compiling Vapor Core.swift
[2213/2263] Compiling Vapor Running.swift
[2214/2263] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2215/2263] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2216/2263] Compiling Vapor DotEnvFile+load.swift
[2217/2263] Compiling Vapor Routes+caseInsenstive.swift
[2218/2263] Compiling Vapor Validatable+validate.swift
[2219/2263] Compiling Vapor Environment+Process.swift
[2220/2263] Compiling Vapor Environment+Secret.swift
[2221/2263] Compiling Vapor Environment.swift
[2222/2263] Compiling Vapor Abort.swift
[2223/2263] Compiling Vapor AbortError.swift
[2224/2263] Compiling Vapor DebuggableError.swift
[2225/2263] Compiling Vapor Demangler.swift
[2226/2263] Compiling Vapor ErrorSource.swift
[2227/2263] Compiling Vapor StackTrace.swift
[2228/2263] Compiling Vapor Exports.swift
[2229/2263] Compiling Vapor Application+HTTP.swift
[2230/2263] Compiling Vapor BasicResponder.swift
[2231/2263] Compiling Vapor BodyStream.swift
[2232/2263] Compiling Vapor Application+HTTP+Client.swift
[2233/2263] Compiling Vapor EventLoopHTTPClient.swift
[2234/2263] Compiling Vapor EndpointCache.swift
[2235/2263] Compiling Vapor HTTPMethod+String.swift
[2236/2263] Compiling Vapor HTTPStatus.swift
[2237/2263] Compiling Vapor HTTPCookies.swift
[2238/2263] Compiling Vapor HTTPHeaderCacheControl.swift
[2239/2263] Compiling Vapor HTTPHeaderExpires.swift
[2240/2263] Compiling Vapor HTTPHeaderLastModified.swift
[2241/2263] Compiling Vapor HTTPHeaders+Cache.swift
[2242/2263] Compiling Vapor HTTPHeaders+Connection.swift
[2243/2263] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2244/2263] Compiling Vapor HTTPHeaders+ContentRange.swift
[2245/2263] Compiling Vapor HTTPHeaders+Directive.swift
[2246/2263] Compiling Vapor HTTPHeaders+Forwarded.swift
[2247/2263] Compiling Vapor HTTPHeaders+Link.swift
[2248/2263] Compiling Vapor HTTPHeaders+Name.swift
[2249/2263] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2250/2263] Compiling Vapor HTTPHeaders.swift
[2251/2263] Compiling Vapor HTTPMediaType.swift
[2252/2263] Compiling Vapor HTTPMediaTypePreference.swift
[2253/2263] Compiling Vapor Responder.swift
[2254/2263] Compiling Vapor Application+HTTP+Server.swift
[2255/2263] Compiling Vapor HTTPServer.swift
[2256/2263] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2257/2263] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2258/2263] Compiling Vapor HTTPServerHandler.swift
[2259/2263] Compiling Vapor HTTPServerRequestDecoder.swift
[2260/2264] Wrapping AST for Vapor for debugging
[2262/2280] Compiling RelyingPartyServer WellKnownMiddleware.swift
[2263/2280] Compiling RelyingPartyServer Authenticator.swift
[2264/2282] Compiling RelyingPartyServer ISVWebAuthnService.swift
[2265/2282] Compiling RelyingPartyServer WebAuthnService.swift
[2266/2282] Emitting module RelyingPartyServer
[2267/2282] Compiling RelyingPartyServer Server.swift
/host/spi-builder-workspace/Sources/RelyingPartyServer/Server.swift:15:22: warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
13 |         try LoggingSystem.bootstrap(from: &env)
14 |
15 |         let webApp = Application(env)
   |                      `- warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
16 |         defer {
17 |             webApp.shutdown()
/host/spi-builder-workspace/Sources/RelyingPartyServer/Server.swift:17:20: warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
15 |         let webApp = Application(env)
16 |         defer {
17 |             webApp.shutdown()
   |                    `- warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
18 |         }
19 |
/host/spi-builder-workspace/Sources/RelyingPartyServer/Server.swift:83:20: warning: instance method 'run' is unavailable from asynchronous contexts; Use the async execute() method instead.; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
81 |         }
82 |
83 |         try webApp.run()
   |                    `- warning: instance method 'run' is unavailable from asynchronous contexts; Use the async execute() method instead.; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
84 |     }
85 | }
[2268/2282] Compiling RelyingPartyServer ISVAWebAuthnService.swift
/host/spi-builder-workspace/Sources/RelyingPartyServer/Server.swift:15:22: warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
13 |         try LoggingSystem.bootstrap(from: &env)
14 |
15 |         let webApp = Application(env)
   |                      `- warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
16 |         defer {
17 |             webApp.shutdown()
/host/spi-builder-workspace/Sources/RelyingPartyServer/Server.swift:17:20: warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
15 |         let webApp = Application(env)
16 |         defer {
17 |             webApp.shutdown()
   |                    `- warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
18 |         }
19 |
/host/spi-builder-workspace/Sources/RelyingPartyServer/Server.swift:83:20: warning: instance method 'run' is unavailable from asynchronous contexts; Use the async execute() method instead.; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
81 |         }
82 |
83 |         try webApp.run()
   |                    `- warning: instance method 'run' is unavailable from asynchronous contexts; Use the async execute() method instead.; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
84 |     }
85 | }
[2269/2282] Compiling RelyingPartyServer Token.swift
[2270/2282] Compiling RelyingPartyServer User.swift
[2271/2282] Compiling RelyingPartyServer TokenService.swift
[2272/2282] Compiling RelyingPartyServer ISVAUserService.swift
[2273/2282] Compiling RelyingPartyServer Application+Extension.swift
[2274/2282] Compiling RelyingPartyServer Data+Extension.swift
[2275/2282] Compiling RelyingPartyServer DateFormatter+Extension.swift
[2276/2282] Compiling RelyingPartyServer DefaultRoute.swift
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:114:41: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Token' may introduce data races
112 |         let route = routes.grouped("v1")
113 |         // Used for existing accounts with a password resulting in an ROPC to token endpoint.
114 |         route.post("authenticate", use: authenticate)
    |                                         `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Token' may introduce data races
115 |
116 |         // Used to initiate a user sign-up, which also requires the OTP validation.
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:117:35: warning: converting non-sendable function value to '@Sendable (Request) async throws -> OTPChallenge' may introduce data races
115 |
116 |         // Used to initiate a user sign-up, which also requires the OTP validation.
117 |         route.post("signup", use: signup)
    |                                   `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> OTPChallenge' may introduce data races
118 |         route.post("validate", use: validate)
119 |
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:118:37: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Token' may introduce data races
116 |         // Used to initiate a user sign-up, which also requires the OTP validation.
117 |         route.post("signup", use: signup)
118 |         route.post("validate", use: validate)
    |                                     `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Token' may introduce data races
119 |
120 |         // Used to generate a FIDO challenge for attestation and assertion.
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:121:38: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
119 |
120 |         // Used to generate a FIDO challenge for attestation and assertion.
121 |         route.post("challenge", use: challenge)
    |                                      `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
122 |
123 |         // Used to register an authenticator with a FIDO attestation result.
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:124:37: warning: converting non-sendable function value to '@Sendable (Request) async throws -> HTTPStatus' (aka '@Sendable (Request) async throws -> HTTPResponseStatus') may introduce data races
122 |
123 |         // Used to register an authenticator with a FIDO attestation result.
124 |         route.post("register", use: register)
    |                                     `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> HTTPStatus' (aka '@Sendable (Request) async throws -> HTTPResponseStatus') may introduce data races
125 |
126 |         // Used to validate an authenticator with a FIDO assertion result.
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:127:35: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
125 |
126 |         // Used to validate an authenticator with a FIDO assertion result.
127 |         route.post("signin", use: signin)
    |                                   `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
128 |     }
129 | }
[2277/2282] Compiling RelyingPartyServer WellKnownRoute.swift
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:114:41: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Token' may introduce data races
112 |         let route = routes.grouped("v1")
113 |         // Used for existing accounts with a password resulting in an ROPC to token endpoint.
114 |         route.post("authenticate", use: authenticate)
    |                                         `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Token' may introduce data races
115 |
116 |         // Used to initiate a user sign-up, which also requires the OTP validation.
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:117:35: warning: converting non-sendable function value to '@Sendable (Request) async throws -> OTPChallenge' may introduce data races
115 |
116 |         // Used to initiate a user sign-up, which also requires the OTP validation.
117 |         route.post("signup", use: signup)
    |                                   `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> OTPChallenge' may introduce data races
118 |         route.post("validate", use: validate)
119 |
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:118:37: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Token' may introduce data races
116 |         // Used to initiate a user sign-up, which also requires the OTP validation.
117 |         route.post("signup", use: signup)
118 |         route.post("validate", use: validate)
    |                                     `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Token' may introduce data races
119 |
120 |         // Used to generate a FIDO challenge for attestation and assertion.
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:121:38: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
119 |
120 |         // Used to generate a FIDO challenge for attestation and assertion.
121 |         route.post("challenge", use: challenge)
    |                                      `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
122 |
123 |         // Used to register an authenticator with a FIDO attestation result.
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:124:37: warning: converting non-sendable function value to '@Sendable (Request) async throws -> HTTPStatus' (aka '@Sendable (Request) async throws -> HTTPResponseStatus') may introduce data races
122 |
123 |         // Used to register an authenticator with a FIDO attestation result.
124 |         route.post("register", use: register)
    |                                     `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> HTTPStatus' (aka '@Sendable (Request) async throws -> HTTPResponseStatus') may introduce data races
125 |
126 |         // Used to validate an authenticator with a FIDO assertion result.
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:127:35: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
125 |
126 |         // Used to validate an authenticator with a FIDO assertion result.
127 |         route.post("signin", use: signin)
    |                                   `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
128 |     }
129 | }
[2278/2282] Compiling RelyingPartyServer ISVUserService.swift
[2279/2282] Compiling RelyingPartyServer UserService.swift
[2280/2283] Wrapping AST for RelyingPartyServer for debugging
[2281/2283] Write Objects.LinkFileList
[2282/2283] Linking RelyingPartyServer
Build complete! (500.65s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "Relying Party Server",
  "name" : "Relying Party Server",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "RelyingPartyServer",
      "targets" : [
        "RelyingPartyServer"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RelyingPartyServerTests",
      "module_type" : "SwiftTarget",
      "name" : "RelyingPartyServerTests",
      "path" : "Tests/RelyingPartyServerTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "RelyingPartyServerTests.swift"
      ],
      "target_dependencies" : [
        "RelyingPartyServer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RelyingPartyServer",
      "module_type" : "SwiftTarget",
      "name" : "RelyingPartyServer",
      "path" : "Sources/RelyingPartyServer",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "RelyingPartyServer"
      ],
      "sources" : [
        "Extensions/Application+Extension.swift",
        "Extensions/Data+Extension.swift",
        "Extensions/DateFormatter+Extension.swift",
        "Middleware/WellKnownMiddleware.swift",
        "Models/Authenticator.swift",
        "Models/Token.swift",
        "Models/User.swift",
        "Routes/DefaultRoute.swift",
        "Routes/WellKnownRoute.swift",
        "Server.swift",
        "Services/FIDO2/ISVAWebAuthnService.swift",
        "Services/FIDO2/ISVWebAuthnService.swift",
        "Services/FIDO2/WebAuthnService.swift",
        "Services/Token/TokenService.swift",
        "Services/User/ISVAUserService.swift",
        "Services/User/ISVUserService.swift",
        "Services/User/UserService.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.