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 v1.0.4 (b8f504), with Swift 6.1 for Linux on 28 Apr 2025 22:18:02 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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: v1.0.4
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
 * tag               v1.0.4     -> FETCH_HEAD
HEAD is now at b8f504f Fix typos. Update to the EAI response handling. (#5)
Cloned https://github.com/ibm-security-verify/webauthn-relying-party-server-swift.git
Revision (git rev-parse @):
b8f504f3130a6c486d6160f27b6858fded7f4567
SUCCESS checkout https://github.com/ibm-security-verify/webauthn-relying-party-server-swift.git at v1.0.4
========================================
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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.06s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (2.75s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/2596] Fetching websocket-kit
[365/3659] Fetching websocket-kit, swift-service-context
[3660/6867] Fetching websocket-kit, swift-service-context, multipart-kit
[4495/11841] Fetching websocket-kit, swift-service-context, multipart-kit, swift-distributed-tracing
[5179/13546] Fetching websocket-kit, swift-service-context, multipart-kit, swift-distributed-tracing, swift-atomics
[6421/19449] Fetching websocket-kit, swift-service-context, multipart-kit, swift-distributed-tracing, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.48s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.55s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.55s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.56s)
Fetching https://github.com/apple/swift-nio-http2.git
[4234/8004] Fetching websocket-kit, multipart-kit, swift-metrics
[6434/11840] Fetching websocket-kit, multipart-kit, swift-metrics, swift-log
[8276/23332] Fetching websocket-kit, multipart-kit, swift-metrics, swift-log, swift-nio-http2
Fetched https://github.com/apple/swift-metrics.git from cache (0.38s)
[9334/21132] Fetching websocket-kit, multipart-kit, swift-log, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-log.git from cache (0.50s)
Fetching https://github.com/apple/swift-nio.git
[7106/17296] Fetching websocket-kit, multipart-kit, swift-nio-http2
[15790/32089] Fetching websocket-kit, multipart-kit, swift-nio-http2, swift-nio-ssl
[18925/107613] Fetching websocket-kit, multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/vapor/websocket-kit.git from cache (1.75s)
[24277/105017] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.81s)
[24682/101809] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.28s)
[14981/90317] Fetching swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/console-kit.git
[28366/111044] Fetching swift-nio-ssl, swift-nio, routing-kit
[42240/116529] Fetching swift-nio-ssl, swift-nio, routing-kit, console-kit
[50232/122191] Fetching swift-nio-ssl, swift-nio, routing-kit, console-kit, swift-nio-extras
[65555/135975] Fetching swift-nio-ssl, swift-nio, routing-kit, console-kit, swift-nio-extras, swift-crypto
Fetched https://github.com/vapor/console-kit.git from cache (0.40s)
[73710/130490] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-nio-extras, swift-crypto
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.57s)
[76064/124828] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
[82505/127198] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.40s)
[87920/124828] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto
[87921/138683] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (1.33s)
[80271/117956] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.42s)
[73201/103163] Fetching swift-nio, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.20s)
[71183/89308] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.24s)
[72504/75524] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.46s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (7.10s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.86s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.17s)
Fetched https://github.com/apple/swift-collections.git from cache (1.19s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.73s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.52s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.51s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.51s)
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.31s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.90s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.90s)
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/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.27s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.27s)
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.81s)
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.60s)
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.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.78s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.49s)
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.61s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.64s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.67s)
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.77s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.54s)
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.80s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.52s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.21s)
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.80s)
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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-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/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/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.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-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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-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-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-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-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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-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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Building for debugging...
[0/884] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1/884] Compiling a_d2i_fp.cc
[1/884] Write sources
[3/884] Compiling a_octet.cc
[3/884] Write sources
[3/884] Compiling a_dup.cc
[3/884] Write sources
[3/884] Write swift-version-24593BA9C3E375BF.txt
[3/884] Write sources
[51/884] Compiling _NumericsShims _NumericsShims.c
[52/884] Compiling _AtomicsShims.c
[53/884] Compiling a_gentm.cc
[54/884] Compiling CVaporBcrypt blf.c
[54/884] Compiling a_bitstr.cc
[56/884] Compiling CVaporBcrypt bcrypt.c
[57/884] Compiling a_bool.cc
[58/884] Compiling a_strex.cc
[59/901] Compiling CSystem shims.c
[60/911] Compiling CNIOWindows shim.c
[62/956] Emitting module RealModule
[63/957] Emitting module Logging
[64/957] Emitting module SystemPackage
[65/960] Compiling RealModule Real.swift
[66/960] Compiling CoreMetrics Metrics.swift
[67/960] Compiling SystemPackage Constants.swift
[68/960] Compiling SystemPackage Exports.swift
[69/960] Compiling SystemPackage Backcompat.swift
[70/960] Compiling SystemPackage CInterop.swift
[71/960] Emitting module _NIOBase64
[72/962] Compiling _NIOBase64 Base64.swift
[73/963] Compiling SystemPackage FilePathSyntax.swift
[74/963] Compiling SystemPackage FilePathTemp.swift
[75/963] Compiling SystemPackage FilePathComponentView.swift
[76/963] Compiling SystemPackage FilePathComponents.swift
[77/963] Compiling SystemPackage FilePathParsing.swift
[78/963] Compiling SystemPackage FilePathString.swift
[79/963] Compiling _NIODataStructures PriorityQueue.swift
[80/963] Compiling _NIODataStructures _TinyArray.swift
[81/963] Compiling Logging LogHandler.swift
[82/963] Compiling RealModule ElementaryFunctions.swift
[83/963] Compiling RealModule RealFunctions.swift
[84/963] Compiling SystemPackage Util+StringArray.swift
[85/963] Compiling SystemPackage Util.swift
[86/963] Compiling SystemPackage UtilConsumers.swift
[87/963] Compiling SystemPackage Errno.swift
[88/963] Compiling SystemPackage ErrnoWindows.swift
[89/963] Compiling SystemPackage FileDescriptor.swift
[91/963] Compiling SystemPackage FileHelpers.swift
[93/963] Compiling SystemPackage FileOperations.swift
[94/963] Compiling SystemPackage FilePath.swift
[95/963] Emitting module InternalCollectionsUtilities
[96/963] Emitting module ServiceContextModule
[97/963] Compiling ServiceContextModule ServiceContextKey.swift
[98/963] Compiling ServiceContextModule ServiceContext.swift
[99/963] Compiling SystemPackage MachPort.swift
[100/963] Compiling SystemPackage PlatformString.swift
[101/963] Compiling SystemPackage SystemString.swift
[102/964] Compiling RealModule Float80+Real.swift
[105/964] Compiling RealModule Float+Real.swift
[106/964] Compiling RealModule Float16+Real.swift
[121/965] Compiling CNIOWindows WSAStartup.c
[123/965] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[124/965] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[124/966] Wrapping AST for ServiceContextModule for debugging
[125/966] Wrapping AST for _NIOBase64 for debugging
[126/966] Compiling CNIOWASI CNIOWASI.c
[128/972] Compiling CNIOSHA1 c_nio_sha1.c
[129/972] Wrapping AST for RealModule for debugging
[131/972] Compiling Instrumentation Instrument.swift
[131/972] Compiling CNIOLinux shim.c
[133/972] Emitting module Instrumentation
[134/972] Compiling Instrumentation NoOpInstrument.swift
[135/973] Compiling Instrumentation MultiplexInstrument.swift
[136/1100] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[137/1100] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[138/1100] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[139/1100] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[140/1100] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[141/1100] Compiling OrderedCollections OrderedDictionary+Elements.swift
[142/1100] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[143/1100] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[144/1102] Compiling Instrumentation InstrumentationSystem.swift
[145/1102] Compiling Instrumentation Locks.swift
[146/1103] Emitting module _NIODataStructures
[147/1103] Compiling _NIODataStructures Heap.swift
[148/1104] Emitting module CoreMetrics
[149/1104] Compiling CoreMetrics Locks.swift
[150/1104] Compiling OrderedCollections OrderedDictionary+Values.swift
[151/1104] Compiling OrderedCollections OrderedDictionary.swift
[152/1105] Compiling OrderedCollections OrderedSet+Codable.swift
[153/1105] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[154/1105] Compiling Logging Locks.swift
[155/1106] Compiling Logging Logging.swift
[156/1106] Compiling Logging MetadataProvider.swift
[158/1107] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[159/1107] Compiling HeapModule Heap+Descriptions.swift
[164/1107] Compiling HeapModule Heap.swift
[165/1108] Compiling HeapModule _HeapNode.swift
[166/1214] Compiling HeapModule Heap+Invariants.swift
[167/1214] Compiling HeapModule Heap+UnsafeHandle.swift
[168/1214] Emitting module HeapModule
[169/1215] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[170/1215] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[171/1215] Compiling HashTreeCollections TreeDictionary+Keys.swift
[172/1215] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[173/1215] Compiling HashTreeCollections TreeDictionary+Merge.swift
[174/1215] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[175/1215] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[176/1222] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[177/1222] Compiling HashTreeCollections _HashTreeIterator.swift
[178/1222] Compiling HashTreeCollections _HashTreeStatistics.swift
[179/1222] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[180/1222] Compiling HashTreeCollections _RawHashNode.swift
[181/1222] Compiling HashTreeCollections _UnmanagedHashNode.swift
[182/1222] Compiling HashTreeCollections _UnsafePath.swift
[183/1222] Compiling HashTreeCollections _HashNode+Structural union.swift
[184/1222] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[185/1222] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[186/1222] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[188/1224] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[189/1224] Compiling HashTreeCollections _HashNode+Storage.swift
[189/1224] Wrapping AST for _NIODataStructures for debugging
[191/1224] Compiling HashTreeCollections _Bucket.swift
[192/1224] Compiling HashTreeCollections _Hash.swift
[193/1224] Compiling HashTreeCollections _HashLevel.swift
[194/1224] Compiling HashTreeCollections _HashNode+Builder.swift
[195/1224] Compiling HashTreeCollections _HashNode+Debugging.swift
[196/1224] Compiling HashTreeCollections _HashNode+Initializers.swift
[197/1224] Compiling HashTreeCollections _HashNode+Invariants.swift
[198/1224] Compiling HashTreeCollections _HashNode+Lookups.swift
[199/1224] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[200/1224] Compiling HashTreeCollections _HashNode.swift
[201/1224] Compiling Tracing TracingTime.swift
[202/1224] Emitting module Tracing
[203/1224] Compiling HashTreeCollections TreeDictionary+Codable.swift
[204/1224] Compiling HashTreeCollections TreeDictionary+Collection.swift
[205/1224] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[206/1224] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[207/1224] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[208/1224] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[209/1224] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[210/1224] Compiling HashTreeCollections TreeDictionary+Filter.swift
[210/1224] Wrapping AST for SystemPackage for debugging
[212/1224] Compiling Tracing TracerProtocol.swift
[213/1224] Compiling HashTreeCollections _HashNodeHeader.swift
[214/1224] Compiling HashTreeCollections _HashSlot.swift
[215/1224] Compiling HashTreeCollections _HashStack.swift
[216/1224] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[219/1224] Compiling DequeModule _DequeSlot.swift
[220/1224] Compiling DequeModule _UnsafeWrappedBuffer.swift
[221/1224] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[222/1224] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[223/1224] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[224/1224] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[225/1224] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[226/1224] Compiling HashTreeCollections _HashNode+Structural merge.swift
[227/1224] Compiling HashTreeCollections _AncestorHashSlots.swift
[228/1224] Compiling HashTreeCollections _Bitmap.swift
[228/1224] Wrapping AST for Logging for debugging
[230/1224] Compiling Tracing Tracer.swift
[231/1224] Compiling Tracing TracerProtocol+Legacy.swift
[232/1224] Compiling HashTreeCollections TreeSet+Hashable.swift
[233/1224] Compiling HashTreeCollections TreeSet+Sendable.swift
[234/1224] Compiling HashTreeCollections TreeSet+Sequence.swift
[235/1224] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[236/1224] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[237/1224] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[238/1224] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[239/1224] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[240/1224] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[241/1224] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[243/1234] Wrapping AST for InternalCollectionsUtilities for debugging
[253/1243] Wrapping AST for Instrumentation for debugging
[259/1243] Compiling Tracing NoOpTracer.swift
[260/1243] Compiling Tracing SpanProtocol.swift
[261/1243] Compiling Tracing InstrumentationSystem+Tracing.swift
[261/1244] Wrapping AST for HeapModule for debugging
[263/1244] Compiling OrderedCollections OrderedSet+SubSequence.swift
[264/1244] Compiling OrderedCollections OrderedSet+Testing.swift
[265/1244] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[266/1244] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[267/1244] Compiling OrderedCollections OrderedSet.swift
[268/1244] Compiling OrderedCollections _UnsafeBitset.swift
[269/1244] Compiling HashTreeCollections TreeSet+Equatable.swift
[270/1244] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[271/1244] Compiling HashTreeCollections TreeSet+Extras.swift
[272/1244] Compiling HashTreeCollections TreeSet+Filter.swift
[273/1244] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[274/1244] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[285/1244] Compiling OrderedCollections OrderedSet+Sendable.swift
[286/1244] Wrapping AST for CoreMetrics for debugging
[287/1244] Compiling CNIOLinux liburing_shims.c
[289/1244] Emitting module DequeModule
[289/1245] Wrapping AST for Tracing for debugging
[307/1245] Compiling CNIOLLHTTP c_nio_http.c
[309/1245] Compiling _RopeModule _CharacterRecognizer.swift
[310/1245] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[311/1245] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[312/1245] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[313/1245] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[314/1245] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[315/1245] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[316/1245] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[317/1245] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[318/1245] Compiling HashTreeCollections TreeSet.swift
[319/1245] Compiling CNIOLLHTTP c_nio_api.c
[320/1245] Compiling CNIOExtrasZlib empty.c
[321/1245] Compiling CNIODarwin shim.c
[322/1245] Compiling CNIOLLHTTP c_nio_llhttp.c
[323/1245] Wrapping AST for DequeModule for debugging
[331/1245] Compiling fiat_p256_adx_sqr.S
[332/1245] Compiling fiat_p256_adx_mul.S
[333/1245] Compiling fiat_curve25519_adx_square.S
[334/1245] Compiling fiat_curve25519_adx_mul.S
[347/1245] Emitting module OrderedCollections
[347/1246] Compiling CNIOBoringSSLShims shims.c
[350/1246] Emitting module RoutingKit
[351/1246] Emitting module _RopeModule
[352/1246] Compiling RoutingKit Router.swift
[353/1246] Compiling RoutingKit PathComponent.swift
[354/1246] Compiling RoutingKit TrieRouter.swift
[355/1246] Compiling _RopeModule Rope+Join.swift
[356/1246] Compiling _RopeModule Rope+MutatingForEach.swift
[357/1246] Compiling _RopeModule Rope+Remove.swift
[358/1246] Compiling _RopeModule Rope+RemoveSubrange.swift
[359/1246] Compiling _RopeModule Rope+Split.swift
[360/1246] Compiling _RopeModule Optional Utilities.swift
[361/1246] Compiling _RopeModule String Utilities.swift
[362/1246] Compiling _RopeModule String.Index+ABI.swift
[397/1246] Compiling Metrics Metrics.swift
[398/1246] Emitting module Metrics
[399/1247] Compiling RoutingKit AnyRouter.swift
[400/1247] Compiling RoutingKit Parameters.swift
[400/1248] Compiling tls_method.cc
[402/1248] Compiling tls_record.cc
[404/1248] Wrapping AST for OrderedCollections for debugging
[405/1248] Wrapping AST for Metrics for debugging
[406/1248] Wrapping AST for RoutingKit for debugging
[456/1249] Compiling tls13_enc.cc
[458/1249] Compiling tls13_server.cc
[460/1249] Emitting module HashTreeCollections
[461/1250] Wrapping AST for _RopeModule for debugging
[462/1250] Wrapping AST for HashTreeCollections for debugging
[463/1250] Compiling t1_enc.cc
[464/1250] Compiling tls13_both.cc
[465/1250] Compiling tls13_client.cc
[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_session.cc
[471/1250] Compiling ssl_privkey.cc
[472/1250] Compiling ssl_key_share.cc
[473/1250] Compiling ssl_file.cc
[474/1250] Compiling ssl_cipher.cc
[475/1250] Compiling ssl_credential.cc
[476/1250] Compiling ssl_lib.cc
[477/1250] Compiling ssl_cert.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_both.cc
[483/1250] Compiling s3_lib.cc
[484/1250] Compiling handshake_client.cc
[485/1250] Compiling handshake_server.cc
[486/1250] Compiling handshake.cc
[487/1250] Compiling handoff.cc
[488/1250] Compiling encrypted_client_hello.cc
[489/1250] Compiling dtls_method.cc
[490/1250] Compiling md5-x86_64-linux.S
[491/1250] Compiling md5-x86_64-apple.S
[492/1250] Compiling extensions.cc
[493/1250] Compiling dtls_record.cc
[494/1250] Compiling md5-586-linux.S
[495/1250] Compiling md5-586-apple.S
[496/1250] Compiling d1_srtp.cc
[497/1250] Compiling chacha20_poly1305_x86_64-linux.S
[498/1250] Compiling chacha20_poly1305_x86_64-apple.S
[499/1250] Compiling chacha20_poly1305_armv8-win.S
[500/1250] Compiling chacha20_poly1305_armv8-linux.S
[501/1250] Compiling chacha20_poly1305_armv8-apple.S
[502/1250] Compiling chacha-x86_64-apple.S
[503/1250] Compiling chacha-x86_64-linux.S
[504/1250] Compiling chacha-x86-linux.S
[505/1250] Compiling chacha-armv8-win.S
[506/1250] Compiling chacha-x86-apple.S
[506/1250] Compiling d1_pkt.cc
[508/1250] Compiling chacha-armv8-linux.S
[509/1250] Compiling chacha-armv8-apple.S
[510/1250] Compiling err_data.cc
[511/1250] Compiling chacha-armv4-linux.S
[512/1250] Compiling aes128gcmsiv-x86_64-apple.S
[513/1250] Compiling x86_64-mont5-linux.S
[513/1250] Compiling aes128gcmsiv-x86_64-linux.S
[515/1250] Compiling x86_64-mont5-apple.S
[516/1250] Compiling x86_64-mont-linux.S
[517/1250] Compiling x86-mont-apple.S
[518/1250] Compiling x86_64-mont-apple.S
[519/1250] Compiling x86-mont-linux.S
[520/1250] Compiling vpaes-x86_64-linux.S
[521/1250] Compiling vpaes-x86_64-apple.S
[522/1250] Compiling vpaes-x86-apple.S
[523/1250] Compiling vpaes-x86-linux.S
[524/1250] Compiling vpaes-armv7-linux.S
[525/1250] Compiling vpaes-armv8-win.S
[526/1250] Compiling vpaes-armv8-linux.S
[527/1250] Compiling vpaes-armv8-apple.S
[528/1250] Compiling bio_ssl.cc
[529/1250] Compiling sha512-x86_64-linux.S
[530/1250] Compiling sha512-x86_64-apple.S
[531/1250] Compiling sha512-armv8-win.S
[532/1250] Compiling sha512-armv8-apple.S
[533/1250] Compiling sha512-armv8-linux.S
[534/1250] Compiling sha512-586-linux.S
[535/1250] Compiling sha512-armv4-linux.S
[536/1250] Compiling sha512-586-apple.S
[537/1250] Compiling sha256-x86_64-apple.S
[538/1250] Compiling sha256-x86_64-linux.S
[539/1250] Compiling sha256-armv8-linux.S
[540/1250] Compiling sha256-armv8-apple.S
[541/1250] Compiling sha256-armv8-win.S
[542/1250] Compiling sha256-armv4-linux.S
[543/1250] Compiling sha256-586-apple.S
[544/1250] Compiling sha256-586-linux.S
[545/1250] Compiling sha1-armv8-win.S
[546/1250] Compiling sha1-x86_64-linux.S
[547/1250] Compiling sha1-x86_64-apple.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-586-linux.S
[552/1250] Compiling sha1-586-apple.S
[553/1250] Compiling rsaz-avx2-apple.S
[554/1250] Compiling rdrand-x86_64-linux.S
[555/1250] Compiling rsaz-avx2-linux.S
[556/1250] Compiling rdrand-x86_64-apple.S
[557/1250] Compiling p256_beeu-x86_64-asm-apple.S
[558/1250] Compiling p256_beeu-armv8-asm-win.S
[559/1250] Compiling d1_lib.cc
[560/1250] Compiling p256_beeu-x86_64-asm-linux.S
[561/1250] Compiling p256_beeu-armv8-asm-apple.S
[562/1250] Compiling p256_beeu-armv8-asm-linux.S
[563/1250] Compiling p256-x86_64-asm-apple.S
[564/1250] Compiling p256-armv8-asm-win.S
[565/1250] Compiling p256-armv8-asm-linux.S
[566/1250] Compiling p256-armv8-asm-apple.S
[567/1250] Compiling p256-x86_64-asm-linux.S
[568/1250] Compiling ghashv8-armv8-linux.S
[569/1250] Compiling ghashv8-armv8-apple.S
[570/1250] Compiling ghashv8-armv8-win.S
[571/1250] Compiling ghashv8-armv7-linux.S
[572/1250] Compiling ghash-x86-linux.S
[573/1250] Compiling ghash-x86_64-apple.S
[574/1250] Compiling ghash-x86-apple.S
[575/1250] Compiling ghash-ssse3-x86_64-apple.S
[576/1250] Compiling ghash-ssse3-x86-linux.S
[577/1250] Compiling ghash-ssse3-x86_64-linux.S
[578/1250] Compiling ghash-x86_64-linux.S
[579/1250] Compiling ghash-neon-armv8-apple.S
[580/1250] Compiling ghash-neon-armv8-linux.S
[581/1250] Compiling ghash-neon-armv8-win.S
[582/1250] Compiling ghash-ssse3-x86-apple.S
[583/1250] Compiling ghash-armv4-linux.S
[584/1250] Compiling co-586-linux.S
[585/1250] Compiling bn-armv8-win.S
[586/1250] Compiling bsaes-armv7-linux.S
[587/1250] Compiling d1_both.cc
[588/1250] Compiling co-586-apple.S
[589/1250] Compiling bn-armv8-apple.S
[590/1250] Compiling bn-armv8-linux.S
[591/1250] Compiling bn-586-linux.S
[592/1250] Compiling armv8-mont-win.S
[593/1250] Compiling bn-586-apple.S
[594/1250] Compiling armv8-mont-apple.S
[595/1250] Compiling aesv8-gcm-armv8-linux.S
[596/1250] Compiling aesv8-gcm-armv8-win.S
[597/1250] Compiling armv8-mont-linux.S
[598/1250] Compiling aesv8-armv8-win.S
[599/1250] Compiling armv4-mont-linux.S
[600/1250] Compiling aesv8-armv8-linux.S
[601/1250] Compiling aesv8-armv8-apple.S
[602/1250] Compiling aesv8-gcm-armv8-apple.S
[603/1250] Compiling aesni-x86_64-apple.S
[604/1250] Compiling aesni-x86_64-linux.S
[605/1250] Compiling aesni-x86-linux.S
[606/1250] Compiling aesni-x86-apple.S
[606/1250] Compiling aesni-gcm-x86_64-linux.S
[608/1250] Compiling aesv8-armv7-linux.S
[609/1250] Compiling aesni-gcm-x86_64-apple.S
[610/1250] Compiling aes-gcm-avx10-x86_64-linux.S
[611/1250] Compiling aes-gcm-avx10-x86_64-apple.S
[612/1250] Compiling aes-gcm-avx2-x86_64-apple.S
[613/1250] Compiling aes-gcm-avx2-x86_64-linux.S
[614/1250] Compiling x_x509.cc
[615/1250] Compiling x_val.cc
[616/1250] Compiling x_spki.cc
[617/1250] Compiling x_req.cc
[618/1250] Compiling x_sig.cc
[619/1250] Compiling x_x509a.cc
[620/1250] Compiling x_name.cc
[621/1250] Compiling x_pubkey.cc
[622/1250] Compiling x_algor.cc
[623/1250] Compiling x509spki.cc
[624/1250] Compiling x_attrib.cc
[624/1250] Compiling x_all.cc
[624/1250] Compiling x509name.cc
[624/1250] Compiling x_exten.cc
[624/1250] Compiling x_crl.cc
[624/1250] Compiling x509rset.cc
[630/1250] Compiling x509cset.cc
[631/1250] Compiling x509_vpm.cc
[632/1250] Compiling x509_req.cc
[633/1250] Compiling x509_trs.cc
[634/1250] Compiling x509_set.cc
[635/1250] Compiling x509_txt.cc
[636/1250] Compiling x509_vfy.cc
[637/1250] Compiling x509_v3.cc
[638/1250] Compiling x509_obj.cc
[639/1250] Compiling x509_lu.cc
[640/1250] Compiling x509_d2.cc
[641/1250] Compiling x509.cc
[642/1250] Compiling x509_att.cc
[643/1250] Compiling x509_cmp.cc
[644/1250] Compiling x509_def.cc
[645/1250] Compiling x509_ext.cc
[646/1250] Compiling v3_utl.cc
[647/1250] Compiling v3_purp.cc
[648/1250] Compiling v3_prn.cc
[649/1250] Compiling v3_pcons.cc
[650/1250] Compiling v3_skey.cc
[651/1250] Compiling v3_pmaps.cc
[652/1250] Compiling v3_ocsp.cc
[653/1250] Compiling v3_ncons.cc
[654/1250] Compiling v3_int.cc
[655/1250] Compiling v3_lib.cc
[656/1250] Compiling v3_genn.cc
[657/1250] Compiling v3_ia5.cc
[658/1250] Compiling v3_enum.cc
[659/1250] Compiling v3_extku.cc
[660/1250] Compiling v3_crld.cc
[661/1250] Compiling v3_conf.cc
[662/1250] Compiling v3_info.cc
[663/1250] Compiling v3_cpols.cc
[664/1250] Compiling t_x509a.cc
[665/1250] Compiling v3_bcons.cc
[666/1250] Compiling v3_bitst.cc
[667/1250] Compiling v3_akeya.cc
[668/1250] Compiling v3_alt.cc
[669/1250] Compiling v3_akey.cc
[670/1250] Compiling t_x509.cc
[671/1250] Compiling t_req.cc
[672/1250] Compiling t_crl.cc
[673/1250] Compiling i2d_pr.cc
[674/1250] Compiling name_print.cc
[675/1250] Compiling rsa_pss.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 thread_win.cc
[684/1250] Compiling a_digest.cc
[685/1250] Compiling a_sign.cc
[686/1250] Compiling thread_pthread.cc
[687/1250] Compiling trust_token.cc
[688/1250] Compiling thread.cc
[689/1250] Compiling thread_none.cc
[690/1250] Compiling sha512.cc
[691/1250] Compiling pmbtoken.cc
[692/1250] Compiling stack.cc
[693/1250] Compiling siphash.cc
[694/1250] Compiling sha256.cc
[695/1250] Compiling sha1.cc
[696/1250] Compiling slhdsa.cc
[697/1250] Compiling spake2plus.cc
[698/1250] Compiling rsa_extra.cc
[699/1250] Compiling rsa_print.cc
[700/1250] Compiling refcount.cc
[701/1250] Compiling rsa_crypt.cc
[702/1250] Compiling windows.cc
[703/1250] Compiling rc4.cc
[704/1250] Compiling rsa_asn1.cc
[705/1250] Compiling urandom.cc
[706/1250] Compiling rand.cc
[707/1250] Compiling trusty.cc
[708/1250] Compiling fork_detect.cc
[709/1250] Compiling poly1305_arm_asm.S
[710/1250] Compiling ios.cc
[711/1250] Compiling poly1305_vec.cc
[712/1250] Compiling deterministic.cc
[713/1250] Compiling getentropy.cc
[714/1250] Compiling poly1305.cc
[715/1250] Compiling passive.cc
[716/1250] Compiling forkunsafe.cc
[717/1250] Compiling pool.cc
[718/1250] Compiling poly1305_arm.cc
[719/1250] Compiling pkcs7.cc
[720/1250] Compiling pkcs8_x509.cc
[721/1250] Compiling p5_pbev2.cc
[722/1250] Compiling pkcs8.cc
[723/1250] Compiling pkcs7_x509.cc
[724/1250] Compiling pem_xaux.cc
[725/1250] Compiling pem_pkey.cc
[726/1250] Compiling pem_x509.cc
[727/1250] Compiling pem_oth.cc
[728/1250] Compiling mlkem.cc
[729/1250] Compiling obj_xref.cc
[730/1250] Compiling pem_lib.cc
[731/1250] Compiling pem_pk8.cc
[732/1250] Compiling mldsa.cc
[733/1250] Compiling pem_info.cc
[734/1250] Compiling obj.cc
[735/1250] Compiling mem.cc
[736/1250] Compiling poly_rq_mul.S
[737/1250] Compiling fips_shared_support.cc
[738/1250] Compiling lhash.cc
[739/1250] Compiling md5.cc
[740/1250] Compiling md4.cc
[741/1250] Compiling pem_all.cc
[742/1250] Compiling hrss.cc
[743/1250] Compiling ex_data.cc
[744/1250] Compiling scrypt.cc
[745/1250] Compiling sign.cc
[746/1250] Compiling hpke.cc
[747/1250] Compiling kyber.cc
[748/1250] Compiling print.cc
[749/1250] Compiling pbkdf.cc
[750/1250] Compiling p_x25519.cc
[751/1250] Compiling p_x25519_asn1.cc
[752/1250] Compiling p_rsa.cc
[753/1250] Compiling p_rsa_asn1.cc
[754/1250] Compiling p_hkdf.cc
[755/1250] Compiling p_ed25519.cc
[756/1250] Compiling p_ec.cc
[757/1250] Compiling p_ed25519_asn1.cc
[758/1250] Compiling p_dh_asn1.cc
[759/1250] Compiling p_dh.cc
[760/1250] Compiling p_ec_asn1.cc
[761/1250] Compiling evp_ctx.cc
[762/1250] Compiling p_dsa_asn1.cc
[763/1250] Compiling evp.cc
[764/1250] Compiling err.cc
[765/1250] Compiling engine.cc
[766/1250] Compiling evp_asn1.cc
[767/1250] Compiling ecdh.cc
[768/1250] Compiling ec_derive.cc
[769/1250] Compiling hash_to_curve.cc
[770/1250] Compiling ecdsa_asn1.cc
[771/1250] Compiling dsa.cc
[772/1250] Compiling dsa_asn1.cc
[773/1250] Compiling ec_asn1.cc
[774/1250] Compiling params.cc
[775/1250] Compiling des.cc
[776/1250] Compiling x25519-asm-arm.S
[777/1250] Compiling digest_extra.cc
[778/1250] Compiling dh_asn1.cc
[779/1250] Compiling spake25519.cc
[780/1250] Compiling cpu_intel.cc
[781/1250] Compiling crypto.cc
[782/1250] Compiling cpu_arm_linux.cc
[783/1250] Compiling curve25519.cc
[784/1250] Compiling cpu_arm_freebsd.cc
[785/1250] Compiling cpu_aarch64_openbsd.cc
[786/1250] Compiling cpu_aarch64_win.cc
[787/1250] Compiling bcm.cc
[788/1250] Compiling cpu_aarch64_sysreg.cc
[789/1250] Compiling cpu_aarch64_fuchsia.cc
[790/1250] Compiling cpu_aarch64_linux.cc
[791/1250] Compiling curve25519_64_adx.cc
[792/1250] Compiling cpu_aarch64_apple.cc
[793/1250] Compiling get_cipher.cc
[794/1250] Compiling tls_cbc.cc
[795/1250] Compiling conf.cc
[796/1250] Compiling e_rc4.cc
[797/1250] Compiling e_tls.cc
[798/1250] Compiling e_rc2.cc
[799/1250] Compiling e_null.cc
[800/1250] Compiling e_des.cc
[801/1250] Compiling e_chacha20poly1305.cc
[802/1250] Compiling derive_key.cc
[803/1250] Compiling e_aesctrhmac.cc
[804/1250] Compiling e_aesgcmsiv.cc
[805/1250] Compiling chacha.cc
[806/1250] Compiling unicode.cc
[807/1250] Compiling buf.cc
[808/1250] Compiling cbb.cc
[809/1250] Compiling cbs.cc
[810/1250] Compiling ber.cc
[811/1250] Compiling asn1_compat.cc
[812/1250] Compiling blake2.cc
[813/1250] Compiling bn_asn1.cc
[814/1250] Compiling convert.cc
[815/1250] Compiling socket_helper.cc
[816/1250] Compiling socket.cc
[817/1250] Compiling printf.cc
[818/1250] Compiling hexdump.cc
[819/1250] Compiling pair.cc
[820/1250] Compiling file.cc
[821/1250] Compiling fd.cc
[822/1250] Compiling errno.cc
[823/1250] Compiling bio_mem.cc
[824/1250] Compiling connect.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 posix_time.cc
[832/1250] Compiling f_string.cc
[833/1250] Compiling tasn_new.cc
[834/1250] Compiling f_int.cc
[835/1250] Compiling asn_pack.cc
[836/1250] Compiling tasn_dec.cc
[837/1250] Compiling asn1_par.cc
[838/1250] Compiling a_octet.cc
[839/1250] Compiling a_type.cc
[840/1250] Compiling asn1_lib.cc
[841/1250] Compiling a_utctm.cc
[842/1250] Compiling a_time.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_gentm.cc
[850/1250] Compiling a_int.cc
[851/1250] Compiling a_d2i_fp.cc
[852/1250] Compiling fiat_p256_adx_sqr.S
[853/1250] Compiling fiat_p256_adx_mul.S
[854/1250] Compiling fiat_curve25519_adx_square.S
[855/1250] Compiling fiat_curve25519_adx_mul.S
[856/1250] Compiling md5-x86_64-linux.S
[857/1250] Compiling md5-x86_64-apple.S
[858/1250] Compiling md5-586-linux.S
[859/1250] Compiling md5-586-apple.S
[860/1250] Compiling a_bitstr.cc
[861/1250] Compiling chacha20_poly1305_x86_64-linux.S
[862/1250] Compiling chacha20_poly1305_x86_64-apple.S
[863/1250] Compiling chacha20_poly1305_armv8-win.S
[864/1250] Compiling a_bool.cc
[865/1250] Compiling chacha20_poly1305_armv8-apple.S
[866/1250] Compiling chacha20_poly1305_armv8-linux.S
[867/1250] Compiling chacha-x86_64-linux.S
[868/1250] Compiling chacha-x86_64-apple.S
[869/1250] Compiling CCryptoBoringSSLShims shims.c
[870/1250] Compiling chacha-x86-apple.S
[871/1250] Compiling chacha-x86-linux.S
[872/1250] Compiling chacha-armv8-win.S
[873/1250] Compiling chacha-armv4-linux.S
[874/1250] Compiling chacha-armv8-apple.S
[875/1250] Compiling chacha-armv8-linux.S
[876/1250] Compiling err_data.cc
[877/1250] Compiling aes128gcmsiv-x86_64-linux.S
[878/1250] Compiling aes128gcmsiv-x86_64-apple.S
[879/1250] Compiling x86_64-mont5-linux.S
[880/1250] Compiling x86_64-mont-linux.S
[881/1250] Compiling x86_64-mont5-apple.S
[882/1250] Compiling x86-mont-apple.S
[883/1250] Compiling x86_64-mont-apple.S
[883/1250] Compiling vpaes-x86_64-linux.S
[885/1250] Compiling vpaes-x86_64-apple.S
[886/1250] Compiling x86-mont-linux.S
[887/1250] Compiling vpaes-x86-apple.S
[888/1250] Compiling vpaes-x86-linux.S
[889/1250] Compiling vpaes-armv8-linux.S
[890/1250] Compiling vpaes-armv8-win.S
[891/1250] Compiling vpaes-armv8-apple.S
[891/1250] Compiling vpaes-armv7-linux.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-armv8-linux.S
[897/1250] Compiling sha512-armv8-apple.S
[898/1250] Compiling sha512-armv4-linux.S
[899/1250] Compiling sha512-586-apple.S
[900/1250] Compiling sha512-586-linux.S
[901/1250] Compiling sha256-x86_64-apple.S
[902/1250] Compiling sha256-armv8-win.S
[903/1250] Compiling sha256-x86_64-linux.S
[904/1250] Compiling sha256-armv8-linux.S
[905/1250] Compiling sha256-armv8-apple.S
[906/1250] Compiling sha256-586-apple.S
[907/1250] Compiling sha256-586-linux.S
[908/1250] Compiling sha256-armv4-linux.S
[909/1250] Compiling sha1-x86_64-linux.S
[910/1250] Compiling sha1-x86_64-apple.S
[911/1250] Compiling sha1-armv8-win.S
[912/1250] Compiling sha1-armv8-linux.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 sha1-586-apple.S
[917/1250] Compiling rsaz-avx2-linux.S
[918/1250] Compiling rsaz-avx2-apple.S
[919/1250] Compiling rdrand-x86_64-apple.S
[920/1250] Compiling rdrand-x86_64-linux.S
[921/1250] Compiling p256_beeu-x86_64-asm-apple.S
[922/1250] Compiling p256_beeu-x86_64-asm-linux.S
[923/1250] Compiling p256_beeu-armv8-asm-win.S
[924/1250] Compiling p256_beeu-armv8-asm-linux.S
[925/1250] Compiling p256_beeu-armv8-asm-apple.S
[926/1250] Compiling p256-x86_64-asm-linux.S
[927/1250] Compiling p256-armv8-asm-win.S
[928/1250] Compiling p256-x86_64-asm-apple.S
[929/1250] Compiling p256-armv8-asm-apple.S
[930/1250] Compiling ghashv8-armv8-win.S
[931/1250] Compiling p256-armv8-asm-linux.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-linux.S
[936/1250] Compiling ghash-x86_64-apple.S
[937/1250] Compiling ghash-x86-linux.S
[938/1250] Compiling ghash-x86-apple.S
[939/1250] Compiling ghash-ssse3-x86_64-apple.S
[940/1250] Compiling ghash-ssse3-x86_64-linux.S
[941/1250] Compiling ghash-ssse3-x86-linux.S
[942/1250] Compiling ghash-ssse3-x86-apple.S
[943/1250] Compiling ghash-neon-armv8-linux.S
[944/1250] Compiling ghash-neon-armv8-win.S
[945/1250] Compiling ghash-armv4-linux.S
[946/1250] Compiling ghash-neon-armv8-apple.S
[947/1250] Compiling co-586-linux.S
[948/1250] Compiling bsaes-armv7-linux.S
[949/1250] Compiling co-586-apple.S
[950/1250] Compiling bn-armv8-apple.S
[951/1250] Compiling bn-armv8-win.S
[952/1250] Compiling bn-armv8-linux.S
[953/1250] Compiling bn-586-apple.S
[954/1250] Compiling bn-586-linux.S
[955/1250] Compiling armv8-mont-win.S
[956/1250] Compiling aesv8-gcm-armv8-win.S
[957/1250] Compiling armv8-mont-linux.S
[958/1250] Compiling armv4-mont-linux.S
[959/1250] Compiling armv8-mont-apple.S
[960/1250] Compiling aesv8-gcm-armv8-linux.S
[961/1250] Compiling aesv8-gcm-armv8-apple.S
[962/1250] Compiling aesv8-armv8-linux.S
[963/1250] Compiling aesv8-armv8-win.S
[964/1250] Compiling aesv8-armv7-linux.S
[965/1250] Compiling aesv8-armv8-apple.S
[966/1250] Compiling aesni-x86_64-linux.S
[967/1250] Compiling aesni-x86_64-apple.S
[968/1250] Compiling aesni-x86-linux.S
[969/1250] Compiling aesni-gcm-x86_64-linux.S
[970/1250] Compiling aesni-x86-apple.S
[971/1250] Compiling aesni-gcm-x86_64-apple.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_spki.cc
[975/1250] Compiling x_val.cc
[976/1250] Compiling x_sig.cc
[977/1250] Compiling x_x509a.cc
[978/1250] Compiling x_req.cc
[979/1250] Compiling x_x509.cc
[980/1250] Compiling c-nioatomics.c
[981/1250] Compiling x_exten.cc
[982/1250] Compiling x_pubkey.cc
[983/1250] Compiling x_crl.cc
[984/1250] Compiling x_name.cc
[985/1250] Compiling x_attrib.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/1256] Compiling x509name.cc
[992/1256] Compiling x509_vpm.cc
[993/1256] Compiling x509cset.cc
[994/1256] Compiling x509_vfy.cc
[995/1256] Compiling x509_v3.cc
[997/1256] Compiling NIOConcurrencyHelpers lock.swift
[997/1256] Compiling x509_txt.cc
[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
[1005/1257] Compiling x509_set.cc
[1006/1257] Compiling x509_obj.cc
[1007/1257] Compiling x509_req.cc
[1008/1257] Wrapping AST for NIOConcurrencyHelpers for debugging
[1009/1283] Compiling x509_ext.cc
[1010/1283] Compiling x509_lu.cc
[1011/1283] Compiling x509_def.cc
[1013/1283] Compiling ConsoleKitTerminal Console+Wait.swift
[1014/1283] Compiling ConsoleKitTerminal ConsoleColor.swift
[1015/1283] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1016/1286] Compiling ConsoleKitTerminal Console+Confirm.swift
[1017/1286] Compiling ConsoleKitTerminal Console+Input.swift
[1018/1286] Compiling ConsoleKitTerminal Console+Center.swift
[1019/1286] Compiling ConsoleKitTerminal Console+Output.swift
[1020/1286] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1021/1286] Compiling ConsoleKitTerminal ConsoleClear.swift
[1022/1286] Compiling ConsoleKitTerminal Console+Ask.swift
[1023/1286] Compiling ConsoleKitTerminal Console+Choose.swift
[1024/1286] Emitting module ConsoleKitTerminal
[1024/1286] Compiling x509_d2.cc
[1026/1286] Compiling ConsoleKitTerminal ActivityBar.swift
[1027/1286] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1028/1286] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1029/1286] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1030/1286] Compiling ConsoleKitTerminal CustomActivity.swift
[1031/1286] Compiling ConsoleKitTerminal LoadingBar.swift
[1032/1286] Compiling ConsoleKitTerminal ProgressBar.swift
[1033/1286] Compiling ConsoleKitTerminal Console+Clear.swift
[1033/1286] Compiling x509_cmp.cc
[1034/1286] Compiling x509_att.cc
[1035/1286] Compiling x509.cc
[1037/1286] Compiling ConsoleKitTerminal Console.swift
[1038/1286] Compiling ConsoleKitTerminal Terminal.swift
[1039/1286] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1040/1286] Compiling ConsoleKitTerminal ConsoleText.swift
[1041/1286] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1042/1286] Compiling ConsoleKitTerminal ANSI.swift
[1042/1286] Compiling v3_skey.cc
[1043/1286] Compiling v3_utl.cc
[1044/1286] Compiling v3_purp.cc
[1046/1286] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1047/1286] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1048/1286] Compiling ConsoleKitTerminal LoggerFragment.swift
[1048/1287] Compiling v3_prn.cc
[1050/1287] Compiling v3_pmaps.cc
[1051/1287] Compiling v3_pcons.cc
[1052/1287] Compiling v3_ocsp.cc
[1053/1288] Wrapping AST for ConsoleKitTerminal for debugging
[1054/1309] Compiling v3_lib.cc
[1055/1309] Compiling v3_ncons.cc
[1056/1309] Compiling v3_int.cc
[1057/1309] Compiling v3_info.cc
[1059/1309] Compiling ConsoleKitCommands CommandSignature.swift
[1060/1309] Compiling ConsoleKitCommands Flag.swift
[1061/1309] Compiling ConsoleKitCommands Option.swift
[1061/1311] Compiling v3_ia5.cc
[1063/1311] Compiling ConsoleKitCommands Command.swift
[1064/1311] Compiling ConsoleKitCommands CommandContext.swift
[1065/1311] Compiling ConsoleKitCommands CommandError.swift
[1066/1311] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1067/1311] Compiling ConsoleKitCommands AsyncCommand.swift
[1068/1311] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1069/1311] Emitting module ConsoleKitCommands
[1070/1311] Compiling ConsoleKitCommands AsyncCommands.swift
[1071/1311] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1072/1311] Compiling ConsoleKitCommands AnyCommand.swift
[1073/1311] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1074/1311] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1075/1311] Compiling ConsoleKitCommands Argument.swift
[1075/1311] Compiling v3_genn.cc
[1077/1311] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1078/1311] Compiling ConsoleKitCommands Utilities.swift
[1078/1311] Compiling v3_extku.cc
[1079/1311] Compiling v3_enum.cc
[1080/1311] Compiling v3_crld.cc
[1081/1311] Compiling v3_cpols.cc
[1082/1311] Compiling v3_conf.cc
[1083/1311] Compiling v3_bitst.cc
[1084/1311] Compiling v3_bcons.cc
[1085/1311] Compiling v3_alt.cc
[1087/1311] Compiling ConsoleKitCommands Console+Run.swift
[1088/1311] Compiling ConsoleKitCommands ConsoleError.swift
[1089/1311] Compiling ConsoleKitCommands Completion.swift
[1090/1311] Compiling ConsoleKitCommands CommandGroup.swift
[1091/1311] Compiling ConsoleKitCommands CommandInput.swift
[1092/1311] Compiling ConsoleKitCommands Commands.swift
[1092/1312] Compiling v3_akey.cc
[1093/1312] Compiling v3_akeya.cc
[1095/1312] Compiling t_x509a.cc
[1096/1312] Compiling t_x509.cc
[1097/1314] Wrapping AST for ConsoleKitCommands for debugging
[1098/1314] Compiling t_req.cc
[1100/1314] Compiling ConsoleKit Exports.swift
[1101/1314] Emitting module ConsoleKit
[1102/1315] Compiling t_crl.cc
[1103/1315] Compiling i2d_pr.cc
[1104/1315] Wrapping AST for ConsoleKit for debugging
[1105/1315] Compiling rsa_pss.cc
[1106/1315] Compiling policy.cc
[1107/1315] Compiling name_print.cc
[1108/1315] Compiling by_dir.cc
[1109/1315] Compiling by_file.cc
[1110/1315] Compiling algorithm.cc
[1111/1315] Compiling voprf.cc
[1112/1315] Compiling a_verify.cc
[1113/1315] Compiling asn1_gen.cc
[1114/1315] Compiling a_digest.cc
[1115/1315] Compiling a_sign.cc
[1116/1315] Compiling thread_win.cc
[1117/1315] Compiling trust_token.cc
[1118/1315] Compiling thread_pthread.cc
[1119/1315] Compiling pmbtoken.cc
[1120/1315] Compiling thread.cc
[1121/1315] Compiling thread_none.cc
[1122/1315] Compiling wots.cc
[1123/1315] Compiling stack.cc
[1124/1315] Compiling merkle.cc
[1125/1315] Compiling thash.cc
[1126/1315] Compiling siphash.cc
[1127/1315] Compiling slhdsa.cc
[1128/1315] Compiling sha512.cc
[1129/1315] Compiling fors.cc
[1130/1315] Compiling sha256.cc
[1131/1315] Compiling sha1.cc
[1132/1315] Compiling rsa_print.cc
[1133/1315] Compiling rc4.cc
[1134/1315] Compiling rsa_extra.cc
[1135/1315] Compiling refcount.cc
[1136/1315] Compiling rsa_asn1.cc
[1137/1315] Compiling rsa_crypt.cc
[1138/1315] Compiling windows.cc
[1139/1315] Compiling urandom.cc
[1140/1315] Compiling trusty.cc
[1141/1315] Compiling rand_extra.cc
[1142/1315] Compiling passive.cc
[1143/1315] Compiling ios.cc
[1144/1315] Compiling poly1305_arm_asm.S
[1145/1315] Compiling getentropy.cc
[1146/1315] Compiling forkunsafe.cc
[1147/1315] Compiling fork_detect.cc
[1148/1315] Compiling deterministic.cc
[1149/1315] Compiling poly1305_arm.cc
[1150/1315] Compiling poly1305.cc
[1151/1315] Compiling pool.cc
[1152/1315] Compiling poly1305_vec.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_x509.cc
[1160/1315] Compiling pem_pkey.cc
[1161/1315] Compiling pem_pk8.cc
[1162/1315] Compiling obj_xref.cc
[1163/1315] Compiling pem_oth.cc
[1164/1315] Compiling pem_info.cc
[1165/1315] Compiling pem_lib.cc
[1166/1315] Compiling obj.cc
[1167/1315] Compiling mlkem.cc
[1168/1315] Compiling pem_all.cc
[1169/1315] Compiling mldsa.cc
[1170/1315] Compiling poly_rq_mul.S
[1171/1315] Compiling fips_shared_support.cc
[1172/1315] Compiling mem.cc
[1173/1315] Compiling md5.cc
[1174/1315] Compiling md4.cc
[1175/1315] Compiling lhash.cc
[1176/1315] Compiling kyber.cc
[1177/1315] Compiling hpke.cc
[1178/1315] Compiling ex_data.cc
[1179/1315] Compiling hrss.cc
[1180/1315] Compiling sign.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.cc
[1194/1315] Compiling p_dsa_asn1.cc
[1195/1315] Compiling p_dh_asn1.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 ecdsa_asn1.cc
[1202/1315] Compiling hash_to_curve.cc
[1203/1315] Compiling ecdh_extra.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 digest_extra.cc
[1209/1315] Compiling params.cc
[1210/1315] Compiling x25519-asm-arm.S
[1211/1315] Compiling dh_asn1.cc
[1212/1315] Compiling des.cc
[1213/1315] Compiling spake25519.cc
[1214/1315] Compiling cpu_arm_linux.cc
[1215/1315] Compiling crypto.cc
[1216/1315] Compiling cpu_intel.cc
[1217/1315] Compiling cpu_arm_freebsd.cc
[1218/1315] Compiling curve25519.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_linux.cc
[1223/1315] Compiling cpu_aarch64_fuchsia.cc
[1224/1315] Compiling cpu_aarch64_apple.cc
[1225/1315] Compiling curve25519_64_adx.cc
[1226/1315] Compiling bcm.cc
[1227/1315] Compiling conf.cc
[1228/1315] Compiling tls_cbc.cc
[1229/1315] Compiling e_tls.cc
[1230/1315] Compiling e_rc4.cc
[1231/1315] Compiling e_null.cc
[1232/1315] Compiling e_des.cc
[1233/1315] Compiling e_rc2.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 chacha.cc
[1240/1315] Compiling unicode.cc
[1241/1315] Compiling ber.cc
[1242/1315] Compiling cbb.cc
[1243/1315] Compiling cbs.cc
[1244/1315] Compiling asn1_compat.cc
[1245/1315] Compiling buf.cc
[1246/1315] Compiling bn_asn1.cc
[1247/1315] Compiling convert.cc
[1248/1315] Compiling blake2.cc
[1249/1315] Compiling printf.cc
[1250/1315] Compiling hexdump.cc
[1251/1315] Compiling pair.cc
[1252/1315] Compiling file.cc
[1253/1315] Compiling fd.cc
[1254/1315] Compiling errno.cc
[1255/1315] Compiling bio_mem.cc
[1256/1315] Compiling base64.cc
[1257/1315] Compiling bio.cc
[1258/1315] Compiling tasn_typ.cc
[1259/1315] Compiling tasn_utl.cc
[1260/1315] Compiling tasn_new.cc
[1261/1315] Compiling tasn_fre.cc
[1262/1315] Compiling tasn_enc.cc
[1263/1315] Compiling f_string.cc
[1264/1315] Compiling posix_time.cc
[1265/1315] Compiling tasn_dec.cc
[1266/1315] Compiling f_int.cc
[1267/1315] Compiling asn_pack.cc
[1268/1315] Compiling asn1_par.cc
[1269/1315] Compiling asn1_lib.cc
[1270/1315] Compiling a_utctm.cc
[1271/1315] Write sources
[1272/1315] Compiling a_type.cc
[1272/1315] Write sources
[1277/1315] Compiling a_time.cc
[1278/1315] Compiling a_strnid.cc
[1279/1315] Compiling a_object.cc
[1280/1315] Compiling a_mbstr.cc
[1281/1412] Compiling a_i2d_fp.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/1418] Compiling Algorithms Partition.swift
[1289/1418] Compiling Algorithms Permutations.swift
[1290/1422] Compiling Algorithms FlattenCollection.swift
[1291/1422] Compiling Algorithms Grouped.swift
[1292/1422] Compiling Algorithms Indexed.swift
[1293/1422] Compiling Algorithms Intersperse.swift
[1297/1429] Compiling Atomics IntegerOperations.swift
[1298/1429] Compiling Atomics Unmanaged extensions.swift
[1299/1429] Compiling BitCollections BitSet+Initializers.swift
[1300/1429] Compiling BitCollections BitSet+Invariants.swift
[1301/1429] Compiling BitCollections BitSet+Random.swift
[1302/1429] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1303/1429] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1304/1429] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1305/1429] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1306/1429] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1307/1429] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1308/1429] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1309/1429] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1310/1429] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1311/1429] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1312/1429] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1313/1429] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1314/1429] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1315/1429] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1316/1429] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1317/1429] Compiling BitCollections BitSet+SetAlgebra union.swift
[1318/1429] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1319/1429] Compiling BitCollections BitSet.Counted.swift
[1322/1429] Compiling Algorithms Suffix.swift
[1323/1432] Compiling Algorithms RandomSample.swift
[1324/1432] Compiling Algorithms Reductions.swift
[1325/1432] Compiling Algorithms Rotate.swift
[1326/1432] Compiling CryptoBoringWrapper RandomBytes.swift
[1327/1432] Compiling Algorithms AdjacentPairs.swift
[1328/1432] Compiling Algorithms Chain.swift
[1329/1432] Compiling Algorithms Chunked.swift
[1330/1432] Compiling Algorithms Combinations.swift
[1331/1432] Compiling Algorithms Compacted.swift
[1332/1432] Compiling Algorithms Cycle.swift
[1333/1432] Compiling Algorithms EitherSequence.swift
[1334/1432] Compiling Algorithms FirstNonNil.swift
[1335/1432] Compiling BitCollections BitSet.Index.swift
[1336/1432] Compiling BitCollections BitSet._UnsafeHandle.swift
[1337/1432] Compiling BitCollections BitSet.swift
[1338/1432] Compiling BitCollections Range+Utilities.swift
[1339/1432] Compiling BitCollections Slice+Utilities.swift
[1340/1432] Compiling BitCollections UInt+Tricks.swift
[1341/1432] Compiling BitCollections _Word.swift
[1350/1432] Emitting module BitCollections
[1352/1432] Compiling Algorithms Trim.swift
[1353/1432] Compiling Algorithms Unique.swift
[1354/1432] Compiling Algorithms Windows.swift
[1355/1432] Compiling BitCollections BitArray+Hashable.swift
[1356/1432] Compiling BitCollections BitArray+Initializers.swift
[1357/1432] Compiling BitCollections BitArray+Invariants.swift
[1358/1432] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1365/1433] Compiling CryptoBoringWrapper EllipticCurve.swift
[1366/1433] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1371/1433] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1377/1433] Emitting module CryptoBoringWrapper
[1378/1433] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1379/1433] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1380/1433] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1380/1433] Wrapping AST for BitCollections for debugging
[1386/1436] Emitting module Collections
[1387/1436] Compiling Collections Collections.swift
[1387/1436] Wrapping AST for CryptoBoringWrapper for debugging
[1390/1508] Emitting module Atomics
[1391/1508] Compiling Crypto AES-GCM.swift
[1392/1508] Compiling Crypto AES-GCM_boring.swift
[1393/1508] Compiling Crypto ChaChaPoly_boring.swift
[1394/1508] Compiling Crypto ChaChaPoly.swift
[1394/1508] Wrapping AST for Collections for debugging
[1396/1508] Compiling Crypto ASN1Boolean.swift
[1397/1508] Compiling Crypto PKCS8PrivateKey.swift
[1398/1508] Compiling Crypto SEC1PrivateKey.swift
[1402/1508] Compiling Crypto ASN1.swift
[1403/1508] Compiling Crypto ASN1Any.swift
[1404/1508] Compiling Crypto ASN1BitString.swift
[1406/1508] Compiling Crypto Cipher.swift
[1407/1508] Compiling Crypto Nonces.swift
[1408/1509] Wrapping AST for Atomics for debugging
[1410/1568] Compiling NIOCore AsyncChannelHandler.swift
[1411/1568] Compiling NIOCore AsyncChannelInboundStream.swift
[1412/1568] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1413/1568] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1414/1568] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1415/1568] Compiling NIOCore NIOAsyncWriter.swift
[1416/1568] Compiling NIOCore ChannelPipeline.swift
[1417/1568] Compiling NIOCore CircularBuffer.swift
[1418/1568] Compiling NIOCore Codec.swift
[1419/1568] Compiling NIOCore ConvenienceOptionSupport.swift
[1420/1577] Emitting module Algorithms
[1421/1578] Wrapping AST for Algorithms for debugging
[1423/1578] Compiling Crypto SymmetricKeys.swift
[1424/1578] Compiling Crypto HMAC.swift
[1425/1578] Compiling Crypto MACFunctions.swift
[1426/1578] Compiling Crypto MessageAuthenticationCode.swift
[1427/1578] Compiling Crypto AES.swift
[1428/1578] Compiling Crypto ECDSASignature_boring.swift
[1429/1578] Compiling Crypto ECDSA_boring.swift
[1430/1578] Compiling Crypto EdDSA_boring.swift
[1431/1578] Compiling Crypto ECDSA.swift
[1432/1578] Compiling Crypto Ed25519.swift
[1433/1578] Compiling NIOCore MarkedCircularBuffer.swift
[1434/1578] Compiling NIOCore MulticastChannel.swift
[1435/1578] Compiling NIOCore NIOAny.swift
[1436/1578] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1437/1578] Compiling NIOCore NIOLoopBound.swift
[1438/1578] Compiling NIOCore NIOScheduledCallback.swift
[1439/1578] Compiling NIOCore NIOSendable.swift
[1440/1578] Compiling NIOCore RecvByteBufferAllocator.swift
[1441/1578] Compiling Crypto NISTCurvesKeys.swift
[1442/1578] Compiling Crypto X25519Keys.swift
[1443/1578] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1444/1578] Compiling NIOCore ByteBuffer-views.swift
[1445/1578] Compiling NIOCore Channel.swift
[1446/1578] Compiling NIOCore ChannelHandler.swift
[1447/1578] Compiling NIOCore ChannelHandlers.swift
[1448/1578] Compiling NIOCore ChannelInvoker.swift
[1449/1578] Compiling NIOCore ChannelOption.swift
[1450/1578] Compiling NIOCore AddressedEnvelope.swift
[1451/1578] Compiling NIOCore AsyncAwaitSupport.swift
[1452/1578] Compiling NIOCore AsyncChannel.swift
[1453/1578] Compiling NIOCore Interfaces.swift
[1454/1578] Compiling NIOCore Linux.swift
[1455/1578] Compiling NIOCore EventLoop.swift
[1456/1578] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1457/1578] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1458/1578] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1459/1578] Compiling NIOCore EventLoopFuture.swift
[1460/1578] Compiling NIOCore FileDescriptor.swift
[1461/1578] Compiling NIOCore FileHandle.swift
[1462/1578] Compiling NIOCore FileRegion.swift
[1463/1578] Compiling Crypto Signature.swift
[1464/1578] Compiling Crypto CryptoKitErrors_boring.swift
[1465/1578] Compiling Crypto RNG_boring.swift
[1466/1578] Compiling Crypto SafeCompare_boring.swift
[1467/1578] Compiling Crypto Zeroization_boring.swift
[1468/1578] Compiling Crypto PrettyBytes.swift
[1469/1578] Compiling Crypto SafeCompare.swift
[1470/1578] Compiling Crypto SecureBytes.swift
[1471/1578] Compiling Crypto Zeroization.swift
[1472/1578] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1473/1578] Compiling NIOCore BSDSocketAPI.swift
[1474/1578] Compiling NIOCore ByteBuffer-aux.swift
[1475/1578] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1476/1578] Compiling NIOCore ByteBuffer-conversions.swift
[1477/1578] Compiling NIOCore ByteBuffer-core.swift
[1478/1578] Compiling NIOCore ByteBuffer-hex.swift
[1479/1578] Compiling NIOCore ByteBuffer-int.swift
[1480/1578] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1481/1578] Compiling NIOCore ByteBuffer-multi-int.swift
[1482/1578] Compiling NIOCore DeadChannel.swift
[1483/1578] Compiling NIOCore DispatchQueue+WithFuture.swift
[1484/1578] Compiling NIOCore EventLoop+Deprecated.swift
[1485/1578] Compiling NIOCore EventLoop+SerialExecutor.swift
[1486/1578] Compiling NIOCore GlobalSingletons.swift
[1487/1578] Compiling NIOCore IO.swift
[1488/1578] Compiling NIOCore IOData.swift
[1489/1578] Compiling NIOCore IPProtocol.swift
[1490/1578] Compiling NIOCore IntegerBitPacking.swift
[1491/1578] Compiling NIOCore IntegerTypes.swift
[1492/1578] Emitting module Crypto
[1493/1579] 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 AsyncTestingChannel.swift
[1566/1639] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1567/1639] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1568/1639] Compiling NIOPosix PosixSingletons.swift
[1569/1639] Compiling NIOPosix RawSocketBootstrap.swift
[1570/1639] Compiling NIOPosix Resolver.swift
[1571/1639] Compiling NIOPosix Selectable.swift
[1572/1645] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1573/1645] Compiling NIOEmbedded Embedded.swift
[1574/1646] Wrapping AST for NIOEmbedded for debugging
[1576/1646] Compiling NIOPosix ThreadPosix.swift
[1577/1646] Compiling NIOPosix ThreadWindows.swift
[1578/1646] Compiling NIOPosix UnsafeTransfer.swift
[1579/1646] Compiling NIOPosix Utilities.swift
[1580/1646] Compiling NIOPosix VsockAddress.swift
[1581/1646] Compiling NIOPosix VsockChannelEvents.swift
[1582/1646] Compiling NIOPosix ServerSocket.swift
[1583/1646] Compiling NIOPosix Socket.swift
[1584/1646] Compiling NIOPosix SocketChannel.swift
[1585/1646] Compiling NIOPosix SocketProtocols.swift
[1586/1646] Compiling NIOPosix System.swift
[1587/1646] Compiling NIOPosix Thread.swift
[1588/1646] Compiling NIOPosix SelectableChannel.swift
[1589/1646] Compiling NIOPosix SelectableEventLoop.swift
[1590/1646] Compiling NIOPosix SelectorEpoll.swift
[1591/1646] Compiling NIOPosix SelectorGeneric.swift
[1592/1646] Compiling NIOPosix SelectorKqueue.swift
[1593/1646] Compiling NIOPosix SelectorUring.swift
[1594/1646] Emitting module NIOPosix
[1595/1646] Compiling NIOPosix IO.swift
[1596/1646] Compiling NIOPosix IntegerBitPacking.swift
[1597/1646] Compiling NIOPosix IntegerTypes.swift
[1598/1646] Compiling NIOPosix Linux.swift
[1599/1646] Compiling NIOPosix LinuxCPUSet.swift
[1600/1646] Compiling NIOPosix LinuxUring.swift
[1601/1646] Compiling NIOPosix MultiThreadedEventLoopGroup.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 NIOThreadPool.swift
[1610/1646] Compiling NIOPosix NonBlockingFileIO.swift
[1611/1646] Compiling NIOPosix PendingDatagramWritesManager.swift
[1612/1646] Compiling NIOPosix PendingWritesManager.swift
[1613/1646] Compiling NIOPosix PipeChannel.swift
[1614/1646] Compiling NIOPosix PipePair.swift
[1615/1646] Compiling NIOPosix Pool.swift
[1616/1646] Compiling NIOPosix Bootstrap.swift
[1617/1646] Compiling NIOPosix ControlMessage.swift
[1618/1646] Compiling NIOPosix DatagramVectorReadManager.swift
[1619/1646] Compiling NIOPosix Errors+Any.swift
[1620/1646] Compiling NIOPosix FileDescriptor.swift
[1621/1646] Compiling NIOPosix GetaddrinfoResolver.swift
[1622/1646] Compiling NIOPosix HappyEyeballs.swift
[1623/1647] Wrapping AST for NIOPosix for debugging
[1625/1706] Compiling NIO Exports.swift
[1626/1706] Emitting module NIO
[1627/1707] Compiling _NIOFileSystem FileHandle.swift
[1628/1707] Compiling _NIOFileSystem FileHandleProtocol.swift
[1629/1707] Compiling _NIOFileSystem FileInfo.swift
[1630/1709] Compiling _NIOFileSystem ByteCount.swift
[1631/1709] Compiling _NIOFileSystem Convenience.swift
[1632/1709] Compiling _NIOFileSystem DirectoryEntries.swift
[1633/1709] Wrapping AST for NIO for debugging
[1635/1748] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1636/1748] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1637/1748] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1638/1748] Compiling _NIOFileSystem TokenBucket.swift
[1639/1748] Compiling _NIOFileSystem UnsafeTransfer.swift
[1640/1748] Compiling _NIOFileSystem ParallelDirCopy.swift
[1641/1748] Compiling NIOTLS TLSEvents.swift
[1642/1748] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1643/1748] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1644/1748] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1645/1748] Emitting module NIOSOCKS
[1646/1749] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1647/1749] Emitting module NIOTLS
[1648/1749] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1649/1749] Compiling NIOSOCKS SOCKSResponse.swift
[1650/1749] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1651/1749] Compiling NIOSOCKS ClientStateMachine.swift
[1652/1749] Compiling NIOHTTP1 HTTPTypes.swift
[1653/1749] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1654/1749] Emitting module _NIOFileSystem
[1655/1753] Compiling NIOHTTP1 HTTPEncoder.swift
[1656/1753] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1660/1753] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1661/1753] Compiling NIOHTTP1 HTTPDecoder.swift
[1662/1753] Compiling AsyncKit Optional+StrictMap.swift
[1663/1753] Compiling AsyncKit Exports.swift
[1664/1753] Compiling NIOSOCKS ServerStateMachine.swift
[1665/1753] Compiling NIOTLS SNIHandler.swift
[1666/1753] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1667/1753] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1668/1753] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1671/1755] Emitting module NIOHTTP1
[1672/1757] Emitting module NIOFoundationCompat
[1673/1757] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1674/1758] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1675/1758] Wrapping AST for NIOSOCKS for debugging
[1675/1758] Wrapping AST for NIOTLS for debugging
[1679/1787] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1680/1787] Compiling _NIOFileSystem Mocking.swift
[1681/1787] Compiling _NIOFileSystem Syscall.swift
[1682/1787] Compiling _NIOFileSystem Syscalls.swift
[1683/1787] Compiling NIOSSL ByteBufferBIO.swift
[1684/1787] Compiling NIOSSL CustomPrivateKey.swift
[1684/1787] Wrapping AST for NIOFoundationCompat for debugging
[1686/1809] Compiling NIOTransportServices NIOTSBootstraps.swift
[1687/1809] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1688/1809] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1689/1811] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1690/1811] Compiling NIOTransportServices NIOTSErrors.swift
[1691/1811] Compiling NIOTransportServices NIOTSEventLoop.swift
[1692/1811] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1693/1811] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1694/1811] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1695/1811] Compiling NIOTransportServices StateManagedChannel.swift
[1696/1811] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1697/1811] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1698/1811] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1699/1811] Compiling NIOTransportServices NIOTSSingletons.swift
[1700/1811] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1701/1811] Emitting module NIOTransportServices
[1702/1811] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1703/1811] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1704/1811] Compiling NIOTransportServices AcceptHandler.swift
[1705/1811] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1706/1811] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1707/1811] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1708/1811] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1709/1811] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1710/1812] Compiling NIOSSL RNG.swift
[1711/1812] Compiling NIOSSL SafeCompare.swift
[1712/1812] Compiling NIOSSL Zeroization.swift
[1713/1812] Compiling _NIOFileSystem FileType.swift
[1714/1812] Compiling _NIOFileSystem IOStrategy.swift
[1718/1812] Compiling NIOSSL SubjectAlternativeName.swift
[1719/1812] Compiling NIOSSL NIOSSLSecureBytes.swift
[1735/1812] Wrapping AST for NIOTransportServices for debugging
[1740/1813] Emitting module AsyncKit
[1742/1813] Compiling _NIOFileSystem SystemFileHandle.swift
[1743/1813] Compiling _NIOFileSystem Utilities.swift
[1744/1813] Compiling _NIOFileSystem OpenOptions.swift
[1745/1813] Compiling _NIOFileSystem String+FileSystem.swift
[1746/1878] Emitting module NIOSSL
[1747/1881] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1748/1881] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1749/1881] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1750/1881] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1751/1881] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1752/1881] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1753/1881] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1754/1881] Compiling MultipartKit FormDataDecoder.swift
[1755/1881] Compiling NIOWebSocket WebSocketOpcode.swift
[1756/1882] Compiling MultipartKit FormDataEncoder.swift
[1757/1882] Compiling MultipartKit Storage.swift
[1758/1882] Compiling MultipartKit MultipartFormData.swift
[1759/1882] Compiling MultipartKit MultipartParser.swift
[1760/1882] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1761/1882] Compiling MultipartKit BasicCodingKey.swift
[1762/1882] Compiling MultipartKit MultipartError.swift
[1764/1884] Compiling MultipartKit MultipartPart.swift
[1765/1884] Compiling NIOHPACK IntegerCoding.swift
[1766/1884] Compiling NIOHPACK IndexedHeaderTable.swift
[1775/1885] Emitting module MultipartKit
[1776/1887] Compiling MultipartKit Exports.swift
[1784/1887] Compiling NIOExtras UnsafeTransfer.swift
[1785/1887] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1786/1887] Compiling NIOHPACK HuffmanTables.swift
[1787/1887] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1791/1887] Emitting module NIOHTTPCompression
[1792/1887] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1793/1887] Compiling NIOHTTPCompression HTTPCompression.swift
[1794/1887] Compiling NIOHTTPCompression HTTPDecompression.swift
[1797/1887] Compiling NIOHPACK StaticHeaderTable.swift
[1798/1887] Compiling NIOHPACK HuffmanCoding.swift
[1801/1887] Emitting module NIOWebSocket
[1802/1887] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1803/1887] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1804/1887] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1805/1888] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1806/1888] Compiling NIOWebSocket WebSocketFrame.swift
[1808/1888] Emitting module NIOExtras
[1816/1889] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1820/1889] Compiling MultipartKit MultipartSerializer.swift
[1821/1889] Compiling MultipartKit Utilities.swift
[1821/1890] Wrapping AST for NIOHTTPCompression for debugging
[1847/1891] Wrapping AST for NIOHTTP1 for debugging
[1853/1891] Emitting module NIOHPACK
[1856/1892] Wrapping AST for NIOWebSocket for debugging
[1857/1892] Wrapping AST for MultipartKit for debugging
[1859/1892] Wrapping AST for _NIOFileSystem for debugging
[1860/1892] Wrapping AST for NIOHPACK for debugging
[1862/1898] Emitting module _NIOFileSystemFoundationCompat
[1863/1955] Emitting module NIOFileSystem
[1864/1955] Compiling NIOFileSystem Exports.swift
[1865/1955] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1866/1956] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1868/1957] Compiling NIOHTTP2 MaySendFrames.swift
[1869/1957] Compiling NIOHTTP2 SendingDataState.swift
[1870/1957] Compiling NIOHTTP2 SendingGoawayState.swift
[1871/1957] Compiling NIOHTTP2 SendingHeadersState.swift
[1872/1957] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1873/1957] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1874/1957] Compiling NIOHTTP2 HasLocalSettings.swift
[1875/1957] Compiling NIOHTTP2 HasRemoteSettings.swift
[1877/1957] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1878/1957] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1879/1957] Compiling NIOHTTP2 HTTP2Error.swift
[1882/1959] Wrapping AST for NIOFileSystem for debugging
[1883/1959] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[1885/1959] Wrapping AST for NIOSSL for debugging
[1886/1959] Wrapping AST for NIOExtras for debugging
[1892/1959] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1893/1959] Compiling NIOHTTP2 SendingRstStreamState.swift
[1894/1959] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1895/1959] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1896/1975] Compiling WebSocketKit Exports.swift
[1897/1975] Compiling WebSocketKit WebSocketHandler.swift
[1898/1975] Emitting module WebSocketKit
[1899/1975] Compiling WebSocketKit WebSocket+Concurrency.swift
[1900/1975] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1901/1975] Compiling WebSocketKit WebSocket.swift
[1902/1975] Compiling WebSocketKit WebSocketClient.swift
[1903/1975] Compiling WebSocketKit WebSocket+Connect.swift
[1905/1976] Emitting module NIOHTTP2
[1906/1976] Compiling NIOHTTP2 StateMachineResult.swift
[1907/1976] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1908/1976] Compiling NIOHTTP2 DOSHeuristics.swift
[1909/1976] Compiling NIOHTTP2 Error+Any.swift
[1910/1976] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1911/1976] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1912/1976] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1913/1976] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1918/1976] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1919/1976] Compiling NIOHTTP2 QuiescingState.swift
[1920/1976] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1921/1976] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1921/1976] Wrapping AST for WebSocketKit for debugging
[1923/1976] Compiling NIOHTTP2 InboundWindowManager.swift
[1924/1976] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1925/1976] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1926/1976] Compiling NIOHTTP2 StreamChannelList.swift
[1927/1976] Compiling NIOHTTP2 StreamMap.swift
[1928/1976] Compiling NIOHTTP2 StreamStateMachine.swift
[1929/1976] Compiling NIOHTTP2 UnsafeTransfer.swift
[1930/1976] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1931/1976] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1932/1976] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1933/1976] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1934/1976] Compiling NIOHTTP2 HTTP2StreamID.swift
[1935/1976] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1936/1976] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1937/1976] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1938/1976] Compiling NIOHTTP2 InboundEventBuffer.swift
[1939/1976] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1940/1976] Compiling NIOHTTP2 HTTP2Frame.swift
[1941/1976] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1942/1976] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1943/1976] Compiling NIOHTTP2 HTTP2PingData.swift
[1944/1976] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1945/1976] Compiling NIOHTTP2 HTTP2Settings.swift
[1946/1976] Compiling NIOHTTP2 HTTP2Stream.swift
[1947/1976] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1948/1976] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1949/1976] Compiling NIOHTTP2 MayReceiveFrames.swift
[1950/1976] Compiling NIOHTTP2 ReceivingDataState.swift
[1951/1976] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1952/1976] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1953/1976] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1954/1976] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1955/1976] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1956/1976] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1957/1976] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1958/1976] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1959/1976] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1963/1976] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1970/1978] Wrapping AST for NIOHTTP2 for debugging
[1972/2037] Wrapping AST for AsyncKit for debugging
[1974/2037] Emitting module AsyncHTTPClient
[1975/2045] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1976/2045] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1977/2045] Compiling AsyncHTTPClient Transaction.swift
[1978/2045] Compiling AsyncHTTPClient Base64.swift
[1979/2045] Compiling AsyncHTTPClient BasicAuth.swift
[1980/2045] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1981/2045] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1982/2045] Compiling AsyncHTTPClient ConnectionPool.swift
[1983/2045] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1984/2045] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1985/2045] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1986/2045] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1987/2045] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1988/2045] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1989/2045] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1990/2045] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1991/2045] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1992/2045] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1993/2045] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1994/2045] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1995/2045] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1996/2045] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1997/2045] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1998/2045] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1999/2045] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2000/2045] Compiling AsyncHTTPClient RequestBodyLength.swift
[2001/2045] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2002/2045] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2003/2045] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2004/2045] Compiling AsyncHTTPClient HTTP1Connection.swift
[2005/2045] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2006/2045] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2007/2045] Compiling AsyncHTTPClient HTTP2Connection.swift
[2008/2045] Compiling AsyncHTTPClient HTTP2IdleHandler.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 RequestFramingMetadata.swift
[2018/2045] Compiling AsyncHTTPClient RequestOptions.swift
[2019/2045] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2020/2045] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2021/2045] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2022/2045] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2023/2045] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2024/2045] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2025/2045] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2026/2045] Compiling AsyncHTTPClient ConnectionTarget.swift
[2027/2045] Compiling AsyncHTTPClient DeconstructedURL.swift
[2028/2045] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2029/2045] Compiling AsyncHTTPClient FoundationExtensions.swift
[2030/2045] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2031/2045] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2032/2045] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.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 Application.swift
[2068/2215] Compiling Vapor AuthenticationCache.swift
[2069/2215] Compiling Vapor Authenticator.swift
[2070/2215] Compiling Vapor BasicAuthorization.swift
[2071/2215] Compiling Vapor BearerAuthorization.swift
[2072/2215] Compiling Vapor GuardMiddleware.swift
[2073/2215] Compiling Vapor RedirectMiddleware.swift
[2074/2215] Compiling Vapor SessionAuthenticatable.swift
[2075/2215] Compiling Vapor Bcrypt.swift
[2076/2215] Compiling Vapor Application+Cache.swift
[2077/2215] Compiling Vapor Cache.swift
[2078/2215] Compiling Vapor CacheExpirationTime.swift
[2079/2215] Compiling Vapor MemoryCache.swift
[2080/2215] Compiling Vapor Request+Cache.swift
[2081/2215] Compiling Vapor Application+Clients.swift
[2082/2215] Compiling Vapor Client.swift
[2083/2215] Compiling Vapor ClientRequest.swift
[2084/2215] Compiling Vapor ClientResponse.swift
[2085/2215] Compiling Vapor Request+Client.swift
[2086/2215] Compiling Vapor BootCommand.swift
[2087/2215] Compiling Vapor CommandContext+Application.swift
[2088/2215] Compiling Vapor RoutesCommand.swift
[2089/2215] Compiling Vapor ServeCommand.swift
[2090/2215] Compiling Vapor AnyResponse+Concurrency.swift
[2091/2263] Emitting module Vapor
[2092/2263] Compiling Vapor Request+Body.swift
[2093/2263] Compiling Vapor Request+BodyStream.swift
[2094/2263] Compiling Vapor Request.swift
[2095/2263] Compiling Vapor Application+Responder.swift
[2096/2263] Compiling Vapor DefaultResponder.swift
[2097/2263] Compiling Vapor Response+Body.swift
[2098/2263] Compiling Vapor Response.swift
[2099/2263] Compiling Vapor ResponseCodable.swift
[2100/2263] Compiling Vapor Application+Routes.swift
[2101/2263] Compiling Vapor Parameters+Require.swift
[2102/2263] Compiling Vapor Request+WebSocket.swift
[2103/2263] Compiling Vapor Route.swift
[2104/2263] Compiling Vapor RouteCollection.swift
[2105/2263] Compiling Vapor Routes.swift
[2106/2263] Compiling Vapor RoutesBuilder+Group.swift
[2107/2263] Compiling Vapor RoutesBuilder+Method.swift
[2108/2263] Compiling Vapor RoutesBuilder+Middleware.swift
[2109/2263] Compiling Vapor RoutesBuilder+WebSocket.swift
[2110/2263] Compiling Vapor RoutesBuilder.swift
[2111/2263] Compiling Vapor OTP.swift
[2112/2263] Compiling Vapor Application+Servers.swift
[2113/2263] Compiling Vapor Server.swift
[2114/2263] Compiling Vapor App+Service.swift
[2115/2263] Compiling Vapor Req+Service.swift
[2116/2263] Compiling Vapor Service.swift
[2117/2263] Compiling Vapor Application+Sessions.swift
[2118/2263] Compiling Vapor MemorySessions.swift
[2119/2263] Compiling Vapor Request+Session.swift
[2120/2263] Compiling Vapor Session.swift
[2121/2263] Compiling Vapor SessionCache.swift
[2122/2263] Compiling Vapor SessionData.swift
[2123/2263] Compiling Vapor SessionDriver.swift
[2124/2263] Compiling Vapor SessionsConfiguration.swift
[2125/2263] Compiling Vapor SessionsMiddleware.swift
[2126/2263] Compiling Vapor URLEncodedFormData.swift
[2127/2263] Compiling Vapor URLEncodedFormDecoder.swift
[2128/2263] Compiling Vapor URLEncodedFormEncoder.swift
[2129/2263] Compiling Vapor URLEncodedFormError.swift
[2130/2263] Compiling Vapor URLEncodedFormParser.swift
[2131/2263] Compiling Vapor URLEncodedFormSerializer.swift
[2132/2263] Compiling Vapor URLQueryFragmentConvertible.swift
[2133/2263] Compiling Vapor AnyResponse.swift
[2134/2263] Compiling Vapor Array+Random.swift
[2135/2263] Compiling Vapor Base32.swift
[2136/2263] Compiling Vapor Base64.swift
[2137/2263] Compiling Vapor BaseN.swift
[2138/2263] Compiling Vapor BasicCodingKey.swift
[2139/2263] Compiling Vapor ByteCount.swift
[2140/2263] Compiling Vapor Core.swift
[2141/2263] Compiling Vapor Running.swift
[2142/2263] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2143/2263] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2144/2263] Compiling Vapor DotEnvFile+load.swift
[2145/2263] Compiling Vapor Routes+caseInsenstive.swift
[2146/2263] Compiling Vapor Validatable+validate.swift
[2147/2263] Compiling Vapor Environment+Process.swift
[2148/2263] Compiling Vapor Environment+Secret.swift
[2149/2263] Compiling Vapor Environment.swift
[2150/2263] Compiling Vapor Abort.swift
[2151/2263] Compiling Vapor AbortError.swift
[2152/2263] Compiling Vapor DebuggableError.swift
[2153/2263] Compiling Vapor Demangler.swift
[2154/2263] Compiling Vapor ErrorSource.swift
[2155/2263] Compiling Vapor StackTrace.swift
[2156/2263] Compiling Vapor Exports.swift
[2157/2263] Compiling Vapor Application+HTTP.swift
[2158/2263] Compiling Vapor BasicResponder.swift
[2159/2263] Compiling Vapor BodyStream.swift
[2160/2263] Compiling Vapor Application+HTTP+Client.swift
[2161/2263] Compiling Vapor EventLoopHTTPClient.swift
[2162/2263] Compiling Vapor EndpointCache.swift
[2163/2263] Compiling Vapor HTTPMethod+String.swift
[2164/2263] Compiling Vapor HTTPStatus.swift
[2165/2263] Compiling Vapor HTTPCookies.swift
[2166/2263] Compiling Vapor HTTPHeaderCacheControl.swift
[2167/2263] Compiling Vapor HTTPHeaderExpires.swift
[2168/2263] Compiling Vapor HTTPHeaderLastModified.swift
[2169/2263] Compiling Vapor HTTPHeaders+Cache.swift
[2170/2263] Compiling Vapor HTTPHeaders+Connection.swift
[2171/2263] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2172/2263] Compiling Vapor HTTPHeaders+ContentRange.swift
[2173/2263] Compiling Vapor HTTPHeaders+Directive.swift
[2174/2263] Compiling Vapor HTTPHeaders+Forwarded.swift
[2175/2263] Compiling Vapor HTTPHeaders+Link.swift
[2176/2263] Compiling Vapor HTTPHeaders+Name.swift
[2177/2263] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2178/2263] Compiling Vapor HTTPHeaders.swift
[2179/2263] Compiling Vapor HTTPMediaType.swift
[2180/2263] Compiling Vapor HTTPMediaTypePreference.swift
[2181/2263] Compiling Vapor Responder.swift
[2182/2263] Compiling Vapor Application+HTTP+Server.swift
[2183/2263] Compiling Vapor HTTPServer.swift
[2184/2263] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2185/2263] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2186/2263] Compiling Vapor HTTPServerHandler.swift
[2187/2263] Compiling Vapor HTTPServerRequestDecoder.swift
[2188/2263] Compiling Vapor AsyncBasicResponder.swift
[2189/2263] Compiling Vapor AsyncMiddleware.swift
[2190/2263] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2191/2263] Compiling Vapor AsyncSessionDriver.swift
[2192/2263] Compiling Vapor Authentication+Concurrency.swift
[2193/2263] Compiling Vapor Cache+Concurrency.swift
[2194/2263] Compiling Vapor Client+Concurrency.swift
[2195/2263] Compiling Vapor RequestBody+Concurrency.swift
[2196/2263] Compiling Vapor Responder+Concurrency.swift
[2197/2263] Compiling Vapor ResponseCodable+Concurrency.swift
[2198/2263] Compiling Vapor RoutesBuilder+Concurrency.swift
[2199/2263] Compiling Vapor ViewRenderer+Concurrency.swift
[2200/2263] Compiling Vapor WebSocket+Concurrency.swift
[2201/2263] Compiling Vapor ContainerGetPathExecutor.swift
[2202/2263] Compiling Vapor Content.swift
[2203/2263] Compiling Vapor ContentCoders.swift
[2204/2263] Compiling Vapor ContentConfiguration.swift
[2205/2263] Compiling Vapor ContentContainer.swift
[2206/2263] Compiling Vapor JSONCoder+Custom.swift
[2207/2263] Compiling Vapor JSONCoders+Content.swift
[2208/2263] Compiling Vapor PlaintextDecoder.swift
[2209/2263] Compiling Vapor PlaintextEncoder.swift
[2210/2263] Compiling Vapor URLQueryCoders.swift
[2211/2263] Compiling Vapor URLQueryContainer.swift
[2212/2263] Compiling Vapor Validator.swift
[2213/2263] Compiling Vapor ValidatorResult.swift
[2214/2263] Compiling Vapor And.swift
[2215/2263] Compiling Vapor Case.swift
[2216/2263] Compiling Vapor CharacterSet.swift
[2217/2263] Compiling Vapor Count.swift
[2218/2263] Compiling Vapor Custom.swift
[2219/2263] Compiling Vapor Email.swift
[2220/2263] Compiling Vapor Empty.swift
[2221/2263] Compiling Vapor In.swift
[2222/2263] Compiling Vapor Nil.swift
[2223/2263] Compiling Vapor NilIgnoring.swift
[2224/2263] Compiling Vapor Not.swift
[2225/2263] Compiling Vapor Or.swift
[2226/2263] Compiling Vapor Pattern.swift
[2227/2263] Compiling Vapor Range.swift
[2228/2263] Compiling Vapor URL.swift
[2229/2263] Compiling Vapor Valid.swift
[2230/2263] Compiling Vapor Application+Views.swift
[2231/2263] Compiling Vapor PlaintextRenderer.swift
[2232/2263] Compiling Vapor Request+View.swift
[2233/2263] Compiling Vapor View.swift
[2234/2263] Compiling Vapor ViewRenderer.swift
[2235/2263] Compiling Vapor _Deprecations.swift
[2236/2263] Compiling Vapor Bytes+Hex.swift
[2237/2263] Compiling Vapor Bytes+SecureCompare.swift
[2238/2263] Compiling Vapor Collection+Safe.swift
[2239/2263] Compiling Vapor DataProtocol+Copy.swift
[2240/2263] Compiling Vapor DecoderUnwrapper.swift
[2241/2263] Compiling Vapor DirectoryConfiguration.swift
[2242/2263] Compiling Vapor DotEnv.swift
[2243/2263] Compiling Vapor Extendable.swift
[2244/2263] Compiling Vapor File.swift
[2245/2263] Compiling Vapor FileIO.swift
[2246/2263] Compiling Vapor LifecycleHandler.swift
[2247/2263] Compiling Vapor OptionalType.swift
[2248/2263] Compiling Vapor RFC1123.swift
[2249/2263] Compiling Vapor SocketAddress+Hostname.swift
[2250/2263] Compiling Vapor Storage.swift
[2251/2263] Compiling Vapor String+IsIPAddress.swift
[2252/2263] Compiling Vapor Thread.swift
[2253/2263] Compiling Vapor URI.swift
[2254/2263] Compiling Vapor RangeResult.swift
[2255/2263] Compiling Vapor Validatable.swift
[2256/2263] Compiling Vapor Validation.swift
[2257/2263] Compiling Vapor ValidationKey.swift
[2258/2263] Compiling Vapor Validations.swift
[2259/2263] Compiling Vapor ValidationsError.swift
[2260/2264] Wrapping AST for Vapor for debugging
[2262/2280] Compiling RelyingPartyServer Application+Extension.swift
[2263/2280] Compiling RelyingPartyServer Data+Extension.swift
[2264/2280] Compiling RelyingPartyServer DateFormatter+Extension.swift
[2265/2282] Emitting module RelyingPartyServer
[2266/2282] Compiling RelyingPartyServer TokenService.swift
[2267/2282] Compiling RelyingPartyServer ISVAUserService.swift
[2268/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 | }
[2269/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 | }
[2270/2282] Compiling RelyingPartyServer ISVWebAuthnService.swift
[2271/2282] Compiling RelyingPartyServer WebAuthnService.swift
[2272/2282] Compiling RelyingPartyServer Token.swift
[2273/2282] Compiling RelyingPartyServer User.swift
[2274/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 | }
[2275/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 | }
[2276/2282] Compiling RelyingPartyServer WellKnownMiddleware.swift
[2277/2282] Compiling RelyingPartyServer Authenticator.swift
[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! (521.21s)
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.