The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of ConnectableKit, reference 1.0.2 (3d3a17), with Swift 6.1 for Android on 29 May 2025 00:20:25 UTC.

Swift 6 data race errors: 2

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tugcanonbas/connectable-kit.git
Reference: 1.0.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/tugcanonbas/connectable-kit
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at 3d3a17d Merge pull request #6 from tugcanonbas/feature/custom-error-middleware
Cloned https://github.com/tugcanonbas/connectable-kit.git
Revision (git rev-parse @):
3d3a17de8297de33e15d1a8d55a68f1edaad4e7e
SUCCESS checkout https://github.com/tugcanonbas/connectable-kit.git at 1.0.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tugcanonbas/connectable-kit.git
https://github.com/tugcanonbas/connectable-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "ConnectableKit",
  "name" : "ConnectableKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "ConnectableKit",
      "targets" : [
        "ConnectableKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ConnectableKit",
      "module_type" : "SwiftTarget",
      "name" : "ConnectableKit",
      "path" : "Sources/ConnectableKit",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "ConnectableKit"
      ],
      "sources" : [
        "ConnectableKit.swift",
        "Middlewares/ErrorMiddleware.swift",
        "Protocols/Connectable.swift",
        "Protocols/Responsable.swift",
        "Response/Responser.swift",
        "Response/ResponserStatus.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.36s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (3.04s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
[1/1063] Fetching swift-service-context
[1064/3672] Fetching swift-service-context, websocket-kit
[1273/8646] Fetching swift-service-context, websocket-kit, swift-distributed-tracing
[1762/11965] Fetching swift-service-context, websocket-kit, swift-distributed-tracing, multipart-kit
[6262/17924] Fetching swift-service-context, websocket-kit, swift-distributed-tracing, multipart-kit, swift-algorithms
[7355/19634] Fetching swift-service-context, websocket-kit, swift-distributed-tracing, multipart-kit, swift-algorithms, swift-atomics
Fetched https://github.com/vapor/websocket-kit.git from cache (1.07s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.07s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.08s)
[7134/11562] Fetching swift-service-context, swift-distributed-tracing, multipart-kit, swift-metrics
[9340/15398] Fetching swift-service-context, swift-distributed-tracing, multipart-kit, swift-metrics, swift-log
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.52s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-log.git from cache (0.54s)
Fetching https://github.com/apple/swift-nio-ssl.git
[7166/9356] Fetching swift-service-context, swift-distributed-tracing, multipart-kit
[9357/15270] Fetching swift-service-context, swift-distributed-tracing, multipart-kit, swift-nio-extras
[13024/26797] Fetching swift-service-context, swift-distributed-tracing, multipart-kit, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-service-context.git from cache (2.04s)
[16628/25734] Fetching swift-distributed-tracing, multipart-kit, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.04s)
[11769/20760] Fetching multipart-kit, swift-nio-extras, swift-nio-http2
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-nio.git
[11770/35603] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/vapor/multipart-kit.git from cache (2.11s)
Fetching https://github.com/apple/swift-crypto.git
[10083/32284] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.54s)
[4434/26370] Fetching swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/console-kit.git
[12028/47097] Fetching swift-nio-http2, swift-nio-ssl, routing-kit
[17783/52744] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, console-kit
[33232/66680] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, console-kit, swift-crypto
[39324/142773] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, console-kit, swift-crypto, swift-nio
Fetched https://github.com/vapor/console-kit.git from cache (0.56s)
[37816/137126] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-crypto, swift-nio
Fetching https://github.com/vapor/async-kit.git
[54378/139496] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-crypto, swift-nio, async-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.80s)
[55818/127969] Fetching swift-nio-ssl, routing-kit, swift-crypto, swift-nio, async-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/async-kit.git from cache (0.75s)
[55110/125599] Fetching swift-nio-ssl, routing-kit, swift-crypto, swift-nio
[80706/139613] Fetching swift-nio-ssl, routing-kit, swift-crypto, swift-nio, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.41s)
[97377/124770] Fetching routing-kit, swift-crypto, swift-nio, async-http-client
Fetched https://github.com/apple/swift-crypto.git from cache (3.21s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.92s)
[71710/96820] Fetching routing-kit, swift-nio
Fetched https://github.com/vapor/routing-kit.git from cache (9.41s)
Fetched https://github.com/apple/swift-nio.git from cache (9.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (12.07s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.57s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.74s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.57s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.44s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[1758/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.67s)
Fetched https://github.com/apple/swift-collections.git from cache (1.70s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.35s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.51s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.52s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.36s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.09s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.55s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.68s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
[1/904] Fetching swift-http-types
[20/2494] Fetching swift-http-types, swift-asn1
[1685/3635] Fetching swift-http-types, swift-asn1, swift-http-structured-headers
[1794/9790] Fetching swift-http-types, swift-asn1, swift-http-structured-headers, swift-certificates
[4414/14775] Fetching swift-http-types, swift-asn1, swift-http-structured-headers, swift-certificates, swift-async-algorithms
[4829/17201] Fetching swift-http-types, swift-asn1, swift-http-structured-headers, swift-certificates, swift-async-algorithms, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-types.git from cache (0.39s)
[13873/16297] Fetching swift-asn1, swift-http-structured-headers, swift-certificates, swift-async-algorithms, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.45s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.49s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.49s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.57s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.57s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.58s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.18s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.12s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.23s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.09s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.25s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.14s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.02s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.24s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (2.51s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.46s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.94s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.09s)
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.90s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.10s)
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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Building for debugging...
[0/831] Write sources
[41/831] Compiling _NumericsShims _NumericsShims.c
[41/831] Write sources
[51/831] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[52/831] Compiling _AtomicsShims.c
[53/831] Compiling CVaporBcrypt bcrypt.c
[54/831] Compiling CVaporBcrypt blf.c
[55/831] Compiling CNIOWindows shim.c
[56/831] Compiling CNIOWASI CNIOWASI.c
[57/831] Compiling CNIOWindows WSAStartup.c
[58/831] Compiling CSystem shims.c
[59/831] Compiling CNIOLinux liburing_shims.c
[60/831] Compiling CNIOSHA1 c_nio_sha1.c
[61/831] Compiling CNIOLLHTTP c_nio_http.c
[62/831] Compiling CNIOExtrasZlib empty.c
[63/831] Compiling CNIODarwin shim.c
[64/831] Compiling CNIOLinux shim.c
[65/831] Compiling CNIOLLHTTP c_nio_api.c
[66/831] Compiling fiat_p256_adx_mul.S
[67/831] Compiling fiat_p256_adx_sqr.S
[68/831] Write swift-version-24593BA9C3E375BF.txt
[69/831] Compiling fiat_curve25519_adx_square.S
[70/831] Compiling fiat_curve25519_adx_mul.S
[71/831] Compiling CNIOLLHTTP c_nio_llhttp.c
[72/831] Compiling CNIOBoringSSLShims shims.c
[74/868] Emitting module _NIOBase64
[74/868] Compiling tls_method.cc
[75/868] Compiling tls_record.cc
[77/883] Emitting module SystemPackage
[77/886] Compiling c-nioatomics.c
[79/886] Compiling _NIOBase64 Base64.swift
[80/887] Compiling ServiceContextModule ServiceContextKey.swift
[81/887] Emitting module ServiceContextModule
[82/887] Compiling ServiceContextModule ServiceContext.swift
[84/888] Compiling SystemPackage MachPort.swift
[85/888] Compiling SystemPackage PlatformString.swift
[86/888] Compiling SystemPackage SystemString.swift
[87/888] Compiling RealModule Real.swift
[88/888] Compiling RealModule Float80+Real.swift
[89/889] Compiling RealModule Float+Real.swift
[90/889] Compiling RealModule Float16+Real.swift
[92/890] Compiling RealModule AlgebraicField.swift
[93/890] Compiling RealModule ApproximateEquality.swift
[94/890] Compiling RealModule ElementaryFunctions.swift
[95/890] Compiling RealModule AugmentedArithmetic.swift
[96/890] Compiling RealModule Double+Real.swift
[97/890] Emitting module RealModule
[98/894] Compiling _NIODataStructures PriorityQueue.swift
[99/894] Compiling _NIODataStructures _TinyArray.swift
[100/903] Emitting module _NIODataStructures
[101/903] Compiling RealModule RealFunctions.swift
[102/904] Compiling _NIODataStructures Heap.swift
[104/905] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[105/905] Compiling InternalCollectionsUtilities Integer rank.swift
[106/905] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[107/905] Compiling InternalCollectionsUtilities UInt+reversed.swift
[109/905] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[110/906] Compiling SystemPackage Util+StringArray.swift
[111/906] Compiling SystemPackage Util.swift
[112/906] Compiling SystemPackage UtilConsumers.swift
[113/906] Compiling InternalCollectionsUtilities Descriptions.swift
[114/906] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[115/906] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[116/906] Compiling InternalCollectionsUtilities Debugging.swift
[117/906] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[117/906] Compiling c-atomics.c
[119/906] Emitting module InternalCollectionsUtilities
[120/906] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[121/906] Compiling InternalCollectionsUtilities _SortedCollection.swift
[126/906] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[127/906] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[129/916] Compiling NIOConcurrencyHelpers lock.swift
[130/960] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[131/960] Compiling NIOConcurrencyHelpers NIOLock.swift
[132/960] Compiling NIOConcurrencyHelpers atomics.swift
[133/960] Emitting module NIOConcurrencyHelpers
[134/960] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[136/967] Compiling Atomics UnsafeAtomic.swift
[137/967] Compiling Atomics UnsafeAtomicLazyReference.swift
[138/969] Emitting module Instrumentation
[139/969] Compiling Atomics ManagedAtomic.swift
[140/969] Compiling Atomics ManagedAtomicLazyReference.swift
[141/969] Compiling Atomics AtomicMemoryOrderings.swift
[142/969] Compiling Atomics DoubleWord.swift
[143/969] Compiling Instrumentation MultiplexInstrument.swift
[144/969] Compiling Instrumentation NoOpInstrument.swift
[145/969] Emitting module Logging
[146/969] Compiling Logging Locks.swift
[147/969] Compiling Atomics AtomicOptionalWrappable.swift
[148/969] Compiling Atomics AtomicReference.swift
[149/969] Compiling Atomics AtomicStorage.swift
[150/969] Compiling Atomics AtomicValue.swift
[153/969] Compiling Atomics IntegerOperations.swift
[154/969] Compiling Atomics Unmanaged extensions.swift
[159/969] Compiling Atomics RawRepresentable.swift
[160/969] Compiling Atomics AtomicBool.swift
[161/969] Compiling Atomics Primitives.shims.swift
[162/969] Compiling Atomics AtomicInteger.swift
[163/969] Compiling Algorithms MinMax.swift
[164/969] Compiling Algorithms Split.swift
[165/969] Compiling Algorithms Stride.swift
[166/969] Compiling Algorithms Suffix.swift
[167/970] Compiling Logging LogHandler.swift
[168/970] Compiling Instrumentation Instrument.swift
[169/970] Compiling Instrumentation Locks.swift
[170/970] Compiling Instrumentation InstrumentationSystem.swift
[171/970] Compiling Logging Logging.swift
[172/970] Compiling Logging MetadataProvider.swift
[173/1040] Compiling _RopeModule BigString+Sequence.swift
[174/1040] Compiling _RopeModule BigString+TextOutputStream.swift
[176/1040] Compiling _RopeModule BigString+Iterators.swift
[177/1040] Compiling _RopeModule BigString+Metrics.swift
[178/1040] Compiling _RopeModule BigString+Summary.swift
[179/1040] Compiling _RopeModule BigString.swift
[180/1040] Compiling _RopeModule BigString+Comparable.swift
[181/1040] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[183/1040] Compiling CoreMetrics Locks.swift
[184/1040] Compiling CoreMetrics Metrics.swift
[185/1040] Emitting module CoreMetrics
[188/1049] Compiling _RopeModule BigString+CustomStringConvertible.swift
[189/1049] Compiling _RopeModule BigString+Equatable.swift
[190/1049] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[191/1049] Compiling _RopeModule BigString+Chunk+Breaks.swift
[192/1049] Compiling _RopeModule BigString+Chunk+Counts.swift
[193/1049] Compiling _RopeModule BigString+Chunk+Description.swift
[194/1114] Compiling OrderedCollections _HashTable+Testing.swift
[195/1114] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[196/1114] Compiling OrderedCollections _HashTable.swift
[197/1114] Compiling OrderedCollections _Hashtable+Header.swift
[198/1120] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[199/1120] Compiling HeapModule Heap+Descriptions.swift
[200/1120] Compiling Tracing TracerProtocol.swift
[201/1120] Compiling Tracing TracingTime.swift
[202/1120] Emitting module Tracing
[203/1120] Compiling HeapModule Heap.swift
[204/1120] Compiling HeapModule _HeapNode.swift
[205/1120] Compiling HeapModule Heap+Invariants.swift
[206/1120] Compiling HeapModule Heap+UnsafeHandle.swift
[207/1120] Compiling Tracing NoOpTracer.swift
[208/1120] Compiling Tracing InstrumentationSystem+Tracing.swift
[209/1120] Compiling Tracing SpanProtocol.swift
[210/1120] Emitting module HeapModule
[211/1121] Compiling Tracing Tracer.swift
[212/1121] Compiling Tracing TracerProtocol+Legacy.swift
[213/1122] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[214/1122] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[215/1122] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[216/1122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[217/1122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[218/1122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[219/1122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[220/1122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[221/1122] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[222/1122] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[222/1129] Compiling tls13_server.cc
[225/1129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[226/1129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[227/1129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[228/1129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[229/1129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[230/1129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[231/1129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[232/1129] Compiling OrderedCollections _HashTable+Bucket.swift
[233/1129] Compiling OrderedCollections _HashTable+BucketIterator.swift
[234/1129] Compiling OrderedCollections _HashTable+Constants.swift
[235/1129] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[237/1131] Compiling OrderedCollections OrderedSet+Invariants.swift
[238/1131] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[239/1131] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[240/1131] Compiling OrderedCollections OrderedSet+Hashable.swift
[241/1131] Compiling OrderedCollections OrderedSet+Initializers.swift
[242/1131] Compiling OrderedCollections OrderedSet+Insertions.swift
[243/1131] Compiling OrderedCollections OrderedDictionary.swift
[244/1131] Compiling OrderedCollections OrderedSet+Codable.swift
[245/1131] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[246/1131] Compiling OrderedCollections OrderedSet+Descriptions.swift
[252/1131] Compiling OrderedCollections OrderedSet+Sendable.swift
[253/1131] Compiling OrderedCollections OrderedSet+SubSequence.swift
[254/1131] Compiling OrderedCollections OrderedSet+Testing.swift
[255/1131] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[260/1140] Compiling OrderedCollections OrderedSet+Diffing.swift
[261/1140] Compiling OrderedCollections OrderedSet+Equatable.swift
[262/1140] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[267/1140] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[268/1140] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[269/1140] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[270/1140] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[271/1140] Compiling OrderedCollections OrderedDictionary+Values.swift
[277/1140] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[278/1140] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[279/1140] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[280/1140] Compiling OrderedCollections OrderedDictionary+Codable.swift
[281/1140] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[282/1140] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[283/1140] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[284/1140] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[285/1140] Compiling OrderedCollections OrderedDictionary+Elements.swift
[286/1140] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[287/1140] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[298/1231] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[299/1231] Compiling HashTreeCollections TreeSet+Debugging.swift
[300/1231] Compiling HashTreeCollections TreeSet+Descriptions.swift
[301/1231] Compiling HashTreeCollections TreeSet+Equatable.swift
[302/1231] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[303/1231] Compiling HashTreeCollections TreeSet+Extras.swift
[304/1231] Compiling HashTreeCollections TreeSet+Filter.swift
[305/1231] Compiling HashTreeCollections TreeSet+Hashable.swift
[306/1231] Compiling HashTreeCollections TreeSet+Sendable.swift
[307/1231] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[308/1231] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[309/1231] Compiling HashTreeCollections _HashNode+Structural union.swift
[310/1231] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[311/1233] Compiling HashTreeCollections _Bitmap.swift
[312/1233] Compiling HashTreeCollections _Bucket.swift
[313/1233] Compiling RoutingKit PathComponent.swift
[314/1233] Compiling RoutingKit Router.swift
[315/1233] Compiling RoutingKit TrieRouter.swift
[316/1233] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[317/1233] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[322/1233] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[323/1233] Compiling HashTreeCollections _HashNode.swift
[324/1233] Compiling HashTreeCollections _HashNodeHeader.swift
[325/1233] Compiling HashTreeCollections _HashSlot.swift
[326/1233] Emitting module _RopeModule
[329/1233] Compiling HashTreeCollections TreeSet+Sequence.swift
[330/1233] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[331/1233] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[332/1233] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[333/1233] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[334/1233] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[335/1233] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[336/1233] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[337/1243] Compiling HashTreeCollections TreeDictionary+Values.swift
[338/1243] Compiling HashTreeCollections TreeDictionary.swift
[339/1243] Compiling HashTreeCollections TreeSet+Codable.swift
[340/1243] Compiling HashTreeCollections TreeSet+Collection.swift
[352/1243] Compiling DequeModule _DequeSlot.swift
[353/1243] Compiling DequeModule _UnsafeWrappedBuffer.swift
[354/1243] Compiling HashTreeCollections _HashStack.swift
[355/1243] Compiling HashTreeCollections _AncestorHashSlots.swift
[360/1243] Emitting module OrderedCollections
[364/1244] Emitting module DequeModule
[365/1245] Emitting module Atomics
[382/1246] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[383/1246] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[384/1246] Compiling HashTreeCollections TreeDictionary+Filter.swift
[385/1246] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[386/1246] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[387/1246] Compiling HashTreeCollections TreeDictionary+Keys.swift
[388/1246] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[389/1246] Compiling HashTreeCollections TreeDictionary+Merge.swift
[390/1246] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[391/1246] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[395/1272] Emitting module Algorithms
[397/1273] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[398/1273] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[399/1273] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[400/1273] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[401/1273] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[402/1273] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[403/1273] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[404/1273] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[405/1273] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[406/1273] Compiling HashTreeCollections TreeSet.swift
[407/1292] Emitting module ConsoleKitTerminal
[408/1336] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[409/1336] Compiling NIOCore BSDSocketAPI.swift
[410/1336] Compiling NIOCore ByteBuffer-aux.swift
[411/1336] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[412/1336] Emitting module Metrics
[413/1336] Compiling Metrics Metrics.swift
[423/1337] Compiling NIOCore ChannelInvoker.swift
[424/1337] Compiling NIOCore ChannelOption.swift
[425/1337] Compiling NIOCore ChannelPipeline.swift
[426/1337] Compiling RoutingKit Parameters.swift
[427/1337] Compiling RoutingKit AnyRouter.swift
[428/1337] Emitting module RoutingKit
[430/1338] Compiling NIOCore CircularBuffer.swift
[431/1338] Compiling NIOCore Codec.swift
[432/1338] Compiling NIOCore ConvenienceOptionSupport.swift
[433/1338] Compiling NIOCore DeadChannel.swift
[434/1338] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[435/1338] Compiling NIOCore ByteBuffer-multi-int.swift
[436/1338] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[437/1338] Compiling NIOCore ByteBuffer-views.swift
[438/1338] Compiling NIOCore Channel.swift
[439/1338] Compiling NIOCore ChannelHandler.swift
[440/1338] Compiling NIOCore ChannelHandlers.swift
[442/1338] Compiling NIOCore ByteBuffer-conversions.swift
[443/1338] Compiling NIOCore ByteBuffer-core.swift
[444/1338] Compiling NIOCore ByteBuffer-hex.swift
[445/1338] Compiling NIOCore ByteBuffer-int.swift
[446/1338] Compiling NIOCore DispatchQueue+WithFuture.swift
[447/1338] Compiling NIOCore EventLoop+Deprecated.swift
[448/1338] Compiling NIOCore EventLoop+SerialExecutor.swift
[452/1338] Compiling ConsoleKitTerminal AnySendableHashable.swift
[453/1338] Compiling ConsoleKitTerminal ConsoleLogger.swift
[454/1338] Compiling NIOCore AsyncAwaitSupport.swift
[455/1338] Compiling NIOCore AsyncChannel.swift
[456/1338] Compiling NIOCore AsyncChannelHandler.swift
[457/1338] Compiling NIOCore AsyncChannelInboundStream.swift
[458/1338] Compiling NIOCore AsyncChannelOutboundWriter.swift
[459/1338] Compiling NIOCore NIOAsyncSequenceProducer.swift
[460/1338] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[461/1338] Compiling NIOCore NIOAsyncWriter.swift
[462/1338] Compiling NIOCore MulticastChannel.swift
[463/1338] Compiling NIOCore NIOAny.swift
[464/1338] Compiling NIOCore NIOCloseOnErrorHandler.swift
[465/1338] Compiling NIOCore NIOLoopBound.swift
[466/1338] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[467/1338] Compiling NIOCore NIOScheduledCallback.swift
[468/1338] Compiling NIOCore NIOSendable.swift
[469/1338] Compiling NIOCore RecvByteBufferAllocator.swift
[470/1338] Compiling NIOCore IO.swift
[485/1338] Compiling NIOCore IOData.swift
[486/1338] Compiling NIOCore IPProtocol.swift
[487/1338] Compiling NIOCore IntegerBitPacking.swift
[488/1338] Compiling NIOCore IntegerTypes.swift
[489/1338] Compiling NIOCore Interfaces.swift
[534/1370] Compiling tls13_client.cc
[535/1370] Compiling tls13_enc.cc
[537/1370] Compiling ConsoleKitCommands CommandSignature.swift
[538/1370] Compiling ConsoleKitCommands Flag.swift
[539/1370] Compiling ConsoleKitCommands Option.swift
[540/1372] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[541/1372] Compiling ConsoleKitCommands AsyncCommand.swift
[542/1372] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[543/1372] Compiling ConsoleKitCommands AsyncCommands.swift
[544/1372] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[545/1372] Compiling ConsoleKitCommands AnyCommand.swift
[546/1372] Emitting module ConsoleKitCommands
[547/1372] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[548/1372] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[549/1372] Compiling ConsoleKitCommands Argument.swift
[550/1372] Emitting module HashTreeCollections
[551/1373] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[552/1373] Compiling ConsoleKitCommands Utilities.swift
[553/1373] Compiling t1_enc.cc
[554/1373] Compiling tls13_both.cc
[562/1373] Compiling NIOCore Linux.swift
[563/1373] Compiling NIOCore MarkedCircularBuffer.swift
[564/1373] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[565/1373] Compiling NIOCore EventLoopFuture+Deprecated.swift
[566/1373] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[567/1373] Compiling NIOCore EventLoopFuture.swift
[568/1373] Compiling NIOCore FileDescriptor.swift
[569/1373] Compiling NIOCore FileHandle.swift
[570/1373] Compiling NIOCore FileRegion.swift
[571/1373] Compiling NIOCore GlobalSingletons.swift
[572/1373] Compiling ConsoleKitCommands CommandGroup.swift
[573/1373] Compiling ConsoleKitCommands CommandInput.swift
[574/1373] Compiling ConsoleKitCommands Commands.swift
[575/1373] Compiling ConsoleKitCommands Console+Run.swift
[576/1373] Compiling ConsoleKitCommands ConsoleError.swift
[577/1373] Compiling ConsoleKitCommands Completion.swift
[578/1373] Compiling ConsoleKitCommands Command.swift
[579/1373] Compiling ConsoleKitCommands CommandContext.swift
[580/1373] Compiling ConsoleKitCommands CommandError.swift
[589/1374] Compiling ssl_x509.cc
[590/1376] Compiling ssl_versions.cc
[592/1376] Emitting module ConsoleKit
[593/1376] Compiling ConsoleKit Exports.swift
[594/1377] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[595/1377] Compiling NIOCore SocketAddresses.swift
[596/1377] Compiling NIOCore SocketOptionProvider.swift
[597/1377] Compiling NIOCore SystemCallHelpers.swift
[598/1377] Compiling NIOCore TimeAmount+Duration.swift
[599/1377] Compiling NIOCore TypeAssistedChannelHandler.swift
[600/1377] Compiling NIOCore UniversalBootstrapSupport.swift
[601/1377] Compiling NIOCore Utilities.swift
[601/1377] Compiling ssl_transcript.cc
[603/1377] Compiling ssl_stat.cc
[604/1377] Compiling ssl_privkey.cc
[605/1377] Compiling ssl_session.cc
[606/1377] Compiling ssl_lib.cc
[607/1377] Compiling ssl_key_share.cc
[608/1377] Compiling ssl_file.cc
[609/1377] Compiling ssl_credential.cc
[610/1377] Compiling ssl_cipher.cc
[611/1377] Compiling ssl_buffer.cc
[612/1377] Compiling ssl_cert.cc
[613/1377] Compiling ssl_asn1.cc
[614/1377] Compiling ssl_aead_ctx.cc
[615/1377] Compiling s3_pkt.cc
[616/1377] Compiling s3_lib.cc
[617/1377] Compiling s3_both.cc
[618/1377] Compiling handshake_server.cc
[619/1377] Compiling handshake_client.cc
[621/1377] Emitting module NIOCore
[621/1377] Compiling handshake.cc
[650/1378] Compiling handoff.cc
[651/1378] Compiling extensions.cc
[652/1378] Compiling dtls_record.cc
[653/1400] Compiling encrypted_client_hello.cc
[654/1428] Compiling dtls_method.cc
[655/1428] Compiling md5-x86_64-linux.S
[656/1428] Compiling md5-x86_64-apple.S
[657/1428] Compiling md5-586-linux.S
[658/1428] Compiling md5-586-apple.S
[659/1428] Compiling d1_srtp.cc
[660/1428] Compiling chacha20_poly1305_x86_64-linux.S
[661/1428] Compiling chacha20_poly1305_x86_64-apple.S
[662/1428] Compiling chacha20_poly1305_armv8-win.S
[663/1428] Compiling chacha20_poly1305_armv8-linux.S
[664/1428] Compiling chacha20_poly1305_armv8-apple.S
[665/1428] Compiling chacha-x86_64-linux.S
[666/1428] Compiling chacha-x86_64-apple.S
[667/1428] Compiling chacha-x86-linux.S
[669/1428] Emitting module NIOEmbedded
[670/1428] Compiling NIOEmbedded AsyncTestingChannel.swift
[670/1428] Compiling chacha-x86-apple.S
[671/1428] Compiling chacha-armv8-win.S
[672/1428] Compiling d1_pkt.cc
[673/1428] Compiling chacha-armv8-apple.S
[674/1428] Compiling chacha-armv8-linux.S
[676/1428] Compiling NIOPosix Pool.swift
[677/1428] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[678/1428] Compiling NIOPosix PosixSingletons.swift
[679/1428] Compiling NIOPosix RawSocketBootstrap.swift
[680/1428] Compiling NIOPosix Resolver.swift
[681/1428] Compiling NIOPosix Selectable.swift
[681/1428] Compiling err_data.cc
[682/1434] Compiling d1_both.cc
[684/1434] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[685/1434] Compiling NIOEmbedded Embedded.swift
[685/1435] Compiling aes128gcmsiv-x86_64-linux.S
[686/1435] Compiling bio_ssl.cc
[687/1435] Compiling d1_lib.cc
[688/1435] Compiling chacha-armv4-linux.S
[689/1435] Compiling aes128gcmsiv-x86_64-apple.S
[691/1435] Compiling x86_64-mont5-apple.S
[692/1435] Compiling x86_64-mont5-linux.S
[693/1435] Compiling x86_64-mont-linux.S
[694/1435] Compiling x86-mont-linux.S
[695/1435] Compiling x86_64-mont-apple.S
[696/1435] Compiling x86-mont-apple.S
[697/1435] Compiling vpaes-x86_64-linux.S
[698/1435] Compiling vpaes-x86-linux.S
[698/1435] Compiling vpaes-x86-apple.S
[700/1435] Compiling vpaes-x86_64-apple.S
[701/1435] Compiling vpaes-armv8-win.S
[702/1435] Compiling vpaes-armv8-apple.S
[703/1435] Compiling sha512-x86_64-apple.S
[704/1435] Compiling sha512-x86_64-linux.S
[705/1435] Compiling vpaes-armv7-linux.S
[706/1435] Compiling vpaes-armv8-linux.S
[707/1435] Compiling sha512-armv8-win.S
[708/1435] Compiling sha512-armv8-apple.S
[709/1435] Compiling sha512-armv8-linux.S
[710/1435] Compiling sha512-586-apple.S
[711/1435] Compiling sha512-armv4-linux.S
[712/1435] Compiling sha512-586-linux.S
[713/1435] Compiling sha256-armv8-win.S
[714/1435] Compiling sha256-x86_64-apple.S
[715/1435] Compiling sha256-x86_64-linux.S
[716/1435] Compiling sha256-armv8-linux.S
[717/1435] Compiling sha256-armv8-apple.S
[718/1435] Compiling sha256-armv4-linux.S
[719/1435] Compiling sha256-586-linux.S
[720/1435] Compiling sha256-586-apple.S
[721/1435] Compiling sha1-x86_64-linux.S
[722/1435] Compiling sha1-x86_64-apple.S
[723/1435] Compiling sha1-armv8-win.S
[724/1435] Compiling sha1-armv4-large-linux.S
[725/1435] Compiling sha1-armv8-linux.S
[726/1435] Compiling sha1-armv8-apple.S
[727/1435] Compiling sha1-586-linux.S
[728/1435] Compiling rsaz-avx2-linux.S
[729/1435] Compiling rsaz-avx2-apple.S
[730/1435] Compiling p256_beeu-x86_64-asm-linux.S
[731/1435] Compiling rdrand-x86_64-apple.S
[732/1435] Compiling sha1-586-apple.S
[733/1435] Compiling p256_beeu-x86_64-asm-apple.S
[734/1435] Compiling rdrand-x86_64-linux.S
[735/1435] Compiling p256_beeu-armv8-asm-linux.S
[736/1435] Compiling p256_beeu-armv8-asm-win.S
[737/1435] Compiling p256-x86_64-asm-linux.S
[739/1435] Compiling NIOPosix ThreadPosix.swift
[740/1435] Compiling NIOPosix ThreadWindows.swift
[741/1435] Compiling NIOPosix UnsafeTransfer.swift
[742/1435] Compiling NIOPosix Utilities.swift
[743/1435] Compiling NIOPosix VsockAddress.swift
[744/1435] Compiling NIOPosix VsockChannelEvents.swift
[744/1435] Compiling p256_beeu-armv8-asm-apple.S
[745/1435] Compiling p256-armv8-asm-win.S
[746/1435] Compiling p256-x86_64-asm-apple.S
[747/1435] Compiling p256-armv8-asm-linux.S
[748/1435] Compiling p256-armv8-asm-apple.S
[749/1435] Compiling ghashv8-armv8-win.S
[750/1435] Compiling ghashv8-armv8-apple.S
[751/1435] Compiling ghashv8-armv8-linux.S
[752/1435] Compiling ghashv8-armv7-linux.S
[753/1435] Compiling ghash-x86_64-apple.S
[754/1435] Compiling ghash-x86-linux.S
[755/1435] Compiling ghash-x86_64-linux.S
[756/1435] Compiling ghash-x86-apple.S
[757/1435] Compiling ghash-ssse3-x86_64-linux.S
[758/1435] Compiling ghash-ssse3-x86_64-apple.S
[759/1435] Compiling ghash-ssse3-x86-linux.S
[760/1435] Compiling ghash-neon-armv8-linux.S
[761/1435] Compiling ghash-armv4-linux.S
[762/1435] Compiling ghash-neon-armv8-apple.S
[763/1435] Compiling ghash-ssse3-x86-apple.S
[764/1435] Compiling ghash-neon-armv8-win.S
[765/1435] Compiling co-586-linux.S
[767/1435] Emitting module NIOPosix
[768/1435] Compiling NIOPosix BSDSocketAPICommon.swift
[769/1435] Compiling NIOPosix BSDSocketAPIPosix.swift
[770/1435] Compiling NIOPosix BSDSocketAPIWindows.swift
[771/1435] Compiling NIOPosix BaseSocket.swift
[772/1435] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[773/1435] Compiling NIOPosix BaseSocketChannel.swift
[774/1435] Compiling NIOPosix BaseStreamSocketChannel.swift
[774/1435] Compiling bn-armv8-win.S
[775/1435] Compiling co-586-apple.S
[776/1435] Compiling bn-armv8-apple.S
[777/1435] Compiling bsaes-armv7-linux.S
[778/1435] Compiling bn-586-linux.S
[779/1435] Compiling bn-armv8-linux.S
[780/1435] Compiling bn-586-apple.S
[781/1435] Compiling armv8-mont-apple.S
[782/1435] Compiling armv8-mont-linux.S
[783/1435] Compiling armv8-mont-win.S
[784/1435] Compiling aesv8-gcm-armv8-win.S
[785/1435] Compiling armv4-mont-linux.S
[786/1435] Compiling aesv8-gcm-armv8-linux.S
[787/1435] Compiling aesv8-armv8-win.S
[788/1435] Compiling aesv8-armv8-linux.S
[789/1435] Compiling aesv8-gcm-armv8-apple.S
[790/1435] Compiling aesv8-armv7-linux.S
[791/1435] Compiling aesv8-armv8-apple.S
[792/1435] Compiling aesni-x86_64-linux.S
[793/1435] Compiling aesni-x86-apple.S
[794/1435] Compiling aesni-gcm-x86_64-linux.S
[795/1435] Compiling aesni-x86-linux.S
[796/1435] Compiling aesni-x86_64-apple.S
[797/1435] Compiling aesni-gcm-x86_64-apple.S
[798/1435] Compiling aes-gcm-avx2-x86_64-linux.S
[799/1435] Compiling aes-gcm-avx2-x86_64-apple.S
[800/1435] Compiling aes-gcm-avx10-x86_64-apple.S
[801/1435] Compiling aes-gcm-avx10-x86_64-linux.S
[803/1435] Compiling NIOPosix SelectableChannel.swift
[804/1435] Compiling NIOPosix SelectableEventLoop.swift
[805/1435] Compiling NIOPosix SelectorEpoll.swift
[806/1435] Compiling NIOPosix SelectorGeneric.swift
[807/1435] Compiling NIOPosix SelectorKqueue.swift
[808/1435] Compiling NIOPosix SelectorUring.swift
[809/1435] Compiling NIOPosix ServerSocket.swift
[810/1435] Compiling NIOPosix Socket.swift
[811/1435] Compiling NIOPosix SocketChannel.swift
[812/1435] Compiling NIOPosix SocketProtocols.swift
[813/1435] Compiling NIOPosix System.swift
[814/1435] Compiling NIOPosix Thread.swift
[815/1435] Compiling NIOPosix IO.swift
[816/1435] Compiling NIOPosix IntegerBitPacking.swift
[817/1435] Compiling NIOPosix IntegerTypes.swift
[818/1435] Compiling NIOPosix Linux.swift
[819/1435] Compiling NIOPosix LinuxCPUSet.swift
[820/1435] Compiling NIOPosix LinuxUring.swift
[821/1435] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[822/1435] Compiling NIOPosix NIOThreadPool.swift
[823/1435] Compiling NIOPosix NonBlockingFileIO.swift
[824/1435] Compiling NIOPosix PendingDatagramWritesManager.swift
[825/1435] Compiling NIOPosix PendingWritesManager.swift
[826/1435] Compiling NIOPosix PipeChannel.swift
[827/1435] Compiling NIOPosix PipePair.swift
[828/1435] Compiling NIOPosix Bootstrap.swift
[829/1435] Compiling NIOPosix ControlMessage.swift
[830/1435] Compiling NIOPosix DatagramVectorReadManager.swift
[831/1435] Compiling NIOPosix Errors+Any.swift
[832/1435] Compiling NIOPosix FileDescriptor.swift
[833/1435] Compiling NIOPosix GetaddrinfoResolver.swift
[834/1435] Compiling NIOPosix HappyEyeballs.swift
[834/1435] Compiling x_spki.cc
[836/1436] Compiling x_req.cc
[837/1436] Compiling x_pubkey.cc
[838/1436] Compiling x_x509.cc
[839/1436] Compiling x_x509a.cc
[840/1436] Compiling x_val.cc
[841/1471] Compiling x_sig.cc
[843/1473] Compiling NIO Exports.swift
[844/1473] Emitting module NIO
[845/1474] Compiling x_crl.cc
[846/1474] Compiling x_exten.cc
[847/1474] Compiling x_all.cc
[849/1474] Compiling _NIOFileSystem ParallelDirCopy.swift
[850/1474] Compiling _NIOFileSystem ParallelRemoval.swift
[851/1474] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[852/1474] Compiling _NIOFileSystem CInterop.swift
[853/1474] Compiling _NIOFileSystem Errno.swift
[854/1474] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[855/1474] Compiling _NIOFileSystem Mocking.swift
[856/1474] Compiling _NIOFileSystem Syscall.swift
[857/1474] Compiling _NIOFileSystem Syscalls.swift
[857/1478] Compiling x_algor.cc
[859/1478] Compiling _NIOFileSystem Array+FileSystem.swift
[860/1478] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[861/1478] Compiling _NIOFileSystem BufferedReader.swift
[862/1478] Compiling _NIOFileSystem BufferedWriter.swift
[863/1478] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[863/1484] Compiling x_attrib.cc
[865/1484] Emitting module _NIOFileSystem
[865/1517] Compiling x_name.cc
[867/1517] Compiling NIOTLS TLSEvents.swift
[868/1517] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[869/1517] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[870/1517] Emitting module NIOTLS
[871/1517] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[872/1517] Compiling NIOSOCKS ClientStateMachine.swift
[873/1518] Compiling NIOSOCKS SOCKSResponse.swift
[874/1518] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[875/1518] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[876/1518] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[877/1518] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[878/1518] Compiling NIOHTTP1 HTTPTypes.swift
[879/1518] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[880/1518] Compiling NIOTLS SNIHandler.swift
[881/1519] Compiling NIOSOCKS ServerStateMachine.swift
[882/1519] Compiling NIOSOCKS Errors.swift
[883/1519] Compiling NIOSOCKS Helpers.swift
[884/1519] Compiling NIOSOCKS Messages.swift
[885/1519] Compiling NIOSOCKS SOCKSRequest.swift
[886/1519] Emitting module NIOSOCKS
[887/1519] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[888/1519] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[890/1520] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[891/1520] Emitting module NIOFoundationCompat
[894/1523] Compiling x509rset.cc
[895/1523] Compiling x509spki.cc
[897/1523] Emitting module NIOHTTP1
[899/1523] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[900/1523] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[901/1523] Compiling _NIOFileSystem FileSystemProtocol.swift
[902/1523] Compiling _NIOFileSystem FileType.swift
[903/1523] Compiling _NIOFileSystem IOStrategy.swift
[904/1523] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[905/1523] Compiling _NIOFileSystem BufferedStream.swift
[906/1523] Compiling _NIOFileSystem Cancellation.swift
[907/1523] Compiling _NIOFileSystem TokenBucket.swift
[908/1523] Compiling _NIOFileSystem UnsafeTransfer.swift
[909/1523] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[910/1523] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[911/1523] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[912/1523] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[912/1523] Compiling x509name.cc
[914/1545] Compiling _NIOFileSystem SystemFileHandle.swift
[915/1545] Compiling _NIOFileSystem Utilities.swift
[916/1545] Compiling _NIOFileSystem OpenOptions.swift
[917/1545] Compiling _NIOFileSystem String+FileSystem.swift
[918/1545] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[919/1545] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[920/1545] Compiling NIOTransportServices NIOTSListenerChannel.swift
[921/1545] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[922/1545] Compiling NIOTransportServices NIOTSErrors.swift
[923/1545] Compiling NIOTransportServices NIOTSEventLoop.swift
[924/1547] Emitting module NIOTransportServices
[925/1547] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[926/1547] Compiling NIOTransportServices NIOTSSingletons.swift
[927/1547] Compiling NIOTransportServices AcceptHandler.swift
[928/1547] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[929/1547] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[930/1547] Compiling NIOTransportServices NIOTSBootstraps.swift
[931/1547] Compiling NIOTransportServices NIOTSChannelOptions.swift
[932/1547] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[933/1547] Compiling NIOTransportServices StateManagedChannel.swift
[934/1547] Compiling NIOTransportServices StateManagedListenerChannel.swift
[935/1547] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[938/1547] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[938/1547] Compiling x509_vpm.cc
[940/1547] Compiling NIOTransportServices NIOTSDatagramListener.swift
[941/1547] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[942/1547] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[942/1547] Compiling x509_vfy.cc
[950/1547] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[951/1547] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[951/1548] Compiling x509_v3.cc
[963/1549] Compiling x509_txt.cc
[964/1549] Compiling x509cset.cc
[971/1553] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[972/1553] Emitting module _NIOFileSystemFoundationCompat
[973/1553] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[974/1554] Compiling x509_obj.cc
[975/1554] Compiling x509_trs.cc
[976/1559] Compiling x509_set.cc
[977/1561] Compiling x509_req.cc
[978/1602] Compiling x509_def.cc
[979/1602] Compiling x509_ext.cc
[980/1602] Compiling x509_lu.cc
[982/1602] Compiling NIOFileSystem Exports.swift
[983/1602] Compiling NIOExtras RequestResponseHandler.swift
[984/1602] Compiling NIOExtras RequestResponseWithIDHandler.swift
[985/1604] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[986/1604] Emitting module NIOFileSystem
[987/1604] Compiling NIOHPACK IndexedHeaderTable.swift
[988/1606] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[989/1606] Compiling NIOHTTPCompression HTTPDecompression.swift
[990/1606] Emitting module NIOHTTPCompression
[991/1606] Compiling NIOHTTPCompression HTTPCompression.swift
[993/1606] Compiling NIOHPACK StaticHeaderTable.swift
[994/1606] Compiling NIOHPACK HuffmanTables.swift
[995/1606] Compiling NIOHPACK IntegerCoding.swift
[996/1606] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[997/1606] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[998/1607] Compiling NIOHPACK HuffmanCoding.swift
[999/1607] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1000/1607] Compiling NIOWebSocket WebSocketOpcode.swift
[1001/1608] Compiling NIOWebSocket WebSocketFrame.swift
[1002/1608] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1003/1608] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1004/1608] Compiling NIOExtras JSONRPCFraming.swift
[1005/1608] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1005/1608] Compiling x509_att.cc
[1008/1608] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1009/1608] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1010/1608] Emitting module NIOWebSocket
[1011/1608] Compiling NIOExtras PCAPRingBuffer.swift
[1012/1608] Compiling NIOExtras QuiescingHelper.swift
[1013/1608] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1014/1608] Emitting module NIOExtras
[1016/1609] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1017/1609] Compiling NIOExtras NIORequestIdentifiable.swift
[1019/1609] Compiling NIOExtras NIOExtrasError.swift
[1023/1609] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1024/1609] Compiling NIOExtras LengthFieldPrepender.swift
[1025/1609] Compiling NIOExtras LineBasedFrameDecoder.swift
[1026/1609] Compiling NIOExtras DebugInboundEventsHandler.swift
[1027/1609] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1028/1609] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1033/1609] Emitting module NIOHPACK
[1036/1610] Compiling x509_cmp.cc
[1037/1610] Compiling x509_d2.cc
[1038/1668] Compiling x509.cc
[1040/1668] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1041/1668] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1042/1669] Compiling v3_skey.cc
[1043/1669] Compiling v3_utl.cc
[1045/1669] Compiling NIOHTTP2 MaySendFrames.swift
[1046/1669] Compiling NIOHTTP2 SendingDataState.swift
[1047/1669] Compiling NIOHTTP2 SendingGoawayState.swift
[1048/1669] Compiling NIOHTTP2 SendingHeadersState.swift
[1049/1669] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1050/1669] Compiling NIOHTTP2 SendingRstStreamState.swift
[1051/1669] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1052/1669] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1052/1677] Compiling v3_purp.cc
[1053/1677] Compiling v3_prn.cc
[1054/1677] Compiling v3_pmaps.cc
[1055/1677] Compiling v3_pcons.cc
[1056/1677] Compiling v3_ncons.cc
[1057/1677] Compiling v3_lib.cc
[1058/1677] Compiling v3_ocsp.cc
[1062/1677] Compiling NIOHTTP2 HasLocalSettings.swift
[1063/1677] Compiling NIOHTTP2 HasRemoteSettings.swift
[1064/1677] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1065/1677] Compiling NIOHTTP2 QuiescingState.swift
[1066/1677] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1067/1677] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1067/1677] Compiling v3_info.cc
[1068/1677] Compiling v3_ia5.cc
[1069/1677] Compiling v3_int.cc
[1071/1677] Compiling NIOHTTP2 InboundWindowManager.swift
[1072/1677] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1073/1677] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1074/1677] Compiling NIOHTTP2 StreamChannelList.swift
[1075/1677] Compiling NIOHTTP2 StreamMap.swift
[1076/1677] Compiling NIOHTTP2 StreamStateMachine.swift
[1077/1677] Compiling NIOHTTP2 UnsafeTransfer.swift
[1078/1677] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1078/1677] Compiling v3_enum.cc
[1079/1677] Compiling v3_genn.cc
[1080/1677] Compiling v3_crld.cc
[1081/1677] Compiling v3_extku.cc
[1083/1677] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1084/1677] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1085/1677] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1086/1677] Compiling NIOHTTP2 HTTP2StreamID.swift
[1087/1677] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1088/1677] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1089/1677] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1090/1677] Compiling NIOHTTP2 InboundEventBuffer.swift
[1090/1677] Compiling v3_cpols.cc
[1092/1677] Emitting module NIOHTTP2
[1093/1677] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1094/1677] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1095/1677] Compiling NIOHTTP2 MayReceiveFrames.swift
[1096/1677] Compiling NIOHTTP2 ReceivingDataState.swift
[1097/1677] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1098/1677] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1099/1677] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1100/1677] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1101/1677] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1101/1677] Compiling v3_conf.cc
[1102/1677] Compiling v3_bitst.cc
[1103/1677] Compiling v3_akeya.cc
[1104/1677] Compiling v3_bcons.cc
[1105/1677] Compiling v3_alt.cc
[1106/1677] Compiling v3_akey.cc
[1107/1677] Compiling t_x509a.cc
[1109/1677] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1110/1677] Compiling NIOHTTP2 HTTP2Frame.swift
[1111/1677] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1112/1677] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1113/1677] Compiling NIOHTTP2 HTTP2PingData.swift
[1114/1677] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1115/1677] Compiling NIOHTTP2 HTTP2Settings.swift
[1116/1677] Compiling NIOHTTP2 HTTP2Stream.swift
[1116/1677] Compiling t_req.cc
[1117/1677] Compiling t_crl.cc
[1119/1677] Compiling NIOHTTP2 StateMachineResult.swift
[1120/1677] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1121/1677] Compiling NIOHTTP2 DOSHeuristics.swift
[1122/1677] Compiling NIOHTTP2 Error+Any.swift
[1123/1677] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1124/1677] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1125/1677] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1126/1677] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1127/1677] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1128/1677] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1129/1677] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1130/1677] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1131/1677] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1132/1677] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1133/1677] Compiling NIOHTTP2 HTTP2Error.swift
[1134/1677] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1135/1678] Compiling policy.cc
[1136/1678] Compiling t_x509.cc
[1137/1678] Compiling i2d_pr.cc
[1138/1678] Compiling rsa_pss.cc
[1139/1678] Compiling by_file.cc
[1140/1678] Compiling name_print.cc
[1141/1678] Compiling asn1_gen.cc
[1142/1678] Compiling a_sign.cc
[1143/1678] Compiling algorithm.cc
[1144/1678] Compiling by_dir.cc
[1145/1678] Compiling a_verify.cc
[1146/1678] Compiling a_digest.cc
[1147/1678] Compiling trust_token.cc
[1148/1678] Compiling voprf.cc
[1149/1678] Compiling thread.cc
[1150/1678] Compiling thread_win.cc
[1151/1678] Compiling thread_none.cc
[1152/1678] Compiling stack.cc
[1153/1678] Compiling thread_pthread.cc
[1154/1678] Compiling pmbtoken.cc
[1155/1678] Compiling siphash.cc
[1156/1678] Compiling sha256.cc
[1157/1678] Compiling rsa_crypt.cc
[1158/1678] Compiling sha1.cc
[1159/1678] Compiling sha512.cc
[1160/1678] Compiling spake2plus.cc
[1161/1678] Compiling rsa_print.cc
[1162/1678] Compiling rsa_extra.cc
[1163/1678] Compiling slhdsa.cc
[1164/1678] Compiling urandom.cc
[1165/1678] Compiling trusty.cc
[1166/1678] Compiling rc4.cc
[1167/1678] Compiling refcount.cc
[1168/1678] Compiling rand.cc
[1169/1678] Compiling getentropy.cc
[1170/1678] Compiling windows.cc
[1171/1678] Compiling rsa_asn1.cc
[1172/1678] Compiling poly1305_arm_asm.S
[1173/1678] Compiling ios.cc
[1174/1678] Compiling passive.cc
[1175/1678] Compiling deterministic.cc
[1176/1678] Compiling forkunsafe.cc
[1177/1678] Compiling poly1305_vec.cc
[1178/1678] Compiling fork_detect.cc
[1179/1678] Compiling poly1305.cc
[1180/1678] Compiling pool.cc
[1181/1678] Compiling poly1305_arm.cc
[1182/1678] Compiling pkcs8_x509.cc
[1183/1678] Compiling pkcs7.cc
[1184/1678] Compiling pkcs8.cc
[1185/1678] Compiling pkcs7_x509.cc
[1186/1678] Compiling pem_pkey.cc
[1187/1678] Compiling p5_pbev2.cc
[1188/1678] Compiling pem_xaux.cc
[1189/1678] Compiling pem_x509.cc
[1190/1678] Compiling mlkem.cc
[1191/1678] Compiling pem_pk8.cc
[1192/1678] Compiling pem_oth.cc
[1193/1678] Compiling pem_lib.cc
[1194/1678] Compiling obj_xref.cc
[1195/1678] Compiling obj.cc
[1196/1678] Compiling pem_all.cc
[1197/1678] Compiling pem_info.cc
[1198/1678] Compiling poly_rq_mul.S
[1199/1678] Compiling mldsa.cc
[1200/1678] Compiling md5.cc
[1201/1678] Compiling fips_shared_support.cc
[1202/1678] Compiling lhash.cc
[1203/1678] Compiling mem.cc
[1204/1678] Compiling md4.cc
[1205/1678] Compiling hpke.cc
[1206/1678] Compiling kyber.cc
[1207/1678] Compiling ex_data.cc
[1208/1678] Compiling sign.cc
[1209/1678] Compiling scrypt.cc
[1210/1678] Compiling hrss.cc
[1211/1678] Compiling print.cc
[1212/1678] Compiling pbkdf.cc
[1213/1678] Compiling p_x25519.cc
[1214/1678] Compiling p_x25519_asn1.cc
[1215/1678] Compiling p_ed25519.cc
[1216/1678] Compiling p_hkdf.cc
[1217/1678] Compiling p_rsa_asn1.cc
[1218/1678] Compiling p_ed25519_asn1.cc
[1219/1678] Compiling p_rsa.cc
[1220/1678] Compiling bcm.cc
[1221/1678] Compiling p_ec_asn1.cc
[1222/1678] Compiling p_dsa_asn1.cc
[1223/1678] Compiling p_ec.cc
[1224/1678] Compiling p_dh.cc
[1225/1678] Compiling err.cc
[1226/1678] Compiling evp_asn1.cc
[1227/1678] Compiling engine.cc
[1228/1678] Compiling p_dh_asn1.cc
[1229/1678] Compiling evp.cc
[1230/1678] Compiling ecdh.cc
[1231/1678] Compiling evp_ctx.cc
[1232/1678] Compiling ecdsa_asn1.cc
[1233/1678] Compiling hash_to_curve.cc
[1234/1678] Compiling dsa.cc
[1235/1678] Compiling ec_derive.cc
[1236/1678] Compiling ec_asn1.cc
[1237/1678] Compiling params.cc
[1238/1678] Compiling x25519-asm-arm.S
[1239/1678] Compiling dsa_asn1.cc
[1240/1678] Compiling des.cc
[1241/1678] Compiling digest_extra.cc
[1242/1678] Compiling dh_asn1.cc
[1243/1678] Compiling curve25519_64_adx.cc
[1244/1678] Compiling curve25519.cc
[1245/1678] Compiling crypto.cc
[1246/1678] Compiling spake25519.cc
[1247/1678] Compiling cpu_intel.cc
[1248/1678] Compiling cpu_arm_linux.cc
[1249/1678] Compiling cpu_aarch64_openbsd.cc
[1250/1678] Compiling cpu_aarch64_sysreg.cc
[1251/1678] Compiling cpu_arm_freebsd.cc
[1252/1678] Compiling cpu_aarch64_win.cc
[1253/1678] Compiling cpu_aarch64_linux.cc
[1254/1678] Compiling cpu_aarch64_fuchsia.cc
[1255/1678] Compiling cpu_aarch64_apple.cc
[1256/1678] Compiling conf.cc
[1257/1678] Compiling e_tls.cc
[1258/1678] Compiling get_cipher.cc
[1259/1678] Compiling tls_cbc.cc
[1260/1678] Compiling e_rc4.cc
[1261/1678] Compiling e_null.cc
[1262/1678] Compiling e_rc2.cc
[1263/1678] Compiling e_des.cc
[1264/1678] Compiling e_chacha20poly1305.cc
[1265/1678] Compiling derive_key.cc
[1266/1678] Compiling e_aesctrhmac.cc
[1267/1678] Compiling chacha.cc
[1268/1678] Compiling e_aesgcmsiv.cc
[1269/1678] Compiling unicode.cc
[1270/1678] Compiling cbs.cc
[1271/1678] Compiling buf.cc
[1272/1678] Compiling cbb.cc
[1273/1678] Compiling ber.cc
[1274/1678] Compiling asn1_compat.cc
[1275/1678] Compiling convert.cc
[1276/1678] Compiling bn_asn1.cc
[1277/1678] Compiling socket_helper.cc
[1278/1678] Compiling printf.cc
[1279/1678] Compiling socket.cc
[1280/1678] Compiling blake2.cc
[1281/1678] Compiling pair.cc
[1282/1678] Compiling hexdump.cc
[1283/1678] Compiling errno.cc
[1284/1678] Compiling file.cc
[1285/1678] Compiling bio_mem.cc
[1286/1678] Compiling base64.cc
[1287/1678] Compiling fd.cc
[1288/1678] Compiling bio.cc
[1289/1678] Compiling connect.cc
[1290/1678] Compiling tasn_utl.cc
[1291/1678] Compiling tasn_fre.cc
[1292/1678] Compiling tasn_typ.cc
[1293/1678] Compiling f_int.cc
[1294/1678] Compiling posix_time.cc
[1295/1678] Compiling f_string.cc
[1296/1678] Compiling tasn_dec.cc
[1297/1678] Compiling tasn_enc.cc
[1298/1678] Compiling tasn_new.cc
[1299/1678] Compiling asn1_par.cc
[1300/1678] Compiling a_utctm.cc
[1301/1678] Compiling a_time.cc
[1302/1678] Compiling asn_pack.cc
[1303/1678] Compiling a_strex.cc
[1304/1678] Compiling a_strnid.cc
[1305/1678] Compiling a_type.cc
[1306/1678] Compiling asn1_lib.cc
[1307/1678] Compiling a_octet.cc
[1308/1678] Compiling a_i2d_fp.cc
[1309/1678] Compiling a_object.cc
[1310/1678] Compiling a_d2i_fp.cc
[1311/1678] Compiling a_int.cc
[1312/1678] Compiling a_mbstr.cc
[1313/1678] Compiling fiat_p256_adx_sqr.S
[1314/1678] Compiling a_dup.cc
[1315/1678] Compiling fiat_p256_adx_mul.S
[1316/1678] Compiling fiat_curve25519_adx_square.S
[1317/1678] Compiling a_gentm.cc
[1318/1678] Compiling md5-x86_64-linux.S
[1319/1678] Compiling fiat_curve25519_adx_mul.S
[1320/1678] Compiling CCryptoBoringSSLShims shims.c
[1321/1678] Compiling md5-x86_64-apple.S
[1322/1678] Compiling md5-586-apple.S
[1323/1678] Compiling md5-586-linux.S
[1324/1678] Compiling chacha20_poly1305_x86_64-linux.S
[1325/1678] Compiling chacha20_poly1305_x86_64-apple.S
[1326/1678] Compiling a_bool.cc
[1327/1678] Compiling chacha20_poly1305_armv8-win.S
[1328/1678] Compiling chacha20_poly1305_armv8-apple.S
[1329/1678] Compiling chacha-x86_64-linux.S
[1330/1678] Compiling chacha20_poly1305_armv8-linux.S
[1331/1678] Compiling chacha-x86-linux.S
[1331/1678] Compiling chacha-x86_64-apple.S
[1333/1678] Compiling chacha-x86-apple.S
[1334/1678] Compiling aes128gcmsiv-x86_64-linux.S
[1335/1678] Compiling chacha-armv4-linux.S
[1336/1678] Compiling chacha-armv8-win.S
[1337/1678] Compiling aes128gcmsiv-x86_64-apple.S
[1338/1678] Compiling chacha-armv8-apple.S
[1339/1678] Compiling a_bitstr.cc
[1340/1678] Compiling chacha-armv8-linux.S
[1341/1678] Compiling x86_64-mont-linux.S
[1342/1678] Compiling x86_64-mont5-linux.S
[1343/1678] Compiling x86_64-mont5-apple.S
[1344/1678] Compiling x86_64-mont-apple.S
[1345/1678] Compiling x86-mont-linux.S
[1346/1678] Compiling x86-mont-apple.S
[1347/1678] Compiling vpaes-x86_64-linux.S
[1348/1678] Compiling vpaes-x86_64-apple.S
[1349/1678] Compiling vpaes-x86-linux.S
[1350/1678] Compiling vpaes-armv8-win.S
[1351/1678] Compiling vpaes-x86-apple.S
[1352/1678] Compiling vpaes-armv8-linux.S
[1353/1678] Compiling vpaes-armv7-linux.S
[1354/1678] Compiling vpaes-armv8-apple.S
[1355/1678] Compiling sha512-x86_64-linux.S
[1356/1678] Compiling sha512-armv8-win.S
[1357/1678] Compiling sha512-x86_64-apple.S
[1358/1703] Compiling err_data.cc
[1359/1703] Compiling sha512-armv8-linux.S
[1360/1703] Compiling sha512-armv4-linux.S
[1361/1707] Compiling sha512-586-apple.S
[1362/1707] Compiling sha512-armv8-apple.S
[1363/1707] Compiling sha512-586-linux.S
[1364/1707] Compiling sha256-x86_64-apple.S
[1365/1707] Compiling sha256-x86_64-linux.S
[1366/1707] Compiling sha256-armv8-win.S
[1367/1707] Compiling sha256-armv8-linux.S
[1368/1707] Compiling sha1-armv8-win.S
[1369/1707] Compiling sha256-586-apple.S
[1369/1707] Compiling sha256-armv8-apple.S
[1369/1707] Compiling sha1-x86_64-apple.S
[1369/1707] Compiling sha1-x86_64-linux.S
[1373/1707] Compiling sha256-armv4-linux.S
[1374/1707] Compiling sha256-586-linux.S
[1375/1707] Compiling sha1-armv4-large-linux.S
[1376/1707] Compiling rsaz-avx2-linux.S
[1377/1707] Compiling sha1-armv8-apple.S
[1378/1707] Compiling rsaz-avx2-apple.S
[1379/1707] Compiling sha1-586-linux.S
[1380/1707] Compiling sha1-586-apple.S
[1381/1707] Compiling rdrand-x86_64-apple.S
[1382/1707] Compiling rdrand-x86_64-linux.S
[1383/1707] Compiling p256_beeu-x86_64-asm-linux.S
[1384/1707] Compiling sha1-armv8-linux.S
[1385/1707] Compiling p256_beeu-x86_64-asm-apple.S
[1386/1707] Compiling p256_beeu-armv8-asm-win.S
[1387/1707] Compiling p256_beeu-armv8-asm-apple.S
[1388/1707] Compiling p256_beeu-armv8-asm-linux.S
[1389/1707] Compiling ghashv8-armv8-win.S
[1390/1707] Compiling p256-x86_64-asm-linux.S
[1391/1707] Compiling p256-x86_64-asm-apple.S
[1392/1707] Compiling p256-armv8-asm-apple.S
[1393/1707] Compiling p256-armv8-asm-win.S
[1394/1707] Compiling ghashv8-armv8-linux.S
[1395/1707] Compiling p256-armv8-asm-linux.S
[1396/1707] Compiling ghashv8-armv8-apple.S
[1397/1707] Compiling ghashv8-armv7-linux.S
[1398/1707] Compiling ghash-x86_64-linux.S
[1399/1707] Compiling ghash-x86_64-apple.S
[1400/1707] Compiling ghash-x86-apple.S
[1401/1707] Compiling ghash-x86-linux.S
[1402/1707] Compiling ghash-ssse3-x86_64-linux.S
[1403/1707] Compiling ghash-ssse3-x86-apple.S
[1404/1707] Compiling ghash-neon-armv8-apple.S
[1405/1707] Compiling ghash-ssse3-x86_64-apple.S
[1406/1707] Compiling ghash-ssse3-x86-linux.S
[1407/1707] Compiling ghash-neon-armv8-win.S
[1408/1707] Compiling ghash-neon-armv8-linux.S
[1409/1707] Compiling ghash-armv4-linux.S
[1410/1707] Compiling co-586-linux.S
[1411/1707] Compiling co-586-apple.S
[1412/1707] Compiling bn-armv8-win.S
[1413/1707] Compiling bn-armv8-linux.S
[1414/1707] Compiling bn-586-linux.S
[1415/1707] Compiling bsaes-armv7-linux.S
[1416/1707] Compiling bn-armv8-apple.S
[1417/1707] Compiling armv4-mont-linux.S
[1418/1707] Compiling armv8-mont-apple.S
[1418/1707] Compiling armv8-mont-linux.S
[1418/1707] Compiling bn-586-apple.S
[1421/1707] Compiling aesv8-gcm-armv8-win.S
[1422/1707] Compiling armv8-mont-win.S
[1423/1707] Compiling aesv8-gcm-armv8-linux.S
[1424/1707] Compiling aesv8-armv8-apple.S
[1425/1707] Compiling aesv8-gcm-armv8-apple.S
[1426/1707] Compiling aesv8-armv8-win.S
[1426/1707] Compiling aesv8-armv7-linux.S
[1428/1707] Compiling aesni-x86_64-linux.S
[1429/1707] Compiling aesv8-armv8-linux.S
[1430/1707] Compiling aesni-x86_64-apple.S
[1431/1707] Compiling aesni-x86-linux.S
[1432/1707] Compiling aes-gcm-avx10-x86_64-apple.S
[1433/1707] Compiling aesni-x86-apple.S
[1434/1707] Compiling aes-gcm-avx10-x86_64-linux.S
[1435/1707] Compiling aesni-gcm-x86_64-linux.S
[1436/1707] Compiling aesni-gcm-x86_64-apple.S
[1438/1707] Compiling NIOSSL SSLPrivateKey.swift
[1439/1707] Compiling NIOSSL SSLPublicKey.swift
[1440/1707] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1441/1707] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1442/1707] Compiling NIOSSL SubjectAlternativeName.swift
[1443/1707] Compiling NIOSSL NIOSSLSecureBytes.swift
[1444/1707] Compiling NIOSSL RNG.swift
[1445/1707] Compiling NIOSSL SafeCompare.swift
[1446/1711] Compiling NIOSSL NIOSSLServerHandler.swift
[1447/1711] Compiling NIOSSL ObjectIdentifier.swift
[1448/1711] Compiling NIOSSL PosixPort.swift
[1449/1711] Compiling NIOSSL SSLCallbacks.swift
[1450/1711] Emitting module NIOSSL
[1451/1711] Compiling NIOSSL LinuxCABundle.swift
[1452/1711] Compiling NIOSSL NIOSSLClientHandler.swift
[1453/1711] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1454/1711] Compiling NIOSSL NIOSSLHandler.swift
[1455/1711] Compiling NIOSSL AndroidCABundle.swift
[1456/1711] Compiling NIOSSL ByteBufferBIO.swift
[1457/1711] Compiling NIOSSL CustomPrivateKey.swift
[1458/1711] Compiling NIOSSL IdentityVerification.swift
[1459/1711] Compiling NIOSSL SSLCertificate.swift
[1460/1711] Compiling NIOSSL SSLCertificateExtensions.swift
[1461/1711] Compiling NIOSSL SSLCertificateName.swift
[1462/1711] Compiling NIOSSL SSLConnection.swift
[1463/1711] Compiling NIOSSL SSLContext.swift
[1464/1711] Compiling NIOSSL SSLErrors.swift
[1465/1711] Compiling NIOSSL SSLInit.swift
[1466/1711] Compiling NIOSSL SSLPKCS12Bundle.swift
[1466/1711] Compiling x_sig.cc
[1467/1711] Compiling x_req.cc
[1468/1711] Compiling x_spki.cc
[1469/1711] Compiling x_pubkey.cc
[1470/1711] Compiling x_x509a.cc
[1471/1711] Compiling x_x509.cc
[1472/1711] Compiling x_val.cc
[1474/1711] Compiling NIOSSL Zeroization.swift
[1475/1711] Compiling NIOSSL TLSConfiguration.swift
[1476/1711] Compiling NIOSSL UniversalBootstrapSupport.swift
[1477/1711] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1478/1712] Compiling x_name.cc
[1479/1712] Compiling x_exten.cc
[1480/1712] Compiling x_algor.cc
[1481/1712] Compiling x_crl.cc
[1482/1720] Compiling x_all.cc
[1483/1720] Compiling x_attrib.cc
[1485/1780] Compiling WebSocketKit WebSocketHandler.swift
[1485/1780] Compiling x509spki.cc
[1487/1780] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1487/1780] Compiling x509rset.cc
[1489/1780] Emitting module WebSocketKit
[1490/1780] Compiling WebSocketKit WebSocket+Concurrency.swift
[1491/1780] Compiling WebSocketKit WebSocket+Connect.swift
[1492/1780] Compiling WebSocketKit Exports.swift
[1493/1780] Compiling WebSocketKit WebSocketClient.swift
[1494/1780] Compiling WebSocketKit WebSocket.swift
[1494/1781] Compiling x509_v3.cc
[1495/1781] Compiling x509_vfy.cc
[1497/1781] Compiling x509_vpm.cc
[1498/1781] Compiling x509_txt.cc
[1499/1781] Compiling x509cset.cc
[1500/1781] Compiling x509name.cc
[1501/1781] Compiling x509_req.cc
[1502/1781] Compiling x509_trs.cc
[1503/1781] Compiling x509_obj.cc
[1504/1781] Compiling x509_set.cc
[1505/1781] Compiling x509_def.cc
[1506/1781] Compiling x509_lu.cc
[1507/1781] Compiling x509_ext.cc
[1509/1781] Emitting module AsyncHTTPClient
[1510/1789] Compiling AsyncHTTPClient HTTPHandler.swift
[1511/1789] Compiling AsyncHTTPClient LRUCache.swift
[1512/1789] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1513/1789] Compiling AsyncHTTPClient NWErrorHandler.swift
[1514/1789] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1515/1789] Compiling AsyncHTTPClient TLSConfiguration.swift
[1516/1789] Compiling AsyncHTTPClient RedirectState.swift
[1517/1789] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1518/1789] Compiling AsyncHTTPClient ConnectionTarget.swift
[1519/1789] Compiling AsyncHTTPClient DeconstructedURL.swift
[1520/1789] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1521/1789] Compiling AsyncHTTPClient FoundationExtensions.swift
[1522/1789] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1523/1789] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1524/1789] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1525/1789] Compiling AsyncHTTPClient HTTPClient.swift
[1525/1789] Compiling x509_cmp.cc
[1526/1789] Compiling x509_d2.cc
[1528/1789] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1529/1789] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1530/1789] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1531/1789] Compiling AsyncHTTPClient HTTP1Connection.swift
[1532/1789] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1533/1789] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1534/1789] Compiling AsyncHTTPClient HTTP2Connection.swift
[1535/1789] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1536/1789] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1537/1789] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1538/1789] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1539/1789] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1540/1789] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1541/1789] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1542/1789] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1543/1789] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1544/1789] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1545/1789] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1546/1789] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1547/1789] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1548/1789] Compiling AsyncHTTPClient Transaction.swift
[1549/1789] Compiling AsyncHTTPClient Base64.swift
[1550/1789] Compiling AsyncHTTPClient BasicAuth.swift
[1551/1789] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1552/1789] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1553/1789] Compiling AsyncHTTPClient ConnectionPool.swift
[1554/1789] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1554/1789] Compiling x509.cc
[1555/1789] Compiling x509_att.cc
[1556/1789] Compiling v3_skey.cc
[1558/1789] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1559/1789] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1560/1789] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1561/1789] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1562/1789] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1563/1789] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1564/1789] Compiling AsyncHTTPClient RequestBodyLength.swift
[1565/1789] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1566/1789] Compiling AsyncHTTPClient RequestOptions.swift
[1567/1789] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1568/1789] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1569/1789] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1570/1789] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1571/1789] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1572/1789] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1573/1789] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1573/1789] Compiling v3_utl.cc
[1574/1789] Compiling v3_purp.cc
[1575/1789] Compiling v3_prn.cc
[1576/1789] Compiling v3_pmaps.cc
[1578/1789] Compiling AsyncHTTPClient RequestBag.swift
[1579/1789] Compiling AsyncHTTPClient RequestValidation.swift
[1580/1789] Compiling AsyncHTTPClient SSLContextCache.swift
[1581/1789] Compiling AsyncHTTPClient Scheme.swift
[1582/1789] Compiling AsyncHTTPClient Singleton.swift
[1583/1789] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1584/1789] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1585/1789] Compiling AsyncHTTPClient Utils.swift
[1585/1790] Compiling v3_pcons.cc
[1587/1790] Compiling v3_ocsp.cc
[1588/1790] Compiling v3_lib.cc
[1589/1790] Compiling v3_int.cc
[1590/1790] Compiling v3_ncons.cc
[1591/1790] Compiling v3_info.cc
[1592/1790] Compiling v3_ia5.cc
[1593/1790] Compiling v3_genn.cc
[1594/1790] Compiling v3_extku.cc
[1595/1790] Compiling v3_enum.cc
[1596/1790] Compiling v3_conf.cc
[1597/1790] Compiling v3_cpols.cc
[1598/1790] Compiling v3_bitst.cc
[1598/1790] Compiling v3_crld.cc
[1600/1790] Compiling v3_bcons.cc
[1601/1790] Compiling v3_akeya.cc
[1602/1790] Compiling v3_alt.cc
[1603/1790] Compiling v3_akey.cc
[1603/1790] Compiling t_x509.cc
[1605/1790] Compiling t_crl.cc
[1606/1790] Compiling rsa_pss.cc
[1607/1790] Compiling t_x509a.cc
[1608/1790] Compiling t_req.cc
[1609/1790] Compiling policy.cc
[1610/1790] Compiling i2d_pr.cc
[1611/1790] Compiling name_print.cc
[1612/1790] Compiling by_file.cc
[1613/1790] Compiling a_verify.cc
[1614/1790] Compiling a_sign.cc
[1615/1790] Compiling algorithm.cc
[1616/1790] Compiling asn1_gen.cc
[1617/1790] Compiling by_dir.cc
[1618/1790] Compiling a_digest.cc
[1619/1790] Compiling voprf.cc
[1620/1790] Compiling thread_none.cc
[1621/1790] Compiling pmbtoken.cc
[1622/1790] Compiling thread_win.cc
[1623/1790] Compiling thread_pthread.cc
[1624/1790] Compiling trust_token.cc
[1625/1790] Compiling thread.cc
[1626/1790] Compiling stack.cc
[1627/1790] Compiling wots.cc
[1628/1790] Compiling merkle.cc
[1629/1790] Compiling sha256.cc
[1630/1790] Compiling fors.cc
[1631/1790] Compiling slhdsa.cc
[1632/1790] Compiling thash.cc
[1633/1790] Compiling siphash.cc
[1634/1790] Compiling sha512.cc
[1635/1790] Compiling sha1.cc
[1636/1790] Compiling rsa_print.cc
[1637/1790] Compiling rsa_extra.cc
[1638/1790] Compiling refcount.cc
[1639/1790] Compiling windows.cc
[1640/1790] Compiling rc4.cc
[1641/1790] Compiling urandom.cc
[1642/1790] Compiling rsa_crypt.cc
[1643/1790] Compiling rsa_asn1.cc
[1644/1790] Compiling passive.cc
[1645/1790] Compiling trusty.cc
[1646/1790] Compiling ios.cc
[1647/1790] Compiling poly1305_arm_asm.S
[1648/1790] Compiling fork_detect.cc
[1649/1790] Compiling forkunsafe.cc
[1650/1790] Compiling rand_extra.cc
[1651/1790] Compiling getentropy.cc
[1652/1790] Compiling deterministic.cc
[1653/1790] Compiling poly1305_vec.cc
[1654/1790] Compiling poly1305_arm.cc
[1655/1790] Compiling pool.cc
[1656/1790] Compiling poly1305.cc
[1657/1790] Compiling pkcs7.cc
[1658/1790] Compiling pem_xaux.cc
[1659/1790] Compiling pkcs7_x509.cc
[1660/1790] Compiling p5_pbev2.cc
[1661/1790] Compiling pkcs8_x509.cc
[1662/1790] Compiling pkcs8.cc
[1663/1790] Compiling pem_x509.cc
[1664/1790] Compiling pem_pkey.cc
[1665/1790] Compiling pem_pk8.cc
[1666/1790] Compiling obj_xref.cc
[1667/1790] Compiling mlkem.cc
[1668/1790] Compiling pem_oth.cc
[1669/1790] Compiling pem_all.cc
[1670/1790] Compiling mldsa.cc
[1671/1790] Compiling pem_info.cc
[1672/1790] Compiling pem_lib.cc
[1673/1790] Compiling obj.cc
[1674/1790] Compiling poly_rq_mul.S
[1675/1790] Compiling fips_shared_support.cc
[1676/1790] Compiling md4.cc
[1677/1790] Compiling mem.cc
[1678/1790] Compiling md5.cc
[1679/1790] Compiling lhash.cc
[1680/1790] Compiling kyber.cc
[1681/1790] Compiling ex_data.cc
[1682/1790] Compiling hrss.cc
[1683/1790] Compiling hpke.cc
[1684/1790] Compiling sign.cc
[1685/1790] Compiling scrypt.cc
[1686/1790] Compiling print.cc
[1687/1790] Compiling p_x25519.cc
[1688/1790] Compiling pbkdf.cc
[1689/1790] Compiling p_x25519_asn1.cc
[1690/1790] Compiling p_rsa.cc
[1691/1790] Compiling p_rsa_asn1.cc
[1692/1790] Compiling p_hkdf.cc
[1693/1790] Compiling p_ed25519_asn1.cc
[1694/1790] Compiling p_ed25519.cc
[1695/1790] Compiling p_ec.cc
[1696/1790] Compiling p_ec_asn1.cc
[1697/1790] Compiling p_dh_asn1.cc
[1698/1790] Compiling p_dh.cc
[1699/1790] Compiling p_dsa_asn1.cc
[1700/1790] Compiling evp_ctx.cc
[1701/1790] Compiling err.cc
[1702/1790] Compiling evp_asn1.cc
[1703/1790] Compiling engine.cc
[1704/1790] Compiling ecdh_extra.cc
[1705/1790] Compiling evp.cc
[1706/1790] Compiling ecdsa_asn1.cc
[1707/1790] Compiling hash_to_curve.cc
[1708/1790] Compiling ec_derive.cc
[1709/1790] Compiling ec_asn1.cc
[1710/1790] Compiling dsa.cc
[1711/1790] Compiling dsa_asn1.cc
[1712/1790] Compiling params.cc
[1713/1790] Compiling x25519-asm-arm.S
[1714/1790] Compiling bcm.cc
[1715/1790] Compiling digest_extra.cc
[1716/1790] Compiling dh_asn1.cc
[1717/1790] Compiling des.cc
[1718/1790] Compiling curve25519_64_adx.cc
[1719/1790] Compiling spake25519.cc
[1720/1790] Compiling crypto.cc
[1721/1790] Compiling curve25519.cc
[1722/1790] Compiling cpu_arm_freebsd.cc
[1723/1790] Compiling cpu_intel.cc
[1724/1790] Compiling cpu_arm_linux.cc
[1725/1790] Compiling cpu_aarch64_sysreg.cc
[1726/1790] Compiling cpu_aarch64_win.cc
[1727/1790] Compiling cpu_aarch64_openbsd.cc
[1728/1790] Compiling cpu_aarch64_linux.cc
[1729/1790] Compiling cpu_aarch64_fuchsia.cc
[1730/1790] Compiling cpu_aarch64_apple.cc
[1731/1790] Compiling e_tls.cc
[1732/1790] Compiling e_rc2.cc
[1733/1790] Compiling tls_cbc.cc
[1734/1790] Compiling e_null.cc
[1735/1790] Compiling conf.cc
[1736/1790] Compiling e_des.cc
[1737/1790] Compiling e_rc4.cc
[1738/1790] Compiling e_chacha20poly1305.cc
[1739/1790] Compiling e_aesgcmsiv.cc
[1740/1790] Compiling chacha.cc
[1741/1790] Compiling cipher_extra.cc
[1742/1790] Compiling derive_key.cc
[1743/1790] Compiling e_aesctrhmac.cc
[1744/1790] Compiling cbs.cc
[1745/1790] Compiling unicode.cc
[1746/1790] Compiling ber.cc
[1747/1790] Compiling asn1_compat.cc
[1748/1790] Compiling cbb.cc
[1749/1790] Compiling buf.cc
[1750/1790] Compiling bn_asn1.cc
[1751/1790] Compiling convert.cc
[1752/1790] Compiling blake2.cc
[1753/1790] Compiling pair.cc
[1754/1790] Compiling file.cc
[1754/1790] Compiling hexdump.cc
[1756/1790] Compiling printf.cc
[1757/1790] Compiling errno.cc
[1758/1790] Compiling fd.cc
[1759/1790] Compiling base64.cc
[1760/1790] Compiling tasn_typ.cc
[1761/1790] Compiling bio_mem.cc
[1762/1790] Compiling tasn_fre.cc
[1763/1790] Compiling bio.cc
[1764/1790] Compiling tasn_enc.cc
[1765/1790] Compiling tasn_new.cc
[1766/1790] Compiling f_string.cc
[1767/1790] Compiling posix_time.cc
[1768/1790] Compiling tasn_utl.cc
[1769/1790] Compiling f_int.cc
[1770/1790] Compiling asn_pack.cc
[1771/1790] Compiling asn1_par.cc
[1772/1790] Compiling tasn_dec.cc
[1773/1790] Compiling a_octet.cc
[1774/1790] Compiling a_type.cc
[1775/1790] Compiling a_time.cc
[1776/1790] Compiling a_utctm.cc
[1777/1790] Compiling asn1_lib.cc
[1778/1790] Compiling a_strex.cc
[1779/1790] Compiling a_object.cc
[1780/1790] Compiling a_dup.cc
[1781/1790] Compiling a_strnid.cc
[1781/1790] Write sources
[1783/1790] Compiling a_i2d_fp.cc
[1784/1790] Compiling a_gentm.cc
[1785/1836] Compiling a_mbstr.cc
[1786/1843] Compiling a_d2i_fp.cc
[1787/1843] Compiling a_int.cc
[1788/1843] Compiling a_bool.cc
[1789/1843] Compiling a_bitstr.cc
[1791/1851] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1792/1851] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1793/1851] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1794/1851] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1795/1851] Compiling BitCollections BitSet+SetAlgebra union.swift
[1796/1851] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1797/1851] Compiling BitCollections BitSet.Counted.swift
[1798/1858] Emitting module BitCollections
[1799/1858] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1800/1858] Compiling BitCollections BitSet+CustomReflectable.swift
[1801/1858] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1802/1858] Compiling BitCollections BitSet+Equatable.swift
[1803/1858] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1804/1858] Compiling BitCollections BitSet+Extras.swift
[1805/1858] Compiling BitCollections BitSet+Hashable.swift
[1806/1858] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1807/1858] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1808/1858] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1809/1858] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1810/1858] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1811/1858] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1812/1858] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1813/1858] Compiling BitCollections BitSet+Initializers.swift
[1814/1858] Compiling BitCollections BitSet+Invariants.swift
[1815/1858] Compiling BitCollections BitSet+Random.swift
[1816/1858] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1817/1858] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1818/1858] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1819/1858] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1820/1858] Compiling BitCollections BitArray+BitwiseOperations.swift
[1821/1858] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1822/1858] Compiling BitCollections BitArray+Codable.swift
[1823/1858] Compiling BitCollections BitArray+Collection.swift
[1824/1858] Compiling BitCollections BitArray+Copy.swift
[1825/1858] Compiling BitCollections BitArray+CustomReflectable.swift
[1826/1858] Compiling BitCollections BitArray+Descriptions.swift
[1827/1858] Compiling BitCollections BitArray+Equatable.swift
[1828/1858] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1829/1858] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1830/1858] Compiling BitCollections BitArray+Extras.swift
[1831/1858] Compiling BitCollections BitArray+Fill.swift
[1832/1858] Compiling BitCollections BitArray+Hashable.swift
[1833/1858] Compiling BitCollections BitArray+Initializers.swift
[1834/1858] Compiling BitCollections BitArray+Invariants.swift
[1835/1858] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1836/1858] Compiling BitCollections BitArray+RandomBits.swift
[1837/1858] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1838/1858] Compiling BitCollections BitArray+Shifts.swift
[1839/1858] Compiling BitCollections BitArray+Testing.swift
[1840/1858] Compiling BitCollections BitArray._UnsafeHandle.swift
[1841/1858] Compiling BitCollections BitArray.swift
[1842/1858] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1843/1858] Compiling BitCollections BitSet+Codable.swift
[1844/1858] Compiling CryptoBoringWrapper RandomBytes.swift
[1845/1858] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1846/1858] Compiling BitCollections BitSet.Index.swift
[1847/1858] Compiling BitCollections BitSet._UnsafeHandle.swift
[1848/1858] Compiling BitCollections BitSet.swift
[1849/1858] Compiling BitCollections Range+Utilities.swift
[1850/1858] Compiling BitCollections Slice+Utilities.swift
[1851/1858] Compiling BitCollections UInt+Tricks.swift
[1852/1858] Compiling BitCollections _Word.swift
[1854/1859] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1855/1859] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1856/1859] Emitting module CryptoBoringWrapper
[1857/1859] Compiling CryptoBoringWrapper EllipticCurve.swift
[1858/1859] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1859/1859] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1861/1909] Emitting module Collections
[1862/1909] Compiling Collections Collections.swift
[1864/1975] Compiling MultipartKit BasicCodingKey.swift
[1865/1975] Compiling MultipartKit MultipartError.swift
[1866/1975] Compiling MultipartKit Exports.swift
[1867/1977] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1868/1977] Compiling MultipartKit FormDataDecoder.swift
[1869/1977] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1870/1979] Compiling MultipartKit MultipartSerializer.swift
[1871/1979] Compiling MultipartKit Utilities.swift
[1872/1979] Compiling MultipartKit FormDataEncoder.swift
[1873/1979] Compiling MultipartKit Storage.swift
[1874/1979] Compiling MultipartKit MultipartFormData.swift
[1875/1979] Compiling MultipartKit MultipartParser.swift
[1876/1979] Compiling MultipartKit MultipartPart.swift
[1877/1979] Compiling MultipartKit MultipartPartConvertible.swift
[1878/1979] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1879/1979] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1880/1979] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1883/1979] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1884/1979] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1885/1979] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1889/1979] Emitting module MultipartKit
[1896/1979] Compiling Crypto HPKE-Ciphersuite.swift
[1897/1979] Compiling Crypto HPKE-KDF.swift
[1898/1979] Compiling Crypto HPKE-KexKeyDerivation.swift
[1899/1979] Compiling Crypto HPKE-LabeledExtract.swift
[1900/1979] Compiling Crypto HPKE-Utils.swift
[1901/1979] Compiling Crypto DHKEM.swift
[1902/1979] Compiling Crypto HPKE-KEM-Curve25519.swift
[1903/1979] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1904/1979] Compiling Crypto HPKE-KEM.swift
[1905/1979] Compiling Crypto HPKE-Errors.swift
[1910/1979] Compiling Crypto SymmetricKeys.swift
[1911/1979] Compiling Crypto HMAC.swift
[1912/1979] Compiling Crypto MACFunctions.swift
[1913/1979] Compiling Crypto MessageAuthenticationCode.swift
[1914/1979] Compiling Crypto AES.swift
[1915/1979] Compiling Crypto ECDSASignature_boring.swift
[1916/1979] Compiling Crypto ECDSA_boring.swift
[1917/1979] Compiling Crypto EdDSA_boring.swift
[1918/1979] Compiling Crypto ECDSA.swift
[1919/1979] Compiling Crypto Ed25519.swift
[1920/1979] Compiling Crypto PKCS8PrivateKey.swift
[1921/1979] Compiling Crypto SEC1PrivateKey.swift
[1922/1979] Compiling Crypto SubjectPublicKeyInfo.swift
[1923/1979] Compiling Crypto CryptoKitErrors.swift
[1924/1979] Compiling Crypto Digest_boring.swift
[1925/1979] Compiling Crypto Digest.swift
[1926/1979] Compiling Crypto Digests.swift
[1927/1979] Compiling Crypto HashFunctions.swift
[1928/1979] Compiling Crypto HashFunctions_SHA2.swift
[1929/1979] Compiling Crypto HPKE-AEAD.swift
[1930/1989] Emitting module Crypto
[1932/1989] Compiling AsyncKit Optional+StrictMap.swift
[1933/1989] Compiling AsyncKit Exports.swift
[1934/1989] Emitting module AsyncKit
[1945/1989] Compiling AsyncKit Future+Conjunctions.swift
[1948/1989] Compiling Crypto ASN1OctetString.swift
[1949/1989] Compiling Crypto ASN1Strings.swift
[1950/1989] Compiling Crypto ArraySliceBigint.swift
[1951/1989] Compiling Crypto GeneralizedTime.swift
[1952/1989] Compiling Crypto ObjectIdentifier.swift
[1953/1989] Compiling Crypto ECDSASignature.swift
[1954/1989] Compiling Crypto PEMDocument.swift
[1965/1989] Compiling Crypto HPKE.swift
[1966/1989] Compiling Crypto HPKE-Context.swift
[1967/1989] Compiling Crypto HPKE-KeySchedule.swift
[1968/1989] Compiling Crypto HPKE-Modes.swift
[1969/1989] Compiling Crypto Insecure.swift
[1970/1989] Compiling Crypto Insecure_HashFunctions.swift
[1971/1989] Compiling Crypto KEM.swift
[1972/1989] Compiling Crypto ECDH_boring.swift
[1973/1989] Compiling Crypto DH.swift
[1974/1989] Compiling Crypto ECDH.swift
[1975/1989] Compiling Crypto Signature.swift
[1976/1989] Compiling Crypto CryptoKitErrors_boring.swift
[1977/1989] Compiling Crypto RNG_boring.swift
[1978/1989] Compiling Crypto SafeCompare_boring.swift
[1979/1989] Compiling Crypto Zeroization_boring.swift
[1980/1989] Compiling Crypto PrettyBytes.swift
[1981/1989] Compiling Crypto SafeCompare.swift
[1982/1989] Compiling Crypto SecureBytes.swift
[1983/1989] Compiling Crypto Zeroization.swift
[1992/2160] Compiling Vapor Application.swift
[1993/2160] Compiling Vapor AuthenticationCache.swift
[1994/2160] Compiling Vapor Authenticator.swift
[1995/2160] Compiling Vapor BasicAuthorization.swift
[1996/2160] Compiling Vapor BearerAuthorization.swift
[1997/2160] Compiling Vapor GuardMiddleware.swift
[1998/2160] Compiling Vapor RedirectMiddleware.swift
[1999/2160] Compiling Vapor SessionAuthenticatable.swift
[2000/2160] Compiling Vapor Bcrypt.swift
[2001/2160] Compiling Vapor Application+Cache.swift
[2002/2160] Compiling Vapor Cache.swift
[2003/2160] Compiling Vapor CacheExpirationTime.swift
[2004/2160] Compiling Vapor MemoryCache.swift
[2005/2160] Compiling Vapor Request+Cache.swift
[2006/2160] Compiling Vapor Application+Clients.swift
[2007/2160] Compiling Vapor Client.swift
[2008/2160] Compiling Vapor ClientRequest.swift
[2009/2160] Compiling Vapor ClientResponse.swift
[2010/2160] Compiling Vapor Request+Client.swift
[2011/2160] Compiling Vapor BootCommand.swift
[2012/2160] Compiling Vapor CommandContext+Application.swift
[2013/2160] Compiling Vapor RoutesCommand.swift
[2014/2160] Compiling Vapor ServeCommand.swift
[2015/2160] Compiling Vapor AnyResponse+Concurrency.swift
[2016/2184] Compiling Vapor HTTPServerResponseEncoder.swift
[2017/2184] Compiling Vapor HTTPServerUpgradeHandler.swift
[2018/2184] Compiling Vapor Logger+Report.swift
[2019/2184] Compiling Vapor LoggingSystem+Environment.swift
[2020/2184] Compiling Vapor Application+Middleware.swift
[2021/2184] Compiling Vapor CORSMiddleware.swift
[2022/2184] Compiling Vapor ErrorMiddleware.swift
[2023/2184] Compiling Vapor FileMiddleware.swift
[2024/2184] Compiling Vapor Middleware.swift
[2025/2184] Compiling Vapor MiddlewareConfiguration.swift
[2026/2184] Compiling Vapor ResponseCompressionMiddleware.swift
[2027/2184] Compiling Vapor RouteLoggingMiddleware.swift
[2028/2184] Compiling Vapor TracingMiddleware.swift
[2029/2184] Compiling Vapor File+Multipart.swift
[2030/2184] Compiling Vapor FormDataDecoder+Content.swift
[2031/2184] Compiling Vapor FormDataEncoder+Content.swift
[2032/2184] Compiling Vapor Application+Password.swift
[2033/2184] Compiling Vapor Application+Passwords.swift
[2034/2184] Compiling Vapor AsyncPasswordHasher.swift
[2035/2184] Compiling Vapor BcryptHasher.swift
[2036/2184] Compiling Vapor PasswordHasher.swift
[2037/2184] Compiling Vapor PlaintextHasher.swift
[2038/2184] Compiling Vapor Request+Password.swift
[2039/2184] Compiling Vapor Redirect.swift
[2040/2208] Compiling Vapor Validator.swift
[2041/2208] Compiling Vapor ValidatorResult.swift
[2042/2208] Compiling Vapor And.swift
[2043/2208] Compiling Vapor Case.swift
[2044/2208] Compiling Vapor CharacterSet.swift
[2045/2208] Compiling Vapor Count.swift
[2046/2208] Compiling Vapor Custom.swift
[2047/2208] Compiling Vapor Email.swift
[2048/2208] Compiling Vapor Empty.swift
[2049/2208] Compiling Vapor In.swift
[2050/2208] Compiling Vapor Nil.swift
[2051/2208] Compiling Vapor NilIgnoring.swift
[2052/2208] Compiling Vapor Not.swift
[2053/2208] Compiling Vapor Or.swift
[2054/2208] Compiling Vapor Pattern.swift
[2055/2208] Compiling Vapor Range.swift
[2056/2208] Compiling Vapor URL.swift
[2057/2208] Compiling Vapor Valid.swift
[2058/2208] Compiling Vapor Application+Views.swift
[2059/2208] Compiling Vapor PlaintextRenderer.swift
[2060/2208] Compiling Vapor Request+View.swift
[2061/2208] Compiling Vapor View.swift
[2062/2208] Compiling Vapor ViewRenderer.swift
[2063/2208] Compiling Vapor _Deprecations.swift
[2064/2208] Compiling Vapor Request+Body.swift
[2065/2208] Compiling Vapor Request+BodyStream.swift
[2066/2208] Compiling Vapor Request.swift
[2067/2208] Compiling Vapor Application+Responder.swift
[2068/2208] Compiling Vapor DefaultResponder.swift
[2069/2208] Compiling Vapor Response+Body.swift
[2070/2208] Compiling Vapor Response.swift
[2071/2208] Compiling Vapor ResponseCodable.swift
[2072/2208] Compiling Vapor Application+Routes.swift
[2073/2208] Compiling Vapor Parameters+Require.swift
[2074/2208] Compiling Vapor Request+WebSocket.swift
[2075/2208] Compiling Vapor Route.swift
[2076/2208] Compiling Vapor RouteCollection.swift
[2077/2208] Compiling Vapor Routes.swift
[2078/2208] Compiling Vapor RoutesBuilder+Group.swift
[2079/2208] Compiling Vapor RoutesBuilder+Method.swift
[2080/2208] Compiling Vapor RoutesBuilder+Middleware.swift
[2081/2208] Compiling Vapor RoutesBuilder+WebSocket.swift
[2082/2208] Compiling Vapor RoutesBuilder.swift
[2083/2208] Compiling Vapor OTP.swift
[2084/2208] Compiling Vapor Application+Servers.swift
[2085/2208] Compiling Vapor Server.swift
[2086/2208] Compiling Vapor App+Service.swift
[2087/2208] Compiling Vapor Req+Service.swift
[2088/2208] Compiling Vapor Service.swift
[2089/2208] Compiling Vapor Application+Sessions.swift
[2090/2208] Compiling Vapor MemorySessions.swift
[2091/2208] Compiling Vapor Request+Session.swift
[2092/2208] Compiling Vapor Session.swift
[2093/2208] Compiling Vapor SessionCache.swift
[2094/2208] Compiling Vapor SessionData.swift
[2095/2208] Compiling Vapor SessionDriver.swift
[2096/2208] Compiling Vapor SessionsConfiguration.swift
[2097/2208] Compiling Vapor SessionsMiddleware.swift
[2098/2208] Compiling Vapor URLEncodedFormData.swift
[2099/2208] Compiling Vapor URLEncodedFormDecoder.swift
[2100/2208] Compiling Vapor URLEncodedFormEncoder.swift
[2101/2208] Compiling Vapor URLEncodedFormError.swift
[2102/2208] Compiling Vapor URLEncodedFormParser.swift
[2103/2208] Compiling Vapor URLEncodedFormSerializer.swift
[2104/2208] Compiling Vapor URLQueryFragmentConvertible.swift
[2105/2208] Compiling Vapor AnyResponse.swift
[2106/2208] Compiling Vapor Array+Random.swift
[2107/2208] Compiling Vapor Base32.swift
[2108/2208] Compiling Vapor Base64.swift
[2109/2208] Compiling Vapor BaseN.swift
[2110/2208] Compiling Vapor BasicCodingKey.swift
[2111/2208] Compiling Vapor ByteCount.swift
[2112/2208] Emitting module Vapor
[2113/2208] Compiling Vapor Bytes+Hex.swift
[2114/2208] Compiling Vapor Bytes+SecureCompare.swift
[2115/2208] Compiling Vapor Collection+Safe.swift
[2116/2208] Compiling Vapor DataProtocol+Copy.swift
[2117/2208] Compiling Vapor DecoderUnwrapper.swift
[2118/2208] Compiling Vapor DirectoryConfiguration.swift
[2119/2208] Compiling Vapor DotEnv.swift
[2120/2208] Compiling Vapor Extendable.swift
[2121/2208] Compiling Vapor File.swift
[2122/2208] Compiling Vapor FileIO.swift
[2123/2208] Compiling Vapor LifecycleHandler.swift
[2124/2208] Compiling Vapor OptionalType.swift
[2125/2208] Compiling Vapor RFC1123.swift
[2126/2208] Compiling Vapor SocketAddress+Hostname.swift
[2127/2208] Compiling Vapor Storage.swift
[2128/2208] Compiling Vapor String+IsIPAddress.swift
[2129/2208] Compiling Vapor Thread.swift
[2130/2208] Compiling Vapor URI.swift
[2131/2208] Compiling Vapor RangeResult.swift
[2132/2208] Compiling Vapor Validatable.swift
[2133/2208] Compiling Vapor Validation.swift
[2134/2208] Compiling Vapor ValidationKey.swift
[2135/2208] Compiling Vapor Validations.swift
[2136/2208] Compiling Vapor ValidationsError.swift
[2137/2208] Compiling Vapor AsyncBasicResponder.swift
[2138/2208] Compiling Vapor AsyncMiddleware.swift
[2139/2208] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2140/2208] Compiling Vapor AsyncSessionDriver.swift
[2141/2208] Compiling Vapor Authentication+Concurrency.swift
[2142/2208] Compiling Vapor Cache+Concurrency.swift
[2143/2208] Compiling Vapor Client+Concurrency.swift
[2144/2208] Compiling Vapor RequestBody+Concurrency.swift
[2145/2208] Compiling Vapor Responder+Concurrency.swift
[2146/2208] Compiling Vapor ResponseCodable+Concurrency.swift
[2147/2208] Compiling Vapor RoutesBuilder+Concurrency.swift
[2148/2208] Compiling Vapor ViewRenderer+Concurrency.swift
[2149/2208] Compiling Vapor WebSocket+Concurrency.swift
[2150/2208] Compiling Vapor ContainerGetPathExecutor.swift
[2151/2208] Compiling Vapor Content.swift
[2152/2208] Compiling Vapor ContentCoders.swift
[2153/2208] Compiling Vapor ContentConfiguration.swift
[2154/2208] Compiling Vapor ContentContainer.swift
[2155/2208] Compiling Vapor JSONCoder+Custom.swift
[2156/2208] Compiling Vapor JSONCoders+Content.swift
[2157/2208] Compiling Vapor PlaintextDecoder.swift
[2158/2208] Compiling Vapor PlaintextEncoder.swift
[2159/2208] Compiling Vapor URLQueryCoders.swift
[2160/2208] Compiling Vapor URLQueryContainer.swift
[2161/2208] Compiling Vapor Core.swift
[2162/2208] Compiling Vapor Running.swift
[2163/2208] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2164/2208] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2165/2208] Compiling Vapor DotEnvFile+load.swift
[2166/2208] Compiling Vapor Routes+caseInsenstive.swift
[2167/2208] Compiling Vapor Validatable+validate.swift
[2168/2208] Compiling Vapor Environment+Process.swift
[2169/2208] Compiling Vapor Environment+Secret.swift
[2170/2208] Compiling Vapor Environment.swift
[2171/2208] Compiling Vapor Abort.swift
[2172/2208] Compiling Vapor AbortError.swift
[2173/2208] Compiling Vapor DebuggableError.swift
[2174/2208] Compiling Vapor Demangler.swift
[2175/2208] Compiling Vapor ErrorSource.swift
[2176/2208] Compiling Vapor StackTrace.swift
[2177/2208] Compiling Vapor Exports.swift
[2178/2208] Compiling Vapor Application+HTTP.swift
[2179/2208] Compiling Vapor BasicResponder.swift
[2180/2208] Compiling Vapor BodyStream.swift
[2181/2208] Compiling Vapor Application+HTTP+Client.swift
[2182/2208] Compiling Vapor EventLoopHTTPClient.swift
[2183/2208] Compiling Vapor EndpointCache.swift
[2184/2208] Compiling Vapor HTTPMethod+String.swift
[2185/2208] Compiling Vapor HTTPStatus.swift
[2186/2208] Compiling Vapor HTTPCookies.swift
[2187/2208] Compiling Vapor HTTPHeaderCacheControl.swift
[2188/2208] Compiling Vapor HTTPHeaderExpires.swift
[2189/2208] Compiling Vapor HTTPHeaderLastModified.swift
[2190/2208] Compiling Vapor HTTPHeaders+Cache.swift
[2191/2208] Compiling Vapor HTTPHeaders+Connection.swift
[2192/2208] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2193/2208] Compiling Vapor HTTPHeaders+ContentRange.swift
[2194/2208] Compiling Vapor HTTPHeaders+Directive.swift
[2195/2208] Compiling Vapor HTTPHeaders+Forwarded.swift
[2196/2208] Compiling Vapor HTTPHeaders+Link.swift
[2197/2208] Compiling Vapor HTTPHeaders+Name.swift
[2198/2208] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2199/2208] Compiling Vapor HTTPHeaders.swift
[2200/2208] Compiling Vapor HTTPMediaType.swift
[2201/2208] Compiling Vapor HTTPMediaTypePreference.swift
[2202/2208] Compiling Vapor Responder.swift
[2203/2208] Compiling Vapor Application+HTTP+Server.swift
[2204/2208] Compiling Vapor HTTPServer.swift
[2205/2208] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2206/2208] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2207/2208] Compiling Vapor HTTPServerHandler.swift
[2208/2208] Compiling Vapor HTTPServerRequestDecoder.swift
[2210/2216] Compiling ConnectableKit Connectable.swift
[2211/2216] Emitting module ConnectableKit
/host/spi-builder-workspace/Sources/ConnectableKit/Response/Responser.swift:30:13: warning: stored property 'status' of 'Sendable'-conforming struct 'ResponseDTO' has non-sendable type 'ResponserStatus'; this is an error in the Swift 6 language mode
28 |
29 |     struct ResponseDTO: Vapor.Content {
30 |         var status: ResponserStatus
   |             `- warning: stored property 'status' of 'Sendable'-conforming struct 'ResponseDTO' has non-sendable type 'ResponserStatus'; this is an error in the Swift 6 language mode
31 |         var message: String?
32 |         var data: ResponseData?
/host/spi-builder-workspace/Sources/ConnectableKit/Response/ResponserStatus.swift:10:13: note: consider making enum 'ResponserStatus' conform to the 'Sendable' protocol
 8 | import Foundation
 9 |
10 | public enum ResponserStatus: String {
   |             `- note: consider making enum 'ResponserStatus' conform to the 'Sendable' protocol
11 |     case information
12 |     case success
/host/spi-builder-workspace/Sources/ConnectableKit/Response/Responser.swift:12:16: warning: stored property 'status' of 'Sendable'-conforming generic struct 'Responser' has non-sendable type 'ResponserStatus'; this is an error in the Swift 6 language mode
10 | public struct Responser<ResponseData: Connectable>: Vapor.Content, Responsable {
11 |     public var httpStatus: Vapor.HTTPStatus
12 |     public var status: ResponserStatus
   |                `- warning: stored property 'status' of 'Sendable'-conforming generic struct 'Responser' has non-sendable type 'ResponserStatus'; this is an error in the Swift 6 language mode
13 |     public var message: String?
14 |     public var data: ResponseData?
/host/spi-builder-workspace/Sources/ConnectableKit/Response/ResponserStatus.swift:10:13: note: consider making enum 'ResponserStatus' conform to the 'Sendable' protocol
 8 | import Foundation
 9 |
10 | public enum ResponserStatus: String {
   |             `- note: consider making enum 'ResponserStatus' conform to the 'Sendable' protocol
11 |     case information
12 |     case success
[2212/2216] Compiling ConnectableKit ResponserStatus.swift
[2213/2216] Compiling ConnectableKit ErrorMiddleware.swift
/host/spi-builder-workspace/Sources/ConnectableKit/Middlewares/ErrorMiddleware.swift:67:28: warning: capture of 'closure' with non-sendable type '(Request, any Error) -> Response' in a '@Sendable' closure
 65 |     public static func custom(closure: @escaping (Vapor.Request, Error) -> Vapor.Response) -> Vapor.ErrorMiddleware {
 66 |         return .init { req, error in
 67 |             let response = closure(req, error)
    |                            |- warning: capture of 'closure' with non-sendable type '(Request, any Error) -> Response' in a '@Sendable' closure
    |                            `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 68 |             req.logger.report(error: error)
 69 |             return response
/host/spi-builder-workspace/Sources/ConnectableKit/Middlewares/ErrorMiddleware.swift:76:45: warning: capture of 'errorClosure' with non-sendable type 'ConnectableErrorMiddleware.ErrorClosure' (aka '(any Error) -> (HTTPResponseStatus, String, HTTPHeaders)') in a '@Sendable' closure
 74 |         return .init { req, error in
 75 |
 76 |             let (status, reason, headers) = errorClosure(error)
    |                                             |- warning: capture of 'errorClosure' with non-sendable type 'ConnectableErrorMiddleware.ErrorClosure' (aka '(any Error) -> (HTTPResponseStatus, String, HTTPHeaders)') in a '@Sendable' closure
    |                                             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 77 |
 78 |             req.logger.report(error: error)
[2214/2216] Compiling ConnectableKit ConnectableKit.swift
[2215/2216] Compiling ConnectableKit Responser.swift
/host/spi-builder-workspace/Sources/ConnectableKit/Response/Responser.swift:30:13: warning: stored property 'status' of 'Sendable'-conforming struct 'ResponseDTO' has non-sendable type 'ResponserStatus'; this is an error in the Swift 6 language mode
28 |
29 |     struct ResponseDTO: Vapor.Content {
30 |         var status: ResponserStatus
   |             `- warning: stored property 'status' of 'Sendable'-conforming struct 'ResponseDTO' has non-sendable type 'ResponserStatus'; this is an error in the Swift 6 language mode
31 |         var message: String?
32 |         var data: ResponseData?
/host/spi-builder-workspace/Sources/ConnectableKit/Response/ResponserStatus.swift:10:13: note: consider making enum 'ResponserStatus' conform to the 'Sendable' protocol
 8 | import Foundation
 9 |
10 | public enum ResponserStatus: String {
   |             `- note: consider making enum 'ResponserStatus' conform to the 'Sendable' protocol
11 |     case information
12 |     case success
/host/spi-builder-workspace/Sources/ConnectableKit/Response/Responser.swift:12:16: warning: stored property 'status' of 'Sendable'-conforming generic struct 'Responser' has non-sendable type 'ResponserStatus'; this is an error in the Swift 6 language mode
10 | public struct Responser<ResponseData: Connectable>: Vapor.Content, Responsable {
11 |     public var httpStatus: Vapor.HTTPStatus
12 |     public var status: ResponserStatus
   |                `- warning: stored property 'status' of 'Sendable'-conforming generic struct 'Responser' has non-sendable type 'ResponserStatus'; this is an error in the Swift 6 language mode
13 |     public var message: String?
14 |     public var data: ResponseData?
/host/spi-builder-workspace/Sources/ConnectableKit/Response/ResponserStatus.swift:10:13: note: consider making enum 'ResponserStatus' conform to the 'Sendable' protocol
 8 | import Foundation
 9 |
10 | public enum ResponserStatus: String {
   |             `- note: consider making enum 'ResponserStatus' conform to the 'Sendable' protocol
11 |     case information
12 |     case success
[2216/2216] Compiling ConnectableKit Responsable.swift
Build complete! (422.82s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "ConnectableKit",
  "name" : "ConnectableKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "ConnectableKit",
      "targets" : [
        "ConnectableKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ConnectableKit",
      "module_type" : "SwiftTarget",
      "name" : "ConnectableKit",
      "path" : "Sources/ConnectableKit",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "ConnectableKit"
      ],
      "sources" : [
        "ConnectableKit.swift",
        "Middlewares/ErrorMiddleware.swift",
        "Protocols/Connectable.swift",
        "Protocols/Responsable.swift",
        "Response/Responser.swift",
        "Response/ResponserStatus.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.