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 leaf, reference main (b70a61), with Swift 6.1 for Linux on 31 Jul 2025 13:24:40 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/leaf.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor/leaf
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b70a610 Refactor encoder property to weak reference in KeyedContainerImpl and UnkeyedContainerImpl to prevent retain cycles (#239)
Cloned https://github.com/vapor/leaf.git
Revision (git rev-parse @):
b70a6108e4917f338f6b8848407bf655aa7e405f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/leaf.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/leaf.git
https://github.com/vapor/leaf.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "leaf-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.12.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/leaf-kit.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.114.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    }
  ],
  "manifest_display_name" : "leaf",
  "name" : "leaf",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Leaf",
      "targets" : [
        "Leaf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LeafTests",
      "module_type" : "SwiftTarget",
      "name" : "LeafTests",
      "path" : "Tests/LeafTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "LeafEncoderTests.swift",
        "LeafMemoryGrowthTests.swift",
        "LeafTests.swift"
      ],
      "target_dependencies" : [
        "Leaf"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Leaf",
      "module_type" : "SwiftTarget",
      "name" : "Leaf",
      "path" : "Sources/Leaf",
      "product_dependencies" : [
        "LeafKit",
        "Vapor",
        "Algorithms"
      ],
      "product_memberships" : [
        "Leaf"
      ],
      "sources" : [
        "Application+Leaf.swift",
        "Exports.swift",
        "LeafEncoder.swift",
        "LeafError+AbortError.swift",
        "LeafRenderer+ViewRenderer.swift",
        "Request+Leaf.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetching https://github.com/vapor/leaf-kit.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.65s)
Fetching https://github.com/vapor/vapor.git
[1/4938] Fetching leaf-kit
[4939/79622] Fetching leaf-kit, vapor
Fetched https://github.com/vapor/leaf-kit.git from cache (0.72s)
[2988/74684] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (3.49s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (7.74s)
Fetching https://github.com/apple/swift-numerics.git
[1/5769] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.28s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.1 (2.38s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/2219] Fetching swift-metrics
[179/4828] Fetching swift-metrics, websocket-kit
[1378/6636] Fetching swift-metrics, websocket-kit, swift-atomics
[1816/10129] Fetching swift-metrics, websocket-kit, swift-atomics, multipart-kit
[2555/15186] Fetching swift-metrics, websocket-kit, swift-atomics, multipart-kit, swift-distributed-tracing
Fetching https://github.com/apple/swift-service-context.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.72s)
[9581/12967] Fetching websocket-kit, swift-atomics, multipart-kit, swift-distributed-tracing
Fetched https://github.com/vapor/websocket-kit.git from cache (0.73s)
[7276/10358] Fetching swift-atomics, multipart-kit, swift-distributed-tracing
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.07s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.08s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1119/4581] Fetching multipart-kit, swift-service-context
[2153/8461] Fetching multipart-kit, swift-service-context, swift-log
[2813/14584] Fetching multipart-kit, swift-service-context, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-service-context.git from cache (0.66s)
[3561/13496] Fetching multipart-kit, swift-log, swift-nio-extras
Fetching https://github.com/apple/swift-nio.git
[9349/25157] Fetching multipart-kit, swift-log, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (1.03s)
[8993/21277] Fetching multipart-kit, swift-nio-extras, swift-nio-http2
Fetching https://github.com/vapor/routing-kit.git
[9693/36262] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.28s)
[5452/30139] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-crypto.git
[5719/107212] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
[7589/128064] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit
[37960/143994] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit, swift-crypto
Fetched https://github.com/vapor/routing-kit.git from cache (3.23s)
[81137/123142] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (5.13s)
[78592/119649] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto
Fetching https://github.com/vapor/async-kit.git
[82372/125717] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto, console-kit
[87265/128087] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto, console-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (3.98s)
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/console-kit.git from cache (4.12s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (8.36s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (8.42s)
Fetched https://github.com/apple/swift-crypto.git from cache (7.54s)
[1/14059] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.95s)
Fetched https://github.com/apple/swift-nio.git from cache (11.09s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (13.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.84s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.77s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.36s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.86s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.92s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2701] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.56s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.57s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.92s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.85.0 (1.24s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4811] Fetching swift-system
[4812/21727] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.65s)
[1354/16916] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.97s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.1 (2.72s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.88s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.93s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.01s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.14s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1176] Fetching swift-http-structured-headers
[201/3609] Fetching swift-http-structured-headers, swift-service-lifecycle
[1434/8604] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms
[2563/9521] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-http-types
[6884/15978] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.90s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.90s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.92s)
Fetching https://github.com/apple/swift-asn1.git
Fetched https://github.com/apple/swift-http-types.git from cache (1.13s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.14s)
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.51s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.62s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.99s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.96s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.11.0 (1.13s)
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.84s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.03s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (1.19s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.13.3 (2.95s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (2.10s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.0 (0.96s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.94s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.22s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.87s)
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.29.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/vapor/leaf-kit.git
Working copy of https://github.com/vapor/leaf-kit.git resolved at 1.13.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.7.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.13.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.85.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.11.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.33.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.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.6.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Building for debugging...
[0/841] Write sources
[47/841] Compiling _NumericsShims _NumericsShims.c
[48/841] Compiling CNIOWindows WSAStartup.c
[49/841] Compiling _AtomicsShims.c
[50/841] Compiling CNIOWindows shim.c
[51/841] Compiling CNIOWASI CNIOWASI.c
[52/841] Compiling CVaporBcrypt bcrypt.c
[53/841] Compiling CNIOPosix event_loop_id.c
[54/841] Compiling CVaporBcrypt blf.c
[55/841] Compiling CSystem shims.c
[56/841] Compiling CNIOLinux liburing_shims.c
[56/841] Compiling CNIOSHA1 c_nio_sha1.c
[58/841] Compiling CNIOLLHTTP c_nio_http.c
[59/841] Compiling CNIOLinux shim.c
[60/841] Compiling CNIODarwin shim.c
[61/841] Compiling CNIOExtrasZlib empty.c
[62/841] Compiling CNIOLLHTTP c_nio_api.c
[63/841] Compiling fiat_curve25519_adx_square.S
[64/841] Compiling fiat_p256_adx_sqr.S
[65/841] Compiling fiat_p256_adx_mul.S
[66/841] Compiling fiat_curve25519_adx_mul.S
[67/841] Write swift-version-24593BA9C3E375BF.txt
[68/841] Compiling CNIOLLHTTP c_nio_llhttp.c
[69/841] Compiling CNIOBoringSSLShims shims.c
[70/847] Compiling tls13_enc.cc
[71/847] Compiling tls_method.cc
[72/881] Compiling tls_record.cc
[73/881] Compiling tls13_server.cc
[74/886] Compiling tls13_both.cc
[75/886] Compiling tls13_client.cc
[77/913] Emitting module Logging
[78/913] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[79/913] Compiling InternalCollectionsUtilities Debugging.swift
[80/914] Compiling Logging LogHandler.swift
[81/914] Compiling InternalCollectionsUtilities Descriptions.swift
[82/914] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[83/914] Compiling RealModule Real.swift
[84/915] Compiling ServiceContextModule ServiceContextKey.swift
[85/915] Emitting module ServiceContextModule
[86/915] Compiling ServiceContextModule ServiceContext.swift
[87/916] Compiling RealModule Float+Real.swift
[89/916] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[90/916] Compiling InternalCollectionsUtilities _SortedCollection.swift
[91/916] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[96/920] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[97/920] Compiling InternalCollectionsUtilities Integer rank.swift
[98/920] Emitting module RealModule
[99/920] Compiling RealModule RealFunctions.swift
[100/920] Compiling CoreMetrics Metrics.swift
[101/920] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[102/920] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[103/920] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[105/920] Compiling RealModule Float80+Real.swift
[106/920] Compiling _NIODataStructures PriorityQueue.swift
[107/920] Compiling _NIODataStructures _TinyArray.swift
[108/920] Emitting module _NIOBase64
[109/920] Compiling _NIOBase64 Base64.swift
[110/920] Emitting module SystemPackage
[113/920] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[114/920] Compiling InternalCollectionsUtilities UInt+reversed.swift
[116/921] Compiling RealModule ElementaryFunctions.swift
[119/921] Compiling Logging Locks.swift
[120/921] Compiling RealModule Float16+Real.swift
[121/921] Emitting module InternalCollectionsUtilities
[126/922] Compiling Logging Logging.swift
[127/923] Compiling Logging MetadataProvider.swift
[128/924] Compiling SystemPackage Syscalls.swift
[129/924] Compiling SystemPackage WindowsSyscallAdapters.swift
[130/924] Compiling SystemPackage MachPort.swift
[131/924] Compiling SystemPackage PlatformString.swift
[132/924] Emitting module CoreMetrics
[133/924] Compiling CoreMetrics Locks.swift
[136/925] Compiling SystemPackage FilePathTempPosix.swift
[137/925] Compiling SystemPackage FilePathTempWindows.swift
[138/925] Compiling SystemPackage IORing.swift
[139/925] Compiling SystemPackage RawIORequest.swift
[140/925] Compiling SystemPackage Backcompat.swift
[141/925] Compiling SystemPackage CInterop.swift
[142/925] Compiling SystemPackage Constants.swift
[143/925] Compiling SystemPackage Exports.swift
[144/925] Compiling SystemPackage Mocking.swift
[145/925] Compiling SystemPackage RawBuffer.swift
[146/925] Compiling SystemPackage FilePathWindows.swift
[147/925] Compiling SystemPackage FilePermissions.swift
[148/925] Compiling SystemPackage IOCompletion.swift
[149/925] Compiling SystemPackage IORequest.swift
[150/925] Compiling _NIODataStructures Heap.swift
[151/925] Emitting module _NIODataStructures
[158/929] Compiling SystemPackage SystemString.swift
[159/929] Compiling SystemPackage Util+StringArray.swift
[160/929] Compiling SystemPackage Util.swift
[161/929] Compiling SystemPackage UtilConsumers.swift
[162/1071] Compiling t1_enc.cc
[164/1071] Emitting module Instrumentation
[165/1071] Compiling Instrumentation NoOpInstrument.swift
[166/1071] Compiling Instrumentation MultiplexInstrument.swift
[167/1071] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[168/1071] Compiling Instrumentation Instrument.swift
[169/1071] Compiling Instrumentation InstrumentationSystem.swift
[170/1071] Compiling Instrumentation Locks.swift
[171/1072] Compiling HeapModule Heap+Descriptions.swift
[173/1120] Compiling HeapModule _HeapNode.swift
[174/1163] Compiling HeapModule Heap.swift
[175/1163] Compiling HeapModule Heap+Invariants.swift
[176/1163] Compiling HeapModule Heap+UnsafeHandle.swift
[177/1163] Compiling HashTreeCollections _Bucket.swift
[178/1163] Compiling HashTreeCollections _Hash.swift
[179/1165] Emitting module HeapModule
[180/1166] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[181/1166] Compiling HashTreeCollections _HashNode+Storage.swift
[183/1166] Compiling HashTreeCollections TreeSet+Equatable.swift
[184/1166] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[185/1166] Compiling HashTreeCollections TreeSet+Extras.swift
[186/1166] Compiling HashTreeCollections TreeSet+Filter.swift
[187/1166] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[188/1166] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[189/1166] Compiling HashTreeCollections TreeDictionary+Filter.swift
[190/1166] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[191/1166] Compiling HashTreeCollections TreeDictionary.swift
[192/1166] Compiling HashTreeCollections TreeSet+Codable.swift
[193/1166] Compiling HashTreeCollections TreeSet+Collection.swift
[194/1166] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[195/1166] Compiling HashTreeCollections TreeSet+Debugging.swift
[196/1166] Compiling HashTreeCollections TreeSet+Descriptions.swift
[197/1173] Compiling HashTreeCollections _HashNode+Debugging.swift
[198/1173] Compiling HashTreeCollections _HashNode+Initializers.swift
[199/1173] Compiling HashTreeCollections _HashLevel.swift
[200/1173] Compiling HashTreeCollections _HashNode+Builder.swift
[201/1181] Compiling HashTreeCollections TreeSet+Hashable.swift
[202/1181] Compiling HashTreeCollections TreeSet+Sendable.swift
[203/1181] Compiling HashTreeCollections TreeSet+Sequence.swift
[204/1181] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[205/1181] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[206/1181] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[207/1181] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[208/1181] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[209/1181] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[210/1181] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[211/1191] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[212/1191] Compiling HashTreeCollections _RawHashNode.swift
[213/1191] Compiling HashTreeCollections _UnmanagedHashNode.swift
[214/1191] Compiling HashTreeCollections _UnsafePath.swift
[215/1191] Compiling HashTreeCollections TreeDictionary+Codable.swift
[216/1191] Compiling HashTreeCollections TreeDictionary+Collection.swift
[217/1191] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[218/1191] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[219/1191] Compiling HashTreeCollections _HashNode+Invariants.swift
[220/1191] Compiling HashTreeCollections _HashNode+Lookups.swift
[221/1191] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[222/1191] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[225/1191] Compiling DequeModule _DequeSlot.swift
[226/1191] Compiling DequeModule _UnsafeWrappedBuffer.swift
[227/1191] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[228/1191] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[229/1191] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[230/1191] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[231/1191] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[232/1191] Compiling HashTreeCollections _HashNode+Structural merge.swift
[233/1191] Compiling HashTreeCollections _HashTreeIterator.swift
[234/1191] Compiling HashTreeCollections _HashTreeStatistics.swift
[235/1191] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[236/1191] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[237/1191] Compiling HashTreeCollections TreeDictionary+Keys.swift
[238/1191] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[239/1191] Compiling HashTreeCollections TreeDictionary+Merge.swift
[240/1191] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[241/1191] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[242/1191] Compiling HashTreeCollections TreeDictionary+Values.swift
[245/1191] Compiling Tracing TracingTime.swift
[260/1191] Emitting module Tracing
[272/1191] Compiling Tracing TracerProtocol.swift
[273/1191] Compiling HashTreeCollections _AncestorHashSlots.swift
[274/1191] Compiling HashTreeCollections _Bitmap.swift
[275/1191] Compiling Tracing Tracer.swift
[276/1191] Compiling Tracing TracerProtocol+Legacy.swift
[277/1191] Emitting module DequeModule
[278/1192] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[279/1192] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[280/1192] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[281/1192] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[282/1192] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[283/1192] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[284/1192] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[285/1192] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[286/1192] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[287/1192] Compiling HashTreeCollections TreeSet.swift
[289/1192] Compiling Tracing SpanProtocol.swift
[290/1192] Compiling Tracing InstrumentationSystem+Tracing.swift
[291/1192] Compiling Tracing NoOpTracer.swift
[301/1193] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[302/1193] Compiling OrderedCollections OrderedSet.swift
[303/1193] Compiling OrderedCollections _UnsafeBitset.swift
[304/1193] Compiling HashTreeCollections _HashNode.swift
[305/1193] Compiling HashTreeCollections _HashNodeHeader.swift
[306/1193] Compiling HashTreeCollections _HashSlot.swift
[307/1193] Compiling HashTreeCollections _HashStack.swift
[315/1193] Compiling OrderedCollections OrderedSet+Sendable.swift
[316/1193] Compiling OrderedCollections OrderedSet+SubSequence.swift
[317/1193] Compiling OrderedCollections OrderedSet+Testing.swift
[318/1193] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[336/1202] Compiling RoutingKit Router.swift
[348/1202] Emitting module RoutingKit
[349/1202] Compiling RoutingKit PathComponent.swift
[350/1202] Emitting module OrderedCollections
[351/1202] Compiling RoutingKit TrieRouter.swift
[352/1203] Compiling ssl_x509.cc
[354/1203] Emitting module _RopeModule
[388/1203] Compiling RoutingKit Parameters.swift
[389/1203] Compiling RoutingKit AnyRouter.swift
[390/1204] Emitting module Metrics
[391/1204] Compiling Metrics Metrics.swift
[391/1205] Compiling ssl_versions.cc
[394/1205] Compiling ssl_transcript.cc
[396/1205] Compiling _RopeModule Rope+Join.swift
[397/1205] Compiling _RopeModule Rope+MutatingForEach.swift
[398/1205] Compiling _RopeModule Rope+Remove.swift
[399/1205] Compiling _RopeModule Rope+RemoveSubrange.swift
[400/1205] Compiling _RopeModule Rope+Split.swift
[401/1205] Compiling _RopeModule Optional Utilities.swift
[402/1205] Compiling _RopeModule String Utilities.swift
[403/1205] Compiling _RopeModule String.Index+ABI.swift
[404/1205] Compiling _RopeModule _CharacterRecognizer.swift
[444/1206] Emitting module HashTreeCollections
[445/1207] Compiling ssl_stat.cc
[447/1207] Compiling ssl_session.cc
[448/1207] Compiling ssl_privkey.cc
[449/1207] Compiling ssl_file.cc
[450/1207] Compiling ssl_key_share.cc
[451/1207] Compiling ssl_lib.cc
[452/1207] Compiling ssl_cipher.cc
[453/1207] Compiling ssl_credential.cc
[454/1207] Compiling ssl_cert.cc
[455/1207] Compiling ssl_buffer.cc
[456/1207] Compiling s3_pkt.cc
[457/1207] Compiling ssl_asn1.cc
[458/1207] Compiling ssl_aead_ctx.cc
[459/1207] Compiling s3_lib.cc
[460/1207] Compiling s3_both.cc
[461/1207] Compiling handshake.cc
[462/1207] Compiling handshake_client.cc
[463/1207] Compiling handshake_server.cc
[464/1207] Compiling handoff.cc
[465/1207] Compiling encrypted_client_hello.cc
[466/1207] Compiling extensions.cc
[467/1207] Compiling md5-x86_64-linux.S
[468/1207] Compiling dtls_record.cc
[469/1207] Compiling dtls_method.cc
[470/1207] Compiling md5-x86_64-apple.S
[471/1207] Compiling md5-586-linux.S
[472/1207] Compiling md5-586-apple.S
[473/1207] Compiling chacha20_poly1305_x86_64-apple.S
[474/1207] Compiling chacha20_poly1305_armv8-win.S
[475/1207] Compiling chacha20_poly1305_x86_64-linux.S
[476/1207] Compiling chacha20_poly1305_armv8-linux.S
[477/1207] Compiling chacha20_poly1305_armv8-apple.S
[478/1207] Compiling chacha-x86_64-apple.S
[479/1207] Compiling chacha-x86_64-linux.S
[480/1207] Compiling chacha-x86-linux.S
[481/1207] Compiling chacha-x86-apple.S
[482/1207] Compiling chacha-armv8-win.S
[483/1207] Compiling chacha-armv8-linux.S
[484/1207] Compiling err_data.cc
[485/1207] Compiling chacha-armv4-linux.S
[486/1207] Compiling d1_srtp.cc
[487/1207] Compiling chacha-armv8-apple.S
[488/1207] Compiling aes128gcmsiv-x86_64-apple.S
[489/1207] Compiling aes128gcmsiv-x86_64-linux.S
[490/1207] Compiling d1_pkt.cc
[491/1207] Compiling x86_64-mont5-apple.S
[492/1207] Compiling x86_64-mont5-linux.S
[493/1207] Compiling x86-mont-linux.S
[494/1207] Compiling x86-mont-apple.S
[494/1207] Compiling x86_64-mont-apple.S
[496/1207] Compiling x86_64-mont-linux.S
[497/1207] Compiling vpaes-x86_64-linux.S
[498/1207] Compiling d1_lib.cc
[499/1207] Compiling vpaes-x86-apple.S
[500/1207] Compiling vpaes-x86_64-apple.S
[501/1207] Compiling vpaes-armv8-linux.S
[502/1207] Compiling vpaes-x86-linux.S
[503/1207] Compiling vpaes-armv8-win.S
[504/1207] Compiling vpaes-armv8-apple.S
[505/1207] Compiling bio_ssl.cc
[506/1207] Compiling vpaes-armv7-linux.S
[507/1207] Compiling sha512-x86_64-linux.S
[508/1207] Compiling sha512-armv8-win.S
[509/1207] Compiling sha512-x86_64-apple.S
[510/1207] Compiling sha512-armv8-apple.S
[511/1207] Compiling sha512-586-linux.S
[512/1207] Compiling sha512-armv8-linux.S
[513/1207] Compiling sha512-armv4-linux.S
[514/1207] Compiling sha512-586-apple.S
[515/1207] Compiling sha256-armv8-win.S
[516/1207] Compiling sha256-x86_64-apple.S
[517/1207] Compiling sha256-armv8-apple.S
[518/1207] Compiling sha256-armv8-linux.S
[519/1207] Compiling sha256-x86_64-linux.S
[520/1207] Compiling sha256-armv4-linux.S
[521/1207] Compiling sha256-586-apple.S
[522/1207] Compiling sha256-586-linux.S
[523/1207] Compiling sha1-x86_64-apple.S
[524/1207] Compiling sha1-armv8-win.S
[525/1207] Compiling sha1-armv8-apple.S
[525/1207] Compiling sha1-x86_64-linux.S
[527/1207] Compiling sha1-armv8-linux.S
[528/1207] Compiling sha1-armv4-large-linux.S
[529/1207] Compiling sha1-586-linux.S
[530/1207] Compiling sha1-586-apple.S
[531/1207] Compiling rsaz-avx2-apple.S
[532/1207] Compiling rdrand-x86_64-apple.S
[533/1207] Compiling rdrand-x86_64-linux.S
[534/1207] Compiling p256_beeu-x86_64-asm-linux.S
[535/1207] Compiling rsaz-avx2-linux.S
[536/1207] Compiling p256_beeu-armv8-asm-win.S
[537/1207] Compiling p256_beeu-x86_64-asm-apple.S
[538/1207] Compiling p256_beeu-armv8-asm-apple.S
[539/1207] Compiling p256_beeu-armv8-asm-linux.S
[540/1207] Compiling p256-x86_64-asm-apple.S
[541/1207] Compiling p256-armv8-asm-win.S
[542/1207] Compiling p256-x86_64-asm-linux.S
[543/1207] Compiling p256-armv8-asm-linux.S
[544/1207] Compiling p256-armv8-asm-apple.S
[545/1207] Compiling ghashv8-armv8-win.S
[546/1207] Compiling ghashv8-armv8-linux.S
[547/1207] Compiling ghashv8-armv8-apple.S
[548/1207] Compiling ghashv8-armv7-linux.S
[549/1207] Compiling ghash-x86_64-linux.S
[550/1207] Compiling ghash-x86-linux.S
[551/1207] Compiling ghash-x86_64-apple.S
[552/1207] Compiling ghash-x86-apple.S
[553/1207] Compiling ghash-ssse3-x86_64-apple.S
[554/1207] Compiling ghash-ssse3-x86_64-linux.S
[555/1207] Compiling ghash-ssse3-x86-linux.S
[556/1207] Compiling ghash-ssse3-x86-apple.S
[557/1207] Compiling ghash-neon-armv8-win.S
[558/1207] Compiling ghash-neon-armv8-apple.S
[559/1207] Compiling co-586-apple.S
[560/1207] Compiling ghash-neon-armv8-linux.S
[561/1207] Compiling co-586-linux.S
[562/1207] Compiling ghash-armv4-linux.S
[563/1207] Compiling bsaes-armv7-linux.S
[564/1207] Compiling bn-armv8-win.S
[565/1207] Compiling bn-armv8-apple.S
[566/1207] Compiling bn-armv8-linux.S
[567/1207] Compiling bn-586-linux.S
[568/1207] Compiling bn-586-apple.S
[569/1207] Compiling armv8-mont-win.S
[570/1207] Compiling armv8-mont-linux.S
[571/1207] Compiling armv8-mont-apple.S
[572/1207] Compiling armv4-mont-linux.S
[573/1207] Compiling aesv8-gcm-armv8-win.S
[574/1207] Compiling aesv8-armv8-win.S
[575/1207] Compiling aesv8-gcm-armv8-apple.S
[576/1207] Compiling aesv8-gcm-armv8-linux.S
[577/1207] Compiling aesv8-armv8-linux.S
[578/1207] Compiling aesni-x86_64-apple.S
[579/1207] Compiling aesni-x86_64-linux.S
[580/1207] Compiling aesv8-armv7-linux.S
[581/1207] Compiling aesv8-armv8-apple.S
[582/1207] Compiling aesni-x86-linux.S
[583/1207] Compiling aesni-gcm-x86_64-linux.S
[584/1207] Compiling aesni-x86-apple.S
[585/1207] Compiling aesni-gcm-x86_64-apple.S
[586/1207] Compiling aes-gcm-avx2-x86_64-linux.S
[587/1207] Compiling aes-gcm-avx10-x86_64-linux.S
[588/1207] Compiling aes-gcm-avx2-x86_64-apple.S
[589/1207] Compiling aes-gcm-avx10-x86_64-apple.S
[590/1207] Compiling d1_both.cc
[591/1207] Compiling x_x509a.cc
[592/1207] Compiling x_spki.cc
[593/1207] Compiling x_sig.cc
[594/1207] Compiling x_val.cc
[595/1207] Compiling x_pubkey.cc
[596/1207] Compiling x_req.cc
[596/1207] Compiling x_x509.cc
[598/1207] Compiling x_name.cc
[599/1207] Compiling x509spki.cc
[600/1207] Compiling x_crl.cc
[601/1207] Compiling x_attrib.cc
[602/1207] Compiling x_algor.cc
[603/1207] Compiling x_exten.cc
[604/1207] Compiling x_all.cc
[605/1207] Compiling x509name.cc
[606/1207] Compiling x509rset.cc
[607/1207] Compiling x509_txt.cc
[608/1207] Compiling x509cset.cc
[609/1207] Compiling x509_vpm.cc
[610/1207] Compiling x509_trs.cc
[611/1207] Compiling x509_vfy.cc
[612/1207] Compiling x509_v3.cc
[613/1207] Compiling x509_set.cc
[614/1207] Compiling x509_req.cc
[615/1207] Compiling x509_ext.cc
[616/1207] Compiling x509_obj.cc
[617/1207] Compiling x509_lu.cc
[618/1207] Compiling x509_def.cc
[619/1207] Compiling x509_d2.cc
[620/1207] Compiling x509.cc
[621/1207] Compiling x509_att.cc
[622/1207] Compiling x509_cmp.cc
[623/1207] Compiling v3_utl.cc
[624/1207] Compiling v3_skey.cc
[625/1207] Compiling v3_pmaps.cc
[626/1207] Compiling v3_ocsp.cc
[627/1207] Compiling v3_prn.cc
[628/1207] Compiling v3_purp.cc
[629/1207] Compiling v3_pcons.cc
[630/1207] Compiling v3_ncons.cc
[631/1207] Compiling v3_int.cc
[632/1207] Compiling v3_extku.cc
[633/1207] Compiling v3_lib.cc
[634/1207] Compiling v3_genn.cc
[635/1207] Compiling v3_ia5.cc
[636/1207] Compiling v3_info.cc
[637/1207] Compiling v3_enum.cc
[638/1207] Compiling v3_crld.cc
[639/1207] Compiling v3_conf.cc
[640/1207] Compiling v3_cpols.cc
[641/1207] Compiling v3_bitst.cc
[642/1207] Compiling v3_bcons.cc
[643/1207] Compiling v3_akeya.cc
[644/1207] Compiling v3_akey.cc
[645/1207] Compiling v3_alt.cc
[646/1207] Compiling t_x509a.cc
[647/1207] Compiling i2d_pr.cc
[648/1207] Compiling t_x509.cc
[649/1207] Compiling t_crl.cc
[650/1207] Compiling rsa_pss.cc
[651/1207] Compiling t_req.cc
[652/1207] Compiling name_print.cc
[653/1207] Compiling policy.cc
[654/1207] Compiling by_file.cc
[655/1207] Compiling by_dir.cc
[656/1207] Compiling asn1_gen.cc
[657/1207] Compiling algorithm.cc
[658/1207] Compiling voprf.cc
[659/1207] Compiling trust_token.cc
[660/1207] Compiling a_sign.cc
[661/1207] Compiling a_verify.cc
[662/1207] Compiling a_digest.cc
[663/1207] Compiling thread_win.cc
[664/1207] Compiling thread_pthread.cc
[665/1207] Compiling thread_none.cc
[666/1207] Compiling thread.cc
[667/1207] Compiling pmbtoken.cc
[668/1207] Compiling stack.cc
[669/1207] Compiling sha1.cc
[670/1207] Compiling sha512.cc
[671/1207] Compiling slhdsa.cc
[672/1207] Compiling sha256.cc
[673/1207] Compiling siphash.cc
[674/1207] Compiling spake2plus.cc
[675/1207] Compiling rsa_print.cc
[676/1207] Compiling rsa_extra.cc
[677/1207] Compiling refcount.cc
[678/1207] Compiling rc4.cc
[679/1207] Compiling windows.cc
[680/1207] Compiling rsa_crypt.cc
[681/1207] Compiling urandom.cc
[682/1207] Compiling trusty.cc
[683/1207] Compiling rand.cc
[684/1207] Compiling ios.cc
[685/1207] Compiling rsa_asn1.cc
[686/1207] Compiling passive.cc
[687/1207] Compiling poly1305_arm_asm.S
[688/1207] Compiling getentropy.cc
[689/1207] Compiling deterministic.cc
[690/1207] Compiling fork_detect.cc
[691/1207] Compiling forkunsafe.cc
[692/1207] Compiling poly1305_arm.cc
[693/1207] Compiling poly1305.cc
[694/1207] Compiling poly1305_vec.cc
[695/1207] Compiling pool.cc
[696/1207] Compiling pkcs7.cc
[697/1207] Compiling pkcs8_x509.cc
[698/1207] Compiling p5_pbev2.cc
[699/1207] Compiling pkcs7_x509.cc
[700/1207] Compiling pkcs8.cc
[701/1207] Compiling pem_xaux.cc
[702/1207] Compiling pem_x509.cc
[703/1207] Compiling pem_pkey.cc
[704/1207] Compiling mlkem.cc
[705/1207] Compiling obj_xref.cc
[706/1207] Compiling pem_pk8.cc
[707/1207] Compiling pem_oth.cc
[708/1207] Compiling mldsa.cc
[709/1207] Compiling pem_info.cc
[710/1207] Compiling pem_all.cc
[711/1207] Compiling obj.cc
[712/1207] Compiling pem_lib.cc
[713/1207] Compiling poly_rq_mul.S
[714/1207] Compiling fips_shared_support.cc
[715/1207] Compiling lhash.cc
[716/1207] Compiling mem.cc
[717/1207] Compiling md4.cc
[718/1207] Compiling md5.cc
[719/1207] Compiling ex_data.cc
[720/1207] Compiling sign.cc
[721/1207] Compiling scrypt.cc
[722/1207] Compiling hrss.cc
[723/1207] Compiling hpke.cc
[724/1207] Compiling kyber.cc
[725/1207] Compiling pbkdf.cc
[726/1207] Compiling print.cc
[727/1207] Compiling p_x25519.cc
[728/1207] Compiling p_x25519_asn1.cc
[729/1207] Compiling p_ed25519_asn1.cc
[730/1207] Compiling p_hkdf.cc
[731/1207] Compiling p_rsa.cc
[732/1207] Compiling p_rsa_asn1.cc
[733/1207] Compiling p_ed25519.cc
[734/1207] Compiling p_ec.cc
[735/1207] Compiling p_ec_asn1.cc
[736/1207] Compiling p_dh.cc
[737/1207] Compiling p_dh_asn1.cc
[738/1207] Compiling evp_ctx.cc
[739/1207] Compiling p_dsa_asn1.cc
[740/1207] Compiling engine.cc
[741/1207] Compiling evp.cc
[742/1207] Compiling evp_asn1.cc
[743/1207] Compiling err.cc
[744/1207] Compiling ecdh.cc
[745/1207] Compiling ecdsa_asn1.cc
[746/1207] Compiling hash_to_curve.cc
[747/1207] Compiling ec_derive.cc
[748/1207] Compiling dsa.cc
[749/1207] Compiling params.cc
[750/1207] Compiling ec_asn1.cc
[751/1207] Compiling dsa_asn1.cc
[752/1207] Compiling x25519-asm-arm.S
[753/1207] Compiling des.cc
[754/1207] Compiling digest_extra.cc
[755/1207] Compiling dh_asn1.cc
[756/1207] Compiling cpu_intel.cc
[757/1207] Compiling crypto.cc
[758/1207] Compiling cpu_arm_linux.cc
[759/1207] Compiling curve25519.cc
[760/1207] Compiling spake25519.cc
[761/1207] Compiling cpu_arm_freebsd.cc
[762/1207] Compiling cpu_aarch64_sysreg.cc
[763/1207] Compiling bcm.cc
[764/1207] Compiling cpu_aarch64_win.cc
[765/1207] Compiling cpu_aarch64_openbsd.cc
[766/1207] Compiling cpu_aarch64_fuchsia.cc
[767/1207] Compiling cpu_aarch64_linux.cc
[768/1207] Compiling cpu_aarch64_apple.cc
[769/1207] Compiling curve25519_64_adx.cc
[770/1207] Compiling conf.cc
[771/1207] Compiling tls_cbc.cc
[772/1207] Compiling e_rc4.cc
[773/1207] Compiling get_cipher.cc
[774/1207] Compiling e_tls.cc
[775/1207] Compiling e_rc2.cc
[776/1207] Compiling e_des.cc
[777/1207] Compiling e_null.cc
[778/1207] Compiling e_chacha20poly1305.cc
[779/1207] Compiling e_aesctrhmac.cc
[780/1207] Compiling derive_key.cc
[781/1207] Compiling e_aesgcmsiv.cc
[782/1207] Compiling chacha.cc
[783/1207] Compiling unicode.cc
[784/1207] Compiling buf.cc
[785/1207] Compiling bn_asn1.cc
[786/1207] Compiling convert.cc
[787/1207] Compiling ber.cc
[788/1207] Compiling cbb.cc
[789/1207] Compiling socket.cc
[790/1207] Compiling asn1_compat.cc
[791/1207] Compiling cbs.cc
[792/1207] Compiling blake2.cc
[793/1207] Compiling socket_helper.cc
[794/1207] Compiling printf.cc
[795/1207] Compiling pair.cc
[796/1207] Compiling hexdump.cc
[797/1207] Compiling errno.cc
[798/1207] Compiling file.cc
[799/1207] Compiling fd.cc
[800/1207] Compiling connect.cc
[801/1207] Compiling bio_mem.cc
[802/1207] Compiling bio.cc
[803/1207] Compiling tasn_typ.cc
[804/1207] Compiling base64.cc
[805/1207] Compiling tasn_enc.cc
[806/1207] Compiling tasn_fre.cc
[807/1207] Compiling tasn_utl.cc
[808/1207] Compiling posix_time.cc
[809/1207] Compiling tasn_new.cc
[810/1207] Compiling f_string.cc
[811/1207] Compiling f_int.cc
[812/1207] Compiling asn_pack.cc
[813/1207] Compiling asn1_par.cc
[814/1207] Compiling tasn_dec.cc
[815/1207] Compiling a_utctm.cc
[816/1207] Compiling a_time.cc
[817/1207] Compiling a_type.cc
[818/1207] Compiling a_octet.cc
[819/1207] Compiling asn1_lib.cc
[820/1207] Compiling a_strnid.cc
[821/1207] Compiling a_mbstr.cc
[822/1207] Compiling a_strex.cc
[823/1207] Compiling a_i2d_fp.cc
[824/1207] Compiling a_dup.cc
[825/1207] Compiling a_object.cc
[826/1207] Compiling a_d2i_fp.cc
[827/1207] Compiling a_int.cc
[828/1207] Compiling fiat_p256_adx_sqr.S
[829/1207] Compiling fiat_p256_adx_mul.S
[830/1207] Compiling fiat_curve25519_adx_square.S
[831/1207] Compiling a_gentm.cc
[832/1207] Compiling fiat_curve25519_adx_mul.S
[833/1207] Compiling md5-x86_64-linux.S
[834/1207] Compiling a_bitstr.cc
[835/1207] Compiling md5-x86_64-apple.S
[836/1207] Compiling md5-586-linux.S
[837/1207] Compiling CCryptoBoringSSLShims shims.c
[838/1207] Compiling md5-586-apple.S
[839/1207] Compiling a_bool.cc
[840/1207] Compiling chacha20_poly1305_armv8-win.S
[841/1207] Compiling chacha20_poly1305_x86_64-apple.S
[842/1207] Compiling chacha20_poly1305_armv8-linux.S
[843/1207] Compiling chacha20_poly1305_x86_64-linux.S
[844/1207] Compiling chacha20_poly1305_armv8-apple.S
[845/1207] Compiling chacha-x86_64-linux.S
[846/1207] Compiling chacha-x86_64-apple.S
[847/1207] Compiling chacha-x86-apple.S
[848/1207] Compiling chacha-x86-linux.S
[849/1207] Compiling chacha-armv8-apple.S
[850/1207] Compiling chacha-armv8-win.S
[851/1207] Compiling chacha-armv4-linux.S
[852/1207] Compiling chacha-armv8-linux.S
[853/1207] Compiling aes128gcmsiv-x86_64-linux.S
[854/1207] Compiling aes128gcmsiv-x86_64-apple.S
[855/1207] Compiling x86_64-mont5-apple.S
[856/1207] Compiling x86_64-mont5-linux.S
[857/1207] Compiling x86_64-mont-linux.S
[858/1207] Compiling x86_64-mont-apple.S
[859/1207] Compiling x86-mont-apple.S
[860/1207] Compiling x86-mont-linux.S
[861/1207] Compiling vpaes-x86_64-linux.S
[862/1207] Compiling vpaes-x86_64-apple.S
[863/1207] Compiling vpaes-x86-apple.S
[864/1207] Compiling vpaes-armv8-win.S
[865/1207] Compiling vpaes-armv8-linux.S
[866/1207] Compiling vpaes-x86-linux.S
[867/1207] Compiling sha512-x86_64-linux.S
[868/1207] Compiling err_data.cc
[869/1207] Compiling sha512-x86_64-apple.S
[870/1207] Compiling vpaes-armv7-linux.S
[871/1207] Compiling vpaes-armv8-apple.S
[872/1207] Compiling sha512-armv8-win.S
[873/1207] Compiling sha512-armv8-linux.S
[874/1207] Compiling sha512-586-linux.S
[875/1207] Compiling sha512-armv4-linux.S
[876/1207] Compiling sha512-armv8-apple.S
[877/1207] Compiling sha512-586-apple.S
[878/1207] Compiling sha256-armv8-linux.S
[879/1207] Compiling sha256-x86_64-apple.S
[880/1207] Compiling sha256-x86_64-linux.S
[881/1207] Compiling sha256-armv8-apple.S
[882/1207] Compiling sha256-armv8-win.S
[883/1207] Compiling sha256-586-apple.S
[884/1207] Compiling sha256-armv4-linux.S
[885/1207] Compiling sha256-586-linux.S
[886/1207] Compiling sha1-armv8-win.S
[887/1207] Compiling sha1-x86_64-apple.S
[888/1207] Compiling sha1-586-linux.S
[889/1207] Compiling sha1-armv8-linux.S
[890/1207] Compiling sha1-x86_64-linux.S
[891/1207] Compiling sha1-armv4-large-linux.S
[892/1207] Compiling sha1-armv8-apple.S
[893/1207] Compiling sha1-586-apple.S
[894/1207] Compiling rsaz-avx2-apple.S
[895/1207] Compiling rsaz-avx2-linux.S
[896/1207] Compiling rdrand-x86_64-linux.S
[897/1207] Compiling p256_beeu-x86_64-asm-linux.S
[898/1207] Compiling rdrand-x86_64-apple.S
[899/1207] Compiling p256_beeu-x86_64-asm-apple.S
[900/1207] Compiling p256_beeu-armv8-asm-win.S
[901/1207] Compiling p256_beeu-armv8-asm-linux.S
[902/1207] Compiling p256_beeu-armv8-asm-apple.S
[903/1207] Compiling p256-x86_64-asm-apple.S
[904/1207] Compiling p256-x86_64-asm-linux.S
[905/1207] Compiling p256-armv8-asm-win.S
[906/1207] Compiling p256-armv8-asm-apple.S
[907/1207] Compiling p256-armv8-asm-linux.S
[908/1207] Compiling ghashv8-armv8-linux.S
[909/1207] Compiling ghashv8-armv8-win.S
[910/1207] Compiling ghash-x86_64-linux.S
[911/1207] Compiling ghashv8-armv7-linux.S
[912/1207] Compiling ghash-x86_64-apple.S
[913/1207] Compiling ghashv8-armv8-apple.S
[914/1207] Compiling ghash-x86-linux.S
[915/1207] Compiling ghash-x86-apple.S
[916/1207] Compiling ghash-ssse3-x86-linux.S
[917/1207] Compiling ghash-ssse3-x86_64-linux.S
[918/1207] Compiling ghash-neon-armv8-win.S
[919/1207] Compiling ghash-ssse3-x86_64-apple.S
[920/1207] Compiling ghash-ssse3-x86-apple.S
[921/1207] Compiling ghash-neon-armv8-apple.S
[922/1207] Compiling ghash-neon-armv8-linux.S
[923/1207] Compiling co-586-apple.S
[924/1207] Compiling co-586-linux.S
[925/1207] Compiling ghash-armv4-linux.S
[926/1207] Compiling bn-armv8-win.S
[927/1207] Compiling bsaes-armv7-linux.S
[928/1207] Compiling bn-armv8-linux.S
[929/1207] Compiling bn-armv8-apple.S
[930/1207] Compiling bn-586-linux.S
[931/1207] Compiling armv8-mont-win.S
[932/1207] Compiling bn-586-apple.S
[933/1207] Compiling armv8-mont-apple.S
[934/1207] Compiling armv8-mont-linux.S
[935/1207] Compiling aesv8-gcm-armv8-apple.S
[936/1207] Compiling aesv8-gcm-armv8-win.S
[936/1207] Compiling aesv8-gcm-armv8-linux.S
[938/1207] Compiling armv4-mont-linux.S
[939/1207] Compiling aesv8-armv8-win.S
[940/1207] Compiling aesv8-armv8-linux.S
[941/1207] Compiling aesv8-armv7-linux.S
[942/1207] Compiling aesni-x86_64-apple.S
[943/1207] Compiling aesni-x86_64-linux.S
[944/1207] Compiling aesv8-armv8-apple.S
[945/1207] Compiling aesni-x86-linux.S
[946/1207] Compiling aesni-gcm-x86_64-apple.S
[947/1207] Compiling aesni-x86-apple.S
[948/1207] Compiling aes-gcm-avx512-x86_64-linux.S
[949/1207] Compiling aesni-gcm-x86_64-linux.S
[950/1207] Compiling aes-gcm-avx512-x86_64-apple.S
[951/1207] Compiling aes-gcm-avx2-x86_64-apple.S
[952/1207] Compiling aes-gcm-avx2-x86_64-linux.S
[953/1207] Compiling xwing.cc
[954/1207] Compiling x_sig.cc
[955/1207] Compiling x_spki.cc
[956/1207] Compiling x_x509.cc
[957/1207] Compiling x_val.cc
[958/1207] Compiling x_x509a.cc
[959/1207] Compiling x_req.cc
[960/1207] Compiling c-nioatomics.c
[961/1207] Compiling x_name.cc
[962/1207] Compiling c-atomics.c
[963/1207] Compiling x_pubkey.cc
[964/1207] Compiling x_attrib.cc
[965/1207] Compiling x_crl.cc
[966/1207] Compiling x_exten.cc
[968/1213] Compiling NIOConcurrencyHelpers NIOLock.swift
[969/1213] Compiling NIOConcurrencyHelpers lock.swift
[969/1213] Compiling x_algor.cc
[970/1213] Compiling x_all.cc
[971/1213] Compiling x509spki.cc
[973/1213] Emitting module NIOConcurrencyHelpers
[974/1213] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[975/1213] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[976/1213] Compiling NIOConcurrencyHelpers atomics.swift
[976/1214] Compiling x509rset.cc
[978/1214] Compiling x509cset.cc
[979/1214] Compiling x509_vpm.cc
[980/1214] Compiling x509name.cc
[981/1214] Compiling x509_v3.cc
[982/1214] Compiling x509_txt.cc
[983/1214] Compiling x509_vfy.cc
[984/1214] Compiling x509_trs.cc
[985/1240] Compiling x509_set.cc
[987/1240] Compiling ConsoleKitTerminal Console+Wait.swift
[988/1240] Compiling ConsoleKitTerminal ConsoleColor.swift
[989/1240] Compiling ConsoleKitTerminal ConsoleStyle.swift
[989/1243] Compiling x509_obj.cc
[990/1243] Compiling x509_req.cc
[992/1243] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[993/1243] Compiling ConsoleKitTerminal ConsoleClear.swift
[994/1243] Compiling ConsoleKitTerminal Console+Ask.swift
[995/1243] Compiling ConsoleKitTerminal Console+Choose.swift
[996/1243] Compiling ConsoleKitTerminal Console+Confirm.swift
[997/1243] Compiling ConsoleKitTerminal Console+Input.swift
[998/1243] Compiling ConsoleKitTerminal Console+Center.swift
[999/1243] Compiling ConsoleKitTerminal Console+Output.swift
[1000/1243] Emitting module ConsoleKitTerminal
[1000/1243] Compiling x509_lu.cc
[1002/1243] Compiling ConsoleKitTerminal CustomActivity.swift
[1003/1243] Compiling ConsoleKitTerminal LoadingBar.swift
[1004/1243] Compiling ConsoleKitTerminal ProgressBar.swift
[1005/1243] Compiling ConsoleKitTerminal Console+Clear.swift
[1006/1243] Compiling ConsoleKitTerminal ActivityBar.swift
[1007/1243] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1008/1243] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1009/1243] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1010/1243] Compiling ConsoleKitTerminal ConsoleText.swift
[1011/1243] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1012/1243] Compiling ConsoleKitTerminal ANSI.swift
[1012/1243] Compiling x509_ext.cc
[1013/1243] Compiling x509_def.cc
[1015/1243] Compiling ConsoleKitTerminal Console.swift
[1016/1243] Compiling ConsoleKitTerminal Terminal.swift
[1017/1243] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1017/1243] Compiling x509_d2.cc
[1019/1243] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1020/1243] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1021/1243] Compiling ConsoleKitTerminal LoggerFragment.swift
[1021/1243] Compiling x509_cmp.cc
[1023/1244] Compiling x509.cc
[1024/1244] Compiling x509_att.cc
[1025/1244] Compiling v3_purp.cc
[1026/1244] Compiling v3_utl.cc
[1027/1244] Compiling v3_skey.cc
[1028/1266] Compiling v3_prn.cc
[1030/1266] Emitting module ConsoleKitCommands
[1030/1268] Compiling v3_pmaps.cc
[1031/1268] Compiling v3_ncons.cc
[1033/1268] Compiling ConsoleKitCommands CommandSignature.swift
[1034/1268] Compiling ConsoleKitCommands Flag.swift
[1035/1268] Compiling ConsoleKitCommands Option.swift
[1036/1268] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1037/1268] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1038/1268] Compiling ConsoleKitCommands Argument.swift
[1039/1268] Compiling ConsoleKitCommands AsyncCommands.swift
[1040/1268] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1041/1268] Compiling ConsoleKitCommands AnyCommand.swift
[1041/1268] Compiling v3_pcons.cc
[1043/1268] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1044/1268] Compiling ConsoleKitCommands Utilities.swift
[1044/1268] Compiling v3_ocsp.cc
[1045/1268] Compiling v3_lib.cc
[1046/1268] Compiling v3_int.cc
[1047/1268] Compiling v3_info.cc
[1048/1268] Compiling v3_ia5.cc
[1049/1268] Compiling v3_genn.cc
[1050/1268] Compiling v3_extku.cc
[1051/1268] Compiling v3_enum.cc
[1053/1268] Compiling ConsoleKitCommands Command.swift
[1054/1268] Compiling ConsoleKitCommands CommandContext.swift
[1055/1268] Compiling ConsoleKitCommands CommandError.swift
[1056/1268] Compiling ConsoleKitCommands CommandGroup.swift
[1057/1268] Compiling ConsoleKitCommands CommandInput.swift
[1058/1268] Compiling ConsoleKitCommands Commands.swift
[1059/1268] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1060/1268] Compiling ConsoleKitCommands AsyncCommand.swift
[1061/1268] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1062/1268] Compiling ConsoleKitCommands Console+Run.swift
[1063/1268] Compiling ConsoleKitCommands ConsoleError.swift
[1064/1268] Compiling ConsoleKitCommands Completion.swift
[1064/1269] Compiling v3_bcons.cc
[1066/1269] Compiling v3_cpols.cc
[1067/1269] Compiling v3_crld.cc
[1068/1269] Compiling v3_bitst.cc
[1070/1271] Compiling ConsoleKit Exports.swift
[1071/1271] Emitting module ConsoleKit
[1071/1272] Compiling v3_conf.cc
[1073/1272] Compiling v3_akeya.cc
[1074/1272] Compiling v3_alt.cc
[1075/1272] Compiling t_x509a.cc
[1076/1272] Compiling v3_akey.cc
[1077/1272] Compiling t_req.cc
[1078/1272] Compiling t_x509.cc
[1079/1272] Compiling i2d_pr.cc
[1080/1272] Compiling t_crl.cc
[1081/1272] Compiling rsa_pss.cc
[1082/1272] Compiling name_print.cc
[1083/1272] Compiling policy.cc
[1084/1272] Compiling by_file.cc
[1085/1272] Compiling by_dir.cc
[1086/1272] Compiling asn1_gen.cc
[1087/1272] Compiling algorithm.cc
[1088/1272] Compiling a_verify.cc
[1089/1272] Compiling thread_win.cc
[1090/1272] Compiling a_sign.cc
[1091/1272] Compiling a_digest.cc
[1092/1272] Compiling voprf.cc
[1093/1272] Compiling trust_token.cc
[1094/1272] Compiling pmbtoken.cc
[1095/1272] Compiling thread_pthread.cc
[1096/1272] Compiling thread.cc
[1097/1272] Compiling thread_none.cc
[1098/1272] Compiling sha256.cc
[1099/1272] Compiling sha512.cc
[1100/1272] Compiling stack.cc
[1101/1272] Compiling siphash.cc
[1102/1272] Compiling sha1.cc
[1103/1272] Compiling slhdsa.cc
[1104/1272] Compiling rsa_print.cc
[1105/1272] Compiling rsa_extra.cc
[1106/1272] Compiling spake2plus.cc
[1107/1272] Compiling rc4.cc
[1108/1272] Compiling refcount.cc
[1109/1272] Compiling rsa_crypt.cc
[1110/1272] Compiling windows.cc
[1111/1272] Compiling trusty.cc
[1112/1272] Compiling urandom.cc
[1113/1272] Compiling rand.cc
[1114/1272] Compiling rsa_asn1.cc
[1115/1272] Compiling passive.cc
[1116/1272] Compiling poly1305_arm_asm.S
[1117/1272] Compiling getentropy.cc
[1118/1272] Compiling ios.cc
[1119/1272] Compiling forkunsafe.cc
[1120/1272] Compiling fork_detect.cc
[1121/1272] Compiling deterministic.cc
[1122/1272] Compiling poly1305_arm.cc
[1123/1272] Compiling poly1305_vec.cc
[1124/1272] Compiling poly1305.cc
[1125/1272] Compiling pool.cc
[1126/1272] Compiling pkcs8_x509.cc
[1127/1272] Compiling pkcs8.cc
[1128/1272] Compiling pem_x509.cc
[1129/1272] Compiling pkcs7.cc
[1130/1272] Compiling p5_pbev2.cc
[1131/1272] Compiling pkcs7_x509.cc
[1132/1272] Compiling pem_xaux.cc
[1133/1272] Compiling pem_pkey.cc
[1134/1272] Compiling pem_oth.cc
[1135/1272] Compiling pem_pk8.cc
[1136/1272] Compiling obj_xref.cc
[1137/1272] Compiling mlkem.cc
[1138/1272] Compiling mldsa.cc
[1139/1272] Compiling pem_info.cc
[1140/1272] Compiling obj.cc
[1141/1272] Compiling mem.cc
[1142/1272] Compiling pem_lib.cc
[1143/1272] Compiling poly_rq_mul.S
[1144/1272] Compiling pem_all.cc
[1145/1272] Compiling fips_shared_support.cc
[1146/1272] Compiling lhash.cc
[1147/1272] Compiling md5.cc
[1148/1272] Compiling kyber.cc
[1149/1272] Compiling fuzzer_mode.cc
[1150/1272] Compiling md4.cc
[1151/1272] Compiling hrss.cc
[1152/1272] Compiling ex_data.cc
[1153/1272] Compiling hpke.cc
[1154/1272] Compiling scrypt.cc
[1155/1272] Compiling p_x25519.cc
[1156/1272] Compiling pbkdf.cc
[1157/1272] Compiling sign.cc
[1158/1272] Compiling print.cc
[1159/1272] Compiling p_x25519_asn1.cc
[1160/1272] Compiling p_ed25519.cc
[1161/1272] Compiling p_ec_asn1.cc
[1162/1272] Compiling p_rsa_asn1.cc
[1163/1272] Compiling p_rsa.cc
[1164/1272] Compiling p_hkdf.cc
[1165/1272] Compiling p_ed25519_asn1.cc
[1166/1272] Compiling p_ec.cc
[1167/1272] Compiling p_dh.cc
[1168/1272] Compiling p_dh_asn1.cc
[1169/1272] Compiling p_dsa_asn1.cc
[1170/1272] Compiling evp.cc
[1171/1272] Compiling evp_ctx.cc
[1172/1272] Compiling err.cc
[1172/1272] Compiling engine.cc
[1174/1272] Compiling ecdsa_p1363.cc
[1175/1272] Compiling evp_asn1.cc
[1176/1272] Compiling hash_to_curve.cc
[1177/1272] Compiling ecdsa_asn1.cc
[1178/1272] Compiling ecdh.cc
[1179/1272] Compiling ec_derive.cc
[1180/1272] Compiling dsa.cc
[1181/1272] Compiling ec_asn1.cc
[1182/1272] Compiling params.cc
[1183/1272] Compiling dsa_asn1.cc
[1184/1272] Compiling x25519-asm-arm.S
[1185/1272] Compiling des.cc
[1186/1272] Compiling dh_asn1.cc
[1187/1272] Compiling digest_extra.cc
[1188/1272] Compiling spake25519.cc
[1189/1272] Compiling crypto.cc
[1190/1272] Compiling cpu_intel.cc
[1191/1272] Compiling cpu_arm_linux.cc
[1192/1272] Compiling curve25519.cc
[1193/1272] Compiling cpu_arm_freebsd.cc
[1194/1272] Compiling cpu_aarch64_win.cc
[1195/1272] Compiling cpu_aarch64_openbsd.cc
[1196/1272] Compiling cpu_aarch64_sysreg.cc
[1197/1272] Compiling cpu_aarch64_linux.cc
[1198/1272] Compiling cpu_aarch64_fuchsia.cc
[1199/1272] Compiling curve25519_64_adx.cc
[1200/1272] Compiling cpu_aarch64_apple.cc
[1201/1272] Compiling conf.cc
[1202/1272] Compiling tls_cbc.cc
[1203/1272] Compiling e_rc4.cc
[1204/1272] Compiling get_cipher.cc
[1205/1272] Compiling bcm.cc
[1206/1272] Compiling e_rc2.cc
[1207/1272] Compiling e_tls.cc
[1208/1272] Compiling e_null.cc
[1209/1272] Compiling e_aesgcmsiv.cc
[1210/1272] Compiling cms.cc
[1211/1272] Compiling unicode.cc
[1212/1272] Compiling e_des.cc
[1213/1272] Compiling chacha.cc
[1214/1272] Compiling e_chacha20poly1305.cc
[1215/1272] Compiling derive_key.cc
[1216/1272] Compiling e_aeseax.cc
[1217/1272] Compiling cbs.cc
[1218/1272] Compiling e_aesctrhmac.cc
[1219/1272] Compiling buf.cc
[1220/1272] Compiling sqrt.cc
[1221/1272] Compiling div.cc
[1222/1272] Compiling cbb.cc
[1223/1272] Compiling asn1_compat.cc
[1224/1272] Compiling exponentiation.cc
[1225/1272] Compiling ber.cc
[1226/1272] Compiling printf.cc
[1227/1272] Compiling blake2.cc
[1228/1272] Compiling convert.cc
[1229/1272] Compiling hexdump.cc
[1230/1272] Compiling pair.cc
[1231/1272] Compiling bn_asn1.cc
[1232/1272] Compiling file.cc
[1233/1272] Compiling errno.cc
[1234/1272] Compiling fd.cc
[1235/1272] Compiling bio_mem.cc
[1236/1272] Compiling base64.cc
[1237/1272] Compiling tasn_typ.cc
[1238/1272] Compiling bio.cc
[1239/1272] Compiling tasn_fre.cc
[1240/1272] Compiling tasn_utl.cc
[1241/1272] Compiling tasn_new.cc
[1242/1272] Compiling posix_time.cc
[1243/1272] Compiling f_string.cc
[1244/1272] Compiling tasn_enc.cc
[1245/1272] Compiling f_int.cc
[1246/1272] Compiling asn_pack.cc
[1247/1272] Compiling tasn_dec.cc
[1248/1272] Compiling asn1_par.cc
[1249/1272] Compiling a_octet.cc
[1250/1272] Compiling a_strnid.cc
[1251/1272] Compiling a_utctm.cc
[1252/1272] Compiling a_type.cc
[1253/1272] Compiling a_time.cc
[1254/1272] Compiling asn1_lib.cc
[1255/1272] Compiling a_strex.cc
[1256/1272] Compiling a_dup.cc
[1257/1272] Compiling a_d2i_fp.cc
[1258/1272] Compiling a_mbstr.cc
[1259/1272] Compiling a_object.cc
[1259/1272] Write sources
[1265/1272] Compiling a_gentm.cc
[1266/1272] Compiling a_i2d_fp.cc
[1267/1272] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1268/1272] Compiling a_int.cc
[1269/1272] Compiling a_bool.cc
[1270/1368] Compiling aes.cc
[1272/1368] Compiling Atomics ManagedAtomic.swift
[1273/1368] Compiling Atomics ManagedAtomicLazyReference.swift
[1274/1368] Compiling Atomics UnsafeAtomic.swift
[1275/1368] Compiling Atomics UnsafeAtomicLazyReference.swift
[1276/1370] Compiling Atomics AtomicMemoryOrderings.swift
[1277/1370] Compiling Atomics DoubleWord.swift
[1278/1370] Compiling Atomics AtomicStorage.swift
[1279/1370] Compiling Atomics AtomicValue.swift
[1279/1370] Compiling a_bitstr.cc
[1281/1370] Compiling Atomics AtomicInteger.swift
[1282/1370] Compiling Atomics AtomicOptionalWrappable.swift
[1283/1370] Compiling Atomics AtomicReference.swift
[1284/1378] Emitting module BitCollections
[1285/1378] Compiling Atomics IntegerOperations.swift
[1286/1378] Compiling Atomics Unmanaged extensions.swift
[1287/1385] Compiling BitCollections BitSet+Initializers.swift
[1288/1385] Compiling BitCollections BitSet+Invariants.swift
[1289/1385] Compiling BitCollections BitSet+Random.swift
[1290/1385] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1291/1385] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1292/1385] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1293/1385] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1294/1385] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1295/1385] Compiling BitCollections BitSet+CustomReflectable.swift
[1296/1385] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1297/1385] Compiling BitCollections BitSet+Equatable.swift
[1298/1385] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1299/1385] Compiling BitCollections BitSet+Extras.swift
[1300/1385] Compiling BitCollections BitSet+Hashable.swift
[1301/1385] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1302/1385] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1303/1385] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1304/1385] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1305/1385] Compiling BitCollections BitSet+SetAlgebra union.swift
[1306/1385] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1307/1385] Compiling BitCollections BitSet.Counted.swift
[1308/1385] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1309/1385] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1310/1385] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1311/1385] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1312/1385] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1313/1385] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1314/1385] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1316/1385] Compiling BitCollections BitArray+Collection.swift
[1317/1385] Compiling BitCollections BitArray+Copy.swift
[1326/1388] Compiling BitCollections BitArray+CustomReflectable.swift
[1327/1388] Compiling BitCollections BitArray+Descriptions.swift
[1328/1388] Compiling BitCollections BitArray+Equatable.swift
[1335/1388] Compiling CryptoBoringWrapper RandomBytes.swift
[1340/1388] Compiling Atomics PointerConformances.swift
[1341/1388] Compiling Atomics Primitives.native.swift
[1344/1388] Compiling Atomics OptionalRawRepresentable.swift
[1345/1388] Compiling Atomics RawRepresentable.swift
[1346/1388] Compiling Atomics AtomicBool.swift
[1347/1388] Compiling Atomics IntegerConformances.swift
[1360/1388] Compiling BitCollections BitSet.Index.swift
[1361/1388] Compiling BitCollections BitSet._UnsafeHandle.swift
[1362/1388] Compiling BitCollections BitSet.swift
[1363/1388] Compiling BitCollections Range+Utilities.swift
[1364/1388] Compiling BitCollections Slice+Utilities.swift
[1365/1388] Compiling BitCollections UInt+Tricks.swift
[1366/1388] Compiling BitCollections _Word.swift
[1367/1389] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1368/1389] Compiling Algorithms Trim.swift
[1369/1389] Compiling Algorithms Unique.swift
[1370/1389] Compiling Algorithms Windows.swift
[1372/1389] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1373/1389] Emitting module CryptoBoringWrapper
[1374/1389] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1375/1389] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1376/1389] Compiling CryptoBoringWrapper EllipticCurve.swift
[1377/1389] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1389/1392] Compiling Collections Collections.swift
[1390/1392] Emitting module Collections
[1391/1393] Emitting module Atomics
[1394/1465] Emitting module Algorithms
[1396/1527] Compiling NIOCore Interfaces.swift
[1397/1527] Compiling NIOCore Linux.swift
[1398/1527] Compiling NIOCore MarkedCircularBuffer.swift
[1399/1527] Compiling NIOCore MulticastChannel.swift
[1400/1527] Compiling NIOCore ByteBuffer-multi-int.swift
[1401/1527] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1402/1527] Compiling NIOCore ByteBuffer-views.swift
[1403/1527] Compiling NIOCore Channel.swift
[1404/1527] Compiling NIOCore ChannelHandler.swift
[1405/1527] Compiling NIOCore ChannelHandlers.swift
[1406/1537] Emitting module Crypto
[1407/1537] Compiling Crypto X25519Keys.swift
[1408/1537] Compiling Crypto SymmetricKeys.swift
[1409/1537] Compiling Crypto HMAC.swift
[1410/1537] Compiling Crypto MACFunctions.swift
[1411/1537] Compiling Crypto MessageAuthenticationCode.swift
[1412/1537] Compiling Crypto AES.swift
[1413/1537] Compiling Crypto ECDSASignature_boring.swift
[1414/1537] Compiling Crypto ECDSA_boring.swift
[1415/1537] Compiling Crypto EdDSA_boring.swift
[1416/1537] Compiling Crypto ECDSA.swift
[1417/1537] Compiling NIOCore EventLoopFuture.swift
[1418/1537] Compiling NIOCore FileDescriptor.swift
[1419/1537] Compiling NIOCore FileHandle.swift
[1420/1537] Compiling NIOCore FileRegion.swift
[1421/1537] Compiling NIOCore GlobalSingletons.swift
[1422/1537] Compiling NIOCore IO.swift
[1423/1537] Compiling NIOCore IOData.swift
[1424/1537] Compiling NIOCore IPProtocol.swift
[1425/1537] Compiling NIOCore IntegerBitPacking.swift
[1426/1537] Compiling NIOCore IntegerTypes.swift
[1427/1537] Compiling NIOCore NIOAny.swift
[1428/1537] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1429/1537] Compiling NIOCore NIOCoreSendableMetatype.swift
[1430/1537] Compiling NIOCore NIOLoopBound.swift
[1431/1537] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1432/1537] Compiling NIOCore NIOScheduledCallback.swift
[1433/1537] Compiling NIOCore NIOSendable.swift
[1434/1537] Compiling NIOCore RecvByteBufferAllocator.swift
[1435/1545] Compiling NIOCore BSDSocketAPI.swift
[1436/1545] Compiling NIOCore ByteBuffer-aux.swift
[1437/1545] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1438/1545] Compiling NIOCore ByteBuffer-conversions.swift
[1439/1545] Compiling NIOCore ByteBuffer-core.swift
[1440/1545] Compiling NIOCore ByteBuffer-hex.swift
[1441/1545] Compiling NIOCore ByteBuffer-int.swift
[1442/1545] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1443/1545] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1444/1545] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1445/1545] Compiling NIOCore AddressedEnvelope.swift
[1446/1545] Compiling NIOCore AsyncAwaitSupport.swift
[1447/1545] Compiling NIOCore AsyncChannel.swift
[1448/1545] Compiling NIOCore AsyncChannelHandler.swift
[1449/1545] Compiling NIOCore AsyncChannelInboundStream.swift
[1450/1545] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1451/1545] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1452/1545] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1453/1545] Compiling NIOCore NIOAsyncWriter.swift
[1454/1545] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1463/1545] Compiling NIOCore EventLoop.swift
[1464/1545] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1473/1545] Compiling NIOCore ChannelInvoker.swift
[1474/1545] Compiling NIOCore ChannelOption.swift
[1475/1545] Compiling NIOCore ChannelPipeline.swift
[1476/1545] Compiling NIOCore CircularBuffer.swift
[1477/1545] Compiling NIOCore Codec.swift
[1478/1545] Compiling NIOCore ConvenienceOptionSupport.swift
[1479/1545] Compiling NIOCore DeadChannel.swift
[1480/1545] Compiling NIOCore DispatchQueue+WithFuture.swift
[1481/1545] Compiling NIOCore EventLoop+Deprecated.swift
[1482/1545] Compiling NIOCore EventLoop+SerialExecutor.swift
[1491/1545] Compiling Crypto Ed25519.swift
[1492/1545] Compiling Crypto Signature.swift
[1493/1545] Compiling Crypto CryptoKitErrors_boring.swift
[1494/1545] Compiling Crypto RNG_boring.swift
[1495/1545] Compiling Crypto SafeCompare_boring.swift
[1496/1545] Compiling Crypto Zeroization_boring.swift
[1497/1545] Compiling Crypto PrettyBytes.swift
[1498/1545] Compiling Crypto SafeCompare.swift
[1499/1545] Compiling Crypto SecureBytes.swift
[1500/1545] Compiling Crypto Zeroization.swift
[1502/1546] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1503/1546] Compiling NIOCore SocketAddresses.swift
[1504/1546] Compiling NIOCore SocketOptionProvider.swift
[1505/1546] Compiling NIOCore SystemCallHelpers.swift
[1506/1546] Compiling NIOCore TimeAmount+Duration.swift
[1507/1546] Compiling NIOCore TypeAssistedChannelHandler.swift
[1508/1546] Compiling NIOCore UniversalBootstrapSupport.swift
[1509/1546] Compiling NIOCore Utilities.swift
[1528/1546] Emitting module NIOCore
[1548/1599] Compiling NIOEmbedded AsyncTestingChannel.swift
[1549/1599] Emitting module NIOEmbedded
[1550/1599] Compiling NIOEmbedded Embedded.swift
[1551/1599] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1553/1600] Compiling NIOPosix IO.swift
[1554/1600] Compiling NIOPosix IntegerBitPacking.swift
[1555/1600] Compiling NIOPosix IntegerTypes.swift
[1556/1600] Compiling NIOPosix Linux.swift
[1557/1600] Compiling NIOPosix LinuxCPUSet.swift
[1558/1600] Compiling NIOPosix LinuxUring.swift
[1559/1600] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1560/1606] Compiling NIOPosix ThreadPosix.swift
[1561/1606] Compiling NIOPosix ThreadWindows.swift
[1562/1606] Compiling NIOPosix UnsafeTransfer.swift
[1563/1606] Compiling NIOPosix Utilities.swift
[1564/1606] Compiling NIOPosix VsockAddress.swift
[1565/1606] Compiling NIOPosix VsockChannelEvents.swift
[1566/1606] Compiling NIOPosix SelectableEventLoop.swift
[1567/1606] Compiling NIOPosix SelectorEpoll.swift
[1568/1606] Compiling NIOPosix SelectorGeneric.swift
[1569/1606] Compiling NIOPosix SelectorKqueue.swift
[1570/1606] Compiling NIOPosix SelectorUring.swift
[1571/1606] Compiling NIOPosix ServerSocket.swift
[1572/1606] Compiling NIOPosix Pool.swift
[1573/1606] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1574/1606] Compiling NIOPosix PosixSingletons.swift
[1575/1606] Compiling NIOPosix RawSocketBootstrap.swift
[1576/1606] Compiling NIOPosix Resolver.swift
[1577/1606] Compiling NIOPosix Selectable.swift
[1578/1606] Compiling NIOPosix SelectableChannel.swift
[1579/1606] Compiling NIOPosix Socket.swift
[1580/1606] Compiling NIOPosix SocketChannel.swift
[1581/1606] Compiling NIOPosix SocketProtocols.swift
[1582/1606] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1583/1606] Compiling NIOPosix System.swift
[1584/1606] Compiling NIOPosix Thread.swift
[1585/1606] Emitting module NIOPosix
[1586/1606] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1587/1606] Compiling NIOPosix NIOThreadPool.swift
[1588/1606] Compiling NIOPosix NonBlockingFileIO.swift
[1589/1606] Compiling NIOPosix PendingDatagramWritesManager.swift
[1590/1606] Compiling NIOPosix PendingWritesManager.swift
[1591/1606] Compiling NIOPosix PipeChannel.swift
[1592/1606] Compiling NIOPosix PipePair.swift
[1593/1606] Compiling NIOPosix Bootstrap.swift
[1594/1606] Compiling NIOPosix ControlMessage.swift
[1595/1606] Compiling NIOPosix DatagramVectorReadManager.swift
[1596/1606] Compiling NIOPosix Errors+Any.swift
[1597/1606] Compiling NIOPosix FileDescriptor.swift
[1598/1606] Compiling NIOPosix GetaddrinfoResolver.swift
[1599/1606] Compiling NIOPosix HappyEyeballs.swift
[1600/1606] Compiling NIOPosix BSDSocketAPICommon.swift
[1601/1606] Compiling NIOPosix BSDSocketAPIPosix.swift
[1602/1606] Compiling NIOPosix BSDSocketAPIWindows.swift
[1603/1606] Compiling NIOPosix BaseSocket.swift
[1604/1606] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1605/1606] Compiling NIOPosix BaseSocketChannel.swift
[1606/1606] Compiling NIOPosix BaseStreamSocketChannel.swift
[1608/1667] Compiling NIO Exports.swift
[1609/1667] Emitting module NIO
[1611/1668] Compiling _NIOFileSystem DirectoryEntry.swift
[1612/1668] Compiling _NIOFileSystem Exports.swift
[1613/1668] Compiling _NIOFileSystem FileChunks.swift
[1614/1704] Compiling AsyncKit Future+Miscellaneous.swift
[1615/1704] Compiling AsyncKit Future+Nonempty.swift
[1616/1704] Compiling AsyncKit Future+Optional.swift
[1617/1704] Compiling AsyncKit Future+Transform.swift
[1618/1704] Compiling AsyncKit Future+Try.swift
[1619/1704] Compiling AsyncKit FutureOperators.swift
[1620/1709] Compiling NIOSOCKS ClientStateMachine.swift
[1621/1710] Compiling NIOTLS TLSEvents.swift
[1622/1710] Compiling NIOSOCKS Errors.swift
[1623/1710] Compiling NIOSOCKS Helpers.swift
[1624/1710] Emitting module NIOTLS
[1625/1710] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1626/1710] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1627/1710] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1628/1710] Compiling NIOSOCKS AuthenticationMethod.swift
[1629/1710] Compiling NIOSOCKS ClientGreeting.swift
[1630/1710] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1631/1710] Compiling NIOSOCKS SOCKSClientHandler.swift
[1632/1710] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1633/1710] Emitting module NIOSOCKS
[1634/1710] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1635/1710] Compiling NIOSOCKS ServerStateMachine.swift
[1636/1710] Compiling NIOSOCKS SOCKSResponse.swift
[1637/1710] Compiling NIOSOCKS Messages.swift
[1638/1710] Compiling NIOSOCKS SOCKSRequest.swift
[1639/1711] Emitting module _NIOFileSystem
[1646/1715] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1647/1715] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1648/1715] Compiling NIOTLS SNIHandler.swift
[1649/1715] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1650/1716] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1651/1716] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1652/1718] Emitting module NIOFoundationCompat
[1653/1718] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1654/1719] Emitting module NIOHTTP1
[1656/1719] Compiling AsyncKit Optional+StrictMap.swift
[1657/1719] Compiling AsyncKit Exports.swift
[1661/1719] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1662/1719] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1663/1720] Compiling _NIOFileSystem Utilities.swift
[1664/1720] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[1665/1720] Compiling _NIOFileSystem OpenOptions.swift
[1666/1720] Compiling _NIOFileSystem String+FileSystem.swift
[1667/1770] Compiling NIOSSL SSLInit.swift
[1668/1770] Compiling NIOSSL SSLPKCS12Bundle.swift
[1669/1770] Compiling NIOSSL SSLPrivateKey.swift
[1670/1770] Compiling NIOSSL IdentityVerification.swift
[1671/1770] Compiling NIOSSL SSLContext.swift
[1672/1770] Compiling NIOSSL SSLErrors.swift
[1673/1770] Compiling NIOSSL ObjectIdentifier.swift
[1674/1770] Compiling NIOSSL PosixPort.swift
[1675/1770] Compiling NIOSSL SSLCallbacks.swift
[1676/1772] Emitting module NIOTransportServices
[1677/1772] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1678/1772] Compiling NIOSSL NIOSSLHandler.swift
[1679/1772] Compiling NIOSSL NIOSSLServerHandler.swift
[1680/1772] Compiling NIOSSL SSLCertificate.swift
[1681/1772] Compiling NIOSSL SSLCertificateExtensions.swift
[1682/1772] Compiling NIOSSL SSLCertificateName.swift
[1683/1772] Compiling NIOSSL AndroidCABundle.swift
[1684/1772] Compiling NIOSSL ByteBufferBIO.swift
[1685/1772] Compiling NIOSSL CustomPrivateKey.swift
[1686/1772] Compiling NIOSSL SSLConnection.swift
[1687/1772] Compiling NIOSSL LinuxCABundle.swift
[1688/1772] Compiling NIOSSL NIOSSLClientHandler.swift
[1689/1772] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1690/1772] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1692/1773] Emitting module AsyncKit
[1701/1773] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1702/1773] Compiling NIOSSL SubjectAlternativeName.swift
[1711/1773] Compiling NIOSSL NIOSSLSecureBytes.swift
[1712/1773] Compiling NIOSSL RNG.swift
[1713/1773] Compiling NIOSSL SafeCompare.swift
[1714/1773] Compiling _NIOFileSystem CInterop.swift
[1715/1773] Compiling _NIOFileSystem Errno.swift
[1716/1773] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1717/1773] Compiling _NIOFileSystem Mocking.swift
[1718/1773] Compiling _NIOFileSystem Syscall.swift
[1719/1773] Compiling _NIOFileSystem Syscalls.swift
[1720/1773] Compiling _NIOFileSystem SystemFileHandle.swift
[1725/1839] Emitting module NIOSSL
[1726/1843] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1727/1844] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1728/1844] Compiling NIOWebSocket WebSocketOpcode.swift
[1729/1844] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1730/1844] Compiling NIOHPACK IndexedHeaderTable.swift
[1731/1844] Compiling NIOHPACK IntegerCoding.swift
[1732/1845] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1733/1845] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1735/1847] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1736/1847] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1737/1847] Compiling MultipartKit FormDataDecoder.swift
[1738/1847] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1739/1847] Compiling MultipartKit MultipartFormData.swift
[1740/1847] Compiling MultipartKit MultipartParser.swift
[1741/1847] Compiling MultipartKit FormDataEncoder.swift
[1742/1847] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1743/1847] Emitting module MultipartKit
[1748/1849] Compiling MultipartKit Storage.swift
[1749/1849] Compiling NIOHTTPCompression HTTPCompression.swift
[1750/1849] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1751/1849] Emitting module NIOHTTPCompression
[1752/1849] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1753/1849] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1754/1849] Compiling NIOHTTPCompression HTTPDecompression.swift
[1755/1849] Compiling MultipartKit MultipartPart.swift
[1756/1849] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1760/1849] Compiling NIOHPACK HuffmanTables.swift
[1761/1849] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1762/1849] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1763/1849] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1765/1849] Compiling NIOHPACK StaticHeaderTable.swift
[1766/1849] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1775/1850] Compiling NIOHPACK HuffmanCoding.swift
[1776/1850] Emitting module NIOWebSocket
[1777/1850] Compiling MultipartKit BasicCodingKey.swift
[1778/1850] Compiling MultipartKit MultipartError.swift
[1779/1850] Compiling MultipartKit Exports.swift
[1792/1850] Emitting module NIOHPACK
[1793/1850] Compiling NIOWebSocket WebSocketFrame.swift
[1795/1851] Compiling MultipartKit MultipartSerializer.swift
[1796/1851] Compiling MultipartKit Utilities.swift
[1801/1851] Emitting module NIOExtras
[1843/1919] Compiling NIOFileSystem Exports.swift
[1844/1919] Emitting module NIOFileSystem
[1845/1920] Emitting module _NIOFileSystemFoundationCompat
[1846/1920] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1848/1920] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1849/1921] Compiling NIOHTTP2 Error+Any.swift
[1850/1921] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1851/1921] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1852/1921] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1855/1922] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1856/1922] Compiling NIOHTTP2 MaySendFrames.swift
[1858/1955] Compiling LeafKit LeafRenderer.swift
[1859/1955] Compiling LeafKit Dictionary+LeafData.swift
[1860/1955] Compiling LeafKit LeafSource.swift
[1861/1955] Compiling LeafKit LeafSources.swift
[1862/1955] Compiling LeafKit NIOLeafFiles.swift
[1863/1955] Compiling NIOHTTP2 SendingRstStreamState.swift
[1864/1955] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1865/1955] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1866/1955] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1867/1955] Compiling LeafKit LeafConfiguration.swift
[1868/1955] Compiling LeafKit LeafData.swift
[1869/1955] Compiling LeafKit LeafDataRepresentable.swift
[1870/1955] Compiling LeafKit LeafDataStorage.swift
[1871/1955] Compiling LeafKit Character+Identities.swift
[1872/1955] Compiling LeafKit LeafAST.swift
[1873/1955] Compiling LeafKit DefaultLeafCache.swift
[1874/1955] Compiling LeafKit LeafCache.swift
[1875/1955] Compiling LeafKit LeafRawTemplate.swift
[1876/1963] Compiling WebSocketKit Exports.swift
[1880/1966] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1881/1966] Compiling WebSocketKit WebSocketHandler.swift
[1882/1966] Emitting module LeafKit
[1883/1966] Compiling WebSocketKit WebSocket+Concurrency.swift
[1884/1966] Emitting module WebSocketKit
[1885/1966] Compiling WebSocketKit WebSocket+Connect.swift
[1886/1966] Compiling WebSocketKit WebSocket.swift
[1887/1966] Compiling WebSocketKit WebSocketClient.swift
[1888/1967] Compiling LeafKit LeafError.swift
[1889/1967] Compiling LeafKit LeafLexer.swift
[1890/1967] Compiling LeafKit LeafParameterTypes.swift
[1892/1967] Compiling LeafKit LeafToken.swift
[1893/1967] Compiling LeafKit LeafParameter.swift
[1895/1967] Emitting module NIOHTTP2
[1896/1967] Compiling LeafKit LeafContext.swift
[1897/1967] Compiling LeafKit LeafSerializer.swift
[1898/1967] Compiling LeafKit ParameterResolver.swift
[1899/1967] Compiling LeafKit LeafParser.swift
[1902/1967] Compiling LeafKit LeafSyntax.swift
[1903/1967] Compiling LeafKit LeafTag.swift
[1904/1967] Compiling LeafKit String+HTMLEscape.swift
[1913/1967] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1914/1967] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1915/1967] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1916/1967] Compiling NIOHTTP2 StreamChannelList.swift
[1917/1967] Compiling NIOHTTP2 StreamMap.swift
[1918/1967] Compiling NIOHTTP2 StreamStateMachine.swift
[1919/1967] Compiling NIOHTTP2 UnsafeTransfer.swift
[1920/1967] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1922/1968] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1923/1968] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1924/1968] Compiling NIOHTTP2 HTTP2StreamID.swift
[1925/1968] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1926/1968] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1927/1968] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1928/1968] Compiling NIOHTTP2 InboundEventBuffer.swift
[1929/1968] Compiling NIOHTTP2 InboundWindowManager.swift
[1946/1969] Compiling NIOHTTP2 DOSHeuristics.swift
[1951/1969] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1952/1969] Compiling NIOHTTP2 GlitchesMonitor.swift
[1953/1969] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1954/1969] Compiling NIOHTTP2 HTTP2Frame.swift
[1955/1969] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1956/1969] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1957/1969] Compiling NIOHTTP2 HTTP2PingData.swift
[1958/1969] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1959/1969] Compiling NIOHTTP2 HTTP2Settings.swift
[1960/1969] Compiling NIOHTTP2 HTTP2Stream.swift
[1961/1969] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1962/1969] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1963/1969] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1964/1969] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1965/1969] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1966/1969] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1967/1969] Compiling NIOHTTP2 HTTP2Error.swift
[1968/1969] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1969/1969] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1971/2030] Emitting module AsyncHTTPClient
[1972/2038] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1973/2038] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1974/2038] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1975/2038] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1976/2038] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1977/2038] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1978/2038] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1979/2038] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1980/2038] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1981/2038] Compiling AsyncHTTPClient HTTPHandler.swift
[1982/2038] Compiling AsyncHTTPClient LRUCache.swift
[1983/2038] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1984/2038] Compiling AsyncHTTPClient NWErrorHandler.swift
[1985/2038] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1986/2038] Compiling AsyncHTTPClient TLSConfiguration.swift
[1987/2038] Compiling AsyncHTTPClient RedirectState.swift
[1988/2038] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1989/2038] Compiling AsyncHTTPClient ConnectionTarget.swift
[1990/2038] Compiling AsyncHTTPClient DeconstructedURL.swift
[1991/2038] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1992/2038] Compiling AsyncHTTPClient FoundationExtensions.swift
[1993/2038] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1994/2038] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1995/2038] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1996/2038] Compiling AsyncHTTPClient HTTPClient.swift
[1997/2038] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1998/2038] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1999/2038] Compiling AsyncHTTPClient Transaction.swift
[2000/2038] Compiling AsyncHTTPClient Base64.swift
[2001/2038] Compiling AsyncHTTPClient BasicAuth.swift
[2002/2038] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2003/2038] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2004/2038] Compiling AsyncHTTPClient ConnectionPool.swift
[2005/2038] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2006/2038] Compiling AsyncHTTPClient RequestBag.swift
[2007/2038] Compiling AsyncHTTPClient RequestValidation.swift
[2008/2038] Compiling AsyncHTTPClient SSLContextCache.swift
[2009/2038] Compiling AsyncHTTPClient Scheme.swift
[2010/2038] Compiling AsyncHTTPClient Singleton.swift
[2011/2038] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2012/2038] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2013/2038] Compiling AsyncHTTPClient Utils.swift
[2014/2038] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2015/2038] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2016/2038] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2017/2038] Compiling AsyncHTTPClient HTTP1Connection.swift
[2018/2038] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2019/2038] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2020/2038] Compiling AsyncHTTPClient HTTP2Connection.swift
[2021/2038] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2022/2038] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2023/2038] Compiling AsyncHTTPClient RequestOptions.swift
[2024/2038] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2025/2038] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2026/2038] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2027/2038] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2028/2038] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2029/2038] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2030/2038] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2031/2038] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2032/2038] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2033/2038] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2034/2038] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2035/2038] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2036/2038] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2037/2038] Compiling AsyncHTTPClient RequestBodyLength.swift
[2038/2038] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2040/2208] Compiling Vapor HTTPServerResponseEncoder.swift
[2041/2208] Compiling Vapor HTTPServerUpgradeHandler.swift
[2042/2208] Compiling Vapor Logger+Report.swift
[2043/2208] Compiling Vapor LoggingSystem+Environment.swift
[2044/2208] Compiling Vapor Application+Middleware.swift
[2045/2208] Compiling Vapor CORSMiddleware.swift
[2046/2208] Compiling Vapor ErrorMiddleware.swift
[2047/2208] Compiling Vapor FileMiddleware.swift
[2048/2208] Compiling Vapor Middleware.swift
[2049/2208] Compiling Vapor MiddlewareConfiguration.swift
[2050/2208] Compiling Vapor ResponseCompressionMiddleware.swift
[2051/2208] Compiling Vapor RouteLoggingMiddleware.swift
[2052/2208] Compiling Vapor TracingMiddleware.swift
[2053/2208] Compiling Vapor File+Multipart.swift
[2054/2208] Compiling Vapor FormDataDecoder+Content.swift
[2055/2208] Compiling Vapor FormDataEncoder+Content.swift
[2056/2208] Compiling Vapor Application+Password.swift
[2057/2208] Compiling Vapor Application+Passwords.swift
[2058/2208] Compiling Vapor AsyncPasswordHasher.swift
[2059/2208] Compiling Vapor BcryptHasher.swift
[2060/2208] Compiling Vapor PasswordHasher.swift
[2061/2208] Compiling Vapor PlaintextHasher.swift
[2062/2208] Compiling Vapor Request+Password.swift
[2063/2208] Compiling Vapor Redirect.swift
[2064/2208] Compiling Vapor Request+Body.swift
[2065/2208] Compiling Vapor Request+BodyStream.swift
[2066/2208] Compiling Vapor Request.swift
[2067/2208] Compiling Vapor Application+Responder.swift
[2068/2208] Compiling Vapor DefaultResponder.swift
[2069/2208] Compiling Vapor Response+Body.swift
[2070/2208] Compiling Vapor Response.swift
[2071/2208] Compiling Vapor ResponseCodable.swift
[2072/2208] Compiling Vapor Application+Routes.swift
[2073/2208] Compiling Vapor Parameters+Require.swift
[2074/2208] Compiling Vapor Request+WebSocket.swift
[2075/2208] Compiling Vapor Route.swift
[2076/2208] Compiling Vapor RouteCollection.swift
[2077/2208] Compiling Vapor Routes.swift
[2078/2208] Compiling Vapor RoutesBuilder+Group.swift
[2079/2208] Compiling Vapor RoutesBuilder+Method.swift
[2080/2208] Compiling Vapor RoutesBuilder+Middleware.swift
[2081/2208] Compiling Vapor RoutesBuilder+WebSocket.swift
[2082/2208] Compiling Vapor RoutesBuilder.swift
[2083/2208] Compiling Vapor OTP.swift
[2084/2208] Compiling Vapor Application+Servers.swift
[2085/2208] Compiling Vapor Server.swift
[2086/2208] Compiling Vapor App+Service.swift
[2087/2208] Compiling Vapor Req+Service.swift
[2088/2208] Compiling Vapor Service.swift
[2089/2208] Compiling Vapor Application+Sessions.swift
[2090/2208] Compiling Vapor MemorySessions.swift
[2091/2208] Compiling Vapor Request+Session.swift
[2092/2208] Compiling Vapor Session.swift
[2093/2208] Compiling Vapor SessionCache.swift
[2094/2208] Compiling Vapor SessionData.swift
[2095/2208] Compiling Vapor SessionDriver.swift
[2096/2208] Compiling Vapor SessionsConfiguration.swift
[2097/2208] Compiling Vapor SessionsMiddleware.swift
[2098/2208] Compiling Vapor URLEncodedFormData.swift
[2099/2208] Compiling Vapor URLEncodedFormDecoder.swift
[2100/2208] Compiling Vapor URLEncodedFormEncoder.swift
[2101/2208] Compiling Vapor URLEncodedFormError.swift
[2102/2208] Compiling Vapor URLEncodedFormParser.swift
[2103/2208] Compiling Vapor URLEncodedFormSerializer.swift
[2104/2208] Compiling Vapor URLQueryFragmentConvertible.swift
[2105/2208] Compiling Vapor AnyResponse.swift
[2106/2208] Compiling Vapor Array+Random.swift
[2107/2208] Compiling Vapor Base32.swift
[2108/2208] Compiling Vapor Base64.swift
[2109/2208] Compiling Vapor BaseN.swift
[2110/2208] Compiling Vapor BasicCodingKey.swift
[2111/2208] Compiling Vapor ByteCount.swift
[2112/2208] Compiling Vapor Core.swift
[2113/2208] Compiling Vapor Running.swift
[2114/2208] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2115/2208] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2116/2208] Compiling Vapor DotEnvFile+load.swift
[2117/2208] Compiling Vapor Routes+caseInsenstive.swift
[2118/2208] Compiling Vapor Validatable+validate.swift
[2119/2208] Compiling Vapor Environment+Process.swift
[2120/2208] Compiling Vapor Environment+Secret.swift
[2121/2208] Compiling Vapor Environment.swift
[2122/2208] Compiling Vapor Abort.swift
[2123/2208] Compiling Vapor AbortError.swift
[2124/2208] Compiling Vapor DebuggableError.swift
[2125/2208] Compiling Vapor Demangler.swift
[2126/2208] Compiling Vapor ErrorSource.swift
[2127/2208] Compiling Vapor StackTrace.swift
[2128/2208] Compiling Vapor Exports.swift
[2129/2208] Compiling Vapor Application+HTTP.swift
[2130/2208] Compiling Vapor BasicResponder.swift
[2131/2208] Compiling Vapor BodyStream.swift
[2132/2208] Compiling Vapor Application+HTTP+Client.swift
[2133/2208] Compiling Vapor EventLoopHTTPClient.swift
[2134/2208] Compiling Vapor EndpointCache.swift
[2135/2208] Compiling Vapor HTTPMethod+String.swift
[2136/2208] Compiling Vapor AsyncBasicResponder.swift
[2137/2208] Compiling Vapor AsyncMiddleware.swift
[2138/2208] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2139/2208] Compiling Vapor AsyncSessionDriver.swift
[2140/2208] Compiling Vapor Authentication+Concurrency.swift
[2141/2208] Compiling Vapor Cache+Concurrency.swift
[2142/2208] Compiling Vapor Client+Concurrency.swift
[2143/2208] Compiling Vapor RequestBody+Concurrency.swift
[2144/2208] Compiling Vapor Responder+Concurrency.swift
[2145/2208] Compiling Vapor ResponseCodable+Concurrency.swift
[2146/2208] Compiling Vapor RoutesBuilder+Concurrency.swift
[2147/2208] Compiling Vapor ViewRenderer+Concurrency.swift
[2148/2208] Compiling Vapor WebSocket+Concurrency.swift
[2149/2208] Compiling Vapor ContainerGetPathExecutor.swift
[2150/2208] Compiling Vapor Content.swift
[2151/2208] Compiling Vapor ContentCoders.swift
[2152/2208] Compiling Vapor ContentConfiguration.swift
[2153/2208] Compiling Vapor ContentContainer.swift
[2154/2208] Compiling Vapor JSONCoder+Custom.swift
[2155/2208] Compiling Vapor JSONCoders+Content.swift
[2156/2208] Compiling Vapor PlaintextDecoder.swift
[2157/2208] Compiling Vapor PlaintextEncoder.swift
[2158/2208] Compiling Vapor URLQueryCoders.swift
[2159/2208] Compiling Vapor URLQueryContainer.swift
[2160/2256] Emitting module Vapor
[2161/2256] Compiling Vapor HTTPStatus.swift
[2162/2256] Compiling Vapor HTTPCookies.swift
[2163/2256] Compiling Vapor HTTPHeaderCacheControl.swift
[2164/2256] Compiling Vapor HTTPHeaderExpires.swift
[2165/2256] Compiling Vapor HTTPHeaderLastModified.swift
[2166/2256] Compiling Vapor HTTPHeaders+Cache.swift
[2167/2256] Compiling Vapor HTTPHeaders+Connection.swift
[2168/2256] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2169/2256] Compiling Vapor HTTPHeaders+ContentRange.swift
[2170/2256] Compiling Vapor HTTPHeaders+Directive.swift
[2171/2256] Compiling Vapor HTTPHeaders+Forwarded.swift
[2172/2256] Compiling Vapor HTTPHeaders+Link.swift
[2173/2256] Compiling Vapor HTTPHeaders+Name.swift
[2174/2256] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2175/2256] Compiling Vapor HTTPHeaders.swift
[2176/2256] Compiling Vapor HTTPMediaType.swift
[2177/2256] Compiling Vapor HTTPMediaTypePreference.swift
[2178/2256] Compiling Vapor Responder.swift
[2179/2256] Compiling Vapor Application+HTTP+Server.swift
[2180/2256] Compiling Vapor HTTPServer.swift
[2181/2256] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2182/2256] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2183/2256] Compiling Vapor HTTPServerHandler.swift
[2184/2256] Compiling Vapor HTTPServerRequestDecoder.swift
[2185/2256] Compiling Vapor Application.swift
[2186/2256] Compiling Vapor AuthenticationCache.swift
[2187/2256] Compiling Vapor Authenticator.swift
[2188/2256] Compiling Vapor BasicAuthorization.swift
[2189/2256] Compiling Vapor BearerAuthorization.swift
[2190/2256] Compiling Vapor GuardMiddleware.swift
[2191/2256] Compiling Vapor RedirectMiddleware.swift
[2192/2256] Compiling Vapor SessionAuthenticatable.swift
[2193/2256] Compiling Vapor Bcrypt.swift
[2194/2256] Compiling Vapor Application+Cache.swift
[2195/2256] Compiling Vapor Cache.swift
[2196/2256] Compiling Vapor CacheExpirationTime.swift
[2197/2256] Compiling Vapor MemoryCache.swift
[2198/2256] Compiling Vapor Request+Cache.swift
[2199/2256] Compiling Vapor Application+Clients.swift
[2200/2256] Compiling Vapor Client.swift
[2201/2256] Compiling Vapor ClientRequest.swift
[2202/2256] Compiling Vapor ClientResponse.swift
[2203/2256] Compiling Vapor Request+Client.swift
[2204/2256] Compiling Vapor BootCommand.swift
[2205/2256] Compiling Vapor CommandContext+Application.swift
[2206/2256] Compiling Vapor RoutesCommand.swift
[2207/2256] Compiling Vapor ServeCommand.swift
[2208/2256] Compiling Vapor AnyResponse+Concurrency.swift
[2209/2256] Compiling Vapor Validator.swift
[2210/2256] Compiling Vapor ValidatorResult.swift
[2211/2256] Compiling Vapor And.swift
[2212/2256] Compiling Vapor Case.swift
[2213/2256] Compiling Vapor CharacterSet.swift
[2214/2256] Compiling Vapor Count.swift
[2215/2256] Compiling Vapor Custom.swift
[2216/2256] Compiling Vapor Email.swift
[2217/2256] Compiling Vapor Empty.swift
[2218/2256] Compiling Vapor In.swift
[2219/2256] Compiling Vapor Nil.swift
[2220/2256] Compiling Vapor NilIgnoring.swift
[2221/2256] Compiling Vapor Not.swift
[2222/2256] Compiling Vapor Or.swift
[2223/2256] Compiling Vapor Pattern.swift
[2224/2256] Compiling Vapor Range.swift
[2225/2256] Compiling Vapor URL.swift
[2226/2256] Compiling Vapor Valid.swift
[2227/2256] Compiling Vapor Application+Views.swift
[2228/2256] Compiling Vapor PlaintextRenderer.swift
[2229/2256] Compiling Vapor Request+View.swift
[2230/2256] Compiling Vapor View.swift
[2231/2256] Compiling Vapor ViewRenderer.swift
[2232/2256] Compiling Vapor _Deprecations.swift
[2233/2256] Compiling Vapor Bytes+Hex.swift
[2234/2256] Compiling Vapor Bytes+SecureCompare.swift
[2235/2256] Compiling Vapor Collection+Safe.swift
[2236/2256] Compiling Vapor DataProtocol+Copy.swift
[2237/2256] Compiling Vapor DecoderUnwrapper.swift
[2238/2256] Compiling Vapor DirectoryConfiguration.swift
[2239/2256] Compiling Vapor DotEnv.swift
[2240/2256] Compiling Vapor Extendable.swift
[2241/2256] Compiling Vapor File.swift
[2242/2256] Compiling Vapor FileIO.swift
[2243/2256] Compiling Vapor LifecycleHandler.swift
[2244/2256] Compiling Vapor OptionalType.swift
[2245/2256] Compiling Vapor RFC1123.swift
[2246/2256] Compiling Vapor SocketAddress+Hostname.swift
[2247/2256] Compiling Vapor Storage.swift
[2248/2256] Compiling Vapor String+IsIPAddress.swift
[2249/2256] Compiling Vapor Thread.swift
[2250/2256] Compiling Vapor URI.swift
[2251/2256] Compiling Vapor RangeResult.swift
[2252/2256] Compiling Vapor Validatable.swift
[2253/2256] Compiling Vapor Validation.swift
[2254/2256] Compiling Vapor ValidationKey.swift
[2255/2256] Compiling Vapor Validations.swift
[2256/2256] Compiling Vapor ValidationsError.swift
[2258/2264] Compiling Leaf Request+Leaf.swift
[2259/2264] Compiling Leaf LeafRenderer+ViewRenderer.swift
[2260/2264] Compiling Leaf Application+Leaf.swift
[2261/2264] Emitting module Leaf
[2262/2264] Compiling Leaf LeafError+AbortError.swift
[2263/2264] Compiling Leaf Exports.swift
[2264/2264] Compiling Leaf LeafEncoder.swift
Build complete! (525.24s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "leaf-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.12.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/leaf-kit.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.114.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    }
  ],
  "manifest_display_name" : "leaf",
  "name" : "leaf",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Leaf",
      "targets" : [
        "Leaf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LeafTests",
      "module_type" : "SwiftTarget",
      "name" : "LeafTests",
      "path" : "Tests/LeafTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "LeafEncoderTests.swift",
        "LeafMemoryGrowthTests.swift",
        "LeafTests.swift"
      ],
      "target_dependencies" : [
        "Leaf"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Leaf",
      "module_type" : "SwiftTarget",
      "name" : "Leaf",
      "path" : "Sources/Leaf",
      "product_dependencies" : [
        "LeafKit",
        "Vapor",
        "Algorithms"
      ],
      "product_memberships" : [
        "Leaf"
      ],
      "sources" : [
        "Application+Leaf.swift",
        "Exports.swift",
        "LeafEncoder.swift",
        "LeafError+AbortError.swift",
        "LeafRenderer+ViewRenderer.swift",
        "Request+Leaf.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.