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 (d46958), with Swift 6.1 for Android on 30 May 2025 17:00:20 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images: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.63.1
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 d469584 General cleanup (#237)
Cloned https://github.com/vapor/leaf.git
Revision (git rev-parse @):
d469584b9186851c5a4012d11325fb9db3207ebb
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",
        "LeafTests.swift"
      ],
      "target_dependencies" : [
        "Leaf"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Leaf",
      "module_type" : "SwiftTarget",
      "name" : "Leaf",
      "path" : "Sources/Leaf",
      "product_dependencies" : [
        "LeafKit",
        "Vapor",
        "Algorithms"
      ],
      "product_memberships" : [
        "Leaf"
      ],
      "sources" : [
        "Application+Leaf.swift",
        "Exports.swift",
        "LeafEncoder.swift",
        "LeafError+AbortError.swift",
        "LeafRenderer+ViewRenderer.swift",
        "Request+Leaf.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images: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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/vapor/vapor.git
Fetching https://github.com/apple/swift-algorithms.git
[1/4938] Fetching leaf-kit
[1977/10897] Fetching leaf-kit, swift-algorithms
Fetched https://github.com/vapor/leaf-kit.git from cache (0.36s)
[1/74378] Fetching vapor
Fetched https://github.com/apple/swift-algorithms.git from cache (0.42s)
Fetched https://github.com/vapor/vapor.git from cache (2.14s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.05s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.37s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.97s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
[1/1063] Fetching swift-service-context
[937/3269] Fetching swift-service-context, swift-metrics
[1307/5878] Fetching swift-service-context, swift-metrics, websocket-kit
[1908/9197] Fetching swift-service-context, swift-metrics, websocket-kit, multipart-kit
[3967/10914] Fetching swift-service-context, swift-metrics, websocket-kit, multipart-kit, swift-atomics
[5927/15888] Fetching swift-service-context, swift-metrics, websocket-kit, multipart-kit, swift-atomics, swift-distributed-tracing
Fetched https://github.com/apple/swift-metrics.git from cache (0.42s)
[10349/13682] Fetching swift-service-context, websocket-kit, multipart-kit, swift-atomics, swift-distributed-tracing
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.51s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.61s)
Fetching https://github.com/apple/swift-nio-http2.git
[5300/10827] Fetching swift-service-context, websocket-kit, multipart-kit, swift-log
[9136/16750] Fetching swift-service-context, websocket-kit, multipart-kit, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-log.git from cache (0.41s)
[10689/12914] Fetching swift-service-context, websocket-kit, multipart-kit, swift-nio-extras
Fetching https://github.com/apple/swift-nio-ssl.git
[11223/24441] Fetching swift-service-context, websocket-kit, multipart-kit, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.49s)
[7374/18518] Fetching swift-service-context, websocket-kit, multipart-kit, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
[12123/33361] Fetching swift-service-context, websocket-kit, multipart-kit, swift-nio-http2, swift-nio-ssl
[20598/109484] Fetching swift-service-context, websocket-kit, multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-service-context.git from cache (1.80s)
Fetched https://github.com/vapor/websocket-kit.git from cache (1.81s)
[26280/105812] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.93s)
[28529/102493] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.43s)
[29570/90966] Fetching swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/async-kit.git
[39764/111693] Fetching swift-nio-ssl, swift-nio, routing-kit
[42946/117446] Fetching swift-nio-ssl, swift-nio, routing-kit, console-kit
[47988/131382] Fetching swift-nio-ssl, swift-nio, routing-kit, console-kit, swift-crypto
[58566/133752] Fetching swift-nio-ssl, swift-nio, routing-kit, console-kit, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.43s)
[80716/131382] Fetching swift-nio-ssl, swift-nio, routing-kit, console-kit, swift-crypto
Fetched https://github.com/vapor/console-kit.git from cache (0.55s)
[75727/125629] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
[82522/139643] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.36s)
Fetched https://github.com/vapor/routing-kit.git from cache (2.48s)
[70770/104073] Fetching swift-nio, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.14s)
[62207/90059] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.97s)
[67750/76123] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.08s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (11.07s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (0.97s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.89s)
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.03s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.43s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[4041/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.92s)
Fetched https://github.com/apple/swift-collections.git from cache (1.97s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.90s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (1.02s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.74s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.95s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.12s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.99s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.21s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
[1/1590] Fetching swift-asn1
[1496/6575] Fetching swift-asn1, swift-async-algorithms
[1497/12730] Fetching swift-asn1, swift-async-algorithms, swift-certificates
[1853/15156] Fetching swift-asn1, swift-async-algorithms, swift-certificates, swift-service-lifecycle
[2040/16297] Fetching swift-asn1, swift-async-algorithms, swift-certificates, swift-service-lifecycle, swift-http-structured-headers
[3214/17201] Fetching swift-asn1, swift-async-algorithms, swift-certificates, swift-service-lifecycle, swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.90s)
[13282/16297] Fetching swift-asn1, swift-async-algorithms, swift-certificates, swift-service-lifecycle, swift-http-structured-headers
Fetched https://github.com/apple/swift-asn1.git from cache (1.13s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.22s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.23s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.23s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.23s)
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.23s)
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.79s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.18s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.95s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.49s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.15s)
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.89s)
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.89s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.18s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.06s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.15s)
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.08s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.94s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.83s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.47s)
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/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/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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/vapor/leaf-kit.git
Working copy of https://github.com/vapor/leaf-kit.git resolved at 1.13.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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/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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Building for debugging...
[0/832] Write sources
[37/832] Compiling CNIODarwin shim.c
[38/832] Write sources
[52/832] Compiling CNIOLinux liburing_shims.c
[53/832] Compiling _NumericsShims _NumericsShims.c
[54/832] Compiling _AtomicsShims.c
[55/832] Compiling CNIOWindows shim.c
[56/832] Compiling CVaporBcrypt blf.c
[57/832] Compiling CNIOWindows WSAStartup.c
[58/832] Compiling CNIOWASI CNIOWASI.c
[59/832] Compiling CSystem shims.c
[60/832] Compiling CNIOLinux shim.c
[61/832] Compiling CVaporBcrypt bcrypt.c
[62/832] Compiling CNIOSHA1 c_nio_sha1.c
[63/832] Compiling CNIOLLHTTP c_nio_http.c
[64/832] Compiling CNIOExtrasZlib empty.c
[65/832] Compiling fiat_p256_adx_sqr.S
[66/832] Compiling fiat_curve25519_adx_square.S
[67/832] Compiling fiat_p256_adx_mul.S
[68/832] Compiling fiat_curve25519_adx_mul.S
[69/832] Compiling CNIOLLHTTP c_nio_api.c
[70/832] Write swift-version-24593BA9C3E375BF.txt
[71/832] Compiling CNIOLLHTTP c_nio_llhttp.c
[72/832] Compiling CNIOBoringSSLShims shims.c
[73/838] Compiling tls_record.cc
[74/838] Compiling tls_method.cc
[74/838] Compiling tls13_enc.cc
[76/841] Compiling tls13_client.cc
[77/841] Compiling tls13_server.cc
[78/898] Compiling tls13_both.cc
[80/901] Emitting module Logging
[81/901] Emitting module SystemPackage
[82/904] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[83/905] Emitting module ServiceContextModule
[84/905] Emitting module RealModule
[85/905] Compiling ServiceContextModule ServiceContext.swift
[86/905] Compiling ServiceContextModule ServiceContextKey.swift
[87/905] Compiling RealModule Real.swift
[88/905] Compiling InternalCollectionsUtilities Descriptions.swift
[89/905] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[90/905] Emitting module InternalCollectionsUtilities
[91/905] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[92/905] Compiling InternalCollectionsUtilities Integer rank.swift
[93/907] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[94/907] Compiling InternalCollectionsUtilities UInt+reversed.swift
[95/907] Compiling RealModule Float80+Real.swift
[96/907] Compiling RealModule ElementaryFunctions.swift
[97/907] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[98/907] Compiling InternalCollectionsUtilities _SortedCollection.swift
[99/907] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[100/907] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[101/907] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[102/907] Compiling InternalCollectionsUtilities Debugging.swift
[103/907] Compiling SystemPackage MachPort.swift
[104/907] Compiling SystemPackage PlatformString.swift
[105/907] Compiling SystemPackage SystemString.swift
[106/907] Compiling CoreMetrics Metrics.swift
[107/907] Compiling _NIODataStructures _TinyArray.swift
[108/907] Emitting module _NIOBase64
[109/907] Compiling RealModule Float+Real.swift
[114/907] Compiling RealModule Float16+Real.swift
[115/907] Compiling _NIOBase64 Base64.swift
[116/907] Compiling _NIODataStructures PriorityQueue.swift
[117/907] Compiling SystemPackage FilePathTempPosix.swift
[118/907] Compiling SystemPackage FilePathTempWindows.swift
[119/907] Compiling SystemPackage FilePathWindows.swift
[120/907] Compiling SystemPackage FilePermissions.swift
[121/908] Emitting module _NIODataStructures
[122/908] Compiling _NIODataStructures Heap.swift
[125/909] Compiling RealModule RealFunctions.swift
[127/910] Compiling SystemPackage Util+StringArray.swift
[128/910] Compiling SystemPackage Util.swift
[129/910] Compiling SystemPackage UtilConsumers.swift
[131/910] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[133/936] Compiling Instrumentation Instrument.swift
[134/936] Compiling Instrumentation NoOpInstrument.swift
[135/936] Emitting module Instrumentation
[136/936] Compiling Instrumentation MultiplexInstrument.swift
[137/1004] Compiling _RopeModule BigString+RemoveSubrange.swift
[138/1004] Compiling _RopeModule BigString+ReplaceSubrange.swift
[139/1004] Compiling _RopeModule BigString+Split.swift
[140/1004] Compiling _RopeModule Range+BigString.swift
[141/1006] Compiling _RopeModule BigString+Insert.swift
[142/1006] Compiling _RopeModule BigString+Managing Breaks.swift
[143/1006] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[144/1006] Compiling _RopeModule BigString+Chunk+Breaks.swift
[145/1006] Compiling _RopeModule BigString+Chunk+Counts.swift
[146/1006] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[147/1006] Compiling _RopeModule BigString+Chunk+Splitting.swift
[148/1006] Compiling _RopeModule BigString+Chunk.swift
[149/1006] Compiling _RopeModule BigString+BidirectionalCollection.swift
[150/1006] Compiling _RopeModule BigString+Append.swift
[151/1006] Compiling _RopeModule BigString+Initializers.swift
[152/1006] Compiling Atomics IntegerOperations.swift
[153/1006] Compiling Atomics Unmanaged extensions.swift
[154/1006] Compiling Logging MetadataProvider.swift
[155/1006] Compiling Instrumentation InstrumentationSystem.swift
[156/1006] Compiling Instrumentation Locks.swift
[157/1007] Emitting module CoreMetrics
[158/1007] Compiling CoreMetrics Locks.swift
[159/1007] Compiling Logging LogHandler.swift
[160/1007] Compiling Logging Locks.swift
[161/1008] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[162/1008] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[176/1008] Compiling _RopeModule BigString+Chunk+Description.swift
[181/1008] Compiling Logging Logging.swift
[185/1010] Compiling t1_enc.cc
[186/1088] Compiling ssl_x509.cc
[188/1088] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[189/1088] Compiling HeapModule Heap+Descriptions.swift
[190/1088] Compiling Tracing TracingTime.swift
[191/1088] Emitting module HeapModule
[192/1088] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[193/1088] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[194/1088] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[195/1088] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[196/1088] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[197/1088] Compiling _RopeModule RopeMetric.swift
[198/1088] Compiling _RopeModule RopeSummary.swift
[199/1088] Compiling _RopeModule _RopeItem.swift
[200/1088] Compiling _RopeModule _RopePath.swift
[201/1088] Compiling _RopeModule _RopeVersion.swift
[202/1088] Compiling _RopeModule Rope+Collection.swift
[203/1088] Compiling _RopeModule Rope+Index.swift
[204/1088] Compiling _RopeModule Rope+Sequence.swift
[205/1088] Compiling _RopeModule Rope+Append.swift
[206/1088] Compiling _RopeModule Rope+Extract.swift
[207/1088] Compiling _RopeModule Rope+Find.swift
[208/1088] Compiling _RopeModule Rope+ForEachWhile.swift
[209/1088] Compiling _RopeModule Rope+Insert.swift
[210/1098] Compiling Tracing InstrumentationSystem+Tracing.swift
[211/1125] Emitting module Tracing
[212/1139] Compiling HeapModule Heap.swift
[213/1173] Compiling HeapModule _HeapNode.swift
[214/1173] Compiling Tracing TracerProtocol.swift
[215/1173] Compiling HeapModule Heap+Invariants.swift
[216/1173] Compiling HeapModule Heap+UnsafeHandle.swift
[217/1174] Compiling Tracing Tracer.swift
[218/1174] Compiling Tracing TracerProtocol+Legacy.swift
[219/1174] Compiling Tracing NoOpTracer.swift
[220/1174] Compiling Tracing SpanProtocol.swift
[222/1175] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[223/1175] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[224/1175] Compiling HashTreeCollections TreeDictionary+Keys.swift
[225/1175] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[226/1175] Compiling HashTreeCollections TreeDictionary+Merge.swift
[227/1175] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[228/1175] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[229/1175] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[230/1175] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[231/1175] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[232/1175] Compiling HashTreeCollections _HashNode+Structural merge.swift
[233/1175] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[234/1175] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[235/1175] Compiling HashTreeCollections TreeDictionary+Filter.swift
[236/1182] Emitting module Atomics
[238/1182] Compiling HashTreeCollections _HashTreeIterator.swift
[239/1182] Compiling HashTreeCollections _HashTreeStatistics.swift
[240/1182] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[241/1182] Compiling HashTreeCollections _RawHashNode.swift
[242/1182] Compiling HashTreeCollections _UnmanagedHashNode.swift
[243/1182] Compiling HashTreeCollections _UnsafePath.swift
[244/1182] Compiling HashTreeCollections TreeDictionary+Codable.swift
[245/1182] Compiling HashTreeCollections TreeDictionary+Collection.swift
[246/1187] Compiling DequeModule Deque+Descriptions.swift
[249/1198] Compiling HashTreeCollections _Bucket.swift
[250/1198] Compiling HashTreeCollections _Hash.swift
[251/1198] Compiling HashTreeCollections _HashLevel.swift
[252/1198] Compiling HashTreeCollections _HashNode+Builder.swift
[253/1198] Compiling HashTreeCollections _HashNode+Debugging.swift
[254/1198] Compiling HashTreeCollections _HashNode+Initializers.swift
[255/1198] Compiling HashTreeCollections _HashNode+Invariants.swift
[256/1198] Compiling HashTreeCollections _HashNode+Lookups.swift
[257/1198] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[258/1198] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[259/1198] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[260/1198] Compiling HashTreeCollections _HashNode+Storage.swift
[261/1198] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[262/1198] Compiling HashTreeCollections _HashNode+Structural filter.swift
[263/1198] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[264/1198] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[265/1198] Compiling HashTreeCollections TreeSet+Hashable.swift
[266/1198] Compiling HashTreeCollections TreeSet+Sendable.swift
[267/1198] Compiling HashTreeCollections TreeSet+Sequence.swift
[268/1198] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[269/1198] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[270/1198] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[271/1198] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[272/1198] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[273/1198] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[274/1198] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[276/1233] Compiling Algorithms Permutations.swift
[277/1233] Compiling Algorithms Product.swift
[278/1233] Compiling Algorithms Split.swift
[279/1233] Compiling Algorithms Stride.swift
[280/1233] Compiling Algorithms Suffix.swift
[281/1233] Compiling Algorithms RandomSample.swift
[282/1233] Compiling Algorithms Reductions.swift
[283/1233] Compiling Algorithms Rotate.swift
[284/1233] Compiling Algorithms Chunked.swift
[285/1233] Compiling Algorithms Combinations.swift
[286/1233] Compiling Algorithms Joined.swift
[287/1233] Compiling Algorithms Keyed.swift
[288/1235] Compiling OrderedCollections OrderedSet+SubSequence.swift
[289/1235] Compiling OrderedCollections OrderedSet+Testing.swift
[290/1235] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[291/1235] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[292/1235] Compiling OrderedCollections OrderedSet.swift
[293/1235] Compiling OrderedCollections _UnsafeBitset.swift
[294/1235] Compiling HashTreeCollections TreeSet+Equatable.swift
[295/1235] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[296/1235] Compiling HashTreeCollections TreeSet+Extras.swift
[297/1235] Compiling HashTreeCollections TreeSet+Filter.swift
[298/1235] Compiling Algorithms Compacted.swift
[299/1235] Compiling Algorithms Cycle.swift
[300/1235] Compiling Algorithms EitherSequence.swift
[301/1235] Compiling Algorithms FirstNonNil.swift
[312/1235] Compiling OrderedCollections OrderedSet+Sendable.swift
[313/1235] Compiling Algorithms FlattenCollection.swift
[314/1235] Compiling Algorithms Grouped.swift
[315/1235] Compiling Algorithms Indexed.swift
[316/1235] Compiling Algorithms Intersperse.swift
[323/1235] Compiling DequeModule _DequeSlot.swift
[324/1235] Compiling DequeModule _UnsafeWrappedBuffer.swift
[325/1235] Emitting module _RopeModule
[328/1235] Compiling Algorithms AdjacentPairs.swift
[329/1235] Compiling Algorithms Chain.swift
[339/1235] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[340/1235] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[341/1235] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[342/1235] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[343/1235] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[344/1235] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[345/1235] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[346/1235] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[347/1235] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[348/1235] Compiling HashTreeCollections TreeSet.swift
[351/1235] Emitting module RoutingKit
[352/1235] Compiling RoutingKit PathComponent.swift
[366/1238] Emitting module DequeModule
[367/1239] Emitting module OrderedCollections
[368/1240] Compiling RoutingKit Router.swift
[369/1240] Compiling RoutingKit TrieRouter.swift
[381/1240] Emitting module Metrics
[382/1240] Compiling Metrics Metrics.swift
[383/1241] Compiling RoutingKit AnyRouter.swift
[384/1241] Compiling RoutingKit Parameters.swift
[400/1242] Compiling Algorithms Trim.swift
[401/1242] Compiling Algorithms Unique.swift
[402/1242] Compiling Algorithms Windows.swift
[486/1243] Compiling ssl_versions.cc
[491/1243] Compiling ssl_session.cc
[492/1243] Compiling ssl_privkey.cc
[493/1243] Compiling ssl_transcript.cc
[494/1243] Compiling ssl_stat.cc
[496/1243] Emitting module HashTreeCollections
[498/1244] Emitting module Algorithms
[499/1245] Compiling ssl_key_share.cc
[500/1245] Compiling ssl_lib.cc
[501/1245] Compiling ssl_cipher.cc
[502/1245] Compiling ssl_file.cc
[503/1245] Compiling ssl_cert.cc
[504/1245] Compiling ssl_credential.cc
[505/1245] Compiling ssl_buffer.cc
[506/1245] Compiling ssl_asn1.cc
[507/1245] Compiling ssl_aead_ctx.cc
[508/1245] Compiling s3_pkt.cc
[509/1245] Compiling s3_lib.cc
[510/1245] Compiling handshake_server.cc
[511/1245] Compiling s3_both.cc
[512/1245] Compiling handshake_client.cc
[513/1245] Compiling handshake.cc
[514/1245] Compiling handoff.cc
[515/1245] Compiling encrypted_client_hello.cc
[516/1245] Compiling dtls_method.cc
[517/1245] Compiling dtls_record.cc
[518/1245] Compiling extensions.cc
[519/1245] Compiling md5-x86_64-linux.S
[520/1245] Compiling md5-x86_64-apple.S
[521/1245] Compiling md5-586-linux.S
[522/1245] Compiling md5-586-apple.S
[523/1245] Compiling chacha20_poly1305_x86_64-linux.S
[524/1245] Compiling chacha20_poly1305_x86_64-apple.S
[525/1245] Compiling chacha20_poly1305_armv8-win.S
[526/1245] Compiling chacha20_poly1305_armv8-linux.S
[527/1245] Compiling chacha20_poly1305_armv8-apple.S
[528/1245] Compiling chacha-x86_64-linux.S
[529/1245] Compiling d1_srtp.cc
[530/1245] Compiling chacha-x86_64-apple.S
[531/1245] Compiling chacha-x86-linux.S
[532/1245] Compiling chacha-x86-apple.S
[533/1245] Compiling chacha-armv8-win.S
[534/1245] Compiling chacha-armv8-apple.S
[535/1245] Compiling chacha-armv4-linux.S
[536/1245] Compiling chacha-armv8-linux.S
[537/1245] Compiling aes128gcmsiv-x86_64-apple.S
[538/1245] Compiling x86_64-mont5-linux.S
[538/1245] Compiling aes128gcmsiv-x86_64-linux.S
[540/1245] Compiling x86_64-mont-linux.S
[541/1245] Compiling x86_64-mont5-apple.S
[542/1245] Compiling err_data.cc
[543/1245] Compiling x86_64-mont-apple.S
[544/1245] Compiling x86-mont-apple.S
[545/1245] Compiling x86-mont-linux.S
[546/1245] Compiling vpaes-x86_64-linux.S
[547/1245] Compiling vpaes-x86_64-apple.S
[548/1245] Compiling vpaes-x86-apple.S
[549/1245] Compiling vpaes-x86-linux.S
[550/1245] Compiling vpaes-armv8-win.S
[551/1245] Compiling sha512-x86_64-linux.S
[552/1245] Compiling sha512-x86_64-apple.S
[553/1245] Compiling vpaes-armv8-linux.S
[554/1245] Compiling vpaes-armv7-linux.S
[555/1245] Compiling vpaes-armv8-apple.S
[556/1245] Compiling bio_ssl.cc
[557/1245] Compiling d1_pkt.cc
[558/1245] Compiling sha512-armv8-apple.S
[559/1245] Compiling sha512-armv8-win.S
[560/1245] Compiling d1_lib.cc
[561/1245] Compiling sha512-armv8-linux.S
[562/1245] Compiling sha512-586-apple.S
[563/1245] Compiling sha512-armv4-linux.S
[563/1245] Compiling sha512-586-linux.S
[565/1245] Compiling sha256-x86_64-linux.S
[566/1245] Compiling sha256-x86_64-apple.S
[567/1245] Compiling sha256-armv8-win.S
[568/1245] Compiling sha256-armv8-apple.S
[569/1245] Compiling sha256-armv4-linux.S
[570/1245] Compiling sha256-586-apple.S
[571/1245] Compiling sha1-x86_64-apple.S
[571/1245] Compiling sha1-x86_64-linux.S
[573/1245] Compiling sha256-586-linux.S
[574/1245] Compiling sha256-armv8-linux.S
[575/1245] Compiling sha1-armv8-apple.S
[576/1245] Compiling sha1-armv8-win.S
[577/1245] Compiling sha1-armv4-large-linux.S
[578/1245] Compiling sha1-armv8-linux.S
[579/1245] Compiling sha1-586-linux.S
[580/1245] Compiling rsaz-avx2-apple.S
[581/1245] Compiling rsaz-avx2-linux.S
[582/1245] Compiling sha1-586-apple.S
[583/1245] Compiling rdrand-x86_64-linux.S
[584/1245] Compiling rdrand-x86_64-apple.S
[585/1245] Compiling p256_beeu-x86_64-asm-linux.S
[586/1245] Compiling p256_beeu-x86_64-asm-apple.S
[587/1245] Compiling p256_beeu-armv8-asm-win.S
[588/1245] Compiling p256-x86_64-asm-linux.S
[589/1245] Compiling p256-armv8-asm-apple.S
[590/1245] Compiling p256-x86_64-asm-apple.S
[591/1245] Compiling p256-armv8-asm-win.S
[592/1245] Compiling p256_beeu-armv8-asm-linux.S
[593/1245] Compiling p256_beeu-armv8-asm-apple.S
[594/1245] Compiling p256-armv8-asm-linux.S
[595/1245] Compiling ghashv8-armv7-linux.S
[596/1245] Compiling ghashv8-armv8-apple.S
[597/1245] Compiling ghashv8-armv8-win.S
[598/1245] Compiling ghashv8-armv8-linux.S
[599/1245] Compiling ghash-x86_64-linux.S
[600/1245] Compiling ghash-x86-linux.S
[601/1245] Compiling ghash-x86_64-apple.S
[602/1245] Compiling ghash-ssse3-x86_64-apple.S
[603/1245] Compiling ghash-x86-apple.S
[604/1245] Compiling d1_both.cc
[605/1245] Compiling ghash-ssse3-x86-linux.S
[605/1245] Compiling ghash-ssse3-x86_64-linux.S
[607/1245] Compiling ghash-neon-armv8-win.S
[608/1245] Compiling ghash-neon-armv8-linux.S
[609/1245] Compiling ghash-ssse3-x86-apple.S
[610/1245] Compiling ghash-neon-armv8-apple.S
[611/1245] Compiling ghash-armv4-linux.S
[612/1245] Compiling co-586-apple.S
[613/1245] Compiling co-586-linux.S
[614/1245] Compiling bsaes-armv7-linux.S
[615/1245] Compiling bn-armv8-win.S
[616/1245] Compiling bn-armv8-apple.S
[617/1245] Compiling bn-586-linux.S
[618/1245] Compiling bn-armv8-linux.S
[619/1245] Compiling bn-586-apple.S
[620/1245] Compiling armv8-mont-win.S
[621/1245] Compiling armv4-mont-linux.S
[622/1245] Compiling aesv8-gcm-armv8-win.S
[623/1245] Compiling armv8-mont-apple.S
[624/1245] Compiling armv8-mont-linux.S
[625/1245] Compiling aesv8-gcm-armv8-linux.S
[626/1245] Compiling aesv8-gcm-armv8-apple.S
[627/1245] Compiling aesv8-armv8-linux.S
[628/1245] Compiling aesv8-armv7-linux.S
[628/1245] Compiling aesni-x86_64-linux.S
[630/1245] Compiling aesv8-armv8-apple.S
[630/1245] Compiling aesv8-armv8-win.S
[632/1245] Compiling aesni-gcm-x86_64-linux.S
[633/1245] Compiling aesni-x86_64-apple.S
[634/1245] Compiling aesni-x86-linux.S
[635/1245] Compiling aesni-x86-apple.S
[636/1245] Compiling aesni-gcm-x86_64-apple.S
[637/1245] Compiling aes-gcm-avx10-x86_64-linux.S
[638/1245] Compiling aes-gcm-avx2-x86_64-linux.S
[638/1245] Compiling aes-gcm-avx2-x86_64-apple.S
[640/1245] Compiling aes-gcm-avx10-x86_64-apple.S
[641/1245] Compiling x_name.cc
[642/1245] Compiling x_pubkey.cc
[643/1245] Compiling x_val.cc
[644/1245] Compiling x_sig.cc
[645/1245] Compiling x_x509a.cc
[646/1245] Compiling x_spki.cc
[647/1245] Compiling x_x509.cc
[648/1245] Compiling x_req.cc
[649/1245] Compiling x_exten.cc
[650/1245] Compiling x_algor.cc
[651/1245] Compiling x_crl.cc
[652/1245] Compiling x_attrib.cc
[653/1245] Compiling x_all.cc
[654/1245] Compiling x509spki.cc
[655/1245] Compiling x509rset.cc
[656/1245] Compiling x509name.cc
[657/1245] Compiling x509_txt.cc
[658/1245] Compiling x509_v3.cc
[659/1245] Compiling x509cset.cc
[660/1245] Compiling x509_vpm.cc
[661/1245] Compiling x509_req.cc
[662/1245] Compiling x509_trs.cc
[663/1245] Compiling x509_vfy.cc
[664/1245] Compiling x509_set.cc
[665/1245] Compiling x509_obj.cc
[666/1245] Compiling x509_lu.cc
[667/1245] Compiling x509_def.cc
[668/1245] Compiling x509_ext.cc
[669/1245] Compiling x509_d2.cc
[670/1245] Compiling x509_cmp.cc
[671/1245] Compiling x509_att.cc
[672/1245] Compiling x509.cc
[673/1245] Compiling v3_utl.cc
[674/1245] Compiling v3_purp.cc
[675/1245] Compiling v3_skey.cc
[676/1245] Compiling v3_prn.cc
[677/1245] Compiling v3_pmaps.cc
[678/1245] Compiling v3_ocsp.cc
[679/1245] Compiling v3_ncons.cc
[680/1245] Compiling v3_pcons.cc
[681/1245] Compiling v3_info.cc
[682/1245] Compiling v3_lib.cc
[683/1245] Compiling v3_int.cc
[684/1245] Compiling v3_enum.cc
[685/1245] Compiling v3_ia5.cc
[686/1245] Compiling v3_extku.cc
[687/1245] Compiling v3_genn.cc
[688/1245] Compiling v3_crld.cc
[689/1245] Compiling v3_cpols.cc
[690/1245] Compiling v3_conf.cc
[691/1245] Compiling v3_bcons.cc
[692/1245] Compiling v3_bitst.cc
[693/1245] Compiling v3_alt.cc
[694/1245] Compiling v3_akey.cc
[695/1245] Compiling v3_akeya.cc
[696/1245] Compiling t_x509a.cc
[697/1245] Compiling t_req.cc
[698/1245] Compiling t_x509.cc
[699/1245] Compiling t_crl.cc
[700/1245] Compiling rsa_pss.cc
[701/1245] Compiling i2d_pr.cc
[702/1245] Compiling name_print.cc
[703/1245] Compiling by_dir.cc
[704/1245] Compiling policy.cc
[705/1245] Compiling by_file.cc
[706/1245] Compiling asn1_gen.cc
[707/1245] Compiling trust_token.cc
[708/1245] Compiling algorithm.cc
[709/1245] Compiling a_verify.cc
[710/1245] Compiling a_digest.cc
[710/1245] Compiling a_sign.cc
[712/1245] Compiling voprf.cc
[713/1245] Compiling thread_win.cc
[714/1245] Compiling pmbtoken.cc
[715/1245] Compiling thread_pthread.cc
[716/1245] Compiling thread_none.cc
[717/1245] Compiling thread.cc
[718/1245] Compiling stack.cc
[719/1245] Compiling sha256.cc
[720/1245] Compiling slhdsa.cc
[721/1245] Compiling siphash.cc
[722/1245] Compiling sha512.cc
[723/1245] Compiling spake2plus.cc
[724/1245] Compiling sha1.cc
[725/1245] Compiling rsa_print.cc
[726/1245] Compiling refcount.cc
[727/1245] Compiling rsa_extra.cc
[728/1245] Compiling rsa_crypt.cc
[729/1245] Compiling rc4.cc
[730/1245] Compiling trusty.cc
[731/1245] Compiling windows.cc
[732/1245] Compiling urandom.cc
[733/1245] Compiling rsa_asn1.cc
[734/1245] Compiling rand.cc
[735/1245] Compiling fork_detect.cc
[736/1245] Compiling poly1305_arm_asm.S
[737/1245] Compiling passive.cc
[738/1245] Compiling ios.cc
[739/1245] Compiling getentropy.cc
[740/1245] Compiling forkunsafe.cc
[741/1245] Compiling deterministic.cc
[742/1245] Compiling poly1305_vec.cc
[743/1245] Compiling poly1305.cc
[744/1245] Compiling poly1305_arm.cc
[745/1245] Compiling pool.cc
[746/1245] Compiling p5_pbev2.cc
[747/1245] Compiling pkcs7_x509.cc
[748/1245] Compiling pkcs8.cc
[749/1245] Compiling pem_xaux.cc
[750/1245] Compiling pkcs8_x509.cc
[751/1245] Compiling pem_oth.cc
[752/1245] Compiling pem_pkey.cc
[753/1245] Compiling pkcs7.cc
[754/1245] Compiling pem_lib.cc
[755/1245] Compiling pem_x509.cc
[756/1245] Compiling pem_info.cc
[757/1245] Compiling pem_pk8.cc
[758/1245] Compiling mlkem.cc
[759/1245] Compiling obj_xref.cc
[760/1245] Compiling mem.cc
[761/1245] Compiling obj.cc
[762/1245] Compiling mldsa.cc
[763/1245] Compiling poly_rq_mul.S
[764/1245] Compiling md5.cc
[765/1245] Compiling fips_shared_support.cc
[766/1245] Compiling pem_all.cc
[767/1245] Compiling ex_data.cc
[767/1245] Compiling kyber.cc
[769/1245] Compiling lhash.cc
[770/1245] Compiling md4.cc
[771/1245] Compiling sign.cc
[772/1245] Compiling hpke.cc
[773/1245] Compiling scrypt.cc
[774/1245] Compiling pbkdf.cc
[775/1245] Compiling print.cc
[776/1245] Compiling hrss.cc
[777/1245] Compiling p_x25519.cc
[778/1245] Compiling p_rsa_asn1.cc
[779/1245] Compiling p_x25519_asn1.cc
[780/1245] Compiling p_ed25519.cc
[781/1245] Compiling p_rsa.cc
[782/1245] Compiling p_ed25519_asn1.cc
[783/1245] Compiling p_ec.cc
[784/1245] Compiling p_hkdf.cc
[785/1245] Compiling p_ec_asn1.cc
[786/1245] Compiling p_dh.cc
[787/1245] Compiling evp_ctx.cc
[788/1245] Compiling evp.cc
[789/1245] Compiling p_dsa_asn1.cc
[790/1245] Compiling p_dh_asn1.cc
[791/1245] Compiling err.cc
[792/1245] Compiling engine.cc
[793/1245] Compiling evp_asn1.cc
[794/1245] Compiling ecdh.cc
[795/1245] Compiling ec_derive.cc
[796/1245] Compiling hash_to_curve.cc
[797/1245] Compiling ecdsa_asn1.cc
[798/1245] Compiling bcm.cc
[799/1245] Compiling dsa.cc
[800/1245] Compiling params.cc
[801/1245] Compiling ec_asn1.cc
[802/1245] Compiling x25519-asm-arm.S
[803/1245] Compiling dsa_asn1.cc
[804/1245] Compiling dh_asn1.cc
[805/1245] Compiling des.cc
[806/1245] Compiling digest_extra.cc
[807/1245] Compiling curve25519_64_adx.cc
[808/1245] Compiling crypto.cc
[809/1245] Compiling curve25519.cc
[810/1245] Compiling cpu_arm_freebsd.cc
[811/1245] Compiling cpu_aarch64_win.cc
[812/1245] Compiling cpu_intel.cc
[813/1245] Compiling spake25519.cc
[814/1245] Compiling cpu_arm_linux.cc
[815/1245] Compiling cpu_aarch64_sysreg.cc
[816/1245] Compiling cpu_aarch64_openbsd.cc
[817/1245] Compiling cpu_aarch64_linux.cc
[818/1245] Compiling cpu_aarch64_fuchsia.cc
[819/1245] Compiling tls_cbc.cc
[820/1245] Compiling cpu_aarch64_apple.cc
[821/1245] Compiling conf.cc
[822/1245] Compiling e_tls.cc
[823/1245] Compiling e_rc4.cc
[824/1245] Compiling get_cipher.cc
[825/1245] Compiling e_rc2.cc
[826/1245] Compiling e_null.cc
[827/1245] Compiling e_des.cc
[828/1245] Compiling e_chacha20poly1305.cc
[829/1245] Compiling e_aesgcmsiv.cc
[830/1245] Compiling derive_key.cc
[831/1245] Compiling e_aesctrhmac.cc
[832/1245] Compiling chacha.cc
[833/1245] Compiling unicode.cc
[834/1245] Compiling cbb.cc
[835/1245] Compiling ber.cc
[836/1245] Compiling buf.cc
[837/1245] Compiling cbs.cc
[838/1245] Compiling asn1_compat.cc
[839/1245] Compiling blake2.cc
[840/1245] Compiling convert.cc
[841/1245] Compiling bn_asn1.cc
[842/1245] Compiling socket_helper.cc
[843/1245] Compiling socket.cc
[844/1245] Compiling pair.cc
[845/1245] Compiling printf.cc
[846/1245] Compiling hexdump.cc
[847/1245] Compiling file.cc
[848/1245] Compiling errno.cc
[849/1245] Compiling fd.cc
[850/1245] Compiling connect.cc
[851/1245] Compiling bio_mem.cc
[852/1245] Compiling bio.cc
[853/1245] Compiling base64.cc
[854/1245] Compiling tasn_fre.cc
[855/1245] Compiling tasn_typ.cc
[856/1245] Compiling tasn_utl.cc
[857/1245] Compiling f_string.cc
[858/1245] Compiling tasn_enc.cc
[859/1245] Compiling tasn_dec.cc
[860/1245] Compiling f_int.cc
[861/1245] Compiling asn_pack.cc
[862/1245] Compiling tasn_new.cc
[863/1245] Compiling posix_time.cc
[864/1245] Compiling asn1_par.cc
[865/1245] Compiling a_utctm.cc
[866/1245] Compiling a_type.cc
[867/1245] Compiling a_time.cc
[868/1245] Compiling asn1_lib.cc
[869/1245] Compiling a_octet.cc
[870/1245] Compiling a_strex.cc
[871/1245] Compiling a_strnid.cc
[872/1245] Compiling a_i2d_fp.cc
[873/1245] Compiling a_object.cc
[874/1245] Compiling a_d2i_fp.cc
[875/1245] Compiling a_mbstr.cc
[876/1245] Compiling a_int.cc
[877/1245] Compiling a_gentm.cc
[878/1245] Compiling fiat_p256_adx_sqr.S
[879/1245] Compiling a_bool.cc
[880/1245] Compiling fiat_p256_adx_mul.S
[881/1245] Compiling fiat_curve25519_adx_mul.S
[882/1245] Compiling fiat_curve25519_adx_square.S
[883/1245] Compiling a_dup.cc
[884/1245] Compiling md5-x86_64-apple.S
[885/1245] Compiling md5-x86_64-linux.S
[886/1245] Compiling md5-586-linux.S
[887/1245] Compiling md5-586-apple.S
[888/1245] Compiling chacha20_poly1305_x86_64-linux.S
[889/1245] Compiling CCryptoBoringSSLShims shims.c
[890/1245] Compiling chacha20_poly1305_x86_64-apple.S
[891/1245] Compiling chacha20_poly1305_armv8-win.S
[892/1245] Compiling a_bitstr.cc
[893/1245] Compiling chacha20_poly1305_armv8-apple.S
[894/1245] Compiling chacha20_poly1305_armv8-linux.S
[895/1245] Compiling err_data.cc
[896/1245] Compiling chacha-x86_64-linux.S
[897/1245] Compiling chacha-x86_64-apple.S
[897/1245] Compiling chacha-x86-linux.S
[899/1245] Compiling chacha-x86-apple.S
[900/1245] Compiling aes128gcmsiv-x86_64-apple.S
[900/1245] Compiling chacha-armv4-linux.S
[900/1245] Compiling chacha-armv8-apple.S
[900/1245] Compiling chacha-armv8-win.S
[904/1245] Compiling aes128gcmsiv-x86_64-linux.S
[905/1245] Compiling chacha-armv8-linux.S
[906/1245] Compiling x86-mont-linux.S
[906/1245] Compiling x86_64-mont5-apple.S
[908/1245] Compiling x86_64-mont5-linux.S
[909/1245] Compiling x86_64-mont-linux.S
[910/1245] Compiling x86_64-mont-apple.S
[911/1245] Compiling x86-mont-apple.S
[912/1245] Compiling vpaes-x86_64-linux.S
[913/1245] Compiling vpaes-x86_64-apple.S
[914/1245] Compiling vpaes-x86-linux.S
[915/1245] Compiling vpaes-x86-apple.S
[916/1245] Compiling vpaes-armv8-win.S
[917/1245] Compiling vpaes-armv8-linux.S
[918/1245] Compiling vpaes-armv7-linux.S
[919/1245] Compiling vpaes-armv8-apple.S
[920/1245] Compiling sha512-x86_64-apple.S
[920/1245] Compiling sha512-x86_64-linux.S
[922/1245] Compiling sha512-armv8-win.S
[922/1245] Compiling sha512-armv4-linux.S
[922/1245] Compiling sha512-armv8-apple.S
[925/1245] Compiling sha512-armv8-linux.S
[926/1245] Compiling sha256-x86_64-linux.S
[927/1245] Compiling sha512-586-linux.S
[928/1245] Compiling sha512-586-apple.S
[929/1245] Compiling sha256-x86_64-apple.S
[930/1245] Compiling sha256-armv8-win.S
[931/1245] Compiling c-nioatomics.c
[932/1245] Compiling sha256-armv8-linux.S
[933/1245] Compiling sha256-586-linux.S
[934/1245] Compiling sha256-armv8-apple.S
[935/1245] Compiling sha1-x86_64-linux.S
[935/1245] Compiling sha256-armv4-linux.S
[937/1245] Compiling sha256-586-apple.S
[938/1245] Compiling sha1-armv8-win.S
[939/1245] Compiling sha1-x86_64-apple.S
[940/1245] Compiling sha1-armv8-linux.S
[941/1245] Compiling sha1-armv4-large-linux.S
[942/1245] Compiling sha1-586-apple.S
[943/1245] Compiling sha1-armv8-apple.S
[944/1245] Compiling rsaz-avx2-linux.S
[945/1245] Compiling rdrand-x86_64-apple.S
[945/1245] Compiling rsaz-avx2-apple.S
[947/1245] Compiling rdrand-x86_64-linux.S
[948/1245] Compiling p256_beeu-x86_64-asm-linux.S
[949/1245] Compiling sha1-586-linux.S
[950/1245] Compiling p256_beeu-x86_64-asm-apple.S
[951/1245] Compiling p256-x86_64-asm-linux.S
[952/1245] Compiling p256_beeu-armv8-asm-win.S
[953/1245] Compiling p256_beeu-armv8-asm-apple.S
[954/1245] Compiling p256_beeu-armv8-asm-linux.S
[955/1245] Compiling p256-armv8-asm-win.S
[955/1245] Compiling p256-x86_64-asm-apple.S
[957/1245] Compiling p256-armv8-asm-linux.S
[958/1245] Compiling p256-armv8-asm-apple.S
[959/1245] Compiling ghashv8-armv8-win.S
[960/1245] Compiling ghashv8-armv7-linux.S
[960/1245] Compiling ghashv8-armv8-apple.S
[962/1245] Compiling ghashv8-armv8-linux.S
[963/1245] Compiling ghash-x86_64-linux.S
[964/1245] Compiling ghash-x86_64-apple.S
[965/1245] Compiling ghash-x86-apple.S
[966/1245] Compiling ghash-ssse3-x86_64-apple.S
[967/1245] Compiling ghash-ssse3-x86_64-linux.S
[968/1245] Compiling ghash-ssse3-x86-linux.S
[969/1245] Compiling ghash-x86-linux.S
[970/1245] Compiling ghash-ssse3-x86-apple.S
[971/1245] Compiling ghash-neon-armv8-linux.S
[971/1245] Compiling ghash-neon-armv8-win.S
[973/1245] Compiling ghash-neon-armv8-apple.S
[974/1245] Compiling ghash-armv4-linux.S
[975/1245] Compiling co-586-apple.S
[976/1245] Compiling co-586-linux.S
[977/1245] Compiling bsaes-armv7-linux.S
[977/1245] Compiling bn-armv8-win.S
[979/1245] Compiling bn-armv8-linux.S
[980/1245] Compiling armv8-mont-win.S
[981/1245] Compiling armv4-mont-linux.S
[981/1245] Compiling armv8-mont-linux.S
[983/1245] Compiling bn-586-linux.S
[984/1245] Compiling bn-586-apple.S
[985/1245] Compiling bn-armv8-apple.S
[986/1245] Compiling armv8-mont-apple.S
[987/1245] Compiling c-atomics.c
[988/1245] Compiling aesv8-armv7-linux.S
[989/1245] Compiling aesv8-gcm-armv8-apple.S
[990/1245] Compiling aesv8-armv8-win.S
[991/1245] Compiling aesv8-armv8-apple.S
[992/1245] Compiling aesv8-gcm-armv8-win.S
[993/1245] Compiling aesv8-armv8-linux.S
[994/1245] Compiling aesni-x86_64-linux.S
[995/1245] Compiling aesv8-gcm-armv8-linux.S
[996/1245] Compiling aesni-x86_64-apple.S
[997/1245] Compiling aesni-x86-linux.S
[998/1245] Compiling aesni-x86-apple.S
[999/1245] Compiling aesni-gcm-x86_64-linux.S
[1000/1245] Compiling aesni-gcm-x86_64-apple.S
[1001/1245] Compiling aes-gcm-avx10-x86_64-apple.S
[1002/1245] Compiling aes-gcm-avx10-x86_64-linux.S
[1004/1251] Compiling NIOConcurrencyHelpers NIOLock.swift
[1005/1251] Compiling NIOConcurrencyHelpers lock.swift
[1005/1251] Compiling x_x509.cc
[1006/1251] Compiling x_val.cc
[1008/1251] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1008/1251] Compiling x_spki.cc
[1009/1251] Compiling x_pubkey.cc
[1011/1251] Emitting module NIOConcurrencyHelpers
[1012/1251] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1013/1251] Compiling NIOConcurrencyHelpers atomics.swift
[1013/1252] Compiling x_x509a.cc
[1015/1252] Compiling x_sig.cc
[1016/1252] Compiling x_req.cc
[1017/1252] Compiling x_exten.cc
[1018/1253] Compiling x_attrib.cc
[1019/1312] Compiling x_algor.cc
[1020/1312] Compiling x_crl.cc
[1021/1312] Compiling x_name.cc
[1023/1338] Compiling ConsoleKitTerminal Console+Confirm.swift
[1024/1338] Compiling ConsoleKitTerminal Console+Input.swift
[1025/1338] Compiling ConsoleKitTerminal Console+Center.swift
[1026/1338] Compiling ConsoleKitTerminal Console+Output.swift
[1027/1338] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1028/1338] Compiling ConsoleKitTerminal ConsoleClear.swift
[1029/1338] Compiling ConsoleKitTerminal Console+Ask.swift
[1030/1338] Compiling ConsoleKitTerminal Console+Choose.swift
[1030/1341] Compiling x_all.cc
[1032/1341] Compiling ConsoleKitTerminal CustomActivity.swift
[1033/1341] Compiling ConsoleKitTerminal LoadingBar.swift
[1034/1341] Compiling ConsoleKitTerminal ProgressBar.swift
[1035/1341] Compiling ConsoleKitTerminal Console+Clear.swift
[1036/1341] Emitting module ConsoleKitTerminal
[1037/1341] Compiling ConsoleKitTerminal ActivityBar.swift
[1038/1341] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1039/1341] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1040/1341] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1040/1341] Compiling x509rset.cc
[1041/1341] Compiling x509cset.cc
[1043/1341] Compiling ConsoleKitTerminal Console+Wait.swift
[1044/1341] Compiling ConsoleKitTerminal ConsoleColor.swift
[1045/1341] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1046/1341] Compiling ConsoleKitTerminal ConsoleText.swift
[1047/1341] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1048/1341] Compiling ConsoleKitTerminal ANSI.swift
[1049/1341] Compiling ConsoleKitTerminal Console.swift
[1050/1341] Compiling ConsoleKitTerminal Terminal.swift
[1051/1341] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1051/1341] Compiling x509name.cc
[1052/1341] Compiling x509spki.cc
[1053/1341] Compiling x509_vpm.cc
[1055/1341] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1056/1341] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1057/1341] Compiling ConsoleKitTerminal LoggerFragment.swift
[1057/1342] Compiling x509_v3.cc
[1059/1342] Compiling NIOCore MulticastChannel.swift
[1060/1342] Compiling NIOCore NIOAny.swift
[1061/1342] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1062/1342] Compiling NIOCore NIOLoopBound.swift
[1063/1342] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1064/1342] Compiling NIOCore NIOScheduledCallback.swift
[1065/1342] Compiling NIOCore NIOSendable.swift
[1066/1342] Compiling NIOCore RecvByteBufferAllocator.swift
[1067/1350] Compiling x509_vfy.cc
[1068/1350] Compiling x509_txt.cc
[1069/1372] Compiling x509_trs.cc
[1070/1372] Compiling x509_set.cc
[1072/1372] Compiling NIOCore IO.swift
[1073/1372] Compiling NIOCore IOData.swift
[1074/1372] Compiling NIOCore IPProtocol.swift
[1075/1372] Compiling NIOCore IntegerBitPacking.swift
[1076/1372] Compiling NIOCore IntegerTypes.swift
[1077/1372] Compiling NIOCore Interfaces.swift
[1078/1372] Compiling NIOCore Linux.swift
[1079/1372] Compiling NIOCore MarkedCircularBuffer.swift
[1079/1372] Compiling x509_req.cc
[1081/1372] Emitting module ConsoleKitCommands
[1082/1374] Compiling ConsoleKitCommands CommandSignature.swift
[1083/1374] Compiling ConsoleKitCommands Flag.swift
[1084/1374] Compiling ConsoleKitCommands Option.swift
[1085/1374] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1086/1374] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1087/1374] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1088/1374] Compiling NIOCore EventLoopFuture.swift
[1089/1374] Compiling NIOCore FileDescriptor.swift
[1090/1374] Compiling NIOCore FileHandle.swift
[1091/1374] Compiling NIOCore FileRegion.swift
[1092/1374] Compiling NIOCore GlobalSingletons.swift
[1093/1374] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1094/1374] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1095/1374] Compiling ConsoleKitCommands Argument.swift
[1096/1374] Compiling ConsoleKitCommands AsyncCommands.swift
[1097/1374] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1098/1374] Compiling ConsoleKitCommands AnyCommand.swift
[1099/1374] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1100/1374] Compiling ConsoleKitCommands AsyncCommand.swift
[1101/1374] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1102/1374] Compiling ConsoleKitCommands Command.swift
[1103/1374] Compiling ConsoleKitCommands CommandContext.swift
[1104/1374] Compiling ConsoleKitCommands CommandError.swift
[1106/1374] Compiling NIOCore Codec.swift
[1107/1374] Compiling NIOCore ConvenienceOptionSupport.swift
[1108/1374] Compiling NIOCore DeadChannel.swift
[1109/1374] Compiling NIOCore DispatchQueue+WithFuture.swift
[1110/1374] Compiling NIOCore EventLoop+Deprecated.swift
[1111/1374] Compiling NIOCore EventLoop+SerialExecutor.swift
[1112/1374] Compiling NIOCore EventLoop.swift
[1113/1374] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1114/1374] Compiling ConsoleKitCommands Utilities.swift
[1114/1374] Compiling x509_lu.cc
[1115/1374] Compiling x509_ext.cc
[1116/1374] Compiling x509_obj.cc
[1117/1374] Compiling x509_def.cc
[1118/1374] Compiling x509_d2.cc
[1119/1374] Compiling x509_cmp.cc
[1120/1374] Compiling x509_att.cc
[1130/1374] Compiling v3_purp.cc
[1131/1374] Compiling v3_skey.cc
[1133/1374] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1134/1374] Compiling NIOCore SocketAddresses.swift
[1135/1374] Compiling NIOCore SocketOptionProvider.swift
[1136/1374] Compiling NIOCore SystemCallHelpers.swift
[1137/1374] Compiling NIOCore TimeAmount+Duration.swift
[1138/1374] Compiling NIOCore TypeAssistedChannelHandler.swift
[1139/1374] Compiling NIOCore UniversalBootstrapSupport.swift
[1140/1374] Compiling NIOCore Utilities.swift
[1140/1374] Compiling v3_prn.cc
[1142/1374] Compiling ConsoleKitCommands CommandGroup.swift
[1143/1374] Compiling ConsoleKitCommands CommandInput.swift
[1144/1374] Compiling ConsoleKitCommands Commands.swift
[1145/1374] Compiling ConsoleKitCommands Console+Run.swift
[1146/1374] Compiling ConsoleKitCommands ConsoleError.swift
[1147/1374] Compiling ConsoleKitCommands Completion.swift
[1147/1375] Compiling v3_pmaps.cc
[1148/1375] Compiling v3_utl.cc
[1150/1375] Compiling x509.cc
[1152/1377] Emitting module ConsoleKit
[1153/1377] Compiling ConsoleKit Exports.swift
[1153/1377] Compiling v3_ocsp.cc
[1155/1378] Compiling v3_lib.cc
[1156/1378] Compiling v3_int.cc
[1156/1378] Compiling v3_info.cc
[1158/1378] Compiling v3_ncons.cc
[1159/1378] Compiling v3_ia5.cc
[1160/1378] Compiling v3_pcons.cc
[1161/1378] Compiling v3_genn.cc
[1162/1378] Compiling v3_crld.cc
[1163/1378] Compiling v3_extku.cc
[1164/1378] Compiling v3_enum.cc
[1165/1378] Compiling v3_conf.cc
[1166/1378] Compiling v3_bitst.cc
[1167/1378] Compiling v3_cpols.cc
[1168/1378] Compiling v3_akeya.cc
[1169/1378] Compiling v3_bcons.cc
[1170/1378] Compiling v3_alt.cc
[1171/1378] Compiling v3_akey.cc
[1172/1378] Compiling t_x509a.cc
[1191/1378] Compiling t_x509.cc
[1192/1378] Compiling t_req.cc
[1193/1378] Compiling t_crl.cc
[1195/1378] Emitting module NIOCore
[1195/1379] Compiling i2d_pr.cc
[1197/1379] Compiling rsa_pss.cc
[1198/1379] Compiling by_file.cc
[1199/1379] Compiling policy.cc
[1200/1429] Compiling name_print.cc
[1201/1429] Compiling by_dir.cc
[1202/1429] Compiling asn1_gen.cc
[1203/1429] Compiling a_sign.cc
[1204/1429] Compiling algorithm.cc
[1205/1429] Compiling a_verify.cc
[1207/1429] Emitting module NIOEmbedded
[1208/1429] Compiling NIOEmbedded AsyncTestingChannel.swift
[1209/1429] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1210/1429] Compiling NIOEmbedded Embedded.swift
[1211/1430] Compiling a_digest.cc
[1213/1430] Compiling NIOPosix Pool.swift
[1214/1430] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1215/1430] Compiling NIOPosix PosixSingletons.swift
[1216/1430] Compiling NIOPosix RawSocketBootstrap.swift
[1217/1430] Compiling NIOPosix Resolver.swift
[1218/1430] Compiling NIOPosix Selectable.swift
[1218/1436] Compiling voprf.cc
[1219/1436] Compiling thread_win.cc
[1219/1436] Compiling thread_pthread.cc
[1221/1436] Compiling trust_token.cc
[1222/1436] Compiling wots.cc
[1223/1436] Compiling pmbtoken.cc
[1224/1436] Compiling thread.cc
[1225/1436] Compiling thread_none.cc
[1226/1436] Compiling stack.cc
[1227/1436] Compiling merkle.cc
[1228/1436] Compiling thash.cc
[1230/1436] Compiling NIOPosix ThreadPosix.swift
[1231/1436] Compiling NIOPosix ThreadWindows.swift
[1232/1436] Compiling NIOPosix UnsafeTransfer.swift
[1233/1436] Compiling NIOPosix Utilities.swift
[1234/1436] Compiling NIOPosix VsockAddress.swift
[1235/1436] Compiling NIOPosix VsockChannelEvents.swift
[1236/1436] Compiling NIOPosix ServerSocket.swift
[1237/1436] Compiling NIOPosix Socket.swift
[1238/1436] Compiling NIOPosix SocketChannel.swift
[1239/1436] Compiling NIOPosix SocketProtocols.swift
[1240/1436] Compiling NIOPosix System.swift
[1241/1436] Compiling NIOPosix Thread.swift
[1241/1436] Compiling fors.cc
[1242/1436] Compiling slhdsa.cc
[1243/1436] Compiling siphash.cc
[1244/1436] Compiling sha512.cc
[1245/1436] Compiling sha1.cc
[1247/1436] Emitting module NIOPosix
[1247/1436] Compiling sha256.cc
[1248/1436] Compiling rsa_print.cc
[1250/1436] Compiling NIOPosix SelectableChannel.swift
[1251/1436] Compiling NIOPosix SelectableEventLoop.swift
[1252/1436] Compiling NIOPosix SelectorEpoll.swift
[1253/1436] Compiling NIOPosix SelectorGeneric.swift
[1254/1436] Compiling NIOPosix SelectorKqueue.swift
[1255/1436] Compiling NIOPosix SelectorUring.swift
[1256/1436] Compiling NIOPosix BSDSocketAPICommon.swift
[1257/1436] Compiling NIOPosix BSDSocketAPIPosix.swift
[1258/1436] Compiling NIOPosix BSDSocketAPIWindows.swift
[1259/1436] Compiling NIOPosix BaseSocket.swift
[1260/1436] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1261/1436] Compiling NIOPosix BaseSocketChannel.swift
[1262/1436] Compiling NIOPosix BaseStreamSocketChannel.swift
[1262/1436] Compiling rsa_extra.cc
[1263/1436] Compiling rsa_crypt.cc
[1264/1436] Compiling rc4.cc
[1265/1436] Compiling refcount.cc
[1266/1436] Compiling windows.cc
[1267/1436] Compiling rsa_asn1.cc
[1268/1436] Compiling urandom.cc
[1269/1436] Compiling rand_extra.cc
[1270/1436] Compiling trusty.cc
[1271/1436] Compiling ios.cc
[1273/1436] Compiling NIOPosix NIOThreadPool.swift
[1274/1436] Compiling NIOPosix NonBlockingFileIO.swift
[1275/1436] Compiling NIOPosix PendingDatagramWritesManager.swift
[1276/1436] Compiling NIOPosix PendingWritesManager.swift
[1277/1436] Compiling NIOPosix PipeChannel.swift
[1278/1436] Compiling NIOPosix PipePair.swift
[1278/1436] Compiling passive.cc
[1279/1436] Compiling poly1305_arm_asm.S
[1280/1436] Compiling forkunsafe.cc
[1281/1436] Compiling getentropy.cc
[1282/1436] Compiling deterministic.cc
[1283/1436] Compiling fork_detect.cc
[1284/1436] Compiling poly1305_vec.cc
[1286/1436] Compiling NIOPosix IO.swift
[1287/1436] Compiling NIOPosix IntegerBitPacking.swift
[1288/1436] Compiling NIOPosix IntegerTypes.swift
[1289/1436] Compiling NIOPosix Linux.swift
[1290/1436] Compiling NIOPosix LinuxCPUSet.swift
[1291/1436] Compiling NIOPosix LinuxUring.swift
[1292/1436] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1293/1436] Compiling NIOPosix Bootstrap.swift
[1294/1436] Compiling NIOPosix ControlMessage.swift
[1295/1436] Compiling NIOPosix DatagramVectorReadManager.swift
[1296/1436] Compiling NIOPosix Errors+Any.swift
[1297/1436] Compiling NIOPosix FileDescriptor.swift
[1298/1436] Compiling NIOPosix GetaddrinfoResolver.swift
[1299/1436] Compiling NIOPosix HappyEyeballs.swift
[1300/1437] Compiling pool.cc
[1301/1437] Compiling poly1305_arm.cc
[1302/1437] Compiling poly1305.cc
[1304/1474] Compiling NIO Exports.swift
[1305/1474] Emitting module NIO
[1306/1475] Compiling pkcs7.cc
[1307/1475] Compiling pkcs8.cc
[1308/1475] Compiling pkcs8_x509.cc
[1309/1480] Compiling p5_pbev2.cc
[1310/1481] Compiling pkcs7_x509.cc
[1312/1514] Compiling NIOTLS TLSEvents.swift
[1313/1514] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1314/1514] Emitting module NIOTLS
[1315/1514] Emitting module _NIOFileSystem
[1316/1518] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1317/1518] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1318/1518] Compiling NIOSOCKS SOCKSResponse.swift
[1319/1519] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1319/1519] Compiling pem_xaux.cc
[1321/1519] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1322/1519] Compiling NIOSOCKS ClientStateMachine.swift
[1323/1519] Emitting module NIOFoundationCompat
[1324/1519] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1325/1519] Compiling NIOHTTP1 HTTPDecoder.swift
[1326/1519] Emitting module NIOSOCKS
[1327/1519] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1328/1519] Compiling NIOTLS SNIHandler.swift
[1329/1519] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1330/1520] Compiling NIOSOCKS ServerStateMachine.swift
[1331/1520] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1332/1520] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1333/1520] Compiling NIOHTTP1 HTTPEncoder.swift
[1334/1520] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1335/1520] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1336/1520] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1344/1521] Emitting module NIOHTTP1
[1345/1523] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1346/1523] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1347/1523] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1348/1523] Compiling _NIOFileSystem Mocking.swift
[1349/1523] Compiling _NIOFileSystem Syscall.swift
[1350/1523] Compiling _NIOFileSystem Syscalls.swift
[1351/1523] Compiling _NIOFileSystem ParallelDirCopy.swift
[1352/1523] Compiling _NIOFileSystem ParallelRemoval.swift
[1353/1523] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1354/1523] Compiling _NIOFileSystem CInterop.swift
[1355/1523] Compiling _NIOFileSystem Errno.swift
[1356/1523] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1356/1553] Compiling pem_x509.cc
[1359/1553] Compiling NIOSSL IdentityVerification.swift
[1360/1553] Compiling NIOSSL SSLCertificate.swift
[1360/1553] Compiling pem_pkey.cc
[1362/1553] Compiling NIOSSL SSLCallbacks.swift
[1363/1553] Compiling NIOSSL LinuxCABundle.swift
[1364/1553] Compiling NIOSSL NIOSSLClientHandler.swift
[1365/1553] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1366/1553] Compiling NIOSSL SSLPrivateKey.swift
[1367/1553] Compiling NIOSSL SSLPublicKey.swift
[1368/1553] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1369/1553] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1370/1553] Compiling NIOSSL SubjectAlternativeName.swift
[1371/1553] Compiling NIOSSL SSLConnection.swift
[1372/1553] Compiling NIOSSL SSLContext.swift
[1373/1553] Compiling NIOSSL SSLErrors.swift
[1374/1553] Compiling NIOSSL SSLInit.swift
[1375/1553] Compiling NIOSSL SSLPKCS12Bundle.swift
[1375/1575] Compiling pem_pk8.cc
[1376/1575] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1377/1575] Compiling NIOTransportServices NIOTSSingletons.swift
[1378/1575] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1380/1577] Compiling NIOTransportServices NIOTSBootstraps.swift
[1381/1577] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1382/1577] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1383/1577] Compiling NIOTransportServices StateManagedChannel.swift
[1384/1577] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1385/1577] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1386/1577] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1387/1577] Compiling NIOTransportServices NIOTSErrors.swift
[1388/1577] Compiling NIOTransportServices NIOTSEventLoop.swift
[1389/1577] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1390/1577] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1391/1577] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1392/1577] Emitting module NIOTransportServices
[1393/1577] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1394/1577] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1395/1577] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1396/1577] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1397/1577] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1398/1577] Compiling NIOTransportServices AcceptHandler.swift
[1399/1577] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1400/1577] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1403/1578] Compiling pem_oth.cc
[1408/1578] Compiling pem_info.cc
[1412/1579] Compiling pem_lib.cc
[1414/1579] Compiling _NIOFileSystem SystemFileHandle.swift
[1415/1579] Compiling _NIOFileSystem Utilities.swift
[1416/1579] Compiling _NIOFileSystem OpenOptions.swift
[1417/1579] Compiling _NIOFileSystem String+FileSystem.swift
[1418/1579] Compiling obj_xref.cc
[1419/1579] Compiling pem_all.cc
[1420/1589] Compiling mldsa.cc
[1421/1594] Compiling obj.cc
[1423/1596] Emitting module NIOSSL
[1423/1600] Compiling mlkem.cc
[1424/1600] Compiling mem.cc
[1431/1600] Compiling NIOSSL NIOSSLSecureBytes.swift
[1432/1600] Compiling NIOSSL RNG.swift
[1433/1600] Compiling NIOSSL SafeCompare.swift
[1434/1629] Compiling NIOExtras JSONRPCFraming.swift
[1435/1629] Compiling NIOExtras DebugInboundEventsHandler.swift
[1436/1629] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1437/1629] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1438/1629] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1439/1629] Compiling NIOExtras NIOExtrasError.swift
[1440/1629] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1441/1629] Compiling NIOExtras NIORequestIdentifiable.swift
[1442/1629] Compiling NIOExtras PCAPRingBuffer.swift
[1443/1629] Compiling NIOExtras QuiescingHelper.swift
[1444/1630] Compiling NIOWebSocket WebSocketOpcode.swift
[1445/1631] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1447/1631] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1448/1631] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1449/1631] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1452/1633] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1453/1633] Compiling NIOHPACK IndexedHeaderTable.swift
[1454/1634] Compiling NIOHPACK StaticHeaderTable.swift
[1455/1634] Compiling NIOHPACK IntegerCoding.swift
[1456/1634] Emitting module NIOHTTPCompression
[1457/1634] Compiling NIOHTTPCompression HTTPCompression.swift
[1458/1634] Compiling NIOHTTPCompression HTTPDecompression.swift
[1459/1634] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1460/1634] Compiling NIOExtras LengthFieldPrepender.swift
[1461/1634] Emitting module NIOWebSocket
[1462/1634] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1463/1634] Compiling NIOExtras LineBasedFrameDecoder.swift
[1464/1634] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1465/1637] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1476/1637] Compiling NIOExtras RequestResponseHandler.swift
[1481/1637] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1482/1637] Compiling NIOExtras UnsafeTransfer.swift
[1483/1637] Compiling NIOExtras WritePCAPHandler.swift
[1487/1637] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1488/1637] Compiling NIOWebSocket WebSocketFrame.swift
[1488/1637] Compiling md5.cc
[1490/1638] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1493/1641] Compiling NIOHPACK HuffmanTables.swift
[1494/1641] Compiling NIOHPACK HuffmanCoding.swift
[1495/1641] Emitting module _NIOFileSystemFoundationCompat
[1504/1641] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1505/1641] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1506/1641] Emitting module NIOHPACK
[1507/1641] Emitting module NIOExtras
[1507/1641] Compiling md4.cc
[1510/1642] Compiling NIOFileSystem Exports.swift
[1511/1642] Emitting module NIOFileSystem
[1520/1643] Compiling poly_rq_mul.S
[1525/1644] Compiling lhash.cc
[1526/1644] Compiling fips_shared_support.cc
[1528/1668] Compiling NIOSSL Zeroization.swift
[1529/1668] Compiling NIOSSL TLSConfiguration.swift
[1530/1668] Compiling NIOSSL UniversalBootstrapSupport.swift
[1531/1668] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1532/1669] Compiling LeafKit LeafContext.swift
[1533/1669] Compiling LeafKit LeafSerializer.swift
[1533/1669] Compiling kyber.cc
[1536/1728] Compiling hpke.cc
[1538/1728] Emitting module LeafKit
[1538/1731] Compiling sign.cc
[1540/1739] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1541/1739] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1542/1739] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1542/1739] Compiling hrss.cc
[1544/1739] Compiling WebSocketKit WebSocketClient.swift
[1545/1739] Compiling NIOHTTP2 MaySendFrames.swift
[1546/1739] Compiling NIOHTTP2 SendingDataState.swift
[1547/1739] Compiling NIOHTTP2 SendingGoawayState.swift
[1548/1739] Compiling NIOHTTP2 SendingHeadersState.swift
[1549/1739] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1550/1739] Compiling NIOHTTP2 SendingRstStreamState.swift
[1551/1739] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1552/1739] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1552/1747] Compiling scrypt.cc
[1553/1747] Compiling ex_data.cc
[1555/1747] Compiling WebSocketKit WebSocketHandler.swift
[1559/1747] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1560/1747] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1561/1747] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1562/1747] Compiling WebSocketKit Exports.swift
[1563/1747] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1564/1747] Emitting module WebSocketKit
[1565/1747] Compiling WebSocketKit WebSocket+Concurrency.swift
[1565/1747] Compiling pbkdf.cc
[1567/1747] Compiling WebSocketKit WebSocket+Connect.swift
[1568/1747] Compiling WebSocketKit WebSocket.swift
[1568/1748] Compiling p_x25519.cc
[1570/1748] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1571/1748] Compiling NIOHTTP2 MayReceiveFrames.swift
[1572/1748] Compiling NIOHTTP2 ReceivingDataState.swift
[1573/1748] Compiling NIOHTTP2 HasRemoteSettings.swift
[1574/1748] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1575/1748] Compiling NIOHTTP2 QuiescingState.swift
[1576/1748] Compiling print.cc
[1583/1748] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1584/1748] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1585/1748] Compiling NIOHTTP2 HasLocalSettings.swift
[1585/1748] Compiling p_x25519_asn1.cc
[1587/1748] Compiling LeafKit LeafSyntax.swift
[1588/1748] Compiling LeafKit LeafTag.swift
[1589/1748] Compiling LeafKit String+HTMLEscape.swift
[1590/1749] Compiling p_rsa_asn1.cc
[1601/1749] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1602/1749] Compiling NIOHTTP2 DOSHeuristics.swift
[1603/1749] Compiling NIOHTTP2 Error+Any.swift
[1604/1749] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1605/1749] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1606/1749] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1607/1749] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1607/1749] Compiling p_rsa.cc
[1608/1749] Compiling p_hkdf.cc
[1610/1749] Compiling NIOHTTP2 InboundWindowManager.swift
[1611/1749] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1612/1749] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1613/1749] Compiling NIOHTTP2 StreamChannelList.swift
[1614/1749] Compiling NIOHTTP2 StreamMap.swift
[1615/1749] Compiling NIOHTTP2 StreamStateMachine.swift
[1616/1749] Compiling NIOHTTP2 UnsafeTransfer.swift
[1617/1749] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1617/1749] Compiling p_ed25519_asn1.cc
[1618/1749] Compiling p_ed25519.cc
[1619/1749] Compiling p_ec_asn1.cc
[1620/1749] Compiling p_ec.cc
[1621/1749] Compiling bcm.cc
[1623/1749] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1624/1749] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1625/1749] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1626/1749] Compiling NIOHTTP2 HTTP2StreamID.swift
[1627/1749] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1628/1749] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1629/1749] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1630/1749] Compiling NIOHTTP2 InboundEventBuffer.swift
[1631/1749] Emitting module NIOHTTP2
[1640/1749] Compiling p_dsa_asn1.cc
[1641/1749] Compiling p_dh_asn1.cc
[1642/1749] Compiling p_dh.cc
[1644/1749] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1645/1749] Compiling NIOHTTP2 HTTP2Frame.swift
[1646/1749] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1647/1749] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1648/1749] Compiling NIOHTTP2 HTTP2PingData.swift
[1649/1749] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1650/1749] Compiling NIOHTTP2 HTTP2Settings.swift
[1651/1749] Compiling NIOHTTP2 HTTP2Stream.swift
[1651/1749] Compiling evp.cc
[1652/1749] Compiling err.cc
[1653/1749] Compiling evp_ctx.cc
[1654/1749] Compiling evp_asn1.cc
[1655/1749] Compiling engine.cc
[1656/1749] Compiling ecdh_extra.cc
[1657/1749] Compiling hash_to_curve.cc
[1658/1749] Compiling ecdsa_asn1.cc
[1659/1749] Compiling ec_derive.cc
[1660/1749] Compiling ec_asn1.cc
[1661/1749] Compiling params.cc
[1662/1749] Compiling dsa_asn1.cc
[1663/1749] Compiling des.cc
[1664/1749] Compiling dsa.cc
[1665/1749] Compiling x25519-asm-arm.S
[1666/1749] Compiling dh_asn1.cc
[1668/1749] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1669/1749] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1670/1749] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1671/1749] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1672/1749] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1673/1749] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1674/1749] Compiling NIOHTTP2 HTTP2Error.swift
[1675/1749] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1675/1750] Compiling digest_extra.cc
[1676/1750] Compiling curve25519_64_adx.cc
[1677/1750] Compiling curve25519.cc
[1679/1750] Compiling cpu_intel.cc
[1680/1750] Compiling spake25519.cc
[1681/1750] Compiling crypto.cc
[1682/1750] Compiling cpu_arm_linux.cc
[1683/1750] Compiling cpu_aarch64_win.cc
[1684/1750] Compiling cpu_aarch64_sysreg.cc
[1685/1750] Compiling cpu_aarch64_openbsd.cc
[1686/1750] Compiling cpu_arm_freebsd.cc
[1687/1750] Compiling cpu_aarch64_fuchsia.cc
[1688/1750] Compiling conf.cc
[1689/1750] Compiling cpu_aarch64_linux.cc
[1690/1750] Compiling cpu_aarch64_apple.cc
[1691/1750] Compiling e_tls.cc
[1692/1750] Compiling e_aesgcmsiv.cc
[1693/1750] Compiling tls_cbc.cc
[1694/1750] Compiling e_chacha20poly1305.cc
[1695/1750] Compiling e_des.cc
[1696/1750] Compiling e_rc2.cc
[1697/1750] Compiling e_aesctrhmac.cc
[1698/1750] Compiling e_rc4.cc
[1699/1750] Compiling e_null.cc
[1700/1750] Compiling chacha.cc
[1701/1750] Compiling cipher_extra.cc
[1702/1750] Compiling derive_key.cc
[1703/1750] Compiling unicode.cc
[1704/1750] Compiling ber.cc
[1705/1750] Compiling asn1_compat.cc
[1706/1750] Compiling cbs.cc
[1707/1750] Compiling buf.cc
[1708/1750] Compiling cbb.cc
[1709/1750] Compiling convert.cc
[1710/1750] Compiling bn_asn1.cc
[1711/1750] Compiling blake2.cc
[1712/1750] Compiling printf.cc
[1713/1750] Compiling pair.cc
[1714/1750] Compiling file.cc
[1715/1750] Compiling hexdump.cc
[1716/1750] Compiling fd.cc
[1717/1750] Compiling tasn_typ.cc
[1718/1750] Compiling errno.cc
[1719/1750] Compiling tasn_utl.cc
[1720/1750] Compiling tasn_fre.cc
[1721/1750] Compiling base64.cc
[1722/1750] Compiling bio.cc
[1723/1750] Compiling bio_mem.cc
[1724/1750] Compiling f_int.cc
[1725/1750] Compiling tasn_enc.cc
[1726/1750] Compiling tasn_new.cc
[1727/1750] Compiling asn1_par.cc
[1728/1750] Compiling tasn_dec.cc
[1729/1750] Compiling f_string.cc
[1730/1750] Compiling posix_time.cc
[1731/1750] Compiling asn_pack.cc
[1732/1750] Compiling a_type.cc
[1733/1750] Compiling a_octet.cc
[1734/1750] Compiling asn1_lib.cc
[1735/1750] Compiling a_object.cc
[1736/1750] Compiling a_time.cc
[1737/1750] Compiling a_utctm.cc
[1738/1750] Compiling a_strex.cc
[1739/1750] Compiling a_strnid.cc
[1740/1750] Compiling a_int.cc
[1741/1750] Compiling a_i2d_fp.cc
[1742/1750] Write sources
[1743/1750] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1744/1750] Compiling a_mbstr.cc
[1745/1863] Compiling a_d2i_fp.cc
[1746/1863] Compiling a_gentm.cc
[1747/1863] Compiling a_bitstr.cc
[1748/1863] Compiling a_dup.cc
[1750/1863] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1751/1863] Compiling BitCollections BitSet+CustomReflectable.swift
[1752/1863] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1753/1863] Compiling BitCollections BitSet+Equatable.swift
[1754/1863] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1755/1863] Compiling BitCollections BitSet+Extras.swift
[1756/1863] Compiling BitCollections BitSet+Hashable.swift
[1756/1870] Compiling a_bool.cc
[1758/1870] Emitting module BitCollections
[1759/1878] Compiling BitCollections BitSet+Initializers.swift
[1760/1878] Compiling BitCollections BitSet+Invariants.swift
[1761/1878] Compiling BitCollections BitSet+Random.swift
[1762/1878] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1763/1878] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1764/1878] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1765/1878] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1766/1878] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1767/1878] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1768/1878] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1769/1878] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1770/1878] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1771/1878] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1772/1878] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1773/1878] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1774/1878] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1775/1878] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1776/1878] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1777/1878] Compiling BitCollections BitSet+SetAlgebra union.swift
[1778/1878] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1779/1878] Compiling BitCollections BitSet.Counted.swift
[1780/1878] Compiling BitCollections BitSet.Index.swift
[1781/1878] Compiling BitCollections BitSet._UnsafeHandle.swift
[1782/1878] Compiling BitCollections BitSet.swift
[1783/1878] Compiling BitCollections Range+Utilities.swift
[1784/1878] Compiling BitCollections Slice+Utilities.swift
[1785/1878] Compiling BitCollections UInt+Tricks.swift
[1786/1878] Compiling BitCollections _Word.swift
[1787/1878] Compiling BitCollections BitArray+BitwiseOperations.swift
[1788/1878] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1789/1878] Compiling BitCollections BitArray+Codable.swift
[1790/1878] Compiling BitCollections BitArray+Collection.swift
[1791/1878] Compiling BitCollections BitArray+Copy.swift
[1792/1878] Compiling BitCollections BitArray+CustomReflectable.swift
[1793/1878] Compiling BitCollections BitArray+Descriptions.swift
[1794/1878] Compiling BitCollections BitArray+Equatable.swift
[1795/1878] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1796/1878] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1797/1878] Compiling BitCollections BitArray+Extras.swift
[1798/1878] Compiling BitCollections BitArray+Fill.swift
[1799/1878] Compiling BitCollections BitArray+Hashable.swift
[1800/1878] Compiling BitCollections BitArray+Initializers.swift
[1801/1878] Compiling BitCollections BitArray+Invariants.swift
[1802/1878] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1803/1878] Compiling BitCollections BitArray+RandomBits.swift
[1804/1878] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1805/1878] Compiling BitCollections BitArray+Shifts.swift
[1806/1878] Compiling BitCollections BitArray+Testing.swift
[1807/1878] Compiling BitCollections BitArray._UnsafeHandle.swift
[1808/1878] Compiling BitCollections BitArray.swift
[1809/1878] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1810/1878] Compiling BitCollections BitSet+Codable.swift
[1812/1879] Compiling CryptoBoringWrapper RandomBytes.swift
[1813/1879] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1822/1887] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1823/1887] Compiling CryptoBoringWrapper EllipticCurve.swift
[1824/1887] Emitting module CryptoBoringWrapper
[1825/1887] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1826/1887] Emitting module AsyncHTTPClient
[1835/1887] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1836/1887] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1881/1888] Compiling AsyncHTTPClient RequestBag.swift
[1882/1888] Compiling AsyncHTTPClient RequestValidation.swift
[1883/1888] Compiling AsyncHTTPClient SSLContextCache.swift
[1884/1888] Compiling AsyncHTTPClient Scheme.swift
[1885/1888] Compiling AsyncHTTPClient Singleton.swift
[1886/1888] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1887/1888] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1888/1888] Compiling AsyncHTTPClient Utils.swift
[1890/1891] Compiling Collections Collections.swift
[1891/1952] Emitting module Collections
[1893/2004] Compiling MultipartKit BasicCodingKey.swift
[1894/2004] Compiling MultipartKit MultipartError.swift
[1895/2004] Compiling MultipartKit Exports.swift
[1896/2006] Compiling MultipartKit MultipartParser.swift
[1897/2006] Compiling MultipartKit MultipartPart.swift
[1898/2006] Compiling MultipartKit MultipartPartConvertible.swift
[1899/2006] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1900/2006] Compiling MultipartKit FormDataDecoder.swift
[1901/2006] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1904/2008] Compiling MultipartKit MultipartSerializer.swift
[1905/2008] Compiling MultipartKit Utilities.swift
[1906/2008] Compiling AsyncKit FutureOperators.swift
[1907/2008] Emitting module MultipartKit
[1908/2008] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1909/2008] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1910/2008] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1911/2008] Compiling Crypto HPKE-Ciphersuite.swift
[1912/2008] Compiling Crypto HPKE-KDF.swift
[1913/2008] Compiling Crypto HPKE-KexKeyDerivation.swift
[1914/2008] Compiling Crypto HPKE-LabeledExtract.swift
[1915/2008] Compiling Crypto HPKE-Utils.swift
[1916/2008] Compiling Crypto DHKEM.swift
[1917/2008] Compiling Crypto HPKE-KEM-Curve25519.swift
[1918/2008] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1919/2008] Compiling Crypto HPKE-KEM.swift
[1920/2008] Compiling Crypto HPKE-Errors.swift
[1927/2017] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1928/2017] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1929/2017] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1930/2017] Compiling MultipartKit FormDataEncoder.swift
[1931/2017] Compiling MultipartKit Storage.swift
[1932/2017] Compiling MultipartKit MultipartFormData.swift
[1936/2018] Emitting module Crypto
[1938/2018] Compiling AsyncKit Optional+StrictMap.swift
[1939/2018] Compiling AsyncKit Exports.swift
[1940/2018] Compiling Crypto HKDF.swift
[1941/2018] Compiling Crypto AESWrap.swift
[1942/2018] Compiling Crypto AESWrap_boring.swift
[1943/2018] Compiling Crypto Ed25519_boring.swift
[1944/2018] Compiling Crypto NISTCurvesKeys_boring.swift
[1945/2018] Compiling Crypto X25519Keys_boring.swift
[1946/2018] Compiling Crypto Curve25519.swift
[1947/2018] Compiling Crypto Ed25519Keys.swift
[1948/2018] Compiling Crypto NISTCurvesKeys.swift
[1949/2018] Compiling Crypto X25519Keys.swift
[1953/2018] Compiling Crypto CryptoKitErrors.swift
[1954/2018] Compiling Crypto Digest_boring.swift
[1955/2018] Compiling Crypto Digest.swift
[1956/2018] Compiling Crypto Digests.swift
[1957/2018] Compiling Crypto HashFunctions.swift
[1958/2018] Compiling Crypto HashFunctions_SHA2.swift
[1959/2018] Compiling Crypto HPKE-AEAD.swift
[1960/2018] Compiling Crypto SymmetricKeys.swift
[1961/2018] Compiling Crypto HMAC.swift
[1962/2018] Compiling Crypto MACFunctions.swift
[1963/2018] Compiling Crypto MessageAuthenticationCode.swift
[1964/2018] Compiling Crypto AES.swift
[1965/2018] Compiling Crypto ECDSASignature_boring.swift
[1966/2018] Compiling Crypto ECDSA_boring.swift
[1967/2018] Compiling Crypto EdDSA_boring.swift
[1968/2018] Compiling Crypto ECDSA.swift
[1969/2018] Compiling Crypto Ed25519.swift
[1970/2018] Compiling Crypto HPKE.swift
[1971/2018] Compiling Crypto HPKE-Context.swift
[1972/2018] Compiling Crypto HPKE-KeySchedule.swift
[1973/2018] Compiling Crypto HPKE-Modes.swift
[1974/2018] Compiling Crypto Insecure.swift
[1975/2018] Compiling Crypto Insecure_HashFunctions.swift
[1976/2018] Compiling Crypto KEM.swift
[1977/2018] Compiling Crypto ECDH_boring.swift
[1978/2018] Compiling Crypto DH.swift
[1979/2018] Compiling Crypto ECDH.swift
[1980/2018] Emitting module AsyncKit
[2001/2018] Compiling Crypto Signature.swift
[2002/2018] Compiling Crypto CryptoKitErrors_boring.swift
[2003/2018] Compiling Crypto RNG_boring.swift
[2004/2018] Compiling Crypto SafeCompare_boring.swift
[2005/2018] Compiling Crypto Zeroization_boring.swift
[2006/2018] Compiling Crypto PrettyBytes.swift
[2007/2018] Compiling Crypto SafeCompare.swift
[2008/2018] Compiling Crypto SecureBytes.swift
[2009/2018] Compiling Crypto Zeroization.swift
[2021/2189] Compiling Vapor AsyncBasicResponder.swift
[2022/2189] Compiling Vapor AsyncMiddleware.swift
[2023/2189] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2024/2189] Compiling Vapor AsyncSessionDriver.swift
[2025/2189] Compiling Vapor Authentication+Concurrency.swift
[2026/2189] Compiling Vapor Cache+Concurrency.swift
[2027/2189] Compiling Vapor Client+Concurrency.swift
[2028/2189] Compiling Vapor RequestBody+Concurrency.swift
[2029/2189] Compiling Vapor Responder+Concurrency.swift
[2030/2189] Compiling Vapor ResponseCodable+Concurrency.swift
[2031/2189] Compiling Vapor RoutesBuilder+Concurrency.swift
[2032/2189] Compiling Vapor ViewRenderer+Concurrency.swift
[2033/2189] Compiling Vapor WebSocket+Concurrency.swift
[2034/2189] Compiling Vapor ContainerGetPathExecutor.swift
[2035/2189] Compiling Vapor Content.swift
[2036/2189] Compiling Vapor ContentCoders.swift
[2037/2189] Compiling Vapor ContentConfiguration.swift
[2038/2189] Compiling Vapor ContentContainer.swift
[2039/2189] Compiling Vapor JSONCoder+Custom.swift
[2040/2189] Compiling Vapor JSONCoders+Content.swift
[2041/2189] Compiling Vapor PlaintextDecoder.swift
[2042/2189] Compiling Vapor PlaintextEncoder.swift
[2043/2189] Compiling Vapor URLQueryCoders.swift
[2044/2189] Compiling Vapor URLQueryContainer.swift
[2045/2213] Emitting module Vapor
[2046/2213] Compiling Vapor Request+Body.swift
[2047/2213] Compiling Vapor Request+BodyStream.swift
[2048/2213] Compiling Vapor Request.swift
[2049/2213] Compiling Vapor Application+Responder.swift
[2050/2213] Compiling Vapor DefaultResponder.swift
[2051/2213] Compiling Vapor Response+Body.swift
[2052/2213] Compiling Vapor Response.swift
[2053/2213] Compiling Vapor ResponseCodable.swift
[2054/2213] Compiling Vapor Application+Routes.swift
[2055/2213] Compiling Vapor Parameters+Require.swift
[2056/2213] Compiling Vapor Request+WebSocket.swift
[2057/2213] Compiling Vapor Route.swift
[2058/2213] Compiling Vapor RouteCollection.swift
[2059/2213] Compiling Vapor Routes.swift
[2060/2213] Compiling Vapor RoutesBuilder+Group.swift
[2061/2213] Compiling Vapor RoutesBuilder+Method.swift
[2062/2213] Compiling Vapor RoutesBuilder+Middleware.swift
[2063/2213] Compiling Vapor RoutesBuilder+WebSocket.swift
[2064/2213] Compiling Vapor RoutesBuilder.swift
[2065/2213] Compiling Vapor OTP.swift
[2066/2213] Compiling Vapor Application+Servers.swift
[2067/2213] Compiling Vapor Server.swift
[2068/2213] Compiling Vapor App+Service.swift
[2069/2213] Compiling Vapor Req+Service.swift
[2070/2237] Compiling Vapor Application.swift
[2071/2237] Compiling Vapor AuthenticationCache.swift
[2072/2237] Compiling Vapor Authenticator.swift
[2073/2237] Compiling Vapor BasicAuthorization.swift
[2074/2237] Compiling Vapor BearerAuthorization.swift
[2075/2237] Compiling Vapor GuardMiddleware.swift
[2076/2237] Compiling Vapor RedirectMiddleware.swift
[2077/2237] Compiling Vapor SessionAuthenticatable.swift
[2078/2237] Compiling Vapor Bcrypt.swift
[2079/2237] Compiling Vapor Application+Cache.swift
[2080/2237] Compiling Vapor Cache.swift
[2081/2237] Compiling Vapor CacheExpirationTime.swift
[2082/2237] Compiling Vapor MemoryCache.swift
[2083/2237] Compiling Vapor Request+Cache.swift
[2084/2237] Compiling Vapor Application+Clients.swift
[2085/2237] Compiling Vapor Client.swift
[2086/2237] Compiling Vapor ClientRequest.swift
[2087/2237] Compiling Vapor ClientResponse.swift
[2088/2237] Compiling Vapor Request+Client.swift
[2089/2237] Compiling Vapor BootCommand.swift
[2090/2237] Compiling Vapor CommandContext+Application.swift
[2091/2237] Compiling Vapor RoutesCommand.swift
[2092/2237] Compiling Vapor ServeCommand.swift
[2093/2237] Compiling Vapor AnyResponse+Concurrency.swift
[2094/2237] Compiling Vapor Service.swift
[2095/2237] Compiling Vapor Application+Sessions.swift
[2096/2237] Compiling Vapor MemorySessions.swift
[2097/2237] Compiling Vapor Request+Session.swift
[2098/2237] Compiling Vapor Session.swift
[2099/2237] Compiling Vapor SessionCache.swift
[2100/2237] Compiling Vapor SessionData.swift
[2101/2237] Compiling Vapor SessionDriver.swift
[2102/2237] Compiling Vapor SessionsConfiguration.swift
[2103/2237] Compiling Vapor SessionsMiddleware.swift
[2104/2237] Compiling Vapor URLEncodedFormData.swift
[2105/2237] Compiling Vapor URLEncodedFormDecoder.swift
[2106/2237] Compiling Vapor URLEncodedFormEncoder.swift
[2107/2237] Compiling Vapor URLEncodedFormError.swift
[2108/2237] Compiling Vapor URLEncodedFormParser.swift
[2109/2237] Compiling Vapor URLEncodedFormSerializer.swift
[2110/2237] Compiling Vapor URLQueryFragmentConvertible.swift
[2111/2237] Compiling Vapor AnyResponse.swift
[2112/2237] Compiling Vapor Array+Random.swift
[2113/2237] Compiling Vapor Base32.swift
[2114/2237] Compiling Vapor Base64.swift
[2115/2237] Compiling Vapor BaseN.swift
[2116/2237] Compiling Vapor BasicCodingKey.swift
[2117/2237] Compiling Vapor ByteCount.swift
[2118/2237] Compiling Vapor Bytes+Hex.swift
[2119/2237] Compiling Vapor Bytes+SecureCompare.swift
[2120/2237] Compiling Vapor Collection+Safe.swift
[2121/2237] Compiling Vapor DataProtocol+Copy.swift
[2122/2237] Compiling Vapor DecoderUnwrapper.swift
[2123/2237] Compiling Vapor DirectoryConfiguration.swift
[2124/2237] Compiling Vapor DotEnv.swift
[2125/2237] Compiling Vapor Extendable.swift
[2126/2237] Compiling Vapor File.swift
[2127/2237] Compiling Vapor FileIO.swift
[2128/2237] Compiling Vapor LifecycleHandler.swift
[2129/2237] Compiling Vapor OptionalType.swift
[2130/2237] Compiling Vapor RFC1123.swift
[2131/2237] Compiling Vapor SocketAddress+Hostname.swift
[2132/2237] Compiling Vapor Storage.swift
[2133/2237] Compiling Vapor String+IsIPAddress.swift
[2134/2237] Compiling Vapor Thread.swift
[2135/2237] Compiling Vapor URI.swift
[2136/2237] Compiling Vapor RangeResult.swift
[2137/2237] Compiling Vapor Validatable.swift
[2138/2237] Compiling Vapor Validation.swift
[2139/2237] Compiling Vapor ValidationKey.swift
[2140/2237] Compiling Vapor Validations.swift
[2141/2237] Compiling Vapor ValidationsError.swift
[2142/2237] Compiling Vapor Core.swift
[2143/2237] Compiling Vapor Running.swift
[2144/2237] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2145/2237] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2146/2237] Compiling Vapor DotEnvFile+load.swift
[2147/2237] Compiling Vapor Routes+caseInsenstive.swift
[2148/2237] Compiling Vapor Validatable+validate.swift
[2149/2237] Compiling Vapor Environment+Process.swift
[2150/2237] Compiling Vapor Environment+Secret.swift
[2151/2237] Compiling Vapor Environment.swift
[2152/2237] Compiling Vapor Abort.swift
[2153/2237] Compiling Vapor AbortError.swift
[2154/2237] Compiling Vapor DebuggableError.swift
[2155/2237] Compiling Vapor Demangler.swift
[2156/2237] Compiling Vapor ErrorSource.swift
[2157/2237] Compiling Vapor StackTrace.swift
[2158/2237] Compiling Vapor Exports.swift
[2159/2237] Compiling Vapor Application+HTTP.swift
[2160/2237] Compiling Vapor BasicResponder.swift
[2161/2237] Compiling Vapor BodyStream.swift
[2162/2237] Compiling Vapor Application+HTTP+Client.swift
[2163/2237] Compiling Vapor EventLoopHTTPClient.swift
[2164/2237] Compiling Vapor EndpointCache.swift
[2165/2237] Compiling Vapor HTTPMethod+String.swift
[2166/2237] Compiling Vapor HTTPStatus.swift
[2167/2237] Compiling Vapor HTTPCookies.swift
[2168/2237] Compiling Vapor HTTPHeaderCacheControl.swift
[2169/2237] Compiling Vapor HTTPHeaderExpires.swift
[2170/2237] Compiling Vapor HTTPHeaderLastModified.swift
[2171/2237] Compiling Vapor HTTPHeaders+Cache.swift
[2172/2237] Compiling Vapor HTTPHeaders+Connection.swift
[2173/2237] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2174/2237] Compiling Vapor HTTPHeaders+ContentRange.swift
[2175/2237] Compiling Vapor HTTPHeaders+Directive.swift
[2176/2237] Compiling Vapor HTTPHeaders+Forwarded.swift
[2177/2237] Compiling Vapor HTTPHeaders+Link.swift
[2178/2237] Compiling Vapor HTTPHeaders+Name.swift
[2179/2237] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2180/2237] Compiling Vapor HTTPHeaders.swift
[2181/2237] Compiling Vapor HTTPMediaType.swift
[2182/2237] Compiling Vapor HTTPMediaTypePreference.swift
[2183/2237] Compiling Vapor Responder.swift
[2184/2237] Compiling Vapor Application+HTTP+Server.swift
[2185/2237] Compiling Vapor HTTPServer.swift
[2186/2237] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2187/2237] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2188/2237] Compiling Vapor HTTPServerHandler.swift
[2189/2237] Compiling Vapor HTTPServerRequestDecoder.swift
[2190/2237] Compiling Vapor HTTPServerResponseEncoder.swift
[2191/2237] Compiling Vapor HTTPServerUpgradeHandler.swift
[2192/2237] Compiling Vapor Logger+Report.swift
[2193/2237] Compiling Vapor LoggingSystem+Environment.swift
[2194/2237] Compiling Vapor Application+Middleware.swift
[2195/2237] Compiling Vapor CORSMiddleware.swift
[2196/2237] Compiling Vapor ErrorMiddleware.swift
[2197/2237] Compiling Vapor FileMiddleware.swift
[2198/2237] Compiling Vapor Middleware.swift
[2199/2237] Compiling Vapor MiddlewareConfiguration.swift
[2200/2237] Compiling Vapor ResponseCompressionMiddleware.swift
[2201/2237] Compiling Vapor RouteLoggingMiddleware.swift
[2202/2237] Compiling Vapor TracingMiddleware.swift
[2203/2237] Compiling Vapor File+Multipart.swift
[2204/2237] Compiling Vapor FormDataDecoder+Content.swift
[2205/2237] Compiling Vapor FormDataEncoder+Content.swift
[2206/2237] Compiling Vapor Application+Password.swift
[2207/2237] Compiling Vapor Application+Passwords.swift
[2208/2237] Compiling Vapor AsyncPasswordHasher.swift
[2209/2237] Compiling Vapor BcryptHasher.swift
[2210/2237] Compiling Vapor PasswordHasher.swift
[2211/2237] Compiling Vapor PlaintextHasher.swift
[2212/2237] Compiling Vapor Request+Password.swift
[2213/2237] Compiling Vapor Redirect.swift
[2214/2237] Compiling Vapor Validator.swift
[2215/2237] Compiling Vapor ValidatorResult.swift
[2216/2237] Compiling Vapor And.swift
[2217/2237] Compiling Vapor Case.swift
[2218/2237] Compiling Vapor CharacterSet.swift
[2219/2237] Compiling Vapor Count.swift
[2220/2237] Compiling Vapor Custom.swift
[2221/2237] Compiling Vapor Email.swift
[2222/2237] Compiling Vapor Empty.swift
[2223/2237] Compiling Vapor In.swift
[2224/2237] Compiling Vapor Nil.swift
[2225/2237] Compiling Vapor NilIgnoring.swift
[2226/2237] Compiling Vapor Not.swift
[2227/2237] Compiling Vapor Or.swift
[2228/2237] Compiling Vapor Pattern.swift
[2229/2237] Compiling Vapor Range.swift
[2230/2237] Compiling Vapor URL.swift
[2231/2237] Compiling Vapor Valid.swift
[2232/2237] Compiling Vapor Application+Views.swift
[2233/2237] Compiling Vapor PlaintextRenderer.swift
[2234/2237] Compiling Vapor Request+View.swift
[2235/2237] Compiling Vapor View.swift
[2236/2237] Compiling Vapor ViewRenderer.swift
[2237/2237] Compiling Vapor _Deprecations.swift
[2239/2245] Compiling Leaf Exports.swift
[2240/2245] Compiling Leaf Request+Leaf.swift
[2241/2245] Compiling Leaf LeafRenderer+ViewRenderer.swift
[2242/2245] Compiling Leaf LeafError+AbortError.swift
[2243/2245] Compiling Leaf Application+Leaf.swift
[2244/2245] Emitting module Leaf
[2245/2245] Compiling Leaf LeafEncoder.swift
Build complete! (452.58s)
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",
        "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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.