The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of VHX, reference 0.0.26 (203e49), with Swift 6.1 for Linux on 30 Apr 2025 03:49:44 UTC.

Swift 6 data race errors: 7

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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:         linux
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/leaf.git
[1/3956] Fetching leaf
[3957/78293] Fetching leaf, vapor
Fetched https://github.com/vapor/leaf.git from cache (1.01s)
[5947/74337] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (3.02s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.0 (3.59s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/leaf-kit.git
[1/5903] Fetching swift-algorithms
[5904/10841] Fetching swift-algorithms, leaf-kit
Fetched https://github.com/apple/swift-algorithms.git from cache (1.00s)
Fetched https://github.com/vapor/leaf-kit.git from cache (1.06s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (3.61s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
[1/1705] Fetching swift-atomics
[138/2768] Fetching swift-atomics, swift-service-context
[786/4974] Fetching swift-atomics, swift-service-context, swift-metrics
[1074/7579] Fetching swift-atomics, swift-service-context, swift-metrics, websocket-kit
[1365/10787] Fetching swift-atomics, swift-service-context, swift-metrics, websocket-kit, multipart-kit
Fetched https://github.com/apple/swift-service-context.git from cache (0.41s)
[7612/9724] Fetching swift-atomics, swift-metrics, websocket-kit, multipart-kit
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.61s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.63s)
Fetching https://github.com/apple/swift-nio-extras.git
[3343/8749] Fetching swift-atomics, multipart-kit, swift-log
[4993/14411] Fetching swift-atomics, multipart-kit, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-log.git from cache (0.72s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.56s)
Fetching https://github.com/apple/swift-nio.git
[3354/4913] Fetching swift-atomics, multipart-kit
[3355/16417] Fetching swift-atomics, multipart-kit, swift-nio-http2
[4391/31226] Fetching swift-atomics, multipart-kit, swift-nio-http2, swift-nio-ssl
[7515/106787] Fetching swift-atomics, multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-atomics.git from cache (4.21s)
Fetching https://github.com/vapor/routing-kit.git
[78636/105082] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/vapor/multipart-kit.git from cache (4.28s)
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.12s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.15s)
Fetching https://github.com/vapor/async-kit.git
[49871/75561] Fetching swift-nio
[50627/96288] Fetching swift-nio, routing-kit
[58698/101262] Fetching swift-nio, routing-kit, swift-distributed-tracing
[76095/106747] Fetching swift-nio, routing-kit, swift-distributed-tracing, console-kit
[76425/120531] Fetching swift-nio, routing-kit, swift-distributed-tracing, console-kit, swift-crypto
[97217/122901] Fetching swift-nio, routing-kit, swift-distributed-tracing, console-kit, swift-crypto, async-kit
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.10s)
[117376/117927] Fetching swift-nio, routing-kit, console-kit, swift-crypto, async-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/console-kit.git from cache (2.20s)
Fetched https://github.com/vapor/routing-kit.git from cache (2.36s)
Fetched https://github.com/vapor/async-kit.git from cache (2.33s)
[1/13890] Fetching async-http-client
Fetched https://github.com/apple/swift-crypto.git from cache (3.32s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.03s)
Fetched https://github.com/apple/swift-nio.git from cache (8.25s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (10.12s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.01s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (0.54s)
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.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.92s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4364] Fetching swift-system
[4365/20633] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.42s)
[1790/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.31s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.88s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.60s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.58s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.29s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.01s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[35/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.37s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.38s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.99s)
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.56s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.61s)
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.59s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.86s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.59s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.55s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.59s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.62s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.73s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.59s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.69s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.69s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.39s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.29s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.97s)
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
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/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-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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/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/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-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/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/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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Building for debugging...
[0/892] Compiling a_dup.cc
[1/892] Compiling a_int.cc
[2/892] Write sources
[3/892] Compiling _NumericsShims _NumericsShims.c
[4/892] Write sources
[8/892] Compiling a_i2d_fp.cc
[9/892] Write sources
[10/892] Copying Views
[10/892] Copying Public
[10/892] Write sources
[31/892] Compiling a_bool.cc
[32/892] Write sources
[56/892] Compiling _AtomicsShims.c
[57/892] Compiling a_bitstr.cc
[58/892] Compiling thread.cc
[59/892] Compiling CVaporBcrypt blf.c
[60/892] Compiling CVaporBcrypt bcrypt.c
[61/892] Compiling CNIOWindows shim.c
[62/892] Compiling CNIOWindows WSAStartup.c
[63/892] Compiling CNIOWASI CNIOWASI.c
[64/892] Compiling CSystem shims.c
[65/892] Compiling CNIOSHA1 c_nio_sha1.c
[66/892] Compiling CNIOLinux liburing_shims.c
[67/892] Compiling CNIOLLHTTP c_nio_http.c
[68/892] Compiling CNIOLinux shim.c
[69/892] Compiling CNIOExtrasZlib empty.c
[70/892] Compiling thash.cc
[71/892] Compiling CNIODarwin shim.c
[72/892] Compiling CNIOLLHTTP c_nio_api.c
[73/892] Write swift-version-24593BA9C3E375BF.txt
[74/892] Compiling a_gentm.cc
[75/892] Compiling CNIOLLHTTP c_nio_llhttp.c
[76/892] Compiling fiat_p256_adx_sqr.S
[77/892] Compiling fiat_curve25519_adx_square.S
[78/892] Compiling fiat_p256_adx_mul.S
[79/892] Compiling fiat_curve25519_adx_mul.S
[80/892] Compiling CNIOBoringSSLShims shims.c
[82/961] Emitting module InternalCollectionsUtilities
[83/963] Emitting module SystemPackage
[83/966] Compiling tls_record.cc
[85/969] Emitting module _NIOBase64
[86/969] Compiling _NIOBase64 Base64.swift
[87/970] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[88/970] Compiling InternalCollectionsUtilities Specialize.swift
[89/970] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[90/970] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[91/970] Compiling InternalCollectionsUtilities Debugging.swift
[92/970] Compiling InternalCollectionsUtilities Descriptions.swift
[93/970] Compiling SystemPackage MachPort.swift
[94/970] Compiling SystemPackage PlatformString.swift
[95/970] Compiling SystemPackage SystemString.swift
[96/970] Compiling _NIODataStructures _TinyArray.swift
[97/970] Compiling SystemPackage Util+StringArray.swift
[98/970] Compiling SystemPackage Util.swift
[99/970] Compiling SystemPackage UtilConsumers.swift
[100/970] Compiling InternalCollectionsUtilities UInt+reversed.swift
[101/970] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[102/970] Compiling RealModule Float16+Real.swift
[103/970] Compiling InternalCollectionsUtilities _SortedCollection.swift
[104/970] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[105/971] Compiling CoreMetrics Metrics.swift
[106/971] Compiling _NIODataStructures PriorityQueue.swift
[107/971] Compiling ServiceContextModule ServiceContext.swift
[108/971] Emitting module ServiceContextModule
[109/971] Compiling ServiceContextModule ServiceContextKey.swift
[110/971] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[111/971] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[112/971] Compiling RealModule Float80+Real.swift
[113/971] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[114/971] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[115/971] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[116/972] Compiling RealModule Real.swift
[117/972] Compiling RealModule ElementaryFunctions.swift
[118/972] Compiling RealModule Float+Real.swift
[119/972] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[120/972] Compiling InternalCollectionsUtilities Integer rank.swift
[121/972] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[126/972] Emitting module RealModule
[129/973] Compiling RealModule RealFunctions.swift
[131/974] Wrapping AST for _NIOBase64 for debugging
[133/1083] Compiling Instrumentation NoOpInstrument.swift
[134/1083] Emitting module Instrumentation
[135/1098] Compiling Instrumentation MultiplexInstrument.swift
[136/1103] Compiling Logging LogHandler.swift
[137/1103] Emitting module CoreMetrics
[138/1103] Compiling CoreMetrics Locks.swift
[139/1104] Emitting module Logging
[140/1104] Compiling Logging Locks.swift
[141/1104] Compiling OrderedCollections _HashTable+Bucket.swift
[142/1104] Compiling OrderedCollections _HashTable+BucketIterator.swift
[143/1104] Compiling OrderedCollections _HashTable+Constants.swift
[144/1104] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[145/1104] Compiling OrderedCollections OrderedDictionary.swift
[146/1104] Compiling OrderedCollections OrderedSet+Codable.swift
[147/1104] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[148/1104] Compiling OrderedCollections OrderedSet+Descriptions.swift
[149/1104] Compiling OrderedCollections OrderedDictionary+Codable.swift
[150/1104] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[151/1104] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[152/1104] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[153/1104] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[154/1104] Compiling OrderedCollections OrderedDictionary+Elements.swift
[155/1104] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[156/1104] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[157/1104] Compiling OrderedCollections OrderedSet+Diffing.swift
[158/1104] Compiling OrderedCollections OrderedSet+Equatable.swift
[159/1104] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[160/1104] Compiling OrderedCollections OrderedSet+Hashable.swift
[161/1104] Compiling Instrumentation InstrumentationSystem.swift
[162/1104] Compiling Instrumentation Instrument.swift
[163/1104] Compiling Instrumentation Locks.swift
[164/1105] Compiling OrderedCollections _Hashtable+Header.swift
[165/1105] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[166/1105] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[167/1105] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[168/1105] Compiling Logging Logging.swift
[169/1105] Compiling Logging MetadataProvider.swift
[171/1107] Compiling _NIODataStructures Heap.swift
[172/1107] Emitting module _NIODataStructures
[177/1131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[178/1131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[179/1131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[180/1131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[181/1131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[182/1131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[183/1131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[184/1138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[185/1138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[186/1138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[187/1138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[188/1138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[189/1138] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[190/1138] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[191/1208] Compiling HeapModule Heap+UnsafeHandle.swift
[192/1214] Compiling HeapModule Heap+Descriptions.swift
[193/1214] Compiling HeapModule _HeapNode.swift
[194/1214] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[195/1214] Compiling HeapModule Heap.swift
[196/1214] Compiling HeapModule Heap+Invariants.swift
[197/1214] Compiling Tracing InstrumentationSystem+Tracing.swift
[198/1214] Compiling Tracing TracingTime.swift
[199/1214] Compiling Tracing TracerProtocol.swift
[200/1214] Emitting module Tracing
[201/1214] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[202/1214] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[203/1214] Compiling HashTreeCollections _HashNode+Structural union.swift
[204/1214] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[205/1214] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[206/1214] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[207/1214] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[208/1214] Compiling HashTreeCollections _HashNode.swift
[209/1214] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[210/1214] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[211/1214] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[212/1214] Compiling HashTreeCollections TreeDictionary+Filter.swift
[213/1214] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[214/1214] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[215/1214] Compiling HashTreeCollections TreeDictionary+Keys.swift
[216/1214] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[217/1214] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[218/1214] Compiling HashTreeCollections _RawHashNode.swift
[219/1214] Compiling HashTreeCollections _UnmanagedHashNode.swift
[220/1214] Compiling HashTreeCollections _UnsafePath.swift
[221/1214] Compiling HashTreeCollections TreeDictionary+Codable.swift
[222/1214] Compiling HashTreeCollections TreeDictionary+Collection.swift
[223/1214] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[224/1214] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[225/1214] Compiling HashTreeCollections _HashNodeHeader.swift
[226/1214] Compiling HashTreeCollections _HashSlot.swift
[227/1214] Compiling HashTreeCollections _HashStack.swift
[228/1214] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[229/1214] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[230/1214] Compiling HashTreeCollections _HashNode+Storage.swift
[231/1214] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[232/1214] Compiling HashTreeCollections _HashNode+Structural filter.swift
[232/1214] Compiling tls_method.cc
[234/1214] Compiling Tracing TracerProtocol+Legacy.swift
[235/1214] Compiling Tracing Tracer.swift
[236/1214] Emitting module HeapModule
[238/1230] Compiling HashTreeCollections TreeSet+Hashable.swift
[239/1230] Compiling HashTreeCollections TreeSet+Sendable.swift
[240/1230] Compiling HashTreeCollections TreeSet+Sequence.swift
[241/1230] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[242/1230] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[243/1230] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[244/1230] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[245/1230] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[246/1230] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[247/1230] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[247/1240] Wrapping AST for _NIODataStructures for debugging
[249/1240] Compiling Tracing NoOpTracer.swift
[250/1240] Compiling Tracing SpanProtocol.swift
[251/1241] Compiling DequeModule _DequeBuffer.swift
[252/1241] Compiling DequeModule _DequeBufferHeader.swift
[252/1243] Wrapping AST for SystemPackage for debugging
[254/1243] Emitting module _RopeModule
[262/1252] Compiling HashTreeCollections TreeDictionary+Merge.swift
[263/1252] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[264/1252] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[265/1252] Compiling HashTreeCollections TreeDictionary+Values.swift
[266/1252] Compiling DequeModule Deque+CustomReflectable.swift
[267/1252] Compiling DequeModule Deque+Descriptions.swift
[268/1252] Compiling DequeModule Deque+Equatable.swift
[269/1252] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[270/1252] Wrapping AST for ServiceContextModule for debugging
[272/1252] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[273/1252] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[274/1252] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[275/1252] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[276/1252] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[277/1252] Compiling HashTreeCollections _HashNode+Structural merge.swift
[278/1252] Compiling HashTreeCollections _HashTreeIterator.swift
[279/1252] Compiling HashTreeCollections _HashTreeStatistics.swift
[279/1252] Wrapping AST for Tracing for debugging
[280/1252] Wrapping AST for RealModule for debugging
[281/1252] Wrapping AST for InternalCollectionsUtilities for debugging
[282/1252] Wrapping AST for Logging for debugging
[283/1252] Wrapping AST for HeapModule for debugging
[285/1252] Compiling DequeModule _DequeSlot.swift
[286/1252] Compiling DequeModule _UnsafeWrappedBuffer.swift
[287/1252] Compiling HashTreeCollections _HashLevel.swift
[288/1252] Compiling HashTreeCollections _HashNode+Builder.swift
[289/1252] Compiling HashTreeCollections _HashNode+Debugging.swift
[290/1252] Compiling HashTreeCollections _HashNode+Initializers.swift
[291/1252] Compiling HashTreeCollections _HashNode+Invariants.swift
[292/1252] Compiling HashTreeCollections _HashNode+Lookups.swift
[293/1252] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[296/1252] Compiling HashTreeCollections TreeSet+Descriptions.swift
[297/1252] Compiling HashTreeCollections TreeSet+Equatable.swift
[298/1252] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[299/1252] Compiling HashTreeCollections TreeSet+Extras.swift
[300/1252] Compiling HashTreeCollections TreeSet+Filter.swift
[301/1252] Compiling HashTreeCollections _AncestorHashSlots.swift
[302/1252] Compiling HashTreeCollections _Bitmap.swift
[303/1252] Compiling HashTreeCollections _Bucket.swift
[304/1252] Compiling HashTreeCollections _Hash.swift
[304/1252] Wrapping AST for Instrumentation for debugging
[305/1252] Wrapping AST for CoreMetrics for debugging
[314/1252] Compiling DequeModule Deque+Extras.swift
[315/1252] Compiling DequeModule Deque+Hashable.swift
[316/1252] Compiling DequeModule Deque+Testing.swift
[317/1252] Compiling DequeModule Deque._Storage.swift
[318/1252] Compiling DequeModule Deque._UnsafeHandle.swift
[319/1252] Compiling DequeModule Deque.swift
[320/1252] Compiling _RopeModule _CharacterRecognizer.swift
[321/1252] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[322/1252] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[323/1252] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[324/1252] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[325/1252] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[326/1252] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[327/1252] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[328/1252] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[329/1252] Compiling HashTreeCollections TreeSet.swift
[341/1252] Compiling DequeModule Deque+Codable.swift
[342/1252] Compiling DequeModule Deque+Collection.swift
[343/1252] Emitting module DequeModule
[344/1253] Emitting module Metrics
[345/1253] Emitting module OrderedCollections
[346/1254] Emitting module RoutingKit
[348/1254] Compiling RoutingKit PathComponent.swift
[349/1254] Wrapping AST for DequeModule for debugging
[351/1254] Compiling HashTreeCollections TreeDictionary.swift
[352/1254] Compiling HashTreeCollections TreeSet+Codable.swift
[353/1254] Compiling HashTreeCollections TreeSet+Collection.swift
[354/1254] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[355/1254] Compiling HashTreeCollections TreeSet+Debugging.swift
[372/1254] Compiling RoutingKit Router.swift
[373/1254] Compiling RoutingKit TrieRouter.swift
[423/1254] Compiling _RopeModule Rope+Join.swift
[424/1254] Compiling _RopeModule Rope+MutatingForEach.swift
[425/1254] Compiling _RopeModule Rope+Remove.swift
[426/1254] Compiling _RopeModule Rope+RemoveSubrange.swift
[427/1254] Compiling _RopeModule Rope+Split.swift
[428/1254] Compiling _RopeModule Optional Utilities.swift
[429/1254] Compiling _RopeModule String Utilities.swift
[430/1254] Compiling _RopeModule String.Index+ABI.swift
[431/1255] Compiling tls13_enc.cc
[433/1255] Compiling Metrics Metrics.swift
[456/1256] Wrapping AST for OrderedCollections for debugging
[458/1256] Compiling RoutingKit AnyRouter.swift
[459/1256] Compiling RoutingKit Parameters.swift
[460/1257] Compiling tls13_server.cc
[462/1257] Wrapping AST for Metrics for debugging
[464/1257] Emitting module HashTreeCollections
[464/1258] Wrapping AST for _RopeModule for debugging
[466/1258] Wrapping AST for RoutingKit for debugging
[467/1258] Wrapping AST for HashTreeCollections for debugging
[468/1258] Compiling tls13_client.cc
[469/1258] Compiling tls13_both.cc
[470/1258] Compiling t1_enc.cc
[471/1258] Compiling ssl_versions.cc
[472/1258] Compiling ssl_x509.cc
[473/1258] Compiling ssl_transcript.cc
[474/1258] Compiling ssl_stat.cc
[475/1258] Compiling ssl_session.cc
[476/1258] Compiling ssl_privkey.cc
[477/1258] Compiling ssl_cipher.cc
[478/1258] Compiling ssl_key_share.cc
[479/1258] Compiling ssl_file.cc
[480/1258] Compiling ssl_lib.cc
[481/1258] Compiling ssl_credential.cc
[482/1258] Compiling ssl_buffer.cc
[483/1258] Compiling ssl_cert.cc
[484/1258] Compiling ssl_asn1.cc
[485/1258] Compiling s3_both.cc
[486/1258] Compiling ssl_aead_ctx.cc
[487/1258] Compiling handshake_client.cc
[488/1258] Compiling s3_lib.cc
[489/1258] Compiling s3_pkt.cc
[490/1258] Compiling handshake.cc
[491/1258] Compiling handshake_server.cc
[492/1258] Compiling encrypted_client_hello.cc
[493/1258] Compiling handoff.cc
[494/1258] Compiling d1_srtp.cc
[495/1258] Compiling md5-x86_64-linux.S
[496/1258] Compiling dtls_record.cc
[497/1258] Compiling md5-x86_64-apple.S
[498/1258] Compiling extensions.cc
[499/1258] Compiling md5-586-linux.S
[500/1258] Compiling md5-586-apple.S
[501/1258] Compiling chacha20_poly1305_x86_64-linux.S
[502/1258] Compiling d1_pkt.cc
[503/1258] Compiling chacha20_poly1305_x86_64-apple.S
[504/1258] Compiling chacha20_poly1305_armv8-win.S
[505/1258] Compiling chacha20_poly1305_armv8-linux.S
[506/1258] Compiling chacha20_poly1305_armv8-apple.S
[507/1258] Compiling dtls_method.cc
[508/1258] Compiling chacha-x86_64-apple.S
[508/1258] Compiling chacha-x86_64-linux.S
[510/1258] Compiling chacha-x86-linux.S
[511/1258] Compiling err_data.cc
[512/1258] Compiling chacha-armv8-linux.S
[513/1258] Compiling chacha-x86-apple.S
[514/1258] Compiling chacha-armv4-linux.S
[515/1258] Compiling chacha-armv8-apple.S
[516/1258] Compiling chacha-armv8-win.S
[517/1258] Compiling aes128gcmsiv-x86_64-linux.S
[518/1258] Compiling aes128gcmsiv-x86_64-apple.S
[519/1258] Compiling x86_64-mont5-apple.S
[520/1258] Compiling x86_64-mont5-linux.S
[521/1258] Compiling x86_64-mont-apple.S
[522/1258] Compiling x86_64-mont-linux.S
[523/1258] Compiling x86-mont-linux.S
[524/1258] Compiling x86-mont-apple.S
[525/1258] Compiling vpaes-x86_64-linux.S
[526/1258] Compiling vpaes-x86-linux.S
[527/1258] Compiling vpaes-x86_64-apple.S
[528/1258] Compiling vpaes-x86-apple.S
[529/1258] Compiling vpaes-armv8-linux.S
[530/1258] Compiling vpaes-armv8-win.S
[531/1258] Compiling vpaes-armv7-linux.S
[532/1258] Compiling vpaes-armv8-apple.S
[533/1258] Compiling sha512-x86_64-linux.S
[534/1258] Compiling sha512-armv8-win.S
[535/1258] Compiling d1_lib.cc
[535/1258] Compiling sha512-x86_64-apple.S
[537/1258] Compiling sha512-armv8-linux.S
[538/1258] Compiling sha512-armv4-linux.S
[539/1258] Compiling sha512-armv8-apple.S
[540/1258] Compiling sha512-586-linux.S
[541/1258] Compiling bio_ssl.cc
[542/1258] Compiling sha512-586-apple.S
[543/1258] Compiling sha256-x86_64-apple.S
[544/1258] Compiling sha256-x86_64-linux.S
[545/1258] Compiling sha256-armv8-win.S
[546/1258] Compiling sha256-armv8-linux.S
[547/1258] Compiling sha256-armv4-linux.S
[548/1258] Compiling sha256-armv8-apple.S
[549/1258] Compiling sha1-x86_64-linux.S
[550/1258] Compiling sha1-x86_64-apple.S
[551/1258] Compiling sha256-586-apple.S
[552/1258] Compiling sha1-armv8-win.S
[553/1258] Compiling sha256-586-linux.S
[554/1258] Compiling sha1-armv8-linux.S
[555/1258] Compiling sha1-armv8-apple.S
[556/1258] Compiling sha1-armv4-large-linux.S
[557/1258] Compiling sha1-586-linux.S
[558/1258] Compiling rsaz-avx2-linux.S
[559/1258] Compiling sha1-586-apple.S
[560/1258] Compiling rdrand-x86_64-apple.S
[561/1258] Compiling rsaz-avx2-apple.S
[562/1258] Compiling rdrand-x86_64-linux.S
[563/1258] Compiling p256_beeu-armv8-asm-win.S
[564/1258] Compiling p256_beeu-x86_64-asm-apple.S
[565/1258] Compiling p256_beeu-x86_64-asm-linux.S
[566/1258] Compiling p256_beeu-armv8-asm-apple.S
[567/1258] Compiling p256_beeu-armv8-asm-linux.S
[568/1258] Compiling p256-armv8-asm-win.S
[569/1258] Compiling p256-x86_64-asm-apple.S
[570/1258] Compiling p256-armv8-asm-linux.S
[571/1258] Compiling p256-x86_64-asm-linux.S
[572/1258] Compiling ghashv8-armv8-linux.S
[573/1258] Compiling p256-armv8-asm-apple.S
[574/1258] Compiling ghashv8-armv8-win.S
[575/1258] Compiling ghashv8-armv8-apple.S
[576/1258] Compiling ghashv8-armv7-linux.S
[577/1258] Compiling ghash-ssse3-x86_64-linux.S
[578/1258] Compiling ghash-x86_64-apple.S
[579/1258] Compiling ghash-x86_64-linux.S
[580/1258] Compiling ghash-x86-apple.S
[581/1258] Compiling ghash-ssse3-x86_64-apple.S
[582/1258] Compiling ghash-x86-linux.S
[583/1258] Compiling ghash-neon-armv8-linux.S
[584/1258] Compiling ghash-ssse3-x86-apple.S
[585/1258] Compiling ghash-ssse3-x86-linux.S
[586/1258] Compiling ghash-neon-armv8-win.S
[587/1258] Compiling co-586-linux.S
[588/1258] Compiling ghash-neon-armv8-apple.S
[589/1258] Compiling ghash-armv4-linux.S
[590/1258] Compiling co-586-apple.S
[591/1258] Compiling bn-armv8-win.S
[592/1258] Compiling bn-armv8-linux.S
[593/1258] Compiling bsaes-armv7-linux.S
[594/1258] Compiling bn-586-apple.S
[595/1258] Compiling bn-armv8-apple.S
[596/1258] Compiling bn-586-linux.S
[597/1258] Compiling armv8-mont-linux.S
[598/1258] Compiling armv8-mont-apple.S
[599/1258] Compiling armv8-mont-win.S
[599/1258] Compiling d1_both.cc
[599/1258] Compiling aesv8-gcm-armv8-linux.S
[599/1258] Compiling armv4-mont-linux.S
[599/1258] Compiling aesv8-gcm-armv8-apple.S
[604/1258] Compiling aesv8-gcm-armv8-win.S
[605/1258] Compiling aesv8-armv8-win.S
[606/1258] Compiling aesv8-armv8-linux.S
[607/1258] Compiling aesni-x86-apple.S
[608/1258] Compiling aesv8-armv8-apple.S
[609/1258] Compiling aesv8-armv7-linux.S
[610/1258] Compiling aesni-x86_64-linux.S
[611/1258] Compiling aesni-x86-linux.S
[612/1258] Compiling aesni-x86_64-apple.S
[613/1258] Compiling aesni-gcm-x86_64-linux.S
[614/1258] Compiling aesni-gcm-x86_64-apple.S
[615/1258] Compiling aes-gcm-avx2-x86_64-linux.S
[616/1258] Compiling aes-gcm-avx10-x86_64-apple.S
[617/1258] Compiling aes-gcm-avx10-x86_64-linux.S
[618/1258] Compiling aes-gcm-avx2-x86_64-apple.S
[619/1258] Compiling x_name.cc
[620/1258] Compiling x_val.cc
[621/1258] Compiling x_sig.cc
[622/1258] Compiling x_spki.cc
[623/1258] Compiling x_req.cc
[624/1258] Compiling x_pubkey.cc
[625/1258] Compiling x_x509a.cc
[626/1258] Compiling x_x509.cc
[627/1258] Compiling x_attrib.cc
[628/1258] Compiling x_exten.cc
[629/1258] Compiling x_crl.cc
[630/1258] Compiling x509cset.cc
[631/1258] Compiling x_all.cc
[632/1258] Compiling x_algor.cc
[633/1258] Compiling x509name.cc
[634/1258] Compiling x509spki.cc
[635/1258] Compiling x509rset.cc
[636/1258] Compiling x509_vpm.cc
[637/1258] Compiling x509_obj.cc
[638/1258] Compiling x509_trs.cc
[639/1258] Compiling x509_vfy.cc
[640/1258] Compiling x509_v3.cc
[641/1258] Compiling x509_txt.cc
[642/1258] Compiling x509_req.cc
[643/1258] Compiling x509_def.cc
[644/1258] Compiling x509_set.cc
[645/1258] Compiling v3_utl.cc
[646/1258] Compiling x509_ext.cc
[647/1258] Compiling x509_lu.cc
[648/1258] Compiling x509_att.cc
[649/1258] Compiling x509_d2.cc
[650/1258] Compiling v3_skey.cc
[651/1258] Compiling x509_cmp.cc
[652/1258] Compiling x509.cc
[653/1258] Compiling v3_ocsp.cc
[654/1258] Compiling v3_pmaps.cc
[655/1258] Compiling v3_prn.cc
[656/1258] Compiling v3_purp.cc
[657/1258] Compiling v3_pcons.cc
[658/1258] Compiling v3_ncons.cc
[659/1258] Compiling v3_int.cc
[660/1258] Compiling v3_lib.cc
[661/1258] Compiling v3_crld.cc
[662/1258] Compiling v3_info.cc
[663/1258] Compiling v3_ia5.cc
[664/1258] Compiling v3_genn.cc
[665/1258] Compiling v3_extku.cc
[666/1258] Compiling v3_cpols.cc
[667/1258] Compiling v3_enum.cc
[668/1258] Compiling v3_conf.cc
[669/1258] Compiling v3_bcons.cc
[670/1258] Compiling v3_bitst.cc
[671/1258] Compiling v3_alt.cc
[672/1258] Compiling v3_akeya.cc
[673/1258] Compiling v3_akey.cc
[674/1258] Compiling t_x509a.cc
[675/1258] Compiling t_x509.cc
[676/1258] Compiling i2d_pr.cc
[677/1258] Compiling t_req.cc
[678/1258] Compiling policy.cc
[679/1258] Compiling t_crl.cc
[680/1258] Compiling rsa_pss.cc
[681/1258] Compiling name_print.cc
[682/1258] Compiling by_dir.cc
[683/1258] Compiling asn1_gen.cc
[684/1258] Compiling by_file.cc
[685/1258] Compiling a_sign.cc
[686/1258] Compiling a_verify.cc
[687/1258] Compiling algorithm.cc
[688/1258] Compiling a_digest.cc
[689/1258] Compiling thread_win.cc
[690/1258] Compiling voprf.cc
[691/1258] Compiling thread_none.cc
[692/1258] Compiling thread_pthread.cc
[693/1258] Compiling thread.cc
[694/1258] Compiling trust_token.cc
[695/1258] Compiling stack.cc
[696/1258] Compiling sha1.cc
[697/1258] Compiling pmbtoken.cc
[698/1258] Compiling slhdsa.cc
[699/1258] Compiling sha512.cc
[700/1258] Compiling siphash.cc
[701/1258] Compiling sha256.cc
[702/1258] Compiling rsa_print.cc
[703/1258] Compiling rc4.cc
[704/1258] Compiling rsa_extra.cc
[705/1258] Compiling spake2plus.cc
[706/1258] Compiling refcount.cc
[707/1258] Compiling trusty.cc
[708/1258] Compiling windows.cc
[709/1258] Compiling rsa_crypt.cc
[710/1258] Compiling rand.cc
[711/1258] Compiling ios.cc
[712/1258] Compiling getentropy.cc
[713/1258] Compiling passive.cc
[714/1258] Compiling rsa_asn1.cc
[714/1258] Compiling urandom.cc
[716/1258] Compiling poly1305_arm_asm.S
[717/1258] Compiling forkunsafe.cc
[718/1258] Compiling fork_detect.cc
[719/1258] Compiling deterministic.cc
[720/1258] Compiling poly1305.cc
[721/1258] Compiling poly1305_arm.cc
[722/1258] Compiling poly1305_vec.cc
[723/1258] Compiling pool.cc
[724/1258] Compiling pkcs7.cc
[725/1258] Compiling p5_pbev2.cc
[726/1258] Compiling pkcs7_x509.cc
[727/1258] Compiling pkcs8.cc
[728/1258] Compiling pkcs8_x509.cc
[729/1258] Compiling pem_pkey.cc
[730/1258] Compiling pem_x509.cc
[731/1258] Compiling pem_xaux.cc
[732/1258] Compiling pem_info.cc
[733/1258] Compiling mlkem.cc
[734/1258] Compiling pem_oth.cc
[735/1258] Compiling pem_pk8.cc
[736/1258] Compiling mem.cc
[736/1258] Compiling obj_xref.cc
[738/1258] Compiling mldsa.cc
[739/1258] Compiling lhash.cc
[740/1258] Compiling obj.cc
[741/1258] Compiling pem_all.cc
[742/1258] Compiling md5.cc
[743/1258] Compiling fips_shared_support.cc
[744/1258] Compiling poly_rq_mul.S
[745/1258] Compiling pem_lib.cc
[746/1258] Compiling md4.cc
[747/1258] Compiling sign.cc
[748/1258] Compiling ex_data.cc
[749/1258] Compiling kyber.cc
[750/1258] Compiling scrypt.cc
[751/1258] Compiling hrss.cc
[752/1258] Compiling print.cc
[753/1258] Compiling hpke.cc
[754/1258] Compiling p_x25519.cc
[755/1258] Compiling pbkdf.cc
[756/1258] Compiling p_ed25519.cc
[757/1258] Compiling p_rsa.cc
[758/1258] Compiling p_rsa_asn1.cc
[759/1258] Compiling p_x25519_asn1.cc
[760/1258] Compiling p_hkdf.cc
[761/1258] Compiling p_ed25519_asn1.cc
[762/1258] Compiling p_ec_asn1.cc
[763/1258] Compiling p_dh.cc
[764/1258] Compiling p_ec.cc
[765/1258] Compiling p_dh_asn1.cc
[766/1258] Compiling evp_ctx.cc
[767/1258] Compiling evp.cc
[768/1258] Compiling err.cc
[769/1258] Compiling p_dsa_asn1.cc
[770/1258] Compiling engine.cc
[771/1258] Compiling hash_to_curve.cc
[772/1258] Compiling evp_asn1.cc
[773/1258] Compiling ecdh.cc
[774/1258] Compiling ecdsa_asn1.cc
[775/1258] Compiling ec_derive.cc
[776/1258] Compiling dsa.cc
[777/1258] Compiling dsa_asn1.cc
[778/1258] Compiling params.cc
[779/1258] Compiling dh_asn1.cc
[780/1258] Compiling x25519-asm-arm.S
[781/1258] Compiling ec_asn1.cc
[782/1258] Compiling digest_extra.cc
[783/1258] Compiling des.cc
[784/1258] Compiling crypto.cc
[785/1258] Compiling spake25519.cc
[786/1258] Compiling curve25519.cc
[787/1258] Compiling cpu_arm_linux.cc
[788/1258] Compiling cpu_arm_freebsd.cc
[789/1258] Compiling cpu_intel.cc
[790/1258] Compiling cpu_aarch64_win.cc
[791/1258] Compiling cpu_aarch64_openbsd.cc
[792/1258] Compiling cpu_aarch64_sysreg.cc
[793/1258] Compiling bcm.cc
[794/1258] Compiling curve25519_64_adx.cc
[795/1258] Compiling cpu_aarch64_linux.cc
[796/1258] Compiling e_tls.cc
[797/1258] Compiling conf.cc
[797/1258] Compiling get_cipher.cc
[799/1258] Compiling cpu_aarch64_fuchsia.cc
[800/1258] Compiling cpu_aarch64_apple.cc
[801/1258] Compiling tls_cbc.cc
[802/1258] Compiling e_rc2.cc
[803/1258] Compiling e_null.cc
[804/1258] Compiling e_rc4.cc
[805/1258] Compiling derive_key.cc
[806/1258] Compiling e_aesctrhmac.cc
[807/1258] Compiling e_des.cc
[808/1258] Compiling e_aesgcmsiv.cc
[809/1258] Compiling e_chacha20poly1305.cc
[810/1258] Compiling chacha.cc
[811/1258] Compiling buf.cc
[812/1258] Compiling blake2.cc
[813/1258] Compiling cbs.cc
[814/1258] Compiling unicode.cc
[815/1258] Compiling ber.cc
[816/1258] Compiling asn1_compat.cc
[817/1258] Compiling convert.cc
[818/1258] Compiling bn_asn1.cc
[819/1258] Compiling socket.cc
[820/1258] Compiling cbb.cc
[821/1258] Compiling socket_helper.cc
[822/1258] Compiling printf.cc
[823/1258] Compiling errno.cc
[824/1258] Compiling file.cc
[825/1258] Compiling fd.cc
[826/1258] Compiling pair.cc
[827/1258] Compiling hexdump.cc
[828/1258] Compiling connect.cc
[829/1258] Compiling base64.cc
[830/1258] Compiling bio.cc
[831/1258] Compiling bio_mem.cc
[832/1258] Compiling tasn_fre.cc
[833/1258] Compiling tasn_enc.cc
[834/1258] Compiling tasn_typ.cc
[835/1258] Compiling f_string.cc
[836/1258] Compiling posix_time.cc
[837/1258] Compiling tasn_new.cc
[838/1258] Compiling tasn_dec.cc
[839/1258] Compiling tasn_utl.cc
[840/1258] Compiling asn_pack.cc
[841/1258] Compiling f_int.cc
[842/1258] Compiling asn1_par.cc
[843/1258] Compiling a_octet.cc
[844/1258] Compiling a_utctm.cc
[845/1258] Compiling a_time.cc
[846/1258] Compiling asn1_lib.cc
[847/1258] Compiling a_type.cc
[848/1258] Compiling a_strnid.cc
[849/1258] Compiling a_object.cc
[850/1258] Compiling a_strex.cc
[851/1258] Compiling a_i2d_fp.cc
[852/1258] Compiling a_mbstr.cc
[853/1258] Compiling a_int.cc
[854/1258] Compiling a_gentm.cc
[855/1258] Compiling a_dup.cc
[856/1258] Compiling fiat_p256_adx_sqr.S
[857/1258] Compiling fiat_p256_adx_mul.S
[858/1258] Compiling fiat_curve25519_adx_mul.S
[859/1258] Compiling a_d2i_fp.cc
[860/1258] Compiling fiat_curve25519_adx_square.S
[861/1258] Compiling md5-x86_64-linux.S
[862/1258] Compiling CCryptoBoringSSLShims shims.c
[863/1258] Compiling md5-586-linux.S
[864/1258] Compiling md5-x86_64-apple.S
[865/1258] Compiling md5-586-apple.S
[866/1258] Compiling chacha20_poly1305_x86_64-apple.S
[867/1258] Compiling a_bitstr.cc
[868/1258] Compiling chacha20_poly1305_armv8-win.S
[869/1258] Compiling chacha20_poly1305_x86_64-linux.S
[870/1258] Compiling a_bool.cc
[871/1258] Compiling chacha20_poly1305_armv8-apple.S
[872/1258] Compiling chacha20_poly1305_armv8-linux.S
[873/1258] Compiling chacha-x86_64-linux.S
[874/1258] Compiling chacha-x86_64-apple.S
[875/1258] Compiling chacha-armv8-linux.S
[876/1258] Compiling chacha-x86-apple.S
[877/1258] Compiling chacha-x86-linux.S
[878/1258] Compiling chacha-armv8-win.S
[879/1258] Compiling chacha-armv8-apple.S
[880/1258] Compiling chacha-armv4-linux.S
[881/1258] Compiling aes128gcmsiv-x86_64-apple.S
[882/1258] Compiling aes128gcmsiv-x86_64-linux.S
[883/1258] Compiling err_data.cc
[884/1258] Compiling x86_64-mont5-linux.S
[885/1258] Compiling x86_64-mont5-apple.S
[886/1258] Compiling x86-mont-apple.S
[887/1258] Compiling x86_64-mont-apple.S
[888/1258] Compiling x86_64-mont-linux.S
[889/1258] Compiling x86-mont-linux.S
[890/1258] Compiling vpaes-x86_64-apple.S
[891/1258] Compiling vpaes-x86_64-linux.S
[892/1258] Compiling vpaes-x86-apple.S
[893/1258] Compiling vpaes-armv8-win.S
[894/1258] Compiling vpaes-x86-linux.S
[895/1258] Compiling vpaes-armv8-linux.S
[896/1258] Compiling vpaes-armv8-apple.S
[897/1258] Compiling sha512-x86_64-apple.S
[898/1258] Compiling vpaes-armv7-linux.S
[898/1258] Compiling sha512-x86_64-linux.S
[900/1258] Compiling sha512-armv8-win.S
[901/1258] Compiling sha512-armv8-apple.S
[902/1258] Compiling sha512-armv8-linux.S
[903/1258] Compiling sha512-586-linux.S
[904/1258] Compiling sha512-armv4-linux.S
[905/1258] Compiling sha512-586-apple.S
[906/1258] Compiling sha256-x86_64-apple.S
[907/1258] Compiling sha256-x86_64-linux.S
[908/1258] Compiling sha256-armv8-linux.S
[909/1258] Compiling sha256-armv8-win.S
[910/1258] Compiling sha256-armv8-apple.S
[911/1258] Compiling sha256-586-linux.S
[912/1258] Compiling sha256-armv4-linux.S
[913/1258] Compiling sha256-586-apple.S
[914/1258] Compiling sha1-x86_64-apple.S
[915/1258] Compiling sha1-armv8-win.S
[916/1258] Compiling sha1-armv8-linux.S
[917/1258] Compiling sha1-armv8-apple.S
[918/1258] Compiling sha1-x86_64-linux.S
[919/1258] Compiling sha1-586-linux.S
[920/1258] Compiling sha1-armv4-large-linux.S
[921/1258] Compiling rdrand-x86_64-linux.S
[922/1258] Compiling rdrand-x86_64-apple.S
[923/1258] Compiling sha1-586-apple.S
[924/1258] Compiling rsaz-avx2-linux.S
[925/1258] Compiling rsaz-avx2-apple.S
[926/1258] Compiling p256_beeu-x86_64-asm-linux.S
[927/1258] Compiling p256_beeu-x86_64-asm-apple.S
[928/1258] Compiling p256_beeu-armv8-asm-win.S
[929/1258] Compiling p256_beeu-armv8-asm-apple.S
[930/1258] Compiling p256-x86_64-asm-linux.S
[931/1258] Compiling p256_beeu-armv8-asm-linux.S
[932/1258] Compiling p256-x86_64-asm-apple.S
[933/1258] Compiling p256-armv8-asm-linux.S
[934/1258] Compiling ghashv8-armv7-linux.S
[935/1258] Compiling p256-armv8-asm-win.S
[935/1258] Compiling ghashv8-armv8-apple.S
[937/1258] Compiling ghashv8-armv8-win.S
[938/1258] Compiling p256-armv8-asm-apple.S
[939/1258] Compiling ghashv8-armv8-linux.S
[940/1258] Compiling ghash-x86_64-apple.S
[941/1258] Compiling ghash-ssse3-x86_64-linux.S
[942/1258] Compiling ghash-x86_64-linux.S
[943/1258] Compiling ghash-x86-linux.S
[944/1258] Compiling ghash-x86-apple.S
[945/1258] Compiling ghash-ssse3-x86_64-apple.S
[946/1258] Compiling ghash-ssse3-x86-apple.S
[947/1258] Compiling ghash-neon-armv8-win.S
[948/1258] Compiling ghash-neon-armv8-apple.S
[949/1258] Compiling ghash-neon-armv8-linux.S
[949/1258] Compiling ghash-ssse3-x86-linux.S
[951/1258] Compiling ghash-armv4-linux.S
[952/1258] Compiling bn-armv8-win.S
[953/1258] Compiling bsaes-armv7-linux.S
[954/1258] Compiling co-586-linux.S
[955/1258] Compiling co-586-apple.S
[956/1258] Compiling bn-armv8-linux.S
[957/1258] Compiling bn-586-apple.S
[958/1258] Compiling bn-armv8-apple.S
[959/1258] Compiling bn-586-linux.S
[960/1258] Compiling armv8-mont-apple.S
[961/1258] Compiling armv8-mont-linux.S
[962/1258] Compiling armv8-mont-win.S
[963/1258] Compiling aesv8-gcm-armv8-win.S
[964/1258] Compiling aesv8-gcm-armv8-apple.S
[965/1258] Compiling armv4-mont-linux.S
[966/1258] Compiling aesv8-gcm-armv8-linux.S
[967/1258] Compiling aesv8-armv8-win.S
[968/1258] Compiling aesv8-armv7-linux.S
[969/1258] Compiling aesni-x86_64-apple.S
[970/1258] Compiling aesv8-armv8-apple.S
[970/1258] Compiling aesv8-armv8-linux.S
[972/1258] Compiling aesni-x86-linux.S
[973/1258] Compiling aesni-x86_64-linux.S
[974/1258] Compiling aesni-x86-apple.S
[975/1258] Compiling aesni-gcm-x86_64-apple.S
[976/1258] Compiling aesni-gcm-x86_64-linux.S
[977/1258] Compiling aes-gcm-avx10-x86_64-linux.S
[978/1258] Compiling aes-gcm-avx10-x86_64-apple.S
[979/1258] Compiling x_val.cc
[980/1258] Compiling x_x509a.cc
[981/1258] Compiling x_req.cc
[982/1258] Compiling x_x509.cc
[983/1258] Compiling x_sig.cc
[984/1258] Compiling x_spki.cc
[985/1258] Compiling c-nioatomics.c
[986/1258] Compiling x_pubkey.cc
[987/1258] Compiling x_exten.cc
[988/1258] Compiling c-atomics.c
[989/1258] Compiling x_attrib.cc
[990/1258] Compiling x_crl.cc
[991/1258] Compiling x_name.cc
[992/1264] Compiling x_all.cc
[993/1264] Compiling x509rset.cc
[994/1264] Compiling x509spki.cc
[996/1264] Compiling NIOConcurrencyHelpers NIOLock.swift
[996/1264] Compiling x_algor.cc
[998/1264] Compiling NIOConcurrencyHelpers lock.swift
[998/1264] Compiling x509_vpm.cc
[999/1264] Compiling x509name.cc
[1001/1264] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1002/1264] Compiling NIOConcurrencyHelpers atomics.swift
[1003/1264] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1004/1264] Emitting module NIOConcurrencyHelpers
[1004/1265] Compiling x509cset.cc
[1006/1265] Compiling x509_vfy.cc
[1007/1265] Compiling x509_v3.cc
[1008/1265] Compiling x509_txt.cc
[1009/1265] Wrapping AST for NIOConcurrencyHelpers for debugging
[1010/1282] Compiling x509_trs.cc
[1011/1291] Compiling x509_set.cc
[1012/1291] Compiling x509_obj.cc
[1013/1291] Compiling x509_req.cc
[1015/1291] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1016/1291] Compiling ConsoleKitTerminal ConsoleClear.swift
[1017/1291] Compiling ConsoleKitTerminal Console+Ask.swift
[1018/1291] Compiling ConsoleKitTerminal Console+Choose.swift
[1019/1294] Compiling ConsoleKitTerminal Console+Confirm.swift
[1020/1294] Compiling ConsoleKitTerminal Console+Input.swift
[1021/1294] Compiling ConsoleKitTerminal Console+Center.swift
[1022/1294] Compiling ConsoleKitTerminal Console+Output.swift
[1023/1294] Compiling ConsoleKitTerminal CustomActivity.swift
[1024/1294] Compiling ConsoleKitTerminal LoadingBar.swift
[1025/1294] Compiling ConsoleKitTerminal ProgressBar.swift
[1026/1294] Compiling ConsoleKitTerminal Console+Clear.swift
[1027/1294] Compiling ConsoleKitTerminal ActivityBar.swift
[1028/1294] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1029/1294] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1030/1294] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1031/1294] Emitting module ConsoleKitTerminal
[1031/1294] Compiling x509_lu.cc
[1033/1294] Compiling ConsoleKitTerminal Console+Wait.swift
[1034/1294] Compiling ConsoleKitTerminal ConsoleColor.swift
[1035/1294] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1036/1294] Compiling ConsoleKitTerminal ConsoleText.swift
[1037/1294] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1038/1294] Compiling ConsoleKitTerminal ANSI.swift
[1038/1294] Compiling x509_d2.cc
[1039/1294] Compiling x509_ext.cc
[1040/1294] Compiling x509_def.cc
[1042/1294] Compiling ConsoleKitTerminal Console.swift
[1043/1294] Compiling ConsoleKitTerminal Terminal.swift
[1044/1294] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1044/1294] Compiling x509.cc
[1045/1294] Compiling x509_cmp.cc
[1046/1294] Compiling x509_att.cc
[1047/1294] Compiling v3_prn.cc
[1049/1294] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1050/1294] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1051/1294] Compiling ConsoleKitTerminal LoggerFragment.swift
[1052/1295] Compiling v3_utl.cc
[1053/1295] Compiling v3_skey.cc
[1054/1317] Compiling v3_purp.cc
[1055/1317] Wrapping AST for ConsoleKitTerminal for debugging
[1056/1317] Compiling v3_ocsp.cc
[1057/1317] Compiling v3_pmaps.cc
[1059/1317] Emitting module ConsoleKitCommands
[1060/1319] Compiling ConsoleKitCommands CommandSignature.swift
[1061/1319] Compiling ConsoleKitCommands Flag.swift
[1062/1319] Compiling ConsoleKitCommands Option.swift
[1062/1319] Compiling v3_pcons.cc
[1063/1319] Compiling v3_ncons.cc
[1065/1319] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1066/1319] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1067/1319] Compiling ConsoleKitCommands Argument.swift
[1068/1319] Compiling ConsoleKitCommands CommandGroup.swift
[1069/1319] Compiling ConsoleKitCommands CommandInput.swift
[1070/1319] Compiling ConsoleKitCommands Commands.swift
[1071/1319] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1072/1319] Compiling ConsoleKitCommands AsyncCommand.swift
[1073/1319] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1074/1319] Compiling ConsoleKitCommands AsyncCommands.swift
[1075/1319] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1076/1319] Compiling ConsoleKitCommands AnyCommand.swift
[1077/1319] Compiling ConsoleKitCommands Command.swift
[1078/1319] Compiling ConsoleKitCommands CommandContext.swift
[1079/1319] Compiling ConsoleKitCommands CommandError.swift
[1080/1319] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1081/1319] Compiling ConsoleKitCommands Utilities.swift
[1081/1319] Compiling v3_lib.cc
[1082/1319] Compiling v3_int.cc
[1083/1319] Compiling v3_info.cc
[1084/1319] Compiling v3_ia5.cc
[1085/1319] Compiling v3_genn.cc
[1086/1319] Compiling v3_enum.cc
[1087/1319] Compiling v3_extku.cc
[1088/1319] Compiling v3_crld.cc
[1089/1319] Compiling v3_bcons.cc
[1091/1319] Compiling ConsoleKitCommands Console+Run.swift
[1092/1319] Compiling ConsoleKitCommands ConsoleError.swift
[1093/1319] Compiling ConsoleKitCommands Completion.swift
[1093/1319] Compiling v3_conf.cc
[1094/1320] Compiling v3_cpols.cc
[1095/1320] Compiling v3_bitst.cc
[1097/1320] Compiling v3_alt.cc
[1098/1322] Compiling v3_akeya.cc
[1099/1322] Compiling v3_akey.cc
[1100/1322] Compiling rsa_pss.cc
[1102/1322] Compiling ConsoleKit Exports.swift
[1103/1322] Emitting module ConsoleKit
[1103/1322] Wrapping AST for ConsoleKitCommands for debugging
[1104/1323] Compiling t_x509a.cc
[1106/1323] Compiling t_crl.cc
[1107/1323] Wrapping AST for ConsoleKit for debugging
[1108/1323] Compiling t_req.cc
[1109/1323] Compiling t_x509.cc
[1110/1323] Compiling i2d_pr.cc
[1111/1323] Compiling algorithm.cc
[1112/1323] Compiling name_print.cc
[1113/1323] Compiling asn1_gen.cc
[1114/1323] Compiling by_file.cc
[1115/1323] Compiling a_sign.cc
[1116/1323] Compiling policy.cc
[1117/1323] Compiling by_dir.cc
[1118/1323] Compiling a_digest.cc
[1119/1323] Compiling a_verify.cc
[1120/1323] Compiling voprf.cc
[1121/1323] Compiling trust_token.cc
[1122/1323] Compiling thread_pthread.cc
[1123/1323] Compiling thread_win.cc
[1124/1323] Compiling thread_none.cc
[1125/1323] Compiling pmbtoken.cc
[1126/1323] Compiling wots.cc
[1127/1323] Compiling merkle.cc
[1128/1323] Compiling stack.cc
[1129/1323] Compiling sha512.cc
[1130/1323] Compiling slhdsa.cc
[1131/1323] Compiling fors.cc
[1132/1323] Compiling siphash.cc
[1133/1323] Compiling sha256.cc
[1134/1323] Compiling sha1.cc
[1135/1323] Compiling rsa_asn1.cc
[1136/1323] Compiling rsa_print.cc
[1137/1323] Compiling urandom.cc
[1138/1323] Compiling rc4.cc
[1139/1323] Compiling rsa_extra.cc
[1140/1323] Compiling trusty.cc
[1141/1323] Compiling rand_extra.cc
[1142/1323] Compiling refcount.cc
[1143/1323] Compiling rsa_crypt.cc
[1144/1323] Compiling ios.cc
[1145/1323] Compiling windows.cc
[1146/1323] Compiling poly1305_arm_asm.S
[1147/1323] Compiling passive.cc
[1148/1323] Compiling getentropy.cc
[1149/1323] Compiling forkunsafe.cc
[1150/1323] Compiling deterministic.cc
[1151/1323] Compiling pool.cc
[1152/1323] Compiling fork_detect.cc
[1153/1323] Compiling poly1305_arm.cc
[1154/1323] Compiling poly1305_vec.cc
[1155/1323] Compiling poly1305.cc
[1156/1323] Compiling pkcs7.cc
[1157/1323] Compiling pkcs8_x509.cc
[1158/1323] Compiling pkcs8.cc
[1159/1323] Compiling pem_xaux.cc
[1160/1323] Compiling pkcs7_x509.cc
[1161/1323] Compiling pem_x509.cc
[1162/1323] Compiling p5_pbev2.cc
[1163/1323] Compiling pem_pkey.cc
[1164/1323] Compiling pem_pk8.cc
[1165/1323] Compiling mlkem.cc
[1166/1323] Compiling pem_info.cc
[1167/1323] Compiling obj_xref.cc
[1168/1323] Compiling pem_oth.cc
[1169/1323] Compiling pem_lib.cc
[1170/1323] Compiling pem_all.cc
[1171/1323] Compiling mldsa.cc
[1172/1323] Compiling obj.cc
[1173/1323] Compiling poly_rq_mul.S
[1174/1323] Compiling fips_shared_support.cc
[1175/1323] Compiling md5.cc
[1176/1323] Compiling mem.cc
[1177/1323] Compiling md4.cc
[1178/1323] Compiling lhash.cc
[1179/1323] Compiling hrss.cc
[1180/1323] Compiling ex_data.cc
[1181/1323] Compiling kyber.cc
[1182/1323] Compiling sign.cc
[1183/1323] Compiling hpke.cc
[1183/1323] Compiling scrypt.cc
[1185/1323] Compiling print.cc
[1186/1323] Compiling pbkdf.cc
[1187/1323] Compiling p_x25519_asn1.cc
[1188/1323] Compiling p_x25519.cc
[1189/1323] Compiling p_rsa_asn1.cc
[1190/1323] Compiling p_rsa.cc
[1191/1323] Compiling p_ed25519.cc
[1192/1323] Compiling p_hkdf.cc
[1193/1323] Compiling p_ec.cc
[1194/1323] Compiling p_ed25519_asn1.cc
[1195/1323] Compiling p_dh.cc
[1196/1323] Compiling p_dh_asn1.cc
[1197/1323] Compiling p_ec_asn1.cc
[1198/1323] Compiling p_dsa_asn1.cc
[1199/1323] Compiling evp.cc
[1200/1323] Compiling evp_ctx.cc
[1201/1323] Compiling evp_asn1.cc
[1202/1323] Compiling err.cc
[1203/1323] Compiling engine.cc
[1204/1323] Compiling ecdsa_asn1.cc
[1205/1323] Compiling ecdh_extra.cc
[1206/1323] Compiling hash_to_curve.cc
[1207/1323] Compiling ec_derive.cc
[1208/1323] Compiling dsa_asn1.cc
[1209/1323] Compiling ec_asn1.cc
[1210/1323] Compiling params.cc
[1211/1323] Compiling dsa.cc
[1212/1323] Compiling digest_extra.cc
[1213/1323] Compiling des.cc
[1214/1323] Compiling x25519-asm-arm.S
[1215/1323] Compiling dh_asn1.cc
[1216/1323] Compiling spake25519.cc
[1217/1323] Compiling cpu_intel.cc
[1218/1323] Compiling crypto.cc
[1219/1323] Compiling curve25519.cc
[1220/1323] Compiling cpu_arm_linux.cc
[1221/1323] Compiling cpu_arm_freebsd.cc
[1222/1323] Compiling cpu_aarch64_win.cc
[1223/1323] Compiling cpu_aarch64_openbsd.cc
[1224/1323] Compiling cpu_aarch64_sysreg.cc
[1225/1323] Compiling curve25519_64_adx.cc
[1226/1323] Compiling cpu_aarch64_apple.cc
[1227/1323] Compiling bcm.cc
[1228/1323] Compiling cpu_aarch64_linux.cc
[1229/1323] Compiling cpu_aarch64_fuchsia.cc
[1230/1323] Compiling e_rc2.cc
[1231/1323] Compiling conf.cc
[1232/1323] Compiling e_des.cc
[1233/1323] Compiling tls_cbc.cc
[1234/1323] Compiling e_chacha20poly1305.cc
[1235/1323] Compiling e_null.cc
[1236/1323] Compiling e_tls.cc
[1237/1323] Compiling e_rc4.cc
[1238/1323] Compiling e_aesctrhmac.cc
[1239/1323] Compiling derive_key.cc
[1240/1323] Compiling e_aesgcmsiv.cc
[1241/1323] Compiling cbb.cc
[1242/1323] Compiling unicode.cc
[1243/1323] Compiling chacha.cc
[1244/1323] Compiling cipher_extra.cc
[1245/1323] Compiling ber.cc
[1246/1323] Compiling cbs.cc
[1247/1323] Compiling blake2.cc
[1248/1323] Compiling pair.cc
[1249/1323] Compiling printf.cc
[1250/1323] Compiling buf.cc
[1251/1323] Compiling bn_asn1.cc
[1252/1323] Compiling asn1_compat.cc
[1253/1323] Compiling convert.cc
[1254/1323] Compiling hexdump.cc
[1255/1323] Compiling file.cc
[1256/1323] Compiling fd.cc
[1257/1323] Compiling errno.cc
[1258/1323] Compiling bio.cc
[1259/1323] Compiling bio_mem.cc
[1260/1323] Compiling base64.cc
[1261/1323] Compiling tasn_typ.cc
[1262/1323] Compiling tasn_new.cc
[1263/1323] Compiling tasn_fre.cc
[1264/1323] Compiling tasn_utl.cc
[1265/1323] Compiling tasn_dec.cc
[1266/1323] Compiling tasn_enc.cc
[1267/1323] Compiling posix_time.cc
[1268/1323] Compiling f_string.cc
[1269/1323] Compiling f_int.cc
[1270/1323] Compiling a_utctm.cc
[1271/1323] Compiling asn1_par.cc
[1272/1323] Compiling asn_pack.cc
[1273/1323] Compiling a_type.cc
[1274/1323] Compiling a_strnid.cc
[1275/1323] Compiling asn1_lib.cc
[1275/1323] Write sources
[1281/1323] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1282/1323] Compiling a_time.cc
[1283/1323] Compiling a_octet.cc
[1284/1342] Compiling a_d2i_fp.cc
[1285/1369] Compiling a_strex.cc
[1286/1395] Compiling a_object.cc
[1288/1420] Compiling Algorithms Compacted.swift
[1289/1420] Compiling Algorithms Cycle.swift
[1290/1420] Compiling Algorithms Keyed.swift
[1291/1420] Compiling Algorithms MinMax.swift
[1291/1422] Compiling a_mbstr.cc
[1293/1422] Emitting module BitCollections
[1294/1429] Compiling Algorithms Indexed.swift
[1295/1429] Compiling Algorithms Intersperse.swift
[1296/1437] Compiling Atomics IntegerOperations.swift
[1297/1437] Compiling Atomics Unmanaged extensions.swift
[1298/1437] Compiling Algorithms EitherSequence.swift
[1299/1437] Compiling Algorithms FirstNonNil.swift
[1300/1437] Compiling Algorithms Joined.swift
[1301/1437] Compiling Algorithms Partition.swift
[1302/1437] Compiling Algorithms Permutations.swift
[1303/1437] Compiling Algorithms Product.swift
[1304/1437] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1305/1437] Compiling BitCollections BitSet+CustomReflectable.swift
[1306/1437] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1307/1437] Compiling BitCollections BitSet+Equatable.swift
[1308/1437] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1309/1437] Compiling BitCollections BitSet+Extras.swift
[1310/1437] Compiling BitCollections BitSet+Hashable.swift
[1311/1437] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1312/1437] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1313/1437] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1314/1437] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1315/1437] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1316/1437] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1317/1437] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1318/1437] Compiling BitCollections BitSet+Initializers.swift
[1319/1437] Compiling BitCollections BitSet+Invariants.swift
[1320/1437] Compiling BitCollections BitSet+Random.swift
[1321/1437] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1322/1437] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1323/1437] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1324/1437] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1325/1437] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1326/1437] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1327/1437] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1328/1437] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1329/1437] Compiling BitCollections BitSet+SetAlgebra union.swift
[1330/1437] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1331/1437] Compiling BitCollections BitSet.Counted.swift
[1332/1437] Compiling Algorithms AdjacentPairs.swift
[1333/1437] Compiling Algorithms Chain.swift
[1334/1437] Compiling Algorithms Chunked.swift
[1335/1437] Compiling Algorithms Combinations.swift
[1336/1437] Compiling Algorithms FlattenCollection.swift
[1337/1437] Compiling Algorithms Grouped.swift
[1340/1437] Compiling CryptoBoringWrapper RandomBytes.swift
[1341/1437] Compiling Algorithms Split.swift
[1342/1437] Compiling Algorithms Stride.swift
[1343/1437] Compiling Algorithms Suffix.swift
[1346/1440] Compiling Algorithms Rotate.swift
[1350/1440] Compiling BitCollections BitSet.Index.swift
[1351/1440] Compiling BitCollections BitSet._UnsafeHandle.swift
[1352/1440] Compiling BitCollections BitSet.swift
[1353/1440] Compiling BitCollections Range+Utilities.swift
[1354/1440] Compiling BitCollections Slice+Utilities.swift
[1355/1440] Compiling BitCollections UInt+Tricks.swift
[1356/1440] Compiling BitCollections _Word.swift
[1360/1440] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1361/1440] Compiling CryptoBoringWrapper EllipticCurve.swift
[1370/1440] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1387/1441] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1388/1441] Emitting module CryptoBoringWrapper
[1390/1441] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1391/1441] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1391/1443] Wrapping AST for BitCollections for debugging
[1394/1443] Compiling Algorithms Trim.swift
[1395/1443] Compiling Algorithms Unique.swift
[1396/1443] Compiling Algorithms Windows.swift
[1396/1444] Wrapping AST for CryptoBoringWrapper for debugging
[1398/1444] Emitting module Collections
[1399/1444] Compiling Collections Collections.swift
[1401/1455] Emitting module Atomics
[1402/1459] Compiling Crypto AES-GCM.swift
[1403/1459] Compiling Crypto AES-GCM_boring.swift
[1404/1459] Compiling Crypto ChaChaPoly_boring.swift
[1405/1459] Compiling Crypto ChaChaPoly.swift
[1406/1459] Compiling Crypto Cipher.swift
[1407/1459] Compiling Crypto Nonces.swift
[1408/1517] Wrapping AST for Collections for debugging
[1414/1517] Emitting module Algorithms
[1415/1518] Wrapping AST for Atomics for debugging
[1416/1563] Wrapping AST for Algorithms for debugging
[1418/1577] Emitting module Crypto
[1419/1586] Compiling Crypto SymmetricKeys.swift
[1420/1586] Compiling Crypto HMAC.swift
[1421/1586] Compiling Crypto MACFunctions.swift
[1422/1586] Compiling Crypto MessageAuthenticationCode.swift
[1423/1586] Compiling Crypto AES.swift
[1424/1586] Compiling Crypto ECDSASignature_boring.swift
[1425/1586] Compiling Crypto ECDSA_boring.swift
[1426/1586] Compiling Crypto EdDSA_boring.swift
[1427/1586] Compiling Crypto ECDSA.swift
[1428/1586] Compiling Crypto Ed25519.swift
[1429/1586] Compiling NIOCore EventLoop.swift
[1430/1586] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1431/1586] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1432/1586] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1433/1586] Compiling NIOCore EventLoopFuture.swift
[1434/1586] Compiling NIOCore FileDescriptor.swift
[1435/1586] Compiling NIOCore FileHandle.swift
[1436/1586] Compiling NIOCore FileRegion.swift
[1437/1586] Compiling Crypto NISTCurvesKeys.swift
[1438/1586] Compiling Crypto X25519Keys.swift
[1439/1586] Compiling NIOCore Codec.swift
[1440/1586] Compiling NIOCore ConvenienceOptionSupport.swift
[1441/1586] Compiling NIOCore DeadChannel.swift
[1442/1586] Compiling NIOCore DispatchQueue+WithFuture.swift
[1443/1586] Compiling NIOCore EventLoop+Deprecated.swift
[1444/1586] Compiling NIOCore EventLoop+SerialExecutor.swift
[1445/1586] Compiling NIOCore ByteBuffer-multi-int.swift
[1446/1586] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1447/1586] Compiling NIOCore ByteBuffer-views.swift
[1448/1586] Compiling NIOCore Channel.swift
[1449/1586] Compiling NIOCore MarkedCircularBuffer.swift
[1450/1586] Compiling NIOCore MulticastChannel.swift
[1451/1586] Compiling NIOCore NIOAny.swift
[1452/1586] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1453/1586] Compiling NIOCore NIOLoopBound.swift
[1454/1586] Compiling NIOCore NIOScheduledCallback.swift
[1455/1586] Compiling NIOCore NIOSendable.swift
[1456/1586] Compiling NIOCore RecvByteBufferAllocator.swift
[1457/1594] Compiling NIOCore ChannelHandler.swift
[1458/1594] Compiling NIOCore ChannelHandlers.swift
[1459/1594] Compiling NIOCore ChannelInvoker.swift
[1460/1594] Compiling NIOCore ChannelOption.swift
[1461/1594] Compiling NIOCore GlobalSingletons.swift
[1462/1594] Compiling NIOCore IO.swift
[1463/1594] Compiling NIOCore IOData.swift
[1464/1594] Compiling NIOCore IPProtocol.swift
[1465/1594] Compiling NIOCore IntegerBitPacking.swift
[1466/1594] Compiling NIOCore IntegerTypes.swift
[1467/1594] Compiling NIOCore Interfaces.swift
[1468/1594] Compiling NIOCore Linux.swift
[1485/1594] Compiling NIOCore AddressedEnvelope.swift
[1486/1594] Compiling NIOCore AsyncAwaitSupport.swift
[1487/1594] Compiling NIOCore AsyncChannel.swift
[1488/1594] Compiling NIOCore AsyncChannelHandler.swift
[1489/1594] Compiling NIOCore AsyncChannelInboundStream.swift
[1490/1594] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1491/1594] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1492/1594] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1493/1594] Compiling NIOCore NIOAsyncWriter.swift
[1494/1594] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1495/1594] Compiling NIOCore BSDSocketAPI.swift
[1496/1594] Compiling NIOCore ByteBuffer-aux.swift
[1497/1594] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1498/1594] Compiling NIOCore ByteBuffer-conversions.swift
[1499/1594] Compiling NIOCore ByteBuffer-core.swift
[1500/1594] Compiling NIOCore ByteBuffer-hex.swift
[1501/1594] Compiling NIOCore ByteBuffer-int.swift
[1502/1594] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1503/1594] Compiling NIOCore ChannelPipeline.swift
[1504/1594] Compiling NIOCore CircularBuffer.swift
[1505/1594] Compiling Crypto Signature.swift
[1506/1594] Compiling Crypto CryptoKitErrors_boring.swift
[1507/1594] Compiling Crypto RNG_boring.swift
[1508/1594] Compiling Crypto SafeCompare_boring.swift
[1509/1594] Compiling Crypto Zeroization_boring.swift
[1510/1594] Compiling Crypto PrettyBytes.swift
[1511/1594] Compiling Crypto SafeCompare.swift
[1512/1594] Compiling Crypto SecureBytes.swift
[1513/1594] Compiling Crypto Zeroization.swift
[1514/1595] Wrapping AST for Crypto for debugging
[1524/1595] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1525/1595] Compiling NIOCore SocketAddresses.swift
[1526/1595] Compiling NIOCore SocketOptionProvider.swift
[1527/1595] Compiling NIOCore SystemCallHelpers.swift
[1528/1595] Compiling NIOCore TimeAmount+Duration.swift
[1529/1595] Compiling NIOCore TypeAssistedChannelHandler.swift
[1530/1595] Compiling NIOCore UniversalBootstrapSupport.swift
[1531/1595] Compiling NIOCore Utilities.swift
[1566/1595] Emitting module NIOCore
[1567/1596] Wrapping AST for NIOCore for debugging
[1569/1647] Emitting module NIOEmbedded
[1570/1647] Compiling NIOEmbedded AsyncTestingChannel.swift
[1571/1647] Compiling NIOEmbedded Embedded.swift
[1572/1647] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1573/1648] Wrapping AST for NIOEmbedded for debugging
[1575/1648] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1576/1648] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1577/1648] Compiling NIOPosix PosixSingletons.swift
[1578/1648] Compiling NIOPosix RawSocketBootstrap.swift
[1579/1648] Compiling NIOPosix Resolver.swift
[1580/1648] Compiling NIOPosix Selectable.swift
[1581/1654] Compiling NIOPosix ServerSocket.swift
[1582/1654] Compiling NIOPosix Socket.swift
[1583/1654] Compiling NIOPosix SocketChannel.swift
[1584/1654] Compiling NIOPosix SocketProtocols.swift
[1585/1654] Compiling NIOPosix System.swift
[1586/1654] Compiling NIOPosix Thread.swift
[1587/1654] Compiling NIOPosix SelectableChannel.swift
[1588/1654] Compiling NIOPosix SelectableEventLoop.swift
[1589/1654] Compiling NIOPosix SelectorEpoll.swift
[1590/1654] Compiling NIOPosix SelectorGeneric.swift
[1591/1654] Compiling NIOPosix SelectorKqueue.swift
[1592/1654] Compiling NIOPosix SelectorUring.swift
[1593/1654] Compiling NIOPosix IO.swift
[1594/1654] Compiling NIOPosix IntegerBitPacking.swift
[1595/1654] Compiling NIOPosix IntegerTypes.swift
[1596/1654] Compiling NIOPosix Linux.swift
[1597/1654] Compiling NIOPosix LinuxCPUSet.swift
[1598/1654] Compiling NIOPosix LinuxUring.swift
[1599/1654] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1600/1654] Compiling NIOPosix BSDSocketAPICommon.swift
[1601/1654] Compiling NIOPosix BSDSocketAPIPosix.swift
[1602/1654] Compiling NIOPosix BSDSocketAPIWindows.swift
[1603/1654] Compiling NIOPosix BaseSocket.swift
[1604/1654] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1605/1654] Compiling NIOPosix BaseSocketChannel.swift
[1606/1654] Compiling NIOPosix BaseStreamSocketChannel.swift
[1607/1654] Compiling NIOPosix NIOThreadPool.swift
[1608/1654] Compiling NIOPosix NonBlockingFileIO.swift
[1609/1654] Compiling NIOPosix PendingDatagramWritesManager.swift
[1610/1654] Compiling NIOPosix PendingWritesManager.swift
[1611/1654] Compiling NIOPosix PipeChannel.swift
[1612/1654] Compiling NIOPosix PipePair.swift
[1613/1654] Compiling NIOPosix Pool.swift
[1614/1654] Compiling NIOPosix ThreadPosix.swift
[1615/1654] Compiling NIOPosix ThreadWindows.swift
[1616/1654] Compiling NIOPosix UnsafeTransfer.swift
[1617/1654] Compiling NIOPosix Utilities.swift
[1618/1654] Compiling NIOPosix VsockAddress.swift
[1619/1654] Compiling NIOPosix VsockChannelEvents.swift
[1620/1654] Compiling NIOPosix Bootstrap.swift
[1621/1654] Compiling NIOPosix ControlMessage.swift
[1622/1654] Compiling NIOPosix DatagramVectorReadManager.swift
[1623/1654] Compiling NIOPosix Errors+Any.swift
[1624/1654] Compiling NIOPosix FileDescriptor.swift
[1625/1654] Compiling NIOPosix GetaddrinfoResolver.swift
[1626/1654] Compiling NIOPosix HappyEyeballs.swift
[1627/1654] Emitting module NIOPosix
[1628/1712] Wrapping AST for NIOPosix for debugging
[1630/1714] Compiling NIO Exports.swift
[1631/1714] Emitting module NIO
[1632/1715] Compiling _NIOFileSystem ByteCount.swift
[1633/1715] Compiling _NIOFileSystem Convenience.swift
[1634/1715] Compiling _NIOFileSystem DirectoryEntries.swift
[1635/1717] Wrapping AST for NIO for debugging
[1637/1756] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1638/1756] Compiling _NIOFileSystem FileSystemError.swift
[1639/1756] Compiling _NIOFileSystem FileSystemProtocol.swift
[1640/1756] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1641/1756] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1642/1756] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1643/1756] Compiling NIOTLS TLSEvents.swift
[1644/1756] Emitting module NIOTLS
[1645/1756] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1646/1757] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1647/1757] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1648/1757] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1649/1757] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1650/1757] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1651/1757] Compiling _NIOFileSystem ParallelDirCopy.swift
[1652/1757] Compiling _NIOFileSystem ParallelRemoval.swift
[1653/1757] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1654/1757] Compiling _NIOFileSystem CInterop.swift
[1655/1757] Compiling _NIOFileSystem Errno.swift
[1656/1761] Compiling NIOSOCKS ClientStateMachine.swift
[1657/1761] Compiling NIOSOCKS SOCKSResponse.swift
[1658/1761] Compiling _NIOFileSystem FileType.swift
[1659/1761] Compiling _NIOFileSystem IOStrategy.swift
[1660/1761] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1661/1761] Compiling NIOSOCKS Messages.swift
[1662/1761] Compiling NIOSOCKS SOCKSRequest.swift
[1663/1761] Compiling NIOHTTP1 HTTPEncoder.swift
[1664/1761] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1665/1761] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1666/1761] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1667/1761] Emitting module NIOSOCKS
[1668/1761] Compiling NIOSOCKS ServerStateMachine.swift
[1669/1761] Compiling NIOTLS SNIHandler.swift
[1670/1761] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1671/1762] Compiling AsyncKit Optional+StrictMap.swift
[1672/1762] Compiling AsyncKit Exports.swift
[1673/1762] Compiling NIOSOCKS Errors.swift
[1674/1762] Compiling NIOSOCKS Helpers.swift
[1675/1762] Compiling NIOSOCKS AuthenticationMethod.swift
[1676/1762] Compiling NIOSOCKS ClientGreeting.swift
[1679/1762] Compiling NIOSOCKS SOCKSClientHandler.swift
[1680/1762] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1685/1765] Emitting module NIOHTTP1
[1687/1765] Wrapping AST for NIOTLS for debugging
[1689/1765] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1690/1765] Emitting module NIOFoundationCompat
[1690/1766] Wrapping AST for NIOSOCKS for debugging
[1692/1779] Compiling NIOSSL SSLCallbacks.swift
[1695/1795] Compiling NIOSSL SSLContext.swift
[1696/1795] Compiling NIOSSL SSLErrors.swift
[1697/1795] Compiling NIOSSL SSLInit.swift
[1698/1795] Compiling NIOSSL SSLPKCS12Bundle.swift
[1699/1795] Compiling NIOSSL SSLPrivateKey.swift
[1699/1795] Wrapping AST for NIOFoundationCompat for debugging
[1701/1795] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1702/1795] Compiling _NIOFileSystem Mocking.swift
[1703/1795] Compiling _NIOFileSystem Syscall.swift
[1704/1795] Compiling _NIOFileSystem Syscalls.swift
[1705/1817] Compiling NIOTransportServices StateManagedChannel.swift
[1706/1817] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1707/1817] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1708/1817] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1709/1817] Compiling NIOTransportServices NIOTSSingletons.swift
[1710/1817] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1711/1819] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1712/1819] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1713/1819] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1714/1819] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1715/1819] Compiling NIOTransportServices NIOTSErrors.swift
[1716/1819] Compiling NIOTransportServices NIOTSEventLoop.swift
[1717/1819] Compiling NIOTransportServices NIOTSBootstraps.swift
[1718/1819] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1719/1819] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1721/1819] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1722/1819] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1723/1819] Compiling NIOSSL SubjectAlternativeName.swift
[1724/1819] Compiling NIOSSL NIOSSLSecureBytes.swift
[1725/1819] Compiling NIOTransportServices AcceptHandler.swift
[1726/1819] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1727/1819] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1728/1819] Emitting module NIOTransportServices
[1729/1819] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1730/1819] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1731/1819] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1742/1820] Wrapping AST for NIOTransportServices for debugging
[1744/1820] Emitting module AsyncKit
[1749/1823] Compiling _NIOFileSystem SystemFileHandle.swift
[1750/1823] Compiling _NIOFileSystem Utilities.swift
[1751/1823] Compiling _NIOFileSystem OpenOptions.swift
[1752/1823] Compiling _NIOFileSystem String+FileSystem.swift
[1753/1886] Compiling NIOHPACK IndexedHeaderTable.swift
[1754/1887] Compiling NIOWebSocket WebSocketOpcode.swift
[1755/1888] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1756/1888] Compiling MultipartKit FormDataEncoder.swift
[1757/1888] Compiling MultipartKit Storage.swift
[1758/1888] Compiling MultipartKit Exports.swift
[1761/1888] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1764/1895] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1765/1895] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1766/1895] Compiling MultipartKit BasicCodingKey.swift
[1767/1895] Compiling MultipartKit MultipartError.swift
[1768/1895] Compiling NIOHPACK IntegerCoding.swift
[1769/1895] Emitting module NIOSSL
[1770/1895] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1771/1895] Compiling MultipartKit FormDataDecoder.swift
[1772/1895] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1773/1895] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1774/1895] Emitting module MultipartKit
[1775/1895] Compiling NIOHPACK StaticHeaderTable.swift
[1776/1895] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1777/1895] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1778/1895] Emitting module NIOHTTPCompression
[1779/1895] Compiling NIOHTTPCompression HTTPCompression.swift
[1781/1895] Compiling NIOSSL RNG.swift
[1782/1895] Compiling NIOSSL SafeCompare.swift
[1783/1895] Compiling NIOSSL Zeroization.swift
[1788/1895] Compiling MultipartKit MultipartParser.swift
[1789/1895] Compiling MultipartKit MultipartPart.swift
[1790/1895] Compiling NIOHTTPCompression HTTPDecompression.swift
[1791/1895] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1792/1895] Compiling MultipartKit MultipartFormData.swift
[1794/1895] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1796/1895] Compiling NIOExtras UnsafeTransfer.swift
[1797/1895] Compiling NIOHPACK HuffmanTables.swift
[1804/1895] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1810/1895] Compiling NIOHPACK HuffmanCoding.swift
[1813/1895] Emitting module NIOWebSocket
[1814/1895] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1815/1895] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1816/1895] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1819/1896] Emitting module NIOHPACK
[1820/1896] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1821/1896] Compiling NIOWebSocket WebSocketFrame.swift
[1832/1897] Emitting module _NIOFileSystem
[1839/1897] Compiling NIOExtras WritePCAPHandler.swift
[1840/1897] Compiling MultipartKit Utilities.swift
[1844/1898] Emitting module NIOExtras
[1857/1899] Wrapping AST for NIOHTTP1 for debugging
[1859/1899] Wrapping AST for NIOHTTPCompression for debugging
[1864/1900] Wrapping AST for _NIOFileSystem for debugging
[1865/1900] Wrapping AST for NIOWebSocket for debugging
[1867/1905] Wrapping AST for MultipartKit for debugging
[1868/1905] Wrapping AST for NIOHPACK for debugging
[1870/1905] Compiling NIOFileSystem Exports.swift
[1871/1905] Emitting module NIOFileSystem
[1872/1906] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1873/1906] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1874/1906] Emitting module _NIOFileSystemFoundationCompat
[1876/1965] Wrapping AST for NIOFileSystem for debugging
[1877/1965] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[1879/1974] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1880/1974] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1881/1974] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1882/1974] Compiling NIOHTTP2 HasLocalSettings.swift
[1883/1974] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1884/1974] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1885/1974] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1886/1974] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1887/1989] Compiling LeafKit LeafSource.swift
[1888/1989] Compiling LeafKit LeafSources.swift
[1890/1990] Compiling NIOHTTP2 Error+Any.swift
[1891/1990] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1892/1990] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1893/1991] Wrapping AST for NIOExtras for debugging
[1895/1991] Compiling LeafKit LeafConfiguration.swift
[1896/1991] Compiling LeafKit LeafData.swift
[1897/1991] Compiling LeafKit LeafDataRepresentable.swift
[1898/1991] Compiling LeafKit LeafDataStorage.swift
[1899/1991] Compiling LeafKit Character+Identities.swift
[1900/1991] Compiling LeafKit LeafAST.swift
[1901/1991] Compiling LeafKit DefaultLeafCache.swift
[1902/1991] Compiling LeafKit LeafCache.swift
[1902/1999] Wrapping AST for NIOSSL for debugging
[1904/2007] Emitting module LeafKit
[1907/2010] Compiling LeafKit NIOLeafFiles.swift
[1908/2010] Compiling WebSocketKit Exports.swift
[1909/2010] Compiling WebSocketKit WebSocketHandler.swift
[1910/2010] Compiling LeafKit LeafContext.swift
[1911/2010] Compiling LeafKit LeafSerializer.swift
[1912/2010] Compiling LeafKit ParameterResolver.swift
[1913/2010] Compiling LeafKit LeafRawTemplate.swift
[1914/2010] Compiling LeafKit LeafToken.swift
[1915/2010] Compiling LeafKit LeafParameter.swift
[1916/2010] Compiling LeafKit LeafParser.swift
[1917/2010] Compiling LeafKit LeafRenderer.swift
[1918/2010] Compiling LeafKit Dictionary+LeafData.swift
[1919/2010] Compiling WebSocketKit WebSocket+Concurrency.swift
[1920/2010] Emitting module WebSocketKit
[1921/2010] Compiling LeafKit LeafError.swift
[1922/2010] Compiling LeafKit LeafLexer.swift
[1923/2010] Compiling LeafKit LeafParameterTypes.swift
[1924/2010] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1925/2010] Compiling WebSocketKit WebSocket+Connect.swift
[1926/2010] Compiling WebSocketKit WebSocket.swift
[1927/2010] Compiling WebSocketKit WebSocketClient.swift
[1929/2011] Compiling LeafKit String+HTMLEscape.swift
[1930/2011] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1931/2011] Compiling NIOHTTP2 DOSHeuristics.swift
[1935/2011] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1936/2011] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1943/2011] Compiling LeafKit LeafSyntax.swift
[1944/2011] Compiling LeafKit LeafTag.swift
[1944/2011] Wrapping AST for WebSocketKit for debugging
[1954/2011] Compiling NIOHTTP2 InboundWindowManager.swift
[1955/2011] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1956/2011] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1957/2011] Compiling NIOHTTP2 StreamChannelList.swift
[1958/2011] Compiling NIOHTTP2 StreamMap.swift
[1959/2011] Compiling NIOHTTP2 StreamStateMachine.swift
[1960/2011] Compiling NIOHTTP2 UnsafeTransfer.swift
[1961/2011] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1965/2012] Wrapping AST for LeafKit for debugging
[1967/2012] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1968/2012] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1969/2012] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1970/2012] Compiling NIOHTTP2 HTTP2StreamID.swift
[1971/2012] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1972/2012] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1973/2012] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1974/2012] Compiling NIOHTTP2 InboundEventBuffer.swift
[1984/2012] Emitting module NIOHTTP2
[1985/2012] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1986/2012] Compiling NIOHTTP2 HTTP2Frame.swift
[1987/2012] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1988/2012] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1989/2012] Compiling NIOHTTP2 HTTP2PingData.swift
[1990/2012] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1991/2012] Compiling NIOHTTP2 HTTP2Settings.swift
[1992/2012] Compiling NIOHTTP2 HTTP2Stream.swift
[1993/2012] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1994/2012] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1995/2012] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1996/2012] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1997/2012] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1998/2012] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1999/2012] Compiling NIOHTTP2 HTTP2Error.swift
[2000/2012] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2001/2013] Wrapping AST for NIOHTTP2 for debugging
[2003/2072] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2004/2072] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2005/2072] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2006/2073] Wrapping AST for AsyncKit for debugging
[2008/2073] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2009/2073] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2010/2073] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2014/2073] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2015/2073] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2016/2073] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2017/2081] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2018/2081] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2019/2081] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2020/2081] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2021/2081] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2022/2081] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2023/2081] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2024/2081] Compiling AsyncHTTPClient RequestBodyLength.swift
[2025/2081] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2026/2081] Compiling AsyncHTTPClient ConnectionTarget.swift
[2027/2081] Compiling AsyncHTTPClient DeconstructedURL.swift
[2028/2081] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2029/2081] Compiling AsyncHTTPClient FoundationExtensions.swift
[2030/2081] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2031/2081] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2032/2081] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2033/2081] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2034/2081] Compiling AsyncHTTPClient RequestOptions.swift
[2035/2081] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2036/2081] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2037/2081] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2038/2081] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2039/2081] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2040/2081] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2041/2081] Compiling AsyncHTTPClient RequestBag.swift
[2042/2081] Compiling AsyncHTTPClient RequestValidation.swift
[2043/2081] Compiling AsyncHTTPClient SSLContextCache.swift
[2044/2081] Compiling AsyncHTTPClient Scheme.swift
[2045/2081] Compiling AsyncHTTPClient Singleton.swift
[2046/2081] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2047/2081] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2048/2081] Compiling AsyncHTTPClient Utils.swift
[2049/2081] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2050/2081] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2051/2081] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2052/2081] Compiling AsyncHTTPClient HTTP1Connection.swift
[2053/2081] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2054/2081] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2055/2081] Compiling AsyncHTTPClient HTTP2Connection.swift
[2056/2081] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2057/2081] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2058/2081] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2059/2081] Compiling AsyncHTTPClient Transaction.swift
[2060/2081] Compiling AsyncHTTPClient Base64.swift
[2061/2081] Compiling AsyncHTTPClient BasicAuth.swift
[2062/2081] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2063/2081] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2064/2081] Compiling AsyncHTTPClient ConnectionPool.swift
[2065/2081] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2066/2081] Emitting module AsyncHTTPClient
[2067/2081] Compiling AsyncHTTPClient HTTPClient.swift
[2068/2081] Compiling AsyncHTTPClient HTTPHandler.swift
[2069/2081] Compiling AsyncHTTPClient LRUCache.swift
[2070/2081] Compiling AsyncHTTPClient NWErrorHandler.swift
[2071/2081] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2072/2081] Compiling AsyncHTTPClient TLSConfiguration.swift
[2073/2081] Compiling AsyncHTTPClient RedirectState.swift
[2074/2081] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2075/2082] Wrapping AST for AsyncHTTPClient for debugging
[2077/2251] Compiling Vapor AsyncBasicResponder.swift
[2078/2251] Compiling Vapor AsyncMiddleware.swift
[2079/2251] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2080/2251] Compiling Vapor AsyncSessionDriver.swift
[2081/2251] Compiling Vapor Authentication+Concurrency.swift
[2082/2251] Compiling Vapor Cache+Concurrency.swift
[2083/2251] Compiling Vapor Client+Concurrency.swift
[2084/2251] Compiling Vapor RequestBody+Concurrency.swift
[2085/2251] Compiling Vapor Responder+Concurrency.swift
[2086/2251] Compiling Vapor ResponseCodable+Concurrency.swift
[2087/2251] Compiling Vapor RoutesBuilder+Concurrency.swift
[2088/2251] Compiling Vapor ViewRenderer+Concurrency.swift
[2089/2251] Compiling Vapor WebSocket+Concurrency.swift
[2090/2251] Compiling Vapor ContainerGetPathExecutor.swift
[2091/2251] Compiling Vapor Content.swift
[2092/2251] Compiling Vapor ContentCoders.swift
[2093/2251] Compiling Vapor ContentConfiguration.swift
[2094/2251] Compiling Vapor ContentContainer.swift
[2095/2251] Compiling Vapor JSONCoder+Custom.swift
[2096/2251] Compiling Vapor JSONCoders+Content.swift
[2097/2251] Compiling Vapor PlaintextDecoder.swift
[2098/2251] Compiling Vapor PlaintextEncoder.swift
[2099/2251] Compiling Vapor URLQueryCoders.swift
[2100/2251] Compiling Vapor URLQueryContainer.swift
[2101/2275] Compiling Vapor Application.swift
[2102/2275] Compiling Vapor AuthenticationCache.swift
[2103/2275] Compiling Vapor Authenticator.swift
[2104/2275] Compiling Vapor BasicAuthorization.swift
[2105/2275] Compiling Vapor BearerAuthorization.swift
[2106/2275] Compiling Vapor GuardMiddleware.swift
[2107/2275] Compiling Vapor RedirectMiddleware.swift
[2108/2275] Compiling Vapor SessionAuthenticatable.swift
[2109/2275] Compiling Vapor Bcrypt.swift
[2110/2275] Compiling Vapor Application+Cache.swift
[2111/2275] Compiling Vapor Cache.swift
[2112/2275] Compiling Vapor CacheExpirationTime.swift
[2113/2275] Compiling Vapor MemoryCache.swift
[2114/2275] Compiling Vapor Request+Cache.swift
[2115/2275] Compiling Vapor Application+Clients.swift
[2116/2275] Compiling Vapor Client.swift
[2117/2275] Compiling Vapor ClientRequest.swift
[2118/2275] Compiling Vapor ClientResponse.swift
[2119/2275] Compiling Vapor Request+Client.swift
[2120/2275] Compiling Vapor BootCommand.swift
[2121/2275] Compiling Vapor CommandContext+Application.swift
[2122/2275] Compiling Vapor RoutesCommand.swift
[2123/2275] Compiling Vapor ServeCommand.swift
[2124/2275] Compiling Vapor AnyResponse+Concurrency.swift
[2125/2299] Compiling Vapor Request+Body.swift
[2126/2299] Compiling Vapor Request+BodyStream.swift
[2127/2299] Compiling Vapor Request.swift
[2128/2299] Compiling Vapor Application+Responder.swift
[2129/2299] Compiling Vapor DefaultResponder.swift
[2130/2299] Compiling Vapor Response+Body.swift
[2131/2299] Compiling Vapor Response.swift
[2132/2299] Compiling Vapor ResponseCodable.swift
[2133/2299] Compiling Vapor Application+Routes.swift
[2134/2299] Compiling Vapor Parameters+Require.swift
[2135/2299] Compiling Vapor Request+WebSocket.swift
[2136/2299] Compiling Vapor Route.swift
[2137/2299] Compiling Vapor RouteCollection.swift
[2138/2299] Compiling Vapor Routes.swift
[2139/2299] Compiling Vapor RoutesBuilder+Group.swift
[2140/2299] Compiling Vapor RoutesBuilder+Method.swift
[2141/2299] Compiling Vapor RoutesBuilder+Middleware.swift
[2142/2299] Compiling Vapor RoutesBuilder+WebSocket.swift
[2143/2299] Compiling Vapor RoutesBuilder.swift
[2144/2299] Compiling Vapor OTP.swift
[2145/2299] Compiling Vapor Application+Servers.swift
[2146/2299] Compiling Vapor Server.swift
[2147/2299] Compiling Vapor App+Service.swift
[2148/2299] Compiling Vapor Req+Service.swift
[2149/2299] Compiling Vapor Validator.swift
[2150/2299] Compiling Vapor ValidatorResult.swift
[2151/2299] Compiling Vapor And.swift
[2152/2299] Compiling Vapor Case.swift
[2153/2299] Compiling Vapor CharacterSet.swift
[2154/2299] Compiling Vapor Count.swift
[2155/2299] Compiling Vapor Custom.swift
[2156/2299] Compiling Vapor Email.swift
[2157/2299] Compiling Vapor Empty.swift
[2158/2299] Compiling Vapor In.swift
[2159/2299] Compiling Vapor Nil.swift
[2160/2299] Compiling Vapor NilIgnoring.swift
[2161/2299] Compiling Vapor Not.swift
[2162/2299] Compiling Vapor Or.swift
[2163/2299] Compiling Vapor Pattern.swift
[2164/2299] Compiling Vapor Range.swift
[2165/2299] Compiling Vapor URL.swift
[2166/2299] Compiling Vapor Valid.swift
[2167/2299] Compiling Vapor Application+Views.swift
[2168/2299] Compiling Vapor PlaintextRenderer.swift
[2169/2299] Compiling Vapor Request+View.swift
[2170/2299] Compiling Vapor View.swift
[2171/2299] Compiling Vapor ViewRenderer.swift
[2172/2299] Compiling Vapor _Deprecations.swift
[2173/2299] Compiling Vapor Core.swift
[2174/2299] Compiling Vapor Running.swift
[2175/2299] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2176/2299] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2177/2299] Compiling Vapor DotEnvFile+load.swift
[2178/2299] Compiling Vapor Routes+caseInsenstive.swift
[2179/2299] Compiling Vapor Validatable+validate.swift
[2180/2299] Compiling Vapor Environment+Process.swift
[2181/2299] Compiling Vapor Environment+Secret.swift
[2182/2299] Compiling Vapor Environment.swift
[2183/2299] Compiling Vapor Abort.swift
[2184/2299] Compiling Vapor AbortError.swift
[2185/2299] Compiling Vapor DebuggableError.swift
[2186/2299] Compiling Vapor Demangler.swift
[2187/2299] Compiling Vapor ErrorSource.swift
[2188/2299] Compiling Vapor StackTrace.swift
[2189/2299] Compiling Vapor Exports.swift
[2190/2299] Compiling Vapor Application+HTTP.swift
[2191/2299] Compiling Vapor BasicResponder.swift
[2192/2299] Compiling Vapor BodyStream.swift
[2193/2299] Compiling Vapor Application+HTTP+Client.swift
[2194/2299] Compiling Vapor EventLoopHTTPClient.swift
[2195/2299] Compiling Vapor EndpointCache.swift
[2196/2299] Compiling Vapor HTTPMethod+String.swift
[2197/2299] Compiling Vapor Bytes+Hex.swift
[2198/2299] Compiling Vapor Bytes+SecureCompare.swift
[2199/2299] Compiling Vapor Collection+Safe.swift
[2200/2299] Compiling Vapor DataProtocol+Copy.swift
[2201/2299] Compiling Vapor DecoderUnwrapper.swift
[2202/2299] Compiling Vapor DirectoryConfiguration.swift
[2203/2299] Compiling Vapor DotEnv.swift
[2204/2299] Compiling Vapor Extendable.swift
[2205/2299] Compiling Vapor File.swift
[2206/2299] Compiling Vapor FileIO.swift
[2207/2299] Compiling Vapor LifecycleHandler.swift
[2208/2299] Compiling Vapor OptionalType.swift
[2209/2299] Compiling Vapor RFC1123.swift
[2210/2299] Compiling Vapor SocketAddress+Hostname.swift
[2211/2299] Compiling Vapor Storage.swift
[2212/2299] Compiling Vapor String+IsIPAddress.swift
[2213/2299] Compiling Vapor Thread.swift
[2214/2299] Compiling Vapor URI.swift
[2215/2299] Compiling Vapor RangeResult.swift
[2216/2299] Compiling Vapor Validatable.swift
[2217/2299] Compiling Vapor Validation.swift
[2218/2299] Compiling Vapor ValidationKey.swift
[2219/2299] Compiling Vapor Validations.swift
[2220/2299] Compiling Vapor ValidationsError.swift
[2221/2299] Compiling Vapor Service.swift
[2222/2299] Compiling Vapor Application+Sessions.swift
[2223/2299] Compiling Vapor MemorySessions.swift
[2224/2299] Compiling Vapor Request+Session.swift
[2225/2299] Compiling Vapor Session.swift
[2226/2299] Compiling Vapor SessionCache.swift
[2227/2299] Compiling Vapor SessionData.swift
[2228/2299] Compiling Vapor SessionDriver.swift
[2229/2299] Compiling Vapor SessionsConfiguration.swift
[2230/2299] Compiling Vapor SessionsMiddleware.swift
[2231/2299] Compiling Vapor URLEncodedFormData.swift
[2232/2299] Compiling Vapor URLEncodedFormDecoder.swift
[2233/2299] Compiling Vapor URLEncodedFormEncoder.swift
[2234/2299] Compiling Vapor URLEncodedFormError.swift
[2235/2299] Compiling Vapor URLEncodedFormParser.swift
[2236/2299] Compiling Vapor URLEncodedFormSerializer.swift
[2237/2299] Compiling Vapor URLQueryFragmentConvertible.swift
[2238/2299] Compiling Vapor AnyResponse.swift
[2239/2299] Compiling Vapor Array+Random.swift
[2240/2299] Compiling Vapor Base32.swift
[2241/2299] Compiling Vapor Base64.swift
[2242/2299] Compiling Vapor BaseN.swift
[2243/2299] Compiling Vapor BasicCodingKey.swift
[2244/2299] Compiling Vapor ByteCount.swift
[2245/2299] Compiling Vapor HTTPStatus.swift
[2246/2299] Compiling Vapor HTTPCookies.swift
[2247/2299] Compiling Vapor HTTPHeaderCacheControl.swift
[2248/2299] Compiling Vapor HTTPHeaderExpires.swift
[2249/2299] Compiling Vapor HTTPHeaderLastModified.swift
[2250/2299] Compiling Vapor HTTPHeaders+Cache.swift
[2251/2299] Compiling Vapor HTTPHeaders+Connection.swift
[2252/2299] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2253/2299] Compiling Vapor HTTPHeaders+ContentRange.swift
[2254/2299] Compiling Vapor HTTPHeaders+Directive.swift
[2255/2299] Compiling Vapor HTTPHeaders+Forwarded.swift
[2256/2299] Compiling Vapor HTTPHeaders+Link.swift
[2257/2299] Compiling Vapor HTTPHeaders+Name.swift
[2258/2299] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2259/2299] Compiling Vapor HTTPHeaders.swift
[2260/2299] Compiling Vapor HTTPMediaType.swift
[2261/2299] Compiling Vapor HTTPMediaTypePreference.swift
[2262/2299] Compiling Vapor Responder.swift
[2263/2299] Compiling Vapor Application+HTTP+Server.swift
[2264/2299] Compiling Vapor HTTPServer.swift
[2265/2299] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2266/2299] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2267/2299] Compiling Vapor HTTPServerHandler.swift
[2268/2299] Compiling Vapor HTTPServerRequestDecoder.swift
[2269/2299] Emitting module Vapor
[2270/2299] Compiling Vapor HTTPServerResponseEncoder.swift
[2271/2299] Compiling Vapor HTTPServerUpgradeHandler.swift
[2272/2299] Compiling Vapor Logger+Report.swift
[2273/2299] Compiling Vapor LoggingSystem+Environment.swift
[2274/2299] Compiling Vapor Application+Middleware.swift
[2275/2299] Compiling Vapor CORSMiddleware.swift
[2276/2299] Compiling Vapor ErrorMiddleware.swift
[2277/2299] Compiling Vapor FileMiddleware.swift
[2278/2299] Compiling Vapor Middleware.swift
[2279/2299] Compiling Vapor MiddlewareConfiguration.swift
[2280/2299] Compiling Vapor ResponseCompressionMiddleware.swift
[2281/2299] Compiling Vapor RouteLoggingMiddleware.swift
[2282/2299] Compiling Vapor TracingMiddleware.swift
[2283/2299] Compiling Vapor File+Multipart.swift
[2284/2299] Compiling Vapor FormDataDecoder+Content.swift
[2285/2299] Compiling Vapor FormDataEncoder+Content.swift
[2286/2299] Compiling Vapor Application+Password.swift
[2287/2299] Compiling Vapor Application+Passwords.swift
[2288/2299] Compiling Vapor AsyncPasswordHasher.swift
[2289/2299] Compiling Vapor BcryptHasher.swift
[2290/2299] Compiling Vapor PasswordHasher.swift
[2291/2299] Compiling Vapor PlaintextHasher.swift
[2292/2299] Compiling Vapor Request+Password.swift
[2293/2299] Compiling Vapor Redirect.swift
[2294/2300] Wrapping AST for Vapor for debugging
[2296/2307] Compiling Leaf Request+Leaf.swift
[2297/2307] Compiling Leaf LeafRenderer+ViewRenderer.swift
[2298/2307] Emitting module Leaf
[2299/2307] Compiling Leaf LeafError+AbortError.swift
[2300/2307] Compiling Leaf LeafEncoder.swift
[2301/2307] Compiling Leaf Exports.swift
[2302/2307] Compiling Leaf Application+Leaf.swift
[2303/2308] Wrapping AST for Leaf for debugging
[2305/2346] Compiling VHX HXLocalisable.swift
[2306/2346] Compiling VHX HXLocalisation.swift
[2307/2346] Compiling VHX HXRequestLocalisation.swift
[2308/2346] Compiling VHX Request+Langauge.swift
[2309/2346] Compiling VHX HXErrorMiddleware.swift
[2310/2351] Compiling VHX HXLocationHeader.swift
[2311/2351] Compiling VHX HXPushUrlHeader.swift
[2312/2351] Compiling VHX HXRedirectHeader.swift
[2313/2351] Compiling VHX HXRefreshHeader.swift
[2314/2351] Compiling VHX HXReplaceUrlHeader.swift
[2315/2351] Compiling VHX HXReselectHeader.swift
[2316/2351] Compiling VHX HXResponseHeaders.swift
[2317/2351] Compiling VHX HXReswapHeader.swift
[2318/2351] Compiling VHX HXRetargetHeader.swift
[2319/2351] Compiling VHX HXTriggerHeader.swift
[2320/2351] Compiling VHX HXRequestHeaders.swift
[2321/2351] Compiling VHX HXResponseConfiguration.swift
[2322/2351] Compiling VHX HXResponseHeaderAddable.swift
[2323/2351] Compiling VHX HXTemplateable.swift
[2324/2351] Compiling VHX Htmx.swift
[2325/2351] 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/2351] 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/2351] 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/2351] 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/2351] 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/2351] 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
[2331/2351] 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?
[2332/2351] 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?
[2333/2351] 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?
[2334/2351] 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?
[2335/2351] 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?
[2336/2351] 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?
[2337/2351] 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) {
[2338/2351] 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) {
[2339/2351] 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) {
[2340/2351] 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) {
[2341/2351] 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) {
[2342/2351] 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) {
[2343/2351] Compiling VHX HXTextTag.swift
[2344/2351] Compiling VHX Date+CustomInterval.swift
[2345/2351] Compiling VHX Request+BaseUrl.swift
[2346/2351] Compiling VHX String+View.swift
[2347/2351] Compiling VHX VHX.swift
[2348/2352] Wrapping AST for VHX for debugging
[2350/2364] Compiling Demo routes.swift
[2351/2365] 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 {
[2352/2365] Compiling Demo resource_bundle_accessor.swift
[2353/2365] Compiling Demo configure.swift
[2354/2365] Compiling Demo InfiniteScroll.swift
[2355/2365] Compiling Demo LazyLoading.swift
[2356/2365] 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"),
[2357/2365] Compiling Demo CascadingSelects.swift
[2358/2365] Compiling Demo ClickToEdit.swift
[2359/2365] 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"),
[2360/2365] 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"),
[2361/2365] 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),
[2362/2365] 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),
[2363/2366] Wrapping AST for Demo for debugging
[2364/2366] Write Objects.LinkFileList
[2365/2366] Linking Demo
Build complete! (414.23s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.