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 Android on 31 Jul 2025 13:29:18 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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:         android
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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/leaf-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/vapor.git
[1/4938] Fetching leaf-kit
[397/10897] Fetching leaf-kit, swift-algorithms
[1852/85581] Fetching leaf-kit, swift-algorithms, vapor
Fetched https://github.com/apple/swift-algorithms.git from cache (1.04s)
[16888/79622] Fetching leaf-kit, vapor
Fetched https://github.com/vapor/leaf-kit.git from cache (3.62s)
Fetched https://github.com/vapor/vapor.git from cache (3.67s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (7.08s)
Fetching https://github.com/apple/swift-numerics.git
[1/5769] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.62s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.1 (1.87s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
[1/3493] Fetching multipart-kit
[840/5712] Fetching multipart-kit, swift-metrics
[2287/7520] Fetching multipart-kit, swift-metrics, swift-atomics
[2783/8608] Fetching multipart-kit, swift-metrics, swift-atomics, swift-service-context
[4171/11217] Fetching multipart-kit, swift-metrics, swift-atomics, swift-service-context, websocket-kit
Fetched https://github.com/apple/swift-service-context.git from cache (0.68s)
[7483/10129] Fetching multipart-kit, swift-metrics, swift-atomics, websocket-kit
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.74s)
Fetching https://github.com/apple/swift-nio-extras.git
[5434/7520] Fetching multipart-kit, swift-metrics, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.20s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.20s)
[1643/7373] Fetching multipart-kit, swift-log
Fetching https://github.com/apple/swift-nio-http2.git
[1644/13496] Fetching multipart-kit, swift-log, swift-nio-extras
[11653/25157] Fetching multipart-kit, swift-log, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (1.08s)
Fetching https://github.com/apple/swift-nio.git
[8239/21277] Fetching multipart-kit, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.14s)
[3049/15154] Fetching multipart-kit, swift-nio-http2
Fetching https://github.com/vapor/routing-kit.git
[6781/36006] Fetching multipart-kit, swift-nio-http2, routing-kit
[14941/113079] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-nio
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/vapor/multipart-kit.git from cache (4.21s)
Fetching https://github.com/apple/swift-crypto.git
[53323/109586] Fetching swift-nio-http2, routing-kit, swift-nio
Fetching https://github.com/apple/swift-nio-ssl.git
[61032/114643] Fetching swift-nio-http2, routing-kit, swift-nio, swift-distributed-tracing
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.30s)
[49674/102982] Fetching routing-kit, swift-nio, swift-distributed-tracing
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (2.78s)
Fetching https://github.com/vapor/async-kit.git
[36013/82130] Fetching swift-nio, swift-distributed-tracing
[42824/98060] Fetching swift-nio, swift-distributed-tracing, swift-crypto
[43143/104128] Fetching swift-nio, swift-distributed-tracing, swift-crypto, console-kit
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.24s)
[48908/99071] Fetching swift-nio, swift-crypto, console-kit
Fetching https://github.com/swift-server/async-http-client.git
[50346/101441] Fetching swift-nio, swift-crypto, console-kit, async-kit
[52909/116426] Fetching swift-nio, swift-crypto, console-kit, async-kit, swift-nio-ssl
Fetched https://github.com/vapor/console-kit.git from cache (0.84s)
[49244/110358] Fetching swift-nio, swift-crypto, async-kit, swift-nio-ssl
Fetched https://github.com/vapor/async-kit.git from cache (0.73s)
[47645/107988] Fetching swift-nio, swift-crypto, swift-nio-ssl
[52398/122047] Fetching swift-nio, swift-crypto, swift-nio-ssl, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.35s)
[78013/107988] Fetching swift-nio, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-crypto.git from cache (5.95s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.93s)
Fetched https://github.com/apple/swift-nio.git from cache (12.94s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (15.71s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.02s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.89s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.06s)
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.98s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.97s)
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.77s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.72s)
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.98s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.85.0 (1.36s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4811] Fetching swift-system
[4812/21727] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.66s)
[2876/16916] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.93s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.1 (2.93s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.03s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.05s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.08s)
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.04s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/917] Fetching swift-http-types
[918/2546] Fetching swift-http-types, swift-asn1
[1016/7541] Fetching swift-http-types, swift-asn1, swift-async-algorithms
[1066/13998] Fetching swift-http-types, swift-asn1, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.81s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.83s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetched https://github.com/apple/swift-http-types.git from cache (1.00s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.00s)
[1/1176] Fetching swift-http-structured-headers
[49/3609] Fetching swift-http-structured-headers, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.53s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.53s)
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.43s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.20s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.08s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.11.0 (1.08s)
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 (0.95s)
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.15s)
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 (1.05s)
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 (1.99s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (6.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (2.81s)
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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-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-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-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/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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.11.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-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-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/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.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/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-nio-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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.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-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/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-nio-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Building for debugging...
[0/841] Write sources
[50/841] Compiling _AtomicsShims.c
[51/841] Compiling _NumericsShims _NumericsShims.c
[52/841] Compiling CNIOWindows shim.c
[53/841] Compiling CNIOWindows WSAStartup.c
[54/841] Compiling CNIOWASI CNIOWASI.c
[55/841] Compiling CVaporBcrypt bcrypt.c
[56/841] Compiling CNIOLinux liburing_shims.c
[57/841] Compiling CNIOPosix event_loop_id.c
[58/841] Compiling CSystem shims.c
[59/841] Compiling CNIOSHA1 c_nio_sha1.c
[60/841] Compiling CNIOExtrasZlib empty.c
[61/841] Compiling CNIOLLHTTP c_nio_http.c
[62/841] Compiling CNIOLinux shim.c
[63/841] Compiling CNIODarwin shim.c
[64/841] Compiling fiat_p256_adx_sqr.S
[65/841] Compiling CNIOLLHTTP c_nio_api.c
[66/841] Compiling fiat_curve25519_adx_square.S
[67/841] Compiling fiat_p256_adx_mul.S
[68/841] Compiling fiat_curve25519_adx_mul.S
[69/841] Write swift-version-24593BA9C3E375BF.txt
[70/841] Compiling CVaporBcrypt blf.c
[71/841] Compiling CNIOLLHTTP c_nio_llhttp.c
[72/845] Compiling CNIOBoringSSLShims shims.c
[74/878] Emitting module _NIODataStructures
[74/878] Compiling tls_method.cc
[75/878] Compiling tls_record.cc
[76/881] Compiling tls13_enc.cc
[77/881] Compiling tls13_client.cc
[78/881] Compiling tls13_server.cc
[80/913] Emitting module Logging
[81/913] Compiling _NIOBase64 Base64.swift
[82/913] Emitting module _NIOBase64
[83/914] Compiling RealModule Real.swift
[84/915] Compiling _NIODataStructures PriorityQueue.swift
[85/915] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[86/915] Compiling InternalCollectionsUtilities Debugging.swift
[87/916] Compiling Logging LogHandler.swift
[88/916] Compiling _NIODataStructures _TinyArray.swift
[89/916] Compiling CoreMetrics Metrics.swift
[90/916] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[91/916] Compiling InternalCollectionsUtilities _SortedCollection.swift
[92/916] Emitting module InternalCollectionsUtilities
[93/916] Emitting module RealModule
[94/916] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[95/916] Compiling InternalCollectionsUtilities Integer rank.swift
[98/916] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[99/916] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[100/916] Compiling InternalCollectionsUtilities UInt+reversed.swift
[101/916] Compiling InternalCollectionsUtilities Descriptions.swift
[102/916] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[103/916] Compiling RealModule ElementaryFunctions.swift
[104/916] Compiling ServiceContextModule ServiceContext.swift
[105/916] Emitting module ServiceContextModule
[106/916] Compiling ServiceContextModule ServiceContextKey.swift
[107/916] Compiling RealModule Float80+Real.swift
[108/917] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[109/917] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[112/917] Compiling RealModule Float16+Real.swift
[113/917] Compiling _NIODataStructures Heap.swift
[114/917] Compiling RealModule Float+Real.swift
[118/918] Compiling SystemPackage FilePathTempPosix.swift
[119/918] Compiling SystemPackage FilePathTempWindows.swift
[120/922] Compiling RealModule RealFunctions.swift
[127/923] Emitting module SystemPackage
[135/923] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[137/930] Compiling Instrumentation NoOpInstrument.swift
[138/947] Compiling Instrumentation MultiplexInstrument.swift
[139/998] Compiling _RopeModule BigString+UnicodeScalarView.swift
[140/998] Compiling _RopeModule BigSubstring+UTF16View.swift
[141/998] Compiling _RopeModule BigSubstring+UTF8View.swift
[142/998] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[143/998] Compiling Instrumentation InstrumentationSystem.swift
[144/998] Compiling Instrumentation Instrument.swift
[145/998] Compiling Instrumentation Locks.swift
[146/998] Emitting module Instrumentation
[147/999] Compiling Logging Locks.swift
[148/999] Compiling _RopeModule BigString+Chunk+Counts.swift
[149/999] Compiling _RopeModule BigString+Chunk+Description.swift
[150/999] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[151/999] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[152/999] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[153/999] Compiling _RopeModule BigString+Chunk+Splitting.swift
[154/999] Compiling _RopeModule BigString+Chunk.swift
[155/999] Compiling _RopeModule BigString+BidirectionalCollection.swift
[156/999] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[157/999] Compiling _RopeModule BigString+Hashing.swift
[158/999] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[159/999] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[161/999] Compiling _RopeModule BigString+Sequence.swift
[162/999] Compiling _RopeModule BigString+TextOutputStream.swift
[163/999] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[164/999] Compiling _RopeModule BigString+Chunk+Breaks.swift
[165/1000] Emitting module CoreMetrics
[166/1000] Compiling CoreMetrics Locks.swift
[167/1001] Compiling Logging MetadataProvider.swift
[169/1001] Compiling Logging Logging.swift
[169/1002] Compiling t1_enc.cc
[171/1002] Compiling ssl_x509.cc
[171/1002] Compiling tls13_both.cc
[175/1002] Compiling _RopeModule BigString+Comparable.swift
[176/1002] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[177/1002] Compiling _RopeModule BigString+CustomStringConvertible.swift
[178/1002] Compiling _RopeModule BigString+Equatable.swift
[185/1199] Compiling HashTreeCollections _HashNode+Storage.swift
[186/1199] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[187/1199] Compiling HeapModule Heap+Descriptions.swift
[188/1201] Compiling HashTreeCollections _Bitmap.swift
[189/1201] Compiling HashTreeCollections _Bucket.swift
[190/1201] Compiling Tracing InstrumentationSystem+Tracing.swift
[191/1201] Compiling HashTreeCollections _HashNode+Structural filter.swift
[192/1201] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[193/1201] Compiling HeapModule Heap.swift
[194/1201] Compiling HeapModule _HeapNode.swift
[195/1201] Compiling Tracing TracingTime.swift
[196/1201] Emitting module HeapModule
[197/1201] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[198/1201] Compiling HashTreeCollections TreeSet+Debugging.swift
[199/1201] Compiling HashTreeCollections TreeSet+Descriptions.swift
[200/1201] Compiling HashTreeCollections TreeSet+Equatable.swift
[201/1201] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[202/1201] Compiling HashTreeCollections TreeSet+Extras.swift
[203/1201] Compiling HashTreeCollections TreeSet+Filter.swift
[204/1201] Compiling HashTreeCollections TreeSet+Hashable.swift
[205/1201] Compiling HashTreeCollections TreeSet+Sendable.swift
[206/1201] Compiling HashTreeCollections TreeDictionary+Keys.swift
[207/1201] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[208/1201] Compiling HashTreeCollections TreeDictionary+Merge.swift
[209/1201] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[210/1201] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[211/1201] Compiling HashTreeCollections TreeDictionary+Values.swift
[212/1201] Compiling HashTreeCollections TreeDictionary.swift
[213/1201] Compiling HashTreeCollections TreeSet+Codable.swift
[214/1201] Compiling HashTreeCollections TreeSet+Collection.swift
[215/1201] Emitting module Tracing
[216/1201] Compiling Tracing TracerProtocol.swift
[217/1201] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[218/1201] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[219/1201] Compiling HeapModule Heap+Invariants.swift
[220/1201] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[221/1201] Compiling HeapModule Heap+UnsafeHandle.swift
[222/1202] Compiling HashTreeCollections _HashStack.swift
[223/1202] Compiling HashTreeCollections _HashTreeIterator.swift
[224/1202] Compiling HashTreeCollections _HashTreeStatistics.swift
[225/1202] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[226/1202] Compiling HashTreeCollections _RawHashNode.swift
[227/1202] Compiling HashTreeCollections _UnmanagedHashNode.swift
[228/1202] Compiling HashTreeCollections _UnsafePath.swift
[229/1209] Compiling HashTreeCollections TreeDictionary+Codable.swift
[230/1209] Compiling HashTreeCollections TreeDictionary+Collection.swift
[231/1209] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[232/1209] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[233/1209] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[234/1209] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[235/1209] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[236/1209] Compiling HashTreeCollections _HashNode+Lookups.swift
[237/1209] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[238/1209] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[239/1209] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[240/1209] Compiling HashTreeCollections _HashNode+Structural union.swift
[241/1209] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[242/1209] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[243/1209] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[244/1209] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[245/1209] Compiling HashTreeCollections _HashNode.swift
[247/1209] Compiling Tracing Tracer.swift
[248/1209] Compiling Tracing TracerProtocol+Legacy.swift
[249/1209] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[250/1209] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[257/1209] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[258/1209] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[259/1209] Compiling DequeModule _DequeSlot.swift
[260/1209] Compiling DequeModule _UnsafeWrappedBuffer.swift
[263/1209] Compiling HashTreeCollections TreeSet+Sequence.swift
[264/1209] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[265/1209] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[266/1209] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[267/1209] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[268/1209] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[269/1209] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[270/1209] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[271/1219] Compiling HashTreeCollections TreeDictionary+Filter.swift
[272/1219] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[273/1219] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[285/1219] Compiling HashTreeCollections _HashNodeHeader.swift
[286/1219] Compiling HashTreeCollections _HashSlot.swift
[287/1225] Compiling HashTreeCollections _HashNode+Structural merge.swift
[288/1225] Compiling HashTreeCollections _AncestorHashSlots.swift
[291/1225] Compiling Tracing NoOpTracer.swift
[292/1225] Compiling Tracing SpanProtocol.swift
[303/1226] Compiling HashTreeCollections _HashNode+Builder.swift
[304/1226] Compiling HashTreeCollections _HashNode+Debugging.swift
[305/1226] Compiling HashTreeCollections _HashNode+Initializers.swift
[306/1226] Compiling HashTreeCollections _HashNode+Invariants.swift
[311/1226] Compiling OrderedCollections OrderedSet+SubSequence.swift
[312/1226] Compiling OrderedCollections OrderedSet+Testing.swift
[313/1226] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[314/1226] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[315/1226] Compiling OrderedCollections OrderedSet.swift
[316/1226] Compiling OrderedCollections _UnsafeBitset.swift
[332/1226] Compiling OrderedCollections OrderedSet+Sendable.swift
[336/1229] Emitting module _RopeModule
[341/1229] Emitting module DequeModule
[346/1230] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[347/1230] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[348/1230] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[349/1230] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[350/1230] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[351/1230] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[352/1230] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[353/1230] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[354/1230] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[355/1230] Compiling HashTreeCollections TreeSet.swift
[390/1230] Compiling Algorithms Trim.swift
[391/1230] Compiling Algorithms Unique.swift
[392/1230] Compiling Algorithms Windows.swift
[393/1230] Compiling RoutingKit Router.swift
[394/1230] Emitting module Metrics
[395/1230] Compiling RoutingKit PathComponent.swift
[415/1230] Emitting module OrderedCollections
[416/1232] Compiling RoutingKit TrieRouter.swift
[455/1232] Compiling ssl_versions.cc
[468/1232] Compiling RoutingKit AnyRouter.swift
[469/1232] Compiling RoutingKit Parameters.swift
[470/1232] Emitting module RoutingKit
[471/1233] Compiling Metrics Metrics.swift
[471/1234] Compiling ssl_transcript.cc
[475/1234] Emitting module Algorithms
[477/1235] Emitting module HashTreeCollections
[477/1236] Compiling ssl_stat.cc
[479/1236] Compiling ssl_session.cc
[480/1236] Compiling ssl_privkey.cc
[481/1236] Compiling ssl_key_share.cc
[482/1236] Compiling ssl_file.cc
[483/1236] Compiling ssl_lib.cc
[484/1236] Compiling ssl_credential.cc
[485/1236] Compiling ssl_cipher.cc
[486/1236] Compiling ssl_buffer.cc
[487/1236] Compiling ssl_cert.cc
[488/1236] Compiling ssl_asn1.cc
[489/1236] Compiling ssl_aead_ctx.cc
[490/1236] Compiling s3_pkt.cc
[491/1236] Compiling s3_lib.cc
[492/1236] Compiling handshake_server.cc
[493/1236] Compiling handshake_client.cc
[494/1236] Compiling s3_both.cc
[495/1236] Compiling handshake.cc
[496/1236] Compiling encrypted_client_hello.cc
[497/1236] Compiling handoff.cc
[498/1236] Compiling extensions.cc
[499/1236] Compiling md5-x86_64-linux.S
[500/1236] Compiling md5-x86_64-apple.S
[501/1236] Compiling md5-586-linux.S
[502/1236] Compiling md5-586-apple.S
[503/1236] Compiling d1_srtp.cc
[504/1236] Compiling dtls_record.cc
[505/1236] Compiling dtls_method.cc
[506/1236] Compiling chacha20_poly1305_x86_64-apple.S
[507/1236] Compiling chacha20_poly1305_x86_64-linux.S
[508/1236] Compiling bio_ssl.cc
[509/1236] Compiling chacha20_poly1305_armv8-win.S
[510/1236] Compiling err_data.cc
[511/1236] Compiling d1_pkt.cc
[512/1236] Compiling chacha20_poly1305_armv8-apple.S
[513/1236] Compiling chacha-x86_64-linux.S
[514/1236] Compiling chacha-x86_64-apple.S
[515/1236] Compiling d1_lib.cc
[516/1236] Compiling chacha20_poly1305_armv8-linux.S
[517/1236] Compiling chacha-armv8-win.S
[518/1236] Compiling chacha-armv8-apple.S
[519/1236] Compiling chacha-x86-linux.S
[520/1236] Compiling chacha-x86-apple.S
[521/1236] Compiling chacha-armv8-linux.S
[522/1236] Compiling chacha-armv4-linux.S
[523/1236] Compiling x86_64-mont5-linux.S
[523/1236] Compiling aes128gcmsiv-x86_64-linux.S
[525/1236] Compiling aes128gcmsiv-x86_64-apple.S
[526/1236] Compiling x86_64-mont5-apple.S
[527/1236] Compiling x86_64-mont-linux.S
[528/1236] Compiling x86-mont-linux.S
[529/1236] Compiling x86_64-mont-apple.S
[530/1236] Compiling vpaes-x86_64-linux.S
[531/1236] Compiling x86-mont-apple.S
[532/1236] Compiling vpaes-x86-linux.S
[533/1236] Compiling vpaes-x86_64-apple.S
[534/1236] Compiling vpaes-x86-apple.S
[535/1236] Compiling vpaes-armv8-win.S
[536/1236] Compiling vpaes-armv8-apple.S
[537/1236] Compiling sha512-x86_64-apple.S
[538/1236] Compiling vpaes-armv7-linux.S
[539/1236] Compiling sha512-x86_64-linux.S
[540/1236] Compiling vpaes-armv8-linux.S
[541/1236] Compiling d1_both.cc
[542/1236] Compiling sha512-armv8-win.S
[543/1236] Compiling sha512-586-apple.S
[544/1236] Compiling sha512-586-linux.S
[545/1236] Compiling sha512-armv8-apple.S
[546/1236] Compiling sha512-armv4-linux.S
[547/1236] Compiling sha512-armv8-linux.S
[548/1236] Compiling sha256-x86_64-apple.S
[549/1236] Compiling sha256-x86_64-linux.S
[550/1236] Compiling sha256-armv8-win.S
[551/1236] Compiling sha256-586-linux.S
[552/1236] Compiling sha256-armv8-apple.S
[553/1236] Compiling sha256-armv4-linux.S
[554/1236] Compiling sha256-586-apple.S
[555/1236] Compiling sha256-armv8-linux.S
[556/1236] Compiling sha1-x86_64-linux.S
[557/1236] Compiling sha1-armv8-win.S
[558/1236] Compiling sha1-armv8-apple.S
[559/1236] Compiling sha1-x86_64-apple.S
[560/1236] Compiling sha1-armv8-linux.S
[561/1236] Compiling sha1-586-apple.S
[562/1236] Compiling sha1-586-linux.S
[563/1236] Compiling sha1-armv4-large-linux.S
[564/1236] Compiling rsaz-avx2-linux.S
[565/1236] Compiling rsaz-avx2-apple.S
[565/1236] Compiling p256_beeu-x86_64-asm-apple.S
[567/1236] Compiling p256_beeu-x86_64-asm-linux.S
[568/1236] Compiling rdrand-x86_64-linux.S
[569/1236] Compiling rdrand-x86_64-apple.S
[570/1236] Compiling p256_beeu-armv8-asm-win.S
[571/1236] Compiling p256_beeu-armv8-asm-apple.S
[572/1236] Compiling p256_beeu-armv8-asm-linux.S
[573/1236] Compiling p256-x86_64-asm-apple.S
[574/1236] Compiling p256-armv8-asm-win.S
[575/1236] Compiling p256-x86_64-asm-linux.S
[576/1236] Compiling p256-armv8-asm-apple.S
[577/1236] Compiling ghashv8-armv8-win.S
[578/1236] Compiling ghashv8-armv8-linux.S
[579/1236] Compiling p256-armv8-asm-linux.S
[580/1236] Compiling ghashv8-armv8-apple.S
[581/1236] Compiling ghashv8-armv7-linux.S
[582/1236] Compiling ghash-x86_64-linux.S
[583/1236] Compiling ghash-x86-linux.S
[584/1236] Compiling ghash-x86_64-apple.S
[585/1236] Compiling ghash-x86-apple.S
[586/1236] Compiling ghash-ssse3-x86_64-apple.S
[587/1236] Compiling ghash-ssse3-x86-linux.S
[588/1236] Compiling ghash-ssse3-x86_64-linux.S
[589/1236] Compiling ghash-ssse3-x86-apple.S
[590/1236] Compiling ghash-neon-armv8-win.S
[591/1236] Compiling ghash-neon-armv8-apple.S
[592/1236] Compiling ghash-neon-armv8-linux.S
[593/1236] Compiling bn-armv8-linux.S
[594/1236] Compiling co-586-apple.S
[595/1236] Compiling bsaes-armv7-linux.S
[595/1236] Compiling ghash-armv4-linux.S
[597/1236] Compiling bn-armv8-win.S
[598/1236] Compiling co-586-linux.S
[599/1236] Compiling bn-armv8-apple.S
[600/1236] Compiling bn-586-linux.S
[601/1236] Compiling bn-586-apple.S
[602/1236] Compiling armv4-mont-linux.S
[603/1236] Compiling aesv8-gcm-armv8-apple.S
[604/1236] Compiling armv8-mont-linux.S
[605/1236] Compiling armv8-mont-win.S
[606/1236] Compiling aesv8-gcm-armv8-win.S
[606/1236] Compiling aesv8-gcm-armv8-linux.S
[608/1236] Compiling armv8-mont-apple.S
[609/1236] Compiling aesv8-armv8-win.S
[610/1236] Compiling aesv8-armv8-linux.S
[611/1236] Compiling aesv8-armv7-linux.S
[612/1236] Compiling aesv8-armv8-apple.S
[613/1236] Compiling aesni-x86-linux.S
[614/1236] Compiling aesni-x86_64-apple.S
[615/1236] Compiling aesni-x86_64-linux.S
[616/1236] Compiling aesni-x86-apple.S
[617/1236] Compiling aesni-gcm-x86_64-linux.S
[618/1236] Compiling aes-gcm-avx2-x86_64-apple.S
[619/1236] Compiling aesni-gcm-x86_64-apple.S
[620/1236] Compiling aes-gcm-avx2-x86_64-linux.S
[621/1236] Compiling aes-gcm-avx10-x86_64-linux.S
[622/1236] Compiling aes-gcm-avx10-x86_64-apple.S
[623/1236] Compiling x_sig.cc
[624/1236] Compiling x_val.cc
[625/1236] Compiling x_x509.cc
[626/1236] Compiling x_pubkey.cc
[627/1236] Compiling x_req.cc
[628/1236] Compiling x_spki.cc
[629/1236] Compiling x_x509a.cc
[630/1236] Compiling x_name.cc
[631/1236] Compiling x_exten.cc
[632/1236] Compiling x_crl.cc
[633/1236] Compiling x_attrib.cc
[634/1236] Compiling x_algor.cc
[635/1236] Compiling x509rset.cc
[636/1236] Compiling x509spki.cc
[637/1236] Compiling x_all.cc
[638/1236] Compiling x509name.cc
[639/1236] Compiling x509cset.cc
[640/1236] Compiling x509_vpm.cc
[641/1236] Compiling x509_vfy.cc
[642/1236] Compiling x509_v3.cc
[643/1236] Compiling x509_trs.cc
[644/1236] Compiling x509_set.cc
[645/1236] Compiling x509_txt.cc
[646/1236] Compiling x509_req.cc
[647/1236] Compiling x509_d2.cc
[648/1236] Compiling x509_cmp.cc
[649/1236] Compiling x509_obj.cc
[650/1236] Compiling x509_att.cc
[650/1236] Compiling x509_def.cc
[652/1236] Compiling x509_lu.cc
[653/1236] Compiling x509_ext.cc
[654/1236] Compiling x509.cc
[655/1236] Compiling v3_utl.cc
[656/1236] Compiling v3_pcons.cc
[657/1236] Compiling v3_skey.cc
[658/1236] Compiling v3_purp.cc
[659/1236] Compiling v3_ocsp.cc
[660/1236] Compiling v3_prn.cc
[661/1236] Compiling v3_pmaps.cc
[662/1236] Compiling v3_ncons.cc
[663/1236] Compiling v3_extku.cc
[664/1236] Compiling v3_ia5.cc
[665/1236] Compiling v3_int.cc
[666/1236] Compiling v3_info.cc
[667/1236] Compiling v3_enum.cc
[668/1236] Compiling v3_lib.cc
[669/1236] Compiling v3_genn.cc
[670/1236] Compiling v3_cpols.cc
[671/1236] Compiling v3_bitst.cc
[672/1236] Compiling v3_crld.cc
[673/1236] Compiling v3_alt.cc
[674/1236] Compiling v3_conf.cc
[675/1236] Compiling v3_akeya.cc
[676/1236] Compiling v3_akey.cc
[677/1236] Compiling v3_bcons.cc
[678/1236] Compiling t_x509.cc
[679/1236] Compiling t_x509a.cc
[680/1236] Compiling t_crl.cc
[681/1236] Compiling t_req.cc
[682/1236] Compiling rsa_pss.cc
[683/1236] Compiling i2d_pr.cc
[684/1236] Compiling name_print.cc
[685/1236] Compiling policy.cc
[686/1236] Compiling by_dir.cc
[687/1236] Compiling by_file.cc
[688/1236] Compiling algorithm.cc
[689/1236] Compiling a_sign.cc
[690/1236] Compiling a_verify.cc
[691/1236] Compiling asn1_gen.cc
[692/1236] Compiling a_digest.cc
[693/1236] Compiling voprf.cc
[694/1236] Compiling thread_pthread.cc
[695/1236] Compiling trust_token.cc
[696/1236] Compiling thread_win.cc
[697/1236] Compiling thread.cc
[698/1236] Compiling thread_none.cc
[699/1236] Compiling stack.cc
[700/1236] Compiling pmbtoken.cc
[701/1236] Compiling sha512.cc
[702/1236] Compiling siphash.cc
[703/1236] Compiling sha256.cc
[704/1236] Compiling spake2plus.cc
[705/1236] Compiling slhdsa.cc
[706/1236] Compiling sha1.cc
[707/1236] Compiling rsa_extra.cc
[708/1236] Compiling rsa_crypt.cc
[709/1236] Compiling refcount.cc
[710/1236] Compiling rc4.cc
[711/1236] Compiling rsa_print.cc
[712/1236] Compiling windows.cc
[713/1236] Compiling urandom.cc
[714/1236] Compiling passive.cc
[715/1236] Compiling rsa_asn1.cc
[716/1236] Compiling trusty.cc
[717/1236] Compiling rand.cc
[718/1236] Compiling poly1305_arm_asm.S
[719/1236] Compiling forkunsafe.cc
[720/1236] Compiling getentropy.cc
[721/1236] Compiling ios.cc
[722/1236] Compiling fork_detect.cc
[723/1236] Compiling deterministic.cc
[724/1236] Compiling poly1305_vec.cc
[725/1236] Compiling poly1305.cc
[726/1236] Compiling poly1305_arm.cc
[727/1236] Compiling pool.cc
[728/1236] Compiling pkcs8.cc
[729/1236] Compiling pkcs8_x509.cc
[730/1236] Compiling p5_pbev2.cc
[731/1236] Compiling pkcs7_x509.cc
[732/1236] Compiling pkcs7.cc
[733/1236] Compiling pem_xaux.cc
[734/1236] Compiling pem_x509.cc
[735/1236] Compiling pem_pk8.cc
[736/1236] Compiling pem_pkey.cc
[737/1236] Compiling pem_oth.cc
[738/1236] Compiling obj.cc
[739/1236] Compiling pem_lib.cc
[740/1236] Compiling obj_xref.cc
[740/1236] Compiling mldsa.cc
[742/1236] Compiling mlkem.cc
[743/1236] Compiling pem_info.cc
[744/1236] Compiling pem_all.cc
[745/1236] Compiling poly_rq_mul.S
[746/1236] Compiling fips_shared_support.cc
[747/1236] Compiling mem.cc
[748/1236] Compiling md4.cc
[749/1236] Compiling lhash.cc
[750/1236] Compiling md5.cc
[751/1236] Compiling ex_data.cc
[752/1236] Compiling kyber.cc
[753/1236] Compiling hpke.cc
[754/1236] Compiling sign.cc
[755/1236] Compiling hrss.cc
[756/1236] Compiling print.cc
[757/1236] Compiling scrypt.cc
[758/1236] Compiling p_x25519.cc
[759/1236] Compiling pbkdf.cc
[760/1236] Compiling p_rsa_asn1.cc
[761/1236] Compiling p_x25519_asn1.cc
[762/1236] Compiling p_rsa.cc
[763/1236] Compiling p_hkdf.cc
[764/1236] Compiling p_ed25519.cc
[765/1236] Compiling p_ed25519_asn1.cc
[766/1236] Compiling p_ec.cc
[767/1236] Compiling p_dh.cc
[768/1236] Compiling p_dh_asn1.cc
[769/1236] Compiling p_ec_asn1.cc
[770/1236] Compiling p_dsa_asn1.cc
[771/1236] Compiling bcm.cc
[772/1236] Compiling evp_ctx.cc
[773/1236] Compiling engine.cc
[774/1236] Compiling evp.cc
[775/1236] Compiling err.cc
[776/1236] Compiling evp_asn1.cc
[777/1236] Compiling hash_to_curve.cc
[778/1236] Compiling ecdh.cc
[779/1236] Compiling ecdsa_asn1.cc
[780/1236] Compiling ec_derive.cc
[781/1236] Compiling dsa.cc
[782/1236] Compiling ec_asn1.cc
[783/1236] Compiling dsa_asn1.cc
[784/1236] Compiling params.cc
[785/1236] Compiling x25519-asm-arm.S
[786/1236] Compiling digest_extra.cc
[787/1236] Compiling des.cc
[788/1236] Compiling dh_asn1.cc
[789/1236] Compiling curve25519_64_adx.cc
[790/1236] Compiling spake25519.cc
[791/1236] Compiling cpu_intel.cc
[792/1236] Compiling crypto.cc
[793/1236] Compiling cpu_aarch64_sysreg.cc
[794/1236] Compiling cpu_arm_linux.cc
[795/1236] Compiling cpu_arm_freebsd.cc
[796/1236] Compiling curve25519.cc
[797/1236] Compiling cpu_aarch64_win.cc
[798/1236] Compiling cpu_aarch64_apple.cc
[799/1236] Compiling cpu_aarch64_openbsd.cc
[800/1236] Compiling cpu_aarch64_fuchsia.cc
[801/1236] Compiling cpu_aarch64_linux.cc
[802/1236] Compiling tls_cbc.cc
[803/1236] Compiling get_cipher.cc
[804/1236] Compiling conf.cc
[805/1236] Compiling e_rc2.cc
[806/1236] Compiling e_tls.cc
[807/1236] Compiling e_rc4.cc
[808/1236] Compiling e_null.cc
[809/1236] Compiling e_des.cc
[810/1236] Compiling e_chacha20poly1305.cc
[811/1236] Compiling e_aesgcmsiv.cc
[812/1236] Compiling e_aesctrhmac.cc
[813/1236] Compiling derive_key.cc
[814/1236] Compiling chacha.cc
[815/1236] Compiling buf.cc
[816/1236] Compiling unicode.cc
[817/1236] Compiling ber.cc
[818/1236] Compiling cbb.cc
[819/1236] Compiling asn1_compat.cc
[820/1236] Compiling cbs.cc
[821/1236] Compiling blake2.cc
[822/1236] Compiling bn_asn1.cc
[823/1236] Compiling convert.cc
[824/1236] Compiling printf.cc
[825/1236] Compiling socket.cc
[825/1236] Compiling socket_helper.cc
[827/1236] Compiling hexdump.cc
[828/1236] Compiling pair.cc
[829/1236] Compiling file.cc
[830/1236] Compiling fd.cc
[831/1236] Compiling bio_mem.cc
[832/1236] Compiling bio.cc
[833/1236] Compiling connect.cc
[834/1236] Compiling errno.cc
[835/1236] Compiling base64.cc
[836/1236] Compiling tasn_utl.cc
[837/1236] Compiling tasn_typ.cc
[838/1236] Compiling tasn_fre.cc
[839/1236] Compiling tasn_new.cc
[840/1236] Compiling posix_time.cc
[841/1236] Compiling tasn_enc.cc
[842/1236] Compiling f_string.cc
[843/1236] Compiling f_int.cc
[844/1236] Compiling tasn_dec.cc
[845/1236] Compiling asn_pack.cc
[846/1236] Compiling asn1_par.cc
[847/1236] Compiling a_utctm.cc
[848/1236] Compiling a_type.cc
[849/1236] Compiling asn1_lib.cc
[850/1236] Compiling a_strnid.cc
[851/1236] Compiling a_time.cc
[852/1236] Compiling a_octet.cc
[853/1236] Compiling a_strex.cc
[854/1236] Compiling a_object.cc
[855/1236] Compiling a_i2d_fp.cc
[856/1236] Compiling a_dup.cc
[857/1236] Compiling a_d2i_fp.cc
[858/1236] Compiling a_mbstr.cc
[859/1236] Compiling a_int.cc
[860/1236] Compiling fiat_p256_adx_sqr.S
[861/1236] Compiling fiat_p256_adx_mul.S
[862/1236] Compiling fiat_curve25519_adx_square.S
[863/1236] Compiling fiat_curve25519_adx_mul.S
[864/1236] Compiling a_gentm.cc
[864/1236] Compiling md5-x86_64-linux.S
[866/1236] Compiling md5-586-linux.S
[867/1236] Compiling md5-x86_64-apple.S
[868/1236] Compiling md5-586-apple.S
[869/1236] Compiling chacha20_poly1305_x86_64-apple.S
[870/1236] Compiling a_bool.cc
[871/1236] Compiling CCryptoBoringSSLShims shims.c
[872/1236] Compiling a_bitstr.cc
[873/1236] Compiling chacha20_poly1305_armv8-win.S
[874/1236] Compiling chacha20_poly1305_x86_64-linux.S
[875/1236] Compiling chacha-x86_64-linux.S
[876/1236] Compiling chacha20_poly1305_armv8-apple.S
[877/1236] Compiling chacha20_poly1305_armv8-linux.S
[878/1236] Compiling err_data.cc
[879/1236] Compiling chacha-x86_64-apple.S
[880/1236] Compiling chacha-x86-linux.S
[880/1236] Compiling chacha-armv8-apple.S
[882/1236] Compiling chacha-armv8-win.S
[883/1236] Compiling chacha-x86-apple.S
[884/1236] Compiling chacha-armv4-linux.S
[885/1236] Compiling aes128gcmsiv-x86_64-linux.S
[886/1236] Compiling chacha-armv8-linux.S
[887/1236] Compiling aes128gcmsiv-x86_64-apple.S
[888/1236] Compiling x86_64-mont5-linux.S
[889/1236] Compiling x86_64-mont5-apple.S
[890/1236] Compiling x86_64-mont-apple.S
[890/1236] Compiling x86_64-mont-linux.S
[892/1236] Compiling x86-mont-apple.S
[893/1236] Compiling x86-mont-linux.S
[894/1236] Compiling vpaes-x86_64-apple.S
[895/1236] Compiling vpaes-x86_64-linux.S
[896/1236] Compiling vpaes-x86-linux.S
[897/1236] Compiling vpaes-x86-apple.S
[898/1236] Compiling vpaes-armv8-win.S
[899/1236] Compiling vpaes-armv8-linux.S
[900/1236] Compiling vpaes-armv8-apple.S
[901/1236] Compiling vpaes-armv7-linux.S
[902/1236] Compiling sha512-x86_64-linux.S
[903/1236] Compiling sha512-x86_64-apple.S
[904/1236] Compiling sha512-armv8-apple.S
[905/1236] Compiling sha512-armv8-win.S
[906/1236] Compiling sha512-armv8-linux.S
[907/1236] Compiling sha512-armv4-linux.S
[908/1236] Compiling sha512-586-linux.S
[909/1236] Compiling sha512-586-apple.S
[910/1236] Compiling sha256-x86_64-linux.S
[911/1236] Compiling sha256-armv8-win.S
[912/1236] Compiling sha256-x86_64-apple.S
[913/1236] Compiling sha256-armv8-linux.S
[914/1236] Compiling sha256-armv4-linux.S
[915/1236] Compiling sha256-armv8-apple.S
[916/1236] Compiling sha256-586-apple.S
[917/1236] Compiling sha256-586-linux.S
[918/1236] Compiling sha1-x86_64-linux.S
[919/1236] Compiling sha1-armv8-win.S
[920/1236] Compiling sha1-x86_64-apple.S
[921/1236] Compiling sha1-armv4-large-linux.S
[922/1236] Compiling sha1-armv8-apple.S
[923/1236] Compiling sha1-armv8-linux.S
[924/1236] Compiling sha1-586-linux.S
[925/1236] Compiling sha1-586-apple.S
[926/1236] Compiling rsaz-avx2-linux.S
[927/1236] Compiling rdrand-x86_64-linux.S
[928/1236] Compiling rsaz-avx2-apple.S
[929/1236] Compiling p256_beeu-x86_64-asm-linux.S
[930/1236] Compiling p256_beeu-x86_64-asm-apple.S
[931/1236] Compiling rdrand-x86_64-apple.S
[932/1236] Compiling p256_beeu-armv8-asm-win.S
[933/1236] Compiling p256_beeu-armv8-asm-linux.S
[934/1236] Compiling p256_beeu-armv8-asm-apple.S
[935/1236] Compiling p256-armv8-asm-win.S
[936/1236] Compiling p256-x86_64-asm-apple.S
[937/1236] Compiling p256-x86_64-asm-linux.S
[938/1236] Compiling p256-armv8-asm-linux.S
[939/1236] Compiling p256-armv8-asm-apple.S
[940/1236] Compiling ghashv8-armv8-win.S
[941/1236] Compiling ghashv8-armv7-linux.S
[942/1236] Compiling ghashv8-armv8-apple.S
[943/1236] Compiling ghashv8-armv8-linux.S
[944/1236] Compiling ghash-x86_64-linux.S
[945/1236] Compiling ghash-x86_64-apple.S
[946/1236] Compiling ghash-x86-linux.S
[947/1236] Compiling ghash-x86-apple.S
[948/1236] Compiling ghash-ssse3-x86_64-linux.S
[949/1236] Compiling ghash-ssse3-x86_64-apple.S
[950/1236] Compiling ghash-ssse3-x86-linux.S
[951/1236] Compiling ghash-ssse3-x86-apple.S
[952/1236] Compiling ghash-neon-armv8-linux.S
[953/1236] Compiling ghash-neon-armv8-apple.S
[954/1236] Compiling ghash-neon-armv8-win.S
[955/1236] Compiling ghash-armv4-linux.S
[956/1236] Compiling co-586-apple.S
[957/1236] Compiling bn-armv8-win.S
[958/1236] Compiling co-586-linux.S
[959/1236] Compiling bsaes-armv7-linux.S
[960/1236] Compiling bn-586-linux.S
[961/1236] Compiling bn-armv8-apple.S
[962/1236] Compiling bn-armv8-linux.S
[963/1236] Compiling armv8-mont-win.S
[964/1236] Compiling bn-586-apple.S
[965/1236] Compiling aesv8-gcm-armv8-win.S
[966/1236] Compiling armv4-mont-linux.S
[967/1236] Compiling armv8-mont-linux.S
[968/1236] Compiling armv8-mont-apple.S
[969/1236] Compiling aesv8-gcm-armv8-apple.S
[970/1236] Compiling aesv8-armv8-win.S
[971/1236] Compiling aesv8-gcm-armv8-linux.S
[972/1236] Compiling aesv8-armv8-apple.S
[973/1236] Compiling aesv8-armv8-linux.S
[974/1236] Compiling aesv8-armv7-linux.S
[975/1236] Compiling aesni-x86_64-apple.S
[976/1236] Compiling aesni-gcm-x86_64-linux.S
[977/1236] Compiling aesni-x86_64-linux.S
[978/1236] Compiling aesni-x86-linux.S
[979/1236] Compiling aesni-x86-apple.S
[980/1236] Compiling aesni-gcm-x86_64-apple.S
[981/1236] Compiling aes-gcm-avx2-x86_64-apple.S
[982/1236] Compiling aes-gcm-avx512-x86_64-apple.S
[983/1236] Compiling aes-gcm-avx512-x86_64-linux.S
[984/1236] Compiling aes-gcm-avx2-x86_64-linux.S
[985/1236] Compiling xwing.cc
[986/1236] Compiling x_x509a.cc
[987/1236] Compiling x_x509.cc
[988/1236] Compiling x_val.cc
[989/1236] Compiling c-nioatomics.c
[990/1236] Compiling x_sig.cc
[991/1236] Compiling x_spki.cc
[992/1236] Compiling x_req.cc
[993/1236] Compiling c-atomics.c
[994/1241] Compiling x_pubkey.cc
[995/1242] Compiling x_attrib.cc
[996/1242] Compiling x_name.cc
[997/1242] Compiling x_exten.cc
[999/1242] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[999/1242] Compiling x_crl.cc
[999/1242] Compiling x_all.cc
[1002/1242] Compiling NIOConcurrencyHelpers NIOLock.swift
[1003/1242] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1004/1242] Compiling NIOConcurrencyHelpers lock.swift
[1004/1242] Compiling x_algor.cc
[1006/1242] Emitting module NIOConcurrencyHelpers
[1007/1242] Compiling NIOConcurrencyHelpers atomics.swift
[1008/1243] Compiling x509spki.cc
[1009/1243] Compiling x509rset.cc
[1010/1243] Compiling x509cset.cc
[1011/1243] Compiling x509_vpm.cc
[1012/1243] Compiling x509name.cc
[1013/1243] Compiling x509_vfy.cc
[1014/1243] Compiling x509_v3.cc
[1015/1243] Compiling x509_txt.cc
[1016/1243] Compiling x509_set.cc
[1017/1243] Compiling x509_req.cc
[1018/1243] Compiling x509_obj.cc
[1019/1243] Compiling x509_trs.cc
[1020/1243] Compiling x509_lu.cc
[1021/1243] Compiling x509_ext.cc
[1022/1243] Compiling x509_att.cc
[1023/1243] Compiling x509_def.cc
[1024/1243] Compiling x509_d2.cc
[1025/1243] Compiling x509_cmp.cc
[1026/1243] Compiling x509.cc
[1027/1243] Compiling v3_utl.cc
[1028/1243] Compiling v3_skey.cc
[1029/1243] Compiling v3_purp.cc
[1030/1243] Compiling v3_ncons.cc
[1031/1243] Compiling v3_pmaps.cc
[1032/1243] Compiling v3_prn.cc
[1033/1243] Compiling v3_pcons.cc
[1034/1243] Compiling v3_ocsp.cc
[1035/1243] Compiling v3_lib.cc
[1036/1243] Compiling v3_int.cc
[1037/1269] Compiling v3_info.cc
[1038/1269] Compiling v3_genn.cc
[1039/1269] Compiling v3_ia5.cc
[1041/1269] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1042/1269] Compiling ConsoleKitTerminal ConsoleClear.swift
[1043/1269] Compiling ConsoleKitTerminal Console+Ask.swift
[1044/1269] Compiling ConsoleKitTerminal Console+Choose.swift
[1044/1269] Compiling v3_crld.cc
[1045/1272] Compiling v3_enum.cc
[1046/1272] Compiling v3_extku.cc
[1048/1272] Compiling ConsoleKitTerminal Console+Wait.swift
[1049/1272] Compiling ConsoleKitTerminal ConsoleColor.swift
[1050/1272] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1051/1272] Compiling ConsoleKitTerminal ConsoleText.swift
[1052/1272] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1053/1272] Compiling ConsoleKitTerminal ANSI.swift
[1054/1272] Compiling ConsoleKitTerminal Console+Confirm.swift
[1055/1272] Compiling ConsoleKitTerminal Console+Input.swift
[1056/1272] Compiling ConsoleKitTerminal Console+Center.swift
[1057/1272] Compiling ConsoleKitTerminal Console+Output.swift
[1058/1272] Compiling ConsoleKitTerminal ActivityBar.swift
[1059/1272] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1060/1272] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1061/1272] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1062/1272] Emitting module ConsoleKitTerminal
[1063/1272] Compiling ConsoleKitTerminal CustomActivity.swift
[1064/1272] Compiling ConsoleKitTerminal LoadingBar.swift
[1065/1272] Compiling ConsoleKitTerminal ProgressBar.swift
[1066/1272] Compiling ConsoleKitTerminal Console+Clear.swift
[1067/1272] Compiling ConsoleKitTerminal Console.swift
[1068/1272] Compiling ConsoleKitTerminal Terminal.swift
[1069/1272] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1069/1272] Compiling v3_cpols.cc
[1070/1272] Compiling v3_bcons.cc
[1071/1272] Compiling v3_bitst.cc
[1073/1272] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1074/1272] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1075/1272] Compiling ConsoleKitTerminal LoggerFragment.swift
[1075/1273] Compiling v3_conf.cc
[1077/1273] Compiling v3_akeya.cc
[1078/1273] Compiling v3_alt.cc
[1079/1273] Compiling v3_akey.cc
[1080/1273] Compiling t_x509a.cc
[1081/1273] Compiling t_x509.cc
[1082/1273] Compiling t_req.cc
[1083/1273] Compiling t_crl.cc
[1084/1273] Compiling i2d_pr.cc
[1085/1273] Compiling rsa_pss.cc
[1086/1273] Compiling name_print.cc
[1087/1273] Compiling policy.cc
[1088/1295] Compiling algorithm.cc
[1089/1295] Compiling asn1_gen.cc
[1090/1295] Compiling by_file.cc
[1091/1295] Compiling by_dir.cc
[1093/1295] Compiling ConsoleKitCommands CommandSignature.swift
[1094/1295] Compiling ConsoleKitCommands Flag.swift
[1095/1295] Compiling ConsoleKitCommands Option.swift
[1096/1297] Compiling ConsoleKitCommands Command.swift
[1097/1297] Compiling ConsoleKitCommands CommandContext.swift
[1098/1297] Compiling ConsoleKitCommands CommandError.swift
[1098/1297] Compiling a_verify.cc
[1100/1297] Compiling ConsoleKitCommands AsyncCommands.swift
[1101/1297] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1102/1297] Compiling ConsoleKitCommands AnyCommand.swift
[1103/1297] Emitting module ConsoleKitCommands
[1104/1297] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1105/1297] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1106/1297] Compiling ConsoleKitCommands Argument.swift
[1107/1297] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1108/1297] Compiling ConsoleKitCommands AsyncCommand.swift
[1109/1297] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1109/1297] Compiling a_digest.cc
[1111/1297] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1112/1297] Compiling ConsoleKitCommands Utilities.swift
[1112/1297] Compiling a_sign.cc
[1113/1297] Compiling thread_win.cc
[1114/1297] Compiling voprf.cc
[1115/1297] Compiling pmbtoken.cc
[1116/1297] Compiling thread_pthread.cc
[1117/1297] Compiling trust_token.cc
[1118/1297] Compiling thread_none.cc
[1120/1297] Compiling ConsoleKitCommands Console+Run.swift
[1121/1297] Compiling ConsoleKitCommands ConsoleError.swift
[1122/1297] Compiling ConsoleKitCommands Completion.swift
[1123/1297] Compiling ConsoleKitCommands CommandGroup.swift
[1124/1297] Compiling ConsoleKitCommands CommandInput.swift
[1125/1297] Compiling ConsoleKitCommands Commands.swift
[1125/1298] Compiling thread.cc
[1127/1298] Compiling siphash.cc
[1128/1298] Compiling stack.cc
[1129/1300] Compiling sha512.cc
[1130/1300] Compiling sha256.cc
[1131/1300] Compiling slhdsa.cc
[1132/1300] Compiling sha1.cc
[1133/1300] Compiling spake2plus.cc
[1134/1300] Compiling rsa_print.cc
[1136/1300] Emitting module ConsoleKit
[1137/1300] Compiling ConsoleKit Exports.swift
[1137/1301] Compiling rsa_extra.cc
[1139/1301] Compiling rsa_crypt.cc
[1140/1301] Compiling urandom.cc
[1141/1301] Compiling windows.cc
[1142/1301] Compiling refcount.cc
[1143/1301] Compiling rc4.cc
[1144/1301] Compiling trusty.cc
[1145/1301] Compiling rsa_asn1.cc
[1146/1301] Compiling passive.cc
[1147/1301] Compiling ios.cc
[1148/1301] Compiling rand.cc
[1148/1301] Compiling forkunsafe.cc
[1150/1301] Compiling poly1305_arm_asm.S
[1151/1301] Compiling getentropy.cc
[1152/1301] Compiling fork_detect.cc
[1153/1301] Compiling deterministic.cc
[1154/1301] Compiling poly1305_vec.cc
[1155/1301] Compiling pool.cc
[1156/1301] Compiling poly1305.cc
[1157/1301] Compiling poly1305_arm.cc
[1158/1301] Compiling pkcs8.cc
[1159/1301] Compiling pkcs8_x509.cc
[1160/1301] Compiling p5_pbev2.cc
[1161/1301] Compiling pkcs7_x509.cc
[1162/1301] Compiling pkcs7.cc
[1163/1301] Compiling pem_pkey.cc
[1164/1301] Compiling pem_x509.cc
[1165/1301] Compiling pem_xaux.cc
[1166/1301] Compiling pem_info.cc
[1167/1301] Compiling pem_oth.cc
[1168/1301] Compiling obj_xref.cc
[1169/1301] Compiling pem_pk8.cc
[1170/1301] Compiling mlkem.cc
[1171/1301] Compiling pem_lib.cc
[1172/1301] Compiling pem_all.cc
[1173/1301] Compiling obj.cc
[1174/1301] Compiling poly_rq_mul.S
[1175/1301] Compiling lhash.cc
[1176/1301] Compiling mem.cc
[1177/1301] Compiling mldsa.cc
[1178/1301] Compiling fips_shared_support.cc
[1179/1301] Compiling kyber.cc
[1180/1301] Compiling md4.cc
[1181/1301] Compiling md5.cc
[1182/1301] Compiling ex_data.cc
[1183/1301] Compiling hpke.cc
[1184/1301] Compiling fuzzer_mode.cc
[1185/1301] Compiling sign.cc
[1186/1301] Compiling hrss.cc
[1187/1301] Compiling scrypt.cc
[1188/1301] Compiling pbkdf.cc
[1189/1301] Compiling print.cc
[1190/1301] Compiling p_x25519.cc
[1191/1301] Compiling p_x25519_asn1.cc
[1192/1301] Compiling p_rsa_asn1.cc
[1193/1301] Compiling p_ed25519_asn1.cc
[1194/1301] Compiling p_hkdf.cc
[1195/1301] Compiling p_ec.cc
[1196/1301] Compiling p_rsa.cc
[1197/1301] Compiling p_ed25519.cc
[1198/1301] Compiling p_ec_asn1.cc
[1199/1301] Compiling p_dh_asn1.cc
[1200/1301] Compiling p_dh.cc
[1201/1301] Compiling p_dsa_asn1.cc
[1202/1301] Compiling evp.cc
[1203/1301] Compiling err.cc
[1204/1301] Compiling evp_asn1.cc
[1205/1301] Compiling evp_ctx.cc
[1206/1301] Compiling engine.cc
[1207/1301] Compiling ecdsa_p1363.cc
[1208/1301] Compiling ecdsa_asn1.cc
[1209/1301] Compiling ecdh.cc
[1210/1301] Compiling ec_derive.cc
[1211/1301] Compiling digest_extra.cc
[1212/1301] Compiling hash_to_curve.cc
[1213/1301] Compiling bcm.cc
[1214/1301] Compiling dsa.cc
[1215/1301] Compiling dsa_asn1.cc
[1216/1301] Compiling ec_asn1.cc
[1217/1301] Compiling x25519-asm-arm.S
[1218/1301] Compiling params.cc
[1219/1301] Compiling des.cc
[1220/1301] Compiling dh_asn1.cc
[1221/1301] Compiling curve25519_64_adx.cc
[1222/1301] Compiling spake25519.cc
[1223/1301] Compiling cpu_aarch64_win.cc
[1224/1301] Compiling crypto.cc
[1225/1301] Compiling cpu_intel.cc
[1226/1301] Compiling cpu_arm_freebsd.cc
[1227/1301] Compiling cpu_arm_linux.cc
[1228/1301] Compiling cpu_aarch64_sysreg.cc
[1229/1301] Compiling curve25519.cc
[1230/1301] Compiling cpu_aarch64_openbsd.cc
[1231/1301] Compiling cpu_aarch64_apple.cc
[1232/1301] Compiling cpu_aarch64_linux.cc
[1233/1301] Compiling cpu_aarch64_fuchsia.cc
[1234/1301] Compiling conf.cc
[1235/1301] Compiling tls_cbc.cc
[1236/1301] Compiling e_rc2.cc
[1237/1301] Compiling e_tls.cc
[1238/1301] Compiling e_rc4.cc
[1239/1301] Compiling cms.cc
[1240/1301] Compiling get_cipher.cc
[1241/1301] Compiling e_null.cc
[1242/1301] Compiling e_des.cc
[1243/1301] Compiling e_aeseax.cc
[1244/1301] Compiling e_chacha20poly1305.cc
[1245/1301] Compiling chacha.cc
[1246/1301] Compiling e_aesgcmsiv.cc
[1247/1301] Compiling e_aesctrhmac.cc
[1248/1301] Compiling derive_key.cc
[1249/1301] Compiling unicode.cc
[1250/1301] Compiling cbb.cc
[1251/1301] Compiling sqrt.cc
[1252/1301] Compiling div.cc
[1253/1301] Compiling exponentiation.cc
[1254/1301] Compiling buf.cc
[1255/1301] Compiling cbs.cc
[1256/1301] Compiling ber.cc
[1257/1301] Compiling convert.cc
[1258/1301] Compiling blake2.cc
[1259/1301] Compiling asn1_compat.cc
[1260/1301] Compiling printf.cc
[1261/1301] Compiling pair.cc
[1262/1301] Compiling bn_asn1.cc
[1263/1301] Compiling fd.cc
[1264/1301] Compiling hexdump.cc
[1265/1301] Compiling bio_mem.cc
[1266/1301] Compiling file.cc
[1267/1301] Compiling bio.cc
[1268/1301] Compiling errno.cc
[1269/1301] Compiling base64.cc
[1270/1301] Compiling tasn_utl.cc
[1271/1301] Compiling tasn_enc.cc
[1272/1301] Compiling tasn_typ.cc
[1273/1301] Compiling tasn_fre.cc
[1274/1301] Compiling tasn_new.cc
[1275/1301] Compiling posix_time.cc
[1276/1301] Compiling f_string.cc
[1277/1301] Compiling asn_pack.cc
[1278/1301] Compiling asn1_par.cc
[1279/1301] Compiling tasn_dec.cc
[1280/1301] Compiling f_int.cc
[1281/1301] Compiling asn1_lib.cc
[1282/1301] Compiling a_utctm.cc
[1283/1301] Compiling a_type.cc
[1284/1301] Compiling a_octet.cc
[1285/1301] Compiling a_strnid.cc
[1286/1301] Compiling a_time.cc
[1287/1301] Compiling a_object.cc
[1288/1301] Compiling a_strex.cc
[1289/1301] Compiling a_mbstr.cc
[1290/1301] Compiling a_i2d_fp.cc
[1291/1301] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1291/1301] Write sources
[1294/1301] Compiling a_dup.cc
[1295/1301] Compiling a_int.cc
[1296/1334] Compiling a_gentm.cc
[1297/1372] Compiling a_d2i_fp.cc
[1298/1372] Compiling aes.cc
[1299/1372] Compiling a_bitstr.cc
[1301/1372] Compiling BitCollections BitArray+Descriptions.swift
[1302/1372] Compiling BitCollections BitArray+Equatable.swift
[1303/1374] Compiling Atomics ManagedAtomic.swift
[1304/1374] Compiling Atomics ManagedAtomicLazyReference.swift
[1305/1374] Compiling BitCollections BitArray+Fill.swift
[1306/1374] Compiling BitCollections BitArray+Hashable.swift
[1307/1374] Compiling Atomics UnsafeAtomic.swift
[1308/1374] Compiling Atomics UnsafeAtomicLazyReference.swift
[1308/1374] Compiling a_bool.cc
[1310/1382] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1311/1382] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1312/1382] Compiling BitCollections BitArray+Extras.swift
[1321/1389] Compiling Atomics IntegerOperations.swift
[1322/1389] Compiling Atomics Unmanaged extensions.swift
[1323/1389] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1324/1389] Compiling BitCollections BitSet+CustomReflectable.swift
[1325/1389] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1326/1389] Compiling BitCollections BitSet+Equatable.swift
[1327/1389] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1328/1389] Compiling BitCollections BitSet+Extras.swift
[1329/1389] Compiling BitCollections BitSet+Hashable.swift
[1330/1389] Compiling BitCollections BitSet+Initializers.swift
[1331/1389] Compiling BitCollections BitSet+Invariants.swift
[1332/1389] Compiling BitCollections BitSet+Random.swift
[1333/1389] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1334/1389] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1335/1389] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1336/1389] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1337/1389] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1338/1389] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1339/1389] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1340/1389] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1341/1389] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1342/1389] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1343/1389] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1344/1389] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1345/1389] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1346/1389] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1347/1389] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1348/1389] Compiling BitCollections BitSet+SetAlgebra union.swift
[1349/1389] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1350/1389] Compiling BitCollections BitSet.Counted.swift
[1351/1389] Emitting module BitCollections
[1352/1389] Compiling BitCollections BitArray+BitwiseOperations.swift
[1353/1389] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1354/1389] Compiling BitCollections BitArray+Codable.swift
[1355/1389] Compiling BitCollections BitArray+Collection.swift
[1356/1389] Compiling BitCollections BitArray+Copy.swift
[1357/1389] Compiling BitCollections BitArray+CustomReflectable.swift
[1363/1389] Compiling BitCollections BitArray+Testing.swift
[1364/1389] Compiling BitCollections BitArray._UnsafeHandle.swift
[1365/1389] Compiling BitCollections BitArray.swift
[1366/1389] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1367/1389] Compiling BitCollections BitSet+Codable.swift
[1368/1389] Compiling CryptoBoringWrapper RandomBytes.swift
[1369/1389] Compiling BitCollections BitSet.Index.swift
[1370/1389] Compiling BitCollections BitSet._UnsafeHandle.swift
[1371/1389] Compiling BitCollections BitSet.swift
[1372/1389] Compiling BitCollections Range+Utilities.swift
[1373/1389] Compiling BitCollections Slice+Utilities.swift
[1374/1389] Compiling BitCollections UInt+Tricks.swift
[1375/1389] Compiling BitCollections _Word.swift
[1376/1390] Compiling CryptoBoringWrapper EllipticCurve.swift
[1378/1390] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1379/1390] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1380/1390] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1381/1390] Emitting module CryptoBoringWrapper
[1382/1390] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1383/1390] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1384/1393] Compiling Collections Collections.swift
[1386/1393] Emitting module Collections
[1388/1394] Emitting module Atomics
[1396/1527] Compiling Crypto HPKE-Errors.swift
[1397/1527] Compiling Crypto HPKE.swift
[1398/1527] Compiling Crypto HPKE-Context.swift
[1399/1527] Compiling Crypto HPKE-KeySchedule.swift
[1400/1527] Compiling Crypto HPKE-Modes.swift
[1401/1527] Compiling Crypto Insecure.swift
[1402/1527] Compiling Crypto Insecure_HashFunctions.swift
[1403/1527] Compiling Crypto KEM.swift
[1404/1527] Compiling Crypto ECDH_boring.swift
[1405/1527] Compiling Crypto DH.swift
[1406/1537] Compiling NIOCore NIOAny.swift
[1407/1537] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1408/1537] Compiling NIOCore NIOCoreSendableMetatype.swift
[1409/1537] Compiling NIOCore NIOLoopBound.swift
[1410/1537] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1411/1537] Compiling NIOCore NIOScheduledCallback.swift
[1412/1537] Compiling NIOCore NIOSendable.swift
[1413/1537] Compiling NIOCore RecvByteBufferAllocator.swift
[1414/1545] Compiling NIOCore FileHandle.swift
[1415/1545] Compiling NIOCore FileRegion.swift
[1416/1545] Compiling NIOCore GlobalSingletons.swift
[1417/1545] Compiling NIOCore IO.swift
[1418/1545] Compiling NIOCore IOData.swift
[1419/1545] Compiling NIOCore IPProtocol.swift
[1420/1545] Compiling NIOCore IntegerBitPacking.swift
[1421/1545] Compiling NIOCore IntegerTypes.swift
[1422/1545] Compiling NIOCore Interfaces.swift
[1423/1545] Compiling NIOCore Linux.swift
[1424/1545] Compiling NIOCore ConvenienceOptionSupport.swift
[1425/1545] Compiling NIOCore DeadChannel.swift
[1426/1545] Compiling NIOCore DispatchQueue+WithFuture.swift
[1427/1545] Compiling NIOCore EventLoop+Deprecated.swift
[1428/1545] Compiling NIOCore EventLoop+SerialExecutor.swift
[1429/1545] Compiling NIOCore EventLoop.swift
[1430/1545] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1431/1545] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1432/1545] Compiling NIOCore BSDSocketAPI.swift
[1433/1545] Compiling NIOCore ByteBuffer-aux.swift
[1434/1545] Compiling NIOCore MarkedCircularBuffer.swift
[1435/1545] Compiling NIOCore MulticastChannel.swift
[1452/1545] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1453/1545] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1454/1545] Compiling NIOCore EventLoopFuture.swift
[1455/1545] Compiling NIOCore FileDescriptor.swift
[1460/1545] Emitting module Crypto
[1461/1545] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1462/1545] Compiling NIOCore ByteBuffer-conversions.swift
[1463/1545] Compiling NIOCore ByteBuffer-core.swift
[1464/1545] Compiling NIOCore ByteBuffer-hex.swift
[1465/1545] Compiling NIOCore ByteBuffer-int.swift
[1466/1545] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1471/1545] Compiling NIOCore AddressedEnvelope.swift
[1472/1545] Compiling NIOCore AsyncAwaitSupport.swift
[1473/1545] Compiling NIOCore AsyncChannel.swift
[1474/1545] Compiling NIOCore AsyncChannelHandler.swift
[1475/1545] Compiling NIOCore AsyncChannelInboundStream.swift
[1476/1545] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1477/1545] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1478/1545] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1479/1545] Compiling NIOCore NIOAsyncWriter.swift
[1480/1545] Compiling NIOCore ByteBuffer-multi-int.swift
[1481/1545] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1482/1545] Compiling NIOCore ByteBuffer-views.swift
[1483/1545] Compiling NIOCore Channel.swift
[1484/1545] Compiling NIOCore ChannelHandler.swift
[1485/1545] Compiling NIOCore ChannelHandlers.swift
[1486/1545] Compiling NIOCore ChannelInvoker.swift
[1487/1545] Compiling NIOCore ChannelOption.swift
[1488/1545] Compiling NIOCore ChannelPipeline.swift
[1489/1545] Compiling NIOCore CircularBuffer.swift
[1490/1545] Compiling NIOCore Codec.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
[1546/1546] Emitting module NIOCore
[1548/1599] Compiling NIOEmbedded Embedded.swift
[1549/1599] Emitting module NIOEmbedded
[1550/1599] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1551/1599] Compiling NIOEmbedded AsyncTestingChannel.swift
[1553/1600] Emitting module NIOPosix
[1554/1600] Compiling NIOPosix Socket.swift
[1555/1600] Compiling NIOPosix SocketChannel.swift
[1556/1600] Compiling NIOPosix SocketProtocols.swift
[1557/1600] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1558/1600] Compiling NIOPosix System.swift
[1559/1600] Compiling NIOPosix Thread.swift
[1560/1606] Compiling NIOPosix BSDSocketAPICommon.swift
[1561/1606] Compiling NIOPosix BSDSocketAPIPosix.swift
[1562/1606] Compiling NIOPosix BSDSocketAPIWindows.swift
[1563/1606] Compiling NIOPosix BaseSocket.swift
[1564/1606] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1565/1606] Compiling NIOPosix BaseSocketChannel.swift
[1566/1606] Compiling NIOPosix BaseStreamSocketChannel.swift
[1567/1606] Compiling NIOPosix SelectableEventLoop.swift
[1568/1606] Compiling NIOPosix SelectorEpoll.swift
[1569/1606] Compiling NIOPosix SelectorGeneric.swift
[1570/1606] Compiling NIOPosix SelectorKqueue.swift
[1571/1606] Compiling NIOPosix SelectorUring.swift
[1572/1606] Compiling NIOPosix ServerSocket.swift
[1573/1606] Compiling NIOPosix IO.swift
[1574/1606] Compiling NIOPosix IntegerBitPacking.swift
[1575/1606] Compiling NIOPosix IntegerTypes.swift
[1576/1606] Compiling NIOPosix Linux.swift
[1577/1606] Compiling NIOPosix LinuxCPUSet.swift
[1578/1606] Compiling NIOPosix LinuxUring.swift
[1579/1606] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1580/1606] Compiling NIOPosix ThreadPosix.swift
[1581/1606] Compiling NIOPosix ThreadWindows.swift
[1582/1606] Compiling NIOPosix UnsafeTransfer.swift
[1583/1606] Compiling NIOPosix Utilities.swift
[1584/1606] Compiling NIOPosix VsockAddress.swift
[1585/1606] Compiling NIOPosix VsockChannelEvents.swift
[1586/1606] Compiling NIOPosix Pool.swift
[1587/1606] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1588/1606] Compiling NIOPosix PosixSingletons.swift
[1589/1606] Compiling NIOPosix RawSocketBootstrap.swift
[1590/1606] Compiling NIOPosix Resolver.swift
[1591/1606] Compiling NIOPosix Selectable.swift
[1592/1606] Compiling NIOPosix SelectableChannel.swift
[1593/1606] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1594/1606] Compiling NIOPosix NIOThreadPool.swift
[1595/1606] Compiling NIOPosix NonBlockingFileIO.swift
[1596/1606] Compiling NIOPosix PendingDatagramWritesManager.swift
[1597/1606] Compiling NIOPosix PendingWritesManager.swift
[1598/1606] Compiling NIOPosix PipeChannel.swift
[1599/1606] Compiling NIOPosix PipePair.swift
[1600/1606] Compiling NIOPosix Bootstrap.swift
[1601/1606] Compiling NIOPosix ControlMessage.swift
[1602/1606] Compiling NIOPosix DatagramVectorReadManager.swift
[1603/1606] Compiling NIOPosix Errors+Any.swift
[1604/1606] Compiling NIOPosix FileDescriptor.swift
[1605/1606] Compiling NIOPosix GetaddrinfoResolver.swift
[1606/1606] Compiling NIOPosix HappyEyeballs.swift
[1608/1667] Compiling NIO Exports.swift
[1609/1667] Emitting module NIO
[1610/1668] Compiling _NIOFileSystem Array+FileSystem.swift
[1611/1668] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1612/1668] Compiling _NIOFileSystem BufferedReader.swift
[1614/1709] Compiling NIOTLS TLSEvents.swift
[1615/1709] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1616/1710] Compiling NIOSOCKS SOCKSResponse.swift
[1617/1710] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1618/1710] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1619/1710] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1620/1710] Emitting module NIOTLS
[1621/1710] Compiling NIOSOCKS ClientStateMachine.swift
[1622/1710] Compiling NIOHTTP1 HTTPEncoder.swift
[1623/1710] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1624/1710] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1625/1710] Compiling NIOHTTP1 HTTPDecoder.swift
[1626/1710] Emitting module NIOSOCKS
[1627/1710] Compiling AsyncKit Optional+StrictMap.swift
[1628/1710] Compiling AsyncKit Exports.swift
[1629/1710] Emitting module _NIOFileSystem
[1630/1710] Compiling NIOSOCKS ServerStateMachine.swift
[1631/1714] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1632/1714] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1633/1714] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1634/1714] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1635/1715] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1636/1715] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1637/1715] Compiling NIOTLS SNIHandler.swift
[1638/1715] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1644/1716] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1645/1716] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1651/1716] Emitting module NIOFoundationCompat
[1652/1716] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1653/1716] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1654/1716] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1656/1748] Compiling NIOSSL IdentityVerification.swift
[1657/1748] Compiling NIOSSL SSLCertificate.swift
[1658/1748] Compiling NIOSSL SSLCertificateExtensions.swift
[1659/1748] Compiling NIOSSL SSLCertificateName.swift
[1660/1748] Compiling NIOSSL ObjectIdentifier.swift
[1661/1748] Compiling NIOSSL PosixPort.swift
[1662/1748] Compiling _NIOFileSystem Utilities.swift
[1663/1748] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[1664/1748] Compiling _NIOFileSystem OpenOptions.swift
[1665/1748] Compiling _NIOFileSystem String+FileSystem.swift
[1666/1770] Emitting module NIOTransportServices
[1667/1772] Compiling NIOTransportServices NIOTSBootstraps.swift
[1668/1772] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1669/1772] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1670/1772] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1671/1772] Compiling NIOTransportServices NIOTSErrors.swift
[1672/1772] Compiling NIOTransportServices NIOTSEventLoop.swift
[1673/1772] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1674/1772] Compiling NIOTransportServices NIOTSSingletons.swift
[1675/1772] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1676/1772] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1677/1772] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1678/1772] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1679/1772] Compiling NIOTransportServices StateManagedChannel.swift
[1680/1772] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1681/1772] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1682/1772] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1683/1772] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1684/1772] Compiling NIOTransportServices AcceptHandler.swift
[1685/1772] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1686/1772] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1687/1772] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1688/1772] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1689/1772] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1695/1773] Emitting module AsyncKit
[1696/1773] Emitting module NIOHTTP1
[1703/1774] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1704/1774] Compiling _NIOFileSystem BufferedStream.swift
[1705/1774] Compiling _NIOFileSystem Cancellation.swift
[1706/1774] Compiling _NIOFileSystem TokenBucket.swift
[1707/1774] Compiling _NIOFileSystem UnsafeTransfer.swift
[1713/1774] Compiling NIOSSL NIOSSLSecureBytes.swift
[1714/1774] Compiling NIOSSL RNG.swift
[1715/1774] Compiling NIOSSL SafeCompare.swift
[1716/1774] Compiling _NIOFileSystem Syscalls.swift
[1717/1774] Compiling _NIOFileSystem SystemFileHandle.swift
[1721/1774] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1722/1774] Compiling NIOSSL SubjectAlternativeName.swift
[1723/1839] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1724/1839] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1725/1839] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1726/1839] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1727/1839] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1728/1843] Compiling NIOWebSocket WebSocketOpcode.swift
[1729/1844] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1730/1844] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1731/1844] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1732/1844] Compiling MultipartKit FormDataEncoder.swift
[1733/1846] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1734/1846] Compiling NIOHPACK IndexedHeaderTable.swift
[1735/1846] Compiling NIOHPACK IntegerCoding.swift
[1736/1847] Emitting module MultipartKit
[1737/1849] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1749/1849] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1750/1849] Compiling NIOHTTPCompression HTTPDecompression.swift
[1752/1849] Compiling MultipartKit FormDataDecoder.swift
[1753/1849] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1754/1849] Compiling MultipartKit MultipartPart.swift
[1755/1849] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1756/1849] Compiling MultipartKit Storage.swift
[1757/1849] Compiling MultipartKit MultipartFormData.swift
[1758/1849] Emitting module NIOHTTPCompression
[1759/1849] Compiling NIOHTTPCompression HTTPCompression.swift
[1760/1849] Compiling MultipartKit MultipartParser.swift
[1762/1849] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1763/1849] Compiling NIOHPACK HuffmanTables.swift
[1764/1849] Compiling MultipartKit BasicCodingKey.swift
[1765/1849] Compiling MultipartKit MultipartError.swift
[1766/1849] Compiling MultipartKit Exports.swift
[1770/1849] Compiling NIOWebSocket WebSocketFrame.swift
[1773/1849] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1774/1849] Emitting module NIOWebSocket
[1777/1850] Compiling NIOHPACK HuffmanCoding.swift
[1778/1850] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1779/1850] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1780/1850] Compiling NIOHPACK StaticHeaderTable.swift
[1781/1851] Emitting module NIOHPACK
[1784/1851] Emitting module NIOExtras
[1785/1851] Emitting module NIOSSL
[1812/1852] Compiling MultipartKit MultipartSerializer.swift
[1813/1852] Compiling MultipartKit Utilities.swift
[1831/1859] Compiling NIOFileSystem Exports.swift
[1832/1859] Emitting module NIOFileSystem
[1833/1860] Emitting module _NIOFileSystemFoundationCompat
[1834/1860] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1835/1860] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1838/1945] Compiling LeafKit LeafContext.swift
[1839/1945] Compiling LeafKit LeafSerializer.swift
[1840/1946] Compiling NIOHTTP2 MayReceiveFrames.swift
[1841/1946] Compiling NIOHTTP2 ReceivingDataState.swift
[1842/1946] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1843/1946] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1846/1955] Emitting module LeafKit
[1847/1958] Compiling LeafKit LeafSource.swift
[1848/1958] Compiling LeafKit LeafSources.swift
[1849/1958] Compiling LeafKit NIOLeafFiles.swift
[1850/1958] Compiling WebSocketKit Exports.swift
[1851/1958] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1852/1958] Compiling WebSocketKit WebSocket+Connect.swift
[1853/1958] Compiling LeafKit LeafRawTemplate.swift
[1854/1958] Compiling LeafKit LeafToken.swift
[1855/1958] Compiling LeafKit LeafParameter.swift
[1856/1958] Compiling LeafKit LeafParser.swift
[1857/1958] Compiling LeafKit LeafRenderer.swift
[1858/1958] Compiling LeafKit Dictionary+LeafData.swift
[1859/1958] Compiling WebSocketKit WebSocketHandler.swift
[1860/1958] Compiling WebSocketKit WebSocket+Concurrency.swift
[1861/1958] Emitting module WebSocketKit
[1864/1958] Compiling LeafKit ParameterResolver.swift
[1865/1958] Compiling LeafKit LeafError.swift
[1866/1958] Compiling LeafKit LeafLexer.swift
[1867/1958] Compiling LeafKit LeafParameterTypes.swift
[1868/1958] Compiling WebSocketKit WebSocketClient.swift
[1869/1958] Compiling WebSocketKit WebSocket.swift
[1871/1959] Compiling LeafKit Character+Identities.swift
[1872/1959] Compiling LeafKit LeafAST.swift
[1873/1959] Compiling LeafKit DefaultLeafCache.swift
[1874/1959] Compiling LeafKit LeafCache.swift
[1875/1959] Compiling LeafKit LeafConfiguration.swift
[1876/1959] Compiling LeafKit LeafData.swift
[1877/1959] Compiling LeafKit LeafDataRepresentable.swift
[1878/1959] Compiling LeafKit LeafDataStorage.swift
[1879/1959] Compiling LeafKit LeafSyntax.swift
[1880/1959] Compiling LeafKit LeafTag.swift
[1881/1959] Compiling LeafKit String+HTMLEscape.swift
[1909/1968] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1910/1968] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1911/1968] Compiling NIOHTTP2 HTTP2StreamID.swift
[1912/1968] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1913/1968] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1914/1968] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1915/1968] Compiling NIOHTTP2 InboundEventBuffer.swift
[1916/1968] Compiling NIOHTTP2 InboundWindowManager.swift
[1917/1968] Emitting module NIOHTTP2
[1918/1968] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1919/1968] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1924/1968] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1925/1968] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1926/1968] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1946/1969] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1947/1969] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1948/1969] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1949/1969] Compiling NIOHTTP2 StreamChannelList.swift
[1950/1969] Compiling NIOHTTP2 StreamMap.swift
[1951/1969] Compiling NIOHTTP2 StreamStateMachine.swift
[1952/1969] Compiling NIOHTTP2 UnsafeTransfer.swift
[1953/1969] Compiling NIOHTTP2 WatermarkedFlowController.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] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1972/2030] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1973/2030] Compiling AsyncHTTPClient Transaction.swift
[1974/2030] Compiling AsyncHTTPClient Base64.swift
[1975/2030] Compiling AsyncHTTPClient BasicAuth.swift
[1976/2030] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1977/2030] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1978/2030] Compiling AsyncHTTPClient ConnectionPool.swift
[1979/2030] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1980/2038] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1981/2038] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1982/2038] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1983/2038] Compiling AsyncHTTPClient HTTP1Connection.swift
[1984/2038] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1985/2038] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1986/2038] Compiling AsyncHTTPClient HTTP2Connection.swift
[1987/2038] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1988/2038] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1989/2038] Compiling AsyncHTTPClient HTTPHandler.swift
[1990/2038] Compiling AsyncHTTPClient LRUCache.swift
[1991/2038] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1992/2038] Compiling AsyncHTTPClient NWErrorHandler.swift
[1993/2038] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1994/2038] Compiling AsyncHTTPClient TLSConfiguration.swift
[1995/2038] Compiling AsyncHTTPClient RedirectState.swift
[1996/2038] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1997/2038] Compiling AsyncHTTPClient ConnectionTarget.swift
[1998/2038] Compiling AsyncHTTPClient DeconstructedURL.swift
[1999/2038] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2000/2038] Compiling AsyncHTTPClient FoundationExtensions.swift
[2001/2038] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2002/2038] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2003/2038] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2004/2038] Compiling AsyncHTTPClient HTTPClient.swift
[2005/2038] Compiling AsyncHTTPClient RequestOptions.swift
[2006/2038] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2007/2038] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2008/2038] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2009/2038] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2010/2038] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2011/2038] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2012/2038] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2013/2038] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2014/2038] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2015/2038] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2016/2038] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2017/2038] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2018/2038] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2019/2038] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2020/2038] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2021/2038] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2022/2038] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2023/2038] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2024/2038] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2025/2038] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2026/2038] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2027/2038] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2028/2038] Compiling AsyncHTTPClient RequestBodyLength.swift
[2029/2038] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2030/2038] Emitting module AsyncHTTPClient
[2031/2038] Compiling AsyncHTTPClient RequestBag.swift
[2032/2038] Compiling AsyncHTTPClient RequestValidation.swift
[2033/2038] Compiling AsyncHTTPClient SSLContextCache.swift
[2034/2038] Compiling AsyncHTTPClient Scheme.swift
[2035/2038] Compiling AsyncHTTPClient Singleton.swift
[2036/2038] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2037/2038] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2038/2038] Compiling AsyncHTTPClient Utils.swift
[2040/2208] Compiling Vapor Core.swift
[2041/2208] Compiling Vapor Running.swift
[2042/2208] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2043/2208] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2044/2208] Compiling Vapor DotEnvFile+load.swift
[2045/2208] Compiling Vapor Routes+caseInsenstive.swift
[2046/2208] Compiling Vapor Validatable+validate.swift
[2047/2208] Compiling Vapor Environment+Process.swift
[2048/2208] Compiling Vapor Environment+Secret.swift
[2049/2208] Compiling Vapor Environment.swift
[2050/2208] Compiling Vapor Abort.swift
[2051/2208] Compiling Vapor AbortError.swift
[2052/2208] Compiling Vapor DebuggableError.swift
[2053/2208] Compiling Vapor Demangler.swift
[2054/2208] Compiling Vapor ErrorSource.swift
[2055/2208] Compiling Vapor StackTrace.swift
[2056/2208] Compiling Vapor Exports.swift
[2057/2208] Compiling Vapor Application+HTTP.swift
[2058/2208] Compiling Vapor BasicResponder.swift
[2059/2208] Compiling Vapor BodyStream.swift
[2060/2208] Compiling Vapor Application+HTTP+Client.swift
[2061/2208] Compiling Vapor EventLoopHTTPClient.swift
[2062/2208] Compiling Vapor EndpointCache.swift
[2063/2208] Compiling Vapor HTTPMethod+String.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/2256] Compiling Vapor Application.swift
[2089/2256] Compiling Vapor AuthenticationCache.swift
[2090/2256] Compiling Vapor Authenticator.swift
[2091/2256] Compiling Vapor BasicAuthorization.swift
[2092/2256] Compiling Vapor BearerAuthorization.swift
[2093/2256] Compiling Vapor GuardMiddleware.swift
[2094/2256] Compiling Vapor RedirectMiddleware.swift
[2095/2256] Compiling Vapor SessionAuthenticatable.swift
[2096/2256] Compiling Vapor Bcrypt.swift
[2097/2256] Compiling Vapor Application+Cache.swift
[2098/2256] Compiling Vapor Cache.swift
[2099/2256] Compiling Vapor CacheExpirationTime.swift
[2100/2256] Compiling Vapor MemoryCache.swift
[2101/2256] Compiling Vapor Request+Cache.swift
[2102/2256] Compiling Vapor Application+Clients.swift
[2103/2256] Compiling Vapor Client.swift
[2104/2256] Compiling Vapor ClientRequest.swift
[2105/2256] Compiling Vapor ClientResponse.swift
[2106/2256] Compiling Vapor Request+Client.swift
[2107/2256] Compiling Vapor BootCommand.swift
[2108/2256] Compiling Vapor CommandContext+Application.swift
[2109/2256] Compiling Vapor RoutesCommand.swift
[2110/2256] Compiling Vapor ServeCommand.swift
[2111/2256] Compiling Vapor AnyResponse+Concurrency.swift
[2112/2256] Compiling Vapor Validator.swift
[2113/2256] Compiling Vapor ValidatorResult.swift
[2114/2256] Compiling Vapor And.swift
[2115/2256] Compiling Vapor Case.swift
[2116/2256] Compiling Vapor CharacterSet.swift
[2117/2256] Compiling Vapor Count.swift
[2118/2256] Compiling Vapor Custom.swift
[2119/2256] Compiling Vapor Email.swift
[2120/2256] Compiling Vapor Empty.swift
[2121/2256] Compiling Vapor In.swift
[2122/2256] Compiling Vapor Nil.swift
[2123/2256] Compiling Vapor NilIgnoring.swift
[2124/2256] Compiling Vapor Not.swift
[2125/2256] Compiling Vapor Or.swift
[2126/2256] Compiling Vapor Pattern.swift
[2127/2256] Compiling Vapor Range.swift
[2128/2256] Compiling Vapor URL.swift
[2129/2256] Compiling Vapor Valid.swift
[2130/2256] Compiling Vapor Application+Views.swift
[2131/2256] Compiling Vapor PlaintextRenderer.swift
[2132/2256] Compiling Vapor Request+View.swift
[2133/2256] Compiling Vapor View.swift
[2134/2256] Compiling Vapor ViewRenderer.swift
[2135/2256] Compiling Vapor _Deprecations.swift
[2136/2256] Compiling Vapor Service.swift
[2137/2256] Compiling Vapor Application+Sessions.swift
[2138/2256] Compiling Vapor MemorySessions.swift
[2139/2256] Compiling Vapor Request+Session.swift
[2140/2256] Compiling Vapor Session.swift
[2141/2256] Compiling Vapor SessionCache.swift
[2142/2256] Compiling Vapor SessionData.swift
[2143/2256] Compiling Vapor SessionDriver.swift
[2144/2256] Compiling Vapor SessionsConfiguration.swift
[2145/2256] Compiling Vapor SessionsMiddleware.swift
[2146/2256] Compiling Vapor URLEncodedFormData.swift
[2147/2256] Compiling Vapor URLEncodedFormDecoder.swift
[2148/2256] Compiling Vapor URLEncodedFormEncoder.swift
[2149/2256] Compiling Vapor URLEncodedFormError.swift
[2150/2256] Compiling Vapor URLEncodedFormParser.swift
[2151/2256] Compiling Vapor URLEncodedFormSerializer.swift
[2152/2256] Compiling Vapor URLQueryFragmentConvertible.swift
[2153/2256] Compiling Vapor AnyResponse.swift
[2154/2256] Compiling Vapor Array+Random.swift
[2155/2256] Compiling Vapor Base32.swift
[2156/2256] Compiling Vapor Base64.swift
[2157/2256] Compiling Vapor BaseN.swift
[2158/2256] Compiling Vapor BasicCodingKey.swift
[2159/2256] Compiling Vapor ByteCount.swift
[2160/2256] Emitting module Vapor
[2161/2256] Compiling Vapor Bytes+Hex.swift
[2162/2256] Compiling Vapor Bytes+SecureCompare.swift
[2163/2256] Compiling Vapor Collection+Safe.swift
[2164/2256] Compiling Vapor DataProtocol+Copy.swift
[2165/2256] Compiling Vapor DecoderUnwrapper.swift
[2166/2256] Compiling Vapor DirectoryConfiguration.swift
[2167/2256] Compiling Vapor DotEnv.swift
[2168/2256] Compiling Vapor Extendable.swift
[2169/2256] Compiling Vapor File.swift
[2170/2256] Compiling Vapor FileIO.swift
[2171/2256] Compiling Vapor LifecycleHandler.swift
[2172/2256] Compiling Vapor OptionalType.swift
[2173/2256] Compiling Vapor RFC1123.swift
[2174/2256] Compiling Vapor SocketAddress+Hostname.swift
[2175/2256] Compiling Vapor Storage.swift
[2176/2256] Compiling Vapor String+IsIPAddress.swift
[2177/2256] Compiling Vapor Thread.swift
[2178/2256] Compiling Vapor URI.swift
[2179/2256] Compiling Vapor RangeResult.swift
[2180/2256] Compiling Vapor Validatable.swift
[2181/2256] Compiling Vapor Validation.swift
[2182/2256] Compiling Vapor ValidationKey.swift
[2183/2256] Compiling Vapor Validations.swift
[2184/2256] Compiling Vapor ValidationsError.swift
[2185/2256] Compiling Vapor AsyncBasicResponder.swift
[2186/2256] Compiling Vapor AsyncMiddleware.swift
[2187/2256] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2188/2256] Compiling Vapor AsyncSessionDriver.swift
[2189/2256] Compiling Vapor Authentication+Concurrency.swift
[2190/2256] Compiling Vapor Cache+Concurrency.swift
[2191/2256] Compiling Vapor Client+Concurrency.swift
[2192/2256] Compiling Vapor RequestBody+Concurrency.swift
[2193/2256] Compiling Vapor Responder+Concurrency.swift
[2194/2256] Compiling Vapor ResponseCodable+Concurrency.swift
[2195/2256] Compiling Vapor RoutesBuilder+Concurrency.swift
[2196/2256] Compiling Vapor ViewRenderer+Concurrency.swift
[2197/2256] Compiling Vapor WebSocket+Concurrency.swift
[2198/2256] Compiling Vapor ContainerGetPathExecutor.swift
[2199/2256] Compiling Vapor Content.swift
[2200/2256] Compiling Vapor ContentCoders.swift
[2201/2256] Compiling Vapor ContentConfiguration.swift
[2202/2256] Compiling Vapor ContentContainer.swift
[2203/2256] Compiling Vapor JSONCoder+Custom.swift
[2204/2256] Compiling Vapor JSONCoders+Content.swift
[2205/2256] Compiling Vapor PlaintextDecoder.swift
[2206/2256] Compiling Vapor PlaintextEncoder.swift
[2207/2256] Compiling Vapor URLQueryCoders.swift
[2208/2256] Compiling Vapor URLQueryContainer.swift
[2209/2256] Compiling Vapor HTTPStatus.swift
[2210/2256] Compiling Vapor HTTPCookies.swift
[2211/2256] Compiling Vapor HTTPHeaderCacheControl.swift
[2212/2256] Compiling Vapor HTTPHeaderExpires.swift
[2213/2256] Compiling Vapor HTTPHeaderLastModified.swift
[2214/2256] Compiling Vapor HTTPHeaders+Cache.swift
[2215/2256] Compiling Vapor HTTPHeaders+Connection.swift
[2216/2256] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2217/2256] Compiling Vapor HTTPHeaders+ContentRange.swift
[2218/2256] Compiling Vapor HTTPHeaders+Directive.swift
[2219/2256] Compiling Vapor HTTPHeaders+Forwarded.swift
[2220/2256] Compiling Vapor HTTPHeaders+Link.swift
[2221/2256] Compiling Vapor HTTPHeaders+Name.swift
[2222/2256] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2223/2256] Compiling Vapor HTTPHeaders.swift
[2224/2256] Compiling Vapor HTTPMediaType.swift
[2225/2256] Compiling Vapor HTTPMediaTypePreference.swift
[2226/2256] Compiling Vapor Responder.swift
[2227/2256] Compiling Vapor Application+HTTP+Server.swift
[2228/2256] Compiling Vapor HTTPServer.swift
[2229/2256] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2230/2256] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2231/2256] Compiling Vapor HTTPServerHandler.swift
[2232/2256] Compiling Vapor HTTPServerRequestDecoder.swift
[2233/2256] Compiling Vapor HTTPServerResponseEncoder.swift
[2234/2256] Compiling Vapor HTTPServerUpgradeHandler.swift
[2235/2256] Compiling Vapor Logger+Report.swift
[2236/2256] Compiling Vapor LoggingSystem+Environment.swift
[2237/2256] Compiling Vapor Application+Middleware.swift
[2238/2256] Compiling Vapor CORSMiddleware.swift
[2239/2256] Compiling Vapor ErrorMiddleware.swift
[2240/2256] Compiling Vapor FileMiddleware.swift
[2241/2256] Compiling Vapor Middleware.swift
[2242/2256] Compiling Vapor MiddlewareConfiguration.swift
[2243/2256] Compiling Vapor ResponseCompressionMiddleware.swift
[2244/2256] Compiling Vapor RouteLoggingMiddleware.swift
[2245/2256] Compiling Vapor TracingMiddleware.swift
[2246/2256] Compiling Vapor File+Multipart.swift
[2247/2256] Compiling Vapor FormDataDecoder+Content.swift
[2248/2256] Compiling Vapor FormDataEncoder+Content.swift
[2249/2256] Compiling Vapor Application+Password.swift
[2250/2256] Compiling Vapor Application+Passwords.swift
[2251/2256] Compiling Vapor AsyncPasswordHasher.swift
[2252/2256] Compiling Vapor BcryptHasher.swift
[2253/2256] Compiling Vapor PasswordHasher.swift
[2254/2256] Compiling Vapor PlaintextHasher.swift
[2255/2256] Compiling Vapor Request+Password.swift
[2256/2256] Compiling Vapor Redirect.swift
[2258/2264] Compiling Leaf Request+Leaf.swift
[2259/2264] Compiling Leaf LeafRenderer+ViewRenderer.swift
[2260/2264] Compiling Leaf Application+Leaf.swift
[2261/2264] Compiling Leaf LeafError+AbortError.swift
[2262/2264] Compiling Leaf Exports.swift
[2263/2264] Compiling Leaf LeafEncoder.swift
[2264/2264] Emitting module Leaf
Build complete! (496.76s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.