The Swift Package Index logo.Swift Package Index

Build Information

Successful build of VaporExtensions, reference 1.2.2 (682fe7), with Swift 6.1 for Android on 30 May 2025 20:04:57 UTC.

Swift 6 data race errors: 3

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Appsaurus/VaporExtensions.git
Reference: 1.2.2
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/Appsaurus/VaporExtensions
 * tag               1.2.2      -> FETCH_HEAD
HEAD is now at 682fe79 Updated depdendencies.
Cloned https://github.com/Appsaurus/VaporExtensions.git
Revision (git rev-parse @):
682fe79a38aae42cdfcea703f53961604f73b47a
SUCCESS checkout https://github.com/Appsaurus/VaporExtensions.git at 1.2.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Appsaurus/VaporExtensions.git
https://github.com/Appsaurus/VaporExtensions.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "routingkitextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Appsaurus/RoutingKitExtensions"
    }
  ],
  "manifest_display_name" : "VaporExtensions",
  "name" : "VaporExtensions",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "VaporExtensions",
      "targets" : [
        "VaporExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XCTVaporExtensions",
      "targets" : [
        "XCTVaporExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCTVaporExtensions",
      "module_type" : "SwiftTarget",
      "name" : "XCTVaporExtensions",
      "path" : "Sources/XCTVaporExtensions",
      "product_dependencies" : [
        "Vapor",
        "XCTVapor"
      ],
      "product_memberships" : [
        "XCTVaporExtensions"
      ],
      "sources" : [
        "Exports.swift",
        "ResponseExtensions.swift",
        "VaporTestCase.swift",
        "XCTApplicationTester+RequestSugar.swift"
      ],
      "target_dependencies" : [
        "VaporExtensions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VaporExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "VaporExtensionsTests",
      "path" : "Tests/VaporExtensionsTests",
      "sources" : [
        "CodableBodyTests.swift",
        "ComparisonTests.swift",
        "LinuxOnlyTests.swift",
        "MacOSOnlyTest.swift",
        "RouteParameterTests.swift",
        "VaporExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "ExampleApp",
        "VaporExtensions",
        "XCTVaporExtensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VaporExtensions",
      "module_type" : "SwiftTarget",
      "name" : "VaporExtensions",
      "path" : "Sources/VaporExtensions",
      "product_dependencies" : [
        "Vapor",
        "RoutingKitExtensions"
      ],
      "product_memberships" : [
        "VaporExtensions",
        "XCTVaporExtensions"
      ],
      "sources" : [
        "Comparable++.swift",
        "Content++/Content+Validate.swift",
        "Environment/Environment+Require.swift",
        "Exports.swift",
        "Logging/Logger+StringMessage.swift",
        "NIO++/EventLoopReferencing.swift",
        "NIO++/HTTPResponseStatus++.swift",
        "Optional+AssertExistence.swift",
        "Response++/Response+ContentDecoding.swift",
        "Response++/Response+StatusValidation.swift",
        "Routing/Parameter.swift",
        "Routing/RoutesBuilder++/RoutesBuilder+CodableBody.swift",
        "Routing/RoutesBuilder++/RoutesBuilder+HTTPMethodSugar.swift",
        "Routing/RoutesBuilder++/RoutesBuilder+Parameters.swift",
        "Routing/RoutesBuilder++/RoutesBuilder+PathComponentsRepresentable.swift",
        "Routing/RoutesBuilder++/RoutesBuilder+Register.swift",
        "Storage/Cacheable.swift",
        "Storage/Storable.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ExampleApp",
      "module_type" : "SwiftTarget",
      "name" : "ExampleApp",
      "path" : "ExampleApp/App",
      "product_dependencies" : [
        "Vapor"
      ],
      "sources" : [
        "configure.swift",
        "routes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Appsaurus/RoutingKitExtensions
Fetching https://github.com/vapor/vapor.git
[1/150] Fetching routingkitextensions
Fetched https://github.com/Appsaurus/RoutingKitExtensions from cache (0.35s)
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.38s)
Computing version for https://github.com/Appsaurus/RoutingKitExtensions
Computed https://github.com/Appsaurus/RoutingKitExtensions at 1.0.2 (2.99s)
Fetching https://github.com/vapor/routing-kit
[1/20727] Fetching routing-kit
Fetched https://github.com/vapor/routing-kit from cache (0.93s)
Computing version for https://github.com/vapor/routing-kit
Computed https://github.com/vapor/routing-kit at 4.9.2 (1.52s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.43s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.97s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.78s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/websocket-kit.git
[1/1063] Fetching swift-service-context
[76/7022] Fetching swift-service-context, swift-algorithms
[207/9631] Fetching swift-service-context, swift-algorithms, websocket-kit
[1232/12950] Fetching swift-service-context, swift-algorithms, websocket-kit, multipart-kit
[2821/17924] Fetching swift-service-context, swift-algorithms, websocket-kit, multipart-kit, swift-distributed-tracing
[5231/19641] Fetching swift-service-context, swift-algorithms, websocket-kit, multipart-kit, swift-distributed-tracing, swift-atomics
Fetched https://github.com/apple/swift-service-context.git from cache (0.57s)
[9986/18578] Fetching swift-algorithms, websocket-kit, multipart-kit, swift-distributed-tracing, swift-atomics
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.60s)
[10212/15969] Fetching swift-algorithms, multipart-kit, swift-distributed-tracing, swift-atomics
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.00s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.01s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
[2814/10959] Fetching multipart-kit, swift-atomics, swift-nio-extras
[2933/13165] Fetching multipart-kit, swift-atomics, swift-nio-extras, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.83s)
[8761/22486] Fetching multipart-kit, swift-atomics, swift-nio-extras, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
[11297/37329] Fetching multipart-kit, swift-atomics, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.04s)
Fetching https://github.com/apple/swift-crypto.git
[6974/31406] Fetching multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl
[17483/107529] Fetching multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl, swift-nio
[17632/121465] Fetching multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto
Fetched https://github.com/apple/swift-atomics.git from cache (3.83s)
[60293/119748] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.87s)
[50696/108221] Fetching multipart-kit, swift-nio-ssl, swift-nio, swift-crypto
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (3.97s)
Fetching https://github.com/swift-server/async-http-client.git
[50451/104902] Fetching swift-nio-ssl, swift-nio, swift-crypto
[57098/110655] Fetching swift-nio-ssl, swift-nio, swift-crypto, console-kit
[71449/113025] Fetching swift-nio-ssl, swift-nio, swift-crypto, console-kit, async-kit
[72717/127039] Fetching swift-nio-ssl, swift-nio, swift-crypto, console-kit, async-kit, async-http-client
Fetched https://github.com/vapor/async-kit.git from cache (0.74s)
[75980/124669] Fetching swift-nio-ssl, swift-nio, swift-crypto, console-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (0.85s)
[70785/118916] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.05s)
[78953/104073] Fetching swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-crypto.git from cache (4.61s)
[67301/90137] Fetching swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.41s)
[55570/76123] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.53s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (11.53s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.63s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.59s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.72s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.97s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[880/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.89s)
Fetched https://github.com/apple/swift-collections.git from cache (1.92s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.76s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.54s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.54s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.40s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.44s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.59s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.32s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
[1/1141] Fetching swift-http-structured-headers
[1142/2731] Fetching swift-http-structured-headers, swift-asn1
[1906/5157] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle
[3451/10142] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.37s)
[2480/9001] Fetching swift-asn1, swift-service-lifecycle, swift-async-algorithms
[2490/9905] Fetching swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-http-types
[4198/16060] Fetching swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.53s)
[9051/14470] Fetching swift-service-lifecycle, swift-async-algorithms, swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.55s)
[9795/13566] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.55s)
[7876/11140] Fetching swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.78s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.78s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.75s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.80s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.71s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.26s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.04s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.68s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.59s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.91s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.08s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.75s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.44s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.86s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.60s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.63s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.98s)
Creating working copy for https://github.com/vapor/routing-kit
Working copy of https://github.com/vapor/routing-kit resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/Appsaurus/RoutingKitExtensions
Working copy of https://github.com/Appsaurus/RoutingKitExtensions resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Building for debugging...
[0/837] Write sources
[44/837] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[44/837] Write sources
[44/837] Compiling CVaporBcrypt bcrypt.c
[44/837] Write sources
[48/837] Compiling CNIODarwin shim.c
[48/837] Write sources
[48/837] Copying README.md
[48/837] Write sources
[59/837] Compiling CNIOLinux liburing_shims.c
[60/837] Compiling CVaporBcrypt blf.c
[61/837] Compiling _NumericsShims _NumericsShims.c
[62/837] Compiling _AtomicsShims.c
[63/837] Compiling CNIOWindows shim.c
[64/837] Compiling CNIOWindows WSAStartup.c
[65/837] Compiling CNIOWASI CNIOWASI.c
[66/837] Compiling CSystem shims.c
[67/837] Compiling CNIOSHA1 c_nio_sha1.c
[68/837] Write swift-version-24593BA9C3E375BF.txt
[69/837] Compiling CNIOLLHTTP c_nio_http.c
[70/837] Compiling CNIOLinux shim.c
[71/837] Compiling CNIOExtrasZlib empty.c
[72/837] Compiling CNIOLLHTTP c_nio_api.c
[73/867] Compiling CNIOLLHTTP c_nio_llhttp.c
[74/874] Compiling CNIOBoringSSLShims shims.c
[76/889] Emitting module SystemPackage
[77/892] Compiling RealModule Float16+Real.swift
[78/893] Compiling ServiceContextModule ServiceContext.swift
[79/893] Emitting module ServiceContextModule
[80/893] Compiling RealModule Float+Real.swift
[81/893] Compiling _NIODataStructures _TinyArray.swift
[82/893] Compiling _NIODataStructures PriorityQueue.swift
[83/893] Compiling ServiceContextModule ServiceContextKey.swift
[84/894] Compiling RealModule AugmentedArithmetic.swift
[85/894] Compiling RealModule Double+Real.swift
[86/894] Compiling RealModule AlgebraicField.swift
[87/894] Compiling RealModule ApproximateEquality.swift
[88/894] Emitting module RealModule
[89/894] Compiling RealModule ElementaryFunctions.swift
[90/894] Compiling SystemPackage Util+StringArray.swift
[91/894] Compiling SystemPackage Util.swift
[92/894] Compiling SystemPackage UtilConsumers.swift
[93/894] Compiling _NIOBase64 Base64.swift
[94/894] Emitting module _NIOBase64
[95/895] Compiling RealModule Float80+Real.swift
[96/895] Compiling RealModule Real.swift
[97/895] Compiling SystemPackage MachPort.swift
[98/895] Compiling SystemPackage PlatformString.swift
[99/895] Compiling SystemPackage SystemString.swift
[100/895] Emitting module _NIODataStructures
[101/895] Compiling _NIODataStructures Heap.swift
[103/896] Compiling RealModule RealFunctions.swift
[107/920] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[108/920] Compiling InternalCollectionsUtilities Debugging.swift
[109/920] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[110/920] Compiling InternalCollectionsUtilities Descriptions.swift
[111/920] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[112/922] Compiling Instrumentation NoOpInstrument.swift
[113/928] Compiling Atomics OptionalRawRepresentable.swift
[114/928] Compiling Atomics RawRepresentable.swift
[115/940] Compiling Instrumentation MultiplexInstrument.swift
[116/940] Compiling Instrumentation Instrument.swift
[117/940] Emitting module Instrumentation
[118/940] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[119/940] Compiling Atomics AtomicBool.swift
[120/940] Compiling Atomics IntegerConformances.swift
[121/940] Compiling Atomics PointerConformances.swift
[122/940] Compiling Atomics Primitives.native.swift
[123/940] Compiling Atomics AtomicOptionalWrappable.swift
[124/940] Compiling Atomics AtomicReference.swift
[124/940] Compiling c-nioatomics.c
[126/940] Emitting module InternalCollectionsUtilities
[128/966] Compiling Algorithms FirstNonNil.swift
[129/966] Compiling Algorithms Partition.swift
[130/966] Compiling Algorithms Permutations.swift
[131/966] Compiling Algorithms Product.swift
[131/968] Compiling c-atomics.c
[133/968] Compiling Algorithms Cycle.swift
[134/968] Compiling Algorithms EitherSequence.swift
[135/968] Compiling Algorithms Indexed.swift
[136/968] Compiling Algorithms Intersperse.swift
[137/968] Compiling Algorithms Joined.swift
[138/968] Compiling Algorithms Keyed.swift
[139/968] Compiling Algorithms MinMax.swift
[140/968] Compiling Algorithms Compacted.swift
[141/1018] Compiling CoreMetrics Metrics.swift
[142/1042] Compiling _RopeModule BigString+Chunk.swift
[143/1042] Compiling _RopeModule BigString+BidirectionalCollection.swift
[144/1042] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[145/1042] Compiling NIOConcurrencyHelpers NIOLock.swift
[146/1042] Compiling _RopeModule BigString+Builder.swift
[147/1042] Compiling _RopeModule BigString+Contents.swift
[148/1042] Compiling _RopeModule BigString+Debugging.swift
[149/1042] Compiling _RopeModule BigString+Index.swift
[150/1042] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[151/1042] Compiling _RopeModule BigString+Chunk+Splitting.swift
[154/1042] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[155/1042] Compiling _RopeModule BigString+Hashing.swift
[156/1042] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[157/1042] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[158/1042] Compiling _RopeModule BigString+Chunk+Counts.swift
[159/1042] Compiling _RopeModule BigString+Chunk+Description.swift
[160/1042] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[161/1042] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[162/1042] Compiling _RopeModule BigString+Comparable.swift
[163/1042] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[164/1042] Compiling _RopeModule BigString+CustomStringConvertible.swift
[165/1042] Compiling _RopeModule BigString+Equatable.swift
[166/1042] Compiling _RopeModule BigString+Sequence.swift
[167/1042] Compiling _RopeModule BigString+TextOutputStream.swift
[168/1042] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[169/1042] Compiling _RopeModule BigString+Chunk+Breaks.swift
[170/1042] Emitting module Logging
[171/1042] Compiling Logging Locks.swift
[172/1042] Emitting module CoreMetrics
[173/1042] Compiling CoreMetrics Locks.swift
[174/1042] Compiling Logging MetadataProvider.swift
[175/1043] Compiling Instrumentation Locks.swift
[176/1043] Compiling Instrumentation InstrumentationSystem.swift
[177/1045] Compiling Logging LogHandler.swift
[178/1045] Compiling Logging Logging.swift
[180/1046] Compiling NIOConcurrencyHelpers lock.swift
[184/1046] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[185/1046] Emitting module NIOConcurrencyHelpers
[192/1054] Compiling NIOConcurrencyHelpers atomics.swift
[194/1121] Compiling Tracing InstrumentationSystem+Tracing.swift
[195/1128] Compiling Tracing TracingTime.swift
[196/1128] Emitting module Tracing
[197/1128] Compiling Tracing TracerProtocol.swift
[198/1128] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[199/1128] Compiling Tracing Tracer.swift
[200/1128] Compiling Tracing TracerProtocol+Legacy.swift
[201/1128] Compiling HeapModule Heap+Descriptions.swift
[202/1128] Compiling HeapModule _HeapNode.swift
[203/1128] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[204/1128] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[205/1128] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[206/1128] Compiling OrderedCollections OrderedDictionary+Values.swift
[207/1128] Compiling OrderedCollections OrderedDictionary.swift
[208/1128] Compiling OrderedCollections OrderedSet+Codable.swift
[209/1128] Emitting module Atomics
[210/1128] Compiling HeapModule Heap.swift
[211/1128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[212/1128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[213/1128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[214/1128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[215/1128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[216/1128] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[217/1128] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[218/1128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[219/1128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[220/1128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[221/1128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[222/1128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[223/1128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[224/1128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[225/1135] Compiling HeapModule Heap+Invariants.swift
[226/1135] Compiling HeapModule Heap+UnsafeHandle.swift
[227/1135] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[228/1135] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[229/1135] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[230/1135] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[231/1135] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[232/1135] Compiling OrderedCollections OrderedDictionary+Elements.swift
[233/1135] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[234/1135] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[235/1135] Emitting module HeapModule
[236/1136] Compiling OrderedCollections _HashTable+Bucket.swift
[237/1136] Compiling OrderedCollections _HashTable+BucketIterator.swift
[238/1136] Compiling OrderedCollections _HashTable+Constants.swift
[239/1136] Compiling Tracing NoOpTracer.swift
[240/1136] Compiling Tracing SpanProtocol.swift
[245/1137] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[246/1137] Compiling OrderedCollections OrderedSet+Descriptions.swift
[247/1137] Compiling OrderedCollections OrderedSet+Diffing.swift
[248/1137] Compiling OrderedCollections OrderedSet+Equatable.swift
[249/1137] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[250/1137] Compiling OrderedCollections OrderedSet+Hashable.swift
[251/1137] Compiling OrderedCollections OrderedSet+Initializers.swift
[252/1137] Compiling OrderedCollections OrderedSet+Insertions.swift
[253/1137] Compiling OrderedCollections OrderedSet+Invariants.swift
[254/1137] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[255/1137] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[256/1137] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[257/1137] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[258/1137] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[259/1137] Compiling OrderedCollections _HashTable.swift
[260/1137] Compiling OrderedCollections _Hashtable+Header.swift
[277/1146] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[278/1146] Compiling OrderedCollections OrderedSet.swift
[279/1146] Compiling OrderedCollections _UnsafeBitset.swift
[280/1146] Compiling _RopeModule Rope+Sequence.swift
[281/1146] Compiling _RopeModule Rope+Append.swift
[282/1146] Compiling _RopeModule Rope+Extract.swift
[283/1146] Compiling _RopeModule Rope+Find.swift
[284/1146] Compiling _RopeModule Rope+ForEachWhile.swift
[285/1146] Compiling _RopeModule Rope+Insert.swift
[291/1146] Compiling OrderedCollections OrderedSet+Sendable.swift
[292/1146] Compiling OrderedCollections OrderedSet+SubSequence.swift
[293/1146] Compiling OrderedCollections OrderedSet+Testing.swift
[294/1146] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[295/1237] Compiling DequeModule Deque+Codable.swift
[296/1237] Compiling DequeModule Deque+Collection.swift
[297/1237] Compiling DequeModule Deque+CustomReflectable.swift
[298/1237] Compiling DequeModule Deque+Descriptions.swift
[299/1237] Compiling DequeModule Deque+Equatable.swift
[300/1237] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[307/1238] Compiling DequeModule Deque+Extras.swift
[308/1238] Compiling DequeModule Deque+Hashable.swift
[309/1238] Compiling DequeModule Deque+Testing.swift
[310/1238] Compiling DequeModule Deque._Storage.swift
[311/1238] Compiling DequeModule Deque._UnsafeHandle.swift
[312/1238] Compiling DequeModule Deque.swift
[313/1238] Compiling DequeModule _DequeBuffer.swift
[314/1238] Compiling DequeModule _DequeBufferHeader.swift
[315/1238] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[316/1238] Compiling HashTreeCollections _HashNode+Structural filter.swift
[317/1238] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[318/1238] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[319/1238] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[320/1238] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[321/1238] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[322/1238] Compiling HashTreeCollections _HashNode+Structural merge.swift
[323/1238] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[324/1238] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[325/1238] Compiling HashTreeCollections _HashNode+Structural union.swift
[326/1238] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[327/1238] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[328/1238] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[329/1238] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[330/1238] Compiling HashTreeCollections _HashNode.swift
[342/1263] Compiling ConsoleKitTerminal ActivityBar.swift
[343/1263] Compiling ConsoleKitTerminal ActivityIndicator.swift
[344/1266] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[345/1266] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[346/1266] Compiling ConsoleKitTerminal CustomActivity.swift
[347/1266] Compiling ConsoleKitTerminal LoadingBar.swift
[348/1266] Compiling HashTreeCollections TreeSet+Hashable.swift
[349/1266] Compiling HashTreeCollections TreeSet+Sendable.swift
[350/1266] Compiling HashTreeCollections TreeSet+Sequence.swift
[351/1266] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[352/1266] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[353/1266] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[354/1266] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[355/1266] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[356/1266] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[357/1266] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[365/1276] Compiling ConsoleKitTerminal Console+Center.swift
[366/1276] Compiling ConsoleKitTerminal Console+Output.swift
[367/1276] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[368/1276] Compiling ConsoleKitTerminal ConsoleClear.swift
[369/1276] Compiling ConsoleKitTerminal Console+Ask.swift
[370/1276] Compiling ConsoleKitTerminal Console+Choose.swift
[375/1276] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[381/1276] Compiling HashTreeCollections _HashNodeHeader.swift
[382/1276] Compiling HashTreeCollections _HashSlot.swift
[383/1276] Emitting module OrderedCollections
[384/1277] Compiling RoutingKit Router.swift
[385/1277] Compiling HashTreeCollections TreeDictionary.swift
[386/1277] Compiling HashTreeCollections TreeSet+Codable.swift
[387/1277] Compiling HashTreeCollections TreeSet+Collection.swift
[388/1277] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[389/1277] Compiling HashTreeCollections TreeSet+Debugging.swift
[390/1277] Compiling HashTreeCollections TreeSet+Descriptions.swift
[391/1277] Compiling HashTreeCollections TreeSet+Equatable.swift
[392/1277] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[393/1277] Compiling HashTreeCollections TreeSet+Extras.swift
[394/1277] Compiling HashTreeCollections TreeSet+Filter.swift
[395/1277] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[396/1277] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[397/1277] Compiling HashTreeCollections TreeDictionary+Filter.swift
[398/1277] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[399/1277] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[400/1277] Compiling HashTreeCollections TreeDictionary+Keys.swift
[401/1277] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[402/1277] Compiling HashTreeCollections TreeDictionary+Merge.swift
[403/1277] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[404/1277] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[405/1277] Compiling HashTreeCollections TreeDictionary+Values.swift
[407/1277] Compiling RoutingKit PathComponent.swift
[408/1277] Emitting module _RopeModule
[410/1277] Compiling fiat_p256_adx_sqr.S
[412/1277] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[413/1277] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[414/1277] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[415/1277] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[416/1277] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[417/1277] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[418/1277] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[419/1277] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[420/1277] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[421/1277] Compiling HashTreeCollections TreeSet.swift
[421/1277] Compiling fiat_p256_adx_mul.S
[423/1277] Emitting module DequeModule
[423/1278] Compiling fiat_curve25519_adx_square.S
[425/1278] Compiling RoutingKit TrieRouter.swift
[425/1278] Compiling fiat_curve25519_adx_mul.S
[428/1278] Emitting module ConsoleKitTerminal
[429/1281] Emitting module Algorithms
[431/1282] Compiling HashTreeCollections _HashTreeIterator.swift
[432/1282] Compiling HashTreeCollections _HashTreeStatistics.swift
[433/1282] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[434/1282] Compiling HashTreeCollections _RawHashNode.swift
[435/1282] Compiling HashTreeCollections _UnmanagedHashNode.swift
[436/1282] Compiling HashTreeCollections _UnsafePath.swift
[437/1282] Compiling HashTreeCollections TreeDictionary+Codable.swift
[438/1282] Compiling HashTreeCollections TreeDictionary+Collection.swift
[439/1282] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[440/1282] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[441/1282] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[442/1342] Compiling NIOCore ByteBuffer-aux.swift
[443/1342] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[444/1342] Compiling NIOCore ByteBuffer-conversions.swift
[445/1342] Compiling NIOCore ByteBuffer-core.swift
[446/1342] Compiling NIOCore ByteBuffer-hex.swift
[447/1342] Compiling NIOCore ByteBuffer-int.swift
[448/1342] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[449/1342] Compiling NIOCore CircularBuffer.swift
[450/1342] Compiling NIOCore Codec.swift
[451/1342] Compiling NIOCore ConvenienceOptionSupport.swift
[452/1342] Compiling NIOCore DeadChannel.swift
[462/1342] Compiling RoutingKit AnyRouter.swift
[463/1342] Emitting module RoutingKit
[464/1342] Compiling RoutingKit Parameters.swift
[466/1343] Compiling Metrics Metrics.swift
[467/1343] Emitting module Metrics
[473/1344] Compiling NIOCore ByteBuffer-multi-int.swift
[474/1344] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[475/1344] Compiling NIOCore ByteBuffer-views.swift
[476/1344] Compiling NIOCore Channel.swift
[477/1344] Compiling NIOCore ChannelPipeline.swift
[478/1344] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[479/1344] Compiling NIOCore BSDSocketAPI.swift
[481/1344] Compiling NIOCore ChannelHandler.swift
[482/1344] Compiling NIOCore ChannelHandlers.swift
[483/1344] Compiling NIOCore ChannelInvoker.swift
[484/1344] Compiling NIOCore ChannelOption.swift
[502/1344] Compiling NIOCore DispatchQueue+WithFuture.swift
[503/1344] Compiling NIOCore EventLoop+Deprecated.swift
[504/1344] Compiling NIOCore EventLoop+SerialExecutor.swift
[505/1347] Compiling NIOCore EventLoop.swift
[506/1347] Compiling NIOCore AddressedEnvelope.swift
[507/1347] Compiling NIOCore AsyncAwaitSupport.swift
[508/1348] Compiling NIOCore FileHandle.swift
[509/1348] Compiling NIOCore FileRegion.swift
[510/1348] Compiling NIOCore GlobalSingletons.swift
[511/1348] Compiling NIOCore IO.swift
[512/1348] Compiling NIOCore IOData.swift
[513/1348] Compiling NIOCore IPProtocol.swift
[514/1348] Compiling NIOCore IntegerBitPacking.swift
[515/1348] Compiling NIOCore IntegerTypes.swift
[516/1348] Compiling NIOCore Interfaces.swift
[517/1349] Compiling RoutingKitExtensions PathComponentRepresentable.swift
[519/1349] Compiling RoutingKitExtensions resource_bundle_accessor.swift
[520/1349] Emitting module RoutingKitExtensions
[528/1350] Compiling NIOCore AsyncChannel.swift
[529/1350] Compiling NIOCore AsyncChannelHandler.swift
[530/1350] Compiling NIOCore AsyncChannelInboundStream.swift
[531/1350] Compiling NIOCore AsyncChannelOutboundWriter.swift
[532/1350] Compiling NIOCore NIOAsyncSequenceProducer.swift
[533/1350] Compiling tls_method.cc
[535/1372] Compiling NIOCore MulticastChannel.swift
[536/1372] Compiling NIOCore NIOAny.swift
[537/1372] Compiling NIOCore NIOCloseOnErrorHandler.swift
[538/1372] Compiling NIOCore NIOLoopBound.swift
[539/1372] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[540/1372] Compiling NIOCore NIOScheduledCallback.swift
[541/1372] Compiling NIOCore NIOSendable.swift
[542/1372] Compiling NIOCore RecvByteBufferAllocator.swift
[542/1380] Compiling tls_record.cc
[544/1380] Compiling ConsoleKitCommands CommandSignature.swift
[545/1380] Compiling ConsoleKitCommands Flag.swift
[546/1380] Compiling ConsoleKitCommands Option.swift
[547/1382] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[548/1382] Compiling ConsoleKitCommands AsyncCommand.swift
[549/1382] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[550/1382] Emitting module HashTreeCollections
[551/1383] Emitting module ConsoleKitCommands
[552/1383] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[553/1383] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[554/1383] Compiling ConsoleKitCommands Argument.swift
[556/1383] Compiling ConsoleKitCommands AsyncCommands.swift
[557/1383] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[558/1383] Compiling ConsoleKitCommands AnyCommand.swift
[559/1383] Compiling ConsoleKitCommands Command.swift
[560/1383] Compiling ConsoleKitCommands CommandContext.swift
[561/1383] Compiling ConsoleKitCommands CommandError.swift
[562/1383] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[563/1383] Compiling ConsoleKitCommands Utilities.swift
[570/1383] Compiling NIOCore Linux.swift
[571/1383] Compiling NIOCore MarkedCircularBuffer.swift
[571/1383] Compiling tls13_server.cc
[572/1383] Compiling tls13_enc.cc
[574/1383] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[575/1383] Compiling NIOCore EventLoopFuture+Deprecated.swift
[576/1383] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[577/1383] Compiling NIOCore EventLoopFuture.swift
[578/1383] Compiling NIOCore FileDescriptor.swift
[581/1383] Compiling tls13_client.cc
[582/1383] Compiling tls13_both.cc
[584/1383] Compiling ConsoleKitCommands CommandGroup.swift
[585/1383] Compiling ConsoleKitCommands CommandInput.swift
[586/1383] Compiling ConsoleKitCommands Commands.swift
[587/1383] Compiling ConsoleKitCommands Console+Run.swift
[588/1383] Compiling ConsoleKitCommands ConsoleError.swift
[589/1383] Compiling ConsoleKitCommands Completion.swift
[589/1384] Compiling t1_enc.cc
[591/1384] Compiling ssl_x509.cc
[593/1384] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[594/1384] Compiling NIOCore SocketAddresses.swift
[595/1384] Compiling NIOCore SocketOptionProvider.swift
[596/1384] Compiling NIOCore SystemCallHelpers.swift
[597/1384] Compiling NIOCore TimeAmount+Duration.swift
[598/1384] Compiling NIOCore TypeAssistedChannelHandler.swift
[599/1384] Compiling NIOCore UniversalBootstrapSupport.swift
[600/1384] Compiling NIOCore Utilities.swift
[601/1386] Compiling ConsoleKit Exports.swift
[602/1386] Emitting module ConsoleKit
[618/1386] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[619/1386] Compiling NIOCore NIOAsyncWriter.swift
[620/1387] Compiling ssl_versions.cc
[621/1387] Compiling ssl_transcript.cc
[622/1387] Compiling ssl_stat.cc
[623/1387] Compiling ssl_lib.cc
[624/1387] Compiling ssl_privkey.cc
[625/1387] Compiling ssl_session.cc
[626/1387] Compiling ssl_cipher.cc
[627/1387] Compiling ssl_key_share.cc
[628/1387] Compiling ssl_file.cc
[629/1387] Compiling ssl_buffer.cc
[630/1387] Compiling ssl_credential.cc
[631/1387] Compiling ssl_cert.cc
[632/1387] Compiling ssl_asn1.cc
[633/1387] Compiling ssl_aead_ctx.cc
[634/1387] Compiling s3_lib.cc
[635/1387] Compiling s3_pkt.cc
[637/1387] Emitting module NIOCore
[656/1388] Compiling handshake_server.cc
[657/1388] Compiling s3_both.cc
[658/1388] Compiling handshake_client.cc
[659/1438] Compiling handshake.cc
[661/1438] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[661/1438] Compiling handoff.cc
[662/1438] Compiling encrypted_client_hello.cc
[664/1438] Emitting module NIOEmbedded
[665/1438] Compiling NIOEmbedded AsyncTestingChannel.swift
[666/1438] Compiling NIOEmbedded Embedded.swift
[666/1439] Compiling extensions.cc
[668/1439] Compiling dtls_method.cc
[669/1439] Compiling dtls_record.cc
[670/1439] Compiling md5-x86_64-linux.S
[671/1439] Compiling md5-586-linux.S
[672/1439] Compiling md5-x86_64-apple.S
[673/1439] Compiling md5-586-apple.S
[674/1439] Compiling chacha20_poly1305_x86_64-linux.S
[674/1439] Compiling d1_srtp.cc
[676/1439] Compiling chacha20_poly1305_armv8-win.S
[677/1439] Compiling chacha20_poly1305_x86_64-apple.S
[678/1439] Compiling chacha20_poly1305_armv8-apple.S
[679/1439] Compiling chacha20_poly1305_armv8-linux.S
[680/1439] Compiling chacha-x86_64-linux.S
[681/1439] Compiling chacha-x86_64-apple.S
[682/1439] Compiling chacha-x86-linux.S
[683/1439] Compiling chacha-x86-apple.S
[685/1439] Compiling NIOPosix Pool.swift
[686/1439] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[687/1439] Compiling NIOPosix PosixSingletons.swift
[688/1439] Compiling NIOPosix RawSocketBootstrap.swift
[689/1439] Compiling NIOPosix Resolver.swift
[690/1439] Compiling NIOPosix Selectable.swift
[690/1445] Compiling chacha-armv8-win.S
[691/1445] Compiling chacha-armv8-linux.S
[692/1445] Compiling chacha-armv8-apple.S
[693/1445] Compiling chacha-armv4-linux.S
[694/1445] Compiling aes128gcmsiv-x86_64-linux.S
[695/1445] Compiling d1_pkt.cc
[696/1445] Compiling x86_64-mont5-linux.S
[697/1445] Compiling aes128gcmsiv-x86_64-apple.S
[698/1445] Compiling x86_64-mont5-apple.S
[699/1445] Compiling x86_64-mont-linux.S
[700/1445] Compiling x86_64-mont-apple.S
[701/1445] Compiling x86-mont-linux.S
[702/1445] Compiling x86-mont-apple.S
[703/1445] Compiling vpaes-x86_64-linux.S
[704/1445] Compiling vpaes-x86_64-apple.S
[705/1445] Compiling vpaes-x86-apple.S
[706/1445] Compiling err_data.cc
[707/1445] Compiling vpaes-x86-linux.S
[708/1445] Compiling vpaes-armv8-apple.S
[709/1445] Compiling vpaes-armv8-win.S
[710/1445] Compiling vpaes-armv8-linux.S
[711/1445] Compiling sha512-armv8-win.S
[712/1445] Compiling vpaes-armv7-linux.S
[713/1445] Compiling sha512-x86_64-linux.S
[714/1445] Compiling sha512-x86_64-apple.S
[716/1445] Compiling NIOPosix ThreadPosix.swift
[717/1445] Compiling NIOPosix ThreadWindows.swift
[718/1445] Compiling NIOPosix UnsafeTransfer.swift
[719/1445] Compiling NIOPosix Utilities.swift
[720/1445] Compiling NIOPosix VsockAddress.swift
[721/1445] Compiling NIOPosix VsockChannelEvents.swift
[721/1445] Compiling sha512-armv8-apple.S
[722/1445] Compiling sha512-armv4-linux.S
[723/1445] Compiling sha512-armv8-linux.S
[724/1445] Compiling sha512-586-linux.S
[725/1445] Compiling sha512-586-apple.S
[726/1445] Compiling sha256-x86_64-apple.S
[727/1445] Compiling sha256-x86_64-linux.S
[728/1445] Compiling sha256-armv8-win.S
[729/1445] Compiling sha256-armv8-apple.S
[730/1445] Compiling sha256-armv4-linux.S
[731/1445] Compiling sha256-586-apple.S
[732/1445] Compiling sha256-armv8-linux.S
[733/1445] Compiling sha256-586-linux.S
[734/1445] Compiling d1_lib.cc
[735/1445] Compiling sha1-x86_64-linux.S
[736/1445] Compiling sha1-armv8-win.S
[737/1445] Compiling sha1-x86_64-apple.S
[739/1445] Compiling NIOPosix SelectableChannel.swift
[740/1445] Compiling NIOPosix SelectableEventLoop.swift
[741/1445] Compiling NIOPosix SelectorEpoll.swift
[742/1445] Compiling NIOPosix SelectorGeneric.swift
[743/1445] Compiling NIOPosix SelectorKqueue.swift
[744/1445] Compiling NIOPosix SelectorUring.swift
[745/1445] Compiling NIOPosix ServerSocket.swift
[746/1445] Compiling NIOPosix Socket.swift
[747/1445] Compiling NIOPosix SocketChannel.swift
[748/1445] Compiling NIOPosix SocketProtocols.swift
[749/1445] Compiling NIOPosix System.swift
[750/1445] Compiling NIOPosix Thread.swift
[750/1445] Compiling sha1-armv8-apple.S
[751/1445] Compiling sha1-armv4-large-linux.S
[753/1445] Emitting module NIOPosix
[753/1445] Compiling sha1-armv8-linux.S
[754/1445] Compiling sha1-586-linux.S
[755/1445] Compiling rsaz-avx2-linux.S
[756/1445] Compiling bio_ssl.cc
[757/1445] Compiling sha1-586-apple.S
[757/1445] Compiling rsaz-avx2-apple.S
[757/1445] Compiling rdrand-x86_64-linux.S
[760/1445] Compiling p256_beeu-x86_64-asm-linux.S
[761/1445] Compiling rdrand-x86_64-apple.S
[762/1445] Compiling p256_beeu-x86_64-asm-apple.S
[763/1445] Compiling p256_beeu-armv8-asm-linux.S
[764/1445] Compiling p256_beeu-armv8-asm-apple.S
[765/1445] Compiling p256-x86_64-asm-linux.S
[766/1445] Compiling p256_beeu-armv8-asm-win.S
[767/1445] Compiling p256-x86_64-asm-apple.S
[768/1445] Compiling p256-armv8-asm-win.S
[769/1445] Compiling ghashv8-armv8-linux.S
[770/1445] Compiling ghashv8-armv8-win.S
[771/1445] Compiling ghashv8-armv7-linux.S
[772/1445] Compiling p256-armv8-asm-apple.S
[773/1445] Compiling ghashv8-armv8-apple.S
[774/1445] Compiling p256-armv8-asm-linux.S
[775/1445] Compiling ghash-x86_64-linux.S
[776/1445] Compiling ghash-x86-apple.S
[777/1445] Compiling ghash-ssse3-x86_64-linux.S
[778/1445] Compiling ghash-ssse3-x86_64-apple.S
[779/1445] Compiling ghash-x86_64-apple.S
[780/1445] Compiling ghash-x86-linux.S
[781/1445] Compiling ghash-ssse3-x86-linux.S
[782/1445] Compiling ghash-ssse3-x86-apple.S
[783/1445] Compiling ghash-neon-armv8-win.S
[784/1445] Compiling ghash-neon-armv8-apple.S
[785/1445] Compiling ghash-neon-armv8-linux.S
[786/1445] Compiling ghash-armv4-linux.S
[787/1445] Compiling co-586-linux.S
[788/1445] Compiling bsaes-armv7-linux.S
[789/1445] Compiling co-586-apple.S
[790/1445] Compiling bn-armv8-win.S
[791/1445] Compiling bn-armv8-linux.S
[792/1445] Compiling bn-586-linux.S
[793/1445] Compiling bn-armv8-apple.S
[794/1445] Compiling bn-586-apple.S
[795/1445] Compiling armv8-mont-win.S
[796/1445] Compiling armv8-mont-apple.S
[797/1445] Compiling armv8-mont-linux.S
[798/1445] Compiling armv4-mont-linux.S
[799/1445] Compiling aesv8-gcm-armv8-win.S
[800/1445] Compiling aesv8-gcm-armv8-apple.S
[801/1445] Compiling aesv8-gcm-armv8-linux.S
[802/1445] Compiling aesv8-armv8-apple.S
[803/1445] Compiling aesv8-armv8-win.S
[804/1445] Compiling aesv8-armv8-linux.S
[805/1445] Compiling aesv8-armv7-linux.S
[806/1445] Compiling aesni-x86_64-linux.S
[807/1445] Compiling aesni-x86-apple.S
[808/1445] Compiling aesni-x86_64-apple.S
[809/1445] Compiling aesni-x86-linux.S
[810/1445] Compiling aesni-gcm-x86_64-linux.S
[811/1445] Compiling aesni-gcm-x86_64-apple.S
[812/1445] Compiling aes-gcm-avx2-x86_64-apple.S
[813/1445] Compiling aes-gcm-avx10-x86_64-linux.S
[814/1445] Compiling aes-gcm-avx2-x86_64-linux.S
[815/1445] Compiling d1_both.cc
[816/1445] Compiling aes-gcm-avx10-x86_64-apple.S
[818/1445] Compiling NIOPosix IO.swift
[819/1445] Compiling NIOPosix IntegerBitPacking.swift
[820/1445] Compiling NIOPosix IntegerTypes.swift
[821/1445] Compiling NIOPosix Linux.swift
[822/1445] Compiling NIOPosix LinuxCPUSet.swift
[823/1445] Compiling NIOPosix LinuxUring.swift
[824/1445] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[825/1445] Compiling NIOPosix NIOThreadPool.swift
[826/1445] Compiling NIOPosix NonBlockingFileIO.swift
[827/1445] Compiling NIOPosix PendingDatagramWritesManager.swift
[828/1445] Compiling NIOPosix PendingWritesManager.swift
[829/1445] Compiling NIOPosix PipeChannel.swift
[830/1445] Compiling NIOPosix PipePair.swift
[831/1445] Compiling NIOPosix Bootstrap.swift
[832/1445] Compiling NIOPosix ControlMessage.swift
[833/1445] Compiling NIOPosix DatagramVectorReadManager.swift
[834/1445] Compiling NIOPosix Errors+Any.swift
[835/1445] Compiling NIOPosix FileDescriptor.swift
[836/1445] Compiling NIOPosix GetaddrinfoResolver.swift
[837/1445] Compiling NIOPosix HappyEyeballs.swift
[838/1445] Compiling NIOPosix BSDSocketAPICommon.swift
[839/1445] Compiling NIOPosix BSDSocketAPIPosix.swift
[840/1445] Compiling NIOPosix BSDSocketAPIWindows.swift
[841/1445] Compiling NIOPosix BaseSocket.swift
[842/1445] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[843/1445] Compiling NIOPosix BaseSocketChannel.swift
[844/1445] Compiling NIOPosix BaseStreamSocketChannel.swift
[845/1481] Compiling x_x509a.cc
[846/1481] Compiling x_sig.cc
[847/1481] Compiling x_req.cc
[848/1481] Compiling x_pubkey.cc
[849/1481] Compiling x_val.cc
[850/1483] Compiling x_spki.cc
[851/1483] Compiling x_x509.cc
[853/1483] Emitting module NIO
[854/1483] Compiling NIO Exports.swift
[856/1484] Emitting module _NIOFileSystem
[857/1494] Compiling NIOTLS TLSEvents.swift
[858/1494] Emitting module NIOTLS
[858/1494] Compiling x_exten.cc
[860/1494] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[861/1494] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[861/1494] Compiling x_name.cc
[862/1494] Compiling x_attrib.cc
[864/1505] Compiling NIOSOCKS AuthenticationMethod.swift
[865/1505] Compiling NIOSOCKS ClientGreeting.swift
[866/1505] Compiling NIOSOCKS Messages.swift
[867/1505] Compiling NIOSOCKS SOCKSRequest.swift
[868/1505] Compiling NIOSOCKS SOCKSClientHandler.swift
[869/1522] Compiling _NIOFileSystem ParallelDirCopy.swift
[870/1522] Compiling _NIOFileSystem ParallelRemoval.swift
[871/1522] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[872/1522] Compiling _NIOFileSystem CInterop.swift
[873/1522] Compiling _NIOFileSystem Errno.swift
[874/1522] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[875/1522] Compiling _NIOFileSystem Mocking.swift
[876/1522] Compiling _NIOFileSystem Syscall.swift
[877/1522] Compiling _NIOFileSystem Syscalls.swift
[877/1527] Compiling x_crl.cc
[879/1527] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[880/1527] Compiling NIOTLS SNIHandler.swift
[880/1528] Compiling x_all.cc
[883/1528] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[884/1528] Compiling NIOSOCKS ClientStateMachine.swift
[885/1529] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[886/1529] Compiling _NIOFileSystem FileSystemError.swift
[887/1529] Compiling _NIOFileSystem FileSystemProtocol.swift
[888/1529] Compiling _NIOFileSystem FileType.swift
[889/1529] Compiling _NIOFileSystem IOStrategy.swift
[889/1529] Compiling x_algor.cc
[891/1529] Emitting module NIOSOCKS
[892/1529] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[893/1529] Compiling NIOSOCKS SOCKSResponse.swift
[894/1529] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[895/1529] Compiling _NIOFileSystem BufferedStream.swift
[896/1529] Compiling _NIOFileSystem Cancellation.swift
[897/1529] Compiling _NIOFileSystem TokenBucket.swift
[898/1529] Compiling _NIOFileSystem UnsafeTransfer.swift
[899/1529] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[900/1529] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[901/1529] Compiling NIOSOCKS ServerStateMachine.swift
[902/1529] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[903/1529] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[904/1529] Compiling NIOHTTP1 HTTPEncoder.swift
[905/1529] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[906/1529] Compiling NIOHTTP1 ByteCollectionUtils.swift
[907/1529] Compiling NIOHTTP1 HTTPDecoder.swift
[908/1529] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[909/1529] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[911/1530] Emitting module NIOHTTP1
[912/1532] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[913/1532] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[914/1532] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[915/1532] Emitting module NIOFoundationCompat
[917/1533] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[918/1533] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[918/1533] Compiling x509spki.cc
[919/1533] Compiling x509rset.cc
[921/1533] Compiling _NIOFileSystem SystemFileHandle.swift
[922/1533] Compiling _NIOFileSystem Utilities.swift
[923/1533] Compiling _NIOFileSystem OpenOptions.swift
[924/1533] Compiling _NIOFileSystem String+FileSystem.swift
[924/1533] Compiling x509_vpm.cc
[925/1533] Compiling x509cset.cc
[926/1533] Compiling x509name.cc
[928/1555] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[929/1555] Compiling NIOTransportServices NIOTSSingletons.swift
[930/1555] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[931/1555] Compiling NIOTransportServices AcceptHandler.swift
[932/1555] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[933/1555] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[934/1555] Compiling NIOTransportServices StateManagedChannel.swift
[935/1555] Compiling NIOTransportServices StateManagedListenerChannel.swift
[936/1555] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[937/1557] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[938/1557] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[939/1557] Compiling NIOTransportServices NIOTSListenerChannel.swift
[940/1557] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[941/1557] Compiling NIOTransportServices NIOTSErrors.swift
[942/1557] Compiling NIOTransportServices NIOTSEventLoop.swift
[943/1557] Compiling NIOTransportServices NIOTSBootstraps.swift
[944/1557] Compiling NIOTransportServices NIOTSChannelOptions.swift
[945/1557] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[946/1557] Emitting module NIOTransportServices
[949/1557] Compiling NIOTransportServices NIOTSDatagramListener.swift
[950/1557] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[951/1557] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[952/1557] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[953/1557] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[977/1560] Compiling x509_vfy.cc
[978/1560] Compiling x509_v3.cc
[979/1565] Compiling x509_txt.cc
[980/1593] Compiling x509_trs.cc
[982/1593] Emitting module _NIOFileSystemFoundationCompat
[983/1593] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[984/1593] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[985/1593] Compiling NIOFileSystem Exports.swift
[986/1593] Emitting module NIOFileSystem
[987/1593] Compiling NIOWebSocket WebSocketErrorCodes.swift
[987/1594] Compiling x509_set.cc
[989/1595] Compiling NIOWebSocket WebSocketOpcode.swift
[990/1596] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[993/1614] Compiling NIOHPACK IndexedHeaderTable.swift
[994/1614] Compiling NIOHPACK IntegerCoding.swift
[995/1615] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[996/1615] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[997/1615] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[998/1615] Emitting module NIOWebSocket
[999/1615] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1000/1615] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1001/1615] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1002/1615] Compiling NIOExtras LengthFieldPrepender.swift
[1003/1615] Compiling NIOExtras LineBasedFrameDecoder.swift
[1004/1615] Compiling NIOExtras DebugInboundEventsHandler.swift
[1005/1615] Compiling NIOHPACK HuffmanTables.swift
[1008/1615] Emitting module NIOHPACK
[1009/1615] Compiling NIOHTTPCompression HTTPCompression.swift
[1010/1615] Compiling NIOHTTPCompression HTTPDecompression.swift
[1011/1615] Emitting module NIOHTTPCompression
[1012/1615] Compiling NIOExtras RequestResponseHandler.swift
[1013/1615] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1014/1617] Compiling NIOHPACK HuffmanCoding.swift
[1015/1617] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1016/1617] Compiling NIOHPACK StaticHeaderTable.swift
[1018/1618] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1019/1618] Compiling NIOExtras NIOExtrasError.swift
[1020/1618] Compiling NIOWebSocket WebSocketFrame.swift
[1021/1619] Compiling x509_req.cc
[1025/1619] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1026/1619] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1027/1620] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1028/1620] Compiling NIOExtras NIORequestIdentifiable.swift
[1029/1620] Compiling NIOExtras PCAPRingBuffer.swift
[1030/1620] Compiling NIOExtras QuiescingHelper.swift
[1032/1620] Emitting module NIOExtras
[1039/1620] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1040/1620] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1041/1620] Compiling NIOExtras JSONRPCFraming.swift
[1041/1620] Compiling x509_obj.cc
[1042/1620] Compiling x509_ext.cc
[1043/1678] Compiling x509_lu.cc
[1044/1678] Compiling x509_def.cc
[1045/1678] Compiling x509_d2.cc
[1047/1678] Compiling NIOHTTP2 MaySendFrames.swift
[1048/1678] Compiling NIOHTTP2 SendingDataState.swift
[1050/1679] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1051/1679] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1052/1679] Compiling NIOHTTP2 HasLocalSettings.swift
[1053/1679] Compiling NIOHTTP2 HasRemoteSettings.swift
[1054/1679] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1055/1679] Compiling NIOHTTP2 QuiescingState.swift
[1056/1679] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1057/1679] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1057/1687] Compiling x509_cmp.cc
[1058/1687] Compiling x509_att.cc
[1059/1687] Compiling v3_utl.cc
[1060/1687] Compiling x509.cc
[1061/1687] Compiling v3_purp.cc
[1062/1687] Compiling v3_skey.cc
[1063/1687] Compiling v3_ocsp.cc
[1064/1687] Compiling v3_prn.cc
[1065/1687] Compiling v3_pcons.cc
[1069/1687] Compiling NIOHTTP2 SendingGoawayState.swift
[1070/1687] Compiling NIOHTTP2 SendingHeadersState.swift
[1071/1687] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1072/1687] Compiling NIOHTTP2 SendingRstStreamState.swift
[1073/1687] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1074/1687] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1074/1687] Compiling v3_pmaps.cc
[1075/1687] Compiling v3_lib.cc
[1077/1687] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1078/1687] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1079/1687] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1080/1687] Compiling NIOHTTP2 HTTP2StreamID.swift
[1081/1687] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1082/1687] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1083/1687] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1084/1687] Compiling NIOHTTP2 InboundEventBuffer.swift
[1084/1687] Compiling v3_int.cc
[1086/1687] Compiling NIOHTTP2 InboundWindowManager.swift
[1087/1687] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1088/1687] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1089/1687] Compiling NIOHTTP2 StreamChannelList.swift
[1090/1687] Compiling NIOHTTP2 StreamMap.swift
[1091/1687] Compiling NIOHTTP2 StreamStateMachine.swift
[1092/1687] Compiling NIOHTTP2 UnsafeTransfer.swift
[1093/1687] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1093/1687] Compiling v3_info.cc
[1094/1687] Compiling v3_ncons.cc
[1095/1687] Compiling v3_ia5.cc
[1096/1687] Compiling v3_conf.cc
[1097/1687] Compiling v3_genn.cc
[1098/1687] Compiling v3_bcons.cc
[1099/1687] Compiling v3_extku.cc
[1101/1687] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1102/1687] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1103/1687] Compiling NIOHTTP2 MayReceiveFrames.swift
[1104/1687] Compiling NIOHTTP2 ReceivingDataState.swift
[1105/1687] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1106/1687] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1107/1687] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1108/1687] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1109/1687] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1110/1687] Emitting module NIOHTTP2
[1110/1687] Compiling v3_enum.cc
[1111/1687] Compiling v3_crld.cc
[1112/1687] Compiling v3_akeya.cc
[1113/1687] Compiling v3_alt.cc
[1114/1687] Compiling v3_bitst.cc
[1115/1687] Compiling v3_cpols.cc
[1116/1687] Compiling t_req.cc
[1118/1687] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1119/1687] Compiling NIOHTTP2 HTTP2Frame.swift
[1120/1687] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1121/1687] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1122/1687] Compiling NIOHTTP2 HTTP2PingData.swift
[1123/1687] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1124/1687] Compiling NIOHTTP2 HTTP2Settings.swift
[1125/1687] Compiling NIOHTTP2 HTTP2Stream.swift
[1125/1687] Compiling t_x509.cc
[1126/1687] Compiling v3_akey.cc
[1127/1687] Compiling t_x509a.cc
[1128/1687] Compiling policy.cc
[1129/1687] Compiling i2d_pr.cc
[1130/1687] Compiling rsa_pss.cc
[1131/1687] Compiling t_crl.cc
[1133/1687] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1134/1687] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1135/1687] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1136/1687] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1137/1687] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1138/1687] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1139/1687] Compiling NIOHTTP2 HTTP2Error.swift
[1140/1687] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1141/1687] Compiling NIOHTTP2 StateMachineResult.swift
[1142/1687] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1143/1687] Compiling NIOHTTP2 DOSHeuristics.swift
[1144/1687] Compiling NIOHTTP2 Error+Any.swift
[1145/1687] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1146/1687] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1147/1687] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1148/1687] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1148/1688] Compiling name_print.cc
[1150/1688] Compiling by_dir.cc
[1151/1688] Compiling by_file.cc
[1152/1688] Compiling a_verify.cc
[1153/1688] Compiling asn1_gen.cc
[1154/1688] Compiling algorithm.cc
[1155/1688] Compiling voprf.cc
[1156/1688] Compiling thread_none.cc
[1157/1688] Compiling a_sign.cc
[1158/1688] Compiling thread_pthread.cc
[1159/1688] Compiling trust_token.cc
[1160/1688] Compiling a_digest.cc
[1161/1688] Compiling stack.cc
[1162/1688] Compiling thread_win.cc
[1163/1688] Compiling pmbtoken.cc
[1164/1688] Compiling sha512.cc
[1165/1688] Compiling thread.cc
[1166/1688] Compiling sha1.cc
[1167/1688] Compiling siphash.cc
[1168/1688] Compiling sha256.cc
[1169/1688] Compiling rsa_print.cc
[1170/1688] Compiling spake2plus.cc
[1171/1688] Compiling slhdsa.cc
[1172/1688] Compiling rsa_extra.cc
[1173/1688] Compiling rsa_crypt.cc
[1174/1688] Compiling refcount.cc
[1175/1688] Compiling windows.cc
[1176/1688] Compiling rc4.cc
[1177/1688] Compiling rand.cc
[1178/1688] Compiling trusty.cc
[1179/1688] Compiling urandom.cc
[1180/1688] Compiling rsa_asn1.cc
[1181/1688] Compiling passive.cc
[1182/1688] Compiling ios.cc
[1183/1688] Compiling getentropy.cc
[1184/1688] Compiling poly1305_arm_asm.S
[1185/1688] Compiling fork_detect.cc
[1186/1688] Compiling forkunsafe.cc
[1187/1688] Compiling deterministic.cc
[1188/1688] Compiling poly1305_vec.cc
[1189/1688] Compiling pool.cc
[1190/1688] Compiling poly1305_arm.cc
[1191/1688] Compiling poly1305.cc
[1192/1688] Compiling pkcs7.cc
[1193/1688] Compiling pkcs8_x509.cc
[1194/1688] Compiling pkcs7_x509.cc
[1195/1688] Compiling p5_pbev2.cc
[1196/1688] Compiling pkcs8.cc
[1197/1688] Compiling pem_pkey.cc
[1198/1688] Compiling pem_xaux.cc
[1199/1688] Compiling pem_x509.cc
[1200/1688] Compiling pem_info.cc
[1201/1688] Compiling pem_pk8.cc
[1202/1688] Compiling pem_lib.cc
[1203/1688] Compiling pem_oth.cc
[1204/1688] Compiling mldsa.cc
[1205/1688] Compiling pem_all.cc
[1206/1688] Compiling obj_xref.cc
[1207/1688] Compiling mlkem.cc
[1208/1688] Compiling poly_rq_mul.S
[1209/1688] Compiling mem.cc
[1210/1688] Compiling fips_shared_support.cc
[1211/1688] Compiling obj.cc
[1212/1688] Compiling md5.cc
[1213/1688] Compiling lhash.cc
[1214/1688] Compiling md4.cc
[1215/1688] Compiling kyber.cc
[1216/1688] Compiling ex_data.cc
[1217/1688] Compiling sign.cc
[1218/1688] Compiling scrypt.cc
[1219/1688] Compiling hpke.cc
[1220/1688] Compiling hrss.cc
[1221/1688] Compiling print.cc
[1222/1688] Compiling pbkdf.cc
[1223/1688] Compiling p_x25519.cc
[1224/1688] Compiling p_ed25519.cc
[1225/1688] Compiling p_x25519_asn1.cc
[1226/1688] Compiling p_rsa_asn1.cc
[1227/1688] Compiling p_ed25519_asn1.cc
[1228/1688] Compiling p_rsa.cc
[1229/1688] Compiling p_hkdf.cc
[1230/1688] Compiling p_dh.cc
[1231/1688] Compiling p_ec_asn1.cc
[1232/1688] Compiling p_ec.cc
[1233/1688] Compiling p_dh_asn1.cc
[1234/1688] Compiling evp_ctx.cc
[1235/1688] Compiling evp_asn1.cc
[1236/1688] Compiling p_dsa_asn1.cc
[1237/1688] Compiling err.cc
[1238/1688] Compiling evp.cc
[1239/1688] Compiling ecdh.cc
[1240/1688] Compiling hash_to_curve.cc
[1241/1688] Compiling engine.cc
[1242/1688] Compiling ecdsa_asn1.cc
[1243/1688] Compiling ec_derive.cc
[1244/1688] Compiling dh_asn1.cc
[1245/1688] Compiling dsa.cc
[1246/1688] Compiling params.cc
[1247/1688] Compiling digest_extra.cc
[1248/1688] Compiling ec_asn1.cc
[1249/1688] Compiling x25519-asm-arm.S
[1250/1688] Compiling bcm.cc
[1251/1688] Compiling dsa_asn1.cc
[1252/1688] Compiling des.cc
[1253/1688] Compiling curve25519.cc
[1254/1688] Compiling spake25519.cc
[1255/1688] Compiling curve25519_64_adx.cc
[1256/1688] Compiling cpu_intel.cc
[1257/1688] Compiling crypto.cc
[1258/1688] Compiling cpu_arm_freebsd.cc
[1259/1688] Compiling cpu_arm_linux.cc
[1260/1688] Compiling cpu_aarch64_sysreg.cc
[1261/1688] Compiling cpu_aarch64_win.cc
[1262/1688] Compiling cpu_aarch64_fuchsia.cc
[1263/1688] Compiling cpu_aarch64_apple.cc
[1264/1688] Compiling cpu_aarch64_linux.cc
[1265/1688] Compiling conf.cc
[1266/1688] Compiling cpu_aarch64_openbsd.cc
[1267/1688] Compiling e_tls.cc
[1268/1688] Compiling tls_cbc.cc
[1269/1688] Compiling get_cipher.cc
[1270/1688] Compiling e_rc4.cc
[1271/1688] Compiling e_null.cc
[1272/1688] Compiling e_des.cc
[1273/1688] Compiling e_chacha20poly1305.cc
[1274/1688] Compiling e_rc2.cc
[1275/1688] Compiling e_aesgcmsiv.cc
[1276/1688] Compiling derive_key.cc
[1277/1688] Compiling e_aesctrhmac.cc
[1278/1688] Compiling chacha.cc
[1279/1688] Compiling unicode.cc
[1280/1688] Compiling cbb.cc
[1281/1688] Compiling cbs.cc
[1282/1688] Compiling asn1_compat.cc
[1283/1688] Compiling ber.cc
[1284/1688] Compiling buf.cc
[1285/1688] Compiling convert.cc
[1285/1688] Compiling bn_asn1.cc
[1287/1688] Compiling blake2.cc
[1288/1688] Compiling socket_helper.cc
[1289/1688] Compiling hexdump.cc
[1290/1688] Compiling socket.cc
[1291/1688] Compiling pair.cc
[1292/1688] Compiling fd.cc
[1293/1688] Compiling file.cc
[1294/1688] Compiling errno.cc
[1295/1688] Compiling printf.cc
[1296/1688] Compiling connect.cc
[1297/1688] Compiling bio.cc
[1298/1688] Compiling bio_mem.cc
[1299/1688] Compiling base64.cc
[1300/1688] Compiling tasn_new.cc
[1301/1688] Compiling tasn_fre.cc
[1302/1688] Compiling tasn_enc.cc
[1303/1688] Compiling tasn_typ.cc
[1304/1688] Compiling tasn_utl.cc
[1305/1688] Compiling posix_time.cc
[1306/1688] Compiling tasn_dec.cc
[1307/1688] Compiling f_string.cc
[1308/1688] Compiling asn_pack.cc
[1309/1688] Compiling asn1_par.cc
[1310/1688] Compiling f_int.cc
[1311/1688] Compiling asn1_lib.cc
[1312/1688] Compiling a_octet.cc
[1313/1688] Compiling a_type.cc
[1314/1688] Compiling a_utctm.cc
[1315/1688] Compiling a_strex.cc
[1316/1688] Compiling a_time.cc
[1317/1688] Compiling a_object.cc
[1318/1688] Compiling a_strnid.cc
[1319/1688] Compiling a_i2d_fp.cc
[1320/1688] Compiling a_mbstr.cc
[1321/1688] Compiling fiat_p256_adx_sqr.S
[1322/1688] Compiling a_dup.cc
[1323/1688] Compiling a_d2i_fp.cc
[1324/1688] Compiling fiat_p256_adx_mul.S
[1325/1688] Compiling fiat_curve25519_adx_square.S
[1326/1688] Compiling fiat_curve25519_adx_mul.S
[1327/1688] Compiling md5-586-linux.S
[1328/1688] Compiling md5-x86_64-linux.S
[1329/1688] Compiling md5-586-apple.S
[1330/1688] Compiling md5-x86_64-apple.S
[1331/1688] Compiling chacha20_poly1305_x86_64-linux.S
[1332/1688] Compiling a_int.cc
[1333/1688] Compiling chacha20_poly1305_x86_64-apple.S
[1334/1688] Compiling chacha20_poly1305_armv8-win.S
[1335/1688] Compiling chacha20_poly1305_armv8-apple.S
[1336/1688] Compiling CCryptoBoringSSLShims shims.c
[1337/1688] Compiling a_bitstr.cc
[1338/1688] Compiling chacha-x86_64-linux.S
[1339/1688] Compiling chacha-x86_64-apple.S
[1340/1688] Compiling chacha20_poly1305_armv8-linux.S
[1341/1688] Compiling chacha-x86-linux.S
[1342/1688] Compiling a_gentm.cc
[1343/1688] Compiling chacha-armv8-win.S
[1344/1688] Compiling chacha-x86-apple.S
[1345/1688] Compiling chacha-armv4-linux.S
[1346/1688] Compiling chacha-armv8-apple.S
[1347/1688] Compiling aes128gcmsiv-x86_64-apple.S
[1348/1688] Compiling aes128gcmsiv-x86_64-linux.S
[1349/1688] Compiling x86_64-mont5-linux.S
[1350/1688] Compiling chacha-armv8-linux.S
[1351/1688] Compiling x86_64-mont-apple.S
[1352/1688] Compiling x86_64-mont5-apple.S
[1353/1688] Compiling x86-mont-linux.S
[1354/1688] Compiling x86_64-mont-linux.S
[1355/1688] Compiling x86-mont-apple.S
[1356/1688] Compiling vpaes-x86_64-apple.S
[1357/1688] Compiling vpaes-x86_64-linux.S
[1358/1688] Compiling vpaes-x86-linux.S
[1359/1688] Compiling vpaes-x86-apple.S
[1360/1688] Compiling vpaes-armv8-win.S
[1360/1688] Compiling vpaes-armv8-linux.S
[1362/1688] Compiling a_bool.cc
[1363/1688] Compiling vpaes-armv8-apple.S
[1364/1688] Compiling sha512-x86_64-linux.S
[1365/1688] Compiling vpaes-armv7-linux.S
[1366/1688] Compiling sha512-armv8-win.S
[1367/1688] Compiling sha512-x86_64-apple.S
[1368/1688] Compiling sha512-armv8-apple.S
[1369/1688] Compiling sha512-586-linux.S
[1370/1688] Compiling sha512-armv8-linux.S
[1371/1688] Compiling sha512-armv4-linux.S
[1372/1688] Compiling sha256-x86_64-linux.S
[1373/1688] Compiling sha512-586-apple.S
[1374/1688] Compiling sha256-armv8-win.S
[1375/1688] Compiling sha256-x86_64-apple.S
[1376/1688] Compiling sha256-armv8-apple.S
[1377/1688] Compiling sha256-armv8-linux.S
[1378/1692] Compiling sha256-armv4-linux.S
[1379/1717] Compiling sha256-586-linux.S
[1380/1717] Compiling sha256-586-apple.S
[1381/1717] Compiling sha1-x86_64-apple.S
[1382/1717] Compiling sha1-x86_64-linux.S
[1383/1717] Compiling sha1-armv4-large-linux.S
[1384/1717] Compiling sha1-armv8-win.S
[1385/1717] Compiling sha1-armv8-apple.S
[1386/1717] Compiling sha1-armv8-linux.S
[1387/1717] Compiling sha1-586-linux.S
[1388/1717] Compiling sha1-586-apple.S
[1389/1717] Compiling err_data.cc
[1390/1717] Compiling rsaz-avx2-linux.S
[1391/1717] Compiling rdrand-x86_64-linux.S
[1392/1717] Compiling p256_beeu-x86_64-asm-linux.S
[1393/1717] Compiling rsaz-avx2-apple.S
[1394/1717] Compiling rdrand-x86_64-apple.S
[1395/1717] Compiling p256_beeu-x86_64-asm-apple.S
[1396/1717] Compiling p256_beeu-armv8-asm-win.S
[1397/1717] Compiling p256_beeu-armv8-asm-linux.S
[1397/1717] Compiling p256-x86_64-asm-linux.S
[1399/1717] Compiling p256_beeu-armv8-asm-apple.S
[1400/1717] Compiling p256-x86_64-asm-apple.S
[1401/1717] Compiling p256-armv8-asm-win.S
[1402/1717] Compiling p256-armv8-asm-apple.S
[1403/1717] Compiling ghashv8-armv7-linux.S
[1404/1717] Compiling ghashv8-armv8-win.S
[1405/1717] Compiling ghashv8-armv8-apple.S
[1406/1717] Compiling p256-armv8-asm-linux.S
[1407/1717] Compiling ghash-x86_64-linux.S
[1408/1717] Compiling ghashv8-armv8-linux.S
[1409/1717] Compiling ghash-x86_64-apple.S
[1410/1717] Compiling ghash-ssse3-x86_64-linux.S
[1411/1717] Compiling ghash-x86-apple.S
[1412/1717] Compiling ghash-ssse3-x86-linux.S
[1412/1717] Compiling ghash-ssse3-x86_64-apple.S
[1414/1717] Compiling ghash-x86-linux.S
[1415/1717] Compiling ghash-ssse3-x86-apple.S
[1416/1717] Compiling ghash-neon-armv8-win.S
[1417/1717] Compiling ghash-neon-armv8-linux.S
[1418/1717] Compiling ghash-armv4-linux.S
[1419/1717] Compiling ghash-neon-armv8-apple.S
[1420/1717] Compiling bsaes-armv7-linux.S
[1421/1717] Compiling co-586-linux.S
[1422/1717] Compiling co-586-apple.S
[1423/1717] Compiling bn-armv8-win.S
[1424/1717] Compiling bn-armv8-linux.S
[1425/1717] Compiling bn-586-linux.S
[1426/1717] Compiling bn-armv8-apple.S
[1427/1717] Compiling bn-586-apple.S
[1428/1717] Compiling armv8-mont-win.S
[1429/1717] Compiling armv4-mont-linux.S
[1430/1717] Compiling armv8-mont-apple.S
[1431/1717] Compiling armv8-mont-linux.S
[1432/1717] Compiling aesv8-gcm-armv8-apple.S
[1433/1717] Compiling aesv8-gcm-armv8-win.S
[1434/1717] Compiling aesv8-gcm-armv8-linux.S
[1435/1717] Compiling aesv8-armv8-linux.S
[1436/1717] Compiling aesv8-armv7-linux.S
[1437/1717] Compiling aesv8-armv8-apple.S
[1438/1717] Compiling aesv8-armv8-win.S
[1439/1717] Compiling aesni-x86_64-apple.S
[1440/1717] Compiling aesni-x86-linux.S
[1441/1717] Compiling aesni-gcm-x86_64-linux.S
[1442/1717] Compiling aesni-x86-apple.S
[1442/1717] Compiling aesni-x86_64-linux.S
[1444/1717] Compiling aes-gcm-avx10-x86_64-linux.S
[1445/1717] Compiling aesni-gcm-x86_64-apple.S
[1446/1717] Compiling aes-gcm-avx10-x86_64-apple.S
[1448/1717] Emitting module NIOSSL
[1449/1717] Compiling NIOSSL AndroidCABundle.swift
[1450/1717] Compiling NIOSSL ByteBufferBIO.swift
[1451/1717] Compiling NIOSSL CustomPrivateKey.swift
[1452/1717] Compiling NIOSSL IdentityVerification.swift
[1453/1721] Compiling NIOSSL SSLPrivateKey.swift
[1454/1721] Compiling NIOSSL SSLPublicKey.swift
[1455/1721] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1456/1721] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1457/1721] Compiling NIOSSL SubjectAlternativeName.swift
[1458/1721] Compiling NIOSSL NIOSSLSecureBytes.swift
[1459/1721] Compiling NIOSSL RNG.swift
[1460/1721] Compiling NIOSSL SafeCompare.swift
[1460/1721] Compiling x_sig.cc
[1461/1721] Compiling x_val.cc
[1462/1721] Compiling x_pubkey.cc
[1463/1721] Compiling x_spki.cc
[1464/1721] Compiling x_x509.cc
[1466/1721] Compiling NIOSSL LinuxCABundle.swift
[1467/1721] Compiling NIOSSL NIOSSLClientHandler.swift
[1468/1721] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1469/1721] Compiling NIOSSL NIOSSLHandler.swift
[1470/1721] Compiling NIOSSL SSLCertificate.swift
[1471/1721] Compiling NIOSSL SSLCertificateExtensions.swift
[1472/1721] Compiling NIOSSL SSLCertificateName.swift
[1473/1721] Compiling NIOSSL SSLConnection.swift
[1473/1721] Compiling x_req.cc
[1474/1721] Compiling x_x509a.cc
[1476/1721] Compiling NIOSSL NIOSSLServerHandler.swift
[1477/1721] Compiling NIOSSL ObjectIdentifier.swift
[1478/1721] Compiling NIOSSL PosixPort.swift
[1479/1721] Compiling NIOSSL SSLCallbacks.swift
[1480/1721] Compiling NIOSSL SSLContext.swift
[1481/1721] Compiling NIOSSL SSLErrors.swift
[1482/1721] Compiling NIOSSL SSLInit.swift
[1483/1721] Compiling NIOSSL SSLPKCS12Bundle.swift
[1484/1721] Compiling NIOSSL Zeroization.swift
[1485/1721] Compiling NIOSSL TLSConfiguration.swift
[1486/1721] Compiling NIOSSL UniversalBootstrapSupport.swift
[1487/1721] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1487/1722] Compiling x_name.cc
[1489/1722] Compiling x_exten.cc
[1490/1722] Compiling x_all.cc
[1491/1722] Compiling x_attrib.cc
[1492/1722] Compiling x509spki.cc
[1493/1722] Compiling x_crl.cc
[1494/1788] Compiling x_algor.cc
[1496/1790] Compiling WebSocketKit Exports.swift
[1496/1790] Compiling x509_vpm.cc
[1498/1790] Compiling WebSocketKit WebSocket+Connect.swift
[1499/1790] Compiling WebSocketKit WebSocket.swift
[1500/1790] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1501/1790] Compiling WebSocketKit WebSocketHandler.swift
[1502/1790] Emitting module WebSocketKit
[1503/1790] Compiling WebSocketKit WebSocket+Concurrency.swift
[1503/1790] Compiling x509rset.cc
[1504/1790] Compiling x509_txt.cc
[1505/1790] Compiling x509name.cc
[1507/1790] Compiling WebSocketKit WebSocketClient.swift
[1507/1791] Compiling x509cset.cc
[1509/1791] Compiling x509_v3.cc
[1510/1791] Compiling x509_vfy.cc
[1512/1791] Emitting module AsyncHTTPClient
[1512/1799] Compiling x509_trs.cc
[1513/1799] Compiling x509_req.cc
[1514/1799] Compiling x509_set.cc
[1515/1799] Compiling x509_obj.cc
[1516/1799] Compiling x509_lu.cc
[1517/1799] Compiling x509_cmp.cc
[1518/1799] Compiling x509_def.cc
[1519/1799] Compiling x509_ext.cc
[1521/1799] Compiling AsyncHTTPClient RequestBag.swift
[1522/1799] Compiling AsyncHTTPClient RequestValidation.swift
[1523/1799] Compiling AsyncHTTPClient SSLContextCache.swift
[1524/1799] Compiling AsyncHTTPClient Scheme.swift
[1525/1799] Compiling AsyncHTTPClient Singleton.swift
[1526/1799] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1527/1799] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1528/1799] Compiling AsyncHTTPClient Utils.swift
[1528/1799] Compiling x509.cc
[1530/1799] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1531/1799] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1532/1799] Compiling AsyncHTTPClient Transaction.swift
[1533/1799] Compiling AsyncHTTPClient Base64.swift
[1534/1799] Compiling AsyncHTTPClient BasicAuth.swift
[1535/1799] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1536/1799] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1537/1799] Compiling AsyncHTTPClient ConnectionPool.swift
[1538/1799] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1539/1799] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1540/1799] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1541/1799] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1542/1799] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1543/1799] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1544/1799] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1545/1799] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1546/1799] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1547/1799] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1548/1799] Compiling AsyncHTTPClient ConnectionTarget.swift
[1549/1799] Compiling AsyncHTTPClient DeconstructedURL.swift
[1550/1799] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1551/1799] Compiling AsyncHTTPClient FoundationExtensions.swift
[1552/1799] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1553/1799] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1554/1799] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1555/1799] Compiling AsyncHTTPClient HTTPClient.swift
[1556/1799] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1557/1799] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1558/1799] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1559/1799] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1560/1799] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1561/1799] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1562/1799] Compiling AsyncHTTPClient RequestBodyLength.swift
[1563/1799] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1563/1799] Compiling x509_d2.cc
[1565/1799] Compiling AsyncHTTPClient HTTPHandler.swift
[1566/1799] Compiling AsyncHTTPClient LRUCache.swift
[1567/1799] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1568/1799] Compiling AsyncHTTPClient NWErrorHandler.swift
[1569/1799] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1570/1799] Compiling AsyncHTTPClient TLSConfiguration.swift
[1571/1799] Compiling AsyncHTTPClient RedirectState.swift
[1572/1799] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1573/1799] Compiling AsyncHTTPClient RequestOptions.swift
[1574/1799] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1575/1799] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1576/1799] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1577/1799] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1578/1799] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1579/1799] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1580/1799] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1581/1799] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1582/1799] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1583/1799] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1584/1799] Compiling AsyncHTTPClient HTTP1Connection.swift
[1585/1799] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1586/1799] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1587/1799] Compiling AsyncHTTPClient HTTP2Connection.swift
[1588/1799] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1589/1799] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1590/1800] Compiling x509_att.cc
[1591/1800] Compiling v3_utl.cc
[1592/1800] Compiling v3_prn.cc
[1593/1800] Compiling v3_ocsp.cc
[1594/1800] Compiling v3_purp.cc
[1595/1800] Compiling v3_skey.cc
[1596/1800] Compiling v3_pmaps.cc
[1597/1800] Compiling v3_ia5.cc
[1598/1800] Compiling v3_pcons.cc
[1599/1800] Compiling v3_info.cc
[1600/1800] Compiling v3_enum.cc
[1601/1800] Compiling v3_ncons.cc
[1602/1800] Compiling v3_lib.cc
[1603/1800] Compiling v3_int.cc
[1604/1800] Compiling v3_extku.cc
[1605/1800] Compiling v3_genn.cc
[1606/1800] Compiling v3_alt.cc
[1607/1800] Compiling v3_crld.cc
[1608/1800] Compiling v3_conf.cc
[1609/1800] Compiling v3_cpols.cc
[1610/1800] Compiling v3_bcons.cc
[1611/1800] Compiling v3_akey.cc
[1612/1800] Compiling v3_bitst.cc
[1613/1800] Compiling v3_akeya.cc
[1614/1800] Compiling t_x509a.cc
[1615/1800] Compiling t_x509.cc
[1616/1800] Compiling i2d_pr.cc
[1617/1800] Compiling t_req.cc
[1618/1800] Compiling policy.cc
[1619/1800] Compiling rsa_pss.cc
[1620/1800] Compiling t_crl.cc
[1621/1800] Compiling name_print.cc
[1622/1800] Compiling by_file.cc
[1623/1800] Compiling algorithm.cc
[1624/1800] Compiling asn1_gen.cc
[1625/1800] Compiling voprf.cc
[1626/1800] Compiling by_dir.cc
[1627/1800] Compiling a_verify.cc
[1628/1800] Compiling a_sign.cc
[1629/1800] Compiling trust_token.cc
[1630/1800] Compiling thread_win.cc
[1631/1800] Compiling a_digest.cc
[1632/1800] Compiling thread_none.cc
[1633/1800] Compiling thread.cc
[1634/1800] Compiling stack.cc
[1634/1800] Compiling wots.cc
[1636/1800] Compiling thread_pthread.cc
[1637/1800] Compiling pmbtoken.cc
[1638/1800] Compiling thash.cc
[1639/1800] Compiling slhdsa.cc
[1640/1800] Compiling fors.cc
[1641/1800] Compiling sha256.cc
[1642/1800] Compiling siphash.cc
[1643/1800] Compiling merkle.cc
[1644/1800] Compiling sha512.cc
[1645/1800] Compiling sha1.cc
[1646/1800] Compiling rsa_print.cc
[1647/1800] Compiling rsa_extra.cc
[1648/1800] Compiling rsa_crypt.cc
[1649/1800] Compiling rc4.cc
[1650/1800] Compiling refcount.cc
[1651/1800] Compiling urandom.cc
[1652/1800] Compiling rsa_asn1.cc
[1653/1800] Compiling trusty.cc
[1654/1800] Compiling rand_extra.cc
[1655/1800] Compiling windows.cc
[1656/1800] Compiling passive.cc
[1657/1800] Compiling poly1305_arm_asm.S
[1658/1800] Compiling getentropy.cc
[1659/1800] Compiling ios.cc
[1660/1800] Compiling deterministic.cc
[1661/1800] Compiling forkunsafe.cc
[1662/1800] Compiling poly1305_vec.cc
[1663/1800] Compiling fork_detect.cc
[1664/1800] Compiling pool.cc
[1665/1800] Compiling poly1305_arm.cc
[1666/1800] Compiling poly1305.cc
[1667/1800] Compiling p5_pbev2.cc
[1668/1800] Compiling pkcs7.cc
[1669/1800] Compiling pkcs8_x509.cc
[1670/1800] Compiling pkcs7_x509.cc
[1671/1800] Compiling pkcs8.cc
[1672/1800] Compiling pem_xaux.cc
[1673/1800] Compiling pem_x509.cc
[1674/1800] Compiling pem_pkey.cc
[1675/1800] Compiling pem_pk8.cc
[1676/1800] Compiling pem_oth.cc
[1677/1800] Compiling obj.cc
[1678/1800] Compiling pem_lib.cc
[1679/1800] Compiling obj_xref.cc
[1680/1800] Compiling pem_info.cc
[1681/1800] Compiling pem_all.cc
[1682/1800] Compiling md4.cc
[1683/1800] Compiling poly_rq_mul.S
[1684/1800] Compiling mldsa.cc
[1685/1800] Compiling fips_shared_support.cc
[1686/1800] Compiling lhash.cc
[1687/1800] Compiling md5.cc
[1688/1800] Compiling mlkem.cc
[1689/1800] Compiling mem.cc
[1690/1800] Compiling sign.cc
[1691/1800] Compiling kyber.cc
[1692/1800] Compiling print.cc
[1693/1800] Compiling scrypt.cc
[1694/1800] Compiling ex_data.cc
[1695/1800] Compiling pbkdf.cc
[1695/1800] Compiling hrss.cc
[1695/1800] Compiling hpke.cc
[1698/1800] Compiling p_x25519.cc
[1699/1800] Compiling p_x25519_asn1.cc
[1700/1800] Compiling p_ed25519.cc
[1701/1800] Compiling p_ed25519_asn1.cc
[1702/1800] Compiling p_hkdf.cc
[1703/1800] Compiling p_rsa.cc
[1704/1800] Compiling p_rsa_asn1.cc
[1705/1800] Compiling p_ec.cc
[1706/1800] Compiling p_ec_asn1.cc
[1707/1800] Compiling p_dh.cc
[1708/1800] Compiling evp_ctx.cc
[1709/1800] Compiling p_dh_asn1.cc
[1710/1800] Compiling p_dsa_asn1.cc
[1711/1800] Compiling evp.cc
[1712/1800] Compiling evp_asn1.cc
[1713/1800] Compiling err.cc
[1714/1800] Compiling ecdh_extra.cc
[1715/1800] Compiling engine.cc
[1716/1800] Compiling ec_derive.cc
[1717/1800] Compiling hash_to_curve.cc
[1718/1800] Compiling bcm.cc
[1719/1800] Compiling ecdsa_asn1.cc
[1720/1800] Compiling ec_asn1.cc
[1721/1800] Compiling dsa_asn1.cc
[1722/1800] Compiling params.cc
[1723/1800] Compiling x25519-asm-arm.S
[1724/1800] Compiling dh_asn1.cc
[1725/1800] Compiling digest_extra.cc
[1726/1800] Compiling dsa.cc
[1727/1800] Compiling des.cc
[1728/1800] Compiling curve25519_64_adx.cc
[1729/1800] Compiling spake25519.cc
[1730/1800] Compiling cpu_arm_linux.cc
[1731/1800] Compiling cpu_arm_freebsd.cc
[1732/1800] Compiling cpu_intel.cc
[1733/1800] Compiling cpu_aarch64_win.cc
[1734/1800] Compiling crypto.cc
[1735/1800] Compiling curve25519.cc
[1736/1800] Compiling cpu_aarch64_sysreg.cc
[1737/1800] Compiling cpu_aarch64_fuchsia.cc
[1738/1800] Compiling cpu_aarch64_openbsd.cc
[1739/1800] Compiling cpu_aarch64_linux.cc
[1740/1800] Compiling conf.cc
[1741/1800] Compiling cpu_aarch64_apple.cc
[1742/1800] Compiling e_tls.cc
[1743/1800] Compiling tls_cbc.cc
[1744/1800] Compiling e_rc2.cc
[1745/1800] Compiling e_rc4.cc
[1746/1800] Compiling e_null.cc
[1747/1800] Compiling derive_key.cc
[1748/1800] Compiling e_chacha20poly1305.cc
[1748/1800] Compiling e_aesctrhmac.cc
[1750/1800] Compiling e_des.cc
[1751/1800] Compiling e_aesgcmsiv.cc
[1752/1800] Compiling unicode.cc
[1752/1800] Compiling cipher_extra.cc
[1754/1800] Compiling chacha.cc
[1755/1800] Compiling ber.cc
[1756/1800] Compiling buf.cc
[1757/1800] Compiling asn1_compat.cc
[1758/1800] Compiling cbb.cc
[1759/1800] Compiling cbs.cc
[1760/1800] Compiling printf.cc
[1761/1800] Compiling blake2.cc
[1762/1800] Compiling bn_asn1.cc
[1763/1800] Compiling convert.cc
[1764/1800] Compiling errno.cc
[1765/1800] Compiling pair.cc
[1766/1800] Compiling file.cc
[1767/1800] Compiling fd.cc
[1768/1800] Compiling hexdump.cc
[1769/1800] Compiling bio_mem.cc
[1770/1800] Compiling base64.cc
[1771/1800] Compiling tasn_typ.cc
[1772/1800] Compiling bio.cc
[1773/1800] Compiling tasn_new.cc
[1774/1800] Compiling tasn_utl.cc
[1775/1800] Compiling tasn_dec.cc
[1776/1800] Compiling f_string.cc
[1777/1800] Compiling tasn_fre.cc
[1778/1800] Compiling asn1_par.cc
[1779/1800] Compiling f_int.cc
[1780/1800] Compiling a_utctm.cc
[1781/1800] Compiling tasn_enc.cc
[1782/1800] Compiling asn_pack.cc
[1783/1800] Compiling posix_time.cc
[1784/1800] Compiling a_octet.cc
[1785/1800] Compiling a_strnid.cc
[1786/1800] Compiling asn1_lib.cc
[1787/1800] Compiling a_type.cc
[1788/1800] Compiling a_time.cc
[1789/1800] Compiling a_i2d_fp.cc
[1790/1800] Compiling a_gentm.cc
[1791/1800] Compiling a_strex.cc
[1791/1800] Write sources
[1793/1800] Compiling a_object.cc
[1794/1853] Compiling a_mbstr.cc
[1795/1853] Compiling a_bool.cc
[1796/1853] Compiling a_int.cc
[1797/1853] Compiling a_dup.cc
[1798/1853] Compiling a_d2i_fp.cc
[1800/1853] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1801/1853] Compiling BitCollections BitSet+CustomReflectable.swift
[1802/1853] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1803/1853] Compiling BitCollections BitSet+Equatable.swift
[1804/1853] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1805/1853] Compiling BitCollections BitSet+Extras.swift
[1806/1853] Compiling BitCollections BitSet+Hashable.swift
[1806/1860] Compiling a_bitstr.cc
[1808/1860] Compiling BitCollections BitSet+Initializers.swift
[1809/1860] Compiling BitCollections BitSet+Invariants.swift
[1810/1860] Compiling BitCollections BitSet+Random.swift
[1811/1860] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1812/1860] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1813/1860] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1814/1860] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1815/1868] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1816/1868] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1817/1868] Compiling BitCollections BitArray+Extras.swift
[1818/1868] Compiling BitCollections BitArray+Fill.swift
[1819/1868] Compiling BitCollections BitArray+Hashable.swift
[1820/1868] Compiling BitCollections BitArray+Initializers.swift
[1821/1868] Compiling BitCollections BitArray+Invariants.swift
[1822/1868] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1823/1868] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1824/1868] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1825/1868] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1826/1868] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1827/1868] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1828/1868] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1829/1868] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1830/1868] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1831/1868] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1832/1868] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1833/1868] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1834/1868] Compiling BitCollections BitSet+SetAlgebra union.swift
[1835/1868] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1836/1868] Compiling BitCollections BitSet.Counted.swift
[1837/1868] Emitting module BitCollections
[1838/1868] Compiling BitCollections BitArray+BitwiseOperations.swift
[1839/1868] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1840/1868] Compiling BitCollections BitArray+Codable.swift
[1841/1868] Compiling BitCollections BitArray+Collection.swift
[1842/1868] Compiling BitCollections BitArray+Copy.swift
[1843/1868] Compiling BitCollections BitArray+CustomReflectable.swift
[1844/1868] Compiling BitCollections BitArray+Descriptions.swift
[1845/1868] Compiling BitCollections BitArray+Equatable.swift
[1846/1868] Compiling BitCollections BitSet.Index.swift
[1847/1868] Compiling BitCollections BitSet._UnsafeHandle.swift
[1848/1868] Compiling BitCollections BitSet.swift
[1849/1868] Compiling BitCollections Range+Utilities.swift
[1850/1868] Compiling BitCollections Slice+Utilities.swift
[1851/1868] Compiling BitCollections UInt+Tricks.swift
[1852/1868] Compiling BitCollections _Word.swift
[1853/1868] Compiling BitCollections BitArray+RandomBits.swift
[1854/1868] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1855/1868] Compiling BitCollections BitArray+Shifts.swift
[1856/1868] Compiling BitCollections BitArray+Testing.swift
[1857/1868] Compiling BitCollections BitArray._UnsafeHandle.swift
[1858/1868] Compiling BitCollections BitArray.swift
[1859/1868] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1860/1868] Compiling BitCollections BitSet+Codable.swift
[1862/1869] Compiling CryptoBoringWrapper RandomBytes.swift
[1863/1869] Emitting module CryptoBoringWrapper
[1864/1871] Compiling Collections Collections.swift
[1865/1871] Emitting module Collections
[1866/1871] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1867/1872] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1869/1872] Compiling CryptoBoringWrapper EllipticCurve.swift
[1870/1872] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1871/1872] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1872/1872] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1874/1985] Compiling Crypto AES-GCM.swift
[1875/1985] Compiling Crypto AES-GCM_boring.swift
[1876/1985] Compiling Crypto ChaChaPoly_boring.swift
[1877/1987] Emitting module MultipartKit
[1878/1987] Compiling Crypto ASN1.swift
[1879/1987] Compiling Crypto ASN1Any.swift
[1880/1987] Compiling Crypto ASN1BitString.swift
[1881/1989] Compiling Crypto ASN1Boolean.swift
[1882/1989] Compiling Crypto ASN1Identifier.swift
[1883/1989] Compiling Crypto ASN1Integer.swift
[1884/1989] Compiling Crypto GeneralizedTime.swift
[1885/1989] Compiling Crypto ObjectIdentifier.swift
[1886/1989] Compiling MultipartKit MultipartSerializer.swift
[1887/1989] Compiling MultipartKit Utilities.swift
[1888/1989] Compiling Crypto PKCS8PrivateKey.swift
[1895/1989] Compiling Crypto ChaChaPoly.swift
[1896/1989] Compiling Crypto Cipher.swift
[1897/1989] Compiling Crypto Nonces.swift
[1904/1989] Compiling Crypto ASN1Null.swift
[1905/1989] Compiling Crypto ASN1OctetString.swift
[1906/1989] Compiling Crypto ASN1Strings.swift
[1907/1989] Compiling Crypto ArraySliceBigint.swift
[1911/1990] Compiling AsyncKit Optional+StrictMap.swift
[1912/1990] Compiling AsyncKit Exports.swift
[1913/1990] Compiling Crypto HKDF.swift
[1914/1990] Compiling Crypto AESWrap.swift
[1915/1990] Compiling Crypto AESWrap_boring.swift
[1916/1990] Compiling Crypto Ed25519_boring.swift
[1917/1990] Compiling Crypto NISTCurvesKeys_boring.swift
[1918/1990] Compiling Crypto X25519Keys_boring.swift
[1919/1990] Compiling Crypto Curve25519.swift
[1920/1990] Compiling Crypto Ed25519Keys.swift
[1921/1990] Compiling Crypto NISTCurvesKeys.swift
[1922/1990] Compiling Crypto X25519Keys.swift
[1923/1990] Compiling Crypto SymmetricKeys.swift
[1924/1990] Compiling Crypto HMAC.swift
[1925/1990] Compiling Crypto MACFunctions.swift
[1926/1990] Compiling Crypto MessageAuthenticationCode.swift
[1927/1990] Compiling Crypto AES.swift
[1928/1990] Compiling Crypto ECDSASignature_boring.swift
[1929/1990] Compiling Crypto ECDSA_boring.swift
[1930/1990] Compiling Crypto EdDSA_boring.swift
[1931/1990] Compiling Crypto ECDSA.swift
[1932/1990] Compiling Crypto Ed25519.swift
[1933/1999] Compiling Crypto HPKE.swift
[1934/1999] Compiling Crypto HPKE-Context.swift
[1935/1999] Compiling Crypto HPKE-KeySchedule.swift
[1936/1999] Compiling Crypto HPKE-Modes.swift
[1937/1999] Compiling Crypto Insecure.swift
[1938/1999] Compiling Crypto Insecure_HashFunctions.swift
[1939/1999] Compiling Crypto KEM.swift
[1940/1999] Compiling Crypto ECDH_boring.swift
[1941/1999] Compiling Crypto DH.swift
[1942/1999] Compiling Crypto ECDH.swift
[1946/1999] Compiling Crypto CryptoKitErrors.swift
[1947/1999] Compiling Crypto Digest_boring.swift
[1948/1999] Compiling Crypto Digest.swift
[1949/1999] Compiling Crypto Digests.swift
[1950/1999] Compiling Crypto HashFunctions.swift
[1951/1999] Compiling Crypto HashFunctions_SHA2.swift
[1952/1999] Compiling Crypto HPKE-AEAD.swift
[1953/1999] Compiling Crypto HPKE-Ciphersuite.swift
[1954/1999] Compiling Crypto HPKE-KDF.swift
[1955/1999] Compiling Crypto HPKE-KexKeyDerivation.swift
[1956/1999] Compiling Crypto HPKE-LabeledExtract.swift
[1957/1999] Compiling Crypto HPKE-Utils.swift
[1958/1999] Compiling Crypto DHKEM.swift
[1959/1999] Compiling Crypto HPKE-KEM-Curve25519.swift
[1960/1999] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1961/1999] Compiling Crypto HPKE-KEM.swift
[1962/1999] Compiling Crypto HPKE-Errors.swift
[1963/1999] Emitting module AsyncKit
[1964/1999] Emitting module Crypto
[1985/1999] Compiling Crypto Signature.swift
[1986/1999] Compiling Crypto CryptoKitErrors_boring.swift
[1987/1999] Compiling Crypto RNG_boring.swift
[1988/1999] Compiling Crypto SafeCompare_boring.swift
[1989/1999] Compiling Crypto Zeroization_boring.swift
[1990/1999] Compiling Crypto PrettyBytes.swift
[1991/1999] Compiling Crypto SafeCompare.swift
[1992/1999] Compiling Crypto SecureBytes.swift
[1993/1999] Compiling Crypto Zeroization.swift
[2002/2170] Compiling Vapor Request+Body.swift
[2003/2170] Compiling Vapor Request+BodyStream.swift
[2004/2170] Compiling Vapor Request.swift
[2005/2170] Compiling Vapor Application+Responder.swift
[2006/2170] Compiling Vapor DefaultResponder.swift
[2007/2170] Compiling Vapor Response+Body.swift
[2008/2170] Compiling Vapor Response.swift
[2009/2170] Compiling Vapor ResponseCodable.swift
[2010/2170] Compiling Vapor Application+Routes.swift
[2011/2170] Compiling Vapor Parameters+Require.swift
[2012/2170] Compiling Vapor Request+WebSocket.swift
[2013/2170] Compiling Vapor Route.swift
[2014/2170] Compiling Vapor RouteCollection.swift
[2015/2170] Compiling Vapor Routes.swift
[2016/2170] Compiling Vapor RoutesBuilder+Group.swift
[2017/2170] Compiling Vapor RoutesBuilder+Method.swift
[2018/2170] Compiling Vapor RoutesBuilder+Middleware.swift
[2019/2170] Compiling Vapor RoutesBuilder+WebSocket.swift
[2020/2170] Compiling Vapor RoutesBuilder.swift
[2021/2170] Compiling Vapor OTP.swift
[2022/2170] Compiling Vapor Application+Servers.swift
[2023/2170] Compiling Vapor Server.swift
[2024/2170] Compiling Vapor App+Service.swift
[2025/2170] Compiling Vapor Req+Service.swift
[2026/2194] Compiling Vapor AsyncBasicResponder.swift
[2027/2194] Compiling Vapor AsyncMiddleware.swift
[2028/2194] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2029/2194] Compiling Vapor AsyncSessionDriver.swift
[2030/2194] Compiling Vapor Authentication+Concurrency.swift
[2031/2194] Compiling Vapor Cache+Concurrency.swift
[2032/2194] Compiling Vapor Client+Concurrency.swift
[2033/2194] Compiling Vapor RequestBody+Concurrency.swift
[2034/2194] Compiling Vapor Responder+Concurrency.swift
[2035/2194] Compiling Vapor ResponseCodable+Concurrency.swift
[2036/2194] Compiling Vapor RoutesBuilder+Concurrency.swift
[2037/2194] Compiling Vapor ViewRenderer+Concurrency.swift
[2038/2194] Compiling Vapor WebSocket+Concurrency.swift
[2039/2194] Compiling Vapor ContainerGetPathExecutor.swift
[2040/2194] Compiling Vapor Content.swift
[2041/2194] Compiling Vapor ContentCoders.swift
[2042/2194] Compiling Vapor ContentConfiguration.swift
[2043/2194] Compiling Vapor ContentContainer.swift
[2044/2194] Compiling Vapor JSONCoder+Custom.swift
[2045/2194] Compiling Vapor JSONCoders+Content.swift
[2046/2194] Compiling Vapor PlaintextDecoder.swift
[2047/2194] Compiling Vapor PlaintextEncoder.swift
[2048/2194] Compiling Vapor URLQueryCoders.swift
[2049/2194] Compiling Vapor URLQueryContainer.swift
[2050/2218] Compiling Vapor Validator.swift
[2051/2218] Compiling Vapor ValidatorResult.swift
[2052/2218] Compiling Vapor And.swift
[2053/2218] Compiling Vapor Case.swift
[2054/2218] Compiling Vapor CharacterSet.swift
[2055/2218] Compiling Vapor Count.swift
[2056/2218] Compiling Vapor Custom.swift
[2057/2218] Compiling Vapor Email.swift
[2058/2218] Compiling Vapor Empty.swift
[2059/2218] Compiling Vapor In.swift
[2060/2218] Compiling Vapor Nil.swift
[2061/2218] Compiling Vapor NilIgnoring.swift
[2062/2218] Compiling Vapor Not.swift
[2063/2218] Compiling Vapor Or.swift
[2064/2218] Compiling Vapor Pattern.swift
[2065/2218] Compiling Vapor Range.swift
[2066/2218] Compiling Vapor URL.swift
[2067/2218] Compiling Vapor Valid.swift
[2068/2218] Compiling Vapor Application+Views.swift
[2069/2218] Compiling Vapor PlaintextRenderer.swift
[2070/2218] Compiling Vapor Request+View.swift
[2071/2218] Compiling Vapor View.swift
[2072/2218] Compiling Vapor ViewRenderer.swift
[2073/2218] Compiling Vapor _Deprecations.swift
[2074/2218] Emitting module Vapor
[2075/2218] Compiling Vapor HTTPServerResponseEncoder.swift
[2076/2218] Compiling Vapor HTTPServerUpgradeHandler.swift
[2077/2218] Compiling Vapor Logger+Report.swift
[2078/2218] Compiling Vapor LoggingSystem+Environment.swift
[2079/2218] Compiling Vapor Application+Middleware.swift
[2080/2218] Compiling Vapor CORSMiddleware.swift
[2081/2218] Compiling Vapor ErrorMiddleware.swift
[2082/2218] Compiling Vapor FileMiddleware.swift
[2083/2218] Compiling Vapor Middleware.swift
[2084/2218] Compiling Vapor MiddlewareConfiguration.swift
[2085/2218] Compiling Vapor ResponseCompressionMiddleware.swift
[2086/2218] Compiling Vapor RouteLoggingMiddleware.swift
[2087/2218] Compiling Vapor TracingMiddleware.swift
[2088/2218] Compiling Vapor File+Multipart.swift
[2089/2218] Compiling Vapor FormDataDecoder+Content.swift
[2090/2218] Compiling Vapor FormDataEncoder+Content.swift
[2091/2218] Compiling Vapor Application+Password.swift
[2092/2218] Compiling Vapor Application+Passwords.swift
[2093/2218] Compiling Vapor AsyncPasswordHasher.swift
[2094/2218] Compiling Vapor BcryptHasher.swift
[2095/2218] Compiling Vapor PasswordHasher.swift
[2096/2218] Compiling Vapor PlaintextHasher.swift
[2097/2218] Compiling Vapor Request+Password.swift
[2098/2218] Compiling Vapor Redirect.swift
[2099/2218] Compiling Vapor Service.swift
[2100/2218] Compiling Vapor Application+Sessions.swift
[2101/2218] Compiling Vapor MemorySessions.swift
[2102/2218] Compiling Vapor Request+Session.swift
[2103/2218] Compiling Vapor Session.swift
[2104/2218] Compiling Vapor SessionCache.swift
[2105/2218] Compiling Vapor SessionData.swift
[2106/2218] Compiling Vapor SessionDriver.swift
[2107/2218] Compiling Vapor SessionsConfiguration.swift
[2108/2218] Compiling Vapor SessionsMiddleware.swift
[2109/2218] Compiling Vapor URLEncodedFormData.swift
[2110/2218] Compiling Vapor URLEncodedFormDecoder.swift
[2111/2218] Compiling Vapor URLEncodedFormEncoder.swift
[2112/2218] Compiling Vapor URLEncodedFormError.swift
[2113/2218] Compiling Vapor URLEncodedFormParser.swift
[2114/2218] Compiling Vapor URLEncodedFormSerializer.swift
[2115/2218] Compiling Vapor URLQueryFragmentConvertible.swift
[2116/2218] Compiling Vapor AnyResponse.swift
[2117/2218] Compiling Vapor Array+Random.swift
[2118/2218] Compiling Vapor Base32.swift
[2119/2218] Compiling Vapor Base64.swift
[2120/2218] Compiling Vapor BaseN.swift
[2121/2218] Compiling Vapor BasicCodingKey.swift
[2122/2218] Compiling Vapor ByteCount.swift
[2123/2218] Compiling Vapor Bytes+Hex.swift
[2124/2218] Compiling Vapor Bytes+SecureCompare.swift
[2125/2218] Compiling Vapor Collection+Safe.swift
[2126/2218] Compiling Vapor DataProtocol+Copy.swift
[2127/2218] Compiling Vapor DecoderUnwrapper.swift
[2128/2218] Compiling Vapor DirectoryConfiguration.swift
[2129/2218] Compiling Vapor DotEnv.swift
[2130/2218] Compiling Vapor Extendable.swift
[2131/2218] Compiling Vapor File.swift
[2132/2218] Compiling Vapor FileIO.swift
[2133/2218] Compiling Vapor LifecycleHandler.swift
[2134/2218] Compiling Vapor OptionalType.swift
[2135/2218] Compiling Vapor RFC1123.swift
[2136/2218] Compiling Vapor SocketAddress+Hostname.swift
[2137/2218] Compiling Vapor Storage.swift
[2138/2218] Compiling Vapor String+IsIPAddress.swift
[2139/2218] Compiling Vapor Thread.swift
[2140/2218] Compiling Vapor URI.swift
[2141/2218] Compiling Vapor RangeResult.swift
[2142/2218] Compiling Vapor Validatable.swift
[2143/2218] Compiling Vapor Validation.swift
[2144/2218] Compiling Vapor ValidationKey.swift
[2145/2218] Compiling Vapor Validations.swift
[2146/2218] Compiling Vapor ValidationsError.swift
[2147/2218] Compiling Vapor Core.swift
[2148/2218] Compiling Vapor Running.swift
[2149/2218] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2150/2218] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2151/2218] Compiling Vapor DotEnvFile+load.swift
[2152/2218] Compiling Vapor Routes+caseInsenstive.swift
[2153/2218] Compiling Vapor Validatable+validate.swift
[2154/2218] Compiling Vapor Environment+Process.swift
[2155/2218] Compiling Vapor Environment+Secret.swift
[2156/2218] Compiling Vapor Environment.swift
[2157/2218] Compiling Vapor Abort.swift
[2158/2218] Compiling Vapor AbortError.swift
[2159/2218] Compiling Vapor DebuggableError.swift
[2160/2218] Compiling Vapor Demangler.swift
[2161/2218] Compiling Vapor ErrorSource.swift
[2162/2218] Compiling Vapor StackTrace.swift
[2163/2218] Compiling Vapor Exports.swift
[2164/2218] Compiling Vapor Application+HTTP.swift
[2165/2218] Compiling Vapor BasicResponder.swift
[2166/2218] Compiling Vapor BodyStream.swift
[2167/2218] Compiling Vapor Application+HTTP+Client.swift
[2168/2218] Compiling Vapor EventLoopHTTPClient.swift
[2169/2218] Compiling Vapor EndpointCache.swift
[2170/2218] Compiling Vapor HTTPMethod+String.swift
[2171/2218] Compiling Vapor Application.swift
[2172/2218] Compiling Vapor AuthenticationCache.swift
[2173/2218] Compiling Vapor Authenticator.swift
[2174/2218] Compiling Vapor BasicAuthorization.swift
[2175/2218] Compiling Vapor BearerAuthorization.swift
[2176/2218] Compiling Vapor GuardMiddleware.swift
[2177/2218] Compiling Vapor RedirectMiddleware.swift
[2178/2218] Compiling Vapor SessionAuthenticatable.swift
[2179/2218] Compiling Vapor Bcrypt.swift
[2180/2218] Compiling Vapor Application+Cache.swift
[2181/2218] Compiling Vapor Cache.swift
[2182/2218] Compiling Vapor CacheExpirationTime.swift
[2183/2218] Compiling Vapor MemoryCache.swift
[2184/2218] Compiling Vapor Request+Cache.swift
[2185/2218] Compiling Vapor Application+Clients.swift
[2186/2218] Compiling Vapor Client.swift
[2187/2218] Compiling Vapor ClientRequest.swift
[2188/2218] Compiling Vapor ClientResponse.swift
[2189/2218] Compiling Vapor Request+Client.swift
[2190/2218] Compiling Vapor BootCommand.swift
[2191/2218] Compiling Vapor CommandContext+Application.swift
[2192/2218] Compiling Vapor RoutesCommand.swift
[2193/2218] Compiling Vapor ServeCommand.swift
[2194/2218] Compiling Vapor AnyResponse+Concurrency.swift
[2195/2218] Compiling Vapor HTTPStatus.swift
[2196/2218] Compiling Vapor HTTPCookies.swift
[2197/2218] Compiling Vapor HTTPHeaderCacheControl.swift
[2198/2218] Compiling Vapor HTTPHeaderExpires.swift
[2199/2218] Compiling Vapor HTTPHeaderLastModified.swift
[2200/2218] Compiling Vapor HTTPHeaders+Cache.swift
[2201/2218] Compiling Vapor HTTPHeaders+Connection.swift
[2202/2218] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2203/2218] Compiling Vapor HTTPHeaders+ContentRange.swift
[2204/2218] Compiling Vapor HTTPHeaders+Directive.swift
[2205/2218] Compiling Vapor HTTPHeaders+Forwarded.swift
[2206/2218] Compiling Vapor HTTPHeaders+Link.swift
[2207/2218] Compiling Vapor HTTPHeaders+Name.swift
[2208/2218] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2209/2218] Compiling Vapor HTTPHeaders.swift
[2210/2218] Compiling Vapor HTTPMediaType.swift
[2211/2218] Compiling Vapor HTTPMediaTypePreference.swift
[2212/2218] Compiling Vapor Responder.swift
[2213/2218] Compiling Vapor Application+HTTP+Server.swift
[2214/2218] Compiling Vapor HTTPServer.swift
[2215/2218] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2216/2218] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2217/2218] Compiling Vapor HTTPServerHandler.swift
[2218/2218] Compiling Vapor HTTPServerRequestDecoder.swift
[2220/2244] Compiling ExampleApp routes.swift
[2221/2244] Compiling ExampleApp configure.swift
[2222/2244] Emitting module ExampleApp
[2223/2244] Compiling VaporExtensions RoutesBuilder+PathComponentsRepresentable.swift
[2224/2244] Compiling VaporExtensions RoutesBuilder+Register.swift
[2225/2247] Compiling VaporTestUtils Utilities.swift
[2226/2247] Compiling VaporTestUtils TestingHTTPResponse.swift
[2228/2247] Emitting module VaporExtensions
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Cacheable.swift:52:12: warning: non-final class 'RequestCacheableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
50 | }
51 |
52 | open class RequestCacheableMiddleware<C: Cacheable>: AsyncMiddleware {
   |            `- warning: non-final class 'RequestCacheableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
53 |     public func respond(to request: Vapor.Request,
54 |                         chainingTo next: any Vapor.AsyncResponder) async throws -> Vapor.Response {
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Storable.swift:11:17: warning: protocol 'Storable' should be declared to refine 'Sendable' due to a same-type constraint on 'Self'
 9 |
10 |
11 | public protocol Storable {
   |                 `- warning: protocol 'Storable' should be declared to refine 'Sendable' due to a same-type constraint on 'Self'
12 |     associatedtype StorableKey: StorageKey where StorableKey.Value == Self
13 | }
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Storable.swift:51:12: warning: non-final class 'RequestStorableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
49 | }
50 |
51 | open class RequestStorableMiddleware<S: Storable>: AsyncMiddleware {
   |            `- warning: non-final class 'RequestStorableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
52 |     open var valueProvider: (Request) -> S? = { _ in return nil }
53 |     open var asyncValueProvider: (Request) async -> S? = { _ in return nil }
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Storable.swift:52:14: warning: stored property 'valueProvider' of 'Sendable'-conforming generic class 'RequestStorableMiddleware' is mutable; this is an error in the Swift 6 language mode
50 |
51 | open class RequestStorableMiddleware<S: Storable>: AsyncMiddleware {
52 |     open var valueProvider: (Request) -> S? = { _ in return nil }
   |              `- warning: stored property 'valueProvider' of 'Sendable'-conforming generic class 'RequestStorableMiddleware' is mutable; this is an error in the Swift 6 language mode
53 |     open var asyncValueProvider: (Request) async -> S? = { _ in return nil }
54 |     public init(){}
[2229/2247] Compiling VaporExtensions Comparable++.swift
[2230/2247] Compiling VaporExtensions Content+Validate.swift
[2231/2247] Compiling VaporExtensions Environment+Require.swift
[2232/2247] Compiling VaporExtensions RoutesBuilder+HTTPMethodSugar.swift
/host/spi-builder-workspace/Sources/VaporExtensions/Routing/RoutesBuilder++/RoutesBuilder+HTTPMethodSugar.swift:57:9: warning: function call causes an infinite recursion
55 |                                   _ path: [PathComponentRepresentable],
56 |                                   use closure: @escaping (Request) async throws -> R) -> Route {
57 |         on(method, path.pathComponents, use: closure)
   |         `- warning: function call causes an infinite recursion
58 |     }
59 | }
[2233/2247] Compiling VaporExtensions RoutesBuilder+Parameters.swift
/host/spi-builder-workspace/Sources/VaporExtensions/Routing/RoutesBuilder++/RoutesBuilder+HTTPMethodSugar.swift:57:9: warning: function call causes an infinite recursion
55 |                                   _ path: [PathComponentRepresentable],
56 |                                   use closure: @escaping (Request) async throws -> R) -> Route {
57 |         on(method, path.pathComponents, use: closure)
   |         `- warning: function call causes an infinite recursion
58 |     }
59 | }
[2234/2247] Compiling VaporExtensions Response+ContentDecoding.swift
[2235/2247] Compiling VaporExtensions Response+StatusValidation.swift
[2236/2247] Compiling VaporTestUtils TestingHTTPRequest.swift
[2237/2247] Compiling VaporExtensions Parameter.swift
[2238/2247] Compiling VaporExtensions RoutesBuilder+CodableBody.swift
[2239/2247] Compiling VaporExtensions Exports.swift
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:46:16: warning: type 'Value' does not conform to the 'Sendable' protocol
44 | public extension EventLoopFuture {
45 |     func assert(_ check: @escaping (Value) -> Bool, orFailWith error: Error) -> EventLoopFuture<Value> {
46 |         return flatMap { value in
   |                `- warning: type 'Value' does not conform to the 'Sendable' protocol
47 |             guard check(value) else {
48 |                 return self.fail(with: error)
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:47:19: warning: capture of 'check' with non-sendable type '(Value) -> Bool' in a '@Sendable' closure
45 |     func assert(_ check: @escaping (Value) -> Bool, orFailWith error: Error) -> EventLoopFuture<Value> {
46 |         return flatMap { value in
47 |             guard check(value) else {
   |                   |- warning: capture of 'check' with non-sendable type '(Value) -> Bool' in a '@Sendable' closure
   |                   `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
48 |                 return self.fail(with: error)
49 |             }
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:57:53: warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
54 |     func mapAsserting<V>(_ check: @escaping (Value) -> Bool,
55 |                          orFailWith error: Error,
56 |                          completion: @escaping (Value) -> V) -> EventLoopFuture<V> {
   |                          `- note: parameter 'completion' is implicitly non-sendable
57 |         return assert(check, orFailWith: error).map(completion)
   |                                                     `- warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
58 |     }
59 |
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:63:57: warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
60 |     func flatMapAsserting<V>(_ check: @escaping (Value) -> Bool,
61 |                          orFailWith error: Error,
62 |                          completion: @escaping (Value) -> EventLoopFuture<V>) -> EventLoopFuture<V> {
   |                          `- note: parameter 'completion' is implicitly non-sendable
63 |         return assert(check, orFailWith: error).flatMap(completion)
   |                                                         `- warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
64 |     }
65 | }
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:63:49: warning: type 'V' does not conform to the 'Sendable' protocol
58 |     }
59 |
60 |     func flatMapAsserting<V>(_ check: @escaping (Value) -> Bool,
   |                           `- note: consider making generic parameter 'V' conform to the 'Sendable' protocol
61 |                          orFailWith error: Error,
62 |                          completion: @escaping (Value) -> EventLoopFuture<V>) -> EventLoopFuture<V> {
63 |         return assert(check, orFailWith: error).flatMap(completion)
   |                                                 `- warning: type 'V' does not conform to the 'Sendable' protocol
64 |     }
65 | }
[2240/2247] Compiling VaporExtensions Logger+StringMessage.swift
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:46:16: warning: type 'Value' does not conform to the 'Sendable' protocol
44 | public extension EventLoopFuture {
45 |     func assert(_ check: @escaping (Value) -> Bool, orFailWith error: Error) -> EventLoopFuture<Value> {
46 |         return flatMap { value in
   |                `- warning: type 'Value' does not conform to the 'Sendable' protocol
47 |             guard check(value) else {
48 |                 return self.fail(with: error)
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:47:19: warning: capture of 'check' with non-sendable type '(Value) -> Bool' in a '@Sendable' closure
45 |     func assert(_ check: @escaping (Value) -> Bool, orFailWith error: Error) -> EventLoopFuture<Value> {
46 |         return flatMap { value in
47 |             guard check(value) else {
   |                   |- warning: capture of 'check' with non-sendable type '(Value) -> Bool' in a '@Sendable' closure
   |                   `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
48 |                 return self.fail(with: error)
49 |             }
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:57:53: warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
54 |     func mapAsserting<V>(_ check: @escaping (Value) -> Bool,
55 |                          orFailWith error: Error,
56 |                          completion: @escaping (Value) -> V) -> EventLoopFuture<V> {
   |                          `- note: parameter 'completion' is implicitly non-sendable
57 |         return assert(check, orFailWith: error).map(completion)
   |                                                     `- warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
58 |     }
59 |
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:63:57: warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
60 |     func flatMapAsserting<V>(_ check: @escaping (Value) -> Bool,
61 |                          orFailWith error: Error,
62 |                          completion: @escaping (Value) -> EventLoopFuture<V>) -> EventLoopFuture<V> {
   |                          `- note: parameter 'completion' is implicitly non-sendable
63 |         return assert(check, orFailWith: error).flatMap(completion)
   |                                                         `- warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
64 |     }
65 | }
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:63:49: warning: type 'V' does not conform to the 'Sendable' protocol
58 |     }
59 |
60 |     func flatMapAsserting<V>(_ check: @escaping (Value) -> Bool,
   |                           `- note: consider making generic parameter 'V' conform to the 'Sendable' protocol
61 |                          orFailWith error: Error,
62 |                          completion: @escaping (Value) -> EventLoopFuture<V>) -> EventLoopFuture<V> {
63 |         return assert(check, orFailWith: error).flatMap(completion)
   |                                                 `- warning: type 'V' does not conform to the 'Sendable' protocol
64 |     }
65 | }
[2241/2247] Compiling VaporExtensions EventLoopReferencing.swift
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:46:16: warning: type 'Value' does not conform to the 'Sendable' protocol
44 | public extension EventLoopFuture {
45 |     func assert(_ check: @escaping (Value) -> Bool, orFailWith error: Error) -> EventLoopFuture<Value> {
46 |         return flatMap { value in
   |                `- warning: type 'Value' does not conform to the 'Sendable' protocol
47 |             guard check(value) else {
48 |                 return self.fail(with: error)
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:47:19: warning: capture of 'check' with non-sendable type '(Value) -> Bool' in a '@Sendable' closure
45 |     func assert(_ check: @escaping (Value) -> Bool, orFailWith error: Error) -> EventLoopFuture<Value> {
46 |         return flatMap { value in
47 |             guard check(value) else {
   |                   |- warning: capture of 'check' with non-sendable type '(Value) -> Bool' in a '@Sendable' closure
   |                   `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
48 |                 return self.fail(with: error)
49 |             }
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:57:53: warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
54 |     func mapAsserting<V>(_ check: @escaping (Value) -> Bool,
55 |                          orFailWith error: Error,
56 |                          completion: @escaping (Value) -> V) -> EventLoopFuture<V> {
   |                          `- note: parameter 'completion' is implicitly non-sendable
57 |         return assert(check, orFailWith: error).map(completion)
   |                                                     `- warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
58 |     }
59 |
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:63:57: warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
60 |     func flatMapAsserting<V>(_ check: @escaping (Value) -> Bool,
61 |                          orFailWith error: Error,
62 |                          completion: @escaping (Value) -> EventLoopFuture<V>) -> EventLoopFuture<V> {
   |                          `- note: parameter 'completion' is implicitly non-sendable
63 |         return assert(check, orFailWith: error).flatMap(completion)
   |                                                         `- warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
64 |     }
65 | }
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:63:49: warning: type 'V' does not conform to the 'Sendable' protocol
58 |     }
59 |
60 |     func flatMapAsserting<V>(_ check: @escaping (Value) -> Bool,
   |                           `- note: consider making generic parameter 'V' conform to the 'Sendable' protocol
61 |                          orFailWith error: Error,
62 |                          completion: @escaping (Value) -> EventLoopFuture<V>) -> EventLoopFuture<V> {
63 |         return assert(check, orFailWith: error).flatMap(completion)
   |                                                 `- warning: type 'V' does not conform to the 'Sendable' protocol
64 |     }
65 | }
[2242/2247] Compiling VaporExtensions HTTPResponseStatus++.swift
[2243/2247] Compiling VaporExtensions Optional+AssertExistence.swift
[2244/2247] Emitting module VaporTestUtils
[2245/2247] Compiling VaporTestUtils TestingApplication.swift
[2247/2248] Compiling VaporExtensions Cacheable.swift
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Cacheable.swift:52:12: warning: non-final class 'RequestCacheableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
50 | }
51 |
52 | open class RequestCacheableMiddleware<C: Cacheable>: AsyncMiddleware {
   |            `- warning: non-final class 'RequestCacheableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
53 |     public func respond(to request: Vapor.Request,
54 |                         chainingTo next: any Vapor.AsyncResponder) async throws -> Vapor.Response {
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Cacheable.swift:25:27: warning: type 'M' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |
23 | public extension Cache {
24 |     func getOptional<M: Cacheable>(_ type: M.Type) async -> M? {
   |                      `- note: consider making generic parameter 'M' conform to the 'Sendable' protocol
25 |         return try? await get(type.cacheKey, as: type)
   |                           `- warning: type 'M' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
26 |     }
27 |
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Cacheable.swift:48:26: warning: type 'M' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
45 |     }
46 |
47 |     func set<M: Cacheable>(cachedValue: M) async throws {
   |              `- note: consider making generic parameter 'M' conform to the 'Sendable' protocol
48 |         return try await set(M.cacheKey, to: cachedValue)
   |                          `- warning: type 'M' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
49 |     }
50 | }
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Storable.swift:11:17: warning: protocol 'Storable' should be declared to refine 'Sendable' due to a same-type constraint on 'Self'
 9 |
10 |
11 | public protocol Storable {
   |                 `- warning: protocol 'Storable' should be declared to refine 'Sendable' due to a same-type constraint on 'Self'
12 |     associatedtype StorableKey: StorageKey where StorableKey.Value == Self
13 | }
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Storable.swift:51:12: warning: non-final class 'RequestStorableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
49 | }
50 |
51 | open class RequestStorableMiddleware<S: Storable>: AsyncMiddleware {
   |            `- warning: non-final class 'RequestStorableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
52 |     open var valueProvider: (Request) -> S? = { _ in return nil }
53 |     open var asyncValueProvider: (Request) async -> S? = { _ in return nil }
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Storable.swift:52:14: warning: stored property 'valueProvider' of 'Sendable'-conforming generic class 'RequestStorableMiddleware' is mutable; this is an error in the Swift 6 language mode
50 |
51 | open class RequestStorableMiddleware<S: Storable>: AsyncMiddleware {
52 |     open var valueProvider: (Request) -> S? = { _ in return nil }
   |              `- warning: stored property 'valueProvider' of 'Sendable'-conforming generic class 'RequestStorableMiddleware' is mutable; this is an error in the Swift 6 language mode
53 |     open var asyncValueProvider: (Request) async -> S? = { _ in return nil }
54 |     public init(){}
[2248/2248] Compiling VaporExtensions Storable.swift
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Cacheable.swift:52:12: warning: non-final class 'RequestCacheableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
50 | }
51 |
52 | open class RequestCacheableMiddleware<C: Cacheable>: AsyncMiddleware {
   |            `- warning: non-final class 'RequestCacheableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
53 |     public func respond(to request: Vapor.Request,
54 |                         chainingTo next: any Vapor.AsyncResponder) async throws -> Vapor.Response {
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Cacheable.swift:25:27: warning: type 'M' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |
23 | public extension Cache {
24 |     func getOptional<M: Cacheable>(_ type: M.Type) async -> M? {
   |                      `- note: consider making generic parameter 'M' conform to the 'Sendable' protocol
25 |         return try? await get(type.cacheKey, as: type)
   |                           `- warning: type 'M' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
26 |     }
27 |
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Cacheable.swift:48:26: warning: type 'M' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
45 |     }
46 |
47 |     func set<M: Cacheable>(cachedValue: M) async throws {
   |              `- note: consider making generic parameter 'M' conform to the 'Sendable' protocol
48 |         return try await set(M.cacheKey, to: cachedValue)
   |                          `- warning: type 'M' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
49 |     }
50 | }
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Storable.swift:11:17: warning: protocol 'Storable' should be declared to refine 'Sendable' due to a same-type constraint on 'Self'
 9 |
10 |
11 | public protocol Storable {
   |                 `- warning: protocol 'Storable' should be declared to refine 'Sendable' due to a same-type constraint on 'Self'
12 |     associatedtype StorableKey: StorageKey where StorableKey.Value == Self
13 | }
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Storable.swift:51:12: warning: non-final class 'RequestStorableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
49 | }
50 |
51 | open class RequestStorableMiddleware<S: Storable>: AsyncMiddleware {
   |            `- warning: non-final class 'RequestStorableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
52 |     open var valueProvider: (Request) -> S? = { _ in return nil }
53 |     open var asyncValueProvider: (Request) async -> S? = { _ in return nil }
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Storable.swift:52:14: warning: stored property 'valueProvider' of 'Sendable'-conforming generic class 'RequestStorableMiddleware' is mutable; this is an error in the Swift 6 language mode
50 |
51 | open class RequestStorableMiddleware<S: Storable>: AsyncMiddleware {
52 |     open var valueProvider: (Request) -> S? = { _ in return nil }
   |              `- warning: stored property 'valueProvider' of 'Sendable'-conforming generic class 'RequestStorableMiddleware' is mutable; this is an error in the Swift 6 language mode
53 |     open var asyncValueProvider: (Request) async -> S? = { _ in return nil }
54 |     public init(){}
[2250/2257] Emitting module XCTVapor
[2251/2257] Compiling XCTVapor typealiases.swift
[2252/2257] Compiling XCTVapor XCTVaporTests.swift
[2253/2257] Compiling XCTVapor XCTVaporContext.swift
[2254/2257] Compiling XCTVapor +Application.swift
[2255/2257] Compiling XCTVapor +XCTHTTPResponse.swift
[2256/2257] Compiling XCTVapor Exports.swift
[2257/2257] Compiling XCTVapor XCTApplicationTester.swift
[2259/2263] Emitting module XCTVaporExtensions
[2260/2263] Compiling XCTVaporExtensions ResponseExtensions.swift
[2261/2263] Compiling XCTVaporExtensions Exports.swift
[2262/2263] Compiling XCTVaporExtensions XCTApplicationTester+RequestSugar.swift
[2263/2263] Compiling XCTVaporExtensions VaporTestCase.swift
/host/spi-builder-workspace/Sources/XCTVaporExtensions/VaporTestCase.swift:43:19: warning: 'init(_:_:)' is deprecated: Migrate to using the async APIs. Use use Application.make(_:_:) instead
 41 |
 42 |     open func createApplication() throws -> Application {
 43 |         let app = Application(applicationEnvironment)
    |                   `- warning: 'init(_:_:)' is deprecated: Migrate to using the async APIs. Use use Application.make(_:_:) instead
 44 |         try configurer(app)
 45 |         return app
/host/spi-builder-workspace/Sources/XCTVaporExtensions/VaporTestCase.swift:60:13: warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
 58 |         try await super.tearDown()
 59 |         try await beforeAppShutdown()
 60 |         app.shutdown()
    |             `- warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
 61 |     }
 62 |
Build complete! (512.28s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "routingkitextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Appsaurus/RoutingKitExtensions"
    }
  ],
  "manifest_display_name" : "VaporExtensions",
  "name" : "VaporExtensions",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "VaporExtensions",
      "targets" : [
        "VaporExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XCTVaporExtensions",
      "targets" : [
        "XCTVaporExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCTVaporExtensions",
      "module_type" : "SwiftTarget",
      "name" : "XCTVaporExtensions",
      "path" : "Sources/XCTVaporExtensions",
      "product_dependencies" : [
        "Vapor",
        "XCTVapor"
      ],
      "product_memberships" : [
        "XCTVaporExtensions"
      ],
      "sources" : [
        "Exports.swift",
        "ResponseExtensions.swift",
        "VaporTestCase.swift",
        "XCTApplicationTester+RequestSugar.swift"
      ],
      "target_dependencies" : [
        "VaporExtensions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VaporExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "VaporExtensionsTests",
      "path" : "Tests/VaporExtensionsTests",
      "sources" : [
        "CodableBodyTests.swift",
        "ComparisonTests.swift",
        "LinuxOnlyTests.swift",
        "MacOSOnlyTest.swift",
        "RouteParameterTests.swift",
        "VaporExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "ExampleApp",
        "VaporExtensions",
        "XCTVaporExtensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VaporExtensions",
      "module_type" : "SwiftTarget",
      "name" : "VaporExtensions",
      "path" : "Sources/VaporExtensions",
      "product_dependencies" : [
        "Vapor",
        "RoutingKitExtensions"
      ],
      "product_memberships" : [
        "VaporExtensions",
        "XCTVaporExtensions"
      ],
      "sources" : [
        "Comparable++.swift",
        "Content++/Content+Validate.swift",
        "Environment/Environment+Require.swift",
        "Exports.swift",
        "Logging/Logger+StringMessage.swift",
        "NIO++/EventLoopReferencing.swift",
        "NIO++/HTTPResponseStatus++.swift",
        "Optional+AssertExistence.swift",
        "Response++/Response+ContentDecoding.swift",
        "Response++/Response+StatusValidation.swift",
        "Routing/Parameter.swift",
        "Routing/RoutesBuilder++/RoutesBuilder+CodableBody.swift",
        "Routing/RoutesBuilder++/RoutesBuilder+HTTPMethodSugar.swift",
        "Routing/RoutesBuilder++/RoutesBuilder+Parameters.swift",
        "Routing/RoutesBuilder++/RoutesBuilder+PathComponentsRepresentable.swift",
        "Routing/RoutesBuilder++/RoutesBuilder+Register.swift",
        "Storage/Cacheable.swift",
        "Storage/Storable.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ExampleApp",
      "module_type" : "SwiftTarget",
      "name" : "ExampleApp",
      "path" : "ExampleApp/App",
      "product_dependencies" : [
        "Vapor"
      ],
      "sources" : [
        "configure.swift",
        "routes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.