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 PlotVapor, reference main (8ef961), with Swift 6.1 for Linux on 27 Apr 2025 04:29:05 UTC.

Swift 6 data race errors: 3

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/PlotVapor.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/PlotVapor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8ef9610 Major overhaul of Page rendering
Cloned https://github.com/bdrelling/PlotVapor.git
Revision (git rev-parse @):
8ef9610378bf3a509b4c887d17cd053ff370e048
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bdrelling/PlotVapor.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bdrelling/PlotVapor.git
https://github.com/bdrelling/PlotVapor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "plot",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.0",
            "upper_bound" : "0.12.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Plot"
    },
    {
      "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"
    }
  ],
  "manifest_display_name" : "PlotVapor",
  "name" : "PlotVapor",
  "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" : "PlotVapor",
      "targets" : [
        "PlotVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PlotVapor",
      "module_type" : "SwiftTarget",
      "name" : "PlotVapor",
      "path" : "Source/PlotVapor",
      "product_dependencies" : [
        "Plot",
        "Vapor"
      ],
      "product_memberships" : [
        "PlotVapor"
      ],
      "sources" : [
        "Components/Body.swift",
        "Components/Favicon.swift",
        "Components/Head.swift",
        "Components/HeadLink.swift",
        "Components/Meta.swift",
        "Components/NoScript.swift",
        "Components/Script.swift",
        "Components/Section.swift",
        "Components/Style.swift",
        "Components/StyleSheet.swift",
        "Components/ThemeColor.swift",
        "Components/Title.swift",
        "Extensions/Application+Sitemap.swift",
        "Extensions/EnvironmentKey+Vapor.swift",
        "Extensions/HTML+ComponentInit.swift",
        "Extensions/Node+MetaConvenience.swift",
        "Extensions/Renderable+ToView.swift",
        "Extensions/Request+Render.swift",
        "Middleware/SitemapMiddleware.swift",
        "Protocols/Page.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/swift-kipple/Tools
Fetching https://github.com/JohnSundell/Plot
[1/2086] Fetching plot
[22/2806] Fetching plot, tools
Fetching https://github.com/vapor/vapor
Fetched https://github.com/swift-kipple/Tools from cache (0.31s)
Fetched https://github.com/JohnSundell/Plot from cache (0.32s)
[1/74313] Fetching vapor
Fetched https://github.com/vapor/vapor from cache (2.76s)
Computing version for https://github.com/JohnSundell/Plot
Computed https://github.com/JohnSundell/Plot at 0.11.0 (3.67s)
Computing version for https://github.com/swift-kipple/Tools
Computed https://github.com/swift-kipple/Tools at 0.5.4 (0.66s)
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-argument-parser
[1/14950] Fetching swift-argument-parser
[2/61680] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (29.73s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (30.61s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (31.61s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (1.08s)
Computing version for https://github.com/vapor/vapor
Computed https://github.com/vapor/vapor at 4.114.1 (1.14s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1059] Fetching swift-service-context
[722/4267] Fetching swift-service-context, multipart-kit
[1638/9237] Fetching swift-service-context, multipart-kit, swift-distributed-tracing
[2194/10942] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-atomics
[4624/16845] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.01s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetched https://github.com/apple/swift-service-context.git from cache (1.25s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.26s)
Fetching https://github.com/apple/swift-nio-extras.git
[3343/7113] Fetching multipart-kit, swift-atomics, swift-metrics
[4779/10949] Fetching multipart-kit, swift-atomics, swift-metrics, swift-log
[5708/16611] Fetching multipart-kit, swift-atomics, swift-metrics, swift-log, swift-nio-extras
[14034/19207] Fetching multipart-kit, swift-atomics, swift-metrics, swift-log, swift-nio-extras, websocket-kit
Fetched https://github.com/apple/swift-metrics.git from cache (0.78s)
[12419/17007] Fetching multipart-kit, swift-atomics, swift-log, swift-nio-extras, websocket-kit
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-log.git from cache (0.70s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.98s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.92s)
Fetching https://github.com/vapor/routing-kit.git
[3355/16405] Fetching multipart-kit, swift-atomics, swift-nio-http2
[5884/37132] Fetching multipart-kit, swift-atomics, swift-nio-http2, routing-kit
[9890/51925] Fetching multipart-kit, swift-atomics, swift-nio-http2, routing-kit, swift-nio-ssl
[23968/127356] Fetching multipart-kit, swift-atomics, swift-nio-http2, routing-kit, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (3.64s)
[43585/125651] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/multipart-kit.git from cache (3.91s)
[44973/122443] Fetching swift-nio-http2, routing-kit, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/console-kit.git
[105850/136227] Fetching swift-nio-http2, routing-kit, swift-nio-ssl, swift-nio, swift-crypto
[136228/141712] Fetching swift-nio-http2, routing-kit, swift-nio-ssl, swift-nio, swift-crypto, console-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (6.31s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (8.11s)
Fetching https://github.com/swift-server/async-http-client.git
[1/2370] Fetching async-kit
Fetched https://github.com/apple/swift-nio-ssl.git from cache (9.03s)
Fetched https://github.com/vapor/console-kit.git from cache (7.33s)
Fetched https://github.com/apple/swift-crypto.git from cache (7.62s)
[1/13787] Fetching async-http-client
Fetched https://github.com/apple/swift-nio.git from cache (10.27s)
Fetched https://github.com/vapor/async-kit.git from cache (4.94s)
Fetched https://github.com/swift-server/async-http-client.git from cache (5.34s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (16.36s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.07s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.49s)
Fetched https://github.com/apple/swift-collections.git from cache (1.52s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (2.07s)
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.54s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.55s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.56s)
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.29s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.92s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.49s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (1.07s)
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.82s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.35s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.35s)
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 (1.19s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.11s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.04s)
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.70s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.13s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.57s)
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.93s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (2.48s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.72s)
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.93s)
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.59s)
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.58s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.82s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.24s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.92s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-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/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-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/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/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/swift-kipple/Tools
Working copy of https://github.com/swift-kipple/Tools resolved at 0.5.4
Creating working copy for https://github.com/JohnSundell/Plot
Working copy of https://github.com/JohnSundell/Plot resolved at 0.11.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
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-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/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-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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/vapor
Working copy of https://github.com/vapor/vapor resolved at 4.114.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-nio-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-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/834] Write sources
[43/834] Compiling CNIOWindows shim.c
[44/834] Write sources
[45/834] Compiling CNIOWindows WSAStartup.c
[46/834] Compiling CNIOWASI CNIOWASI.c
[47/834] Write sources
[47/834] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[48/834] Write sources
[55/834] Compiling CVaporBcrypt bcrypt.c
[56/834] Compiling _NumericsShims _NumericsShims.c
[57/834] Compiling _AtomicsShims.c
[58/834] Compiling CNIOLinux liburing_shims.c
[59/834] Compiling CSystem shims.c
[60/834] Compiling CNIOExtrasZlib empty.c
[61/834] Compiling CNIOSHA1 c_nio_sha1.c
[62/834] Compiling CNIOLLHTTP c_nio_http.c
[63/834] Compiling CNIOLinux shim.c
[64/834] Compiling CNIODarwin shim.c
[65/834] Compiling CNIOLLHTTP c_nio_api.c
[66/834] Compiling fiat_p256_adx_mul.S
[67/834] Compiling fiat_p256_adx_sqr.S
[68/834] Compiling fiat_curve25519_adx_square.S
[69/834] Compiling fiat_curve25519_adx_mul.S
[70/834] Compiling CVaporBcrypt blf.c
[71/834] Write swift-version-24593BA9C3E375BF.txt
[72/834] Compiling CNIOBoringSSLShims shims.c
[73/834] Compiling CNIOLLHTTP c_nio_llhttp.c
[75/840] Emitting module _NIOBase64
[75/840] Compiling tls_method.cc
[76/840] Compiling tls_record.cc
[77/871] Compiling tls13_client.cc
[78/871] Compiling tls13_server.cc
[79/871] Compiling tls13_both.cc
[80/871] Compiling tls13_enc.cc
[82/961] Emitting module InternalCollectionsUtilities
[83/963] Compiling InternalCollectionsUtilities _SortedCollection.swift
[84/963] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[85/963] Emitting module RealModule
[86/963] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[87/963] Compiling InternalCollectionsUtilities Integer rank.swift
[88/964] Compiling ServiceContextModule ServiceContextKey.swift
[89/964] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[90/964] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[91/964] Compiling RealModule ElementaryFunctions.swift
[92/964] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[93/964] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[94/964] Compiling ServiceContextModule ServiceContext.swift
[95/964] Emitting module ServiceContextModule
[96/965] Compiling RealModule Float80+Real.swift
[97/965] Compiling RealModule Real.swift
[98/965] Compiling _NIOBase64 Base64.swift
[100/965] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[101/965] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[102/965] Compiling InternalCollectionsUtilities UInt+reversed.swift
[103/965] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[107/966] Compiling InternalCollectionsUtilities Debugging.swift
[108/966] Compiling InternalCollectionsUtilities Descriptions.swift
[109/966] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[110/966] Compiling InternalCollectionsUtilities Specialize.swift
[111/966] Compiling RealModule Float+Real.swift
[112/966] Compiling RealModule Float16+Real.swift
[113/966] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[114/966] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[115/967] Compiling Plot HTMLFormContentType.swift
[116/967] Compiling Plot HTMLFormMethod.swift
[117/967] Compiling Plot HTMLInputType.swift
[118/970] Compiling RealModule RealFunctions.swift
[119/971] Compiling _NIODataStructures _TinyArray.swift
[120/971] Compiling _NIODataStructures PriorityQueue.swift
[123/971] Emitting module SystemPackage
[130/1103] Emitting module Instrumentation
[131/1103] Compiling Instrumentation NoOpInstrument.swift
[132/1103] Compiling Instrumentation MultiplexInstrument.swift
[133/1103] Compiling Instrumentation Instrument.swift
[134/1103] Compiling _RopeModule BigString+Chunk+Splitting.swift
[135/1103] Compiling _RopeModule BigString+Chunk.swift
[136/1103] Compiling _RopeModule BigString+BidirectionalCollection.swift
[137/1103] Compiling CoreMetrics Locks.swift
[138/1103] Compiling Logging MetadataProvider.swift
[139/1103] Compiling _RopeModule BigString+Insert.swift
[140/1103] Compiling _RopeModule BigString+Managing Breaks.swift
[141/1103] Compiling _RopeModule BigString+RemoveSubrange.swift
[142/1103] Compiling _RopeModule BigString+ReplaceSubrange.swift
[143/1103] Compiling _RopeModule BigString+Ingester.swift
[144/1103] Compiling _RopeModule BigString+Invariants.swift
[145/1103] Compiling _RopeModule BigString+Iterators.swift
[146/1103] Compiling _RopeModule BigString+Metrics.swift
[147/1103] Compiling _RopeModule BigString+Summary.swift
[148/1103] Compiling _RopeModule BigString.swift
[149/1103] Compiling _RopeModule BigString+Append.swift
[150/1103] Compiling _RopeModule BigString+Initializers.swift
[151/1103] Emitting module Logging
[152/1103] Compiling Instrumentation InstrumentationSystem.swift
[153/1103] Compiling Instrumentation Locks.swift
[154/1104] Compiling _RopeModule BigString+Split.swift
[155/1104] Compiling _RopeModule Range+BigString.swift
[156/1104] Compiling _RopeModule BigString+UTF16View.swift
[157/1104] Compiling _RopeModule BigString+UTF8View.swift
[158/1104] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[159/1104] Compiling _RopeModule BigString+Chunk+Breaks.swift
[160/1104] Compiling _RopeModule BigString+Chunk+Counts.swift
[161/1104] Compiling _RopeModule BigString+Chunk+Description.swift
[162/1104] Emitting module _NIODataStructures
[163/1104] Compiling _NIODataStructures Heap.swift
[164/1105] Compiling Logging Locks.swift
[165/1105] Compiling Logging Logging.swift
[166/1105] Compiling Logging LogHandler.swift
[167/1107] Emitting module CoreMetrics
[168/1107] Emitting module Plot
[173/1115] Compiling _RopeModule Rope+Invariants.swift
[174/1115] Compiling _RopeModule Rope+_Node.swift
[175/1115] Compiling _RopeModule Rope+_Storage.swift
[176/1115] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[177/1115] Compiling _RopeModule Rope+_UnsafeHandle.swift
[178/1115] Compiling _RopeModule Rope.swift
[179/1115] Compiling _RopeModule RopeElement.swift
[180/1115] Compiling _RopeModule BigString+UnicodeScalarView.swift
[181/1115] Compiling _RopeModule BigSubstring+UTF16View.swift
[182/1115] Compiling _RopeModule BigSubstring+UTF8View.swift
[183/1115] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[184/1115] Compiling _RopeModule BigSubstring.swift
[185/1115] Compiling _RopeModule Rope+Builder.swift
[186/1115] Compiling _RopeModule Rope+Debugging.swift
[187/1219] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[188/1219] Compiling HashTreeCollections _AncestorHashSlots.swift
[189/1219] Compiling HashTreeCollections _Bitmap.swift
[190/1219] Compiling HashTreeCollections _Bucket.swift
[191/1219] Compiling HashTreeCollections _Hash.swift
[192/1219] Compiling HashTreeCollections _HashLevel.swift
[193/1219] Compiling HashTreeCollections _HashNode+Builder.swift
[194/1219] Compiling HashTreeCollections _HashNode+Debugging.swift
[195/1219] Compiling HashTreeCollections _HashNode+Initializers.swift
[196/1219] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[197/1219] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[198/1219] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[199/1219] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[200/1219] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[201/1219] Compiling HashTreeCollections _HashNode+Structural merge.swift
[202/1219] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[203/1219] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[204/1219] Compiling HashTreeCollections _HashNode+Structural union.swift
[205/1219] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[206/1219] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[207/1219] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[208/1219] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[209/1219] Compiling HashTreeCollections _HashNode.swift
[210/1219] Compiling HashTreeCollections _HashNodeHeader.swift
[211/1219] Compiling HashTreeCollections _HashSlot.swift
[212/1219] Compiling HashTreeCollections _HashStack.swift
[213/1219] Compiling HashTreeCollections _HashTreeIterator.swift
[214/1219] Compiling HashTreeCollections _HashTreeStatistics.swift
[215/1219] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[216/1219] Compiling HashTreeCollections _RawHashNode.swift
[217/1219] Compiling HashTreeCollections _UnmanagedHashNode.swift
[218/1219] Compiling HashTreeCollections _UnsafePath.swift
[219/1219] Compiling HashTreeCollections TreeDictionary+Codable.swift
[220/1219] Compiling HeapModule Heap+Descriptions.swift
[221/1219] Emitting module RoutingKit
[222/1219] Compiling Tracing InstrumentationSystem+Tracing.swift
[223/1219] Compiling HeapModule _HeapNode.swift
[224/1219] Compiling Tracing TracingTime.swift
[225/1219] Compiling HeapModule Heap.swift
[226/1219] Compiling RoutingKit PathComponent.swift
[227/1219] Emitting module Tracing
[228/1219] Compiling HeapModule Heap+Invariants.swift
[229/1219] Compiling HeapModule Heap+UnsafeHandle.swift
[230/1219] Compiling Tracing TracerProtocol.swift
[231/1219] Compiling HashTreeCollections TreeDictionary+Keys.swift
[232/1219] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[233/1219] Compiling HashTreeCollections TreeDictionary+Merge.swift
[234/1219] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[235/1219] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[236/1219] Compiling HashTreeCollections TreeDictionary+Values.swift
[237/1219] Compiling HashTreeCollections TreeDictionary.swift
[238/1219] Compiling HashTreeCollections TreeSet+Codable.swift
[239/1219] Compiling CoreMetrics Metrics.swift
[240/1220] Emitting module HeapModule
[241/1221] Compiling Tracing TracerProtocol+Legacy.swift
[242/1221] Compiling Tracing Tracer.swift
[243/1221] Compiling RoutingKit Router.swift
[244/1221] Compiling RoutingKit TrieRouter.swift
[245/1221] Compiling HashTreeCollections TreeSet+Collection.swift
[246/1221] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[247/1221] Compiling HashTreeCollections TreeSet+Debugging.swift
[248/1221] Compiling HashTreeCollections TreeSet+Descriptions.swift
[249/1221] Compiling HashTreeCollections TreeSet+Equatable.swift
[250/1221] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[251/1221] Compiling HashTreeCollections TreeSet+Extras.swift
[252/1221] Compiling HashTreeCollections TreeSet+Filter.swift
[253/1221] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[254/1221] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[255/1221] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[256/1221] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[257/1221] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[258/1221] Compiling HashTreeCollections TreeDictionary+Filter.swift
[259/1221] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[260/1221] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[269/1221] Compiling HashTreeCollections TreeDictionary+Collection.swift
[271/1221] Compiling HashTreeCollections TreeSet+Hashable.swift
[272/1221] Compiling HashTreeCollections TreeSet+Sendable.swift
[273/1221] Compiling HashTreeCollections TreeSet+Sequence.swift
[274/1221] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[275/1221] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[276/1221] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[277/1221] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[278/1221] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[279/1221] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[280/1221] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[289/1233] Compiling HashTreeCollections _HashNode+Lookups.swift
[290/1233] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[291/1233] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[292/1233] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[293/1233] Compiling HashTreeCollections _HashNode+Storage.swift
[294/1233] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[295/1233] Compiling HashTreeCollections _HashNode+Structural filter.swift
[305/1233] Compiling HashTreeCollections _HashNode+Invariants.swift
[322/1245] Compiling RoutingKit Parameters.swift
[323/1247] Compiling RoutingKit AnyRouter.swift
[324/1250] Compiling Tracing NoOpTracer.swift
[325/1250] Compiling Tracing SpanProtocol.swift
[350/1251] Emitting module Metrics
[351/1251] Compiling Metrics Metrics.swift
[352/1251] Compiling DequeModule Deque+CustomReflectable.swift
[353/1251] Compiling DequeModule Deque+Descriptions.swift
[372/1263] Compiling DequeModule _DequeBuffer.swift
[373/1263] Compiling DequeModule _DequeBufferHeader.swift
[382/1282] Compiling Atomics OptionalRawRepresentable.swift
[383/1282] Compiling Atomics RawRepresentable.swift
[384/1282] Compiling Atomics AtomicBool.swift
[385/1282] Compiling Atomics Primitives.shims.swift
[386/1282] Compiling Atomics AtomicInteger.swift
[387/1282] Compiling Atomics AtomicOptionalWrappable.swift
[388/1282] Compiling Atomics IntegerConformances.swift
[389/1282] Compiling Atomics PointerConformances.swift
[390/1282] Compiling Atomics Primitives.native.swift
[391/1282] Compiling Atomics AtomicReference.swift
[396/1282] Compiling _RopeModule _CharacterRecognizer.swift
[397/1282] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[398/1282] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[399/1282] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[400/1282] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[401/1282] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[402/1282] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[403/1282] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[404/1282] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[405/1282] Compiling HashTreeCollections TreeSet.swift
[406/1282] Compiling Atomics UnsafeAtomic.swift
[407/1282] Compiling Atomics UnsafeAtomicLazyReference.swift
[408/1284] Compiling Atomics ManagedAtomic.swift
[409/1284] Compiling Atomics ManagedAtomicLazyReference.swift
[410/1284] Emitting module OrderedCollections
[411/1284] Compiling Atomics AtomicMemoryOrderings.swift
[412/1284] Compiling Atomics DoubleWord.swift
[437/1285] Compiling Atomics AtomicStorage.swift
[438/1285] Compiling Atomics AtomicValue.swift
[439/1285] Emitting module DequeModule
[440/1286] Compiling Atomics IntegerOperations.swift
[441/1286] Compiling Atomics Unmanaged extensions.swift
[443/1286] Emitting module _RopeModule
[443/1286] Compiling ssl_versions.cc
[444/1286] Compiling t1_enc.cc
[445/1286] Compiling ssl_x509.cc
[518/1286] Compiling ssl_transcript.cc
[520/1286] Compiling _RopeModule Rope+Join.swift
[521/1286] Compiling _RopeModule Rope+MutatingForEach.swift
[522/1286] Compiling _RopeModule Rope+Remove.swift
[523/1286] Compiling _RopeModule Rope+RemoveSubrange.swift
[524/1286] Compiling _RopeModule Rope+Split.swift
[525/1286] Compiling _RopeModule Optional Utilities.swift
[526/1286] Compiling _RopeModule String Utilities.swift
[527/1286] Compiling _RopeModule String.Index+ABI.swift
[530/1287] Emitting module Atomics
[537/1288] Emitting module HashTreeCollections
[539/1289] Compiling ssl_stat.cc
[540/1289] Compiling ssl_privkey.cc
[541/1289] Compiling ssl_session.cc
[542/1289] Compiling ssl_lib.cc
[543/1289] Compiling ssl_key_share.cc
[544/1289] Compiling ssl_file.cc
[545/1289] Compiling ssl_cipher.cc
[546/1289] Compiling ssl_credential.cc
[547/1289] Compiling ssl_buffer.cc
[548/1289] Compiling ssl_cert.cc
[549/1289] Compiling ssl_asn1.cc
[550/1289] Compiling s3_pkt.cc
[551/1289] Compiling ssl_aead_ctx.cc
[552/1289] Compiling s3_lib.cc
[553/1289] Compiling handshake_server.cc
[554/1289] Compiling s3_both.cc
[555/1289] Compiling encrypted_client_hello.cc
[556/1289] Compiling handshake.cc
[557/1289] Compiling handshake_client.cc
[558/1289] Compiling handoff.cc
[559/1289] Compiling extensions.cc
[560/1289] Compiling md5-x86_64-linux.S
[561/1289] Compiling dtls_method.cc
[562/1289] Compiling md5-x86_64-apple.S
[563/1289] Compiling md5-586-linux.S
[564/1289] Compiling md5-586-apple.S
[565/1289] Compiling dtls_record.cc
[566/1289] Compiling chacha20_poly1305_x86_64-linux.S
[567/1289] Compiling chacha20_poly1305_x86_64-apple.S
[568/1289] Compiling chacha20_poly1305_armv8-win.S
[569/1289] Compiling chacha20_poly1305_armv8-linux.S
[570/1289] Compiling chacha20_poly1305_armv8-apple.S
[571/1289] Compiling d1_srtp.cc
[572/1289] Compiling chacha-x86_64-apple.S
[573/1289] Compiling chacha-x86_64-linux.S
[574/1289] Compiling err_data.cc
[575/1289] Compiling chacha-x86-linux.S
[576/1289] Compiling bio_ssl.cc
[577/1289] Compiling chacha-x86-apple.S
[578/1289] Compiling chacha-armv4-linux.S
[579/1289] Compiling chacha-armv8-win.S
[580/1289] Compiling chacha-armv8-apple.S
[581/1289] Compiling chacha-armv8-linux.S
[582/1289] Compiling aes128gcmsiv-x86_64-linux.S
[583/1289] Compiling aes128gcmsiv-x86_64-apple.S
[584/1289] Compiling x86_64-mont5-apple.S
[585/1289] Compiling x86_64-mont5-linux.S
[586/1289] Compiling x86-mont-linux.S
[587/1289] Compiling x86_64-mont-apple.S
[588/1289] Compiling x86-mont-apple.S
[589/1289] Compiling x86_64-mont-linux.S
[590/1289] Compiling vpaes-x86-linux.S
[591/1289] Compiling vpaes-x86_64-linux.S
[591/1289] Compiling vpaes-x86_64-apple.S
[593/1289] Compiling vpaes-x86-apple.S
[594/1289] Compiling d1_pkt.cc
[595/1289] Compiling vpaes-armv8-win.S
[596/1289] Compiling vpaes-armv8-linux.S
[597/1289] Compiling vpaes-armv8-apple.S
[598/1289] Compiling vpaes-armv7-linux.S
[599/1289] Compiling sha512-armv8-linux.S
[600/1289] Compiling sha512-armv8-win.S
[601/1289] Compiling sha512-x86_64-linux.S
[602/1289] Compiling sha512-x86_64-apple.S
[603/1289] Compiling sha512-armv8-apple.S
[604/1289] Compiling sha512-armv4-linux.S
[605/1289] Compiling sha512-586-linux.S
[606/1289] Compiling sha512-586-apple.S
[607/1289] Compiling sha256-x86_64-linux.S
[608/1289] Compiling sha256-x86_64-apple.S
[608/1289] Compiling sha256-armv8-win.S
[610/1289] Compiling sha256-armv8-linux.S
[611/1289] Compiling sha256-armv4-linux.S
[612/1289] Compiling sha256-586-apple.S
[613/1289] Compiling sha256-armv8-apple.S
[614/1289] Compiling sha256-586-linux.S
[615/1289] Compiling sha1-x86_64-apple.S
[616/1289] Compiling sha1-x86_64-linux.S
[617/1289] Compiling sha1-armv8-apple.S
[618/1289] Compiling sha1-armv8-win.S
[619/1289] Compiling sha1-armv8-linux.S
[620/1289] Compiling d1_both.cc
[621/1289] Compiling sha1-armv4-large-linux.S
[622/1289] Compiling sha1-586-linux.S
[623/1289] Compiling sha1-586-apple.S
[624/1289] Compiling rsaz-avx2-linux.S
[625/1289] Compiling p256_beeu-x86_64-asm-linux.S
[625/1289] Compiling d1_lib.cc
[627/1289] Compiling p256_beeu-x86_64-asm-apple.S
[628/1289] Compiling rdrand-x86_64-linux.S
[629/1289] Compiling rdrand-x86_64-apple.S
[630/1289] Compiling rsaz-avx2-apple.S
[631/1289] Compiling p256_beeu-armv8-asm-win.S
[632/1289] Compiling p256_beeu-armv8-asm-apple.S
[633/1289] Compiling p256-armv8-asm-win.S
[634/1289] Compiling p256_beeu-armv8-asm-linux.S
[635/1289] Compiling p256-x86_64-asm-linux.S
[636/1289] Compiling p256-x86_64-asm-apple.S
[637/1289] Compiling p256-armv8-asm-linux.S
[638/1289] Compiling ghashv8-armv8-win.S
[639/1289] Compiling p256-armv8-asm-apple.S
[640/1289] Compiling ghashv8-armv8-linux.S
[641/1289] Compiling ghashv8-armv8-apple.S
[642/1289] Compiling ghashv8-armv7-linux.S
[643/1289] Compiling ghash-x86_64-linux.S
[644/1289] Compiling ghash-x86-apple.S
[645/1289] Compiling ghash-x86_64-apple.S
[646/1289] Compiling ghash-ssse3-x86_64-apple.S
[647/1289] Compiling ghash-ssse3-x86_64-linux.S
[648/1289] Compiling ghash-x86-linux.S
[649/1289] Compiling ghash-ssse3-x86-linux.S
[650/1289] Compiling ghash-ssse3-x86-apple.S
[651/1289] Compiling ghash-neon-armv8-linux.S
[652/1289] Compiling ghash-neon-armv8-apple.S
[653/1289] Compiling ghash-neon-armv8-win.S
[654/1289] Compiling co-586-linux.S
[655/1289] Compiling co-586-apple.S
[656/1289] Compiling ghash-armv4-linux.S
[657/1289] Compiling bsaes-armv7-linux.S
[658/1289] Compiling bn-armv8-linux.S
[659/1289] Compiling bn-armv8-win.S
[660/1289] Compiling armv8-mont-apple.S
[661/1289] Compiling armv8-mont-win.S
[662/1289] Compiling bn-586-linux.S
[663/1289] Compiling armv4-mont-linux.S
[664/1289] Compiling bn-armv8-apple.S
[664/1289] Compiling bn-586-apple.S
[666/1289] Compiling armv8-mont-linux.S
[667/1289] Compiling aesv8-gcm-armv8-win.S
[668/1289] Compiling aesv8-gcm-armv8-linux.S
[669/1289] Compiling aesv8-gcm-armv8-apple.S
[669/1289] Compiling aesv8-armv7-linux.S
[671/1289] Compiling aesv8-armv8-win.S
[672/1289] Compiling aesv8-armv8-apple.S
[673/1289] Compiling aesni-x86_64-apple.S
[674/1289] Compiling aesv8-armv8-linux.S
[675/1289] Compiling aesni-x86_64-linux.S
[676/1289] Compiling aesni-x86-apple.S
[677/1289] Compiling aesni-gcm-x86_64-apple.S
[678/1289] Compiling aesni-x86-linux.S
[679/1289] Compiling aes-gcm-avx2-x86_64-apple.S
[680/1289] Compiling aes-gcm-avx2-x86_64-linux.S
[681/1289] Compiling aes-gcm-avx10-x86_64-apple.S
[682/1289] Compiling aesni-gcm-x86_64-linux.S
[683/1289] Compiling aes-gcm-avx10-x86_64-linux.S
[684/1289] Compiling x_sig.cc
[685/1289] Compiling x_req.cc
[686/1289] Compiling x_spki.cc
[687/1289] Compiling x_x509a.cc
[688/1289] Compiling x_x509.cc
[689/1289] Compiling x_pubkey.cc
[690/1289] Compiling x_val.cc
[691/1289] Compiling x_name.cc
[692/1289] Compiling x_algor.cc
[693/1289] Compiling x_attrib.cc
[694/1289] Compiling x509spki.cc
[695/1289] Compiling x509name.cc
[696/1289] Compiling x_exten.cc
[697/1289] Compiling x509rset.cc
[698/1289] Compiling x_crl.cc
[699/1289] Compiling x_all.cc
[700/1289] Compiling x509_v3.cc
[701/1289] Compiling x509_txt.cc
[702/1289] Compiling x509cset.cc
[703/1289] Compiling x509_vpm.cc
[704/1289] Compiling x509_vfy.cc
[705/1289] Compiling x509_trs.cc
[706/1289] Compiling x509_set.cc
[707/1289] Compiling x509_obj.cc
[708/1289] Compiling x509_req.cc
[709/1289] Compiling x509_ext.cc
[710/1289] Compiling x509_cmp.cc
[711/1289] Compiling x509_def.cc
[712/1289] Compiling x509_lu.cc
[713/1289] Compiling x509_d2.cc
[714/1289] Compiling x509.cc
[715/1289] Compiling x509_att.cc
[716/1289] Compiling v3_skey.cc
[717/1289] Compiling v3_purp.cc
[718/1289] Compiling v3_utl.cc
[719/1289] Compiling v3_pcons.cc
[720/1289] Compiling v3_prn.cc
[721/1289] Compiling v3_ocsp.cc
[722/1289] Compiling v3_pmaps.cc
[723/1289] Compiling v3_ncons.cc
[724/1289] Compiling v3_lib.cc
[725/1289] Compiling v3_genn.cc
[725/1289] Compiling v3_int.cc
[725/1289] Compiling v3_ia5.cc
[725/1289] Compiling v3_info.cc
[725/1289] Compiling v3_extku.cc
[725/1289] Compiling v3_enum.cc
[731/1289] Compiling v3_cpols.cc
[732/1289] Compiling v3_crld.cc
[733/1289] Compiling v3_conf.cc
[734/1289] Compiling v3_akeya.cc
[735/1289] Compiling v3_alt.cc
[736/1289] Compiling v3_bitst.cc
[737/1289] Compiling v3_bcons.cc
[738/1289] Compiling v3_akey.cc
[739/1289] Compiling t_x509a.cc
[740/1289] Compiling t_x509.cc
[741/1289] Compiling i2d_pr.cc
[742/1289] Compiling policy.cc
[743/1289] Compiling name_print.cc
[744/1289] Compiling t_req.cc
[745/1289] Compiling t_crl.cc
[746/1289] Compiling rsa_pss.cc
[747/1289] Compiling asn1_gen.cc
[748/1289] Compiling by_file.cc
[749/1289] Compiling voprf.cc
[750/1289] Compiling algorithm.cc
[751/1289] Compiling a_digest.cc
[752/1289] Compiling by_dir.cc
[753/1289] Compiling a_verify.cc
[754/1289] Compiling thread_pthread.cc
[755/1289] Compiling thread_win.cc
[756/1289] Compiling a_sign.cc
[757/1289] Compiling thread_none.cc
[758/1289] Compiling thread.cc
[759/1289] Compiling trust_token.cc
[760/1289] Compiling pmbtoken.cc
[761/1289] Compiling stack.cc
[762/1289] Compiling siphash.cc
[763/1289] Compiling sha1.cc
[764/1289] Compiling sha256.cc
[765/1289] Compiling sha512.cc
[766/1289] Compiling slhdsa.cc
[767/1289] Compiling rsa_extra.cc
[768/1289] Compiling rsa_print.cc
[769/1289] Compiling rc4.cc
[770/1289] Compiling refcount.cc
[771/1289] Compiling spake2plus.cc
[772/1289] Compiling urandom.cc
[773/1289] Compiling trusty.cc
[774/1289] Compiling rsa_crypt.cc
[775/1289] Compiling windows.cc
[776/1289] Compiling passive.cc
[777/1289] Compiling rand.cc
[778/1289] Compiling rsa_asn1.cc
[779/1289] Compiling ios.cc
[780/1289] Compiling poly1305_arm_asm.S
[781/1289] Compiling forkunsafe.cc
[782/1289] Compiling getentropy.cc
[783/1289] Compiling deterministic.cc
[784/1289] Compiling fork_detect.cc
[785/1289] Compiling poly1305_arm.cc
[786/1289] Compiling poly1305_vec.cc
[787/1289] Compiling poly1305.cc
[788/1289] Compiling pool.cc
[789/1289] Compiling pkcs7.cc
[790/1289] Compiling p5_pbev2.cc
[791/1289] Compiling pkcs8.cc
[791/1289] Compiling pkcs8_x509.cc
[793/1289] Compiling pem_x509.cc
[794/1289] Compiling pem_xaux.cc
[795/1289] Compiling pem_pkey.cc
[796/1289] Compiling pkcs7_x509.cc
[797/1289] Compiling pem_pk8.cc
[798/1289] Compiling mlkem.cc
[799/1289] Compiling pem_info.cc
[800/1289] Compiling obj_xref.cc
[801/1289] Compiling obj.cc
[802/1289] Compiling pem_oth.cc
[803/1289] Compiling mldsa.cc
[804/1289] Compiling pem_lib.cc
[805/1289] Compiling mem.cc
[806/1289] Compiling poly_rq_mul.S
[807/1289] Compiling fips_shared_support.cc
[808/1289] Compiling pem_all.cc
[809/1289] Compiling md5.cc
[810/1289] Compiling md4.cc
[811/1289] Compiling lhash.cc
[812/1289] Compiling hrss.cc
[813/1289] Compiling sign.cc
[814/1289] Compiling ex_data.cc
[815/1289] Compiling kyber.cc
[816/1289] Compiling scrypt.cc
[817/1289] Compiling print.cc
[818/1289] Compiling hpke.cc
[819/1289] Compiling pbkdf.cc
[820/1289] Compiling p_x25519.cc
[821/1289] Compiling p_ed25519.cc
[822/1289] Compiling p_x25519_asn1.cc
[823/1289] Compiling p_rsa_asn1.cc
[824/1289] Compiling p_rsa.cc
[825/1289] Compiling p_hkdf.cc
[826/1289] Compiling p_ed25519_asn1.cc
[827/1289] Compiling p_ec_asn1.cc
[828/1289] Compiling p_ec.cc
[829/1289] Compiling p_dh.cc
[830/1289] Compiling p_dh_asn1.cc
[831/1289] Compiling evp_ctx.cc
[832/1289] Compiling p_dsa_asn1.cc
[833/1289] Compiling evp.cc
[834/1289] Compiling err.cc
[835/1289] Compiling engine.cc
[836/1289] Compiling ecdh.cc
[837/1289] Compiling hash_to_curve.cc
[838/1289] Compiling evp_asn1.cc
[839/1289] Compiling ecdsa_asn1.cc
[840/1289] Compiling ec_derive.cc
[841/1289] Compiling dsa.cc
[842/1289] Compiling params.cc
[843/1289] Compiling ec_asn1.cc
[844/1289] Compiling digest_extra.cc
[845/1289] Compiling x25519-asm-arm.S
[846/1289] Compiling dsa_asn1.cc
[847/1289] Compiling des.cc
[848/1289] Compiling dh_asn1.cc
[849/1289] Compiling cpu_intel.cc
[850/1289] Compiling cpu_arm_linux.cc
[851/1289] Compiling crypto.cc
[852/1289] Compiling spake25519.cc
[853/1289] Compiling curve25519.cc
[854/1289] Compiling cpu_arm_freebsd.cc
[855/1289] Compiling cpu_aarch64_win.cc
[856/1289] Compiling cpu_aarch64_openbsd.cc
[857/1289] Compiling curve25519_64_adx.cc
[858/1289] Compiling cpu_aarch64_linux.cc
[859/1289] Compiling cpu_aarch64_fuchsia.cc
[860/1289] Compiling cpu_aarch64_sysreg.cc
[861/1289] Compiling cpu_aarch64_apple.cc
[862/1289] Compiling bcm.cc
[863/1289] Compiling tls_cbc.cc
[864/1289] Compiling get_cipher.cc
[865/1289] Compiling conf.cc
[866/1289] Compiling e_rc4.cc
[867/1289] Compiling e_tls.cc
[868/1289] Compiling e_rc2.cc
[869/1289] Compiling e_des.cc
[870/1289] Compiling e_null.cc
[871/1289] Compiling e_chacha20poly1305.cc
[872/1289] Compiling derive_key.cc
[873/1289] Compiling e_aesctrhmac.cc
[874/1289] Compiling e_aesgcmsiv.cc
[875/1289] Compiling chacha.cc
[876/1289] Compiling unicode.cc
[877/1289] Compiling buf.cc
[878/1289] Compiling ber.cc
[879/1289] Compiling cbb.cc
[880/1289] Compiling cbs.cc
[881/1289] Compiling asn1_compat.cc
[882/1289] Compiling bn_asn1.cc
[883/1289] Compiling blake2.cc
[884/1289] Compiling convert.cc
[885/1289] Compiling socket.cc
[886/1289] Compiling socket_helper.cc
[887/1289] Compiling printf.cc
[888/1289] Compiling pair.cc
[889/1289] Compiling hexdump.cc
[890/1289] Compiling file.cc
[891/1289] Compiling fd.cc
[892/1289] Compiling errno.cc
[893/1289] Compiling bio_mem.cc
[894/1289] Compiling connect.cc
[895/1289] Compiling bio.cc
[896/1289] Compiling base64.cc
[897/1289] Compiling tasn_typ.cc
[898/1289] Compiling tasn_fre.cc
[899/1289] Compiling tasn_enc.cc
[900/1289] Compiling tasn_utl.cc
[901/1289] Compiling tasn_new.cc
[902/1289] Compiling f_string.cc
[903/1289] Compiling posix_time.cc
[904/1289] Compiling f_int.cc
[905/1289] Compiling tasn_dec.cc
[906/1289] Compiling asn_pack.cc
[907/1289] Compiling asn1_par.cc
[908/1289] Compiling a_octet.cc
[909/1289] Compiling asn1_lib.cc
[910/1289] Compiling a_utctm.cc
[911/1289] Compiling a_type.cc
[912/1289] Compiling a_time.cc
[913/1289] Compiling a_strnid.cc
[914/1289] Compiling a_strex.cc
[915/1289] Compiling a_object.cc
[916/1289] Compiling a_i2d_fp.cc
[917/1289] Compiling a_dup.cc
[918/1289] Compiling a_d2i_fp.cc
[919/1289] Compiling a_mbstr.cc
[920/1289] Compiling fiat_p256_adx_sqr.S
[921/1289] Compiling a_int.cc
[922/1289] Compiling a_gentm.cc
[923/1289] Compiling fiat_p256_adx_mul.S
[924/1289] Compiling fiat_curve25519_adx_mul.S
[925/1289] Compiling fiat_curve25519_adx_square.S
[926/1289] Compiling a_bool.cc
[927/1289] Compiling md5-x86_64-linux.S
[928/1289] Compiling a_bitstr.cc
[929/1289] Compiling md5-x86_64-apple.S
[930/1289] Compiling md5-586-linux.S
[931/1289] Compiling md5-586-apple.S
[932/1289] Compiling chacha20_poly1305_x86_64-apple.S
[933/1289] Compiling chacha20_poly1305_x86_64-linux.S
[934/1289] Compiling chacha20_poly1305_armv8-win.S
[935/1289] Compiling chacha20_poly1305_armv8-linux.S
[936/1289] Compiling chacha20_poly1305_armv8-apple.S
[937/1289] Compiling CCryptoBoringSSLShims shims.c
[938/1289] Compiling chacha-x86_64-apple.S
[939/1289] Compiling chacha-x86-linux.S
[940/1289] Compiling chacha-x86_64-linux.S
[941/1289] Compiling chacha-armv8-win.S
[942/1289] Compiling chacha-x86-apple.S
[943/1289] Compiling chacha-armv8-linux.S
[944/1289] Compiling chacha-armv4-linux.S
[945/1289] Compiling chacha-armv8-apple.S
[946/1289] Compiling aes128gcmsiv-x86_64-apple.S
[947/1289] Compiling aes128gcmsiv-x86_64-linux.S
[948/1289] Compiling x86_64-mont5-linux.S
[949/1289] Compiling x86_64-mont5-apple.S
[950/1289] Compiling x86_64-mont-linux.S
[951/1289] Compiling x86-mont-linux.S
[952/1289] Compiling x86_64-mont-apple.S
[953/1289] Compiling x86-mont-apple.S
[954/1289] Compiling vpaes-x86_64-linux.S
[955/1289] Compiling vpaes-x86-linux.S
[956/1289] Compiling vpaes-x86-apple.S
[957/1289] Compiling vpaes-x86_64-apple.S
[958/1289] Compiling vpaes-armv8-win.S
[959/1289] Compiling vpaes-armv8-linux.S
[960/1289] Compiling vpaes-armv8-apple.S
[961/1289] Compiling err_data.cc
[962/1289] Compiling vpaes-armv7-linux.S
[963/1289] Compiling sha512-x86_64-linux.S
[964/1289] Compiling sha512-x86_64-apple.S
[965/1289] Compiling sha512-armv8-win.S
[966/1289] Compiling sha512-armv8-apple.S
[967/1289] Compiling sha512-armv8-linux.S
[968/1289] Compiling sha512-armv4-linux.S
[969/1289] Compiling sha512-586-linux.S
[970/1289] Compiling sha512-586-apple.S
[971/1289] Compiling sha256-x86_64-apple.S
[972/1289] Compiling sha256-armv8-linux.S
[973/1289] Compiling sha256-armv8-win.S
[974/1289] Compiling sha256-armv8-apple.S
[975/1289] Compiling sha256-x86_64-linux.S
[976/1289] Compiling sha256-armv4-linux.S
[977/1289] Compiling sha256-586-apple.S
[978/1289] Compiling sha256-586-linux.S
[979/1289] Compiling sha1-x86_64-apple.S
[980/1289] Compiling sha1-armv8-linux.S
[981/1289] Compiling sha1-armv8-apple.S
[982/1289] Compiling sha1-armv8-win.S
[983/1289] Compiling sha1-armv4-large-linux.S
[984/1289] Compiling sha1-586-linux.S
[985/1289] Compiling sha1-x86_64-linux.S
[986/1289] Compiling sha1-586-apple.S
[987/1289] Compiling rsaz-avx2-apple.S
[988/1289] Compiling rsaz-avx2-linux.S
[988/1289] Compiling rdrand-x86_64-linux.S
[990/1289] Compiling rdrand-x86_64-apple.S
[991/1289] Compiling p256_beeu-x86_64-asm-linux.S
[992/1289] Compiling p256_beeu-x86_64-asm-apple.S
[993/1289] Compiling p256_beeu-armv8-asm-linux.S
[994/1289] Compiling p256_beeu-armv8-asm-win.S
[995/1289] Compiling p256_beeu-armv8-asm-apple.S
[996/1289] Compiling p256-x86_64-asm-apple.S
[997/1289] Compiling p256-x86_64-asm-linux.S
[998/1289] Compiling p256-armv8-asm-win.S
[999/1289] Compiling p256-armv8-asm-linux.S
[1000/1289] Compiling p256-armv8-asm-apple.S
[1001/1289] Compiling ghashv8-armv8-linux.S
[1002/1289] Compiling ghashv8-armv8-win.S
[1003/1289] Compiling ghashv8-armv8-apple.S
[1004/1289] Compiling ghashv8-armv7-linux.S
[1005/1289] Compiling ghash-x86_64-linux.S
[1006/1289] Compiling ghash-x86_64-apple.S
[1007/1289] Compiling ghash-x86-linux.S
[1008/1289] Compiling ghash-x86-apple.S
[1009/1289] Compiling ghash-ssse3-x86_64-linux.S
[1010/1289] Compiling ghash-ssse3-x86_64-apple.S
[1011/1289] Compiling ghash-ssse3-x86-linux.S
[1012/1289] Compiling ghash-ssse3-x86-apple.S
[1013/1289] Compiling ghash-neon-armv8-win.S
[1014/1289] Compiling ghash-neon-armv8-linux.S
[1015/1289] Compiling ghash-armv4-linux.S
[1016/1289] Compiling ghash-neon-armv8-apple.S
[1017/1289] Compiling co-586-linux.S
[1018/1289] Compiling co-586-apple.S
[1019/1289] Compiling bsaes-armv7-linux.S
[1020/1289] Compiling bn-armv8-win.S
[1021/1289] Compiling bn-armv8-apple.S
[1022/1289] Compiling bn-armv8-linux.S
[1022/1289] Compiling bn-586-linux.S
[1024/1289] Compiling bn-586-apple.S
[1025/1289] Compiling armv8-mont-win.S
[1026/1289] Compiling armv8-mont-linux.S
[1027/1289] Compiling armv4-mont-linux.S
[1028/1289] Compiling armv8-mont-apple.S
[1029/1289] Compiling aesv8-gcm-armv8-win.S
[1030/1289] Compiling aesv8-gcm-armv8-linux.S
[1031/1289] Compiling aesv8-armv8-linux.S
[1032/1289] Compiling aesv8-gcm-armv8-apple.S
[1033/1289] Compiling aesv8-armv8-win.S
[1034/1289] Compiling aesv8-armv8-apple.S
[1035/1289] Compiling aesv8-armv7-linux.S
[1036/1289] Compiling aesni-x86_64-apple.S
[1037/1289] Compiling aesni-x86-apple.S
[1038/1289] Compiling aesni-x86-linux.S
[1039/1289] Compiling aesni-x86_64-linux.S
[1040/1289] Compiling aesni-gcm-x86_64-linux.S
[1041/1289] Compiling aesni-gcm-x86_64-apple.S
[1042/1289] Compiling aes-gcm-avx10-x86_64-linux.S
[1043/1289] Compiling aes-gcm-avx10-x86_64-apple.S
[1044/1289] Compiling x_spki.cc
[1045/1289] Compiling x_sig.cc
[1046/1289] Compiling x_req.cc
[1047/1289] Compiling x_val.cc
[1048/1289] Compiling x_x509a.cc
[1049/1289] Compiling x_x509.cc
[1050/1289] Compiling c-nioatomics.c
[1051/1289] Compiling x_exten.cc
[1052/1289] Compiling x_pubkey.cc
[1053/1289] Compiling x_name.cc
[1054/1289] Compiling x_crl.cc
[1055/1289] Compiling c-atomics.c
[1056/1289] Compiling x_attrib.cc
[1057/1289] Compiling x_all.cc
[1058/1295] Compiling x_algor.cc
[1059/1295] Compiling x509spki.cc
[1060/1295] Compiling x509cset.cc
[1061/1295] Compiling x509name.cc
[1062/1295] Compiling x509rset.cc
[1064/1295] Compiling NIOConcurrencyHelpers lock.swift
[1065/1295] Emitting module NIOConcurrencyHelpers
[1065/1295] Compiling x509_vpm.cc
[1067/1295] Compiling NIOConcurrencyHelpers NIOLock.swift
[1068/1295] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1069/1295] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1070/1295] Compiling NIOConcurrencyHelpers atomics.swift
[1070/1296] Compiling x509_vfy.cc
[1072/1296] Compiling x509_v3.cc
[1073/1318] Compiling x509_txt.cc
[1074/1364] Compiling x509_req.cc
[1075/1364] Compiling x509_trs.cc
[1076/1381] Compiling x509_set.cc
[1077/1381] Compiling x509_obj.cc
[1079/1381] Compiling ConsoleKitTerminal Console+Wait.swift
[1080/1381] Compiling ConsoleKitTerminal ConsoleColor.swift
[1081/1381] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1081/1384] Compiling x509_lu.cc
[1082/1384] Compiling x509_ext.cc
[1084/1384] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1085/1384] Compiling ConsoleKitTerminal ConsoleClear.swift
[1086/1384] Compiling ConsoleKitTerminal Console+Ask.swift
[1087/1384] Compiling ConsoleKitTerminal Console+Choose.swift
[1088/1384] Compiling ConsoleKitTerminal Console+Confirm.swift
[1089/1384] Compiling ConsoleKitTerminal Console+Input.swift
[1090/1384] Compiling ConsoleKitTerminal Console+Center.swift
[1091/1384] Compiling ConsoleKitTerminal Console+Output.swift
[1092/1384] Compiling ConsoleKitTerminal ActivityBar.swift
[1093/1384] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1094/1384] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1095/1384] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1096/1384] Emitting module ConsoleKitTerminal
[1097/1384] Compiling ConsoleKitTerminal CustomActivity.swift
[1098/1384] Compiling ConsoleKitTerminal LoadingBar.swift
[1099/1384] Compiling ConsoleKitTerminal ProgressBar.swift
[1100/1384] Compiling ConsoleKitTerminal Console+Clear.swift
[1100/1384] Compiling x509_d2.cc
[1101/1384] Compiling x509_def.cc
[1103/1384] Compiling ConsoleKitTerminal Console.swift
[1104/1384] Compiling ConsoleKitTerminal Terminal.swift
[1105/1384] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1106/1384] Compiling ConsoleKitTerminal ConsoleText.swift
[1107/1384] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1108/1384] Compiling ConsoleKitTerminal ANSI.swift
[1108/1384] Compiling x509_cmp.cc
[1109/1384] Compiling x509.cc
[1110/1384] Compiling x509_att.cc
[1112/1384] Compiling NIOCore MarkedCircularBuffer.swift
[1113/1384] Compiling NIOCore MulticastChannel.swift
[1114/1384] Compiling NIOCore NIOAny.swift
[1115/1384] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1116/1384] Compiling NIOCore NIOLoopBound.swift
[1117/1384] Compiling NIOCore NIOScheduledCallback.swift
[1118/1384] Compiling NIOCore NIOSendable.swift
[1119/1384] Compiling NIOCore RecvByteBufferAllocator.swift
[1119/1392] Compiling v3_utl.cc
[1121/1392] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1122/1392] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1123/1392] Compiling ConsoleKitTerminal LoggerFragment.swift
[1124/1393] Compiling v3_skey.cc
[1125/1393] Compiling v3_purp.cc
[1126/1393] Compiling v3_prn.cc
[1127/1415] Compiling v3_pmaps.cc
[1129/1415] Compiling NIOCore GlobalSingletons.swift
[1130/1415] Compiling NIOCore IO.swift
[1131/1415] Compiling NIOCore IOData.swift
[1132/1415] Compiling NIOCore IPProtocol.swift
[1133/1415] Compiling NIOCore IntegerBitPacking.swift
[1134/1415] Compiling NIOCore IntegerTypes.swift
[1135/1415] Compiling NIOCore Interfaces.swift
[1136/1415] Compiling NIOCore Linux.swift
[1136/1415] Compiling v3_pcons.cc
[1137/1415] Compiling v3_ocsp.cc
[1139/1415] Emitting module ConsoleKitCommands
[1140/1417] Compiling ConsoleKitCommands CommandSignature.swift
[1141/1417] Compiling ConsoleKitCommands Flag.swift
[1142/1417] Compiling ConsoleKitCommands Option.swift
[1142/1417] Compiling v3_ncons.cc
[1144/1417] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1145/1417] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1146/1417] Compiling ConsoleKitCommands Argument.swift
[1147/1417] Compiling ConsoleKitCommands Command.swift
[1148/1417] Compiling ConsoleKitCommands CommandContext.swift
[1149/1417] Compiling ConsoleKitCommands CommandError.swift
[1150/1417] Compiling ConsoleKitCommands AsyncCommands.swift
[1151/1417] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1152/1417] Compiling ConsoleKitCommands AnyCommand.swift
[1153/1417] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1154/1417] Compiling ConsoleKitCommands AsyncCommand.swift
[1155/1417] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1155/1417] Compiling v3_lib.cc
[1156/1417] Compiling v3_int.cc
[1158/1417] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1159/1417] Compiling ConsoleKitCommands Utilities.swift
[1159/1417] Compiling v3_ia5.cc
[1160/1417] Compiling v3_info.cc
[1161/1417] Compiling v3_genn.cc
[1162/1417] Compiling v3_extku.cc
[1164/1417] Compiling NIOCore EventLoop.swift
[1165/1417] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1166/1417] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1167/1417] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1168/1417] Compiling NIOCore EventLoopFuture.swift
[1169/1417] Compiling NIOCore FileDescriptor.swift
[1170/1417] Compiling NIOCore FileHandle.swift
[1171/1417] Compiling NIOCore FileRegion.swift
[1171/1417] Compiling v3_enum.cc
[1173/1417] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1174/1417] Compiling NIOCore SocketAddresses.swift
[1175/1417] Compiling NIOCore SocketOptionProvider.swift
[1176/1417] Compiling NIOCore SystemCallHelpers.swift
[1177/1417] Compiling NIOCore TimeAmount+Duration.swift
[1178/1417] Compiling NIOCore TypeAssistedChannelHandler.swift
[1179/1417] Compiling NIOCore UniversalBootstrapSupport.swift
[1180/1417] Compiling NIOCore Utilities.swift
[1180/1417] Compiling v3_crld.cc
[1182/1417] Compiling ConsoleKitCommands CommandGroup.swift
[1183/1417] Compiling ConsoleKitCommands CommandInput.swift
[1184/1417] Compiling ConsoleKitCommands Commands.swift
[1185/1417] Compiling ConsoleKitCommands Console+Run.swift
[1186/1417] Compiling ConsoleKitCommands ConsoleError.swift
[1187/1417] Compiling ConsoleKitCommands Completion.swift
[1195/1418] Compiling v3_cpols.cc
[1196/1418] Compiling v3_conf.cc
[1198/1418] Compiling v3_bitst.cc
[1199/1420] Compiling v3_bcons.cc
[1210/1420] Emitting module ConsoleKit
[1211/1420] Compiling ConsoleKit Exports.swift
[1211/1421] Compiling v3_alt.cc
[1212/1421] Compiling v3_akeya.cc
[1214/1421] Compiling v3_akey.cc
[1215/1421] Compiling t_x509a.cc
[1216/1421] Compiling t_x509.cc
[1217/1421] Compiling t_req.cc
[1218/1421] Compiling i2d_pr.cc
[1219/1421] Compiling t_crl.cc
[1220/1421] Compiling rsa_pss.cc
[1221/1421] Compiling policy.cc
[1222/1421] Compiling name_print.cc
[1223/1421] Compiling by_file.cc
[1224/1421] Compiling algorithm.cc
[1225/1421] Compiling by_dir.cc
[1226/1421] Compiling asn1_gen.cc
[1227/1421] Compiling a_verify.cc
[1228/1421] Compiling voprf.cc
[1229/1421] Compiling a_sign.cc
[1230/1421] Compiling a_digest.cc
[1231/1421] Compiling thread_win.cc
[1232/1421] Compiling thread_pthread.cc
[1233/1421] Compiling thread.cc
[1234/1421] Compiling thread_none.cc
[1234/1421] Compiling trust_token.cc
[1236/1421] Compiling pmbtoken.cc
[1237/1421] Compiling stack.cc
[1241/1421] Compiling NIOCore ByteBuffer-views.swift
[1242/1421] Compiling NIOCore Channel.swift
[1243/1421] Compiling NIOCore ChannelHandler.swift
[1244/1421] Compiling NIOCore ChannelHandlers.swift
[1245/1421] Compiling NIOCore ChannelInvoker.swift
[1246/1421] Compiling NIOCore ChannelOption.swift
[1255/1421] Compiling wots.cc
[1256/1421] Compiling thash.cc
[1257/1421] Compiling siphash.cc
[1258/1421] Compiling merkle.cc
[1259/1421] Compiling sha512.cc
[1260/1421] Compiling slhdsa.cc
[1261/1421] Compiling fors.cc
[1262/1421] Compiling sha256.cc
[1263/1421] Compiling sha1.cc
[1264/1421] Compiling rsa_print.cc
[1265/1421] Compiling rsa_extra.cc
[1266/1421] Compiling refcount.cc
[1267/1421] Compiling rc4.cc
[1268/1421] Compiling rsa_crypt.cc
[1269/1421] Compiling rsa_asn1.cc
[1270/1421] Compiling windows.cc
[1271/1421] Compiling trusty.cc
[1272/1421] Compiling urandom.cc
[1273/1421] Compiling rand_extra.cc
[1274/1421] Compiling ios.cc
[1275/1421] Compiling getentropy.cc
[1276/1421] Compiling passive.cc
[1277/1421] Compiling poly1305_arm_asm.S
[1278/1421] Compiling forkunsafe.cc
[1279/1421] Compiling fork_detect.cc
[1280/1421] Compiling deterministic.cc
[1281/1421] Compiling pool.cc
[1283/1421] Emitting module NIOCore
[1283/1422] Compiling poly1305_arm.cc
[1284/1422] Compiling poly1305.cc
[1285/1422] Compiling poly1305_vec.cc
[1287/1422] Compiling pkcs7.cc
[1288/1422] Compiling pkcs8.cc
[1289/1422] Compiling p5_pbev2.cc
[1290/1422] Compiling pkcs8_x509.cc
[1291/1422] Compiling pem_xaux.cc
[1292/1473] Compiling pkcs7_x509.cc
[1293/1473] Compiling pem_x509.cc
[1294/1473] Compiling pem_pkey.cc
[1295/1473] Compiling pem_pk8.cc
[1296/1473] Compiling pem_oth.cc
[1297/1473] Compiling pem_lib.cc
[1298/1473] Compiling obj_xref.cc
[1299/1473] Compiling pem_info.cc
[1301/1473] Emitting module NIOEmbedded
[1301/1473] Compiling pem_all.cc
[1302/1473] Compiling mldsa.cc
[1303/1473] Compiling mem.cc
[1305/1473] Compiling NIOEmbedded AsyncTestingChannel.swift
[1306/1473] Compiling NIOEmbedded Embedded.swift
[1307/1473] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1307/1474] Compiling mlkem.cc
[1308/1474] Compiling md5.cc
[1310/1474] Compiling md4.cc
[1311/1474] Compiling obj.cc
[1312/1474] Compiling poly_rq_mul.S
[1313/1474] Compiling fips_shared_support.cc
[1314/1474] Compiling lhash.cc
[1315/1474] Compiling kyber.cc
[1316/1474] Compiling ex_data.cc
[1317/1474] Compiling sign.cc
[1318/1474] Compiling hrss.cc
[1319/1474] Compiling scrypt.cc
[1320/1474] Compiling hpke.cc
[1321/1474] Compiling print.cc
[1322/1474] Compiling pbkdf.cc
[1324/1474] Emitting module NIOPosix
[1324/1480] Compiling p_x25519.cc
[1325/1480] Compiling p_x25519_asn1.cc
[1326/1480] Compiling p_rsa_asn1.cc
[1328/1480] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1329/1480] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1330/1480] Compiling NIOPosix PosixSingletons.swift
[1331/1480] Compiling NIOPosix RawSocketBootstrap.swift
[1332/1480] Compiling NIOPosix Resolver.swift
[1333/1480] Compiling NIOPosix Selectable.swift
[1334/1480] Compiling NIOPosix SelectableChannel.swift
[1335/1480] Compiling NIOPosix SelectableEventLoop.swift
[1336/1480] Compiling NIOPosix SelectorEpoll.swift
[1337/1480] Compiling NIOPosix SelectorGeneric.swift
[1338/1480] Compiling NIOPosix SelectorKqueue.swift
[1339/1480] Compiling NIOPosix SelectorUring.swift
[1339/1480] Compiling p_rsa.cc
[1340/1480] Compiling p_ed25519.cc
[1340/1480] Compiling p_hkdf.cc
[1342/1480] Compiling p_ed25519_asn1.cc
[1344/1480] Compiling NIOPosix ServerSocket.swift
[1345/1480] Compiling NIOPosix Socket.swift
[1346/1480] Compiling NIOPosix SocketChannel.swift
[1347/1480] Compiling NIOPosix SocketProtocols.swift
[1348/1480] Compiling NIOPosix System.swift
[1349/1480] Compiling NIOPosix Thread.swift
[1349/1480] Compiling p_ec_asn1.cc
[1350/1480] Compiling p_ec.cc
[1351/1480] Compiling p_dsa_asn1.cc
[1352/1480] Compiling p_dh.cc
[1354/1480] Compiling NIOPosix ThreadPosix.swift
[1355/1480] Compiling NIOPosix ThreadWindows.swift
[1356/1480] Compiling NIOPosix UnsafeTransfer.swift
[1357/1480] Compiling NIOPosix Utilities.swift
[1358/1480] Compiling NIOPosix VsockAddress.swift
[1359/1480] Compiling NIOPosix VsockChannelEvents.swift
[1359/1480] Compiling p_dh_asn1.cc
[1360/1480] Compiling evp_ctx.cc
[1361/1480] Compiling evp.cc
[1362/1480] Compiling evp_asn1.cc
[1363/1480] Compiling engine.cc
[1364/1480] Compiling err.cc
[1366/1480] Compiling NIOPosix BSDSocketAPICommon.swift
[1367/1480] Compiling NIOPosix BSDSocketAPIPosix.swift
[1368/1480] Compiling NIOPosix BSDSocketAPIWindows.swift
[1369/1480] Compiling NIOPosix BaseSocket.swift
[1370/1480] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1371/1480] Compiling NIOPosix BaseSocketChannel.swift
[1372/1480] Compiling NIOPosix BaseStreamSocketChannel.swift
[1373/1480] Compiling NIOPosix Bootstrap.swift
[1374/1480] Compiling NIOPosix ControlMessage.swift
[1375/1480] Compiling NIOPosix DatagramVectorReadManager.swift
[1376/1480] Compiling NIOPosix Errors+Any.swift
[1377/1480] Compiling NIOPosix FileDescriptor.swift
[1378/1480] Compiling NIOPosix GetaddrinfoResolver.swift
[1379/1480] Compiling NIOPosix HappyEyeballs.swift
[1379/1480] Compiling ecdsa_asn1.cc
[1380/1480] Compiling ecdh_extra.cc
[1381/1480] Compiling hash_to_curve.cc
[1382/1480] Compiling ec_derive.cc
[1384/1480] Compiling NIOPosix NIOThreadPool.swift
[1385/1480] Compiling NIOPosix NonBlockingFileIO.swift
[1386/1480] Compiling NIOPosix PendingDatagramWritesManager.swift
[1387/1480] Compiling NIOPosix PendingWritesManager.swift
[1388/1480] Compiling NIOPosix PipeChannel.swift
[1389/1480] Compiling NIOPosix PipePair.swift
[1390/1480] Compiling NIOPosix Pool.swift
[1391/1480] Compiling NIOPosix IO.swift
[1392/1480] Compiling NIOPosix IntegerBitPacking.swift
[1393/1480] Compiling NIOPosix IntegerTypes.swift
[1394/1480] Compiling NIOPosix Linux.swift
[1395/1480] Compiling NIOPosix LinuxCPUSet.swift
[1396/1480] Compiling NIOPosix LinuxUring.swift
[1397/1480] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1397/1481] Compiling dsa_asn1.cc
[1398/1481] Compiling ec_asn1.cc
[1400/1481] Compiling dsa.cc
[1401/1481] Compiling digest_extra.cc
[1402/1481] Compiling params.cc
[1403/1481] Compiling dh_asn1.cc
[1404/1516] Compiling x25519-asm-arm.S
[1405/1518] Compiling spake25519.cc
[1406/1518] Compiling des.cc
[1408/1518] Emitting module NIO
[1409/1518] Compiling NIO Exports.swift
[1409/1518] Compiling curve25519.cc
[1411/1519] Compiling bcm.cc
[1412/1519] Compiling crypto.cc
[1413/1519] Compiling cpu_intel.cc
[1414/1519] Compiling cpu_arm_linux.cc
[1415/1530] Compiling cpu_arm_freebsd.cc
[1416/1537] Compiling curve25519_64_adx.cc
[1417/1553] Compiling cpu_aarch64_win.cc
[1418/1554] Compiling cpu_aarch64_sysreg.cc
[1420/1556] Emitting module _NIOFileSystem
[1421/1562] Compiling NIOTLS TLSEvents.swift
[1422/1562] Emitting module NIOTLS
[1423/1562] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1424/1563] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1425/1563] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1426/1563] Compiling NIOSOCKS SOCKSResponse.swift
[1427/1563] Emitting module NIOSOCKS
[1428/1563] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1429/1563] Compiling NIOSOCKS ClientStateMachine.swift
[1430/1563] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1431/1563] Compiling NIOHTTP1 HTTPDecoder.swift
[1431/1563] Compiling cpu_aarch64_openbsd.cc
[1433/1563] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1434/1563] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1435/1563] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1436/1563] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1437/1563] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1438/1565] Emitting module NIOFoundationCompat
[1440/1565] Compiling cpu_aarch64_linux.cc
[1441/1565] Compiling cpu_aarch64_fuchsia.cc
[1443/1565] Compiling NIOSOCKS ServerStateMachine.swift
[1444/1565] Compiling NIOTLS SNIHandler.swift
[1449/1565] Compiling NIOHTTP1 HTTPEncoder.swift
[1451/1566] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1452/1566] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1453/1566] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1455/1567] Compiling cpu_aarch64_apple.cc
[1457/1567] Emitting module NIOHTTP1
[1458/1567] Compiling _NIOFileSystem ParallelDirCopy.swift
[1459/1567] Compiling _NIOFileSystem ParallelRemoval.swift
[1460/1567] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1461/1567] Compiling _NIOFileSystem CInterop.swift
[1462/1567] Compiling _NIOFileSystem Errno.swift
[1463/1567] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1464/1567] Compiling _NIOFileSystem Mocking.swift
[1465/1567] Compiling _NIOFileSystem Syscall.swift
[1466/1567] Compiling _NIOFileSystem Syscalls.swift
[1466/1567] Compiling conf.cc
[1468/1567] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1469/1567] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1469/1567] Compiling tls_cbc.cc
[1471/1567] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1472/1568] Compiling e_rc4.cc
[1474/1569] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1475/1569] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1475/1577] Compiling e_tls.cc
[1477/1585] Compiling NIOSSL NIOSSLClientHandler.swift
[1478/1585] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1478/1597] Compiling e_rc2.cc
[1480/1597] Compiling NIOSSL SSLConnection.swift
[1481/1597] Compiling NIOSSL SSLContext.swift
[1482/1597] Compiling NIOSSL NIOSSLServerHandler.swift
[1483/1597] Compiling NIOSSL ObjectIdentifier.swift
[1484/1597] Compiling NIOSSL PosixPort.swift
[1485/1597] Compiling NIOSSL NIOSSLSecureBytes.swift
[1486/1597] Compiling NIOSSL RNG.swift
[1487/1597] Compiling NIOSSL SafeCompare.swift
[1488/1597] Compiling NIOSSL Zeroization.swift
[1489/1597] Compiling NIOSSL SSLPublicKey.swift
[1490/1597] Compiling NIOSSL SSLCallbacks.swift
[1491/1597] Compiling NIOSSL SSLErrors.swift
[1491/1597] Compiling e_null.cc
[1492/1597] Compiling e_aesctrhmac.cc
[1493/1597] Compiling e_aesgcmsiv.cc
[1494/1597] Compiling e_chacha20poly1305.cc
[1495/1597] Compiling e_des.cc
[1497/1597] Compiling NIOSSL NIOSSLHandler.swift
[1498/1597] Compiling NIOSSL SSLCertificate.swift
[1499/1597] Compiling NIOSSL SSLCertificateExtensions.swift
[1501/1619] Compiling _NIOFileSystem SystemFileHandle.swift
[1502/1619] Compiling _NIOFileSystem Utilities.swift
[1503/1619] Compiling _NIOFileSystem OpenOptions.swift
[1504/1619] Compiling _NIOFileSystem String+FileSystem.swift
[1505/1619] Compiling NIOTransportServices NIOTSBootstraps.swift
[1506/1619] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1507/1619] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1508/1619] Compiling NIOTransportServices AcceptHandler.swift
[1509/1619] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1510/1619] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1511/1621] Emitting module NIOTransportServices
[1511/1621] Compiling chacha.cc
[1512/1621] Compiling derive_key.cc
[1514/1621] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1515/1621] Compiling NIOTransportServices NIOTSErrors.swift
[1516/1621] Compiling NIOTransportServices NIOTSEventLoop.swift
[1517/1621] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1518/1621] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1519/1621] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1520/1621] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1521/1621] Compiling NIOTransportServices NIOTSSingletons.swift
[1522/1621] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1523/1621] Compiling NIOTransportServices StateManagedChannel.swift
[1524/1621] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1525/1621] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1525/1621] Compiling cipher_extra.cc
[1526/1621] Compiling unicode.cc
[1529/1621] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1530/1621] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1533/1621] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1534/1622] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1535/1622] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1537/1623] Compiling asn1_compat.cc
[1538/1623] Compiling ber.cc
[1539/1623] Compiling cbb.cc
[1540/1623] Compiling cbs.cc
[1541/1623] Compiling buf.cc
[1542/1623] Compiling bn_asn1.cc
[1543/1631] Compiling convert.cc
[1546/1635] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1547/1635] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1548/1635] Compiling NIOSSL SubjectAlternativeName.swift
[1553/1654] Emitting module NIOSSL
[1553/1654] Compiling blake2.cc
[1555/1672] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1556/1672] Compiling NIOExtras NIOExtrasError.swift
[1557/1672] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1558/1672] Compiling NIOExtras NIORequestIdentifiable.swift
[1559/1672] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1560/1672] Compiling NIOExtras LengthFieldPrepender.swift
[1561/1672] Compiling NIOExtras LineBasedFrameDecoder.swift
[1562/1672] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1563/1672] Compiling NIOWebSocket WebSocketOpcode.swift
[1567/1673] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1568/1673] Compiling NIOExtras JSONRPCFraming.swift
[1569/1673] Compiling NIOExtras PCAPRingBuffer.swift
[1570/1673] Compiling NIOExtras QuiescingHelper.swift
[1574/1673] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1579/1674] Emitting module NIOHTTPCompression
[1580/1674] Compiling NIOHTTPCompression HTTPCompression.swift
[1581/1674] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1582/1674] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1585/1676] Compiling pair.cc
[1586/1676] Compiling printf.cc
[1588/1676] Emitting module NIOWebSocket
[1589/1676] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1590/1676] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1591/1676] Compiling NIOHPACK HuffmanTables.swift
[1592/1677] Compiling NIOHPACK IndexedHeaderTable.swift
[1593/1677] Compiling NIOHPACK IntegerCoding.swift
[1594/1677] Compiling NIOExtras RequestResponseHandler.swift
[1595/1677] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1600/1677] Compiling NIOExtras DebugInboundEventsHandler.swift
[1601/1677] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1602/1677] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1603/1677] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1604/1677] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1605/1677] Compiling NIOHTTPCompression HTTPDecompression.swift
[1606/1677] Compiling NIOHPACK HuffmanCoding.swift
[1607/1678] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1612/1678] Compiling NIOWebSocket WebSocketFrame.swift
[1613/1679] Compiling NIOHPACK StaticHeaderTable.swift
[1625/1679] Compiling fd.cc
[1627/1679] Compiling hexdump.cc
[1629/1679] Emitting module NIOExtras
[1632/1679] Compiling file.cc
[1634/1684] Compiling NIOExtras UnsafeTransfer.swift
[1635/1684] Compiling NIOExtras WritePCAPHandler.swift
[1636/1685] Compiling NIOFileSystem Exports.swift
[1637/1685] Emitting module _NIOFileSystemFoundationCompat
[1638/1685] Emitting module NIOFileSystem
[1641/1686] Emitting module NIOHPACK
[1645/1686] Compiling errno.cc
[1647/1686] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1648/1686] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1648/1686] Compiling bio.cc
[1653/1688] Compiling bio_mem.cc
[1655/1688] Compiling NIOSSL TLSConfiguration.swift
[1656/1688] Compiling NIOSSL UniversalBootstrapSupport.swift
[1657/1688] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1657/1700] Compiling base64.cc
[1658/1709] Compiling tasn_typ.cc
[1660/1747] Compiling tasn_new.cc
[1661/1747] Compiling tasn_utl.cc
[1662/1747] Compiling tasn_fre.cc
[1663/1747] Compiling tasn_enc.cc
[1664/1755] Compiling f_int.cc
[1665/1755] Compiling f_string.cc
[1667/1755] Compiling WebSocketKit Exports.swift
[1667/1755] Compiling posix_time.cc
[1669/1755] Emitting module WebSocketKit
[1670/1755] Compiling WebSocketKit WebSocketHandler.swift
[1671/1755] Compiling NIOHTTP2 MaySendFrames.swift
[1672/1755] Compiling NIOHTTP2 SendingDataState.swift
[1673/1755] Compiling NIOHTTP2 SendingGoawayState.swift
[1674/1755] Compiling NIOHTTP2 SendingHeadersState.swift
[1675/1755] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1676/1755] Compiling NIOHTTP2 SendingRstStreamState.swift
[1677/1755] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1678/1755] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1678/1763] Compiling tasn_dec.cc
[1679/1763] Compiling asn_pack.cc
[1680/1763] Compiling asn1_par.cc
[1682/1763] Compiling WebSocketKit WebSocket+Concurrency.swift
[1683/1763] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1683/1763] Compiling a_utctm.cc
[1684/1763] Compiling asn1_lib.cc
[1685/1763] Compiling a_type.cc
[1686/1763] Compiling a_time.cc
[1688/1763] Compiling WebSocketKit WebSocket+Connect.swift
[1689/1763] Compiling WebSocketKit WebSocket.swift
[1690/1763] Compiling WebSocketKit WebSocketClient.swift
[1691/1764] Compiling a_strex.cc
[1692/1764] Compiling a_strnid.cc
[1693/1764] Compiling a_octet.cc
[1694/1764] Compiling a_int.cc
[1695/1764] Compiling a_i2d_fp.cc
[1696/1764] Compiling a_mbstr.cc
[1697/1764] Write sources
[1698/1764] Compiling a_object.cc
[1698/1764] Write sources
[1702/1764] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1703/1764] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1704/1764] Compiling NIOHTTP2 HasLocalSettings.swift
[1705/1764] Compiling NIOHTTP2 HasRemoteSettings.swift
[1706/1764] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1707/1764] Compiling NIOHTTP2 QuiescingState.swift
[1708/1764] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1709/1764] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1709/1764] Compiling a_gentm.cc
[1710/1766] Compiling a_dup.cc
[1711/1817] Compiling a_d2i_fp.cc
[1713/1842] Emitting module NIOHTTP2
[1713/1842] Compiling a_bool.cc
[1714/1842] Compiling a_bitstr.cc
[1716/1850] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1717/1850] Compiling BitCollections BitSet+CustomReflectable.swift
[1718/1850] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1719/1850] Compiling BitCollections BitSet+Equatable.swift
[1720/1850] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1721/1850] Compiling BitCollections BitSet+Extras.swift
[1722/1850] Compiling BitCollections BitSet+Hashable.swift
[1723/1857] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1724/1857] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1725/1857] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1726/1857] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1727/1857] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1728/1857] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1729/1857] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1734/1857] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1735/1857] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1736/1857] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1737/1857] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1738/1857] Compiling BitCollections BitSet+Initializers.swift
[1739/1857] Compiling BitCollections BitSet+Invariants.swift
[1740/1857] Compiling BitCollections BitSet+Random.swift
[1741/1857] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1742/1857] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1743/1857] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1744/1857] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1749/1857] Compiling BitCollections BitSet+SetAlgebra union.swift
[1750/1857] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1751/1857] Compiling BitCollections BitSet.Counted.swift
[1752/1857] Compiling BitCollections UInt+Tricks.swift
[1753/1857] Compiling BitCollections _Word.swift
[1754/1857] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1755/1857] Compiling NIOHTTP2 StreamChannelList.swift
[1756/1857] Compiling NIOHTTP2 StreamMap.swift
[1757/1857] Compiling NIOHTTP2 StreamStateMachine.swift
[1758/1857] Compiling NIOHTTP2 UnsafeTransfer.swift
[1759/1857] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1760/1857] Compiling Algorithms Split.swift
[1761/1857] Compiling Algorithms Stride.swift
[1762/1857] Compiling Algorithms Suffix.swift
[1763/1860] Compiling Algorithms RandomSample.swift
[1764/1860] Compiling Algorithms Reductions.swift
[1765/1860] Compiling Algorithms Rotate.swift
[1766/1860] Compiling CryptoBoringWrapper RandomBytes.swift
[1767/1860] Emitting module CryptoBoringWrapper
[1768/1860] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1769/1860] Compiling Algorithms Partition.swift
[1770/1860] Compiling Algorithms Permutations.swift
[1771/1860] Compiling Algorithms Product.swift
[1772/1860] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1773/1860] Compiling CryptoBoringWrapper EllipticCurve.swift
[1774/1860] Compiling Algorithms Compacted.swift
[1775/1860] Compiling Algorithms Cycle.swift
[1776/1860] Compiling Algorithms EitherSequence.swift
[1777/1860] Compiling Algorithms FirstNonNil.swift
[1778/1860] Compiling Algorithms FlattenCollection.swift
[1779/1860] Compiling Algorithms Grouped.swift
[1780/1860] Compiling Algorithms Indexed.swift
[1781/1860] Compiling Algorithms Intersperse.swift
[1782/1860] Compiling Algorithms AdjacentPairs.swift
[1783/1860] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1784/1860] Compiling Algorithms Joined.swift
[1785/1860] Compiling Algorithms Keyed.swift
[1786/1860] Compiling Algorithms MinMax.swift
[1787/1860] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1788/1860] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1790/1861] Compiling Algorithms Chain.swift
[1791/1861] Compiling Algorithms Chunked.swift
[1792/1861] Compiling Algorithms Combinations.swift
[1813/1861] Emitting module BitCollections
[1814/1861] Compiling BitCollections BitSet.Index.swift
[1815/1861] Compiling BitCollections BitSet._UnsafeHandle.swift
[1816/1861] Compiling BitCollections BitSet.swift
[1817/1861] Compiling BitCollections Range+Utilities.swift
[1818/1861] Compiling BitCollections Slice+Utilities.swift
[1834/1862] Compiling Algorithms Trim.swift
[1835/1862] Compiling Algorithms Unique.swift
[1836/1862] Compiling Algorithms Windows.swift
[1838/1935] Emitting module Collections
[1839/1935] Compiling Collections Collections.swift
[1841/1955] Compiling Crypto HPKE-Errors.swift
[1842/1955] Compiling Crypto SymmetricKeys.swift
[1843/1955] Compiling Crypto HMAC.swift
[1844/1955] Compiling Crypto MACFunctions.swift
[1845/1955] Compiling Crypto MessageAuthenticationCode.swift
[1846/1955] Compiling Crypto AES.swift
[1847/1955] Compiling Crypto ECDSASignature_boring.swift
[1848/1955] Compiling Crypto ECDSA_boring.swift
[1849/1955] Emitting module MultipartKit
[1850/1957] Compiling MultipartKit MultipartPart.swift
[1851/1957] Compiling MultipartKit MultipartPartConvertible.swift
[1852/1957] Compiling MultipartKit BasicCodingKey.swift
[1853/1957] Compiling MultipartKit MultipartError.swift
[1854/1957] Compiling MultipartKit Exports.swift
[1855/1957] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1856/1957] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1857/1957] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1858/1957] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1859/1957] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1860/1957] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1861/1957] Compiling MultipartKit MultipartSerializer.swift
[1862/1957] Compiling MultipartKit Utilities.swift
[1863/1957] Compiling MultipartKit FormDataEncoder.swift
[1864/1957] Compiling MultipartKit Storage.swift
[1865/1957] Compiling MultipartKit MultipartFormData.swift
[1866/1957] Compiling MultipartKit MultipartParser.swift
[1867/1957] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1868/1957] Compiling MultipartKit FormDataDecoder.swift
[1869/1957] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1877/1958] Compiling Crypto EdDSA_boring.swift
[1878/1958] Compiling Crypto ECDSA.swift
[1879/1958] Compiling Crypto Ed25519.swift
[1881/1967] Emitting module Algorithms
[1892/1968] Compiling Crypto CryptoKitErrors.swift
[1893/1968] Compiling Crypto Digest_boring.swift
[1894/1968] Compiling Crypto Digest.swift
[1895/1968] Compiling Crypto Digests.swift
[1896/1968] Compiling Crypto HashFunctions.swift
[1897/1968] Compiling Crypto HashFunctions_SHA2.swift
[1898/1968] Compiling Crypto HPKE-AEAD.swift
[1899/1968] Compiling Crypto HPKE-Ciphersuite.swift
[1900/1968] Compiling Crypto ArraySliceBigint.swift
[1901/1968] Compiling Crypto GeneralizedTime.swift
[1902/1968] Compiling Crypto ObjectIdentifier.swift
[1903/1968] Compiling Crypto ECDSASignature.swift
[1904/1968] Compiling Crypto PEMDocument.swift
[1905/1968] Compiling Crypto PKCS8PrivateKey.swift
[1906/1968] Compiling Crypto SEC1PrivateKey.swift
[1907/1968] Compiling Crypto SubjectPublicKeyInfo.swift
[1910/1969] Emitting module Crypto
[1922/1969] Compiling Crypto HPKE-KDF.swift
[1923/1969] Compiling Crypto HPKE-KexKeyDerivation.swift
[1924/1969] Compiling Crypto HPKE-LabeledExtract.swift
[1925/1969] Compiling Crypto HPKE-Utils.swift
[1926/1969] Compiling Crypto DHKEM.swift
[1927/1969] Compiling Crypto HPKE-KEM-Curve25519.swift
[1928/1969] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1929/1969] Compiling Crypto HPKE-KEM.swift
[1931/1969] Compiling Crypto HPKE.swift
[1932/1969] Compiling Crypto HPKE-Context.swift
[1933/1969] Compiling Crypto HPKE-KeySchedule.swift
[1934/1969] Compiling Crypto HPKE-Modes.swift
[1935/1969] Compiling Crypto Insecure.swift
[1936/1969] Compiling Crypto Insecure_HashFunctions.swift
[1937/1969] Compiling Crypto KEM.swift
[1938/1969] Compiling Crypto ECDH_boring.swift
[1939/1969] Compiling Crypto DH.swift
[1940/1969] Compiling Crypto ECDH.swift
[1951/2046] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1952/2046] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1953/2046] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1954/2052] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1955/2052] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1956/2052] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1957/2052] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1958/2052] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1959/2052] Compiling AsyncHTTPClient HTTP1Connection.swift
[1960/2052] Compiling AsyncKit Optional+StrictMap.swift
[1961/2052] Compiling AsyncKit Exports.swift
[1965/2052] Compiling AsyncHTTPClient HTTP2Connection.swift
[1966/2052] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1967/2052] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1968/2052] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1969/2052] Compiling AsyncHTTPClient Transaction.swift
[1970/2052] Compiling AsyncHTTPClient Base64.swift
[1971/2052] Compiling AsyncHTTPClient BasicAuth.swift
[1972/2052] Compiling Crypto Signature.swift
[1973/2052] Compiling Crypto CryptoKitErrors_boring.swift
[1974/2052] Compiling Crypto RNG_boring.swift
[1975/2052] Compiling Crypto SafeCompare_boring.swift
[1976/2052] Compiling Crypto Zeroization_boring.swift
[1977/2052] Compiling Crypto PrettyBytes.swift
[1978/2052] Compiling Crypto SafeCompare.swift
[1979/2052] Compiling Crypto SecureBytes.swift
[1980/2052] Compiling Crypto Zeroization.swift
[1982/2053] Emitting module AsyncHTTPClient
[1983/2061] Emitting module AsyncKit
[1984/2061] Compiling AsyncHTTPClient RequestBag.swift
[1985/2061] Compiling AsyncHTTPClient RequestValidation.swift
[1986/2061] Compiling AsyncHTTPClient SSLContextCache.swift
[1987/2061] Compiling AsyncHTTPClient Scheme.swift
[1988/2061] Compiling AsyncHTTPClient Singleton.swift
[1989/2061] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1990/2061] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1991/2061] Compiling AsyncHTTPClient Utils.swift
[1992/2061] Compiling AsyncHTTPClient HTTPClient.swift
[1993/2061] Compiling AsyncHTTPClient HTTPHandler.swift
[1994/2061] Compiling AsyncHTTPClient LRUCache.swift
[1995/2061] Compiling AsyncHTTPClient NWErrorHandler.swift
[1996/2061] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1997/2061] Compiling AsyncHTTPClient TLSConfiguration.swift
[1998/2061] Compiling AsyncHTTPClient RedirectState.swift
[1999/2061] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2000/2061] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2001/2061] Compiling AsyncHTTPClient ConnectionTarget.swift
[2002/2061] Compiling AsyncHTTPClient DeconstructedURL.swift
[2003/2061] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2004/2061] Compiling AsyncHTTPClient FoundationExtensions.swift
[2005/2061] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2006/2061] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2007/2061] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2008/2061] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2009/2061] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2010/2061] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2011/2061] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2012/2061] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2013/2061] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2014/2061] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2015/2061] Compiling AsyncHTTPClient RequestBodyLength.swift
[2019/2061] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2020/2061] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2021/2061] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2022/2061] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2023/2061] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2024/2061] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2025/2061] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2026/2061] Compiling AsyncHTTPClient RequestOptions.swift
[2027/2061] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2028/2061] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2029/2061] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2030/2061] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2038/2061] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2039/2061] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2040/2061] Compiling AsyncHTTPClient ConnectionPool.swift
[2041/2061] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2064/2232] Compiling Vapor Core.swift
[2065/2232] Compiling Vapor Running.swift
[2066/2232] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2067/2232] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2068/2232] Compiling Vapor DotEnvFile+load.swift
[2069/2232] Compiling Vapor Routes+caseInsenstive.swift
[2070/2232] Compiling Vapor Validatable+validate.swift
[2071/2232] Compiling Vapor Environment+Process.swift
[2072/2232] Compiling Vapor Environment+Secret.swift
[2073/2232] Compiling Vapor Environment.swift
[2074/2232] Compiling Vapor Abort.swift
[2075/2232] Compiling Vapor AbortError.swift
[2076/2232] Compiling Vapor DebuggableError.swift
[2077/2232] Compiling Vapor Demangler.swift
[2078/2232] Compiling Vapor ErrorSource.swift
[2079/2232] Compiling Vapor StackTrace.swift
[2080/2232] Compiling Vapor Exports.swift
[2081/2232] Compiling Vapor Application+HTTP.swift
[2082/2232] Compiling Vapor BasicResponder.swift
[2083/2232] Compiling Vapor BodyStream.swift
[2084/2232] Compiling Vapor Application+HTTP+Client.swift
[2085/2232] Compiling Vapor EventLoopHTTPClient.swift
[2086/2232] Compiling Vapor EndpointCache.swift
[2087/2232] Compiling Vapor HTTPMethod+String.swift
[2088/2256] Compiling Vapor HTTPServerResponseEncoder.swift
[2089/2256] Compiling Vapor HTTPServerUpgradeHandler.swift
[2090/2256] Compiling Vapor Logger+Report.swift
[2091/2256] Compiling Vapor LoggingSystem+Environment.swift
[2092/2256] Compiling Vapor Application+Middleware.swift
[2093/2256] Compiling Vapor CORSMiddleware.swift
[2094/2256] Compiling Vapor ErrorMiddleware.swift
[2095/2256] Compiling Vapor FileMiddleware.swift
[2096/2256] Compiling Vapor Middleware.swift
[2097/2256] Compiling Vapor MiddlewareConfiguration.swift
[2098/2256] Compiling Vapor ResponseCompressionMiddleware.swift
[2099/2256] Compiling Vapor RouteLoggingMiddleware.swift
[2100/2256] Compiling Vapor TracingMiddleware.swift
[2101/2256] Compiling Vapor File+Multipart.swift
[2102/2256] Compiling Vapor FormDataDecoder+Content.swift
[2103/2256] Compiling Vapor FormDataEncoder+Content.swift
[2104/2256] Compiling Vapor Application+Password.swift
[2105/2256] Compiling Vapor Application+Passwords.swift
[2106/2256] Compiling Vapor AsyncPasswordHasher.swift
[2107/2256] Compiling Vapor BcryptHasher.swift
[2108/2256] Compiling Vapor PasswordHasher.swift
[2109/2256] Compiling Vapor PlaintextHasher.swift
[2110/2256] Compiling Vapor Request+Password.swift
[2111/2256] Compiling Vapor Redirect.swift
[2112/2280] Compiling Vapor Validator.swift
[2113/2280] Compiling Vapor ValidatorResult.swift
[2114/2280] Compiling Vapor And.swift
[2115/2280] Compiling Vapor Case.swift
[2116/2280] Compiling Vapor CharacterSet.swift
[2117/2280] Compiling Vapor Count.swift
[2118/2280] Compiling Vapor Custom.swift
[2119/2280] Compiling Vapor Email.swift
[2120/2280] Compiling Vapor Empty.swift
[2121/2280] Compiling Vapor In.swift
[2122/2280] Compiling Vapor Nil.swift
[2123/2280] Compiling Vapor NilIgnoring.swift
[2124/2280] Compiling Vapor Not.swift
[2125/2280] Compiling Vapor Or.swift
[2126/2280] Compiling Vapor Pattern.swift
[2127/2280] Compiling Vapor Range.swift
[2128/2280] Compiling Vapor URL.swift
[2129/2280] Compiling Vapor Valid.swift
[2130/2280] Compiling Vapor Application+Views.swift
[2131/2280] Compiling Vapor PlaintextRenderer.swift
[2132/2280] Compiling Vapor Request+View.swift
[2133/2280] Compiling Vapor View.swift
[2134/2280] Compiling Vapor ViewRenderer.swift
[2135/2280] Compiling Vapor _Deprecations.swift
[2136/2280] Compiling Vapor Bytes+Hex.swift
[2137/2280] Compiling Vapor Bytes+SecureCompare.swift
[2138/2280] Compiling Vapor Collection+Safe.swift
[2139/2280] Compiling Vapor DataProtocol+Copy.swift
[2140/2280] Compiling Vapor DecoderUnwrapper.swift
[2141/2280] Compiling Vapor DirectoryConfiguration.swift
[2142/2280] Compiling Vapor DotEnv.swift
[2143/2280] Compiling Vapor Extendable.swift
[2144/2280] Compiling Vapor File.swift
[2145/2280] Compiling Vapor FileIO.swift
[2146/2280] Compiling Vapor LifecycleHandler.swift
[2147/2280] Compiling Vapor OptionalType.swift
[2148/2280] Compiling Vapor RFC1123.swift
[2149/2280] Compiling Vapor SocketAddress+Hostname.swift
[2150/2280] Compiling Vapor Storage.swift
[2151/2280] Compiling Vapor String+IsIPAddress.swift
[2152/2280] Compiling Vapor Thread.swift
[2153/2280] Compiling Vapor URI.swift
[2154/2280] Compiling Vapor RangeResult.swift
[2155/2280] Compiling Vapor Validatable.swift
[2156/2280] Compiling Vapor Validation.swift
[2157/2280] Compiling Vapor ValidationKey.swift
[2158/2280] Compiling Vapor Validations.swift
[2159/2280] Compiling Vapor ValidationsError.swift
[2160/2280] Compiling Vapor Service.swift
[2161/2280] Compiling Vapor Application+Sessions.swift
[2162/2280] Compiling Vapor MemorySessions.swift
[2163/2280] Compiling Vapor Request+Session.swift
[2164/2280] Compiling Vapor Session.swift
[2165/2280] Compiling Vapor SessionCache.swift
[2166/2280] Compiling Vapor SessionData.swift
[2167/2280] Compiling Vapor SessionDriver.swift
[2168/2280] Compiling Vapor SessionsConfiguration.swift
[2169/2280] Compiling Vapor SessionsMiddleware.swift
[2170/2280] Compiling Vapor URLEncodedFormData.swift
[2171/2280] Compiling Vapor URLEncodedFormDecoder.swift
[2172/2280] Compiling Vapor URLEncodedFormEncoder.swift
[2173/2280] Compiling Vapor URLEncodedFormError.swift
[2174/2280] Compiling Vapor URLEncodedFormParser.swift
[2175/2280] Compiling Vapor URLEncodedFormSerializer.swift
[2176/2280] Compiling Vapor URLQueryFragmentConvertible.swift
[2177/2280] Compiling Vapor AnyResponse.swift
[2178/2280] Compiling Vapor Array+Random.swift
[2179/2280] Compiling Vapor Base32.swift
[2180/2280] Compiling Vapor Base64.swift
[2181/2280] Compiling Vapor BaseN.swift
[2182/2280] Compiling Vapor BasicCodingKey.swift
[2183/2280] Compiling Vapor ByteCount.swift
[2184/2280] Emitting module Vapor
[2185/2280] Compiling Vapor Request+Body.swift
[2186/2280] Compiling Vapor Request+BodyStream.swift
[2187/2280] Compiling Vapor Request.swift
[2188/2280] Compiling Vapor Application+Responder.swift
[2189/2280] Compiling Vapor DefaultResponder.swift
[2190/2280] Compiling Vapor Response+Body.swift
[2191/2280] Compiling Vapor Response.swift
[2192/2280] Compiling Vapor ResponseCodable.swift
[2193/2280] Compiling Vapor Application+Routes.swift
[2194/2280] Compiling Vapor Parameters+Require.swift
[2195/2280] Compiling Vapor Request+WebSocket.swift
[2196/2280] Compiling Vapor Route.swift
[2197/2280] Compiling Vapor RouteCollection.swift
[2198/2280] Compiling Vapor Routes.swift
[2199/2280] Compiling Vapor RoutesBuilder+Group.swift
[2200/2280] Compiling Vapor RoutesBuilder+Method.swift
[2201/2280] Compiling Vapor RoutesBuilder+Middleware.swift
[2202/2280] Compiling Vapor RoutesBuilder+WebSocket.swift
[2203/2280] Compiling Vapor RoutesBuilder.swift
[2204/2280] Compiling Vapor OTP.swift
[2205/2280] Compiling Vapor Application+Servers.swift
[2206/2280] Compiling Vapor Server.swift
[2207/2280] Compiling Vapor App+Service.swift
[2208/2280] Compiling Vapor Req+Service.swift
[2209/2280] Compiling Vapor Application.swift
[2210/2280] Compiling Vapor AuthenticationCache.swift
[2211/2280] Compiling Vapor Authenticator.swift
[2212/2280] Compiling Vapor BasicAuthorization.swift
[2213/2280] Compiling Vapor BearerAuthorization.swift
[2214/2280] Compiling Vapor GuardMiddleware.swift
[2215/2280] Compiling Vapor RedirectMiddleware.swift
[2216/2280] Compiling Vapor SessionAuthenticatable.swift
[2217/2280] Compiling Vapor Bcrypt.swift
[2218/2280] Compiling Vapor Application+Cache.swift
[2219/2280] Compiling Vapor Cache.swift
[2220/2280] Compiling Vapor CacheExpirationTime.swift
[2221/2280] Compiling Vapor MemoryCache.swift
[2222/2280] Compiling Vapor Request+Cache.swift
[2223/2280] Compiling Vapor Application+Clients.swift
[2224/2280] Compiling Vapor Client.swift
[2225/2280] Compiling Vapor ClientRequest.swift
[2226/2280] Compiling Vapor ClientResponse.swift
[2227/2280] Compiling Vapor Request+Client.swift
[2228/2280] Compiling Vapor BootCommand.swift
[2229/2280] Compiling Vapor CommandContext+Application.swift
[2230/2280] Compiling Vapor RoutesCommand.swift
[2231/2280] Compiling Vapor ServeCommand.swift
[2232/2280] Compiling Vapor AnyResponse+Concurrency.swift
[2233/2280] Compiling Vapor AsyncBasicResponder.swift
[2234/2280] Compiling Vapor AsyncMiddleware.swift
[2235/2280] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2236/2280] Compiling Vapor AsyncSessionDriver.swift
[2237/2280] Compiling Vapor Authentication+Concurrency.swift
[2238/2280] Compiling Vapor Cache+Concurrency.swift
[2239/2280] Compiling Vapor Client+Concurrency.swift
[2240/2280] Compiling Vapor RequestBody+Concurrency.swift
[2241/2280] Compiling Vapor Responder+Concurrency.swift
[2242/2280] Compiling Vapor ResponseCodable+Concurrency.swift
[2243/2280] Compiling Vapor RoutesBuilder+Concurrency.swift
[2244/2280] Compiling Vapor ViewRenderer+Concurrency.swift
[2245/2280] Compiling Vapor WebSocket+Concurrency.swift
[2246/2280] Compiling Vapor ContainerGetPathExecutor.swift
[2247/2280] Compiling Vapor Content.swift
[2248/2280] Compiling Vapor ContentCoders.swift
[2249/2280] Compiling Vapor ContentConfiguration.swift
[2250/2280] Compiling Vapor ContentContainer.swift
[2251/2280] Compiling Vapor JSONCoder+Custom.swift
[2252/2280] Compiling Vapor JSONCoders+Content.swift
[2253/2280] Compiling Vapor PlaintextDecoder.swift
[2254/2280] Compiling Vapor PlaintextEncoder.swift
[2255/2280] Compiling Vapor URLQueryCoders.swift
[2256/2280] Compiling Vapor URLQueryContainer.swift
[2257/2280] Compiling Vapor HTTPStatus.swift
[2258/2280] Compiling Vapor HTTPCookies.swift
[2259/2280] Compiling Vapor HTTPHeaderCacheControl.swift
[2260/2280] Compiling Vapor HTTPHeaderExpires.swift
[2261/2280] Compiling Vapor HTTPHeaderLastModified.swift
[2262/2280] Compiling Vapor HTTPHeaders+Cache.swift
[2263/2280] Compiling Vapor HTTPHeaders+Connection.swift
[2264/2280] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2265/2280] Compiling Vapor HTTPHeaders+ContentRange.swift
[2266/2280] Compiling Vapor HTTPHeaders+Directive.swift
[2267/2280] Compiling Vapor HTTPHeaders+Forwarded.swift
[2268/2280] Compiling Vapor HTTPHeaders+Link.swift
[2269/2280] Compiling Vapor HTTPHeaders+Name.swift
[2270/2280] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2271/2280] Compiling Vapor HTTPHeaders.swift
[2272/2280] Compiling Vapor HTTPMediaType.swift
[2273/2280] Compiling Vapor HTTPMediaTypePreference.swift
[2274/2280] Compiling Vapor Responder.swift
[2275/2280] Compiling Vapor Application+HTTP+Server.swift
[2276/2280] Compiling Vapor HTTPServer.swift
[2277/2280] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2278/2280] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2279/2280] Compiling Vapor HTTPServerHandler.swift
[2280/2280] Compiling Vapor HTTPServerRequestDecoder.swift
[2282/2300] Compiling PlotVapor Body.swift
/host/spi-builder-workspace/Source/PlotVapor/Components/Head.swift:7:54: warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 5 | public extension ElementDefinitions {
 6 |     /// Definition for the `<section>` element.
 7 |     enum Head: ElementDefinition { public static var wrapper = Node.head }
   |                                                      |- warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                                      |- note: convert 'wrapper' to a 'let' constant to make 'Sendable' shared state immutable
   |                                                      |- note: add '@MainActor' to make static property 'wrapper' part of global actor 'MainActor'
   |                                                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 | }
 9 |
