The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of PlotVapor, reference 0.5.0 (8ef961), with Swift 6.1 for Android on 28 May 2025 09:49:33 UTC.

Swift 6 data race errors: 3

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bdrelling/PlotVapor.git
Reference: 0.5.0
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
 * tag               0.5.0      -> FETCH_HEAD
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 0.5.0
========================================
Build
========================================
Selected platform:         android
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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor
Fetching https://github.com/swift-kipple/Tools
Fetching https://github.com/JohnSundell/Plot
[1/2086] Fetching plot
[2087/2806] Fetching plot, tools
[2807/77184] Fetching plot, tools, vapor
Fetched https://github.com/swift-kipple/Tools from cache (0.47s)
[3574/76464] Fetching plot, vapor
Fetched https://github.com/JohnSundell/Plot from cache (2.74s)
Fetched https://github.com/vapor/vapor from cache (2.79s)
Computing version for https://github.com/JohnSundell/Plot
Computed https://github.com/JohnSundell/Plot at 0.11.0 (6.20s)
Computing version for https://github.com/swift-kipple/Tools
Computed https://github.com/swift-kipple/Tools at 0.5.4 (0.97s)
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-argument-parser
[1/15351] Fetching swift-argument-parser
[15045/63533] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (29.43s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (30.12s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (34.18s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.2 (0.61s)
Computing version for https://github.com/vapor/vapor
Computed https://github.com/vapor/vapor at 4.115.0 (0.95s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
[278/3672] Fetching swift-service-context, websocket-kit
[627/8646] Fetching swift-service-context, websocket-kit, swift-distributed-tracing
[4607/10356] Fetching swift-service-context, websocket-kit, swift-distributed-tracing, swift-atomics
[5306/13675] Fetching swift-service-context, websocket-kit, swift-distributed-tracing, swift-atomics, multipart-kit
[10540/19634] Fetching swift-service-context, websocket-kit, swift-distributed-tracing, swift-atomics, multipart-kit, swift-algorithms
Fetched https://github.com/apple/swift-service-context.git from cache (0.51s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.63s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.63s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.65s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.65s)
Fetching https://github.com/apple/swift-nio-http2.git
[1628/5525] Fetching multipart-kit, swift-metrics
[3834/9361] Fetching multipart-kit, swift-metrics, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.38s)
[2241/7155] Fetching multipart-kit, swift-log
Fetching https://github.com/apple/swift-nio.git
[2664/18682] Fetching multipart-kit, swift-log, swift-nio-http2
[2934/24596] Fetching multipart-kit, swift-log, swift-nio-http2, swift-nio-extras
Fetched https://github.com/apple/swift-log.git from cache (0.62s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.62s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-crypto.git
[4855/14846] Fetching multipart-kit, swift-nio-http2
[13177/90924] Fetching multipart-kit, swift-nio-http2, swift-nio
[13938/111651] Fetching multipart-kit, swift-nio-http2, swift-nio, routing-kit
[20160/125587] Fetching multipart-kit, swift-nio-http2, swift-nio, routing-kit, swift-crypto
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.76s)
[61359/114060] Fetching multipart-kit, swift-nio, routing-kit, swift-crypto
Fetched https://github.com/vapor/multipart-kit.git from cache (2.44s)
[58436/110741] Fetching swift-nio, routing-kit, swift-crypto
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/vapor/async-kit.git
[74319/113111] Fetching swift-nio, routing-kit, swift-crypto, async-kit
[75425/118688] Fetching swift-nio, routing-kit, swift-crypto, async-kit, console-kit
[84290/133531] Fetching swift-nio, routing-kit, swift-crypto, async-kit, console-kit, swift-nio-ssl
Fetched https://github.com/vapor/async-kit.git from cache (0.45s)
Fetching https://github.com/swift-server/async-http-client.git
[86180/131161] Fetching swift-nio, routing-kit, swift-crypto, console-kit, swift-nio-ssl
Fetched https://github.com/vapor/console-kit.git from cache (0.54s)
[83332/125584] Fetching swift-nio, routing-kit, swift-crypto, swift-nio-ssl
[88717/139598] Fetching swift-nio, routing-kit, swift-crypto, swift-nio-ssl, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (2.55s)
[91861/118871] Fetching swift-nio, swift-crypto, swift-nio-ssl, async-http-client
Fetched https://github.com/apple/swift-crypto.git from cache (2.58s)
[78105/104935] Fetching swift-nio, swift-nio-ssl, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.36s)
[74184/90921] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.65s)
Fetched https://github.com/apple/swift-nio.git from cache (8.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (9.93s)
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.51s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.50s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.65s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.80s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/16591] Fetching swift-collections
[2/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.49s)
Fetched https://github.com/apple/swift-collections.git from cache (1.53s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.17s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.65s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.55s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.40s)
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.96s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.59s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.55s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.90s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1590] Fetching swift-asn1
[113/2731] Fetching swift-asn1, swift-http-structured-headers
[1204/3635] Fetching swift-asn1, swift-http-structured-headers, swift-http-types
[1223/8620] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-async-algorithms
[1481/11046] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-async-algorithms, swift-service-lifecycle
[4960/17201] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.37s)
[8929/16060] Fetching swift-asn1, swift-http-types, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.40s)
[11057/14470] Fetching swift-http-types, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.47s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.55s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.58s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.58s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.49s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.84s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.66s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.40s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.81s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.97s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.94s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (2.77s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.07s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.59s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.74s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.68s)
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.99s)
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.65s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.95s)
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/vapor/vapor
Working copy of https://github.com/vapor/vapor resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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/JohnSundell/Plot
Working copy of https://github.com/JohnSundell/Plot resolved at 0.11.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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/swift-kipple/Tools
Working copy of https://github.com/swift-kipple/Tools resolved at 0.5.4
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/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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/834] Write sources
[44/834] Compiling CNIOWindows shim.c
[45/834] Compiling CNIOWindows WSAStartup.c
[46/834] Write sources
[53/834] Compiling _NumericsShims _NumericsShims.c
[54/834] Compiling CNIOWASI CNIOWASI.c
[55/834] Compiling CVaporBcrypt blf.c
[56/834] Compiling CVaporBcrypt bcrypt.c
[57/834] Compiling _AtomicsShims.c
[58/834] Compiling CNIOLinux liburing_shims.c
[59/834] Compiling CNIOSHA1 c_nio_sha1.c
[60/834] Compiling CSystem shims.c
[61/834] Compiling CNIOExtrasZlib empty.c
[62/834] Compiling CNIODarwin shim.c
[63/834] Compiling CNIOLLHTTP c_nio_http.c
[64/834] Compiling CNIOLinux shim.c
[65/834] Compiling fiat_p256_adx_mul.S
[66/834] Compiling fiat_p256_adx_sqr.S
[67/834] Compiling CNIOLLHTTP c_nio_api.c
[68/834] Compiling fiat_curve25519_adx_mul.S
[69/834] Compiling fiat_curve25519_adx_square.S
[70/834] Write swift-version-24593BA9C3E375BF.txt
[71/834] Compiling CNIOBoringSSLShims shims.c
[72/838] Compiling CNIOLLHTTP c_nio_llhttp.c
[73/840] Compiling tls_record.cc
[74/868] Compiling tls_method.cc
[75/871] Compiling tls13_server.cc
[76/871] Compiling tls13_both.cc
[77/871] Compiling tls13_enc.cc
[78/871] Compiling tls13_client.cc
[80/958] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[81/958] Compiling InternalCollectionsUtilities Integer rank.swift
[82/959] Compiling _NIODataStructures PriorityQueue.swift
[83/959] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[84/959] Compiling RealModule Float80+Real.swift
[85/959] Compiling RealModule Real.swift
[86/960] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[87/960] Compiling InternalCollectionsUtilities UInt+reversed.swift
[88/960] Compiling ServiceContextModule ServiceContextKey.swift
[89/960] Emitting module SystemPackage
[90/960] Compiling InternalCollectionsUtilities Descriptions.swift
[91/960] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[92/963] Emitting module ServiceContextModule
[93/963] Compiling ServiceContextModule ServiceContext.swift
[94/964] Compiling RealModule ElementaryFunctions.swift
[95/964] Compiling _NIODataStructures _TinyArray.swift
[96/964] Emitting module InternalCollectionsUtilities
[99/964] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[100/964] Compiling InternalCollectionsUtilities _SortedCollection.swift
[101/964] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[102/964] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[103/964] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[104/964] Compiling InternalCollectionsUtilities Debugging.swift
[105/964] Emitting module RealModule
[106/964] Compiling Plot HTMLFormContentType.swift
[107/964] Compiling Plot HTMLFormMethod.swift
[108/964] Compiling Plot HTMLInputType.swift
[111/964] Compiling RealModule Float+Real.swift
[112/964] Compiling RealModule Float16+Real.swift
[113/964] Compiling _NIOBase64 Base64.swift
[114/964] Emitting module _NIOBase64
[115/965] Compiling RealModule RealFunctions.swift
[116/966] Emitting module _NIODataStructures
[117/966] Compiling _NIODataStructures Heap.swift
[118/967] Compiling Plot ComponentContainer.swift
[119/967] Compiling Plot ComponentGroup.swift
[120/967] Compiling Plot ControlFlow.swift
[121/967] Compiling Plot Document.swift
[126/967] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[132/977] Compiling Instrumentation NoOpInstrument.swift
[133/977] Compiling Instrumentation MultiplexInstrument.swift
[134/977] Compiling Instrumentation Instrument.swift
[135/977] Compiling Instrumentation InstrumentationSystem.swift
[136/977] Emitting module Instrumentation
[145/977] Compiling SystemPackage Util+StringArray.swift
[146/977] Compiling SystemPackage Util.swift
[147/977] Compiling SystemPackage UtilConsumers.swift
[148/977] Compiling CoreMetrics Metrics.swift
[149/977] Compiling Instrumentation Locks.swift
[150/977] Compiling CoreMetrics Locks.swift
[151/977] Emitting module CoreMetrics
[152/979] Compiling Plot HTMLAudioFormat.swift
[153/979] Compiling Plot HTMLButtonType.swift
[154/979] Compiling Plot HTMLComponents.swift
[155/979] Compiling Plot HTMLElements.swift
[156/979] Compiling Plot DocumentEncoding.swift
[157/979] Compiling Plot HTMLAnchorRelationship.swift
[158/979] Compiling Plot HTMLAnchorTarget.swift
[159/979] Compiling Plot HTMLAttributes.swift
[160/980] Emitting module Logging
[161/980] Compiling Logging MetadataProvider.swift
[163/980] Compiling Logging LogHandler.swift
[164/980] Compiling Logging Logging.swift
[165/980] Compiling Logging Locks.swift
[168/981] Compiling t1_enc.cc
[169/989] Compiling ssl_versions.cc
[170/989] Compiling ssl_x509.cc
[172/1120] Compiling Tracing InstrumentationSystem+Tracing.swift
[173/1127] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[174/1127] Emitting module Tracing
[175/1128] Compiling Tracing TracingTime.swift
[176/1128] Compiling Tracing TracerProtocol.swift
[177/1191] Compiling HeapModule Heap+Descriptions.swift
[178/1203] Emitting module RoutingKit
[179/1203] Compiling Metrics Metrics.swift
[180/1203] Emitting module Metrics
[181/1204] Compiling Tracing TracerProtocol+Legacy.swift
[182/1204] Compiling Tracing Tracer.swift
[183/1204] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[184/1204] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[185/1204] Compiling HashTreeCollections TreeDictionary+Values.swift
[186/1204] Compiling HashTreeCollections _HashTreeIterator.swift
[187/1204] Compiling HashTreeCollections _HashTreeStatistics.swift
[188/1204] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[189/1204] Compiling HashTreeCollections _RawHashNode.swift
[190/1204] Compiling HashTreeCollections _UnmanagedHashNode.swift
[192/1212] Compiling HeapModule Heap.swift
[193/1212] Compiling HeapModule _HeapNode.swift
[194/1212] Compiling RoutingKit PathComponent.swift
[195/1212] Compiling RoutingKit Router.swift
[196/1212] Compiling RoutingKit TrieRouter.swift
[197/1212] Compiling HashTreeCollections _UnsafePath.swift
[198/1212] Compiling HashTreeCollections TreeDictionary+Codable.swift
[199/1212] Compiling HashTreeCollections TreeDictionary+Collection.swift
[200/1212] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[201/1212] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[202/1212] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[203/1212] Compiling HashTreeCollections TreeDictionary.swift
[204/1212] Compiling HashTreeCollections TreeSet+Codable.swift
[205/1212] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[206/1212] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[207/1212] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[208/1212] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[209/1212] Compiling HashTreeCollections _HashNode.swift
[210/1212] Compiling HashTreeCollections _HashNodeHeader.swift
[211/1212] Compiling HashTreeCollections _HashSlot.swift
[212/1212] Compiling HashTreeCollections _HashStack.swift
[213/1212] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[214/1212] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[215/1212] Compiling HashTreeCollections _HashNode+Structural merge.swift
[216/1212] Compiling HashTreeCollections _AncestorHashSlots.swift
[217/1212] Compiling HashTreeCollections _Bitmap.swift
[218/1212] Compiling HashTreeCollections _Bucket.swift
[219/1212] Compiling HashTreeCollections _Hash.swift
[220/1212] Compiling HashTreeCollections _HashLevel.swift
[221/1212] Compiling HashTreeCollections _HashNode+Builder.swift
[222/1212] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[223/1212] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[224/1212] Compiling HashTreeCollections _HashNode+Storage.swift
[225/1212] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[226/1212] Compiling HashTreeCollections _HashNode+Structural filter.swift
[227/1212] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[228/1212] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[229/1212] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[230/1212] Emitting module Plot
[232/1212] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[233/1212] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[234/1212] Compiling HashTreeCollections TreeDictionary+Filter.swift
[235/1212] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[236/1212] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[237/1212] Compiling HashTreeCollections TreeDictionary+Keys.swift
[238/1212] Compiling HeapModule Heap+UnsafeHandle.swift
[239/1212] Compiling HeapModule Heap+Invariants.swift
[253/1212] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[254/1212] Compiling HashTreeCollections TreeDictionary+Merge.swift
[263/1219] Emitting module HeapModule
[264/1220] Compiling Tracing SpanProtocol.swift
[265/1220] Compiling Tracing NoOpTracer.swift
[266/1233] Compiling HashTreeCollections _HashNode+Debugging.swift
[267/1233] Compiling HashTreeCollections _HashNode+Initializers.swift
[268/1234] Compiling HashTreeCollections _HashNode+Invariants.swift
[269/1234] Compiling HashTreeCollections _HashNode+Lookups.swift
[270/1234] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[271/1234] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[272/1234] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[273/1234] Compiling HashTreeCollections _HashNode+Structural union.swift
[275/1236] Compiling RoutingKit AnyRouter.swift
[276/1236] Compiling RoutingKit Parameters.swift
[277/1237] Compiling HashTreeCollections TreeSet+Hashable.swift
[278/1237] Compiling HashTreeCollections TreeSet+Sendable.swift
[279/1237] Compiling HashTreeCollections TreeSet+Sequence.swift
[280/1237] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[281/1237] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[282/1237] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[283/1237] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[284/1237] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[285/1237] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[286/1237] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[297/1247] Compiling DequeModule Deque+Equatable.swift
[298/1247] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[299/1247] Compiling DequeModule Deque+CustomReflectable.swift
[300/1247] Compiling DequeModule Deque+Descriptions.swift
[301/1249] Compiling DequeModule Deque+Codable.swift
[302/1249] Compiling DequeModule Deque+Collection.swift
[307/1249] Compiling DequeModule Deque+Extras.swift
[308/1249] Compiling DequeModule Deque+Hashable.swift
[309/1249] Compiling DequeModule _DequeBuffer.swift
[310/1249] Compiling DequeModule _DequeBufferHeader.swift
[311/1249] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[312/1249] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[313/1249] Compiling OrderedCollections OrderedSet.swift
[314/1249] Compiling OrderedCollections _UnsafeBitset.swift
[315/1249] Compiling Plot Environment.swift
[316/1249] Compiling Plot ModifiedComponent.swift
[317/1249] Compiling Plot Renderer.swift
[318/1249] Compiling Plot String+Escaping.swift
[329/1259] Compiling OrderedCollections OrderedSet+SubSequence.swift
[330/1259] Compiling OrderedCollections OrderedSet+Testing.swift
[353/1259] Compiling DequeModule _DequeSlot.swift
[354/1259] Compiling DequeModule _UnsafeWrappedBuffer.swift
[355/1259] Compiling _RopeModule _CharacterRecognizer.swift
[356/1259] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[357/1259] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[358/1259] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[359/1259] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[360/1259] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[361/1259] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[362/1259] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[363/1259] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[364/1259] Compiling HashTreeCollections TreeSet.swift
[365/1259] Compiling DequeModule Deque._UnsafeHandle.swift
[366/1259] Compiling DequeModule Deque.swift
[391/1259] Compiling DequeModule Deque+Testing.swift
[392/1259] Compiling DequeModule Deque._Storage.swift
[393/1259] Compiling OrderedCollections OrderedSet+Sendable.swift
[443/1259] Emitting module DequeModule
[445/1260] Emitting module _RopeModule
[445/1260] Compiling ssl_privkey.cc
[447/1260] Emitting module OrderedCollections
[447/1261] Compiling ssl_transcript.cc
[449/1261] Compiling ssl_session.cc
[450/1261] Compiling ssl_stat.cc
[452/1261] Emitting module HashTreeCollections
[453/1261] Compiling _RopeModule Rope+Join.swift
[454/1261] Compiling _RopeModule Rope+MutatingForEach.swift
[455/1261] Compiling _RopeModule Rope+Remove.swift
[456/1261] Compiling _RopeModule Rope+RemoveSubrange.swift
[457/1261] Compiling _RopeModule Rope+Split.swift
[458/1261] Compiling _RopeModule Optional Utilities.swift
[459/1261] Compiling _RopeModule String Utilities.swift
[460/1261] Compiling _RopeModule String.Index+ABI.swift
[495/1262] Compiling ssl_key_share.cc
[496/1262] Compiling ssl_lib.cc
[497/1262] Compiling ssl_file.cc
[498/1262] Compiling ssl_cert.cc
[499/1262] Compiling ssl_credential.cc
[500/1262] Compiling ssl_asn1.cc
[521/1263] Compiling ssl_cipher.cc
[522/1263] Compiling ssl_buffer.cc
[523/1263] Compiling ssl_aead_ctx.cc
[524/1263] Compiling handshake_client.cc
[525/1263] Compiling handshake.cc
[526/1263] Compiling s3_pkt.cc
[527/1263] Compiling handshake_server.cc
[528/1263] Compiling s3_lib.cc
[529/1263] Compiling s3_both.cc
[530/1263] Compiling handoff.cc
[531/1263] Compiling dtls_record.cc
[532/1263] Compiling encrypted_client_hello.cc
[533/1263] Compiling md5-x86_64-linux.S
[534/1263] Compiling extensions.cc
[535/1263] Compiling dtls_method.cc
[536/1263] Compiling md5-x86_64-apple.S
[537/1263] Compiling d1_srtp.cc
[538/1263] Compiling md5-586-linux.S
[539/1263] Compiling md5-586-apple.S
[540/1263] Compiling chacha20_poly1305_x86_64-linux.S
[541/1263] Compiling d1_pkt.cc
[542/1263] Compiling chacha20_poly1305_x86_64-apple.S
[543/1263] Compiling chacha20_poly1305_armv8-apple.S
[544/1263] Compiling chacha20_poly1305_armv8-win.S
[545/1263] Compiling chacha20_poly1305_armv8-linux.S
[546/1263] Compiling chacha-x86_64-apple.S
[547/1263] Compiling chacha-x86_64-linux.S
[548/1263] Compiling chacha-x86-linux.S
[549/1263] Compiling chacha-armv8-win.S
[550/1263] Compiling chacha-x86-apple.S
[551/1263] Compiling d1_lib.cc
[552/1263] Compiling chacha-armv8-apple.S
[553/1263] Compiling chacha-armv8-linux.S
[554/1263] Compiling chacha-armv4-linux.S
[555/1263] Compiling aes128gcmsiv-x86_64-apple.S
[556/1263] Compiling aes128gcmsiv-x86_64-linux.S
[557/1263] Compiling x86_64-mont-linux.S
[558/1263] Compiling x86_64-mont5-apple.S
[559/1263] Compiling x86_64-mont5-linux.S
[560/1263] Compiling x86_64-mont-apple.S
[561/1263] Compiling x86-mont-apple.S
[561/1263] Compiling vpaes-x86_64-apple.S
[563/1263] Compiling vpaes-x86_64-linux.S
[564/1263] Compiling x86-mont-linux.S
[565/1263] Compiling vpaes-x86-apple.S
[566/1263] Compiling vpaes-armv8-win.S
[567/1263] Compiling vpaes-x86-linux.S
[568/1263] Compiling vpaes-armv8-linux.S
[569/1263] Compiling vpaes-armv8-apple.S
[570/1263] Compiling vpaes-armv7-linux.S
[571/1263] Compiling sha512-x86_64-linux.S
[572/1263] Compiling err_data.cc
[573/1263] Compiling d1_both.cc
[574/1263] Compiling sha512-x86_64-apple.S
[575/1263] Compiling sha512-armv8-win.S
[576/1263] Compiling sha512-armv4-linux.S
[577/1263] Compiling sha512-armv8-apple.S
[578/1263] Compiling sha512-armv8-linux.S
[579/1263] Compiling sha512-586-linux.S
[580/1263] Compiling sha512-586-apple.S
[581/1263] Compiling sha256-x86_64-linux.S
[582/1263] Compiling sha256-x86_64-apple.S
[583/1263] Compiling sha256-armv8-win.S
[584/1263] Compiling sha256-armv8-apple.S
[585/1263] Compiling sha256-armv8-linux.S
[586/1263] Compiling sha256-586-linux.S
[587/1263] Compiling sha256-armv4-linux.S
[588/1263] Compiling sha1-x86_64-apple.S
[589/1263] Compiling sha256-586-apple.S
[590/1263] Compiling sha1-x86_64-linux.S
[591/1263] Compiling sha1-armv8-win.S
[592/1263] Compiling sha1-armv4-large-linux.S
[593/1263] Compiling sha1-armv8-apple.S
[594/1263] Compiling sha1-586-apple.S
[595/1263] Compiling sha1-armv8-linux.S
[596/1263] Compiling sha1-586-linux.S
[597/1263] Compiling rsaz-avx2-linux.S
[598/1263] Compiling rsaz-avx2-apple.S
[599/1263] Compiling rdrand-x86_64-linux.S
[600/1263] Compiling rdrand-x86_64-apple.S
[601/1263] Compiling p256_beeu-x86_64-asm-apple.S
[602/1263] Compiling p256_beeu-armv8-asm-win.S
[603/1263] Compiling p256_beeu-x86_64-asm-linux.S
[604/1263] Compiling p256_beeu-armv8-asm-linux.S
[605/1263] Compiling p256_beeu-armv8-asm-apple.S
[606/1263] Compiling bio_ssl.cc
[607/1263] Compiling p256-x86_64-asm-linux.S
[608/1263] Compiling p256-armv8-asm-win.S
[609/1263] Compiling ghashv8-armv8-win.S
[610/1263] Compiling p256-x86_64-asm-apple.S
[611/1263] Compiling p256-armv8-asm-apple.S
[612/1263] Compiling p256-armv8-asm-linux.S
[613/1263] Compiling ghashv8-armv7-linux.S
[614/1263] Compiling ghashv8-armv8-apple.S
[615/1263] Compiling ghashv8-armv8-linux.S
[616/1263] Compiling ghash-x86_64-linux.S
[617/1263] Compiling ghash-x86_64-apple.S
[618/1263] Compiling ghash-x86-linux.S
[619/1263] Compiling ghash-x86-apple.S
[620/1263] Compiling ghash-ssse3-x86_64-linux.S
[621/1263] Compiling ghash-ssse3-x86_64-apple.S
[622/1263] Compiling ghash-ssse3-x86-linux.S
[623/1263] Compiling ghash-ssse3-x86-apple.S
[624/1263] Compiling ghash-neon-armv8-linux.S
[625/1263] Compiling ghash-neon-armv8-apple.S
[626/1263] Compiling ghash-neon-armv8-win.S
[627/1263] Compiling ghash-armv4-linux.S
[628/1263] Compiling co-586-apple.S
[629/1263] Compiling bsaes-armv7-linux.S
[630/1263] Compiling co-586-linux.S
[631/1263] Compiling bn-armv8-win.S
[632/1263] Compiling bn-armv8-apple.S
[633/1263] Compiling bn-armv8-linux.S
[634/1263] Compiling bn-586-linux.S
[635/1263] Compiling armv8-mont-win.S
[635/1263] Compiling bn-586-apple.S
[637/1263] Compiling armv8-mont-apple.S
[638/1263] Compiling armv8-mont-linux.S
[639/1263] Compiling armv4-mont-linux.S
[640/1263] Compiling aesv8-gcm-armv8-apple.S
[640/1263] Compiling aesv8-gcm-armv8-win.S
[642/1263] Compiling aesv8-armv8-win.S
[643/1263] Compiling aesv8-armv8-apple.S
[643/1263] Compiling aesv8-gcm-armv8-linux.S
[645/1263] Compiling aesv8-armv8-linux.S
[645/1263] Compiling aesni-x86_64-linux.S
[645/1263] Compiling aesv8-armv7-linux.S
[648/1263] Compiling aesni-x86_64-apple.S
[649/1263] Compiling aesni-x86-linux.S
[650/1263] Compiling aesni-gcm-x86_64-apple.S
[651/1263] Compiling aesni-gcm-x86_64-linux.S
[652/1263] Compiling aes-gcm-avx2-x86_64-apple.S
[653/1263] Compiling aes-gcm-avx10-x86_64-linux.S
[654/1263] Compiling aes-gcm-avx2-x86_64-linux.S
[655/1263] Compiling aesni-x86-apple.S
[656/1263] Compiling aes-gcm-avx10-x86_64-apple.S
[657/1263] Compiling x_val.cc
[658/1263] Compiling x_sig.cc
[659/1263] Compiling x_spki.cc
[660/1263] Compiling x_req.cc
[661/1263] Compiling x_name.cc
[662/1263] Compiling x_x509a.cc
[663/1263] Compiling x_pubkey.cc
[664/1263] Compiling x_x509.cc
[665/1263] Compiling x_exten.cc
[666/1263] Compiling x_all.cc
[667/1263] Compiling x_crl.cc
[668/1263] Compiling x_attrib.cc
[669/1263] Compiling x509rset.cc
[670/1263] Compiling x509name.cc
[671/1263] Compiling x_algor.cc
[672/1263] Compiling x509spki.cc
[673/1263] Compiling x509_vpm.cc
[674/1263] Compiling x509cset.cc
[675/1263] Compiling x509_vfy.cc
[676/1263] Compiling x509_obj.cc
[677/1263] Compiling x509_txt.cc
[678/1263] Compiling x509_v3.cc
[679/1263] Compiling x509_trs.cc
[680/1263] Compiling x509_req.cc
[681/1263] Compiling x509_set.cc
[682/1263] Compiling x509_d2.cc
[683/1263] Compiling x509_cmp.cc
[684/1263] Compiling x509_ext.cc
[685/1263] Compiling x509_def.cc
[686/1263] Compiling x509_lu.cc
[687/1263] Compiling v3_skey.cc
[688/1263] Compiling v3_pmaps.cc
[689/1263] Compiling x509_att.cc
[690/1263] Compiling x509.cc
[691/1263] Compiling v3_purp.cc
[692/1263] Compiling v3_utl.cc
[693/1263] Compiling v3_pcons.cc
[694/1263] Compiling v3_prn.cc
[695/1263] Compiling v3_lib.cc
[696/1263] Compiling v3_ocsp.cc
[697/1263] Compiling v3_ncons.cc
[698/1263] Compiling v3_int.cc
[699/1263] Compiling v3_ia5.cc
[700/1263] Compiling v3_genn.cc
[701/1263] Compiling v3_info.cc
[702/1263] Compiling v3_extku.cc
[703/1263] Compiling v3_cpols.cc
[704/1263] Compiling v3_enum.cc
[705/1263] Compiling v3_crld.cc
[706/1263] Compiling v3_conf.cc
[707/1263] Compiling v3_bitst.cc
[708/1263] Compiling v3_alt.cc
[709/1263] Compiling v3_bcons.cc
[710/1263] Compiling v3_akeya.cc
[711/1263] Compiling v3_akey.cc
[712/1263] Compiling t_x509a.cc
[713/1263] Compiling t_req.cc
[714/1263] Compiling t_x509.cc
[715/1263] Compiling t_crl.cc
[716/1263] Compiling i2d_pr.cc
[717/1263] Compiling rsa_pss.cc
[718/1263] Compiling policy.cc
[719/1263] Compiling name_print.cc
[720/1263] Compiling a_digest.cc
[721/1263] Compiling by_file.cc
[722/1263] Compiling by_dir.cc
[723/1263] Compiling algorithm.cc
[724/1263] Compiling a_verify.cc
[725/1263] Compiling asn1_gen.cc
[726/1263] Compiling voprf.cc
[727/1263] Compiling trust_token.cc
[728/1263] Compiling thread_none.cc
[729/1263] Compiling a_sign.cc
[730/1263] Compiling thread_pthread.cc
[731/1263] Compiling thread_win.cc
[732/1263] Compiling thread.cc
[733/1263] Compiling stack.cc
[734/1263] Compiling pmbtoken.cc
[735/1263] Compiling siphash.cc
[736/1263] Compiling slhdsa.cc
[737/1263] Compiling spake2plus.cc
[738/1263] Compiling sha512.cc
[739/1263] Compiling sha256.cc
[740/1263] Compiling sha1.cc
[741/1263] Compiling rsa_print.cc
[742/1263] Compiling rsa_extra.cc
[743/1263] Compiling refcount.cc
[744/1263] Compiling rsa_crypt.cc
[745/1263] Compiling urandom.cc
[746/1263] Compiling rand.cc
[746/1263] Compiling rc4.cc
[748/1263] Compiling trusty.cc
[749/1263] Compiling rsa_asn1.cc
[750/1263] Compiling windows.cc
[751/1263] Compiling forkunsafe.cc
[751/1263] Compiling getentropy.cc
[753/1263] Compiling poly1305_arm_asm.S
[754/1263] Compiling ios.cc
[755/1263] Compiling passive.cc
[756/1263] Compiling fork_detect.cc
[757/1263] Compiling poly1305_arm.cc
[758/1263] Compiling deterministic.cc
[759/1263] Compiling poly1305_vec.cc
[760/1263] Compiling pool.cc
[761/1263] Compiling poly1305.cc
[762/1263] Compiling pkcs8.cc
[763/1263] Compiling pkcs7.cc
[764/1263] Compiling p5_pbev2.cc
[765/1263] Compiling pem_oth.cc
[766/1263] Compiling pkcs8_x509.cc
[767/1263] Compiling pkcs7_x509.cc
[768/1263] Compiling pem_xaux.cc
[769/1263] Compiling pem_x509.cc
[770/1263] Compiling pem_info.cc
[771/1263] Compiling pem_pk8.cc
[772/1263] Compiling pem_pkey.cc
[773/1263] Compiling obj_xref.cc
[774/1263] Compiling pem_lib.cc
[775/1263] Compiling mldsa.cc
[776/1263] Compiling mlkem.cc
[777/1263] Compiling mem.cc
[778/1263] Compiling poly_rq_mul.S
[779/1263] Compiling md4.cc
[780/1263] Compiling fips_shared_support.cc
[781/1263] Compiling obj.cc
[782/1263] Compiling pem_all.cc
[783/1263] Compiling md5.cc
[784/1263] Compiling sign.cc
[785/1263] Compiling ex_data.cc
[786/1263] Compiling lhash.cc
[787/1263] Compiling scrypt.cc
[788/1263] Compiling kyber.cc
[789/1263] Compiling hpke.cc
[790/1263] Compiling hrss.cc
[791/1263] Compiling pbkdf.cc
[792/1263] Compiling print.cc
[793/1263] Compiling p_x25519.cc
[794/1263] Compiling p_rsa.cc
[795/1263] Compiling p_x25519_asn1.cc
[796/1263] Compiling p_ec.cc
[797/1263] Compiling p_rsa_asn1.cc
[798/1263] Compiling p_hkdf.cc
[799/1263] Compiling p_ed25519.cc
[800/1263] Compiling p_ed25519_asn1.cc
[801/1263] Compiling p_ec_asn1.cc
[802/1263] Compiling p_dsa_asn1.cc
[803/1263] Compiling p_dh_asn1.cc
[804/1263] Compiling p_dh.cc
[805/1263] Compiling evp_ctx.cc
[806/1263] Compiling evp_asn1.cc
[807/1263] Compiling evp.cc
[808/1263] Compiling err.cc
[809/1263] Compiling bcm.cc
[810/1263] Compiling hash_to_curve.cc
[811/1263] Compiling engine.cc
[812/1263] Compiling ecdh.cc
[813/1263] Compiling ec_derive.cc
[814/1263] Compiling dsa.cc
[815/1263] Compiling ecdsa_asn1.cc
[816/1263] Compiling curve25519_64_adx.cc
[817/1263] Compiling params.cc
[818/1263] Compiling x25519-asm-arm.S
[819/1263] Compiling ec_asn1.cc
[820/1263] Compiling des.cc
[821/1263] Compiling dh_asn1.cc
[822/1263] Compiling crypto.cc
[823/1263] Compiling cpu_intel.cc
[824/1263] Compiling dsa_asn1.cc
[825/1263] Compiling cpu_arm_freebsd.cc
[826/1263] Compiling digest_extra.cc
[827/1263] Compiling spake25519.cc
[828/1263] Compiling cpu_arm_linux.cc
[829/1263] Compiling cpu_aarch64_sysreg.cc
[830/1263] Compiling curve25519.cc
[831/1263] Compiling cpu_aarch64_openbsd.cc
[832/1263] Compiling cpu_aarch64_win.cc
[833/1263] Compiling cpu_aarch64_fuchsia.cc
[834/1263] Compiling cpu_aarch64_apple.cc
[834/1263] Compiling cpu_aarch64_linux.cc
[836/1263] Compiling get_cipher.cc
[837/1263] Compiling conf.cc
[838/1263] Compiling tls_cbc.cc
[839/1263] Compiling e_rc4.cc
[840/1263] Compiling e_null.cc
[841/1263] Compiling e_aesctrhmac.cc
[842/1263] Compiling e_des.cc
[843/1263] Compiling e_tls.cc
[844/1263] Compiling e_rc2.cc
[845/1263] Compiling e_chacha20poly1305.cc
[846/1263] Compiling e_aesgcmsiv.cc
[847/1263] Compiling derive_key.cc
[848/1263] Compiling unicode.cc
[849/1263] Compiling ber.cc
[850/1263] Compiling chacha.cc
[851/1263] Compiling cbb.cc
[852/1263] Compiling buf.cc
[853/1263] Compiling cbs.cc
[854/1263] Compiling asn1_compat.cc
[855/1263] Compiling convert.cc
[856/1263] Compiling blake2.cc
[857/1263] Compiling bn_asn1.cc
[858/1263] Compiling socket_helper.cc
[859/1263] Compiling printf.cc
[860/1263] Compiling hexdump.cc
[861/1263] Compiling pair.cc
[862/1263] Compiling socket.cc
[863/1263] Compiling errno.cc
[864/1263] Compiling connect.cc
[865/1263] Compiling file.cc
[866/1263] Compiling fd.cc
[867/1263] Compiling bio.cc
[868/1263] Compiling base64.cc
[869/1263] Compiling tasn_typ.cc
[870/1263] Compiling bio_mem.cc
[871/1263] Compiling tasn_fre.cc
[872/1263] Compiling tasn_new.cc
[873/1263] Compiling tasn_utl.cc
[874/1263] Compiling f_string.cc
[875/1263] Compiling f_int.cc
[876/1263] Compiling posix_time.cc
[877/1263] Compiling tasn_enc.cc
[878/1263] Compiling tasn_dec.cc
[879/1263] Compiling asn1_par.cc
[880/1263] Compiling asn_pack.cc
[881/1263] Compiling asn1_lib.cc
[882/1263] Compiling a_octet.cc
[883/1263] Compiling a_type.cc
[884/1263] Compiling a_utctm.cc
[885/1263] Compiling a_strnid.cc
[886/1263] Compiling a_object.cc
[887/1263] Compiling a_strex.cc
[888/1263] Compiling a_time.cc
[889/1263] Compiling a_int.cc
[890/1263] Compiling a_i2d_fp.cc
[891/1263] Compiling a_bitstr.cc
[892/1263] Compiling CCryptoBoringSSLShims shims.c
[893/1263] Compiling a_mbstr.cc
[894/1263] Compiling a_dup.cc
[895/1263] Compiling fiat_p256_adx_sqr.S
[895/1263] Compiling fiat_p256_adx_mul.S
[897/1263] Compiling fiat_curve25519_adx_square.S
[898/1263] Compiling fiat_curve25519_adx_mul.S
[899/1263] Compiling md5-x86_64-linux.S
[900/1263] Compiling md5-x86_64-apple.S
[901/1263] Compiling md5-586-linux.S
[902/1263] Compiling a_d2i_fp.cc
[903/1263] Compiling md5-586-apple.S
[904/1263] Compiling a_gentm.cc
[905/1263] Compiling chacha20_poly1305_x86_64-apple.S
[906/1263] Compiling chacha20_poly1305_x86_64-linux.S
[907/1263] Compiling chacha20_poly1305_armv8-win.S
[908/1263] Compiling chacha20_poly1305_armv8-apple.S
[909/1263] Compiling chacha-x86_64-linux.S
[910/1263] Compiling chacha20_poly1305_armv8-linux.S
[911/1263] Compiling chacha-x86-linux.S
[912/1263] Compiling chacha-x86_64-apple.S
[912/1263] Compiling chacha-x86-apple.S
[914/1263] Compiling chacha-armv8-win.S
[915/1263] Compiling chacha-armv8-apple.S
[916/1263] Compiling a_bool.cc
[917/1263] Compiling chacha-armv4-linux.S
[918/1263] Compiling aes128gcmsiv-x86_64-linux.S
[919/1263] Compiling chacha-armv8-linux.S
[920/1263] Compiling aes128gcmsiv-x86_64-apple.S
[921/1263] Compiling x86_64-mont5-apple.S
[922/1263] Compiling x86_64-mont-linux.S
[923/1263] Compiling x86_64-mont-apple.S
[924/1263] Compiling x86_64-mont5-linux.S
[925/1263] Compiling x86-mont-linux.S
[926/1263] Compiling x86-mont-apple.S
[927/1263] Compiling vpaes-x86_64-linux.S
[928/1263] Compiling vpaes-x86_64-apple.S
[929/1263] Compiling vpaes-x86-apple.S
[930/1263] Compiling vpaes-x86-linux.S
[931/1263] Compiling vpaes-armv8-win.S
[932/1263] Compiling vpaes-armv7-linux.S
[933/1263] Compiling vpaes-armv8-apple.S
[934/1263] Compiling sha512-x86_64-linux.S
[935/1263] Compiling vpaes-armv8-linux.S
[936/1263] Compiling sha512-x86_64-apple.S
[937/1263] Compiling sha512-armv8-win.S
[938/1263] Compiling sha512-armv4-linux.S
[939/1263] Compiling sha512-586-linux.S
[940/1263] Compiling sha512-armv8-apple.S
[941/1263] Compiling sha512-armv8-linux.S
[942/1263] Compiling sha256-x86_64-linux.S
[943/1263] Compiling sha256-x86_64-apple.S
[944/1263] Compiling sha256-armv8-win.S
[945/1263] Compiling sha512-586-apple.S
[946/1263] Compiling sha256-armv8-linux.S
[947/1263] Compiling sha256-586-apple.S
[948/1263] Compiling sha256-armv8-apple.S
[949/1263] Compiling sha256-586-linux.S
[950/1263] Compiling sha1-x86_64-linux.S
[951/1263] Compiling sha256-armv4-linux.S
[952/1263] Compiling sha1-armv8-win.S
[953/1263] Compiling sha1-x86_64-apple.S
[954/1263] Compiling err_data.cc
[955/1263] Compiling sha1-armv4-large-linux.S
[956/1263] Compiling sha1-armv8-apple.S
[957/1263] Compiling sha1-armv8-linux.S
[958/1263] Compiling rsaz-avx2-linux.S
[959/1263] Compiling sha1-586-linux.S
[960/1263] Compiling sha1-586-apple.S
[961/1263] Compiling rsaz-avx2-apple.S
[962/1263] Compiling p256_beeu-x86_64-asm-linux.S
[963/1263] Compiling rdrand-x86_64-apple.S
[964/1263] Compiling p256_beeu-x86_64-asm-apple.S
[965/1263] Compiling rdrand-x86_64-linux.S
[966/1263] Compiling p256_beeu-armv8-asm-linux.S
[967/1263] Compiling p256_beeu-armv8-asm-win.S
[968/1263] Compiling p256-x86_64-asm-apple.S
[969/1263] Compiling p256_beeu-armv8-asm-apple.S
[970/1263] Compiling p256-x86_64-asm-linux.S
[971/1263] Compiling p256-armv8-asm-apple.S
[972/1263] Compiling p256-armv8-asm-win.S
[973/1263] Compiling ghashv8-armv8-linux.S
[974/1263] Compiling ghashv8-armv8-win.S
[975/1263] Compiling p256-armv8-asm-linux.S
[976/1263] Compiling ghashv8-armv8-apple.S
[977/1263] Compiling ghashv8-armv7-linux.S
[978/1263] Compiling ghash-x86_64-linux.S
[979/1263] Compiling ghash-x86-linux.S
[980/1263] Compiling ghash-x86_64-apple.S
[981/1263] Compiling ghash-x86-apple.S
[982/1263] Compiling ghash-ssse3-x86_64-apple.S
[983/1263] Compiling ghash-ssse3-x86-linux.S
[984/1263] Compiling ghash-ssse3-x86_64-linux.S
[985/1263] Compiling ghash-ssse3-x86-apple.S
[986/1263] Compiling ghash-neon-armv8-win.S
[987/1263] Compiling ghash-neon-armv8-linux.S
[988/1263] Compiling co-586-linux.S
[989/1263] Compiling ghash-neon-armv8-apple.S
[990/1263] Compiling bsaes-armv7-linux.S
[991/1263] Compiling ghash-armv4-linux.S
[992/1263] Compiling co-586-apple.S
[993/1263] Compiling bn-armv8-win.S
[994/1263] Compiling bn-armv8-linux.S
[995/1263] Compiling bn-armv8-apple.S
[996/1263] Compiling bn-586-linux.S
[997/1263] Compiling armv8-mont-win.S
[998/1263] Compiling bn-586-apple.S
[999/1263] Compiling armv8-mont-apple.S
[1000/1263] Compiling armv8-mont-linux.S
[1001/1263] Compiling armv4-mont-linux.S
[1002/1263] Compiling aesv8-gcm-armv8-win.S
[1003/1263] Compiling aesv8-gcm-armv8-apple.S
[1004/1263] Compiling aesv8-armv8-win.S
[1005/1263] Compiling aesv8-gcm-armv8-linux.S
[1006/1263] Compiling aesv8-armv8-linux.S
[1007/1263] Compiling aesv8-armv8-apple.S
[1008/1263] Compiling aesv8-armv7-linux.S
[1009/1263] Compiling aesni-x86_64-apple.S
[1010/1263] Compiling aesni-x86_64-linux.S
[1011/1263] Compiling aesni-gcm-x86_64-linux.S
[1012/1263] Compiling aesni-x86-linux.S
[1013/1263] Compiling aesni-x86-apple.S
[1014/1263] Compiling aesni-gcm-x86_64-apple.S
[1015/1263] Compiling aes-gcm-avx10-x86_64-linux.S
[1016/1263] Compiling aes-gcm-avx10-x86_64-apple.S
[1017/1263] Compiling c-nioatomics.c
[1018/1263] Compiling x_x509a.cc
[1019/1263] Compiling x_spki.cc
[1020/1263] Compiling x_req.cc
[1021/1263] Compiling x_x509.cc
[1022/1263] Compiling x_sig.cc
[1023/1263] Compiling x_val.cc
[1024/1263] Compiling x_pubkey.cc
[1025/1263] Compiling x_attrib.cc
[1026/1263] Compiling c-atomics.c
[1027/1263] Compiling x_name.cc
[1028/1263] Compiling x_exten.cc
[1029/1269] Compiling x_algor.cc
[1030/1269] Compiling x509spki.cc
[1031/1269] Compiling x_all.cc
[1032/1269] Compiling x_crl.cc
[1034/1269] Compiling NIOConcurrencyHelpers lock.swift
[1034/1269] Compiling x509rset.cc
[1036/1269] Compiling NIOConcurrencyHelpers NIOLock.swift
[1037/1269] Compiling NIOConcurrencyHelpers atomics.swift
[1038/1269] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1039/1269] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1040/1269] Emitting module NIOConcurrencyHelpers
[1040/1270] Compiling x509name.cc
[1042/1270] Compiling x509_v3.cc
[1043/1270] Compiling x509cset.cc
[1044/1270] Compiling x509_txt.cc
[1045/1270] Compiling x509_vpm.cc
[1046/1270] Compiling x509_vfy.cc
[1047/1296] Compiling x509_trs.cc
[1048/1296] Compiling x509_lu.cc
[1050/1296] Emitting module ConsoleKitTerminal
[1050/1299] Compiling x509_set.cc
[1052/1299] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1053/1299] Compiling ConsoleKitTerminal ConsoleClear.swift
[1054/1299] Compiling ConsoleKitTerminal Console+Ask.swift
[1055/1299] Compiling ConsoleKitTerminal Console+Choose.swift
[1056/1299] Compiling ConsoleKitTerminal ConsoleText.swift
[1057/1299] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1058/1299] Compiling ConsoleKitTerminal ANSI.swift
[1059/1299] Compiling ConsoleKitTerminal CustomActivity.swift
[1060/1299] Compiling ConsoleKitTerminal LoadingBar.swift
[1061/1299] Compiling ConsoleKitTerminal ProgressBar.swift
[1062/1299] Compiling ConsoleKitTerminal Console+Clear.swift
[1063/1299] Compiling ConsoleKitTerminal Console+Confirm.swift
[1064/1299] Compiling ConsoleKitTerminal Console+Input.swift
[1065/1299] Compiling ConsoleKitTerminal Console+Center.swift
[1066/1299] Compiling ConsoleKitTerminal Console+Output.swift
[1067/1299] Compiling ConsoleKitTerminal ActivityBar.swift
[1068/1299] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1069/1299] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1070/1299] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1070/1299] Compiling x509_ext.cc
[1071/1299] Compiling x509_obj.cc
[1072/1299] Compiling x509_req.cc
[1073/1299] Compiling x509_def.cc
[1075/1299] Compiling ConsoleKitTerminal Console.swift
[1076/1299] Compiling ConsoleKitTerminal Terminal.swift
[1077/1299] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1078/1299] Compiling ConsoleKitTerminal Console+Wait.swift
[1079/1299] Compiling ConsoleKitTerminal ConsoleColor.swift
[1080/1299] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1080/1299] Compiling x509_d2.cc
[1081/1299] Compiling x509_cmp.cc
[1083/1299] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1084/1299] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1085/1299] Compiling ConsoleKitTerminal LoggerFragment.swift
[1085/1300] Compiling x509_att.cc
[1087/1300] Compiling x509.cc
[1088/1300] Compiling v3_purp.cc
[1089/1300] Compiling v3_skey.cc
[1090/1301] Compiling v3_utl.cc
[1091/1322] Compiling v3_prn.cc
[1092/1322] Compiling v3_pmaps.cc
[1094/1322] Emitting module ConsoleKitCommands
[1095/1324] Compiling ConsoleKitCommands CommandSignature.swift
[1096/1324] Compiling ConsoleKitCommands Flag.swift
[1097/1324] Compiling ConsoleKitCommands Option.swift
[1098/1324] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1099/1324] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1100/1324] Compiling ConsoleKitCommands Argument.swift
[1100/1324] Compiling v3_pcons.cc
[1101/1324] Compiling v3_lib.cc
[1103/1324] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1104/1324] Compiling ConsoleKitCommands Utilities.swift
[1104/1324] Compiling v3_ocsp.cc
[1105/1324] Compiling v3_info.cc
[1106/1324] Compiling v3_int.cc
[1106/1324] Compiling v3_ncons.cc
[1108/1324] Compiling v3_ia5.cc
[1109/1324] Compiling v3_genn.cc
[1111/1324] Compiling ConsoleKitCommands AsyncCommands.swift
[1112/1324] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1113/1324] Compiling ConsoleKitCommands AnyCommand.swift
[1114/1324] Compiling ConsoleKitCommands Command.swift
[1115/1324] Compiling ConsoleKitCommands CommandContext.swift
[1116/1324] Compiling ConsoleKitCommands CommandError.swift
[1117/1324] Compiling ConsoleKitCommands CommandGroup.swift
[1118/1324] Compiling ConsoleKitCommands CommandInput.swift
[1119/1324] Compiling ConsoleKitCommands Commands.swift
[1120/1324] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1121/1324] Compiling ConsoleKitCommands AsyncCommand.swift
[1122/1324] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1123/1324] Compiling ConsoleKitCommands Console+Run.swift
[1124/1324] Compiling ConsoleKitCommands ConsoleError.swift
[1125/1324] Compiling ConsoleKitCommands Completion.swift
[1125/1324] Compiling v3_extku.cc
[1126/1325] Compiling v3_enum.cc
[1128/1325] Compiling v3_conf.cc
[1129/1325] Compiling v3_cpols.cc
[1130/1325] Compiling v3_crld.cc
[1131/1325] Compiling v3_bitst.cc
[1132/1327] Compiling v3_bcons.cc
[1134/1327] Compiling ConsoleKit Exports.swift
[1135/1327] Emitting module ConsoleKit
[1135/1328] Compiling t_x509a.cc
[1136/1328] Compiling v3_akeya.cc
[1137/1328] Compiling v3_alt.cc
[1138/1328] Compiling v3_akey.cc
[1140/1328] Compiling t_x509.cc
[1141/1328] Compiling i2d_pr.cc
[1142/1328] Compiling name_print.cc
[1143/1328] Compiling t_req.cc
[1144/1328] Compiling by_dir.cc
[1145/1328] Compiling by_file.cc
[1146/1328] Compiling t_crl.cc
[1147/1328] Compiling policy.cc
[1148/1328] Compiling rsa_pss.cc
[1149/1328] Compiling asn1_gen.cc
[1150/1328] Compiling a_digest.cc
[1151/1328] Compiling a_verify.cc
[1152/1328] Compiling voprf.cc
[1153/1328] Compiling algorithm.cc
[1154/1328] Compiling a_sign.cc
[1155/1328] Compiling thread_none.cc
[1156/1328] Compiling thread_win.cc
[1157/1328] Compiling trust_token.cc
[1158/1328] Compiling thread_pthread.cc
[1159/1328] Compiling thread.cc
[1160/1328] Compiling pmbtoken.cc
[1161/1328] Compiling wots.cc
[1162/1328] Compiling stack.cc
[1163/1328] Compiling merkle.cc
[1164/1328] Compiling thash.cc
[1165/1328] Compiling siphash.cc
[1166/1328] Compiling sha512.cc
[1167/1328] Compiling fors.cc
[1168/1328] Compiling slhdsa.cc
[1169/1328] Compiling sha256.cc
[1170/1328] Compiling sha1.cc
[1171/1328] Compiling rsa_extra.cc
[1172/1328] Compiling rc4.cc
[1173/1328] Compiling rsa_print.cc
[1174/1328] Compiling refcount.cc
[1175/1328] Compiling rsa_crypt.cc
[1176/1328] Compiling rsa_asn1.cc
[1177/1328] Compiling windows.cc
[1178/1328] Compiling urandom.cc
[1179/1328] Compiling rand_extra.cc
[1180/1328] Compiling trusty.cc
[1181/1328] Compiling passive.cc
[1182/1328] Compiling poly1305_arm_asm.S
[1183/1328] Compiling ios.cc
[1184/1328] Compiling forkunsafe.cc
[1185/1328] Compiling getentropy.cc
[1186/1328] Compiling deterministic.cc
[1187/1328] Compiling fork_detect.cc
[1188/1328] Compiling pool.cc
[1189/1328] Compiling poly1305_vec.cc
[1190/1328] Compiling poly1305_arm.cc
[1191/1328] Compiling poly1305.cc
[1192/1328] Compiling pkcs8.cc
[1193/1328] Compiling pem_x509.cc
[1194/1328] Compiling p5_pbev2.cc
[1195/1328] Compiling pkcs7.cc
[1196/1328] Compiling pkcs8_x509.cc
[1197/1328] Compiling pem_xaux.cc
[1198/1328] Compiling pem_lib.cc
[1199/1328] Compiling pkcs7_x509.cc
[1200/1328] Compiling pem_pkey.cc
[1201/1328] Compiling pem_oth.cc
[1202/1328] Compiling pem_pk8.cc
[1203/1328] Compiling obj.cc
[1204/1328] Compiling pem_info.cc
[1205/1328] Compiling obj_xref.cc
[1206/1328] Compiling mldsa.cc
[1207/1328] Compiling mlkem.cc
[1208/1328] Compiling poly_rq_mul.S
[1209/1328] Compiling mem.cc
[1210/1328] Compiling fips_shared_support.cc
[1211/1328] Compiling pem_all.cc
[1212/1328] Compiling md5.cc
[1213/1328] Compiling kyber.cc
[1214/1328] Compiling md4.cc
[1215/1328] Compiling lhash.cc
[1216/1328] Compiling pbkdf.cc
[1217/1328] Compiling sign.cc
[1218/1328] Compiling ex_data.cc
[1219/1328] Compiling scrypt.cc
[1220/1328] Compiling p_x25519.cc
[1221/1328] Compiling hpke.cc
[1222/1328] Compiling hrss.cc
[1223/1328] Compiling print.cc
[1224/1328] Compiling p_x25519_asn1.cc
[1225/1328] Compiling p_rsa_asn1.cc
[1226/1328] Compiling p_hkdf.cc
[1227/1328] Compiling p_rsa.cc
[1228/1328] Compiling p_ed25519.cc
[1229/1328] Compiling p_ec.cc
[1230/1328] Compiling p_ec_asn1.cc
[1231/1328] Compiling p_ed25519_asn1.cc
[1232/1328] Compiling p_dh.cc
[1233/1328] Compiling evp_asn1.cc
[1234/1328] Compiling evp_ctx.cc
[1235/1328] Compiling p_dh_asn1.cc
[1236/1328] Compiling p_dsa_asn1.cc
[1237/1328] Compiling evp.cc
[1238/1328] Compiling err.cc
[1239/1328] Compiling ecdsa_asn1.cc
[1240/1328] Compiling engine.cc
[1241/1328] Compiling hash_to_curve.cc
[1242/1328] Compiling ec_derive.cc
[1243/1328] Compiling ecdh_extra.cc
[1244/1328] Compiling dsa_asn1.cc
[1245/1328] Compiling digest_extra.cc
[1246/1328] Compiling bcm.cc
[1247/1328] Compiling ec_asn1.cc
[1248/1328] Compiling x25519-asm-arm.S
[1249/1328] Compiling dsa.cc
[1250/1328] Compiling dh_asn1.cc
[1251/1328] Compiling des.cc
[1252/1328] Compiling params.cc
[1253/1328] Compiling crypto.cc
[1254/1328] Compiling curve25519_64_adx.cc
[1255/1328] Compiling cpu_intel.cc
[1256/1328] Compiling cpu_arm_linux.cc
[1257/1328] Compiling spake25519.cc
[1258/1328] Compiling curve25519.cc
[1259/1328] Compiling cpu_aarch64_win.cc
[1260/1328] Compiling cpu_arm_freebsd.cc
[1261/1328] Compiling cpu_aarch64_linux.cc
[1262/1328] Compiling cpu_aarch64_fuchsia.cc
[1263/1328] Compiling cpu_aarch64_openbsd.cc
[1264/1328] Compiling cpu_aarch64_apple.cc
[1265/1328] Compiling cpu_aarch64_sysreg.cc
[1266/1328] Compiling conf.cc
[1267/1328] Compiling tls_cbc.cc
[1268/1328] Compiling e_tls.cc
[1269/1328] Compiling e_null.cc
[1270/1328] Compiling e_des.cc
[1271/1328] Compiling e_rc4.cc
[1272/1328] Compiling e_rc2.cc
[1273/1328] Compiling derive_key.cc
[1274/1328] Compiling e_aesgcmsiv.cc
[1275/1328] Compiling e_aesctrhmac.cc
[1276/1328] Compiling e_chacha20poly1305.cc
[1277/1328] Compiling cipher_extra.cc
[1278/1328] Compiling cbb.cc
[1279/1328] Compiling chacha.cc
[1280/1328] Compiling unicode.cc
[1281/1328] Compiling ber.cc
[1282/1328] Compiling asn1_compat.cc
[1283/1328] Compiling buf.cc
[1284/1328] Compiling cbs.cc
[1285/1328] Compiling bn_asn1.cc
[1286/1328] Compiling convert.cc
[1287/1328] Compiling blake2.cc
[1288/1328] Compiling printf.cc
[1289/1328] Compiling pair.cc
[1290/1328] Compiling hexdump.cc
[1291/1328] Compiling file.cc
[1292/1328] Compiling fd.cc
[1293/1328] Compiling errno.cc
[1294/1328] Compiling bio_mem.cc
[1295/1328] Compiling base64.cc
[1296/1328] Compiling bio.cc
[1297/1328] Compiling tasn_typ.cc
[1298/1328] Compiling tasn_utl.cc
[1299/1328] Compiling tasn_new.cc
[1300/1328] Compiling tasn_fre.cc
[1301/1328] Compiling tasn_enc.cc
[1302/1328] Compiling f_string.cc
[1303/1328] Compiling posix_time.cc
[1304/1328] Compiling f_int.cc
[1305/1328] Compiling tasn_dec.cc
[1306/1328] Compiling asn_pack.cc
[1307/1328] Compiling asn1_par.cc
[1308/1328] Compiling asn1_lib.cc
[1309/1328] Compiling a_utctm.cc
[1310/1328] Compiling a_time.cc
[1311/1328] Compiling a_type.cc
[1312/1328] Compiling a_strnid.cc
[1313/1328] Compiling a_strex.cc
[1314/1328] Compiling a_octet.cc
[1315/1328] Compiling a_object.cc
[1316/1328] Compiling a_i2d_fp.cc
[1317/1328] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1318/1328] Write sources
[1319/1328] Compiling a_dup.cc
[1319/1328] Write sources
[1322/1328] Compiling a_d2i_fp.cc
[1323/1328] Compiling a_mbstr.cc
[1324/1352] Compiling a_int.cc
[1325/1425] Compiling a_gentm.cc
[1326/1425] Compiling a_bool.cc
[1328/1425] Compiling Algorithms RandomSample.swift
[1329/1425] Compiling Algorithms Reductions.swift
[1329/1427] Compiling a_bitstr.cc
[1331/1427] Compiling Algorithms Keyed.swift
[1332/1427] Compiling Algorithms MinMax.swift
[1333/1427] Compiling Algorithms Rotate.swift
[1334/1427] Compiling Algorithms Joined.swift
[1335/1435] Compiling Atomics IntegerOperations.swift
[1336/1435] Compiling Atomics Unmanaged extensions.swift
[1341/1435] Compiling Algorithms Product.swift
[1342/1435] Compiling Algorithms Split.swift
[1343/1435] Compiling Algorithms Stride.swift
[1344/1435] Compiling Algorithms Suffix.swift
[1345/1435] Compiling BitCollections BitSet+Invariants.swift
[1346/1435] Compiling BitCollections BitSet+Random.swift
[1347/1435] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1348/1435] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1349/1435] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1350/1435] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1351/1442] Compiling Algorithms Cycle.swift
[1352/1442] Compiling Algorithms EitherSequence.swift
[1353/1442] Compiling Algorithms FirstNonNil.swift
[1354/1442] Compiling Algorithms Indexed.swift
[1355/1442] Compiling Algorithms Intersperse.swift
[1356/1442] Compiling Algorithms Compacted.swift
[1357/1442] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1358/1442] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1359/1442] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1360/1442] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1361/1442] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1362/1442] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1363/1442] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1364/1442] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1365/1442] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1366/1442] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1367/1442] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1368/1442] Compiling BitCollections BitSet+SetAlgebra union.swift
[1369/1442] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1370/1442] Compiling BitCollections BitSet.Counted.swift
[1377/1445] Compiling CryptoBoringWrapper RandomBytes.swift
[1386/1445] Compiling Algorithms AdjacentPairs.swift
[1387/1445] Compiling Algorithms Chain.swift
[1388/1445] Compiling Algorithms Chunked.swift
[1389/1445] Compiling Algorithms Combinations.swift
[1390/1445] Compiling Algorithms FlattenCollection.swift
[1391/1445] Compiling Algorithms Grouped.swift
[1394/1445] Compiling BitCollections BitArray+RandomBits.swift
[1395/1445] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1396/1445] Compiling BitCollections BitArray+Shifts.swift
[1397/1445] Compiling BitCollections BitArray+Testing.swift
[1398/1445] Compiling BitCollections BitArray._UnsafeHandle.swift
[1399/1445] Compiling BitCollections BitArray.swift
[1400/1445] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1401/1445] Compiling BitCollections BitSet+Codable.swift
[1402/1445] Emitting module BitCollections
[1403/1445] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1410/1445] Compiling Algorithms Trim.swift
[1411/1445] Compiling Algorithms Unique.swift
[1412/1445] Compiling Algorithms Windows.swift
[1417/1445] Compiling BitCollections BitSet.Index.swift
[1418/1445] Compiling BitCollections BitSet._UnsafeHandle.swift
[1419/1445] Compiling BitCollections BitSet.swift
[1420/1445] Compiling BitCollections Range+Utilities.swift
[1421/1445] Compiling BitCollections Slice+Utilities.swift
[1422/1445] Compiling BitCollections UInt+Tricks.swift
[1423/1445] Compiling BitCollections _Word.swift
[1432/1446] Compiling CryptoBoringWrapper EllipticCurve.swift
[1433/1446] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1434/1446] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1436/1446] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1437/1446] Emitting module CryptoBoringWrapper
[1438/1446] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1440/1449] Compiling Collections Collections.swift
[1441/1449] Emitting module Collections
[1443/1521] Emitting module Atomics
[1444/1521] Compiling Crypto ChaChaPoly.swift
[1445/1521] Compiling Crypto Cipher.swift
[1446/1521] Compiling Crypto Nonces.swift
[1447/1521] Compiling Crypto AES-GCM.swift
[1448/1521] Compiling Crypto AES-GCM_boring.swift
[1449/1521] Compiling Crypto ChaChaPoly_boring.swift
[1451/1582] Emitting module Algorithms
[1453/1583] Compiling NIOCore FileHandle.swift
[1454/1583] Compiling NIOCore FileRegion.swift
[1455/1583] Compiling NIOCore GlobalSingletons.swift
[1456/1583] Compiling NIOCore IO.swift
[1457/1583] Compiling NIOCore IOData.swift
[1458/1583] Compiling NIOCore IPProtocol.swift
[1459/1583] Compiling NIOCore IntegerBitPacking.swift
[1460/1583] Compiling NIOCore IntegerTypes.swift
[1461/1583] Compiling NIOCore Interfaces.swift
[1462/1583] Compiling NIOCore Linux.swift
[1463/1592] Compiling NIOCore MarkedCircularBuffer.swift
[1464/1592] Compiling NIOCore MulticastChannel.swift
[1465/1592] Compiling NIOCore NIOAny.swift
[1466/1592] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1467/1592] Compiling NIOCore NIOLoopBound.swift
[1468/1592] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1469/1592] Compiling NIOCore NIOScheduledCallback.swift
[1470/1592] Compiling NIOCore NIOSendable.swift
[1471/1592] Compiling NIOCore RecvByteBufferAllocator.swift
[1472/1592] Compiling Crypto X25519Keys.swift
[1473/1592] Emitting module Crypto
[1482/1600] Compiling NIOCore SocketAddresses.swift
[1483/1600] Compiling NIOCore SocketOptionProvider.swift
[1484/1600] Compiling NIOCore SystemCallHelpers.swift
[1485/1600] Compiling NIOCore TimeAmount+Duration.swift
[1486/1600] Compiling NIOCore TypeAssistedChannelHandler.swift
[1487/1600] Compiling NIOCore UniversalBootstrapSupport.swift
[1488/1600] Compiling NIOCore Utilities.swift
[1489/1600] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1490/1600] Compiling Crypto HPKE-KEM.swift
[1491/1600] Compiling Crypto HPKE-Errors.swift
[1492/1600] Compiling NIOCore ByteBuffer-aux.swift
[1493/1600] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1494/1600] Compiling NIOCore ByteBuffer-conversions.swift
[1495/1600] Compiling NIOCore ByteBuffer-core.swift
[1496/1600] Compiling NIOCore ByteBuffer-hex.swift
[1497/1600] Compiling NIOCore ByteBuffer-int.swift
[1498/1600] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1499/1600] Compiling NIOCore CircularBuffer.swift
[1500/1600] Compiling NIOCore Codec.swift
[1501/1600] Compiling NIOCore ConvenienceOptionSupport.swift
[1502/1600] Compiling NIOCore DeadChannel.swift
[1503/1600] Compiling NIOCore DispatchQueue+WithFuture.swift
[1504/1600] Compiling NIOCore EventLoop+Deprecated.swift
[1505/1600] Compiling NIOCore EventLoop+SerialExecutor.swift
[1506/1600] Compiling NIOCore EventLoop.swift
[1507/1600] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1508/1600] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1509/1600] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1510/1600] Compiling NIOCore EventLoopFuture.swift
[1511/1600] Compiling NIOCore FileDescriptor.swift
[1512/1600] Compiling NIOCore AddressedEnvelope.swift
[1513/1600] Compiling NIOCore AsyncAwaitSupport.swift
[1514/1600] Compiling NIOCore AsyncChannel.swift
[1515/1600] Compiling NIOCore AsyncChannelHandler.swift
[1516/1600] Compiling NIOCore AsyncChannelInboundStream.swift
[1517/1600] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1518/1600] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1519/1600] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1520/1600] Compiling NIOCore NIOAsyncWriter.swift
[1521/1600] Compiling NIOCore ByteBuffer-multi-int.swift
[1522/1600] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1523/1600] Compiling NIOCore ByteBuffer-views.swift
[1524/1600] Compiling NIOCore Channel.swift
[1525/1600] Compiling NIOCore ChannelHandler.swift
[1526/1600] Compiling NIOCore ChannelHandlers.swift
[1527/1600] Compiling NIOCore ChannelInvoker.swift
[1528/1600] Compiling NIOCore ChannelOption.swift
[1529/1600] Compiling NIOCore ChannelPipeline.swift
[1530/1600] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1531/1600] Compiling NIOCore BSDSocketAPI.swift
[1548/1600] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1556/1600] Compiling Crypto Signature.swift
[1557/1600] Compiling Crypto CryptoKitErrors_boring.swift
[1558/1600] Compiling Crypto RNG_boring.swift
[1559/1600] Compiling Crypto SafeCompare_boring.swift
[1560/1600] Compiling Crypto Zeroization_boring.swift
[1561/1600] Compiling Crypto PrettyBytes.swift
[1562/1600] Compiling Crypto SafeCompare.swift
[1563/1600] Compiling Crypto SecureBytes.swift
[1564/1600] Compiling Crypto Zeroization.swift
[1592/1601] Emitting module NIOCore
[1603/1652] Emitting module NIOEmbedded
[1604/1652] Compiling NIOEmbedded AsyncTestingChannel.swift
[1605/1652] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1606/1652] Compiling NIOEmbedded Embedded.swift
[1608/1653] Emitting module NIOPosix
[1609/1659] Compiling NIOPosix ThreadPosix.swift
[1610/1659] Compiling NIOPosix ThreadWindows.swift
[1611/1659] Compiling NIOPosix UnsafeTransfer.swift
[1612/1659] Compiling NIOPosix Utilities.swift
[1613/1659] Compiling NIOPosix VsockAddress.swift
[1614/1659] Compiling NIOPosix VsockChannelEvents.swift
[1615/1659] Compiling NIOPosix Pool.swift
[1616/1659] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1617/1659] Compiling NIOPosix PosixSingletons.swift
[1618/1659] Compiling NIOPosix RawSocketBootstrap.swift
[1619/1659] Compiling NIOPosix Resolver.swift
[1620/1659] Compiling NIOPosix Selectable.swift
[1621/1659] Compiling NIOPosix ServerSocket.swift
[1622/1659] Compiling NIOPosix Socket.swift
[1623/1659] Compiling NIOPosix SocketChannel.swift
[1624/1659] Compiling NIOPosix SocketProtocols.swift
[1625/1659] Compiling NIOPosix System.swift
[1626/1659] Compiling NIOPosix Thread.swift
[1627/1659] Compiling NIOPosix SelectableChannel.swift
[1628/1659] Compiling NIOPosix SelectableEventLoop.swift
[1629/1659] Compiling NIOPosix SelectorEpoll.swift
[1630/1659] Compiling NIOPosix SelectorGeneric.swift
[1631/1659] Compiling NIOPosix SelectorKqueue.swift
[1632/1659] Compiling NIOPosix SelectorUring.swift
[1633/1659] Compiling NIOPosix IO.swift
[1634/1659] Compiling NIOPosix IntegerBitPacking.swift
[1635/1659] Compiling NIOPosix IntegerTypes.swift
[1636/1659] Compiling NIOPosix Linux.swift
[1637/1659] Compiling NIOPosix LinuxCPUSet.swift
[1638/1659] Compiling NIOPosix LinuxUring.swift
[1639/1659] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1640/1659] Compiling NIOPosix NIOThreadPool.swift
[1641/1659] Compiling NIOPosix NonBlockingFileIO.swift
[1642/1659] Compiling NIOPosix PendingDatagramWritesManager.swift
[1643/1659] Compiling NIOPosix PendingWritesManager.swift
[1644/1659] Compiling NIOPosix PipeChannel.swift
[1645/1659] Compiling NIOPosix PipePair.swift
[1646/1659] Compiling NIOPosix BSDSocketAPICommon.swift
[1647/1659] Compiling NIOPosix BSDSocketAPIPosix.swift
[1648/1659] Compiling NIOPosix BSDSocketAPIWindows.swift
[1649/1659] Compiling NIOPosix BaseSocket.swift
[1650/1659] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1651/1659] Compiling NIOPosix BaseSocketChannel.swift
[1652/1659] Compiling NIOPosix BaseStreamSocketChannel.swift
[1653/1659] Compiling NIOPosix Bootstrap.swift
[1654/1659] Compiling NIOPosix ControlMessage.swift
[1655/1659] Compiling NIOPosix DatagramVectorReadManager.swift
[1656/1659] Compiling NIOPosix Errors+Any.swift
[1657/1659] Compiling NIOPosix FileDescriptor.swift
[1658/1659] Compiling NIOPosix GetaddrinfoResolver.swift
[1659/1659] Compiling NIOPosix HappyEyeballs.swift
[1661/1719] Emitting module NIO
[1662/1719] Compiling NIO Exports.swift
[1664/1736] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1665/1736] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1666/1736] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1667/1738] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1668/1738] Compiling _NIOFileSystem FileSystemError.swift
[1669/1738] Compiling _NIOFileSystem FileSystemProtocol.swift
[1670/1738] Compiling _NIOFileSystem FileType.swift
[1671/1738] Compiling _NIOFileSystem IOStrategy.swift
[1672/1738] Compiling _NIOFileSystem ParallelDirCopy.swift
[1673/1761] Emitting module NIOTLS
[1674/1761] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1675/1761] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1676/1761] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1677/1761] Compiling NIOTLS TLSEvents.swift
[1678/1761] Compiling NIOSOCKS SOCKSClientHandler.swift
[1679/1761] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1680/1762] Emitting module NIOFoundationCompat
[1681/1762] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1682/1762] Emitting module NIOHTTP1
[1683/1764] Compiling NIOSOCKS ServerStateMachine.swift
[1684/1764] Emitting module NIOSOCKS
[1685/1764] Compiling NIOSOCKS Errors.swift
[1686/1764] Compiling NIOSOCKS Helpers.swift
[1687/1764] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1688/1764] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1689/1764] Compiling NIOTLS SNIHandler.swift
[1690/1765] Compiling NIOSOCKS AuthenticationMethod.swift
[1691/1765] Compiling NIOSOCKS ClientGreeting.swift
[1692/1765] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1693/1765] Compiling NIOSOCKS SOCKSResponse.swift
[1694/1765] Compiling NIOSOCKS ClientStateMachine.swift
[1695/1765] Compiling NIOSOCKS Messages.swift
[1696/1765] Compiling NIOSOCKS SOCKSRequest.swift
[1705/1766] Compiling NIOHTTP1 HTTPTypes.swift
[1706/1766] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1707/1766] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1708/1766] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1709/1766] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1714/1766] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1715/1770] Compiling AsyncKit Optional+StrictMap.swift
[1716/1770] Compiling AsyncKit Exports.swift
[1717/1799] Compiling NIOSSL IdentityVerification.swift
[1718/1799] Compiling NIOSSL NIOSSLServerHandler.swift
[1719/1799] Compiling NIOSSL SSLErrors.swift
[1720/1799] Compiling NIOSSL SSLInit.swift
[1721/1799] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1723/1800] Compiling NIOSSL SSLPKCS12Bundle.swift
[1724/1800] Compiling NIOSSL SSLCertificate.swift
[1725/1800] Compiling NIOSSL SSLCertificateExtensions.swift
[1726/1800] Compiling NIOSSL SSLCertificateName.swift
[1727/1800] Compiling NIOSSL SSLConnection.swift
[1728/1822] Compiling NIOTransportServices StateManagedChannel.swift
[1729/1822] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1730/1822] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1731/1824] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1732/1824] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1733/1824] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1736/1824] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1737/1824] Compiling NIOSSL SubjectAlternativeName.swift
[1738/1824] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1739/1824] Compiling _NIOFileSystem Mocking.swift
[1740/1824] Compiling _NIOFileSystem Syscall.swift
[1741/1824] Compiling _NIOFileSystem Syscalls.swift
[1742/1824] Compiling NIOSSL NIOSSLSecureBytes.swift
[1743/1824] Compiling NIOSSL RNG.swift
[1744/1824] Compiling NIOSSL SafeCompare.swift
[1745/1824] Compiling _NIOFileSystem TokenBucket.swift
[1746/1824] Compiling _NIOFileSystem UnsafeTransfer.swift
[1747/1824] Compiling NIOTransportServices NIOTSBootstraps.swift
[1748/1824] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1749/1824] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1750/1824] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1751/1824] Compiling NIOTransportServices NIOTSSingletons.swift
[1752/1824] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1753/1824] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1754/1824] Compiling NIOTransportServices NIOTSErrors.swift
[1755/1824] Compiling NIOTransportServices NIOTSEventLoop.swift
[1756/1824] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1757/1824] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1759/1824] Emitting module AsyncKit
[1762/1824] Emitting module NIOTransportServices
[1763/1824] Compiling NIOTransportServices AcceptHandler.swift
[1764/1824] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1765/1824] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1766/1824] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1767/1824] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1768/1824] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1778/1825] Emitting module _NIOFileSystem
[1788/1891] Compiling _NIOFileSystem SystemFileHandle.swift
[1789/1891] Compiling _NIOFileSystem Utilities.swift
[1790/1891] Compiling _NIOFileSystem OpenOptions.swift
[1791/1891] Compiling _NIOFileSystem String+FileSystem.swift
[1801/1896] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1802/1896] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1803/1898] Compiling NIOWebSocket WebSocketOpcode.swift
[1804/1898] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1805/1898] Compiling MultipartKit MultipartFormData.swift
[1806/1899] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1807/1899] Emitting module NIOSSL
[1808/1899] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1809/1899] Compiling MultipartKit MultipartPart.swift
[1810/1899] Compiling NIOExtras UnsafeTransfer.swift
[1811/1903] Compiling MultipartKit MultipartParser.swift
[1813/1903] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1814/1903] Compiling MultipartKit FormDataDecoder.swift
[1815/1904] Compiling NIOHPACK HPACKHeader.swift
[1816/1904] Compiling NIOHPACK HeaderTables.swift
[1819/1904] Compiling NIOHPACK DynamicHeaderTable.swift
[1820/1904] Compiling NIOHPACK HPACKDecoder.swift
[1821/1904] Compiling NIOHPACK HPACKEncoder.swift
[1822/1904] Compiling NIOHPACK HPACKErrors.swift
[1823/1904] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1827/1904] Compiling NIOHPACK IndexedHeaderTable.swift
[1828/1904] Compiling NIOHPACK IntegerCoding.swift
[1829/1905] Compiling NIOHPACK HuffmanTables.swift
[1830/1905] Emitting module NIOHTTPCompression
[1834/1905] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1835/1905] Emitting module MultipartKit
[1838/1905] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1839/1905] Compiling NIOHTTPCompression HTTPCompression.swift
[1840/1905] Compiling NIOHTTPCompression HTTPDecompression.swift
[1841/1905] Emitting module NIOExtras
[1842/1905] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1843/1905] Compiling NIOHPACK HuffmanCoding.swift
[1844/1905] Emitting module _NIOFileSystemFoundationCompat
[1845/1905] Compiling NIOHPACK StaticHeaderTable.swift
[1846/1905] Emitting module NIOWebSocket
[1849/1905] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1850/1905] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1851/1905] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1852/1905] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1855/1906] Emitting module NIOHPACK
[1856/1906] Compiling NIOWebSocket WebSocketFrame.swift
[1859/1906] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1860/1908] Compiling MultipartKit MultipartSerializer.swift
[1861/1908] Compiling MultipartKit Utilities.swift
[1862/1908] Compiling MultipartKit FormDataEncoder.swift
[1863/1908] Compiling MultipartKit Storage.swift
[1899/1912] Compiling NIOFileSystem Exports.swift
[1900/1912] Emitting module NIOFileSystem
[1904/1972] Compiling NIOHTTP2 Error+Any.swift
[1905/1972] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1906/1972] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1907/1972] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1910/1981] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1911/1981] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1912/1981] Compiling NIOHTTP2 HasLocalSettings.swift
[1913/1981] Compiling NIOHTTP2 HasRemoteSettings.swift
[1914/1981] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1915/1981] Compiling NIOHTTP2 QuiescingState.swift
[1916/1981] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1917/1981] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1918/1989] Compiling WebSocketKit Exports.swift
[1919/1989] Compiling WebSocketKit WebSocket+Concurrency.swift
[1920/1989] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1921/1989] Compiling WebSocketKit WebSocketHandler.swift
[1922/1989] Emitting module WebSocketKit
[1923/1989] Compiling WebSocketKit WebSocket.swift
[1924/1989] Compiling WebSocketKit WebSocket+Connect.swift
[1925/1989] Compiling WebSocketKit WebSocketClient.swift
[1927/1990] Compiling NIOHTTP2 MaySendFrames.swift
[1928/1990] Compiling NIOHTTP2 SendingDataState.swift
[1929/1990] Compiling NIOHTTP2 SendingGoawayState.swift
[1930/1990] Compiling NIOHTTP2 SendingHeadersState.swift
[1931/1990] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1932/1990] Compiling NIOHTTP2 SendingRstStreamState.swift
[1933/1990] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1934/1990] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1935/1990] Compiling NIOHTTP2 StateMachineResult.swift
[1936/1990] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1937/1990] Compiling NIOHTTP2 DOSHeuristics.swift
[1942/1990] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1943/1990] Compiling NIOHTTP2 InboundWindowManager.swift
[1944/1990] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1945/1990] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1946/1990] Compiling NIOHTTP2 StreamChannelList.swift
[1947/1990] Compiling NIOHTTP2 StreamMap.swift
[1948/1990] Compiling NIOHTTP2 StreamStateMachine.swift
[1949/1990] Compiling NIOHTTP2 UnsafeTransfer.swift
[1950/1990] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1951/1990] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1952/1990] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1953/1990] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1954/1990] Compiling NIOHTTP2 HTTP2StreamID.swift
[1955/1990] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1956/1990] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1957/1990] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1958/1990] Compiling NIOHTTP2 InboundEventBuffer.swift
[1959/1990] Emitting module NIOHTTP2
[1960/1990] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1961/1990] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1962/1990] Compiling NIOHTTP2 MayReceiveFrames.swift
[1963/1990] Compiling NIOHTTP2 ReceivingDataState.swift
[1964/1990] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1965/1990] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1966/1990] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1967/1990] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1968/1990] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1969/1990] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1970/1990] Compiling NIOHTTP2 HTTP2Frame.swift
[1971/1990] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1972/1990] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1973/1990] Compiling NIOHTTP2 HTTP2PingData.swift
[1974/1990] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1975/1990] Compiling NIOHTTP2 HTTP2Settings.swift
[1976/1990] Compiling NIOHTTP2 HTTP2Stream.swift
[1984/1991] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1985/1991] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1986/1991] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1987/1991] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1988/1991] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1989/1991] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1990/1991] Compiling NIOHTTP2 HTTP2Error.swift
[1991/1991] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1993/2052] Emitting module AsyncHTTPClient
[1994/2060] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1995/2060] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1996/2060] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1997/2060] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1998/2060] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1999/2060] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2000/2060] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2001/2060] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2002/2060] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2003/2060] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2004/2060] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2005/2060] Compiling AsyncHTTPClient Transaction.swift
[2006/2060] Compiling AsyncHTTPClient Base64.swift
[2007/2060] Compiling AsyncHTTPClient BasicAuth.swift
[2008/2060] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2009/2060] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2010/2060] Compiling AsyncHTTPClient ConnectionPool.swift
[2011/2060] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2012/2060] Compiling AsyncHTTPClient ConnectionTarget.swift
[2013/2060] Compiling AsyncHTTPClient DeconstructedURL.swift
[2014/2060] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2015/2060] Compiling AsyncHTTPClient FoundationExtensions.swift
[2016/2060] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2017/2060] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2018/2060] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2019/2060] Compiling AsyncHTTPClient HTTPClient.swift
[2020/2060] Compiling AsyncHTTPClient RequestBag.swift
[2021/2060] Compiling AsyncHTTPClient RequestValidation.swift
[2022/2060] Compiling AsyncHTTPClient SSLContextCache.swift
[2023/2060] Compiling AsyncHTTPClient Scheme.swift
[2024/2060] Compiling AsyncHTTPClient Singleton.swift
[2025/2060] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2026/2060] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2027/2060] Compiling AsyncHTTPClient Utils.swift
[2028/2060] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2029/2060] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2030/2060] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2031/2060] Compiling AsyncHTTPClient HTTP1Connection.swift
[2032/2060] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2033/2060] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2034/2060] Compiling AsyncHTTPClient HTTP2Connection.swift
[2035/2060] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2036/2060] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2037/2060] Compiling AsyncHTTPClient HTTPHandler.swift
[2038/2060] Compiling AsyncHTTPClient LRUCache.swift
[2039/2060] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2040/2060] Compiling AsyncHTTPClient NWErrorHandler.swift
[2041/2060] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2042/2060] Compiling AsyncHTTPClient TLSConfiguration.swift
[2043/2060] Compiling AsyncHTTPClient RedirectState.swift
[2044/2060] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2045/2060] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2046/2060] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2047/2060] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2048/2060] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2049/2060] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2050/2060] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2051/2060] Compiling AsyncHTTPClient RequestBodyLength.swift
[2052/2060] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2053/2060] Compiling AsyncHTTPClient RequestOptions.swift
[2054/2060] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2055/2060] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2056/2060] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2057/2060] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2058/2060] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2059/2060] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2060/2060] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2062/2230] Compiling Vapor AsyncBasicResponder.swift
[2063/2230] Compiling Vapor AsyncMiddleware.swift
[2064/2230] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2065/2230] Compiling Vapor AsyncSessionDriver.swift
[2066/2230] Compiling Vapor Authentication+Concurrency.swift
[2067/2230] Compiling Vapor Cache+Concurrency.swift
[2068/2230] Compiling Vapor Client+Concurrency.swift
[2069/2230] Compiling Vapor RequestBody+Concurrency.swift
[2070/2230] Compiling Vapor Responder+Concurrency.swift
[2071/2230] Compiling Vapor ResponseCodable+Concurrency.swift
[2072/2230] Compiling Vapor RoutesBuilder+Concurrency.swift
[2073/2230] Compiling Vapor ViewRenderer+Concurrency.swift
[2074/2230] Compiling Vapor WebSocket+Concurrency.swift
[2075/2230] Compiling Vapor ContainerGetPathExecutor.swift
[2076/2230] Compiling Vapor Content.swift
[2077/2230] Compiling Vapor ContentCoders.swift
[2078/2230] Compiling Vapor ContentConfiguration.swift
[2079/2230] Compiling Vapor ContentContainer.swift
[2080/2230] Compiling Vapor JSONCoder+Custom.swift
[2081/2230] Compiling Vapor JSONCoders+Content.swift
[2082/2230] Compiling Vapor PlaintextDecoder.swift
[2083/2230] Compiling Vapor PlaintextEncoder.swift
[2084/2230] Compiling Vapor URLQueryCoders.swift
[2085/2230] Compiling Vapor URLQueryContainer.swift
[2086/2254] Compiling Vapor Bytes+Hex.swift
[2087/2254] Compiling Vapor Bytes+SecureCompare.swift
[2088/2254] Compiling Vapor Collection+Safe.swift
[2089/2254] Compiling Vapor DataProtocol+Copy.swift
[2090/2254] Compiling Vapor DecoderUnwrapper.swift
[2091/2254] Compiling Vapor DirectoryConfiguration.swift
[2092/2254] Compiling Vapor DotEnv.swift
[2093/2254] Compiling Vapor Extendable.swift
[2094/2254] Compiling Vapor File.swift
[2095/2254] Compiling Vapor FileIO.swift
[2096/2254] Compiling Vapor LifecycleHandler.swift
[2097/2254] Compiling Vapor OptionalType.swift
[2098/2254] Compiling Vapor RFC1123.swift
[2099/2254] Compiling Vapor SocketAddress+Hostname.swift
[2100/2254] Compiling Vapor Storage.swift
[2101/2254] Compiling Vapor String+IsIPAddress.swift
[2102/2254] Compiling Vapor Thread.swift
[2103/2254] Compiling Vapor URI.swift
[2104/2254] Compiling Vapor RangeResult.swift
[2105/2254] Compiling Vapor Validatable.swift
[2106/2254] Compiling Vapor Validation.swift
[2107/2254] Compiling Vapor ValidationKey.swift
[2108/2254] Compiling Vapor Validations.swift
[2109/2254] Compiling Vapor ValidationsError.swift
[2110/2278] Emitting module Vapor
[2111/2278] Compiling Vapor Core.swift
[2112/2278] Compiling Vapor Running.swift
[2113/2278] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2114/2278] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2115/2278] Compiling Vapor DotEnvFile+load.swift
[2116/2278] Compiling Vapor Routes+caseInsenstive.swift
[2117/2278] Compiling Vapor Validatable+validate.swift
[2118/2278] Compiling Vapor Environment+Process.swift
[2119/2278] Compiling Vapor Environment+Secret.swift
[2120/2278] Compiling Vapor Environment.swift
[2121/2278] Compiling Vapor Abort.swift
[2122/2278] Compiling Vapor AbortError.swift
[2123/2278] Compiling Vapor DebuggableError.swift
[2124/2278] Compiling Vapor Demangler.swift
[2125/2278] Compiling Vapor ErrorSource.swift
[2126/2278] Compiling Vapor StackTrace.swift
[2127/2278] Compiling Vapor Exports.swift
[2128/2278] Compiling Vapor Application+HTTP.swift
[2129/2278] Compiling Vapor BasicResponder.swift
[2130/2278] Compiling Vapor BodyStream.swift
[2131/2278] Compiling Vapor Application+HTTP+Client.swift
[2132/2278] Compiling Vapor EventLoopHTTPClient.swift
[2133/2278] Compiling Vapor EndpointCache.swift
[2134/2278] Compiling Vapor HTTPMethod+String.swift
[2135/2278] Compiling Vapor HTTPServerResponseEncoder.swift
[2136/2278] Compiling Vapor HTTPServerUpgradeHandler.swift
[2137/2278] Compiling Vapor Logger+Report.swift
[2138/2278] Compiling Vapor LoggingSystem+Environment.swift
[2139/2278] Compiling Vapor Application+Middleware.swift
[2140/2278] Compiling Vapor CORSMiddleware.swift
[2141/2278] Compiling Vapor ErrorMiddleware.swift
[2142/2278] Compiling Vapor FileMiddleware.swift
[2143/2278] Compiling Vapor Middleware.swift
[2144/2278] Compiling Vapor MiddlewareConfiguration.swift
[2145/2278] Compiling Vapor ResponseCompressionMiddleware.swift
[2146/2278] Compiling Vapor RouteLoggingMiddleware.swift
[2147/2278] Compiling Vapor TracingMiddleware.swift
[2148/2278] Compiling Vapor File+Multipart.swift
[2149/2278] Compiling Vapor FormDataDecoder+Content.swift
[2150/2278] Compiling Vapor FormDataEncoder+Content.swift
[2151/2278] Compiling Vapor Application+Password.swift
[2152/2278] Compiling Vapor Application+Passwords.swift
[2153/2278] Compiling Vapor AsyncPasswordHasher.swift
[2154/2278] Compiling Vapor BcryptHasher.swift
[2155/2278] Compiling Vapor PasswordHasher.swift
[2156/2278] Compiling Vapor PlaintextHasher.swift
[2157/2278] Compiling Vapor Request+Password.swift
[2158/2278] Compiling Vapor Redirect.swift
[2159/2278] Compiling Vapor Request+Body.swift
[2160/2278] Compiling Vapor Request+BodyStream.swift
[2161/2278] Compiling Vapor Request.swift
[2162/2278] Compiling Vapor Application+Responder.swift
[2163/2278] Compiling Vapor DefaultResponder.swift
[2164/2278] Compiling Vapor Response+Body.swift
[2165/2278] Compiling Vapor Response.swift
[2166/2278] Compiling Vapor ResponseCodable.swift
[2167/2278] Compiling Vapor Application+Routes.swift
[2168/2278] Compiling Vapor Parameters+Require.swift
[2169/2278] Compiling Vapor Request+WebSocket.swift
[2170/2278] Compiling Vapor Route.swift
[2171/2278] Compiling Vapor RouteCollection.swift
[2172/2278] Compiling Vapor Routes.swift
[2173/2278] Compiling Vapor RoutesBuilder+Group.swift
[2174/2278] Compiling Vapor RoutesBuilder+Method.swift
[2175/2278] Compiling Vapor RoutesBuilder+Middleware.swift
[2176/2278] Compiling Vapor RoutesBuilder+WebSocket.swift
[2177/2278] Compiling Vapor RoutesBuilder.swift
[2178/2278] Compiling Vapor OTP.swift
[2179/2278] Compiling Vapor Application+Servers.swift
[2180/2278] Compiling Vapor Server.swift
[2181/2278] Compiling Vapor App+Service.swift
[2182/2278] Compiling Vapor Req+Service.swift
[2183/2278] Compiling Vapor Service.swift
[2184/2278] Compiling Vapor Application+Sessions.swift
[2185/2278] Compiling Vapor MemorySessions.swift
[2186/2278] Compiling Vapor Request+Session.swift
[2187/2278] Compiling Vapor Session.swift
[2188/2278] Compiling Vapor SessionCache.swift
[2189/2278] Compiling Vapor SessionData.swift
[2190/2278] Compiling Vapor SessionDriver.swift
[2191/2278] Compiling Vapor SessionsConfiguration.swift
[2192/2278] Compiling Vapor SessionsMiddleware.swift
[2193/2278] Compiling Vapor URLEncodedFormData.swift
[2194/2278] Compiling Vapor URLEncodedFormDecoder.swift
[2195/2278] Compiling Vapor URLEncodedFormEncoder.swift
[2196/2278] Compiling Vapor URLEncodedFormError.swift
[2197/2278] Compiling Vapor URLEncodedFormParser.swift
[2198/2278] Compiling Vapor URLEncodedFormSerializer.swift
[2199/2278] Compiling Vapor URLQueryFragmentConvertible.swift
[2200/2278] Compiling Vapor AnyResponse.swift
[2201/2278] Compiling Vapor Array+Random.swift
[2202/2278] Compiling Vapor Base32.swift
[2203/2278] Compiling Vapor Base64.swift
[2204/2278] Compiling Vapor BaseN.swift
[2205/2278] Compiling Vapor BasicCodingKey.swift
[2206/2278] Compiling Vapor ByteCount.swift
[2207/2278] Compiling Vapor Application.swift
[2208/2278] Compiling Vapor AuthenticationCache.swift
[2209/2278] Compiling Vapor Authenticator.swift
[2210/2278] Compiling Vapor BasicAuthorization.swift
[2211/2278] Compiling Vapor BearerAuthorization.swift
[2212/2278] Compiling Vapor GuardMiddleware.swift
[2213/2278] Compiling Vapor RedirectMiddleware.swift
[2214/2278] Compiling Vapor SessionAuthenticatable.swift
[2215/2278] Compiling Vapor Bcrypt.swift
[2216/2278] Compiling Vapor Application+Cache.swift
[2217/2278] Compiling Vapor Cache.swift
[2218/2278] Compiling Vapor CacheExpirationTime.swift
[2219/2278] Compiling Vapor MemoryCache.swift
[2220/2278] Compiling Vapor Request+Cache.swift
[2221/2278] Compiling Vapor Application+Clients.swift
[2222/2278] Compiling Vapor Client.swift
[2223/2278] Compiling Vapor ClientRequest.swift
[2224/2278] Compiling Vapor ClientResponse.swift
[2225/2278] Compiling Vapor Request+Client.swift
[2226/2278] Compiling Vapor BootCommand.swift
[2227/2278] Compiling Vapor CommandContext+Application.swift
[2228/2278] Compiling Vapor RoutesCommand.swift
[2229/2278] Compiling Vapor ServeCommand.swift
[2230/2278] Compiling Vapor AnyResponse+Concurrency.swift
[2231/2278] Compiling Vapor HTTPStatus.swift
[2232/2278] Compiling Vapor HTTPCookies.swift
[2233/2278] Compiling Vapor HTTPHeaderCacheControl.swift
[2234/2278] Compiling Vapor HTTPHeaderExpires.swift
[2235/2278] Compiling Vapor HTTPHeaderLastModified.swift
[2236/2278] Compiling Vapor HTTPHeaders+Cache.swift
[2237/2278] Compiling Vapor HTTPHeaders+Connection.swift
[2238/2278] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2239/2278] Compiling Vapor HTTPHeaders+ContentRange.swift
[2240/2278] Compiling Vapor HTTPHeaders+Directive.swift
[2241/2278] Compiling Vapor HTTPHeaders+Forwarded.swift
[2242/2278] Compiling Vapor HTTPHeaders+Link.swift
[2243/2278] Compiling Vapor HTTPHeaders+Name.swift
[2244/2278] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2245/2278] Compiling Vapor HTTPHeaders.swift
[2246/2278] Compiling Vapor HTTPMediaType.swift
[2247/2278] Compiling Vapor HTTPMediaTypePreference.swift
[2248/2278] Compiling Vapor Responder.swift
[2249/2278] Compiling Vapor Application+HTTP+Server.swift
[2250/2278] Compiling Vapor HTTPServer.swift
[2251/2278] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2252/2278] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2253/2278] Compiling Vapor HTTPServerHandler.swift
[2254/2278] Compiling Vapor HTTPServerRequestDecoder.swift
[2255/2278] Compiling Vapor Validator.swift
[2256/2278] Compiling Vapor ValidatorResult.swift
[2257/2278] Compiling Vapor And.swift
[2258/2278] Compiling Vapor Case.swift
[2259/2278] Compiling Vapor CharacterSet.swift
[2260/2278] Compiling Vapor Count.swift
[2261/2278] Compiling Vapor Custom.swift
[2262/2278] Compiling Vapor Email.swift
[2263/2278] Compiling Vapor Empty.swift
[2264/2278] Compiling Vapor In.swift
[2265/2278] Compiling Vapor Nil.swift
[2266/2278] Compiling Vapor NilIgnoring.swift
[2267/2278] Compiling Vapor Not.swift
[2268/2278] Compiling Vapor Or.swift
[2269/2278] Compiling Vapor Pattern.swift
[2270/2278] Compiling Vapor Range.swift
[2271/2278] Compiling Vapor URL.swift
[2272/2278] Compiling Vapor Valid.swift
[2273/2278] Compiling Vapor Application+Views.swift
[2274/2278] Compiling Vapor PlaintextRenderer.swift
[2275/2278] Compiling Vapor Request+View.swift
[2276/2278] Compiling Vapor View.swift
[2277/2278] Compiling Vapor ViewRenderer.swift
[2278/2278] Compiling Vapor _Deprecations.swift
[2280/2298] Compiling PlotVapor HeadLink.swift
[2281/2298] Compiling PlotVapor Meta.swift
[2282/2298] Compiling PlotVapor NoScript.swift
[2283/2300] 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 |
[2284/2300] 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 |
[2285/2300] 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 |
[2286/2300] Compiling PlotVapor HTML+ComponentInit.swift
[2287/2300] Compiling PlotVapor Node+MetaConvenience.swift
[2288/2300] 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 |
[2289/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 |
[2290/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 |
[2291/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 |
[2292/2300] Compiling PlotVapor StyleSheet.swift
[2293/2300] Compiling PlotVapor ThemeColor.swift
[2294/2300] Compiling PlotVapor Title.swift
[2295/2300] Compiling PlotVapor Application+Sitemap.swift
[2296/2300] Compiling PlotVapor EnvironmentKey+Vapor.swift
[2297/2300] Compiling PlotVapor Renderable+ToView.swift
[2298/2300] Compiling PlotVapor Request+Render.swift
[2299/2300] 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 |
[2300/2300] 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! (542.89s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.