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 VHX, reference 0.0.26 (203e49), with Swift 6.1 for Android on 30 May 2025 02:29:47 UTC.

Swift 6 data race errors: 7

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/RussBaz/VaporHX.git
Reference: 0.0.26
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/RussBaz/VaporHX
 * tag               0.0.26     -> FETCH_HEAD
HEAD is now at 203e490 Further improved the docs and updated the dependencies
Cloned https://github.com/RussBaz/VaporHX.git
Revision (git rev-parse @):
203e490e20022949e10bb13a0dbdb767d027f70d
SUCCESS checkout https://github.com/RussBaz/VaporHX.git at 0.0.26
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/RussBaz/VaporHX.git
https://github.com/RussBaz/VaporHX.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.107.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "leaf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.4.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/leaf.git"
    }
  ],
  "manifest_display_name" : "VHX",
  "name" : "VHX",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "VHX",
      "targets" : [
        "VHX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Demo",
      "targets" : [
        "Demo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VHXTests",
      "module_type" : "SwiftTarget",
      "name" : "VHXTests",
      "path" : "Tests/VHXTests",
      "product_dependencies" : [
        "XCTVapor",
        "Vapor",
        "Leaf"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/VHXTests/Views",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "VHXTests.swift"
      ],
      "target_dependencies" : [
        "VHX"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VHX",
      "module_type" : "SwiftTarget",
      "name" : "VHX",
      "path" : "Sources/VHX",
      "product_dependencies" : [
        "Vapor",
        "Leaf"
      ],
      "product_memberships" : [
        "VHX",
        "Demo"
      ],
      "sources" : [
        "Htmx/Abort+HX.swift",
        "Htmx/Application+HtmxConfiguration.swift",
        "Htmx/Array+HXResponseHeaderAddable.swift",
        "Htmx/Content+HX.swift",
        "Htmx/HTTPHeaders+HXRequestHeaders.swift",
        "Htmx/HTTPStatus+HX.swift",
        "Htmx/HX.swift",
        "Htmx/HXBasicLeafTemplate.swift",
        "Htmx/HXConfiguration.swift",
        "Htmx/HXError.swift",
        "Htmx/HXLeafSource.swift",
        "Htmx/HXRedirect.swift",
        "Htmx/HXRequestHeaders.swift",
        "Htmx/HXResponseConfiguration.swift",
        "Htmx/HXResponseHeaderAddable.swift",
        "Htmx/HXTemplateable.swift",
        "Htmx/Htmx.swift",
        "Htmx/ReponseHeaders/HXLocationHeader.swift",
        "Htmx/ReponseHeaders/HXPushUrlHeader.swift",
        "Htmx/ReponseHeaders/HXRedirectHeader.swift",
        "Htmx/ReponseHeaders/HXRefreshHeader.swift",
        "Htmx/ReponseHeaders/HXReplaceUrlHeader.swift",
        "Htmx/ReponseHeaders/HXReselectHeader.swift",
        "Htmx/ReponseHeaders/HXResponseHeaders.swift",
        "Htmx/ReponseHeaders/HXReswapHeader.swift",
        "Htmx/ReponseHeaders/HXRetargetHeader.swift",
        "Htmx/ReponseHeaders/HXTriggerHeader.swift",
        "Htmx/Request+Htmx.swift",
        "Htmx/Response+AddHeaders.swift",
        "Localisation/Application+Language.swift",
        "Localisation/HTTPHeaders+Language.swift",
        "Localisation/HXLangaugeHeader.swift",
        "Localisation/HXLocalisable.swift",
        "Localisation/HXLocalisation.swift",
        "Localisation/HXRequestLocalisation.swift",
        "Localisation/Request+Langauge.swift",
        "MIddlewares/HXErrorMiddleware.swift",
        "Tags/HXTextTag.swift",
        "Utils/Date+CustomInterval.swift",
        "Utils/Request+BaseUrl.swift",
        "Utils/String+View.swift",
        "VHX.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Demo",
      "module_type" : "SwiftTarget",
      "name" : "Demo",
      "path" : "Sources/Demo",
      "product_dependencies" : [
        "Leaf",
        "Vapor"
      ],
      "product_memberships" : [
        "Demo"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Demo/Public",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/Demo/Views",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Controllers/ActiveSearch.swift",
        "Controllers/BulkUpdate.swift",
        "Controllers/CascadingSelects.swift",
        "Controllers/ClickToEdit.swift",
        "Controllers/ClickToLoad.swift",
        "Controllers/DeleteRow.swift",
        "Controllers/InfiniteScroll.swift",
        "Controllers/LazyLoading.swift",
        "configure.swift",
        "entrypoint.swift",
        "routes.swift"
      ],
      "target_dependencies" : [
        "VHX"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
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.git
Fetching https://github.com/vapor/leaf.git
[1/3956] Fetching leaf
[3957/78334] Fetching leaf, vapor
Fetched https://github.com/vapor/leaf.git from cache (0.68s)
[7438/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.53s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.0 (3.11s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/leaf-kit.git
[1/4938] Fetching leaf-kit
[199/10897] Fetching leaf-kit, swift-algorithms
Fetched https://github.com/vapor/leaf-kit.git from cache (0.54s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.54s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.99s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.78s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (1.67s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/1063] Fetching swift-service-context
[714/6037] Fetching swift-service-context, swift-distributed-tracing
[1076/8646] Fetching swift-service-context, swift-distributed-tracing, websocket-kit
[1077/10852] Fetching swift-service-context, swift-distributed-tracing, websocket-kit, swift-metrics
[3592/12562] Fetching swift-service-context, swift-distributed-tracing, websocket-kit, swift-metrics, swift-atomics
Fetching https://github.com/vapor/multipart-kit.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.72s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.82s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.83s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.90s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.90s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1/3319] Fetching multipart-kit
[964/7155] Fetching multipart-kit, swift-log
[4857/13069] Fetching multipart-kit, swift-log, swift-nio-extras
[10847/27912] Fetching multipart-kit, swift-log, swift-nio-extras, swift-nio-ssl
[10848/104020] Fetching multipart-kit, swift-log, swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.70s)
[8051/100184] Fetching multipart-kit, swift-nio-extras, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.81s)
[7574/94270] Fetching multipart-kit, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-crypto.git
[66112/114997] Fetching multipart-kit, swift-nio-ssl, swift-nio, routing-kit
[70604/128933] Fetching multipart-kit, swift-nio-ssl, swift-nio, routing-kit, swift-crypto
[70883/140460] Fetching multipart-kit, swift-nio-ssl, swift-nio, routing-kit, swift-crypto, swift-nio-http2
Fetched https://github.com/vapor/multipart-kit.git from cache (3.17s)
[106280/137141] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, swift-nio-http2
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (2.45s)
[85692/116414] Fetching swift-nio-ssl, swift-nio, swift-crypto, swift-nio-http2
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.01s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/swift-server/async-http-client.git
[70989/101571] Fetching swift-nio, swift-crypto, swift-nio-http2
[75846/107218] Fetching swift-nio, swift-crypto, swift-nio-http2, console-kit
[84844/121232] Fetching swift-nio, swift-crypto, swift-nio-http2, console-kit, async-http-client
[85386/123602] Fetching swift-nio, swift-crypto, swift-nio-http2, console-kit, async-http-client, async-kit
Fetched https://github.com/vapor/console-kit.git from cache (1.25s)
[108426/117955] Fetching swift-nio, swift-crypto, swift-nio-http2, async-http-client, async-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.56s)
[101944/106428] Fetching swift-nio, swift-crypto, async-http-client, async-kit
Fetched https://github.com/apple/swift-crypto.git from cache (3.80s)
Fetched https://github.com/vapor/async-kit.git from cache (1.81s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.82s)
Fetched https://github.com/apple/swift-nio.git from cache (6.95s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (8.54s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (0.88s)
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.83s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (2.46s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.89s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.03s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[4392/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
[2821/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.22s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.69s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (1.04s)
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.39s)
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.95s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.52s)
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 (0.80s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
[1/1141] Fetching swift-http-structured-headers
[24/2045] Fetching swift-http-structured-headers, swift-http-types
[367/3635] Fetching swift-http-structured-headers, swift-http-types, swift-asn1
[1964/6061] Fetching swift-http-structured-headers, swift-http-types, swift-asn1, swift-service-lifecycle
[2309/12216] Fetching swift-http-structured-headers, swift-http-types, swift-asn1, swift-service-lifecycle, swift-certificates
[4659/17201] Fetching swift-http-structured-headers, swift-http-types, swift-asn1, swift-service-lifecycle, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.56s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.56s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.58s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.64s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.64s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.64s)
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.31s)
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.67s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.79s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.02s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.77s)
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.74s)
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.52s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.42s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.74s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.94s)
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.64s)
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.57s)
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.55s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.53s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/vapor/leaf-kit.git
Working copy of https://github.com/vapor/leaf-kit.git resolved at 1.13.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/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-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/vapor/leaf.git
Working copy of https://github.com/vapor/leaf.git resolved at 4.5.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.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-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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/swift-server/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/892] Compiling a_dup.cc
[1/892] Compiling a_i2d_fp.cc
[1/892] Write sources
[1/892] Compiling pkcs7.cc
[1/892] Compiling a_gentm.cc
[1/892] Write sources
[8/892] Copying Views
[8/892] Copying Public
[8/892] Write sources
[22/892] Compiling a_octet.cc
[22/892] Write sources
[22/892] Compiling a_d2i_fp.cc
[57/892] Compiling _NumericsShims _NumericsShims.c
[58/892] Compiling _AtomicsShims.c
[59/892] Compiling a_bool.cc
[60/892] Compiling pem_xaux.cc
[61/892] Compiling CNIOWASI CNIOWASI.c
[62/892] Compiling CNIOWindows WSAStartup.c
[63/892] Compiling CNIOWindows shim.c
[64/892] Compiling CVaporBcrypt blf.c
[65/892] Compiling CSystem shims.c
[66/892] Compiling CVaporBcrypt bcrypt.c
[67/892] Compiling CNIOLinux liburing_shims.c
[68/892] Write swift-version-24593BA9C3E375BF.txt
[68/892] Compiling CNIOSHA1 c_nio_sha1.c
[70/892] Compiling CNIOExtrasZlib empty.c
[71/892] Compiling CNIOLLHTTP c_nio_http.c
[72/892] Compiling CNIODarwin shim.c
[73/892] Compiling CNIOLLHTTP c_nio_api.c
[74/892] Compiling CNIOLinux shim.c
[75/892] Compiling CNIOLLHTTP c_nio_llhttp.c
[76/892] Compiling fiat_p256_adx_sqr.S
[77/958] Compiling CNIOBoringSSLShims shims.c
[79/961] Emitting module InternalCollectionsUtilities
[80/962] Emitting module SystemPackage
[81/965] Compiling _NIODataStructures _TinyArray.swift
[82/965] Emitting module _NIOBase64
[83/965] Compiling _NIOBase64 Base64.swift
[84/966] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/966] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[86/966] Compiling InternalCollectionsUtilities Integer rank.swift
[87/966] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[88/966] Compiling InternalCollectionsUtilities UInt+reversed.swift
[89/966] Compiling RealModule Float+Real.swift
[90/966] Compiling RealModule Float16+Real.swift
[91/967] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[92/967] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[93/967] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[94/967] Compiling InternalCollectionsUtilities Debugging.swift
[96/967] Compiling SystemPackage MachPort.swift
[97/967] Compiling SystemPackage PlatformString.swift
[98/967] Compiling SystemPackage SystemString.swift
[99/967] Compiling RealModule Real.swift
[100/967] Compiling CoreMetrics Metrics.swift
[101/967] Compiling _NIODataStructures PriorityQueue.swift
[102/967] Compiling RealModule RealFunctions.swift
[103/967] Compiling SystemPackage Util+StringArray.swift
[104/967] Compiling SystemPackage Util.swift
[105/967] Compiling SystemPackage UtilConsumers.swift
[106/967] Compiling RealModule ElementaryFunctions.swift
[111/967] Emitting module RealModule
[112/967] Emitting module _NIODataStructures
[117/967] Compiling _NIODataStructures Heap.swift
[118/968] Compiling InternalCollectionsUtilities Descriptions.swift
[119/968] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[120/968] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[125/968] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[126/968] Compiling InternalCollectionsUtilities _SortedCollection.swift
[127/968] Compiling RealModule Float80+Real.swift
[128/968] Compiling ServiceContextModule ServiceContextKey.swift
[129/968] Emitting module ServiceContextModule
[130/968] Compiling ServiceContextModule ServiceContext.swift
[134/971] Compiling fiat_curve25519_adx_square.S
[134/971] Compiling fiat_p256_adx_mul.S
[134/971] Compiling fiat_curve25519_adx_mul.S
[134/971] Wrapping AST for RealModule for debugging
[138/971] Wrapping AST for _NIODataStructures for debugging
[140/1039] Emitting module CoreMetrics
[141/1039] Compiling CoreMetrics Locks.swift
[142/1039] Compiling Logging MetadataProvider.swift
[143/1040] Compiling _RopeModule BigString+Summary.swift
[144/1040] Compiling _RopeModule BigString.swift
[145/1040] Compiling _RopeModule BigString+UnicodeScalarView.swift
[146/1040] Compiling _RopeModule BigSubstring+UTF16View.swift
[147/1040] Compiling Logging LogHandler.swift
[148/1040] Compiling Logging Logging.swift
[150/1040] Emitting module Logging
[151/1040] Compiling Logging Locks.swift
[152/1041] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[153/1041] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[154/1041] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[155/1041] Compiling _RopeModule BigString+Chunk+Splitting.swift
[156/1041] Compiling _RopeModule BigSubstring+UTF8View.swift
[157/1041] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[158/1041] Compiling _RopeModule BigSubstring.swift
[159/1041] Compiling _RopeModule Rope+Builder.swift
[160/1041] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[161/1041] Compiling _RopeModule BigString+Chunk+Breaks.swift
[162/1041] Compiling _RopeModule BigString+Chunk+Counts.swift
[163/1041] Compiling _RopeModule BigString+Chunk+Description.swift
[165/1105] Compiling tls_record.cc
[166/1105] Compiling tls_method.cc
[167/1105] Compiling tls13_server.cc
[169/1181] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[170/1194] Compiling Instrumentation NoOpInstrument.swift
[171/1194] Compiling HeapModule Heap+Descriptions.swift
[172/1194] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[173/1194] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[174/1194] Compiling HashTreeCollections TreeDictionary+Keys.swift
[175/1194] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[176/1194] Compiling HashTreeCollections TreeDictionary+Merge.swift
[177/1194] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[178/1194] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[179/1201] Compiling HeapModule _HeapNode.swift
[180/1201] Compiling HeapModule Heap.swift
[181/1201] Compiling Instrumentation Locks.swift
[182/1201] Compiling Instrumentation MultiplexInstrument.swift
[183/1201] Emitting module HeapModule
[184/1201] Emitting module Instrumentation
[185/1201] Compiling Instrumentation Instrument.swift
[186/1201] Compiling Instrumentation InstrumentationSystem.swift
[187/1202] Compiling HashTreeCollections TreeDictionary+Collection.swift
[188/1202] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[189/1202] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[190/1202] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[191/1202] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[192/1202] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[193/1202] Compiling HashTreeCollections TreeDictionary+Filter.swift
[195/1202] Compiling HeapModule Heap+UnsafeHandle.swift
[196/1202] Compiling HeapModule Heap+Invariants.swift
[198/1226] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[199/1226] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[200/1226] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[201/1226] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[202/1226] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[203/1226] Compiling HashTreeCollections _HashNode+Structural merge.swift
[204/1226] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[205/1226] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[206/1226] Compiling HashTreeCollections _HashNode+Structural union.swift
[207/1226] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[208/1226] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[209/1226] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[210/1226] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[211/1226] Compiling HashTreeCollections _HashNode.swift
[212/1226] Compiling HashTreeCollections _HashNodeHeader.swift
[213/1226] Compiling HashTreeCollections _HashSlot.swift
[214/1226] Compiling HashTreeCollections _HashStack.swift
[215/1226] Compiling HashTreeCollections _HashTreeIterator.swift
[216/1226] Compiling HashTreeCollections _HashTreeStatistics.swift
[217/1226] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[218/1226] Compiling HashTreeCollections _RawHashNode.swift
[219/1226] Compiling HashTreeCollections _UnmanagedHashNode.swift
[220/1226] Compiling HashTreeCollections _UnsafePath.swift
[221/1226] Compiling HashTreeCollections TreeDictionary+Codable.swift
[222/1226] Compiling HashTreeCollections TreeSet+Hashable.swift
[223/1226] Compiling HashTreeCollections TreeSet+Sendable.swift
[224/1226] Compiling HashTreeCollections TreeSet+Sequence.swift
[225/1226] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[226/1226] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[227/1226] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[228/1226] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[229/1226] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[230/1226] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[231/1226] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[232/1236] Compiling DequeModule Deque+Testing.swift
[233/1236] Compiling DequeModule Deque._Storage.swift
[234/1236] Compiling DequeModule Deque._UnsafeHandle.swift
[235/1236] Compiling DequeModule Deque.swift
[236/1236] Compiling DequeModule _DequeBuffer.swift
[237/1236] Compiling DequeModule _DequeBufferHeader.swift
[238/1236] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[239/1236] Compiling HashTreeCollections _HashNode+Structural filter.swift
[239/1236] Compiling tls13_enc.cc
[243/1238] Compiling Tracing InstrumentationSystem+Tracing.swift
[245/1238] Wrapping AST for _NIOBase64 for debugging
[252/1238] Compiling OrderedCollections OrderedSet+Sendable.swift
[253/1238] Compiling OrderedCollections OrderedSet+SubSequence.swift
[254/1238] Compiling OrderedCollections OrderedSet+Testing.swift
[255/1238] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[256/1238] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[257/1238] Compiling OrderedCollections OrderedSet.swift
[258/1238] Compiling OrderedCollections _UnsafeBitset.swift
[259/1238] Compiling HashTreeCollections TreeSet+Equatable.swift
[260/1238] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[261/1238] Compiling HashTreeCollections TreeSet+Extras.swift
[262/1238] Compiling HashTreeCollections TreeSet+Filter.swift
[265/1247] Compiling Tracing TracingTime.swift
[268/1247] Compiling Tracing TracerProtocol.swift
[268/1247] Wrapping AST for SystemPackage for debugging
[270/1247] Emitting module Tracing
[292/1247] Compiling DequeModule Deque+CustomReflectable.swift
[293/1247] Compiling DequeModule Deque+Descriptions.swift
[294/1247] Compiling DequeModule Deque+Equatable.swift
[295/1247] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[296/1247] Compiling DequeModule Deque+Extras.swift
[297/1247] Compiling DequeModule Deque+Hashable.swift
[298/1247] Compiling Tracing TracerProtocol+Legacy.swift
[306/1247] Compiling Tracing Tracer.swift
[307/1247] Emitting module _RopeModule
[307/1247] Wrapping AST for ServiceContextModule for debugging
[309/1247] Compiling DequeModule _DequeSlot.swift
[310/1247] Compiling DequeModule _UnsafeWrappedBuffer.swift
[311/1247] Compiling DequeModule Deque+Codable.swift
[312/1247] Compiling DequeModule Deque+Collection.swift
[318/1247] Wrapping AST for Logging for debugging
[320/1247] Compiling _RopeModule _CharacterRecognizer.swift
[321/1247] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[322/1247] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[323/1247] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[324/1247] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[325/1247] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[326/1247] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[327/1247] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[328/1247] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[329/1247] Compiling HashTreeCollections TreeSet.swift
[329/1247] Wrapping AST for InternalCollectionsUtilities for debugging
[344/1247] Compiling Tracing NoOpTracer.swift
[345/1247] Compiling Tracing SpanProtocol.swift
[346/1248] Emitting module RoutingKit
[347/1248] Compiling RoutingKit AnyRouter.swift
[348/1248] Wrapping AST for Instrumentation for debugging
[350/1248] Compiling RoutingKit PathComponent.swift
[351/1248] Compiling RoutingKit Router.swift
[352/1248] Compiling RoutingKit TrieRouter.swift
[352/1248] Wrapping AST for HeapModule for debugging
[354/1248] Emitting module DequeModule
[355/1249] Wrapping AST for Tracing for debugging
[356/1249] Wrapping AST for CoreMetrics for debugging
[357/1249] Wrapping AST for DequeModule for debugging
[408/1249] Emitting module OrderedCollections
[413/1250] Compiling _RopeModule Rope+Join.swift
[415/1250] Compiling _RopeModule Rope+MutatingForEach.swift
[417/1250] Compiling _RopeModule Rope+Remove.swift
[420/1250] Compiling _RopeModule Rope+RemoveSubrange.swift
[422/1250] Compiling _RopeModule Rope+Split.swift
[424/1250] Compiling _RopeModule Optional Utilities.swift
[426/1250] Compiling _RopeModule String Utilities.swift
[428/1250] Compiling _RopeModule String.Index+ABI.swift
[430/1251] Compiling RoutingKit Parameters.swift
[432/1252] Compiling Metrics Metrics.swift
[433/1252] Emitting module Metrics
[435/1253] Wrapping AST for _RopeModule for debugging
[436/1253] Wrapping AST for RoutingKit for debugging
[438/1253] Emitting module HashTreeCollections
[438/1253] Wrapping AST for OrderedCollections for debugging
[439/1253] Wrapping AST for Metrics for debugging
[462/1254] Compiling tls13_both.cc
[464/1254] Wrapping AST for HashTreeCollections for debugging
[465/1254] Compiling t1_enc.cc
[466/1254] Compiling tls13_client.cc
[467/1254] Compiling ssl_transcript.cc
[468/1254] Compiling ssl_stat.cc
[469/1254] Compiling ssl_x509.cc
[470/1254] Compiling ssl_versions.cc
[471/1254] Compiling ssl_session.cc
[472/1254] Compiling ssl_lib.cc
[473/1254] Compiling ssl_key_share.cc
[474/1254] Compiling ssl_privkey.cc
[475/1254] Compiling ssl_file.cc
[476/1254] Compiling ssl_cert.cc
[477/1254] Compiling ssl_cipher.cc
[478/1254] Compiling ssl_credential.cc
[479/1254] Compiling ssl_buffer.cc
[480/1254] Compiling s3_pkt.cc
[481/1254] Compiling s3_both.cc
[482/1254] Compiling s3_lib.cc
[483/1254] Compiling handshake_server.cc
[484/1254] Compiling ssl_aead_ctx.cc
[485/1254] Compiling ssl_asn1.cc
[486/1254] Compiling handshake_client.cc
[487/1254] Compiling handshake.cc
[488/1254] Compiling handoff.cc
[489/1254] Compiling d1_srtp.cc
[490/1254] Compiling extensions.cc
[491/1254] Compiling encrypted_client_hello.cc
[492/1254] Compiling md5-x86_64-linux.S
[493/1254] Compiling dtls_record.cc
[494/1254] Compiling md5-x86_64-apple.S
[495/1254] Compiling md5-586-linux.S
[496/1254] Compiling md5-586-apple.S
[497/1254] Compiling chacha20_poly1305_x86_64-linux.S
[498/1254] Compiling dtls_method.cc
[499/1254] Compiling chacha20_poly1305_x86_64-apple.S
[500/1254] Compiling chacha20_poly1305_armv8-win.S
[501/1254] Compiling chacha20_poly1305_armv8-apple.S
[502/1254] Compiling chacha20_poly1305_armv8-linux.S
[503/1254] Compiling chacha-x86_64-linux.S
[504/1254] Compiling chacha-x86_64-apple.S
[505/1254] Compiling err_data.cc
[506/1254] Compiling chacha-x86-linux.S
[507/1254] Compiling chacha-x86-apple.S
[508/1254] Compiling chacha-armv8-win.S
[509/1254] Compiling chacha-armv8-apple.S
[510/1254] Compiling chacha-armv8-linux.S
[511/1254] Compiling bio_ssl.cc
[512/1254] Compiling aes128gcmsiv-x86_64-linux.S
[513/1254] Compiling chacha-armv4-linux.S
[514/1254] Compiling x86_64-mont5-linux.S
[515/1254] Compiling aes128gcmsiv-x86_64-apple.S
[516/1254] Compiling x86_64-mont-apple.S
[517/1254] Compiling x86_64-mont-linux.S
[518/1254] Compiling x86_64-mont5-apple.S
[519/1254] Compiling x86-mont-linux.S
[520/1254] Compiling x86-mont-apple.S
[521/1254] Compiling vpaes-x86_64-apple.S
[522/1254] Compiling vpaes-x86_64-linux.S
[523/1254] Compiling vpaes-x86-linux.S
[524/1254] Compiling vpaes-armv8-win.S
[525/1254] Compiling vpaes-x86-apple.S
[526/1254] Compiling d1_lib.cc
[527/1254] Compiling vpaes-armv8-linux.S
[528/1254] Compiling d1_pkt.cc
[529/1254] Compiling sha512-x86_64-apple.S
[530/1254] Compiling sha512-armv8-win.S
[531/1254] Compiling vpaes-armv8-apple.S
[532/1254] Compiling vpaes-armv7-linux.S
[533/1254] Compiling sha512-x86_64-linux.S
[534/1254] Compiling sha512-armv4-linux.S
[535/1254] Compiling sha512-586-apple.S
[536/1254] Compiling sha512-armv8-linux.S
[537/1254] Compiling sha512-armv8-apple.S
[537/1254] Compiling sha256-x86_64-linux.S
[539/1254] Compiling sha512-586-linux.S
[540/1254] Compiling sha256-x86_64-apple.S
[541/1254] Compiling sha256-armv8-win.S
[542/1254] Compiling sha256-armv4-linux.S
[543/1254] Compiling sha256-586-linux.S
[543/1254] Compiling sha256-586-apple.S
[545/1254] Compiling sha256-armv8-apple.S
[545/1254] Compiling sha1-x86_64-linux.S
[545/1254] Compiling sha256-armv8-linux.S
[548/1254] Compiling sha1-x86_64-apple.S
[549/1254] Compiling d1_both.cc
[550/1254] Compiling sha1-armv8-win.S
[551/1254] Compiling sha1-armv8-apple.S
[552/1254] Compiling sha1-armv4-large-linux.S
[553/1254] Compiling sha1-586-linux.S
[554/1254] Compiling sha1-586-apple.S
[555/1254] Compiling sha1-armv8-linux.S
[556/1254] Compiling rsaz-avx2-linux.S
[557/1254] Compiling rsaz-avx2-apple.S
[558/1254] Compiling rdrand-x86_64-linux.S
[559/1254] Compiling rdrand-x86_64-apple.S
[560/1254] Compiling p256_beeu-armv8-asm-apple.S
[560/1254] Compiling p256_beeu-x86_64-asm-linux.S
[562/1254] Compiling p256_beeu-armv8-asm-win.S
[563/1254] Compiling p256_beeu-armv8-asm-linux.S
[564/1254] Compiling p256_beeu-x86_64-asm-apple.S
[565/1254] Compiling p256-x86_64-asm-apple.S
[566/1254] Compiling p256-x86_64-asm-linux.S
[567/1254] Compiling p256-armv8-asm-win.S
[568/1254] Compiling ghashv8-armv8-apple.S
[569/1254] Compiling p256-armv8-asm-apple.S
[570/1254] Compiling p256-armv8-asm-linux.S
[571/1254] Compiling ghashv8-armv8-win.S
[572/1254] Compiling ghashv8-armv8-linux.S
[573/1254] Compiling ghashv8-armv7-linux.S
[574/1254] Compiling ghash-x86_64-linux.S
[575/1254] Compiling ghash-x86_64-apple.S
[576/1254] Compiling ghash-x86-linux.S
[577/1254] Compiling ghash-ssse3-x86_64-apple.S
[578/1254] Compiling ghash-x86-apple.S
[579/1254] Compiling ghash-ssse3-x86-linux.S
[580/1254] Compiling ghash-ssse3-x86_64-linux.S
[581/1254] Compiling ghash-neon-armv8-linux.S
[582/1254] Compiling ghash-ssse3-x86-apple.S
[583/1254] Compiling ghash-neon-armv8-apple.S
[584/1254] Compiling ghash-neon-armv8-win.S
[585/1254] Compiling ghash-armv4-linux.S
[586/1254] Compiling co-586-linux.S
[587/1254] Compiling bsaes-armv7-linux.S
[588/1254] Compiling co-586-apple.S
[589/1254] Compiling bn-armv8-win.S
[590/1254] Compiling bn-586-linux.S
[590/1254] Compiling bn-armv8-apple.S
[592/1254] Compiling bn-armv8-linux.S
[593/1254] Compiling bn-586-apple.S
[594/1254] Compiling armv8-mont-win.S
[595/1254] Compiling armv8-mont-apple.S
[596/1254] Compiling armv8-mont-linux.S
[597/1254] Compiling armv4-mont-linux.S
[598/1254] Compiling aesv8-gcm-armv8-win.S
[599/1254] Compiling aesv8-gcm-armv8-linux.S
[600/1254] Compiling aesv8-gcm-armv8-apple.S
[601/1254] Compiling aesv8-armv8-win.S
[602/1254] Compiling aesv8-armv8-apple.S
[603/1254] Compiling aesv8-armv7-linux.S
[604/1254] Compiling aesv8-armv8-linux.S
[605/1254] Compiling aesni-x86_64-linux.S
[606/1254] Compiling aesni-x86_64-apple.S
[607/1254] Compiling aesni-gcm-x86_64-apple.S
[607/1254] Compiling aesni-gcm-x86_64-linux.S
[609/1254] Compiling aesni-x86-linux.S
[610/1254] Compiling aes-gcm-avx2-x86_64-linux.S
[611/1254] Compiling aesni-x86-apple.S
[612/1254] Compiling aes-gcm-avx2-x86_64-apple.S
[612/1254] Compiling aes-gcm-avx10-x86_64-linux.S
[614/1254] Compiling aes-gcm-avx10-x86_64-apple.S
[615/1254] Compiling x_sig.cc
[616/1254] Compiling x_val.cc
[617/1254] Compiling x_x509a.cc
[618/1254] Compiling x_req.cc
[619/1254] Compiling x_x509.cc
[620/1254] Compiling x_name.cc
[621/1254] Compiling x_spki.cc
[622/1254] Compiling x_pubkey.cc
[623/1254] Compiling x_exten.cc
[624/1254] Compiling x_all.cc
[625/1254] Compiling x_crl.cc
[626/1254] Compiling x509spki.cc
[627/1254] Compiling x_algor.cc
[628/1254] Compiling x509name.cc
[629/1254] Compiling x_attrib.cc
[630/1254] Compiling x509rset.cc
[631/1254] Compiling x509cset.cc
[632/1254] Compiling x509_vpm.cc
[633/1254] Compiling x509_v3.cc
[634/1254] Compiling x509_txt.cc
[635/1254] Compiling x509_vfy.cc
[636/1254] Compiling x509_trs.cc
[637/1254] Compiling x509_req.cc
[638/1254] Compiling x509_set.cc
[639/1254] Compiling x509_obj.cc
[640/1254] Compiling x509_d2.cc
[641/1254] Compiling x509_def.cc
[642/1254] Compiling x509_ext.cc
[643/1254] Compiling x509_lu.cc
[644/1254] Compiling x509_cmp.cc
[645/1254] Compiling x509_att.cc
[646/1254] Compiling x509.cc
[647/1254] Compiling v3_pmaps.cc
[648/1254] Compiling v3_utl.cc
[649/1254] Compiling v3_skey.cc
[650/1254] Compiling v3_prn.cc
[651/1254] Compiling v3_purp.cc
[652/1254] Compiling v3_ncons.cc
[653/1254] Compiling v3_int.cc
[654/1254] Compiling v3_pcons.cc
[655/1254] Compiling v3_ocsp.cc
[656/1254] Compiling v3_lib.cc
[657/1254] Compiling v3_extku.cc
[658/1254] Compiling v3_ia5.cc
[659/1254] Compiling v3_info.cc
[660/1254] Compiling v3_genn.cc
[661/1254] Compiling v3_enum.cc
[662/1254] Compiling v3_crld.cc
[663/1254] Compiling v3_cpols.cc
[664/1254] Compiling v3_conf.cc
[665/1254] Compiling v3_bitst.cc
[666/1254] Compiling v3_akeya.cc
[667/1254] Compiling v3_bcons.cc
[668/1254] Compiling v3_akey.cc
[669/1254] Compiling v3_alt.cc
[670/1254] Compiling t_x509.cc
[671/1254] Compiling t_x509a.cc
[672/1254] Compiling t_req.cc
[673/1254] Compiling i2d_pr.cc
[674/1254] Compiling t_crl.cc
[675/1254] Compiling rsa_pss.cc
[676/1254] Compiling name_print.cc
[677/1254] Compiling policy.cc
[678/1254] Compiling by_file.cc
[679/1254] Compiling algorithm.cc
[680/1254] Compiling asn1_gen.cc
[681/1254] Compiling by_dir.cc
[682/1254] Compiling a_verify.cc
[683/1254] Compiling a_sign.cc
[684/1254] Compiling voprf.cc
[685/1254] Compiling a_digest.cc
[686/1254] Compiling thread_pthread.cc
[687/1254] Compiling thread_win.cc
[688/1254] Compiling thread.cc
[689/1254] Compiling thread_none.cc
[690/1254] Compiling trust_token.cc
[691/1254] Compiling stack.cc
[692/1254] Compiling pmbtoken.cc
[693/1254] Compiling slhdsa.cc
[693/1254] Compiling sha1.cc
[695/1254] Compiling rsa_print.cc
[696/1254] Compiling sha512.cc
[697/1254] Compiling siphash.cc
[698/1254] Compiling sha256.cc
[699/1254] Compiling spake2plus.cc
[700/1254] Compiling rsa_extra.cc
[701/1254] Compiling refcount.cc
[702/1254] Compiling rsa_crypt.cc
[703/1254] Compiling rc4.cc
[704/1254] Compiling urandom.cc
[705/1254] Compiling windows.cc
[706/1254] Compiling trusty.cc
[707/1254] Compiling rsa_asn1.cc
[708/1254] Compiling rand.cc
[709/1254] Compiling passive.cc
[710/1254] Compiling poly1305_arm_asm.S
[711/1254] Compiling getentropy.cc
[712/1254] Compiling ios.cc
[713/1254] Compiling forkunsafe.cc
[714/1254] Compiling deterministic.cc
[715/1254] Compiling poly1305_vec.cc
[716/1254] Compiling fork_detect.cc
[717/1254] Compiling pool.cc
[718/1254] Compiling poly1305.cc
[719/1254] Compiling poly1305_arm.cc
[720/1254] Compiling pkcs8.cc
[721/1254] Compiling pkcs7.cc
[722/1254] Compiling p5_pbev2.cc
[723/1254] Compiling pkcs7_x509.cc
[724/1254] Compiling pkcs8_x509.cc
[725/1254] Compiling pem_x509.cc
[726/1254] Compiling pem_xaux.cc
[727/1254] Compiling pem_pkey.cc
[728/1254] Compiling pem_info.cc
[729/1254] Compiling pem_oth.cc
[730/1254] Compiling pem_lib.cc
[731/1254] Compiling pem_pk8.cc
[732/1254] Compiling obj.cc
[733/1254] Compiling obj_xref.cc
[734/1254] Compiling mlkem.cc
[735/1254] Compiling md4.cc
[736/1254] Compiling pem_all.cc
[737/1254] Compiling poly_rq_mul.S
[738/1254] Compiling mldsa.cc
[739/1254] Compiling fips_shared_support.cc
[740/1254] Compiling mem.cc
[741/1254] Compiling lhash.cc
[742/1254] Compiling md5.cc
[743/1254] Compiling kyber.cc
[744/1254] Compiling hrss.cc
[745/1254] Compiling hpke.cc
[746/1254] Compiling ex_data.cc
[747/1254] Compiling p_x25519.cc
[748/1254] Compiling print.cc
[749/1254] Compiling scrypt.cc
[750/1254] Compiling pbkdf.cc
[751/1254] Compiling sign.cc
[752/1254] Compiling p_x25519_asn1.cc
[753/1254] Compiling p_ed25519.cc
[754/1254] Compiling p_rsa_asn1.cc
[755/1254] Compiling p_hkdf.cc
[756/1254] Compiling p_ec_asn1.cc
[757/1254] Compiling p_rsa.cc
[758/1254] Compiling p_ed25519_asn1.cc
[759/1254] Compiling p_ec.cc
[760/1254] Compiling p_dh_asn1.cc
[761/1254] Compiling p_dsa_asn1.cc
[762/1254] Compiling evp_ctx.cc
[763/1254] Compiling p_dh.cc
[764/1254] Compiling evp.cc
[765/1254] Compiling evp_asn1.cc
[766/1254] Compiling err.cc
[767/1254] Compiling engine.cc
[768/1254] Compiling ecdh.cc
[769/1254] Compiling hash_to_curve.cc
[770/1254] Compiling ec_derive.cc
[771/1254] Compiling bcm.cc
[772/1254] Compiling ecdsa_asn1.cc
[773/1254] Compiling ec_asn1.cc
[774/1254] Compiling dsa.cc
[775/1254] Compiling dsa_asn1.cc
[776/1254] Compiling params.cc
[777/1254] Compiling x25519-asm-arm.S
[778/1254] Compiling des.cc
[779/1254] Compiling curve25519_64_adx.cc
[780/1254] Compiling spake25519.cc
[781/1254] Compiling digest_extra.cc
[782/1254] Compiling dh_asn1.cc
[783/1254] Compiling curve25519.cc
[784/1254] Compiling cpu_intel.cc
[785/1254] Compiling crypto.cc
[786/1254] Compiling cpu_arm_linux.cc
[787/1254] Compiling cpu_aarch64_sysreg.cc
[788/1254] Compiling cpu_arm_freebsd.cc
[789/1254] Compiling cpu_aarch64_linux.cc
[790/1254] Compiling cpu_aarch64_win.cc
[791/1254] Compiling cpu_aarch64_openbsd.cc
[792/1254] Compiling cpu_aarch64_fuchsia.cc
[793/1254] Compiling cpu_aarch64_apple.cc
[794/1254] Compiling conf.cc
[795/1254] Compiling e_tls.cc
[796/1254] Compiling e_null.cc
[797/1254] Compiling tls_cbc.cc
[798/1254] Compiling get_cipher.cc
[799/1254] Compiling e_rc4.cc
[800/1254] Compiling e_des.cc
[801/1254] Compiling e_rc2.cc
[802/1254] Compiling e_chacha20poly1305.cc
[803/1254] Compiling e_aesgcmsiv.cc
[804/1254] Compiling chacha.cc
[805/1254] Compiling e_aesctrhmac.cc
[806/1254] Compiling derive_key.cc
[807/1254] Compiling cbb.cc
[808/1254] Compiling buf.cc
[809/1254] Compiling ber.cc
[810/1254] Compiling cbs.cc
[811/1254] Compiling unicode.cc
[812/1254] Compiling blake2.cc
[813/1254] Compiling socket_helper.cc
[814/1254] Compiling asn1_compat.cc
[815/1254] Compiling bn_asn1.cc
[816/1254] Compiling convert.cc
[817/1254] Compiling printf.cc
[818/1254] Compiling socket.cc
[819/1254] Compiling hexdump.cc
[820/1254] Compiling pair.cc
[821/1254] Compiling fd.cc
[822/1254] Compiling errno.cc
[823/1254] Compiling file.cc
[824/1254] Compiling base64.cc
[825/1254] Compiling bio_mem.cc
[826/1254] Compiling connect.cc
[827/1254] Compiling bio.cc
[828/1254] Compiling tasn_typ.cc
[829/1254] Compiling posix_time.cc
[830/1254] Compiling tasn_fre.cc
[831/1254] Compiling tasn_enc.cc
[832/1254] Compiling tasn_utl.cc
[833/1254] Compiling asn1_par.cc
[834/1254] Compiling f_string.cc
[835/1254] Compiling tasn_dec.cc
[836/1254] Compiling tasn_new.cc
[837/1254] Compiling f_int.cc
[838/1254] Compiling asn_pack.cc
[839/1254] Compiling a_octet.cc
[840/1254] Compiling asn1_lib.cc
[841/1254] Compiling a_strex.cc
[842/1254] Compiling a_utctm.cc
[843/1254] Compiling a_type.cc
[844/1254] Compiling a_strnid.cc
[845/1254] Compiling a_time.cc
[846/1254] Compiling a_d2i_fp.cc
[847/1254] Compiling a_object.cc
[848/1254] Compiling a_bitstr.cc
[849/1254] Compiling a_i2d_fp.cc
[850/1254] Compiling a_dup.cc
[851/1254] Compiling fiat_p256_adx_sqr.S
[852/1254] Compiling a_mbstr.cc
[853/1254] Compiling fiat_p256_adx_mul.S
[854/1254] Compiling fiat_curve25519_adx_square.S
[855/1254] Compiling fiat_curve25519_adx_mul.S
[856/1254] Compiling CCryptoBoringSSLShims shims.c
[857/1254] Compiling a_bool.cc
[858/1254] Compiling a_int.cc
[859/1254] Compiling md5-x86_64-linux.S
[860/1254] Compiling a_gentm.cc
[861/1254] Compiling md5-586-linux.S
[862/1254] Compiling md5-586-apple.S
[863/1254] Compiling md5-x86_64-apple.S
[864/1254] Compiling chacha20_poly1305_x86_64-linux.S
[865/1254] Compiling chacha20_poly1305_x86_64-apple.S
[866/1254] Compiling chacha20_poly1305_armv8-win.S
[867/1254] Compiling chacha20_poly1305_armv8-apple.S
[868/1254] Compiling chacha20_poly1305_armv8-linux.S
[869/1254] Compiling chacha-x86_64-linux.S
[870/1254] Compiling err_data.cc
[871/1254] Compiling chacha-x86_64-apple.S
[872/1254] Compiling chacha-x86-linux.S
[873/1254] Compiling chacha-x86-apple.S
[874/1254] Compiling chacha-armv8-win.S
[875/1254] Compiling chacha-armv8-linux.S
[876/1254] Compiling chacha-armv8-apple.S
[877/1254] Compiling chacha-armv4-linux.S
[878/1254] Compiling x86_64-mont5-linux.S
[879/1254] Compiling x86_64-mont-linux.S
[880/1254] Compiling aes128gcmsiv-x86_64-apple.S
[881/1254] Compiling aes128gcmsiv-x86_64-linux.S
[882/1254] Compiling x86_64-mont-apple.S
[883/1254] Compiling x86_64-mont5-apple.S
[884/1254] Compiling vpaes-x86_64-apple.S
[885/1254] Compiling vpaes-x86-linux.S
[886/1254] Compiling x86-mont-linux.S
[887/1254] Compiling vpaes-x86_64-linux.S
[888/1254] Compiling x86-mont-apple.S
[889/1254] Compiling vpaes-x86-apple.S
[890/1254] Compiling vpaes-armv8-win.S
[891/1254] Compiling vpaes-armv8-apple.S
[892/1254] Compiling vpaes-armv7-linux.S
[893/1254] Compiling vpaes-armv8-linux.S
[894/1254] Compiling sha512-x86_64-linux.S
[895/1254] Compiling sha512-armv8-win.S
[896/1254] Compiling sha512-x86_64-apple.S
[897/1254] Compiling sha512-armv8-apple.S
[898/1254] Compiling sha512-armv4-linux.S
[899/1254] Compiling sha512-armv8-linux.S
[900/1254] Compiling sha512-586-linux.S
[901/1254] Compiling sha256-x86_64-linux.S
[902/1254] Compiling sha512-586-apple.S
[903/1254] Compiling sha256-x86_64-apple.S
[904/1254] Compiling sha256-armv8-win.S
[905/1254] Compiling sha256-armv4-linux.S
[906/1254] Compiling sha256-armv8-linux.S
[907/1254] Compiling sha256-armv8-apple.S
[908/1254] Compiling sha256-586-linux.S
[909/1254] Compiling sha256-586-apple.S
[910/1254] Compiling sha1-x86_64-apple.S
[911/1254] Compiling sha1-x86_64-linux.S
[912/1254] Compiling sha1-armv8-win.S
[913/1254] Compiling c-nioatomics.c
[914/1254] Compiling sha1-armv8-apple.S
[915/1254] Compiling sha1-armv4-large-linux.S
[916/1254] Compiling sha1-armv8-linux.S
[917/1254] Compiling sha1-586-linux.S
[918/1254] Compiling rsaz-avx2-apple.S
[919/1254] Compiling sha1-586-apple.S
[920/1254] Compiling rsaz-avx2-linux.S
[921/1254] Compiling rdrand-x86_64-linux.S
[922/1254] Compiling rdrand-x86_64-apple.S
[923/1254] Compiling p256_beeu-x86_64-asm-linux.S
[924/1254] Compiling p256_beeu-x86_64-asm-apple.S
[925/1254] Compiling p256_beeu-armv8-asm-win.S
[926/1254] Compiling p256_beeu-armv8-asm-linux.S
[927/1254] Compiling p256_beeu-armv8-asm-apple.S
[928/1254] Compiling p256-x86_64-asm-apple.S
[929/1254] Compiling p256-x86_64-asm-linux.S
[930/1254] Compiling ghashv8-armv8-win.S
[931/1254] Compiling p256-armv8-asm-win.S
[932/1254] Compiling p256-armv8-asm-linux.S
[933/1254] Compiling ghashv8-armv7-linux.S
[934/1254] Compiling p256-armv8-asm-apple.S
[935/1254] Compiling ghashv8-armv8-apple.S
[936/1254] Compiling ghashv8-armv8-linux.S
[937/1254] Compiling ghash-x86_64-linux.S
[938/1254] Compiling ghash-x86_64-apple.S
[939/1254] Compiling ghash-ssse3-x86_64-linux.S
[940/1254] Compiling ghash-x86-apple.S
[941/1254] Compiling ghash-ssse3-x86-linux.S
[942/1254] Compiling ghash-ssse3-x86_64-apple.S
[943/1254] Compiling ghash-x86-linux.S
[944/1254] Compiling ghash-ssse3-x86-apple.S
[945/1254] Compiling ghash-neon-armv8-linux.S
[946/1254] Compiling ghash-neon-armv8-apple.S
[947/1254] Compiling ghash-neon-armv8-win.S
[947/1254] Compiling co-586-apple.S
[949/1254] Compiling ghash-armv4-linux.S
[950/1254] Compiling bsaes-armv7-linux.S
[951/1254] Compiling co-586-linux.S
[952/1254] Compiling bn-armv8-win.S
[953/1254] Compiling bn-armv8-linux.S
[954/1254] Compiling bn-armv8-apple.S
[955/1254] Compiling bn-586-apple.S
[956/1254] Compiling bn-586-linux.S
[957/1254] Compiling armv8-mont-win.S
[958/1254] Compiling armv8-mont-linux.S
[959/1254] Compiling armv8-mont-apple.S
[960/1254] Compiling aesv8-gcm-armv8-win.S
[961/1254] Compiling aesv8-armv8-win.S
[962/1254] Compiling armv4-mont-linux.S
[963/1254] Compiling aesv8-gcm-armv8-apple.S
[964/1254] Compiling aesv8-armv8-apple.S
[965/1254] Compiling aesv8-armv8-linux.S
[966/1254] Compiling aesv8-gcm-armv8-linux.S
[967/1254] Compiling c-atomics.c
[968/1254] Compiling aesv8-armv7-linux.S
[969/1254] Compiling aesni-x86_64-linux.S
[970/1254] Compiling aesni-x86-linux.S
[971/1254] Compiling aesni-x86_64-apple.S
[972/1254] Compiling aesni-gcm-x86_64-linux.S
[973/1254] Compiling aesni-gcm-x86_64-apple.S
[974/1254] Compiling aes-gcm-avx10-x86_64-linux.S
[974/1254] Compiling aesni-x86-apple.S
[976/1254] Compiling aes-gcm-avx10-x86_64-apple.S
[978/1260] Compiling NIOConcurrencyHelpers NIOLock.swift
[979/1260] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[980/1260] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[980/1260] Compiling x_x509.cc
[982/1260] Compiling NIOConcurrencyHelpers atomics.swift
[983/1260] Compiling NIOConcurrencyHelpers lock.swift
[983/1260] Compiling x_val.cc
[985/1260] Emitting module NIOConcurrencyHelpers
[985/1261] Compiling x_spki.cc
[986/1261] Compiling x_x509a.cc
[987/1261] Compiling x_pubkey.cc
[989/1261] Compiling x_req.cc
[990/1261] Compiling x_sig.cc
[991/1287] Compiling x_name.cc
[992/1287] Compiling x_exten.cc
[993/1287] Wrapping AST for NIOConcurrencyHelpers for debugging
[994/1287] Compiling x_crl.cc
[995/1287] Compiling x_attrib.cc
[996/1287] Compiling x509spki.cc
[998/1287] Emitting module ConsoleKitTerminal
[998/1290] Compiling x_algor.cc
[1000/1290] Compiling ConsoleKitTerminal Console+Confirm.swift
[1001/1290] Compiling ConsoleKitTerminal Console+Input.swift
[1002/1290] Compiling ConsoleKitTerminal Console+Center.swift
[1003/1290] Compiling ConsoleKitTerminal Console+Output.swift
[1003/1290] Compiling x_all.cc
[1005/1290] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1006/1290] Compiling ConsoleKitTerminal ConsoleClear.swift
[1007/1290] Compiling ConsoleKitTerminal Console+Ask.swift
[1008/1290] Compiling ConsoleKitTerminal Console+Choose.swift
[1009/1290] Compiling ConsoleKitTerminal CustomActivity.swift
[1010/1290] Compiling ConsoleKitTerminal LoadingBar.swift
[1011/1290] Compiling ConsoleKitTerminal ProgressBar.swift
[1012/1290] Compiling ConsoleKitTerminal Console+Clear.swift
[1013/1290] Compiling ConsoleKitTerminal ActivityBar.swift
[1014/1290] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1015/1290] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1016/1290] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1017/1290] Compiling ConsoleKitTerminal Console+Wait.swift
[1018/1290] Compiling ConsoleKitTerminal ConsoleColor.swift
[1019/1290] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1020/1290] Compiling ConsoleKitTerminal ConsoleText.swift
[1021/1290] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1022/1290] Compiling ConsoleKitTerminal ANSI.swift
[1023/1290] Compiling ConsoleKitTerminal Console.swift
[1024/1290] Compiling ConsoleKitTerminal Terminal.swift
[1025/1290] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1025/1290] Compiling x509rset.cc
[1026/1290] Compiling x509_vfy.cc
[1027/1290] Compiling x509_txt.cc
[1027/1290] Compiling x509name.cc
[1029/1290] Compiling x509cset.cc
[1030/1290] Compiling x509_v3.cc
[1031/1290] Compiling x509_vpm.cc
[1033/1290] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1034/1290] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1035/1290] Compiling ConsoleKitTerminal LoggerFragment.swift
[1036/1313] Compiling x509_req.cc
[1037/1313] Compiling x509_def.cc
[1038/1313] Compiling x509_trs.cc
[1039/1313] Wrapping AST for ConsoleKitTerminal for debugging
[1040/1313] Compiling x509_lu.cc
[1042/1313] Compiling ConsoleKitCommands CommandSignature.swift
[1043/1313] Compiling ConsoleKitCommands Flag.swift
[1044/1313] Compiling ConsoleKitCommands Option.swift
[1044/1315] Compiling x509_ext.cc
[1044/1315] Compiling x509_obj.cc
[1047/1315] Compiling ConsoleKitCommands CommandGroup.swift
[1048/1315] Compiling ConsoleKitCommands CommandInput.swift
[1049/1315] Compiling ConsoleKitCommands Commands.swift
[1049/1315] Compiling x509_set.cc
[1051/1315] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1052/1315] Compiling ConsoleKitCommands Utilities.swift
[1053/1315] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1054/1315] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1055/1315] Compiling ConsoleKitCommands Argument.swift
[1056/1315] Compiling ConsoleKitCommands AsyncCommands.swift
[1057/1315] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1058/1315] Compiling ConsoleKitCommands AnyCommand.swift
[1059/1315] Compiling ConsoleKitCommands Command.swift
[1060/1315] Compiling ConsoleKitCommands CommandContext.swift
[1061/1315] Compiling ConsoleKitCommands CommandError.swift
[1061/1315] Compiling x509_att.cc
[1062/1315] Compiling x509_cmp.cc
[1063/1315] Compiling x509_d2.cc
[1064/1315] Compiling v3_utl.cc
[1065/1315] Compiling v3_purp.cc
[1066/1315] Compiling v3_skey.cc
[1067/1315] Compiling x509.cc
[1069/1315] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1070/1315] Compiling ConsoleKitCommands AsyncCommand.swift
[1071/1315] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1072/1315] Emitting module ConsoleKitCommands
[1073/1315] Compiling ConsoleKitCommands Console+Run.swift
[1074/1315] Compiling ConsoleKitCommands ConsoleError.swift
[1075/1315] Compiling ConsoleKitCommands Completion.swift
[1076/1316] Compiling v3_pcons.cc
[1076/1316] Compiling v3_prn.cc
[1078/1318] Compiling v3_pmaps.cc
[1079/1318] Wrapping AST for ConsoleKitCommands for debugging
[1080/1318] Compiling v3_ocsp.cc
[1082/1318] Emitting module ConsoleKit
[1083/1318] Compiling ConsoleKit Exports.swift
[1083/1318] Compiling v3_int.cc
[1084/1319] Compiling v3_lib.cc
[1085/1319] Compiling v3_ncons.cc
[1087/1319] Wrapping AST for ConsoleKit for debugging
[1088/1319] Compiling v3_info.cc
[1089/1319] Compiling v3_ia5.cc
[1090/1319] Compiling v3_genn.cc
[1091/1319] Compiling v3_extku.cc
[1092/1319] Compiling v3_bitst.cc
[1093/1319] Compiling v3_enum.cc
[1094/1319] Compiling v3_crld.cc
[1095/1319] Compiling v3_bcons.cc
[1096/1319] Compiling v3_cpols.cc
[1097/1319] Compiling v3_akeya.cc
[1098/1319] Compiling v3_conf.cc
[1099/1319] Compiling v3_akey.cc
[1100/1319] Compiling v3_alt.cc
[1101/1319] Compiling t_crl.cc
[1102/1319] Compiling rsa_pss.cc
[1103/1319] Compiling name_print.cc
[1104/1319] Compiling t_req.cc
[1105/1319] Compiling t_x509a.cc
[1106/1319] Compiling t_x509.cc
[1107/1319] Compiling i2d_pr.cc
[1108/1319] Compiling policy.cc
[1109/1319] Compiling by_file.cc
[1110/1319] Compiling asn1_gen.cc
[1111/1319] Compiling voprf.cc
[1112/1319] Compiling by_dir.cc
[1113/1319] Compiling a_verify.cc
[1114/1319] Compiling algorithm.cc
[1115/1319] Compiling a_sign.cc
[1116/1319] Compiling a_digest.cc
[1117/1319] Compiling thread_win.cc
[1118/1319] Compiling thread_none.cc
[1119/1319] Compiling trust_token.cc
[1120/1319] Compiling thread_pthread.cc
[1121/1319] Compiling stack.cc
[1122/1319] Compiling thread.cc
[1123/1319] Compiling thash.cc
[1124/1319] Compiling pmbtoken.cc
[1125/1319] Compiling wots.cc
[1126/1319] Compiling fors.cc
[1127/1319] Compiling slhdsa.cc
[1128/1319] Compiling sha256.cc
[1129/1319] Compiling merkle.cc
[1130/1319] Compiling rsa_extra.cc
[1131/1319] Compiling rsa_crypt.cc
[1132/1319] Compiling rsa_print.cc
[1133/1319] Compiling siphash.cc
[1134/1319] Compiling sha512.cc
[1135/1319] Compiling sha1.cc
[1136/1319] Compiling refcount.cc
[1137/1319] Compiling urandom.cc
[1138/1319] Compiling trusty.cc
[1139/1319] Compiling rsa_asn1.cc
[1140/1319] Compiling rc4.cc
[1141/1319] Compiling windows.cc
[1142/1319] Compiling ios.cc
[1143/1319] Compiling rand_extra.cc
[1144/1319] Compiling poly1305_arm_asm.S
[1145/1319] Compiling getentropy.cc
[1146/1319] Compiling deterministic.cc
[1147/1319] Compiling passive.cc
[1148/1319] Compiling poly1305_vec.cc
[1149/1319] Compiling fork_detect.cc
[1150/1319] Compiling forkunsafe.cc
[1151/1319] Compiling poly1305.cc
[1152/1319] Compiling poly1305_arm.cc
[1153/1319] Compiling pool.cc
[1154/1319] Compiling pkcs8_x509.cc
[1155/1319] Compiling p5_pbev2.cc
[1156/1319] Compiling pkcs7_x509.cc
[1157/1319] Compiling pem_x509.cc
[1158/1319] Compiling pem_pkey.cc
[1159/1319] Compiling pem_pk8.cc
[1160/1319] Compiling pkcs8.cc
[1161/1319] Compiling pem_oth.cc
[1162/1319] Compiling pem_info.cc
[1163/1319] Compiling pem_lib.cc
[1164/1319] Compiling pem_all.cc
[1165/1319] Compiling obj_xref.cc
[1166/1319] Compiling mlkem.cc
[1167/1319] Compiling mldsa.cc
[1168/1319] Compiling poly_rq_mul.S
[1169/1319] Compiling mem.cc
[1170/1319] Compiling fips_shared_support.cc
[1171/1319] Compiling md5.cc
[1172/1319] Compiling obj.cc
[1173/1319] Compiling md4.cc
[1174/1319] Compiling lhash.cc
[1175/1319] Compiling kyber.cc
[1176/1319] Compiling sign.cc
[1177/1319] Compiling ex_data.cc
[1178/1319] Compiling hpke.cc
[1179/1319] Compiling hrss.cc
[1180/1319] Compiling scrypt.cc
[1181/1319] Compiling print.cc
[1182/1319] Compiling pbkdf.cc
[1183/1319] Compiling p_x25519_asn1.cc
[1184/1319] Compiling p_x25519.cc
[1185/1319] Compiling p_rsa_asn1.cc
[1186/1319] Compiling p_hkdf.cc
[1187/1319] Compiling p_rsa.cc
[1188/1319] Compiling p_ed25519.cc
[1189/1319] Compiling p_ed25519_asn1.cc
[1190/1319] Compiling p_ec.cc
[1191/1319] Compiling p_ec_asn1.cc
[1192/1319] Compiling p_dh_asn1.cc
[1193/1319] Compiling p_dsa_asn1.cc
[1194/1319] Compiling p_dh.cc
[1195/1319] Compiling evp_ctx.cc
[1196/1319] Compiling evp_asn1.cc
[1197/1319] Compiling engine.cc
[1198/1319] Compiling err.cc
[1199/1319] Compiling evp.cc
[1200/1319] Compiling ecdh_extra.cc
[1201/1319] Compiling hash_to_curve.cc
[1202/1319] Compiling ecdsa_asn1.cc
[1203/1319] Compiling ec_derive.cc
[1204/1319] Compiling bcm.cc
[1205/1319] Compiling dsa_asn1.cc
[1206/1319] Compiling dsa.cc
[1207/1319] Compiling ec_asn1.cc
[1208/1319] Compiling params.cc
[1209/1319] Compiling x25519-asm-arm.S
[1210/1319] Compiling des.cc
[1211/1319] Compiling dh_asn1.cc
[1212/1319] Compiling digest_extra.cc
[1213/1319] Compiling curve25519_64_adx.cc
[1214/1319] Compiling curve25519.cc
[1215/1319] Compiling spake25519.cc
[1216/1319] Compiling crypto.cc
[1217/1319] Compiling cpu_intel.cc
[1218/1319] Compiling cpu_aarch64_win.cc
[1219/1319] Compiling cpu_arm_linux.cc
[1220/1319] Compiling cpu_arm_freebsd.cc
[1221/1319] Compiling cpu_aarch64_openbsd.cc
[1222/1319] Compiling cpu_aarch64_sysreg.cc
[1223/1319] Compiling cpu_aarch64_linux.cc
[1224/1319] Compiling cpu_aarch64_apple.cc
[1225/1319] Compiling cpu_aarch64_fuchsia.cc
[1226/1319] Compiling conf.cc
[1227/1319] Compiling e_tls.cc
[1228/1319] Compiling tls_cbc.cc
[1229/1319] Compiling e_rc4.cc
[1230/1319] Compiling e_rc2.cc
[1231/1319] Compiling e_null.cc
[1232/1319] Compiling e_chacha20poly1305.cc
[1233/1319] Compiling e_aesctrhmac.cc
[1234/1319] Compiling e_aesgcmsiv.cc
[1235/1319] Compiling derive_key.cc
[1236/1319] Compiling e_des.cc
[1237/1319] Compiling chacha.cc
[1238/1319] Compiling cipher_extra.cc
[1239/1319] Compiling unicode.cc
[1240/1319] Compiling buf.cc
[1241/1319] Compiling asn1_compat.cc
[1242/1319] Compiling ber.cc
[1243/1319] Compiling cbb.cc
[1244/1319] Compiling convert.cc
[1245/1319] Compiling bn_asn1.cc
[1246/1319] Compiling blake2.cc
[1247/1319] Compiling cbs.cc
[1248/1319] Compiling printf.cc
[1249/1319] Compiling pair.cc
[1250/1319] Compiling file.cc
[1251/1319] Compiling hexdump.cc
[1252/1319] Compiling errno.cc
[1253/1319] Compiling fd.cc
[1254/1319] Compiling bio.cc
[1255/1319] Compiling bio_mem.cc
[1256/1319] Compiling base64.cc
[1257/1319] Compiling tasn_typ.cc
[1258/1319] Compiling tasn_utl.cc
[1259/1319] Compiling tasn_fre.cc
[1260/1319] Compiling tasn_enc.cc
[1261/1319] Compiling tasn_new.cc
[1262/1319] Compiling f_string.cc
[1263/1319] Compiling posix_time.cc
[1264/1319] Compiling tasn_dec.cc
[1265/1319] Compiling asn1_par.cc
[1266/1319] Compiling f_int.cc
[1267/1319] Compiling asn_pack.cc
[1268/1319] Compiling asn1_lib.cc
[1269/1319] Compiling a_utctm.cc
[1270/1319] Compiling a_type.cc
[1271/1319] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1272/1319] Write sources
[1273/1319] Compiling a_time.cc
[1273/1319] Write sources
[1278/1319] Compiling a_strnid.cc
[1279/1344] Compiling a_object.cc
[1280/1372] Compiling a_mbstr.cc
[1281/1372] Compiling a_strex.cc
[1282/1416] Compiling a_int.cc
[1283/1416] Compiling a_bitstr.cc
[1285/1424] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1286/1424] Compiling BitCollections BitSet+CustomReflectable.swift
[1287/1424] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1288/1424] Compiling BitCollections BitSet+Equatable.swift
[1289/1424] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1290/1424] Compiling BitCollections BitSet+Extras.swift
[1291/1424] Compiling BitCollections BitSet+Hashable.swift
[1292/1424] Compiling BitCollections BitSet+Initializers.swift
[1293/1424] Compiling BitCollections BitSet+Invariants.swift
[1294/1424] Compiling BitCollections BitSet+Random.swift
[1295/1424] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1296/1424] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1297/1424] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1298/1424] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1299/1431] Compiling Algorithms Joined.swift
[1300/1431] Compiling Algorithms Keyed.swift
[1301/1431] Compiling Algorithms MinMax.swift
[1302/1431] Compiling Algorithms Partition.swift
[1303/1433] Compiling Algorithms Permutations.swift
[1304/1433] Compiling Algorithms Product.swift
[1305/1433] Compiling Algorithms Compacted.swift
[1306/1433] Compiling Algorithms Cycle.swift
[1307/1433] Compiling Algorithms EitherSequence.swift
[1308/1433] Compiling Algorithms FirstNonNil.swift
[1316/1433] Compiling Algorithms Chunked.swift
[1317/1433] Compiling Algorithms Combinations.swift
[1319/1433] Emitting module BitCollections
[1320/1433] Compiling Algorithms FlattenCollection.swift
[1321/1433] Compiling Algorithms Grouped.swift
[1322/1433] Compiling Algorithms Indexed.swift
[1323/1433] Compiling Algorithms Intersperse.swift
[1324/1433] Compiling Algorithms AdjacentPairs.swift
[1325/1433] Compiling Algorithms Chain.swift
[1328/1433] Compiling Atomics IntegerOperations.swift
[1329/1433] Compiling Atomics Unmanaged extensions.swift
[1330/1433] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1331/1433] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1332/1433] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1333/1433] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1334/1433] Compiling BitCollections BitSet+SetAlgebra union.swift
[1335/1433] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1336/1433] Compiling BitCollections BitSet.Counted.swift
[1337/1433] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1338/1433] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1339/1433] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1340/1433] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1341/1433] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1342/1433] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1343/1433] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1350/1436] Compiling Algorithms Suffix.swift
[1351/1436] Compiling CryptoBoringWrapper RandomBytes.swift
[1352/1436] Compiling Algorithms RandomSample.swift
[1353/1436] Compiling Algorithms Reductions.swift
[1354/1436] Compiling Algorithms Rotate.swift
[1369/1436] Compiling BitCollections BitSet.Index.swift
[1370/1436] Compiling BitCollections BitSet._UnsafeHandle.swift
[1371/1436] Compiling BitCollections BitSet.swift
[1372/1436] Compiling BitCollections Range+Utilities.swift
[1373/1436] Compiling BitCollections Slice+Utilities.swift
[1374/1436] Compiling BitCollections UInt+Tricks.swift
[1375/1436] Compiling BitCollections _Word.swift
[1376/1437] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1377/1437] Emitting module CryptoBoringWrapper
[1378/1437] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1379/1437] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1380/1437] Compiling Algorithms Trim.swift
[1381/1437] Compiling Algorithms Unique.swift
[1382/1437] Compiling Algorithms Windows.swift
[1387/1437] Compiling CryptoBoringWrapper EllipticCurve.swift
[1389/1437] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1390/1437] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1391/1440] Wrapping AST for BitCollections for debugging
[1397/1440] Emitting module Collections
[1398/1440] Compiling Collections Collections.swift
[1398/1441] Wrapping AST for CryptoBoringWrapper for debugging
[1400/1512] Wrapping AST for Collections for debugging
[1402/1512] Emitting module Algorithms
[1403/1513] Compiling Crypto ASN1OctetString.swift
[1404/1513] Compiling Crypto ASN1Strings.swift
[1405/1513] Compiling Crypto ArraySliceBigint.swift
[1406/1513] Emitting module Atomics
[1407/1513] Compiling Crypto ASN1Identifier.swift
[1408/1513] Compiling Crypto ASN1Integer.swift
[1409/1513] Compiling Crypto ASN1Null.swift
[1411/1514] Wrapping AST for Algorithms for debugging
[1412/1514] Wrapping AST for Atomics for debugging
[1414/1574] Compiling Crypto HPKE-Ciphersuite.swift
[1415/1574] Compiling Crypto HPKE-KDF.swift
[1416/1574] Compiling Crypto HPKE-KexKeyDerivation.swift
[1417/1574] Compiling Crypto HPKE-LabeledExtract.swift
[1418/1574] Compiling Crypto HPKE-Utils.swift
[1419/1574] Compiling Crypto DHKEM.swift
[1420/1574] Compiling Crypto HPKE-KEM-Curve25519.swift
[1421/1574] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1422/1574] Compiling Crypto HPKE-KEM.swift
[1423/1574] Compiling Crypto HPKE-Errors.swift
[1424/1583] Compiling NIOCore FileHandle.swift
[1425/1583] Compiling NIOCore FileRegion.swift
[1426/1583] Compiling NIOCore GlobalSingletons.swift
[1427/1583] Compiling NIOCore MulticastChannel.swift
[1428/1583] Compiling NIOCore NIOAny.swift
[1429/1583] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1430/1583] Compiling NIOCore NIOLoopBound.swift
[1431/1583] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1432/1583] Compiling NIOCore NIOScheduledCallback.swift
[1433/1583] Compiling NIOCore NIOSendable.swift
[1434/1583] Compiling NIOCore RecvByteBufferAllocator.swift
[1435/1583] Compiling NIOCore IO.swift
[1436/1583] Compiling NIOCore IOData.swift
[1437/1583] Compiling NIOCore IPProtocol.swift
[1438/1583] Compiling NIOCore IntegerBitPacking.swift
[1439/1583] Compiling NIOCore IntegerTypes.swift
[1440/1583] Compiling NIOCore Interfaces.swift
[1441/1583] Compiling NIOCore Linux.swift
[1442/1583] Compiling NIOCore MarkedCircularBuffer.swift
[1443/1583] Compiling Crypto Ed25519.swift
[1444/1583] Emitting module Crypto
[1453/1591] Compiling NIOCore AsyncAwaitSupport.swift
[1454/1591] Compiling NIOCore AsyncChannel.swift
[1455/1591] Compiling NIOCore AsyncChannelHandler.swift
[1456/1591] Compiling NIOCore AsyncChannelInboundStream.swift
[1457/1591] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1458/1591] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1459/1591] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1460/1591] Compiling NIOCore NIOAsyncWriter.swift
[1461/1591] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1462/1591] Compiling NIOCore BSDSocketAPI.swift
[1463/1591] Compiling NIOCore ByteBuffer-aux.swift
[1464/1591] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1465/1591] Compiling NIOCore ByteBuffer-conversions.swift
[1466/1591] Compiling NIOCore ByteBuffer-core.swift
[1467/1591] Compiling NIOCore ByteBuffer-hex.swift
[1468/1591] Compiling NIOCore ByteBuffer-int.swift
[1469/1591] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1470/1591] Compiling NIOCore CircularBuffer.swift
[1471/1591] Compiling NIOCore Codec.swift
[1472/1591] Compiling NIOCore ConvenienceOptionSupport.swift
[1473/1591] Compiling NIOCore DeadChannel.swift
[1474/1591] Compiling NIOCore DispatchQueue+WithFuture.swift
[1475/1591] Compiling NIOCore EventLoop+Deprecated.swift
[1476/1591] Compiling NIOCore EventLoop+SerialExecutor.swift
[1477/1591] Compiling NIOCore EventLoop.swift
[1478/1591] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1479/1591] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1480/1591] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1481/1591] Compiling NIOCore EventLoopFuture.swift
[1482/1591] Compiling NIOCore FileDescriptor.swift
[1483/1591] Compiling NIOCore ByteBuffer-multi-int.swift
[1484/1591] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1485/1591] Compiling NIOCore ByteBuffer-views.swift
[1486/1591] Compiling NIOCore Channel.swift
[1487/1591] Compiling NIOCore ChannelHandler.swift
[1488/1591] Compiling NIOCore ChannelHandlers.swift
[1489/1591] Compiling NIOCore ChannelInvoker.swift
[1490/1591] Compiling NIOCore ChannelOption.swift
[1491/1591] Compiling NIOCore ChannelPipeline.swift
[1492/1591] Compiling NIOCore AddressedEnvelope.swift
[1501/1591] Compiling Crypto Signature.swift
[1502/1591] Compiling Crypto CryptoKitErrors_boring.swift
[1503/1591] Compiling Crypto RNG_boring.swift
[1504/1591] Compiling Crypto SafeCompare_boring.swift
[1505/1591] Compiling Crypto Zeroization_boring.swift
[1506/1591] Compiling Crypto PrettyBytes.swift
[1507/1591] Compiling Crypto SafeCompare.swift
[1508/1591] Compiling Crypto SecureBytes.swift
[1509/1591] Compiling Crypto Zeroization.swift
[1518/1592] Wrapping AST for Crypto for debugging
[1528/1592] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1529/1592] Compiling NIOCore SocketAddresses.swift
[1530/1592] Compiling NIOCore SocketOptionProvider.swift
[1531/1592] Compiling NIOCore SystemCallHelpers.swift
[1532/1592] Compiling NIOCore TimeAmount+Duration.swift
[1533/1592] Compiling NIOCore TypeAssistedChannelHandler.swift
[1534/1592] Compiling NIOCore UniversalBootstrapSupport.swift
[1535/1592] Compiling NIOCore Utilities.swift
[1563/1592] Emitting module NIOCore
[1564/1593] Wrapping AST for NIOCore for debugging
[1566/1643] Compiling NIOEmbedded Embedded.swift
[1567/1643] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1568/1643] Emitting module NIOEmbedded
[1569/1643] Compiling NIOEmbedded AsyncTestingChannel.swift
[1570/1644] Wrapping AST for NIOEmbedded for debugging
[1572/1644] Compiling NIOPosix Pool.swift
[1573/1644] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1574/1644] Compiling NIOPosix PosixSingletons.swift
[1575/1644] Compiling NIOPosix RawSocketBootstrap.swift
[1576/1644] Compiling NIOPosix Resolver.swift
[1577/1644] Compiling NIOPosix Selectable.swift
[1578/1644] Compiling NIOPosix SelectableChannel.swift
[1579/1644] Compiling NIOPosix SelectableEventLoop.swift
[1580/1644] Compiling NIOPosix SelectorEpoll.swift
[1581/1644] Compiling NIOPosix SelectorGeneric.swift
[1582/1644] Compiling NIOPosix SelectorKqueue.swift
[1583/1644] Compiling NIOPosix SelectorUring.swift
[1584/1650] Compiling NIOPosix ServerSocket.swift
[1585/1650] Compiling NIOPosix Socket.swift
[1586/1650] Compiling NIOPosix SocketChannel.swift
[1587/1650] Compiling NIOPosix SocketProtocols.swift
[1588/1650] Compiling NIOPosix System.swift
[1589/1650] Compiling NIOPosix Thread.swift
[1590/1650] Compiling NIOPosix ThreadPosix.swift
[1591/1650] Compiling NIOPosix ThreadWindows.swift
[1592/1650] Compiling NIOPosix UnsafeTransfer.swift
[1593/1650] Compiling NIOPosix Utilities.swift
[1594/1650] Compiling NIOPosix VsockAddress.swift
[1595/1650] Compiling NIOPosix VsockChannelEvents.swift
[1596/1650] Emitting module NIOPosix
[1597/1650] Compiling NIOPosix Bootstrap.swift
[1598/1650] Compiling NIOPosix ControlMessage.swift
[1599/1650] Compiling NIOPosix DatagramVectorReadManager.swift
[1600/1650] Compiling NIOPosix Errors+Any.swift
[1601/1650] Compiling NIOPosix FileDescriptor.swift
[1602/1650] Compiling NIOPosix GetaddrinfoResolver.swift
[1603/1650] Compiling NIOPosix HappyEyeballs.swift
[1604/1650] Compiling NIOPosix BSDSocketAPICommon.swift
[1605/1650] Compiling NIOPosix BSDSocketAPIPosix.swift
[1606/1650] Compiling NIOPosix BSDSocketAPIWindows.swift
[1607/1650] Compiling NIOPosix BaseSocket.swift
[1608/1650] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1609/1650] Compiling NIOPosix BaseSocketChannel.swift
[1610/1650] Compiling NIOPosix BaseStreamSocketChannel.swift
[1611/1650] Compiling NIOPosix IO.swift
[1612/1650] Compiling NIOPosix IntegerBitPacking.swift
[1613/1650] Compiling NIOPosix IntegerTypes.swift
[1614/1650] Compiling NIOPosix Linux.swift
[1615/1650] Compiling NIOPosix LinuxCPUSet.swift
[1616/1650] Compiling NIOPosix LinuxUring.swift
[1617/1650] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1618/1650] Compiling NIOPosix NIOThreadPool.swift
[1619/1650] Compiling NIOPosix NonBlockingFileIO.swift
[1620/1650] Compiling NIOPosix PendingDatagramWritesManager.swift
[1621/1650] Compiling NIOPosix PendingWritesManager.swift
[1622/1650] Compiling NIOPosix PipeChannel.swift
[1623/1650] Compiling NIOPosix PipePair.swift
[1624/1651] Wrapping AST for NIOPosix for debugging
[1626/1710] Emitting module NIO
[1627/1710] Compiling NIO Exports.swift
[1628/1711] Compiling AsyncKit EventLoop+Flatten.swift
[1629/1711] Compiling AsyncKit EventLoop+Future.swift
[1630/1711] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1632/1713] Compiling AsyncKit Future+Miscellaneous.swift
[1633/1713] Compiling AsyncKit Future+Nonempty.swift
[1634/1713] Compiling AsyncKit Future+Optional.swift
[1635/1713] Compiling AsyncKit Future+Transform.swift
[1636/1713] Compiling AsyncKit Future+Try.swift
[1637/1713] Compiling AsyncKit FutureOperators.swift
[1638/1713] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1639/1713] Compiling AsyncKit Collection+Flatten.swift
[1640/1713] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1640/1716] Wrapping AST for NIO for debugging
[1642/1734] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1643/1734] Compiling NIOHTTP1 HTTPDecoder.swift
[1644/1734] Compiling NIOHTTP1 HTTPEncoder.swift
[1645/1736] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1646/1736] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1647/1736] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1648/1752] Compiling NIOTLS TLSEvents.swift
[1649/1752] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1650/1752] Compiling AsyncKit Optional+StrictMap.swift
[1651/1752] Compiling AsyncKit Exports.swift
[1652/1752] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1653/1752] Emitting module NIOTLS
[1654/1752] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1655/1752] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1656/1752] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1657/1752] Compiling NIOSOCKS SOCKSRequest.swift
[1658/1752] Compiling NIOSOCKS AuthenticationMethod.swift
[1659/1754] Compiling NIOSOCKS SOCKSResponse.swift
[1660/1755] Compiling NIOSOCKS SOCKSClientHandler.swift
[1661/1755] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1662/1755] Compiling NIOSOCKS Messages.swift
[1665/1755] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1666/1755] Compiling NIOSOCKS ClientStateMachine.swift
[1667/1759] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1668/1759] Compiling NIOTLS SNIHandler.swift
[1669/1760] Emitting module NIOSOCKS
[1672/1760] Emitting module NIOFoundationCompat
[1673/1760] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1674/1761] Compiling NIOSOCKS ServerStateMachine.swift
[1677/1761] Compiling NIOSOCKS ClientGreeting.swift
[1678/1761] Compiling NIOSOCKS Errors.swift
[1679/1761] Compiling NIOSOCKS Helpers.swift
[1683/1762] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1684/1762] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1684/1762] Wrapping AST for NIOTLS for debugging
[1686/1791] Emitting module NIOHTTP1
[1687/1791] Wrapping AST for NIOFoundationCompat for debugging
[1688/1813] Wrapping AST for NIOSOCKS for debugging
[1690/1813] Emitting module _NIOFileSystem
[1691/1813] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1692/1813] Compiling NIOTransportServices NIOTSSingletons.swift
[1693/1813] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1694/1813] Compiling NIOTransportServices StateManagedChannel.swift
[1695/1813] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1696/1813] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1697/1813] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1700/1813] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1701/1815] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1702/1815] Compiling _NIOFileSystem FileSystemError.swift
[1703/1815] Compiling _NIOFileSystem FileSystemProtocol.swift
[1704/1815] Compiling _NIOFileSystem FileType.swift
[1705/1815] Compiling _NIOFileSystem IOStrategy.swift
[1707/1815] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1708/1815] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1709/1815] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1710/1815] Compiling NIOSSL NIOSSLServerHandler.swift
[1711/1815] Compiling NIOSSL ObjectIdentifier.swift
[1712/1815] Compiling NIOSSL PosixPort.swift
[1713/1815] Compiling NIOSSL SSLCallbacks.swift
[1714/1815] Compiling _NIOFileSystem Syscalls.swift
[1715/1815] Emitting module NIOTransportServices
[1718/1815] Compiling NIOTransportServices NIOTSBootstraps.swift
[1719/1815] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1720/1815] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1721/1815] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1722/1815] Compiling NIOTransportServices NIOTSErrors.swift
[1723/1815] Compiling NIOTransportServices NIOTSEventLoop.swift
[1724/1815] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1730/1815] Compiling NIOTransportServices AcceptHandler.swift
[1731/1815] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1732/1815] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1733/1815] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1734/1815] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1735/1815] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1747/1817] Wrapping AST for NIOTransportServices for debugging
[1750/1817] Emitting module AsyncKit
[1751/1864] Compiling _NIOFileSystem SystemFileHandle.swift
[1752/1864] Compiling _NIOFileSystem Utilities.swift
[1753/1864] Compiling _NIOFileSystem OpenOptions.swift
[1754/1864] Compiling _NIOFileSystem String+FileSystem.swift
[1755/1882] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1756/1882] Compiling MultipartKit MultipartPartConvertible.swift
[1757/1884] Emitting module MultipartKit
[1758/1884] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1759/1884] Compiling NIOExtras NIOExtrasError.swift
[1760/1886] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1761/1886] Compiling NIOWebSocket WebSocketOpcode.swift
[1762/1887] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1763/1887] Compiling NIOHPACK IndexedHeaderTable.swift
[1764/1887] Compiling NIOExtras DebugInboundEventsHandler.swift
[1765/1887] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1766/1887] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1767/1887] Compiling NIOHPACK IntegerCoding.swift
[1768/1888] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1769/1888] Compiling NIOExtras WritePCAPHandler.swift
[1770/1888] Compiling MultipartKit Utilities.swift
[1771/1888] Emitting module NIOWebSocket
[1772/1888] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1773/1888] Compiling NIOExtras NIORequestIdentifiable.swift
[1777/1888] Emitting module NIOHPACK
[1778/1888] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1779/1888] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1780/1888] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1781/1888] Compiling NIOExtras PCAPRingBuffer.swift
[1782/1888] Compiling NIOExtras QuiescingHelper.swift
[1783/1888] Compiling NIOExtras RequestResponseHandler.swift
[1785/1888] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1786/1888] Compiling NIOHTTPCompression HTTPCompression.swift
[1787/1888] Emitting module NIOHTTPCompression
[1788/1888] Compiling NIOHTTPCompression HTTPDecompression.swift
[1789/1888] Compiling NIOHPACK StaticHeaderTable.swift
[1793/1889] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1794/1889] Emitting module NIOSSL
[1795/1893] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1796/1893] Compiling NIOWebSocket WebSocketFrame.swift
[1801/1893] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1802/1893] Compiling NIOExtras LengthFieldPrepender.swift
[1803/1893] Compiling NIOExtras LineBasedFrameDecoder.swift
[1804/1894] Emitting module NIOExtras
[1806/1894] Compiling NIOHPACK HuffmanCoding.swift
[1808/1894] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1809/1894] Compiling NIOExtras JSONRPCFraming.swift
[1810/1894] Compiling NIOHPACK HuffmanTables.swift
[1824/1894] Compiling NIOExtras UnsafeTransfer.swift
[1839/1894] Wrapping AST for NIOWebSocket for debugging
[1840/1894] Wrapping AST for NIOHTTP1 for debugging
[1858/1896] Wrapping AST for NIOHTTPCompression for debugging
[1870/1897] Wrapping AST for MultipartKit for debugging
[1871/1897] Wrapping AST for NIOHPACK for debugging
[1873/1955] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1874/1955] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1875/1958] Wrapping AST for _NIOFileSystem for debugging
[1877/1958] Compiling NIOHTTP2 Error+Any.swift
[1878/1958] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1879/1958] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1880/1958] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1880/1962] Wrapping AST for NIOExtras for debugging
[1883/1962] Compiling NIOFileSystem Exports.swift
[1884/1962] Emitting module NIOFileSystem
[1884/1963] Wrapping AST for NIOSSL for debugging
[1887/1971] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1888/1971] Emitting module _NIOFileSystemFoundationCompat
[1889/1971] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1890/1972] Wrapping AST for NIOFileSystem for debugging
[1892/1972] Compiling NIOHTTP2 MaySendFrames.swift
[1893/1972] Compiling NIOHTTP2 SendingDataState.swift
[1894/1972] Compiling NIOHTTP2 SendingGoawayState.swift
[1895/1972] Compiling NIOHTTP2 SendingHeadersState.swift
[1896/1972] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1897/1972] Compiling NIOHTTP2 SendingRstStreamState.swift
[1898/1972] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1899/1972] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1899/1981] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[1901/2004] Compiling WebSocketKit WebSocket+Concurrency.swift
[1902/2004] Compiling WebSocketKit Exports.swift
[1903/2004] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1904/2004] Emitting module WebSocketKit
[1905/2004] Compiling WebSocketKit WebSocketClient.swift
[1906/2004] Compiling WebSocketKit WebSocketHandler.swift
[1907/2004] Compiling WebSocketKit WebSocket.swift
[1908/2004] Compiling WebSocketKit WebSocket+Connect.swift
[1910/2005] Emitting module NIOHTTP2
[1911/2005] Compiling LeafKit LeafSource.swift
[1912/2005] Compiling LeafKit LeafSources.swift
[1913/2005] Compiling LeafKit NIOLeafFiles.swift
[1914/2005] Compiling LeafKit LeafError.swift
[1915/2005] Compiling LeafKit LeafLexer.swift
[1916/2005] Compiling LeafKit LeafParameterTypes.swift
[1917/2005] Compiling LeafKit LeafRawTemplate.swift
[1918/2005] Compiling LeafKit LeafToken.swift
[1919/2005] Compiling LeafKit LeafParameter.swift
[1920/2008] Compiling LeafKit LeafContext.swift
[1921/2008] Compiling LeafKit LeafSerializer.swift
[1922/2008] Compiling LeafKit ParameterResolver.swift
[1926/2008] Compiling LeafKit LeafSyntax.swift
[1927/2008] Compiling LeafKit LeafTag.swift
[1928/2008] Compiling LeafKit LeafParser.swift
[1929/2008] Compiling LeafKit LeafRenderer.swift
[1930/2008] Compiling LeafKit Dictionary+LeafData.swift
[1933/2008] Wrapping AST for WebSocketKit for debugging
[1935/2008] Compiling LeafKit Character+Identities.swift
[1936/2008] Compiling LeafKit LeafAST.swift
[1937/2008] Compiling LeafKit DefaultLeafCache.swift
[1938/2008] Compiling LeafKit LeafCache.swift
[1939/2008] Compiling LeafKit LeafConfiguration.swift
[1940/2008] Compiling LeafKit LeafData.swift
[1941/2008] Compiling LeafKit LeafDataRepresentable.swift
[1942/2008] Compiling LeafKit LeafDataStorage.swift
[1944/2008] Compiling NIOHTTP2 InboundWindowManager.swift
[1945/2008] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1946/2008] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1947/2008] Compiling NIOHTTP2 StreamChannelList.swift
[1948/2008] Compiling NIOHTTP2 StreamMap.swift
[1949/2008] Compiling NIOHTTP2 StreamStateMachine.swift
[1950/2008] Compiling NIOHTTP2 UnsafeTransfer.swift
[1951/2008] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1960/2008] Emitting module LeafKit
[1961/2008] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1962/2008] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1963/2008] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1964/2008] Compiling NIOHTTP2 HTTP2StreamID.swift
[1965/2008] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1966/2008] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1967/2008] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1968/2008] Compiling NIOHTTP2 InboundEventBuffer.swift
[1971/2008] Compiling LeafKit String+HTMLEscape.swift
[1976/2010] Wrapping AST for LeafKit for debugging
[1977/2010] Wrapping AST for AsyncKit for debugging
[1979/2010] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1980/2010] Compiling NIOHTTP2 HTTP2Frame.swift
[1981/2010] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1982/2010] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1983/2010] Compiling NIOHTTP2 HTTP2PingData.swift
[1984/2010] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1985/2010] Compiling NIOHTTP2 HTTP2Settings.swift
[1986/2010] Compiling NIOHTTP2 HTTP2Stream.swift
[1988/2010] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1989/2010] Compiling NIOHTTP2 DOSHeuristics.swift
[1994/2010] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1995/2010] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1996/2010] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1997/2010] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1998/2010] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1999/2010] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2000/2010] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2001/2010] Compiling NIOHTTP2 HTTP2Error.swift
[2002/2010] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2003/2011] Wrapping AST for NIOHTTP2 for debugging
[2005/2071] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2006/2071] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2007/2071] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2008/2071] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2009/2071] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2010/2071] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2011/2071] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2012/2071] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2013/2071] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2014/2079] Emitting module AsyncHTTPClient
[2015/2079] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2016/2079] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2017/2079] Compiling AsyncHTTPClient Transaction.swift
[2018/2079] Compiling AsyncHTTPClient Base64.swift
[2019/2079] Compiling AsyncHTTPClient BasicAuth.swift
[2020/2079] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2021/2079] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2022/2079] Compiling AsyncHTTPClient ConnectionPool.swift
[2023/2079] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2024/2079] Compiling AsyncHTTPClient ConnectionTarget.swift
[2025/2079] Compiling AsyncHTTPClient DeconstructedURL.swift
[2026/2079] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2027/2079] Compiling AsyncHTTPClient FoundationExtensions.swift
[2028/2079] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2029/2079] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2030/2079] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2031/2079] Compiling AsyncHTTPClient HTTPClient.swift
[2032/2079] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2033/2079] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2034/2079] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2035/2079] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2036/2079] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2037/2079] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2038/2079] Compiling AsyncHTTPClient RequestBodyLength.swift
[2039/2079] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2040/2079] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2041/2079] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2042/2079] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2043/2079] Compiling AsyncHTTPClient HTTP1Connection.swift
[2044/2079] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2045/2079] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2046/2079] Compiling AsyncHTTPClient HTTP2Connection.swift
[2047/2079] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2048/2079] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2049/2079] Compiling AsyncHTTPClient HTTPHandler.swift
[2050/2079] Compiling AsyncHTTPClient LRUCache.swift
[2051/2079] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2052/2079] Compiling AsyncHTTPClient NWErrorHandler.swift
[2053/2079] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2054/2079] Compiling AsyncHTTPClient TLSConfiguration.swift
[2055/2079] Compiling AsyncHTTPClient RedirectState.swift
[2056/2079] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2057/2079] Compiling AsyncHTTPClient RequestOptions.swift
[2058/2079] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2059/2079] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2060/2079] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2061/2079] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2062/2079] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2063/2079] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2064/2079] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2065/2079] Compiling AsyncHTTPClient RequestBag.swift
[2066/2079] Compiling AsyncHTTPClient RequestValidation.swift
[2067/2079] Compiling AsyncHTTPClient SSLContextCache.swift
[2068/2079] Compiling AsyncHTTPClient Scheme.swift
[2069/2079] Compiling AsyncHTTPClient Singleton.swift
[2070/2079] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2071/2079] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2072/2079] Compiling AsyncHTTPClient Utils.swift
[2073/2080] Wrapping AST for AsyncHTTPClient for debugging
[2075/2249] Compiling Vapor Core.swift
[2076/2249] Compiling Vapor Running.swift
[2077/2249] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2078/2249] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2079/2249] Compiling Vapor DotEnvFile+load.swift
[2080/2249] Compiling Vapor Routes+caseInsenstive.swift
[2081/2249] Compiling Vapor Validatable+validate.swift
[2082/2249] Compiling Vapor Environment+Process.swift
[2083/2249] Compiling Vapor Environment+Secret.swift
[2084/2249] Compiling Vapor Environment.swift
[2085/2249] Compiling Vapor Abort.swift
[2086/2249] Compiling Vapor AbortError.swift
[2087/2249] Compiling Vapor DebuggableError.swift
[2088/2249] Compiling Vapor Demangler.swift
[2089/2249] Compiling Vapor ErrorSource.swift
[2090/2249] Compiling Vapor StackTrace.swift
[2091/2249] Compiling Vapor Exports.swift
[2092/2249] Compiling Vapor Application+HTTP.swift
[2093/2249] Compiling Vapor BasicResponder.swift
[2094/2249] Compiling Vapor BodyStream.swift
[2095/2249] Compiling Vapor Application+HTTP+Client.swift
[2096/2249] Compiling Vapor EventLoopHTTPClient.swift
[2097/2249] Compiling Vapor EndpointCache.swift
[2098/2249] Compiling Vapor HTTPMethod+String.swift
[2099/2273] Compiling Vapor Request+Body.swift
[2100/2273] Compiling Vapor Request+BodyStream.swift
[2101/2273] Compiling Vapor Request.swift
[2102/2273] Compiling Vapor Application+Responder.swift
[2103/2273] Compiling Vapor DefaultResponder.swift
[2104/2273] Compiling Vapor Response+Body.swift
[2105/2273] Compiling Vapor Response.swift
[2106/2273] Compiling Vapor ResponseCodable.swift
[2107/2273] Compiling Vapor Application+Routes.swift
[2108/2273] Compiling Vapor Parameters+Require.swift
[2109/2273] Compiling Vapor Request+WebSocket.swift
[2110/2273] Compiling Vapor Route.swift
[2111/2273] Compiling Vapor RouteCollection.swift
[2112/2273] Compiling Vapor Routes.swift
[2113/2273] Compiling Vapor RoutesBuilder+Group.swift
[2114/2273] Compiling Vapor RoutesBuilder+Method.swift
[2115/2273] Compiling Vapor RoutesBuilder+Middleware.swift
[2116/2273] Compiling Vapor RoutesBuilder+WebSocket.swift
[2117/2273] Compiling Vapor RoutesBuilder.swift
[2118/2273] Compiling Vapor OTP.swift
[2119/2273] Compiling Vapor Application+Servers.swift
[2120/2273] Compiling Vapor Server.swift
[2121/2273] Compiling Vapor App+Service.swift
[2122/2273] Compiling Vapor Req+Service.swift
[2123/2297] Compiling Vapor AsyncBasicResponder.swift
[2124/2297] Compiling Vapor AsyncMiddleware.swift
[2125/2297] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2126/2297] Compiling Vapor AsyncSessionDriver.swift
[2127/2297] Compiling Vapor Authentication+Concurrency.swift
[2128/2297] Compiling Vapor Cache+Concurrency.swift
[2129/2297] Compiling Vapor Client+Concurrency.swift
[2130/2297] Compiling Vapor RequestBody+Concurrency.swift
[2131/2297] Compiling Vapor Responder+Concurrency.swift
[2132/2297] Compiling Vapor ResponseCodable+Concurrency.swift
[2133/2297] Compiling Vapor RoutesBuilder+Concurrency.swift
[2134/2297] Compiling Vapor ViewRenderer+Concurrency.swift
[2135/2297] Compiling Vapor WebSocket+Concurrency.swift
[2136/2297] Compiling Vapor ContainerGetPathExecutor.swift
[2137/2297] Compiling Vapor Content.swift
[2138/2297] Compiling Vapor ContentCoders.swift
[2139/2297] Compiling Vapor ContentConfiguration.swift
[2140/2297] Compiling Vapor ContentContainer.swift
[2141/2297] Compiling Vapor JSONCoder+Custom.swift
[2142/2297] Compiling Vapor JSONCoders+Content.swift
[2143/2297] Compiling Vapor PlaintextDecoder.swift
[2144/2297] Compiling Vapor PlaintextEncoder.swift
[2145/2297] Compiling Vapor URLQueryCoders.swift
[2146/2297] Compiling Vapor URLQueryContainer.swift
[2147/2297] Compiling Vapor Application.swift
[2148/2297] Compiling Vapor AuthenticationCache.swift
[2149/2297] Compiling Vapor Authenticator.swift
[2150/2297] Compiling Vapor BasicAuthorization.swift
[2151/2297] Compiling Vapor BearerAuthorization.swift
[2152/2297] Compiling Vapor GuardMiddleware.swift
[2153/2297] Compiling Vapor RedirectMiddleware.swift
[2154/2297] Compiling Vapor SessionAuthenticatable.swift
[2155/2297] Compiling Vapor Bcrypt.swift
[2156/2297] Compiling Vapor Application+Cache.swift
[2157/2297] Compiling Vapor Cache.swift
[2158/2297] Compiling Vapor CacheExpirationTime.swift
[2159/2297] Compiling Vapor MemoryCache.swift
[2160/2297] Compiling Vapor Request+Cache.swift
[2161/2297] Compiling Vapor Application+Clients.swift
[2162/2297] Compiling Vapor Client.swift
[2163/2297] Compiling Vapor ClientRequest.swift
[2164/2297] Compiling Vapor ClientResponse.swift
[2165/2297] Compiling Vapor Request+Client.swift
[2166/2297] Compiling Vapor BootCommand.swift
[2167/2297] Compiling Vapor CommandContext+Application.swift
[2168/2297] Compiling Vapor RoutesCommand.swift
[2169/2297] Compiling Vapor ServeCommand.swift
[2170/2297] Compiling Vapor AnyResponse+Concurrency.swift
[2171/2297] Compiling Vapor Validator.swift
[2172/2297] Compiling Vapor ValidatorResult.swift
[2173/2297] Compiling Vapor And.swift
[2174/2297] Compiling Vapor Case.swift
[2175/2297] Compiling Vapor CharacterSet.swift
[2176/2297] Compiling Vapor Count.swift
[2177/2297] Compiling Vapor Custom.swift
[2178/2297] Compiling Vapor Email.swift
[2179/2297] Compiling Vapor Empty.swift
[2180/2297] Compiling Vapor In.swift
[2181/2297] Compiling Vapor Nil.swift
[2182/2297] Compiling Vapor NilIgnoring.swift
[2183/2297] Compiling Vapor Not.swift
[2184/2297] Compiling Vapor Or.swift
[2185/2297] Compiling Vapor Pattern.swift
[2186/2297] Compiling Vapor Range.swift
[2187/2297] Compiling Vapor URL.swift
[2188/2297] Compiling Vapor Valid.swift
[2189/2297] Compiling Vapor Application+Views.swift
[2190/2297] Compiling Vapor PlaintextRenderer.swift
[2191/2297] Compiling Vapor Request+View.swift
[2192/2297] Compiling Vapor View.swift
[2193/2297] Compiling Vapor ViewRenderer.swift
[2194/2297] Compiling Vapor _Deprecations.swift
[2195/2297] Compiling Vapor Bytes+Hex.swift
[2196/2297] Compiling Vapor Bytes+SecureCompare.swift
[2197/2297] Compiling Vapor Collection+Safe.swift
[2198/2297] Compiling Vapor DataProtocol+Copy.swift
[2199/2297] Compiling Vapor DecoderUnwrapper.swift
[2200/2297] Compiling Vapor DirectoryConfiguration.swift
[2201/2297] Compiling Vapor DotEnv.swift
[2202/2297] Compiling Vapor Extendable.swift
[2203/2297] Compiling Vapor File.swift
[2204/2297] Compiling Vapor FileIO.swift
[2205/2297] Compiling Vapor LifecycleHandler.swift
[2206/2297] Compiling Vapor OptionalType.swift
[2207/2297] Compiling Vapor RFC1123.swift
[2208/2297] Compiling Vapor SocketAddress+Hostname.swift
[2209/2297] Compiling Vapor Storage.swift
[2210/2297] Compiling Vapor String+IsIPAddress.swift
[2211/2297] Compiling Vapor Thread.swift
[2212/2297] Compiling Vapor URI.swift
[2213/2297] Compiling Vapor RangeResult.swift
[2214/2297] Compiling Vapor Validatable.swift
[2215/2297] Compiling Vapor Validation.swift
[2216/2297] Compiling Vapor ValidationKey.swift
[2217/2297] Compiling Vapor Validations.swift
[2218/2297] Compiling Vapor ValidationsError.swift
[2219/2297] Emitting module Vapor
[2220/2297] Compiling Vapor Service.swift
[2221/2297] Compiling Vapor Application+Sessions.swift
[2222/2297] Compiling Vapor MemorySessions.swift
[2223/2297] Compiling Vapor Request+Session.swift
[2224/2297] Compiling Vapor Session.swift
[2225/2297] Compiling Vapor SessionCache.swift
[2226/2297] Compiling Vapor SessionData.swift
[2227/2297] Compiling Vapor SessionDriver.swift
[2228/2297] Compiling Vapor SessionsConfiguration.swift
[2229/2297] Compiling Vapor SessionsMiddleware.swift
[2230/2297] Compiling Vapor URLEncodedFormData.swift
[2231/2297] Compiling Vapor URLEncodedFormDecoder.swift
[2232/2297] Compiling Vapor URLEncodedFormEncoder.swift
[2233/2297] Compiling Vapor URLEncodedFormError.swift
[2234/2297] Compiling Vapor URLEncodedFormParser.swift
[2235/2297] Compiling Vapor URLEncodedFormSerializer.swift
[2236/2297] Compiling Vapor URLQueryFragmentConvertible.swift
[2237/2297] Compiling Vapor AnyResponse.swift
[2238/2297] Compiling Vapor Array+Random.swift
[2239/2297] Compiling Vapor Base32.swift
[2240/2297] Compiling Vapor Base64.swift
[2241/2297] Compiling Vapor BaseN.swift
[2242/2297] Compiling Vapor BasicCodingKey.swift
[2243/2297] Compiling Vapor ByteCount.swift
[2244/2297] Compiling Vapor HTTPStatus.swift
[2245/2297] Compiling Vapor HTTPCookies.swift
[2246/2297] Compiling Vapor HTTPHeaderCacheControl.swift
[2247/2297] Compiling Vapor HTTPHeaderExpires.swift
[2248/2297] Compiling Vapor HTTPHeaderLastModified.swift
[2249/2297] Compiling Vapor HTTPHeaders+Cache.swift
[2250/2297] Compiling Vapor HTTPHeaders+Connection.swift
[2251/2297] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2252/2297] Compiling Vapor HTTPHeaders+ContentRange.swift
[2253/2297] Compiling Vapor HTTPHeaders+Directive.swift
[2254/2297] Compiling Vapor HTTPHeaders+Forwarded.swift
[2255/2297] Compiling Vapor HTTPHeaders+Link.swift
[2256/2297] Compiling Vapor HTTPHeaders+Name.swift
[2257/2297] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2258/2297] Compiling Vapor HTTPHeaders.swift
[2259/2297] Compiling Vapor HTTPMediaType.swift
[2260/2297] Compiling Vapor HTTPMediaTypePreference.swift
[2261/2297] Compiling Vapor Responder.swift
[2262/2297] Compiling Vapor Application+HTTP+Server.swift
[2263/2297] Compiling Vapor HTTPServer.swift
[2264/2297] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2265/2297] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2266/2297] Compiling Vapor HTTPServerHandler.swift
[2267/2297] Compiling Vapor HTTPServerRequestDecoder.swift
[2268/2297] Compiling Vapor HTTPServerResponseEncoder.swift
[2269/2297] Compiling Vapor HTTPServerUpgradeHandler.swift
[2270/2297] Compiling Vapor Logger+Report.swift
[2271/2297] Compiling Vapor LoggingSystem+Environment.swift
[2272/2297] Compiling Vapor Application+Middleware.swift
[2273/2297] Compiling Vapor CORSMiddleware.swift
[2274/2297] Compiling Vapor ErrorMiddleware.swift
[2275/2297] Compiling Vapor FileMiddleware.swift
[2276/2297] Compiling Vapor Middleware.swift
[2277/2297] Compiling Vapor MiddlewareConfiguration.swift
[2278/2297] Compiling Vapor ResponseCompressionMiddleware.swift
[2279/2297] Compiling Vapor RouteLoggingMiddleware.swift
[2280/2297] Compiling Vapor TracingMiddleware.swift
[2281/2297] Compiling Vapor File+Multipart.swift
[2282/2297] Compiling Vapor FormDataDecoder+Content.swift
[2283/2297] Compiling Vapor FormDataEncoder+Content.swift
[2284/2297] Compiling Vapor Application+Password.swift
[2285/2297] Compiling Vapor Application+Passwords.swift
[2286/2297] Compiling Vapor AsyncPasswordHasher.swift
[2287/2297] Compiling Vapor BcryptHasher.swift
[2288/2297] Compiling Vapor PasswordHasher.swift
[2289/2297] Compiling Vapor PlaintextHasher.swift
[2290/2297] Compiling Vapor Request+Password.swift
[2291/2297] Compiling Vapor Redirect.swift
[2292/2298] Wrapping AST for Vapor for debugging
[2294/2305] Compiling Leaf Request+Leaf.swift
[2295/2305] Compiling Leaf LeafRenderer+ViewRenderer.swift
[2296/2305] Compiling Leaf LeafError+AbortError.swift
[2297/2305] Compiling Leaf Exports.swift
[2298/2305] Compiling Leaf Application+Leaf.swift
[2299/2305] Emitting module Leaf
[2300/2305] Compiling Leaf LeafEncoder.swift
[2301/2306] Wrapping AST for Leaf for debugging
[2303/2344] Compiling VHX Abort+HX.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/Application+HtmxConfiguration.swift:4:12: warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HtmxConfiguration
 6 |     }
