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 1.0.0 (b7c0a0), with Swift 6.1 for Android on 29 May 2025 16:17:40 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: 1.0.0
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
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at b7c0a06 v1.0.0 (#1)
Cloned https://github.com/brightdigit/SublimationVapor.git
Revision (git rev-parse @):
b7c0a06aeaf8c5d992dfe90b6264018502b39126
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/SublimationVapor.git at 1.0.0
========================================
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-1":/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/vapor/vapor.git
Fetching https://github.com/brightdigit/Sublimation
Fetching https://github.com/swift-server/swift-openapi-async-http-client
[1/570] Fetching swift-openapi-async-http-client
[571/5610] Fetching swift-openapi-async-http-client, sublimation
[5208/79988] Fetching swift-openapi-async-http-client, sublimation, vapor
Fetched https://github.com/brightdigit/Sublimation from cache (0.77s)
[7265/74948] Fetching swift-openapi-async-http-client, vapor
Fetched https://github.com/swift-server/swift-openapi-async-http-client from cache (6.03s)
Fetched https://github.com/vapor/vapor.git from cache (6.11s)
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 (9.62s)
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/swift-server/async-http-client.git
[1/904] Fetching swift-http-types
[318/6583] Fetching swift-http-types, swift-openapi-runtime
[3859/20597] Fetching swift-http-types, swift-openapi-runtime, async-http-client
Fetched https://github.com/apple/swift-http-types from cache (0.57s)
[4200/19693] Fetching swift-openapi-runtime, async-http-client
[9324/95790] Fetching swift-openapi-runtime, async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (1.75s)
[26226/81776] Fetching swift-openapi-runtime, swift-nio
Fetched https://github.com/apple/swift-openapi-runtime from cache (8.33s)
Fetched https://github.com/apple/swift-nio from cache (8.51s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (9.50s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.95s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/3836] Fetching swift-log
[193/9750] Fetching swift-log, swift-nio-extras
[194/15709] Fetching swift-log, swift-nio-extras, swift-algorithms
[471/17419] Fetching swift-log, swift-nio-extras, swift-algorithms, swift-atomics
[472/20086] Fetching swift-log, swift-nio-extras, swift-algorithms, swift-atomics, swift-nio-transport-services
[6571/31613] Fetching swift-log, swift-nio-extras, swift-algorithms, swift-atomics, swift-nio-transport-services, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (1.27s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.28s)
Fetched https://github.com/apple/swift-log.git from cache (1.28s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.28s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.29s)
[2652/11527] Fetching swift-nio-http2
[11528/26370] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.94s)
[10539/14843] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.07s)
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 (5.25s)
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.06s)
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.15s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (1.33s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[2504/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.46s)
Fetched https://github.com/apple/swift-collections.git from cache (2.61s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.46s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (5.17s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
[1/2426] Fetching swift-service-lifecycle
[317/8581] Fetching swift-service-lifecycle, swift-certificates
[8582/10171] Fetching swift-service-lifecycle, swift-certificates, swift-asn1
[9393/11312] Fetching swift-service-lifecycle, swift-certificates, swift-asn1, swift-http-structured-headers
[11028/16297] Fetching swift-service-lifecycle, swift-certificates, swift-asn1, swift-http-structured-headers, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.90s)
[10033/13871] Fetching swift-certificates, swift-asn1, swift-http-structured-headers, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (2.28s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (2.28s)
Fetched https://github.com/apple/swift-asn1.git from cache (2.29s)
Fetched https://github.com/apple/swift-certificates.git from cache (2.29s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (3.93s)
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.95s)
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.05s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.94s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.29s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (6.69s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.04s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.02s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (2.08s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.92s)
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.94s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.04s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.21s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (0.99s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (1.03s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/websocket-kit.git
[1/1063] Fetching swift-service-context
[214/4382] Fetching swift-service-context, multipart-kit
[1088/6991] Fetching swift-service-context, multipart-kit, websocket-kit
[4769/27718] Fetching swift-service-context, multipart-kit, websocket-kit, routing-kit
[5391/32692] Fetching swift-service-context, multipart-kit, websocket-kit, routing-kit, swift-distributed-tracing
Fetched https://github.com/vapor/websocket-kit.git from cache (2.00s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.01s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (2.05s)
[2184/6752] Fetching swift-service-context, multipart-kit, async-kit
[4554/12399] Fetching swift-service-context, multipart-kit, async-kit, console-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.64s)
Fetched https://github.com/vapor/console-kit.git from cache (0.63s)
[2192/4382] Fetching swift-service-context, multipart-kit
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-service-context.git from cache (3.04s)
Fetched https://github.com/vapor/multipart-kit.git from cache (3.17s)
[1/2206] Fetching swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.47s)
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.36s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.90s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.91s)
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.92s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.92s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.00s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.97s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.00s)
Computing version for https://github.com/brightdigit/Sublimation
Computed https://github.com/brightdigit/Sublimation at 2.0.1 (0.85s)
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/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-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-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-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/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-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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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-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-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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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/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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.2
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/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-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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Building for debugging...
[0/836] Write sources
[45/836] Compiling CVaporBcrypt bcrypt.c
[45/836] Write sources
[47/836] Compiling CNIOWASI CNIOWASI.c
[48/836] Compiling CNIOWindows shim.c
[48/836] Compiling CNIOWindows WSAStartup.c
[50/836] Write sources
[57/836] Compiling _NumericsShims _NumericsShims.c
[58/836] Compiling CNIOLinux liburing_shims.c
[59/836] Compiling CVaporBcrypt blf.c
[60/836] Compiling _AtomicsShims.c
[61/836] Compiling CSystem shims.c
[62/836] Compiling CNIOLinux shim.c
[63/836] Compiling CNIOLLHTTP c_nio_http.c
[64/836] Compiling CNIOSHA1 c_nio_sha1.c
[65/836] Compiling CNIODarwin shim.c
[66/836] Compiling CNIOExtrasZlib empty.c
[67/836] Write swift-version-24593BA9C3E375BF.txt
[68/836] Compiling CNIOLLHTTP c_nio_api.c
[69/836] Compiling fiat_p256_adx_sqr.S
[70/836] Compiling fiat_curve25519_adx_square.S
[71/836] Compiling fiat_curve25519_adx_mul.S
[72/836] Compiling fiat_p256_adx_mul.S
[73/876] Compiling CNIOLLHTTP c_nio_llhttp.c
[74/876] Compiling CNIOBoringSSLShims shims.c
[75/891] Compiling tls_record.cc
[77/905] Emitting module Logging
[78/905] Emitting module SystemPackage
[79/908] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[80/909] Compiling ServiceContextModule ServiceContextKey.swift
[81/909] Emitting module InternalCollectionsUtilities
[82/909] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[83/909] Compiling InternalCollectionsUtilities Integer rank.swift
[84/909] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[85/909] Compiling InternalCollectionsUtilities Debugging.swift
[86/909] Compiling InternalCollectionsUtilities Descriptions.swift
[87/909] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[88/909] Emitting module RealModule
[89/909] Compiling Logging LogHandler.swift
[90/910] Compiling RealModule Real.swift
[91/910] Compiling ServiceContextModule ServiceContext.swift
[92/910] Emitting module ServiceContextModule
[93/911] Emitting module _NIOBase64
[94/911] Compiling _NIOBase64 Base64.swift
[95/911] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[96/911] Compiling InternalCollectionsUtilities UInt+reversed.swift
[97/911] Compiling _NIODataStructures _TinyArray.swift
[98/911] Compiling RealModule ElementaryFunctions.swift
[99/912] Compiling RealModule Float80+Real.swift
[100/912] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[101/912] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[102/912] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[103/912] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[104/912] Compiling InternalCollectionsUtilities _SortedCollection.swift
[105/912] Compiling SystemPackage Util+StringArray.swift
[106/912] Compiling SystemPackage Util.swift
[107/912] Compiling SystemPackage UtilConsumers.swift
[108/913] Compiling _NIODataStructures PriorityQueue.swift
[109/913] Compiling _NIODataStructures Heap.swift
[110/913] Emitting module _NIODataStructures
[115/914] Compiling RealModule Float16+Real.swift
[116/914] Compiling SystemPackage MachPort.swift
[117/914] Compiling SystemPackage PlatformString.swift
[118/914] Compiling SystemPackage SystemString.swift
[119/914] Compiling RealModule Float+Real.swift
[135/914] Compiling RealModule RealFunctions.swift
[138/997] 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
[139/1059] Compiling Instrumentation NoOpInstrument.swift
[140/1059] Compiling Instrumentation InstrumentationSystem.swift
[141/1059] Compiling Instrumentation MultiplexInstrument.swift
[142/1059] Compiling HTTPTypes ISOLatin1String.swift
[143/1060] Compiling HeapModule _HeapNode.swift
[144/1060] Compiling HeapModule Heap+Descriptions.swift
[145/1060] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[146/1060] Compiling HeapModule Heap+UnsafeHandle.swift
[147/1060] Compiling HeapModule Heap.swift
[148/1060] Compiling HeapModule Heap+Invariants.swift
[149/1060] Compiling HTTPTypes HTTPField.swift
[150/1060] Emitting module HTTPTypes
[151/1060] Compiling HTTPTypes NIOLock.swift
[152/1060] Emitting module HeapModule
[153/1060] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[154/1060] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[155/1060] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[156/1060] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[157/1060] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[158/1060] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[159/1060] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[160/1068] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[161/1068] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[162/1068] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[163/1068] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[164/1068] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[165/1068] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[166/1068] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[168/1068] Compiling OrderedCollections OrderedDictionary+Codable.swift
[169/1068] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[170/1068] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[171/1068] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[172/1068] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[173/1068] Compiling OrderedCollections OrderedDictionary+Elements.swift
[174/1068] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[175/1068] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[176/1068] Compiling OrderedCollections OrderedDictionary.swift
[177/1068] Compiling OrderedCollections OrderedSet+Codable.swift
[178/1068] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[179/1068] Compiling OrderedCollections OrderedSet+Descriptions.swift
[180/1068] Compiling OrderedCollections OrderedSet+Diffing.swift
[181/1068] Compiling OrderedCollections OrderedSet+Equatable.swift
[182/1068] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[183/1068] Compiling OrderedCollections OrderedSet+Hashable.swift
[184/1068] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[185/1068] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[186/1068] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[187/1068] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[188/1068] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[189/1068] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[190/1068] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[191/1068] Compiling OrderedCollections OrderedDictionary+Values.swift
[192/1068] Compiling OrderedCollections OrderedSet+Initializers.swift
[193/1068] Compiling OrderedCollections OrderedSet+Insertions.swift
[194/1068] Compiling OrderedCollections OrderedSet+Invariants.swift
[195/1068] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[196/1068] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[197/1068] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[198/1068] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[199/1068] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[200/1068] Compiling HTTPTypes HTTPRequest.swift
[201/1068] Compiling HTTPTypes HTTPParsedFields.swift
[202/1068] Compiling HTTPTypes HTTPResponse.swift
[203/1144] Compiling Logging MetadataProvider.swift
[204/1144] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[205/1144] Compiling HashTreeCollections _HashNode+Structural union.swift
[206/1144] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[207/1144] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[208/1144] Compiling Logging Locks.swift
[209/1144] Emitting module Instrumentation
[210/1144] Compiling Instrumentation Locks.swift
[211/1144] Compiling Instrumentation Instrument.swift
[212/1145] Compiling HashTreeCollections TreeDictionary+Keys.swift
[213/1145] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[214/1145] Compiling HashTreeCollections TreeDictionary+Merge.swift
[215/1145] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[216/1145] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[217/1145] Compiling HashTreeCollections TreeDictionary+Values.swift
[218/1145] Compiling HashTreeCollections TreeDictionary.swift
[219/1145] Compiling HashTreeCollections TreeSet+Codable.swift
[220/1145] Compiling HashTreeCollections TreeSet+Collection.swift
[221/1154] Compiling HashTreeCollections _HashSlot.swift
[222/1154] Compiling HashTreeCollections _HashStack.swift
[223/1154] Compiling HashTreeCollections _AncestorHashSlots.swift
[224/1154] Compiling HashTreeCollections _Bitmap.swift
[225/1154] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[226/1154] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[227/1154] Compiling HashTreeCollections _HashNode.swift
[228/1154] Compiling HashTreeCollections _HashNodeHeader.swift
[229/1155] Compiling Logging Logging.swift
[236/1156] Compiling HashTreeCollections _Bucket.swift
[237/1156] Compiling HashTreeCollections _Hash.swift
[238/1156] Compiling HashTreeCollections _HashLevel.swift
[239/1156] Compiling HashTreeCollections _HashNode+Builder.swift
[240/1156] Compiling HashTreeCollections _HashNode+Debugging.swift
[241/1156] Compiling HashTreeCollections _HashNode+Initializers.swift
[242/1156] Compiling HashTreeCollections _HashNode+Invariants.swift
[243/1156] Compiling HashTreeCollections _HashNode+Lookups.swift
[244/1156] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[245/1156] Compiling HashTreeCollections _HashTreeIterator.swift
[246/1156] Compiling HashTreeCollections _HashTreeStatistics.swift
[247/1156] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[248/1156] Compiling HashTreeCollections _RawHashNode.swift
[249/1156] Compiling HashTreeCollections _UnmanagedHashNode.swift
[250/1156] Compiling HashTreeCollections _UnsafePath.swift
[251/1156] Compiling HashTreeCollections TreeDictionary+Codable.swift
[253/1156] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[254/1156] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[255/1156] Compiling HashTreeCollections _HashNode+Storage.swift
[256/1156] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[257/1156] Compiling HashTreeCollections _HashNode+Structural filter.swift
[258/1156] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[259/1156] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[260/1156] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[261/1156] Compiling HashTreeCollections TreeSet+Hashable.swift
[262/1156] Compiling HashTreeCollections TreeSet+Sendable.swift
[263/1156] Compiling _RopeModule Rope+Join.swift
[264/1156] Compiling _RopeModule Rope+MutatingForEach.swift
[265/1156] Compiling _RopeModule Rope+Remove.swift
[266/1156] Compiling _RopeModule Rope+RemoveSubrange.swift
[267/1156] Compiling _RopeModule Rope+Split.swift
[268/1156] Compiling _RopeModule Optional Utilities.swift
[269/1156] Compiling _RopeModule String Utilities.swift
[270/1156] Compiling _RopeModule String.Index+ABI.swift
[271/1166] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[272/1166] Compiling HashTreeCollections TreeSet+Debugging.swift
[273/1166] Compiling HashTreeCollections TreeSet+Descriptions.swift
[274/1166] Compiling HashTreeCollections TreeSet+Equatable.swift
[275/1166] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[276/1166] Compiling HashTreeCollections TreeSet+Extras.swift
[277/1166] Compiling HashTreeCollections TreeSet+Filter.swift
[287/1192] Compiling DequeModule Deque+Testing.swift
[288/1192] Compiling DequeModule Deque._Storage.swift
[289/1192] Compiling DequeModule _DequeBuffer.swift
[290/1192] Compiling DequeModule _DequeBufferHeader.swift
[297/1192] Emitting module OrderedCollections
[308/1193] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[309/1193] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[310/1193] Compiling HashTreeCollections TreeDictionary+Filter.swift
[311/1193] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[312/1193] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[319/1193] 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
[320/1193] 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
[321/1194] Compiling DequeModule Deque+CustomReflectable.swift
[322/1194] Compiling DequeModule Deque+Descriptions.swift
[325/1194] Compiling DequeModule Deque+Codable.swift
[326/1194] Compiling DequeModule Deque+Collection.swift
[329/1194] Compiling DequeModule Deque+Equatable.swift
[330/1194] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[331/1194] Compiling DequeModule Deque+Extras.swift
[332/1194] Compiling DequeModule Deque+Hashable.swift
[333/1194] Compiling DequeModule Deque._UnsafeHandle.swift
[334/1194] Compiling DequeModule Deque.swift
[336/1196] Compiling Tracing NoOpTracer.swift
[340/1196] Emitting module _RopeModule
[341/1196] Compiling Tracing TracingTime.swift
[342/1196] Emitting module CoreMetrics
[343/1196] Emitting module Tracing
[344/1196] Compiling Tracing TracerProtocol.swift
[345/1202] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[346/1202] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[347/1202] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[348/1202] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[349/1202] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[350/1202] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[351/1202] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[352/1202] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[353/1202] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[354/1202] Compiling HashTreeCollections TreeSet.swift
[355/1204] Compiling DequeModule _DequeSlot.swift
[356/1204] Compiling DequeModule _UnsafeWrappedBuffer.swift
[357/1204] Compiling Tracing Tracer.swift
[358/1204] Compiling Tracing TracerProtocol+Legacy.swift
[361/1204] Compiling Tracing InstrumentationSystem+Tracing.swift
[362/1204] Compiling Tracing SpanProtocol.swift
[363/1205] 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
[364/1205] 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
[380/1206] Compiling HashTreeCollections TreeDictionary+Collection.swift
[381/1206] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[382/1206] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[383/1206] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[384/1206] Emitting module DequeModule
[408/1207] Compiling CoreMetrics Locks.swift
[409/1207] Compiling CoreMetrics Metrics.swift
[431/1210] Compiling HTTPTypes HTTPFields.swift
[432/1210] Compiling HTTPTypes HTTPFieldName.swift
[434/1211] Emitting module RoutingKit
[435/1211] Compiling RoutingKit PathComponent.swift
[436/1272] Compiling RoutingKit Parameters.swift
[437/1272] Emitting module Metrics
[438/1272] Compiling Metrics Metrics.swift
[440/1273] Compiling RoutingKit Router.swift
[441/1273] Compiling RoutingKit TrieRouter.swift
[442/1273] Compiling RoutingKit AnyRouter.swift
[443/1273] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[444/1273] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[445/1273] Compiling OpenAPIRuntime MultipartValidation.swift
[446/1273] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[447/1273] Compiling OpenAPIRuntime CurrencyTypes.swift
[448/1273] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[449/1273] Compiling OpenAPIRuntime HTTPBody.swift
[450/1273] Compiling OpenAPIRuntime ServerTransport.swift
[451/1273] Compiling OpenAPIRuntime UniversalClient.swift
[451/1275] Compiling tls_method.cc
[454/1275] Compiling tls13_server.cc
[456/1275] Emitting module HashTreeCollections
[457/1276] Compiling tls13_enc.cc
[458/1276] Compiling tls13_client.cc
[460/1276] Compiling OpenAPIRuntime URICodeCodingKey.swift
[461/1276] Compiling OpenAPIRuntime URICoderConfiguration.swift
[462/1276] Compiling OpenAPIRuntime URIEncodedNode.swift
[463/1276] Compiling OpenAPIRuntime URIParsedTypes.swift
[464/1276] Compiling OpenAPIRuntime URIDecoder.swift
[465/1276] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[466/1276] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[467/1276] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[467/1284] Compiling t1_enc.cc
[468/1284] Compiling tls13_both.cc
[469/1284] Compiling ssl_versions.cc
[471/1284] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[472/1284] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[473/1284] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[474/1284] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[479/1284] Emitting module OpenAPIRuntime
[480/1284] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[481/1284] Compiling OpenAPIRuntime CodableExtensions.swift
[482/1284] Compiling OpenAPIRuntime Configuration.swift
[483/1284] Compiling OpenAPIRuntime Converter+Client.swift
[484/1284] Compiling OpenAPIRuntime Converter+Common.swift
[485/1284] Compiling OpenAPIRuntime Converter+Server.swift
[486/1284] Compiling OpenAPIRuntime Converter.swift
[487/1284] Compiling OpenAPIRuntime CurrencyExtensions.swift
[488/1284] Compiling OpenAPIRuntime ErrorExtensions.swift
[489/1284] Compiling OpenAPIRuntime Acceptable.swift
[490/1284] Compiling OpenAPIRuntime Base64EncodedData.swift
[491/1284] Compiling OpenAPIRuntime ByteUtilities.swift
[492/1284] Compiling OpenAPIRuntime ContentDisposition.swift
[493/1284] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[494/1284] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[495/1284] Compiling OpenAPIRuntime OpenAPIValue.swift
[496/1284] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[497/1284] Compiling OpenAPIRuntime UndocumentedPayload.swift
[497/1284] Compiling ssl_x509.cc
[499/1284] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[500/1284] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[501/1284] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[502/1284] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[503/1284] Compiling OpenAPIRuntime ServerSentEvents.swift
[504/1284] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[505/1284] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[506/1284] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[507/1284] Compiling OpenAPIRuntime ClientTransport.swift
[513/1284] Compiling OpenAPIRuntime UniversalServer.swift
[514/1284] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[515/1284] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[516/1284] Compiling OpenAPIRuntime FoundationExtensions.swift
[517/1284] Compiling OpenAPIRuntime ParameterStyles.swift
[518/1284] Compiling OpenAPIRuntime ServerVariable.swift
[519/1284] Compiling OpenAPIRuntime URLExtensions.swift
[520/1284] Compiling OpenAPIRuntime Deprecated.swift
[521/1284] Compiling OpenAPIRuntime ClientError.swift
[522/1284] Compiling OpenAPIRuntime CodingErrors.swift
[523/1284] Compiling OpenAPIRuntime RuntimeError.swift
[524/1284] Compiling OpenAPIRuntime ServerError.swift
[524/1284] Compiling ssl_transcript.cc
[524/1284] Compiling ssl_stat.cc
[524/1284] Compiling ssl_session.cc
[525/1284] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[526/1284] Compiling OpenAPIRuntime URIEncoder.swift
[527/1284] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[528/1284] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[529/1284] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[530/1284] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[531/1284] Compiling OpenAPIRuntime URIParser.swift
[532/1284] Compiling OpenAPIRuntime URISerializer.swift
[532/1284] Compiling ssl_privkey.cc
[537/1285] Compiling ssl_key_share.cc
[538/1285] Compiling ssl_file.cc
[539/1285] Compiling ssl_lib.cc
[540/1285] Compiling ssl_credential.cc
[541/1285] Compiling ssl_buffer.cc
[542/1285] Compiling ssl_cert.cc
[543/1285] Compiling ssl_cipher.cc
[544/1285] Compiling ssl_asn1.cc
[545/1285] Compiling ssl_aead_ctx.cc
[546/1285] Compiling s3_lib.cc
[547/1285] Compiling s3_pkt.cc
[548/1285] Compiling s3_both.cc
[549/1285] Compiling handshake_server.cc
[550/1285] Compiling dtls_record.cc
[551/1285] Compiling handshake.cc
[552/1285] Compiling handshake_client.cc
[553/1285] Compiling handoff.cc
[554/1285] Compiling dtls_method.cc
[555/1285] Compiling encrypted_client_hello.cc
[556/1285] Compiling extensions.cc
[557/1285] Compiling md5-x86_64-apple.S
[557/1285] Compiling md5-586-linux.S
[559/1285] Compiling md5-x86_64-linux.S
[560/1285] Compiling md5-586-apple.S
[561/1285] Compiling chacha20_poly1305_x86_64-linux.S
[562/1285] Compiling chacha20_poly1305_armv8-win.S
[563/1285] Compiling chacha20_poly1305_x86_64-apple.S
[564/1285] Compiling chacha20_poly1305_armv8-linux.S
[565/1285] Compiling chacha20_poly1305_armv8-apple.S
[566/1285] Compiling chacha-x86_64-apple.S
[567/1285] Compiling chacha-x86_64-linux.S
[568/1285] Compiling chacha-x86-linux.S
[569/1285] Compiling chacha-x86-apple.S
[570/1285] Compiling chacha-armv8-win.S
[571/1285] Compiling chacha-armv8-apple.S
[572/1285] Compiling chacha-armv8-linux.S
[573/1285] Compiling chacha-armv4-linux.S
[574/1285] Compiling err_data.cc
[575/1285] Compiling aes128gcmsiv-x86_64-linux.S
[576/1285] Compiling aes128gcmsiv-x86_64-apple.S
[577/1285] Compiling x86_64-mont5-apple.S
[578/1285] Compiling x86_64-mont-linux.S
[579/1285] Compiling x86_64-mont5-linux.S
[580/1285] Compiling x86_64-mont-apple.S
[581/1285] Compiling x86-mont-linux.S
[582/1285] Compiling x86-mont-apple.S
[583/1285] Compiling d1_srtp.cc
[584/1285] Compiling vpaes-x86_64-apple.S
[585/1285] Compiling vpaes-x86_64-linux.S
[585/1285] Compiling vpaes-x86-linux.S
[587/1285] Compiling vpaes-x86-apple.S
[588/1285] Compiling vpaes-armv8-apple.S
[589/1285] Compiling vpaes-armv8-win.S
[590/1285] Compiling vpaes-armv7-linux.S
[591/1285] Compiling vpaes-armv8-linux.S
[592/1285] Compiling sha512-x86_64-linux.S
[593/1285] Compiling sha512-armv8-win.S
[594/1285] Compiling sha512-x86_64-apple.S
[595/1285] Compiling d1_pkt.cc
[596/1285] Compiling sha512-586-linux.S
[597/1285] Compiling sha512-armv8-linux.S
[598/1285] Compiling sha512-586-apple.S
[599/1285] Compiling sha512-armv8-apple.S
[600/1285] Compiling d1_both.cc
[600/1285] Compiling sha512-armv4-linux.S
[602/1285] Compiling d1_lib.cc
[602/1285] Compiling sha256-x86_64-linux.S
[604/1285] Compiling bio_ssl.cc
[605/1285] Compiling sha256-armv8-win.S
[606/1285] Compiling sha256-x86_64-apple.S
[607/1285] Compiling sha256-armv8-apple.S
[608/1285] Compiling sha256-armv8-linux.S
[609/1285] Compiling sha256-586-apple.S
[610/1285] Compiling sha256-armv4-linux.S
[610/1285] Compiling sha1-x86_64-linux.S
[612/1285] Compiling sha256-586-linux.S
[613/1285] Compiling sha1-armv8-win.S
[614/1285] Compiling sha1-586-linux.S
[615/1285] Compiling sha1-armv4-large-linux.S
[616/1285] Compiling sha1-x86_64-apple.S
[617/1285] Compiling sha1-armv8-apple.S
[618/1285] Compiling sha1-armv8-linux.S
[619/1285] Compiling sha1-586-apple.S
[620/1285] Compiling rsaz-avx2-linux.S
[620/1285] Compiling rsaz-avx2-apple.S
[622/1285] Compiling p256_beeu-armv8-asm-win.S
[623/1285] Compiling rdrand-x86_64-linux.S
[624/1285] Compiling p256_beeu-x86_64-asm-apple.S
[625/1285] Compiling p256_beeu-armv8-asm-linux.S
[625/1285] Compiling p256_beeu-x86_64-asm-linux.S
[627/1285] Compiling rdrand-x86_64-apple.S
[628/1285] Compiling p256_beeu-armv8-asm-apple.S
[629/1285] Compiling p256-x86_64-asm-linux.S
[630/1285] Compiling p256-x86_64-asm-apple.S
[631/1285] Compiling p256-armv8-asm-win.S
[632/1285] Compiling p256-armv8-asm-apple.S
[633/1285] Compiling ghashv8-armv8-win.S
[634/1285] Compiling ghashv8-armv8-apple.S
[635/1285] Compiling ghashv8-armv7-linux.S
[636/1285] Compiling ghashv8-armv8-linux.S
[637/1285] Compiling p256-armv8-asm-linux.S
[638/1285] Compiling ghash-x86_64-apple.S
[639/1285] Compiling ghash-x86_64-linux.S
[640/1285] Compiling ghash-ssse3-x86_64-linux.S
[641/1285] Compiling ghash-x86-linux.S
[642/1285] Compiling ghash-x86-apple.S
[643/1285] Compiling ghash-ssse3-x86-linux.S
[644/1285] Compiling ghash-ssse3-x86_64-apple.S
[645/1285] Compiling ghash-ssse3-x86-apple.S
[646/1285] Compiling ghash-neon-armv8-apple.S
[647/1285] Compiling ghash-neon-armv8-win.S
[648/1285] Compiling ghash-neon-armv8-linux.S
[649/1285] Compiling ghash-armv4-linux.S
[650/1285] Compiling bsaes-armv7-linux.S
[651/1285] Compiling co-586-linux.S
[652/1285] Compiling co-586-apple.S
[653/1285] Compiling bn-armv8-linux.S
[654/1285] Compiling bn-armv8-apple.S
[655/1285] Compiling bn-armv8-win.S
[656/1285] Compiling bn-586-linux.S
[657/1285] Compiling bn-586-apple.S
[658/1285] Compiling armv8-mont-win.S
[659/1285] Compiling armv8-mont-linux.S
[660/1285] Compiling armv8-mont-apple.S
[661/1285] Compiling armv4-mont-linux.S
[662/1285] Compiling aesv8-gcm-armv8-apple.S
[663/1285] Compiling aesv8-gcm-armv8-win.S
[664/1285] Compiling aesv8-armv8-win.S
[665/1285] Compiling aesv8-armv8-linux.S
[666/1285] Compiling aesni-x86_64-linux.S
[667/1285] Compiling aesv8-gcm-armv8-linux.S
[668/1285] Compiling aesv8-armv7-linux.S
[669/1285] Compiling aesv8-armv8-apple.S
[670/1285] Compiling aesni-x86-linux.S
[671/1285] Compiling aes-gcm-avx2-x86_64-linux.S
[672/1285] Compiling aesni-x86-apple.S
[673/1285] Compiling aesni-x86_64-apple.S
[674/1285] Compiling aesni-gcm-x86_64-apple.S
[675/1285] Compiling aesni-gcm-x86_64-linux.S
[676/1285] Compiling aes-gcm-avx10-x86_64-linux.S
[677/1285] Compiling aes-gcm-avx10-x86_64-apple.S
[678/1285] Compiling aes-gcm-avx2-x86_64-apple.S
[679/1285] Compiling x_sig.cc
[680/1285] Compiling x_val.cc
[681/1285] Compiling x_req.cc
[682/1285] Compiling x_x509a.cc
[683/1285] Compiling x_x509.cc
[684/1285] Compiling x_spki.cc
[685/1285] Compiling x_pubkey.cc
[686/1285] Compiling x_name.cc
[687/1285] Compiling x_exten.cc
[688/1285] Compiling x_crl.cc
[689/1285] Compiling x_attrib.cc
[690/1285] Compiling x_all.cc
[691/1285] Compiling x_algor.cc
[692/1285] Compiling x509name.cc
[693/1285] Compiling x509rset.cc
[694/1285] Compiling x509spki.cc
[695/1285] Compiling x509cset.cc
[696/1285] Compiling x509_vpm.cc
[697/1285] Compiling x509_vfy.cc
[698/1285] Compiling x509_req.cc
[699/1285] Compiling x509_v3.cc
[700/1285] Compiling x509_txt.cc
[701/1285] Compiling x509_set.cc
[702/1285] Compiling x509_trs.cc
[703/1285] Compiling x509_obj.cc
[704/1285] Compiling x509_d2.cc
[705/1285] Compiling x509_lu.cc
[706/1285] Compiling x509_def.cc
[707/1285] Compiling x509_ext.cc
[708/1285] Compiling x509_att.cc
[709/1285] Compiling x509.cc
[710/1285] Compiling x509_cmp.cc
[711/1285] Compiling v3_utl.cc
[712/1285] Compiling v3_skey.cc
[713/1285] Compiling v3_prn.cc
[714/1285] Compiling v3_pmaps.cc
[715/1285] Compiling v3_purp.cc
[716/1285] Compiling v3_pcons.cc
[717/1285] Compiling v3_lib.cc
[718/1285] Compiling v3_ocsp.cc
[719/1285] Compiling v3_ncons.cc
[720/1285] Compiling v3_int.cc
[721/1285] Compiling v3_ia5.cc
[722/1285] Compiling v3_genn.cc
[723/1285] Compiling v3_info.cc
[724/1285] Compiling v3_extku.cc
[725/1285] Compiling v3_enum.cc
[726/1285] Compiling v3_cpols.cc
[727/1285] Compiling v3_crld.cc
[728/1285] Compiling v3_akeya.cc
[729/1285] Compiling v3_conf.cc
[730/1285] Compiling v3_bitst.cc
[731/1285] Compiling v3_bcons.cc
[732/1285] Compiling v3_alt.cc
[733/1285] Compiling v3_akey.cc
[734/1285] Compiling t_x509.cc
[735/1285] Compiling t_x509a.cc
[736/1285] Compiling t_crl.cc
[737/1285] Compiling t_req.cc
[738/1285] Compiling name_print.cc
[739/1285] Compiling rsa_pss.cc
[740/1285] Compiling i2d_pr.cc
[741/1285] Compiling policy.cc
[742/1285] Compiling a_verify.cc
[743/1285] Compiling by_file.cc
[744/1285] Compiling by_dir.cc
[745/1285] Compiling asn1_gen.cc
[746/1285] Compiling algorithm.cc
[747/1285] Compiling a_digest.cc
[748/1285] Compiling voprf.cc
[749/1285] Compiling thread_pthread.cc
[750/1285] Compiling thread_win.cc
[751/1285] Compiling a_sign.cc
[752/1285] Compiling trust_token.cc
[753/1285] Compiling thread.cc
[754/1285] Compiling stack.cc
[755/1285] Compiling thread_none.cc
[756/1285] Compiling pmbtoken.cc
[757/1285] Compiling siphash.cc
[758/1285] Compiling rsa_print.cc
[759/1285] Compiling sha512.cc
[760/1285] Compiling sha1.cc
[761/1285] Compiling refcount.cc
[762/1285] Compiling rsa_extra.cc
[763/1285] Compiling sha256.cc
[764/1285] Compiling rsa_crypt.cc
[765/1285] Compiling slhdsa.cc
[766/1285] Compiling spake2plus.cc
[767/1285] Compiling rsa_asn1.cc
[768/1285] Compiling trusty.cc
[769/1285] Compiling rand.cc
[770/1285] Compiling windows.cc
[771/1285] Compiling rc4.cc
[772/1285] Compiling ios.cc
[773/1285] Compiling passive.cc
[774/1285] Compiling poly1305_arm_asm.S
[775/1285] Compiling urandom.cc
[776/1285] Compiling getentropy.cc
[777/1285] Compiling fork_detect.cc
[778/1285] Compiling deterministic.cc
[779/1285] Compiling forkunsafe.cc
[780/1285] Compiling poly1305_vec.cc
[781/1285] Compiling poly1305_arm.cc
[782/1285] Compiling poly1305.cc
[783/1285] Compiling pool.cc
[784/1285] Compiling pkcs8_x509.cc
[785/1285] Compiling pkcs8.cc
[786/1285] Compiling pkcs7.cc
[787/1285] Compiling pkcs7_x509.cc
[788/1285] Compiling p5_pbev2.cc
[789/1285] Compiling pem_x509.cc
[790/1285] Compiling pem_xaux.cc
[791/1285] Compiling pem_pkey.cc
[792/1285] Compiling pem_lib.cc
[793/1285] Compiling pem_oth.cc
[794/1285] Compiling pem_pk8.cc
[795/1285] Compiling obj_xref.cc
[796/1285] Compiling mlkem.cc
[797/1285] Compiling pem_info.cc
[798/1285] Compiling mldsa.cc
[799/1285] Compiling obj.cc
[800/1285] Compiling pem_all.cc
[801/1285] Compiling poly_rq_mul.S
[802/1285] Compiling fips_shared_support.cc
[803/1285] Compiling md5.cc
[804/1285] Compiling mem.cc
[805/1285] Compiling md4.cc
[806/1285] Compiling lhash.cc
[807/1285] Compiling kyber.cc
[808/1285] Compiling ex_data.cc
[809/1285] Compiling sign.cc
[810/1285] Compiling scrypt.cc
[811/1285] Compiling hpke.cc
[812/1285] Compiling print.cc
[813/1285] Compiling hrss.cc
[814/1285] Compiling pbkdf.cc
[815/1285] Compiling p_x25519.cc
[816/1285] Compiling p_x25519_asn1.cc
[817/1285] Compiling p_rsa_asn1.cc
[818/1285] Compiling p_rsa.cc
[819/1285] Compiling p_ed25519.cc
[820/1285] Compiling p_hkdf.cc
[821/1285] Compiling p_ed25519_asn1.cc
[822/1285] Compiling p_ec.cc
[823/1285] Compiling p_dh_asn1.cc
[824/1285] Compiling p_ec_asn1.cc
[825/1285] Compiling p_dh.cc
[826/1285] Compiling evp_ctx.cc
[827/1285] Compiling p_dsa_asn1.cc
[828/1285] Compiling evp.cc
[829/1285] Compiling engine.cc
[830/1285] Compiling evp_asn1.cc
[831/1285] Compiling err.cc
[832/1285] Compiling ecdh.cc
[833/1285] Compiling hash_to_curve.cc
[834/1285] Compiling ecdsa_asn1.cc
[835/1285] Compiling bcm.cc
[836/1285] Compiling ec_derive.cc
[837/1285] Compiling dh_asn1.cc
[838/1285] Compiling dsa.cc
[839/1285] Compiling curve25519_64_adx.cc
[840/1285] Compiling x25519-asm-arm.S
[841/1285] Compiling params.cc
[842/1285] Compiling dsa_asn1.cc
[843/1285] Compiling ec_asn1.cc
[844/1285] Compiling des.cc
[845/1285] Compiling digest_extra.cc
[846/1285] Compiling spake25519.cc
[847/1285] Compiling cpu_intel.cc
[848/1285] Compiling cpu_arm_freebsd.cc
[849/1285] Compiling cpu_arm_linux.cc
[850/1285] Compiling curve25519.cc
[851/1285] Compiling crypto.cc
[852/1285] Compiling cpu_aarch64_win.cc
[853/1285] Compiling cpu_aarch64_sysreg.cc
[854/1285] Compiling cpu_aarch64_fuchsia.cc
[855/1285] Compiling cpu_aarch64_openbsd.cc
[856/1285] Compiling cpu_aarch64_linux.cc
[857/1285] Compiling conf.cc
[858/1285] Compiling cpu_aarch64_apple.cc
[859/1285] Compiling tls_cbc.cc
[860/1285] Compiling e_rc4.cc
[861/1285] Compiling e_tls.cc
[862/1285] Compiling get_cipher.cc
[863/1285] Compiling derive_key.cc
[864/1285] Compiling e_null.cc
[865/1285] Compiling e_rc2.cc
[866/1285] Compiling e_chacha20poly1305.cc
[867/1285] Compiling e_aesgcmsiv.cc
[868/1285] Compiling e_des.cc
[869/1285] Compiling chacha.cc
[870/1285] Compiling e_aesctrhmac.cc
[871/1285] Compiling cbb.cc
[872/1285] Compiling convert.cc
[873/1285] Compiling unicode.cc
[874/1285] Compiling cbs.cc
[875/1285] Compiling ber.cc
[876/1285] Compiling buf.cc
[877/1285] Compiling blake2.cc
[878/1285] Compiling bn_asn1.cc
[879/1285] Compiling asn1_compat.cc
[880/1285] Compiling socket_helper.cc
[881/1285] Compiling printf.cc
[882/1285] Compiling socket.cc
[883/1285] Compiling pair.cc
[884/1285] Compiling file.cc
[885/1285] Compiling errno.cc
[886/1285] Compiling hexdump.cc
[887/1285] Compiling fd.cc
[888/1285] Compiling connect.cc
[889/1285] Compiling tasn_fre.cc
[890/1285] Compiling bio.cc
[891/1285] Compiling bio_mem.cc
[892/1285] Compiling tasn_dec.cc
[893/1285] Compiling base64.cc
[894/1285] Compiling posix_time.cc
[895/1285] Compiling tasn_enc.cc
[896/1285] Compiling f_int.cc
[897/1285] Compiling tasn_typ.cc
[898/1285] Compiling tasn_utl.cc
[899/1285] Compiling tasn_new.cc
[900/1285] Compiling f_string.cc
[901/1285] Compiling asn1_par.cc
[902/1285] Compiling asn_pack.cc
[903/1285] Compiling a_type.cc
[904/1285] Compiling a_strnid.cc
[905/1285] Compiling a_strex.cc
[906/1285] Compiling asn1_lib.cc
[907/1285] Compiling a_utctm.cc
[908/1285] Compiling a_mbstr.cc
[909/1285] Compiling a_time.cc
[910/1285] Compiling a_octet.cc
[911/1285] Compiling a_object.cc
[912/1285] Compiling a_i2d_fp.cc
[913/1285] Compiling a_d2i_fp.cc
[914/1285] Compiling a_dup.cc
[915/1285] Compiling a_int.cc
[916/1285] Compiling a_gentm.cc
[917/1285] Compiling fiat_p256_adx_sqr.S
[918/1285] Compiling fiat_p256_adx_mul.S
[919/1285] Compiling fiat_curve25519_adx_square.S
[920/1285] Compiling md5-x86_64-linux.S
[921/1285] Compiling fiat_curve25519_adx_mul.S
[922/1285] Compiling a_bool.cc
[923/1285] Compiling md5-x86_64-apple.S
[924/1285] Compiling md5-586-linux.S
[925/1285] Compiling md5-586-apple.S
[926/1285] Compiling chacha20_poly1305_x86_64-linux.S
[927/1285] Compiling chacha20_poly1305_x86_64-apple.S
[928/1285] Compiling chacha20_poly1305_armv8-win.S
[929/1285] Compiling chacha20_poly1305_armv8-apple.S
[930/1285] Compiling chacha20_poly1305_armv8-linux.S
[931/1285] Compiling a_bitstr.cc
[932/1285] Compiling CCryptoBoringSSLShims shims.c
[933/1285] Compiling err_data.cc
[934/1285] Compiling chacha-x86_64-linux.S
[935/1285] Compiling chacha-x86_64-apple.S
[935/1285] Compiling chacha-x86-linux.S
[937/1285] Compiling chacha-x86-apple.S
[937/1285] Compiling chacha-armv8-apple.S
[939/1285] Compiling chacha-armv4-linux.S
[940/1285] Compiling chacha-armv8-win.S
[941/1285] Compiling aes128gcmsiv-x86_64-linux.S
[942/1285] Compiling chacha-armv8-linux.S
[943/1285] Compiling aes128gcmsiv-x86_64-apple.S
[944/1285] Compiling x86_64-mont-apple.S
[944/1285] Compiling x86_64-mont5-apple.S
[946/1285] Compiling x86_64-mont-linux.S
[946/1285] Compiling x86_64-mont5-linux.S
[948/1285] Compiling x86-mont-linux.S
[949/1285] Compiling x86-mont-apple.S
[950/1285] Compiling vpaes-x86_64-apple.S
[951/1285] Compiling vpaes-x86-apple.S
[952/1285] Compiling vpaes-x86_64-linux.S
[953/1285] Compiling vpaes-armv8-win.S
[954/1285] Compiling vpaes-x86-linux.S
[955/1285] Compiling vpaes-armv8-linux.S
[956/1285] Compiling sha512-x86_64-apple.S
[957/1285] Compiling vpaes-armv7-linux.S
[958/1285] Compiling sha512-x86_64-linux.S
[959/1285] Compiling vpaes-armv8-apple.S
[960/1285] Compiling sha512-armv8-win.S
[961/1285] Compiling sha512-armv8-linux.S
[962/1285] Compiling sha512-armv8-apple.S
[963/1285] Compiling sha512-586-linux.S
[964/1285] Compiling sha512-armv4-linux.S
[965/1285] Compiling sha512-586-apple.S
[966/1285] Compiling sha256-x86_64-linux.S
[967/1285] Compiling sha256-x86_64-apple.S
[968/1285] Compiling sha256-armv8-apple.S
[969/1285] Compiling sha256-armv4-linux.S
[970/1285] Compiling sha256-armv8-linux.S
[971/1285] Compiling sha256-586-linux.S
[972/1285] Compiling sha256-armv8-win.S
[973/1285] Compiling sha1-armv8-win.S
[974/1285] Compiling sha1-x86_64-linux.S
[975/1285] Compiling sha256-586-apple.S
[976/1285] Compiling sha1-x86_64-apple.S
[977/1285] Compiling sha1-armv8-linux.S
[978/1285] Compiling sha1-armv8-apple.S
[979/1285] Compiling sha1-armv4-large-linux.S
[980/1285] Compiling rsaz-avx2-linux.S
[981/1285] Compiling sha1-586-linux.S
[982/1285] Compiling sha1-586-apple.S
[983/1285] Compiling rdrand-x86_64-linux.S
[984/1285] Compiling rsaz-avx2-apple.S
[985/1285] Compiling p256_beeu-x86_64-asm-linux.S
[986/1285] Compiling p256_beeu-armv8-asm-win.S
[986/1285] Compiling rdrand-x86_64-apple.S
[988/1285] Compiling p256_beeu-x86_64-asm-apple.S
[989/1285] Compiling p256_beeu-armv8-asm-apple.S
[990/1285] Compiling p256_beeu-armv8-asm-linux.S
[991/1285] Compiling p256-x86_64-asm-linux.S
[992/1285] Compiling p256-x86_64-asm-apple.S
[993/1285] Compiling p256-armv8-asm-win.S
[994/1285] Compiling p256-armv8-asm-linux.S
[995/1285] Compiling ghashv8-armv8-win.S
[996/1285] Compiling p256-armv8-asm-apple.S
[997/1285] Compiling ghashv8-armv8-linux.S
[998/1285] Compiling ghashv8-armv8-apple.S
[999/1285] Compiling ghashv8-armv7-linux.S
[1000/1285] Compiling ghash-x86_64-linux.S
[1001/1285] Compiling ghash-x86_64-apple.S
[1002/1285] Compiling c-nioatomics.c
[1003/1285] Compiling ghash-x86-linux.S
[1004/1285] Compiling ghash-x86-apple.S
[1005/1285] Compiling ghash-ssse3-x86_64-linux.S
[1006/1285] Compiling ghash-ssse3-x86-linux.S
[1007/1285] Compiling ghash-ssse3-x86_64-apple.S
[1008/1285] Compiling ghash-ssse3-x86-apple.S
[1009/1285] Compiling ghash-neon-armv8-linux.S
[1010/1285] Compiling ghash-armv4-linux.S
[1011/1285] Compiling ghash-neon-armv8-apple.S
[1012/1285] Compiling ghash-neon-armv8-win.S
[1013/1285] Compiling bsaes-armv7-linux.S
[1014/1285] Compiling co-586-apple.S
[1015/1285] Compiling bn-armv8-linux.S
[1016/1285] Compiling bn-armv8-win.S
[1017/1285] Compiling co-586-linux.S
[1018/1285] Compiling bn-586-linux.S
[1019/1285] Compiling bn-586-apple.S
[1020/1285] Compiling bn-armv8-apple.S
[1021/1285] Compiling armv8-mont-win.S
[1022/1285] Compiling armv8-mont-apple.S
[1023/1285] Compiling aesv8-gcm-armv8-win.S
[1024/1285] Compiling armv8-mont-linux.S
[1025/1285] Compiling armv4-mont-linux.S
[1026/1285] Compiling aesv8-gcm-armv8-linux.S
[1027/1285] Compiling aesv8-gcm-armv8-apple.S
[1027/1285] Compiling aesv8-armv8-win.S
[1029/1285] Compiling c-atomics.c
[1030/1285] Compiling aesv8-armv8-linux.S
[1031/1285] Compiling aesv8-armv8-apple.S
[1032/1285] Compiling aesni-x86-apple.S
[1033/1285] Compiling aesni-x86_64-linux.S
[1034/1285] Compiling aesni-x86-linux.S
[1034/1285] Compiling aesv8-armv7-linux.S
[1036/1285] Compiling aesni-gcm-x86_64-linux.S
[1037/1285] Compiling aesni-x86_64-apple.S
[1038/1285] Compiling aesni-gcm-x86_64-apple.S
[1039/1285] Compiling aes-gcm-avx10-x86_64-apple.S
[1040/1285] Compiling aes-gcm-avx10-x86_64-linux.S
[1042/1291] Compiling NIOConcurrencyHelpers lock.swift
[1042/1291] Compiling x_x509a.cc
[1043/1291] Compiling x_x509.cc
[1044/1291] Compiling x_spki.cc
[1046/1291] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1047/1291] Compiling NIOConcurrencyHelpers NIOLock.swift
[1048/1291] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1049/1291] Compiling NIOConcurrencyHelpers atomics.swift
[1050/1291] Emitting module NIOConcurrencyHelpers
[1050/1292] Compiling x_req.cc
[1051/1292] Compiling x_val.cc
[1052/1292] Compiling x_sig.cc
[1053/1292] Compiling x_pubkey.cc
[1055/1292] Compiling x_crl.cc
[1056/1292] Compiling x_exten.cc
[1057/1292] Compiling x_attrib.cc
[1058/1292] Compiling x_name.cc
[1059/1318] Compiling x_all.cc
[1060/1318] Compiling x509spki.cc
[1061/1318] Compiling x_algor.cc
[1062/1318] Compiling x509rset.cc
[1064/1318] Emitting module ConsoleKitTerminal
[1065/1321] Compiling ConsoleKitTerminal ActivityBar.swift
[1066/1321] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1067/1321] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1068/1321] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1069/1321] Compiling ConsoleKitTerminal CustomActivity.swift
[1070/1321] Compiling ConsoleKitTerminal LoadingBar.swift
[1071/1321] Compiling ConsoleKitTerminal ProgressBar.swift
[1072/1321] Compiling ConsoleKitTerminal Console+Clear.swift
[1073/1321] Compiling ConsoleKitTerminal Console+Confirm.swift
[1074/1321] Compiling ConsoleKitTerminal Console+Input.swift
[1075/1321] Compiling ConsoleKitTerminal Console+Center.swift
[1076/1321] Compiling ConsoleKitTerminal Console+Output.swift
[1076/1321] Compiling x509name.cc
[1077/1321] Compiling x509_vpm.cc
[1078/1321] Compiling x509cset.cc
[1080/1321] Compiling ConsoleKitTerminal ConsoleText.swift
[1081/1321] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1082/1321] Compiling ConsoleKitTerminal ANSI.swift
[1083/1321] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1084/1321] Compiling ConsoleKitTerminal ConsoleClear.swift
[1085/1321] Compiling ConsoleKitTerminal Console+Ask.swift
[1086/1321] Compiling ConsoleKitTerminal Console+Choose.swift
[1087/1321] Compiling ConsoleKitTerminal Console.swift
[1088/1321] Compiling ConsoleKitTerminal Terminal.swift
[1089/1321] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1090/1321] Compiling ConsoleKitTerminal Console+Wait.swift
[1091/1321] Compiling ConsoleKitTerminal ConsoleColor.swift
[1092/1321] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1092/1321] Compiling x509_txt.cc
[1093/1321] Compiling x509_trs.cc
[1094/1321] Compiling x509_vfy.cc
[1095/1321] Compiling x509_v3.cc
[1097/1321] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1098/1321] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1099/1321] Compiling ConsoleKitTerminal LoggerFragment.swift
[1099/1322] Compiling x509_obj.cc
[1100/1322] Compiling x509_set.cc
[1102/1322] Compiling x509_req.cc
[1103/1322] Compiling x509_def.cc
[1104/1322] Compiling x509_lu.cc
[1105/1322] Compiling x509_ext.cc
[1106/1322] Compiling x509_d2.cc
[1108/1344] Compiling ConsoleKitCommands CommandSignature.swift
[1109/1344] Compiling ConsoleKitCommands Flag.swift
[1110/1344] Compiling ConsoleKitCommands Option.swift
[1110/1346] Compiling x509_att.cc
[1111/1346] Compiling x509_cmp.cc
[1113/1346] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1114/1346] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1115/1346] Compiling ConsoleKitCommands Argument.swift
[1115/1346] Compiling x509.cc
[1117/1346] Emitting module ConsoleKitCommands
[1118/1346] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1119/1346] Compiling ConsoleKitCommands AsyncCommand.swift
[1120/1346] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1120/1346] Compiling v3_skey.cc
[1121/1346] Compiling v3_utl.cc
[1122/1346] Compiling v3_purp.cc
[1124/1346] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1125/1346] Compiling ConsoleKitCommands Utilities.swift
[1125/1346] Compiling v3_prn.cc
[1126/1346] Compiling v3_pmaps.cc
[1127/1346] Compiling v3_pcons.cc
[1129/1346] Compiling ConsoleKitCommands AsyncCommands.swift
[1130/1346] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1131/1346] Compiling ConsoleKitCommands AnyCommand.swift
[1132/1346] Compiling ConsoleKitCommands Console+Run.swift
[1133/1346] Compiling ConsoleKitCommands ConsoleError.swift
[1134/1346] Compiling ConsoleKitCommands Completion.swift
[1135/1346] Compiling ConsoleKitCommands Command.swift
[1136/1346] Compiling ConsoleKitCommands CommandContext.swift
[1137/1346] Compiling ConsoleKitCommands CommandError.swift
[1138/1346] Compiling ConsoleKitCommands CommandGroup.swift
[1139/1346] Compiling ConsoleKitCommands CommandInput.swift
[1140/1346] Compiling ConsoleKitCommands Commands.swift
[1141/1347] Compiling v3_ocsp.cc
[1142/1347] Compiling v3_int.cc
[1143/1347] Compiling v3_lib.cc
[1144/1349] Compiling v3_ncons.cc
[1145/1349] Compiling v3_info.cc
[1146/1349] Compiling v3_genn.cc
[1148/1349] Compiling ConsoleKit Exports.swift
[1149/1349] Emitting module ConsoleKit
[1149/1349] Compiling v3_ia5.cc
[1151/1350] Compiling v3_enum.cc
[1152/1350] Compiling v3_extku.cc
[1153/1350] Compiling v3_bitst.cc
[1154/1350] Compiling v3_conf.cc
[1155/1350] Compiling v3_crld.cc
[1156/1350] Compiling v3_cpols.cc
[1157/1350] Compiling v3_bcons.cc
[1158/1350] Compiling v3_alt.cc
[1159/1350] Compiling t_x509.cc
[1160/1350] Compiling t_x509a.cc
[1161/1350] Compiling v3_akeya.cc
[1162/1350] Compiling v3_akey.cc
[1163/1350] Compiling t_req.cc
[1164/1350] Compiling i2d_pr.cc
[1165/1350] Compiling t_crl.cc
[1166/1350] Compiling rsa_pss.cc
[1167/1350] Compiling name_print.cc
[1168/1350] Compiling policy.cc
[1169/1350] Compiling asn1_gen.cc
[1170/1350] Compiling by_dir.cc
[1171/1350] Compiling by_file.cc
[1172/1350] Compiling algorithm.cc
[1173/1350] Compiling a_sign.cc
[1174/1350] Compiling thread_win.cc
[1175/1350] Compiling a_verify.cc
[1176/1350] Compiling a_digest.cc
[1177/1350] Compiling thread_none.cc
[1178/1350] Compiling trust_token.cc
[1179/1350] Compiling pmbtoken.cc
[1180/1350] Compiling voprf.cc
[1181/1350] Compiling thread_pthread.cc
[1182/1350] Compiling fors.cc
[1182/1350] Compiling thread.cc
[1184/1350] Compiling thash.cc
[1185/1350] Compiling merkle.cc
[1186/1350] Compiling stack.cc
[1187/1350] Compiling wots.cc
[1188/1350] Compiling siphash.cc
[1189/1350] Compiling slhdsa.cc
[1190/1350] Compiling sha256.cc
[1191/1350] Compiling sha512.cc
[1192/1350] Compiling rsa_print.cc
[1193/1350] Compiling sha1.cc
[1194/1350] Compiling rsa_extra.cc
[1195/1350] Compiling refcount.cc
[1196/1350] Compiling rc4.cc
[1197/1350] Compiling windows.cc
[1198/1350] Compiling trusty.cc
[1199/1350] Compiling rsa_crypt.cc
[1200/1350] Compiling rsa_asn1.cc
[1201/1350] Compiling urandom.cc
[1202/1350] Compiling getentropy.cc
[1203/1350] Compiling forkunsafe.cc
[1204/1350] Compiling poly1305_arm_asm.S
[1205/1350] Compiling passive.cc
[1206/1350] Compiling fork_detect.cc
[1207/1350] Compiling rand_extra.cc
[1208/1350] Compiling ios.cc
[1209/1350] Compiling deterministic.cc
[1210/1350] Compiling poly1305_arm.cc
[1211/1350] Compiling poly1305_vec.cc
[1212/1350] Compiling pool.cc
[1213/1350] Compiling poly1305.cc
[1214/1350] Compiling p5_pbev2.cc
[1215/1350] Compiling pkcs8.cc
[1216/1350] Compiling pkcs7_x509.cc
[1217/1350] Compiling pkcs8_x509.cc
[1218/1350] Compiling pkcs7.cc
[1219/1350] Compiling pem_xaux.cc
[1220/1350] Compiling pem_x509.cc
[1221/1350] Compiling pem_pkey.cc
[1222/1350] Compiling obj_xref.cc
[1223/1350] Compiling pem_pk8.cc
[1224/1350] Compiling pem_lib.cc
[1225/1350] Compiling pem_oth.cc
[1226/1350] Compiling pem_info.cc
[1227/1350] Compiling mldsa.cc
[1228/1350] Compiling pem_all.cc
[1229/1350] Compiling md5.cc
[1230/1350] Compiling poly_rq_mul.S
[1231/1350] Compiling lhash.cc
[1232/1350] Compiling mem.cc
[1233/1350] Compiling fips_shared_support.cc
[1234/1350] Compiling mlkem.cc
[1235/1350] Compiling obj.cc
[1236/1350] Compiling md4.cc
[1237/1350] Compiling kyber.cc
[1238/1350] Compiling sign.cc
[1239/1350] Compiling scrypt.cc
[1240/1350] Compiling ex_data.cc
[1241/1350] Compiling print.cc
[1242/1350] Compiling pbkdf.cc
[1243/1350] Compiling hpke.cc
[1244/1350] Compiling hrss.cc
[1245/1350] Compiling p_x25519_asn1.cc
[1246/1350] Compiling p_x25519.cc
[1247/1350] Compiling p_ed25519_asn1.cc
[1248/1350] Compiling p_rsa_asn1.cc
[1249/1350] Compiling p_rsa.cc
[1250/1350] Compiling p_hkdf.cc
[1251/1350] Compiling p_ed25519.cc
[1252/1350] Compiling p_dh_asn1.cc
[1253/1350] Compiling p_ec_asn1.cc
[1254/1350] Compiling p_ec.cc
[1255/1350] Compiling p_dsa_asn1.cc
[1256/1350] Compiling evp_asn1.cc
[1257/1350] Compiling p_dh.cc
[1258/1350] Compiling evp.cc
[1259/1350] Compiling evp_ctx.cc
[1260/1350] Compiling err.cc
[1261/1350] Compiling engine.cc
[1262/1350] Compiling ecdsa_asn1.cc
[1263/1350] Compiling ec_derive.cc
[1264/1350] Compiling hash_to_curve.cc
[1265/1350] Compiling ecdh_extra.cc
[1266/1350] Compiling dsa_asn1.cc
[1267/1350] Compiling dsa.cc
[1268/1350] Compiling ec_asn1.cc
[1269/1350] Compiling digest_extra.cc
[1270/1350] Compiling x25519-asm-arm.S
[1271/1350] Compiling params.cc
[1272/1350] Compiling curve25519_64_adx.cc
[1273/1350] Compiling bcm.cc
[1274/1350] Compiling spake25519.cc
[1275/1350] Compiling des.cc
[1276/1350] Compiling dh_asn1.cc
[1276/1350] Compiling cpu_intel.cc
[1278/1350] Compiling crypto.cc
[1279/1350] Compiling cpu_aarch64_win.cc
[1280/1350] Compiling cpu_arm_freebsd.cc
[1281/1350] Compiling cpu_arm_linux.cc
[1282/1350] Compiling cpu_aarch64_openbsd.cc
[1283/1350] Compiling curve25519.cc
[1284/1350] Compiling cpu_aarch64_linux.cc
[1285/1350] Compiling cpu_aarch64_sysreg.cc
[1286/1350] Compiling cpu_aarch64_apple.cc
[1287/1350] Compiling cpu_aarch64_fuchsia.cc
[1288/1350] Compiling tls_cbc.cc
[1289/1350] Compiling conf.cc
[1290/1350] Compiling e_tls.cc
[1291/1350] Compiling e_rc4.cc
[1292/1350] Compiling e_null.cc
[1293/1350] Compiling e_des.cc
[1294/1350] Compiling e_rc2.cc
[1295/1350] Compiling e_chacha20poly1305.cc
[1296/1350] Compiling derive_key.cc
[1297/1350] Compiling e_aesgcmsiv.cc
[1298/1350] Compiling e_aesctrhmac.cc
[1299/1350] Compiling cipher_extra.cc
[1300/1350] Compiling chacha.cc
[1301/1350] Compiling unicode.cc
[1302/1350] Compiling ber.cc
[1303/1350] Compiling buf.cc
[1304/1350] Compiling asn1_compat.cc
[1304/1350] Compiling cbb.cc
[1306/1350] Compiling cbs.cc
[1307/1350] Compiling convert.cc
[1308/1350] Compiling bn_asn1.cc
[1309/1350] Compiling blake2.cc
[1310/1350] Compiling printf.cc
[1311/1350] Compiling pair.cc
[1312/1350] Compiling fd.cc
[1313/1350] Compiling file.cc
[1314/1350] Compiling hexdump.cc
[1315/1350] Compiling errno.cc
[1316/1350] Compiling bio_mem.cc
[1317/1350] Compiling bio.cc
[1318/1350] Compiling tasn_typ.cc
[1319/1350] Compiling base64.cc
[1320/1350] Compiling tasn_utl.cc
[1321/1350] Compiling tasn_fre.cc
[1322/1350] Compiling tasn_enc.cc
[1323/1350] Compiling tasn_new.cc
[1324/1350] Compiling posix_time.cc
[1325/1350] Compiling tasn_dec.cc
[1326/1350] Compiling f_string.cc
[1327/1350] Compiling asn_pack.cc
[1328/1350] Compiling f_int.cc
[1329/1350] Compiling asn1_par.cc
[1330/1350] Compiling a_utctm.cc
[1331/1350] Compiling asn1_lib.cc
[1332/1350] Compiling a_octet.cc
[1333/1350] Compiling a_time.cc
[1334/1350] Compiling a_type.cc
[1335/1350] Compiling a_strnid.cc
[1336/1350] Compiling a_strex.cc
[1337/1350] Compiling a_object.cc
[1338/1350] Compiling a_mbstr.cc
[1339/1350] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1340/1350] Write sources
[1341/1350] Compiling a_i2d_fp.cc
[1342/1350] Write sources
[1344/1350] Compiling a_dup.cc
[1345/1350] Compiling a_int.cc
[1346/1351] Compiling a_d2i_fp.cc
[1347/1412] Compiling a_gentm.cc
[1348/1441] Compiling a_bool.cc
[1349/1443] Compiling a_bitstr.cc
[1351/1455] Emitting module BitCollections
[1352/1462] Compiling Atomics UnsafeAtomic.swift
[1353/1462] Compiling Atomics UnsafeAtomicLazyReference.swift
[1354/1464] Compiling Atomics AtomicMemoryOrderings.swift
[1355/1464] Compiling Atomics DoubleWord.swift
[1356/1464] Compiling Atomics ManagedAtomic.swift
[1357/1464] Compiling Atomics ManagedAtomicLazyReference.swift
[1358/1464] Compiling Atomics OptionalRawRepresentable.swift
[1359/1464] Compiling Atomics RawRepresentable.swift
[1360/1464] Compiling Atomics AtomicBool.swift
[1361/1464] Compiling Atomics IntegerOperations.swift
[1362/1464] Compiling Atomics Unmanaged extensions.swift
[1363/1464] Compiling Atomics Primitives.shims.swift
[1364/1464] Compiling Atomics AtomicInteger.swift
[1365/1464] Compiling Atomics AtomicOptionalWrappable.swift
[1366/1464] Compiling Atomics AtomicReference.swift
[1367/1464] Compiling Atomics AtomicStorage.swift
[1368/1464] Compiling Atomics AtomicValue.swift
[1369/1464] Compiling Algorithms Reductions.swift
[1370/1464] Compiling Algorithms Rotate.swift
[1371/1464] Compiling BitCollections BitSet+Random.swift
[1372/1464] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1373/1464] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1374/1464] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1375/1464] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1379/1464] Compiling Atomics IntegerConformances.swift
[1380/1464] Compiling Atomics PointerConformances.swift
[1381/1464] Compiling Atomics Primitives.native.swift
[1394/1464] Compiling Algorithms RandomSample.swift
[1399/1464] Compiling Algorithms Suffix.swift
[1400/1467] Emitting module CryptoBoringWrapper
[1401/1467] Compiling CryptoBoringWrapper RandomBytes.swift
[1402/1467] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1403/1467] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1404/1467] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1405/1467] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1406/1467] Compiling BitCollections BitSet+SetAlgebra union.swift
[1407/1467] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1408/1467] Compiling BitCollections BitSet.Counted.swift
[1409/1467] Compiling BitCollections BitArray+BitwiseOperations.swift
[1410/1467] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1411/1467] Compiling BitCollections BitArray+Codable.swift
[1412/1467] Compiling BitCollections BitArray+Collection.swift
[1413/1467] Compiling BitCollections BitArray+Copy.swift
[1414/1467] Compiling BitCollections BitArray+CustomReflectable.swift
[1415/1467] Compiling BitCollections BitArray+Descriptions.swift
[1416/1467] Compiling BitCollections BitArray+Equatable.swift
[1417/1467] Compiling BitCollections BitSet.Index.swift
[1418/1467] Compiling BitCollections BitSet._UnsafeHandle.swift
[1419/1467] Compiling BitCollections BitSet.swift
[1420/1467] Compiling BitCollections Range+Utilities.swift
[1421/1467] Compiling BitCollections Slice+Utilities.swift
[1422/1467] Compiling BitCollections UInt+Tricks.swift
[1423/1467] Compiling BitCollections _Word.swift
[1424/1467] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1425/1467] Compiling CryptoBoringWrapper EllipticCurve.swift
[1432/1467] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1433/1467] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1434/1467] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1435/1467] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1436/1467] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1437/1467] Compiling BitCollections BitArray+Extras.swift
[1438/1467] Compiling BitCollections BitArray+Fill.swift
[1439/1467] Compiling BitCollections BitArray+Hashable.swift
[1440/1467] Compiling BitCollections BitArray+Initializers.swift
[1441/1467] Compiling BitCollections BitArray+Invariants.swift
[1442/1467] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1451/1468] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1458/1469] Compiling Algorithms Trim.swift
[1459/1469] Compiling Algorithms Unique.swift
[1460/1469] Compiling Algorithms Windows.swift
[1461/1471] Emitting module Atomics
[1462/1542] Compiling Crypto AES-GCM.swift
[1463/1542] Compiling Crypto AES-GCM_boring.swift
[1464/1542] Compiling Crypto ChaChaPoly_boring.swift
[1465/1542] Compiling Crypto ChaChaPoly.swift
[1466/1542] Emitting module Collections
[1467/1542] Compiling Collections Collections.swift
[1469/1543] Emitting module Algorithms
[1471/1544] Compiling Crypto Cipher.swift
[1472/1544] Compiling Crypto Nonces.swift
[1475/1605] Emitting module Crypto
[1476/1614] Compiling Crypto HKDF.swift
[1477/1614] Compiling Crypto AESWrap.swift
[1478/1614] Compiling Crypto AESWrap_boring.swift
[1479/1614] Compiling Crypto Ed25519_boring.swift
[1480/1614] Compiling Crypto NISTCurvesKeys_boring.swift
[1481/1614] Compiling Crypto X25519Keys_boring.swift
[1482/1614] Compiling Crypto Curve25519.swift
[1483/1614] Compiling Crypto Ed25519Keys.swift
[1484/1614] Compiling Crypto NISTCurvesKeys.swift
[1485/1614] Compiling Crypto X25519Keys.swift
[1486/1614] Compiling NIOCore NIOScheduledCallback.swift
[1487/1614] Compiling NIOCore NIOSendable.swift
[1488/1614] Compiling NIOCore RecvByteBufferAllocator.swift
[1489/1614] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1490/1614] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1491/1614] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1492/1614] Compiling NIOCore EventLoopFuture.swift
[1493/1614] Compiling NIOCore FileDescriptor.swift
[1494/1614] Compiling NIOCore FileHandle.swift
[1495/1614] Compiling NIOCore FileRegion.swift
[1496/1614] Compiling NIOCore AsyncAwaitSupport.swift
[1497/1614] Compiling NIOCore AsyncChannel.swift
[1498/1614] Compiling NIOCore AsyncChannelHandler.swift
[1499/1614] Compiling NIOCore AsyncChannelInboundStream.swift
[1500/1614] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1501/1614] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1502/1614] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1503/1614] Compiling NIOCore NIOAsyncWriter.swift
[1504/1614] Compiling NIOCore ByteBuffer-multi-int.swift
[1505/1614] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1506/1614] Compiling NIOCore GlobalSingletons.swift
[1507/1614] Compiling NIOCore IO.swift
[1508/1614] Compiling NIOCore IOData.swift
[1509/1614] Compiling NIOCore IPProtocol.swift
[1510/1614] Compiling NIOCore IntegerBitPacking.swift
[1511/1614] Compiling NIOCore IntegerTypes.swift
[1512/1614] Compiling NIOCore Interfaces.swift
[1513/1614] Compiling NIOCore Linux.swift
[1514/1614] Compiling NIOCore MarkedCircularBuffer.swift
[1515/1614] Compiling Crypto ECDH.swift
[1516/1614] Compiling NIOCore DeadChannel.swift
[1517/1614] Compiling NIOCore DispatchQueue+WithFuture.swift
[1518/1614] Compiling NIOCore EventLoop+Deprecated.swift
[1519/1614] Compiling NIOCore EventLoop+SerialExecutor.swift
[1520/1614] Compiling NIOCore EventLoop.swift
[1521/1614] Compiling NIOCore MulticastChannel.swift
[1522/1614] Compiling NIOCore NIOAny.swift
[1523/1614] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1524/1614] Compiling NIOCore NIOLoopBound.swift
[1525/1614] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1534/1622] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1535/1622] Compiling NIOCore BSDSocketAPI.swift
[1536/1622] Compiling NIOCore ByteBuffer-aux.swift
[1537/1622] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1538/1622] Compiling NIOCore ByteBuffer-conversions.swift
[1539/1622] Compiling NIOCore ByteBuffer-core.swift
[1540/1622] Compiling NIOCore ByteBuffer-hex.swift
[1541/1622] Compiling NIOCore ByteBuffer-int.swift
[1542/1622] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1543/1622] Compiling NIOCore AddressedEnvelope.swift
[1544/1622] Compiling NIOCore ByteBuffer-views.swift
[1545/1622] Compiling NIOCore Channel.swift
[1546/1622] Compiling NIOCore ChannelHandler.swift
[1547/1622] Compiling NIOCore ChannelHandlers.swift
[1548/1622] Compiling NIOCore ChannelInvoker.swift
[1549/1622] Compiling NIOCore ChannelOption.swift
[1550/1622] Compiling NIOCore ChannelPipeline.swift
[1551/1622] Compiling NIOCore CircularBuffer.swift
[1552/1622] Compiling NIOCore Codec.swift
[1553/1622] Compiling NIOCore ConvenienceOptionSupport.swift
[1554/1622] Compiling Crypto Signature.swift
[1555/1622] Compiling Crypto CryptoKitErrors_boring.swift
[1556/1622] Compiling Crypto RNG_boring.swift
[1557/1622] Compiling Crypto SafeCompare_boring.swift
[1558/1622] Compiling Crypto Zeroization_boring.swift
[1559/1622] Compiling Crypto PrettyBytes.swift
[1560/1622] Compiling Crypto SafeCompare.swift
[1561/1622] Compiling Crypto SecureBytes.swift
[1562/1622] Compiling Crypto Zeroization.swift
[1588/1623] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1589/1623] Compiling NIOCore SocketAddresses.swift
[1590/1623] Compiling NIOCore SocketOptionProvider.swift
[1591/1623] Compiling NIOCore SystemCallHelpers.swift
[1592/1623] Compiling NIOCore TimeAmount+Duration.swift
[1593/1623] Compiling NIOCore TypeAssistedChannelHandler.swift
[1594/1623] Compiling NIOCore UniversalBootstrapSupport.swift
[1595/1623] Compiling NIOCore Utilities.swift
[1623/1623] Emitting module NIOCore
[1625/1674] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1626/1674] Compiling NIOEmbedded AsyncTestingChannel.swift
[1627/1674] Emitting module NIOEmbedded
[1628/1674] Compiling NIOEmbedded Embedded.swift
[1630/1675] Compiling NIOPosix Pool.swift
[1631/1675] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1632/1675] Compiling NIOPosix PosixSingletons.swift
[1633/1675] Compiling NIOPosix RawSocketBootstrap.swift
[1634/1675] Compiling NIOPosix Resolver.swift
[1635/1675] Compiling NIOPosix Selectable.swift
[1636/1681] Emitting module NIOPosix
[1637/1681] Compiling NIOPosix ThreadPosix.swift
[1638/1681] Compiling NIOPosix ThreadWindows.swift
[1639/1681] Compiling NIOPosix UnsafeTransfer.swift
[1640/1681] Compiling NIOPosix Utilities.swift
[1641/1681] Compiling NIOPosix VsockAddress.swift
[1642/1681] Compiling NIOPosix VsockChannelEvents.swift
[1643/1681] Compiling NIOPosix Bootstrap.swift
[1644/1681] Compiling NIOPosix ControlMessage.swift
[1645/1681] Compiling NIOPosix DatagramVectorReadManager.swift
[1646/1681] Compiling NIOPosix Errors+Any.swift
[1647/1681] Compiling NIOPosix FileDescriptor.swift
[1648/1681] Compiling NIOPosix GetaddrinfoResolver.swift
[1649/1681] Compiling NIOPosix HappyEyeballs.swift
[1650/1681] Compiling NIOPosix BSDSocketAPICommon.swift
[1651/1681] Compiling NIOPosix BSDSocketAPIPosix.swift
[1652/1681] Compiling NIOPosix BSDSocketAPIWindows.swift
[1653/1681] Compiling NIOPosix BaseSocket.swift
[1654/1681] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1655/1681] Compiling NIOPosix BaseSocketChannel.swift
[1656/1681] Compiling NIOPosix BaseStreamSocketChannel.swift
[1657/1681] Compiling NIOPosix ServerSocket.swift
[1658/1681] Compiling NIOPosix Socket.swift
[1659/1681] Compiling NIOPosix SocketChannel.swift
[1660/1681] Compiling NIOPosix SocketProtocols.swift
[1661/1681] Compiling NIOPosix System.swift
[1662/1681] Compiling NIOPosix Thread.swift
[1663/1681] Compiling NIOPosix SelectableChannel.swift
[1664/1681] Compiling NIOPosix SelectableEventLoop.swift
[1665/1681] Compiling NIOPosix SelectorEpoll.swift
[1666/1681] Compiling NIOPosix SelectorGeneric.swift
[1667/1681] Compiling NIOPosix SelectorKqueue.swift
[1668/1681] Compiling NIOPosix SelectorUring.swift
[1669/1681] Compiling NIOPosix NIOThreadPool.swift
[1670/1681] Compiling NIOPosix NonBlockingFileIO.swift
[1671/1681] Compiling NIOPosix PendingDatagramWritesManager.swift
[1672/1681] Compiling NIOPosix PendingWritesManager.swift
[1673/1681] Compiling NIOPosix PipeChannel.swift
[1674/1681] Compiling NIOPosix PipePair.swift
[1675/1681] Compiling NIOPosix IO.swift
[1676/1681] Compiling NIOPosix IntegerBitPacking.swift
[1677/1681] Compiling NIOPosix IntegerTypes.swift
[1678/1681] Compiling NIOPosix Linux.swift
[1679/1681] Compiling NIOPosix LinuxCPUSet.swift
[1680/1681] Compiling NIOPosix LinuxUring.swift
[1681/1681] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1683/1741] Emitting module NIO
[1684/1741] Compiling NIO Exports.swift
[1686/1742] Compiling _NIOFileSystem ParallelDirCopy.swift
[1687/1742] Compiling _NIOFileSystem ParallelRemoval.swift
[1688/1742] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1689/1742] Compiling _NIOFileSystem CInterop.swift
[1690/1742] Compiling _NIOFileSystem Errno.swift
[1691/1785] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1692/1785] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1693/1785] Compiling NIOHTTP1 HTTPDecoder.swift
[1694/1787] Compiling NIOTLS TLSEvents.swift
[1695/1787] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1696/1787] Emitting module NIOTLS
[1697/1787] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1698/1787] Compiling NIOSOCKS SOCKSResponse.swift
[1699/1788] Compiling NIOSOCKS ClientStateMachine.swift
[1700/1788] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1701/1788] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1702/1788] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1703/1788] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1704/1788] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1705/1788] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1706/1788] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1709/1788] Compiling NIOHTTP1 HTTPEncoder.swift
[1710/1788] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1715/1788] Emitting module _NIOFileSystem
[1719/1788] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1720/1788] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1721/1788] Compiling NIOSOCKS ServerStateMachine.swift
[1722/1788] Emitting module NIOSOCKS
[1726/1789] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1727/1789] Compiling NIOTLS SNIHandler.swift
[1728/1790] Emitting module NIOHTTP1
[1730/1792] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1731/1792] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1732/1792] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1733/1792] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1734/1792] Compiling NIOHTTP1 HTTPTypes.swift
[1735/1792] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1736/1792] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1737/1792] Compiling _NIOFileSystem Cancellation.swift
[1738/1792] Compiling _NIOFileSystem TokenBucket.swift
[1739/1792] Compiling _NIOFileSystem UnsafeTransfer.swift
[1744/1792] Emitting module NIOFoundationCompat
[1745/1792] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1746/1793] Compiling AsyncKit Optional+StrictMap.swift
[1747/1793] Compiling AsyncKit Exports.swift
[1751/1793] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1752/1793] Compiling _NIOFileSystem Mocking.swift
[1753/1793] Compiling _NIOFileSystem Syscall.swift
[1754/1793] Compiling _NIOFileSystem Syscalls.swift
[1758/1793] Emitting module AsyncKit
[1759/1815] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1760/1815] Compiling NIOTransportServices NIOTSSingletons.swift
[1761/1829] Compiling NIOSSL NIOSSLHandler.swift
[1762/1829] Compiling NIOSSL NIOSSLServerHandler.swift
[1763/1832] Compiling NIOSSL SSLCertificateExtensions.swift
[1764/1832] Compiling NIOSSL SSLCertificateName.swift
[1765/1844] Compiling _NIOFileSystem SystemFileHandle.swift
[1766/1844] Compiling _NIOFileSystem Utilities.swift
[1767/1844] Compiling _NIOFileSystem OpenOptions.swift
[1768/1844] Compiling _NIOFileSystem String+FileSystem.swift
[1769/1844] Compiling NIOSSL SSLConnection.swift
[1770/1844] Compiling NIOSSL SSLContext.swift
[1771/1844] Compiling NIOSSL SSLErrors.swift
[1772/1846] Compiling NIOSSL AndroidCABundle.swift
[1773/1846] Compiling NIOSSL ByteBufferBIO.swift
[1774/1846] Compiling NIOSSL CustomPrivateKey.swift
[1775/1846] Compiling NIOSSL IdentityVerification.swift
[1776/1846] Compiling NIOSSL LinuxCABundle.swift
[1777/1846] Compiling NIOSSL NIOSSLClientHandler.swift
[1778/1846] Compiling NIOSSL ObjectIdentifier.swift
[1779/1846] Compiling NIOSSL PosixPort.swift
[1780/1846] Compiling NIOSSL SSLCallbacks.swift
[1781/1846] Compiling NIOSSL SSLCertificate.swift
[1784/1846] Compiling NIOSSL SSLInit.swift
[1785/1846] Compiling NIOSSL SSLPKCS12Bundle.swift
[1786/1846] Compiling NIOSSL SSLPrivateKey.swift
[1787/1846] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1788/1846] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1793/1846] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1794/1846] Emitting module NIOTransportServices
[1798/1846] Compiling _NIOFileSystem FileChunks.swift
[1799/1846] Compiling _NIOFileSystem FileHandle.swift
[1800/1846] Compiling _NIOFileSystem FileHandleProtocol.swift
[1801/1846] Compiling _NIOFileSystem FileInfo.swift
[1802/1846] Compiling _NIOFileSystem FileSystem.swift
[1806/1849] Emitting module NIOSSL
[1807/1904] Emitting module _NIOFileSystemFoundationCompat
[1811/1904] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1812/1904] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1813/1904] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1814/1904] Emitting module NIOFileSystem
[1815/1904] Compiling NIOFileSystem Exports.swift
[1816/1906] Compiling NIOWebSocket WebSocketOpcode.swift
[1817/1907] Compiling NIOHPACK IndexedHeaderTable.swift
[1818/1907] Compiling NIOHPACK IntegerCoding.swift
[1819/1908] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1821/1908] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1822/1908] Compiling NIOExtras NIORequestIdentifiable.swift
[1823/1908] Compiling NIOExtras RequestResponseHandler.swift
[1824/1908] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1825/1908] Compiling NIOSSL SubjectAlternativeName.swift
[1826/1908] Compiling NIOSSL NIOSSLSecureBytes.swift
[1827/1908] Compiling NIOSSL RNG.swift
[1828/1908] Compiling NIOSSL SafeCompare.swift
[1830/1908] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1831/1908] Compiling NIOExtras DebugInboundEventsHandler.swift
[1832/1908] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1833/1908] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1834/1908] Compiling NIOExtras JSONRPCFraming.swift
[1835/1908] Compiling NIOExtras PCAPRingBuffer.swift
[1836/1908] Compiling NIOExtras QuiescingHelper.swift
[1839/1908] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1840/1908] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1841/1908] Compiling NIOHPACK HuffmanTables.swift
[1842/1908] Compiling NIOHPACK HuffmanCoding.swift
[1843/1908] Compiling NIOHTTPCompression HTTPCompression.swift
[1844/1908] Emitting module NIOHTTPCompression
[1845/1908] Compiling NIOHTTPCompression HTTPDecompression.swift
[1846/1908] Compiling NIOExtras NIOExtrasError.swift
[1850/1908] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1860/1908] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1861/1910] Emitting module NIOWebSocket
[1862/1910] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1863/1910] Compiling NIOHPACK StaticHeaderTable.swift
[1864/1920] Emitting module NIOHPACK
[1865/1927] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1866/1929] Compiling MultipartKit Exports.swift
[1867/1929] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1868/1929] Compiling NIOWebSocket WebSocketFrame.swift
[1869/1930] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1870/1930] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1872/1931] Emitting module NIOExtras
[1873/1931] Compiling MultipartKit FormDataEncoder.swift
[1874/1931] Compiling MultipartKit Storage.swift
[1875/1931] Compiling MultipartKit MultipartPart.swift
[1876/1931] Compiling MultipartKit MultipartPartConvertible.swift
[1878/1931] Compiling MultipartKit MultipartFormData.swift
[1882/1931] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1883/1931] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1885/1931] Compiling MultipartKit BasicCodingKey.swift
[1886/1931] Compiling MultipartKit MultipartError.swift
[1888/1933] Emitting module MultipartKit
[1890/1933] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1891/1933] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1899/1934] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1905/1934] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1906/1934] Compiling MultipartKit FormDataDecoder.swift
[1907/1934] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1908/1992] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1909/1992] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1910/1992] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1911/1992] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1912/1992] Compiling NIOHTTP2 HTTP2PingData.swift
[1913/1992] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1914/1992] Compiling NIOHTTP2 HTTP2Settings.swift
[1915/1992] Compiling NIOHTTP2 HTTP2Stream.swift
[1916/1993] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1917/1993] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1923/1995] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1924/1995] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1925/1995] Compiling NIOHTTP2 HasLocalSettings.swift
[1926/1995] Compiling NIOHTTP2 HasRemoteSettings.swift
[1927/1995] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1928/1995] Compiling NIOHTTP2 QuiescingState.swift
[1931/1995] Compiling NIOHTTP2 MaySendFrames.swift
[1932/1995] Compiling NIOHTTP2 SendingDataState.swift
[1933/1995] Compiling NIOHTTP2 SendingGoawayState.swift
[1934/1995] Compiling NIOHTTP2 SendingHeadersState.swift
[1935/1995] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1936/1995] Compiling NIOHTTP2 SendingRstStreamState.swift
[1937/1995] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1938/1995] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1939/2011] Emitting module NIOHTTP2
[1940/2011] Compiling WebSocketKit WebSocket+Concurrency.swift
[1941/2011] Emitting module WebSocketKit
[1942/2011] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1943/2011] Compiling WebSocketKit Exports.swift
[1944/2011] Compiling WebSocketKit WebSocketHandler.swift
[1945/2011] Compiling WebSocketKit WebSocketClient.swift
[1946/2011] Compiling WebSocketKit WebSocket+Connect.swift
[1947/2011] Compiling WebSocketKit WebSocket.swift
[1956/2012] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1965/2013] Compiling NIOHTTP2 InboundWindowManager.swift
[1966/2013] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1967/2013] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1968/2013] Compiling NIOHTTP2 StreamChannelList.swift
[1969/2013] Compiling NIOHTTP2 StreamMap.swift
[1970/2013] Compiling NIOHTTP2 StreamStateMachine.swift
[1971/2013] Compiling NIOHTTP2 UnsafeTransfer.swift
[1972/2013] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1973/2013] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1974/2013] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1975/2013] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1976/2013] Compiling NIOHTTP2 HTTP2StreamID.swift
[1977/2013] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1978/2013] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1979/2013] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1980/2013] Compiling NIOHTTP2 InboundEventBuffer.swift
[1981/2013] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1982/2013] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1983/2013] Compiling NIOHTTP2 MayReceiveFrames.swift
[1984/2013] Compiling NIOHTTP2 ReceivingDataState.swift
[1985/2013] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1986/2013] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1987/2013] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1988/2013] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1989/2013] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1990/2013] Compiling NIOHTTP2 StateMachineResult.swift
[1991/2013] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1992/2013] Compiling NIOHTTP2 DOSHeuristics.swift
[1993/2013] Compiling NIOHTTP2 Error+Any.swift
[1994/2013] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1995/2013] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1996/2013] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1997/2013] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1998/2013] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1999/2013] Compiling NIOHTTP2 HTTP2Frame.swift
[2000/2013] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2001/2013] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2011/2013] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2012/2013] Compiling NIOHTTP2 HTTP2Error.swift
[2013/2013] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2015/2074] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2016/2074] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2017/2074] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2018/2074] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2019/2074] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2020/2074] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2021/2074] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2022/2074] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2023/2074] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2024/2074] Emitting module AsyncHTTPClient
[2025/2074] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2026/2074] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2027/2074] Compiling AsyncHTTPClient Transaction.swift
[2028/2074] Compiling AsyncHTTPClient Base64.swift
[2029/2074] Compiling AsyncHTTPClient BasicAuth.swift
[2030/2074] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2031/2074] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2032/2074] Compiling AsyncHTTPClient ConnectionPool.swift
[2033/2074] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2034/2082] Compiling AsyncHTTPClient HTTPHandler.swift
[2035/2082] Compiling AsyncHTTPClient LRUCache.swift
[2036/2082] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2037/2082] Compiling AsyncHTTPClient NWErrorHandler.swift
[2038/2082] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2039/2082] Compiling AsyncHTTPClient TLSConfiguration.swift
[2040/2082] Compiling AsyncHTTPClient RedirectState.swift
[2041/2082] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2042/2082] Compiling AsyncHTTPClient ConnectionTarget.swift
[2043/2082] Compiling AsyncHTTPClient DeconstructedURL.swift
[2044/2082] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2045/2082] Compiling AsyncHTTPClient FoundationExtensions.swift
[2046/2082] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2047/2082] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2048/2082] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2049/2082] Compiling AsyncHTTPClient HTTPClient.swift
[2050/2082] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2051/2082] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2052/2082] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2053/2082] Compiling AsyncHTTPClient HTTP1Connection.swift
[2054/2082] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2055/2082] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2056/2082] Compiling AsyncHTTPClient HTTP2Connection.swift
[2057/2082] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2058/2082] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2059/2082] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2060/2082] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2061/2082] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2062/2082] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2063/2082] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2064/2082] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2065/2082] Compiling AsyncHTTPClient RequestBodyLength.swift
[2066/2082] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2067/2082] Compiling AsyncHTTPClient RequestOptions.swift
[2068/2082] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2069/2082] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2070/2082] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2071/2082] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2072/2082] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2073/2082] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2074/2082] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2075/2082] Compiling AsyncHTTPClient RequestBag.swift
[2076/2082] Compiling AsyncHTTPClient RequestValidation.swift
[2077/2082] Compiling AsyncHTTPClient SSLContextCache.swift
[2078/2082] Compiling AsyncHTTPClient Scheme.swift
[2079/2082] Compiling AsyncHTTPClient Singleton.swift
[2080/2082] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2081/2082] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2082/2082] Compiling AsyncHTTPClient Utils.swift
[2084/2254] Compiling OpenAPIAsyncHTTPClient AsyncHTTPClientTransport.swift
[2085/2254] Emitting module OpenAPIAsyncHTTPClient
[2087/2255] Compiling Vapor AsyncBasicResponder.swift
[2088/2255] Compiling Vapor AsyncMiddleware.swift
[2089/2255] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2090/2255] Compiling Vapor AsyncSessionDriver.swift
[2091/2255] Compiling Vapor Authentication+Concurrency.swift
[2092/2255] Compiling Vapor Cache+Concurrency.swift
[2093/2255] Compiling Vapor Client+Concurrency.swift
[2094/2255] Compiling Vapor RequestBody+Concurrency.swift
[2095/2255] Compiling Vapor Responder+Concurrency.swift
[2096/2255] Compiling Vapor ResponseCodable+Concurrency.swift
[2097/2255] Compiling Vapor RoutesBuilder+Concurrency.swift
[2098/2255] Compiling Vapor ViewRenderer+Concurrency.swift
[2099/2255] Compiling Vapor WebSocket+Concurrency.swift
[2100/2255] Compiling Vapor ContainerGetPathExecutor.swift
[2101/2255] Compiling Vapor Content.swift
[2102/2255] Compiling Vapor ContentCoders.swift
[2103/2255] Compiling Vapor ContentConfiguration.swift
[2104/2255] Compiling Vapor ContentContainer.swift
[2105/2255] Compiling Vapor JSONCoder+Custom.swift
[2106/2255] Compiling Vapor JSONCoders+Content.swift
[2107/2255] Compiling Vapor PlaintextDecoder.swift
[2108/2255] Compiling Vapor PlaintextEncoder.swift
[2109/2255] Compiling Vapor URLQueryCoders.swift
[2110/2255] Compiling Vapor URLQueryContainer.swift
[2111/2279] Compiling Vapor Application.swift
[2112/2279] Compiling Vapor AuthenticationCache.swift
[2113/2279] Compiling Vapor Authenticator.swift
[2114/2279] Compiling Vapor BasicAuthorization.swift
[2115/2279] Compiling Vapor BearerAuthorization.swift
[2116/2279] Compiling Vapor GuardMiddleware.swift
[2117/2279] Compiling Vapor RedirectMiddleware.swift
[2118/2279] Compiling Vapor SessionAuthenticatable.swift
[2119/2279] Compiling Vapor Bcrypt.swift
[2120/2279] Compiling Vapor Application+Cache.swift
[2121/2279] Compiling Vapor Cache.swift
[2122/2279] Compiling Vapor CacheExpirationTime.swift
[2123/2279] Compiling Vapor MemoryCache.swift
[2124/2279] Compiling Vapor Request+Cache.swift
[2125/2279] Compiling Vapor Application+Clients.swift
[2126/2279] Compiling Vapor Client.swift
[2127/2279] Compiling Vapor ClientRequest.swift
[2128/2279] Compiling Vapor ClientResponse.swift
[2129/2279] Compiling Vapor Request+Client.swift
[2130/2279] Compiling Vapor BootCommand.swift
[2131/2279] Compiling Vapor CommandContext+Application.swift
[2132/2279] Compiling Vapor RoutesCommand.swift
[2133/2279] Compiling Vapor ServeCommand.swift
[2134/2279] Compiling Vapor AnyResponse+Concurrency.swift
[2135/2303] Emitting module Vapor
[2136/2303] Compiling Vapor HTTPServerResponseEncoder.swift
[2137/2303] Compiling Vapor HTTPServerUpgradeHandler.swift
[2138/2303] Compiling Vapor Logger+Report.swift
[2139/2303] Compiling Vapor LoggingSystem+Environment.swift
[2140/2303] Compiling Vapor Application+Middleware.swift
[2141/2303] Compiling Vapor CORSMiddleware.swift
[2142/2303] Compiling Vapor ErrorMiddleware.swift
[2143/2303] Compiling Vapor FileMiddleware.swift
[2144/2303] Compiling Vapor Middleware.swift
[2145/2303] Compiling Vapor MiddlewareConfiguration.swift
[2146/2303] Compiling Vapor ResponseCompressionMiddleware.swift
[2147/2303] Compiling Vapor RouteLoggingMiddleware.swift
[2148/2303] Compiling Vapor TracingMiddleware.swift
[2149/2303] Compiling Vapor File+Multipart.swift
[2150/2303] Compiling Vapor FormDataDecoder+Content.swift
[2151/2303] Compiling Vapor FormDataEncoder+Content.swift
[2152/2303] Compiling Vapor Application+Password.swift
[2153/2303] Compiling Vapor Application+Passwords.swift
[2154/2303] Compiling Vapor AsyncPasswordHasher.swift
[2155/2303] Compiling Vapor BcryptHasher.swift
[2156/2303] Compiling Vapor PasswordHasher.swift
[2157/2303] Compiling Vapor PlaintextHasher.swift
[2158/2303] Compiling Vapor Request+Password.swift
[2159/2303] Compiling Vapor Redirect.swift
[2160/2303] Compiling Vapor Service.swift
[2161/2303] Compiling Vapor Application+Sessions.swift
[2162/2303] Compiling Vapor MemorySessions.swift
[2163/2303] Compiling Vapor Request+Session.swift
[2164/2303] Compiling Vapor Session.swift
[2165/2303] Compiling Vapor SessionCache.swift
[2166/2303] Compiling Vapor SessionData.swift
[2167/2303] Compiling Vapor SessionDriver.swift
[2168/2303] Compiling Vapor SessionsConfiguration.swift
[2169/2303] Compiling Vapor SessionsMiddleware.swift
[2170/2303] Compiling Vapor URLEncodedFormData.swift
[2171/2303] Compiling Vapor URLEncodedFormDecoder.swift
[2172/2303] Compiling Vapor URLEncodedFormEncoder.swift
[2173/2303] Compiling Vapor URLEncodedFormError.swift
[2174/2303] Compiling Vapor URLEncodedFormParser.swift
[2175/2303] Compiling Vapor URLEncodedFormSerializer.swift
[2176/2303] Compiling Vapor URLQueryFragmentConvertible.swift
[2177/2303] Compiling Vapor AnyResponse.swift
[2178/2303] Compiling Vapor Array+Random.swift
[2179/2303] Compiling Vapor Base32.swift
[2180/2303] Compiling Vapor Base64.swift
[2181/2303] Compiling Vapor BaseN.swift
[2182/2303] Compiling Vapor BasicCodingKey.swift
[2183/2303] Compiling Vapor ByteCount.swift
[2184/2303] Compiling Vapor Validator.swift
[2185/2303] Compiling Vapor ValidatorResult.swift
[2186/2303] Compiling Vapor And.swift
[2187/2303] Compiling Vapor Case.swift
[2188/2303] Compiling Vapor CharacterSet.swift
[2189/2303] Compiling Vapor Count.swift
[2190/2303] Compiling Vapor Custom.swift
[2191/2303] Compiling Vapor Email.swift
[2192/2303] Compiling Vapor Empty.swift
[2193/2303] Compiling Vapor In.swift
[2194/2303] Compiling Vapor Nil.swift
[2195/2303] Compiling Vapor NilIgnoring.swift
[2196/2303] Compiling Vapor Not.swift
[2197/2303] Compiling Vapor Or.swift
[2198/2303] Compiling Vapor Pattern.swift
[2199/2303] Compiling Vapor Range.swift
[2200/2303] Compiling Vapor URL.swift
[2201/2303] Compiling Vapor Valid.swift
[2202/2303] Compiling Vapor Application+Views.swift
[2203/2303] Compiling Vapor PlaintextRenderer.swift
[2204/2303] Compiling Vapor Request+View.swift
[2205/2303] Compiling Vapor View.swift
[2206/2303] Compiling Vapor ViewRenderer.swift
[2207/2303] Compiling Vapor _Deprecations.swift
[2208/2303] Compiling Vapor Bytes+Hex.swift
[2209/2303] Compiling Vapor Bytes+SecureCompare.swift
[2210/2303] Compiling Vapor Collection+Safe.swift
[2211/2303] Compiling Vapor DataProtocol+Copy.swift
[2212/2303] Compiling Vapor DecoderUnwrapper.swift
[2213/2303] Compiling Vapor DirectoryConfiguration.swift
[2214/2303] Compiling Vapor DotEnv.swift
[2215/2303] Compiling Vapor Extendable.swift
[2216/2303] Compiling Vapor File.swift
[2217/2303] Compiling Vapor FileIO.swift
[2218/2303] Compiling Vapor LifecycleHandler.swift
[2219/2303] Compiling Vapor OptionalType.swift
[2220/2303] Compiling Vapor RFC1123.swift
[2221/2303] Compiling Vapor SocketAddress+Hostname.swift
[2222/2303] Compiling Vapor Storage.swift
[2223/2303] Compiling Vapor String+IsIPAddress.swift
[2224/2303] Compiling Vapor Thread.swift
[2225/2303] Compiling Vapor URI.swift
[2226/2303] Compiling Vapor RangeResult.swift
[2227/2303] Compiling Vapor Validatable.swift
[2228/2303] Compiling Vapor Validation.swift
[2229/2303] Compiling Vapor ValidationKey.swift
[2230/2303] Compiling Vapor Validations.swift
[2231/2303] Compiling Vapor ValidationsError.swift
[2232/2303] Compiling Vapor HTTPStatus.swift
[2233/2303] Compiling Vapor HTTPCookies.swift
[2234/2303] Compiling Vapor HTTPHeaderCacheControl.swift
[2235/2303] Compiling Vapor HTTPHeaderExpires.swift
[2236/2303] Compiling Vapor HTTPHeaderLastModified.swift
[2237/2303] Compiling Vapor HTTPHeaders+Cache.swift
[2238/2303] Compiling Vapor HTTPHeaders+Connection.swift
[2239/2303] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2240/2303] Compiling Vapor HTTPHeaders+ContentRange.swift
[2241/2303] Compiling Vapor HTTPHeaders+Directive.swift
[2242/2303] Compiling Vapor HTTPHeaders+Forwarded.swift
[2243/2303] Compiling Vapor HTTPHeaders+Link.swift
[2244/2303] Compiling Vapor HTTPHeaders+Name.swift
[2245/2303] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2246/2303] Compiling Vapor HTTPHeaders.swift
[2247/2303] Compiling Vapor HTTPMediaType.swift
[2248/2303] Compiling Vapor HTTPMediaTypePreference.swift
[2249/2303] Compiling Vapor Responder.swift
[2250/2303] Compiling Vapor Application+HTTP+Server.swift
[2251/2303] Compiling Vapor HTTPServer.swift
[2252/2303] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2253/2303] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2254/2303] Compiling Vapor HTTPServerHandler.swift
[2255/2303] Compiling Vapor HTTPServerRequestDecoder.swift
[2256/2303] Compiling Vapor Request+Body.swift
[2257/2303] Compiling Vapor Request+BodyStream.swift
[2258/2303] Compiling Vapor Request.swift
[2259/2303] Compiling Vapor Application+Responder.swift
[2260/2303] Compiling Vapor DefaultResponder.swift
[2261/2303] Compiling Vapor Response+Body.swift
[2262/2303] Compiling Vapor Response.swift
[2263/2303] Compiling Vapor ResponseCodable.swift
[2264/2303] Compiling Vapor Application+Routes.swift
[2265/2303] Compiling Vapor Parameters+Require.swift
[2266/2303] Compiling Vapor Request+WebSocket.swift
[2267/2303] Compiling Vapor Route.swift
[2268/2303] Compiling Vapor RouteCollection.swift
[2269/2303] Compiling Vapor Routes.swift
[2270/2303] Compiling Vapor RoutesBuilder+Group.swift
[2271/2303] Compiling Vapor RoutesBuilder+Method.swift
[2272/2303] Compiling Vapor RoutesBuilder+Middleware.swift
[2273/2303] Compiling Vapor RoutesBuilder+WebSocket.swift
[2274/2303] Compiling Vapor RoutesBuilder.swift
[2275/2303] Compiling Vapor OTP.swift
[2276/2303] Compiling Vapor Application+Servers.swift
[2277/2303] Compiling Vapor Server.swift
[2278/2303] Compiling Vapor App+Service.swift
[2279/2303] Compiling Vapor Req+Service.swift
[2280/2303] Compiling Vapor Core.swift
[2281/2303] Compiling Vapor Running.swift
[2282/2303] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2283/2303] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2284/2303] Compiling Vapor DotEnvFile+load.swift
[2285/2303] Compiling Vapor Routes+caseInsenstive.swift
[2286/2303] Compiling Vapor Validatable+validate.swift
[2287/2303] Compiling Vapor Environment+Process.swift
[2288/2303] Compiling Vapor Environment+Secret.swift
[2289/2303] Compiling Vapor Environment.swift
[2290/2303] Compiling Vapor Abort.swift
[2291/2303] Compiling Vapor AbortError.swift
[2292/2303] Compiling Vapor DebuggableError.swift
[2293/2303] Compiling Vapor Demangler.swift
[2294/2303] Compiling Vapor ErrorSource.swift
[2295/2303] Compiling Vapor StackTrace.swift
[2296/2303] Compiling Vapor Exports.swift
[2297/2303] Compiling Vapor Application+HTTP.swift
[2298/2303] Compiling Vapor BasicResponder.swift
[2299/2303] Compiling Vapor BodyStream.swift
[2300/2303] Compiling Vapor Application+HTTP+Client.swift
[2301/2303] Compiling Vapor EventLoopHTTPClient.swift
[2302/2303] Compiling Vapor EndpointCache.swift
[2303/2303] Compiling Vapor HTTPMethod+String.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] 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 |
[2307/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
[2308/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 |
Build complete! (407.57s)
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.