[2283/2300] Compiling PlotVapor Favicon.swift
/host/spi-builder-workspace/Source/PlotVapor/Components/Head.swift:7:54: warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 5 | public extension ElementDefinitions {
 6 |     /// Definition for the `<section>` element.
 7 |     enum Head: ElementDefinition { public static var wrapper = Node.head }
   |                                                      |- warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                                      |- note: convert 'wrapper' to a 'let' constant to make 'Sendable' shared state immutable
   |                                                      |- note: add '@MainActor' to make static property 'wrapper' part of global actor 'MainActor'
   |                                                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 | }
 9 |
[2284/2300] Compiling PlotVapor Head.swift
/host/spi-builder-workspace/Source/PlotVapor/Components/Head.swift:7:54: warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 5 | public extension ElementDefinitions {
 6 |     /// Definition for the `<section>` element.
 7 |     enum Head: ElementDefinition { public static var wrapper = Node.head }
   |                                                      |- warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                                      |- note: convert 'wrapper' to a 'let' constant to make 'Sendable' shared state immutable
   |                                                      |- note: add '@MainActor' to make static property 'wrapper' part of global actor 'MainActor'
   |                                                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 | }
 9 |
[2285/2302] Compiling PlotVapor Renderable+ToView.swift
[2286/2302] Compiling PlotVapor Request+Render.swift
[2287/2302] Compiling PlotVapor HTML+ComponentInit.swift
[2288/2302] Compiling PlotVapor Node+MetaConvenience.swift
[2289/2302] Emitting module PlotVapor
/host/spi-builder-workspace/Source/PlotVapor/Components/Head.swift:7:54: warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 5 | public extension ElementDefinitions {
 6 |     /// Definition for the `<section>` element.
 7 |     enum Head: ElementDefinition { public static var wrapper = Node.head }
   |                                                      |- warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                                      |- note: convert 'wrapper' to a 'let' constant to make 'Sendable' shared state immutable
   |                                                      |- note: add '@MainActor' to make static property 'wrapper' part of global actor 'MainActor'
   |                                                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 | }
 9 |
