The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of DocCMiddleware, reference main (88d5fd), with Swift 6.1 for Linux on 27 Apr 2025 08:24:35 UTC.

Swift 6 data race errors: 2

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bdrelling/DocCMiddleware.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/bdrelling/DocCMiddleware
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 88d5fdb Added redirect test
Cloned https://github.com/bdrelling/DocCMiddleware.git
Revision (git rev-parse @):
88d5fdb804379c8565268dce5d7497d528b435e5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bdrelling/DocCMiddleware.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bdrelling/DocCMiddleware.git
https://github.com/bdrelling/DocCMiddleware.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor"
    },
    {
      "identity" : "tools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.6",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-kipple/Tools"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "DocCMiddleware",
  "name" : "DocCMiddleware",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "DocCMiddleware",
      "targets" : [
        "DocCMiddleware"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DocCMiddlewareTests",
      "module_type" : "SwiftTarget",
      "name" : "DocCMiddlewareTests",
      "path" : "Tests/DocCMiddlewareTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "Extensions/XCTApplicationTester+Convenience.swift",
        "Tests/DocCMiddlewareTests.swift"
      ],
      "target_dependencies" : [
        "DocCMiddleware"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DocCMiddleware",
      "module_type" : "SwiftTarget",
      "name" : "DocCMiddleware",
      "path" : "Sources/DocCMiddleware",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "DocCMiddleware"
      ],
      "sources" : [
        "DocCArchive.swift",
        "DocCMiddleware.swift",
        "Extensions/String+TrimTrailingSlashes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/vapor/vapor
Fetching https://github.com/swift-kipple/Tools
[1/720] Fetching tools
[721/2769] Fetching tools, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.33s)
[1/74313] Fetching vapor
Fetched https://github.com/swift-kipple/Tools from cache (1.63s)
Fetched https://github.com/vapor/vapor from cache (1.67s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.17s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3375] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.34s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.85s)
Computing version for https://github.com/swift-kipple/Tools
Computed https://github.com/swift-kipple/Tools at 0.5.4 (0.50s)
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-argument-parser
[1/14950] Fetching swift-argument-parser
[1197/61680] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (0.76s)
[4673/46730] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (30.20s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (31.00s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.65s)
Computing version for https://github.com/vapor/vapor
Computed https://github.com/vapor/vapor at 4.114.1 (0.79s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
[1/4970] Fetching swift-distributed-tracing
[1443/10873] Fetching swift-distributed-tracing, swift-algorithms
[1444/11936] Fetching swift-distributed-tracing, swift-algorithms, swift-service-context
[2479/14532] Fetching swift-distributed-tracing, swift-algorithms, swift-service-context, websocket-kit
[11008/16237] Fetching swift-distributed-tracing, swift-algorithms, swift-service-context, websocket-kit, swift-atomics
Fetched https://github.com/apple/swift-service-context.git from cache (0.40s)
Fetched https://github.com/vapor/websocket-kit.git from cache (0.40s)
[11857/12578] Fetching swift-distributed-tracing, swift-algorithms, swift-atomics
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/multipart-kit.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.53s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.66s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.67s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/3836] Fetching swift-log
[232/6036] Fetching swift-log, swift-metrics
[929/11698] Fetching swift-log, swift-metrics, swift-nio-extras
[4971/14906] Fetching swift-log, swift-metrics, swift-nio-extras, multipart-kit
[13336/26398] Fetching swift-log, swift-metrics, swift-nio-extras, multipart-kit, swift-nio-http2
[13681/41191] Fetching swift-log, swift-metrics, swift-nio-extras, multipart-kit, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (0.69s)
[10403/37355] Fetching swift-metrics, swift-nio-extras, multipart-kit, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (0.70s)
Fetching https://github.com/apple/swift-nio.git
[8351/35155] Fetching swift-nio-extras, multipart-kit, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.63s)
[4578/29493] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-crypto.git
[12824/43277] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-crypto
[17632/118708] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.98s)
[55495/107216] Fetching multipart-kit, swift-nio-ssl, swift-crypto, swift-nio
Fetching https://github.com/vapor/console-kit.git
[79308/112701] Fetching multipart-kit, swift-nio-ssl, swift-crypto, swift-nio, console-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (2.89s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/console-kit.git from cache (0.78s)
Fetching https://github.com/swift-server/async-http-client.git
[78362/104008] Fetching swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.86s)
[64323/89215] Fetching swift-crypto, swift-nio
[65079/91585] Fetching swift-crypto, swift-nio, async-kit
Fetched https://github.com/apple/swift-crypto.git from cache (2.61s)
Fetched https://github.com/vapor/async-kit.git from cache (0.38s)
[53557/75431] Fetching swift-nio
[54312/89218] Fetching swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.08s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-nio.git from cache (5.47s)
[1/20727] Fetching routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (0.67s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (7.63s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.69s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.91s)
Fetched https://github.com/apple/swift-collections.git from cache (0.93s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (1.34s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.44s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.42s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.45s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.26s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.72s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.37s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.81s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.49s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.24s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.25s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.67s)
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.43s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.46s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.65s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.42s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.45s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.43s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.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.30.0 (0.51s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.43s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.46s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.41s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.49s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.26s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.84s)
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/swift-kipple/Tools
Working copy of https://github.com/swift-kipple/Tools resolved at 0.5.4
Creating working copy for https://github.com/vapor/vapor
Working copy of https://github.com/vapor/vapor resolved at 4.114.1
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftFormatPlugin
[4/4] Compiling plugin GenerateManual
Building for debugging...
[4/835] Write sources
[44/835] Compiling CNIOWindows shim.c
[44/835] Write sources
[46/835] Compiling CVaporBcrypt blf.c
[47/835] Compiling CNIOWASI CNIOWASI.c
[47/835] Write sources
[55/835] Compiling _NumericsShims _NumericsShims.c
[55/835] Compiling CNIOWindows WSAStartup.c
[57/835] Compiling CVaporBcrypt bcrypt.c
[58/835] Compiling CNIOSHA1 c_nio_sha1.c
[59/835] Compiling CNIOLinux liburing_shims.c
[60/835] Compiling _AtomicsShims.c
[61/835] Compiling CNIOLinux shim.c
[62/835] Compiling CSystem shims.c
[63/835] Compiling CNIOExtrasZlib empty.c
[64/835] Compiling CNIODarwin shim.c
[65/835] Compiling CNIOLLHTTP c_nio_http.c
[66/835] Compiling fiat_curve25519_adx_mul.S
[67/835] Compiling fiat_p256_adx_mul.S
[68/835] Compiling fiat_p256_adx_sqr.S
[69/835] Compiling CNIOLLHTTP c_nio_api.c
[70/835] Compiling fiat_curve25519_adx_square.S
[71/835] Write swift-version-24593BA9C3E375BF.txt
[72/835] Compiling CNIOLLHTTP c_nio_llhttp.c
[73/839] Compiling CNIOBoringSSLShims shims.c
[74/841] Compiling tls_method.cc
[75/841] Compiling tls_record.cc
[76/841] Compiling tls13_server.cc
[77/841] Compiling tls13_enc.cc
[78/841] Compiling tls13_both.cc
[79/843] Compiling tls13_client.cc
[81/907] Emitting module Logging
[82/907] Emitting module InternalCollectionsUtilities
[83/909] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[84/909] Compiling InternalCollectionsUtilities Specialize.swift
[85/909] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[86/909] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[87/909] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[88/909] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[89/909] Compiling _NIOBase64 Base64.swift
[90/909] Emitting module _NIOBase64
[91/910] Emitting module RealModule
[92/910] Compiling InternalCollectionsUtilities UInt+reversed.swift
[93/910] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[94/911] Compiling ServiceContextModule ServiceContextKey.swift
[95/911] Compiling InternalCollectionsUtilities Debugging.swift
[96/911] Compiling InternalCollectionsUtilities Descriptions.swift
[97/911] Compiling InternalCollectionsUtilities _SortedCollection.swift
[98/911] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[99/911] Compiling RealModule Real.swift
[100/911] Compiling RealModule ElementaryFunctions.swift
[101/911] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[102/911] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[104/911] Compiling RealModule Float80+Real.swift
[105/911] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[106/911] Compiling InternalCollectionsUtilities Integer rank.swift
[107/911] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[112/911] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[113/911] Compiling SystemPackage MachPort.swift
[114/911] Compiling SystemPackage PlatformString.swift
[115/911] Compiling SystemPackage SystemString.swift
[116/912] Compiling RealModule Float+Real.swift
[117/912] Compiling RealModule Float16+Real.swift
[118/915] Emitting module ServiceContextModule
[119/915] Compiling ServiceContextModule ServiceContext.swift
[120/916] Compiling _NIODataStructures PriorityQueue.swift
[121/916] Compiling _NIODataStructures _TinyArray.swift
[126/916] Compiling RealModule RealFunctions.swift
[127/916] Compiling CoreMetrics Metrics.swift
[128/917] Emitting module SystemPackage
[144/1040] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[145/1040] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[146/1040] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[147/1040] Emitting module CoreMetrics
[148/1040] Compiling CoreMetrics Locks.swift
[149/1041] Compiling Logging MetadataProvider.swift
[150/1041] Emitting module _NIODataStructures
[151/1041] Compiling _NIODataStructures Heap.swift
[152/1042] Compiling OrderedCollections OrderedDictionary.swift
[153/1042] Compiling OrderedCollections OrderedSet+Codable.swift
[154/1042] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[155/1042] Compiling OrderedCollections OrderedSet+Descriptions.swift
[156/1042] Compiling OrderedCollections OrderedSet+Diffing.swift
[157/1042] Compiling OrderedCollections OrderedSet+Equatable.swift
[158/1042] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[159/1042] Compiling OrderedCollections OrderedSet+Hashable.swift
[160/1043] Compiling Logging LogHandler.swift
[161/1043] Compiling Logging Logging.swift
[162/1043] Compiling Logging Locks.swift
[167/1059] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[168/1059] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[169/1059] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[170/1059] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[171/1059] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[172/1059] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[173/1059] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[174/1059] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[175/1059] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[176/1059] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[177/1059] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[178/1059] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[179/1059] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[180/1059] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[181/1072] Compiling Instrumentation NoOpInstrument.swift
[182/1072] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[183/1072] Emitting module Instrumentation
[184/1072] Compiling HeapModule Heap+Descriptions.swift
[185/1072] Compiling Instrumentation MultiplexInstrument.swift
[186/1072] Compiling Instrumentation Instrument.swift
[187/1072] Compiling Instrumentation InstrumentationSystem.swift
[188/1072] Compiling Instrumentation Locks.swift
[197/1073] Compiling OrderedCollections OrderedSet+Initializers.swift
[198/1073] Compiling OrderedCollections OrderedSet+Insertions.swift
[199/1073] Compiling OrderedCollections OrderedSet+Invariants.swift
[203/1073] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[204/1073] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[205/1073] Compiling HeapModule _HeapNode.swift
[206/1073] Compiling HeapModule Heap.swift
[208/1073] Compiling OrderedCollections OrderedDictionary+Codable.swift
[209/1073] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[210/1073] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[211/1073] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[212/1073] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[213/1073] Compiling OrderedCollections OrderedDictionary+Elements.swift
[214/1073] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[215/1073] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[216/1073] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[217/1073] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[218/1073] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[219/1073] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[220/1073] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[221/1073] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[222/1073] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[223/1073] Compiling OrderedCollections OrderedDictionary+Values.swift
[224/1073] Compiling HeapModule Heap+Invariants.swift
[225/1073] Compiling HeapModule Heap+UnsafeHandle.swift
[226/1073] Emitting module HeapModule
[227/1134] Compiling t1_enc.cc
[229/1173] Compiling DequeModule Deque+Codable.swift
[230/1173] Compiling DequeModule Deque+Collection.swift
[231/1173] Compiling DequeModule Deque+CustomReflectable.swift
[232/1173] Compiling DequeModule Deque+Descriptions.swift
[233/1173] Compiling DequeModule Deque+Equatable.swift
[234/1173] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[235/1173] Compiling DequeModule Deque+Extras.swift
[236/1173] Compiling DequeModule Deque+Hashable.swift
[237/1173] Compiling HashTreeCollections _HashNode+Lookups.swift
[238/1173] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[239/1173] Compiling HashTreeCollections _HashTreeIterator.swift
[240/1173] Compiling HashTreeCollections _HashTreeStatistics.swift
[241/1173] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[242/1173] Compiling HashTreeCollections _RawHashNode.swift
[243/1173] Compiling HashTreeCollections _UnmanagedHashNode.swift
[244/1173] Compiling HashTreeCollections _UnsafePath.swift
[245/1173] Compiling HashTreeCollections TreeDictionary+Codable.swift
[246/1173] Compiling HashTreeCollections TreeDictionary+Collection.swift
[247/1182] Compiling Tracing TracingTime.swift
[248/1182] Compiling HashTreeCollections _HashNode.swift
[249/1182] Compiling HashTreeCollections _HashNodeHeader.swift
[250/1182] Compiling HashTreeCollections _HashSlot.swift
[251/1182] Compiling HashTreeCollections _HashStack.swift
[252/1182] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[253/1182] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[254/1182] Compiling HashTreeCollections TreeDictionary+Filter.swift
[255/1182] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[256/1182] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[257/1182] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[258/1182] Compiling HashTreeCollections TreeSet+Debugging.swift
[259/1182] Compiling HashTreeCollections TreeSet+Descriptions.swift
[260/1182] Compiling HashTreeCollections TreeSet+Equatable.swift
[261/1182] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[262/1182] Compiling HashTreeCollections TreeSet+Extras.swift
[263/1182] Compiling HashTreeCollections TreeSet+Filter.swift
[264/1182] Compiling HashTreeCollections TreeSet+Hashable.swift
[265/1182] Compiling HashTreeCollections TreeSet+Sendable.swift
[266/1182] Compiling DequeModule _DequeBuffer.swift
[267/1182] Compiling DequeModule _DequeBufferHeader.swift
[272/1184] Compiling DequeModule Deque._UnsafeHandle.swift
[273/1184] Compiling DequeModule Deque.swift
[276/1184] Compiling DequeModule _DequeSlot.swift
[277/1184] Compiling DequeModule _UnsafeWrappedBuffer.swift
[278/1184] Compiling HashTreeCollections _HashNode+Builder.swift
[279/1184] Compiling HashTreeCollections _HashNode+Debugging.swift
[280/1184] Compiling HashTreeCollections _HashNode+Initializers.swift
[281/1184] Compiling HashTreeCollections _HashNode+Invariants.swift
[282/1184] Compiling Tracing TracerProtocol.swift
[283/1184] Emitting module Tracing
[286/1184] Compiling _RopeModule Rope+Join.swift
[287/1184] Compiling _RopeModule Rope+MutatingForEach.swift
[288/1184] Compiling _RopeModule Rope+Remove.swift
[289/1184] Compiling _RopeModule Rope+RemoveSubrange.swift
[290/1184] Compiling _RopeModule Rope+Split.swift
[291/1184] Compiling _RopeModule Optional Utilities.swift
[292/1184] Compiling _RopeModule String Utilities.swift
[293/1184] Compiling _RopeModule String.Index+ABI.swift
[302/1194] Compiling DequeModule Deque+Testing.swift
[303/1194] Compiling DequeModule Deque._Storage.swift
[306/1194] Compiling Tracing TracerProtocol+Legacy.swift
[307/1194] Compiling Tracing Tracer.swift
[307/1194] Compiling ssl_x509.cc
[309/1194] Compiling HashTreeCollections TreeDictionary+Values.swift
[310/1194] Compiling HashTreeCollections TreeDictionary.swift
[311/1194] Compiling HashTreeCollections TreeSet+Codable.swift
[312/1194] Compiling HashTreeCollections TreeSet+Collection.swift
[331/1194] Compiling HashTreeCollections TreeDictionary+Keys.swift
[332/1194] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[333/1194] Compiling HashTreeCollections TreeDictionary+Merge.swift
[334/1194] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[335/1194] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[339/1194] Compiling Tracing SpanProtocol.swift
[340/1194] Compiling Tracing NoOpTracer.swift
[341/1194] Compiling Tracing InstrumentationSystem+Tracing.swift
[342/1195] Emitting module OrderedCollections
[351/1196] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[352/1196] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[353/1196] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[354/1196] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[355/1196] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[356/1196] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[357/1196] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[358/1196] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[359/1196] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[360/1196] Compiling HashTreeCollections TreeSet.swift
[361/1196] Emitting module _RopeModule
[362/1196] Compiling RoutingKit Router.swift
[363/1196] Emitting module DequeModule
[364/1197] Emitting module RoutingKit
[365/1197] Compiling RoutingKit AnyRouter.swift
[367/1197] Compiling RoutingKit PathComponent.swift
[376/1197] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[377/1197] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[378/1197] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[379/1197] Compiling RoutingKit TrieRouter.swift
[410/1197] Compiling ssl_versions.cc
[412/1197] Compiling Metrics Metrics.swift
[413/1197] Emitting module Metrics
[414/1197] Compiling RoutingKit Parameters.swift
[423/1199] Compiling ssl_stat.cc
[428/1199] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[429/1199] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[430/1199] Compiling HashTreeCollections _HashNode+Structural union.swift
[431/1199] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[432/1199] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[433/1199] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[434/1199] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[448/1200] Compiling ssl_transcript.cc
[449/1200] Compiling ssl_session.cc
[451/1200] Emitting module HashTreeCollections
[452/1201] Compiling ssl_privkey.cc
[453/1201] Compiling ssl_file.cc
[454/1201] Compiling ssl_credential.cc
[455/1201] Compiling ssl_key_share.cc
[456/1201] Compiling ssl_cipher.cc
[457/1201] Compiling ssl_lib.cc
[458/1201] Compiling ssl_buffer.cc
[459/1201] Compiling ssl_cert.cc
[460/1201] Compiling ssl_asn1.cc
[461/1201] Compiling s3_lib.cc
[462/1201] Compiling s3_both.cc
[463/1201] Compiling ssl_aead_ctx.cc
[464/1201] Compiling s3_pkt.cc
[465/1201] Compiling handshake_server.cc
[466/1201] Compiling handshake.cc
[467/1201] Compiling handshake_client.cc
[468/1201] Compiling handoff.cc
[469/1201] Compiling dtls_record.cc
[470/1201] Compiling dtls_method.cc
[471/1201] Compiling encrypted_client_hello.cc
[472/1201] Compiling md5-x86_64-linux.S
[473/1201] Compiling md5-x86_64-apple.S
[474/1201] Compiling md5-586-linux.S
[475/1201] Compiling md5-586-apple.S
[476/1201] Compiling chacha20_poly1305_x86_64-linux.S
[477/1201] Compiling chacha20_poly1305_x86_64-apple.S
[478/1201] Compiling chacha20_poly1305_armv8-win.S
[479/1201] Compiling extensions.cc
[480/1201] Compiling chacha20_poly1305_armv8-linux.S
[481/1201] Compiling err_data.cc
[482/1201] Compiling chacha20_poly1305_armv8-apple.S
[483/1201] Compiling chacha-x86_64-linux.S
[484/1201] Compiling chacha-x86_64-apple.S
[485/1201] Compiling chacha-x86-linux.S
[486/1201] Compiling chacha-armv8-win.S
[487/1201] Compiling chacha-x86-apple.S
[488/1201] Compiling chacha-armv8-linux.S
[489/1201] Compiling d1_srtp.cc
[490/1201] Compiling chacha-armv8-apple.S
[491/1201] Compiling chacha-armv4-linux.S
[492/1201] Compiling aes128gcmsiv-x86_64-apple.S
[493/1201] Compiling aes128gcmsiv-x86_64-linux.S
[494/1201] Compiling x86_64-mont5-apple.S
[495/1201] Compiling x86_64-mont5-linux.S
[496/1201] Compiling x86_64-mont-apple.S
[497/1201] Compiling x86_64-mont-linux.S
[498/1201] Compiling x86-mont-linux.S
[499/1201] Compiling x86-mont-apple.S
[500/1201] Compiling vpaes-x86_64-linux.S
[501/1201] Compiling d1_pkt.cc
[502/1201] Compiling vpaes-x86_64-apple.S
[503/1201] Compiling vpaes-x86-linux.S
[504/1201] Compiling vpaes-x86-apple.S
[505/1201] Compiling vpaes-armv8-linux.S
[506/1201] Compiling vpaes-armv8-win.S
[507/1201] Compiling bio_ssl.cc
[508/1201] Compiling vpaes-armv8-apple.S
[509/1201] Compiling vpaes-armv7-linux.S
[510/1201] Compiling sha512-armv8-win.S
[511/1201] Compiling sha512-x86_64-apple.S
[512/1201] Compiling sha512-armv4-linux.S
[513/1201] Compiling sha512-x86_64-linux.S
[514/1201] Compiling sha512-armv8-apple.S
[515/1201] Compiling sha512-armv8-linux.S
[516/1201] Compiling sha512-586-apple.S
[517/1201] Compiling sha512-586-linux.S
[518/1201] Compiling sha256-armv8-win.S
[519/1201] Compiling sha256-x86_64-apple.S
[520/1201] Compiling sha256-armv8-apple.S
[521/1201] Compiling sha256-x86_64-linux.S
[521/1201] Compiling sha256-armv8-linux.S
[523/1201] Compiling sha256-armv4-linux.S
[524/1201] Compiling sha256-586-linux.S
[525/1201] Compiling sha256-586-apple.S
[526/1201] Compiling sha1-armv8-win.S
[527/1201] Compiling sha1-armv8-linux.S
[528/1201] Compiling sha1-x86_64-apple.S
[529/1201] Compiling sha1-armv8-apple.S
[530/1201] Compiling sha1-x86_64-linux.S
[531/1201] Compiling sha1-586-linux.S
[532/1201] Compiling sha1-armv4-large-linux.S
[533/1201] Compiling sha1-586-apple.S
[534/1201] Compiling d1_lib.cc
[535/1201] Compiling rsaz-avx2-linux.S
[536/1201] Compiling rsaz-avx2-apple.S
[537/1201] Compiling rdrand-x86_64-linux.S
[538/1201] Compiling rdrand-x86_64-apple.S
[539/1201] Compiling p256_beeu-armv8-asm-win.S
[540/1201] Compiling p256_beeu-x86_64-asm-linux.S
[541/1201] Compiling p256_beeu-x86_64-asm-apple.S
[542/1201] Compiling p256_beeu-armv8-asm-linux.S
[543/1201] Compiling p256_beeu-armv8-asm-apple.S
[544/1201] Compiling p256-armv8-asm-win.S
[545/1201] Compiling p256-x86_64-asm-apple.S
[546/1201] Compiling p256-armv8-asm-linux.S
[547/1201] Compiling p256-x86_64-asm-linux.S
[548/1201] Compiling p256-armv8-asm-apple.S
[549/1201] Compiling ghashv8-armv8-win.S
[550/1201] Compiling ghashv8-armv8-apple.S
[551/1201] Compiling ghashv8-armv8-linux.S
[552/1201] Compiling ghash-x86_64-linux.S
[553/1201] Compiling ghashv8-armv7-linux.S
[554/1201] Compiling ghash-x86_64-apple.S
[555/1201] Compiling ghash-x86-apple.S
[556/1201] Compiling ghash-x86-linux.S
[557/1201] Compiling ghash-ssse3-x86_64-linux.S
[558/1201] Compiling ghash-ssse3-x86_64-apple.S
[559/1201] Compiling ghash-neon-armv8-win.S
[559/1201] Compiling ghash-ssse3-x86-linux.S
[561/1201] Compiling ghash-neon-armv8-apple.S
[562/1201] Compiling ghash-ssse3-x86-apple.S
[563/1201] Compiling ghash-neon-armv8-linux.S
[564/1201] Compiling ghash-armv4-linux.S
[565/1201] Compiling co-586-linux.S
[566/1201] Compiling bsaes-armv7-linux.S
[567/1201] Compiling bn-armv8-win.S
[567/1201] Compiling bn-armv8-apple.S
[569/1201] Compiling co-586-apple.S
[569/1201] Compiling bn-armv8-linux.S
[571/1201] Compiling bn-586-linux.S
[572/1201] Compiling bn-586-apple.S
[573/1201] Compiling armv8-mont-linux.S
[574/1201] Compiling armv8-mont-win.S
[575/1201] Compiling armv4-mont-linux.S
[576/1201] Compiling armv8-mont-apple.S
[577/1201] Compiling aesv8-gcm-armv8-win.S
[578/1201] Compiling aesv8-gcm-armv8-linux.S
[579/1201] Compiling aesv8-gcm-armv8-apple.S
[580/1201] Compiling aesv8-armv8-apple.S
[581/1201] Compiling aesv8-armv8-linux.S
[582/1201] Compiling aesv8-armv7-linux.S
[583/1201] Compiling aesv8-armv8-win.S
[584/1201] Compiling aesni-x86_64-apple.S
[585/1201] Compiling aesni-x86-linux.S
[586/1201] Compiling aesni-x86_64-linux.S
[587/1201] Compiling aesni-x86-apple.S
[588/1201] Compiling aes-gcm-avx2-x86_64-linux.S
[589/1201] Compiling aesni-gcm-x86_64-apple.S
[590/1201] Compiling aes-gcm-avx2-x86_64-apple.S
[590/1201] Compiling aesni-gcm-x86_64-linux.S
[592/1201] Compiling aes-gcm-avx10-x86_64-linux.S
[593/1201] Compiling d1_both.cc
[594/1201] Compiling aes-gcm-avx10-x86_64-apple.S
[595/1201] Compiling x_x509a.cc
[596/1201] Compiling x_sig.cc
[597/1201] Compiling x_req.cc
[598/1201] Compiling x_spki.cc
[599/1201] Compiling x_name.cc
[600/1201] Compiling x_x509.cc
[601/1201] Compiling x_val.cc
[602/1201] Compiling x_pubkey.cc
[603/1201] Compiling x_algor.cc
[604/1201] Compiling x_exten.cc
[605/1201] Compiling x_attrib.cc
[606/1201] Compiling x509rset.cc
[607/1201] Compiling x_crl.cc
[608/1201] Compiling x509spki.cc
[609/1201] Compiling x_all.cc
[610/1201] Compiling x509name.cc
[611/1201] Compiling x509_vfy.cc
[612/1201] Compiling x509_vpm.cc
[613/1201] Compiling x509cset.cc
[614/1201] Compiling x509_txt.cc
[615/1201] Compiling x509_v3.cc
[616/1201] Compiling x509_trs.cc
[617/1201] Compiling x509_set.cc
[618/1201] Compiling x509_req.cc
[619/1201] Compiling x509_lu.cc
[620/1201] Compiling x509_obj.cc
[621/1201] Compiling x509_def.cc
[622/1201] Compiling x509_ext.cc
[623/1201] Compiling x509_d2.cc
[624/1201] Compiling x509_att.cc
[625/1201] Compiling x509_cmp.cc
[626/1201] Compiling x509.cc
[627/1201] Compiling v3_skey.cc
[628/1201] Compiling v3_utl.cc
[629/1201] Compiling v3_prn.cc
[630/1201] Compiling v3_purp.cc
[631/1201] Compiling v3_pmaps.cc
[632/1201] Compiling v3_ocsp.cc
[633/1201] Compiling v3_pcons.cc
[634/1201] Compiling v3_ncons.cc
[635/1201] Compiling v3_lib.cc
[636/1201] Compiling v3_int.cc
[637/1201] Compiling v3_ia5.cc
[638/1201] Compiling v3_info.cc
[639/1201] Compiling v3_genn.cc
[640/1201] Compiling v3_extku.cc
[641/1201] Compiling v3_enum.cc
[642/1201] Compiling v3_crld.cc
[643/1201] Compiling v3_cpols.cc
[644/1201] Compiling v3_conf.cc
[645/1201] Compiling v3_bitst.cc
[646/1201] Compiling v3_bcons.cc
[647/1201] Compiling v3_akeya.cc
[648/1201] Compiling v3_alt.cc
[649/1201] Compiling v3_akey.cc
[650/1201] Compiling t_x509a.cc
[651/1201] Compiling i2d_pr.cc
[652/1201] Compiling t_x509.cc
[653/1201] Compiling t_crl.cc
[654/1201] Compiling t_req.cc
[655/1201] Compiling name_print.cc
[656/1201] Compiling rsa_pss.cc
[657/1201] Compiling policy.cc
[658/1201] Compiling by_file.cc
[659/1201] Compiling by_dir.cc
[660/1201] Compiling asn1_gen.cc
[661/1201] Compiling algorithm.cc
[662/1201] Compiling a_verify.cc
[663/1201] Compiling a_digest.cc
[664/1201] Compiling voprf.cc
[665/1201] Compiling a_sign.cc
[666/1201] Compiling thread_win.cc
[667/1201] Compiling thread_pthread.cc
[668/1201] Compiling thread_none.cc
[669/1201] Compiling stack.cc
[670/1201] Compiling trust_token.cc
[671/1201] Compiling thread.cc
[672/1201] Compiling pmbtoken.cc
[673/1201] Compiling sha512.cc
[674/1201] Compiling sha1.cc
[675/1201] Compiling siphash.cc
[676/1201] Compiling sha256.cc
[677/1201] Compiling spake2plus.cc
[678/1201] Compiling slhdsa.cc
[679/1201] Compiling rsa_print.cc
[680/1201] Compiling rsa_extra.cc
[681/1201] Compiling rc4.cc
[682/1201] Compiling rsa_crypt.cc
[683/1201] Compiling refcount.cc
[684/1201] Compiling trusty.cc
[685/1201] Compiling windows.cc
[686/1201] Compiling urandom.cc
[687/1201] Compiling rsa_asn1.cc
[688/1201] Compiling ios.cc
[689/1201] Compiling passive.cc
[690/1201] Compiling rand.cc
[691/1201] Compiling poly1305_arm_asm.S
[692/1201] Compiling getentropy.cc
[693/1201] Compiling fork_detect.cc
[694/1201] Compiling forkunsafe.cc
[695/1201] Compiling poly1305.cc
[696/1201] Compiling deterministic.cc
[697/1201] Compiling poly1305_arm.cc
[698/1201] Compiling pool.cc
[699/1201] Compiling poly1305_vec.cc
[700/1201] Compiling p5_pbev2.cc
[701/1201] Compiling pkcs7.cc
[702/1201] Compiling pkcs8_x509.cc
[703/1201] Compiling pem_xaux.cc
[704/1201] Compiling pem_x509.cc
[705/1201] Compiling pkcs7_x509.cc
[706/1201] Compiling pkcs8.cc
[707/1201] Compiling pem_pkey.cc
[708/1201] Compiling obj_xref.cc
[709/1201] Compiling mlkem.cc
[710/1201] Compiling pem_pk8.cc
[711/1201] Compiling obj.cc
[712/1201] Compiling mldsa.cc
[713/1201] Compiling pem_oth.cc
[714/1201] Compiling pem_info.cc
[715/1201] Compiling mem.cc
[716/1201] Compiling pem_lib.cc
[717/1201] Compiling md5.cc
[718/1201] Compiling pem_all.cc
[719/1201] Compiling fips_shared_support.cc
[720/1201] Compiling md4.cc
[721/1201] Compiling poly_rq_mul.S
[722/1201] Compiling lhash.cc
[723/1201] Compiling ex_data.cc
[724/1201] Compiling sign.cc
[725/1201] Compiling kyber.cc
[726/1201] Compiling scrypt.cc
[727/1201] Compiling hrss.cc
[728/1201] Compiling hpke.cc
[729/1201] Compiling print.cc
[730/1201] Compiling pbkdf.cc
[731/1201] Compiling p_x25519.cc
[732/1201] Compiling p_ed25519_asn1.cc
[733/1201] Compiling p_x25519_asn1.cc
[734/1201] Compiling p_ed25519.cc
[735/1201] Compiling p_rsa.cc
[736/1201] Compiling p_rsa_asn1.cc
[737/1201] Compiling p_hkdf.cc
[738/1201] Compiling p_ec.cc
[739/1201] Compiling p_dh.cc
[740/1201] Compiling p_ec_asn1.cc
[741/1201] Compiling p_dh_asn1.cc
[742/1201] Compiling p_dsa_asn1.cc
[743/1201] Compiling evp_ctx.cc
[744/1201] Compiling err.cc
[745/1201] Compiling evp.cc
[746/1201] Compiling engine.cc
[747/1201] Compiling ecdh.cc
[748/1201] Compiling ecdsa_asn1.cc
[749/1201] Compiling evp_asn1.cc
[750/1201] Compiling ec_derive.cc
[751/1201] Compiling hash_to_curve.cc
[752/1201] Compiling dsa.cc
[753/1201] Compiling ec_asn1.cc
[754/1201] Compiling des.cc
[755/1201] Compiling params.cc
[756/1201] Compiling dsa_asn1.cc
[757/1201] Compiling x25519-asm-arm.S
[758/1201] Compiling spake25519.cc
[759/1201] Compiling digest_extra.cc
[760/1201] Compiling dh_asn1.cc
[761/1201] Compiling cpu_intel.cc
[762/1201] Compiling crypto.cc
[763/1201] Compiling curve25519.cc
[764/1201] Compiling cpu_aarch64_openbsd.cc
[765/1201] Compiling cpu_arm_freebsd.cc
[766/1201] Compiling cpu_arm_linux.cc
[767/1201] Compiling cpu_aarch64_win.cc
[768/1201] Compiling cpu_aarch64_sysreg.cc
[769/1201] Compiling cpu_aarch64_linux.cc
[770/1201] Compiling cpu_aarch64_fuchsia.cc
[771/1201] Compiling curve25519_64_adx.cc
[772/1201] Compiling cpu_aarch64_apple.cc
[773/1201] Compiling tls_cbc.cc
[774/1201] Compiling e_rc4.cc
[775/1201] Compiling bcm.cc
[776/1201] Compiling conf.cc
[777/1201] Compiling e_null.cc
[777/1201] Compiling get_cipher.cc
[779/1201] Compiling e_tls.cc
[780/1201] Compiling e_rc2.cc
[781/1201] Compiling e_des.cc
[782/1201] Compiling e_chacha20poly1305.cc
[783/1201] Compiling derive_key.cc
[784/1201] Compiling e_aesgcmsiv.cc
[785/1201] Compiling e_aesctrhmac.cc
[786/1201] Compiling chacha.cc
[787/1201] Compiling cbb.cc
[788/1201] Compiling cbs.cc
[788/1201] Compiling unicode.cc
[790/1201] Compiling buf.cc
[791/1201] Compiling ber.cc
[792/1201] Compiling asn1_compat.cc
[793/1201] Compiling printf.cc
[794/1201] Compiling blake2.cc
[795/1201] Compiling bn_asn1.cc
[796/1201] Compiling convert.cc
[797/1201] Compiling socket.cc
[798/1201] Compiling socket_helper.cc
[799/1201] Compiling pair.cc
[800/1201] Compiling hexdump.cc
[801/1201] Compiling file.cc
[802/1201] Compiling fd.cc
[803/1201] Compiling errno.cc
[804/1201] Compiling bio_mem.cc
[805/1201] Compiling connect.cc
[806/1201] Compiling bio.cc
[807/1201] Compiling base64.cc
[808/1201] Compiling tasn_fre.cc
[809/1201] Compiling tasn_typ.cc
[810/1201] Compiling tasn_enc.cc
[811/1201] Compiling posix_time.cc
[812/1201] Compiling tasn_utl.cc
[813/1201] Compiling tasn_new.cc
[814/1201] Compiling f_string.cc
[815/1201] Compiling asn1_par.cc
[816/1201] Compiling asn_pack.cc
[817/1201] Compiling tasn_dec.cc
[818/1201] Compiling f_int.cc
[819/1201] Compiling a_octet.cc
[820/1201] Compiling a_utctm.cc
[821/1201] Compiling asn1_lib.cc
[822/1201] Compiling a_time.cc
[823/1201] Compiling a_type.cc
[824/1201] Compiling a_strex.cc
[825/1201] Compiling a_strnid.cc
[826/1201] Compiling a_object.cc
[827/1201] Compiling a_i2d_fp.cc
[828/1201] Compiling a_dup.cc
[829/1201] Compiling a_d2i_fp.cc
[830/1201] Compiling a_mbstr.cc
[831/1201] Compiling fiat_p256_adx_sqr.S
[832/1201] Compiling fiat_p256_adx_mul.S
[833/1201] Compiling fiat_curve25519_adx_square.S
[834/1201] Compiling a_gentm.cc
[835/1201] Compiling a_int.cc
[836/1201] Compiling fiat_curve25519_adx_mul.S
[837/1201] Compiling a_bitstr.cc
[838/1201] Compiling md5-x86_64-linux.S
[839/1201] Compiling md5-x86_64-apple.S
[840/1201] Compiling md5-586-linux.S
[841/1201] Compiling md5-586-apple.S
[842/1201] Compiling chacha20_poly1305_x86_64-apple.S
[843/1201] Compiling CCryptoBoringSSLShims shims.c
[844/1201] Compiling chacha20_poly1305_armv8-win.S
[845/1201] Compiling chacha20_poly1305_armv8-linux.S
[846/1201] Compiling chacha20_poly1305_x86_64-linux.S
[847/1201] Compiling chacha-x86_64-linux.S
[848/1201] Compiling chacha20_poly1305_armv8-apple.S
[849/1201] Compiling a_bool.cc
[850/1201] Compiling err_data.cc
[851/1201] Compiling chacha-x86_64-apple.S
[852/1201] Compiling chacha-armv8-win.S
[853/1201] Compiling chacha-x86-apple.S
[854/1201] Compiling chacha-armv8-linux.S
[855/1201] Compiling chacha-x86-linux.S
[856/1201] Compiling chacha-armv8-apple.S
[857/1201] Compiling aes128gcmsiv-x86_64-apple.S
[858/1201] Compiling chacha-armv4-linux.S
[859/1201] Compiling x86_64-mont5-apple.S
[860/1201] Compiling aes128gcmsiv-x86_64-linux.S
[861/1201] Compiling c-nioatomics.c
[862/1201] Compiling x86_64-mont5-linux.S
[863/1201] Compiling x86_64-mont-linux.S
[864/1201] Compiling x86_64-mont-apple.S
[865/1201] Compiling vpaes-x86_64-linux.S
[866/1201] Compiling x86-mont-apple.S
[867/1201] Compiling x86-mont-linux.S
[868/1201] Compiling vpaes-x86_64-apple.S
[869/1201] Compiling vpaes-x86-linux.S
[870/1201] Compiling vpaes-x86-apple.S
[871/1201] Compiling vpaes-armv8-win.S
[872/1201] Compiling vpaes-armv8-linux.S
[872/1201] Compiling vpaes-armv8-apple.S
[874/1201] Compiling vpaes-armv7-linux.S
[875/1201] Compiling sha512-x86_64-linux.S
[876/1201] Compiling sha512-armv8-win.S
[877/1201] Compiling sha512-x86_64-apple.S
[878/1201] Compiling sha512-armv8-linux.S
[879/1201] Compiling sha512-armv8-apple.S
[880/1201] Compiling sha512-586-linux.S
[881/1201] Compiling sha512-armv4-linux.S
[882/1201] Compiling sha256-x86_64-linux.S
[883/1201] Compiling sha512-586-apple.S
[884/1201] Compiling sha256-x86_64-apple.S
[885/1201] Compiling sha256-armv8-win.S
[886/1201] Compiling sha256-armv8-apple.S
[887/1201] Compiling sha256-armv8-linux.S
[888/1201] Compiling sha256-armv4-linux.S
[889/1201] Compiling sha256-586-linux.S
[890/1201] Compiling sha256-586-apple.S
[891/1201] Compiling sha1-x86_64-apple.S
[892/1201] Compiling sha1-armv8-win.S
[893/1201] Compiling sha1-x86_64-linux.S
[894/1201] Compiling sha1-armv8-linux.S
[895/1201] Compiling sha1-armv8-apple.S
[896/1201] Compiling sha1-armv4-large-linux.S
[897/1201] Compiling sha1-586-linux.S
[898/1201] Compiling rdrand-x86_64-apple.S
[899/1201] Compiling sha1-586-apple.S
[900/1201] Compiling rsaz-avx2-apple.S
[901/1201] Compiling rdrand-x86_64-linux.S
[902/1201] Compiling c-atomics.c
[903/1201] Compiling p256_beeu-x86_64-asm-linux.S
[904/1201] Compiling rsaz-avx2-linux.S
[905/1201] Compiling p256_beeu-armv8-asm-win.S
[906/1201] Compiling p256_beeu-armv8-asm-apple.S
[907/1201] Compiling p256_beeu-armv8-asm-linux.S
[908/1201] Compiling p256_beeu-x86_64-asm-apple.S
[909/1201] Compiling p256-armv8-asm-linux.S
[910/1201] Compiling p256-armv8-asm-win.S
[911/1201] Compiling p256-x86_64-asm-apple.S
[912/1201] Compiling p256-x86_64-asm-linux.S
[913/1201] Compiling ghashv8-armv8-win.S
[914/1201] Compiling ghashv8-armv7-linux.S
[915/1201] Compiling p256-armv8-asm-apple.S
[916/1201] Compiling ghashv8-armv8-apple.S
[917/1201] Compiling ghashv8-armv8-linux.S
[918/1201] Compiling ghash-x86_64-apple.S
[919/1201] Compiling ghash-x86_64-linux.S
[920/1201] Compiling ghash-x86-apple.S
[921/1201] Compiling ghash-x86-linux.S
[922/1201] Compiling ghash-ssse3-x86-linux.S
[923/1201] Compiling ghash-ssse3-x86_64-apple.S
[924/1203] Compiling ghash-ssse3-x86_64-linux.S
[925/1203] Compiling ghash-neon-armv8-win.S
[926/1207] Compiling ghash-ssse3-x86-apple.S
[927/1207] Compiling ghash-neon-armv8-linux.S
[928/1207] Compiling ghash-neon-armv8-apple.S
[929/1207] Compiling co-586-linux.S
[930/1207] Compiling ghash-armv4-linux.S
[931/1207] Compiling co-586-apple.S
[932/1207] Compiling bn-armv8-win.S
[933/1207] Compiling bsaes-armv7-linux.S
[934/1207] Compiling bn-armv8-linux.S
[935/1207] Compiling bn-586-apple.S
[936/1207] Compiling armv8-mont-win.S
[937/1207] Compiling bn-armv8-apple.S
[938/1207] Compiling armv4-mont-linux.S
[939/1207] Compiling armv8-mont-linux.S
[940/1207] Compiling bn-586-linux.S
[941/1207] Compiling armv8-mont-apple.S
[942/1207] Compiling aesv8-gcm-armv8-win.S
[943/1207] Compiling aesv8-gcm-armv8-linux.S
[944/1207] Compiling aesv8-armv8-win.S
[945/1207] Compiling aesv8-gcm-armv8-apple.S
[946/1207] Compiling aesv8-armv8-linux.S
[947/1207] Compiling aesv8-armv7-linux.S
[948/1207] Compiling aesni-x86_64-linux.S
[949/1207] Compiling aesv8-armv8-apple.S
[950/1207] Compiling aesni-x86_64-apple.S
[951/1207] Compiling aesni-x86-linux.S
[952/1207] Compiling aesni-x86-apple.S
[953/1207] Compiling aesni-gcm-x86_64-linux.S
[954/1207] Compiling aes-gcm-avx10-x86_64-apple.S
[955/1207] Compiling aesni-gcm-x86_64-apple.S
[956/1207] Compiling aes-gcm-avx10-x86_64-linux.S
[958/1207] Compiling NIOConcurrencyHelpers lock.swift
[959/1207] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[960/1207] Compiling NIOConcurrencyHelpers NIOLock.swift
[961/1207] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[962/1207] Compiling NIOConcurrencyHelpers atomics.swift
[963/1207] Emitting module NIOConcurrencyHelpers
[964/1208] Compiling x_sig.cc
[965/1208] Compiling x_pubkey.cc
[965/1208] Compiling x_x509a.cc
[967/1208] Compiling x_x509.cc
[968/1208] Compiling x_req.cc
[969/1208] Compiling x_spki.cc
[970/1209] Compiling x_val.cc
[972/1234] Emitting module ConsoleKitTerminal
[973/1237] Compiling ConsoleKitTerminal Console.swift
[974/1237] Compiling ConsoleKitTerminal Terminal.swift
[975/1237] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[976/1237] Compiling ConsoleKitTerminal ActivityBar.swift
[977/1237] Compiling ConsoleKitTerminal ActivityIndicator.swift
[978/1237] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[979/1237] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[980/1237] Compiling ConsoleKitTerminal CustomActivity.swift
[981/1237] Compiling ConsoleKitTerminal LoadingBar.swift
[982/1237] Compiling ConsoleKitTerminal ProgressBar.swift
[983/1237] Compiling ConsoleKitTerminal Console+Clear.swift
[984/1237] Compiling ConsoleKitTerminal Console+Wait.swift
[985/1237] Compiling ConsoleKitTerminal ConsoleColor.swift
[986/1237] Compiling ConsoleKitTerminal ConsoleStyle.swift
[987/1237] Compiling ConsoleKitTerminal ConsoleText.swift
[988/1237] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[989/1237] Compiling ConsoleKitTerminal ANSI.swift
[990/1237] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[991/1237] Compiling ConsoleKitTerminal ConsoleClear.swift
[992/1237] Compiling ConsoleKitTerminal Console+Ask.swift
[993/1237] Compiling ConsoleKitTerminal Console+Choose.swift
[994/1237] Compiling ConsoleKitTerminal Console+Confirm.swift
[995/1237] Compiling ConsoleKitTerminal Console+Input.swift
[996/1237] Compiling ConsoleKitTerminal Console+Center.swift
[997/1237] Compiling ConsoleKitTerminal Console+Output.swift
[997/1237] Compiling x_attrib.cc
[998/1237] Compiling x_name.cc
[998/1237] Compiling x_crl.cc
[1000/1237] Compiling x_all.cc
[1001/1237] Compiling x_algor.cc
[1002/1237] Compiling x509spki.cc
[1003/1237] Compiling x_exten.cc
[1005/1237] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1006/1237] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1007/1237] Compiling ConsoleKitTerminal LoggerFragment.swift
[1008/1238] Compiling x509cset.cc
[1009/1238] Compiling x509rset.cc
[1010/1238] Compiling x509_v3.cc
[1011/1238] Compiling x509name.cc
[1012/1238] Compiling x509_txt.cc
[1013/1260] Compiling x509_vpm.cc
[1014/1260] Compiling x509_vfy.cc
[1016/1260] Emitting module ConsoleKitCommands
[1016/1262] Compiling x509_trs.cc
[1018/1262] Compiling ConsoleKitCommands CommandSignature.swift
[1019/1262] Compiling ConsoleKitCommands Flag.swift
[1020/1262] Compiling ConsoleKitCommands Option.swift
[1021/1262] Compiling ConsoleKitCommands CommandGroup.swift
[1022/1262] Compiling ConsoleKitCommands CommandInput.swift
[1023/1262] Compiling ConsoleKitCommands Commands.swift
[1024/1262] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1025/1262] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1026/1262] Compiling ConsoleKitCommands Argument.swift
[1027/1262] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1028/1262] Compiling ConsoleKitCommands AsyncCommand.swift
[1029/1262] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1030/1262] Compiling ConsoleKitCommands AsyncCommands.swift
[1031/1262] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1032/1262] Compiling ConsoleKitCommands AnyCommand.swift
[1033/1262] Compiling ConsoleKitCommands Command.swift
[1034/1262] Compiling ConsoleKitCommands CommandContext.swift
[1035/1262] Compiling ConsoleKitCommands CommandError.swift
[1035/1262] Compiling x509_obj.cc
[1036/1262] Compiling x509_set.cc
[1037/1262] Compiling x509_req.cc
[1039/1262] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1040/1262] Compiling ConsoleKitCommands Utilities.swift
[1040/1262] Compiling x509_lu.cc
[1041/1262] Compiling x509_def.cc
[1042/1262] Compiling x509_ext.cc
[1043/1262] Compiling x509_d2.cc
[1044/1262] Compiling x509.cc
[1045/1262] Compiling x509_cmp.cc
[1046/1262] Compiling x509_att.cc
[1047/1262] Compiling v3_purp.cc
[1048/1262] Compiling v3_utl.cc
[1050/1262] Compiling ConsoleKitCommands Console+Run.swift
[1051/1262] Compiling ConsoleKitCommands ConsoleError.swift
[1052/1262] Compiling ConsoleKitCommands Completion.swift
[1052/1263] Compiling v3_skey.cc
[1054/1263] Compiling v3_prn.cc
[1055/1265] Compiling v3_pmaps.cc
[1056/1265] Compiling v3_pcons.cc
[1058/1265] Compiling ConsoleKit Exports.swift
[1059/1265] Emitting module ConsoleKit
[1059/1266] Compiling v3_ocsp.cc
[1061/1266] Compiling v3_ncons.cc
[1062/1266] Compiling v3_lib.cc
[1063/1266] Compiling v3_int.cc
[1064/1266] Compiling v3_info.cc
[1065/1266] Compiling v3_ia5.cc
[1066/1266] Compiling v3_genn.cc
[1067/1266] Compiling v3_enum.cc
[1068/1266] Compiling v3_extku.cc
[1069/1266] Compiling v3_crld.cc
[1070/1266] Compiling v3_cpols.cc
[1071/1266] Compiling v3_conf.cc
[1072/1266] Compiling v3_bitst.cc
[1073/1266] Compiling v3_bcons.cc
[1074/1266] Compiling v3_akeya.cc
[1075/1266] Compiling v3_alt.cc
[1076/1266] Compiling v3_akey.cc
[1077/1266] Compiling t_x509a.cc
[1078/1266] Compiling t_x509.cc
[1079/1266] Compiling t_crl.cc
[1080/1266] Compiling t_req.cc
[1081/1266] Compiling i2d_pr.cc
[1082/1266] Compiling rsa_pss.cc
[1083/1266] Compiling name_print.cc
[1084/1266] Compiling policy.cc
[1085/1266] Compiling by_file.cc
[1086/1266] Compiling by_dir.cc
[1087/1266] Compiling asn1_gen.cc
[1088/1266] Compiling algorithm.cc
[1089/1266] Compiling voprf.cc
[1090/1266] Compiling a_sign.cc
[1091/1266] Compiling a_verify.cc
[1092/1266] Compiling thread_pthread.cc
[1093/1266] Compiling a_digest.cc
[1094/1266] Compiling trust_token.cc
[1095/1266] Compiling thread_win.cc
[1096/1266] Compiling thread_none.cc
[1097/1266] Compiling pmbtoken.cc
[1098/1266] Compiling thread.cc
[1099/1266] Compiling wots.cc
[1100/1266] Compiling stack.cc
[1101/1266] Compiling fors.cc
[1102/1266] Compiling thash.cc
[1103/1266] Compiling merkle.cc
[1104/1266] Compiling slhdsa.cc
[1105/1266] Compiling sha512.cc
[1106/1266] Compiling siphash.cc
[1107/1266] Compiling sha256.cc
[1108/1266] Compiling sha1.cc
[1109/1266] Compiling rsa_print.cc
[1110/1266] Compiling rsa_extra.cc
[1111/1266] Compiling rc4.cc
[1112/1266] Compiling rsa_crypt.cc
[1113/1266] Compiling refcount.cc
[1114/1266] Compiling rsa_asn1.cc
[1115/1266] Compiling windows.cc
[1116/1266] Compiling rand_extra.cc
[1117/1266] Compiling urandom.cc
[1118/1266] Compiling trusty.cc
[1119/1266] Compiling ios.cc
[1120/1266] Compiling getentropy.cc
[1121/1266] Compiling passive.cc
[1122/1266] Compiling poly1305_arm_asm.S
[1123/1266] Compiling deterministic.cc
[1124/1266] Compiling forkunsafe.cc
[1125/1266] Compiling fork_detect.cc
[1126/1266] Compiling pool.cc
[1127/1266] Compiling poly1305_vec.cc
[1128/1266] Compiling poly1305_arm.cc
[1129/1266] Compiling poly1305.cc
[1130/1266] Compiling pkcs7.cc
[1131/1266] Compiling pkcs8.cc
[1132/1266] Compiling pkcs8_x509.cc
[1133/1266] Compiling p5_pbev2.cc
[1134/1266] Compiling pkcs7_x509.cc
[1135/1266] Compiling pem_x509.cc
[1136/1266] Compiling pem_xaux.cc
[1137/1266] Compiling pem_pkey.cc
[1138/1266] Compiling pem_pk8.cc
[1139/1266] Compiling obj_xref.cc
[1140/1266] Compiling pem_oth.cc
[1141/1266] Compiling mldsa.cc
[1142/1266] Compiling mlkem.cc
[1143/1266] Compiling pem_lib.cc
[1144/1266] Compiling obj.cc
[1145/1266] Compiling pem_info.cc
[1146/1266] Compiling pem_all.cc
[1147/1266] Compiling poly_rq_mul.S
[1148/1266] Compiling fips_shared_support.cc
[1149/1266] Compiling mem.cc
[1150/1266] Compiling md4.cc
[1151/1266] Compiling lhash.cc
[1152/1266] Compiling md5.cc
[1153/1266] Compiling kyber.cc
[1154/1266] Compiling hrss.cc
[1155/1266] Compiling hpke.cc
[1156/1266] Compiling ex_data.cc
[1157/1266] Compiling sign.cc
[1158/1266] Compiling scrypt.cc
[1159/1266] Compiling print.cc
[1160/1266] Compiling pbkdf.cc
[1161/1266] Compiling p_x25519_asn1.cc
[1162/1266] Compiling p_x25519.cc
[1163/1266] Compiling p_hkdf.cc
[1164/1266] Compiling p_rsa_asn1.cc
[1165/1266] Compiling p_rsa.cc
[1166/1266] Compiling p_ed25519.cc
[1167/1266] Compiling p_ed25519_asn1.cc
[1168/1266] Compiling p_ec_asn1.cc
[1169/1266] Compiling p_ec.cc
[1170/1266] Compiling p_dh.cc
[1171/1266] Compiling p_dh_asn1.cc
[1172/1266] Compiling p_dsa_asn1.cc
[1173/1266] Compiling evp_ctx.cc
[1174/1266] Compiling evp_asn1.cc
[1175/1266] Compiling evp.cc
[1176/1266] Compiling err.cc
[1177/1266] Compiling engine.cc
[1178/1266] Compiling ecdh_extra.cc
[1179/1266] Compiling ecdsa_asn1.cc
[1180/1266] Compiling hash_to_curve.cc
[1181/1266] Compiling ec_asn1.cc
[1182/1266] Compiling ec_derive.cc
[1183/1266] Compiling dsa_asn1.cc
[1184/1266] Compiling dsa.cc
[1185/1266] Compiling params.cc
[1186/1266] Compiling digest_extra.cc
[1187/1266] Compiling dh_asn1.cc
[1188/1266] Compiling x25519-asm-arm.S
[1189/1266] Compiling des.cc
[1190/1266] Compiling spake25519.cc
[1191/1266] Compiling crypto.cc
[1192/1266] Compiling cpu_intel.cc
[1193/1266] Compiling cpu_arm_freebsd.cc
[1194/1266] Compiling cpu_arm_linux.cc
[1195/1266] Compiling cpu_aarch64_win.cc
[1196/1266] Compiling curve25519.cc
[1197/1266] Compiling cpu_aarch64_openbsd.cc
[1198/1266] Compiling cpu_aarch64_sysreg.cc
[1199/1266] Compiling cpu_aarch64_linux.cc
[1200/1266] Compiling cpu_aarch64_fuchsia.cc
[1201/1266] Compiling cpu_aarch64_apple.cc
[1202/1266] Compiling bcm.cc
[1203/1266] Compiling curve25519_64_adx.cc
[1204/1266] Compiling conf.cc
[1205/1266] Compiling tls_cbc.cc
[1206/1266] Compiling e_rc4.cc
[1207/1266] Compiling e_tls.cc
[1208/1266] Compiling e_rc2.cc
[1209/1266] Compiling e_null.cc
[1210/1266] Compiling e_des.cc
[1211/1266] Compiling e_chacha20poly1305.cc
[1212/1266] Compiling e_aesgcmsiv.cc
[1213/1266] Compiling derive_key.cc
[1214/1266] Compiling e_aesctrhmac.cc
[1215/1266] Compiling unicode.cc
[1216/1266] Compiling chacha.cc
[1217/1266] Compiling cipher_extra.cc
[1218/1266] Compiling ber.cc
[1219/1266] Compiling cbs.cc
[1220/1266] Compiling bn_asn1.cc
[1221/1266] Compiling buf.cc
[1222/1266] Compiling asn1_compat.cc
[1223/1266] Compiling cbb.cc
[1224/1266] Compiling convert.cc
[1225/1266] Compiling blake2.cc
[1226/1266] Compiling file.cc
[1227/1266] Compiling printf.cc
[1228/1266] Compiling pair.cc
[1229/1266] Compiling hexdump.cc
[1230/1266] Compiling errno.cc
[1231/1266] Compiling fd.cc
[1232/1266] Compiling bio_mem.cc
[1233/1266] Compiling bio.cc
[1234/1266] Compiling base64.cc
[1235/1266] Compiling tasn_utl.cc
[1236/1266] Compiling tasn_enc.cc
[1237/1266] Compiling tasn_new.cc
[1238/1266] Compiling tasn_typ.cc
[1239/1266] Compiling tasn_fre.cc
[1240/1266] Compiling f_string.cc
[1241/1266] Compiling posix_time.cc
[1242/1266] Compiling f_int.cc
[1243/1266] Compiling tasn_dec.cc
[1244/1266] Compiling asn_pack.cc
[1245/1266] Compiling asn1_par.cc
[1246/1266] Compiling asn1_lib.cc
[1247/1266] Compiling a_utctm.cc
[1248/1266] Compiling a_type.cc
[1249/1266] Compiling a_time.cc
[1250/1266] Compiling a_strnid.cc
[1251/1266] Compiling a_octet.cc
[1252/1266] Compiling a_strex.cc
[1253/1266] Compiling a_mbstr.cc
[1254/1266] Compiling a_bool.cc
[1255/1266] Compiling a_object.cc
[1256/1266] Write sources
[1256/1266] Compiling a_int.cc
[1257/1266] Write sources
[1259/1266] Compiling a_gentm.cc
[1260/1266] Write sources
[1261/1266] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1262/1266] Compiling a_dup.cc
[1262/1266] Compiling a_i2d_fp.cc
[1264/1266] Compiling a_d2i_fp.cc
[1265/1266] Compiling a_bitstr.cc
[1267/1371] Compiling BitCollections BitArray+Descriptions.swift
[1268/1371] Compiling BitCollections BitArray+Equatable.swift
[1269/1373] Compiling BitCollections BitArray+RandomBits.swift
[1270/1373] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1271/1373] Compiling BitCollections BitArray+Copy.swift
[1272/1373] Compiling BitCollections BitArray+CustomReflectable.swift
[1273/1373] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1274/1373] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1275/1373] Compiling BitCollections BitArray+Extras.swift
[1276/1373] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1277/1373] Compiling BitCollections BitArray+Codable.swift
[1278/1373] Compiling BitCollections BitArray+Collection.swift
[1279/1373] Compiling BitCollections BitArray+Invariants.swift
[1280/1373] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1281/1373] Compiling BitCollections BitArray+BitwiseOperations.swift
[1282/1373] Compiling Atomics IntegerOperations.swift
[1283/1373] Compiling Atomics Unmanaged extensions.swift
[1284/1373] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1285/1373] Compiling BitCollections BitSet+CustomReflectable.swift
[1286/1373] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1287/1373] Compiling BitCollections BitSet+Equatable.swift
[1288/1373] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1289/1373] Compiling BitCollections BitSet+Extras.swift
[1290/1373] Compiling BitCollections BitSet+Hashable.swift
[1291/1373] Compiling BitCollections BitSet+Initializers.swift
[1292/1373] Compiling BitCollections BitSet+Invariants.swift
[1293/1373] Compiling BitCollections BitSet+Random.swift
[1294/1373] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1295/1373] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1296/1373] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1297/1373] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1298/1380] Compiling CryptoBoringWrapper RandomBytes.swift
[1301/1380] Compiling BitCollections BitArray._UnsafeHandle.swift
[1302/1383] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1303/1383] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1304/1383] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1305/1383] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1306/1383] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1307/1383] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1308/1383] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1309/1383] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1310/1383] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1311/1383] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1312/1383] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1313/1383] Compiling BitCollections BitSet+SetAlgebra union.swift
[1314/1383] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1315/1383] Compiling BitCollections BitSet.Counted.swift
[1316/1383] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1317/1383] Compiling BitCollections BitArray.swift
[1318/1383] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1319/1383] Compiling BitCollections BitSet+Codable.swift
[1320/1383] Emitting module CryptoBoringWrapper
[1321/1383] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1322/1383] Compiling CryptoBoringWrapper EllipticCurve.swift
[1323/1383] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1327/1383] Compiling BitCollections BitArray+Fill.swift
[1328/1383] Compiling BitCollections BitArray+Hashable.swift
[1329/1383] Compiling BitCollections BitArray+Initializers.swift
[1340/1383] Emitting module BitCollections
[1349/1383] Compiling Algorithms Trim.swift
[1350/1383] Compiling Algorithms Unique.swift
[1351/1383] Compiling Algorithms Windows.swift
[1352/1383] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1353/1383] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1369/1434] Compiling BitCollections BitSet.Index.swift
[1370/1434] Compiling BitCollections BitSet._UnsafeHandle.swift
[1371/1434] Compiling BitCollections BitSet.swift
[1372/1434] Compiling BitCollections Range+Utilities.swift
[1373/1434] Compiling BitCollections Slice+Utilities.swift
[1374/1434] Compiling BitCollections UInt+Tricks.swift
[1375/1434] Compiling BitCollections _Word.swift
[1377/1456] Emitting module Atomics
[1378/1456] Compiling Crypto ASN1Any.swift
[1379/1456] Compiling Crypto ASN1BitString.swift
[1380/1456] Compiling Crypto ASN1Boolean.swift
[1381/1456] Compiling Crypto PKCS8PrivateKey.swift
[1382/1456] Compiling Crypto ChaChaPoly.swift
[1383/1456] Compiling Crypto Cipher.swift
[1384/1456] Compiling Crypto Nonces.swift
[1385/1457] Emitting module Algorithms
[1388/1460] Compiling Collections Collections.swift
[1389/1460] Emitting module Collections
[1391/1520] Compiling NIOCore MarkedCircularBuffer.swift
[1392/1520] Compiling NIOCore MulticastChannel.swift
[1393/1520] Compiling NIOCore NIOAny.swift
[1394/1520] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1395/1520] Compiling NIOCore NIOLoopBound.swift
[1396/1520] Compiling NIOCore NIOScheduledCallback.swift
[1397/1520] Compiling NIOCore NIOSendable.swift
[1398/1520] Compiling NIOCore RecvByteBufferAllocator.swift
[1399/1520] Compiling Crypto NISTCurvesKeys.swift
[1400/1520] Compiling Crypto X25519Keys.swift
[1401/1520] Compiling Crypto SymmetricKeys.swift
[1402/1520] Compiling Crypto HMAC.swift
[1403/1520] Compiling Crypto MACFunctions.swift
[1404/1520] Compiling Crypto MessageAuthenticationCode.swift
[1405/1520] Compiling Crypto AES.swift
[1406/1520] Compiling Crypto ECDSASignature_boring.swift
[1407/1520] Compiling Crypto ECDSA_boring.swift
[1408/1520] Compiling Crypto EdDSA_boring.swift
[1409/1520] Compiling Crypto ECDSA.swift
[1410/1520] Compiling Crypto Ed25519.swift
[1411/1529] Compiling NIOCore BSDSocketAPI.swift
[1412/1529] Compiling NIOCore ByteBuffer-aux.swift
[1413/1529] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1414/1529] Compiling NIOCore ByteBuffer-conversions.swift
[1415/1529] Compiling NIOCore ByteBuffer-core.swift
[1416/1529] Compiling NIOCore ByteBuffer-hex.swift
[1417/1529] Compiling NIOCore ByteBuffer-int.swift
[1418/1529] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1419/1529] Compiling NIOCore ChannelPipeline.swift
[1420/1529] Compiling NIOCore CircularBuffer.swift
[1421/1529] Compiling NIOCore Codec.swift
[1422/1529] Compiling NIOCore ConvenienceOptionSupport.swift
[1423/1529] Compiling NIOCore DeadChannel.swift
[1424/1529] Compiling NIOCore DispatchQueue+WithFuture.swift
[1425/1529] Compiling NIOCore EventLoop+Deprecated.swift
[1426/1529] Compiling NIOCore EventLoop+SerialExecutor.swift
[1427/1529] Compiling NIOCore EventLoop.swift
[1428/1529] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1429/1529] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1430/1529] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1431/1529] Compiling NIOCore ChannelInvoker.swift
[1432/1529] Compiling NIOCore ChannelOption.swift
[1433/1529] Compiling NIOCore GlobalSingletons.swift
[1434/1529] Compiling NIOCore IO.swift
[1435/1529] Compiling NIOCore IOData.swift
[1436/1529] Compiling NIOCore IPProtocol.swift
[1437/1529] Compiling NIOCore IntegerBitPacking.swift
[1438/1529] Compiling NIOCore IntegerTypes.swift
[1439/1529] Compiling NIOCore Interfaces.swift
[1440/1529] Compiling NIOCore Linux.swift
[1441/1529] Compiling NIOCore AddressedEnvelope.swift
[1442/1529] Compiling NIOCore AsyncAwaitSupport.swift
[1443/1529] Compiling NIOCore AsyncChannel.swift
[1444/1529] Compiling NIOCore AsyncChannelHandler.swift
[1445/1529] Compiling NIOCore AsyncChannelInboundStream.swift
[1446/1529] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1447/1529] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1448/1529] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1449/1529] Compiling NIOCore NIOAsyncWriter.swift
[1450/1529] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1451/1529] Emitting module Crypto
[1452/1529] Compiling NIOCore EventLoopFuture.swift
[1453/1529] Compiling NIOCore FileDescriptor.swift
[1454/1529] Compiling NIOCore FileHandle.swift
[1455/1529] Compiling NIOCore FileRegion.swift
[1456/1529] Compiling NIOCore ByteBuffer-multi-int.swift
[1457/1529] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1458/1529] Compiling NIOCore ByteBuffer-views.swift
[1459/1529] Compiling NIOCore Channel.swift
[1460/1529] Compiling NIOCore ChannelHandler.swift
[1461/1529] Compiling NIOCore ChannelHandlers.swift
[1478/1537] Compiling Crypto Signature.swift
[1479/1537] Compiling Crypto CryptoKitErrors_boring.swift
[1480/1537] Compiling Crypto RNG_boring.swift
[1481/1537] Compiling Crypto SafeCompare_boring.swift
[1482/1537] Compiling Crypto Zeroization_boring.swift
[1483/1537] Compiling Crypto PrettyBytes.swift
[1484/1537] Compiling Crypto SafeCompare.swift
[1485/1537] Compiling Crypto SecureBytes.swift
[1486/1537] Compiling Crypto Zeroization.swift
[1496/1538] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1497/1538] Compiling NIOCore SocketAddresses.swift
[1498/1538] Compiling NIOCore SocketOptionProvider.swift
[1499/1538] Compiling NIOCore SystemCallHelpers.swift
[1500/1538] Compiling NIOCore TimeAmount+Duration.swift
[1501/1538] Compiling NIOCore TypeAssistedChannelHandler.swift
[1502/1538] Compiling NIOCore UniversalBootstrapSupport.swift
[1503/1538] Compiling NIOCore Utilities.swift
[1538/1538] Emitting module NIOCore
[1540/1590] Emitting module NIOEmbedded
[1541/1590] Compiling NIOEmbedded AsyncTestingChannel.swift
[1542/1590] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1543/1590] Compiling NIOEmbedded Embedded.swift
[1545/1591] Compiling NIOPosix SelectableChannel.swift
[1546/1591] Compiling NIOPosix SelectableEventLoop.swift
[1547/1591] Compiling NIOPosix SelectorEpoll.swift
[1548/1591] Compiling NIOPosix SelectorGeneric.swift
[1549/1591] Compiling NIOPosix SelectorKqueue.swift
[1550/1591] Compiling NIOPosix SelectorUring.swift
[1551/1591] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1552/1591] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1553/1591] Compiling NIOPosix PosixSingletons.swift
[1554/1591] Compiling NIOPosix RawSocketBootstrap.swift
[1555/1591] Compiling NIOPosix Resolver.swift
[1556/1591] Compiling NIOPosix Selectable.swift
[1557/1591] Compiling NIOPosix ServerSocket.swift
[1558/1591] Compiling NIOPosix Socket.swift
[1559/1591] Compiling NIOPosix SocketChannel.swift
[1560/1591] Compiling NIOPosix SocketProtocols.swift
[1561/1591] Compiling NIOPosix System.swift
[1562/1591] Compiling NIOPosix Thread.swift
[1563/1597] Compiling NIOPosix BSDSocketAPICommon.swift
[1564/1597] Compiling NIOPosix BSDSocketAPIPosix.swift
[1565/1597] Compiling NIOPosix BSDSocketAPIWindows.swift
[1566/1597] Compiling NIOPosix BaseSocket.swift
[1567/1597] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1568/1597] Compiling NIOPosix BaseSocketChannel.swift
[1569/1597] Compiling NIOPosix BaseStreamSocketChannel.swift
[1570/1597] Emitting module NIOPosix
[1571/1597] Compiling NIOPosix Bootstrap.swift
[1572/1597] Compiling NIOPosix ControlMessage.swift
[1573/1597] Compiling NIOPosix DatagramVectorReadManager.swift
[1574/1597] Compiling NIOPosix Errors+Any.swift
[1575/1597] Compiling NIOPosix FileDescriptor.swift
[1576/1597] Compiling NIOPosix GetaddrinfoResolver.swift
[1577/1597] Compiling NIOPosix HappyEyeballs.swift
[1578/1597] Compiling NIOPosix NIOThreadPool.swift
[1579/1597] Compiling NIOPosix NonBlockingFileIO.swift
[1580/1597] Compiling NIOPosix PendingDatagramWritesManager.swift
[1581/1597] Compiling NIOPosix PendingWritesManager.swift
[1582/1597] Compiling NIOPosix PipeChannel.swift
[1583/1597] Compiling NIOPosix PipePair.swift
[1584/1597] Compiling NIOPosix Pool.swift
[1585/1597] Compiling NIOPosix IO.swift
[1586/1597] Compiling NIOPosix IntegerBitPacking.swift
[1587/1597] Compiling NIOPosix IntegerTypes.swift
[1588/1597] Compiling NIOPosix Linux.swift
[1589/1597] Compiling NIOPosix LinuxCPUSet.swift
[1590/1597] Compiling NIOPosix LinuxUring.swift
[1591/1597] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1592/1597] Compiling NIOPosix ThreadPosix.swift
[1593/1597] Compiling NIOPosix ThreadWindows.swift
[1594/1597] Compiling NIOPosix UnsafeTransfer.swift
[1595/1597] Compiling NIOPosix Utilities.swift
[1596/1597] Compiling NIOPosix VsockAddress.swift
[1597/1597] Compiling NIOPosix VsockChannelEvents.swift
[1599/1657] Compiling NIO Exports.swift
[1600/1657] Emitting module NIO
[1602/1658] Compiling AsyncKit EventLoop+Flatten.swift
[1603/1658] Compiling AsyncKit EventLoop+Future.swift
[1604/1658] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1605/1683] Compiling AsyncKit Future+Miscellaneous.swift
[1606/1683] Compiling AsyncKit Future+Nonempty.swift
[1607/1683] Compiling AsyncKit Future+Optional.swift
[1608/1683] Compiling AsyncKit Future+Transform.swift
[1609/1683] Compiling AsyncKit Future+Try.swift
[1610/1683] Compiling AsyncKit FutureOperators.swift
[1611/1683] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1612/1684] Compiling NIOSOCKS ServerStateMachine.swift
[1613/1698] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1614/1700] Compiling NIOTLS TLSEvents.swift
[1615/1700] Emitting module NIOSOCKS
[1616/1700] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1617/1700] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1618/1700] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1619/1700] Compiling NIOHTTP1 HTTPEncoder.swift
[1621/1700] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1622/1700] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1623/1700] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1624/1700] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1625/1700] Emitting module NIOTLS
[1626/1700] Compiling NIOSOCKS ClientStateMachine.swift
[1629/1700] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1630/1700] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1631/1700] Compiling NIOSOCKS SOCKSResponse.swift
[1632/1700] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1633/1700] Compiling NIOHTTP1 HTTPDecoder.swift
[1634/1701] Compiling AsyncKit Optional+StrictMap.swift
[1635/1701] Compiling AsyncKit Exports.swift
[1637/1701] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1638/1701] Compiling NIOTLS SNIHandler.swift
[1640/1702] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1641/1702] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1642/1704] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1643/1704] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1644/1704] Emitting module NIOFoundationCompat
[1645/1704] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1647/1734] Compiling NIOSSL SSLPrivateKey.swift
[1648/1734] Compiling NIOSSL SSLPublicKey.swift
[1649/1734] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1650/1734] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1651/1734] Compiling NIOSSL SubjectAlternativeName.swift
[1652/1738] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1653/1738] Compiling NIOSSL NIOSSLHandler.swift
[1654/1738] Compiling NIOSSL AndroidCABundle.swift
[1655/1738] Compiling NIOSSL ByteBufferBIO.swift
[1656/1760] Emitting module NIOTransportServices
[1657/1760] Compiling NIOTransportServices StateManagedChannel.swift
[1658/1760] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1659/1760] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1660/1760] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1661/1760] Compiling NIOTransportServices NIOTSSingletons.swift
[1662/1760] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1663/1760] Compiling NIOTransportServices NIOTSBootstraps.swift
[1664/1760] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1665/1760] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1666/1760] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1667/1760] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1668/1760] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1669/1760] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1670/1760] Compiling NIOTransportServices NIOTSErrors.swift
[1671/1760] Compiling NIOTransportServices NIOTSEventLoop.swift
[1672/1762] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1677/1762] Compiling NIOSSL NIOSSLSecureBytes.swift
[1678/1762] Compiling NIOSSL RNG.swift
[1679/1762] Compiling NIOSSL SafeCompare.swift
[1680/1762] Compiling NIOSSL Zeroization.swift
[1681/1762] Compiling _NIOFileSystem IOStrategy.swift
[1688/1762] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1689/1762] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1692/1762] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1693/1762] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1697/1762] Compiling NIOTransportServices AcceptHandler.swift
[1698/1762] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1699/1762] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1701/1763] Emitting module NIOHTTP1
[1705/1764] Emitting module AsyncKit
[1707/1829] Emitting module NIOSSL
[1716/1832] Compiling NIOWebSocket WebSocketOpcode.swift
[1717/1832] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1718/1832] Compiling NIOExtras LengthFieldPrepender.swift
[1719/1835] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1720/1835] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1721/1835] Compiling NIOExtras NIOExtrasError.swift
[1722/1837] Compiling NIOHPACK IntegerCoding.swift
[1723/1837] Compiling NIOHPACK IndexedHeaderTable.swift
[1724/1838] Emitting module MultipartKit
[1725/1838] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1726/1838] Compiling NIOExtras NIORequestIdentifiable.swift
[1727/1838] Compiling NIOExtras PCAPRingBuffer.swift
[1728/1838] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1729/1838] Compiling NIOExtras UnsafeTransfer.swift
[1730/1838] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1731/1838] Compiling NIOExtras DebugInboundEventsHandler.swift
[1732/1838] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1733/1838] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1737/1838] Compiling NIOHTTPCompression HTTPCompression.swift
[1738/1838] Emitting module NIOHTTPCompression
[1741/1838] Compiling NIOExtras WritePCAPHandler.swift
[1742/1838] Compiling MultipartKit Utilities.swift
[1743/1838] Compiling NIOHTTPCompression HTTPDecompression.swift
[1744/1838] Emitting module NIOWebSocket
[1745/1838] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1746/1838] Compiling NIOHPACK HuffmanTables.swift
[1747/1838] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1750/1838] Compiling NIOExtras RequestResponseHandler.swift
[1753/1838] Compiling NIOExtras QuiescingHelper.swift
[1754/1838] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1755/1838] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1756/1838] Compiling NIOExtras JSONRPCFraming.swift
[1757/1838] Compiling NIOExtras LineBasedFrameDecoder.swift
[1760/1838] Compiling NIOHPACK HuffmanCoding.swift
[1761/1838] Compiling NIOHPACK StaticHeaderTable.swift
[1764/1838] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1765/1838] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1766/1838] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1767/1838] Emitting module NIOHPACK
[1768/1839] Compiling _NIOFileSystem SystemFileHandle.swift
[1769/1839] Compiling _NIOFileSystem Utilities.swift
[1770/1839] Compiling _NIOFileSystem OpenOptions.swift
[1771/1839] Compiling _NIOFileSystem String+FileSystem.swift
[1774/1839] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1775/1839] Compiling NIOWebSocket WebSocketFrame.swift
[1778/1840] Emitting module NIOExtras
[1783/1841] Compiling NIOSSL UniversalBootstrapSupport.swift
[1784/1841] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1785/1841] Compiling _NIOFileSystem BufferedReader.swift
[1786/1841] Compiling _NIOFileSystem BufferedWriter.swift
[1787/1841] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[1793/1841] Emitting module _NIOFileSystem
[1814/1906] Compiling NIOFileSystem Exports.swift
[1815/1906] Emitting module NIOFileSystem
[1816/1906] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1817/1906] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1818/1906] Compiling NIOHTTP2 MayReceiveFrames.swift
[1819/1906] Compiling NIOHTTP2 ReceivingDataState.swift
[1820/1906] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1821/1906] Compiling NIOHTTP2 MaySendFrames.swift
[1822/1906] Compiling NIOHTTP2 SendingDataState.swift
[1823/1906] Compiling NIOHTTP2 SendingGoawayState.swift
[1824/1906] Compiling NIOHTTP2 SendingHeadersState.swift
[1825/1906] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1826/1906] Compiling NIOHTTP2 SendingRstStreamState.swift
[1827/1906] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1828/1906] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1829/1906] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1830/1906] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1831/1906] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1832/1907] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1833/1907] Emitting module _NIOFileSystemFoundationCompat
[1834/1907] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1835/1907] Compiling NIOHTTP2 Error+Any.swift
[1836/1907] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1837/1907] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1838/1907] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1839/1907] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1851/1917] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1852/1926] Compiling WebSocketKit Exports.swift
[1853/1926] Compiling WebSocketKit WebSocket+Connect.swift
[1854/1926] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1855/1926] Compiling WebSocketKit WebSocketHandler.swift
[1856/1926] Emitting module WebSocketKit
[1857/1926] Compiling WebSocketKit WebSocket+Concurrency.swift
[1858/1926] Compiling WebSocketKit WebSocket.swift
[1859/1926] Compiling WebSocketKit WebSocketClient.swift
[1863/1927] Compiling NIOHTTP2 HasLocalSettings.swift
[1864/1927] Compiling NIOHTTP2 HasRemoteSettings.swift
[1865/1927] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1866/1927] Compiling NIOHTTP2 QuiescingState.swift
[1867/1927] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1868/1927] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1869/1927] Compiling NIOHTTP2 InboundWindowManager.swift
[1870/1927] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1871/1927] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1872/1927] Compiling NIOHTTP2 StreamChannelList.swift
[1873/1927] Compiling NIOHTTP2 StreamMap.swift
[1874/1927] Compiling NIOHTTP2 StreamStateMachine.swift
[1875/1927] Compiling NIOHTTP2 UnsafeTransfer.swift
[1876/1927] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1877/1927] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1878/1927] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1879/1927] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1880/1927] Compiling NIOHTTP2 HTTP2StreamID.swift
[1881/1927] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1882/1927] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1883/1927] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1884/1927] Compiling NIOHTTP2 InboundEventBuffer.swift
[1885/1927] Emitting module NIOHTTP2
[1895/1927] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1896/1927] Compiling NIOHTTP2 HTTP2Frame.swift
[1897/1927] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1898/1927] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1899/1927] Compiling NIOHTTP2 HTTP2PingData.swift
[1900/1927] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1901/1927] Compiling NIOHTTP2 HTTP2Settings.swift
[1902/1927] Compiling NIOHTTP2 HTTP2Stream.swift
[1903/1927] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1904/1927] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1905/1927] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1906/1927] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1907/1927] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1908/1927] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1909/1927] Compiling NIOHTTP2 HTTP2Error.swift
[1910/1927] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1911/1927] Compiling NIOHTTP2 StateMachineResult.swift
[1912/1927] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1913/1927] Compiling NIOHTTP2 DOSHeuristics.swift
[1917/1927] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1918/1927] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1930/1988] Emitting module AsyncHTTPClient
[1931/1988] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1932/1988] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1933/1988] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1934/1988] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1935/1988] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1936/1988] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1937/1988] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1938/1988] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1939/1988] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1940/1988] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1941/1988] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1942/1988] Compiling AsyncHTTPClient Transaction.swift
[1943/1988] Compiling AsyncHTTPClient Base64.swift
[1944/1988] Compiling AsyncHTTPClient BasicAuth.swift
[1945/1988] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1946/1988] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1947/1988] Compiling AsyncHTTPClient ConnectionPool.swift
[1948/1988] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1949/1996] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1950/1996] Compiling AsyncHTTPClient ConnectionTarget.swift
[1951/1996] Compiling AsyncHTTPClient DeconstructedURL.swift
[1952/1996] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1953/1996] Compiling AsyncHTTPClient FoundationExtensions.swift
[1954/1996] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1955/1996] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1956/1996] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1957/1996] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1958/1996] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1959/1996] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1960/1996] Compiling AsyncHTTPClient HTTP1Connection.swift
[1961/1996] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1962/1996] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1963/1996] Compiling AsyncHTTPClient HTTP2Connection.swift
[1964/1996] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1965/1996] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1966/1996] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1967/1996] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1968/1996] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1969/1996] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1970/1996] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1971/1996] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1972/1996] Compiling AsyncHTTPClient RequestBodyLength.swift
[1973/1996] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1974/1996] Compiling AsyncHTTPClient RequestOptions.swift
[1975/1996] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1976/1996] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1977/1996] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1978/1996] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1979/1996] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1980/1996] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1981/1996] Compiling AsyncHTTPClient HTTPClient.swift
[1982/1996] Compiling AsyncHTTPClient HTTPHandler.swift
[1983/1996] Compiling AsyncHTTPClient LRUCache.swift
[1984/1996] Compiling AsyncHTTPClient NWErrorHandler.swift
[1985/1996] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1986/1996] Compiling AsyncHTTPClient TLSConfiguration.swift
[1987/1996] Compiling AsyncHTTPClient RedirectState.swift
[1988/1996] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1989/1996] Compiling AsyncHTTPClient RequestBag.swift
[1990/1996] Compiling AsyncHTTPClient RequestValidation.swift
[1991/1996] Compiling AsyncHTTPClient SSLContextCache.swift
[1992/1996] Compiling AsyncHTTPClient Scheme.swift
[1993/1996] Compiling AsyncHTTPClient Singleton.swift
[1994/1996] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1995/1996] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1996/1996] Compiling AsyncHTTPClient Utils.swift
[1998/2166] Compiling Vapor HTTPServerResponseEncoder.swift
[1999/2166] Compiling Vapor HTTPServerUpgradeHandler.swift
[2000/2166] Compiling Vapor Logger+Report.swift
[2001/2166] Compiling Vapor LoggingSystem+Environment.swift
[2002/2166] Compiling Vapor Application+Middleware.swift
[2003/2166] Compiling Vapor CORSMiddleware.swift
[2004/2166] Compiling Vapor ErrorMiddleware.swift
[2005/2166] Compiling Vapor FileMiddleware.swift
[2006/2166] Compiling Vapor Middleware.swift
[2007/2166] Compiling Vapor MiddlewareConfiguration.swift
[2008/2166] Compiling Vapor ResponseCompressionMiddleware.swift
[2009/2166] Compiling Vapor RouteLoggingMiddleware.swift
[2010/2166] Compiling Vapor TracingMiddleware.swift
[2011/2166] Compiling Vapor File+Multipart.swift
[2012/2166] Compiling Vapor FormDataDecoder+Content.swift
[2013/2166] Compiling Vapor FormDataEncoder+Content.swift
[2014/2166] Compiling Vapor Application+Password.swift
[2015/2166] Compiling Vapor Application+Passwords.swift
[2016/2166] Compiling Vapor AsyncPasswordHasher.swift
[2017/2166] Compiling Vapor BcryptHasher.swift
[2018/2166] Compiling Vapor PasswordHasher.swift
[2019/2166] Compiling Vapor PlaintextHasher.swift
[2020/2166] Compiling Vapor Request+Password.swift
[2021/2166] Compiling Vapor Redirect.swift
[2022/2190] Compiling Vapor AsyncBasicResponder.swift
[2023/2190] Compiling Vapor AsyncMiddleware.swift
[2024/2190] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2025/2190] Compiling Vapor AsyncSessionDriver.swift
[2026/2190] Compiling Vapor Authentication+Concurrency.swift
[2027/2190] Compiling Vapor Cache+Concurrency.swift
[2028/2190] Compiling Vapor Client+Concurrency.swift
[2029/2190] Compiling Vapor RequestBody+Concurrency.swift
[2030/2190] Compiling Vapor Responder+Concurrency.swift
[2031/2190] Compiling Vapor ResponseCodable+Concurrency.swift
[2032/2190] Compiling Vapor RoutesBuilder+Concurrency.swift
[2033/2190] Compiling Vapor ViewRenderer+Concurrency.swift
[2034/2190] Compiling Vapor WebSocket+Concurrency.swift
[2035/2190] Compiling Vapor ContainerGetPathExecutor.swift
[2036/2190] Compiling Vapor Content.swift
[2037/2190] Compiling Vapor ContentCoders.swift
[2038/2190] Compiling Vapor ContentConfiguration.swift
[2039/2190] Compiling Vapor ContentContainer.swift
[2040/2190] Compiling Vapor JSONCoder+Custom.swift
[2041/2190] Compiling Vapor JSONCoders+Content.swift
[2042/2190] Compiling Vapor PlaintextDecoder.swift
[2043/2190] Compiling Vapor PlaintextEncoder.swift
[2044/2190] Compiling Vapor URLQueryCoders.swift
[2045/2190] Compiling Vapor URLQueryContainer.swift
[2046/2214] Compiling Vapor Application.swift
[2047/2214] Compiling Vapor AuthenticationCache.swift
[2048/2214] Compiling Vapor Authenticator.swift
[2049/2214] Compiling Vapor BasicAuthorization.swift
[2050/2214] Compiling Vapor BearerAuthorization.swift
[2051/2214] Compiling Vapor GuardMiddleware.swift
[2052/2214] Compiling Vapor RedirectMiddleware.swift
[2053/2214] Compiling Vapor SessionAuthenticatable.swift
[2054/2214] Compiling Vapor Bcrypt.swift
[2055/2214] Compiling Vapor Application+Cache.swift
[2056/2214] Compiling Vapor Cache.swift
[2057/2214] Compiling Vapor CacheExpirationTime.swift
[2058/2214] Compiling Vapor MemoryCache.swift
[2059/2214] Compiling Vapor Request+Cache.swift
[2060/2214] Compiling Vapor Application+Clients.swift
[2061/2214] Compiling Vapor Client.swift
[2062/2214] Compiling Vapor ClientRequest.swift
[2063/2214] Compiling Vapor ClientResponse.swift
[2064/2214] Compiling Vapor Request+Client.swift
[2065/2214] Compiling Vapor BootCommand.swift
[2066/2214] Compiling Vapor CommandContext+Application.swift
[2067/2214] Compiling Vapor RoutesCommand.swift
[2068/2214] Compiling Vapor ServeCommand.swift
[2069/2214] Compiling Vapor AnyResponse+Concurrency.swift
[2070/2214] Compiling Vapor Validator.swift
[2071/2214] Compiling Vapor ValidatorResult.swift
[2072/2214] Compiling Vapor And.swift
[2073/2214] Compiling Vapor Case.swift
[2074/2214] Compiling Vapor CharacterSet.swift
[2075/2214] Compiling Vapor Count.swift
[2076/2214] Compiling Vapor Custom.swift
[2077/2214] Compiling Vapor Email.swift
[2078/2214] Compiling Vapor Empty.swift
[2079/2214] Compiling Vapor In.swift
[2080/2214] Compiling Vapor Nil.swift
[2081/2214] Compiling Vapor NilIgnoring.swift
[2082/2214] Compiling Vapor Not.swift
[2083/2214] Compiling Vapor Or.swift
[2084/2214] Compiling Vapor Pattern.swift
[2085/2214] Compiling Vapor Range.swift
[2086/2214] Compiling Vapor URL.swift
[2087/2214] Compiling Vapor Valid.swift
[2088/2214] Compiling Vapor Application+Views.swift
[2089/2214] Compiling Vapor PlaintextRenderer.swift
[2090/2214] Compiling Vapor Request+View.swift
[2091/2214] Compiling Vapor View.swift
[2092/2214] Compiling Vapor ViewRenderer.swift
[2093/2214] Compiling Vapor _Deprecations.swift
[2094/2214] Emitting module Vapor
[2095/2214] Compiling Vapor Bytes+Hex.swift
[2096/2214] Compiling Vapor Bytes+SecureCompare.swift
[2097/2214] Compiling Vapor Collection+Safe.swift
[2098/2214] Compiling Vapor DataProtocol+Copy.swift
[2099/2214] Compiling Vapor DecoderUnwrapper.swift
[2100/2214] Compiling Vapor DirectoryConfiguration.swift
[2101/2214] Compiling Vapor DotEnv.swift
[2102/2214] Compiling Vapor Extendable.swift
[2103/2214] Compiling Vapor File.swift
[2104/2214] Compiling Vapor FileIO.swift
[2105/2214] Compiling Vapor LifecycleHandler.swift
[2106/2214] Compiling Vapor OptionalType.swift
[2107/2214] Compiling Vapor RFC1123.swift
[2108/2214] Compiling Vapor SocketAddress+Hostname.swift
[2109/2214] Compiling Vapor Storage.swift
[2110/2214] Compiling Vapor String+IsIPAddress.swift
[2111/2214] Compiling Vapor Thread.swift
[2112/2214] Compiling Vapor URI.swift
[2113/2214] Compiling Vapor RangeResult.swift
[2114/2214] Compiling Vapor Validatable.swift
[2115/2214] Compiling Vapor Validation.swift
[2116/2214] Compiling Vapor ValidationKey.swift
[2117/2214] Compiling Vapor Validations.swift
[2118/2214] Compiling Vapor ValidationsError.swift
[2119/2214] Compiling Vapor Service.swift
[2120/2214] Compiling Vapor Application+Sessions.swift
[2121/2214] Compiling Vapor MemorySessions.swift
[2122/2214] Compiling Vapor Request+Session.swift
[2123/2214] Compiling Vapor Session.swift
[2124/2214] Compiling Vapor SessionCache.swift
[2125/2214] Compiling Vapor SessionData.swift
[2126/2214] Compiling Vapor SessionDriver.swift
[2127/2214] Compiling Vapor SessionsConfiguration.swift
[2128/2214] Compiling Vapor SessionsMiddleware.swift
[2129/2214] Compiling Vapor URLEncodedFormData.swift
[2130/2214] Compiling Vapor URLEncodedFormDecoder.swift
[2131/2214] Compiling Vapor URLEncodedFormEncoder.swift
[2132/2214] Compiling Vapor URLEncodedFormError.swift
[2133/2214] Compiling Vapor URLEncodedFormParser.swift
[2134/2214] Compiling Vapor URLEncodedFormSerializer.swift
[2135/2214] Compiling Vapor URLQueryFragmentConvertible.swift
[2136/2214] Compiling Vapor AnyResponse.swift
[2137/2214] Compiling Vapor Array+Random.swift
[2138/2214] Compiling Vapor Base32.swift
[2139/2214] Compiling Vapor Base64.swift
[2140/2214] Compiling Vapor BaseN.swift
[2141/2214] Compiling Vapor BasicCodingKey.swift
[2142/2214] Compiling Vapor ByteCount.swift
[2143/2214] Compiling Vapor Request+Body.swift
[2144/2214] Compiling Vapor Request+BodyStream.swift
[2145/2214] Compiling Vapor Request.swift
[2146/2214] Compiling Vapor Application+Responder.swift
[2147/2214] Compiling Vapor DefaultResponder.swift
[2148/2214] Compiling Vapor Response+Body.swift
[2149/2214] Compiling Vapor Response.swift
[2150/2214] Compiling Vapor ResponseCodable.swift
[2151/2214] Compiling Vapor Application+Routes.swift
[2152/2214] Compiling Vapor Parameters+Require.swift
[2153/2214] Compiling Vapor Request+WebSocket.swift
[2154/2214] Compiling Vapor Route.swift
[2155/2214] Compiling Vapor RouteCollection.swift
[2156/2214] Compiling Vapor Routes.swift
[2157/2214] Compiling Vapor RoutesBuilder+Group.swift
[2158/2214] Compiling Vapor RoutesBuilder+Method.swift
[2159/2214] Compiling Vapor RoutesBuilder+Middleware.swift
[2160/2214] Compiling Vapor RoutesBuilder+WebSocket.swift
[2161/2214] Compiling Vapor RoutesBuilder.swift
[2162/2214] Compiling Vapor OTP.swift
[2163/2214] Compiling Vapor Application+Servers.swift
[2164/2214] Compiling Vapor Server.swift
[2165/2214] Compiling Vapor App+Service.swift
[2166/2214] Compiling Vapor Req+Service.swift
[2167/2214] Compiling Vapor Core.swift
[2168/2214] Compiling Vapor Running.swift
[2169/2214] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2170/2214] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2171/2214] Compiling Vapor DotEnvFile+load.swift
[2172/2214] Compiling Vapor Routes+caseInsenstive.swift
[2173/2214] Compiling Vapor Validatable+validate.swift
[2174/2214] Compiling Vapor Environment+Process.swift
[2175/2214] Compiling Vapor Environment+Secret.swift
[2176/2214] Compiling Vapor Environment.swift
[2177/2214] Compiling Vapor Abort.swift
[2178/2214] Compiling Vapor AbortError.swift
[2179/2214] Compiling Vapor DebuggableError.swift
[2180/2214] Compiling Vapor Demangler.swift
[2181/2214] Compiling Vapor ErrorSource.swift
[2182/2214] Compiling Vapor StackTrace.swift
[2183/2214] Compiling Vapor Exports.swift
[2184/2214] Compiling Vapor Application+HTTP.swift
[2185/2214] Compiling Vapor BasicResponder.swift
[2186/2214] Compiling Vapor BodyStream.swift
[2187/2214] Compiling Vapor Application+HTTP+Client.swift
[2188/2214] Compiling Vapor EventLoopHTTPClient.swift
[2189/2214] Compiling Vapor EndpointCache.swift
[2190/2214] Compiling Vapor HTTPMethod+String.swift
[2191/2214] Compiling Vapor HTTPStatus.swift
[2192/2214] Compiling Vapor HTTPCookies.swift
[2193/2214] Compiling Vapor HTTPHeaderCacheControl.swift
[2194/2214] Compiling Vapor HTTPHeaderExpires.swift
[2195/2214] Compiling Vapor HTTPHeaderLastModified.swift
[2196/2214] Compiling Vapor HTTPHeaders+Cache.swift
[2197/2214] Compiling Vapor HTTPHeaders+Connection.swift
[2198/2214] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2199/2214] Compiling Vapor HTTPHeaders+ContentRange.swift
[2200/2214] Compiling Vapor HTTPHeaders+Directive.swift
[2201/2214] Compiling Vapor HTTPHeaders+Forwarded.swift
[2202/2214] Compiling Vapor HTTPHeaders+Link.swift
[2203/2214] Compiling Vapor HTTPHeaders+Name.swift
[2204/2214] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2205/2214] Compiling Vapor HTTPHeaders.swift
[2206/2214] Compiling Vapor HTTPMediaType.swift
[2207/2214] Compiling Vapor HTTPMediaTypePreference.swift
[2208/2214] Compiling Vapor Responder.swift
[2209/2214] Compiling Vapor Application+HTTP+Server.swift
[2210/2214] Compiling Vapor HTTPServer.swift
[2211/2214] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2212/2214] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2213/2214] Compiling Vapor HTTPServerHandler.swift
[2214/2214] Compiling Vapor HTTPServerRequestDecoder.swift
[2216/2219] Compiling DocCMiddleware DocCArchive.swift
[2217/2219] Compiling DocCMiddleware DocCMiddleware.swift
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:9:31: warning: 'RedirectType' is deprecated: renamed to 'Redirect'
  7 |     private let documentationDirectory: String
  8 |     private let archives: [DocCArchive]
  9 |     private let redirectType: RedirectType
    |                               |- warning: 'RedirectType' is deprecated: renamed to 'Redirect'
    |                               `- note: use 'Redirect' instead
 10 |
 11 |     private let staticFiles = [
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:28:88: warning: 'RedirectType' is deprecated: renamed to 'Redirect'
 26 |     ]
 27 |
 28 |     public init(documentationDirectory: String, archives: [DocCArchive], redirectType: RedirectType = .normal) {
    |                                                                                        |- warning: 'RedirectType' is deprecated: renamed to 'Redirect'
    |                                                                                        `- note: use 'Redirect' instead
 29 |         self.documentationDirectory = documentationDirectory
 30 |         self.archives = archives
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:8:17: warning: stored property 'archives' of 'Sendable'-conforming struct 'DocCMiddleware' has non-sendable type '[DocCArchive]'; this is an error in the Swift 6 language mode
  6 | public struct DocCMiddleware: AsyncMiddleware {
  7 |     private let documentationDirectory: String
  8 |     private let archives: [DocCArchive]
    |                 `- warning: stored property 'archives' of 'Sendable'-conforming struct 'DocCMiddleware' has non-sendable type '[DocCArchive]'; this is an error in the Swift 6 language mode
  9 |     private let redirectType: RedirectType
 10 |
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCArchive.swift:5:15: note: consider making struct 'DocCArchive' conform to the 'Sendable' protocol
 3 | import Vapor
 4 |
 5 | public struct DocCArchive {
   |               `- note: consider making struct 'DocCArchive' conform to the 'Sendable' protocol
 6 |     /// The relative directory for this archive.
 7 |     let archiveDirectory: String
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:9:17: warning: stored property 'redirectType' of 'Sendable'-conforming struct 'DocCMiddleware' has non-sendable type 'RedirectType'; this is an error in the Swift 6 language mode
  7 |     private let documentationDirectory: String
  8 |     private let archives: [DocCArchive]
  9 |     private let redirectType: RedirectType
    |                 `- warning: stored property 'redirectType' of 'Sendable'-conforming struct 'DocCMiddleware' has non-sendable type 'RedirectType'; this is an error in the Swift 6 language mode
 10 |
 11 |     private let staticFiles = [
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Request/Redirect.swift:48:13: note: enum 'RedirectType' does not conform to the 'Sendable' protocol
 46 | /// Specifies the type of redirect that the client should receive.
 47 | @available(*, deprecated, renamed: "Redirect")
 48 | public enum RedirectType {
    |             `- note: enum 'RedirectType' does not conform to the 'Sendable' protocol
 49 |     /// A cacheable redirect. Not all user-agents preserve request method and body, so
 50 |     /// this should only be used for GET or HEAD requests
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Vapor'
  1 | // Copyright © 2022 Brian Drelling. All rights reserved.
  2 |
  3 | import Vapor
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Vapor'
  4 |
  5 | /// Vapor middleware that serves files from a DocC archive.
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:149:76: warning: 'RedirectType' is deprecated: renamed to 'Redirect'
147 |
148 | public extension DocCMiddleware {
149 |     init(documentationDirectory: String, archives: [String], redirectType: RedirectType = .normal) {
    |                                                                            |- warning: 'RedirectType' is deprecated: renamed to 'Redirect'
    |                                                                            `- note: use 'Redirect' instead
150 |         self.init(
151 |             documentationDirectory: documentationDirectory,
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:157:78: warning: 'RedirectType' is deprecated: renamed to 'Redirect'
155 |     }
156 |
157 |     init(documentationDirectory: String, archive: DocCArchive, redirectType: RedirectType = .normal) {
    |                                                                              |- warning: 'RedirectType' is deprecated: renamed to 'Redirect'
    |                                                                              `- note: use 'Redirect' instead
158 |         self.init(documentationDirectory: documentationDirectory, archives: [archive], redirectType: redirectType)
159 |     }
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:161:73: warning: 'RedirectType' is deprecated: renamed to 'Redirect'
159 |     }
160 |
161 |     init(documentationDirectory: String, archive: String, redirectType: RedirectType = .normal) {
    |                                                                         |- warning: 'RedirectType' is deprecated: renamed to 'Redirect'
    |                                                                         `- note: use 'Redirect' instead
162 |         self.init(documentationDirectory: documentationDirectory, archives: [.init(name: archive)], redirectType: redirectType)
163 |     }
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:165:67: warning: 'RedirectType' is deprecated: renamed to 'Redirect'
163 |     }
164 |
165 |     init(app: Application, archives: [DocCArchive], redirectType: RedirectType = .normal) {
    |                                                                   |- warning: 'RedirectType' is deprecated: renamed to 'Redirect'
    |                                                                   `- note: use 'Redirect' instead
166 |         self.init(
167 |             documentationDirectory: app.directory.docsDirectory,
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:173:62: warning: 'RedirectType' is deprecated: renamed to 'Redirect'
171 |     }
172 |
173 |     init(app: Application, archives: [String], redirectType: RedirectType = .normal) {
    |                                                              |- warning: 'RedirectType' is deprecated: renamed to 'Redirect'
    |                                                              `- note: use 'Redirect' instead
174 |         self.init(
175 |             documentationDirectory: app.directory.docsDirectory,
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:181:64: warning: 'RedirectType' is deprecated: renamed to 'Redirect'
179 |     }
180 |
181 |     init(app: Application, archive: DocCArchive, redirectType: RedirectType = .normal) {
    |                                                                |- warning: 'RedirectType' is deprecated: renamed to 'Redirect'
    |                                                                `- note: use 'Redirect' instead
182 |         self.init(
183 |             documentationDirectory: app.directory.docsDirectory,
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:189:59: warning: 'RedirectType' is deprecated: renamed to 'Redirect'
187 |     }
188 |
189 |     init(app: Application, archive: String, redirectType: RedirectType = .normal) {
    |                                                           |- warning: 'RedirectType' is deprecated: renamed to 'Redirect'
    |                                                           `- note: use 'Redirect' instead
190 |         self.init(
191 |             documentationDirectory: app.directory.docsDirectory,
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:73:28: warning: 'redirect(to:type:)' is deprecated: renamed to 'redirect(to:redirectType:)'
 71 |         if path.trimmingTrailingSlashes() == archive.hostingBasePath.trimmingSlashes() || path.trimmingTrailingSlashes() == "\(archive.hostingBasePath.trimmingLeadingSlashes())documentation" {
 72 |             // The path matches our hosting base path and/or documentation path, with or without trailing slashes.
 73 |             return request.redirect(to: "\(archive.hostingBasePath)documentation/\(archive.archiveName.lowercased())", type: self.redirectType)
    |                            |- warning: 'redirect(to:type:)' is deprecated: renamed to 'redirect(to:redirectType:)'
    |                            `- note: use 'redirect(to:redirectType:)' instead
 74 |         } else if path.trimmingTrailingSlashes() == "\(archive.hostingBasePath.trimmingLeadingSlashes())/tutorials" {
 75 |             // The path matches our tutorials path, with or without trailing slashes.
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:76:28: warning: 'redirect(to:type:)' is deprecated: renamed to 'redirect(to:redirectType:)'
 74 |         } else if path.trimmingTrailingSlashes() == "\(archive.hostingBasePath.trimmingLeadingSlashes())/tutorials" {
 75 |             // The path matches our tutorials path, with or without trailing slashes.
 76 |             return request.redirect(to: "\(archive.hostingBasePath)tutorials/\(archive.archiveName.lowercased())", type: self.redirectType)
    |                            |- warning: 'redirect(to:type:)' is deprecated: renamed to 'redirect(to:redirectType:)'
    |                            `- note: use 'redirect(to:redirectType:)' instead
 77 |         } else if self.staticFileMatches(path: path, for: archive) {
 78 |             // The path matches a static file.
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:124:31: warning: 'streamFile(at:chunkSize:mediaType:onCompleted:)' is deprecated: Migrate to asyncStreamFile
122 |         }
123 |
124 |         return request.fileio.streamFile(at: absoluteFilePath)
    |                               `- warning: 'streamFile(at:chunkSize:mediaType:onCompleted:)' is deprecated: Migrate to asyncStreamFile
125 |     }
126 |
[2218/2219] Compiling DocCMiddleware String+TrimTrailingSlashes.swift
[2219/2219] Emitting module DocCMiddleware
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:9:31: warning: 'RedirectType' is deprecated: renamed to 'Redirect'
  7 |     private let documentationDirectory: String
  8 |     private let archives: [DocCArchive]
  9 |     private let redirectType: RedirectType
    |                               |- warning: 'RedirectType' is deprecated: renamed to 'Redirect'
    |                               `- note: use 'Redirect' instead
 10 |
 11 |     private let staticFiles = [
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:28:88: warning: 'RedirectType' is deprecated: renamed to 'Redirect'
 26 |     ]
 27 |
 28 |     public init(documentationDirectory: String, archives: [DocCArchive], redirectType: RedirectType = .normal) {
    |                                                                                        |- warning: 'RedirectType' is deprecated: renamed to 'Redirect'
    |                                                                                        `- note: use 'Redirect' instead
 29 |         self.documentationDirectory = documentationDirectory
 30 |         self.archives = archives
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:8:17: warning: stored property 'archives' of 'Sendable'-conforming struct 'DocCMiddleware' has non-sendable type '[DocCArchive]'; this is an error in the Swift 6 language mode
  6 | public struct DocCMiddleware: AsyncMiddleware {
  7 |     private let documentationDirectory: String
  8 |     private let archives: [DocCArchive]
    |                 `- warning: stored property 'archives' of 'Sendable'-conforming struct 'DocCMiddleware' has non-sendable type '[DocCArchive]'; this is an error in the Swift 6 language mode
  9 |     private let redirectType: RedirectType
 10 |
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCArchive.swift:5:15: note: consider making struct 'DocCArchive' conform to the 'Sendable' protocol
 3 | import Vapor
 4 |
 5 | public struct DocCArchive {
   |               `- note: consider making struct 'DocCArchive' conform to the 'Sendable' protocol
 6 |     /// The relative directory for this archive.
 7 |     let archiveDirectory: String
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:9:17: warning: stored property 'redirectType' of 'Sendable'-conforming struct 'DocCMiddleware' has non-sendable type 'RedirectType'; this is an error in the Swift 6 language mode
  7 |     private let documentationDirectory: String
  8 |     private let archives: [DocCArchive]
  9 |     private let redirectType: RedirectType
    |                 `- warning: stored property 'redirectType' of 'Sendable'-conforming struct 'DocCMiddleware' has non-sendable type 'RedirectType'; this is an error in the Swift 6 language mode
 10 |
 11 |     private let staticFiles = [
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Request/Redirect.swift:48:13: note: enum 'RedirectType' does not conform to the 'Sendable' protocol
 46 | /// Specifies the type of redirect that the client should receive.
 47 | @available(*, deprecated, renamed: "Redirect")
 48 | public enum RedirectType {
    |             `- note: enum 'RedirectType' does not conform to the 'Sendable' protocol
 49 |     /// A cacheable redirect. Not all user-agents preserve request method and body, so
 50 |     /// this should only be used for GET or HEAD requests
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Vapor'
  1 | // Copyright © 2022 Brian Drelling. All rights reserved.
  2 |
  3 | import Vapor
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Vapor'
  4 |
  5 | /// Vapor middleware that serves files from a DocC archive.
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:149:76: warning: 'RedirectType' is deprecated: renamed to 'Redirect'
147 |
148 | public extension DocCMiddleware {
149 |     init(documentationDirectory: String, archives: [String], redirectType: RedirectType = .normal) {
    |                                                                            |- warning: 'RedirectType' is deprecated: renamed to 'Redirect'
    |                                                                            `- note: use 'Redirect' instead
150 |         self.init(
151 |             documentationDirectory: documentationDirectory,
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:157:78: warning: 'RedirectType' is deprecated: renamed to 'Redirect'
155 |     }
156 |
157 |     init(documentationDirectory: String, archive: DocCArchive, redirectType: RedirectType = .normal) {
    |                                                                              |- warning: 'RedirectType' is deprecated: renamed to 'Redirect'
    |                                                                              `- note: use 'Redirect' instead
158 |         self.init(documentationDirectory: documentationDirectory, archives: [archive], redirectType: redirectType)
159 |     }
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:161:73: warning: 'RedirectType' is deprecated: renamed to 'Redirect'
159 |     }
160 |
161 |     init(documentationDirectory: String, archive: String, redirectType: RedirectType = .normal) {
    |                                                                         |- warning: 'RedirectType' is deprecated: renamed to 'Redirect'
    |                                                                         `- note: use 'Redirect' instead
162 |         self.init(documentationDirectory: documentationDirectory, archives: [.init(name: archive)], redirectType: redirectType)
163 |     }
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:165:67: warning: 'RedirectType' is deprecated: renamed to 'Redirect'
163 |     }
164 |
165 |     init(app: Application, archives: [DocCArchive], redirectType: RedirectType = .normal) {
    |                                                                   |- warning: 'RedirectType' is deprecated: renamed to 'Redirect'
    |                                                                   `- note: use 'Redirect' instead
166 |         self.init(
167 |             documentationDirectory: app.directory.docsDirectory,
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:173:62: warning: 'RedirectType' is deprecated: renamed to 'Redirect'
171 |     }
172 |
173 |     init(app: Application, archives: [String], redirectType: RedirectType = .normal) {
    |                                                              |- warning: 'RedirectType' is deprecated: renamed to 'Redirect'
    |                                                              `- note: use 'Redirect' instead
174 |         self.init(
175 |             documentationDirectory: app.directory.docsDirectory,
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:181:64: warning: 'RedirectType' is deprecated: renamed to 'Redirect'
179 |     }
180 |
181 |     init(app: Application, archive: DocCArchive, redirectType: RedirectType = .normal) {
    |                                                                |- warning: 'RedirectType' is deprecated: renamed to 'Redirect'
    |                                                                `- note: use 'Redirect' instead
182 |         self.init(
183 |             documentationDirectory: app.directory.docsDirectory,
/host/spi-builder-workspace/Sources/DocCMiddleware/DocCMiddleware.swift:189:59: warning: 'RedirectType' is deprecated: renamed to 'Redirect'
187 |     }
188 |
189 |     init(app: Application, archive: String, redirectType: RedirectType = .normal) {
    |                                                           |- warning: 'RedirectType' is deprecated: renamed to 'Redirect'
    |                                                           `- note: use 'Redirect' instead
190 |         self.init(
191 |             documentationDirectory: app.directory.docsDirectory,
Build complete! (353.19s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor"
    },
    {
      "identity" : "tools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.6",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-kipple/Tools"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "DocCMiddleware",
  "name" : "DocCMiddleware",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "DocCMiddleware",
      "targets" : [
        "DocCMiddleware"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DocCMiddlewareTests",
      "module_type" : "SwiftTarget",
      "name" : "DocCMiddlewareTests",
      "path" : "Tests/DocCMiddlewareTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "Extensions/XCTApplicationTester+Convenience.swift",
        "Tests/DocCMiddlewareTests.swift"
      ],
      "target_dependencies" : [
        "DocCMiddleware"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DocCMiddleware",
      "module_type" : "SwiftTarget",
      "name" : "DocCMiddleware",
      "path" : "Sources/DocCMiddleware",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "DocCMiddleware"
      ],
      "sources" : [
        "DocCArchive.swift",
        "DocCMiddleware.swift",
        "Extensions/String+TrimTrailingSlashes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.