The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SublimationVapor, reference main (d331f1), with Swift 6.1 for Android on 29 May 2025 16:16:19 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/SublimationVapor.git
Reference: main
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/brightdigit/SublimationVapor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d331f16 Update SublimationVapor.yml
Cloned https://github.com/brightdigit/SublimationVapor.git
Revision (git rev-parse @):
d331f16979acfc30be7a94d1154a1bb05243478d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/SublimationVapor.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brightdigit/SublimationVapor.git
https://github.com/brightdigit/SublimationVapor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "sublimation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0-alpha.5",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/Sublimation"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.92.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "swift-openapi-async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-openapi-async-http-client"
    }
  ],
  "manifest_display_name" : "SublimationVapor",
  "name" : "SublimationVapor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SublimationVapor",
      "targets" : [
        "SublimationVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SublimationVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "SublimationVaporTests",
      "path" : "Tests/SublimationVaporTests",
      "sources" : [
        "SublimationVaporTests.swift"
      ],
      "target_dependencies" : [
        "SublimationVapor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SublimationVapor",
      "module_type" : "SwiftTarget",
      "name" : "SublimationVapor",
      "path" : "Sources/SublimationVapor",
      "product_dependencies" : [
        "OpenAPIAsyncHTTPClient",
        "SublimationCore",
        "Sublimation",
        "Vapor"
      ],
      "product_memberships" : [
        "SublimationVapor"
      ],
      "sources" : [
        "ClientError.swift",
        "Sublimation.swift",
        "Vapor.Application.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 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/swift-server/swift-openapi-async-http-client
Fetching https://github.com/brightdigit/Sublimation
Fetching https://github.com/vapor/vapor.git
[1/5040] Fetching sublimation
[1513/5610] Fetching sublimation, swift-openapi-async-http-client
[5611/79988] Fetching sublimation, swift-openapi-async-http-client, vapor
Fetched https://github.com/swift-server/swift-openapi-async-http-client from cache (0.69s)
[6528/79418] Fetching sublimation, vapor
Fetched https://github.com/brightdigit/Sublimation from cache (3.27s)
Fetched https://github.com/vapor/vapor.git from cache (3.34s)
Computing version for https://github.com/swift-server/swift-openapi-async-http-client
Computed https://github.com/swift-server/swift-openapi-async-http-client at 1.1.0 (6.80s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/apple/swift-http-types
[1/5679] Fetching swift-openapi-runtime
[3806/6583] Fetching swift-openapi-runtime, swift-http-types
[4326/20597] Fetching swift-openapi-runtime, swift-http-types, async-http-client
Fetched https://github.com/apple/swift-http-types from cache (0.61s)
[7641/19693] Fetching swift-openapi-runtime, async-http-client
[8343/95790] Fetching swift-openapi-runtime, async-http-client, swift-nio
Fetched https://github.com/apple/swift-openapi-runtime from cache (8.29s)
Fetched https://github.com/swift-server/async-http-client.git from cache (8.30s)
Fetched https://github.com/apple/swift-nio from cache (8.45s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (11.78s)
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 (1.01s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2667] Fetching swift-nio-transport-services
[28/4377] Fetching swift-nio-transport-services, swift-atomics
[653/10291] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras
[1673/16250] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-algorithms
[3994/20086] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-algorithms, swift-log
[5129/31613] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-algorithms, swift-log, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.85s)
Fetching https://github.com/apple/swift-nio-ssl.git
[19777/28946] Fetching swift-atomics, swift-nio-extras, swift-algorithms, swift-log, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (1.06s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.07s)
[13715/21322] Fetching swift-algorithms, swift-log, swift-nio-http2
[21323/36165] Fetching swift-algorithms, swift-log, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (2.21s)
[23127/32329] Fetching swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (2.23s)
[17465/26370] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.24s)
[6086/14843] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.96s)
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 (4.80s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.53s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.03s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (1.62s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
[2/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.00s)
[7632/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.94s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.81s)
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.08s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1590] Fetching swift-asn1
[765/2731] Fetching swift-asn1, swift-http-structured-headers
[1150/7716] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms
[2866/10142] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle
[6880/16297] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.71s)
[15033/15156] Fetching swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.72s)
[12669/12730] Fetching swift-asn1, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.78s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.78s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.93s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (3.35s)
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 (0.88s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.00s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.10s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.46s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.16s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.90s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.69s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.61s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.82s)
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.95s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.93s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.14s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (0.81s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.94s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
[1/3319] Fetching multipart-kit
[831/5928] Fetching multipart-kit, websocket-kit
[917/10902] Fetching multipart-kit, websocket-kit, swift-distributed-tracing
[4587/13108] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-metrics
[4712/33835] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-metrics, routing-kit
Fetching https://github.com/apple/swift-service-context.git
[27377/34898] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-metrics, routing-kit, swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.49s)
Fetching https://github.com/vapor/console-kit.git
[27813/33835] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-metrics, routing-kit
[32166/39482] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-metrics, routing-kit, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.68s)
Fetching https://github.com/vapor/async-kit.git
[32165/33835] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-metrics, routing-kit
[32166/36205] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-metrics, routing-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.50s)
[32176/33835] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-metrics, routing-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (3.05s)
Fetched https://github.com/apple/swift-metrics.git from cache (3.08s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (3.07s)
Fetched https://github.com/vapor/routing-kit.git from cache (3.09s)
Fetched https://github.com/vapor/multipart-kit.git from cache (3.14s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (4.02s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.84s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.89s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.94s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.87s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.90s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.64s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.82s)
Computing version for https://github.com/brightdigit/Sublimation
Computed https://github.com/brightdigit/Sublimation at 2.0.1 (0.84s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/swift-server/swift-openapi-async-http-client
Working copy of https://github.com/swift-server/swift-openapi-async-http-client resolved at 1.1.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/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-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.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/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-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/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-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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/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/brightdigit/Sublimation
Working copy of https://github.com/brightdigit/Sublimation resolved at 2.0.1
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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Building for debugging...
[0/836] Write sources
[48/836] Compiling CNIOWindows shim.c
[48/836] Compiling CNIOWindows WSAStartup.c
[50/836] Write sources
[57/836] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[58/836] Compiling CNIOWASI CNIOWASI.c
[58/836] Compiling _NumericsShims _NumericsShims.c
[58/836] Compiling CVaporBcrypt bcrypt.c
[61/836] Compiling _AtomicsShims.c
[62/836] Compiling CVaporBcrypt blf.c
[63/836] Compiling CNIOLinux liburing_shims.c
[64/836] Compiling CNIOSHA1 c_nio_sha1.c
[65/836] Compiling CSystem shims.c
[66/836] Compiling CNIOLinux shim.c
[67/836] Compiling CNIOExtrasZlib empty.c
[68/836] Compiling CNIOLLHTTP c_nio_http.c
[69/836] Compiling CNIODarwin shim.c
[70/836] Compiling CNIOLLHTTP c_nio_api.c
[71/836] Compiling fiat_p256_adx_sqr.S
[72/836] Compiling fiat_p256_adx_mul.S
[73/836] Compiling fiat_curve25519_adx_square.S
[74/836] Compiling fiat_curve25519_adx_mul.S
[75/836] Write swift-version-24593BA9C3E375BF.txt
[76/836] Compiling CNIOLLHTTP c_nio_llhttp.c
[77/836] Compiling CNIOBoringSSLShims shims.c
[78/842] Compiling tls_record.cc
[79/842] Compiling tls_method.cc
[79/842] Compiling tls13_client.cc
[81/842] Compiling tls13_server.cc
[82/842] Compiling tls13_enc.cc
[83/855] Compiling tls13_both.cc
[85/905] Emitting module InternalCollectionsUtilities
[86/906] Compiling InternalCollectionsUtilities Descriptions.swift
[87/906] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[88/906] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[89/906] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[90/906] Compiling InternalCollectionsUtilities Debugging.swift
[91/906] Compiling RealModule Real.swift
[92/907] Compiling RealModule Float80+Real.swift
[93/907] Compiling RealModule Float16+Real.swift
[94/907] Compiling ServiceContextModule ServiceContextKey.swift
[95/907] Compiling Logging LogHandler.swift
[96/907] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[97/907] Compiling RealModule Float+Real.swift
[98/907] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[99/907] Compiling InternalCollectionsUtilities UInt+reversed.swift
[100/907] Compiling RealModule ElementaryFunctions.swift
[101/907] Compiling _NIODataStructures _TinyArray.swift
[102/907] Compiling _NIODataStructures PriorityQueue.swift
[103/907] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[104/907] Compiling InternalCollectionsUtilities Integer rank.swift
[105/907] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[106/907] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[109/907] Compiling ServiceContextModule ServiceContext.swift
[110/907] Compiling _NIOBase64 Base64.swift
[111/907] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[112/907] Compiling InternalCollectionsUtilities _SortedCollection.swift
[113/907] Emitting module ServiceContextModule
[114/907] Emitting module _NIOBase64
[115/910] Emitting module RealModule
[116/910] Emitting module _NIODataStructures
[117/910] Compiling _NIODataStructures Heap.swift
[120/911] Compiling SystemPackage FilePathTempPosix.swift
[121/911] Compiling SystemPackage FilePathTempWindows.swift
[122/911] Compiling SystemPackage FilePathWindows.swift
[123/911] Compiling SystemPackage FilePermissions.swift
[124/911] Compiling SystemPackage MachPort.swift
[125/911] Compiling SystemPackage PlatformString.swift
[126/911] Compiling SystemPackage SystemString.swift
[128/914] Compiling RealModule RealFunctions.swift
[133/915] Emitting module SystemPackage
[146/976] Compiling SystemPackage Util+StringArray.swift
[147/976] Compiling SystemPackage Util.swift
[148/976] Compiling SystemPackage UtilConsumers.swift
[149/976] Compiling Instrumentation NoOpInstrument.swift
[150/976] Compiling Instrumentation MultiplexInstrument.swift
[151/976] Emitting module Instrumentation
[152/976] Compiling Instrumentation Instrument.swift
[153/976] Compiling Atomics Primitives.shims.swift
[154/976] Compiling Atomics AtomicInteger.swift
[155/976] Compiling Atomics AtomicOptionalWrappable.swift
[156/978] Compiling HTTPTypes ISOLatin1String.swift
[157/979] Compiling Atomics UnsafeAtomic.swift
[158/979] Compiling Atomics UnsafeAtomicLazyReference.swift
[159/979] Compiling Atomics ManagedAtomic.swift
[160/979] Compiling Atomics ManagedAtomicLazyReference.swift
[161/979] Compiling Atomics AtomicMemoryOrderings.swift
[162/979] Compiling Atomics DoubleWord.swift
[163/979] Compiling HTTPTypes HTTPField.swift
[164/979] Emitting module HTTPTypes
[165/979] Compiling Atomics AtomicReference.swift
[166/979] Compiling Atomics AtomicStorage.swift
[167/979] Compiling Atomics AtomicValue.swift
[168/979] Compiling HTTPTypes NIOLock.swift
[169/979] Compiling Atomics IntegerOperations.swift
[170/979] Compiling Atomics Unmanaged extensions.swift
[171/979] Compiling HTTPTypes HTTPResponse.swift
[172/979] Compiling HTTPTypes HTTPParsedFields.swift
[173/979] Compiling HTTPTypes HTTPRequest.swift
[174/979] Compiling SublimationCore Sublimatory.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[181/982] Compiling Instrumentation Locks.swift
[182/982] Compiling Instrumentation InstrumentationSystem.swift
[183/983] Compiling Logging MetadataProvider.swift
[184/983] Emitting module Logging
[185/983] Compiling Logging Locks.swift
[186/983] Compiling Logging Logging.swift
[187/983] Emitting module CoreMetrics
[188/984] Compiling Algorithms FlattenCollection.swift
[189/984] Compiling Algorithms Grouped.swift
[190/984] Compiling Algorithms Indexed.swift
[191/984] Compiling Algorithms Intersperse.swift
[197/984] Compiling CoreMetrics Metrics.swift
[198/984] Compiling CoreMetrics Locks.swift
[199/986] Compiling Atomics RawRepresentable.swift
[200/986] Compiling Atomics AtomicBool.swift
[216/986] Compiling Algorithms Trim.swift
[217/986] Compiling Algorithms Unique.swift
[218/986] Compiling Algorithms Windows.swift
[219/986] Compiling SublimationCore Application.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[220/986] Emitting module SublimationCore
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[222/987] Compiling Atomics IntegerConformances.swift
[223/987] Compiling Atomics PointerConformances.swift
[224/987] Compiling Atomics Primitives.native.swift
[225/987] Compiling Atomics OptionalRawRepresentable.swift
[226/1100] Emitting module Atomics
[227/1113] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[228/1113] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[229/1113] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[230/1113] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[231/1113] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[232/1113] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[234/1127] Emitting module Algorithms
[236/1128] Compiling Tracing InstrumentationSystem+Tracing.swift
[237/1130] Compiling Tracing TracingTime.swift
[238/1130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[239/1130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[240/1130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[241/1130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[242/1130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[243/1130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[244/1130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[245/1130] Emitting module Tracing
[246/1137] Compiling Tracing TracerProtocol.swift
[247/1144] Emitting module Sublimation
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[248/1144] Compiling Sublimation Sublimation.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[249/1145] Compiling Tracing TracerProtocol+Legacy.swift
[251/1145] Compiling Tracing Tracer.swift
[252/1145] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[253/1145] Compiling HeapModule Heap+Descriptions.swift
[260/1145] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[261/1145] Compiling OrderedCollections OrderedDictionary+Values.swift
[262/1145] Compiling HeapModule Heap.swift
[263/1145] Compiling HeapModule _HeapNode.swift
[264/1145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[265/1145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[266/1145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[267/1145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[268/1145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[269/1145] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[270/1145] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[271/1145] Compiling OrderedCollections OrderedSet+Initializers.swift
[272/1145] Compiling OrderedCollections OrderedSet+Insertions.swift
[273/1145] Compiling OrderedCollections OrderedSet+Invariants.swift
[274/1145] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[275/1145] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[276/1145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[277/1145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[278/1145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[279/1145] Compiling OrderedCollections OrderedDictionary.swift
[280/1145] Compiling OrderedCollections OrderedSet+Codable.swift
[281/1145] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[282/1145] Compiling OrderedCollections OrderedSet+Descriptions.swift
[283/1145] Compiling OrderedCollections OrderedSet+Diffing.swift
[284/1145] Compiling OrderedCollections OrderedSet+Equatable.swift
[285/1145] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[286/1145] Compiling OrderedCollections OrderedSet+Hashable.swift
[287/1165] Emitting module HeapModule
[288/1194] Compiling HeapModule Heap+Invariants.swift
[289/1195] Compiling HeapModule Heap+UnsafeHandle.swift
[291/1222] Compiling Tracing NoOpTracer.swift
[292/1222] Compiling Tracing SpanProtocol.swift
[293/1223] Compiling HashTreeCollections _HashLevel.swift
[294/1223] Compiling HashTreeCollections _HashNode+Builder.swift
[295/1223] Compiling HashTreeCollections _HashNode+Debugging.swift
[296/1223] Compiling HashTreeCollections _HashNode+Initializers.swift
[297/1223] Compiling HashTreeCollections _HashNode+Invariants.swift
[298/1223] Compiling HashTreeCollections _HashNode+Lookups.swift
[299/1223] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[300/1223] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[302/1238] Compiling DequeModule Deque+CustomReflectable.swift
[303/1238] Compiling DequeModule Deque+Descriptions.swift
[304/1240] Compiling DequeModule _DequeBuffer.swift
[305/1240] Compiling DequeModule _DequeBufferHeader.swift
[306/1240] Compiling HashTreeCollections TreeSet+Descriptions.swift
[307/1240] Compiling HashTreeCollections TreeSet+Equatable.swift
[308/1240] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[309/1240] Compiling HashTreeCollections TreeSet+Extras.swift
[310/1240] Compiling HashTreeCollections TreeSet+Filter.swift
[311/1240] Compiling HashTreeCollections TreeSet+Hashable.swift
[312/1240] Compiling HashTreeCollections TreeSet+Sendable.swift
[313/1240] Compiling HashTreeCollections TreeSet+Sequence.swift
[314/1240] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[315/1240] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[316/1240] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[317/1240] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[318/1240] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[319/1240] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[320/1240] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[321/1240] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[322/1240] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[323/1240] Compiling HashTreeCollections TreeDictionary+Filter.swift
[324/1249] Emitting module RoutingKit
[325/1249] Compiling DequeModule Deque+Equatable.swift
[326/1249] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[327/1249] Compiling DequeModule Deque+Extras.swift
[328/1249] Compiling DequeModule Deque+Hashable.swift
[329/1249] Emitting module Metrics
[330/1249] Compiling Metrics Metrics.swift
[331/1250] Compiling RoutingKit AnyRouter.swift
[342/1250] Compiling RoutingKit Parameters.swift
[351/1260] Compiling HashTreeCollections _HashSlot.swift
[352/1260] Compiling HashTreeCollections _HashStack.swift
[353/1260] Compiling HashTreeCollections _HashTreeIterator.swift
[354/1260] Compiling HashTreeCollections _HashTreeStatistics.swift
[355/1260] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[356/1260] Compiling HashTreeCollections _RawHashNode.swift
[357/1260] Compiling HashTreeCollections _UnmanagedHashNode.swift
[358/1260] Compiling HashTreeCollections _UnsafePath.swift
[359/1260] Compiling DequeModule _DequeSlot.swift
[360/1260] Compiling DequeModule _UnsafeWrappedBuffer.swift
[364/1260] Compiling _RopeModule Rope+Join.swift
[365/1260] Compiling _RopeModule Rope+MutatingForEach.swift
[366/1260] Compiling _RopeModule Rope+Remove.swift
[367/1260] Compiling _RopeModule Rope+RemoveSubrange.swift
[368/1260] Compiling _RopeModule Rope+Split.swift
[369/1260] Compiling _RopeModule Optional Utilities.swift
[370/1260] Compiling _RopeModule String Utilities.swift
[371/1260] Compiling _RopeModule String.Index+ABI.swift
[372/1260] Compiling HashTreeCollections TreeDictionary.swift
[373/1260] Compiling HashTreeCollections TreeSet+Codable.swift
[374/1260] Compiling HashTreeCollections TreeSet+Collection.swift
[375/1260] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[376/1260] Compiling HashTreeCollections TreeSet+Debugging.swift
[382/1260] Compiling RoutingKit TrieRouter.swift
[383/1260] Compiling RoutingKit PathComponent.swift
[384/1260] Compiling RoutingKit Router.swift
[385/1261] Compiling HTTPTypes HTTPFieldName.swift
[386/1261] Compiling HTTPTypes HTTPFields.swift
[387/1262] Compiling DequeModule Deque+Testing.swift
[388/1262] Compiling DequeModule Deque._Storage.swift
[389/1262] Compiling DequeModule Deque._UnsafeHandle.swift
[390/1262] Compiling DequeModule Deque.swift
[395/1262] Compiling DequeModule Deque+Codable.swift
[396/1262] Compiling DequeModule Deque+Collection.swift
[403/1262] Emitting module _RopeModule
[404/1262] Emitting module DequeModule
[407/1284] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[408/1284] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[409/1284] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[410/1284] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[411/1284] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[412/1284] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[413/1284] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[414/1284] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[415/1284] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[416/1284] Compiling HashTreeCollections TreeSet.swift
[417/1324] Emitting module OrderedCollections
[420/1325] Compiling OpenAPIRuntime MultipartValidation.swift
[421/1325] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[422/1325] Compiling OpenAPIRuntime FoundationExtensions.swift
[423/1325] Compiling OpenAPIRuntime ParameterStyles.swift
[424/1325] Compiling OpenAPIRuntime ServerVariable.swift
[425/1325] Compiling OpenAPIRuntime URLExtensions.swift
[426/1325] Compiling OpenAPIRuntime Deprecated.swift
[427/1325] Compiling OpenAPIRuntime ClientError.swift
[428/1325] Compiling OpenAPIRuntime CodingErrors.swift
[429/1325] Compiling OpenAPIRuntime RuntimeError.swift
[430/1325] Compiling OpenAPIRuntime ServerError.swift
[430/1325] Compiling t1_enc.cc
[440/1325] Compiling ssl_x509.cc
[442/1325] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[443/1325] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[444/1325] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[452/1325] Compiling OpenAPIRuntime ByteUtilities.swift
[453/1325] Compiling OpenAPIRuntime ContentDisposition.swift
[454/1325] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[455/1325] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[456/1325] Compiling OpenAPIRuntime OpenAPIValue.swift
[457/1325] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[458/1325] Compiling OpenAPIRuntime UndocumentedPayload.swift
[459/1325] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[460/1325] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[461/1325] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[462/1325] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[463/1325] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[464/1325] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[465/1325] Compiling OpenAPIRuntime ServerSentEvents.swift
[466/1325] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[467/1325] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[468/1325] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[469/1325] Compiling OpenAPIRuntime ClientTransport.swift
[470/1325] Compiling OpenAPIRuntime Acceptable.swift
[471/1325] Compiling OpenAPIRuntime Base64EncodedData.swift
[476/1325] Compiling OpenAPIRuntime URICodeCodingKey.swift
[477/1325] Compiling OpenAPIRuntime URICoderConfiguration.swift
[478/1325] Compiling OpenAPIRuntime URIEncodedNode.swift
[479/1325] Compiling OpenAPIRuntime URIParsedTypes.swift
[480/1325] Compiling OpenAPIRuntime URIDecoder.swift
[480/1325] Compiling ssl_versions.cc
[482/1325] Emitting module OpenAPIRuntime
[495/1334] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[496/1334] Compiling OpenAPIRuntime CodableExtensions.swift
[497/1334] Compiling OpenAPIRuntime Configuration.swift
[498/1334] Compiling OpenAPIRuntime Converter+Client.swift
[499/1334] Compiling OpenAPIRuntime Converter+Common.swift
[500/1334] Compiling OpenAPIRuntime Converter+Server.swift
[501/1334] Compiling OpenAPIRuntime Converter.swift
[502/1334] Compiling OpenAPIRuntime CurrencyExtensions.swift
[503/1334] Compiling OpenAPIRuntime ErrorExtensions.swift
[504/1334] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[516/1334] Compiling ssl_transcript.cc
[522/1334] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[523/1334] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[524/1334] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[524/1334] Compiling ssl_stat.cc
[525/1334] Emitting module HashTreeCollections
[529/1335] Compiling OpenAPIRuntime CurrencyTypes.swift
[530/1335] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[531/1335] Compiling OpenAPIRuntime HTTPBody.swift
[532/1335] Compiling OpenAPIRuntime ServerTransport.swift
[533/1335] Compiling OpenAPIRuntime UniversalClient.swift
[534/1335] Compiling OpenAPIRuntime UniversalServer.swift
[535/1335] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[536/1335] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[580/1335] Compiling ssl_session.cc
[581/1335] Compiling ssl_privkey.cc
[582/1335] Compiling ssl_file.cc
[583/1335] Compiling ssl_key_share.cc
[585/1335] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[586/1335] Compiling OpenAPIRuntime URIEncoder.swift
[587/1335] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[588/1335] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[589/1335] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[590/1335] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[591/1335] Compiling OpenAPIRuntime URIParser.swift
[592/1335] Compiling OpenAPIRuntime URISerializer.swift
[592/1336] Compiling ssl_lib.cc
[594/1336] Compiling ssl_credential.cc
[595/1336] Compiling ssl_cipher.cc
[596/1336] Compiling ssl_cert.cc
[597/1336] Compiling ssl_buffer.cc
[598/1336] Compiling ssl_aead_ctx.cc
[599/1336] Compiling ssl_asn1.cc
[600/1336] Compiling s3_both.cc
[601/1336] Compiling s3_pkt.cc
[602/1336] Compiling s3_lib.cc
[603/1336] Compiling handshake_client.cc
[604/1336] Compiling handshake_server.cc
[605/1336] Compiling handoff.cc
[606/1336] Compiling handshake.cc
[607/1336] Compiling dtls_record.cc
[608/1336] Compiling dtls_method.cc
[609/1336] Compiling md5-x86_64-linux.S
[610/1336] Compiling md5-x86_64-apple.S
[611/1336] Compiling encrypted_client_hello.cc
[612/1336] Compiling md5-586-linux.S
[613/1336] Compiling extensions.cc
[614/1336] Compiling md5-586-apple.S
[615/1336] Compiling chacha20_poly1305_x86_64-linux.S
[616/1336] Compiling chacha20_poly1305_x86_64-apple.S
[617/1336] Compiling chacha20_poly1305_armv8-win.S
[618/1336] Compiling d1_srtp.cc
[619/1336] Compiling chacha20_poly1305_armv8-linux.S
[620/1336] Compiling chacha20_poly1305_armv8-apple.S
[621/1336] Compiling chacha-x86-linux.S
[622/1336] Compiling chacha-x86_64-linux.S
[623/1336] Compiling chacha-x86_64-apple.S
[624/1336] Compiling chacha-x86-apple.S
[625/1336] Compiling chacha-armv8-win.S
[626/1336] Compiling chacha-armv8-apple.S
[627/1336] Compiling chacha-armv4-linux.S
[628/1336] Compiling d1_pkt.cc
[629/1336] Compiling chacha-armv8-linux.S
[630/1336] Compiling aes128gcmsiv-x86_64-linux.S
[631/1336] Compiling x86_64-mont5-linux.S
[632/1336] Compiling aes128gcmsiv-x86_64-apple.S
[633/1336] Compiling x86_64-mont5-apple.S
[634/1336] Compiling x86_64-mont-linux.S
[635/1336] Compiling bio_ssl.cc
[636/1336] Compiling d1_lib.cc
[637/1336] Compiling x86-mont-linux.S
[638/1336] Compiling x86_64-mont-apple.S
[639/1336] Compiling x86-mont-apple.S
[640/1336] Compiling err_data.cc
[641/1336] Compiling vpaes-x86_64-linux.S
[642/1336] Compiling vpaes-x86_64-apple.S
[643/1336] Compiling vpaes-x86-apple.S
[644/1336] Compiling vpaes-x86-linux.S
[645/1336] Compiling vpaes-armv8-linux.S
[646/1336] Compiling vpaes-armv8-apple.S
[647/1336] Compiling vpaes-armv8-win.S
[647/1336] Compiling vpaes-armv7-linux.S
[649/1336] Compiling sha512-armv8-win.S
[650/1336] Compiling sha512-x86_64-linux.S
[651/1336] Compiling sha512-x86_64-apple.S
[652/1336] Compiling sha512-armv8-linux.S
[653/1336] Compiling sha512-armv8-apple.S
[654/1336] Compiling sha512-586-linux.S
[655/1336] Compiling sha512-586-apple.S
[656/1336] Compiling sha256-x86_64-linux.S
[657/1336] Compiling sha512-armv4-linux.S
[657/1336] Compiling sha256-x86_64-apple.S
[659/1336] Compiling sha256-armv8-win.S
[660/1336] Compiling d1_both.cc
[661/1336] Compiling sha256-armv4-linux.S
[662/1336] Compiling sha256-armv8-apple.S
[663/1336] Compiling sha256-586-apple.S
[664/1336] Compiling sha1-x86_64-apple.S
[665/1336] Compiling sha1-x86_64-linux.S
[666/1336] Compiling sha256-586-linux.S
[667/1336] Compiling sha256-armv8-linux.S
[668/1336] Compiling sha1-armv8-win.S
[669/1336] Compiling sha1-armv8-apple.S
[670/1336] Compiling sha1-armv4-large-linux.S
[671/1336] Compiling sha1-armv8-linux.S
[672/1336] Compiling rsaz-avx2-linux.S
[673/1336] Compiling sha1-586-apple.S
[674/1336] Compiling rsaz-avx2-apple.S
[675/1336] Compiling sha1-586-linux.S
[676/1336] Compiling rdrand-x86_64-linux.S
[677/1336] Compiling rdrand-x86_64-apple.S
[678/1336] Compiling p256_beeu-armv8-asm-linux.S
[679/1336] Compiling p256_beeu-armv8-asm-win.S
[680/1336] Compiling p256_beeu-armv8-asm-apple.S
[681/1336] Compiling p256_beeu-x86_64-asm-apple.S
[682/1336] Compiling p256_beeu-x86_64-asm-linux.S
[683/1336] Compiling p256-armv8-asm-win.S
[684/1336] Compiling p256-x86_64-asm-linux.S
[685/1336] Compiling p256-x86_64-asm-apple.S
[686/1336] Compiling p256-armv8-asm-apple.S
[687/1336] Compiling ghashv8-armv7-linux.S
[688/1336] Compiling ghashv8-armv8-linux.S
[689/1336] Compiling ghashv8-armv8-win.S
[690/1336] Compiling ghash-x86_64-linux.S
[691/1336] Compiling p256-armv8-asm-linux.S
[692/1336] Compiling ghashv8-armv8-apple.S
[693/1336] Compiling ghash-x86_64-apple.S
[694/1336] Compiling ghash-x86-linux.S
[695/1336] Compiling ghash-ssse3-x86_64-linux.S
[696/1336] Compiling ghash-ssse3-x86_64-apple.S
[697/1336] Compiling ghash-x86-apple.S
[698/1336] Compiling ghash-ssse3-x86-apple.S
[699/1336] Compiling ghash-ssse3-x86-linux.S
[700/1336] Compiling ghash-neon-armv8-apple.S
[701/1336] Compiling ghash-neon-armv8-linux.S
[702/1336] Compiling ghash-neon-armv8-win.S
[703/1336] Compiling co-586-linux.S
[704/1336] Compiling co-586-apple.S
[705/1336] Compiling ghash-armv4-linux.S
[706/1336] Compiling bsaes-armv7-linux.S
[707/1336] Compiling bn-armv8-linux.S
[708/1336] Compiling bn-armv8-win.S
[709/1336] Compiling bn-586-linux.S
[710/1336] Compiling bn-armv8-apple.S
[711/1336] Compiling bn-586-apple.S
[712/1336] Compiling armv8-mont-win.S
[713/1336] Compiling armv8-mont-apple.S
[714/1336] Compiling aesv8-gcm-armv8-win.S
[715/1336] Compiling armv4-mont-linux.S
[716/1336] Compiling aesv8-armv8-win.S
[717/1336] Compiling armv8-mont-linux.S
[718/1336] Compiling aesv8-gcm-armv8-apple.S
[719/1336] Compiling aesv8-gcm-armv8-linux.S
[720/1336] Compiling aesv8-armv7-linux.S
[721/1336] Compiling aesni-x86_64-linux.S
[722/1336] Compiling aesv8-armv8-apple.S
[723/1336] Compiling aesni-x86_64-apple.S
[724/1336] Compiling aesv8-armv8-linux.S
[725/1336] Compiling aesni-gcm-x86_64-apple.S
[726/1336] Compiling aesni-x86-linux.S
[727/1336] Compiling aesni-x86-apple.S
[728/1336] Compiling aesni-gcm-x86_64-linux.S
[729/1336] Compiling aes-gcm-avx2-x86_64-linux.S
[730/1336] Compiling aes-gcm-avx2-x86_64-apple.S
[731/1336] Compiling aes-gcm-avx10-x86_64-apple.S
[732/1336] Compiling aes-gcm-avx10-x86_64-linux.S
[733/1336] Compiling x_x509a.cc
[734/1336] Compiling x_name.cc
[735/1336] Compiling x_pubkey.cc
[736/1336] Compiling x_req.cc
[737/1336] Compiling x_spki.cc
[738/1336] Compiling x_x509.cc
[739/1336] Compiling x_val.cc
[740/1336] Compiling x_sig.cc
[741/1336] Compiling x_algor.cc
[742/1336] Compiling x_exten.cc
[743/1336] Compiling x509spki.cc
[744/1336] Compiling x_attrib.cc
[745/1336] Compiling x_crl.cc
[746/1336] Compiling x_all.cc
[747/1336] Compiling x509rset.cc
[748/1336] Compiling x509name.cc
[749/1336] Compiling x509_vpm.cc
[750/1336] Compiling x509cset.cc
[751/1336] Compiling x509_vfy.cc
[752/1336] Compiling x509_txt.cc
[753/1336] Compiling x509_req.cc
[754/1336] Compiling x509_trs.cc
[755/1336] Compiling x509_set.cc
[756/1336] Compiling x509_v3.cc
[757/1336] Compiling x509_obj.cc
[758/1336] Compiling x509_ext.cc
[759/1336] Compiling x509_lu.cc
[760/1336] Compiling x509_d2.cc
[761/1336] Compiling x509_att.cc
[762/1336] Compiling x509_def.cc
[763/1336] Compiling x509_cmp.cc
[764/1336] Compiling x509.cc
[765/1336] Compiling v3_skey.cc
[766/1336] Compiling v3_purp.cc
[767/1336] Compiling v3_utl.cc
[768/1336] Compiling v3_prn.cc
[769/1336] Compiling v3_pcons.cc
[770/1336] Compiling v3_ocsp.cc
[771/1336] Compiling v3_pmaps.cc
[772/1336] Compiling v3_ncons.cc
[773/1336] Compiling v3_lib.cc
[774/1336] Compiling v3_info.cc
[775/1336] Compiling v3_genn.cc
[776/1336] Compiling v3_int.cc
[777/1336] Compiling v3_ia5.cc
[778/1336] Compiling v3_extku.cc
[779/1336] Compiling v3_cpols.cc
[780/1336] Compiling v3_crld.cc
[781/1336] Compiling v3_enum.cc
[782/1336] Compiling v3_conf.cc
[783/1336] Compiling v3_bitst.cc
[784/1336] Compiling v3_bcons.cc
[785/1336] Compiling v3_alt.cc
[786/1336] Compiling v3_akey.cc
[787/1336] Compiling v3_akeya.cc
[788/1336] Compiling t_x509a.cc
[789/1336] Compiling t_crl.cc
[790/1336] Compiling t_req.cc
[791/1336] Compiling t_x509.cc
[792/1336] Compiling policy.cc
[793/1336] Compiling rsa_pss.cc
[794/1336] Compiling i2d_pr.cc
[795/1336] Compiling name_print.cc
[796/1336] Compiling by_dir.cc
[797/1336] Compiling by_file.cc
[798/1336] Compiling a_verify.cc
[799/1336] Compiling asn1_gen.cc
[800/1336] Compiling algorithm.cc
[801/1336] Compiling thread_win.cc
[802/1336] Compiling a_digest.cc
[803/1336] Compiling a_sign.cc
[804/1336] Compiling thread_none.cc
[805/1336] Compiling trust_token.cc
[806/1336] Compiling pmbtoken.cc
[807/1336] Compiling thread_pthread.cc
[808/1336] Compiling thread.cc
[809/1336] Compiling voprf.cc
[810/1336] Compiling stack.cc
[811/1336] Compiling siphash.cc
[812/1336] Compiling spake2plus.cc
[813/1336] Compiling sha1.cc
[814/1336] Compiling slhdsa.cc
[815/1336] Compiling sha512.cc
[816/1336] Compiling sha256.cc
[817/1336] Compiling rsa_print.cc
[818/1336] Compiling rsa_extra.cc
[819/1336] Compiling rc4.cc
[820/1336] Compiling refcount.cc
[821/1336] Compiling rsa_crypt.cc
[822/1336] Compiling urandom.cc
[823/1336] Compiling windows.cc
[824/1336] Compiling rsa_asn1.cc
[825/1336] Compiling trusty.cc
[826/1336] Compiling rand.cc
[827/1336] Compiling getentropy.cc
[828/1336] Compiling poly1305_arm_asm.S
[829/1336] Compiling ios.cc
[830/1336] Compiling passive.cc
[831/1336] Compiling fork_detect.cc
[832/1336] Compiling deterministic.cc
[833/1336] Compiling forkunsafe.cc
[834/1336] Compiling poly1305_vec.cc
[835/1336] Compiling poly1305_arm.cc
[836/1336] Compiling pool.cc
[837/1336] Compiling poly1305.cc
[838/1336] Compiling p5_pbev2.cc
[839/1336] Compiling pkcs7.cc
[840/1336] Compiling pkcs8_x509.cc
[841/1336] Compiling pem_xaux.cc
[842/1336] Compiling pem_pkey.cc
[843/1336] Compiling pkcs7_x509.cc
[843/1336] Compiling pkcs8.cc
[845/1336] Compiling pem_x509.cc
[846/1336] Compiling pem_oth.cc
[847/1336] Compiling pem_pk8.cc
[848/1336] Compiling pem_lib.cc
[849/1336] Compiling mlkem.cc
[850/1336] Compiling obj.cc
[851/1336] Compiling obj_xref.cc
[852/1336] Compiling pem_all.cc
[853/1336] Compiling pem_info.cc
[854/1336] Compiling mldsa.cc
[855/1336] Compiling mem.cc
[856/1336] Compiling fips_shared_support.cc
[857/1336] Compiling poly_rq_mul.S
[858/1336] Compiling md5.cc
[859/1336] Compiling lhash.cc
[860/1336] Compiling md4.cc
[861/1336] Compiling kyber.cc
[862/1336] Compiling ex_data.cc
[863/1336] Compiling sign.cc
[864/1336] Compiling hrss.cc
[865/1336] Compiling scrypt.cc
[866/1336] Compiling hpke.cc
[867/1336] Compiling pbkdf.cc
[868/1336] Compiling print.cc
[869/1336] Compiling p_x25519.cc
[870/1336] Compiling p_x25519_asn1.cc
[871/1336] Compiling p_rsa.cc
[872/1336] Compiling p_ed25519.cc
[873/1336] Compiling p_ed25519_asn1.cc
[874/1336] Compiling p_rsa_asn1.cc
[875/1336] Compiling p_hkdf.cc
[876/1336] Compiling p_ec.cc
[877/1336] Compiling p_ec_asn1.cc
[878/1336] Compiling p_dsa_asn1.cc
[879/1336] Compiling evp_ctx.cc
[880/1336] Compiling p_dh_asn1.cc
[881/1336] Compiling p_dh.cc
[882/1336] Compiling evp.cc
[883/1336] Compiling evp_asn1.cc
[884/1336] Compiling hash_to_curve.cc
[885/1336] Compiling ecdh.cc
[886/1336] Compiling err.cc
[887/1336] Compiling ec_derive.cc
[888/1336] Compiling engine.cc
[889/1336] Compiling ecdsa_asn1.cc
[890/1336] Compiling ec_asn1.cc
[891/1336] Compiling dsa.cc
[892/1336] Compiling dsa_asn1.cc
[893/1336] Compiling params.cc
[894/1336] Compiling digest_extra.cc
[895/1336] Compiling dh_asn1.cc
[896/1336] Compiling spake25519.cc
[897/1336] Compiling des.cc
[898/1336] Compiling x25519-asm-arm.S
[899/1336] Compiling bcm.cc
[900/1336] Compiling curve25519_64_adx.cc
[901/1336] Compiling cpu_intel.cc
[902/1336] Compiling crypto.cc
[903/1336] Compiling curve25519.cc
[904/1336] Compiling cpu_aarch64_win.cc
[905/1336] Compiling cpu_arm_freebsd.cc
[905/1336] Compiling cpu_arm_linux.cc
[907/1336] Compiling cpu_aarch64_sysreg.cc
[908/1336] Compiling cpu_aarch64_fuchsia.cc
[909/1336] Compiling cpu_aarch64_openbsd.cc
[910/1336] Compiling cpu_aarch64_linux.cc
[911/1336] Compiling cpu_aarch64_apple.cc
[912/1336] Compiling tls_cbc.cc
[913/1336] Compiling get_cipher.cc
[914/1336] Compiling e_tls.cc
[915/1336] Compiling e_rc4.cc
[916/1336] Compiling e_des.cc
[917/1336] Compiling e_rc2.cc
[918/1336] Compiling conf.cc
[919/1336] Compiling e_null.cc
[920/1336] Compiling e_chacha20poly1305.cc
[921/1336] Compiling e_aesgcmsiv.cc
[922/1336] Compiling e_aesctrhmac.cc
[923/1336] Compiling derive_key.cc
[924/1336] Compiling chacha.cc
[925/1336] Compiling unicode.cc
[926/1336] Compiling cbs.cc
[927/1336] Compiling buf.cc
[928/1336] Compiling cbb.cc
[929/1336] Compiling asn1_compat.cc
[930/1336] Compiling ber.cc
[931/1336] Compiling socket_helper.cc
[932/1336] Compiling pair.cc
[932/1336] Compiling printf.cc
[934/1336] Compiling blake2.cc
[935/1336] Compiling bn_asn1.cc
[936/1336] Compiling socket.cc
[937/1336] Compiling convert.cc
[938/1336] Compiling file.cc
[939/1336] Compiling bio_mem.cc
[940/1336] Compiling errno.cc
[941/1336] Compiling bio.cc
[942/1336] Compiling connect.cc
[943/1336] Compiling fd.cc
[944/1336] Compiling hexdump.cc
[945/1336] Compiling base64.cc
[946/1336] Compiling tasn_new.cc
[947/1336] Compiling tasn_fre.cc
[948/1336] Compiling tasn_enc.cc
[949/1336] Compiling posix_time.cc
[950/1336] Compiling tasn_typ.cc
[951/1336] Compiling f_string.cc
[952/1336] Compiling tasn_dec.cc
[953/1336] Compiling tasn_utl.cc
[954/1336] Compiling f_int.cc
[955/1336] Compiling asn_pack.cc
[956/1336] Compiling asn1_par.cc
[957/1336] Compiling a_time.cc
[958/1336] Compiling a_type.cc
[959/1336] Compiling asn1_lib.cc
[960/1336] Compiling a_octet.cc
[961/1336] Compiling a_utctm.cc
[962/1336] Compiling a_strnid.cc
[963/1336] Compiling a_strex.cc
[964/1336] Compiling a_i2d_fp.cc
[965/1336] Compiling a_int.cc
[965/1336] Compiling a_mbstr.cc
[967/1336] Compiling a_object.cc
[968/1336] Compiling a_dup.cc
[969/1336] Compiling fiat_p256_adx_sqr.S
[970/1336] Compiling fiat_p256_adx_mul.S
[971/1336] Compiling fiat_curve25519_adx_square.S
[972/1336] Compiling CCryptoBoringSSLShims shims.c
[973/1336] Compiling a_d2i_fp.cc
[974/1336] Compiling md5-x86_64-linux.S
[975/1336] Compiling fiat_curve25519_adx_mul.S
[976/1336] Compiling md5-x86_64-apple.S
[977/1336] Compiling md5-586-linux.S
[978/1336] Compiling md5-586-apple.S
[979/1336] Compiling a_gentm.cc
[980/1336] Compiling chacha20_poly1305_x86_64-apple.S
[981/1336] Compiling chacha20_poly1305_x86_64-linux.S
[982/1336] Compiling a_bitstr.cc
[983/1336] Compiling chacha20_poly1305_armv8-win.S
[984/1336] Compiling a_bool.cc
[985/1336] Compiling chacha-x86_64-linux.S
[986/1336] Compiling chacha20_poly1305_armv8-linux.S
[987/1336] Compiling chacha20_poly1305_armv8-apple.S
[988/1336] Compiling err_data.cc
[989/1336] Compiling chacha-x86-linux.S
[990/1336] Compiling chacha-x86_64-apple.S
[991/1336] Compiling chacha-x86-apple.S
[992/1336] Compiling chacha-armv8-linux.S
[993/1336] Compiling chacha-armv8-apple.S
[994/1336] Compiling aes128gcmsiv-x86_64-linux.S
[995/1336] Compiling chacha-armv8-win.S
[996/1336] Compiling aes128gcmsiv-x86_64-apple.S
[997/1336] Compiling chacha-armv4-linux.S
[998/1336] Compiling x86_64-mont-apple.S
[998/1336] Compiling x86_64-mont5-apple.S
[1000/1336] Compiling x86-mont-linux.S
[1000/1336] Compiling x86_64-mont5-linux.S
[1000/1336] Compiling x86_64-mont-linux.S
[1003/1336] Compiling x86-mont-apple.S
[1004/1336] Compiling vpaes-x86_64-linux.S
[1005/1336] Compiling vpaes-x86-apple.S
[1006/1336] Compiling vpaes-x86_64-apple.S
[1007/1336] Compiling vpaes-x86-linux.S
[1008/1336] Compiling vpaes-armv8-linux.S
[1009/1336] Compiling vpaes-armv8-win.S
[1010/1336] Compiling vpaes-armv8-apple.S
[1011/1336] Compiling vpaes-armv7-linux.S
[1012/1336] Compiling sha512-x86_64-apple.S
[1013/1336] Compiling sha512-x86_64-linux.S
[1014/1336] Compiling sha512-armv8-win.S
[1015/1336] Compiling sha512-armv4-linux.S
[1016/1336] Compiling sha512-armv8-linux.S
[1017/1336] Compiling sha512-armv8-apple.S
[1018/1336] Compiling sha512-586-linux.S
[1018/1336] Compiling sha256-x86_64-linux.S
[1020/1336] Compiling sha512-586-apple.S
[1021/1336] Compiling sha256-x86_64-apple.S
[1022/1336] Compiling sha256-armv4-linux.S
[1023/1336] Compiling sha256-armv8-apple.S
[1024/1336] Compiling sha256-586-linux.S
[1025/1336] Compiling sha256-armv8-win.S
[1026/1336] Compiling sha256-armv8-linux.S
[1027/1336] Compiling sha1-x86_64-linux.S
[1028/1336] Compiling sha256-586-apple.S
[1029/1336] Compiling sha1-armv8-win.S
[1030/1336] Compiling sha1-x86_64-apple.S
[1031/1336] Compiling sha1-armv8-apple.S
[1032/1336] Compiling sha1-armv4-large-linux.S
[1033/1336] Compiling sha1-armv8-linux.S
[1034/1336] Compiling sha1-586-linux.S
[1035/1336] Compiling sha1-586-apple.S
[1036/1336] Compiling rdrand-x86_64-linux.S
[1036/1336] Compiling rsaz-avx2-linux.S
[1038/1336] Compiling rdrand-x86_64-apple.S
[1039/1336] Compiling rsaz-avx2-apple.S
[1040/1336] Compiling p256_beeu-x86_64-asm-linux.S
[1041/1336] Compiling p256_beeu-armv8-asm-win.S
[1042/1336] Compiling p256_beeu-armv8-asm-linux.S
[1043/1336] Compiling p256_beeu-x86_64-asm-apple.S
[1044/1336] Compiling p256_beeu-armv8-asm-apple.S
[1045/1336] Compiling p256-x86_64-asm-linux.S
[1045/1336] Compiling p256-x86_64-asm-apple.S
[1047/1336] Compiling p256-armv8-asm-apple.S
[1048/1336] Compiling p256-armv8-asm-win.S
[1049/1336] Compiling ghashv8-armv8-win.S
[1050/1336] Compiling ghashv8-armv8-apple.S
[1051/1336] Compiling ghashv8-armv8-linux.S
[1052/1336] Compiling p256-armv8-asm-linux.S
[1053/1336] Compiling c-nioatomics.c
[1054/1336] Compiling ghashv8-armv7-linux.S
[1055/1336] Compiling ghash-x86_64-linux.S
[1055/1336] Compiling ghash-x86_64-apple.S
[1057/1336] Compiling ghash-x86-linux.S
[1058/1336] Compiling ghash-neon-armv8-win.S
[1059/1336] Compiling ghash-ssse3-x86_64-apple.S
[1060/1336] Compiling ghash-ssse3-x86_64-linux.S
[1061/1336] Compiling ghash-ssse3-x86-apple.S
[1062/1336] Compiling ghash-x86-apple.S
[1063/1336] Compiling ghash-ssse3-x86-linux.S
[1064/1336] Compiling bsaes-armv7-linux.S
[1065/1336] Compiling ghash-neon-armv8-linux.S
[1066/1336] Compiling ghash-armv4-linux.S
[1067/1336] Compiling co-586-linux.S
[1068/1336] Compiling co-586-apple.S
[1069/1336] Compiling ghash-neon-armv8-apple.S
[1070/1336] Compiling bn-armv8-linux.S
[1071/1336] Compiling bn-armv8-apple.S
[1072/1336] Compiling bn-586-apple.S
[1072/1336] Compiling bn-armv8-win.S
[1074/1336] Compiling bn-586-linux.S
[1075/1336] Compiling aesv8-gcm-armv8-win.S
[1076/1336] Compiling armv8-mont-win.S
[1077/1336] Compiling armv8-mont-apple.S
[1078/1336] Compiling armv8-mont-linux.S
[1079/1336] Compiling aesv8-gcm-armv8-apple.S
[1080/1336] Compiling armv4-mont-linux.S
[1081/1336] Compiling aesv8-gcm-armv8-linux.S
[1082/1336] Compiling aesv8-armv8-apple.S
[1083/1336] Compiling aesv8-armv8-win.S
[1084/1336] Compiling aesv8-armv8-linux.S
[1085/1336] Compiling aesni-x86_64-linux.S
[1086/1336] Compiling aesni-x86_64-apple.S
[1087/1336] Compiling aesv8-armv7-linux.S
[1088/1336] Compiling aesni-gcm-x86_64-linux.S
[1089/1336] Compiling aesni-x86-linux.S
[1090/1336] Compiling aesni-x86-apple.S
[1091/1336] Compiling aes-gcm-avx10-x86_64-linux.S
[1092/1336] Compiling aesni-gcm-x86_64-apple.S
[1093/1336] Compiling aes-gcm-avx10-x86_64-apple.S
[1094/1336] Compiling c-atomics.c
[1096/1342] Compiling NIOConcurrencyHelpers NIOLock.swift
[1096/1342] Compiling x_x509.cc
[1098/1342] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1099/1342] Compiling NIOConcurrencyHelpers lock.swift
[1099/1342] Compiling x_pubkey.cc
[1100/1342] Compiling x_req.cc
[1102/1342] Emitting module NIOConcurrencyHelpers
[1102/1342] Compiling x_sig.cc
[1103/1342] Compiling x_x509a.cc
[1105/1342] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1106/1342] Compiling NIOConcurrencyHelpers atomics.swift
[1106/1343] Compiling x_val.cc
[1107/1343] Compiling x_spki.cc
[1109/1343] Compiling x_attrib.cc
[1110/1343] Compiling x_name.cc
[1111/1403] Compiling x_all.cc
[1112/1403] Compiling x_exten.cc
[1113/1429] Compiling x_algor.cc
[1114/1429] Compiling x_crl.cc
[1115/1429] Compiling x509spki.cc
[1116/1429] Compiling x509rset.cc
[1118/1429] Emitting module ConsoleKitTerminal
[1119/1432] Compiling ConsoleKitTerminal Console+Confirm.swift
[1120/1432] Compiling ConsoleKitTerminal Console+Input.swift
[1121/1432] Compiling ConsoleKitTerminal Console+Center.swift
[1122/1432] Compiling ConsoleKitTerminal Console+Output.swift
[1123/1432] Compiling ConsoleKitTerminal ActivityBar.swift
[1124/1432] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1125/1432] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1126/1432] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1127/1432] Compiling ConsoleKitTerminal CustomActivity.swift
[1128/1432] Compiling ConsoleKitTerminal LoadingBar.swift
[1129/1432] Compiling ConsoleKitTerminal ProgressBar.swift
[1130/1432] Compiling ConsoleKitTerminal Console+Clear.swift
[1131/1432] Compiling ConsoleKitTerminal Console+Wait.swift
[1132/1432] Compiling ConsoleKitTerminal ConsoleColor.swift
[1133/1432] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1133/1432] Compiling x509cset.cc
[1134/1432] Compiling x509_v3.cc
[1135/1432] Compiling x509name.cc
[1137/1432] Compiling ConsoleKitTerminal Console.swift
[1138/1432] Compiling ConsoleKitTerminal Terminal.swift
[1139/1432] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1140/1432] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1141/1432] Compiling ConsoleKitTerminal ConsoleClear.swift
[1142/1432] Compiling ConsoleKitTerminal Console+Ask.swift
[1143/1432] Compiling ConsoleKitTerminal Console+Choose.swift
[1144/1432] Compiling ConsoleKitTerminal ConsoleText.swift
[1145/1432] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1146/1432] Compiling ConsoleKitTerminal ANSI.swift
[1147/1432] Compiling NIOCore MulticastChannel.swift
[1148/1432] Compiling NIOCore NIOAny.swift
[1149/1432] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1150/1432] Compiling NIOCore NIOLoopBound.swift
[1151/1432] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1152/1432] Compiling NIOCore NIOScheduledCallback.swift
[1153/1432] Compiling NIOCore NIOSendable.swift
[1154/1432] Compiling NIOCore RecvByteBufferAllocator.swift
[1154/1440] Compiling x509_trs.cc
[1155/1440] Compiling x509_txt.cc
[1157/1440] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1158/1440] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1159/1440] Compiling ConsoleKitTerminal LoggerFragment.swift
[1159/1441] Compiling x509_vpm.cc
[1160/1441] Compiling x509_vfy.cc
[1162/1441] Compiling x509_set.cc
[1163/1441] Compiling x509_ext.cc
[1164/1463] Compiling x509_obj.cc
[1166/1463] Emitting module ConsoleKitCommands
[1167/1465] Compiling ConsoleKitCommands CommandSignature.swift
[1168/1465] Compiling ConsoleKitCommands Flag.swift
[1169/1465] Compiling ConsoleKitCommands Option.swift
[1170/1465] Compiling NIOCore IO.swift
[1171/1465] Compiling NIOCore IOData.swift
[1172/1465] Compiling NIOCore IPProtocol.swift
[1173/1465] Compiling NIOCore IntegerBitPacking.swift
[1174/1465] Compiling NIOCore IntegerTypes.swift
[1175/1465] Compiling NIOCore Interfaces.swift
[1176/1465] Compiling NIOCore Linux.swift
[1177/1465] Compiling NIOCore MarkedCircularBuffer.swift
[1177/1465] Compiling x509_req.cc
[1179/1465] Compiling ConsoleKitCommands AsyncCommands.swift
[1180/1465] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1181/1465] Compiling ConsoleKitCommands AnyCommand.swift
[1182/1465] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1183/1465] Compiling ConsoleKitCommands AsyncCommand.swift
[1184/1465] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1185/1465] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1186/1465] Compiling ConsoleKitCommands Utilities.swift
[1186/1465] Compiling x509_lu.cc
[1188/1465] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1189/1465] Compiling NIOCore SocketAddresses.swift
[1190/1465] Compiling NIOCore SocketOptionProvider.swift
[1191/1465] Compiling NIOCore SystemCallHelpers.swift
[1192/1465] Compiling NIOCore TimeAmount+Duration.swift
[1193/1465] Compiling NIOCore TypeAssistedChannelHandler.swift
[1194/1465] Compiling NIOCore UniversalBootstrapSupport.swift
[1195/1465] Compiling NIOCore Utilities.swift
[1196/1465] Compiling ConsoleKitCommands CommandGroup.swift
[1197/1465] Compiling ConsoleKitCommands CommandInput.swift
[1198/1465] Compiling ConsoleKitCommands Commands.swift
[1199/1465] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1200/1465] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1201/1465] Compiling ConsoleKitCommands Argument.swift
[1201/1465] Compiling x509_d2.cc
[1203/1465] Compiling ConsoleKitCommands Command.swift
[1204/1465] Compiling ConsoleKitCommands CommandContext.swift
[1205/1465] Compiling ConsoleKitCommands CommandError.swift
[1205/1465] Compiling x509_def.cc
[1206/1465] Compiling x509_att.cc
[1207/1465] Compiling x509.cc
[1208/1465] Compiling x509_cmp.cc
[1217/1465] Compiling v3_purp.cc
[1219/1465] Compiling ConsoleKitCommands Console+Run.swift
[1220/1465] Compiling ConsoleKitCommands ConsoleError.swift
[1221/1465] Compiling ConsoleKitCommands Completion.swift
[1221/1466] Compiling v3_utl.cc
[1222/1466] Compiling v3_skey.cc
[1242/1466] Compiling v3_prn.cc
[1243/1466] Compiling v3_pcons.cc
[1244/1466] Compiling v3_pmaps.cc
[1245/1466] Compiling v3_ocsp.cc
[1246/1466] Compiling v3_ncons.cc
[1247/1466] Compiling v3_lib.cc
[1248/1466] Compiling v3_int.cc
[1249/1466] Compiling v3_ia5.cc
[1250/1466] Compiling v3_info.cc
[1251/1466] Compiling v3_genn.cc
[1252/1466] Compiling v3_enum.cc
[1253/1466] Compiling v3_extku.cc
[1254/1466] Compiling v3_cpols.cc
[1255/1466] Compiling v3_conf.cc
[1256/1466] Compiling v3_crld.cc
[1257/1466] Compiling v3_bitst.cc
[1258/1466] Compiling v3_bcons.cc
[1259/1466] Compiling v3_alt.cc
[1260/1468] Compiling t_x509a.cc
[1261/1468] Compiling v3_akeya.cc
[1262/1468] Compiling v3_akey.cc
[1263/1468] Compiling t_x509.cc
[1265/1468] Emitting module ConsoleKit
[1266/1468] Compiling ConsoleKit Exports.swift
[1267/1469] Compiling t_crl.cc
[1269/1469] Emitting module NIOCore
[1269/1469] Compiling t_req.cc
[1271/1469] Compiling NIOCore ByteBuffer-multi-int.swift
[1272/1469] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1273/1469] Compiling NIOCore ByteBuffer-views.swift
[1274/1469] Compiling NIOCore Channel.swift
[1275/1469] Compiling NIOCore ChannelHandler.swift
[1276/1469] Compiling NIOCore ChannelHandlers.swift
[1277/1469] Compiling NIOCore ChannelInvoker.swift
[1278/1469] Compiling NIOCore ChannelOption.swift
[1279/1469] Compiling NIOCore ChannelPipeline.swift
[1282/1469] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1283/1469] Compiling NIOCore EventLoopFuture.swift
[1284/1469] Compiling NIOCore FileDescriptor.swift
[1285/1469] Compiling NIOCore FileHandle.swift
[1286/1469] Compiling NIOCore FileRegion.swift
[1287/1469] Compiling NIOCore GlobalSingletons.swift
[1288/1470] Compiling i2d_pr.cc
[1289/1470] Compiling rsa_pss.cc
[1290/1520] Compiling name_print.cc
[1291/1520] Compiling policy.cc
[1292/1520] Compiling asn1_gen.cc
[1294/1520] Emitting module NIOEmbedded
[1294/1520] Compiling by_dir.cc
[1295/1520] Compiling by_file.cc
[1296/1520] Compiling algorithm.cc
[1297/1520] Compiling a_verify.cc
[1299/1520] Compiling NIOPosix Pool.swift
[1300/1520] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1301/1520] Compiling NIOPosix PosixSingletons.swift
[1302/1520] Compiling NIOPosix RawSocketBootstrap.swift
[1303/1520] Compiling NIOPosix Resolver.swift
[1304/1520] Compiling NIOPosix Selectable.swift
[1304/1526] Compiling a_digest.cc
[1305/1526] Compiling voprf.cc
[1307/1526] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1308/1526] Compiling NIOEmbedded Embedded.swift
[1309/1526] Compiling NIOEmbedded AsyncTestingChannel.swift
[1309/1526] Compiling trust_token.cc
[1310/1526] Compiling a_sign.cc
[1313/1527] Compiling NIOPosix IO.swift
[1314/1527] Compiling NIOPosix IntegerBitPacking.swift
[1315/1527] Compiling NIOPosix IntegerTypes.swift
[1316/1527] Compiling NIOPosix Linux.swift
[1317/1527] Compiling NIOPosix LinuxCPUSet.swift
[1318/1527] Compiling NIOPosix LinuxUring.swift
[1319/1527] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1319/1527] Compiling thread_none.cc
[1320/1527] Compiling thread_win.cc
[1321/1527] Compiling thread_pthread.cc
[1322/1527] Compiling pmbtoken.cc
[1323/1527] Compiling thread.cc
[1324/1527] Compiling stack.cc
[1325/1527] Compiling wots.cc
[1327/1527] Compiling NIOPosix ThreadPosix.swift
[1328/1527] Compiling NIOPosix ThreadWindows.swift
[1329/1527] Compiling NIOPosix UnsafeTransfer.swift
[1330/1527] Compiling NIOPosix Utilities.swift
[1331/1527] Compiling NIOPosix VsockAddress.swift
[1332/1527] Compiling NIOPosix VsockChannelEvents.swift
[1332/1527] Compiling thash.cc
[1333/1527] Compiling slhdsa.cc
[1334/1527] Compiling merkle.cc
[1335/1527] Compiling fors.cc
[1336/1527] Compiling sha512.cc
[1337/1527] Compiling siphash.cc
[1338/1527] Compiling sha256.cc
[1339/1527] Compiling sha1.cc
[1341/1527] Emitting module NIOPosix
[1341/1527] Compiling rsa_print.cc
[1342/1527] Compiling rsa_asn1.cc
[1344/1527] Compiling NIOPosix SelectableChannel.swift
[1345/1527] Compiling NIOPosix SelectableEventLoop.swift
[1346/1527] Compiling NIOPosix SelectorEpoll.swift
[1347/1527] Compiling NIOPosix SelectorGeneric.swift
[1348/1527] Compiling NIOPosix SelectorKqueue.swift
[1349/1527] Compiling NIOPosix SelectorUring.swift
[1350/1527] Compiling NIOPosix ServerSocket.swift
[1351/1527] Compiling NIOPosix Socket.swift
[1352/1527] Compiling NIOPosix SocketChannel.swift
[1353/1527] Compiling NIOPosix SocketProtocols.swift
[1354/1527] Compiling NIOPosix System.swift
[1355/1527] Compiling NIOPosix Thread.swift
[1355/1527] Compiling rsa_extra.cc
[1356/1527] Compiling refcount.cc
[1357/1527] Compiling rc4.cc
[1358/1527] Compiling rsa_crypt.cc
[1360/1527] Compiling NIOPosix NIOThreadPool.swift
[1361/1527] Compiling NIOPosix NonBlockingFileIO.swift
[1362/1527] Compiling NIOPosix PendingDatagramWritesManager.swift
[1363/1527] Compiling NIOPosix PendingWritesManager.swift
[1364/1527] Compiling NIOPosix PipeChannel.swift
[1365/1527] Compiling NIOPosix PipePair.swift
[1365/1527] Compiling windows.cc
[1366/1527] Compiling trusty.cc
[1367/1527] Compiling rand_extra.cc
[1368/1527] Compiling urandom.cc
[1369/1527] Compiling ios.cc
[1371/1527] Compiling NIOPosix Bootstrap.swift
[1372/1527] Compiling NIOPosix ControlMessage.swift
[1373/1527] Compiling NIOPosix DatagramVectorReadManager.swift
[1374/1527] Compiling NIOPosix Errors+Any.swift
[1375/1527] Compiling NIOPosix FileDescriptor.swift
[1376/1527] Compiling NIOPosix GetaddrinfoResolver.swift
[1377/1527] Compiling NIOPosix HappyEyeballs.swift
[1378/1527] Compiling NIOPosix BSDSocketAPICommon.swift
[1379/1527] Compiling NIOPosix BSDSocketAPIPosix.swift
[1380/1527] Compiling NIOPosix BSDSocketAPIWindows.swift
[1381/1527] Compiling NIOPosix BaseSocket.swift
[1382/1527] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1383/1527] Compiling NIOPosix BaseSocketChannel.swift
[1384/1527] Compiling NIOPosix BaseStreamSocketChannel.swift
[1384/1528] Compiling passive.cc
[1385/1528] Compiling getentropy.cc
[1387/1528] Compiling poly1305_arm_asm.S
[1388/1528] Compiling forkunsafe.cc
[1389/1528] Compiling fork_detect.cc
[1390/1528] Compiling deterministic.cc
[1391/1528] Compiling pool.cc
[1392/1528] Compiling poly1305.cc
[1393/1528] Compiling poly1305_vec.cc
[1394/1528] Compiling poly1305_arm.cc
[1396/1565] Emitting module NIO
[1397/1565] Compiling NIO Exports.swift
[1397/1566] Compiling pkcs8.cc
[1399/1566] Compiling pkcs8_x509.cc
[1401/1572] Compiling _NIOFileSystem ParallelDirCopy.swift
[1402/1572] Compiling _NIOFileSystem ParallelRemoval.swift
[1403/1572] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1404/1572] Compiling _NIOFileSystem CInterop.swift
[1405/1572] Compiling _NIOFileSystem Errno.swift
[1405/1572] Compiling pkcs7.cc
[1407/1576] Emitting module _NIOFileSystem
[1408/1576] Compiling NIOTLS TLSEvents.swift
[1408/1576] Compiling p5_pbev2.cc
[1409/1588] Compiling pem_xaux.cc
[1410/1588] Compiling pkcs7_x509.cc
[1412/1588] Compiling NIOSOCKS SOCKSClientHandler.swift
[1413/1588] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1414/1588] Compiling NIOSOCKS AuthenticationMethod.swift
[1415/1588] Compiling NIOSOCKS ClientGreeting.swift
[1416/1588] Compiling NIOSOCKS Errors.swift
[1417/1609] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1418/1609] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1419/1609] Compiling NIOTLS SNIHandler.swift
[1420/1609] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1421/1609] Emitting module NIOTLS
[1421/1610] Compiling pem_x509.cc
[1423/1610] Compiling NIOSOCKS SOCKSResponse.swift
[1424/1611] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1425/1611] Compiling NIOSOCKS ClientStateMachine.swift
[1427/1611] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1428/1611] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1428/1611] Compiling pem_pkey.cc
[1430/1611] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1431/1611] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1432/1611] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1433/1611] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1434/1611] Compiling _NIOFileSystem Mocking.swift
[1435/1611] Compiling _NIOFileSystem Syscall.swift
[1436/1611] Compiling _NIOFileSystem Syscalls.swift
[1437/1611] Emitting module NIOSOCKS
[1438/1611] Compiling NIOHTTP1 HTTPEncoder.swift
[1439/1611] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1440/1611] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1441/1611] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1442/1611] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1443/1611] Compiling NIOHTTP1 HTTPDecoder.swift
[1444/1611] Compiling NIOSOCKS ServerStateMachine.swift
[1446/1641] Compiling NIOSSL SSLConnection.swift
[1447/1641] Compiling NIOSSL SSLContext.swift
[1448/1641] Compiling NIOSSL SSLErrors.swift
[1449/1641] Compiling NIOSSL SSLInit.swift
[1450/1641] Compiling NIOSSL SSLPKCS12Bundle.swift
[1451/1641] Compiling NIOSSL SSLCertificateExtensions.swift
[1452/1641] Compiling NIOSSL SSLCertificateName.swift
[1453/1643] Emitting module NIOHTTP1
[1454/1643] Emitting module NIOFoundationCompat
[1455/1643] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1455/1644] Compiling pem_lib.cc
[1456/1644] Compiling pem_oth.cc
[1457/1644] Compiling pem_pk8.cc
[1460/1644] Compiling NIOSSL SSLCallbacks.swift
[1461/1644] Compiling NIOSSL SSLCertificate.swift
[1462/1644] Compiling NIOSSL AndroidCABundle.swift
[1463/1644] Compiling NIOSSL ByteBufferBIO.swift
[1463/1644] Compiling obj.cc
[1464/1644] Compiling pem_info.cc
[1466/1666] Compiling _NIOFileSystem SystemFileHandle.swift
[1467/1666] Compiling _NIOFileSystem Utilities.swift
[1468/1666] Compiling _NIOFileSystem OpenOptions.swift
[1469/1666] Compiling _NIOFileSystem String+FileSystem.swift
[1469/1666] Compiling obj_xref.cc
[1471/1666] Emitting module NIOTransportServices
[1472/1668] Compiling NIOTransportServices AcceptHandler.swift
[1473/1668] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1474/1668] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1475/1668] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1476/1668] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1477/1668] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1477/1668] Compiling mlkem.cc
[1479/1668] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1480/1668] Compiling NIOTransportServices NIOTSSingletons.swift
[1481/1668] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1482/1668] Compiling NIOTransportServices StateManagedChannel.swift
[1483/1668] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1484/1668] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1485/1668] Compiling NIOTransportServices NIOTSBootstraps.swift
[1486/1668] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1487/1668] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1488/1668] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1489/1668] Compiling NIOTransportServices NIOTSErrors.swift
[1490/1668] Compiling NIOTransportServices NIOTSEventLoop.swift
[1493/1668] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1494/1668] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1495/1668] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1496/1668] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1497/1668] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1503/1669] Compiling pem_all.cc
[1504/1669] Compiling mldsa.cc
[1507/1669] Emitting module NIOSSL
[1511/1674] Compiling mem.cc
[1512/1674] Compiling md5.cc
[1514/1674] Compiling NIOSSL SubjectAlternativeName.swift
[1515/1674] Compiling NIOSSL NIOSSLSecureBytes.swift
[1516/1674] Compiling NIOSSL RNG.swift
[1517/1674] Compiling NIOSSL SafeCompare.swift
[1521/1674] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1530/1695] Compiling NIOHPACK HeaderTables.swift
[1544/1695] Compiling NIOSSL Zeroization.swift
[1544/1696] Compiling md4.cc
[1546/1721] Compiling lhash.cc
[1548/1721] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1549/1721] Compiling NIOWebSocket WebSocketOpcode.swift
[1550/1722] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1551/1722] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1552/1722] Compiling NIOHPACK IndexedHeaderTable.swift
[1553/1722] Compiling NIOHPACK IntegerCoding.swift
[1553/1723] Compiling kyber.cc
[1555/1723] Emitting module NIOWebSocket
[1556/1726] Compiling NIOExtras DebugInboundEventsHandler.swift
[1557/1726] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1558/1726] Compiling NIOHTTPCompression HTTPCompression.swift
[1559/1726] Emitting module NIOHTTPCompression
[1560/1726] Compiling NIOHTTPCompression HTTPDecompression.swift
[1561/1726] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1562/1726] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1563/1726] Compiling NIOHPACK HuffmanCoding.swift
[1564/1726] Compiling NIOHPACK HuffmanTables.swift
[1565/1726] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1566/1726] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1567/1726] Compiling NIOExtras NIOExtrasError.swift
[1568/1729] Compiling NIOHPACK StaticHeaderTable.swift
[1570/1729] Compiling NIOWebSocket WebSocketFrame.swift
[1571/1729] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1572/1729] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1573/1729] Compiling NIOExtras NIORequestIdentifiable.swift
[1574/1731] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1577/1732] Emitting module NIOHPACK
[1577/1732] Compiling poly_rq_mul.S
[1579/1732] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1580/1732] Emitting module _NIOFileSystemFoundationCompat
[1581/1732] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1582/1732] Compiling NIOExtras LineBasedFrameDecoder.swift
[1583/1732] Compiling NIOExtras PCAPRingBuffer.swift
[1584/1732] Compiling NIOExtras QuiescingHelper.swift
[1585/1732] Compiling NIOExtras RequestResponseHandler.swift
[1588/1732] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1589/1732] Compiling NIOExtras LengthFieldPrepender.swift
[1590/1732] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1591/1732] Compiling NIOExtras UnsafeTransfer.swift
[1592/1732] Compiling NIOExtras WritePCAPHandler.swift
[1596/1732] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1597/1732] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1598/1734] Emitting module NIOFileSystem
[1599/1734] Compiling NIOFileSystem Exports.swift
[1604/1735] Compiling fips_shared_support.cc
[1610/1735] Compiling NIOSSL TLSConfiguration.swift
[1611/1735] Compiling NIOSSL UniversalBootstrapSupport.swift
[1612/1735] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1613/1736] Emitting module NIOExtras
[1614/1794] Compiling hpke.cc
[1616/1794] Compiling NIOHTTP2 StateMachineResult.swift
[1617/1794] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1618/1794] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1619/1794] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1620/1794] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1621/1794] Compiling NIOHTTP2 DOSHeuristics.swift
[1622/1794] Compiling NIOHTTP2 Error+Any.swift
[1623/1794] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1624/1794] Compiling NIOHTTP2 SendingGoawayState.swift
[1625/1794] Compiling NIOHTTP2 SendingHeadersState.swift
[1626/1794] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1626/1794] Compiling sign.cc
[1627/1794] Compiling hrss.cc
[1628/1794] Compiling ex_data.cc
[1629/1794] Compiling scrypt.cc
[1630/1794] Compiling pbkdf.cc
[1631/1794] Compiling print.cc
[1633/1794] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1634/1794] Compiling NIOHTTP2 MayReceiveFrames.swift
[1634/1795] Compiling p_x25519.cc
[1635/1795] Compiling p_x25519_asn1.cc
[1637/1795] Compiling p_rsa_asn1.cc
[1638/1803] Compiling p_rsa.cc
[1639/1803] Compiling p_ed25519.cc
[1640/1803] Compiling p_hkdf.cc
[1641/1803] Compiling p_ed25519_asn1.cc
[1643/1803] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1644/1803] Compiling WebSocketKit Exports.swift
[1645/1803] Compiling WebSocketKit WebSocketHandler.swift
[1645/1803] Compiling p_ec_asn1.cc
[1647/1803] Emitting module WebSocketKit
[1648/1803] Compiling WebSocketKit WebSocket+Concurrency.swift
[1649/1803] Compiling WebSocketKit WebSocket+Connect.swift
[1650/1803] Compiling WebSocketKit WebSocket.swift
[1651/1803] Compiling WebSocketKit WebSocketClient.swift
[1651/1804] Compiling p_ec.cc
[1653/1804] Compiling p_dh.cc
[1654/1804] Compiling p_dh_asn1.cc
[1655/1804] Compiling p_dsa_asn1.cc
[1657/1804] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1658/1804] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1659/1804] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1660/1804] Compiling NIOHTTP2 HTTP2StreamID.swift
[1661/1804] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1662/1804] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1663/1804] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1664/1804] Compiling NIOHTTP2 InboundEventBuffer.swift
[1664/1812] Compiling evp_ctx.cc
[1665/1812] Compiling evp.cc
[1666/1812] Compiling evp_asn1.cc
[1667/1812] Compiling engine.cc
[1668/1812] Compiling err.cc
[1670/1812] Emitting module NIOHTTP2
[1670/1812] Compiling ecdh_extra.cc
[1671/1812] Compiling ecdsa_asn1.cc
[1672/1812] Compiling bcm.cc
[1673/1812] Compiling ec_derive.cc
[1674/1812] Compiling hash_to_curve.cc
[1675/1812] Compiling dsa.cc
[1676/1812] Compiling dsa_asn1.cc
[1677/1812] Compiling ec_asn1.cc
[1678/1812] Compiling params.cc
[1679/1812] Compiling x25519-asm-arm.S
[1680/1812] Compiling digest_extra.cc
[1681/1812] Compiling curve25519_64_adx.cc
[1683/1812] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1684/1812] Compiling NIOHTTP2 HTTP2Frame.swift
[1685/1812] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1686/1812] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1687/1812] Compiling NIOHTTP2 HTTP2PingData.swift
[1688/1812] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1689/1812] Compiling NIOHTTP2 HTTP2Settings.swift
[1690/1812] Compiling NIOHTTP2 HTTP2Stream.swift
[1690/1812] Compiling des.cc
[1691/1812] Compiling cpu_arm_linux.cc
[1693/1812] Compiling NIOHTTP2 InboundWindowManager.swift
[1694/1812] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1695/1812] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1696/1812] Compiling NIOHTTP2 StreamChannelList.swift
[1697/1812] Compiling NIOHTTP2 StreamMap.swift
[1698/1812] Compiling NIOHTTP2 StreamStateMachine.swift
[1699/1812] Compiling NIOHTTP2 UnsafeTransfer.swift
[1700/1812] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1700/1812] Compiling dh_asn1.cc
[1701/1812] Compiling crypto.cc
[1702/1812] Compiling spake25519.cc
[1703/1812] Compiling cpu_intel.cc
[1704/1812] Compiling cpu_aarch64_win.cc
[1705/1812] Compiling cpu_aarch64_sysreg.cc
[1706/1812] Compiling curve25519.cc
[1707/1812] Compiling cpu_aarch64_openbsd.cc
[1708/1812] Compiling cpu_arm_freebsd.cc
[1709/1812] Compiling cpu_aarch64_fuchsia.cc
[1711/1812] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1712/1812] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1713/1812] Compiling NIOHTTP2 HasLocalSettings.swift
[1714/1812] Compiling NIOHTTP2 HasRemoteSettings.swift
[1715/1812] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1716/1812] Compiling NIOHTTP2 QuiescingState.swift
[1717/1812] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1718/1812] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1719/1812] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1720/1812] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1721/1812] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1722/1812] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1723/1812] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1724/1812] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1725/1812] Compiling NIOHTTP2 HTTP2Error.swift
[1726/1812] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1735/1812] Compiling NIOHTTP2 MaySendFrames.swift
[1736/1812] Compiling NIOHTTP2 SendingDataState.swift
[1740/1812] Compiling NIOHTTP2 SendingRstStreamState.swift
[1741/1812] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1742/1812] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1743/1812] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1746/1812] Compiling NIOHTTP2 ReceivingDataState.swift
[1747/1812] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1748/1812] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1749/1812] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1750/1812] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1751/1812] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1751/1812] Compiling cpu_aarch64_linux.cc
[1753/1813] Compiling cpu_aarch64_apple.cc
[1754/1813] Compiling e_rc4.cc
[1755/1813] Compiling conf.cc
[1756/1813] Compiling e_tls.cc
[1757/1813] Compiling tls_cbc.cc
[1758/1813] Compiling e_rc2.cc
[1759/1813] Compiling e_null.cc
[1760/1813] Compiling e_des.cc
[1761/1813] Compiling e_chacha20poly1305.cc
[1762/1813] Compiling derive_key.cc
[1763/1813] Compiling e_aesgcmsiv.cc
[1764/1873] Compiling e_aesctrhmac.cc
[1765/1873] Compiling cipher_extra.cc
[1766/1873] Compiling chacha.cc
[1767/1873] Compiling cbs.cc
[1768/1873] Compiling ber.cc
[1769/1873] Compiling unicode.cc
[1770/1873] Compiling cbb.cc
[1771/1873] Compiling buf.cc
[1772/1873] Compiling bn_asn1.cc
[1773/1873] Compiling asn1_compat.cc
[1774/1873] Compiling hexdump.cc
[1775/1873] Compiling blake2.cc
[1776/1873] Compiling printf.cc
[1777/1873] Compiling convert.cc
[1778/1873] Compiling pair.cc
[1779/1873] Compiling file.cc
[1780/1873] Compiling bio_mem.cc
[1781/1873] Compiling base64.cc
[1782/1873] Compiling fd.cc
[1783/1873] Compiling errno.cc
[1784/1873] Compiling bio.cc
[1786/1873] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1787/1873] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1788/1873] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1789/1873] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1790/1873] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1791/1873] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1792/1873] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1793/1873] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1794/1873] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1795/1873] Emitting module AsyncHTTPClient
[1795/1881] Compiling tasn_fre.cc
[1796/1881] Compiling tasn_utl.cc
[1797/1881] Compiling tasn_typ.cc
[1798/1881] Compiling tasn_new.cc
[1800/1881] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1801/1881] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1802/1881] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1803/1881] Compiling AsyncHTTPClient HTTP1Connection.swift
[1804/1881] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1805/1881] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1806/1881] Compiling AsyncHTTPClient HTTP2Connection.swift
[1807/1881] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1808/1881] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1808/1881] Compiling posix_time.cc
[1809/1881] Compiling f_int.cc
[1810/1881] Compiling tasn_enc.cc
[1811/1881] Compiling f_string.cc
[1812/1881] Compiling tasn_dec.cc
[1813/1881] Compiling asn_pack.cc
[1814/1881] Compiling asn1_par.cc
[1816/1881] Compiling AsyncHTTPClient ConnectionTarget.swift
[1817/1881] Compiling AsyncHTTPClient DeconstructedURL.swift
[1818/1881] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1819/1881] Compiling AsyncHTTPClient FoundationExtensions.swift
[1820/1881] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1821/1881] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1822/1881] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1823/1881] Compiling AsyncHTTPClient HTTPClient.swift
[1824/1881] Compiling AsyncHTTPClient HTTPHandler.swift
[1825/1881] Compiling AsyncHTTPClient LRUCache.swift
[1826/1881] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1827/1881] Compiling AsyncHTTPClient NWErrorHandler.swift
[1828/1881] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1829/1881] Compiling AsyncHTTPClient TLSConfiguration.swift
[1830/1881] Compiling AsyncHTTPClient RedirectState.swift
[1831/1881] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1831/1881] Compiling asn1_lib.cc
[1833/1881] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1834/1881] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1835/1881] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1836/1881] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1837/1881] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1838/1881] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1839/1881] Compiling AsyncHTTPClient RequestBodyLength.swift
[1840/1881] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1841/1881] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1842/1881] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1843/1881] Compiling AsyncHTTPClient Transaction.swift
[1844/1881] Compiling AsyncHTTPClient Base64.swift
[1845/1881] Compiling AsyncHTTPClient BasicAuth.swift
[1846/1881] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1847/1881] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1848/1881] Compiling AsyncHTTPClient ConnectionPool.swift
[1849/1881] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1850/1881] Compiling AsyncHTTPClient RequestBag.swift
[1851/1881] Compiling AsyncHTTPClient RequestValidation.swift
[1852/1881] Compiling AsyncHTTPClient SSLContextCache.swift
[1853/1881] Compiling AsyncHTTPClient Scheme.swift
[1854/1881] Compiling AsyncHTTPClient Singleton.swift
[1855/1881] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1856/1881] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1857/1881] Compiling AsyncHTTPClient Utils.swift
[1857/1881] Compiling a_utctm.cc
[1858/1881] Compiling a_strnid.cc
[1859/1881] Compiling a_strex.cc
[1860/1881] Compiling a_octet.cc
[1862/1881] Compiling AsyncHTTPClient RequestOptions.swift
[1863/1881] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1864/1881] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1865/1881] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1866/1881] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1867/1881] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1868/1881] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1869/1881] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1869/1882] Compiling a_type.cc
[1870/1882] Compiling a_time.cc
[1872/1882] Compiling a_object.cc
[1873/1882] Compiling a_mbstr.cc
[1874/1882] Compiling a_dup.cc
[1875/1882] Write sources
[1876/1882] Compiling a_i2d_fp.cc
[1877/1884] Compiling a_int.cc
[1878/1884] Compiling a_gentm.cc
[1879/1885] Compiling a_bool.cc
[1880/1925] Compiling a_d2i_fp.cc
[1881/1937] Compiling a_bitstr.cc
[1883/1937] Emitting module OpenAPIAsyncHTTPClient
[1884/1945] Compiling OpenAPIAsyncHTTPClient AsyncHTTPClientTransport.swift
[1885/1946] Compiling BitCollections BitSet+Initializers.swift
[1886/1946] Compiling BitCollections BitSet+Invariants.swift
[1887/1946] Compiling BitCollections BitSet+Random.swift
[1888/1946] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1889/1946] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1890/1946] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1891/1946] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1893/1953] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1894/1953] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1895/1953] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1896/1953] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1897/1953] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1898/1953] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1899/1953] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1900/1953] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1901/1953] Compiling BitCollections BitSet+CustomReflectable.swift
[1902/1953] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1903/1953] Compiling BitCollections BitSet+Equatable.swift
[1904/1953] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1905/1953] Compiling BitCollections BitSet+Extras.swift
[1906/1953] Compiling BitCollections BitSet+Hashable.swift
[1907/1953] Emitting module BitCollections
[1908/1953] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1909/1953] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1910/1953] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1911/1953] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1912/1953] Compiling BitCollections BitSet+SetAlgebra union.swift
[1913/1953] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1914/1953] Compiling BitCollections BitSet.Counted.swift
[1915/1953] Compiling BitCollections BitArray+BitwiseOperations.swift
[1916/1953] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1917/1953] Compiling BitCollections BitArray+Codable.swift
[1918/1953] Compiling BitCollections BitArray+Collection.swift
[1919/1953] Compiling BitCollections BitArray+Copy.swift
[1920/1953] Compiling BitCollections BitArray+CustomReflectable.swift
[1921/1953] Compiling BitCollections BitArray+Descriptions.swift
[1922/1953] Compiling BitCollections BitArray+Equatable.swift
[1923/1953] Compiling CryptoBoringWrapper RandomBytes.swift
[1924/1953] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1925/1953] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1926/1953] Compiling BitCollections BitArray+Extras.swift
[1927/1953] Compiling BitCollections BitArray+Fill.swift
[1928/1953] Compiling BitCollections BitArray+Hashable.swift
[1929/1953] Compiling BitCollections BitArray+Initializers.swift
[1930/1953] Compiling BitCollections BitArray+Invariants.swift
[1931/1953] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1932/1953] Compiling BitCollections BitArray+RandomBits.swift
[1933/1953] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1934/1953] Compiling BitCollections BitArray+Shifts.swift
[1935/1953] Compiling BitCollections BitArray+Testing.swift
[1936/1953] Compiling BitCollections BitArray._UnsafeHandle.swift
[1937/1953] Compiling BitCollections BitArray.swift
[1938/1953] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1939/1953] Compiling BitCollections BitSet+Codable.swift
[1940/1953] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1941/1953] Emitting module CryptoBoringWrapper
[1942/1953] Compiling BitCollections BitSet.Index.swift
[1943/1953] Compiling BitCollections BitSet._UnsafeHandle.swift
[1944/1953] Compiling BitCollections BitSet.swift
[1945/1953] Compiling BitCollections Range+Utilities.swift
[1946/1953] Compiling BitCollections Slice+Utilities.swift
[1947/1953] Compiling BitCollections UInt+Tricks.swift
[1948/1953] Compiling BitCollections _Word.swift
[1949/1954] Compiling CryptoBoringWrapper EllipticCurve.swift
[1950/1954] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1952/1954] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1953/1954] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1954/1954] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1956/1957] Compiling Collections Collections.swift
[1957/1957] Emitting module Collections
[1959/2070] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1960/2070] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1961/2070] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1962/2072] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1963/2072] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1964/2072] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1965/2072] Compiling AsyncKit Future+Transform.swift
[1966/2072] Compiling AsyncKit Future+Try.swift
[1967/2072] Compiling AsyncKit FutureOperators.swift
[1968/2072] Emitting module MultipartKit
[1969/2074] Compiling MultipartKit MultipartPart.swift
[1970/2074] Compiling MultipartKit MultipartPartConvertible.swift
[1971/2074] Compiling MultipartKit BasicCodingKey.swift
[1972/2074] Compiling MultipartKit MultipartError.swift
[1973/2074] Compiling MultipartKit Exports.swift
[1977/2074] Compiling MultipartKit FormDataEncoder.swift
[1978/2074] Compiling MultipartKit Storage.swift
[1980/2074] Compiling MultipartKit FormDataDecoder.swift
[1981/2074] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1982/2074] Compiling MultipartKit MultipartFormData.swift
[1983/2074] Compiling MultipartKit MultipartParser.swift
[1984/2074] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1987/2074] Compiling MultipartKit MultipartSerializer.swift
[1988/2074] Compiling MultipartKit Utilities.swift
[1992/2075] Compiling AsyncKit Optional+StrictMap.swift
[1993/2075] Compiling AsyncKit Exports.swift
[1995/2075] Emitting module Crypto
[1996/2084] Compiling Crypto SymmetricKeys.swift
[1997/2084] Compiling Crypto HMAC.swift
[1998/2084] Compiling Crypto MACFunctions.swift
[1999/2084] Compiling Crypto MessageAuthenticationCode.swift
[2000/2084] Compiling Crypto AES.swift
[2001/2084] Compiling Crypto ECDSASignature_boring.swift
[2002/2084] Compiling Crypto ECDSA_boring.swift
[2003/2084] Compiling Crypto EdDSA_boring.swift
[2004/2084] Compiling Crypto ECDSA.swift
[2005/2084] Compiling Crypto Ed25519.swift
[2006/2084] Compiling Crypto HKDF.swift
[2007/2084] Compiling Crypto AESWrap.swift
[2008/2084] Compiling Crypto AESWrap_boring.swift
[2009/2084] Compiling Crypto Ed25519_boring.swift
[2010/2084] Compiling Crypto NISTCurvesKeys_boring.swift
[2011/2084] Compiling Crypto X25519Keys_boring.swift
[2012/2084] Compiling Crypto Curve25519.swift
[2013/2084] Compiling Crypto Ed25519Keys.swift
[2014/2084] Compiling Crypto NISTCurvesKeys.swift
[2015/2084] Compiling Crypto X25519Keys.swift
[2016/2084] Compiling Crypto HPKE-Ciphersuite.swift
[2017/2084] Compiling Crypto HPKE-KDF.swift
[2018/2084] Compiling Crypto HPKE-KexKeyDerivation.swift
[2019/2084] Compiling Crypto HPKE-LabeledExtract.swift
[2020/2084] Compiling Crypto HPKE-Utils.swift
[2021/2084] Compiling Crypto DHKEM.swift
[2022/2084] Compiling Crypto HPKE-KEM-Curve25519.swift
[2023/2084] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[2024/2084] Compiling Crypto HPKE-KEM.swift
[2025/2084] Compiling Crypto HPKE-Errors.swift
[2026/2084] Compiling Crypto HPKE.swift
[2027/2084] Compiling Crypto HPKE-Context.swift
[2028/2084] Compiling Crypto HPKE-KeySchedule.swift
[2029/2084] Compiling Crypto HPKE-Modes.swift
[2030/2084] Compiling Crypto Insecure.swift
[2031/2084] Compiling Crypto Insecure_HashFunctions.swift
[2032/2084] Compiling Crypto KEM.swift
[2033/2084] Compiling Crypto ECDH_boring.swift
[2034/2084] Compiling Crypto DH.swift
[2035/2084] Compiling Crypto ECDH.swift
[2046/2084] Emitting module AsyncKit
[2060/2084] Compiling Crypto ChaChaPoly.swift
[2061/2084] Compiling Crypto Cipher.swift
[2062/2084] Compiling Crypto Nonces.swift
[2063/2084] Compiling Crypto ASN1.swift
[2064/2084] Compiling Crypto ASN1Any.swift
[2065/2084] Compiling Crypto ASN1BitString.swift
[2066/2084] Compiling Crypto ASN1Boolean.swift
[2067/2084] Compiling Crypto Signature.swift
[2068/2084] Compiling Crypto CryptoKitErrors_boring.swift
[2069/2084] Compiling Crypto RNG_boring.swift
[2070/2084] Compiling Crypto SafeCompare_boring.swift
[2071/2084] Compiling Crypto Zeroization_boring.swift
[2072/2084] Compiling Crypto PrettyBytes.swift
[2073/2084] Compiling Crypto SafeCompare.swift
[2074/2084] Compiling Crypto SecureBytes.swift
[2075/2084] Compiling Crypto Zeroization.swift
[2087/2255] Compiling Vapor Request+Body.swift
[2088/2255] Compiling Vapor Request+BodyStream.swift
[2089/2255] Compiling Vapor Request.swift
[2090/2255] Compiling Vapor Application+Responder.swift
[2091/2255] Compiling Vapor DefaultResponder.swift
[2092/2255] Compiling Vapor Response+Body.swift
[2093/2255] Compiling Vapor Response.swift
[2094/2255] Compiling Vapor ResponseCodable.swift
[2095/2255] Compiling Vapor Application+Routes.swift
[2096/2255] Compiling Vapor Parameters+Require.swift
[2097/2255] Compiling Vapor Request+WebSocket.swift
[2098/2255] Compiling Vapor Route.swift
[2099/2255] Compiling Vapor RouteCollection.swift
[2100/2255] Compiling Vapor Routes.swift
[2101/2255] Compiling Vapor RoutesBuilder+Group.swift
[2102/2255] Compiling Vapor RoutesBuilder+Method.swift
[2103/2255] Compiling Vapor RoutesBuilder+Middleware.swift
[2104/2255] Compiling Vapor RoutesBuilder+WebSocket.swift
[2105/2255] Compiling Vapor RoutesBuilder.swift
[2106/2255] Compiling Vapor OTP.swift
[2107/2255] Compiling Vapor Application+Servers.swift
[2108/2255] Compiling Vapor Server.swift
[2109/2255] Compiling Vapor App+Service.swift
[2110/2255] Compiling Vapor Req+Service.swift
[2111/2255] Compiling Vapor HTTPServerResponseEncoder.swift
[2112/2255] Compiling Vapor HTTPServerUpgradeHandler.swift
[2113/2255] Compiling Vapor Logger+Report.swift
[2114/2255] Compiling Vapor LoggingSystem+Environment.swift
[2115/2255] Compiling Vapor Application+Middleware.swift
[2116/2255] Compiling Vapor CORSMiddleware.swift
[2117/2255] Compiling Vapor ErrorMiddleware.swift
[2118/2255] Compiling Vapor FileMiddleware.swift
[2119/2255] Compiling Vapor Middleware.swift
[2120/2255] Compiling Vapor MiddlewareConfiguration.swift
[2121/2255] Compiling Vapor ResponseCompressionMiddleware.swift
[2122/2255] Compiling Vapor RouteLoggingMiddleware.swift
[2123/2255] Compiling Vapor TracingMiddleware.swift
[2124/2255] Compiling Vapor File+Multipart.swift
[2125/2255] Compiling Vapor FormDataDecoder+Content.swift
[2126/2255] Compiling Vapor FormDataEncoder+Content.swift
[2127/2255] Compiling Vapor Application+Password.swift
[2128/2255] Compiling Vapor Application+Passwords.swift
[2129/2255] Compiling Vapor AsyncPasswordHasher.swift
[2130/2255] Compiling Vapor BcryptHasher.swift
[2131/2255] Compiling Vapor PasswordHasher.swift
[2132/2255] Compiling Vapor PlaintextHasher.swift
[2133/2255] Compiling Vapor Request+Password.swift
[2134/2255] Compiling Vapor Redirect.swift
[2135/2255] Compiling Vapor Service.swift
[2136/2255] Compiling Vapor Application+Sessions.swift
[2137/2255] Compiling Vapor MemorySessions.swift
[2138/2255] Compiling Vapor Request+Session.swift
[2139/2255] Compiling Vapor Session.swift
[2140/2255] Compiling Vapor SessionCache.swift
[2141/2255] Compiling Vapor SessionData.swift
[2142/2255] Compiling Vapor SessionDriver.swift
[2143/2255] Compiling Vapor SessionsConfiguration.swift
[2144/2255] Compiling Vapor SessionsMiddleware.swift
[2145/2255] Compiling Vapor URLEncodedFormData.swift
[2146/2255] Compiling Vapor URLEncodedFormDecoder.swift
[2147/2255] Compiling Vapor URLEncodedFormEncoder.swift
[2148/2255] Compiling Vapor URLEncodedFormError.swift
[2149/2255] Compiling Vapor URLEncodedFormParser.swift
[2150/2255] Compiling Vapor URLEncodedFormSerializer.swift
[2151/2255] Compiling Vapor URLQueryFragmentConvertible.swift
[2152/2255] Compiling Vapor AnyResponse.swift
[2153/2255] Compiling Vapor Array+Random.swift
[2154/2255] Compiling Vapor Base32.swift
[2155/2255] Compiling Vapor Base64.swift
[2156/2255] Compiling Vapor BaseN.swift
[2157/2255] Compiling Vapor BasicCodingKey.swift
[2158/2255] Compiling Vapor ByteCount.swift
[2159/2303] Emitting module Vapor
[2160/2303] Compiling Vapor Core.swift
[2161/2303] Compiling Vapor Running.swift
[2162/2303] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2163/2303] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2164/2303] Compiling Vapor DotEnvFile+load.swift
[2165/2303] Compiling Vapor Routes+caseInsenstive.swift
[2166/2303] Compiling Vapor Validatable+validate.swift
[2167/2303] Compiling Vapor Environment+Process.swift
[2168/2303] Compiling Vapor Environment+Secret.swift
[2169/2303] Compiling Vapor Environment.swift
[2170/2303] Compiling Vapor Abort.swift
[2171/2303] Compiling Vapor AbortError.swift
[2172/2303] Compiling Vapor DebuggableError.swift
[2173/2303] Compiling Vapor Demangler.swift
[2174/2303] Compiling Vapor ErrorSource.swift
[2175/2303] Compiling Vapor StackTrace.swift
[2176/2303] Compiling Vapor Exports.swift
[2177/2303] Compiling Vapor Application+HTTP.swift
[2178/2303] Compiling Vapor BasicResponder.swift
[2179/2303] Compiling Vapor BodyStream.swift
[2180/2303] Compiling Vapor Application+HTTP+Client.swift
[2181/2303] Compiling Vapor EventLoopHTTPClient.swift
[2182/2303] Compiling Vapor EndpointCache.swift
[2183/2303] Compiling Vapor HTTPMethod+String.swift
[2184/2303] Compiling Vapor AsyncBasicResponder.swift
[2185/2303] Compiling Vapor AsyncMiddleware.swift
[2186/2303] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2187/2303] Compiling Vapor AsyncSessionDriver.swift
[2188/2303] Compiling Vapor Authentication+Concurrency.swift
[2189/2303] Compiling Vapor Cache+Concurrency.swift
[2190/2303] Compiling Vapor Client+Concurrency.swift
[2191/2303] Compiling Vapor RequestBody+Concurrency.swift
[2192/2303] Compiling Vapor Responder+Concurrency.swift
[2193/2303] Compiling Vapor ResponseCodable+Concurrency.swift
[2194/2303] Compiling Vapor RoutesBuilder+Concurrency.swift
[2195/2303] Compiling Vapor ViewRenderer+Concurrency.swift
[2196/2303] Compiling Vapor WebSocket+Concurrency.swift
[2197/2303] Compiling Vapor ContainerGetPathExecutor.swift
[2198/2303] Compiling Vapor Content.swift
[2199/2303] Compiling Vapor ContentCoders.swift
[2200/2303] Compiling Vapor ContentConfiguration.swift
[2201/2303] Compiling Vapor ContentContainer.swift
[2202/2303] Compiling Vapor JSONCoder+Custom.swift
[2203/2303] Compiling Vapor JSONCoders+Content.swift
[2204/2303] Compiling Vapor PlaintextDecoder.swift
[2205/2303] Compiling Vapor PlaintextEncoder.swift
[2206/2303] Compiling Vapor URLQueryCoders.swift
[2207/2303] Compiling Vapor URLQueryContainer.swift
[2208/2303] Compiling Vapor HTTPStatus.swift
[2209/2303] Compiling Vapor HTTPCookies.swift
[2210/2303] Compiling Vapor HTTPHeaderCacheControl.swift
[2211/2303] Compiling Vapor HTTPHeaderExpires.swift
[2212/2303] Compiling Vapor HTTPHeaderLastModified.swift
[2213/2303] Compiling Vapor HTTPHeaders+Cache.swift
[2214/2303] Compiling Vapor HTTPHeaders+Connection.swift
[2215/2303] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2216/2303] Compiling Vapor HTTPHeaders+ContentRange.swift
[2217/2303] Compiling Vapor HTTPHeaders+Directive.swift
[2218/2303] Compiling Vapor HTTPHeaders+Forwarded.swift
[2219/2303] Compiling Vapor HTTPHeaders+Link.swift
[2220/2303] Compiling Vapor HTTPHeaders+Name.swift
[2221/2303] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2222/2303] Compiling Vapor HTTPHeaders.swift
[2223/2303] Compiling Vapor HTTPMediaType.swift
[2224/2303] Compiling Vapor HTTPMediaTypePreference.swift
[2225/2303] Compiling Vapor Responder.swift
[2226/2303] Compiling Vapor Application+HTTP+Server.swift
[2227/2303] Compiling Vapor HTTPServer.swift
[2228/2303] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2229/2303] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2230/2303] Compiling Vapor HTTPServerHandler.swift
[2231/2303] Compiling Vapor HTTPServerRequestDecoder.swift
[2232/2303] Compiling Vapor Application.swift
[2233/2303] Compiling Vapor AuthenticationCache.swift
[2234/2303] Compiling Vapor Authenticator.swift
[2235/2303] Compiling Vapor BasicAuthorization.swift
[2236/2303] Compiling Vapor BearerAuthorization.swift
[2237/2303] Compiling Vapor GuardMiddleware.swift
[2238/2303] Compiling Vapor RedirectMiddleware.swift
[2239/2303] Compiling Vapor SessionAuthenticatable.swift
[2240/2303] Compiling Vapor Bcrypt.swift
[2241/2303] Compiling Vapor Application+Cache.swift
[2242/2303] Compiling Vapor Cache.swift
[2243/2303] Compiling Vapor CacheExpirationTime.swift
[2244/2303] Compiling Vapor MemoryCache.swift
[2245/2303] Compiling Vapor Request+Cache.swift
[2246/2303] Compiling Vapor Application+Clients.swift
[2247/2303] Compiling Vapor Client.swift
[2248/2303] Compiling Vapor ClientRequest.swift
[2249/2303] Compiling Vapor ClientResponse.swift
[2250/2303] Compiling Vapor Request+Client.swift
[2251/2303] Compiling Vapor BootCommand.swift
[2252/2303] Compiling Vapor CommandContext+Application.swift
[2253/2303] Compiling Vapor RoutesCommand.swift
[2254/2303] Compiling Vapor ServeCommand.swift
[2255/2303] Compiling Vapor AnyResponse+Concurrency.swift
[2256/2303] Compiling Vapor Validator.swift
[2257/2303] Compiling Vapor ValidatorResult.swift
[2258/2303] Compiling Vapor And.swift
[2259/2303] Compiling Vapor Case.swift
[2260/2303] Compiling Vapor CharacterSet.swift
[2261/2303] Compiling Vapor Count.swift
[2262/2303] Compiling Vapor Custom.swift
[2263/2303] Compiling Vapor Email.swift
[2264/2303] Compiling Vapor Empty.swift
[2265/2303] Compiling Vapor In.swift
[2266/2303] Compiling Vapor Nil.swift
[2267/2303] Compiling Vapor NilIgnoring.swift
[2268/2303] Compiling Vapor Not.swift
[2269/2303] Compiling Vapor Or.swift
[2270/2303] Compiling Vapor Pattern.swift
[2271/2303] Compiling Vapor Range.swift
[2272/2303] Compiling Vapor URL.swift
[2273/2303] Compiling Vapor Valid.swift
[2274/2303] Compiling Vapor Application+Views.swift
[2275/2303] Compiling Vapor PlaintextRenderer.swift
[2276/2303] Compiling Vapor Request+View.swift
[2277/2303] Compiling Vapor View.swift
[2278/2303] Compiling Vapor ViewRenderer.swift
[2279/2303] Compiling Vapor _Deprecations.swift
[2280/2303] Compiling Vapor Bytes+Hex.swift
[2281/2303] Compiling Vapor Bytes+SecureCompare.swift
[2282/2303] Compiling Vapor Collection+Safe.swift
[2283/2303] Compiling Vapor DataProtocol+Copy.swift
[2284/2303] Compiling Vapor DecoderUnwrapper.swift
[2285/2303] Compiling Vapor DirectoryConfiguration.swift
[2286/2303] Compiling Vapor DotEnv.swift
[2287/2303] Compiling Vapor Extendable.swift
[2288/2303] Compiling Vapor File.swift
[2289/2303] Compiling Vapor FileIO.swift
[2290/2303] Compiling Vapor LifecycleHandler.swift
[2291/2303] Compiling Vapor OptionalType.swift
[2292/2303] Compiling Vapor RFC1123.swift
[2293/2303] Compiling Vapor SocketAddress+Hostname.swift
[2294/2303] Compiling Vapor Storage.swift
[2295/2303] Compiling Vapor String+IsIPAddress.swift
[2296/2303] Compiling Vapor Thread.swift
[2297/2303] Compiling Vapor URI.swift
[2298/2303] Compiling Vapor RangeResult.swift
[2299/2303] Compiling Vapor Validatable.swift
[2300/2303] Compiling Vapor Validation.swift
[2301/2303] Compiling Vapor ValidationKey.swift
[2302/2303] Compiling Vapor Validations.swift
[2303/2303] Compiling Vapor ValidationsError.swift
[2305/2308] Compiling SublimationVapor Sublimation.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[2306/2308] Compiling SublimationVapor ClientError.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[2307/2308] Compiling SublimationVapor Vapor.Application.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SublimationVapor/Vapor.Application.swift:34:43: warning: 'Application' is deprecated: Only used by SublimationNgrok.
32 | public import protocol SublimationCore.Application
33 |
34 | extension Vapor.Application: @retroactive Application {
   |                                           `- warning: 'Application' is deprecated: Only used by SublimationNgrok.
35 |   public var httpServerConfigurationPort: Int { self.http.server.configuration.port }
36 |
[2308/2308] Emitting module SublimationVapor
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SublimationVapor/Vapor.Application.swift:34:43: warning: 'Application' is deprecated: Only used by SublimationNgrok.
32 | public import protocol SublimationCore.Application
33 |
34 | extension Vapor.Application: @retroactive Application {
   |                                           `- warning: 'Application' is deprecated: Only used by SublimationNgrok.
35 |   public var httpServerConfigurationPort: Int { self.http.server.configuration.port }
36 |
Build complete! (455.70s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sublimation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0-alpha.5",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/Sublimation"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.92.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "swift-openapi-async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-openapi-async-http-client"
    }
  ],
  "manifest_display_name" : "SublimationVapor",
  "name" : "SublimationVapor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SublimationVapor",
      "targets" : [
        "SublimationVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SublimationVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "SublimationVaporTests",
      "path" : "Tests/SublimationVaporTests",
      "sources" : [
        "SublimationVaporTests.swift"
      ],
      "target_dependencies" : [
        "SublimationVapor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SublimationVapor",
      "module_type" : "SwiftTarget",
      "name" : "SublimationVapor",
      "path" : "Sources/SublimationVapor",
      "product_dependencies" : [
        "OpenAPIAsyncHTTPClient",
        "SublimationCore",
        "Sublimation",
        "Vapor"
      ],
      "product_memberships" : [
        "SublimationVapor"
      ],
      "sources" : [
        "ClientError.swift",
        "Sublimation.swift",
        "Vapor.Application.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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.