/host/spi-builder-workspace/Sources/VHX/Htmx/HXConfiguration.swift:3:15: note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HtmxConfiguration {
   |               `- note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 4 |     public var pageSource: HXLeafSource
 5 |     public var errorAttemptCountHeaderName: String?
[2304/2344] Compiling VHX Application+HtmxConfiguration.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/Application+HtmxConfiguration.swift:4:12: warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HtmxConfiguration
 6 |     }
/host/spi-builder-workspace/Sources/VHX/Htmx/HXConfiguration.swift:3:15: note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HtmxConfiguration {
   |               `- note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 4 |     public var pageSource: HXLeafSource
 5 |     public var errorAttemptCountHeaderName: String?
[2305/2344] Compiling VHX Array+HXResponseHeaderAddable.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/Application+HtmxConfiguration.swift:4:12: warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HtmxConfiguration
 6 |     }
/host/spi-builder-workspace/Sources/VHX/Htmx/HXConfiguration.swift:3:15: note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HtmxConfiguration {
   |               `- note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 4 |     public var pageSource: HXLeafSource
 5 |     public var errorAttemptCountHeaderName: String?
[2306/2344] Compiling VHX Content+HX.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/Application+HtmxConfiguration.swift:4:12: warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HtmxConfiguration
 6 |     }
/host/spi-builder-workspace/Sources/VHX/Htmx/HXConfiguration.swift:3:15: note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HtmxConfiguration {
   |               `- note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 4 |     public var pageSource: HXLeafSource
 5 |     public var errorAttemptCountHeaderName: String?
[2307/2344] Compiling VHX HTTPHeaders+HXRequestHeaders.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/Application+HtmxConfiguration.swift:4:12: warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HtmxConfiguration
 6 |     }
