The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SublimationVapor, reference main (d331f1), with Swift 6.1 for Linux on 29 Apr 2025 07:44:36 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/SublimationVapor.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/brightdigit/SublimationVapor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d331f16 Update SublimationVapor.yml
Cloned https://github.com/brightdigit/SublimationVapor.git
Revision (git rev-parse @):
d331f16979acfc30be7a94d1154a1bb05243478d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/SublimationVapor.git at main
========================================
Build
========================================
Selected platform:         linux
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/swift-openapi-async-http-client
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/brightdigit/Sublimation
[1/5040] Fetching sublimation
[102/5596] Fetching sublimation, swift-openapi-async-http-client
Fetched https://github.com/swift-server/swift-openapi-async-http-client from cache (0.25s)
[1/74337] Fetching vapor
Fetched https://github.com/brightdigit/Sublimation from cache (1.57s)
Fetched https://github.com/vapor/vapor.git from cache (1.60s)
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 (3.45s)
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/apple/swift-openapi-runtime
[1/904] Fetching swift-http-types
[905/6576] Fetching swift-http-types, swift-openapi-runtime
[6577/20437] Fetching swift-http-types, swift-openapi-runtime, async-http-client
[13785/95965] Fetching swift-http-types, swift-openapi-runtime, async-http-client, swift-nio
Fetched https://github.com/apple/swift-http-types from cache (0.66s)
[33884/95061] Fetching swift-openapi-runtime, async-http-client, swift-nio
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.66s)
[28967/89389] Fetching async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (3.54s)
Fetched https://github.com/apple/swift-nio from cache (3.62s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (4.07s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5662] Fetching swift-nio-extras
[454/9498] Fetching swift-nio-extras, swift-log
[2940/11203] Fetching swift-nio-extras, swift-log, swift-atomics
[10795/22695] Fetching swift-nio-extras, swift-log, swift-atomics, swift-nio-http2
[11630/28598] Fetching swift-nio-extras, swift-log, swift-atomics, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.44s)
Fetching https://github.com/apple/swift-nio-ssl.git
[14203/22936] Fetching swift-log, swift-atomics, swift-nio-http2, swift-algorithms
[22937/37729] Fetching swift-log, swift-atomics, swift-nio-http2, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (0.94s)
[18957/31826] Fetching swift-log, swift-atomics, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.95s)
[7613/20334] Fetching swift-log, swift-atomics, swift-nio-ssl
[11756/22953] Fetching swift-log, swift-atomics, swift-nio-ssl, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.25s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.25s)
Fetched https://github.com/apple/swift-log.git from cache (1.25s)
[10060/14793] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.42s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.32s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.35s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.77s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.47s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.82.0 (0.73s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4364] Fetching swift-system
[4365/20633] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.97s)
Fetched https://github.com/apple/swift-collections.git from cache (1.00s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.62s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.43s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.53s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.41s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (0.44s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.49s)
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.20s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.61s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.44s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.51s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-service-context.git
[1/2200] Fetching swift-metrics
[221/7174] Fetching swift-metrics, swift-distributed-tracing
[1882/27901] Fetching swift-metrics, swift-distributed-tracing, routing-kit
[4623/31109] Fetching swift-metrics, swift-distributed-tracing, routing-kit, multipart-kit
[8997/32172] Fetching swift-metrics, swift-distributed-tracing, routing-kit, multipart-kit, swift-service-context
[9928/34768] Fetching swift-metrics, swift-distributed-tracing, routing-kit, multipart-kit, swift-service-context, websocket-kit
Fetched https://github.com/apple/swift-service-context.git from cache (0.37s)
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.38s)
Fetching https://github.com/vapor/console-kit.git
[22055/28731] Fetching swift-metrics, routing-kit, multipart-kit, websocket-kit
[25372/34216] Fetching swift-metrics, routing-kit, multipart-kit, websocket-kit, console-kit
[32100/48000] Fetching swift-metrics, routing-kit, multipart-kit, websocket-kit, console-kit, swift-crypto
Fetched https://github.com/vapor/console-kit.git from cache (0.34s)
Fetching https://github.com/vapor/async-kit.git
[27579/42515] Fetching swift-metrics, routing-kit, multipart-kit, websocket-kit, swift-crypto
[29924/44885] Fetching swift-metrics, routing-kit, multipart-kit, websocket-kit, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.25s)
[30198/42515] Fetching swift-metrics, routing-kit, multipart-kit, websocket-kit, swift-crypto
Fetched https://github.com/vapor/websocket-kit.git from cache (1.39s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.39s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.40s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.45s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.38s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (2.17s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.41s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.42s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.42s)
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.42s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.43s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.46s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.41s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.40s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.21s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.08s)
Computing version for https://github.com/brightdigit/Sublimation
Computed https://github.com/brightdigit/Sublimation at 2.0.1 (0.46s)
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/brightdigit/Sublimation
Working copy of https://github.com/brightdigit/Sublimation resolved at 2.0.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-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-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.82.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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/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-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/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-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Building for debugging...
[0/836] Write sources
[43/836] Compiling CNIOWindows WSAStartup.c
[43/836] Write sources
[45/836] Compiling CNIOWindows shim.c
[46/836] Compiling CNIOWASI CNIOWASI.c
[47/836] Write sources
[54/836] Compiling CVaporBcrypt blf.c
[54/836] Compiling CVaporBcrypt bcrypt.c
[56/836] Compiling CNIOSHA1 c_nio_sha1.c
[57/836] Compiling _AtomicsShims.c
[58/836] Compiling _NumericsShims _NumericsShims.c
[59/836] Compiling CNIOLinux liburing_shims.c
[60/836] Compiling CSystem shims.c
[61/836] Compiling CNIOLinux shim.c
[62/836] Compiling CNIODarwin shim.c
[63/836] Compiling CNIOLLHTTP c_nio_http.c
[64/836] Compiling CNIOExtrasZlib empty.c
[65/836] Compiling CNIOLLHTTP c_nio_api.c
[66/836] Compiling fiat_p256_adx_sqr.S
[67/836] Compiling fiat_p256_adx_mul.S
[68/836] Compiling fiat_curve25519_adx_mul.S
[69/836] Compiling fiat_curve25519_adx_square.S
[70/836] Write swift-version-24593BA9C3E375BF.txt
[71/836] Compiling CNIOLLHTTP c_nio_llhttp.c
[72/836] Compiling CNIOBoringSSLShims shims.c
[73/842] Compiling tls_record.cc
[74/842] Compiling tls_method.cc
[75/867] Compiling tls13_both.cc
[76/873] Compiling tls13_enc.cc
[77/876] Compiling tls13_server.cc
[78/876] Compiling tls13_client.cc
[80/908] Emitting module Logging
[81/908] Compiling RealModule Real.swift
[82/909] Compiling _NIOBase64 Base64.swift
[83/909] Emitting module _NIOBase64
[84/910] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[85/910] Compiling InternalCollectionsUtilities Specialize.swift
[86/912] Compiling InternalCollectionsUtilities Debugging.swift
[87/912] Compiling InternalCollectionsUtilities Descriptions.swift
[88/912] Compiling SystemPackage MachPort.swift
[89/912] Compiling SystemPackage PlatformString.swift
[90/912] Compiling SystemPackage SystemString.swift
[91/915] Emitting module InternalCollectionsUtilities
[92/915] Compiling RealModule Float+Real.swift
[93/915] Compiling ServiceContextModule ServiceContextKey.swift
[94/915] Compiling RealModule ElementaryFunctions.swift
[95/915] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[96/915] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[97/915] Compiling InternalCollectionsUtilities _SortedCollection.swift
[98/915] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[99/915] Compiling ServiceContextModule ServiceContext.swift
[100/915] Emitting module RealModule
[101/915] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[102/915] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[103/915] Emitting module ServiceContextModule
[104/915] Compiling InternalCollectionsUtilities UInt+reversed.swift
[105/915] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[106/915] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[107/915] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[112/915] Compiling InternalCollectionsUtilities Integer rank.swift
[113/915] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[115/916] Compiling RealModule Float16+Real.swift
[116/916] Compiling RealModule Float80+Real.swift
[121/916] Compiling _NIODataStructures _TinyArray.swift
[122/916] Compiling _NIODataStructures PriorityQueue.swift
[123/916] Compiling RealModule RealFunctions.swift
[128/917] Emitting module SystemPackage
[134/917] 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
[135/917] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[136/917] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[139/935] Emitting module Instrumentation
[140/935] Compiling Instrumentation NoOpInstrument.swift
[141/935] Compiling SystemPackage Util+StringArray.swift
[142/935] Compiling SystemPackage Util.swift
[143/935] Compiling SystemPackage UtilConsumers.swift
[144/935] Compiling Instrumentation MultiplexInstrument.swift
[145/935] Compiling HTTPTypes ISOLatin1String.swift
[146/936] Compiling HTTPTypes HTTPParsedFields.swift
[147/936] Emitting module CoreMetrics
[154/936] Compiling SystemPackage Constants.swift
[155/936] Compiling SystemPackage Exports.swift
[156/936] Emitting module _NIODataStructures
[157/936] Compiling _NIODataStructures Heap.swift
[158/937] Compiling Instrumentation Instrument.swift
[159/937] Compiling Instrumentation Locks.swift
[160/937] Compiling Instrumentation InstrumentationSystem.swift
[162/938] Compiling HTTPTypes HTTPResponse.swift
[163/938] Compiling HTTPTypes NIOLock.swift
[164/938] Compiling SystemPackage Mocking.swift
[165/938] Compiling Logging Locks.swift
[166/938] Compiling SystemPackage RawBuffer.swift
[167/938] Compiling SystemPackage Syscalls.swift
[168/938] Compiling SystemPackage WindowsSyscallAdapters.swift
[169/938] Compiling Logging LogHandler.swift
[170/938] Compiling Logging MetadataProvider.swift
[171/938] Compiling Logging Logging.swift
[173/940] Compiling HTTPTypes HTTPRequest.swift
[176/962] 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
[177/962] 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
[178/1078] Compiling CoreMetrics Locks.swift
[179/1078] Compiling CoreMetrics Metrics.swift
[180/1079] Compiling t1_enc.cc
[183/1081] Compiling Tracing NoOpTracer.swift
[184/1081] Compiling Tracing InstrumentationSystem+Tracing.swift
[185/1087] 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
[186/1164] Compiling HashTreeCollections TreeDictionary+Codable.swift
[187/1164] Compiling HashTreeCollections TreeDictionary+Collection.swift
[188/1164] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[189/1164] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[190/1164] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[191/1164] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[192/1164] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[193/1164] 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
[194/1171] Emitting module Tracing
[195/1172] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[196/1172] Compiling Tracing TracingTime.swift
[197/1172] Compiling Tracing TracerProtocol+Legacy.swift
[198/1172] Compiling Tracing TracerProtocol.swift
[200/1172] Compiling Tracing Tracer.swift
[201/1172] Compiling HashTreeCollections _HashStack.swift
[202/1172] Compiling HashTreeCollections _HashTreeIterator.swift
[203/1172] Compiling HashTreeCollections _HashTreeStatistics.swift
[204/1172] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[205/1172] Compiling HashTreeCollections _RawHashNode.swift
[206/1172] Compiling HashTreeCollections _UnmanagedHashNode.swift
[207/1172] Compiling HashTreeCollections _UnsafePath.swift
[208/1172] Compiling HeapModule Heap.swift
[209/1172] Compiling HeapModule _HeapNode.swift
[210/1172] Compiling HeapModule Heap+Invariants.swift
[211/1172] Compiling HeapModule Heap+Descriptions.swift
[212/1172] Compiling HeapModule Heap+UnsafeHandle.swift
[213/1174] Emitting module HeapModule
[215/1175] Compiling Tracing SpanProtocol.swift
[216/1176] Compiling HashTreeCollections TreeDictionary+Filter.swift
[217/1176] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[218/1176] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[219/1176] Compiling HashTreeCollections TreeDictionary+Keys.swift
[220/1176] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[221/1176] Compiling HashTreeCollections TreeDictionary+Merge.swift
[222/1176] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[223/1176] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[224/1176] Compiling HashTreeCollections _AncestorHashSlots.swift
[225/1176] Compiling HashTreeCollections _Bitmap.swift
[226/1176] Compiling HashTreeCollections _Bucket.swift
[227/1176] Compiling HashTreeCollections _Hash.swift
[228/1176] Compiling HashTreeCollections _HashLevel.swift
[229/1176] Compiling HashTreeCollections _HashNode+Builder.swift
[230/1176] Compiling HashTreeCollections _HashNode+Debugging.swift
[231/1176] Compiling HashTreeCollections _HashNode+Initializers.swift
[232/1176] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[233/1176] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[234/1176] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[235/1176] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[236/1176] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[237/1176] Compiling HashTreeCollections _HashNode+Structural merge.swift
[238/1176] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[239/1176] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[240/1176] Compiling HashTreeCollections _HashNode+Structural union.swift
[241/1176] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[242/1176] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[243/1176] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[244/1176] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[245/1176] Compiling HashTreeCollections _HashNode.swift
[246/1176] Compiling HashTreeCollections _HashNodeHeader.swift
[247/1176] Compiling HashTreeCollections _HashSlot.swift
[248/1176] Compiling HashTreeCollections TreeSet+Hashable.swift
[249/1176] Compiling HashTreeCollections TreeSet+Sendable.swift
[250/1176] Compiling HashTreeCollections TreeSet+Sequence.swift
[251/1176] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[252/1176] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[253/1176] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[254/1176] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[255/1176] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[256/1176] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[257/1176] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[259/1201] Compiling OrderedCollections OrderedSet+SubSequence.swift
[260/1201] Compiling OrderedCollections OrderedSet+Testing.swift
[261/1201] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[262/1201] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[263/1201] Compiling OrderedCollections OrderedSet.swift
[264/1201] Compiling OrderedCollections _UnsafeBitset.swift
[265/1201] Compiling HashTreeCollections TreeSet+Equatable.swift
[266/1201] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[267/1201] Compiling HashTreeCollections TreeSet+Extras.swift
[268/1201] Compiling HashTreeCollections TreeSet+Filter.swift
[279/1201] Compiling OrderedCollections OrderedSet+Sendable.swift
[280/1201] Compiling DequeModule _DequeBuffer.swift
[281/1201] Compiling DequeModule _DequeBufferHeader.swift
[298/1203] Compiling DequeModule Deque+Testing.swift
[299/1203] Compiling DequeModule Deque._Storage.swift
[300/1203] Compiling DequeModule Deque._UnsafeHandle.swift
[301/1203] Compiling DequeModule Deque.swift
[304/1203] Compiling DequeModule _DequeSlot.swift
[305/1203] Compiling DequeModule _UnsafeWrappedBuffer.swift
[315/1212] Compiling DequeModule Deque+Equatable.swift
[316/1212] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[317/1212] Compiling DequeModule Deque+CustomReflectable.swift
[318/1212] Compiling DequeModule Deque+Descriptions.swift
[319/1212] Compiling DequeModule Deque+Extras.swift
[320/1212] Compiling DequeModule Deque+Hashable.swift
[321/1212] Emitting module RoutingKit
[322/1212] Compiling RoutingKit AnyRouter.swift
[323/1212] Emitting module OrderedCollections
[326/1213] Compiling DequeModule Deque+Codable.swift
[327/1213] Compiling DequeModule Deque+Collection.swift
[328/1213] Compiling _RopeModule _CharacterRecognizer.swift
[329/1213] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[330/1213] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[331/1213] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[332/1213] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[333/1213] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[334/1213] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[335/1213] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[336/1213] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[337/1213] Compiling HashTreeCollections TreeSet.swift
[339/1213] Emitting module DequeModule
[340/1213] Compiling RoutingKit Parameters.swift
[341/1213] Emitting module Metrics
[342/1213] Compiling Metrics Metrics.swift
[367/1215] Compiling RoutingKit PathComponent.swift
[368/1215] Compiling RoutingKit Router.swift
[369/1215] Compiling RoutingKit TrieRouter.swift
[382/1216] Emitting module _RopeModule
[384/1216] Compiling HTTPTypes HTTPFieldName.swift
[385/1216] Emitting module HTTPTypes
[386/1216] Compiling HTTPTypes HTTPFields.swift
[387/1216] Compiling HTTPTypes HTTPField.swift
[411/1217] Compiling ssl_x509.cc
[424/1217] Emitting module HashTreeCollections
[424/1218] Compiling ssl_transcript.cc
[425/1228] Compiling ssl_versions.cc
[428/1279] Compiling OpenAPIRuntime ServerVariable.swift
[429/1279] Compiling OpenAPIRuntime URLExtensions.swift
[430/1279] Compiling OpenAPIRuntime Deprecated.swift
[431/1279] Compiling OpenAPIRuntime ClientError.swift
[432/1279] Compiling OpenAPIRuntime CodingErrors.swift
[433/1279] Compiling OpenAPIRuntime RuntimeError.swift
[434/1279] Compiling OpenAPIRuntime ServerError.swift
[435/1279] Compiling OpenAPIRuntime CurrencyTypes.swift
[435/1279] Compiling ssl_stat.cc
[437/1279] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[438/1279] Compiling OpenAPIRuntime HTTPBody.swift
[439/1279] Compiling OpenAPIRuntime ServerTransport.swift
[440/1279] Compiling OpenAPIRuntime UniversalClient.swift
[441/1279] Compiling OpenAPIRuntime UniversalServer.swift
[442/1279] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[443/1279] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[444/1279] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[445/1279] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[446/1279] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[447/1279] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[448/1279] Compiling OpenAPIRuntime ServerSentEvents.swift
[449/1279] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[450/1279] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[451/1279] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[452/1279] Compiling OpenAPIRuntime ClientTransport.swift
[453/1279] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[454/1279] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[455/1279] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[456/1279] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[457/1279] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[458/1279] Compiling _RopeModule Rope+Join.swift
[459/1279] Compiling _RopeModule Rope+MutatingForEach.swift
[460/1279] Compiling _RopeModule Rope+Remove.swift
[461/1279] Compiling _RopeModule Rope+RemoveSubrange.swift
[462/1279] Compiling _RopeModule Rope+Split.swift
[463/1279] Compiling _RopeModule Optional Utilities.swift
[464/1279] Compiling _RopeModule String Utilities.swift
[465/1279] Compiling _RopeModule String.Index+ABI.swift
[467/1280] Compiling ssl_session.cc
[468/1280] Compiling ssl_privkey.cc
[470/1280] Compiling OpenAPIRuntime FoundationExtensions.swift
[471/1280] Compiling OpenAPIRuntime ParameterStyles.swift
[478/1288] Compiling ssl_lib.cc
[479/1288] Compiling ssl_key_share.cc
[480/1288] Compiling ssl_file.cc
[481/1288] Compiling ssl_credential.cc
[483/1288] Compiling OpenAPIRuntime URICodeCodingKey.swift
[484/1288] Compiling OpenAPIRuntime URICoderConfiguration.swift
[485/1288] Compiling OpenAPIRuntime URIEncodedNode.swift
[486/1288] Compiling OpenAPIRuntime URIParsedTypes.swift
[487/1288] Compiling OpenAPIRuntime URIDecoder.swift
[488/1288] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[489/1288] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[490/1288] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[490/1288] Compiling ssl_cipher.cc
[492/1288] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[493/1288] Compiling OpenAPIRuntime CodableExtensions.swift
[494/1288] Compiling OpenAPIRuntime Configuration.swift
[495/1288] Compiling OpenAPIRuntime Converter+Client.swift
[496/1288] Compiling OpenAPIRuntime Converter+Common.swift
[497/1288] Compiling OpenAPIRuntime Converter+Server.swift
[498/1288] Compiling OpenAPIRuntime Converter.swift
[499/1288] Compiling OpenAPIRuntime CurrencyExtensions.swift
[500/1288] Compiling OpenAPIRuntime ErrorExtensions.swift
[506/1288] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[507/1288] Compiling OpenAPIRuntime MultipartValidation.swift
[508/1288] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[509/1288] Emitting module OpenAPIRuntime
[510/1288] Compiling OpenAPIRuntime Acceptable.swift
[511/1288] Compiling OpenAPIRuntime Base64EncodedData.swift
[512/1288] Compiling OpenAPIRuntime ByteUtilities.swift
[513/1288] Compiling OpenAPIRuntime ContentDisposition.swift
[514/1288] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[515/1288] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[516/1288] Compiling OpenAPIRuntime OpenAPIValue.swift
[517/1288] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[518/1288] Compiling OpenAPIRuntime UndocumentedPayload.swift
[518/1288] Compiling ssl_cert.cc
[536/1288] Compiling ssl_buffer.cc
[538/1288] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[539/1288] Compiling OpenAPIRuntime URIEncoder.swift
[540/1288] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[541/1288] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[542/1288] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[543/1288] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[544/1288] Compiling OpenAPIRuntime URIParser.swift
[545/1288] Compiling OpenAPIRuntime URISerializer.swift
[545/1288] Compiling ssl_asn1.cc
[546/1289] Compiling s3_pkt.cc
[547/1289] Compiling s3_lib.cc
[549/1289] Compiling ssl_aead_ctx.cc
[550/1289] Compiling s3_both.cc
[551/1289] Compiling handshake_server.cc
[552/1289] Compiling handshake_client.cc
[553/1289] Compiling handshake.cc
[554/1289] Compiling handoff.cc
[555/1289] Compiling dtls_record.cc
[556/1289] Compiling dtls_method.cc
[557/1289] Compiling md5-x86_64-linux.S
[558/1289] Compiling encrypted_client_hello.cc
[559/1289] Compiling md5-x86_64-apple.S
[560/1289] Compiling md5-586-linux.S
[561/1289] Compiling extensions.cc
[562/1289] Compiling md5-586-apple.S
[563/1289] Compiling chacha20_poly1305_x86_64-apple.S
[564/1289] Compiling chacha20_poly1305_x86_64-linux.S
[565/1289] Compiling chacha20_poly1305_armv8-win.S
[566/1289] Compiling chacha20_poly1305_armv8-linux.S
[567/1289] Compiling chacha20_poly1305_armv8-apple.S
[568/1289] Compiling chacha-x86_64-apple.S
[569/1289] Compiling chacha-x86_64-linux.S
[570/1289] Compiling chacha-x86-linux.S
[571/1289] Compiling chacha-x86-apple.S
[572/1289] Compiling err_data.cc
[573/1289] Compiling chacha-armv8-win.S
[573/1289] Compiling chacha-armv8-linux.S
[575/1289] Compiling chacha-armv8-apple.S
[576/1289] Compiling chacha-armv4-linux.S
[577/1289] Compiling aes128gcmsiv-x86_64-apple.S
[578/1289] Compiling aes128gcmsiv-x86_64-linux.S
[579/1289] Compiling x86_64-mont5-apple.S
[580/1289] Compiling x86_64-mont5-linux.S
[581/1289] Compiling x86_64-mont-linux.S
[582/1289] Compiling x86_64-mont-apple.S
[583/1289] Compiling x86-mont-linux.S
[584/1289] Compiling x86-mont-apple.S
[585/1289] Compiling vpaes-x86_64-linux.S
[586/1289] Compiling vpaes-x86_64-apple.S
[587/1289] Compiling vpaes-x86-linux.S
[588/1289] Compiling vpaes-x86-apple.S
[589/1289] Compiling vpaes-armv8-win.S
[589/1289] Compiling vpaes-armv8-linux.S
[591/1289] Compiling d1_srtp.cc
[592/1289] Compiling vpaes-armv8-apple.S
[593/1289] Compiling vpaes-armv7-linux.S
[594/1289] Compiling sha512-x86_64-linux.S
[595/1289] Compiling sha512-x86_64-apple.S
[596/1289] Compiling sha512-armv8-win.S
[597/1289] Compiling sha512-armv8-linux.S
[598/1289] Compiling sha512-armv8-apple.S
[599/1289] Compiling sha512-armv4-linux.S
[600/1289] Compiling sha512-586-linux.S
[601/1289] Compiling sha512-586-apple.S
[602/1289] Compiling sha256-x86_64-linux.S
[603/1289] Compiling sha256-x86_64-apple.S
[604/1289] Compiling sha256-armv8-win.S
[605/1289] Compiling sha256-armv8-linux.S
[606/1289] Compiling sha256-armv8-apple.S
[607/1289] Compiling sha256-armv4-linux.S
[608/1289] Compiling sha256-586-linux.S
[609/1289] Compiling sha256-586-apple.S
[610/1289] Compiling bio_ssl.cc
[611/1289] Compiling sha1-x86_64-apple.S
[612/1289] Compiling sha1-x86_64-linux.S
[613/1289] Compiling sha1-armv8-win.S
[614/1289] Compiling sha1-armv8-linux.S
[615/1289] Compiling sha1-armv8-apple.S
[616/1289] Compiling sha1-armv4-large-linux.S
[617/1289] Compiling sha1-586-linux.S
[618/1289] Compiling sha1-586-apple.S
[619/1289] Compiling d1_pkt.cc
[620/1289] Compiling rsaz-avx2-linux.S
[621/1289] Compiling rsaz-avx2-apple.S
[622/1289] Compiling rdrand-x86_64-linux.S
[623/1289] Compiling rdrand-x86_64-apple.S
[624/1289] Compiling p256_beeu-x86_64-asm-linux.S
[625/1289] Compiling p256_beeu-x86_64-asm-apple.S
[626/1289] Compiling p256_beeu-armv8-asm-win.S
[627/1289] Compiling p256_beeu-armv8-asm-linux.S
[628/1289] Compiling p256_beeu-armv8-asm-apple.S
[629/1289] Compiling p256-x86_64-asm-apple.S
[630/1289] Compiling p256-armv8-asm-linux.S
[631/1289] Compiling p256-armv8-asm-win.S
[632/1289] Compiling p256-x86_64-asm-linux.S
[633/1289] Compiling p256-armv8-asm-apple.S
[634/1289] Compiling ghashv8-armv8-win.S
[635/1289] Compiling ghashv8-armv8-apple.S
[636/1289] Compiling ghashv8-armv7-linux.S
[637/1289] Compiling ghashv8-armv8-linux.S
[638/1289] Compiling ghash-x86_64-apple.S
[639/1289] Compiling ghash-x86_64-linux.S
[640/1289] Compiling ghash-x86-linux.S
[641/1289] Compiling ghash-x86-apple.S
[642/1289] Compiling ghash-ssse3-x86_64-apple.S
[643/1289] Compiling ghash-ssse3-x86_64-linux.S
[644/1289] Compiling ghash-ssse3-x86-apple.S
[644/1289] Compiling ghash-ssse3-x86-linux.S
[646/1289] Compiling ghash-neon-armv8-win.S
[647/1289] Compiling ghash-neon-armv8-linux.S
[648/1289] Compiling ghash-neon-armv8-apple.S
[649/1289] Compiling ghash-armv4-linux.S
[650/1289] Compiling co-586-linux.S
[651/1289] Compiling co-586-apple.S
[652/1289] Compiling bsaes-armv7-linux.S
[653/1289] Compiling bn-armv8-win.S
[654/1289] Compiling bn-armv8-linux.S
[655/1289] Compiling bn-armv8-apple.S
[656/1289] Compiling bn-586-linux.S
[657/1289] Compiling bn-586-apple.S
[658/1289] Compiling armv8-mont-win.S
[659/1289] Compiling armv8-mont-linux.S
[660/1289] Compiling armv8-mont-apple.S
[661/1289] Compiling armv4-mont-linux.S
[662/1289] Compiling d1_lib.cc
[663/1289] Compiling aesv8-gcm-armv8-win.S
[664/1289] Compiling aesv8-gcm-armv8-linux.S
[665/1289] Compiling aesv8-gcm-armv8-apple.S
[666/1289] Compiling aesv8-armv8-win.S
[667/1289] Compiling aesv8-armv8-linux.S
[668/1289] Compiling aesv8-armv7-linux.S
[669/1289] Compiling aesv8-armv8-apple.S
[670/1289] Compiling aesni-x86_64-apple.S
[671/1289] Compiling aesni-x86_64-linux.S
[672/1289] Compiling aesni-x86-linux.S
[673/1289] Compiling aesni-x86-apple.S
[674/1289] Compiling aesni-gcm-x86_64-linux.S
[675/1289] Compiling aesni-gcm-x86_64-apple.S
[676/1289] Compiling aes-gcm-avx2-x86_64-linux.S
[677/1289] Compiling aes-gcm-avx2-x86_64-apple.S
[678/1289] Compiling aes-gcm-avx10-x86_64-linux.S
[679/1289] Compiling aes-gcm-avx10-x86_64-apple.S
[680/1289] Compiling d1_both.cc
[681/1289] Compiling x_sig.cc
[682/1289] Compiling x_val.cc
[683/1289] Compiling x_spki.cc
[683/1289] Compiling x_x509a.cc
[685/1289] Compiling x_req.cc
[686/1289] Compiling x_x509.cc
[687/1289] Compiling x_pubkey.cc
[688/1289] Compiling x_name.cc
[689/1289] Compiling x_exten.cc
[690/1289] Compiling x_algor.cc
[691/1289] Compiling x_attrib.cc
[692/1289] Compiling x509spki.cc
[693/1289] Compiling x_crl.cc
[694/1289] Compiling x_all.cc
[695/1289] Compiling x509rset.cc
[696/1289] Compiling x509name.cc
[697/1289] Compiling x509_txt.cc
[698/1289] Compiling x509cset.cc
[699/1289] Compiling x509_vpm.cc
[700/1289] Compiling x509_v3.cc
[701/1289] Compiling x509_trs.cc
[702/1289] Compiling x509_set.cc
[702/1289] Compiling x509_vfy.cc
[704/1289] Compiling x509_req.cc
[705/1289] Compiling x509_def.cc
[706/1289] Compiling x509_obj.cc
[707/1289] Compiling x509_d2.cc
[708/1289] Compiling x509_ext.cc
[709/1289] Compiling x509_lu.cc
[710/1289] Compiling x509_att.cc
[711/1289] Compiling x509_cmp.cc
[712/1289] Compiling x509.cc
[713/1289] Compiling v3_skey.cc
[714/1289] Compiling v3_prn.cc
[715/1289] Compiling v3_purp.cc
[716/1289] Compiling v3_ocsp.cc
[717/1289] Compiling v3_pmaps.cc
[718/1289] Compiling v3_utl.cc
[719/1289] Compiling v3_pcons.cc
[720/1289] Compiling v3_ncons.cc
[721/1289] Compiling v3_int.cc
[722/1289] Compiling v3_lib.cc
[723/1289] Compiling v3_ia5.cc
[724/1289] Compiling v3_info.cc
[725/1289] Compiling v3_genn.cc
[726/1289] Compiling v3_extku.cc
[727/1289] Compiling v3_enum.cc
[728/1289] Compiling v3_crld.cc
[729/1289] Compiling v3_cpols.cc
[730/1289] Compiling v3_bitst.cc
[730/1289] Compiling v3_conf.cc
[732/1289] Compiling v3_bcons.cc
[733/1289] Compiling v3_akeya.cc
[734/1289] Compiling v3_alt.cc
[735/1289] Compiling v3_akey.cc
[736/1289] Compiling t_x509a.cc
[737/1289] Compiling i2d_pr.cc
[738/1289] Compiling t_crl.cc
[739/1289] Compiling t_x509.cc
[740/1289] Compiling t_req.cc
[741/1289] Compiling rsa_pss.cc
[742/1289] Compiling name_print.cc
[743/1289] Compiling policy.cc
[744/1289] Compiling by_file.cc
[745/1289] Compiling by_dir.cc
[746/1289] Compiling voprf.cc
[747/1289] Compiling algorithm.cc
[748/1289] Compiling asn1_gen.cc
[749/1289] Compiling trust_token.cc
[750/1289] Compiling a_digest.cc
[751/1289] Compiling a_verify.cc
[752/1289] Compiling a_sign.cc
[753/1289] Compiling thread.cc
[754/1289] Compiling thread_win.cc
[755/1289] Compiling thread_none.cc
[756/1289] Compiling thread_pthread.cc
[757/1289] Compiling stack.cc
[758/1289] Compiling pmbtoken.cc
[759/1289] Compiling slhdsa.cc
[760/1289] Compiling sha512.cc
[761/1289] Compiling sha256.cc
[762/1289] Compiling sha1.cc
[762/1289] Compiling siphash.cc
[764/1289] Compiling spake2plus.cc
[765/1289] Compiling rsa_print.cc
[766/1289] Compiling rsa_extra.cc
[767/1289] Compiling rc4.cc
[768/1289] Compiling refcount.cc
[769/1289] Compiling windows.cc
[770/1289] Compiling rsa_crypt.cc
[771/1289] Compiling trusty.cc
[772/1289] Compiling rand.cc
[773/1289] Compiling urandom.cc
[774/1289] Compiling rsa_asn1.cc
[775/1289] Compiling ios.cc
[776/1289] Compiling passive.cc
[777/1289] Compiling getentropy.cc
[778/1289] Compiling poly1305_arm_asm.S
[779/1289] Compiling forkunsafe.cc
[780/1289] Compiling deterministic.cc
[781/1289] Compiling fork_detect.cc
[782/1289] Compiling poly1305_arm.cc
[783/1289] Compiling poly1305.cc
[784/1289] Compiling pool.cc
[785/1289] Compiling poly1305_vec.cc
[786/1289] Compiling pkcs7.cc
[787/1289] Compiling pkcs8.cc
[788/1289] Compiling p5_pbev2.cc
[789/1289] Compiling pkcs8_x509.cc
[790/1289] Compiling pkcs7_x509.cc
[791/1289] Compiling pem_xaux.cc
[792/1289] Compiling pem_x509.cc
[793/1289] Compiling pem_pkey.cc
[794/1289] Compiling mlkem.cc
[795/1289] Compiling pem_pk8.cc
[796/1289] Compiling obj_xref.cc
[797/1289] Compiling pem_oth.cc
[798/1289] Compiling pem_info.cc
[799/1289] Compiling mldsa.cc
[800/1289] Compiling pem_lib.cc
[801/1289] Compiling pem_all.cc
[802/1289] Compiling obj.cc
[803/1289] Compiling poly_rq_mul.S
[804/1289] Compiling fips_shared_support.cc
[805/1289] Compiling md5.cc
[806/1289] Compiling mem.cc
[807/1289] Compiling md4.cc
[808/1289] Compiling lhash.cc
[809/1289] Compiling hrss.cc
[810/1289] Compiling ex_data.cc
[811/1289] Compiling sign.cc
[812/1289] Compiling kyber.cc
[813/1289] Compiling scrypt.cc
[814/1289] Compiling hpke.cc
[815/1289] Compiling print.cc
[816/1289] Compiling p_x25519.cc
[817/1289] Compiling pbkdf.cc
[818/1289] Compiling p_x25519_asn1.cc
[819/1289] Compiling p_rsa_asn1.cc
[820/1289] Compiling p_ed25519.cc
[821/1289] Compiling p_rsa.cc
[822/1289] Compiling p_hkdf.cc
[823/1289] Compiling p_ed25519_asn1.cc
[824/1289] Compiling p_ec_asn1.cc
[825/1289] Compiling p_ec.cc
[826/1289] Compiling p_dh.cc
[827/1289] Compiling p_dh_asn1.cc
[828/1289] Compiling evp_ctx.cc
[829/1289] Compiling p_dsa_asn1.cc
[830/1289] Compiling evp.cc
[831/1289] Compiling err.cc
[832/1289] Compiling evp_asn1.cc
[833/1289] Compiling engine.cc
[834/1289] Compiling ecdh.cc
[835/1289] Compiling ecdsa_asn1.cc
[836/1289] Compiling hash_to_curve.cc
[837/1289] Compiling ec_derive.cc
[838/1289] Compiling dsa.cc
[839/1289] Compiling dsa_asn1.cc
[840/1289] Compiling ec_asn1.cc
[841/1289] Compiling des.cc
[842/1289] Compiling params.cc
[843/1289] Compiling dh_asn1.cc
[844/1289] Compiling x25519-asm-arm.S
[845/1289] Compiling digest_extra.cc
[846/1289] Compiling spake25519.cc
[847/1289] Compiling crypto.cc
[848/1289] Compiling cpu_intel.cc
[849/1289] Compiling cpu_arm_linux.cc
[850/1289] Compiling curve25519.cc
[851/1289] Compiling bcm.cc
[852/1289] Compiling cpu_arm_freebsd.cc
[853/1289] Compiling cpu_aarch64_linux.cc
[854/1289] Compiling cpu_aarch64_openbsd.cc
[855/1289] Compiling cpu_aarch64_sysreg.cc
[856/1289] Compiling curve25519_64_adx.cc
[857/1289] Compiling cpu_aarch64_fuchsia.cc
[857/1289] Compiling cpu_aarch64_win.cc
[859/1289] Compiling conf.cc
[860/1289] Compiling cpu_aarch64_apple.cc
[861/1289] Compiling get_cipher.cc
[862/1289] Compiling tls_cbc.cc
[863/1289] Compiling e_tls.cc
[864/1289] Compiling e_rc2.cc
[865/1289] Compiling e_null.cc
[866/1289] Compiling e_rc4.cc
[867/1289] Compiling e_des.cc
[868/1289] Compiling e_aesgcmsiv.cc
[869/1289] Compiling derive_key.cc
[870/1289] Compiling e_chacha20poly1305.cc
[871/1289] Compiling chacha.cc
[872/1289] Compiling e_aesctrhmac.cc
[873/1289] Compiling unicode.cc
[874/1289] Compiling buf.cc
[875/1289] Compiling ber.cc
[876/1289] Compiling asn1_compat.cc
[877/1289] Compiling cbs.cc
[878/1289] Compiling cbb.cc
[879/1289] Compiling convert.cc
[880/1289] Compiling blake2.cc
[881/1289] Compiling socket_helper.cc
[882/1289] Compiling socket.cc
[883/1289] Compiling printf.cc
[884/1289] Compiling bn_asn1.cc
[885/1289] Compiling file.cc
[886/1289] Compiling pair.cc
[887/1289] Compiling hexdump.cc
[888/1289] Compiling errno.cc
[889/1289] Compiling fd.cc
[890/1289] Compiling connect.cc
[891/1289] Compiling bio_mem.cc
[892/1289] Compiling base64.cc
[893/1289] Compiling bio.cc
[894/1289] Compiling tasn_typ.cc
[895/1289] Compiling tasn_fre.cc
[896/1289] Compiling tasn_enc.cc
[897/1289] Compiling tasn_new.cc
[898/1289] Compiling tasn_utl.cc
[899/1289] Compiling f_string.cc
[900/1289] Compiling f_int.cc
[901/1289] Compiling tasn_dec.cc
[902/1289] Compiling posix_time.cc
[903/1289] Compiling asn_pack.cc
[904/1289] Compiling asn1_par.cc
[905/1289] Compiling a_utctm.cc
[906/1289] Compiling asn1_lib.cc
[907/1289] Compiling a_octet.cc
[908/1289] Compiling a_time.cc
[909/1289] Compiling a_type.cc
[910/1289] Compiling a_strex.cc
[911/1289] Compiling a_strnid.cc
[912/1289] Compiling a_object.cc
[913/1289] Compiling a_dup.cc
[914/1289] Compiling a_i2d_fp.cc
[915/1289] Compiling a_d2i_fp.cc
[916/1289] Compiling a_mbstr.cc
[917/1289] Compiling a_bitstr.cc
[918/1289] Compiling a_gentm.cc
[919/1289] Compiling a_int.cc
[920/1289] Compiling fiat_p256_adx_sqr.S
[921/1289] Compiling fiat_curve25519_adx_square.S
[922/1289] Compiling fiat_p256_adx_mul.S
[923/1289] Compiling fiat_curve25519_adx_mul.S
[924/1289] Compiling a_bool.cc
[925/1289] Compiling md5-x86_64-linux.S
[926/1289] Compiling md5-x86_64-apple.S
[927/1289] Compiling md5-586-linux.S
[928/1289] Compiling md5-586-apple.S
[929/1289] Compiling chacha20_poly1305_x86_64-apple.S
[930/1289] Compiling chacha20_poly1305_armv8-win.S
[931/1289] Compiling chacha20_poly1305_armv8-linux.S
[932/1289] Compiling CCryptoBoringSSLShims shims.c
[933/1289] Compiling chacha20_poly1305_x86_64-linux.S
[934/1289] Compiling chacha-x86_64-linux.S
[935/1289] Compiling chacha20_poly1305_armv8-apple.S
[936/1289] Compiling chacha-x86-linux.S
[937/1289] Compiling chacha-x86_64-apple.S
[938/1289] Compiling chacha-armv8-win.S
[939/1289] Compiling chacha-x86-apple.S
[940/1289] Compiling chacha-armv8-linux.S
[941/1289] Compiling chacha-armv8-apple.S
[942/1289] Compiling chacha-armv4-linux.S
[943/1289] Compiling aes128gcmsiv-x86_64-linux.S
[944/1289] Compiling aes128gcmsiv-x86_64-apple.S
[945/1289] Compiling x86_64-mont5-apple.S
[946/1289] Compiling err_data.cc
[947/1289] Compiling x86_64-mont-apple.S
[948/1289] Compiling x86_64-mont5-linux.S
[949/1289] Compiling x86-mont-apple.S
[949/1289] Compiling x86_64-mont-linux.S
[951/1289] Compiling x86-mont-linux.S
[952/1289] Compiling vpaes-x86_64-linux.S
[953/1289] Compiling vpaes-x86_64-apple.S
[954/1289] Compiling vpaes-x86-apple.S
[955/1289] Compiling vpaes-x86-linux.S
[956/1289] Compiling vpaes-armv8-win.S
[957/1289] Compiling vpaes-armv8-linux.S
[958/1289] Compiling vpaes-armv7-linux.S
[959/1289] Compiling vpaes-armv8-apple.S
[960/1289] Compiling sha512-armv8-win.S
[961/1289] Compiling sha512-x86_64-apple.S
[962/1289] Compiling sha512-x86_64-linux.S
[963/1289] Compiling sha512-armv8-linux.S
[964/1289] Compiling sha512-armv8-apple.S
[965/1289] Compiling sha512-586-linux.S
[966/1289] Compiling sha512-586-apple.S
[967/1289] Compiling sha512-armv4-linux.S
[968/1289] Compiling sha256-x86_64-linux.S
[969/1289] Compiling sha256-x86_64-apple.S
[970/1289] Compiling sha256-armv8-linux.S
[971/1289] Compiling sha256-armv8-win.S
[972/1289] Compiling sha256-armv8-apple.S
[973/1289] Compiling sha256-armv4-linux.S
[974/1289] Compiling sha256-586-linux.S
[975/1289] Compiling sha256-586-apple.S
[976/1289] Compiling sha1-x86_64-apple.S
[977/1289] Compiling sha1-x86_64-linux.S
[978/1289] Compiling sha1-armv8-linux.S
[979/1289] Compiling sha1-armv8-win.S
[980/1289] Compiling sha1-armv8-apple.S
[981/1289] Compiling sha1-armv4-large-linux.S
[982/1289] Compiling sha1-586-linux.S
[983/1289] Compiling sha1-586-apple.S
[984/1289] Compiling rsaz-avx2-apple.S
[985/1289] Compiling rsaz-avx2-linux.S
[986/1289] Compiling rdrand-x86_64-linux.S
[987/1289] Compiling p256_beeu-x86_64-asm-linux.S
[988/1289] Compiling p256_beeu-x86_64-asm-apple.S
[989/1289] Compiling rdrand-x86_64-apple.S
[990/1289] Compiling p256_beeu-armv8-asm-win.S
[991/1289] Compiling p256_beeu-armv8-asm-linux.S
[992/1289] Compiling p256_beeu-armv8-asm-apple.S
[993/1289] Compiling p256-armv8-asm-win.S
[994/1289] Compiling p256-x86_64-asm-apple.S
[995/1289] Compiling p256-armv8-asm-linux.S
[996/1289] Compiling p256-armv8-asm-apple.S
[997/1289] Compiling p256-x86_64-asm-linux.S
[998/1289] Compiling ghashv8-armv8-win.S
[999/1289] Compiling ghashv8-armv8-linux.S
[1000/1289] Compiling ghashv8-armv8-apple.S
[1001/1289] Compiling ghashv8-armv7-linux.S
[1002/1289] Compiling ghash-x86_64-apple.S
[1003/1289] Compiling ghash-x86_64-linux.S
[1004/1289] Compiling ghash-x86-linux.S
[1005/1289] Compiling ghash-ssse3-x86_64-linux.S
[1006/1289] Compiling ghash-x86-apple.S
[1007/1289] Compiling ghash-ssse3-x86-apple.S
[1008/1289] Compiling ghash-ssse3-x86-linux.S
[1009/1289] Compiling ghash-ssse3-x86_64-apple.S
[1010/1289] Compiling ghash-neon-armv8-win.S
[1011/1289] Compiling ghash-neon-armv8-linux.S
[1012/1289] Compiling ghash-neon-armv8-apple.S
[1013/1289] Compiling co-586-apple.S
[1014/1289] Compiling ghash-armv4-linux.S
[1015/1289] Compiling co-586-linux.S
[1016/1289] Compiling bsaes-armv7-linux.S
[1017/1289] Compiling bn-armv8-linux.S
[1018/1289] Compiling bn-armv8-win.S
[1019/1289] Compiling bn-armv8-apple.S
[1020/1289] Compiling bn-586-linux.S
[1021/1289] Compiling bn-586-apple.S
[1022/1289] Compiling armv8-mont-apple.S
[1023/1289] Compiling armv4-mont-linux.S
[1023/1289] Compiling armv8-mont-linux.S
[1025/1289] Compiling armv8-mont-win.S
[1026/1289] Compiling aesv8-gcm-armv8-win.S
[1027/1289] Compiling aesv8-armv8-win.S
[1028/1289] Compiling aesv8-gcm-armv8-apple.S
[1029/1289] Compiling aesv8-armv8-apple.S
[1030/1289] Compiling aesv8-armv8-linux.S
[1031/1289] Compiling aesv8-gcm-armv8-linux.S
[1032/1289] Compiling aesv8-armv7-linux.S
[1033/1289] Compiling aesni-x86_64-apple.S
[1034/1289] Compiling aesni-x86-linux.S
[1035/1289] Compiling aesni-gcm-x86_64-linux.S
[1036/1289] Compiling aesni-x86-apple.S
[1037/1289] Compiling aesni-x86_64-linux.S
[1038/1289] Compiling aesni-gcm-x86_64-apple.S
[1039/1289] Compiling aes-gcm-avx10-x86_64-apple.S
[1040/1289] Compiling aes-gcm-avx10-x86_64-linux.S
[1041/1289] Compiling c-nioatomics.c
[1042/1289] Compiling x_x509.cc
[1043/1289] Compiling x_x509a.cc
[1044/1289] Compiling x_val.cc
[1045/1289] Compiling x_spki.cc
[1046/1289] Compiling x_sig.cc
[1047/1289] Compiling x_req.cc
[1048/1289] Compiling c-atomics.c
[1049/1289] Compiling x_pubkey.cc
[1050/1289] Compiling x_exten.cc
[1051/1290] Compiling x_name.cc
[1052/1295] Compiling x_crl.cc
[1053/1295] Compiling x509spki.cc
[1054/1295] Compiling x_algor.cc
[1055/1295] Compiling x_attrib.cc
[1056/1295] Compiling x509rset.cc
[1058/1295] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1059/1295] Emitting module NIOConcurrencyHelpers
[1060/1295] Compiling NIOConcurrencyHelpers NIOLock.swift
[1060/1295] Compiling x509name.cc
[1061/1295] Compiling x_all.cc
[1063/1295] Compiling NIOConcurrencyHelpers lock.swift
[1064/1295] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1065/1295] Compiling NIOConcurrencyHelpers atomics.swift
[1065/1296] Compiling x509_v3.cc
[1067/1296] Compiling x509cset.cc
[1068/1296] Compiling x509_txt.cc
[1069/1296] Compiling x509_vfy.cc
[1070/1322] Compiling x509_vpm.cc
[1071/1322] Compiling x509_obj.cc
[1072/1322] Compiling x509_trs.cc
[1073/1322] Compiling x509_req.cc
[1075/1322] Compiling ConsoleKitTerminal ActivityBar.swift
[1076/1322] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1077/1322] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1078/1322] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1078/1322] Compiling x509_lu.cc
[1079/1325] Compiling x509_set.cc
[1081/1325] Emitting module ConsoleKitTerminal
[1081/1325] Compiling x509_ext.cc
[1082/1325] Compiling x509_def.cc
[1084/1325] Compiling ConsoleKitTerminal CustomActivity.swift
[1085/1325] Compiling ConsoleKitTerminal LoadingBar.swift
[1086/1325] Compiling ConsoleKitTerminal ProgressBar.swift
[1087/1325] Compiling ConsoleKitTerminal Console+Clear.swift
[1088/1325] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1089/1325] Compiling ConsoleKitTerminal ConsoleClear.swift
[1090/1325] Compiling ConsoleKitTerminal Console+Ask.swift
[1091/1325] Compiling ConsoleKitTerminal Console+Choose.swift
[1092/1325] Compiling ConsoleKitTerminal Console+Wait.swift
[1093/1325] Compiling ConsoleKitTerminal ConsoleColor.swift
[1094/1325] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1095/1325] Compiling ConsoleKitTerminal Console+Confirm.swift
[1096/1325] Compiling ConsoleKitTerminal Console+Input.swift
[1097/1325] Compiling ConsoleKitTerminal Console+Center.swift
[1098/1325] Compiling ConsoleKitTerminal Console+Output.swift
[1099/1325] Compiling ConsoleKitTerminal ConsoleText.swift
[1100/1325] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1101/1325] Compiling ConsoleKitTerminal ANSI.swift
[1101/1325] Compiling x509_d2.cc
[1103/1325] Compiling ConsoleKitTerminal Console.swift
[1104/1325] Compiling ConsoleKitTerminal Terminal.swift
[1105/1325] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1105/1325] Compiling x509.cc
[1106/1325] Compiling x509_att.cc
[1107/1325] Compiling v3_utl.cc
[1109/1325] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1110/1325] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1111/1325] Compiling ConsoleKitTerminal LoggerFragment.swift
[1111/1326] Compiling x509_cmp.cc
[1112/1326] Compiling v3_purp.cc
[1113/1326] Compiling v3_skey.cc
[1115/1326] Compiling v3_prn.cc
[1116/1326] Compiling v3_pcons.cc
[1117/1326] Compiling v3_int.cc
[1118/1326] Compiling v3_pmaps.cc
[1118/1326] Compiling v3_ocsp.cc
[1120/1326] Compiling v3_ncons.cc
[1121/1326] Compiling v3_lib.cc
[1122/1348] Compiling v3_ia5.cc
[1124/1348] Emitting module ConsoleKitCommands
[1124/1350] Compiling v3_info.cc
[1125/1350] Compiling v3_crld.cc
[1126/1350] Compiling v3_genn.cc
[1128/1350] Compiling ConsoleKitCommands CommandSignature.swift
[1129/1350] Compiling ConsoleKitCommands Flag.swift
[1130/1350] Compiling ConsoleKitCommands Option.swift
[1131/1350] Compiling ConsoleKitCommands CommandGroup.swift
[1132/1350] Compiling ConsoleKitCommands CommandInput.swift
[1133/1350] Compiling ConsoleKitCommands Commands.swift
[1133/1350] Compiling v3_cpols.cc
[1134/1350] Compiling v3_extku.cc
[1135/1350] Compiling v3_enum.cc
[1137/1350] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1138/1350] Compiling ConsoleKitCommands Utilities.swift
[1139/1350] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1140/1350] Compiling ConsoleKitCommands AsyncCommand.swift
[1141/1350] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1142/1350] Compiling ConsoleKitCommands AsyncCommands.swift
[1143/1350] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1144/1350] Compiling ConsoleKitCommands AnyCommand.swift
[1145/1350] Compiling ConsoleKitCommands Command.swift
[1146/1350] Compiling ConsoleKitCommands CommandContext.swift
[1147/1350] Compiling ConsoleKitCommands CommandError.swift
[1148/1350] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1149/1350] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1150/1350] Compiling ConsoleKitCommands Argument.swift
[1150/1350] Compiling v3_bitst.cc
[1151/1350] Compiling v3_conf.cc
[1152/1350] Compiling v3_bcons.cc
[1153/1350] Compiling v3_alt.cc
[1154/1350] Compiling v3_akeya.cc
[1155/1350] Compiling v3_akey.cc
[1157/1350] Compiling ConsoleKitCommands Console+Run.swift
[1158/1350] Compiling ConsoleKitCommands ConsoleError.swift
[1159/1350] Compiling ConsoleKitCommands Completion.swift
[1159/1351] Compiling t_x509a.cc
[1161/1351] Compiling t_x509.cc
[1162/1351] Compiling t_crl.cc
[1163/1351] Compiling t_req.cc
[1164/1353] Compiling name_print.cc
[1165/1353] Compiling rsa_pss.cc
[1167/1353] Emitting module ConsoleKit
[1168/1353] Compiling ConsoleKit Exports.swift
[1168/1354] Compiling policy.cc
[1170/1354] Compiling i2d_pr.cc
[1171/1354] Compiling by_dir.cc
[1172/1354] Compiling by_file.cc
[1173/1354] Compiling a_verify.cc
[1174/1354] Compiling asn1_gen.cc
[1175/1354] Compiling algorithm.cc
[1176/1354] Compiling a_sign.cc
[1177/1354] Compiling voprf.cc
[1178/1354] Compiling a_digest.cc
[1179/1354] Compiling thread_win.cc
[1180/1354] Compiling trust_token.cc
[1181/1354] Compiling pmbtoken.cc
[1182/1354] Compiling thread_pthread.cc
[1183/1354] Compiling thread.cc
[1184/1354] Compiling thread_none.cc
[1185/1354] Compiling wots.cc
[1186/1354] Compiling thash.cc
[1187/1354] Compiling stack.cc
[1188/1354] Compiling slhdsa.cc
[1189/1354] Compiling merkle.cc
[1190/1354] Compiling fors.cc
[1191/1354] Compiling sha512.cc
[1192/1354] Compiling siphash.cc
[1193/1354] Compiling sha1.cc
[1194/1354] Compiling sha256.cc
[1195/1354] Compiling rsa_print.cc
[1196/1354] Compiling rsa_extra.cc
[1197/1354] Compiling rc4.cc
[1198/1354] Compiling trusty.cc
[1199/1354] Compiling urandom.cc
[1200/1354] Compiling rsa_asn1.cc
[1201/1354] Compiling rsa_crypt.cc
[1202/1354] Compiling windows.cc
[1203/1354] Compiling rand_extra.cc
[1204/1354] Compiling refcount.cc
[1205/1354] Compiling getentropy.cc
[1206/1354] Compiling poly1305_arm_asm.S
[1207/1354] Compiling ios.cc
[1208/1354] Compiling deterministic.cc
[1209/1354] Compiling passive.cc
[1210/1354] Compiling forkunsafe.cc
[1211/1354] Compiling fork_detect.cc
[1212/1354] Compiling pool.cc
[1213/1354] Compiling poly1305_arm.cc
[1214/1354] Compiling poly1305.cc
[1215/1354] Compiling poly1305_vec.cc
[1216/1354] Compiling pkcs7.cc
[1217/1354] Compiling pkcs7_x509.cc
[1218/1354] Compiling pkcs8_x509.cc
[1219/1354] Compiling p5_pbev2.cc
[1220/1354] Compiling pkcs8.cc
[1221/1354] Compiling pem_xaux.cc
[1222/1354] Compiling pem_pkey.cc
[1223/1354] Compiling pem_x509.cc
[1224/1354] Compiling pem_pk8.cc
[1225/1354] Compiling pem_oth.cc
[1226/1354] Compiling obj_xref.cc
[1227/1354] Compiling pem_info.cc
[1228/1354] Compiling mem.cc
[1229/1354] Compiling mldsa.cc
[1230/1354] Compiling mlkem.cc
[1231/1354] Compiling pem_lib.cc
[1232/1354] Compiling obj.cc
[1233/1354] Compiling poly_rq_mul.S
[1234/1354] Compiling fips_shared_support.cc
[1235/1354] Compiling pem_all.cc
[1236/1354] Compiling md4.cc
[1237/1354] Compiling kyber.cc
[1238/1354] Compiling lhash.cc
[1239/1354] Compiling md5.cc
[1240/1354] Compiling ex_data.cc
[1241/1354] Compiling scrypt.cc
[1242/1354] Compiling sign.cc
[1243/1354] Compiling hpke.cc
[1244/1354] Compiling hrss.cc
[1245/1354] Compiling p_x25519.cc
[1246/1354] Compiling pbkdf.cc
[1247/1354] Compiling p_rsa_asn1.cc
[1248/1354] Compiling p_x25519_asn1.cc
[1249/1354] Compiling print.cc
[1250/1354] Compiling p_rsa.cc
[1251/1354] Compiling p_hkdf.cc
[1252/1354] Compiling p_ed25519.cc
[1253/1354] Compiling p_ec_asn1.cc
[1254/1354] Compiling p_ed25519_asn1.cc
[1255/1354] Compiling p_dh.cc
[1256/1354] Compiling p_ec.cc
[1257/1354] Compiling evp.cc
[1258/1354] Compiling p_dsa_asn1.cc
[1259/1354] Compiling evp_ctx.cc
[1260/1354] Compiling p_dh_asn1.cc
[1261/1354] Compiling evp_asn1.cc
[1262/1354] Compiling err.cc
[1263/1354] Compiling engine.cc
[1264/1354] Compiling ecdh_extra.cc
[1265/1354] Compiling ec_asn1.cc
[1266/1354] Compiling ec_derive.cc
[1267/1354] Compiling ecdsa_asn1.cc
[1268/1354] Compiling dsa.cc
[1269/1354] Compiling hash_to_curve.cc
[1270/1354] Compiling dsa_asn1.cc
[1271/1354] Compiling params.cc
[1272/1354] Compiling x25519-asm-arm.S
[1273/1354] Compiling digest_extra.cc
[1274/1354] Compiling dh_asn1.cc
[1275/1354] Compiling spake25519.cc
[1276/1354] Compiling des.cc
[1277/1354] Compiling crypto.cc
[1278/1354] Compiling curve25519.cc
[1279/1354] Compiling cpu_intel.cc
[1280/1354] Compiling cpu_aarch64_sysreg.cc
[1281/1354] Compiling cpu_arm_linux.cc
[1282/1354] Compiling cpu_aarch64_fuchsia.cc
[1283/1354] Compiling cpu_aarch64_apple.cc
[1284/1354] Compiling cpu_aarch64_win.cc
[1285/1354] Compiling cpu_arm_freebsd.cc
[1286/1354] Compiling cpu_aarch64_openbsd.cc
[1287/1354] Compiling bcm.cc
[1288/1354] Compiling tls_cbc.cc
[1289/1354] Compiling cpu_aarch64_linux.cc
[1290/1354] Compiling conf.cc
[1291/1354] Compiling e_null.cc
[1292/1354] Compiling e_tls.cc
[1293/1354] Compiling e_rc4.cc
[1294/1354] Compiling curve25519_64_adx.cc
[1295/1354] Compiling e_rc2.cc
[1296/1354] Compiling e_des.cc
[1297/1354] Compiling e_aesgcmsiv.cc
[1298/1354] Compiling e_aesctrhmac.cc
[1299/1354] Compiling e_chacha20poly1305.cc
[1300/1354] Compiling cipher_extra.cc
[1301/1354] Compiling derive_key.cc
[1302/1354] Compiling cbs.cc
[1303/1354] Compiling chacha.cc
[1304/1354] Compiling unicode.cc
[1305/1354] Compiling cbb.cc
[1306/1354] Compiling asn1_compat.cc
[1307/1354] Compiling ber.cc
[1308/1354] Compiling buf.cc
[1309/1354] Compiling blake2.cc
[1310/1354] Compiling printf.cc
[1310/1354] Compiling bn_asn1.cc
[1310/1354] Compiling fd.cc
[1313/1354] Compiling file.cc
[1314/1354] Compiling convert.cc
[1315/1354] Compiling pair.cc
[1316/1354] Compiling hexdump.cc
[1317/1354] Compiling errno.cc
[1318/1354] Compiling bio_mem.cc
[1319/1354] Compiling base64.cc
[1320/1354] Compiling tasn_typ.cc
[1321/1354] Compiling tasn_fre.cc
[1322/1354] Compiling bio.cc
[1323/1354] Compiling tasn_utl.cc
[1324/1354] Compiling tasn_new.cc
[1325/1354] Compiling f_string.cc
[1326/1354] Compiling posix_time.cc
[1327/1354] Compiling f_int.cc
[1327/1354] Compiling asn_pack.cc
[1329/1354] Compiling asn1_par.cc
[1330/1354] Compiling tasn_enc.cc
[1331/1354] Compiling tasn_dec.cc
[1332/1354] Compiling asn1_lib.cc
[1333/1354] Compiling a_utctm.cc
[1334/1354] Compiling a_time.cc
[1335/1354] Compiling a_type.cc
[1336/1354] Compiling a_octet.cc
[1337/1354] Compiling a_strnid.cc
[1338/1354] Compiling a_strex.cc
[1339/1354] Compiling a_mbstr.cc
[1340/1354] Compiling a_object.cc
[1341/1354] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1342/1354] Write sources
[1343/1354] Compiling a_dup.cc
[1344/1354] Write sources
[1346/1354] Compiling a_i2d_fp.cc
[1347/1354] Compiling a_d2i_fp.cc
[1348/1354] Write sources
[1350/1354] Compiling a_bool.cc
[1351/1354] Compiling a_gentm.cc
[1352/1366] Compiling a_int.cc
[1353/1407] Compiling a_bitstr.cc
[1355/1459] Compiling Atomics Primitives.shims.swift
[1356/1459] Compiling Atomics AtomicInteger.swift
[1357/1459] Compiling Atomics AtomicOptionalWrappable.swift
[1358/1459] Compiling Atomics UnsafeAtomic.swift
[1359/1459] Compiling Atomics UnsafeAtomicLazyReference.swift
[1360/1461] Compiling Atomics OptionalRawRepresentable.swift
[1361/1461] Compiling Atomics RawRepresentable.swift
[1362/1461] Compiling Atomics AtomicBool.swift
[1363/1461] Compiling Atomics ManagedAtomic.swift
[1364/1461] Compiling Atomics ManagedAtomicLazyReference.swift
[1365/1461] Compiling Atomics AtomicMemoryOrderings.swift
[1366/1461] Compiling Atomics DoubleWord.swift
[1367/1461] Compiling BitCollections BitSet+Initializers.swift
[1368/1461] Compiling BitCollections BitSet+Invariants.swift
[1369/1461] Compiling BitCollections BitSet+Random.swift
[1370/1461] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1371/1461] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1372/1461] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1373/1461] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1374/1461] Compiling Atomics IntegerOperations.swift
[1375/1461] Compiling Atomics Unmanaged extensions.swift
[1376/1468] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1377/1468] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1378/1468] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1379/1468] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1380/1468] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1381/1468] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1382/1468] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1383/1468] Compiling Atomics AtomicReference.swift
[1384/1468] Compiling Atomics AtomicStorage.swift
[1385/1468] Compiling Atomics AtomicValue.swift
[1386/1468] Compiling Algorithms Split.swift
[1387/1468] Compiling Algorithms Stride.swift
[1388/1468] Compiling Algorithms Suffix.swift
[1389/1471] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1390/1471] Compiling BitCollections BitSet+CustomReflectable.swift
[1391/1471] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1392/1471] Compiling BitCollections BitSet+Equatable.swift
[1393/1471] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1394/1471] Compiling BitCollections BitSet+Extras.swift
[1395/1471] Compiling BitCollections BitSet+Hashable.swift
[1400/1471] Compiling Algorithms Rotate.swift
[1406/1471] Compiling Atomics IntegerConformances.swift
[1407/1471] Compiling Algorithms Joined.swift
[1408/1471] Compiling Algorithms Keyed.swift
[1411/1471] Emitting module BitCollections
[1420/1471] Compiling CryptoBoringWrapper RandomBytes.swift
[1424/1471] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1425/1471] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1426/1471] Emitting module CryptoBoringWrapper
[1427/1471] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1429/1471] Compiling Algorithms Trim.swift
[1430/1471] Compiling Algorithms Unique.swift
[1431/1471] Compiling Algorithms Windows.swift
[1432/1471] Compiling BitCollections BitArray._UnsafeHandle.swift
[1433/1471] Compiling BitCollections BitArray.swift
[1434/1471] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1435/1471] Compiling BitCollections BitSet+Codable.swift
[1436/1471] Compiling CryptoBoringWrapper EllipticCurve.swift
[1443/1471] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1444/1471] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1448/1472] Compiling BitCollections BitSet.Index.swift
[1449/1472] Compiling BitCollections BitSet._UnsafeHandle.swift
[1450/1472] Compiling BitCollections BitSet.swift
[1451/1472] Compiling BitCollections Range+Utilities.swift
[1452/1472] Compiling BitCollections Slice+Utilities.swift
[1453/1472] Compiling BitCollections UInt+Tricks.swift
[1454/1472] Compiling BitCollections _Word.swift
[1465/1473] Emitting module Atomics
[1466/1486] Compiling Crypto ASN1Identifier.swift
[1467/1486] Compiling Crypto ASN1Integer.swift
[1468/1486] Compiling Crypto ASN1Null.swift
[1469/1486] Compiling Crypto ASN1OctetString.swift
[1470/1546] Compiling Collections Collections.swift
[1471/1546] Emitting module Collections
[1473/1547] Compiling Crypto ASN1Strings.swift
[1474/1547] Compiling Crypto ArraySliceBigint.swift
[1477/1607] Emitting module Algorithms
[1479/1608] Compiling NIOCore MarkedCircularBuffer.swift
[1480/1608] Compiling NIOCore MulticastChannel.swift
[1481/1608] Compiling NIOCore NIOAny.swift
[1482/1608] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1483/1608] Compiling NIOCore NIOLoopBound.swift
[1484/1608] Compiling NIOCore NIOScheduledCallback.swift
[1485/1608] Compiling NIOCore NIOSendable.swift
[1486/1608] Compiling NIOCore RecvByteBufferAllocator.swift
[1487/1608] Compiling Crypto NISTCurvesKeys.swift
[1488/1608] Compiling Crypto X25519Keys.swift
[1489/1617] Emitting module Crypto
[1498/1625] Compiling NIOCore SocketOptionProvider.swift
[1499/1625] Compiling NIOCore SystemCallHelpers.swift
[1500/1625] Compiling NIOCore TimeAmount+Duration.swift
[1501/1625] Compiling NIOCore TypeAssistedChannelHandler.swift
[1502/1625] Compiling NIOCore UniversalBootstrapSupport.swift
[1503/1625] Compiling NIOCore Utilities.swift
[1504/1625] Compiling Crypto ECDSA_boring.swift
[1505/1625] Compiling Crypto EdDSA_boring.swift
[1506/1625] Compiling Crypto ECDSA.swift
[1507/1625] Compiling Crypto Ed25519.swift
[1508/1625] Compiling NIOCore DeadChannel.swift
[1509/1625] Compiling NIOCore DispatchQueue+WithFuture.swift
[1510/1625] Compiling NIOCore EventLoop+Deprecated.swift
[1511/1625] Compiling NIOCore EventLoop+SerialExecutor.swift
[1512/1625] Compiling NIOCore EventLoop.swift
[1513/1625] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1514/1625] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1515/1625] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1516/1625] Compiling NIOCore EventLoopFuture.swift
[1517/1625] Compiling NIOCore FileDescriptor.swift
[1518/1625] Compiling NIOCore FileHandle.swift
[1519/1625] Compiling NIOCore FileRegion.swift
[1520/1625] Compiling NIOCore GlobalSingletons.swift
[1521/1625] Compiling NIOCore IO.swift
[1522/1625] Compiling NIOCore IOData.swift
[1523/1625] Compiling NIOCore IPProtocol.swift
[1524/1625] Compiling NIOCore IntegerBitPacking.swift
[1525/1625] Compiling NIOCore IntegerTypes.swift
[1526/1625] Compiling NIOCore Interfaces.swift
[1527/1625] Compiling NIOCore Linux.swift
[1528/1625] Compiling NIOCore ByteBuffer-views.swift
[1529/1625] Compiling NIOCore Channel.swift
[1530/1625] Compiling NIOCore ChannelHandler.swift
[1531/1625] Compiling NIOCore ChannelHandlers.swift
[1532/1625] Compiling NIOCore ChannelInvoker.swift
[1533/1625] Compiling NIOCore ChannelOption.swift
[1534/1625] Compiling NIOCore ChannelPipeline.swift
[1535/1625] Compiling NIOCore CircularBuffer.swift
[1536/1625] Compiling NIOCore Codec.swift
[1537/1625] Compiling NIOCore ConvenienceOptionSupport.swift
[1546/1625] Compiling NIOCore BSDSocketAPI.swift
[1547/1625] Compiling NIOCore ByteBuffer-aux.swift
[1548/1625] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1549/1625] Compiling NIOCore ByteBuffer-conversions.swift
[1550/1625] Compiling NIOCore ByteBuffer-core.swift
[1551/1625] Compiling NIOCore ByteBuffer-hex.swift
[1552/1625] Compiling NIOCore ByteBuffer-int.swift
[1553/1625] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1554/1625] Compiling NIOCore ByteBuffer-multi-int.swift
[1555/1625] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1556/1625] Compiling NIOCore AddressedEnvelope.swift
[1557/1625] Compiling NIOCore AsyncAwaitSupport.swift
[1558/1625] Compiling NIOCore AsyncChannel.swift
[1559/1625] Compiling NIOCore AsyncChannelHandler.swift
[1560/1625] Compiling NIOCore AsyncChannelInboundStream.swift
[1561/1625] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1562/1625] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1563/1625] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1564/1625] Compiling NIOCore NIOAsyncWriter.swift
[1565/1625] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1566/1625] Compiling Crypto Signature.swift
[1567/1625] Compiling Crypto CryptoKitErrors_boring.swift
[1568/1625] Compiling Crypto RNG_boring.swift
[1569/1625] Compiling Crypto SafeCompare_boring.swift
[1570/1625] Compiling Crypto Zeroization_boring.swift
[1571/1625] Compiling Crypto PrettyBytes.swift
[1572/1625] Compiling Crypto SafeCompare.swift
[1573/1625] Compiling Crypto SecureBytes.swift
[1574/1625] Compiling Crypto Zeroization.swift
[1576/1626] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1577/1626] Compiling NIOCore SocketAddresses.swift
[1626/1626] Emitting module NIOCore
[1628/1678] Compiling NIOEmbedded AsyncTestingChannel.swift
[1629/1678] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1630/1678] Emitting module NIOEmbedded
[1631/1678] Compiling NIOEmbedded Embedded.swift
[1632/1678] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1633/1678] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1634/1678] Compiling NIOPosix PosixSingletons.swift
[1635/1678] Compiling NIOPosix RawSocketBootstrap.swift
[1636/1678] Compiling NIOPosix Resolver.swift
[1637/1678] Compiling NIOPosix Selectable.swift
[1639/1685] Compiling NIOPosix ThreadPosix.swift
[1640/1685] Compiling NIOPosix ThreadWindows.swift
[1641/1685] Compiling NIOPosix UnsafeTransfer.swift
[1642/1685] Compiling NIOPosix Utilities.swift
[1643/1685] Compiling NIOPosix VsockAddress.swift
[1644/1685] Compiling NIOPosix VsockChannelEvents.swift
[1645/1685] Emitting module NIOPosix
[1646/1685] Compiling NIOPosix IO.swift
[1647/1685] Compiling NIOPosix IntegerBitPacking.swift
[1648/1685] Compiling NIOPosix IntegerTypes.swift
[1649/1685] Compiling NIOPosix Linux.swift
[1650/1685] Compiling NIOPosix LinuxCPUSet.swift
[1651/1685] Compiling NIOPosix LinuxUring.swift
[1652/1685] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1653/1685] Compiling NIOPosix ServerSocket.swift
[1654/1685] Compiling NIOPosix Socket.swift
[1655/1685] Compiling NIOPosix SocketChannel.swift
[1656/1685] Compiling NIOPosix SocketProtocols.swift
[1657/1685] Compiling NIOPosix System.swift
[1658/1685] Compiling NIOPosix Thread.swift
[1659/1685] Compiling NIOPosix SelectableChannel.swift
[1660/1685] Compiling NIOPosix SelectableEventLoop.swift
[1661/1685] Compiling NIOPosix SelectorEpoll.swift
[1662/1685] Compiling NIOPosix SelectorGeneric.swift
[1663/1685] Compiling NIOPosix SelectorKqueue.swift
[1664/1685] Compiling NIOPosix SelectorUring.swift
[1665/1685] Compiling NIOPosix BSDSocketAPICommon.swift
[1666/1685] Compiling NIOPosix BSDSocketAPIPosix.swift
[1667/1685] Compiling NIOPosix BSDSocketAPIWindows.swift
[1668/1685] Compiling NIOPosix BaseSocket.swift
[1669/1685] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1670/1685] Compiling NIOPosix BaseSocketChannel.swift
[1671/1685] Compiling NIOPosix BaseStreamSocketChannel.swift
[1672/1685] Compiling NIOPosix Bootstrap.swift
[1673/1685] Compiling NIOPosix ControlMessage.swift
[1674/1685] Compiling NIOPosix DatagramVectorReadManager.swift
[1675/1685] Compiling NIOPosix Errors+Any.swift
[1676/1685] Compiling NIOPosix FileDescriptor.swift
[1677/1685] Compiling NIOPosix GetaddrinfoResolver.swift
[1678/1685] Compiling NIOPosix HappyEyeballs.swift
[1679/1685] Compiling NIOPosix NIOThreadPool.swift
[1680/1685] Compiling NIOPosix NonBlockingFileIO.swift
[1681/1685] Compiling NIOPosix PendingDatagramWritesManager.swift
[1682/1685] Compiling NIOPosix PendingWritesManager.swift
[1683/1685] Compiling NIOPosix PipeChannel.swift
[1684/1685] Compiling NIOPosix PipePair.swift
[1685/1685] Compiling NIOPosix Pool.swift
[1687/1745] Emitting module NIO
[1688/1745] Compiling NIO Exports.swift
[1690/1746] Compiling _NIOFileSystem FileSystemProtocol.swift
[1691/1746] Compiling _NIOFileSystem FileType.swift
[1692/1746] Compiling _NIOFileSystem IOStrategy.swift
[1693/1779] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1694/1779] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1695/1779] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1696/1779] Compiling _NIOFileSystem FileChunks.swift
[1697/1779] Compiling _NIOFileSystem FileHandle.swift
[1698/1779] Compiling _NIOFileSystem FileHandleProtocol.swift
[1699/1781] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1700/1781] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1701/1781] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1702/1787] Compiling NIOTLS TLSEvents.swift
[1703/1787] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1704/1787] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1705/1787] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1706/1787] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1707/1787] Compiling NIOSOCKS SOCKSResponse.swift
[1708/1787] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1709/1788] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1710/1788] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1711/1788] Emitting module NIOTLS
[1714/1788] Compiling NIOHTTP1 HTTPEncoder.swift
[1716/1788] Compiling NIOSOCKS ClientStateMachine.swift
[1717/1788] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1718/1788] Compiling NIOHTTP1 HTTPDecoder.swift
[1719/1788] Emitting module NIOSOCKS
[1720/1788] Compiling _NIOFileSystem ParallelDirCopy.swift
[1721/1788] Compiling _NIOFileSystem ParallelRemoval.swift
[1722/1788] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1723/1788] Compiling _NIOFileSystem CInterop.swift
[1724/1788] Compiling _NIOFileSystem Errno.swift
[1725/1788] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1726/1788] Compiling _NIOFileSystem Mocking.swift
[1727/1788] Compiling _NIOFileSystem Syscall.swift
[1728/1788] Compiling _NIOFileSystem Syscalls.swift
[1729/1792] Compiling NIOSOCKS ServerStateMachine.swift
[1730/1792] Compiling AsyncKit Optional+StrictMap.swift
[1731/1792] Compiling AsyncKit Exports.swift
[1732/1792] Compiling NIOTLS SNIHandler.swift
[1738/1793] Emitting module _NIOFileSystem
[1743/1794] Emitting module NIOFoundationCompat
[1744/1794] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1745/1795] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1746/1795] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1748/1802] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1749/1802] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1750/1826] Compiling NIOSSL SSLPublicKey.swift
[1751/1826] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1752/1826] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1753/1826] Compiling NIOSSL SubjectAlternativeName.swift
[1754/1826] Compiling NIOSSL NIOSSLSecureBytes.swift
[1755/1826] Compiling NIOSSL NIOSSLClientHandler.swift
[1756/1826] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1757/1826] Compiling NIOSSL IdentityVerification.swift
[1758/1826] Compiling NIOSSL LinuxCABundle.swift
[1759/1826] Compiling NIOSSL PosixPort.swift
[1760/1826] Compiling NIOSSL SSLCallbacks.swift
[1761/1826] Compiling NIOSSL SSLCertificate.swift
[1762/1826] Compiling NIOSSL SSLCertificateExtensions.swift
[1763/1826] Compiling NIOSSL SSLConnection.swift
[1764/1848] Compiling NIOTransportServices NIOTSBootstraps.swift
[1765/1848] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1766/1848] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1767/1850] Emitting module NIOTransportServices
[1768/1850] Compiling NIOTransportServices StateManagedChannel.swift
[1769/1850] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1770/1850] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1771/1850] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1772/1850] Compiling NIOTransportServices NIOTSErrors.swift
[1773/1850] Compiling NIOTransportServices NIOTSEventLoop.swift
[1774/1850] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1775/1850] Compiling NIOTransportServices NIOTSSingletons.swift
[1776/1850] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1777/1850] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1778/1850] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1779/1850] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1780/1850] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1781/1850] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1782/1850] Compiling NIOTransportServices AcceptHandler.swift
[1783/1850] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1784/1850] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1785/1850] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1786/1850] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1787/1850] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1793/1851] Emitting module AsyncKit
[1796/1851] Emitting module NIOHTTP1
[1801/1852] Compiling _NIOFileSystem SystemFileHandle.swift
[1802/1852] Compiling _NIOFileSystem Utilities.swift
[1803/1852] Compiling _NIOFileSystem OpenOptions.swift
[1804/1852] Compiling _NIOFileSystem String+FileSystem.swift
[1805/1852] Emitting module NIOSSL
[1817/1924] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1818/1924] Compiling NIOWebSocket SHA1.swift
[1819/1924] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1820/1924] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1821/1924] Emitting module _NIOFileSystemFoundationCompat
[1822/1924] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1823/1925] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1825/1925] Compiling NIOSSL RNG.swift
[1826/1925] Compiling NIOSSL SafeCompare.swift
[1827/1925] Compiling NIOSSL Zeroization.swift
[1832/1925] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1833/1925] Compiling NIOWebSocket WebSocketOpcode.swift
[1834/1925] Compiling NIOHPACK IndexedHeaderTable.swift
[1835/1925] Compiling NIOHPACK IntegerCoding.swift
[1836/1926] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1837/1926] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1838/1926] Compiling MultipartKit MultipartPart.swift
[1839/1926] Compiling MultipartKit MultipartPartConvertible.swift
[1842/1927] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1843/1927] Compiling NIOExtras NIOExtrasError.swift
[1844/1929] Emitting module MultipartKit
[1845/1931] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1846/1931] Compiling NIOHPACK HuffmanTables.swift
[1849/1931] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1850/1931] Compiling NIOExtras RequestResponseHandler.swift
[1852/1931] Compiling NIOExtras LineBasedFrameDecoder.swift
[1856/1931] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1857/1931] Compiling NIOExtras LengthFieldPrepender.swift
[1859/1931] Compiling NIOHPACK HuffmanCoding.swift
[1861/1931] Compiling NIOExtras UnsafeTransfer.swift
[1863/1931] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1864/1931] Compiling NIOExtras JSONRPCFraming.swift
[1868/1931] Compiling NIOExtras NIORequestIdentifiable.swift
[1869/1931] Compiling NIOExtras PCAPRingBuffer.swift
[1870/1931] Compiling NIOExtras QuiescingHelper.swift
[1871/1931] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1872/1931] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1873/1931] Emitting module NIOHTTPCompression
[1874/1931] Compiling NIOHTTPCompression HTTPCompression.swift
[1875/1931] Compiling NIOHTTPCompression HTTPDecompression.swift
[1876/1931] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1877/1931] Compiling NIOHPACK StaticHeaderTable.swift
[1878/1931] Emitting module NIOHPACK
[1889/1931] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1892/1932] Emitting module NIOWebSocket
[1897/1934] Compiling NIOWebSocket WebSocketFrame.swift
[1898/1935] Compiling MultipartKit MultipartSerializer.swift
[1899/1935] Compiling MultipartKit Utilities.swift
[1900/1935] Compiling NIOFileSystem Exports.swift
[1901/1935] Emitting module NIOFileSystem
[1905/1935] Emitting module NIOExtras
[1921/1938] Compiling NIOSSL TLSConfiguration.swift
[1922/1938] Compiling NIOSSL UniversalBootstrapSupport.swift
[1923/1938] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1924/1996] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1925/1996] Compiling NIOHTTP2 SendingRstStreamState.swift
[1926/1996] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1927/1996] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1928/1997] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1929/1997] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1932/1998] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1933/1998] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1934/1998] Compiling NIOHTTP2 HasLocalSettings.swift
[1935/1998] Compiling NIOHTTP2 HasRemoteSettings.swift
[1936/1998] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1937/1998] Compiling NIOHTTP2 QuiescingState.swift
[1938/1998] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1939/1998] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1940/2014] Emitting module WebSocketKit
[1941/2014] Compiling WebSocketKit Exports.swift
[1942/2014] Emitting module NIOHTTP2
[1943/2014] Compiling WebSocketKit WebSocket+Concurrency.swift
[1944/2014] Compiling WebSocketKit WebSocketHandler.swift
[1945/2014] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1946/2014] Compiling WebSocketKit WebSocket.swift
[1947/2014] Compiling WebSocketKit WebSocket+Connect.swift
[1948/2014] Compiling WebSocketKit WebSocketClient.swift
[1950/2015] Compiling NIOHTTP2 InboundWindowManager.swift
[1951/2015] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1952/2015] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1953/2015] Compiling NIOHTTP2 StreamChannelList.swift
[1954/2015] Compiling NIOHTTP2 StreamMap.swift
[1955/2015] Compiling NIOHTTP2 StreamStateMachine.swift
[1956/2015] Compiling NIOHTTP2 UnsafeTransfer.swift
[1957/2015] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1958/2015] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1959/2015] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1960/2015] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1961/2015] Compiling NIOHTTP2 HTTP2StreamID.swift
[1962/2015] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1963/2015] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1964/2015] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1965/2015] Compiling NIOHTTP2 InboundEventBuffer.swift
[1967/2015] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1968/2015] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1972/2015] Compiling NIOHTTP2 SendingDataState.swift
[1973/2015] Compiling NIOHTTP2 SendingGoawayState.swift
[1974/2015] Compiling NIOHTTP2 SendingHeadersState.swift
[1976/2016] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1977/2016] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1978/2016] Compiling NIOHTTP2 MayReceiveFrames.swift
[1979/2016] Compiling NIOHTTP2 ReceivingDataState.swift
[1980/2016] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1981/2016] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1982/2016] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1983/2016] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1984/2016] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1985/2016] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1986/2016] Compiling NIOHTTP2 HTTP2Frame.swift
[1987/2016] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1988/2016] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1989/2016] Compiling NIOHTTP2 HTTP2PingData.swift
[1990/2016] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1991/2016] Compiling NIOHTTP2 HTTP2Settings.swift
[1992/2016] Compiling NIOHTTP2 HTTP2Stream.swift
[1993/2016] Compiling NIOHTTP2 StateMachineResult.swift
[1994/2016] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1995/2016] Compiling NIOHTTP2 DOSHeuristics.swift
[1996/2016] Compiling NIOHTTP2 Error+Any.swift
[1997/2016] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1998/2016] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1999/2016] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2000/2016] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2001/2016] Compiling NIOHTTP2 MaySendFrames.swift
[2009/2016] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2014/2016] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2015/2016] Compiling NIOHTTP2 HTTP2Error.swift
[2016/2016] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2018/2076] Emitting module AsyncHTTPClient
[2019/2084] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2020/2084] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2021/2084] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2022/2084] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2023/2084] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2024/2084] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2025/2084] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2026/2084] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2027/2084] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2028/2084] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2029/2084] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2030/2084] Compiling AsyncHTTPClient Transaction.swift
[2031/2084] Compiling AsyncHTTPClient Base64.swift
[2032/2084] Compiling AsyncHTTPClient BasicAuth.swift
[2033/2084] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2034/2084] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2035/2084] Compiling AsyncHTTPClient ConnectionPool.swift
[2036/2084] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2037/2084] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2038/2084] Compiling AsyncHTTPClient RequestOptions.swift
[2039/2084] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2040/2084] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2041/2084] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2042/2084] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2043/2084] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2044/2084] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2045/2084] Compiling AsyncHTTPClient RequestBag.swift
[2046/2084] Compiling AsyncHTTPClient RequestValidation.swift
[2047/2084] Compiling AsyncHTTPClient SSLContextCache.swift
[2048/2084] Compiling AsyncHTTPClient Scheme.swift
[2049/2084] Compiling AsyncHTTPClient Singleton.swift
[2050/2084] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2051/2084] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2052/2084] Compiling AsyncHTTPClient Utils.swift
[2053/2084] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2054/2084] Compiling AsyncHTTPClient ConnectionTarget.swift
[2055/2084] Compiling AsyncHTTPClient DeconstructedURL.swift
[2056/2084] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2057/2084] Compiling AsyncHTTPClient FoundationExtensions.swift
[2058/2084] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2059/2084] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2060/2084] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2061/2084] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2062/2084] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2063/2084] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2064/2084] Compiling AsyncHTTPClient HTTP1Connection.swift
[2065/2084] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2066/2084] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2067/2084] Compiling AsyncHTTPClient HTTP2Connection.swift
[2068/2084] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2069/2084] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2070/2084] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2071/2084] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2072/2084] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2073/2084] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2074/2084] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2075/2084] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2076/2084] Compiling AsyncHTTPClient RequestBodyLength.swift
[2077/2084] Compiling AsyncHTTPClient HTTPClient.swift
[2078/2084] Compiling AsyncHTTPClient HTTPHandler.swift
[2079/2084] Compiling AsyncHTTPClient LRUCache.swift
[2080/2084] Compiling AsyncHTTPClient NWErrorHandler.swift
[2081/2084] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2082/2084] Compiling AsyncHTTPClient TLSConfiguration.swift
[2083/2084] Compiling AsyncHTTPClient RedirectState.swift
[2084/2084] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2086/2256] Emitting module OpenAPIAsyncHTTPClient
[2087/2256] Compiling OpenAPIAsyncHTTPClient AsyncHTTPClientTransport.swift
[2089/2257] Compiling Vapor HTTPServerResponseEncoder.swift
[2090/2257] Compiling Vapor HTTPServerUpgradeHandler.swift
[2091/2257] Compiling Vapor Logger+Report.swift
[2092/2257] Compiling Vapor LoggingSystem+Environment.swift
[2093/2257] Compiling Vapor Application+Middleware.swift
[2094/2257] Compiling Vapor CORSMiddleware.swift
[2095/2257] Compiling Vapor ErrorMiddleware.swift
[2096/2257] Compiling Vapor FileMiddleware.swift
[2097/2257] Compiling Vapor Middleware.swift
[2098/2257] Compiling Vapor MiddlewareConfiguration.swift
[2099/2257] Compiling Vapor ResponseCompressionMiddleware.swift
[2100/2257] Compiling Vapor RouteLoggingMiddleware.swift
[2101/2257] Compiling Vapor TracingMiddleware.swift
[2102/2257] Compiling Vapor File+Multipart.swift
[2103/2257] Compiling Vapor FormDataDecoder+Content.swift
[2104/2257] Compiling Vapor FormDataEncoder+Content.swift
[2105/2257] Compiling Vapor Application+Password.swift
[2106/2257] Compiling Vapor Application+Passwords.swift
[2107/2257] Compiling Vapor AsyncPasswordHasher.swift
[2108/2257] Compiling Vapor BcryptHasher.swift
[2109/2257] Compiling Vapor PasswordHasher.swift
[2110/2257] Compiling Vapor PlaintextHasher.swift
[2111/2257] Compiling Vapor Request+Password.swift
[2112/2257] Compiling Vapor Redirect.swift
[2113/2281] Compiling Vapor Core.swift
[2114/2281] Compiling Vapor Running.swift
[2115/2281] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2116/2281] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2117/2281] Compiling Vapor DotEnvFile+load.swift
[2118/2281] Compiling Vapor Routes+caseInsenstive.swift
[2119/2281] Compiling Vapor Validatable+validate.swift
[2120/2281] Compiling Vapor Environment+Process.swift
[2121/2281] Compiling Vapor Environment+Secret.swift
[2122/2281] Compiling Vapor Environment.swift
[2123/2281] Compiling Vapor Abort.swift
[2124/2281] Compiling Vapor AbortError.swift
[2125/2281] Compiling Vapor DebuggableError.swift
[2126/2281] Compiling Vapor Demangler.swift
[2127/2281] Compiling Vapor ErrorSource.swift
[2128/2281] Compiling Vapor StackTrace.swift
[2129/2281] Compiling Vapor Exports.swift
[2130/2281] Compiling Vapor Application+HTTP.swift
[2131/2281] Compiling Vapor BasicResponder.swift
[2132/2281] Compiling Vapor BodyStream.swift
[2133/2281] Compiling Vapor Application+HTTP+Client.swift
[2134/2281] Compiling Vapor EventLoopHTTPClient.swift
[2135/2281] Compiling Vapor EndpointCache.swift
[2136/2281] Compiling Vapor HTTPMethod+String.swift
[2137/2281] Compiling Vapor AsyncBasicResponder.swift
[2138/2281] Compiling Vapor AsyncMiddleware.swift
[2139/2281] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2140/2281] Compiling Vapor AsyncSessionDriver.swift
[2141/2281] Compiling Vapor Authentication+Concurrency.swift
[2142/2281] Compiling Vapor Cache+Concurrency.swift
[2143/2281] Compiling Vapor Client+Concurrency.swift
[2144/2281] Compiling Vapor RequestBody+Concurrency.swift
[2145/2281] Compiling Vapor Responder+Concurrency.swift
[2146/2281] Compiling Vapor ResponseCodable+Concurrency.swift
[2147/2281] Compiling Vapor RoutesBuilder+Concurrency.swift
[2148/2281] Compiling Vapor ViewRenderer+Concurrency.swift
[2149/2281] Compiling Vapor WebSocket+Concurrency.swift
[2150/2281] Compiling Vapor ContainerGetPathExecutor.swift
[2151/2281] Compiling Vapor Content.swift
[2152/2281] Compiling Vapor ContentCoders.swift
[2153/2281] Compiling Vapor ContentConfiguration.swift
[2154/2281] Compiling Vapor ContentContainer.swift
[2155/2281] Compiling Vapor JSONCoder+Custom.swift
[2156/2281] Compiling Vapor JSONCoders+Content.swift
[2157/2281] Compiling Vapor PlaintextDecoder.swift
[2158/2281] Compiling Vapor PlaintextEncoder.swift
[2159/2281] Compiling Vapor URLQueryCoders.swift
[2160/2281] Compiling Vapor URLQueryContainer.swift
[2161/2281] Emitting module Vapor
[2162/2305] Compiling Vapor Bytes+Hex.swift
[2163/2305] Compiling Vapor Bytes+SecureCompare.swift
[2164/2305] Compiling Vapor Collection+Safe.swift
[2165/2305] Compiling Vapor DataProtocol+Copy.swift
[2166/2305] Compiling Vapor DecoderUnwrapper.swift
[2167/2305] Compiling Vapor DirectoryConfiguration.swift
[2168/2305] Compiling Vapor DotEnv.swift
[2169/2305] Compiling Vapor Extendable.swift
[2170/2305] Compiling Vapor File.swift
[2171/2305] Compiling Vapor FileIO.swift
[2172/2305] Compiling Vapor LifecycleHandler.swift
[2173/2305] Compiling Vapor OptionalType.swift
[2174/2305] Compiling Vapor RFC1123.swift
[2175/2305] Compiling Vapor SocketAddress+Hostname.swift
[2176/2305] Compiling Vapor Storage.swift
[2177/2305] Compiling Vapor String+IsIPAddress.swift
[2178/2305] Compiling Vapor Thread.swift
[2179/2305] Compiling Vapor URI.swift
[2180/2305] Compiling Vapor RangeResult.swift
[2181/2305] Compiling Vapor Validatable.swift
[2182/2305] Compiling Vapor Validation.swift
[2183/2305] Compiling Vapor ValidationKey.swift
[2184/2305] Compiling Vapor Validations.swift
[2185/2305] Compiling Vapor ValidationsError.swift
[2186/2305] Compiling Vapor Service.swift
[2187/2305] Compiling Vapor Application+Sessions.swift
[2188/2305] Compiling Vapor MemorySessions.swift
[2189/2305] Compiling Vapor Request+Session.swift
[2190/2305] Compiling Vapor Session.swift
[2191/2305] Compiling Vapor SessionCache.swift
[2192/2305] Compiling Vapor SessionData.swift
[2193/2305] Compiling Vapor SessionDriver.swift
[2194/2305] Compiling Vapor SessionsConfiguration.swift
[2195/2305] Compiling Vapor SessionsMiddleware.swift
[2196/2305] Compiling Vapor URLEncodedFormData.swift
[2197/2305] Compiling Vapor URLEncodedFormDecoder.swift
[2198/2305] Compiling Vapor URLEncodedFormEncoder.swift
[2199/2305] Compiling Vapor URLEncodedFormError.swift
[2200/2305] Compiling Vapor URLEncodedFormParser.swift
[2201/2305] Compiling Vapor URLEncodedFormSerializer.swift
[2202/2305] Compiling Vapor URLQueryFragmentConvertible.swift
[2203/2305] Compiling Vapor AnyResponse.swift
[2204/2305] Compiling Vapor Array+Random.swift
[2205/2305] Compiling Vapor Base32.swift
[2206/2305] Compiling Vapor Base64.swift
[2207/2305] Compiling Vapor BaseN.swift
[2208/2305] Compiling Vapor BasicCodingKey.swift
[2209/2305] Compiling Vapor ByteCount.swift
[2210/2305] Compiling Vapor Application.swift
[2211/2305] Compiling Vapor AuthenticationCache.swift
[2212/2305] Compiling Vapor Authenticator.swift
[2213/2305] Compiling Vapor BasicAuthorization.swift
[2214/2305] Compiling Vapor BearerAuthorization.swift
[2215/2305] Compiling Vapor GuardMiddleware.swift
[2216/2305] Compiling Vapor RedirectMiddleware.swift
[2217/2305] Compiling Vapor SessionAuthenticatable.swift
[2218/2305] Compiling Vapor Bcrypt.swift
[2219/2305] Compiling Vapor Application+Cache.swift
[2220/2305] Compiling Vapor Cache.swift
[2221/2305] Compiling Vapor CacheExpirationTime.swift
[2222/2305] Compiling Vapor MemoryCache.swift
[2223/2305] Compiling Vapor Request+Cache.swift
[2224/2305] Compiling Vapor Application+Clients.swift
[2225/2305] Compiling Vapor Client.swift
[2226/2305] Compiling Vapor ClientRequest.swift
[2227/2305] Compiling Vapor ClientResponse.swift
[2228/2305] Compiling Vapor Request+Client.swift
[2229/2305] Compiling Vapor BootCommand.swift
[2230/2305] Compiling Vapor CommandContext+Application.swift
[2231/2305] Compiling Vapor RoutesCommand.swift
[2232/2305] Compiling Vapor ServeCommand.swift
[2233/2305] Compiling Vapor AnyResponse+Concurrency.swift
[2234/2305] Compiling Vapor Request+Body.swift
[2235/2305] Compiling Vapor Request+BodyStream.swift
[2236/2305] Compiling Vapor Request.swift
[2237/2305] Compiling Vapor Application+Responder.swift
[2238/2305] Compiling Vapor DefaultResponder.swift
[2239/2305] Compiling Vapor Response+Body.swift
[2240/2305] Compiling Vapor Response.swift
[2241/2305] Compiling Vapor ResponseCodable.swift
[2242/2305] Compiling Vapor Application+Routes.swift
[2243/2305] Compiling Vapor Parameters+Require.swift
[2244/2305] Compiling Vapor Request+WebSocket.swift
[2245/2305] Compiling Vapor Route.swift
[2246/2305] Compiling Vapor RouteCollection.swift
[2247/2305] Compiling Vapor Routes.swift
[2248/2305] Compiling Vapor RoutesBuilder+Group.swift
[2249/2305] Compiling Vapor RoutesBuilder+Method.swift
[2250/2305] Compiling Vapor RoutesBuilder+Middleware.swift
[2251/2305] Compiling Vapor RoutesBuilder+WebSocket.swift
[2252/2305] Compiling Vapor RoutesBuilder.swift
[2253/2305] Compiling Vapor OTP.swift
[2254/2305] Compiling Vapor Application+Servers.swift
[2255/2305] Compiling Vapor Server.swift
[2256/2305] Compiling Vapor App+Service.swift
[2257/2305] Compiling Vapor Req+Service.swift
[2258/2305] Compiling Vapor HTTPStatus.swift
[2259/2305] Compiling Vapor HTTPCookies.swift
[2260/2305] Compiling Vapor HTTPHeaderCacheControl.swift
[2261/2305] Compiling Vapor HTTPHeaderExpires.swift
[2262/2305] Compiling Vapor HTTPHeaderLastModified.swift
[2263/2305] Compiling Vapor HTTPHeaders+Cache.swift
[2264/2305] Compiling Vapor HTTPHeaders+Connection.swift
[2265/2305] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2266/2305] Compiling Vapor HTTPHeaders+ContentRange.swift
[2267/2305] Compiling Vapor HTTPHeaders+Directive.swift
[2268/2305] Compiling Vapor HTTPHeaders+Forwarded.swift
[2269/2305] Compiling Vapor HTTPHeaders+Link.swift
[2270/2305] Compiling Vapor HTTPHeaders+Name.swift
[2271/2305] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2272/2305] Compiling Vapor HTTPHeaders.swift
[2273/2305] Compiling Vapor HTTPMediaType.swift
[2274/2305] Compiling Vapor HTTPMediaTypePreference.swift
[2275/2305] Compiling Vapor Responder.swift
[2276/2305] Compiling Vapor Application+HTTP+Server.swift
[2277/2305] Compiling Vapor HTTPServer.swift
[2278/2305] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2279/2305] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2280/2305] Compiling Vapor HTTPServerHandler.swift
[2281/2305] Compiling Vapor HTTPServerRequestDecoder.swift
[2282/2305] Compiling Vapor Validator.swift
[2283/2305] Compiling Vapor ValidatorResult.swift
[2284/2305] Compiling Vapor And.swift
[2285/2305] Compiling Vapor Case.swift
[2286/2305] Compiling Vapor CharacterSet.swift
[2287/2305] Compiling Vapor Count.swift
[2288/2305] Compiling Vapor Custom.swift
[2289/2305] Compiling Vapor Email.swift
[2290/2305] Compiling Vapor Empty.swift
[2291/2305] Compiling Vapor In.swift
[2292/2305] Compiling Vapor Nil.swift
[2293/2305] Compiling Vapor NilIgnoring.swift
[2294/2305] Compiling Vapor Not.swift
[2295/2305] Compiling Vapor Or.swift
[2296/2305] Compiling Vapor Pattern.swift
[2297/2305] Compiling Vapor Range.swift
[2298/2305] Compiling Vapor URL.swift
[2299/2305] Compiling Vapor Valid.swift
[2300/2305] Compiling Vapor Application+Views.swift
[2301/2305] Compiling Vapor PlaintextRenderer.swift
[2302/2305] Compiling Vapor Request+View.swift
[2303/2305] Compiling Vapor View.swift
[2304/2305] Compiling Vapor ViewRenderer.swift
[2305/2305] Compiling Vapor _Deprecations.swift
[2307/2310] 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
[2308/2310] 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
[2309/2310] 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 |
[2310/2310] 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! (199.17s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.