The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of VHX, reference master (203e49), with Swift 6.0 for Linux on 16 Dec 2024 00:30:40 UTC.

Swift 6 data race errors: 7

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RussBaz/VaporHX.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/leaf.git
[1/3902] Fetching leaf
Fetched https://github.com/vapor/leaf.git from cache (0.24s)
[1/70553] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (1.93s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.4.1 (0.44s)
Fetching https://github.com/vapor/leaf-kit.git
Fetching https://github.com/apple/swift-algorithms.git
[1/4491] Fetching leaf-kit
[4492/10082] Fetching leaf-kit, swift-algorithms
Fetched https://github.com/vapor/leaf-kit.git from cache (0.37s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.37s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.107.0 (2.35s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
[1/2115] Fetching swift-metrics
[1947/4639] Fetching swift-metrics, websocket-kit
[3580/6737] Fetching swift-metrics, websocket-kit, multipart-kit
[5144/11934] Fetching swift-metrics, websocket-kit, multipart-kit, swift-nio-extras
[5612/13503] Fetching swift-metrics, websocket-kit, multipart-kit, swift-nio-extras, swift-atomics
[10258/17230] Fetching swift-metrics, websocket-kit, multipart-kit, swift-nio-extras, swift-atomics, swift-log
Fetched https://github.com/apple/swift-atomics.git from cache (0.45s)
Fetched https://github.com/vapor/websocket-kit.git from cache (0.45s)
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.47s)
Fetched https://github.com/apple/swift-log.git from cache (0.47s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/routing-kit.git
[2620/24903] Fetching swift-metrics, multipart-kit, routing-kit
[10276/36114] Fetching swift-metrics, multipart-kit, routing-kit, swift-nio-http2
[21899/49839] Fetching swift-metrics, multipart-kit, routing-kit, swift-nio-http2, swift-nio-ssl
[25409/122214] Fetching swift-metrics, multipart-kit, routing-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (1.55s)
[68327/120099] Fetching multipart-kit, routing-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.62s)
[74240/118001] Fetching routing-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/vapor/routing-kit.git from cache (1.15s)
Fetching https://github.com/vapor/console-kit.git
[53825/97311] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.31s)
Fetching https://github.com/swift-server/async-http-client.git
[52397/86100] Fetching swift-nio-ssl, swift-nio
[54843/91570] Fetching swift-nio-ssl, swift-nio, console-kit
[63345/103312] Fetching swift-nio-ssl, swift-nio, console-kit, swift-crypto
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/console-kit.git from cache (0.39s)
[58959/97842] Fetching swift-nio-ssl, swift-nio, swift-crypto
[59304/111182] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
[74596/113552] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.36s)
[76556/111182] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.10s)
[66430/97457] Fetching swift-nio, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.89s)
[57394/84117] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.77s)
Fetched https://github.com/apple/swift-nio.git from cache (4.80s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.45s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.0 (0.41s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (0.63s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/3953] Fetching swift-system
[3954/19556] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.02s)
Fetched https://github.com/apple/swift-collections.git from cache (1.05s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.24.0 (0.43s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2292] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.27s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.42s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.11.1 (0.47s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.43s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.24.1 (0.46s)
Fetching https://github.com/apple/swift-http-types
[1/719] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.24s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (0.42s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.50s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.48s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (0.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.41s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.1 (0.45s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.0 (0.41s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.67s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.45s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.34.1 (0.43s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.0 (0.44s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.10.0 (1.71s)
Fetching https://github.com/apple/swift-asn1.git
[1/1422] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.20s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.0 (0.48s)
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.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.107.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.11.1
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.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.5.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.34.1
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.24.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.24.1
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.77.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.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.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.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
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.0
Creating working copy for https://github.com/vapor/leaf.git
Working copy of https://github.com/vapor/leaf.git resolved at 4.4.1
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.10.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.29.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
warning: 'leaf-kit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/leaf-kit/Sources/LeafKit/Docs.docc
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for debugging...
[0/900] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1/900] Compiling a_bool.c
[1/900] Compiling a_d2i_fp.c
[2/900] Compiling a_dup.c
[2/900] Write sources
[11/900] Copying Views
[12/900] Copying Public
[12/900] Compiling a_gentm.c
[12/900] Write sources
[33/900] Compiling a_i2d_fp.c
[33/900] Write sources
[54/900] Compiling a_bitstr.c
[54/900] Compiling _NumericsShims _NumericsShims.c
[56/900] Compiling _AtomicsShims.c
[57/900] Compiling a_int.c
[58/900] Compiling CNIOWASI CNIOWASI.c
[58/900] Compiling CNIOWindows WSAStartup.c
[60/900] Compiling CNIOWindows shim.c
[61/900] Compiling CSystem shims.c
[62/900] Compiling CVaporBcrypt blf.c
[63/900] Compiling CVaporBcrypt bcrypt.c
[64/900] Compiling CNIOLinux liburing_shims.c
[65/900] Compiling CNIOExtrasZlib empty.c
[66/900] Compiling CNIODarwin shim.c
[67/900] Compiling CNIOSHA1 c_nio_sha1.c
[68/900] Compiling CNIOLLHTTP c_nio_http.c
[69/900] Compiling CNIOLinux shim.c
[70/900] Compiling fiat_p256_adx_sqr.S
[71/900] Compiling fiat_curve25519_adx_square.S
[72/900] Compiling fiat_p256_adx_mul.S
[73/900] Compiling CNIOLLHTTP c_nio_api.c
[74/900] Write swift-version-24593BA9C3E375BF.txt
[75/900] Compiling fiat_curve25519_adx_mul.S
[76/900] Compiling CNIOLLHTTP c_nio_llhttp.c
[77/904] Compiling CNIOBoringSSLShims shims.c
[78/934] Compiling tls_record.cc
[79/934] Compiling tls_method.cc
[80/934] Compiling tls13_enc.cc
[81/944] Compiling tls13_client.cc
[82/944] Compiling tls13_server.cc
[84/969] Emitting module RealModule
[84/970] Compiling tls13_both.cc
[85/970] Compiling t1_enc.cc
[87/970] Compiling RealModule RealFunctions.swift
[88/970] Compiling CoreMetrics Metrics.swift
[89/970] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[90/970] Compiling InternalCollectionsUtilities Specialize.swift
[91/972] Compiling InternalCollectionsUtilities Debugging.swift
[92/972] Compiling InternalCollectionsUtilities Descriptions.swift
[93/972] Compiling InternalCollectionsUtilities _SortedCollection.swift
[94/972] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[95/972] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[96/972] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[96/972] Compiling ssl_x509.cc
[98/972] Compiling RealModule Real.swift
[99/972] Compiling Logging LogHandler.swift
[100/972] Emitting module InternalCollectionsUtilities
[101/972] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[102/972] Compiling InternalCollectionsUtilities Integer rank.swift
[103/972] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[106/972] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[107/972] Compiling RealModule Float+Real.swift
[108/972] Compiling RealModule Float80+Real.swift
[109/972] Compiling RealModule ElementaryFunctions.swift
[110/972] Compiling RealModule Float16+Real.swift
[113/972] Compiling InternalCollectionsUtilities UInt+reversed.swift
[114/972] Compiling _NIOBase64 Base64.swift
[115/972] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[116/972] Emitting module _NIOBase64
[121/972] Compiling SystemPackage MachPort.swift
[122/972] Compiling SystemPackage PlatformString.swift
[123/972] Compiling SystemPackage SystemString.swift
[124/972] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[125/972] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[126/972] Compiling _NIODataStructures PriorityQueue.swift
[127/972] Compiling _NIODataStructures _TinyArray.swift
[132/976] Emitting module SystemPackage
[143/977] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[144/977] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[144/978] Wrapping AST for _NIOBase64 for debugging
[146/978] Wrapping AST for RealModule for debugging
[148/1046] Compiling _RopeModule BigString+Chunk+Splitting.swift
[149/1046] Compiling _RopeModule BigString+Chunk.swift
[150/1046] Compiling _RopeModule BigString+BidirectionalCollection.swift
[151/1046] Emitting module CoreMetrics
[152/1046] Compiling CoreMetrics Locks.swift
[153/1047] Emitting module Logging
[154/1047] Compiling Logging Locks.swift
[155/1047] Emitting module _NIODataStructures
[156/1047] Compiling _NIODataStructures Heap.swift
[157/1048] Compiling Logging Logging.swift
[159/1048] Compiling _RopeModule BigString+Iterators.swift
[160/1048] Compiling _RopeModule BigString+Metrics.swift
[161/1048] Compiling _RopeModule BigString+Summary.swift
[162/1048] Compiling _RopeModule BigString.swift
[163/1048] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[164/1048] Compiling _RopeModule BigString+Chunk+Breaks.swift
[165/1048] Compiling _RopeModule BigString+Chunk+Counts.swift
[166/1048] Compiling _RopeModule BigString+Chunk+Description.swift
[167/1049] Compiling Logging MetadataProvider.swift
[170/1107] Compiling ssl_versions.cc
[171/1113] Compiling ssl_stat.cc
[172/1113] Compiling ssl_transcript.cc
[173/1135] Wrapping AST for _NIODataStructures for debugging
[175/1211] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[176/1211] Compiling HeapModule Heap+Descriptions.swift
[176/1211] Wrapping AST for SystemPackage for debugging
[178/1211] Compiling HashTreeCollections _Bucket.swift
[179/1211] Compiling HashTreeCollections _Hash.swift
[180/1213] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[181/1213] Compiling HashTreeCollections _HashNode+Storage.swift
[181/1213] Wrapping AST for Logging for debugging
[183/1213] Compiling HeapModule _HeapNode.swift
[184/1213] Compiling HeapModule Heap.swift
[184/1213] Wrapping AST for InternalCollectionsUtilities for debugging
[186/1213] Compiling HashTreeCollections _HashLevel.swift
[187/1213] Compiling HashTreeCollections _HashNode+Builder.swift
[188/1213] Compiling HeapModule Heap+Invariants.swift
[189/1213] Compiling HeapModule Heap+UnsafeHandle.swift
[189/1213] Wrapping AST for CoreMetrics for debugging
[191/1213] Compiling HashTreeCollections _HashNode+Invariants.swift
[192/1213] Compiling HashTreeCollections _HashNode+Lookups.swift
[193/1213] Compiling HashTreeCollections _HashNode+Debugging.swift
[194/1213] Compiling HashTreeCollections _HashNode+Initializers.swift
[195/1213] Emitting module HeapModule
[196/1214] Compiling HashTreeCollections _HashNodeHeader.swift
[197/1214] Compiling HashTreeCollections _HashSlot.swift
[198/1214] Compiling HashTreeCollections _HashStack.swift
[199/1214] Compiling HashTreeCollections _HashTreeIterator.swift
[200/1214] Compiling HashTreeCollections _HashTreeStatistics.swift
[201/1214] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[202/1214] Compiling HashTreeCollections _RawHashNode.swift
[203/1214] Compiling HashTreeCollections _UnmanagedHashNode.swift
[204/1214] Compiling HashTreeCollections _UnsafePath.swift
[205/1223] Compiling HashTreeCollections TreeDictionary+Collection.swift
[206/1223] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[207/1223] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[208/1223] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[209/1223] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[210/1223] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[211/1223] Compiling HashTreeCollections TreeDictionary+Filter.swift
[212/1223] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[213/1223] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[214/1223] Compiling HashTreeCollections TreeDictionary+Keys.swift
[215/1223] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[216/1223] Compiling HashTreeCollections TreeDictionary+Merge.swift
[217/1223] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[218/1223] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[220/1230] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[221/1230] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[222/1230] Compiling OrderedCollections OrderedSet.swift
[223/1230] Compiling OrderedCollections _UnsafeBitset.swift
[224/1230] Compiling HashTreeCollections TreeSet+Equatable.swift
[225/1230] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[226/1230] Compiling HashTreeCollections TreeSet+Extras.swift
[227/1230] Compiling HashTreeCollections TreeSet+Filter.swift
[228/1230] Compiling HashTreeCollections TreeSet+Hashable.swift
[229/1230] Compiling HashTreeCollections TreeSet+Sendable.swift
[230/1230] Compiling DequeModule _DequeSlot.swift
[231/1230] Compiling DequeModule _UnsafeWrappedBuffer.swift
[234/1230] Compiling _RopeModule Rope+Join.swift
[235/1230] Compiling _RopeModule Rope+MutatingForEach.swift
[236/1230] Compiling _RopeModule Rope+Remove.swift
[237/1230] Compiling _RopeModule Rope+RemoveSubrange.swift
[238/1230] Compiling _RopeModule Rope+Split.swift
[239/1230] Compiling _RopeModule Optional Utilities.swift
[240/1230] Compiling _RopeModule String Utilities.swift
[241/1230] Compiling _RopeModule String.Index+ABI.swift
[242/1240] Compiling HashTreeCollections _HashNode+Structural union.swift
[243/1240] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[244/1240] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[245/1240] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[246/1240] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[247/1240] Compiling HashTreeCollections _HashNode.swift
[257/1240] Compiling HashTreeCollections TreeDictionary+Codable.swift
[258/1240] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[259/1240] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[260/1240] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[261/1240] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[262/1240] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[263/1240] Compiling HashTreeCollections _HashNode+Structural merge.swift
[264/1240] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[265/1240] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[266/1240] Compiling HashTreeCollections _AncestorHashSlots.swift
[267/1240] Compiling HashTreeCollections _Bitmap.swift
[274/1240] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[275/1240] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[276/1240] Compiling OrderedCollections OrderedSet+SubSequence.swift
[277/1240] Compiling OrderedCollections OrderedSet+Testing.swift
[296/1240] Compiling OrderedCollections OrderedSet+Sendable.swift
[308/1240] Emitting module DequeModule
[309/1241] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[310/1241] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[311/1241] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[312/1241] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[313/1241] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[314/1241] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[315/1241] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[316/1241] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[317/1241] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[318/1241] Compiling HashTreeCollections TreeSet.swift
[327/1241] Compiling ssl_privkey.cc
[329/1241] Emitting module Metrics
[329/1241] Wrapping AST for HeapModule for debugging
[331/1241] Compiling RoutingKit Router.swift
[331/1241] Wrapping AST for DequeModule for debugging
[333/1241] Compiling RoutingKit AnyRouter.swift
[334/1241] Emitting module RoutingKit
[345/1241] Compiling ssl_session.cc
[347/1241] Compiling RoutingKit PathComponent.swift
[348/1241] Compiling RoutingKit TrieRouter.swift
[386/1241] Compiling ssl_key_share.cc
[387/1241] Compiling ssl_file.cc
[389/1241] Emitting module _RopeModule
[390/1241] Emitting module OrderedCollections
[441/1242] Wrapping AST for OrderedCollections for debugging
[442/1242] Compiling ssl_lib.cc
[444/1243] Wrapping AST for _RopeModule for debugging
[446/1243] Compiling RoutingKit Parameters.swift
[447/1244] Compiling Metrics Metrics.swift
[447/1245] Compiling ssl_cipher.cc
[450/1245] Compiling ssl_credential.cc
[451/1245] Wrapping AST for RoutingKit for debugging
[452/1245] Wrapping AST for Metrics for debugging
[453/1245] Compiling ssl_buffer.cc
[454/1245] Compiling ssl_cert.cc
[455/1245] Compiling ssl_asn1.cc
[457/1245] Emitting module HashTreeCollections
[458/1246] Compiling s3_pkt.cc
[459/1246] Wrapping AST for HashTreeCollections for debugging
[459/1246] Compiling ssl_aead_ctx.cc
[461/1246] Compiling s3_both.cc
[462/1246] Compiling s3_lib.cc
[463/1246] Compiling handshake_server.cc
[464/1246] Compiling handshake_client.cc
[465/1246] Compiling handshake.cc
[466/1246] Compiling dtls_method.cc
[467/1246] Compiling dtls_record.cc
[468/1246] Compiling encrypted_client_hello.cc
[469/1246] Compiling md5-x86_64-linux.S
[470/1246] Compiling handoff.cc
[471/1246] Compiling md5-x86_64-apple.S
[472/1246] Compiling md5-586-linux.S
[473/1246] Compiling md5-586-apple.S
[474/1246] Compiling err_data.c
[475/1246] Compiling chacha20_poly1305_x86_64-apple.S
[476/1246] Compiling chacha20_poly1305_x86_64-linux.S
[477/1246] Compiling chacha20_poly1305_armv8-win.S
[478/1246] Compiling chacha20_poly1305_armv8-linux.S
[479/1246] Compiling chacha20_poly1305_armv8-apple.S
[480/1246] Compiling extensions.cc
[481/1246] Compiling chacha-x86_64-apple.S
[482/1246] Compiling chacha-x86_64-linux.S
[483/1246] Compiling chacha-x86-linux.S
[484/1246] Compiling d1_srtp.cc
[485/1246] Compiling chacha-x86-apple.S
[486/1246] Compiling chacha-armv8-win.S
[487/1246] Compiling chacha-armv8-linux.S
[488/1246] Compiling chacha-armv8-apple.S
[489/1246] Compiling chacha-armv4-linux.S
[490/1246] Compiling aes128gcmsiv-x86_64-apple.S
[491/1246] Compiling aes128gcmsiv-x86_64-linux.S
[492/1246] Compiling d1_pkt.cc
[493/1246] Compiling x86_64-mont5-apple.S
[494/1246] Compiling x86_64-mont-linux.S
[495/1246] Compiling x86_64-mont5-linux.S
[496/1246] Compiling x86_64-mont-apple.S
[497/1246] Compiling x86-mont-linux.S
[498/1246] Compiling x86-mont-apple.S
[499/1246] Compiling vpaes-x86_64-linux.S
[500/1246] Compiling vpaes-x86_64-apple.S
[501/1246] Compiling vpaes-x86-linux.S
[502/1246] Compiling vpaes-x86-apple.S
[503/1246] Compiling vpaes-armv8-win.S
[504/1246] Compiling vpaes-armv8-linux.S
[505/1246] Compiling vpaes-armv8-apple.S
[506/1246] Compiling vpaes-armv7-linux.S
[507/1246] Compiling sha512-x86_64-apple.S
[508/1246] Compiling sha512-x86_64-linux.S
[509/1246] Compiling sha512-armv8-win.S
[510/1246] Compiling sha512-armv8-apple.S
[510/1246] Compiling sha512-armv8-linux.S
[512/1246] Compiling bio_ssl.cc
[513/1246] Compiling sha512-armv4-linux.S
[514/1246] Compiling sha512-586-linux.S
[515/1246] Compiling sha512-586-apple.S
[516/1246] Compiling sha256-x86_64-apple.S
[517/1246] Compiling sha256-armv8-win.S
[518/1246] Compiling sha256-x86_64-linux.S
[519/1246] Compiling sha256-armv8-linux.S
[520/1246] Compiling sha256-armv8-apple.S
[521/1246] Compiling sha256-586-linux.S
[522/1246] Compiling sha256-armv4-linux.S
[523/1246] Compiling sha256-586-apple.S
[524/1246] Compiling sha1-x86_64-apple.S
[525/1246] Compiling sha1-armv8-win.S
[526/1246] Compiling sha1-armv8-linux.S
[527/1246] Compiling sha1-armv8-apple.S
[528/1246] Compiling sha1-armv4-large-linux.S
[529/1246] Compiling sha1-x86_64-linux.S
[530/1246] Compiling sha1-586-linux.S
[531/1246] Compiling sha1-586-apple.S
[532/1246] Compiling rsaz-avx2-apple.S
[533/1246] Compiling rdrand-x86_64-linux.S
[534/1246] Compiling rdrand-x86_64-apple.S
[535/1246] Compiling d1_lib.cc
[536/1246] Compiling rsaz-avx2-linux.S
[537/1246] Compiling p256_beeu-x86_64-asm-apple.S
[538/1246] Compiling p256_beeu-armv8-asm-apple.S
[539/1246] Compiling p256_beeu-armv8-asm-win.S
[539/1246] Compiling p256_beeu-x86_64-asm-linux.S
[541/1246] Compiling p256_beeu-armv8-asm-linux.S
[542/1246] Compiling p256-x86_64-asm-apple.S
[543/1246] Compiling p256-x86_64-asm-linux.S
[544/1246] Compiling p256-armv8-asm-win.S
[545/1246] Compiling p256-armv8-asm-linux.S
[546/1246] Compiling ghashv8-armv8-linux.S
[547/1246] Compiling ghashv8-armv8-win.S
[548/1246] Compiling p256-armv8-asm-apple.S
[549/1246] Compiling ghashv8-armv8-apple.S
[550/1246] Compiling ghashv8-armv7-linux.S
[551/1246] Compiling ghash-x86_64-apple.S
[552/1246] Compiling ghash-x86_64-linux.S
[553/1246] Compiling ghash-x86-apple.S
[554/1246] Compiling ghash-x86-linux.S
[555/1246] Compiling ghash-ssse3-x86_64-apple.S
[556/1246] Compiling ghash-ssse3-x86_64-linux.S
[557/1246] Compiling ghash-ssse3-x86-linux.S
[558/1246] Compiling ghash-ssse3-x86-apple.S
[559/1246] Compiling ghash-neon-armv8-win.S
[560/1246] Compiling ghash-neon-armv8-linux.S
[561/1246] Compiling ghash-neon-armv8-apple.S
[562/1246] Compiling ghash-armv4-linux.S
[563/1246] Compiling co-586-linux.S
[564/1246] Compiling co-586-apple.S
[565/1246] Compiling bsaes-armv7-linux.S
[566/1246] Compiling bn-armv8-win.S
[567/1246] Compiling bn-armv8-apple.S
[568/1246] Compiling bn-armv8-linux.S
[569/1246] Compiling bn-586-linux.S
[570/1246] Compiling bn-586-apple.S
[571/1246] Compiling armv8-mont-win.S
[572/1246] Compiling armv8-mont-linux.S
[573/1246] Compiling armv8-mont-apple.S
[574/1246] Compiling armv4-mont-linux.S
[575/1246] Compiling d1_both.cc
[575/1246] Compiling aesv8-gcm-armv8-win.S
[577/1246] Compiling aesv8-gcm-armv8-linux.S
[578/1246] Compiling aesv8-gcm-armv8-apple.S
[579/1246] Compiling aesv8-armv8-win.S
[580/1246] Compiling aesv8-armv8-apple.S
[581/1246] Compiling aesv8-armv8-linux.S
[582/1246] Compiling aesv8-armv7-linux.S
[583/1246] Compiling aesni-x86_64-apple.S
[584/1246] Compiling aesni-x86-linux.S
[585/1246] Compiling aesni-x86_64-linux.S
[586/1246] Compiling aesni-x86-apple.S
[587/1246] Compiling aesni-gcm-x86_64-apple.S
[588/1246] Compiling aesni-gcm-x86_64-linux.S
[589/1246] Compiling x_sig.c
[590/1246] Compiling x_val.c
[591/1246] Compiling x_spki.c
[591/1246] Compiling x_x509a.c
[593/1246] Compiling x_x509.c
[593/1246] Compiling x_req.c
[595/1246] Compiling x_pubkey.c
[596/1246] Compiling x_name.c
[597/1246] Compiling x_exten.c
[598/1246] Compiling x_algor.c
[599/1246] Compiling x509spki.c
[600/1246] Compiling x_attrib.c
[601/1246] Compiling x_crl.c
[602/1246] Compiling x509rset.c
[603/1246] Compiling x_all.c
[604/1246] Compiling x509name.c
[605/1246] Compiling x509_txt.c
[606/1246] Compiling x509cset.c
[607/1246] Compiling x509_v3.c
[607/1246] Compiling x509_vpm.c
[609/1246] Compiling x509_trs.c
[610/1246] Compiling x509_set.c
[611/1246] Compiling x509_vfy.c
[612/1246] Compiling x509_req.c
[613/1246] Compiling x509_def.c
[614/1246] Compiling x509_obj.c
[615/1246] Compiling x509_d2.c
[616/1246] Compiling x509_ext.c
[617/1246] Compiling x509_lu.c
[618/1246] Compiling x509.c
[618/1246] Compiling x509_att.c
[620/1246] Compiling x509_cmp.c
[621/1246] Compiling v3_prn.c
[622/1246] Compiling v3_skey.c
[623/1246] Compiling v3_pmaps.c
[624/1246] Compiling v3_purp.c
[625/1246] Compiling v3_ocsp.c
[625/1246] Compiling v3_utl.c
[627/1246] Compiling v3_pcons.c
[628/1246] Compiling v3_ncons.c
[629/1246] Compiling v3_int.c
[630/1246] Compiling v3_lib.c
[631/1246] Compiling v3_ia5.c
[632/1246] Compiling v3_info.c
[633/1246] Compiling v3_extku.c
[634/1246] Compiling v3_genn.c
[635/1246] Compiling v3_enum.c
[636/1246] Compiling v3_crld.c
[637/1246] Compiling v3_cpols.c
[638/1246] Compiling v3_bitst.c
[639/1246] Compiling v3_conf.c
[640/1246] Compiling v3_bcons.c
[641/1246] Compiling v3_akeya.c
[642/1246] Compiling v3_akey.c
[643/1246] Compiling v3_alt.c
[644/1246] Compiling t_x509a.c
[645/1246] Compiling i2d_pr.c
[646/1246] Compiling t_x509.c
[647/1246] Compiling t_crl.c
[648/1246] Compiling t_req.c
[649/1246] Compiling name_print.c
[650/1246] Compiling rsa_pss.c
[651/1246] Compiling policy.c
[652/1246] Compiling by_file.c
[653/1246] Compiling by_dir.c
[654/1246] Compiling algorithm.c
[655/1246] Compiling a_verify.c
[656/1246] Compiling a_digest.c
[657/1246] Compiling asn1_gen.c
[658/1246] Compiling voprf.c
[658/1246] Compiling a_sign.c
[660/1246] Compiling thread.c
[660/1246] Compiling trust_token.c
[662/1246] Compiling thread_win.c
[663/1246] Compiling thread_none.c
[664/1246] Compiling thread_pthread.c
[665/1246] Compiling spx_wots.c
[666/1246] Compiling spx_util.c
[667/1246] Compiling spx_thash.c
[668/1246] Compiling spx_merkle.c
[669/1246] Compiling spx_fors.c
[670/1246] Compiling pmbtoken.c
[670/1246] Compiling spx.c
[672/1246] Compiling stack.c
[673/1246] Compiling spx_address.c
[674/1246] Compiling wots.c
[675/1246] Compiling sha512.c
[675/1246] Compiling thash.c
[676/1246] Compiling sha256.c
[678/1246] Compiling siphash.c
[679/1246] Compiling merkle.c
[680/1246] Compiling slhdsa.c
[681/1246] Compiling fors.c
[682/1246] Compiling sha1.c
[683/1246] Compiling rsa_extra.c
[684/1246] Compiling rc4.c
[685/1246] Compiling rsa_print.c
[686/1246] Compiling refcount.c
[687/1246] Compiling windows.c
[688/1246] Compiling trusty.c
[689/1246] Compiling rsa_crypt.c
[690/1246] Compiling rand_extra.c
[690/1246] Compiling rsa_asn1.c
[692/1246] Compiling ios.c
[693/1246] Compiling urandom.c
[694/1246] Compiling passive.c
[695/1246] Compiling getentropy.c
[696/1246] Compiling poly1305_arm_asm.S
[696/1246] Compiling deterministic.c
[698/1246] Compiling forkunsafe.c
[699/1246] Compiling fork_detect.c
[700/1246] Compiling poly1305_arm.c
[701/1246] Compiling poly1305.c
[702/1246] Compiling pool.c
[703/1246] Compiling pkcs7.c
[704/1246] Compiling poly1305_vec.c
[705/1246] Compiling p5_pbev2.c
[706/1246] Compiling pkcs8.c
[707/1246] Compiling pem_xaux.c
[708/1246] Compiling pem_x509.c
[709/1246] Compiling pkcs7_x509.c
[710/1246] Compiling pkcs8_x509.c
[711/1246] Compiling pem_pkey.c
[712/1246] Compiling pem_pk8.c
[713/1246] Compiling obj_xref.c
[714/1246] Compiling pem_oth.c
[715/1246] Compiling pem_info.c
[716/1246] Compiling mem.c
[716/1246] Compiling pem_lib.c
[718/1246] Compiling pem_all.c
[719/1246] Compiling md5.c
[719/1246] Compiling obj.c
[721/1246] Compiling mldsa.c
[722/1246] Compiling md4.c
[723/1246] Compiling lhash.c
[724/1246] Compiling fips_shared_support.c
[725/1246] Compiling keccak.c
[726/1246] Compiling poly_rq_mul.S
[727/1246] Compiling kyber.c
[728/1246] Compiling sign.c
[729/1246] Compiling ex_data.c
[730/1246] Compiling hpke.c
[731/1246] Compiling scrypt.c
[732/1246] Compiling mlkem.cc
[733/1246] Compiling print.c
[734/1246] Compiling pbkdf.c
[735/1246] Compiling hrss.c
[736/1246] Compiling p_x25519.c
[737/1246] Compiling p_x25519_asn1.c
[738/1246] Compiling p_rsa_asn1.c
[739/1246] Compiling p_ed25519.c
[740/1246] Compiling p_rsa.c
[741/1246] Compiling p_ed25519_asn1.c
[741/1246] Compiling p_hkdf.c
[743/1246] Compiling p_ec_asn1.c
[744/1246] Compiling p_ec.c
[745/1246] Compiling p_dh.c
[746/1246] Compiling p_dsa_asn1.c
[747/1246] Compiling p_dh_asn1.c
[748/1246] Compiling evp_ctx.c
[749/1246] Compiling evp.c
[750/1246] Compiling evp_asn1.c
[751/1246] Compiling err.c
[752/1246] Compiling engine.c
[753/1246] Compiling ecdh_extra.c
[754/1246] Compiling ecdsa_asn1.c
[755/1246] Compiling ec_derive.c
[756/1246] Compiling hash_to_curve.c
[757/1246] Compiling ec_asn1.c
[758/1246] Compiling dsa_asn1.c
[759/1246] Compiling dsa.c
[760/1246] Compiling params.c
[760/1246] Compiling dh_asn1.c
[762/1246] Compiling digest_extra.c
[763/1246] Compiling dilithium.c
[764/1246] Compiling x25519-asm-arm.S
[765/1246] Compiling spake25519.c
[766/1246] Compiling crypto.c
[767/1246] Compiling cpu_intel.c
[768/1246] Compiling cpu_arm_linux.c
[768/1246] Compiling des.c
[770/1246] Compiling cpu_arm_freebsd.c
[771/1246] Compiling cpu_aarch64_openbsd.c
[772/1246] Compiling cpu_aarch64_sysreg.c
[773/1246] Compiling cpu_aarch64_win.c
[774/1246] Compiling cpu_aarch64_linux.c
[775/1246] Compiling cpu_aarch64_fuchsia.c
[776/1246] Compiling cpu_aarch64_apple.c
[777/1246] Compiling e_rc4.c
[778/1246] Compiling tls_cbc.c
[778/1246] Compiling conf.c
[780/1246] Compiling curve25519.c
[780/1246] Compiling e_tls.c
[782/1246] Compiling e_rc2.c
[783/1246] Compiling derive_key.c
[784/1246] Compiling e_null.c
[785/1246] Compiling e_des.c
[786/1246] Compiling e_chacha20poly1305.c
[787/1246] Compiling e_aesctrhmac.c
[788/1246] Compiling e_aesgcmsiv.c
[789/1246] Compiling unicode.c
[790/1246] Compiling chacha.c
[791/1246] Compiling ber.c
[792/1246] Compiling cipher_extra.c
[793/1246] Compiling curve25519_64_adx.c
[794/1246] Compiling bn_asn1.c
[794/1246] Compiling cbb.c
[796/1246] Compiling asn1_compat.c
[797/1246] Compiling buf.c
[798/1246] Compiling cbs.c
[799/1246] Compiling blake2.c
[800/1246] Compiling convert.c
[801/1246] Compiling printf.c
[802/1246] Compiling socket.c
[803/1246] Compiling socket_helper.c
[804/1246] Compiling pair.c
[804/1246] Compiling hexdump.c
[806/1246] Compiling file.c
[807/1246] Compiling errno.c
[808/1246] Compiling fd.c
[809/1246] Compiling connect.c
[810/1246] Compiling bio_mem.c
[811/1246] Compiling base64.c
[812/1246] Compiling tasn_typ.c
[813/1246] Compiling bio.c
[813/1246] Compiling tasn_utl.c
[815/1246] Compiling tasn_new.c
[816/1246] Compiling tasn_fre.c
[817/1246] Compiling tasn_enc.c
[818/1246] Compiling f_string.c
[819/1246] Compiling f_int.c
[820/1246] Compiling asn_pack.c
[820/1246] Compiling posix_time.c
[822/1246] Compiling tasn_dec.c
[823/1246] Compiling asn1_par.c
[824/1246] Compiling a_utctm.c
[825/1246] Compiling a_type.c
[826/1246] Compiling a_octet.c
[827/1246] Compiling a_time.c
[828/1246] Compiling asn1_lib.c
[829/1246] Compiling a_strex.c
[830/1246] Compiling a_strnid.c
[831/1246] Compiling a_i2d_fp.c
[832/1246] Compiling a_mbstr.c
[833/1246] Compiling a_object.c
[834/1246] Compiling a_dup.c
[835/1246] Compiling a_gentm.c
[836/1246] Compiling a_d2i_fp.c
[837/1246] Compiling a_int.c
[838/1246] Compiling fiat_p256_adx_sqr.S
[839/1246] Compiling a_bool.c
[840/1246] Compiling fiat_p256_adx_mul.S
[841/1246] Compiling a_bitstr.c
[842/1246] Compiling fiat_curve25519_adx_square.S
[843/1246] Compiling fiat_curve25519_adx_mul.S
[844/1246] Compiling md5-x86_64-linux.S
[845/1246] Compiling md5-586-linux.S
[846/1246] Compiling md5-x86_64-apple.S
[847/1246] Compiling md5-586-apple.S
[848/1246] Compiling err_data.c
[849/1246] Compiling chacha20_poly1305_x86_64-apple.S
[850/1246] Compiling chacha20_poly1305_armv8-win.S
[851/1246] Compiling chacha20_poly1305_armv8-linux.S
[852/1246] Compiling chacha20_poly1305_armv8-apple.S
[853/1246] Compiling chacha20_poly1305_x86_64-linux.S
[854/1246] Compiling chacha-x86_64-apple.S
[855/1246] Compiling chacha-x86_64-linux.S
[856/1246] Compiling chacha-x86-linux.S
[857/1246] Compiling chacha-x86-apple.S
[858/1246] Compiling bcm.c
[859/1246] Compiling CCryptoBoringSSLShims shims.c
[860/1246] Compiling chacha-armv8-win.S
[861/1246] Compiling chacha-armv8-linux.S
[862/1246] Compiling chacha-armv8-apple.S
[863/1246] Compiling chacha-armv4-linux.S
[864/1246] Compiling aes128gcmsiv-x86_64-apple.S
[865/1246] Compiling aes128gcmsiv-x86_64-linux.S
[866/1246] Compiling x86_64-mont5-apple.S
[867/1246] Compiling x86_64-mont-apple.S
[868/1246] Compiling x86_64-mont5-linux.S
[869/1246] Compiling x86_64-mont-linux.S
[870/1246] Compiling x86-mont-linux.S
[871/1246] Compiling x86-mont-apple.S
[872/1246] Compiling vpaes-x86-linux.S
[873/1246] Compiling vpaes-x86_64-apple.S
[874/1246] Compiling vpaes-x86_64-linux.S
[875/1246] Compiling vpaes-x86-apple.S
[876/1246] Compiling vpaes-armv8-win.S
[877/1246] Compiling vpaes-armv8-linux.S
[878/1246] Compiling vpaes-armv7-linux.S
[879/1246] Compiling vpaes-armv8-apple.S
[880/1246] Compiling sha512-x86_64-apple.S
[881/1246] Compiling sha512-x86_64-linux.S
[882/1246] Compiling sha512-armv8-win.S
[883/1246] Compiling sha512-armv8-linux.S
[884/1246] Compiling sha512-armv8-apple.S
[885/1246] Compiling sha512-armv4-linux.S
[886/1246] Compiling sha512-586-linux.S
[887/1246] Compiling sha512-586-apple.S
[888/1246] Compiling sha256-x86_64-apple.S
[889/1246] Compiling sha256-x86_64-linux.S
[890/1246] Compiling sha256-armv8-win.S
[891/1246] Compiling sha256-armv8-linux.S
[892/1246] Compiling sha256-armv8-apple.S
[893/1246] Compiling sha256-armv4-linux.S
[894/1246] Compiling sha256-586-linux.S
[895/1246] Compiling sha256-586-apple.S
[896/1246] Compiling sha1-armv8-win.S
[897/1246] Compiling sha1-x86_64-apple.S
[898/1246] Compiling sha1-armv8-linux.S
[899/1246] Compiling sha1-x86_64-linux.S
[900/1246] Compiling sha1-armv8-apple.S
[901/1246] Compiling sha1-armv4-large-linux.S
[902/1246] Compiling sha1-586-linux.S
[903/1246] Compiling sha1-586-apple.S
[904/1246] Compiling rsaz-avx2-apple.S
[905/1246] Compiling rsaz-avx2-linux.S
[906/1246] Compiling rdrand-x86_64-linux.S
[907/1246] Compiling rdrand-x86_64-apple.S
[908/1246] Compiling p256_beeu-x86_64-asm-apple.S
[909/1246] Compiling p256_beeu-x86_64-asm-linux.S
[910/1246] Compiling p256_beeu-armv8-asm-win.S
[911/1246] Compiling p256_beeu-armv8-asm-linux.S
[912/1246] Compiling p256_beeu-armv8-asm-apple.S
[913/1246] Compiling p256-armv8-asm-win.S
[914/1246] Compiling p256-x86_64-asm-apple.S
[915/1246] Compiling p256-x86_64-asm-linux.S
[916/1246] Compiling p256-armv8-asm-linux.S
[917/1246] Compiling p256-armv8-asm-apple.S
[918/1246] Compiling ghashv8-armv8-win.S
[919/1246] Compiling ghashv8-armv8-apple.S
[920/1246] Compiling ghashv8-armv8-linux.S
[921/1246] Compiling ghashv8-armv7-linux.S
[922/1246] Compiling ghash-x86_64-linux.S
[923/1246] Compiling ghash-x86_64-apple.S
[924/1246] Compiling ghash-x86-linux.S
[925/1246] Compiling ghash-x86-apple.S
[926/1246] Compiling ghash-ssse3-x86_64-linux.S
[927/1246] Compiling ghash-ssse3-x86_64-apple.S
[928/1246] Compiling ghash-ssse3-x86-linux.S
[929/1246] Compiling ghash-ssse3-x86-apple.S
[930/1246] Compiling ghash-neon-armv8-win.S
[931/1246] Compiling ghash-neon-armv8-linux.S
[932/1246] Compiling ghash-neon-armv8-apple.S
[933/1246] Compiling ghash-armv4-linux.S
[934/1246] Compiling co-586-apple.S
[935/1246] Compiling co-586-linux.S
[936/1246] Compiling bsaes-armv7-linux.S
[937/1246] Compiling bn-armv8-win.S
[938/1246] Compiling bn-armv8-linux.S
[939/1246] Compiling bn-armv8-apple.S
[940/1246] Compiling armv8-mont-win.S
[941/1246] Compiling bn-586-linux.S
[942/1246] Compiling bn-586-apple.S
[943/1246] Compiling armv8-mont-linux.S
[944/1246] Compiling armv8-mont-apple.S
[945/1246] Compiling armv4-mont-linux.S
[946/1246] Compiling aesv8-gcm-armv8-linux.S
[947/1246] Compiling aesv8-gcm-armv8-win.S
[948/1246] Compiling aesv8-gcm-armv8-apple.S
[949/1246] Compiling aesv8-armv8-win.S
[950/1246] Compiling aesv8-armv8-linux.S
[951/1246] Compiling aesv8-armv8-apple.S
[952/1246] Compiling aesv8-armv7-linux.S
[953/1246] Compiling aesni-x86_64-apple.S
[954/1246] Compiling aesni-x86-linux.S
[955/1246] Compiling aesni-x86-apple.S
[956/1246] Compiling aesni-x86_64-linux.S
[957/1246] Compiling aesni-gcm-x86_64-apple.S
[958/1246] Compiling aesni-gcm-x86_64-linux.S
[959/1246] Compiling x_val.c
[960/1246] Compiling x_sig.c
[961/1246] Compiling x_x509a.c
[962/1246] Compiling x_spki.c
[963/1246] Compiling x_x509.c
[964/1246] Compiling x_req.c
[965/1246] Compiling x_pubkey.c
[966/1246] Compiling x_name.c
[967/1246] Compiling x_exten.c
[968/1246] Compiling x_attrib.c
[969/1246] Compiling x_crl.c
[970/1246] Compiling x_all.c
[971/1246] Compiling x_algor.c
[972/1246] Compiling x509spki.c
[973/1246] Compiling x509rset.c
[974/1246] Compiling x509cset.c
[975/1246] Compiling x509name.c
[976/1246] Compiling x509_vpm.c
[977/1246] Compiling x509_v3.c
[978/1246] Compiling x509_vfy.c
[979/1246] Compiling x509_txt.c
[980/1246] Compiling x509_trs.c
[981/1246] Compiling x509_set.c
[982/1246] Compiling x509_req.c
[983/1246] Compiling x509_obj.c
[984/1246] Compiling x509_lu.c
[985/1246] Compiling x509_ext.c
[986/1246] Compiling x509_def.c
[987/1246] Compiling x509_d2.c
[988/1246] Compiling c-nioatomics.c
[989/1246] Compiling x509_att.c
[990/1246] Compiling x509_cmp.c
[991/1246] Compiling x509.c
[992/1246] Compiling v3_skey.c
[993/1246] Compiling v3_utl.c
[994/1246] Compiling v3_purp.c
[995/1246] Compiling v3_prn.c
[996/1246] Compiling v3_ocsp.c
[997/1246] Compiling v3_pmaps.c
[998/1246] Compiling v3_pcons.c
[999/1246] Compiling v3_int.c
[1000/1246] Compiling v3_ncons.c
[1001/1246] Compiling c-atomics.c
[1002/1246] Compiling v3_lib.c
[1003/1246] Compiling v3_ia5.c
[1004/1246] Compiling v3_info.c
[1005/1246] Compiling v3_extku.c
[1005/1246] Compiling v3_genn.c
[1007/1249] Compiling v3_enum.c
[1008/1252] Compiling v3_conf.c
[1009/1252] Compiling v3_bitst.c
[1009/1252] Compiling v3_cpols.c
[1011/1252] Compiling v3_crld.c
[1012/1252] Compiling v3_bcons.c
[1013/1252] Compiling v3_alt.c
[1014/1252] Compiling t_crl.c
[1015/1252] Compiling v3_akeya.c
[1016/1252] Compiling t_req.c
[1017/1252] Compiling t_x509.c
[1018/1252] Compiling v3_akey.c
[1019/1252] Compiling t_x509a.c
[1021/1252] Compiling NIOConcurrencyHelpers NIOLock.swift
[1021/1252] Compiling i2d_pr.c
[1022/1252] Compiling rsa_pss.c
[1023/1252] Compiling policy.c
[1024/1252] Compiling by_dir.c
[1026/1252] Compiling NIOConcurrencyHelpers lock.swift
[1026/1252] Compiling name_print.c
[1027/1252] Compiling asn1_gen.c
[1028/1252] Compiling by_file.c
[1029/1252] Compiling algorithm.c
[1030/1252] Compiling a_verify.c
[1032/1252] Emitting module NIOConcurrencyHelpers
[1032/1252] Compiling a_sign.c
[1034/1252] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1034/1252] Compiling thread_none.c
[1034/1252] Compiling thread_win.c
[1036/1252] Compiling a_digest.c
[1036/1252] Compiling trust_token.c
[1038/1252] Compiling thread_pthread.c
[1040/1252] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1041/1252] Compiling NIOConcurrencyHelpers atomics.swift
[1041/1253] Compiling voprf.c
[1042/1253] Compiling thread.c
[1043/1253] Compiling spx_util.c
[1044/1253] Compiling spx_wots.c
[1045/1253] Compiling pmbtoken.c
[1046/1253] Compiling spx_thash.c
[1047/1253] Compiling spx_fors.c
[1048/1253] Compiling stack.c
[1048/1253] Compiling spx_merkle.c
[1050/1253] Compiling spx.c
[1052/1253] Compiling spx_address.c
[1053/1253] Compiling wots.c
[1054/1253] Compiling thash.c
[1055/1253] Compiling siphash.c
[1056/1253] Compiling sha512.c
[1057/1253] Compiling slhdsa.c
[1058/1253] Compiling fors.c
[1059/1253] Compiling merkle.c
[1060/1253] Compiling sha256.c
[1061/1253] Compiling sha1.c
[1062/1253] Compiling rsa_print.c
[1063/1253] Compiling rsa_extra.c
[1064/1253] Compiling rc4.c
[1065/1253] Compiling refcount.c
[1066/1253] Wrapping AST for NIOConcurrencyHelpers for debugging
[1067/1253] Compiling trusty.c
[1068/1253] Compiling rsa_asn1.c
[1069/1253] Compiling windows.c
[1070/1253] Compiling rsa_crypt.c
[1071/1253] Compiling rand_extra.c
[1072/1253] Compiling urandom.c
[1073/1253] Compiling getentropy.c
[1073/1253] Compiling ios.c
[1075/1254] Compiling passive.c
[1076/1254] Compiling poly1305_arm_asm.S
[1077/1268] Compiling forkunsafe.c
[1078/1273] Compiling deterministic.c
[1079/1279] Compiling fork_detect.c
[1080/1279] Compiling pool.c
[1081/1279] Compiling poly1305.c
[1082/1279] Compiling poly1305_vec.c
[1083/1279] Compiling poly1305_arm.c
[1084/1279] Compiling pkcs7.c
[1085/1279] Compiling pem_xaux.c
[1086/1279] Compiling pkcs7_x509.c
[1087/1279] Compiling pkcs8_x509.c
[1088/1279] Compiling pkcs8.c
[1090/1279] Compiling ConsoleKitTerminal Console+Wait.swift
[1091/1279] Compiling ConsoleKitTerminal ConsoleColor.swift
[1092/1279] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1092/1282] Compiling p5_pbev2.c
[1093/1282] Compiling pem_x509.c
[1094/1282] Compiling pem_pkey.c
[1095/1282] Compiling pem_pk8.c
[1096/1282] Compiling pem_oth.c
[1097/1282] Compiling obj_xref.c
[1099/1282] Emitting module ConsoleKitTerminal
[1099/1282] Compiling mem.c
[1101/1282] Compiling ConsoleKitTerminal Console+Confirm.swift
[1102/1282] Compiling ConsoleKitTerminal Console+Input.swift
[1103/1282] Compiling ConsoleKitTerminal Console+Center.swift
[1104/1282] Compiling ConsoleKitTerminal Console+Output.swift
[1104/1282] Compiling pem_info.c
[1105/1282] Compiling md5.c
[1107/1282] Compiling ConsoleKitTerminal ActivityBar.swift
[1108/1282] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1109/1282] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1110/1282] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1111/1282] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1112/1282] Compiling ConsoleKitTerminal ConsoleClear.swift
[1113/1282] Compiling ConsoleKitTerminal Console+Ask.swift
[1114/1282] Compiling ConsoleKitTerminal Console+Choose.swift
[1115/1282] Compiling ConsoleKitTerminal CustomActivity.swift
[1116/1282] Compiling ConsoleKitTerminal LoadingBar.swift
[1117/1282] Compiling ConsoleKitTerminal ProgressBar.swift
[1118/1282] Compiling ConsoleKitTerminal Console+Clear.swift
[1118/1282] Compiling pem_all.c
[1119/1282] Compiling pem_lib.c
[1120/1282] Compiling mldsa.c
[1121/1282] Compiling obj.c
[1122/1282] Compiling lhash.c
[1123/1282] Compiling fips_shared_support.c
[1124/1282] Compiling md4.c
[1125/1282] Compiling kyber.c
[1126/1282] Compiling keccak.c
[1128/1282] Compiling ConsoleKitTerminal ConsoleText.swift
[1129/1282] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1130/1282] Compiling ConsoleKitTerminal ANSI.swift
[1131/1282] Compiling ConsoleKitTerminal Console.swift
[1132/1282] Compiling ConsoleKitTerminal Terminal.swift
[1133/1282] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1133/1282] Compiling sign.c
[1134/1282] Compiling hpke.c
[1135/1282] Compiling poly_rq_mul.S
[1136/1282] Compiling ex_data.c
[1137/1282] Compiling scrypt.c
[1138/1282] Compiling pbkdf.c
[1139/1282] Compiling hrss.c
[1140/1282] Compiling p_x25519.c
[1141/1282] Compiling print.c
[1142/1282] Compiling p_x25519_asn1.c
[1143/1282] Compiling p_rsa_asn1.c
[1144/1282] Compiling p_ed25519.c
[1145/1282] Compiling p_rsa.c
[1146/1282] Compiling p_hkdf.c
[1147/1282] Compiling p_ed25519_asn1.c
[1148/1282] Compiling p_ec_asn1.c
[1149/1282] Compiling p_ec.c
[1150/1282] Compiling p_dh.c
[1151/1282] Compiling p_dsa_asn1.c
[1152/1282] Compiling p_dh_asn1.c
[1153/1282] Compiling evp_ctx.c
[1154/1282] Compiling evp_asn1.c
[1155/1282] Compiling evp.c
[1156/1282] Compiling engine.c
[1157/1282] Compiling err.c
[1158/1282] Compiling ecdh_extra.c
[1159/1282] Compiling ecdsa_asn1.c
[1160/1282] Compiling hash_to_curve.c
[1161/1282] Compiling ec_derive.c
[1162/1282] Compiling dsa_asn1.c
[1163/1282] Compiling ec_asn1.c
[1164/1282] Compiling dsa.c
[1165/1282] Compiling params.c
[1166/1282] Compiling dilithium.c
[1167/1282] Compiling dh_asn1.c
[1168/1282] Compiling digest_extra.c
[1170/1282] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1171/1282] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1172/1282] Compiling ConsoleKitTerminal LoggerFragment.swift
[1172/1283] Compiling x25519-asm-arm.S
[1173/1283] Compiling spake25519.c
[1174/1283] Compiling des.c
[1175/1283] Compiling crypto.c
[1176/1283] Compiling cpu_arm_linux.c
[1176/1283] Compiling cpu_intel.c
[1179/1283] Compiling cpu_aarch64_win.c
[1180/1283] Compiling cpu_arm_freebsd.c
[1181/1283] Compiling cpu_aarch64_openbsd.c
[1182/1283] Compiling cpu_aarch64_sysreg.c
[1183/1283] Compiling cpu_aarch64_linux.c
[1184/1283] Compiling cpu_aarch64_fuchsia.c
[1185/1283] Compiling cpu_aarch64_apple.c
[1186/1283] Compiling curve25519.c
[1187/1283] Wrapping AST for ConsoleKitTerminal for debugging
[1188/1283] Compiling conf.c
[1189/1283] Compiling tls_cbc.c
[1190/1287] Compiling e_tls.c
[1191/1293] Compiling e_rc4.c
[1192/1305] Compiling e_rc2.c
[1193/1305] Compiling e_chacha20poly1305.c
[1193/1305] Compiling curve25519_64_adx.c
[1195/1305] Compiling cipher_extra.c
[1196/1305] Compiling e_aesctrhmac.c
[1197/1305] Compiling derive_key.c
[1197/1305] Compiling e_null.c
[1199/1305] Compiling e_des.c
[1200/1305] Compiling e_aesgcmsiv.c
[1201/1305] Compiling unicode.c
[1202/1305] Compiling chacha.c
[1203/1305] Compiling ber.c
[1204/1305] Compiling asn1_compat.c
[1205/1305] Compiling buf.c
[1206/1305] Compiling cbb.c
[1206/1305] Compiling bn_asn1.c
[1208/1305] Compiling blake2.c
[1209/1305] Compiling convert.c
[1209/1305] Compiling cbs.c
[1211/1305] Compiling printf.c
[1213/1305] Compiling ConsoleKitCommands CommandSignature.swift
[1214/1305] Compiling ConsoleKitCommands Flag.swift
[1215/1305] Compiling ConsoleKitCommands Option.swift
[1215/1307] Compiling hexdump.c
[1216/1307] Compiling errno.c
[1217/1307] Compiling pair.c
[1218/1307] Compiling fd.c
[1219/1307] Compiling bio_mem.c
[1220/1307] Compiling file.c
[1222/1307] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1223/1307] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1224/1307] Compiling ConsoleKitCommands Argument.swift
[1225/1307] Emitting module ConsoleKitCommands
[1226/1307] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1227/1307] Compiling ConsoleKitCommands AsyncCommand.swift
[1228/1307] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1228/1307] Compiling base64.c
[1228/1307] Compiling bio.c
[1230/1307] Compiling tasn_utl.c
[1231/1307] Compiling tasn_typ.c
[1232/1307] Compiling tasn_new.c
[1234/1307] Compiling ConsoleKitCommands Command.swift
[1235/1307] Compiling ConsoleKitCommands CommandContext.swift
[1236/1307] Compiling ConsoleKitCommands CommandError.swift
[1237/1307] Compiling ConsoleKitCommands AsyncCommands.swift
[1238/1307] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1239/1307] Compiling ConsoleKitCommands AnyCommand.swift
[1239/1307] Compiling tasn_fre.c
[1240/1307] Compiling f_string.c
[1241/1307] Compiling posix_time.c
[1242/1307] Compiling tasn_enc.c
[1243/1307] Compiling f_int.c
[1243/1307] Compiling tasn_dec.c
[1245/1307] Compiling asn1_par.c
[1246/1307] Compiling asn_pack.c
[1247/1307] Compiling a_utctm.c
[1248/1307] Compiling asn1_lib.c
[1250/1307] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1251/1307] Compiling ConsoleKitCommands Utilities.swift
[1251/1307] Compiling a_time.c
[1252/1307] Compiling a_type.c
[1253/1307] Write sources
[1254/1307] Compiling bcm.c
[1255/1307] Write sources
[1259/1307] Compiling a_octet.c
[1260/1307] Compiling a_strnid.c
[1261/1307] Compiling a_mbstr.c
[1262/1307] Compiling a_strex.c
[1263/1307] Compiling a_object.c
[1265/1412] Compiling BitCollections BitArray+Initializers.swift
[1266/1412] Compiling BitCollections BitArray+Invariants.swift
[1267/1412] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1268/1414] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1269/1414] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1270/1414] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1271/1414] Compiling BitCollections BitSet+CustomReflectable.swift
[1272/1414] Compiling Atomics IntegerOperations.swift
[1273/1414] Compiling Atomics Unmanaged extensions.swift
[1274/1414] Compiling BitCollections BitArray+Copy.swift
[1275/1414] Compiling BitCollections BitArray+CustomReflectable.swift
[1276/1414] Compiling BitCollections BitArray+Descriptions.swift
[1277/1414] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1278/1414] Compiling BitCollections BitArray+Codable.swift
[1279/1414] Compiling BitCollections BitArray+Collection.swift
[1281/1415] Compiling BitCollections BitArray+Equatable.swift
[1282/1415] Compiling BitCollections BitArray+BitwiseOperations.swift
[1286/1415] Compiling CryptoBoringWrapper RandomBytes.swift
[1291/1415] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1292/1415] Compiling BitCollections BitSet+Extras.swift
[1293/1415] Compiling BitCollections BitSet+Hashable.swift
[1294/1422] Emitting module CryptoBoringWrapper
[1294/1422] Wrapping AST for ConsoleKitCommands for debugging
[1296/1424] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1297/1424] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1298/1424] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1299/1424] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1300/1424] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1301/1424] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1302/1424] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1303/1424] Compiling BitCollections BitSet+Initializers.swift
[1304/1424] Compiling BitCollections BitSet+Invariants.swift
[1305/1424] Compiling BitCollections BitSet+Random.swift
[1306/1424] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1307/1424] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1308/1424] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1309/1424] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1310/1424] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1311/1424] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1312/1424] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1313/1424] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1314/1424] Compiling BitCollections BitSet+SetAlgebra union.swift
[1315/1424] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1316/1424] Compiling BitCollections BitSet.Counted.swift
[1317/1424] Compiling CryptoBoringWrapper EllipticCurve.swift
[1318/1424] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1319/1424] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1320/1424] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1321/1424] Compiling ConsoleKit Exports.swift
[1322/1424] Emitting module ConsoleKit
[1325/1425] Compiling BitCollections BitArray+RandomBits.swift
[1330/1428] Emitting module BitCollections
[1331/1428] Compiling BitCollections BitArray+Hashable.swift
[1335/1428] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1336/1428] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1336/1429] Wrapping AST for ConsoleKit for debugging
[1338/1429] Wrapping AST for CryptoBoringWrapper for debugging
[1349/1429] Compiling Algorithms Trim.swift
[1350/1429] Compiling Algorithms Unique.swift
[1351/1429] Compiling Algorithms Windows.swift
[1352/1429] Compiling BitCollections BitArray._UnsafeHandle.swift
[1353/1429] Compiling BitCollections BitArray.swift
[1354/1429] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1355/1429] Compiling BitCollections BitSet+Codable.swift
[1358/1429] Compiling BitCollections BitArray+Extras.swift
[1359/1429] Compiling BitCollections BitArray+Fill.swift
[1367/1500] Compiling Crypto AESWrap_boring.swift
[1368/1500] Compiling Crypto Ed25519_boring.swift
[1369/1500] Compiling Crypto NISTCurvesKeys_boring.swift
[1370/1500] Compiling Crypto X25519Keys_boring.swift
[1371/1500] Compiling Crypto Curve25519.swift
[1372/1500] Compiling Crypto Ed25519Keys.swift
[1373/1500] Compiling Crypto NISTCurvesKeys.swift
[1374/1501] Compiling Crypto ASN1Null.swift
[1375/1501] Compiling Crypto ASN1OctetString.swift
[1376/1501] Compiling Crypto ASN1Strings.swift
[1378/1501] Compiling Crypto ASN1BitString.swift
[1379/1501] Compiling Crypto ASN1Boolean.swift
[1380/1501] Compiling Crypto ASN1Identifier.swift
[1381/1501] Compiling Crypto ASN1Integer.swift
[1382/1501] Compiling Crypto Digest_boring.swift
[1383/1501] Compiling Crypto Digest.swift
[1384/1501] Compiling Crypto Digests.swift
[1384/1501] Wrapping AST for BitCollections for debugging
[1386/1501] Compiling Crypto AES-GCM.swift
[1387/1501] Compiling Crypto AES-GCM_boring.swift
[1388/1501] Compiling Crypto ChaChaPoly_boring.swift
[1389/1501] Compiling Crypto ChaChaPoly.swift
[1390/1503] Emitting module Collections
[1391/1503] Compiling Collections Collections.swift
[1392/1504] Wrapping AST for Collections for debugging
[1394/1504] Emitting module Atomics
[1395/1504] Compiling Crypto HPKE-Ciphersuite.swift
[1396/1504] Compiling Crypto HPKE-KDF.swift
[1397/1504] Compiling Crypto HPKE-KexKeyDerivation.swift
[1398/1504] Compiling Crypto HPKE-LabeledExtract.swift
[1399/1504] Compiling Crypto HPKE-Utils.swift
[1400/1504] Compiling Crypto DHKEM.swift
[1401/1504] Compiling Crypto HPKE-KEM-Curve25519.swift
[1402/1504] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1403/1504] Compiling Crypto HPKE-KEM.swift
[1404/1504] Compiling Crypto HPKE-Errors.swift
[1407/1513] Compiling Crypto Cipher.swift
[1411/1514] Wrapping AST for Atomics for debugging
[1413/1531] Compiling Crypto PKCS8PrivateKey.swift
[1414/1531] Compiling Crypto SEC1PrivateKey.swift
[1415/1531] Compiling Crypto SubjectPublicKeyInfo.swift
[1416/1531] Compiling Crypto CryptoKitErrors.swift
[1420/1531] Compiling Crypto HashFunctions.swift
[1421/1531] Compiling Crypto HashFunctions_SHA2.swift
[1422/1531] Compiling Crypto HPKE-AEAD.swift
[1423/1574] Compiling NIOCore MarkedCircularBuffer.swift
[1424/1574] Compiling NIOCore MulticastChannel.swift
[1425/1574] Compiling NIOCore NIOAny.swift
[1426/1574] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1427/1574] Compiling NIOCore NIOLoopBound.swift
[1428/1574] Compiling NIOCore NIOScheduledCallback.swift
[1429/1574] Compiling NIOCore NIOSendable.swift
[1430/1574] Compiling NIOCore PointerHelpers.swift
[1431/1574] Compiling NIOCore RecvByteBufferAllocator.swift
[1432/1574] Compiling Crypto X25519Keys.swift
[1433/1574] Compiling Crypto SymmetricKeys.swift
[1434/1574] Compiling Crypto HMAC.swift
[1435/1574] Compiling Crypto MACFunctions.swift
[1436/1574] Compiling Crypto MessageAuthenticationCode.swift
[1437/1574] Compiling Crypto AES.swift
[1438/1574] Compiling Crypto ECDSASignature_boring.swift
[1439/1574] Compiling Crypto ECDSA_boring.swift
[1440/1574] Compiling Crypto EdDSA_boring.swift
[1441/1574] Compiling Crypto ECDSA.swift
[1442/1574] Compiling Crypto Ed25519.swift
[1443/1574] Compiling NIOCore FileHandle.swift
[1444/1574] Compiling NIOCore FileRegion.swift
[1445/1574] Compiling NIOCore GlobalSingletons.swift
[1446/1574] Compiling NIOCore IO.swift
[1447/1574] Compiling NIOCore IOData.swift
[1448/1574] Compiling NIOCore IPProtocol.swift
[1449/1574] Compiling NIOCore IntegerBitPacking.swift
[1450/1574] Compiling NIOCore IntegerTypes.swift
[1451/1574] Compiling NIOCore Interfaces.swift
[1452/1574] Compiling NIOCore Linux.swift
[1453/1574] Emitting module Crypto
[1454/1574] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1455/1574] Compiling NIOCore ByteBuffer-views.swift
[1456/1574] Compiling NIOCore Channel.swift
[1457/1574] Compiling NIOCore ChannelHandler.swift
[1458/1574] Compiling NIOCore ChannelHandlers.swift
[1459/1574] Compiling NIOCore ChannelInvoker.swift
[1460/1574] Compiling NIOCore ChannelOption.swift
[1461/1574] Compiling NIOCore ChannelPipeline.swift
[1462/1574] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1463/1574] Compiling NIOCore BSDSocketAPI.swift
[1464/1574] Compiling NIOCore AddressedEnvelope.swift
[1465/1574] Compiling NIOCore AsyncAwaitSupport.swift
[1466/1574] Compiling NIOCore AsyncChannel.swift
[1467/1574] Compiling NIOCore AsyncChannelHandler.swift
[1468/1574] Compiling NIOCore AsyncChannelInboundStream.swift
[1469/1574] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1470/1574] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1471/1574] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1472/1574] Compiling NIOCore NIOAsyncWriter.swift
[1473/1574] Compiling NIOCore ByteBuffer-multi-int.swift
[1474/1574] Compiling Crypto Signature.swift
[1475/1574] Compiling Crypto CryptoKitErrors_boring.swift
[1476/1574] Compiling Crypto RNG_boring.swift
[1477/1574] Compiling Crypto SafeCompare_boring.swift
[1478/1574] Compiling Crypto Zeroization_boring.swift
[1479/1574] Compiling Crypto PrettyBytes.swift
[1480/1574] Compiling Crypto SafeCompare.swift
[1481/1574] Compiling Crypto SecureBytes.swift
[1482/1574] Compiling Crypto Zeroization.swift
[1491/1575] Emitting module Algorithms
[1493/1584] Wrapping AST for Crypto for debugging
[1494/1584] Wrapping AST for Algorithms for debugging
[1504/1584] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1505/1584] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1506/1584] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1507/1584] Compiling NIOCore EventLoopFuture.swift
[1508/1584] Compiling NIOCore FileDescriptor.swift
[1512/1584] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1513/1584] Compiling NIOCore SocketAddresses.swift
[1514/1584] Compiling NIOCore SocketOptionProvider.swift
[1515/1584] Compiling NIOCore SystemCallHelpers.swift
[1516/1584] Compiling NIOCore TimeAmount+Duration.swift
[1517/1584] Compiling NIOCore TypeAssistedChannelHandler.swift
[1518/1584] Compiling NIOCore UniversalBootstrapSupport.swift
[1519/1584] Compiling NIOCore Utilities.swift
[1520/1584] Compiling NIOCore CircularBuffer.swift
[1521/1584] Compiling NIOCore Codec.swift
[1522/1584] Compiling NIOCore ConvenienceOptionSupport.swift
[1523/1584] Compiling NIOCore DeadChannel.swift
[1524/1584] Compiling NIOCore DispatchQueue+WithFuture.swift
[1525/1584] Compiling NIOCore EventLoop+Deprecated.swift
[1526/1584] Compiling NIOCore EventLoop+SerialExecutor.swift
[1527/1584] Compiling NIOCore EventLoop.swift
[1530/1584] Compiling NIOCore ByteBuffer-aux.swift
[1531/1584] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1532/1584] Compiling NIOCore ByteBuffer-conversions.swift
[1533/1584] Compiling NIOCore ByteBuffer-core.swift
[1534/1584] Compiling NIOCore ByteBuffer-hex.swift
[1535/1584] Compiling NIOCore ByteBuffer-int.swift
[1536/1584] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1555/1584] Emitting module NIOCore
[1556/1585] Wrapping AST for NIOCore for debugging
[1558/1637] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1559/1637] Compiling NIOEmbedded AsyncTestingChannel.swift
[1560/1637] Emitting module NIOEmbedded
[1561/1637] Compiling NIOEmbedded Embedded.swift
[1562/1638] Wrapping AST for NIOEmbedded for debugging
[1564/1638] Compiling NIOPosix Pool.swift
[1565/1638] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1566/1638] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1567/1638] Compiling NIOPosix PosixSingletons.swift
[1568/1638] Compiling NIOPosix RawSocketBootstrap.swift
[1569/1638] Compiling NIOPosix Resolver.swift
[1570/1638] Compiling NIOPosix Selectable.swift
[1571/1644] Compiling NIOPosix SelectableChannel.swift
[1572/1644] Compiling NIOPosix SelectableEventLoop.swift
[1573/1644] Compiling NIOPosix SelectorEpoll.swift
[1574/1644] Compiling NIOPosix SelectorGeneric.swift
[1575/1644] Compiling NIOPosix SelectorKqueue.swift
[1576/1644] Compiling NIOPosix SelectorUring.swift
[1577/1644] Compiling NIOPosix ThreadPosix.swift
[1578/1644] Compiling NIOPosix ThreadWindows.swift
[1579/1644] Compiling NIOPosix UnsafeTransfer.swift
[1580/1644] Compiling NIOPosix Utilities.swift
[1581/1644] Compiling NIOPosix VsockAddress.swift
[1582/1644] Compiling NIOPosix VsockChannelEvents.swift
[1583/1644] Emitting module NIOPosix
[1584/1644] Compiling NIOPosix BSDSocketAPICommon.swift
[1585/1644] Compiling NIOPosix BSDSocketAPIPosix.swift
[1586/1644] Compiling NIOPosix BSDSocketAPIWindows.swift
[1587/1644] Compiling NIOPosix BaseSocket.swift
[1588/1644] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1589/1644] Compiling NIOPosix BaseSocketChannel.swift
[1590/1644] Compiling NIOPosix BaseStreamSocketChannel.swift
[1591/1644] Compiling NIOPosix ServerSocket.swift
[1592/1644] Compiling NIOPosix Socket.swift
[1593/1644] Compiling NIOPosix SocketChannel.swift
[1594/1644] Compiling NIOPosix SocketProtocols.swift
[1595/1644] Compiling NIOPosix System.swift
[1596/1644] Compiling NIOPosix Thread.swift
[1597/1644] Compiling NIOPosix Bootstrap.swift
[1598/1644] Compiling NIOPosix ControlMessage.swift
[1599/1644] Compiling NIOPosix DatagramVectorReadManager.swift
[1600/1644] Compiling NIOPosix Errors+Any.swift
[1601/1644] Compiling NIOPosix FileDescriptor.swift
[1602/1644] Compiling NIOPosix GetaddrinfoResolver.swift
[1603/1644] Compiling NIOPosix HappyEyeballs.swift
[1604/1644] Compiling NIOPosix IO.swift
[1605/1644] Compiling NIOPosix IntegerBitPacking.swift
[1606/1644] Compiling NIOPosix IntegerTypes.swift
[1607/1644] Compiling NIOPosix Linux.swift
[1608/1644] Compiling NIOPosix LinuxCPUSet.swift
[1609/1644] Compiling NIOPosix LinuxUring.swift
[1610/1644] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1611/1644] Compiling NIOPosix NIOThreadPool.swift
[1612/1644] Compiling NIOPosix NonBlockingFileIO.swift
[1613/1644] Compiling NIOPosix PendingDatagramWritesManager.swift
[1614/1644] Compiling NIOPosix PendingWritesManager.swift
[1615/1644] Compiling NIOPosix PipeChannel.swift
[1616/1644] Compiling NIOPosix PipePair.swift
[1617/1644] Compiling NIOPosix PointerHelpers.swift
[1618/1645] Wrapping AST for NIOPosix for debugging
[1620/1701] Compiling NIO Exports.swift
[1621/1701] Emitting module NIO
[1622/1702] Compiling _NIOFileSystem Array+FileSystem.swift
[1623/1702] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1624/1702] Compiling _NIOFileSystem BufferedReader.swift
[1625/1704] Compiling _NIOFileSystem BufferedWriter.swift
[1626/1704] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[1627/1704] Compiling _NIOFileSystem ByteCount.swift
[1628/1704] Wrapping AST for NIO for debugging
[1630/1737] Compiling _NIOFileSystem FileInfo.swift
[1631/1737] Compiling _NIOFileSystem FileType.swift
[1632/1737] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1633/1767] Compiling NIOTLS TLSEvents.swift
[1634/1767] Compiling NIOSOCKS SOCKSResponse.swift
[1635/1768] Emitting module NIOTLS
[1636/1768] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1637/1768] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1638/1768] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1639/1768] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1640/1768] Compiling NIOSOCKS ClientStateMachine.swift
[1641/1768] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1642/1768] Compiling LeafKit DefaultLeafCache.swift
[1643/1768] Compiling LeafKit LeafCache.swift
[1644/1768] Compiling LeafKit LeafSerializer.swift
[1645/1768] Compiling LeafKit ParameterResolver.swift
[1646/1768] Emitting module NIOSOCKS
[1647/1768] Compiling LeafKit Exports.swift
[1648/1768] Compiling LeafKit LeafAST.swift
[1649/1768] Compiling LeafKit LeafDataRepresentable.swift
[1650/1768] Compiling LeafKit LeafDataStorage.swift
[1651/1768] Compiling LeafKit LeafConfiguration.swift
[1652/1768] Compiling LeafKit LeafData.swift
[1653/1768] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1654/1768] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1655/1768] Compiling NIOTLS SNIHandler.swift
[1656/1769] Compiling NIOSOCKS ServerStateMachine.swift
[1658/1770] Emitting module _NIOFileSystem
[1659/1774] Wrapping AST for NIOTLS for debugging
[1661/1774] Compiling LeafKit LeafParameter.swift
[1662/1774] Compiling LeafKit LeafParser.swift
[1662/1774] Wrapping AST for NIOSOCKS for debugging
[1664/1776] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1665/1776] Emitting module NIOFoundationCompat
[1666/1777] Compiling LeafKit LeafSource.swift
[1667/1777] Compiling LeafKit LeafSources.swift
[1668/1777] Compiling LeafKit NIOLeafFiles.swift
[1670/1808] Compiling _NIOFileSystem Errno.swift
[1671/1808] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1672/1808] Compiling _NIOFileSystem Mocking.swift
[1673/1808] Compiling _NIOFileSystem Syscall.swift
[1674/1808] Compiling NIOSSL SubjectAlternativeName.swift
[1675/1808] Compiling NIOSSL NIOSSLSecureBytes.swift
[1676/1808] Compiling NIOSSL RNG.swift
[1677/1808] Compiling NIOSSL SafeCompare.swift
[1678/1808] Emitting module LeafKit
[1678/1808] Wrapping AST for NIOFoundationCompat for debugging
[1680/1808] Compiling NIOSSL IdentityVerification.swift
[1681/1808] Compiling NIOSSL LinuxCABundle.swift
[1682/1808] Compiling NIOSSL NIOSSLClientHandler.swift
[1683/1808] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1684/1830] Compiling NIOTransportServices AcceptHandler.swift
[1685/1830] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1686/1830] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1687/1830] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1688/1830] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1689/1830] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1690/1830] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1691/1830] Compiling NIOTransportServices NIOTSSingletons.swift
[1692/1830] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1693/1830] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1694/1830] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1695/1830] Compiling NIOTransportServices NIOTSEventLoop.swift
[1696/1830] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1697/1830] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1698/1830] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1699/1830] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1700/1830] Compiling NIOTransportServices NIOTSErrors.swift
[1707/1832] Compiling NIOTransportServices NIOTSBootstraps.swift
[1708/1832] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1710/1832] Compiling NIOTransportServices StateManagedChannel.swift
[1711/1832] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1715/1832] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1716/1832] Emitting module NIOTransportServices
[1717/1832] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1718/1832] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1724/1832] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1733/1833] Wrapping AST for NIOTransportServices for debugging
[1750/1833] Emitting module NIOHTTP1
[1767/1883] Compiling NIOHPACK DynamicHeaderTable.swift
[1768/1883] Compiling NIOHPACK HPACKDecoder.swift
[1769/1883] Compiling NIOHPACK HPACKEncoder.swift
[1770/1883] Compiling NIOHPACK HPACKErrors.swift
[1771/1883] Compiling NIOHPACK HPACKHeader.swift
[1772/1883] Compiling NIOHPACK HeaderTables.swift
[1773/1883] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1774/1883] Compiling NIOExtras LengthFieldPrepender.swift
[1778/1883] Compiling NIOExtras NIOExtrasError.swift
[1779/1883] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1780/1883] Compiling NIOExtras QuiescingHelper.swift
[1781/1883] Compiling NIOExtras RequestResponseHandler.swift
[1785/1883] Compiling NIOExtras LineBasedFrameDecoder.swift
[1786/1883] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1787/1883] Compiling NIOExtras NIORequestIdentifiable.swift
[1788/1883] Compiling NIOExtras PCAPRingBuffer.swift
[1789/1902] Compiling _NIOFileSystem Syscalls.swift
[1790/1902] Compiling _NIOFileSystem SystemFileHandle.swift
[1791/1902] Compiling _NIOFileSystem Utilities.swift
[1792/1902] Compiling _NIOFileSystem OpenOptions.swift
[1793/1903] Emitting module NIOSSL
[1794/1903] Compiling NIOWebSocket WebSocketOpcode.swift
[1795/1904] Compiling MultipartKit FormDataEncoder.swift
[1796/1904] Compiling MultipartKit Storage.swift
[1797/1906] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1799/1906] Compiling NIOHPACK IndexedHeaderTable.swift
[1800/1906] Compiling NIOHPACK IntegerCoding.swift
[1801/1907] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1802/1907] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1803/1907] Compiling NIOHTTPCompression HTTPCompression.swift
[1804/1907] Emitting module NIOHTTPCompression
[1805/1907] Compiling NIOHTTPCompression HTTPDecompression.swift
[1806/1907] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1807/1907] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1808/1907] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1809/1907] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1810/1907] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1811/1907] Compiling MultipartKit BasicCodingKey.swift
[1812/1907] Compiling MultipartKit MultipartError.swift
[1813/1907] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1814/1907] Compiling NIOHPACK StaticHeaderTable.swift
[1815/1909] Compiling MultipartKit MultipartFormData.swift
[1816/1909] Compiling MultipartKit MultipartParser.swift
[1817/1910] Compiling NIOHPACK HuffmanTables.swift
[1818/1910] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1819/1910] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1820/1911] Compiling MultipartKit Exports.swift
[1821/1911] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1822/1911] Emitting module NIOWebSocket
[1823/1911] Compiling NIOHPACK HuffmanCoding.swift
[1827/1911] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1828/1911] Compiling MultipartKit FormDataDecoder.swift
[1833/1913] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1834/1913] Compiling NIOExtras WritePCAPHandler.swift
[1838/1913] Compiling NIOWebSocket WebSocketFrame.swift
[1839/1913] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1841/1914] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1842/1914] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1845/1914] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1846/1914] Emitting module _NIOFileSystemFoundationCompat
[1847/1914] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1848/1914] Emitting module NIOExtras
[1849/1914] Emitting module MultipartKit
[1851/1914] Emitting module NIOHPACK
[1859/1917] Compiling MultipartKit MultipartSerializer.swift
[1860/1917] Compiling MultipartKit Utilities.swift
[1860/1917] Wrapping AST for _NIOFileSystem for debugging
[1866/1918] Emitting module NIOFileSystem
[1867/1918] Compiling NIOFileSystem Exports.swift
[1871/1919] Wrapping AST for NIOWebSocket for debugging
[1872/1919] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[1875/1920] Wrapping AST for NIOHTTP1 for debugging
[1877/1920] Wrapping AST for NIOHTTPCompression for debugging
[1878/1920] Wrapping AST for LeafKit for debugging
[1879/1920] Wrapping AST for NIOHPACK for debugging
[1880/1920] Wrapping AST for MultipartKit for debugging
[1882/1920] Compiling NIOSSL Zeroization.swift
[1883/1920] Compiling NIOSSL TLSConfiguration.swift
[1884/1920] Compiling NIOSSL UniversalBootstrapSupport.swift
[1884/1936] Wrapping AST for NIOFileSystem for debugging
[1886/1944] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1887/1944] Compiling NIOHTTP2 HTTP2Frame.swift
[1888/1945] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1889/1945] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1890/1945] Compiling NIOHTTP2 HTTP2PingData.swift
[1891/1945] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1892/1945] Compiling NIOHTTP2 HTTP2Settings.swift
[1893/1945] Compiling NIOHTTP2 HTTP2Stream.swift
[1895/1979] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1896/1979] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1897/1980] Wrapping AST for NIOSSL for debugging
[1898/1982] Wrapping AST for NIOExtras for debugging
[1900/1988] Compiling WebSocketKit Exports.swift
[1901/1988] Compiling WebSocketKit WebSocketHandler.swift
[1902/1988] Compiling WebSocketKit WebSocket+Concurrency.swift
[1903/1988] Emitting module WebSocketKit
[1904/1988] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1905/1988] Compiling WebSocketKit WebSocket+Connect.swift
[1906/1988] Compiling WebSocketKit WebSocket.swift
[1907/1988] Compiling WebSocketKit WebSocketClient.swift
[1908/1989] Wrapping AST for WebSocketKit for debugging
[1910/1989] Emitting module AsyncKit
[1911/1989] Compiling NIOHTTP2 StateMachineResult.swift
[1912/1989] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1913/1989] Compiling NIOHTTP2 DOSHeuristics.swift
[1914/1989] Compiling NIOHTTP2 Error+Any.swift
[1915/1989] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1916/1989] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1917/1989] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1918/1989] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1919/1997] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1920/1997] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1921/1997] Compiling NIOHTTP2 HasLocalSettings.swift
[1922/1997] Compiling NIOHTTP2 HasRemoteSettings.swift
[1923/1997] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1924/1997] Compiling NIOHTTP2 QuiescingState.swift
[1925/1997] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1926/1997] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1929/1997] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1930/1997] Compiling NIOHTTP2 HTTP2StreamID.swift
[1931/1997] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1932/1997] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1933/1997] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1934/1997] Compiling NIOHTTP2 InboundEventBuffer.swift
[1935/1997] Compiling NIOHTTP2 MaySendFrames.swift
[1936/1997] Compiling NIOHTTP2 SendingDataState.swift
[1937/1997] Compiling NIOHTTP2 SendingGoawayState.swift
[1938/1997] Compiling NIOHTTP2 SendingHeadersState.swift
[1939/1997] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1940/1997] Compiling NIOHTTP2 SendingRstStreamState.swift
[1941/1997] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1942/1997] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1943/1997] Emitting module NIOHTTP2
[1944/1997] Compiling NIOHTTP2 InboundWindowManager.swift
[1945/1997] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1946/1997] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1947/1997] Compiling NIOHTTP2 StreamChannelList.swift
[1948/1997] Compiling NIOHTTP2 StreamMap.swift
[1949/1997] Compiling NIOHTTP2 StreamStateMachine.swift
[1950/1997] Compiling NIOHTTP2 UnsafeTransfer.swift
[1951/1997] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1960/1997] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1961/1997] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1962/1997] Compiling NIOHTTP2 MayReceiveFrames.swift
[1963/1997] Compiling NIOHTTP2 ReceivingDataState.swift
[1964/1997] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1965/1997] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1966/1997] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1967/1997] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1968/1997] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1969/1997] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1970/1997] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1971/1997] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1972/1997] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1973/1997] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1974/1997] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1975/1997] Compiling NIOHTTP2 HTTP2Error.swift
[1976/1997] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1977/1998] Wrapping AST for NIOHTTP2 for debugging
[1979/2055] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1980/2055] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1981/2055] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1982/2055] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1983/2055] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1984/2055] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1985/2055] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1986/2055] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1987/2063] Emitting module AsyncHTTPClient
[1988/2063] Compiling AsyncHTTPClient ConnectionPool.swift
[1989/2063] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1990/2063] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1991/2063] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1992/2063] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1993/2063] Compiling AsyncHTTPClient HTTP1Connection.swift
[1994/2063] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1995/2063] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1996/2063] Compiling AsyncHTTPClient HTTP2Connection.swift
[1997/2063] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1998/2063] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1999/2063] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2000/2063] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2001/2063] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2002/2063] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2003/2063] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2004/2063] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2005/2063] Compiling AsyncHTTPClient HTTPClient.swift
[2006/2063] Compiling AsyncHTTPClient HTTPHandler.swift
[2007/2063] Compiling AsyncHTTPClient LRUCache.swift
[2008/2063] Compiling AsyncHTTPClient NWErrorHandler.swift
[2009/2063] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2010/2063] Compiling AsyncHTTPClient TLSConfiguration.swift
[2011/2063] Compiling AsyncHTTPClient RedirectState.swift
[2012/2063] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2013/2063] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2014/2063] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2015/2063] Compiling AsyncHTTPClient ConnectionTarget.swift
[2016/2063] Compiling AsyncHTTPClient DeconstructedURL.swift
[2017/2063] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2018/2063] Compiling AsyncHTTPClient FoundationExtensions.swift
[2019/2063] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2020/2063] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2021/2063] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2022/2063] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2023/2063] Compiling AsyncHTTPClient Transaction.swift
[2024/2063] Compiling AsyncHTTPClient Base64.swift
[2025/2063] Compiling AsyncHTTPClient BasicAuth.swift
[2026/2063] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2027/2063] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2028/2063] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2029/2063] Compiling AsyncHTTPClient RequestBodyLength.swift
[2030/2063] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2031/2063] Compiling AsyncHTTPClient RequestOptions.swift
[2032/2063] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2033/2063] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2034/2063] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2035/2063] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2036/2063] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2037/2063] Compiling AsyncHTTPClient RequestBag.swift
[2038/2063] Compiling AsyncHTTPClient RequestValidation.swift
[2039/2063] Compiling AsyncHTTPClient SSLContextCache.swift
[2040/2063] Compiling AsyncHTTPClient Scheme.swift
[2041/2063] Compiling AsyncHTTPClient Singleton.swift
[2042/2063] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2043/2063] Compiling AsyncHTTPClient Utils.swift
[2044/2064] Wrapping AST for AsyncHTTPClient for debugging
[2058/2065] Wrapping AST for AsyncKit for debugging
[2060/2231] Compiling Vapor AsyncBasicResponder.swift
[2061/2231] Compiling Vapor AsyncMiddleware.swift
[2062/2231] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2063/2231] Compiling Vapor AsyncSessionDriver.swift
[2064/2231] Compiling Vapor Authentication+Concurrency.swift
[2065/2231] Compiling Vapor Cache+Concurrency.swift
[2066/2231] Compiling Vapor Client+Concurrency.swift
[2067/2231] Compiling Vapor RequestBody+Concurrency.swift
[2068/2231] Compiling Vapor Responder+Concurrency.swift
[2069/2231] Compiling Vapor ResponseCodable+Concurrency.swift
[2070/2231] Compiling Vapor RoutesBuilder+Concurrency.swift
[2071/2231] Compiling Vapor ViewRenderer+Concurrency.swift
[2072/2231] Compiling Vapor WebSocket+Concurrency.swift
[2073/2231] Compiling Vapor ContainerGetPathExecutor.swift
[2074/2231] Compiling Vapor Content.swift
[2075/2231] Compiling Vapor ContentCoders.swift
[2076/2231] Compiling Vapor ContentConfiguration.swift
[2077/2231] Compiling Vapor ContentContainer.swift
[2078/2231] Compiling Vapor JSONCoder+Custom.swift
[2079/2231] Compiling Vapor JSONCoders+Content.swift
[2080/2231] Compiling Vapor PlaintextDecoder.swift
[2081/2231] Compiling Vapor PlaintextEncoder.swift
[2082/2231] Compiling Vapor URLQueryCoders.swift
[2083/2231] Compiling Vapor URLQueryContainer.swift
[2084/2254] Compiling Vapor MemorySessions.swift
[2085/2254] Compiling Vapor Request+Session.swift
[2086/2254] Compiling Vapor Session.swift
[2087/2254] Compiling Vapor SessionCache.swift
[2088/2254] Compiling Vapor SessionData.swift
[2089/2254] Compiling Vapor SessionDriver.swift
[2090/2254] Compiling Vapor SessionsConfiguration.swift
[2091/2254] Compiling Vapor SessionsMiddleware.swift
[2092/2254] Compiling Vapor URLEncodedFormData.swift
[2093/2254] Compiling Vapor URLEncodedFormDecoder.swift
[2094/2254] Compiling Vapor URLEncodedFormEncoder.swift
[2095/2254] Compiling Vapor URLEncodedFormError.swift
[2096/2254] Compiling Vapor URLEncodedFormParser.swift
[2097/2254] Compiling Vapor URLEncodedFormSerializer.swift
[2098/2254] Compiling Vapor URLQueryFragmentConvertible.swift
[2099/2254] Compiling Vapor AnyResponse.swift
[2100/2254] Compiling Vapor Array+Random.swift
[2101/2254] Compiling Vapor Base32.swift
[2102/2254] Compiling Vapor Base64.swift
[2103/2254] Compiling Vapor BaseN.swift
[2104/2254] Compiling Vapor BasicCodingKey.swift
[2105/2254] Compiling Vapor ByteCount.swift
[2106/2254] Compiling Vapor Bytes+Hex.swift
[2107/2254] Emitting module Vapor
[2108/2254] Compiling Vapor Bytes+SecureCompare.swift
[2109/2254] Compiling Vapor Collection+Safe.swift
[2110/2254] Compiling Vapor DataProtocol+Copy.swift
[2111/2254] Compiling Vapor DecoderUnwrapper.swift
[2112/2254] Compiling Vapor DirectoryConfiguration.swift
[2113/2254] Compiling Vapor DotEnv.swift
[2114/2254] Compiling Vapor Extendable.swift
[2115/2254] Compiling Vapor File.swift
[2116/2254] Compiling Vapor FileIO.swift
[2117/2254] Compiling Vapor LifecycleHandler.swift
[2118/2254] Compiling Vapor OptionalType.swift
[2119/2254] Compiling Vapor RFC1123.swift
[2120/2254] Compiling Vapor SocketAddress+Hostname.swift
[2121/2254] Compiling Vapor Storage.swift
[2122/2254] Compiling Vapor String+IsIPAddress.swift
[2123/2254] Compiling Vapor Thread.swift
[2124/2254] Compiling Vapor URI.swift
[2125/2254] Compiling Vapor RangeResult.swift
[2126/2254] Compiling Vapor Validatable.swift
[2127/2254] Compiling Vapor Validation.swift
[2128/2254] Compiling Vapor ValidationKey.swift
[2129/2254] Compiling Vapor Validations.swift
[2130/2254] Compiling Vapor ValidationsError.swift
[2131/2277] Compiling Vapor HTTPServerResponseEncoder.swift
[2132/2277] Compiling Vapor HTTPServerUpgradeHandler.swift
[2133/2277] Compiling Vapor Logger+Report.swift
[2134/2277] Compiling Vapor LoggingSystem+Environment.swift
[2135/2277] Compiling Vapor Application+Middleware.swift
[2136/2277] Compiling Vapor CORSMiddleware.swift
[2137/2277] Compiling Vapor ErrorMiddleware.swift
[2138/2277] Compiling Vapor FileMiddleware.swift
[2139/2277] Compiling Vapor Middleware.swift
[2140/2277] Compiling Vapor MiddlewareConfiguration.swift
[2141/2277] Compiling Vapor ResponseCompressionMiddleware.swift
[2142/2277] Compiling Vapor RouteLoggingMiddleware.swift
[2143/2277] Compiling Vapor File+Multipart.swift
[2144/2277] Compiling Vapor FormDataDecoder+Content.swift
[2145/2277] Compiling Vapor FormDataEncoder+Content.swift
[2146/2277] Compiling Vapor Application+Password.swift
[2147/2277] Compiling Vapor Application+Passwords.swift
[2148/2277] Compiling Vapor AsyncPasswordHasher.swift
[2149/2277] Compiling Vapor BcryptHasher.swift
[2150/2277] Compiling Vapor PasswordHasher.swift
[2151/2277] Compiling Vapor PlaintextHasher.swift
[2152/2277] Compiling Vapor Request+Password.swift
[2153/2277] Compiling Vapor Redirect.swift
[2154/2277] Compiling Vapor Core.swift
[2155/2277] Compiling Vapor Running.swift
[2156/2277] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2157/2277] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2158/2277] Compiling Vapor DotEnvFile+load.swift
[2159/2277] Compiling Vapor Routes+caseInsenstive.swift
[2160/2277] Compiling Vapor Validatable+validate.swift
[2161/2277] Compiling Vapor Environment+Process.swift
[2162/2277] Compiling Vapor Environment+Secret.swift
[2163/2277] Compiling Vapor Environment.swift
[2164/2277] Compiling Vapor Abort.swift
[2165/2277] Compiling Vapor AbortError.swift
[2166/2277] Compiling Vapor DebuggableError.swift
[2167/2277] Compiling Vapor Demangler.swift
[2168/2277] Compiling Vapor ErrorSource.swift
[2169/2277] Compiling Vapor StackTrace.swift
[2170/2277] Compiling Vapor Exports.swift
[2171/2277] Compiling Vapor Application+HTTP.swift
[2172/2277] Compiling Vapor BasicResponder.swift
[2173/2277] Compiling Vapor BodyStream.swift
[2174/2277] Compiling Vapor Application+HTTP+Client.swift
[2175/2277] Compiling Vapor EventLoopHTTPClient.swift
[2176/2277] Compiling Vapor EndpointCache.swift
[2177/2277] Compiling Vapor HTTPMethod+String.swift
[2178/2277] Compiling Vapor Request+Body.swift
[2179/2277] Compiling Vapor Request+BodyStream.swift
[2180/2277] Compiling Vapor Request.swift
[2181/2277] Compiling Vapor Application+Responder.swift
[2182/2277] Compiling Vapor DefaultResponder.swift
[2183/2277] Compiling Vapor Response+Body.swift
[2184/2277] Compiling Vapor Response.swift
[2185/2277] Compiling Vapor ResponseCodable.swift
[2186/2277] Compiling Vapor Application+Routes.swift
[2187/2277] Compiling Vapor Parameters+Require.swift
[2188/2277] Compiling Vapor Request+WebSocket.swift
[2189/2277] Compiling Vapor Route.swift
[2190/2277] Compiling Vapor RouteCollection.swift
[2191/2277] Compiling Vapor Routes.swift
[2192/2277] Compiling Vapor RoutesBuilder+Group.swift
[2193/2277] Compiling Vapor RoutesBuilder+Method.swift
[2194/2277] Compiling Vapor RoutesBuilder+Middleware.swift
[2195/2277] Compiling Vapor RoutesBuilder+WebSocket.swift
[2196/2277] Compiling Vapor RoutesBuilder.swift
[2197/2277] Compiling Vapor OTP.swift
[2198/2277] Compiling Vapor Application+Servers.swift
[2199/2277] Compiling Vapor Server.swift
[2200/2277] Compiling Vapor Application+Sessions.swift
[2201/2277] Compiling Vapor Application.swift
[2202/2277] Compiling Vapor AuthenticationCache.swift
[2203/2277] Compiling Vapor Authenticator.swift
[2204/2277] Compiling Vapor BasicAuthorization.swift
[2205/2277] Compiling Vapor BearerAuthorization.swift
[2206/2277] Compiling Vapor GuardMiddleware.swift
[2207/2277] Compiling Vapor RedirectMiddleware.swift
[2208/2277] Compiling Vapor SessionAuthenticatable.swift
[2209/2277] Compiling Vapor Bcrypt.swift
[2210/2277] Compiling Vapor Application+Cache.swift
[2211/2277] Compiling Vapor Cache.swift
[2212/2277] Compiling Vapor CacheExpirationTime.swift
[2213/2277] Compiling Vapor MemoryCache.swift
[2214/2277] Compiling Vapor Request+Cache.swift
[2215/2277] Compiling Vapor Application+Clients.swift
[2216/2277] Compiling Vapor Client.swift
[2217/2277] Compiling Vapor ClientRequest.swift
[2218/2277] Compiling Vapor ClientResponse.swift
[2219/2277] Compiling Vapor Request+Client.swift
[2220/2277] Compiling Vapor BootCommand.swift
[2221/2277] Compiling Vapor CommandContext+Application.swift
[2222/2277] Compiling Vapor RoutesCommand.swift
[2223/2277] Compiling Vapor ServeCommand.swift
[2224/2277] Compiling Vapor AnyResponse+Concurrency.swift
[2225/2277] Compiling Vapor HTTPStatus.swift
[2226/2277] Compiling Vapor HTTPCookies.swift
[2227/2277] Compiling Vapor HTTPHeaderCacheControl.swift
[2228/2277] Compiling Vapor HTTPHeaderExpires.swift
[2229/2277] Compiling Vapor HTTPHeaderLastModified.swift
[2230/2277] Compiling Vapor HTTPHeaders+Cache.swift
[2231/2277] Compiling Vapor HTTPHeaders+Connection.swift
[2232/2277] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2233/2277] Compiling Vapor HTTPHeaders+ContentRange.swift
[2234/2277] Compiling Vapor HTTPHeaders+Directive.swift
[2235/2277] Compiling Vapor HTTPHeaders+Forwarded.swift
[2236/2277] Compiling Vapor HTTPHeaders+Link.swift
[2237/2277] Compiling Vapor HTTPHeaders+Name.swift
[2238/2277] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2239/2277] Compiling Vapor HTTPHeaders.swift
[2240/2277] Compiling Vapor HTTPMediaType.swift
[2241/2277] Compiling Vapor HTTPMediaTypePreference.swift
[2242/2277] Compiling Vapor Responder.swift
[2243/2277] Compiling Vapor Application+HTTP+Server.swift
[2244/2277] Compiling Vapor HTTPServer.swift
[2245/2277] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2246/2277] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2247/2277] Compiling Vapor HTTPServerHandler.swift
[2248/2277] Compiling Vapor HTTPServerRequestDecoder.swift
[2249/2277] Compiling Vapor Validator.swift
[2250/2277] Compiling Vapor ValidatorResult.swift
[2251/2277] Compiling Vapor And.swift
[2252/2277] Compiling Vapor Case.swift
[2253/2277] Compiling Vapor CharacterSet.swift
[2254/2277] Compiling Vapor Count.swift
[2255/2277] Compiling Vapor Email.swift
[2256/2277] Compiling Vapor Empty.swift
[2257/2277] Compiling Vapor In.swift
[2258/2277] Compiling Vapor Nil.swift
[2259/2277] Compiling Vapor NilIgnoring.swift
[2260/2277] Compiling Vapor Not.swift
[2261/2277] Compiling Vapor Or.swift
[2262/2277] Compiling Vapor Pattern.swift
[2263/2277] Compiling Vapor Range.swift
[2264/2277] Compiling Vapor URL.swift
[2265/2277] Compiling Vapor Valid.swift
[2266/2277] Compiling Vapor Application+Views.swift
[2267/2277] Compiling Vapor PlaintextRenderer.swift
[2268/2277] Compiling Vapor Request+View.swift
[2269/2277] Compiling Vapor View.swift
[2270/2277] Compiling Vapor ViewRenderer.swift
[2271/2277] Compiling Vapor _Deprecations.swift
[2272/2278] Wrapping AST for Vapor for debugging
[2274/2285] Compiling Leaf LeafRenderer+ViewRenderer.swift
[2275/2285] Compiling Leaf Request+Leaf.swift
[2276/2285] Compiling Leaf LeafError+AbortError.swift
[2277/2285] Compiling Leaf Application+Leaf.swift
[2278/2285] Compiling Leaf Exports.swift
[2279/2285] Emitting module Leaf
[2280/2285] Compiling Leaf LeafEncoder.swift
[2281/2286] Wrapping AST for Leaf for debugging
[2283/2324] 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?
[2284/2324] 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?
[2285/2324] 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?
[2286/2324] 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?
[2287/2324] 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?
[2288/2324] 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?
[2289/2324] 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
[2290/2329] Compiling VHX HXRequestHeaders.swift
[2291/2329] Compiling VHX HXResponseConfiguration.swift
[2292/2329] Compiling VHX HXResponseHeaderAddable.swift
[2293/2329] Compiling VHX HXTemplateable.swift
[2294/2329] Compiling VHX Htmx.swift
[2295/2329] Compiling VHX HXLocalisable.swift
[2296/2329] Compiling VHX HXLocalisation.swift
[2297/2329] Compiling VHX HXRequestLocalisation.swift
[2298/2329] Compiling VHX Request+Langauge.swift
[2299/2329] Compiling VHX HXErrorMiddleware.swift
[2300/2329] Compiling VHX HXReselectHeader.swift
[2301/2329] Compiling VHX HXResponseHeaders.swift
[2302/2329] Compiling VHX HXReswapHeader.swift
[2303/2329] Compiling VHX HXRetargetHeader.swift
[2304/2329] Compiling VHX HXTriggerHeader.swift
[2305/2329] Compiling VHX HXLocationHeader.swift
[2306/2329] Compiling VHX HXPushUrlHeader.swift
[2307/2329] Compiling VHX HXRedirectHeader.swift
[2308/2329] Compiling VHX HXRefreshHeader.swift
[2309/2329] Compiling VHX HXReplaceUrlHeader.swift
[2310/2329] 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
[2311/2329] 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
[2312/2329] 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
[2313/2329] 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
[2314/2329] 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
[2315/2329] 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) {
[2316/2329] 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) {
[2317/2329] 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) {
[2318/2329] 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) {
[2319/2329] 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) {
[2320/2329] 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) {
[2321/2329] Compiling VHX HXTextTag.swift
[2322/2329] Compiling VHX Date+CustomInterval.swift
[2323/2329] Compiling VHX Request+BaseUrl.swift
[2324/2329] Compiling VHX String+View.swift
[2325/2329] Compiling VHX VHX.swift
[2326/2330] Wrapping AST for VHX for debugging
[2328/2342] Compiling Demo configure.swift
[2329/2343] 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
 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
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
 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
12 |
13 |         do {
[2330/2343] Compiling Demo routes.swift
[2331/2343] Compiling Demo resource_bundle_accessor.swift
[2332/2343] Compiling Demo InfiniteScroll.swift
[2333/2343] Compiling Demo LazyLoading.swift
[2334/2343] 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: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
   |                `- 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"),
[2335/2343] 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: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
   |                `- 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"),
[2336/2343] Compiling Demo CascadingSelects.swift
[2337/2343] Compiling Demo ClickToEdit.swift
[2338/2343] 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: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                `- 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: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
   |                `- 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: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
   |                `- 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"),
[2339/2343] 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: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                `- 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: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
   |                `- 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),
[2340/2343] 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: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                `- 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: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
   |                `- 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),
[2341/2344] Wrapping AST for Demo for debugging
[2342/2344] Write Objects.LinkFileList
[2343/2344] Linking Demo
Build complete! (177.86s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.