/host/spi-builder-workspace/Sources/VHX/Htmx/HXConfiguration.swift:3:15: note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HtmxConfiguration {
   |               `- note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 4 |     public var pageSource: HXLeafSource
 5 |     public var errorAttemptCountHeaderName: String?
[2308/2344] Compiling VHX HTTPStatus+HX.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/Application+HtmxConfiguration.swift:4:12: warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HtmxConfiguration
 6 |     }
/host/spi-builder-workspace/Sources/VHX/Htmx/HXConfiguration.swift:3:15: note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HtmxConfiguration {
   |               `- note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 4 |     public var pageSource: HXLeafSource
 5 |     public var errorAttemptCountHeaderName: String?
[2309/2349] Emitting module VHX
/host/spi-builder-workspace/Sources/VHX/Htmx/Application+HtmxConfiguration.swift:4:12: warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HtmxConfiguration
 6 |     }
/host/spi-builder-workspace/Sources/VHX/Htmx/HXConfiguration.swift:3:15: note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HtmxConfiguration {
   |               `- note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 4 |     public var pageSource: HXLeafSource
 5 |     public var errorAttemptCountHeaderName: String?
/host/spi-builder-workspace/Sources/VHX/Htmx/HXError.swift:5:16: warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
 3 | public struct HXError: Error {
 4 |     public let abort: Abort
 5 |     public let handler: (_ req: Request, _ abort: Abort, _ htmxPreferred: Bool) async throws -> Response
   |                |- warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
   |                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 6 |
 7 |     public init(abort: Abort, handler: @escaping (_: Request, _: Abort, _: Bool) async throws -> Response) {
/host/spi-builder-workspace/Sources/VHX/Htmx/Request+Htmx.swift:4:12: warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Request {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = Htmx
 6 |     }
/host/spi-builder-workspace/Sources/VHX/Htmx/Htmx.swift:3:15: note: consider making struct 'Htmx' conform to the 'Sendable' protocol
  1 | import Vapor
  2 |
  3 | public struct Htmx {
    |               `- note: consider making struct 'Htmx' conform to the 'Sendable' protocol
  4 |     public enum Preference {
  5 |         case htmx, html, api
/host/spi-builder-workspace/Sources/VHX/Localisation/Application+Language.swift:4:12: warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct LocalisationStorageKey: StorageKey {
   |            `- warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HXLocalisations
 6 |     }
/host/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:3:15: note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HXLocalisations {
   |               `- note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
 4 |     public var providers: [String: any HXLocalisable]
 5 |     public var defaultLanguageCode: String
[2310/2349] Compiling VHX HXLocalisable.swift
[2311/2349] Compiling VHX HXLocalisation.swift
[2312/2349] Compiling VHX HXRequestLocalisation.swift
[2313/2349] Compiling VHX Request+Langauge.swift
[2314/2349] Compiling VHX HXErrorMiddleware.swift
[2315/2349] Compiling VHX HXReselectHeader.swift
[2316/2349] Compiling VHX HXResponseHeaders.swift
[2317/2349] Compiling VHX HXReswapHeader.swift
[2318/2349] Compiling VHX HXRetargetHeader.swift
[2319/2349] Compiling VHX HXTriggerHeader.swift
[2320/2349] Compiling VHX HXLocationHeader.swift
[2321/2349] Compiling VHX HXPushUrlHeader.swift
[2322/2349] Compiling VHX HXRedirectHeader.swift
[2323/2349] Compiling VHX HXRefreshHeader.swift
[2324/2349] Compiling VHX HXReplaceUrlHeader.swift
[2325/2349] Compiling VHX Request+Htmx.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/Request+Htmx.swift:4:12: warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Request {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = Htmx
 6 |     }
/host/spi-builder-workspace/Sources/VHX/Htmx/Htmx.swift:3:15: note: consider making struct 'Htmx' conform to the 'Sendable' protocol
  1 | import Vapor
  2 |
  3 | public struct Htmx {
    |               `- note: consider making struct 'Htmx' conform to the 'Sendable' protocol
  4 |     public enum Preference {
  5 |         case htmx, html, api
/host/spi-builder-workspace/Sources/VHX/Localisation/Application+Language.swift:4:12: warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct LocalisationStorageKey: StorageKey {
   |            `- warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HXLocalisations
 6 |     }
/host/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:3:15: note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HXLocalisations {
   |               `- note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
 4 |     public var providers: [String: any HXLocalisable]
 5 |     public var defaultLanguageCode: String
[2326/2349] Compiling VHX Response+AddHeaders.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/Request+Htmx.swift:4:12: warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Request {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = Htmx
 6 |     }
/host/spi-builder-workspace/Sources/VHX/Htmx/Htmx.swift:3:15: note: consider making struct 'Htmx' conform to the 'Sendable' protocol
  1 | import Vapor
  2 |
  3 | public struct Htmx {
    |               `- note: consider making struct 'Htmx' conform to the 'Sendable' protocol
  4 |     public enum Preference {
  5 |         case htmx, html, api
/host/spi-builder-workspace/Sources/VHX/Localisation/Application+Language.swift:4:12: warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct LocalisationStorageKey: StorageKey {
   |            `- warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HXLocalisations
 6 |     }
/host/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:3:15: note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HXLocalisations {
   |               `- note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
 4 |     public var providers: [String: any HXLocalisable]
 5 |     public var defaultLanguageCode: String
[2327/2349] Compiling VHX Application+Language.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/Request+Htmx.swift:4:12: warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Request {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = Htmx
 6 |     }
/host/spi-builder-workspace/Sources/VHX/Htmx/Htmx.swift:3:15: note: consider making struct 'Htmx' conform to the 'Sendable' protocol
  1 | import Vapor
  2 |
  3 | public struct Htmx {
    |               `- note: consider making struct 'Htmx' conform to the 'Sendable' protocol
  4 |     public enum Preference {
  5 |         case htmx, html, api
/host/spi-builder-workspace/Sources/VHX/Localisation/Application+Language.swift:4:12: warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct LocalisationStorageKey: StorageKey {
   |            `- warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HXLocalisations
 6 |     }
/host/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:3:15: note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HXLocalisations {
   |               `- note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
 4 |     public var providers: [String: any HXLocalisable]
 5 |     public var defaultLanguageCode: String
[2328/2349] Compiling VHX HTTPHeaders+Language.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/Request+Htmx.swift:4:12: warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Request {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = Htmx
 6 |     }
/host/spi-builder-workspace/Sources/VHX/Htmx/Htmx.swift:3:15: note: consider making struct 'Htmx' conform to the 'Sendable' protocol
  1 | import Vapor
  2 |
  3 | public struct Htmx {
    |               `- note: consider making struct 'Htmx' conform to the 'Sendable' protocol
  4 |     public enum Preference {
  5 |         case htmx, html, api
/host/spi-builder-workspace/Sources/VHX/Localisation/Application+Language.swift:4:12: warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct LocalisationStorageKey: StorageKey {
   |            `- warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HXLocalisations
 6 |     }
/host/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:3:15: note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HXLocalisations {
   |               `- note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
 4 |     public var providers: [String: any HXLocalisable]
 5 |     public var defaultLanguageCode: String
[2329/2349] Compiling VHX HXLangaugeHeader.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/Request+Htmx.swift:4:12: warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Request {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = Htmx
 6 |     }
/host/spi-builder-workspace/Sources/VHX/Htmx/Htmx.swift:3:15: note: consider making struct 'Htmx' conform to the 'Sendable' protocol
  1 | import Vapor
  2 |
  3 | public struct Htmx {
    |               `- note: consider making struct 'Htmx' conform to the 'Sendable' protocol
  4 |     public enum Preference {
  5 |         case htmx, html, api
/host/spi-builder-workspace/Sources/VHX/Localisation/Application+Language.swift:4:12: warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct LocalisationStorageKey: StorageKey {
   |            `- warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HXLocalisations
 6 |     }
/host/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:3:15: note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HXLocalisations {
   |               `- note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
 4 |     public var providers: [String: any HXLocalisable]
 5 |     public var defaultLanguageCode: String
[2330/2349] Compiling VHX HX.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/HXError.swift:5:16: warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
 3 | public struct HXError: Error {
 4 |     public let abort: Abort
 5 |     public let handler: (_ req: Request, _ abort: Abort, _ htmxPreferred: Bool) async throws -> Response
   |                |- warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
   |                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 6 |
 7 |     public init(abort: Abort, handler: @escaping (_: Request, _: Abort, _: Bool) async throws -> Response) {
[2331/2349] Compiling VHX HXBasicLeafTemplate.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/HXError.swift:5:16: warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
 3 | public struct HXError: Error {
 4 |     public let abort: Abort
 5 |     public let handler: (_ req: Request, _ abort: Abort, _ htmxPreferred: Bool) async throws -> Response
   |                |- warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
   |                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 6 |
 7 |     public init(abort: Abort, handler: @escaping (_: Request, _: Abort, _: Bool) async throws -> Response) {
[2332/2349] Compiling VHX HXConfiguration.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/HXError.swift:5:16: warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
 3 | public struct HXError: Error {
 4 |     public let abort: Abort
 5 |     public let handler: (_ req: Request, _ abort: Abort, _ htmxPreferred: Bool) async throws -> Response
   |                |- warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
   |                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 6 |
 7 |     public init(abort: Abort, handler: @escaping (_: Request, _: Abort, _: Bool) async throws -> Response) {
[2333/2349] Compiling VHX HXError.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/HXError.swift:5:16: warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
 3 | public struct HXError: Error {
 4 |     public let abort: Abort
 5 |     public let handler: (_ req: Request, _ abort: Abort, _ htmxPreferred: Bool) async throws -> Response
   |                |- warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
   |                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 6 |
 7 |     public init(abort: Abort, handler: @escaping (_: Request, _: Abort, _: Bool) async throws -> Response) {
[2334/2349] Compiling VHX HXLeafSource.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/HXError.swift:5:16: warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
 3 | public struct HXError: Error {
 4 |     public let abort: Abort
 5 |     public let handler: (_ req: Request, _ abort: Abort, _ htmxPreferred: Bool) async throws -> Response
   |                |- warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
   |                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 6 |
 7 |     public init(abort: Abort, handler: @escaping (_: Request, _: Abort, _: Bool) async throws -> Response) {
[2335/2349] Compiling VHX HXRedirect.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/HXError.swift:5:16: warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
 3 | public struct HXError: Error {
 4 |     public let abort: Abort
 5 |     public let handler: (_ req: Request, _ abort: Abort, _ htmxPreferred: Bool) async throws -> Response
   |                |- warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
   |                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 6 |
 7 |     public init(abort: Abort, handler: @escaping (_: Request, _: Abort, _: Bool) async throws -> Response) {
[2336/2349] Compiling VHX HXRequestHeaders.swift
[2337/2349] Compiling VHX HXResponseConfiguration.swift
[2338/2349] Compiling VHX HXResponseHeaderAddable.swift
[2339/2349] Compiling VHX HXTemplateable.swift
[2340/2349] Compiling VHX Htmx.swift
[2341/2349] Compiling VHX HXTextTag.swift
[2342/2349] Compiling VHX Date+CustomInterval.swift
[2343/2349] Compiling VHX Request+BaseUrl.swift
[2344/2349] Compiling VHX String+View.swift
[2345/2349] Compiling VHX VHX.swift
[2346/2350] Wrapping AST for VHX for debugging
[2348/2362] Compiling Demo routes.swift
[2349/2363] Compiling Demo entrypoint.swift
/host/spi-builder-workspace/Sources/Demo/entrypoint.swift:10:19: warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
 8 |         try LoggingSystem.bootstrap(from: &env)
 9 |
10 |         let app = Application(env)
   |                   `- warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
11 |         defer { app.shutdown() }
12 |
/host/spi-builder-workspace/Sources/Demo/entrypoint.swift:11:21: warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
 9 |
10 |         let app = Application(env)
11 |         defer { app.shutdown() }
   |                     `- warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
12 |
13 |         do {
[2350/2363] Compiling Demo resource_bundle_accessor.swift
[2351/2363] Compiling Demo configure.swift
[2352/2363] Compiling Demo InfiniteScroll.swift
[2353/2363] Compiling Demo LazyLoading.swift
[2354/2363] Compiling Demo ClickToLoad.swift
/host/spi-builder-workspace/Sources/Demo/Controllers/DeleteRow.swift:49:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
47 |     var users: [User]
48 |
49 |     static var `default`: DeleteRow = .init(users: [
   |                |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 |         .init(name: "Joe Smith", email: "joe@smith.org", status: "Active"),
51 |         .init(name: "Angie MacDowell", email: "angie@macdowell.org", status: "Active"),
[2355/2363] Compiling Demo DeleteRow.swift
/host/spi-builder-workspace/Sources/Demo/Controllers/DeleteRow.swift:49:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
47 |     var users: [User]
48 |
49 |     static var `default`: DeleteRow = .init(users: [
   |                |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 |         .init(name: "Joe Smith", email: "joe@smith.org", status: "Active"),
51 |         .init(name: "Angie MacDowell", email: "angie@macdowell.org", status: "Active"),
[2356/2363] Compiling Demo CascadingSelects.swift
[2357/2363] Compiling Demo ClickToEdit.swift
[2358/2363] Emitting module Demo
/host/spi-builder-workspace/Sources/Demo/Controllers/ActiveSearch.swift:58:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 56 |     var users: [User]
 57 |
 58 |     static var `default`: ActiveSearch = .init(users: [
    |                |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 59 |         .init(firstName: "Venus", lastName: "Grimes", email: "lectus.rutrum@Duisa.edu"),
 60 |         .init(firstName: "Fletcher", lastName: "Owen", email: "metus@Aenean.org"),
/host/spi-builder-workspace/Sources/Demo/Controllers/BulkUpdate.swift:75:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
73 |     }
74 |
75 |     static var `default`: BulkUpdate = .init(users: [
   |                |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 |         .init(name: "Joe Smith", email: "joe@smith.org", isActive: true),
77 |         .init(name: "Angie MacDowell", email: "angie@macdowell.org", isActive: true),
/host/spi-builder-workspace/Sources/Demo/Controllers/DeleteRow.swift:49:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
47 |     var users: [User]
48 |
49 |     static var `default`: DeleteRow = .init(users: [
   |                |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 |         .init(name: "Joe Smith", email: "joe@smith.org", status: "Active"),
51 |         .init(name: "Angie MacDowell", email: "angie@macdowell.org", status: "Active"),
[2359/2363] Compiling Demo ActiveSearch.swift
/host/spi-builder-workspace/Sources/Demo/Controllers/ActiveSearch.swift:58:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 56 |     var users: [User]
 57 |
 58 |     static var `default`: ActiveSearch = .init(users: [
    |                |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 59 |         .init(firstName: "Venus", lastName: "Grimes", email: "lectus.rutrum@Duisa.edu"),
 60 |         .init(firstName: "Fletcher", lastName: "Owen", email: "metus@Aenean.org"),
/host/spi-builder-workspace/Sources/Demo/Controllers/BulkUpdate.swift:75:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
73 |     }
74 |
75 |     static var `default`: BulkUpdate = .init(users: [
   |                |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 |         .init(name: "Joe Smith", email: "joe@smith.org", isActive: true),
77 |         .init(name: "Angie MacDowell", email: "angie@macdowell.org", isActive: true),
[2360/2363] Compiling Demo BulkUpdate.swift
/host/spi-builder-workspace/Sources/Demo/Controllers/ActiveSearch.swift:58:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 56 |     var users: [User]
 57 |
 58 |     static var `default`: ActiveSearch = .init(users: [
    |                |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 59 |         .init(firstName: "Venus", lastName: "Grimes", email: "lectus.rutrum@Duisa.edu"),
 60 |         .init(firstName: "Fletcher", lastName: "Owen", email: "metus@Aenean.org"),
/host/spi-builder-workspace/Sources/Demo/Controllers/BulkUpdate.swift:75:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
73 |     }
74 |
75 |     static var `default`: BulkUpdate = .init(users: [
   |                |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 |         .init(name: "Joe Smith", email: "joe@smith.org", isActive: true),
77 |         .init(name: "Angie MacDowell", email: "angie@macdowell.org", isActive: true),
[2361/2364] Wrapping AST for Demo for debugging
[2362/2364] Write Objects.LinkFileList
[2363/2364] Linking Demo
Build complete! (338.25s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.107.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "leaf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.4.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/leaf.git"
    }
  ],
  "manifest_display_name" : "VHX",
  "name" : "VHX",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "VHX",
      "targets" : [
        "VHX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Demo",
      "targets" : [
        "Demo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VHXTests",
      "module_type" : "SwiftTarget",
      "name" : "VHXTests",
      "path" : "Tests/VHXTests",
      "product_dependencies" : [
        "XCTVapor",
        "Vapor",
        "Leaf"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/VHXTests/Views",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "VHXTests.swift"
      ],
      "target_dependencies" : [
        "VHX"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VHX",
      "module_type" : "SwiftTarget",
      "name" : "VHX",
      "path" : "Sources/VHX",
      "product_dependencies" : [
        "Vapor",
        "Leaf"
      ],
      "product_memberships" : [
        "VHX",
        "Demo"
      ],
      "sources" : [
        "Htmx/Abort+HX.swift",
        "Htmx/Application+HtmxConfiguration.swift",
        "Htmx/Array+HXResponseHeaderAddable.swift",
        "Htmx/Content+HX.swift",
        "Htmx/HTTPHeaders+HXRequestHeaders.swift",
        "Htmx/HTTPStatus+HX.swift",
        "Htmx/HX.swift",
        "Htmx/HXBasicLeafTemplate.swift",
        "Htmx/HXConfiguration.swift",
        "Htmx/HXError.swift",
        "Htmx/HXLeafSource.swift",
        "Htmx/HXRedirect.swift",
        "Htmx/HXRequestHeaders.swift",
        "Htmx/HXResponseConfiguration.swift",
        "Htmx/HXResponseHeaderAddable.swift",
        "Htmx/HXTemplateable.swift",
        "Htmx/Htmx.swift",
        "Htmx/ReponseHeaders/HXLocationHeader.swift",
        "Htmx/ReponseHeaders/HXPushUrlHeader.swift",
        "Htmx/ReponseHeaders/HXRedirectHeader.swift",
        "Htmx/ReponseHeaders/HXRefreshHeader.swift",
        "Htmx/ReponseHeaders/HXReplaceUrlHeader.swift",
        "Htmx/ReponseHeaders/HXReselectHeader.swift",
        "Htmx/ReponseHeaders/HXResponseHeaders.swift",
        "Htmx/ReponseHeaders/HXReswapHeader.swift",
        "Htmx/ReponseHeaders/HXRetargetHeader.swift",
        "Htmx/ReponseHeaders/HXTriggerHeader.swift",
        "Htmx/Request+Htmx.swift",
        "Htmx/Response+AddHeaders.swift",
        "Localisation/Application+Language.swift",
        "Localisation/HTTPHeaders+Language.swift",
        "Localisation/HXLangaugeHeader.swift",
        "Localisation/HXLocalisable.swift",
        "Localisation/HXLocalisation.swift",
        "Localisation/HXRequestLocalisation.swift",
        "Localisation/Request+Langauge.swift",
        "MIddlewares/HXErrorMiddleware.swift",
        "Tags/HXTextTag.swift",
        "Utils/Date+CustomInterval.swift",
        "Utils/Request+BaseUrl.swift",
        "Utils/String+View.swift",
        "VHX.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Demo",
      "module_type" : "SwiftTarget",
      "name" : "Demo",
      "path" : "Sources/Demo",
      "product_dependencies" : [
        "Leaf",
        "Vapor"
      ],
      "product_memberships" : [
        "Demo"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Demo/Public",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/Demo/Views",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Controllers/ActiveSearch.swift",
        "Controllers/BulkUpdate.swift",
        "Controllers/CascadingSelects.swift",
        "Controllers/ClickToEdit.swift",
        "Controllers/ClickToLoad.swift",
        "Controllers/DeleteRow.swift",
        "Controllers/InfiniteScroll.swift",
        "Controllers/LazyLoading.swift",
        "configure.swift",
        "entrypoint.swift",
        "routes.swift"
      ],
      "target_dependencies" : [
        "VHX"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.