/host/spi-builder-workspace/Source/PlotVapor/Components/Section.swift:7:57: warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 5 | public extension ElementDefinitions {
 6 |     /// Definition for the `<section>` element.
 7 |     enum Section: ElementDefinition { public static var wrapper = Node.section }
   |                                                         |- warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                                         |- note: convert 'wrapper' to a 'let' constant to make 'Sendable' shared state immutable
   |                                                         |- note: add '@MainActor' to make static property 'wrapper' part of global actor 'MainActor'
   |                                                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 | }
 9 |
/host/spi-builder-workspace/Source/PlotVapor/Middleware/SitemapMiddleware.swift:8:17: warning: stored property 'sitemap' of 'Sendable'-conforming struct 'SitemapMiddleware' has non-sendable type 'Sitemap' (aka 'SiteMap'); this is an error in the Swift 6 language mode
 6 | public struct SitemapMiddleware: AsyncMiddleware {
 7 |     private let path: String
 8 |     private let sitemap: Sitemap
   |                 `- warning: stored property 'sitemap' of 'Sendable'-conforming struct 'SitemapMiddleware' has non-sendable type 'Sitemap' (aka 'SiteMap'); this is an error in the Swift 6 language mode
 9 |
10 |     public init(path: String = "/sitemap.xml", sitemap: Sitemap) {
/host/spi-builder-workspace/.build/checkouts/Plot/Sources/Plot/API/SiteMap.swift:13:15: note: struct 'SiteMap' does not conform to the 'Sendable' protocol
11 | /// a site map using Plot's type-safe DSL, and then call the `render()`
12 | /// method to turn it into an XML string.
13 | public struct SiteMap: DocumentFormat {
   |               `- note: struct 'SiteMap' does not conform to the 'Sendable' protocol
14 |     private let document: Document<SiteMap>
15 |
/host/spi-builder-workspace/Source/PlotVapor/Middleware/SitemapMiddleware.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Plot'
 1 | // Copyright © 2022 Brian Drelling. All rights reserved.
 2 |
 3 | import Plot
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Plot'
 4 | import Vapor
 5 |
[2290/2302] Compiling PlotVapor Script.swift
/host/spi-builder-workspace/Source/PlotVapor/Components/Section.swift:7:57: warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 5 | public extension ElementDefinitions {
 6 |     /// Definition for the `<section>` element.
 7 |     enum Section: ElementDefinition { public static var wrapper = Node.section }
   |                                                         |- warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                                         |- note: convert 'wrapper' to a 'let' constant to make 'Sendable' shared state immutable
   |                                                         |- note: add '@MainActor' to make static property 'wrapper' part of global actor 'MainActor'
   |                                                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 | }
 9 |
[2291/2302] Compiling PlotVapor Section.swift
/host/spi-builder-workspace/Source/PlotVapor/Components/Section.swift:7:57: warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 5 | public extension ElementDefinitions {
 6 |     /// Definition for the `<section>` element.
 7 |     enum Section: ElementDefinition { public static var wrapper = Node.section }
   |                                                         |- warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                                         |- note: convert 'wrapper' to a 'let' constant to make 'Sendable' shared state immutable
   |                                                         |- note: add '@MainActor' to make static property 'wrapper' part of global actor 'MainActor'
   |                                                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 | }
 9 |
[2292/2302] Compiling PlotVapor Style.swift
/host/spi-builder-workspace/Source/PlotVapor/Components/Section.swift:7:57: warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 5 | public extension ElementDefinitions {
 6 |     /// Definition for the `<section>` element.
 7 |     enum Section: ElementDefinition { public static var wrapper = Node.section }
   |                                                         |- warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                                         |- note: convert 'wrapper' to a 'let' constant to make 'Sendable' shared state immutable
   |                                                         |- note: add '@MainActor' to make static property 'wrapper' part of global actor 'MainActor'
   |                                                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 | }
 9 |
[2293/2302] Compiling PlotVapor Application+Sitemap.swift
[2294/2302] Compiling PlotVapor EnvironmentKey+Vapor.swift
[2295/2302] Compiling PlotVapor HeadLink.swift
[2296/2302] Compiling PlotVapor Meta.swift
[2297/2302] Compiling PlotVapor NoScript.swift
[2298/2302] Compiling PlotVapor StyleSheet.swift
[2299/2302] Compiling PlotVapor ThemeColor.swift
[2300/2302] Compiling PlotVapor Title.swift
[2301/2302] Compiling PlotVapor SitemapMiddleware.swift
/host/spi-builder-workspace/Source/PlotVapor/Middleware/SitemapMiddleware.swift:8:17: warning: stored property 'sitemap' of 'Sendable'-conforming struct 'SitemapMiddleware' has non-sendable type 'Sitemap' (aka 'SiteMap'); this is an error in the Swift 6 language mode
 6 | public struct SitemapMiddleware: AsyncMiddleware {
 7 |     private let path: String
 8 |     private let sitemap: Sitemap
   |                 `- warning: stored property 'sitemap' of 'Sendable'-conforming struct 'SitemapMiddleware' has non-sendable type 'Sitemap' (aka 'SiteMap'); this is an error in the Swift 6 language mode
 9 |
10 |     public init(path: String = "/sitemap.xml", sitemap: Sitemap) {
/host/spi-builder-workspace/.build/checkouts/Plot/Sources/Plot/API/SiteMap.swift:13:15: note: struct 'SiteMap' does not conform to the 'Sendable' protocol
11 | /// a site map using Plot's type-safe DSL, and then call the `render()`
12 | /// method to turn it into an XML string.
13 | public struct SiteMap: DocumentFormat {
   |               `- note: struct 'SiteMap' does not conform to the 'Sendable' protocol
14 |     private let document: Document<SiteMap>
15 |
/host/spi-builder-workspace/Source/PlotVapor/Middleware/SitemapMiddleware.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Plot'
 1 | // Copyright © 2022 Brian Drelling. All rights reserved.
 2 |
 3 | import Plot
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Plot'
 4 | import Vapor
 5 |
[2302/2302] Compiling PlotVapor Page.swift
/host/spi-builder-workspace/Source/PlotVapor/Middleware/SitemapMiddleware.swift:8:17: warning: stored property 'sitemap' of 'Sendable'-conforming struct 'SitemapMiddleware' has non-sendable type 'Sitemap' (aka 'SiteMap'); this is an error in the Swift 6 language mode
 6 | public struct SitemapMiddleware: AsyncMiddleware {
 7 |     private let path: String
 8 |     private let sitemap: Sitemap
   |                 `- warning: stored property 'sitemap' of 'Sendable'-conforming struct 'SitemapMiddleware' has non-sendable type 'Sitemap' (aka 'SiteMap'); this is an error in the Swift 6 language mode
 9 |
10 |     public init(path: String = "/sitemap.xml", sitemap: Sitemap) {
/host/spi-builder-workspace/.build/checkouts/Plot/Sources/Plot/API/SiteMap.swift:13:15: note: struct 'SiteMap' does not conform to the 'Sendable' protocol
11 | /// a site map using Plot's type-safe DSL, and then call the `render()`
12 | /// method to turn it into an XML string.
13 | public struct SiteMap: DocumentFormat {
   |               `- note: struct 'SiteMap' does not conform to the 'Sendable' protocol
14 |     private let document: Document<SiteMap>
15 |
/host/spi-builder-workspace/Source/PlotVapor/Middleware/SitemapMiddleware.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Plot'
 1 | // Copyright © 2022 Brian Drelling. All rights reserved.
 2 |
 3 | import Plot
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Plot'
 4 | import Vapor
 5 |
Build complete! (419.05s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "plot",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.0",
            "upper_bound" : "0.12.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Plot"
    },
    {
      "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"
    }
  ],
  "manifest_display_name" : "PlotVapor",
  "name" : "PlotVapor",
  "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" : "PlotVapor",
      "targets" : [
        "PlotVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PlotVapor",
      "module_type" : "SwiftTarget",
      "name" : "PlotVapor",
      "path" : "Source/PlotVapor",
      "product_dependencies" : [
        "Plot",
        "Vapor"
      ],
      "product_memberships" : [
        "PlotVapor"
      ],
      "sources" : [
        "Components/Body.swift",
        "Components/Favicon.swift",
        "Components/Head.swift",
        "Components/HeadLink.swift",
        "Components/Meta.swift",
        "Components/NoScript.swift",
        "Components/Script.swift",
        "Components/Section.swift",
        "Components/Style.swift",
        "Components/StyleSheet.swift",
        "Components/ThemeColor.swift",
        "Components/Title.swift",
        "Extensions/Application+Sitemap.swift",
        "Extensions/EnvironmentKey+Vapor.swift",
        "Extensions/HTML+ComponentInit.swift",
        "Extensions/Node+MetaConvenience.swift",
        "Extensions/Renderable+ToView.swift",
        "Extensions/Request+Render.swift",
        "Middleware/SitemapMiddleware.swift",
        "Protocols/Page.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.