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 swift-ast-explorer, reference master (8ac40a), with Swift 6.1 for Linux on 11 Sep 2025 09:39:07 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftfiddle/swift-ast-explorer.git
Reference: master
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/swiftfiddle/swift-ast-explorer
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8ac40ad Merge pull request #1608 from SwiftFiddle/create-pull-request/patch
Cloned https://github.com/swiftfiddle/swift-ast-explorer.git
Revision (git rev-parse @):
8ac40ad66a4120dba0526e8154d0e17f6d131b14
SUCCESS checkout https://github.com/swiftfiddle/swift-ast-explorer.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swiftfiddle/swift-ast-explorer.git
https://github.com/swiftfiddle/swift-ast-explorer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.116.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "leaf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.5.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/leaf.git"
    },
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-tools-support-core"
    }
  ],
  "manifest_display_name" : "swift-ast-explorer",
  "name" : "swift-ast-explorer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "App",
      "targets" : [
        "App"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppTests",
      "module_type" : "SwiftTarget",
      "name" : "AppTests",
      "path" : "Tests/AppTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "AppTests.swift"
      ],
      "target_dependencies" : [
        "App"
      ],
      "type" : "test"
    },
    {
      "c99name" : "App",
      "module_type" : "SwiftTarget",
      "name" : "App",
      "path" : "Sources/App",
      "product_dependencies" : [
        "Vapor",
        "Leaf",
        "TSCBasic"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "Middlewares/CommonErrorMiddleware.swift",
        "Middlewares/CustomHeaderMiddleware.swift",
        "configure.swift",
        "entrypoint.swift",
        "routes.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-tools-support-core
Fetching https://github.com/vapor/leaf.git
Fetching https://github.com/vapor/vapor.git
[1/3980] Fetching leaf
[3981/10930] Fetching leaf, swift-tools-support-core
[4329/85981] Fetching leaf, swift-tools-support-core, vapor
Fetched https://github.com/apple/swift-tools-support-core from cache (0.58s)
[23494/79031] Fetching leaf, vapor
Fetched https://github.com/vapor/leaf.git from cache (1.71s)
Fetched https://github.com/vapor/vapor.git from cache (1.74s)
Computing version for https://github.com/apple/swift-tools-support-core
Computed https://github.com/apple/swift-tools-support-core at 0.7.3 (3.65s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.1 (0.49s)
Fetching https://github.com/vapor/leaf-kit.git
Fetching https://github.com/apple/swift-algorithms.git
[1/4944] Fetching leaf-kit
[397/10929] Fetching leaf-kit, swift-algorithms
Fetched https://github.com/vapor/leaf-kit.git from cache (0.45s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.45s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.116.0 (1.67s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
[1/1088] Fetching swift-service-context
[1089/3438] Fetching swift-service-context, swift-metrics
[2194/6931] Fetching swift-service-context, swift-metrics, multipart-kit
[5081/9540] Fetching swift-service-context, swift-metrics, multipart-kit, websocket-kit
[5108/11354] Fetching swift-service-context, swift-metrics, multipart-kit, websocket-kit, swift-atomics
[8263/16560] Fetching swift-service-context, swift-metrics, multipart-kit, websocket-kit, swift-atomics, swift-distributed-tracing
Fetched https://github.com/apple/swift-metrics.git from cache (0.41s)
[8514/14210] Fetching swift-service-context, multipart-kit, websocket-kit, swift-atomics, swift-distributed-tracing
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.42s)
[7720/11601] Fetching swift-service-context, multipart-kit, swift-atomics, swift-distributed-tracing
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.58s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.63s)
Fetching https://github.com/apple/swift-nio-ssl.git
[6849/12602] Fetching multipart-kit, swift-distributed-tracing, swift-log
[9504/18729] Fetching multipart-kit, swift-distributed-tracing, swift-log, swift-nio-extras
[16879/30390] Fetching multipart-kit, swift-distributed-tracing, swift-log, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (0.63s)
[13559/26487] Fetching multipart-kit, swift-distributed-tracing, swift-nio-extras, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
[15309/41562] Fetching multipart-kit, swift-distributed-tracing, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.71s)
[10017/35435] Fetching multipart-kit, swift-distributed-tracing, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/routing-kit.git
[21826/56475] Fetching multipart-kit, swift-distributed-tracing, swift-nio-http2, swift-nio-ssl, routing-kit
[41744/134537] Fetching multipart-kit, swift-distributed-tracing, swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.28s)
[56459/129331] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.37s)
[56363/125838] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.86s)
[47044/114177] Fetching swift-nio-ssl, routing-kit, swift-nio
Fetching https://github.com/vapor/async-kit.git
[53290/120367] Fetching swift-nio-ssl, routing-kit, swift-nio, console-kit
[58170/137223] Fetching swift-nio-ssl, routing-kit, swift-nio, console-kit, swift-crypto
[67012/139662] Fetching swift-nio-ssl, routing-kit, swift-nio, console-kit, swift-crypto, async-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.78s)
[54824/118622] Fetching swift-nio-ssl, swift-nio, console-kit, swift-crypto, async-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/console-kit.git from cache (0.60s)
[48802/112432] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.54s)
[47924/109993] Fetching swift-nio-ssl, swift-nio, swift-crypto
[66722/124232] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.95s)
[54927/109157] Fetching swift-nio, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.41s)
[78525/94918] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.39s)
Fetched https://github.com/apple/swift-nio.git from cache (5.82s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (7.35s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.39s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (0.85s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.42s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.44s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.46s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.42s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2718] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.29s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.71s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.42s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.2 (0.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.67s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4937] Fetching swift-system
[4938/22390] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.16s)
Fetched https://github.com/apple/swift-collections.git from cache (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.70s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.48s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.52s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.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-async-algorithms.git
[1/1629] Fetching swift-asn1
[1533/2805] Fetching swift-asn1, swift-http-structured-headers
[1995/3728] Fetching swift-asn1, swift-http-structured-headers, swift-http-types
[2527/6198] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-service-lifecycle
[6027/11551] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-service-lifecycle, swift-async-algorithms
[7110/18082] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.31s)
[10955/16453] Fetching swift-http-structured-headers, swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.32s)
[8865/13983] Fetching swift-http-structured-headers, swift-http-types, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.39s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.39s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.45s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.46s)
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 (0.88s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.54s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.49s)
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.42s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (0.52s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.46s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (0.56s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.21.0 (0.44s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (1.57s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.81s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.28.0 (0.71s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.78s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.48s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.42s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.13.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.28.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.34.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.21.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.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.3.0
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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.116.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/vapor/leaf.git
Working copy of https://github.com/vapor/leaf.git resolved at 4.5.1
Creating working copy for https://github.com/apple/swift-tools-support-core
Working copy of https://github.com/apple/swift-tools-support-core resolved at 0.7.3
Building for debugging...
[0/904] Compiling poly1305_arm.cc
[1/904] Compiling a_i2d_fp.cc
[1/904] Write sources
[3/904] Compiling _NumericsShims _NumericsShims.c
[4/904] Write sources
[8/904] Compiling _AtomicsShims.c
[9/904] Write sources
[12/904] Compiling TSCclibc strerror.c
[13/904] Compiling poly1305.cc
[14/904] Compiling TSCclibc process.c
[15/904] Write sources
[56/904] Compiling TSCclibc libc.c
[57/904] Compiling CVaporBcrypt bcrypt.c
[57/904] Compiling CVaporBcrypt blf.c
[59/904] Compiling CNIOWindows shim.c
[60/904] Compiling CNIOWindows WSAStartup.c
[61/904] Compiling CSystem shims.c
[62/904] Compiling CNIOWASI CNIOWASI.c
[63/904] Write swift-version-24593BA9C3E375BF.txt
[64/904] Compiling CNIOPosix event_loop_id.c
[65/904] Compiling CNIOSHA1 c_nio_sha1.c
[66/904] Compiling a_type.cc
[67/904] Compiling asn1_lib.cc
[68/904] Compiling CNIOLinux shim.c
[69/904] Compiling a_utctm.cc
[70/904] Compiling a_bitstr.cc
[71/962] Compiling pkcs8_x509.cc
[73/962] Emitting module TSCLibc
[74/976] Emitting module SystemPackage
[75/980] Compiling ServiceContextModule ServiceContextKey.swift
[76/980] Emitting module _NIOBase64
[77/980] Compiling _NIOBase64 Base64.swift
[78/981] Compiling RealModule RealFunctions.swift
[79/981] Compiling RealModule Real.swift
[80/982] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[81/982] Compiling InternalCollectionsUtilities UInt+reversed.swift
[82/982] Emitting module ServiceContextModule
[83/983] Compiling ServiceContextModule ServiceContext.swift
[84/983] Emitting module InternalCollectionsUtilities
[85/983] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[86/983] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[87/983] Compiling InternalCollectionsUtilities Integer rank.swift
[88/984] Compiling RealModule Float80+Real.swift
[89/984] Emitting module RealModule
[90/984] Compiling InternalCollectionsUtilities Descriptions.swift
[91/984] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[92/984] Compiling SystemPackage SystemString.swift
[93/984] Compiling SystemPackage Util+StringArray.swift
[94/984] Compiling SystemPackage Util.swift
[95/984] Compiling SystemPackage UtilConsumers.swift
[96/984] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[97/984] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[104/984] Compiling RealModule Float16+Real.swift
[106/984] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[107/984] Compiling InternalCollectionsUtilities _SortedCollection.swift
[108/984] Compiling _NIODataStructures _TinyArray.swift
[109/984] Compiling _NIODataStructures PriorityQueue.swift
[110/984] Compiling RealModule RelaxedArithmetic.swift
[111/985] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[112/985] Compiling InternalCollectionsUtilities Debugging.swift
[125/985] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[126/992] Wrapping AST for _NIOBase64 for debugging
[128/995] Compiling Instrumentation Instrument.swift
[128/995] Wrapping AST for RealModule for debugging
[130/995] Emitting module Instrumentation
[130/995] Wrapping AST for ServiceContextModule for debugging
[132/995] Compiling Instrumentation MultiplexInstrument.swift
[133/995] Compiling Instrumentation NoOpInstrument.swift
[134/995] Compiling Instrumentation InstrumentationSystem.swift
[135/995] Compiling Instrumentation Locks.swift
[136/996] Compiling SystemPackage FilePathSyntax.swift
[137/996] Compiling SystemPackage FilePathTemp.swift
[138/996] Compiling SystemPackage FilePathTempPosix.swift
[139/996] Compiling SystemPackage FilePathTempWindows.swift
[142/996] Compiling SystemPackage Backcompat.swift
[143/996] Compiling SystemPackage CInterop.swift
[144/996] Compiling SystemPackage Syscalls.swift
[145/996] Compiling SystemPackage WindowsSyscallAdapters.swift
[146/996] Compiling SystemPackage MachPort.swift
[147/996] Compiling SystemPackage PlatformString.swift
[148/996] Emitting module Logging
[149/996] Compiling Logging LogHandler.swift
[151/996] Compiling Logging MetadataProvider.swift
[152/996] Compiling Logging Logging.swift
[153/996] Compiling Logging Locks.swift
[154/996] Compiling TSCLibc libc.swift
[155/1030] Emitting module _NIODataStructures
[156/1034] Compiling _NIODataStructures Heap.swift
[157/1067] Compiling _RopeModule BigString+Equatable.swift
[158/1067] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[159/1067] Compiling _RopeModule BigString+Hashing.swift
[160/1067] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[161/1067] Compiling _RopeModule Rope+_Node.swift
[162/1067] Compiling _RopeModule BigString+Comparable.swift
[163/1067] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[164/1067] Compiling _RopeModule BigString+CustomStringConvertible.swift
[169/1253] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[170/1260] Compiling HeapModule Heap+Descriptions.swift
[171/1260] Compiling Tracing InstrumentationSystem+Tracing.swift
[172/1260] Compiling Tracing NoOpTracer.swift
[173/1260] Compiling HeapModule _HeapNode.swift
[174/1260] Compiling HeapModule Heap.swift
[175/1260] Compiling Tracing TracingTime.swift
[176/1260] Emitting module Tracing
[177/1260] Compiling HeapModule Heap+Invariants.swift
[178/1260] Compiling HeapModule Heap+UnsafeHandle.swift
[179/1260] Compiling Tracing TracerProtocol.swift
[180/1260] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[181/1260] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[182/1260] Compiling HashTreeCollections TreeDictionary+Keys.swift
[183/1260] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[184/1260] Compiling HashTreeCollections TreeDictionary+Merge.swift
[185/1260] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[186/1260] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[187/1260] Compiling TSCBasic ProcessSet.swift
[188/1260] Compiling TSCBasic RegEx.swift
[189/1260] Compiling TSCBasic Result.swift
[190/1260] Compiling TSCBasic SortedArray.swift
[191/1260] Compiling TSCBasic StringConversions.swift
[192/1260] Compiling TSCBasic SynchronizedQueue.swift
[193/1260] Compiling TSCBasic TemporaryFile.swift
[194/1267] Emitting module HeapModule
[195/1268] Compiling Tracing Tracer.swift
[196/1268] Compiling Tracing TracerProtocol+Legacy.swift
[198/1268] Emitting module CoreMetrics
[199/1268] Compiling CoreMetrics Locks.swift
[200/1268] Compiling CoreMetrics Metrics.swift
[201/1269] Compiling HashTreeCollections TreeSet+Hashable.swift
[202/1269] Compiling HashTreeCollections TreeSet+Sendable.swift
[203/1269] Compiling HashTreeCollections TreeSet+Sequence.swift
[204/1269] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[205/1269] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[206/1269] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[207/1269] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[208/1269] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[209/1269] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[210/1269] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[211/1279] Compiling TSCBasic OSLog.swift
[212/1279] Compiling TSCBasic ObjectIdentifierProtocol.swift
[213/1279] Compiling TSCBasic OrderedDictionary.swift
[214/1279] Compiling TSCBasic OrderedSet.swift
[215/1279] Compiling TSCBasic Path.swift
[216/1279] Compiling TSCBasic PathShims.swift
[217/1279] Compiling TSCBasic Process.swift
[218/1279] Compiling TSCBasic ProcessEnv.swift
[219/1279] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[220/1279] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[221/1279] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[222/1279] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[223/1279] Compiling HashTreeCollections _HashNode+Structural merge.swift
[224/1279] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[225/1279] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[226/1279] Compiling HashTreeCollections TreeDictionary+Filter.swift
[228/1279] Compiling TSCBasic ByteString.swift
[229/1279] Compiling TSCBasic CStringArray.swift
[230/1279] Compiling TSCBasic CacheableSequence.swift
[231/1279] Compiling TSCBasic Closable.swift
[232/1279] Compiling TSCBasic DictionaryExtensions.swift
[233/1279] Compiling TSCBasic DictionaryLiteralExtensions.swift
[234/1279] Compiling TSCBasic EditDistance.swift
[235/1279] Compiling TSCBasic FileInfo.swift
[236/1279] Compiling TSCBasic FileSystem.swift
[237/1279] Compiling TSCBasic GraphAlgorithms.swift
[238/1279] Compiling TSCBasic HashAlgorithms.swift
[239/1279] Compiling TSCBasic JSON.swift
[240/1279] Compiling TSCBasic JSONMapper.swift
[241/1279] Compiling TSCBasic KeyedPair.swift
[242/1279] Compiling TSCBasic LazyCache.swift
[243/1279] Compiling TSCBasic Lock.swift
[244/1294] Compiling Tracing SpanProtocol.swift
[255/1295] Compiling OrderedCollections OrderedSet+Sendable.swift
[256/1295] Compiling OrderedCollections OrderedSet+SubSequence.swift
[257/1295] Compiling OrderedCollections OrderedSet+Testing.swift
[258/1295] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[259/1295] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[260/1295] Compiling OrderedCollections OrderedSet.swift
[261/1295] Compiling OrderedCollections _UnsafeBitset.swift
[262/1295] Compiling HashTreeCollections TreeSet+Equatable.swift
[263/1295] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[264/1295] Compiling HashTreeCollections TreeSet+Extras.swift
[265/1295] Compiling HashTreeCollections TreeSet+Filter.swift
[265/1295] Wrapping AST for _NIODataStructures for debugging
[277/1304] Compiling DequeModule _DequeBuffer.swift
[278/1304] Compiling DequeModule _DequeBufferHeader.swift
[278/1306] Wrapping AST for TSCLibc for debugging
[280/1308] Compiling DequeModule Deque+Equatable.swift
[281/1308] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[282/1308] Compiling DequeModule Deque+Extras.swift
[283/1308] Compiling DequeModule Deque+Hashable.swift
[284/1308] Compiling DequeModule Deque+CustomReflectable.swift
[285/1308] Compiling DequeModule Deque+Descriptions.swift
[285/1308] Wrapping AST for Tracing for debugging
[286/1308] Wrapping AST for SystemPackage for debugging
[287/1308] Wrapping AST for Logging for debugging
[299/1308] Compiling _RopeModule _CharacterRecognizer.swift
[300/1308] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[301/1308] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[302/1308] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[303/1308] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[304/1308] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[305/1308] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[306/1308] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[307/1308] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[308/1308] Compiling HashTreeCollections TreeSet.swift
[308/1308] Wrapping AST for InternalCollectionsUtilities for debugging
[310/1308] Compiling DequeModule Deque+Testing.swift
[311/1308] Compiling DequeModule Deque._Storage.swift
[312/1308] Compiling DequeModule Deque._UnsafeHandle.swift
[313/1308] Compiling DequeModule Deque.swift
[314/1308] Compiling DequeModule _DequeSlot.swift
[315/1308] Compiling DequeModule _UnsafeWrappedBuffer.swift
[316/1308] Compiling DequeModule Deque+Codable.swift
[317/1308] Compiling DequeModule Deque+Collection.swift
[323/1308] Wrapping AST for Instrumentation for debugging
[324/1308] Wrapping AST for HeapModule for debugging
[334/1308] Wrapping AST for CoreMetrics for debugging
[335/1308] Compiling CNIOLinux liburing_shims.c
[356/1308] Emitting module DequeModule
[357/1309] Compiling RoutingKit Router.swift
[358/1309] Emitting module OrderedCollections
[359/1310] Emitting module RoutingKit
[362/1310] Emitting module Metrics
[363/1310] Compiling RoutingKit PathComponent.swift
[363/1310] Compiling CNIOLLHTTP c_nio_llhttp.c
[364/1310] Wrapping AST for DequeModule for debugging
[365/1310] Wrapping AST for OrderedCollections for debugging
[366/1310] Compiling CNIOLLHTTP c_nio_http.c
[367/1310] Compiling CNIOExtrasZlib empty.c
[368/1310] Compiling CNIODarwin shim.c
[391/1310] Compiling fiat_p256_adx_sqr.S
[392/1310] Compiling CNIOLLHTTP c_nio_api.c
[393/1310] Compiling fiat_p256_adx_mul.S
[395/1310] Compiling RoutingKit TrieRouter.swift
[395/1310] Compiling fiat_curve25519_adx_square.S
[396/1310] Compiling fiat_curve25519_adx_mul.S
[398/1310] Emitting module _RopeModule
[421/1310] Emitting module TSCBasic
[422/1315] Compiling _RopeModule Rope+Join.swift
[423/1315] Compiling _RopeModule Rope+MutatingForEach.swift
[424/1315] Compiling _RopeModule Rope+Remove.swift
[425/1315] Compiling _RopeModule Rope+RemoveSubrange.swift
[426/1315] Compiling _RopeModule Rope+Split.swift
[427/1315] Compiling _RopeModule Optional Utilities.swift
[428/1315] Compiling _RopeModule String Utilities.swift
[429/1315] Compiling _RopeModule String.Index+ABI.swift
[430/1315] Compiling CNIOBoringSSLShims shims.c
[432/1315] Compiling Metrics Metrics.swift
[433/1316] Compiling RoutingKit AnyRouter.swift
[434/1316] Compiling RoutingKit Parameters.swift
[441/1317] Wrapping AST for RoutingKit for debugging
[442/1317] Wrapping AST for Metrics for debugging
[480/1318] Emitting module HashTreeCollections
[509/1319] Wrapping AST for _RopeModule for debugging
[510/1319] Wrapping AST for HashTreeCollections for debugging
[512/1319] Compiling TSCBasic TerminalController.swift
[513/1319] Compiling TSCBasic Thread.swift
[514/1319] Compiling TSCBasic Tuple.swift
[515/1319] Compiling TSCBasic WritableByteStream.swift
[516/1319] Compiling TSCBasic misc.swift
[516/1320] Compiling tls_record.cc
[517/1320] Compiling tls_method.cc
[519/1320] Compiling tls13_server.cc
[520/1320] Compiling tls13_enc.cc
[521/1320] Compiling tls13_client.cc
[522/1320] Wrapping AST for TSCBasic for debugging
[523/1320] Compiling tls13_both.cc
[524/1320] Compiling t1_enc.cc
[525/1320] Compiling ssl_transcript.cc
[526/1320] Compiling ssl_x509.cc
[527/1320] Compiling ssl_versions.cc
[528/1320] Compiling ssl_privkey.cc
[529/1320] Compiling ssl_stat.cc
[530/1320] Compiling ssl_session.cc
[531/1320] Compiling ssl_lib.cc
[532/1320] Compiling ssl_key_share.cc
[533/1320] Compiling ssl_cipher.cc
[534/1320] Compiling ssl_credential.cc
[535/1320] Compiling ssl_file.cc
[536/1320] Compiling ssl_cert.cc
[537/1320] Compiling ssl_buffer.cc
[538/1320] Compiling ssl_asn1.cc
[539/1320] Compiling s3_lib.cc
[540/1320] Compiling s3_pkt.cc
[541/1320] Compiling s3_both.cc
[542/1320] Compiling ssl_aead_ctx.cc
[543/1320] Compiling handshake_server.cc
[544/1320] Compiling handshake_client.cc
[545/1320] Compiling handshake.cc
[546/1320] Compiling handoff.cc
[547/1320] Compiling d1_srtp.cc
[548/1320] Compiling d1_pkt.cc
[549/1320] Compiling md5-x86_64-linux.S
[550/1320] Compiling md5-x86_64-apple.S
[551/1320] Compiling md5-586-linux.S
[552/1320] Compiling dtls_method.cc
[553/1320] Compiling md5-586-apple.S
[554/1320] Compiling extensions.cc
[555/1320] Compiling bio_ssl.cc
[556/1320] Compiling chacha20_poly1305_x86_64-apple.S
[557/1320] Compiling chacha20_poly1305_armv8-win.S
[558/1320] Compiling chacha20_poly1305_x86_64-linux.S
[559/1320] Compiling encrypted_client_hello.cc
[560/1320] Compiling chacha20_poly1305_armv8-linux.S
[561/1320] Compiling chacha20_poly1305_armv8-apple.S
[562/1320] Compiling chacha-x86_64-linux.S
[563/1320] Compiling chacha-x86_64-apple.S
[564/1320] Compiling chacha-x86-apple.S
[565/1320] Compiling chacha-x86-linux.S
[566/1320] Compiling chacha-armv8-win.S
[567/1320] Compiling chacha-armv8-linux.S
[567/1320] Compiling err_data.cc
[569/1320] Compiling chacha-armv8-apple.S
[570/1320] Compiling chacha-armv4-linux.S
[571/1320] Compiling dtls_record.cc
[572/1320] Compiling aes128gcmsiv-x86_64-linux.S
[573/1320] Compiling x86_64-mont5-apple.S
[574/1320] Compiling aes128gcmsiv-x86_64-apple.S
[575/1320] Compiling x86_64-mont-apple.S
[576/1320] Compiling x86_64-mont5-linux.S
[577/1320] Compiling x86_64-mont-linux.S
[578/1320] Compiling x86-mont-linux.S
[579/1320] Compiling x86-mont-apple.S
[580/1320] Compiling vpaes-x86_64-linux.S
[581/1320] Compiling vpaes-x86_64-apple.S
[582/1320] Compiling vpaes-x86-apple.S
[583/1320] Compiling vpaes-x86-linux.S
[584/1320] Compiling vpaes-armv8-win.S
[585/1320] Compiling vpaes-armv8-apple.S
[586/1320] Compiling vpaes-armv8-linux.S
[587/1320] Compiling vpaes-armv7-linux.S
[588/1320] Compiling sha512-armv8-win.S
[589/1320] Compiling sha512-x86_64-linux.S
[590/1320] Compiling sha512-x86_64-apple.S
[591/1320] Compiling sha512-armv4-linux.S
[592/1320] Compiling d1_lib.cc
[593/1320] Compiling sha512-armv8-linux.S
[594/1320] Compiling sha512-586-linux.S
[595/1320] Compiling sha512-586-apple.S
[596/1320] Compiling sha512-armv8-apple.S
[597/1320] Compiling sha256-x86_64-linux.S
[598/1320] Compiling sha256-armv8-win.S
[599/1320] Compiling sha256-x86_64-apple.S
[600/1320] Compiling sha256-armv8-apple.S
[601/1320] Compiling sha256-armv8-linux.S
[602/1320] Compiling sha256-armv4-linux.S
[603/1320] Compiling sha256-586-apple.S
[604/1320] Compiling sha256-586-linux.S
[605/1320] Compiling sha1-x86_64-apple.S
[606/1320] Compiling sha1-armv8-win.S
[606/1320] Compiling sha1-armv8-linux.S
[608/1320] Compiling sha1-x86_64-linux.S
[609/1320] Compiling sha1-armv8-apple.S
[610/1320] Compiling sha1-586-linux.S
[611/1320] Compiling sha1-armv4-large-linux.S
[612/1320] Compiling rsaz-avx2-apple.S
[613/1320] Compiling sha1-586-apple.S
[614/1320] Compiling rsaz-avx2-linux.S
[615/1320] Compiling rdrand-x86_64-linux.S
[616/1320] Compiling p256_beeu-x86_64-asm-linux.S
[617/1320] Compiling rdrand-x86_64-apple.S
[618/1320] Compiling p256_beeu-x86_64-asm-apple.S
[619/1320] Compiling p256_beeu-armv8-asm-linux.S
[620/1320] Compiling p256_beeu-armv8-asm-win.S
[621/1320] Compiling p256_beeu-armv8-asm-apple.S
[622/1320] Compiling p256-x86_64-asm-apple.S
[623/1320] Compiling p256-x86_64-asm-linux.S
[624/1320] Compiling p256-armv8-asm-win.S
[625/1320] Compiling p256-armv8-asm-linux.S
[626/1320] Compiling ghashv8-armv8-win.S
[627/1320] Compiling p256-armv8-asm-apple.S
[628/1320] Compiling ghash-x86_64-linux.S
[629/1320] Compiling ghashv8-armv8-linux.S
[630/1320] Compiling ghashv8-armv8-apple.S
[631/1320] Compiling ghashv8-armv7-linux.S
[632/1320] Compiling ghash-x86_64-apple.S
[633/1320] Compiling ghash-x86-linux.S
[634/1320] Compiling ghash-x86-apple.S
[635/1320] Compiling ghash-ssse3-x86_64-linux.S
[636/1320] Compiling ghash-neon-armv8-win.S
[637/1320] Compiling ghash-ssse3-x86_64-apple.S
[637/1320] Compiling ghash-neon-armv8-linux.S
[639/1320] Compiling ghash-ssse3-x86-linux.S
[639/1320] Compiling ghash-neon-armv8-apple.S
[641/1320] Compiling ghash-ssse3-x86-apple.S
[642/1320] Compiling co-586-linux.S
[643/1320] Compiling co-586-apple.S
[644/1320] Compiling bn-armv8-linux.S
[645/1320] Compiling ghash-armv4-linux.S
[646/1320] Compiling bn-armv8-win.S
[647/1320] Compiling bsaes-armv7-linux.S
[648/1320] Compiling bn-armv8-apple.S
[649/1320] Compiling bn-586-apple.S
[650/1320] Compiling armv8-mont-linux.S
[651/1320] Compiling bn-586-linux.S
[652/1320] Compiling armv8-mont-win.S
[653/1320] Compiling armv4-mont-linux.S
[653/1320] Compiling armv8-mont-apple.S
[655/1320] Compiling aesv8-gcm-armv8-linux.S
[656/1320] Compiling aesv8-gcm-armv8-win.S
[657/1320] Compiling d1_both.cc
[658/1320] Compiling aesv8-gcm-armv8-apple.S
[659/1320] Compiling aesv8-armv8-win.S
[660/1320] Compiling aesv8-armv8-linux.S
[661/1320] Compiling aesv8-armv8-apple.S
[662/1320] Compiling aesv8-armv7-linux.S
[663/1320] Compiling aesni-x86_64-apple.S
[664/1320] Compiling aesni-x86-linux.S
[665/1320] Compiling aesni-x86-apple.S
[666/1320] Compiling aesni-gcm-x86_64-linux.S
[667/1320] Compiling aesni-x86_64-linux.S
[668/1320] Compiling aes-gcm-avx2-x86_64-linux.S
[669/1320] Compiling aes-gcm-avx10-x86_64-linux.S
[670/1320] Compiling aesni-gcm-x86_64-apple.S
[671/1320] Compiling aes-gcm-avx10-x86_64-apple.S
[672/1320] Compiling aes-gcm-avx2-x86_64-apple.S
[673/1320] Compiling x_req.cc
[674/1320] Compiling x_x509.cc
[675/1320] Compiling x_x509a.cc
[676/1320] Compiling x_val.cc
[677/1320] Compiling x_pubkey.cc
[678/1320] Compiling x_sig.cc
[679/1320] Compiling x_spki.cc
[680/1320] Compiling x_name.cc
[681/1320] Compiling x_exten.cc
[682/1320] Compiling x_crl.cc
[683/1320] Compiling x509rset.cc
[684/1320] Compiling x509spki.cc
[685/1320] Compiling x_algor.cc
[686/1320] Compiling x_attrib.cc
[687/1320] Compiling x_all.cc
[688/1320] Compiling x509name.cc
[689/1320] Compiling x509cset.cc
[690/1320] Compiling x509_vpm.cc
[691/1320] Compiling x509_vfy.cc
[692/1320] Compiling x509_txt.cc
[693/1320] Compiling x509_v3.cc
[694/1320] Compiling x509_set.cc
[695/1320] Compiling x509_trs.cc
[696/1320] Compiling x509_req.cc
[697/1320] Compiling x509_obj.cc
[698/1320] Compiling v3_utl.cc
[699/1320] Compiling x509_lu.cc
[700/1320] Compiling x509_def.cc
[701/1320] Compiling x509_cmp.cc
[702/1320] Compiling x509_ext.cc
[703/1320] Compiling x509.cc
[704/1320] Compiling x509_d2.cc
[705/1320] Compiling x509_att.cc
[706/1320] Compiling v3_prn.cc
[707/1320] Compiling v3_skey.cc
[708/1320] Compiling v3_purp.cc
[709/1320] Compiling v3_ocsp.cc
[710/1320] Compiling v3_pcons.cc
[711/1320] Compiling v3_pmaps.cc
[712/1320] Compiling v3_ncons.cc
[713/1320] Compiling v3_lib.cc
[714/1320] Compiling v3_int.cc
[715/1320] Compiling v3_info.cc
[716/1320] Compiling v3_ia5.cc
[717/1320] Compiling v3_genn.cc
[718/1320] Compiling v3_enum.cc
[719/1320] Compiling v3_extku.cc
[720/1320] Compiling v3_crld.cc
[721/1320] Compiling v3_cpols.cc
[722/1320] Compiling v3_bitst.cc
[723/1320] Compiling v3_conf.cc
[724/1320] Compiling v3_bcons.cc
[725/1320] Compiling v3_alt.cc
[726/1320] Compiling v3_akeya.cc
[727/1320] Compiling t_x509a.cc
[728/1320] Compiling v3_akey.cc
[729/1320] Compiling t_x509.cc
[730/1320] Compiling i2d_pr.cc
[731/1320] Compiling t_req.cc
[732/1320] Compiling t_crl.cc
[733/1320] Compiling rsa_pss.cc
[734/1320] Compiling policy.cc
[735/1320] Compiling name_print.cc
[736/1320] Compiling by_file.cc
[737/1320] Compiling by_dir.cc
[738/1320] Compiling voprf.cc
[739/1320] Compiling algorithm.cc
[740/1320] Compiling asn1_gen.cc
[741/1320] Compiling a_verify.cc
[742/1320] Compiling a_sign.cc
[743/1320] Compiling a_digest.cc
[744/1320] Compiling thread_win.cc
[745/1320] Compiling trust_token.cc
[746/1320] Compiling thread.cc
[747/1320] Compiling thread_none.cc
[748/1320] Compiling thread_pthread.cc
[749/1320] Compiling slhdsa.cc
[750/1320] Compiling pmbtoken.cc
[751/1320] Compiling rsa_print.cc
[752/1320] Compiling stack.cc
[753/1320] Compiling sha512.cc
[754/1320] Compiling siphash.cc
[755/1320] Compiling sha256.cc
[756/1320] Compiling sha1.cc
[757/1320] Compiling rsa_extra.cc
[758/1320] Compiling spake2plus.cc
[759/1320] Compiling rc4.cc
[760/1320] Compiling refcount.cc
[761/1320] Compiling rsa_crypt.cc
[762/1320] Compiling trusty.cc
[763/1320] Compiling windows.cc
[764/1320] Compiling urandom.cc
[765/1320] Compiling rsa_asn1.cc
[766/1320] Compiling ios.cc
[767/1320] Compiling rand.cc
[768/1320] Compiling passive.cc
[769/1320] Compiling poly1305_arm_asm.S
[770/1320] Compiling getentropy.cc
[771/1320] Compiling deterministic.cc
[772/1320] Compiling forkunsafe.cc
[773/1320] Compiling fork_detect.cc
[774/1320] Compiling poly1305_arm.cc
[775/1320] Compiling poly1305.cc
[776/1320] Compiling poly1305_vec.cc
[777/1320] Compiling pool.cc
[778/1320] Compiling pkcs7.cc
[779/1320] Compiling pkcs8.cc
[780/1320] Compiling p5_pbev2.cc
[781/1320] Compiling pkcs8_x509.cc
[782/1320] Compiling pkcs7_x509.cc
[783/1320] Compiling pem_xaux.cc
[784/1320] Compiling pem_x509.cc
[785/1320] Compiling pem_pkey.cc
[786/1320] Compiling mlkem.cc
[787/1320] Compiling obj_xref.cc
[788/1320] Compiling pem_pk8.cc
[789/1320] Compiling pem_oth.cc
[790/1320] Compiling pem_all.cc
[791/1320] Compiling pem_lib.cc
[792/1320] Compiling pem_info.cc
[793/1320] Compiling mldsa.cc
[794/1320] Compiling obj.cc
[795/1320] Compiling poly_rq_mul.S
[796/1320] Compiling fips_shared_support.cc
[797/1320] Compiling mem.cc
[798/1320] Compiling md5.cc
[799/1320] Compiling md4.cc
[800/1320] Compiling lhash.cc
[801/1320] Compiling hrss.cc
[802/1320] Compiling ex_data.cc
[803/1320] Compiling kyber.cc
[804/1320] Compiling sign.cc
[805/1320] Compiling scrypt.cc
[806/1320] Compiling hpke.cc
[807/1320] Compiling print.cc
[808/1320] Compiling pbkdf.cc
[809/1320] Compiling p_x25519.cc
[810/1320] Compiling p_x25519_asn1.cc
[811/1320] Compiling p_ed25519.cc
[812/1320] Compiling p_rsa_asn1.cc
[813/1320] Compiling p_hkdf.cc
[814/1320] Compiling p_rsa.cc
[815/1320] Compiling p_ed25519_asn1.cc
[816/1320] Compiling p_ec.cc
[817/1320] Compiling p_ec_asn1.cc
[818/1320] Compiling p_dh_asn1.cc
[819/1320] Compiling p_dh.cc
[820/1320] Compiling evp_ctx.cc
[821/1320] Compiling p_dsa_asn1.cc
[822/1320] Compiling err.cc
[823/1320] Compiling evp.cc
[824/1320] Compiling engine.cc
[825/1320] Compiling evp_asn1.cc
[826/1320] Compiling ecdh.cc
[827/1320] Compiling ec_derive.cc
[828/1320] Compiling hash_to_curve.cc
[829/1320] Compiling ecdsa_asn1.cc
[830/1320] Compiling dsa.cc
[831/1320] Compiling ec_asn1.cc
[832/1320] Compiling dsa_asn1.cc
[833/1320] Compiling params.cc
[834/1320] Compiling x25519-asm-arm.S
[835/1320] Compiling des.cc
[836/1320] Compiling digest_extra.cc
[837/1320] Compiling dh_asn1.cc
[838/1320] Compiling spake25519.cc
[839/1320] Compiling crypto.cc
[840/1320] Compiling cpu_arm_linux.cc
[841/1320] Compiling cpu_intel.cc
[842/1320] Compiling curve25519.cc
[843/1320] Compiling cpu_arm_freebsd.cc
[844/1320] Compiling cpu_aarch64_win.cc
[845/1320] Compiling cpu_aarch64_sysreg.cc
[846/1320] Compiling bcm.cc
[847/1320] Compiling cpu_aarch64_openbsd.cc
[848/1320] Compiling cpu_aarch64_linux.cc
[849/1320] Compiling cpu_aarch64_fuchsia.cc
[850/1320] Compiling cpu_aarch64_apple.cc
[851/1320] Compiling tls_cbc.cc
[852/1320] Compiling curve25519_64_adx.cc
[853/1320] Compiling get_cipher.cc
[854/1320] Compiling conf.cc
[855/1320] Compiling e_tls.cc
[856/1320] Compiling e_rc4.cc
[857/1320] Compiling e_rc2.cc
[858/1320] Compiling e_null.cc
[859/1320] Compiling e_chacha20poly1305.cc
[860/1320] Compiling e_des.cc
[861/1320] Compiling e_aesgcmsiv.cc
[862/1320] Compiling derive_key.cc
[863/1320] Compiling e_aesctrhmac.cc
[864/1320] Compiling chacha.cc
[865/1320] Compiling unicode.cc
[866/1320] Compiling buf.cc
[867/1320] Compiling cbs.cc
[868/1320] Compiling ber.cc
[869/1320] Compiling asn1_compat.cc
[870/1320] Compiling bn_asn1.cc
[871/1320] Compiling cbb.cc
[872/1320] Compiling blake2.cc
[873/1320] Compiling convert.cc
[874/1320] Compiling socket_helper.cc
[875/1320] Compiling socket.cc
[876/1320] Compiling printf.cc
[877/1320] Compiling hexdump.cc
[878/1320] Compiling errno.cc
[879/1320] Compiling pair.cc
[880/1320] Compiling file.cc
[881/1320] Compiling fd.cc
[882/1320] Compiling connect.cc
[883/1320] Compiling bio_mem.cc
[884/1320] Compiling bio.cc
[885/1320] Compiling base64.cc
[886/1320] Compiling tasn_typ.cc
[887/1320] Compiling tasn_fre.cc
[888/1320] Compiling tasn_enc.cc
[889/1320] Compiling posix_time.cc
[890/1320] Compiling tasn_new.cc
[891/1320] Compiling tasn_utl.cc
[892/1320] Compiling f_string.cc
[893/1320] Compiling asn_pack.cc
[894/1320] Compiling f_int.cc
[895/1320] Compiling tasn_dec.cc
[896/1320] Compiling asn1_par.cc
[897/1320] Compiling a_octet.cc
[898/1320] Compiling a_utctm.cc
[899/1320] Compiling a_time.cc
[900/1320] Compiling asn1_lib.cc
[901/1320] Compiling a_type.cc
[902/1320] Compiling a_strnid.cc
[903/1320] Compiling a_strex.cc
[904/1320] Compiling a_i2d_fp.cc
[905/1320] Compiling a_object.cc
[906/1320] Compiling a_dup.cc
[907/1320] Compiling a_d2i_fp.cc
[908/1320] Compiling a_mbstr.cc
[909/1320] Compiling fiat_p256_adx_sqr.S
[910/1320] Compiling a_gentm.cc
[911/1320] Compiling fiat_p256_adx_mul.S
[912/1320] Compiling a_int.cc
[913/1320] Compiling fiat_curve25519_adx_square.S
[914/1320] Compiling fiat_curve25519_adx_mul.S
[915/1320] Compiling md5-x86_64-apple.S
[916/1320] Compiling md5-x86_64-linux.S
[917/1320] Compiling md5-586-apple.S
[918/1320] Compiling md5-586-linux.S
[919/1320] Compiling a_bitstr.cc
[920/1320] Compiling a_bool.cc
[921/1320] Compiling chacha20_poly1305_x86_64-apple.S
[922/1320] Compiling chacha20_poly1305_armv8-win.S
[923/1320] Compiling chacha20_poly1305_armv8-linux.S
[924/1320] Compiling chacha20_poly1305_x86_64-linux.S
[925/1320] Compiling chacha20_poly1305_armv8-apple.S
[926/1320] Compiling CCryptoBoringSSLShims shims.c
[927/1320] Compiling chacha-x86-linux.S
[928/1320] Compiling chacha-x86_64-apple.S
[929/1320] Compiling chacha-x86_64-linux.S
[930/1320] Compiling chacha-armv8-win.S
[931/1320] Compiling chacha-x86-apple.S
[932/1320] Compiling chacha-armv8-apple.S
[933/1320] Compiling chacha-armv4-linux.S
[934/1320] Compiling aes128gcmsiv-x86_64-linux.S
[935/1320] Compiling chacha-armv8-linux.S
[936/1320] Compiling aes128gcmsiv-x86_64-apple.S
[937/1320] Compiling x86_64-mont5-apple.S
[938/1320] Compiling x86_64-mont-apple.S
[939/1320] Compiling x86_64-mont-linux.S
[940/1320] Compiling x86_64-mont5-linux.S
[941/1320] Compiling x86-mont-linux.S
[942/1320] Compiling x86-mont-apple.S
[943/1320] Compiling vpaes-x86-linux.S
[944/1320] Compiling vpaes-x86_64-apple.S
[945/1320] Compiling vpaes-x86_64-linux.S
[946/1320] Compiling vpaes-x86-apple.S
[947/1320] Compiling vpaes-armv8-linux.S
[948/1320] Compiling vpaes-armv8-win.S
[949/1320] Compiling vpaes-armv7-linux.S
[950/1320] Compiling vpaes-armv8-apple.S
[951/1320] Compiling err_data.cc
[952/1320] Compiling sha512-armv8-win.S
[953/1320] Compiling sha512-x86_64-apple.S
[954/1320] Compiling sha512-x86_64-linux.S
[955/1320] Compiling sha512-armv8-linux.S
[956/1320] Compiling sha512-armv8-apple.S
[957/1320] Compiling sha512-armv4-linux.S
[958/1320] Compiling sha512-586-linux.S
[959/1320] Compiling sha512-586-apple.S
[960/1320] Compiling sha256-x86_64-linux.S
[961/1320] Compiling sha256-x86_64-apple.S
[962/1320] Compiling sha256-armv4-linux.S
[963/1320] Compiling sha256-armv8-win.S
[964/1320] Compiling sha256-armv8-apple.S
[965/1320] Compiling sha256-armv8-linux.S
[966/1320] Compiling sha256-586-linux.S
[967/1320] Compiling sha256-586-apple.S
[968/1320] Compiling sha1-armv8-linux.S
[969/1320] Compiling sha1-x86_64-apple.S
[969/1320] Compiling sha1-armv8-win.S
[971/1320] Compiling sha1-x86_64-linux.S
[972/1320] Compiling sha1-armv8-apple.S
[973/1320] Compiling sha1-armv4-large-linux.S
[974/1320] Compiling sha1-586-apple.S
[975/1320] Compiling sha1-586-linux.S
[976/1320] Compiling rdrand-x86_64-linux.S
[977/1320] Compiling rsaz-avx2-apple.S
[978/1320] Compiling p256_beeu-x86_64-asm-apple.S
[979/1320] Compiling rsaz-avx2-linux.S
[980/1320] Compiling rdrand-x86_64-apple.S
[981/1320] Compiling p256_beeu-x86_64-asm-linux.S
[982/1320] Compiling p256-armv8-asm-win.S
[983/1320] Compiling p256_beeu-armv8-asm-win.S
[984/1320] Compiling p256_beeu-armv8-asm-apple.S
[985/1320] Compiling p256-x86_64-asm-apple.S
[986/1320] Compiling p256_beeu-armv8-asm-linux.S
[987/1320] Compiling p256-x86_64-asm-linux.S
[988/1320] Compiling p256-armv8-asm-apple.S
[989/1320] Compiling p256-armv8-asm-linux.S
[990/1320] Compiling ghashv8-armv8-win.S
[991/1320] Compiling ghashv8-armv8-linux.S
[992/1320] Compiling ghashv8-armv7-linux.S
[993/1320] Compiling ghashv8-armv8-apple.S
[994/1320] Compiling ghash-x86_64-apple.S
[995/1320] Compiling ghash-x86-linux.S
[996/1320] Compiling ghash-ssse3-x86_64-apple.S
[997/1320] Compiling ghash-x86_64-linux.S
[998/1320] Compiling ghash-x86-apple.S
[999/1320] Compiling ghash-ssse3-x86_64-linux.S
[1000/1320] Compiling ghash-ssse3-x86-linux.S
[1001/1320] Compiling ghash-neon-armv8-win.S
[1002/1320] Compiling ghash-neon-armv8-linux.S
[1003/1320] Compiling ghash-armv4-linux.S
[1004/1320] Compiling ghash-ssse3-x86-apple.S
[1005/1320] Compiling ghash-neon-armv8-apple.S
[1006/1320] Compiling co-586-linux.S
[1007/1320] Compiling co-586-apple.S
[1008/1320] Compiling bsaes-armv7-linux.S
[1009/1320] Compiling bn-armv8-win.S
[1010/1320] Compiling bn-armv8-linux.S
[1011/1320] Compiling bn-armv8-apple.S
[1012/1320] Compiling bn-586-linux.S
[1013/1320] Compiling armv4-mont-linux.S
[1014/1320] Compiling armv8-mont-linux.S
[1015/1320] Compiling armv8-mont-win.S
[1016/1320] Compiling armv8-mont-apple.S
[1017/1320] Compiling aesv8-gcm-armv8-win.S
[1018/1320] Compiling bn-586-apple.S
[1019/1320] Compiling aesv8-gcm-armv8-linux.S
[1020/1320] Compiling aesv8-armv8-win.S
[1021/1320] Compiling aesv8-armv8-linux.S
[1022/1320] Compiling aesv8-armv7-linux.S
[1023/1320] Compiling aesv8-gcm-armv8-apple.S
[1024/1320] Compiling aesv8-armv8-apple.S
[1025/1320] Compiling aesni-x86_64-apple.S
[1026/1320] Compiling aesni-x86-linux.S
[1027/1320] Compiling aesni-x86_64-linux.S
[1028/1320] Compiling aesni-x86-apple.S
[1029/1320] Compiling aes-gcm-avx512-x86_64-linux.S
[1030/1320] Compiling aesni-gcm-x86_64-linux.S
[1031/1320] Compiling aesni-gcm-x86_64-apple.S
[1032/1320] Compiling aes-gcm-avx512-x86_64-apple.S
[1033/1320] Compiling aes-gcm-avx2-x86_64-linux.S
[1034/1320] Compiling aes-gcm-avx2-x86_64-apple.S
[1035/1320] Compiling xwing.cc
[1036/1320] Compiling x_val.cc
[1037/1320] Compiling x_sig.cc
[1038/1320] Compiling x_x509a.cc
[1039/1320] Compiling x_spki.cc
[1040/1320] Compiling x_x509.cc
[1041/1320] Compiling x_req.cc
[1042/1320] Compiling c-nioatomics.c
[1043/1320] Compiling x_pubkey.cc
[1044/1320] Compiling x_name.cc
[1045/1320] Compiling x_exten.cc
[1046/1320] Compiling x_crl.cc
[1047/1320] Compiling x_attrib.cc
[1048/1320] Compiling x_all.cc
[1049/1320] Compiling x509rset.cc
[1050/1320] Compiling x509spki.cc
[1051/1320] Compiling x_algor.cc
[1052/1320] Compiling c-atomics.c
[1053/1320] Compiling x509name.cc
[1054/1320] Compiling x509cset.cc
[1055/1326] Compiling x509_vpm.cc
[1057/1326] Compiling NIOConcurrencyHelpers lock.swift
[1057/1326] Compiling x509_vfy.cc
[1059/1326] Emitting module NIOConcurrencyHelpers
[1060/1326] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1061/1326] Compiling NIOConcurrencyHelpers NIOLock.swift
[1062/1326] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1063/1326] Compiling NIOConcurrencyHelpers atomics.swift
[1063/1326] Compiling x509_txt.cc
[1064/1327] Compiling x509_v3.cc
[1066/1327] Compiling x509_trs.cc
[1067/1327] Compiling x509_set.cc
[1068/1327] Compiling x509_req.cc
[1069/1327] Wrapping AST for NIOConcurrencyHelpers for debugging
[1070/1327] Compiling x509_obj.cc
[1072/1353] Compiling ConsoleKitTerminal Console+Confirm.swift
[1073/1353] Compiling ConsoleKitTerminal Console+Input.swift
[1074/1353] Compiling ConsoleKitTerminal Console+Center.swift
[1075/1353] Compiling ConsoleKitTerminal Console+Output.swift
[1076/1353] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1077/1353] Compiling ConsoleKitTerminal ConsoleClear.swift
[1078/1353] Compiling ConsoleKitTerminal Console+Ask.swift
[1079/1353] Compiling ConsoleKitTerminal Console+Choose.swift
[1080/1356] Emitting module ConsoleKitTerminal
[1081/1356] Compiling ConsoleKitTerminal ActivityBar.swift
[1082/1356] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1083/1356] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1084/1356] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1085/1356] Compiling ConsoleKitTerminal CustomActivity.swift
[1086/1356] Compiling ConsoleKitTerminal LoadingBar.swift
[1087/1356] Compiling ConsoleKitTerminal ProgressBar.swift
[1088/1356] Compiling ConsoleKitTerminal Console+Clear.swift
[1088/1356] Compiling x509_lu.cc
[1090/1356] Compiling ConsoleKitTerminal ConsoleText.swift
[1091/1356] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1092/1356] Compiling ConsoleKitTerminal ANSI.swift
[1092/1356] Compiling x509_def.cc
[1093/1356] Compiling x509_ext.cc
[1094/1356] Compiling x509_d2.cc
[1096/1356] Compiling ConsoleKitTerminal Console+Wait.swift
[1097/1356] Compiling ConsoleKitTerminal ConsoleColor.swift
[1098/1356] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1099/1356] Compiling ConsoleKitTerminal Console.swift
[1100/1356] Compiling ConsoleKitTerminal Terminal.swift
[1101/1356] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1101/1356] Compiling x509_cmp.cc
[1102/1356] Compiling x509.cc
[1103/1356] Compiling x509_att.cc
[1105/1356] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1106/1356] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1107/1356] Compiling ConsoleKitTerminal LoggerFragment.swift
[1108/1357] Compiling v3_utl.cc
[1109/1357] Compiling v3_skey.cc
[1110/1357] Compiling v3_purp.cc
[1111/1357] Compiling v3_prn.cc
[1112/1357] Wrapping AST for ConsoleKitTerminal for debugging
[1113/1379] Compiling v3_pmaps.cc
[1114/1379] Compiling v3_pcons.cc
[1115/1379] Compiling v3_ocsp.cc
[1117/1379] Compiling ConsoleKitCommands CommandSignature.swift
[1118/1379] Compiling ConsoleKitCommands Flag.swift
[1119/1379] Compiling ConsoleKitCommands Option.swift
[1120/1381] Emitting module ConsoleKitCommands
[1121/1381] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1122/1381] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1123/1381] Compiling ConsoleKitCommands Argument.swift
[1124/1381] Compiling ConsoleKitCommands CommandGroup.swift
[1125/1381] Compiling ConsoleKitCommands CommandInput.swift
[1126/1381] Compiling ConsoleKitCommands Commands.swift
[1127/1381] Compiling ConsoleKitCommands AsyncCommands.swift
[1128/1381] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1129/1381] Compiling ConsoleKitCommands AnyCommand.swift
[1130/1381] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1131/1381] Compiling ConsoleKitCommands AsyncCommand.swift
[1132/1381] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1133/1381] Compiling ConsoleKitCommands Command.swift
[1134/1381] Compiling ConsoleKitCommands CommandContext.swift
[1135/1381] Compiling ConsoleKitCommands CommandError.swift
[1135/1381] Compiling v3_ncons.cc
[1137/1381] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1138/1381] Compiling ConsoleKitCommands Utilities.swift
[1138/1381] Compiling v3_lib.cc
[1139/1381] Compiling v3_int.cc
[1140/1381] Compiling v3_ia5.cc
[1141/1381] Compiling v3_genn.cc
[1142/1381] Compiling v3_info.cc
[1143/1381] Compiling v3_extku.cc
[1145/1381] Compiling ConsoleKitCommands Console+Run.swift
[1146/1381] Compiling ConsoleKitCommands ConsoleError.swift
[1147/1381] Compiling ConsoleKitCommands Completion.swift
[1147/1381] Compiling v3_enum.cc
[1149/1382] Compiling v3_cpols.cc
[1150/1382] Compiling v3_crld.cc
[1151/1382] Compiling v3_bitst.cc
[1152/1382] Compiling v3_bcons.cc
[1153/1382] Compiling v3_conf.cc
[1154/1382] Wrapping AST for ConsoleKitCommands for debugging
[1155/1384] Compiling v3_alt.cc
[1157/1384] Compiling ConsoleKit Exports.swift
[1158/1384] Emitting module ConsoleKit
[1158/1385] Compiling v3_akeya.cc
[1160/1385] Compiling v3_akey.cc
[1161/1385] Compiling t_x509a.cc
[1162/1385] Compiling t_x509.cc
[1163/1385] Wrapping AST for ConsoleKit for debugging
[1164/1385] Compiling t_req.cc
[1165/1385] Compiling t_crl.cc
[1166/1385] Compiling i2d_pr.cc
[1167/1385] Compiling rsa_pss.cc
[1168/1385] Compiling policy.cc
[1169/1385] Compiling name_print.cc
[1170/1385] Compiling by_file.cc
[1171/1385] Compiling by_dir.cc
[1172/1385] Compiling algorithm.cc
[1173/1385] Compiling asn1_gen.cc
[1174/1385] Compiling a_verify.cc
[1175/1385] Compiling thread_win.cc
[1176/1385] Compiling a_sign.cc
[1177/1385] Compiling thread_pthread.cc
[1178/1385] Compiling a_digest.cc
[1179/1385] Compiling trust_token.cc
[1180/1385] Compiling voprf.cc
[1181/1385] Compiling thread_none.cc
[1182/1385] Compiling thread.cc
[1183/1385] Compiling pmbtoken.cc
[1184/1385] Compiling stack.cc
[1185/1385] Compiling sha512.cc
[1186/1385] Compiling siphash.cc
[1187/1385] Compiling sha256.cc
[1188/1385] Compiling slhdsa.cc
[1189/1385] Compiling sha1.cc
[1190/1385] Compiling rsa_extra.cc
[1191/1385] Compiling rsa_print.cc
[1192/1385] Compiling spake2plus.cc
[1193/1385] Compiling rc4.cc
[1194/1385] Compiling rsa_crypt.cc
[1195/1385] Compiling refcount.cc
[1196/1385] Compiling windows.cc
[1197/1385] Compiling trusty.cc
[1198/1385] Compiling rand.cc
[1199/1385] Compiling urandom.cc
[1200/1385] Compiling rsa_asn1.cc
[1201/1385] Compiling ios.cc
[1202/1385] Compiling passive.cc
[1203/1385] Compiling getentropy.cc
[1204/1385] Compiling poly1305_arm_asm.S
[1205/1385] Compiling forkunsafe.cc
[1206/1385] Compiling fork_detect.cc
[1207/1385] Compiling deterministic.cc
[1208/1385] Compiling poly1305_vec.cc
[1209/1385] Compiling pool.cc
[1210/1385] Compiling pkcs7.cc
[1211/1385] Compiling p5_pbev2.cc
[1212/1385] Compiling pkcs8.cc
[1213/1385] Compiling pkcs7_x509.cc
[1214/1385] Compiling pem_x509.cc
[1215/1385] Compiling pem_xaux.cc
[1216/1385] Compiling pem_pkey.cc
[1217/1385] Compiling pem_pk8.cc
[1218/1385] Compiling pem_oth.cc
[1219/1385] Compiling obj_xref.cc
[1220/1385] Compiling mlkem.cc
[1221/1385] Compiling pem_info.cc
[1222/1385] Compiling mldsa.cc
[1223/1385] Compiling obj.cc
[1224/1385] Compiling mem.cc
[1225/1385] Compiling pem_lib.cc
[1226/1385] Compiling pem_all.cc
[1227/1385] Compiling lhash.cc
[1228/1385] Compiling fips_shared_support.cc
[1229/1385] Compiling poly_rq_mul.S
[1230/1385] Compiling md5.cc
[1231/1385] Compiling md4.cc
[1232/1385] Compiling fuzzer_mode.cc
[1233/1385] Compiling kyber.cc
[1234/1385] Compiling hrss.cc
[1235/1385] Compiling ex_data.cc
[1236/1385] Compiling sign.cc
[1237/1385] Compiling scrypt.cc
[1238/1385] Compiling hpke.cc
[1239/1385] Compiling pbkdf.cc
[1240/1385] Compiling print.cc
[1241/1385] Compiling p_x25519.cc
[1242/1385] Compiling p_x25519_asn1.cc
[1243/1385] Compiling p_rsa.cc
[1244/1385] Compiling p_rsa_asn1.cc
[1245/1385] Compiling p_hkdf.cc
[1246/1385] Compiling p_ed25519.cc
[1247/1385] Compiling p_ec.cc
[1248/1385] Compiling p_ed25519_asn1.cc
[1249/1385] Compiling p_ec_asn1.cc
[1250/1385] Compiling p_dh_asn1.cc
[1251/1385] Compiling p_dh.cc
[1252/1385] Compiling evp.cc
[1253/1385] Compiling p_dsa_asn1.cc
[1254/1385] Compiling err.cc
[1255/1385] Compiling evp_ctx.cc
[1256/1385] Compiling engine.cc
[1257/1385] Compiling evp_asn1.cc
[1258/1385] Compiling ecdsa_p1363.cc
[1259/1385] Compiling ecdh.cc
[1260/1385] Compiling ec_derive.cc
[1261/1385] Compiling hash_to_curve.cc
[1262/1385] Compiling ecdsa_asn1.cc
[1263/1385] Compiling dsa.cc
[1264/1385] Compiling ec_asn1.cc
[1265/1385] Compiling dsa_asn1.cc
[1266/1385] Compiling des.cc
[1267/1385] Compiling params.cc
[1268/1385] Compiling digest_extra.cc
[1269/1385] Compiling x25519-asm-arm.S
[1270/1385] Compiling dh_asn1.cc
[1271/1385] Compiling spake25519.cc
[1272/1385] Compiling cpu_arm_linux.cc
[1273/1385] Compiling crypto.cc
[1274/1385] Compiling cpu_intel.cc
[1275/1385] Compiling curve25519.cc
[1276/1385] Compiling cpu_arm_freebsd.cc
[1277/1385] Compiling cpu_aarch64_openbsd.cc
[1278/1385] Compiling cpu_aarch64_sysreg.cc
[1279/1385] Compiling cpu_aarch64_win.cc
[1280/1385] Compiling curve25519_64_adx.cc
[1281/1385] Compiling cpu_aarch64_linux.cc
[1282/1385] Compiling cpu_aarch64_fuchsia.cc
[1283/1385] Compiling cpu_aarch64_apple.cc
[1284/1385] Compiling bcm.cc
[1285/1385] Compiling conf.cc
[1286/1385] Compiling tls_cbc.cc
[1287/1385] Compiling get_cipher.cc
[1288/1385] Compiling e_tls.cc
[1289/1385] Compiling e_rc4.cc
[1290/1385] Compiling e_rc2.cc
[1291/1385] Compiling e_null.cc
[1292/1385] Compiling e_des.cc
[1293/1385] Compiling e_aesgcmsiv.cc
[1294/1385] Compiling e_chacha20poly1305.cc
[1295/1385] Compiling derive_key.cc
[1296/1385] Compiling e_aesctrhmac.cc
[1297/1385] Compiling cms.cc
[1298/1385] Compiling e_aeseax.cc
[1299/1385] Compiling chacha.cc
[1300/1385] Compiling sqrt.cc
[1301/1385] Compiling buf.cc
[1302/1385] Compiling cbb.cc
[1303/1385] Compiling unicode.cc
[1304/1385] Compiling ber.cc
[1305/1385] Compiling asn1_compat.cc
[1306/1385] Compiling cbs.cc
[1307/1385] Compiling exponentiation.cc
[1308/1385] Compiling div.cc
[1309/1385] Compiling blake2.cc
[1310/1385] Compiling printf.cc
[1311/1385] Compiling bn_asn1.cc
[1312/1385] Compiling hexdump.cc
[1313/1385] Compiling pair.cc
[1314/1385] Compiling file.cc
[1315/1385] Compiling convert.cc
[1316/1385] Compiling fd.cc
[1317/1385] Compiling errno.cc
[1318/1385] Compiling bio_mem.cc
[1319/1385] Compiling base64.cc
[1320/1385] Compiling bio.cc
[1321/1385] Compiling tasn_fre.cc
[1322/1385] Compiling tasn_typ.cc
[1323/1385] Compiling tasn_enc.cc
[1324/1385] Compiling tasn_utl.cc
[1325/1385] Compiling tasn_new.cc
[1326/1385] Compiling f_string.cc
[1327/1385] Compiling asn_pack.cc
[1328/1385] Compiling posix_time.cc
[1329/1385] Compiling f_int.cc
[1330/1385] Compiling asn1_par.cc
[1331/1385] Compiling tasn_dec.cc
[1332/1385] Compiling a_octet.cc
[1333/1385] Compiling a_time.cc
[1334/1385] Compiling a_mbstr.cc
[1335/1385] Compiling a_strex.cc
[1336/1385] Compiling a_strnid.cc
[1337/1385] Compiling a_object.cc
[1337/1385] Write sources
[1344/1385] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1345/1385] Compiling a_dup.cc
[1346/1421] Compiling a_gentm.cc
[1347/1438] Compiling a_d2i_fp.cc
[1348/1456] Compiling a_int.cc
[1349/1481] Compiling aes.cc
[1351/1481] Compiling Algorithms Partition.swift
[1352/1481] Compiling Algorithms Permutations.swift
[1353/1481] Compiling Algorithms Keyed.swift
[1354/1481] Compiling Algorithms MinMax.swift
[1354/1483] Compiling a_bool.cc
[1356/1483] Compiling Algorithms Chain.swift
[1357/1483] Compiling Algorithms Chunked.swift
[1358/1483] Compiling Algorithms Combinations.swift
[1359/1483] Compiling Algorithms Joined.swift
[1360/1491] Compiling BitCollections BitSet+Initializers.swift
[1361/1491] Compiling BitCollections BitSet+Invariants.swift
[1362/1491] Compiling BitCollections BitSet+Random.swift
[1363/1491] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1364/1491] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1365/1491] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1366/1491] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1367/1498] Compiling Atomics IntegerOperations.swift
[1368/1498] Compiling Atomics Unmanaged extensions.swift
[1369/1498] Emitting module BitCollections
[1370/1498] Compiling Algorithms Indexed.swift
[1371/1498] Compiling Algorithms Intersperse.swift
[1372/1498] Compiling Algorithms AdjacentPairs.swift
[1373/1498] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1374/1498] Compiling BitCollections BitSet+CustomReflectable.swift
[1375/1498] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1376/1498] Compiling BitCollections BitSet+Equatable.swift
[1377/1498] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1378/1498] Compiling BitCollections BitSet+Extras.swift
[1379/1498] Compiling BitCollections BitSet+Hashable.swift
[1380/1498] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1381/1498] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1382/1498] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1383/1498] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1384/1498] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1385/1498] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1386/1498] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1387/1498] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1388/1498] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1389/1498] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1390/1498] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1391/1498] Compiling BitCollections BitSet+SetAlgebra union.swift
[1392/1498] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1393/1498] Compiling BitCollections BitSet.Counted.swift
[1394/1498] Compiling Algorithms Split.swift
[1395/1498] Compiling Algorithms Stride.swift
[1396/1498] Compiling Algorithms Suffix.swift
[1398/1498] Compiling Algorithms Reductions.swift
[1399/1498] Compiling Algorithms Rotate.swift
[1400/1501] Compiling Algorithms Compacted.swift
[1401/1501] Compiling Algorithms Cycle.swift
[1402/1501] Compiling Algorithms EitherSequence.swift
[1403/1501] Compiling Algorithms FirstNonNil.swift
[1404/1501] Compiling Algorithms FlattenCollection.swift
[1405/1501] Compiling Algorithms Grouped.swift
[1424/1501] Compiling BitCollections BitSet.Index.swift
[1425/1501] Compiling BitCollections BitSet._UnsafeHandle.swift
[1426/1501] Compiling BitCollections BitSet.swift
[1427/1501] Compiling BitCollections Range+Utilities.swift
[1428/1501] Compiling BitCollections Slice+Utilities.swift
[1429/1501] Compiling BitCollections UInt+Tricks.swift
[1430/1501] Compiling BitCollections _Word.swift
[1437/1502] Compiling CryptoBoringWrapper RandomBytes.swift
[1443/1502] Emitting module CryptoBoringWrapper
[1444/1502] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1445/1502] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1446/1502] Compiling CryptoBoringWrapper EllipticCurve.swift
[1446/1502] Wrapping AST for BitCollections for debugging
[1448/1504] Compiling Algorithms Trim.swift
[1449/1504] Compiling Algorithms Unique.swift
[1450/1504] Compiling Algorithms Windows.swift
[1451/1504] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1452/1504] Compiling Collections Collections.swift
[1453/1504] Emitting module Collections
[1454/1505] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1455/1505] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1457/1506] Wrapping AST for CryptoBoringWrapper for debugging
[1466/1506] Wrapping AST for Collections for debugging
[1468/1506] Emitting module Atomics
[1469/1577] Compiling Crypto HPKE-AEAD.swift
[1470/1577] Compiling Crypto HPKE-Ciphersuite.swift
[1471/1577] Compiling Crypto HPKE-KDF.swift
[1472/1577] Compiling Crypto HPKE-KexKeyDerivation.swift
[1473/1577] Compiling Crypto HPKE-LabeledExtract.swift
[1474/1577] Compiling Crypto HPKE-Utils.swift
[1475/1578] Wrapping AST for Atomics for debugging
[1477/1639] Emitting module Algorithms
[1478/1640] Wrapping AST for Algorithms for debugging
[1480/1640] Emitting module Crypto
[1481/1650] Compiling Crypto X25519Keys.swift
[1482/1650] Compiling Crypto SymmetricKeys.swift
[1483/1650] Compiling Crypto HMAC.swift
[1484/1650] Compiling Crypto MACFunctions.swift
[1485/1650] Compiling Crypto MessageAuthenticationCode.swift
[1486/1650] Compiling Crypto AES.swift
[1487/1650] Compiling Crypto ECDSASignature_boring.swift
[1488/1650] Compiling Crypto ECDSA_boring.swift
[1489/1650] Compiling Crypto EdDSA_boring.swift
[1490/1650] Compiling Crypto ECDSA.swift
[1491/1650] Compiling NIOCore NIOAny.swift
[1492/1650] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1493/1650] Compiling NIOCore NIOCoreSendableMetatype.swift
[1494/1650] Compiling NIOCore NIOLoopBound.swift
[1495/1650] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1496/1650] Compiling NIOCore NIOScheduledCallback.swift
[1497/1650] Compiling NIOCore NIOSendable.swift
[1498/1650] Compiling NIOCore RecvByteBufferAllocator.swift
[1499/1658] Compiling NIOCore BSDSocketAPI.swift
[1500/1658] Compiling NIOCore ByteBuffer-aux.swift
[1501/1658] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1502/1658] Compiling NIOCore ByteBuffer-conversions.swift
[1503/1658] Compiling NIOCore ByteBuffer-core.swift
[1504/1658] Compiling NIOCore ByteBuffer-hex.swift
[1505/1658] Compiling NIOCore ByteBuffer-int.swift
[1506/1658] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1507/1658] Compiling NIOCore ByteBuffer-multi-int.swift
[1508/1658] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1509/1658] Compiling NIOCore DeadChannel.swift
[1510/1658] Compiling NIOCore DispatchQueue+WithFuture.swift
[1511/1658] Compiling NIOCore EventLoop+Deprecated.swift
[1512/1658] Compiling NIOCore EventLoop+SerialExecutor.swift
[1513/1658] Compiling NIOCore EventLoop.swift
[1514/1658] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1515/1658] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1516/1658] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1517/1658] Compiling NIOCore EventLoopFuture.swift
[1518/1658] Compiling NIOCore FileDescriptor.swift
[1519/1658] Compiling NIOCore AddressedEnvelope.swift
[1520/1658] Compiling NIOCore AsyncAwaitSupport.swift
[1521/1658] Compiling NIOCore AsyncChannel.swift
[1522/1658] Compiling NIOCore AsyncChannelHandler.swift
[1523/1658] Compiling NIOCore AsyncChannelInboundStream.swift
[1524/1658] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1525/1658] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1526/1658] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1527/1658] Compiling NIOCore NIOAsyncWriter.swift
[1528/1658] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1529/1658] Compiling NIOCore MarkedCircularBuffer.swift
[1530/1658] Compiling NIOCore MulticastChannel.swift
[1539/1658] Compiling NIOCore ByteBuffer-views.swift
[1540/1658] Compiling NIOCore Channel.swift
[1541/1658] Compiling NIOCore ChannelHandler.swift
[1542/1658] Compiling NIOCore ChannelHandlers.swift
[1543/1658] Compiling NIOCore ChannelInvoker.swift
[1544/1658] Compiling NIOCore ChannelOption.swift
[1545/1658] Compiling NIOCore ChannelPipeline.swift
[1546/1658] Compiling NIOCore CircularBuffer.swift
[1547/1658] Compiling NIOCore Codec.swift
[1548/1658] Compiling NIOCore ConvenienceOptionSupport.swift
[1549/1658] Compiling NIOCore FileHandle.swift
[1550/1658] Compiling NIOCore FileRegion.swift
[1551/1658] Compiling NIOCore GlobalSingletons.swift
[1552/1658] Compiling NIOCore IO.swift
[1553/1658] Compiling NIOCore IOData.swift
[1554/1658] Compiling NIOCore IPProtocol.swift
[1555/1658] Compiling NIOCore IntegerBitPacking.swift
[1556/1658] Compiling NIOCore IntegerTypes.swift
[1557/1658] Compiling NIOCore Interfaces.swift
[1558/1658] Compiling NIOCore Linux.swift
[1575/1658] Compiling Crypto Ed25519.swift
[1576/1658] Compiling Crypto Signature.swift
[1577/1658] Compiling Crypto CryptoKitErrors_boring.swift
[1578/1658] Compiling Crypto RNG_boring.swift
[1579/1658] Compiling Crypto SafeCompare_boring.swift
[1580/1658] Compiling Crypto Zeroization_boring.swift
[1581/1658] Compiling Crypto PrettyBytes.swift
[1582/1658] Compiling Crypto SafeCompare.swift
[1583/1658] Compiling Crypto SecureBytes.swift
[1584/1658] Compiling Crypto Zeroization.swift
[1585/1659] Wrapping AST for Crypto for debugging
[1587/1659] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1588/1659] Compiling NIOCore SocketAddresses.swift
[1589/1659] Compiling NIOCore SocketOptionProvider.swift
[1590/1659] Compiling NIOCore SystemCallHelpers.swift
[1591/1659] Compiling NIOCore TimeAmount+Duration.swift
[1592/1659] Compiling NIOCore TypeAssistedChannelHandler.swift
[1593/1659] Compiling NIOCore UniversalBootstrapSupport.swift
[1594/1659] Compiling NIOCore Utilities.swift
[1631/1659] Emitting module NIOCore
[1632/1660] Wrapping AST for NIOCore for debugging
[1634/1712] Emitting module NIOEmbedded
[1635/1712] Compiling NIOEmbedded AsyncTestingChannel.swift
[1636/1712] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1637/1712] Compiling NIOEmbedded Embedded.swift
[1638/1713] Wrapping AST for NIOEmbedded for debugging
[1640/1713] Emitting module NIOPosix
[1641/1719] Compiling NIOPosix Socket.swift
[1642/1719] Compiling NIOPosix SocketChannel.swift
[1643/1719] Compiling NIOPosix SocketProtocols.swift
[1644/1719] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1645/1719] Compiling NIOPosix System.swift
[1646/1719] Compiling NIOPosix Thread.swift
[1647/1719] Compiling NIOPosix Pool.swift
[1648/1719] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1649/1719] Compiling NIOPosix PosixSingletons.swift
[1650/1719] Compiling NIOPosix RawSocketBootstrap.swift
[1651/1719] Compiling NIOPosix Resolver.swift
[1652/1719] Compiling NIOPosix Selectable.swift
[1653/1719] Compiling NIOPosix SelectableChannel.swift
[1654/1719] Compiling NIOPosix SelectableEventLoop.swift
[1655/1719] Compiling NIOPosix SelectorEpoll.swift
[1656/1719] Compiling NIOPosix SelectorGeneric.swift
[1657/1719] Compiling NIOPosix SelectorKqueue.swift
[1658/1719] Compiling NIOPosix SelectorUring.swift
[1659/1719] Compiling NIOPosix ServerSocket.swift
[1660/1719] Compiling NIOPosix ThreadPosix.swift
[1661/1719] Compiling NIOPosix ThreadWindows.swift
[1662/1719] Compiling NIOPosix UnsafeTransfer.swift
[1663/1719] Compiling NIOPosix Utilities.swift
[1664/1719] Compiling NIOPosix VsockAddress.swift
[1665/1719] Compiling NIOPosix VsockChannelEvents.swift
[1666/1719] Compiling NIOPosix BSDSocketAPICommon.swift
[1667/1719] Compiling NIOPosix BSDSocketAPIPosix.swift
[1668/1719] Compiling NIOPosix BSDSocketAPIWindows.swift
[1669/1719] Compiling NIOPosix BaseSocket.swift
[1670/1719] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1671/1719] Compiling NIOPosix BaseSocketChannel.swift
[1672/1719] Compiling NIOPosix BaseStreamSocketChannel.swift
[1673/1719] Compiling NIOPosix IO.swift
[1674/1719] Compiling NIOPosix IntegerBitPacking.swift
[1675/1719] Compiling NIOPosix IntegerTypes.swift
[1676/1719] Compiling NIOPosix Linux.swift
[1677/1719] Compiling NIOPosix LinuxCPUSet.swift
[1678/1719] Compiling NIOPosix LinuxUring.swift
[1679/1719] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1680/1719] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1681/1719] Compiling NIOPosix NIOThreadPool.swift
[1682/1719] Compiling NIOPosix NonBlockingFileIO.swift
[1683/1719] Compiling NIOPosix PendingDatagramWritesManager.swift
[1684/1719] Compiling NIOPosix PendingWritesManager.swift
[1685/1719] Compiling NIOPosix PipeChannel.swift
[1686/1719] Compiling NIOPosix PipePair.swift
[1687/1719] Compiling NIOPosix Bootstrap.swift
[1688/1719] Compiling NIOPosix ControlMessage.swift
[1689/1719] Compiling NIOPosix DatagramVectorReadManager.swift
[1690/1719] Compiling NIOPosix Errors+Any.swift
[1691/1719] Compiling NIOPosix FileDescriptor.swift
[1692/1719] Compiling NIOPosix GetaddrinfoResolver.swift
[1693/1719] Compiling NIOPosix HappyEyeballs.swift
[1694/1720] Wrapping AST for NIOPosix for debugging
[1696/1780] Compiling NIO Exports.swift
[1697/1780] Emitting module NIO
[1698/1781] Wrapping AST for NIO for debugging
[1700/1781] Compiling AsyncKit EventLoop+Flatten.swift
[1701/1781] Compiling AsyncKit EventLoop+Future.swift
[1702/1781] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1703/1822] Compiling NIOTLS TLSEvents.swift
[1704/1822] Compiling _NIOFileSystem ParallelDirCopy.swift
[1705/1822] Compiling _NIOFileSystem ParallelRemoval.swift
[1706/1822] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1707/1822] Compiling _NIOFileSystem CInterop.swift
[1708/1822] Compiling _NIOFileSystem Errno.swift
[1709/1827] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1710/1827] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1711/1827] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1712/1827] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1713/1827] Emitting module NIOTLS
[1714/1827] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1715/1827] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1716/1827] Compiling NIOSOCKS SOCKSResponse.swift
[1717/1827] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1718/1827] Compiling NIOSOCKS ClientStateMachine.swift
[1719/1828] Compiling NIOSOCKS AuthenticationMethod.swift
[1720/1828] Compiling NIOSOCKS ClientGreeting.swift
[1721/1828] Emitting module NIOSOCKS
[1722/1828] Compiling NIOSOCKS SOCKSClientHandler.swift
[1723/1828] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1728/1828] Compiling NIOSOCKS Messages.swift
[1729/1828] Compiling NIOSOCKS ServerStateMachine.swift
[1735/1828] Compiling NIOSOCKS SOCKSRequest.swift
[1736/1828] Compiling NIOTLS SNIHandler.swift
[1737/1828] Compiling NIOSOCKS Errors.swift
[1738/1828] Compiling NIOSOCKS Helpers.swift
[1741/1830] Compiling AsyncKit Optional+StrictMap.swift
[1742/1830] Compiling AsyncKit Exports.swift
[1745/1830] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1746/1830] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1747/1832] Emitting module NIOFoundationCompat
[1748/1832] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1748/1833] Wrapping AST for NIOTLS for debugging
[1750/1833] Emitting module _NIOFileSystem
[1754/1833] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1755/1833] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1755/1833] Wrapping AST for NIOSOCKS for debugging
[1757/1833] Compiling _NIOFileSystem Utilities.swift
[1758/1833] Compiling _NIOFileSystem NIOFilePath.swift
[1759/1833] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[1760/1833] Compiling _NIOFileSystem OpenOptions.swift
[1761/1833] Compiling _NIOFileSystem String+FileSystem.swift
[1763/1862] Compiling NIOSSL SSLCallbacks.swift
[1764/1862] Compiling NIOSSL SSLCertificate.swift
[1765/1862] Compiling NIOSSL AndroidCABundle.swift
[1766/1862] Compiling NIOSSL ByteBufferBIO.swift
[1767/1862] Compiling NIOSSL NIOSSLClientHandler.swift
[1768/1862] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1768/1862] Wrapping AST for NIOFoundationCompat for debugging
[1770/1884] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1771/1884] Compiling NIOTransportServices NIOTSSingletons.swift
[1772/1884] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1773/1884] Compiling NIOTransportServices StateManagedChannel.swift
[1774/1884] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1775/1884] Compiling NIOTransportServices NIOTSBootstraps.swift
[1776/1884] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1777/1884] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1778/1886] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1779/1886] Compiling NIOTransportServices NIOTSErrors.swift
[1780/1886] Compiling NIOTransportServices NIOTSEventLoop.swift
[1781/1886] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1782/1886] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1783/1886] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1784/1886] Emitting module NIOTransportServices
[1787/1886] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1792/1886] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1793/1886] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1794/1886] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1795/1886] Compiling NIOSSL SubjectAlternativeName.swift
[1798/1886] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1799/1886] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1800/1886] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1801/1886] Compiling NIOTransportServices AcceptHandler.swift
[1802/1886] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1803/1886] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1810/1887] Wrapping AST for NIOTransportServices for debugging
[1812/1887] Emitting module NIOHTTP1
[1816/1888] Emitting module AsyncKit
[1818/1888] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1819/1888] Compiling _NIOFileSystem Mocking.swift
[1820/1888] Compiling _NIOFileSystem Syscall.swift
[1821/1888] Compiling _NIOFileSystem Syscalls.swift
[1822/1888] Compiling _NIOFileSystem SystemFileHandle.swift
[1823/1953] Emitting module NIOSSL
[1824/1957] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1825/1957] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1826/1957] Compiling NIOExtras JSONRPCFraming.swift
[1827/1959] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1828/1960] Compiling NIOWebSocket WebSocketOpcode.swift
[1829/1960] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1830/1960] Compiling NIOHPACK IntegerCoding.swift
[1831/1960] Compiling NIOHPACK IndexedHeaderTable.swift
[1832/1961] Emitting module MultipartKit
[1835/1961] Emitting module NIOHTTPCompression
[1836/1961] Compiling NIOExtras RequestResponseHandlers+State.swift
[1837/1961] Compiling MultipartKit MultipartPartConvertible.swift
[1838/1961] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1839/1961] Compiling NIOExtras LengthFieldPrepender.swift
[1840/1961] Compiling NIOExtras LineBasedFrameDecoder.swift
[1841/1961] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1842/1961] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1843/1961] Compiling NIOExtras RequestResponseHandler.swift
[1845/1963] Compiling NIOHTTPCompression HTTPCompression.swift
[1846/1963] Compiling NIOHPACK HuffmanTables.swift
[1847/1963] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1848/1963] Compiling NIOExtras NIORequestIdentifiable.swift
[1849/1963] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1850/1963] Compiling NIOExtras NIOExtrasError.swift
[1851/1963] Compiling NIOExtras PCAPRingBuffer.swift
[1852/1963] Compiling NIOExtras QuiescingHelper.swift
[1853/1963] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1854/1963] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1855/1963] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1861/1963] Compiling NIOExtras DebugInboundEventsHandler.swift
[1862/1963] Compiling NIOHPACK HuffmanCoding.swift
[1870/1963] Compiling NIOSSL NIOSSLSecureBytes.swift
[1871/1963] Compiling NIOSSL RNG.swift
[1872/1963] Compiling NIOSSL SafeCompare.swift
[1876/1963] Compiling NIOHPACK StaticHeaderTable.swift
[1877/1963] Emitting module NIOWebSocket
[1880/1963] Compiling NIOHTTPCompression HTTPDecompression.swift
[1881/1963] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1882/1963] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1883/1963] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1884/1964] Compiling NIOExtras WritePCAPHandler.swift
[1885/1964] Compiling MultipartKit Utilities.swift
[1886/1964] Emitting module NIOHPACK
[1887/1964] Compiling NIOWebSocket WebSocketFrame.swift
[1889/1965] Emitting module NIOExtras
[1901/1966] Wrapping AST for NIOHTTP1 for debugging
[1908/1967] Wrapping AST for NIOHTTPCompression for debugging
[1909/1967] Wrapping AST for NIOWebSocket for debugging
[1925/1967] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1932/1968] Wrapping AST for MultipartKit for debugging
[1934/1968] Wrapping AST for _NIOFileSystem for debugging
[1935/1973] Wrapping AST for NIOHPACK for debugging
[1937/1973] Emitting module _NIOFileSystemFoundationCompat
[1938/1973] Emitting module NIOFileSystem
[1939/1973] Compiling NIOFileSystem Exports.swift
[1940/1973] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1941/1973] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1943/2035] Wrapping AST for NIOFileSystem for debugging
[1944/2035] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[1946/2035] Compiling NIOHTTP2 Error+Any.swift
[1947/2035] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1948/2035] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1949/2035] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1951/2060] Compiling LeafKit LeafRawTemplate.swift
[1952/2060] Compiling LeafKit LeafToken.swift
[1952/2061] Wrapping AST for NIOSSL for debugging
[1955/2061] Compiling LeafKit LeafLexer.swift
[1956/2061] Compiling LeafKit LeafParameterTypes.swift
[1957/2061] Compiling LeafKit LeafContext.swift
[1958/2061] Compiling LeafKit LeafSerializer.swift
[1959/2061] Compiling LeafKit ParameterResolver.swift
[1960/2061] Compiling LeafKit LeafParser.swift
[1961/2061] Compiling LeafKit LeafRenderer.swift
[1962/2061] Compiling LeafKit Dictionary+LeafData.swift
[1963/2069] Wrapping AST for NIOExtras for debugging
[1965/2077] Compiling LeafKit LeafSource.swift
[1966/2077] Compiling LeafKit LeafSources.swift
[1967/2077] Compiling LeafKit NIOLeafFiles.swift
[1968/2080] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1969/2080] Compiling WebSocketKit Exports.swift
[1970/2080] Compiling WebSocketKit WebSocketHandler.swift
[1976/2080] Compiling LeafKit LeafParameter.swift
[1980/2080] Compiling WebSocketKit WebSocket+Concurrency.swift
[1981/2080] Emitting module WebSocketKit
[1982/2080] Compiling LeafKit LeafError.swift
[1985/2080] Compiling WebSocketKit WebSocket+Connect.swift
[1986/2080] Emitting module NIOHTTP2
[1987/2080] Compiling WebSocketKit WebSocket.swift
[1988/2080] Compiling WebSocketKit WebSocketClient.swift
[1989/2081] Wrapping AST for WebSocketKit for debugging
[1991/2081] Compiling LeafKit LeafConfiguration.swift
[1992/2081] Compiling LeafKit LeafData.swift
[1993/2081] Compiling LeafKit LeafDataRepresentable.swift
[1994/2081] Compiling LeafKit LeafDataStorage.swift
[1995/2081] Emitting module LeafKit
[1996/2081] Compiling LeafKit Character+Identities.swift
[1997/2081] Compiling LeafKit LeafAST.swift
[1998/2081] Compiling LeafKit DefaultLeafCache.swift
[1999/2081] Compiling LeafKit LeafCache.swift
[2000/2081] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2001/2081] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[2002/2081] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2003/2081] Compiling NIOHTTP2 StreamChannelList.swift
[2004/2081] Compiling NIOHTTP2 StreamMap.swift
[2005/2081] Compiling NIOHTTP2 StreamStateMachine.swift
[2006/2081] Compiling NIOHTTP2 UnsafeTransfer.swift
[2007/2081] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2013/2081] Compiling LeafKit LeafSyntax.swift
[2014/2081] Compiling LeafKit LeafTag.swift
[2015/2081] Compiling LeafKit String+HTMLEscape.swift
[2016/2081] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2021/2082] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2022/2082] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2023/2082] Compiling NIOHTTP2 HTTP2StreamID.swift
[2024/2082] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2025/2082] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2026/2082] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2027/2082] Compiling NIOHTTP2 InboundEventBuffer.swift
[2028/2082] Compiling NIOHTTP2 InboundWindowManager.swift
[2028/2082] Wrapping AST for LeafKit for debugging
[2039/2082] Compiling NIOHTTP2 HTTP2Frame.swift
[2040/2082] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2041/2082] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2042/2082] Compiling NIOHTTP2 HTTP2PingData.swift
[2043/2082] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2044/2082] Compiling NIOHTTP2 HTTP2Settings.swift
[2045/2082] Compiling NIOHTTP2 HTTP2Stream.swift
[2046/2082] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2047/2082] Compiling NIOHTTP2 DOSHeuristics.swift
[2052/2082] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2053/2082] Compiling NIOHTTP2 GlitchesMonitor.swift
[2054/2082] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2055/2082] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2056/2082] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2057/2082] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2058/2082] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2059/2082] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2060/2082] Compiling NIOHTTP2 HTTP2Error.swift
[2061/2082] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2062/2082] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2075/2084] Wrapping AST for NIOHTTP2 for debugging
[2077/2144] Wrapping AST for AsyncKit for debugging
[2079/2144] Emitting module AsyncHTTPClient
[2080/2152] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2081/2152] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2082/2152] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2083/2152] Compiling AsyncHTTPClient HTTP1Connection.swift
[2084/2152] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2085/2152] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2086/2152] Compiling AsyncHTTPClient HTTP2Connection.swift
[2087/2152] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2088/2152] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2089/2152] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2090/2152] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2091/2152] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2092/2152] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2093/2152] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2094/2152] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2095/2152] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2096/2152] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2097/2152] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2098/2152] Compiling AsyncHTTPClient RequestOptions.swift
[2099/2152] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2100/2152] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2101/2152] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2102/2152] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2103/2152] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2104/2152] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2105/2152] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2106/2152] Compiling AsyncHTTPClient RequestBag.swift
[2107/2152] Compiling AsyncHTTPClient RequestValidation.swift
[2108/2152] Compiling AsyncHTTPClient SSLContextCache.swift
[2109/2152] Compiling AsyncHTTPClient Scheme.swift
[2110/2152] Compiling AsyncHTTPClient Singleton.swift
[2111/2152] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2112/2152] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2113/2152] Compiling AsyncHTTPClient Utils.swift
[2114/2152] Compiling AsyncHTTPClient ConnectionTarget.swift
[2115/2152] Compiling AsyncHTTPClient DeconstructedURL.swift
[2116/2152] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2117/2152] Compiling AsyncHTTPClient FoundationExtensions.swift
[2118/2152] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2119/2152] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2120/2152] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2121/2152] Compiling AsyncHTTPClient HTTPClient.swift
[2122/2152] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2123/2152] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2124/2152] Compiling AsyncHTTPClient Transaction.swift
[2125/2152] Compiling AsyncHTTPClient Base64.swift
[2126/2152] Compiling AsyncHTTPClient BasicAuth.swift
[2127/2152] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2128/2152] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2129/2152] Compiling AsyncHTTPClient ConnectionPool.swift
[2130/2152] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2131/2152] Compiling AsyncHTTPClient HTTPHandler.swift
[2132/2152] Compiling AsyncHTTPClient LRUCache.swift
[2133/2152] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2134/2152] Compiling AsyncHTTPClient NWErrorHandler.swift
[2135/2152] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2136/2152] Compiling AsyncHTTPClient TLSConfiguration.swift
[2137/2152] Compiling AsyncHTTPClient RedirectState.swift
[2138/2152] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2139/2152] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2140/2152] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2141/2152] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2142/2152] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2143/2152] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2144/2152] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2145/2152] Compiling AsyncHTTPClient RequestBodyLength.swift
[2146/2152] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2147/2153] Wrapping AST for AsyncHTTPClient for debugging
[2149/2322] Compiling Vapor Core.swift
[2150/2322] Compiling Vapor Running.swift
[2151/2322] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2152/2322] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2153/2322] Compiling Vapor DotEnvFile+load.swift
[2154/2322] Compiling Vapor Routes+caseInsenstive.swift
[2155/2322] Compiling Vapor Validatable+validate.swift
[2156/2322] Compiling Vapor Environment+Process.swift
[2157/2322] Compiling Vapor Environment+Secret.swift
[2158/2322] Compiling Vapor Environment.swift
[2159/2322] Compiling Vapor Abort.swift
[2160/2322] Compiling Vapor AbortError.swift
[2161/2322] Compiling Vapor DebuggableError.swift
[2162/2322] Compiling Vapor Demangler.swift
[2163/2322] Compiling Vapor ErrorSource.swift
[2164/2322] Compiling Vapor StackTrace.swift
[2165/2322] Compiling Vapor Exports.swift
[2166/2322] Compiling Vapor Application+HTTP.swift
[2167/2322] Compiling Vapor BasicResponder.swift
[2168/2322] Compiling Vapor BodyStream.swift
[2169/2322] Compiling Vapor Application+HTTP+Client.swift
[2170/2322] Compiling Vapor EventLoopHTTPClient.swift
[2171/2322] Compiling Vapor EndpointCache.swift
[2172/2322] Compiling Vapor HTTPMethod+String.swift
[2173/2322] Compiling Vapor HTTPServerResponseEncoder.swift
[2174/2322] Compiling Vapor HTTPServerUpgradeHandler.swift
[2175/2322] Compiling Vapor Logger+Report.swift
[2176/2322] Compiling Vapor LoggingSystem+Environment.swift
[2177/2322] Compiling Vapor Application+Middleware.swift
[2178/2322] Compiling Vapor CORSMiddleware.swift
[2179/2322] Compiling Vapor ErrorMiddleware.swift
[2180/2322] Compiling Vapor FileMiddleware.swift
[2181/2322] Compiling Vapor Middleware.swift
[2182/2322] Compiling Vapor MiddlewareConfiguration.swift
[2183/2322] Compiling Vapor ResponseCompressionMiddleware.swift
[2184/2322] Compiling Vapor RouteLoggingMiddleware.swift
[2185/2322] Compiling Vapor TracingMiddleware.swift
[2186/2322] Compiling Vapor File+Multipart.swift
[2187/2322] Compiling Vapor FormDataDecoder+Content.swift
[2188/2322] Compiling Vapor FormDataEncoder+Content.swift
[2189/2322] Compiling Vapor Application+Password.swift
[2190/2322] Compiling Vapor Application+Passwords.swift
[2191/2322] Compiling Vapor AsyncPasswordHasher.swift
[2192/2322] Compiling Vapor BcryptHasher.swift
[2193/2322] Compiling Vapor PasswordHasher.swift
[2194/2322] Compiling Vapor PlaintextHasher.swift
[2195/2322] Compiling Vapor Request+Password.swift
[2196/2322] Compiling Vapor Redirect.swift
[2197/2370] Compiling Vapor Validator.swift
[2198/2370] Compiling Vapor ValidatorResult.swift
[2199/2370] Compiling Vapor And.swift
[2200/2370] Compiling Vapor Case.swift
[2201/2370] Compiling Vapor CharacterSet.swift
[2202/2370] Compiling Vapor Count.swift
[2203/2370] Compiling Vapor Custom.swift
[2204/2370] Compiling Vapor Email.swift
[2205/2370] Compiling Vapor Empty.swift
[2206/2370] Compiling Vapor In.swift
[2207/2370] Compiling Vapor Nil.swift
[2208/2370] Compiling Vapor NilIgnoring.swift
[2209/2370] Compiling Vapor Not.swift
[2210/2370] Compiling Vapor Or.swift
[2211/2370] Compiling Vapor Pattern.swift
[2212/2370] Compiling Vapor Range.swift
[2213/2370] Compiling Vapor URL.swift
[2214/2370] Compiling Vapor Valid.swift
[2215/2370] Compiling Vapor Application+Views.swift
[2216/2370] Compiling Vapor PlaintextRenderer.swift
[2217/2370] Compiling Vapor Request+View.swift
[2218/2370] Compiling Vapor View.swift
[2219/2370] Compiling Vapor ViewRenderer.swift
[2220/2370] Compiling Vapor _Deprecations.swift
[2221/2370] Compiling Vapor Request+Body.swift
[2222/2370] Compiling Vapor Request+BodyStream.swift
[2223/2370] Compiling Vapor Request.swift
[2224/2370] Compiling Vapor Application+Responder.swift
[2225/2370] Compiling Vapor DefaultResponder.swift
[2226/2370] Compiling Vapor Response+Body.swift
[2227/2370] Compiling Vapor Response.swift
[2228/2370] Compiling Vapor ResponseCodable.swift
[2229/2370] Compiling Vapor Application+Routes.swift
[2230/2370] Compiling Vapor Parameters+Require.swift
[2231/2370] Compiling Vapor Request+WebSocket.swift
[2232/2370] Compiling Vapor Route.swift
[2233/2370] Compiling Vapor RouteCollection.swift
[2234/2370] Compiling Vapor Routes.swift
[2235/2370] Compiling Vapor RoutesBuilder+Group.swift
[2236/2370] Compiling Vapor RoutesBuilder+Method.swift
[2237/2370] Compiling Vapor RoutesBuilder+Middleware.swift
[2238/2370] Compiling Vapor RoutesBuilder+WebSocket.swift
[2239/2370] Compiling Vapor RoutesBuilder.swift
[2240/2370] Compiling Vapor OTP.swift
[2241/2370] Compiling Vapor Application+Servers.swift
[2242/2370] Compiling Vapor Server.swift
[2243/2370] Compiling Vapor App+Service.swift
[2244/2370] Compiling Vapor Req+Service.swift
[2245/2370] Compiling Vapor Service.swift
[2246/2370] Compiling Vapor Application+Sessions.swift
[2247/2370] Compiling Vapor MemorySessions.swift
[2248/2370] Compiling Vapor Request+Session.swift
[2249/2370] Compiling Vapor Session.swift
[2250/2370] Compiling Vapor SessionCache.swift
[2251/2370] Compiling Vapor SessionData.swift
[2252/2370] Compiling Vapor SessionDriver.swift
[2253/2370] Compiling Vapor SessionsConfiguration.swift
[2254/2370] Compiling Vapor SessionsMiddleware.swift
[2255/2370] Compiling Vapor URLEncodedFormData.swift
[2256/2370] Compiling Vapor URLEncodedFormDecoder.swift
[2257/2370] Compiling Vapor URLEncodedFormEncoder.swift
[2258/2370] Compiling Vapor URLEncodedFormError.swift
[2259/2370] Compiling Vapor URLEncodedFormParser.swift
[2260/2370] Compiling Vapor URLEncodedFormSerializer.swift
[2261/2370] Compiling Vapor URLQueryFragmentConvertible.swift
[2262/2370] Compiling Vapor AnyResponse.swift
[2263/2370] Compiling Vapor Array+Random.swift
[2264/2370] Compiling Vapor Base32.swift
[2265/2370] Compiling Vapor Base64.swift
[2266/2370] Compiling Vapor BaseN.swift
[2267/2370] Compiling Vapor BasicCodingKey.swift
[2268/2370] Compiling Vapor ByteCount.swift
[2269/2370] Compiling Vapor Bytes+Hex.swift
[2270/2370] Compiling Vapor Bytes+SecureCompare.swift
[2271/2370] Compiling Vapor Collection+Safe.swift
[2272/2370] Compiling Vapor DataProtocol+Copy.swift
[2273/2370] Compiling Vapor DecoderUnwrapper.swift
[2274/2370] Compiling Vapor DirectoryConfiguration.swift
[2275/2370] Compiling Vapor DotEnv.swift
[2276/2370] Compiling Vapor Extendable.swift
[2277/2370] Compiling Vapor File.swift
[2278/2370] Compiling Vapor FileIO.swift
[2279/2370] Compiling Vapor LifecycleHandler.swift
[2280/2370] Compiling Vapor OptionalType.swift
[2281/2370] Compiling Vapor RFC1123.swift
[2282/2370] Compiling Vapor SocketAddress+Hostname.swift
[2283/2370] Compiling Vapor Storage.swift
[2284/2370] Compiling Vapor String+IsIPAddress.swift
[2285/2370] Compiling Vapor Thread.swift
[2286/2370] Compiling Vapor URI.swift
[2287/2370] Compiling Vapor RangeResult.swift
[2288/2370] Compiling Vapor Validatable.swift
[2289/2370] Compiling Vapor Validation.swift
[2290/2370] Compiling Vapor ValidationKey.swift
[2291/2370] Compiling Vapor Validations.swift
[2292/2370] Compiling Vapor ValidationsError.swift
[2293/2370] Emitting module Vapor
[2294/2370] Compiling Vapor Application.swift
[2295/2370] Compiling Vapor AuthenticationCache.swift
[2296/2370] Compiling Vapor Authenticator.swift
[2297/2370] Compiling Vapor BasicAuthorization.swift
[2298/2370] Compiling Vapor BearerAuthorization.swift
[2299/2370] Compiling Vapor GuardMiddleware.swift
[2300/2370] Compiling Vapor RedirectMiddleware.swift
[2301/2370] Compiling Vapor SessionAuthenticatable.swift
[2302/2370] Compiling Vapor Bcrypt.swift
[2303/2370] Compiling Vapor Application+Cache.swift
[2304/2370] Compiling Vapor Cache.swift
[2305/2370] Compiling Vapor CacheExpirationTime.swift
[2306/2370] Compiling Vapor MemoryCache.swift
[2307/2370] Compiling Vapor Request+Cache.swift
[2308/2370] Compiling Vapor Application+Clients.swift
[2309/2370] Compiling Vapor Client.swift
[2310/2370] Compiling Vapor ClientRequest.swift
[2311/2370] Compiling Vapor ClientResponse.swift
[2312/2370] Compiling Vapor Request+Client.swift
[2313/2370] Compiling Vapor BootCommand.swift
[2314/2370] Compiling Vapor CommandContext+Application.swift
[2315/2370] Compiling Vapor RoutesCommand.swift
[2316/2370] Compiling Vapor ServeCommand.swift
[2317/2370] Compiling Vapor AnyResponse+Concurrency.swift
[2318/2370] Compiling Vapor AsyncBasicResponder.swift
[2319/2370] Compiling Vapor AsyncMiddleware.swift
[2320/2370] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2321/2370] Compiling Vapor AsyncSessionDriver.swift
[2322/2370] Compiling Vapor Authentication+Concurrency.swift
[2323/2370] Compiling Vapor Cache+Concurrency.swift
[2324/2370] Compiling Vapor Client+Concurrency.swift
[2325/2370] Compiling Vapor RequestBody+Concurrency.swift
[2326/2370] Compiling Vapor Responder+Concurrency.swift
[2327/2370] Compiling Vapor ResponseCodable+Concurrency.swift
[2328/2370] Compiling Vapor RoutesBuilder+Concurrency.swift
[2329/2370] Compiling Vapor ViewRenderer+Concurrency.swift
[2330/2370] Compiling Vapor WebSocket+Concurrency.swift
[2331/2370] Compiling Vapor ContainerGetPathExecutor.swift
[2332/2370] Compiling Vapor Content.swift
[2333/2370] Compiling Vapor ContentCoders.swift
[2334/2370] Compiling Vapor ContentConfiguration.swift
[2335/2370] Compiling Vapor ContentContainer.swift
[2336/2370] Compiling Vapor JSONCoder+Custom.swift
[2337/2370] Compiling Vapor JSONCoders+Content.swift
[2338/2370] Compiling Vapor PlaintextDecoder.swift
[2339/2370] Compiling Vapor PlaintextEncoder.swift
[2340/2370] Compiling Vapor URLQueryCoders.swift
[2341/2370] Compiling Vapor URLQueryContainer.swift
[2342/2370] Compiling Vapor HTTPStatus.swift
[2343/2370] Compiling Vapor HTTPCookies.swift
[2344/2370] Compiling Vapor HTTPHeaderCacheControl.swift
[2345/2370] Compiling Vapor HTTPHeaderExpires.swift
[2346/2370] Compiling Vapor HTTPHeaderLastModified.swift
[2347/2370] Compiling Vapor HTTPHeaders+Cache.swift
[2348/2370] Compiling Vapor HTTPHeaders+Connection.swift
[2349/2370] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2350/2370] Compiling Vapor HTTPHeaders+ContentRange.swift
[2351/2370] Compiling Vapor HTTPHeaders+Directive.swift
[2352/2370] Compiling Vapor HTTPHeaders+Forwarded.swift
[2353/2370] Compiling Vapor HTTPHeaders+Link.swift
[2354/2370] Compiling Vapor HTTPHeaders+Name.swift
[2355/2370] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2356/2370] Compiling Vapor HTTPHeaders.swift
[2357/2370] Compiling Vapor HTTPMediaType.swift
[2358/2370] Compiling Vapor HTTPMediaTypePreference.swift
[2359/2370] Compiling Vapor Responder.swift
[2360/2370] Compiling Vapor Application+HTTP+Server.swift
[2361/2370] Compiling Vapor HTTPServer.swift
[2362/2370] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2363/2370] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2364/2370] Compiling Vapor HTTPServerHandler.swift
[2365/2370] Compiling Vapor HTTPServerRequestDecoder.swift
[2366/2371] Wrapping AST for Vapor for debugging
[2368/2378] Compiling Leaf LeafError+AbortError.swift
[2369/2378] Compiling Leaf LeafRenderer+ViewRenderer.swift
[2370/2378] Compiling Leaf Request+Leaf.swift
[2371/2378] Compiling Leaf Application+Leaf.swift
[2372/2378] Emitting module Leaf
[2373/2378] Compiling Leaf Exports.swift
[2374/2378] Compiling Leaf LeafEncoder.swift
[2375/2379] Wrapping AST for Leaf for debugging
[2377/2385] Compiling App CustomHeaderMiddleware.swift
[2378/2385] Emitting module App
[2379/2385] Compiling App CommonErrorMiddleware.swift
[2380/2385] Compiling App configure.swift
[2381/2385] Compiling App routes.swift
/host/spi-builder-workspace/Sources/App/routes.swift:7:32: warning: capture of 'index' with non-sendable type '(Request) async throws -> View' in a '@Sendable' closure
  5 |   app.get("healthz") { _ in ["status": "pass"] }
  6 |
  7 |   app.get { (req) in try await index(req) }
    |                                |- warning: capture of 'index' with non-sendable type '(Request) async throws -> View' in a '@Sendable' closure
    |                                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
  8 |   app.get("index.html") { (req) in try await index(req) }
  9 |   func index(_ req: Request) async throws -> View {
/host/spi-builder-workspace/Sources/App/routes.swift:9:8: warning: concurrently-executed local function 'index' must be marked as '@Sendable'
  7 |   app.get { (req) in try await index(req) }
  8 |   app.get("index.html") { (req) in try await index(req) }
  9 |   func index(_ req: Request) async throws -> View {
    |        `- warning: concurrently-executed local function 'index' must be marked as '@Sendable'
 10 |     try await req.view.render(
 11 |       "index", [
/host/spi-builder-workspace/Sources/App/routes.swift:8:46: warning: capture of 'index' with non-sendable type '(Request) async throws -> View' in a '@Sendable' closure
  6 |
  7 |   app.get { (req) in try await index(req) }
  8 |   app.get("index.html") { (req) in try await index(req) }
    |                                              |- warning: capture of 'index' with non-sendable type '(Request) async throws -> View' in a '@Sendable' closure
    |                                              `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
  9 |   func index(_ req: Request) async throws -> View {
 10 |     try await req.view.render(
/host/spi-builder-workspace/Sources/App/routes.swift:52:30: warning: capture of 'parserCommand(branch:code:arguments:)' with non-sendable type '(String, String, [String]) async throws -> (stdout: String, stderr: String)' in a '@Sendable' closure
 50 |   app.on(.POST, "update", body: .collect(maxSize: "10mb")) { (req) -> SyntaxResponse in
 51 |     let parameter = try req.content.decode(RequestParameter.self)
 52 |     let response = try await parserCommand(
    |                              |- warning: capture of 'parserCommand(branch:code:arguments:)' with non-sendable type '(String, String, [String]) async throws -> (stdout: String, stderr: String)' in a '@Sendable' closure
    |                              `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 53 |       branch: parameter.branch ?? "50800",
 54 |       code: parameter.code,
/host/spi-builder-workspace/Sources/App/routes.swift:60:8: warning: concurrently-executed local function 'parserCommand(branch:code:arguments:)' must be marked as '@Sendable'
 58 |   }
 59 |
 60 |   func parserCommand(branch: String, code: String, arguments: [String]) async throws -> (stdout: String, stderr: String) {
    |        `- warning: concurrently-executed local function 'parserCommand(branch:code:arguments:)' must be marked as '@Sendable'
 61 |     let process = TSCBasic.Process.init(
 62 |       arguments: ["parser"] + arguments,
[2382/2385] Compiling App entrypoint.swift
[2383/2386] Wrapping AST for App for debugging
[2384/2386] Write Objects.LinkFileList
[2385/2386] Linking App
Build complete! (485.57s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.116.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "leaf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.5.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/leaf.git"
    },
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-tools-support-core"
    }
  ],
  "manifest_display_name" : "swift-ast-explorer",
  "name" : "swift-ast-explorer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "App",
      "targets" : [
        "App"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppTests",
      "module_type" : "SwiftTarget",
      "name" : "AppTests",
      "path" : "Tests/AppTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "AppTests.swift"
      ],
      "target_dependencies" : [
        "App"
      ],
      "type" : "test"
    },
    {
      "c99name" : "App",
      "module_type" : "SwiftTarget",
      "name" : "App",
      "path" : "Sources/App",
      "product_dependencies" : [
        "Vapor",
        "Leaf",
        "TSCBasic"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "Middlewares/CommonErrorMiddleware.swift",
        "Middlewares/CustomHeaderMiddleware.swift",
        "configure.swift",
        "entrypoint.swift",
        "routes.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.8"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.