The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of redis, reference 4.11.1 (b45270), with Swift 6.1 for Linux on 27 Apr 2025 14:56:00 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/redis.git
Reference: 4.11.1
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/vapor/redis
 * tag               4.11.1     -> FETCH_HEAD
HEAD is now at b452702 make Redis Sendable (#217)
Cloned https://github.com/vapor/redis.git
Revision (git rev-parse @):
b4527022376f93ade3fa366f2c3465ed3489fca4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/redis.git at 4.11.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/redis.git
https://github.com/vapor/redis.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "redistack",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/RediStack.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.100.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "redis",
  "name" : "redis",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Redis",
      "targets" : [
        "Redis"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RedisTests",
      "module_type" : "SwiftTarget",
      "name" : "RedisTests",
      "path" : "Tests/RedisTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "MultipleRedisTests.swift",
        "RedisTests.swift"
      ],
      "target_dependencies" : [
        "Redis"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Redis",
      "module_type" : "SwiftTarget",
      "name" : "Redis",
      "path" : "Sources/Redis",
      "product_dependencies" : [
        "RediStack",
        "Vapor"
      ],
      "product_memberships" : [
        "Redis"
      ],
      "sources" : [
        "Application+Redis.swift",
        "Application.Redis+PubSub.swift",
        "Application.Redis+configuration.swift",
        "Exports.swift",
        "Redis+Cache.swift",
        "Redis+Concurrency.swift",
        "Redis+Sessions.swift",
        "RedisClient+Codable.swift",
        "RedisConfiguration.swift",
        "RedisID.swift",
        "RedisStorage.swift",
        "Request+Redis.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/RediStack.git
Fetching https://github.com/vapor/vapor.git
[1/4702] Fetching redistack
[4703/79015] Fetching redistack, vapor
Fetched https://github.com/swift-server/RediStack.git from cache (1.23s)
[18579/74313] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (3.88s)
Computing version for https://github.com/swift-server/RediStack.git
Computed https://github.com/swift-server/RediStack.git at 1.6.2 (7.78s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-atomics.git
[1/2200] Fetching swift-metrics
[529/6036] Fetching swift-metrics, swift-log
[4963/7741] Fetching swift-metrics, swift-log, swift-atomics
[6668/22534] Fetching swift-metrics, swift-log, swift-atomics, swift-nio-ssl
[7260/97965] Fetching swift-metrics, swift-log, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.27s)
[60543/83172] Fetching swift-metrics, swift-log, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (7.35s)
Fetched https://github.com/apple/swift-log.git from cache (7.36s)
Fetched https://github.com/apple/swift-metrics.git from cache (7.38s)
Fetched https://github.com/apple/swift-nio.git from cache (7.51s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (8.43s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.05s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.42s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16242] Fetching swift-collections
[489/20595] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.71s)
[4386/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.85s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.68s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.21s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.96s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.83s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (1.10s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
[1/1063] Fetching swift-service-context
[469/6966] Fetching swift-service-context, swift-algorithms
[470/9562] Fetching swift-service-context, swift-algorithms, websocket-kit
[985/14532] Fetching swift-service-context, swift-algorithms, websocket-kit, swift-distributed-tracing
[1270/20194] Fetching swift-service-context, swift-algorithms, websocket-kit, swift-distributed-tracing, swift-nio-extras
[3234/23402] Fetching swift-service-context, swift-algorithms, websocket-kit, swift-distributed-tracing, swift-nio-extras, multipart-kit
Fetched https://github.com/apple/swift-service-context.git from cache (1.12s)
Fetched https://github.com/vapor/websocket-kit.git from cache (1.12s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.13s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/vapor/routing-kit.git
[11965/34808] Fetching swift-algorithms, swift-distributed-tracing, multipart-kit, routing-kit
[15933/48592] Fetching swift-algorithms, swift-distributed-tracing, multipart-kit, routing-kit, swift-crypto
[22564/60084] Fetching swift-algorithms, swift-distributed-tracing, multipart-kit, routing-kit, swift-crypto, swift-nio-http2
Fetched https://github.com/vapor/routing-kit.git from cache (2.51s)
[29964/39357] Fetching swift-algorithms, swift-distributed-tracing, multipart-kit, swift-crypto, swift-nio-http2
Fetching https://github.com/vapor/console-kit.git
[33659/44842] Fetching swift-algorithms, swift-distributed-tracing, multipart-kit, swift-crypto, swift-nio-http2, console-kit
Fetched https://github.com/apple/swift-algorithms.git from cache (4.62s)
[38802/38939] Fetching swift-distributed-tracing, multipart-kit, swift-crypto, swift-nio-http2, console-kit
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (4.62s)
[13784/13784] Fetching swift-crypto
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/console-kit.git from cache (1.06s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.62s)
Fetched https://github.com/vapor/multipart-kit.git from cache (4.84s)
[1/2370] Fetching async-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/async-kit.git from cache (0.69s)
Fetched https://github.com/apple/swift-crypto.git from cache (4.83s)
[1/13787] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (3.87s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (10.16s)
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.89s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.92s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.49s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.63s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.64s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.86s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.49s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.50s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.35s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.65s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.79s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.73s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (2.20s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.92s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.03s)
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.92s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.88s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.51s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.71s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.37s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.37s)
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/swift-server/RediStack.git
Working copy of https://github.com/swift-server/RediStack.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.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.2.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/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-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/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-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-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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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/832] Write sources
[34/832] Compiling CNIOWindows WSAStartup.c
[35/832] Write sources
[36/832] Compiling CNIOWASI CNIOWASI.c
[36/832] Compiling CNIOWindows shim.c
[38/832] Write sources
[47/832] Compiling CNIOLinux liburing_shims.c
[48/832] Write sources
[55/832] Compiling CVaporBcrypt blf.c
[56/832] Compiling _NumericsShims _NumericsShims.c
[57/832] Compiling _AtomicsShims.c
[58/832] Compiling CVaporBcrypt bcrypt.c
[59/832] Compiling CSystem shims.c
[60/832] Compiling CNIOLinux shim.c
[61/832] Compiling CNIOExtrasZlib empty.c
[62/832] Compiling CNIOSHA1 c_nio_sha1.c
[62/832] Compiling CNIOLLHTTP c_nio_http.c
[63/832] Compiling CNIODarwin shim.c
[65/832] Compiling CNIOLLHTTP c_nio_api.c
[66/832] Compiling fiat_curve25519_adx_square.S
[67/832] Compiling fiat_p256_adx_mul.S
[68/832] Compiling fiat_p256_adx_sqr.S
[69/832] Compiling fiat_curve25519_adx_mul.S
[70/832] Write swift-version-24593BA9C3E375BF.txt
[71/832] Compiling CNIOLLHTTP c_nio_llhttp.c
[72/832] Compiling CNIOBoringSSLShims shims.c
[73/838] Compiling tls_record.cc
[74/838] Compiling tls_method.cc
[75/867] Compiling tls13_both.cc
[76/869] Compiling tls13_server.cc
[77/869] Compiling tls13_client.cc
[78/879] Compiling tls13_enc.cc
[80/904] Emitting module SystemPackage
[81/907] Emitting module InternalCollectionsUtilities
[82/909] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[83/909] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[84/909] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[85/909] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[86/910] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[87/910] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[88/910] Compiling InternalCollectionsUtilities _SortedCollection.swift
[89/910] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[90/910] Compiling InternalCollectionsUtilities UInt+reversed.swift
[91/910] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[92/910] Compiling ServiceContextModule ServiceContextKey.swift
[93/910] Emitting module ServiceContextModule
[94/910] Compiling ServiceContextModule ServiceContext.swift
[95/910] Compiling SystemPackage Util+StringArray.swift
[96/910] Compiling SystemPackage Util.swift
[97/910] Compiling SystemPackage UtilConsumers.swift
[99/910] Compiling InternalCollectionsUtilities Integer rank.swift
[100/910] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[101/910] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[102/910] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[104/910] Emitting module _NIOBase64
[105/910] Compiling RealModule Real.swift
[106/910] Compiling _NIOBase64 Base64.swift
[107/910] Compiling InternalCollectionsUtilities Debugging.swift
[108/910] Compiling InternalCollectionsUtilities Descriptions.swift
[109/910] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[110/910] Compiling InternalCollectionsUtilities Specialize.swift
[111/910] Compiling _NIODataStructures _TinyArray.swift
[112/910] Compiling _NIODataStructures PriorityQueue.swift
[113/911] Emitting module RealModule
[116/913] Compiling CoreMetrics Metrics.swift
[117/913] Compiling SystemPackage MachPort.swift
[118/913] Compiling SystemPackage PlatformString.swift
[119/913] Compiling SystemPackage SystemString.swift
[120/913] Compiling RealModule Float16+Real.swift
[121/913] Compiling RealModule ElementaryFunctions.swift
[122/913] Compiling RealModule Float80+Real.swift
[123/913] Compiling RealModule Float+Real.swift
[132/913] Compiling RealModule RealFunctions.swift
[141/1006] Compiling HeapModule Heap+Descriptions.swift
[142/1006] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[143/1063] Compiling _RopeModule Rope+Invariants.swift
[144/1063] Compiling _RopeModule Rope+_Node.swift
[145/1063] Compiling _RopeModule Rope+_Storage.swift
[146/1063] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[147/1063] Compiling _RopeModule Rope+_UnsafeHandle.swift
[148/1063] Compiling _RopeModule Rope.swift
[149/1063] Compiling _RopeModule RopeElement.swift
[150/1070] Compiling _RopeModule BigString+Iterators.swift
[151/1070] Compiling _RopeModule BigString+Metrics.swift
[152/1070] Compiling _RopeModule BigString+Ingester.swift
[153/1070] Compiling _RopeModule BigString+Invariants.swift
[154/1072] Compiling _RopeModule BigString+Debugging.swift
[155/1072] Compiling _RopeModule BigString+Index.swift
[156/1072] Emitting module Logging
[157/1072] Emitting module CoreMetrics
[158/1072] Compiling CoreMetrics Locks.swift
[159/1073] Emitting module _NIODataStructures
[160/1073] Compiling _NIODataStructures Heap.swift
[161/1074] Compiling HeapModule Heap.swift
[162/1074] Compiling HeapModule _HeapNode.swift
[167/1074] Compiling _RopeModule BigString+Comparable.swift
[168/1074] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[169/1074] Compiling _RopeModule BigString+CustomStringConvertible.swift
[170/1074] Compiling _RopeModule BigString+Equatable.swift
[173/1074] Compiling Atomics IntegerOperations.swift
[174/1074] Compiling Atomics Unmanaged extensions.swift
[175/1075] Compiling Logging MetadataProvider.swift
[176/1075] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[177/1075] Compiling _RopeModule BigString+Chunk+Breaks.swift
[178/1075] Compiling _RopeModule BigString+Chunk+Counts.swift
[179/1075] Compiling Logging Locks.swift
[180/1075] Compiling Logging LogHandler.swift
[181/1075] Compiling Logging Logging.swift
[182/1076] Compiling HeapModule Heap+Invariants.swift
[183/1076] Compiling HeapModule Heap+UnsafeHandle.swift
[186/1076] Emitting module HeapModule
[192/1080] Compiling _RopeModule BigString+UnicodeScalarView.swift
[193/1080] Compiling _RopeModule BigSubstring+UTF16View.swift
[194/1080] Compiling _RopeModule BigSubstring+UTF8View.swift
[195/1080] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[196/1080] Compiling _RopeModule BigSubstring.swift
[197/1080] Compiling _RopeModule Rope+Builder.swift
[198/1080] Compiling _RopeModule Rope+Debugging.swift
[199/1080] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[200/1080] Compiling _RopeModule BigString+Chunk+Splitting.swift
[201/1080] Compiling _RopeModule BigString+Chunk.swift
[202/1080] Compiling _RopeModule BigString+BidirectionalCollection.swift
[203/1080] Compiling _RopeModule BigString+Builder.swift
[204/1080] Compiling _RopeModule BigString+Contents.swift
[205/1182] Compiling Instrumentation MultiplexInstrument.swift
[206/1182] Compiling Instrumentation NoOpInstrument.swift
[207/1182] Emitting module Instrumentation
[208/1182] Compiling Instrumentation Instrument.swift
[209/1182] Compiling Instrumentation Locks.swift
[210/1182] Compiling Instrumentation InstrumentationSystem.swift
[211/1183] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[212/1183] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[213/1183] Compiling HashTreeCollections _HashNode+Structural merge.swift
[214/1183] Compiling HashTreeCollections _AncestorHashSlots.swift
[215/1183] Compiling HashTreeCollections _Bitmap.swift
[216/1183] Compiling HashTreeCollections _Bucket.swift
[217/1183] Compiling HashTreeCollections _Hash.swift
[218/1183] Compiling HashTreeCollections _HashLevel.swift
[219/1183] Compiling HashTreeCollections _HashNode+Builder.swift
[220/1183] Compiling HashTreeCollections _HashNode+Debugging.swift
[221/1183] Compiling HashTreeCollections _HashNode+Initializers.swift
[222/1183] Compiling HashTreeCollections _HashNode+Invariants.swift
[223/1183] Compiling HashTreeCollections _HashNode+Lookups.swift
[224/1183] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[225/1183] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[226/1183] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[229/1185] Compiling HashTreeCollections _HashNode+Structural union.swift
[230/1185] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[231/1185] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[232/1185] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[233/1185] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[234/1185] Compiling HashTreeCollections _HashNode.swift
[235/1185] Compiling HashTreeCollections _HashNodeHeader.swift
[236/1185] Compiling HashTreeCollections _HashSlot.swift
[237/1185] Compiling HashTreeCollections _HashStack.swift
[238/1185] Compiling HashTreeCollections _HashTreeIterator.swift
[239/1185] Compiling HashTreeCollections _HashTreeStatistics.swift
[240/1185] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[241/1185] Compiling HashTreeCollections _RawHashNode.swift
[242/1185] Compiling HashTreeCollections _UnmanagedHashNode.swift
[243/1185] Compiling HashTreeCollections _UnsafePath.swift
[244/1185] Compiling HashTreeCollections TreeDictionary+Codable.swift
[246/1185] Compiling HashTreeCollections _HashNode+Structural filter.swift
[247/1185] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[248/1185] Compiling HashTreeCollections _HashNode+Storage.swift
[249/1185] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[250/1210] Compiling HashTreeCollections TreeSet+Hashable.swift
[251/1210] Compiling HashTreeCollections TreeSet+Sendable.swift
[252/1210] Compiling HashTreeCollections TreeSet+Sequence.swift
[253/1210] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[254/1210] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[255/1210] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[256/1210] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[257/1210] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[258/1210] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[259/1210] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[260/1220] Emitting module OrderedCollections
[261/1220] Compiling Algorithms Intersperse.swift
[262/1220] Compiling Algorithms Partition.swift
[263/1220] Compiling HashTreeCollections TreeDictionary.swift
[264/1220] Compiling HashTreeCollections TreeSet+Codable.swift
[265/1220] Compiling HashTreeCollections TreeSet+Collection.swift
[266/1220] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[267/1220] Compiling HashTreeCollections TreeSet+Debugging.swift
[268/1220] Compiling HashTreeCollections TreeSet+Descriptions.swift
[269/1220] Compiling HashTreeCollections TreeSet+Equatable.swift
[270/1220] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[271/1220] Compiling HashTreeCollections TreeSet+Extras.swift
[272/1220] Compiling HashTreeCollections TreeSet+Filter.swift
[273/1220] Compiling Algorithms AdjacentPairs.swift
[274/1220] Compiling Algorithms Chain.swift
[275/1220] Compiling Algorithms Grouped.swift
[276/1220] Compiling Algorithms Indexed.swift
[277/1220] Compiling Algorithms EitherSequence.swift
[278/1220] Compiling Algorithms FirstNonNil.swift
[279/1220] Compiling Algorithms MinMax.swift
[280/1220] Compiling Algorithms FlattenCollection.swift
[283/1220] Compiling Algorithms Chunked.swift
[284/1220] Compiling Algorithms Combinations.swift
[285/1220] Compiling Algorithms Compacted.swift
[286/1220] Compiling Algorithms Cycle.swift
[289/1220] Compiling HashTreeCollections TreeDictionary+Values.swift
[297/1221] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[298/1221] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[299/1221] Compiling HashTreeCollections TreeDictionary+Filter.swift
[300/1221] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[301/1221] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[302/1221] Compiling HashTreeCollections TreeDictionary+Keys.swift
[303/1221] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[304/1221] Compiling HashTreeCollections TreeDictionary+Merge.swift
[305/1221] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[306/1221] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[308/1221] Emitting module DequeModule
[336/1231] Compiling Algorithms Joined.swift
[337/1231] Compiling Algorithms Keyed.swift
[338/1233] Compiling _RopeModule _CharacterRecognizer.swift
[339/1233] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[340/1233] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[341/1233] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[342/1233] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[343/1233] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[344/1233] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[345/1233] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[346/1233] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[347/1233] Compiling HashTreeCollections TreeSet.swift
[348/1239] Emitting module _RopeModule
[349/1239] Compiling Algorithms Split.swift
[350/1239] Compiling Algorithms Stride.swift
[351/1239] Compiling Algorithms Suffix.swift
[352/1242] Compiling Tracing InstrumentationSystem+Tracing.swift
[353/1242] Emitting module Tracing
[360/1242] Compiling Algorithms Permutations.swift
[361/1242] Compiling Algorithms Product.swift
[362/1242] Compiling Algorithms RandomSample.swift
[363/1242] Compiling Algorithms Reductions.swift
[364/1242] Compiling Tracing TracingTime.swift
[367/1242] Compiling Algorithms Rotate.swift
[375/1242] Compiling HashTreeCollections TreeDictionary+Collection.swift
[376/1242] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[377/1242] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[378/1242] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[379/1242] Compiling Tracing TracerProtocol.swift
[380/1242] Compiling Tracing Tracer.swift
[381/1242] Compiling Tracing TracerProtocol+Legacy.swift
[382/1242] Compiling RoutingKit Router.swift
[386/1242] Emitting module RoutingKit
[398/1242] Compiling Tracing NoOpTracer.swift
[399/1242] Compiling Tracing SpanProtocol.swift
[400/1243] Compiling Algorithms Trim.swift
[401/1243] Compiling Algorithms Unique.swift
[402/1243] Compiling Algorithms Windows.swift
[406/1243] Emitting module Atomics
[407/1244] Compiling RoutingKit PathComponent.swift
[408/1244] Compiling RoutingKit TrieRouter.swift
[447/1244] Compiling t1_enc.cc
[449/1244] Compiling RoutingKit Parameters.swift
[450/1244] Compiling RoutingKit AnyRouter.swift
[480/1245] Compiling Metrics Metrics.swift
[481/1245] Emitting module Metrics
[482/1246] Compiling _RopeModule Rope+Join.swift
[483/1246] Compiling _RopeModule Rope+MutatingForEach.swift
[484/1246] Compiling _RopeModule Rope+Remove.swift
[485/1246] Compiling _RopeModule Rope+RemoveSubrange.swift
[486/1246] Compiling _RopeModule Rope+Split.swift
[487/1246] Compiling _RopeModule Optional Utilities.swift
[488/1246] Compiling _RopeModule String Utilities.swift
[489/1246] Compiling _RopeModule String.Index+ABI.swift
[494/1247] Emitting module HashTreeCollections
[496/1248] Emitting module Algorithms
[497/1249] Compiling ssl_transcript.cc
[498/1249] Compiling ssl_x509.cc
[499/1249] Compiling ssl_privkey.cc
[500/1249] Compiling ssl_session.cc
[501/1249] Compiling ssl_stat.cc
[502/1249] Compiling ssl_versions.cc
[503/1249] Compiling ssl_file.cc
[504/1249] Compiling ssl_asn1.cc
[505/1249] Compiling ssl_key_share.cc
[506/1249] Compiling ssl_lib.cc
[507/1249] Compiling ssl_credential.cc
[508/1249] Compiling ssl_cipher.cc
[509/1249] Compiling ssl_buffer.cc
[510/1249] Compiling ssl_cert.cc
[511/1249] Compiling ssl_aead_ctx.cc
[512/1249] Compiling s3_lib.cc
[513/1249] Compiling s3_pkt.cc
[514/1249] Compiling s3_both.cc
[515/1249] Compiling handshake.cc
[516/1249] Compiling handshake_server.cc
[517/1249] Compiling handshake_client.cc
[518/1249] Compiling handoff.cc
[519/1249] Compiling dtls_method.cc
[520/1249] Compiling encrypted_client_hello.cc
[521/1249] Compiling md5-x86_64-linux.S
[522/1249] Compiling extensions.cc
[523/1249] Compiling d1_srtp.cc
[524/1249] Compiling md5-x86_64-apple.S
[525/1249] Compiling md5-586-apple.S
[526/1249] Compiling md5-586-linux.S
[527/1249] Compiling chacha20_poly1305_x86_64-apple.S
[528/1249] Compiling chacha20_poly1305_x86_64-linux.S
[529/1249] Compiling dtls_record.cc
[530/1249] Compiling chacha20_poly1305_armv8-win.S
[531/1249] Compiling chacha20_poly1305_armv8-apple.S
[532/1249] Compiling chacha20_poly1305_armv8-linux.S
[533/1249] Compiling chacha-x86_64-linux.S
[534/1249] Compiling chacha-x86-linux.S
[535/1249] Compiling chacha-x86_64-apple.S
[536/1249] Compiling chacha-x86-apple.S
[537/1249] Compiling err_data.cc
[538/1249] Compiling chacha-armv8-win.S
[539/1249] Compiling chacha-armv8-linux.S
[540/1249] Compiling chacha-armv8-apple.S
[541/1249] Compiling chacha-armv4-linux.S
[542/1249] Compiling aes128gcmsiv-x86_64-apple.S
[543/1249] Compiling aes128gcmsiv-x86_64-linux.S
[544/1249] Compiling x86_64-mont5-linux.S
[545/1249] Compiling x86_64-mont5-apple.S
[546/1249] Compiling x86_64-mont-apple.S
[547/1249] Compiling x86-mont-linux.S
[548/1249] Compiling vpaes-x86_64-linux.S
[549/1249] Compiling x86_64-mont-linux.S
[550/1249] Compiling x86-mont-apple.S
[551/1249] Compiling vpaes-x86_64-apple.S
[552/1249] Compiling vpaes-x86-apple.S
[553/1249] Compiling vpaes-armv8-win.S
[554/1249] Compiling vpaes-x86-linux.S
[555/1249] Compiling vpaes-armv8-linux.S
[556/1249] Compiling d1_pkt.cc
[557/1249] Compiling vpaes-armv8-apple.S
[558/1249] Compiling vpaes-armv7-linux.S
[559/1249] Compiling bio_ssl.cc
[560/1249] Compiling sha512-x86_64-apple.S
[561/1249] Compiling sha512-x86_64-linux.S
[562/1249] Compiling sha512-armv4-linux.S
[563/1249] Compiling sha512-586-linux.S
[564/1249] Compiling sha512-armv8-win.S
[565/1249] Compiling sha512-armv8-apple.S
[566/1249] Compiling sha512-armv8-linux.S
[567/1249] Compiling sha512-586-apple.S
[568/1249] Compiling sha256-x86_64-apple.S
[569/1249] Compiling sha256-armv8-win.S
[570/1249] Compiling sha256-armv4-linux.S
[571/1249] Compiling sha256-x86_64-linux.S
[572/1249] Compiling sha256-armv8-apple.S
[573/1249] Compiling sha256-586-linux.S
[574/1249] Compiling sha256-armv8-linux.S
[575/1249] Compiling sha256-586-apple.S
[576/1249] Compiling sha1-armv8-apple.S
[577/1249] Compiling sha1-armv8-win.S
[577/1249] Compiling sha1-armv8-linux.S
[579/1249] Compiling sha1-x86_64-linux.S
[580/1249] Compiling sha1-x86_64-apple.S
[581/1249] Compiling sha1-armv4-large-linux.S
[582/1249] Compiling sha1-586-apple.S
[583/1249] Compiling sha1-586-linux.S
[584/1249] Compiling rsaz-avx2-linux.S
[585/1249] Compiling rsaz-avx2-apple.S
[586/1249] Compiling rdrand-x86_64-apple.S
[587/1249] Compiling p256_beeu-x86_64-asm-linux.S
[588/1249] Compiling rdrand-x86_64-linux.S
[589/1249] Compiling d1_lib.cc
[590/1249] Compiling p256_beeu-x86_64-asm-apple.S
[591/1249] Compiling p256_beeu-armv8-asm-win.S
[592/1249] Compiling p256_beeu-armv8-asm-apple.S
[593/1249] Compiling p256-armv8-asm-win.S
[594/1249] Compiling p256_beeu-armv8-asm-linux.S
[595/1249] Compiling p256-x86_64-asm-apple.S
[596/1249] Compiling p256-armv8-asm-apple.S
[597/1249] Compiling p256-x86_64-asm-linux.S
[598/1249] Compiling ghashv8-armv8-win.S
[599/1249] Compiling p256-armv8-asm-linux.S
[600/1249] Compiling ghashv8-armv7-linux.S
[601/1249] Compiling ghashv8-armv8-linux.S
[602/1249] Compiling ghash-x86_64-apple.S
[603/1249] Compiling ghashv8-armv8-apple.S
[604/1249] Compiling d1_both.cc
[605/1249] Compiling ghash-x86_64-linux.S
[606/1249] Compiling ghash-x86-apple.S
[607/1249] Compiling ghash-x86-linux.S
[608/1249] Compiling ghash-ssse3-x86_64-linux.S
[608/1249] Compiling ghash-ssse3-x86-linux.S
[610/1249] Compiling ghash-neon-armv8-linux.S
[611/1249] Compiling ghash-ssse3-x86-apple.S
[612/1249] Compiling ghash-neon-armv8-win.S
[613/1249] Compiling ghash-ssse3-x86_64-apple.S
[614/1249] Compiling ghash-neon-armv8-apple.S
[615/1249] Compiling ghash-armv4-linux.S
[616/1249] Compiling bn-armv8-apple.S
[617/1249] Compiling co-586-apple.S
[618/1249] Compiling bsaes-armv7-linux.S
[618/1249] Compiling bn-armv8-win.S
[620/1249] Compiling bn-armv8-linux.S
[620/1249] Compiling bn-586-apple.S
[620/1249] Compiling co-586-linux.S
[623/1249] Compiling bn-586-linux.S
[624/1249] Compiling armv8-mont-win.S
[625/1249] Compiling armv8-mont-linux.S
[626/1249] Compiling armv8-mont-apple.S
[627/1249] Compiling armv4-mont-linux.S
[628/1249] Compiling aesv8-gcm-armv8-win.S
[629/1249] Compiling aesv8-armv8-win.S
[630/1249] Compiling aesv8-gcm-armv8-apple.S
[631/1249] Compiling aesv8-armv8-linux.S
[632/1249] Compiling aesv8-gcm-armv8-linux.S
[633/1249] Compiling aesv8-armv7-linux.S
[634/1249] Compiling aesv8-armv8-apple.S
[635/1249] Compiling aesni-x86_64-linux.S
[635/1249] Compiling aesni-x86_64-apple.S
[637/1249] Compiling aesni-x86-apple.S
[638/1249] Compiling aesni-gcm-x86_64-apple.S
[639/1249] Compiling aesni-gcm-x86_64-linux.S
[640/1249] Compiling aesni-x86-linux.S
[641/1249] Compiling aes-gcm-avx2-x86_64-linux.S
[642/1249] Compiling aes-gcm-avx2-x86_64-apple.S
[643/1249] Compiling aes-gcm-avx10-x86_64-apple.S
[644/1249] Compiling aes-gcm-avx10-x86_64-linux.S
[645/1249] Compiling x_sig.cc
[646/1249] Compiling x_name.cc
[647/1249] Compiling x_req.cc
[648/1249] Compiling x_val.cc
[649/1249] Compiling x_x509a.cc
[650/1249] Compiling x_pubkey.cc
[651/1249] Compiling x_x509.cc
[652/1249] Compiling x_spki.cc
[653/1249] Compiling x_exten.cc
[654/1249] Compiling x509spki.cc
[655/1249] Compiling x_crl.cc
[656/1249] Compiling x509name.cc
[657/1249] Compiling x_all.cc
[658/1249] Compiling x_algor.cc
[659/1249] Compiling x_attrib.cc
[660/1249] Compiling x509cset.cc
[661/1249] Compiling x509rset.cc
[662/1249] Compiling x509_txt.cc
[663/1249] Compiling x509_vfy.cc
[664/1249] Compiling x509_v3.cc
[665/1249] Compiling x509_vpm.cc
[666/1249] Compiling x509_trs.cc
[667/1249] Compiling x509_set.cc
[668/1249] Compiling x509_obj.cc
[669/1249] Compiling x509_req.cc
[670/1249] Compiling x509_cmp.cc
[671/1249] Compiling x509_ext.cc
[672/1249] Compiling v3_skey.cc
[673/1249] Compiling x509_d2.cc
[674/1249] Compiling x509_def.cc
[675/1249] Compiling x509_att.cc
[676/1249] Compiling x509_lu.cc
[677/1249] Compiling x509.cc
[678/1249] Compiling v3_utl.cc
[679/1249] Compiling v3_lib.cc
[680/1249] Compiling v3_ocsp.cc
[681/1249] Compiling v3_purp.cc
[682/1249] Compiling v3_prn.cc
[683/1249] Compiling v3_int.cc
[684/1249] Compiling v3_pmaps.cc
[685/1249] Compiling v3_pcons.cc
[686/1249] Compiling v3_ncons.cc
[687/1249] Compiling v3_ia5.cc
[688/1249] Compiling v3_genn.cc
[689/1249] Compiling v3_enum.cc
[690/1249] Compiling v3_info.cc
[691/1249] Compiling v3_crld.cc
[692/1249] Compiling v3_extku.cc
[693/1249] Compiling v3_cpols.cc
[694/1249] Compiling v3_alt.cc
[695/1249] Compiling v3_conf.cc
[696/1249] Compiling v3_bitst.cc
[697/1249] Compiling v3_akeya.cc
[698/1249] Compiling v3_bcons.cc
[699/1249] Compiling t_req.cc
[700/1249] Compiling v3_akey.cc
[701/1249] Compiling t_x509.cc
[702/1249] Compiling t_x509a.cc
[703/1249] Compiling i2d_pr.cc
[704/1249] Compiling t_crl.cc
[705/1249] Compiling rsa_pss.cc
[706/1249] Compiling name_print.cc
[707/1249] Compiling policy.cc
[708/1249] Compiling voprf.cc
[709/1249] Compiling algorithm.cc
[710/1249] Compiling by_dir.cc
[711/1249] Compiling asn1_gen.cc
[712/1249] Compiling by_file.cc
[713/1249] Compiling a_sign.cc
[714/1249] Compiling a_verify.cc
[715/1249] Compiling a_digest.cc
[716/1249] Compiling trust_token.cc
[717/1249] Compiling thread_win.cc
[718/1249] Compiling thread_none.cc
[719/1249] Compiling thread_pthread.cc
[720/1249] Compiling thread.cc
[721/1249] Compiling stack.cc
[722/1249] Compiling pmbtoken.cc
[723/1249] Compiling sha512.cc
[724/1249] Compiling sha256.cc
[725/1249] Compiling sha1.cc
[726/1249] Compiling slhdsa.cc
[727/1249] Compiling siphash.cc
[728/1249] Compiling rsa_print.cc
[729/1249] Compiling rsa_extra.cc
[730/1249] Compiling rsa_crypt.cc
[731/1249] Compiling urandom.cc
[732/1249] Compiling spake2plus.cc
[733/1249] Compiling refcount.cc
[734/1249] Compiling rc4.cc
[735/1249] Compiling ios.cc
[736/1249] Compiling rand.cc
[737/1249] Compiling windows.cc
[738/1249] Compiling getentropy.cc
[739/1249] Compiling trusty.cc
[740/1249] Compiling passive.cc
[741/1249] Compiling poly1305_arm_asm.S
[742/1249] Compiling rsa_asn1.cc
[743/1249] Compiling fork_detect.cc
[744/1249] Compiling forkunsafe.cc
[745/1249] Compiling deterministic.cc
[746/1249] Compiling poly1305_vec.cc
[747/1249] Compiling poly1305_arm.cc
[748/1249] Compiling poly1305.cc
[749/1249] Compiling pool.cc
[750/1249] Compiling pkcs8_x509.cc
[751/1249] Compiling pkcs7.cc
[752/1249] Compiling pem_xaux.cc
[753/1249] Compiling pkcs8.cc
[754/1249] Compiling p5_pbev2.cc
[755/1249] Compiling pem_x509.cc
[756/1249] Compiling pkcs7_x509.cc
[757/1249] Compiling pem_pkey.cc
[758/1249] Compiling pem_oth.cc
[759/1249] Compiling pem_pk8.cc
[760/1249] Compiling mlkem.cc
[761/1249] Compiling mldsa.cc
[762/1249] Compiling pem_info.cc
[763/1249] Compiling obj_xref.cc
[764/1249] Compiling pem_all.cc
[765/1249] Compiling obj.cc
[766/1249] Compiling md5.cc
[767/1249] Compiling mem.cc
[768/1249] Compiling pem_lib.cc
[769/1249] Compiling poly_rq_mul.S
[770/1249] Compiling fips_shared_support.cc
[771/1249] Compiling md4.cc
[772/1249] Compiling lhash.cc
[773/1249] Compiling ex_data.cc
[774/1249] Compiling sign.cc
[775/1249] Compiling kyber.cc
[776/1249] Compiling hpke.cc
[777/1249] Compiling hrss.cc
[778/1249] Compiling scrypt.cc
[779/1249] Compiling print.cc
[780/1249] Compiling p_x25519.cc
[781/1249] Compiling pbkdf.cc
[782/1249] Compiling p_rsa_asn1.cc
[783/1249] Compiling p_rsa.cc
[784/1249] Compiling p_x25519_asn1.cc
[785/1249] Compiling p_ed25519.cc
[786/1249] Compiling p_hkdf.cc
[787/1249] Compiling p_ed25519_asn1.cc
[788/1249] Compiling p_ec.cc
[789/1249] Compiling p_ec_asn1.cc
[790/1249] Compiling evp_ctx.cc
[791/1249] Compiling p_dh_asn1.cc
[792/1249] Compiling p_dh.cc
[793/1249] Compiling p_dsa_asn1.cc
[794/1249] Compiling err.cc
[795/1249] Compiling evp.cc
[796/1249] Compiling engine.cc
[797/1249] Compiling ecdh.cc
[798/1249] Compiling ec_derive.cc
[799/1249] Compiling hash_to_curve.cc
[800/1249] Compiling ecdsa_asn1.cc
[801/1249] Compiling evp_asn1.cc
[802/1249] Compiling dsa_asn1.cc
[803/1249] Compiling params.cc
[804/1249] Compiling dsa.cc
[805/1249] Compiling ec_asn1.cc
[806/1249] Compiling x25519-asm-arm.S
[807/1249] Compiling dh_asn1.cc
[808/1249] Compiling des.cc
[809/1249] Compiling digest_extra.cc
[810/1249] Compiling cpu_arm_freebsd.cc
[811/1249] Compiling cpu_arm_linux.cc
[812/1249] Compiling curve25519.cc
[813/1249] Compiling cpu_intel.cc
[814/1249] Compiling crypto.cc
[815/1249] Compiling spake25519.cc
[816/1249] Compiling bcm.cc
[817/1249] Compiling cpu_aarch64_sysreg.cc
[818/1249] Compiling cpu_aarch64_openbsd.cc
[819/1249] Compiling cpu_aarch64_linux.cc
[820/1249] Compiling cpu_aarch64_win.cc
[821/1249] Compiling cpu_aarch64_fuchsia.cc
[822/1249] Compiling conf.cc
[823/1249] Compiling cpu_aarch64_apple.cc
[824/1249] Compiling curve25519_64_adx.cc
[825/1249] Compiling tls_cbc.cc
[826/1249] Compiling e_null.cc
[827/1249] Compiling get_cipher.cc
[828/1249] Compiling e_rc2.cc
[829/1249] Compiling e_tls.cc
[830/1249] Compiling e_rc4.cc
[831/1249] Compiling derive_key.cc
[832/1249] Compiling e_des.cc
[833/1249] Compiling e_aesctrhmac.cc
[834/1249] Compiling e_chacha20poly1305.cc
[835/1249] Compiling e_aesgcmsiv.cc
[836/1249] Compiling ber.cc
[837/1249] Compiling chacha.cc
[838/1249] Compiling cbs.cc
[839/1249] Compiling unicode.cc
[840/1249] Compiling buf.cc
[841/1249] Compiling socket_helper.cc
[842/1249] Compiling convert.cc
[843/1249] Compiling asn1_compat.cc
[844/1249] Compiling cbb.cc
[845/1249] Compiling printf.cc
[846/1249] Compiling blake2.cc
[847/1249] Compiling socket.cc
[848/1249] Compiling bn_asn1.cc
[849/1249] Compiling fd.cc
[850/1249] Compiling hexdump.cc
[851/1249] Compiling errno.cc
[852/1249] Compiling file.cc
[853/1249] Compiling pair.cc
[854/1249] Compiling bio_mem.cc
[855/1249] Compiling connect.cc
[856/1249] Compiling bio.cc
[857/1249] Compiling tasn_typ.cc
[858/1249] Compiling base64.cc
[859/1249] Compiling tasn_fre.cc
[860/1249] Compiling tasn_dec.cc
[861/1249] Compiling tasn_enc.cc
[862/1249] Compiling posix_time.cc
[863/1249] Compiling tasn_new.cc
[864/1249] Compiling f_int.cc
[865/1249] Compiling asn1_par.cc
[866/1249] Compiling tasn_utl.cc
[867/1249] Compiling f_string.cc
[868/1249] Compiling asn_pack.cc
[869/1249] Compiling a_type.cc
[870/1249] Compiling a_octet.cc
[871/1249] Compiling asn1_lib.cc
[872/1249] Compiling a_utctm.cc
[873/1249] Compiling a_time.cc
[874/1249] Compiling a_strex.cc
[875/1249] Compiling a_strnid.cc
[876/1249] Compiling a_mbstr.cc
[877/1249] Compiling a_i2d_fp.cc
[878/1249] Compiling a_object.cc
[879/1249] Compiling a_d2i_fp.cc
[880/1249] Compiling a_dup.cc
[881/1249] Compiling fiat_p256_adx_sqr.S
[882/1249] Compiling a_int.cc
[883/1249] Compiling fiat_p256_adx_mul.S
[884/1249] Compiling fiat_curve25519_adx_square.S
[885/1249] Compiling fiat_curve25519_adx_mul.S
[886/1249] Compiling md5-x86_64-linux.S
[887/1249] Compiling md5-x86_64-apple.S
[888/1249] Compiling a_bitstr.cc
[889/1249] Compiling a_gentm.cc
[890/1249] Compiling md5-586-linux.S
[891/1249] Compiling md5-586-apple.S
[892/1249] Compiling chacha20_poly1305_x86_64-apple.S
[893/1249] Compiling a_bool.cc
[894/1249] Compiling chacha20_poly1305_x86_64-linux.S
[895/1249] Compiling chacha20_poly1305_armv8-win.S
[896/1249] Compiling chacha20_poly1305_armv8-linux.S
[897/1249] Compiling chacha20_poly1305_armv8-apple.S
[898/1249] Compiling chacha-x86_64-linux.S
[898/1249] Compiling CCryptoBoringSSLShims shims.c
[900/1249] Compiling chacha-x86_64-apple.S
[901/1249] Compiling chacha-x86-apple.S
[902/1249] Compiling err_data.cc
[903/1249] Compiling chacha-x86-linux.S
[904/1249] Compiling chacha-armv8-apple.S
[905/1249] Compiling chacha-armv8-linux.S
[906/1249] Compiling chacha-armv8-win.S
[907/1249] Compiling chacha-armv4-linux.S
[908/1249] Compiling aes128gcmsiv-x86_64-apple.S
[909/1249] Compiling aes128gcmsiv-x86_64-linux.S
[910/1249] Compiling x86_64-mont5-apple.S
[911/1249] Compiling x86-mont-linux.S
[911/1249] Compiling x86-mont-apple.S
[911/1249] Compiling x86_64-mont-apple.S
[912/1249] Compiling x86_64-mont5-linux.S
[915/1249] Compiling x86_64-mont-linux.S
[916/1249] Compiling vpaes-x86_64-apple.S
[917/1249] Compiling vpaes-x86_64-linux.S
[918/1249] Compiling vpaes-x86-linux.S
[919/1249] Compiling vpaes-x86-apple.S
[920/1249] Compiling vpaes-armv8-linux.S
[921/1249] Compiling vpaes-armv8-win.S
[922/1249] Compiling vpaes-armv8-apple.S
[923/1249] Compiling vpaes-armv7-linux.S
[924/1249] Compiling sha512-x86_64-linux.S
[925/1249] Compiling sha512-armv8-win.S
[926/1249] Compiling sha512-armv8-linux.S
[927/1249] Compiling sha512-armv4-linux.S
[928/1249] Compiling sha512-x86_64-apple.S
[929/1249] Compiling sha512-armv8-apple.S
[930/1249] Compiling sha512-586-linux.S
[931/1249] Compiling sha512-586-apple.S
[932/1249] Compiling sha256-armv8-win.S
[933/1249] Compiling sha256-x86_64-linux.S
[934/1249] Compiling sha256-armv8-linux.S
[935/1249] Compiling sha256-x86_64-apple.S
[936/1249] Compiling sha256-armv8-apple.S
[937/1249] Compiling sha256-armv4-linux.S
[938/1249] Compiling sha256-586-linux.S
[939/1249] Compiling sha256-586-apple.S
[940/1249] Compiling sha1-x86_64-linux.S
[941/1249] Compiling sha1-x86_64-apple.S
[942/1249] Compiling sha1-armv8-win.S
[943/1249] Compiling sha1-armv8-apple.S
[944/1249] Compiling sha1-armv8-linux.S
[945/1249] Compiling sha1-armv4-large-linux.S
[946/1249] Compiling sha1-586-apple.S
[947/1249] Compiling sha1-586-linux.S
[948/1249] Compiling rsaz-avx2-apple.S
[949/1249] Compiling rdrand-x86_64-linux.S
[950/1249] Compiling rsaz-avx2-linux.S
[950/1249] Compiling rdrand-x86_64-apple.S
[952/1249] Compiling p256_beeu-x86_64-asm-apple.S
[953/1249] Compiling p256_beeu-armv8-asm-win.S
[954/1249] Compiling p256_beeu-x86_64-asm-linux.S
[955/1249] Compiling p256_beeu-armv8-asm-linux.S
[956/1249] Compiling p256_beeu-armv8-asm-apple.S
[957/1249] Compiling p256-x86_64-asm-apple.S
[958/1249] Compiling p256-armv8-asm-linux.S
[959/1249] Compiling p256-x86_64-asm-linux.S
[960/1249] Compiling p256-armv8-asm-win.S
[961/1249] Compiling p256-armv8-asm-apple.S
[962/1249] Compiling ghashv8-armv8-win.S
[963/1249] Compiling ghashv8-armv8-apple.S
[964/1249] Compiling ghashv8-armv8-linux.S
[965/1249] Compiling ghash-x86_64-apple.S
[966/1249] Compiling ghashv8-armv7-linux.S
[967/1249] Compiling ghash-x86-linux.S
[968/1249] Compiling ghash-x86_64-linux.S
[969/1249] Compiling ghash-x86-apple.S
[970/1249] Compiling ghash-ssse3-x86_64-linux.S
[971/1249] Compiling ghash-ssse3-x86-linux.S
[972/1249] Compiling ghash-ssse3-x86_64-apple.S
[973/1249] Compiling ghash-neon-armv8-win.S
[974/1249] Compiling ghash-neon-armv8-linux.S
[975/1249] Compiling ghash-ssse3-x86-apple.S
[976/1249] Compiling ghash-neon-armv8-apple.S
[977/1249] Compiling ghash-armv4-linux.S
[978/1249] Compiling co-586-linux.S
[979/1249] Compiling co-586-apple.S
[980/1249] Compiling bsaes-armv7-linux.S
[981/1249] Compiling bn-armv8-win.S
[982/1249] Compiling bn-armv8-linux.S
[983/1249] Compiling bn-586-apple.S
[984/1249] Compiling bn-586-linux.S
[985/1249] Compiling bn-armv8-apple.S
[986/1249] Compiling armv8-mont-apple.S
[987/1249] Compiling armv8-mont-win.S
[988/1249] Compiling armv4-mont-linux.S
[989/1249] Compiling aesv8-gcm-armv8-linux.S
[990/1249] Compiling armv8-mont-linux.S
[991/1249] Compiling aesv8-gcm-armv8-apple.S
[992/1249] Compiling aesv8-armv8-win.S
[993/1249] Compiling aesv8-armv8-linux.S
[994/1249] Compiling aesv8-gcm-armv8-win.S
[995/1249] Compiling aesv8-armv8-apple.S
[996/1249] Compiling aesv8-armv7-linux.S
[997/1249] Compiling aesni-x86_64-linux.S
[998/1249] Compiling aesni-x86-apple.S
[999/1249] Compiling aesni-x86_64-apple.S
[1000/1249] Compiling aesni-gcm-x86_64-linux.S
[1001/1249] Compiling aesni-x86-linux.S
[1002/1249] Compiling aes-gcm-avx10-x86_64-linux.S
[1003/1249] Compiling aesni-gcm-x86_64-apple.S
[1004/1249] Compiling aes-gcm-avx10-x86_64-apple.S
[1005/1249] Compiling x_x509a.cc
[1006/1249] Compiling x_x509.cc
[1007/1249] Compiling x_val.cc
[1008/1249] Compiling x_req.cc
[1009/1249] Compiling x_sig.cc
[1010/1249] Compiling x_spki.cc
[1011/1249] Compiling x_pubkey.cc
[1012/1249] Compiling x_name.cc
[1013/1249] Compiling x_exten.cc
[1014/1249] Compiling x_crl.cc
[1015/1249] Compiling x_attrib.cc
[1016/1249] Compiling x_all.cc
[1017/1249] Compiling c-nioatomics.c
[1018/1249] Compiling c-atomics.c
[1019/1249] Compiling x509spki.cc
[1020/1249] Compiling x509_vpm.cc
[1021/1249] Compiling x_algor.cc
[1022/1255] Compiling x509rset.cc
[1023/1255] Compiling x509name.cc
[1024/1255] Compiling x509cset.cc
[1025/1255] Compiling x509_vfy.cc
[1027/1255] Compiling NIOConcurrencyHelpers lock.swift
[1027/1255] Compiling x509_v3.cc
[1028/1255] Compiling x509_txt.cc
[1030/1255] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1031/1255] Compiling NIOConcurrencyHelpers NIOLock.swift
[1032/1255] Emitting module NIOConcurrencyHelpers
[1033/1255] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1034/1255] Compiling NIOConcurrencyHelpers atomics.swift
[1034/1256] Compiling x509_obj.cc
[1036/1256] Compiling x509_trs.cc
[1037/1256] Compiling x509_def.cc
[1038/1299] Compiling x509_set.cc
[1039/1315] Compiling x509_req.cc
[1040/1315] Compiling x509_d2.cc
[1041/1315] Compiling x509_ext.cc
[1042/1341] Compiling x509_att.cc
[1043/1341] Compiling x509_lu.cc
[1044/1341] Compiling x509_cmp.cc
[1046/1341] Compiling ConsoleKitTerminal Console+Wait.swift
[1047/1341] Compiling ConsoleKitTerminal ConsoleColor.swift
[1048/1341] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1049/1344] Compiling ConsoleKitTerminal Console+Confirm.swift
[1050/1344] Compiling ConsoleKitTerminal Console+Input.swift
[1051/1344] Compiling ConsoleKitTerminal Console+Center.swift
[1052/1344] Compiling ConsoleKitTerminal Console+Output.swift
[1053/1344] Emitting module ConsoleKitTerminal
[1054/1344] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1055/1344] Compiling ConsoleKitTerminal ConsoleClear.swift
[1056/1344] Compiling ConsoleKitTerminal Console+Ask.swift
[1057/1344] Compiling ConsoleKitTerminal Console+Choose.swift
[1057/1344] Compiling x509.cc
[1059/1344] Compiling ConsoleKitTerminal ActivityBar.swift
[1060/1344] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1061/1344] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1062/1344] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1063/1344] Compiling ConsoleKitTerminal CustomActivity.swift
[1064/1344] Compiling ConsoleKitTerminal LoadingBar.swift
[1065/1344] Compiling ConsoleKitTerminal ProgressBar.swift
[1066/1344] Compiling ConsoleKitTerminal Console+Clear.swift
[1067/1344] Compiling ConsoleKitTerminal ConsoleText.swift
[1068/1344] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1069/1344] Compiling ConsoleKitTerminal ANSI.swift
[1069/1344] Compiling v3_utl.cc
[1071/1344] Compiling ConsoleKitTerminal Console.swift
[1072/1344] Compiling ConsoleKitTerminal Terminal.swift
[1073/1344] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1073/1344] Compiling v3_skey.cc
[1074/1344] Compiling v3_prn.cc
[1075/1344] Compiling v3_purp.cc
[1076/1344] Compiling v3_pmaps.cc
[1078/1344] Compiling NIOCore MarkedCircularBuffer.swift
[1079/1344] Compiling NIOCore MulticastChannel.swift
[1080/1344] Compiling NIOCore NIOAny.swift
[1081/1344] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1082/1344] Compiling NIOCore NIOLoopBound.swift
[1083/1344] Compiling NIOCore NIOScheduledCallback.swift
[1084/1344] Compiling NIOCore NIOSendable.swift
[1085/1344] Compiling NIOCore RecvByteBufferAllocator.swift
[1086/1352] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1087/1352] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1088/1352] Compiling ConsoleKitTerminal LoggerFragment.swift
[1089/1353] Compiling v3_pcons.cc
[1090/1353] Compiling v3_info.cc
[1092/1353] Compiling NIOCore GlobalSingletons.swift
[1093/1353] Compiling NIOCore IO.swift
[1094/1353] Compiling NIOCore IOData.swift
[1095/1353] Compiling NIOCore IPProtocol.swift
[1096/1353] Compiling NIOCore IntegerBitPacking.swift
[1097/1353] Compiling NIOCore IntegerTypes.swift
[1098/1353] Compiling NIOCore Interfaces.swift
[1099/1353] Compiling NIOCore Linux.swift
[1099/1353] Compiling v3_int.cc
[1100/1353] Compiling v3_ocsp.cc
[1101/1353] Compiling v3_lib.cc
[1102/1353] Compiling v3_ncons.cc
[1104/1375] Emitting module ConsoleKitCommands
[1104/1377] Compiling v3_genn.cc
[1106/1377] Compiling ConsoleKitCommands CommandSignature.swift
[1107/1377] Compiling ConsoleKitCommands Flag.swift
[1108/1377] Compiling ConsoleKitCommands Option.swift
[1109/1377] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1110/1377] Compiling ConsoleKitCommands Utilities.swift
[1111/1377] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1112/1377] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1113/1377] Compiling ConsoleKitCommands Argument.swift
[1114/1377] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1115/1377] Compiling ConsoleKitCommands AsyncCommand.swift
[1116/1377] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1117/1377] Compiling ConsoleKitCommands AsyncCommands.swift
[1118/1377] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1119/1377] Compiling ConsoleKitCommands AnyCommand.swift
[1120/1377] Compiling ConsoleKitCommands Command.swift
[1121/1377] Compiling ConsoleKitCommands CommandContext.swift
[1122/1377] Compiling ConsoleKitCommands CommandError.swift
[1123/1377] Compiling ConsoleKitCommands CommandGroup.swift
[1124/1377] Compiling ConsoleKitCommands CommandInput.swift
[1125/1377] Compiling ConsoleKitCommands Commands.swift
[1125/1377] Compiling v3_enum.cc
[1126/1377] Compiling v3_crld.cc
[1127/1377] Compiling v3_ia5.cc
[1128/1377] Compiling v3_extku.cc
[1129/1377] Compiling v3_cpols.cc
[1130/1377] Compiling v3_conf.cc
[1132/1377] Compiling NIOCore EventLoop.swift
[1133/1377] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1134/1377] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1135/1377] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1136/1377] Compiling NIOCore EventLoopFuture.swift
[1137/1377] Compiling NIOCore FileDescriptor.swift
[1138/1377] Compiling NIOCore FileHandle.swift
[1139/1377] Compiling NIOCore FileRegion.swift
[1142/1377] Compiling NIOCore Codec.swift
[1143/1377] Compiling NIOCore ConvenienceOptionSupport.swift
[1144/1377] Compiling NIOCore DeadChannel.swift
[1145/1377] Compiling NIOCore DispatchQueue+WithFuture.swift
[1146/1377] Compiling NIOCore EventLoop+Deprecated.swift
[1147/1377] Compiling NIOCore EventLoop+SerialExecutor.swift
[1147/1377] Compiling t_x509a.cc
[1148/1377] Compiling v3_bcons.cc
[1149/1377] Compiling v3_akeya.cc
[1150/1377] Compiling v3_alt.cc
[1151/1377] Compiling v3_bitst.cc
[1153/1377] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1154/1377] Compiling NIOCore SocketAddresses.swift
[1155/1377] Compiling NIOCore SocketOptionProvider.swift
[1156/1377] Compiling NIOCore SystemCallHelpers.swift
[1157/1377] Compiling NIOCore TimeAmount+Duration.swift
[1158/1377] Compiling NIOCore TypeAssistedChannelHandler.swift
[1159/1377] Compiling NIOCore UniversalBootstrapSupport.swift
[1160/1377] Compiling NIOCore Utilities.swift
[1160/1377] Compiling v3_akey.cc
[1162/1377] Compiling ConsoleKitCommands Console+Run.swift
[1163/1377] Compiling ConsoleKitCommands ConsoleError.swift
[1164/1377] Compiling ConsoleKitCommands Completion.swift
[1165/1378] Compiling t_x509.cc
[1166/1378] Compiling t_crl.cc
[1185/1378] Compiling i2d_pr.cc
[1186/1380] Compiling rsa_pss.cc
[1187/1380] Compiling name_print.cc
[1188/1380] Compiling t_req.cc
[1189/1380] Compiling policy.cc
[1191/1380] Emitting module ConsoleKit
[1192/1380] Compiling ConsoleKit Exports.swift
[1193/1381] Compiling by_file.cc
[1194/1381] Compiling algorithm.cc
[1195/1381] Compiling a_verify.cc
[1196/1381] Compiling asn1_gen.cc
[1197/1381] Compiling by_dir.cc
[1198/1381] Compiling a_digest.cc
[1199/1381] Compiling a_sign.cc
[1200/1381] Compiling pmbtoken.cc
[1201/1381] Compiling thread_pthread.cc
[1202/1381] Compiling thread_win.cc
[1203/1381] Compiling thread.cc
[1204/1381] Compiling voprf.cc
[1205/1381] Compiling thread_none.cc
[1206/1381] Compiling trust_token.cc
[1207/1381] Compiling stack.cc
[1208/1381] Compiling thash.cc
[1209/1381] Compiling merkle.cc
[1210/1381] Compiling wots.cc
[1211/1381] Compiling slhdsa.cc
[1212/1381] Compiling sha256.cc
[1213/1381] Compiling sha512.cc
[1214/1381] Compiling fors.cc
[1215/1381] Compiling siphash.cc
[1216/1381] Compiling sha1.cc
[1217/1381] Compiling rsa_print.cc
[1218/1381] Compiling rsa_extra.cc
[1219/1381] Compiling rsa_crypt.cc
[1220/1381] Compiling rc4.cc
[1221/1381] Compiling windows.cc
[1230/1381] Compiling refcount.cc
[1231/1381] Compiling urandom.cc
[1232/1381] Compiling rand_extra.cc
[1233/1381] Compiling trusty.cc
[1234/1381] Compiling rsa_asn1.cc
[1235/1381] Compiling passive.cc
[1236/1381] Compiling ios.cc
[1237/1381] Compiling poly1305_arm_asm.S
[1238/1381] Compiling getentropy.cc
[1239/1381] Compiling deterministic.cc
[1240/1381] Compiling forkunsafe.cc
[1241/1381] Compiling fork_detect.cc
[1243/1381] Emitting module NIOCore
[1243/1382] Compiling pool.cc
[1245/1382] Compiling poly1305_arm.cc
[1246/1382] Compiling poly1305.cc
[1247/1382] Compiling pkcs7.cc
[1248/1382] Compiling poly1305_vec.cc
[1249/1433] Compiling pkcs8_x509.cc
[1250/1433] Compiling pkcs7_x509.cc
[1251/1433] Compiling p5_pbev2.cc
[1252/1433] Compiling pkcs8.cc
[1254/1433] Emitting module NIOEmbedded
[1254/1433] Compiling pem_xaux.cc
[1255/1433] Compiling pem_x509.cc
[1257/1433] Compiling NIOEmbedded AsyncTestingChannel.swift
[1257/1433] Compiling pem_pkey.cc
[1258/1433] Compiling pem_oth.cc
[1259/1433] Compiling pem_pk8.cc
[1260/1433] Compiling pem_lib.cc
[1262/1433] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1263/1433] Compiling NIOEmbedded Embedded.swift
[1264/1434] Compiling obj_xref.cc
[1265/1434] Compiling mldsa.cc
[1266/1434] Compiling pem_info.cc
[1267/1434] Compiling pem_all.cc
[1268/1434] Compiling mlkem.cc
[1269/1434] Compiling mem.cc
[1270/1434] Compiling obj.cc
[1271/1434] Compiling lhash.cc
[1272/1434] Compiling poly_rq_mul.S
[1273/1434] Compiling md5.cc
[1274/1434] Compiling fips_shared_support.cc
[1275/1434] Compiling md4.cc
[1276/1434] Compiling kyber.cc
[1277/1434] Compiling scrypt.cc
[1278/1434] Compiling hpke.cc
[1279/1434] Compiling ex_data.cc
[1280/1434] Compiling hrss.cc
[1281/1434] Compiling sign.cc
[1282/1434] Compiling pbkdf.cc
[1283/1434] Compiling p_x25519.cc
[1284/1434] Compiling p_x25519_asn1.cc
[1286/1434] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1287/1434] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1288/1434] Compiling NIOPosix PosixSingletons.swift
[1289/1434] Compiling NIOPosix RawSocketBootstrap.swift
[1290/1434] Compiling NIOPosix Resolver.swift
[1291/1434] Compiling NIOPosix Selectable.swift
[1292/1434] Compiling NIOPosix SelectableChannel.swift
[1293/1434] Compiling NIOPosix SelectableEventLoop.swift
[1294/1434] Compiling NIOPosix SelectorEpoll.swift
[1295/1434] Compiling NIOPosix SelectorGeneric.swift
[1296/1434] Compiling NIOPosix SelectorKqueue.swift
[1297/1434] Compiling NIOPosix SelectorUring.swift
[1298/1434] Compiling NIOPosix ServerSocket.swift
[1299/1434] Compiling NIOPosix Socket.swift
[1300/1434] Compiling NIOPosix SocketChannel.swift
[1301/1434] Compiling NIOPosix SocketProtocols.swift
[1302/1434] Compiling NIOPosix System.swift
[1303/1434] Compiling NIOPosix Thread.swift
[1303/1440] Compiling print.cc
[1304/1440] Compiling p_rsa_asn1.cc
[1305/1440] Compiling p_rsa.cc
[1306/1440] Compiling p_ed25519.cc
[1308/1440] Emitting module NIOPosix
[1308/1440] Compiling p_hkdf.cc
[1309/1440] Compiling p_ed25519_asn1.cc
[1310/1440] Compiling p_ec_asn1.cc
[1311/1440] Compiling p_ec.cc
[1312/1440] Compiling p_dsa_asn1.cc
[1313/1440] Compiling p_dh_asn1.cc
[1314/1440] Compiling p_dh.cc
[1315/1440] Compiling evp_ctx.cc
[1316/1440] Compiling evp.cc
[1318/1440] Compiling NIOPosix ThreadPosix.swift
[1319/1440] Compiling NIOPosix ThreadWindows.swift
[1320/1440] Compiling NIOPosix UnsafeTransfer.swift
[1321/1440] Compiling NIOPosix Utilities.swift
[1322/1440] Compiling NIOPosix VsockAddress.swift
[1323/1440] Compiling NIOPosix VsockChannelEvents.swift
[1323/1440] Compiling err.cc
[1325/1440] Compiling NIOPosix BSDSocketAPICommon.swift
[1326/1440] Compiling NIOPosix BSDSocketAPIPosix.swift
[1327/1440] Compiling NIOPosix BSDSocketAPIWindows.swift
[1328/1440] Compiling NIOPosix BaseSocket.swift
[1329/1440] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1330/1440] Compiling NIOPosix BaseSocketChannel.swift
[1331/1440] Compiling NIOPosix BaseStreamSocketChannel.swift
[1332/1440] Compiling NIOPosix Bootstrap.swift
[1333/1440] Compiling NIOPosix ControlMessage.swift
[1334/1440] Compiling NIOPosix DatagramVectorReadManager.swift
[1335/1440] Compiling NIOPosix Errors+Any.swift
[1336/1440] Compiling NIOPosix FileDescriptor.swift
[1337/1440] Compiling NIOPosix GetaddrinfoResolver.swift
[1338/1440] Compiling NIOPosix HappyEyeballs.swift
[1338/1440] Compiling evp_asn1.cc
[1339/1440] Compiling NIOPosix NIOThreadPool.swift
[1340/1440] Compiling NIOPosix NonBlockingFileIO.swift
[1341/1440] Compiling NIOPosix PendingDatagramWritesManager.swift
[1342/1440] Compiling NIOPosix PendingWritesManager.swift
[1343/1440] Compiling NIOPosix PipeChannel.swift
[1344/1440] Compiling NIOPosix PipePair.swift
[1345/1440] Compiling NIOPosix Pool.swift
[1347/1440] Compiling NIOPosix IO.swift
[1348/1440] Compiling NIOPosix IntegerBitPacking.swift
[1349/1440] Compiling NIOPosix IntegerTypes.swift
[1350/1440] Compiling NIOPosix Linux.swift
[1351/1440] Compiling NIOPosix LinuxCPUSet.swift
[1352/1440] Compiling NIOPosix LinuxUring.swift
[1353/1440] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1353/1441] Compiling engine.cc
[1355/1441] Compiling ecdh_extra.cc
[1356/1441] Compiling ecdsa_asn1.cc
[1357/1441] Compiling hash_to_curve.cc
[1358/1441] Compiling ec_derive.cc
[1359/1441] Compiling ec_asn1.cc
[1360/1474] Compiling params.cc
[1361/1478] Compiling dsa_asn1.cc
[1362/1478] Compiling dsa.cc
[1364/1478] Compiling NIO Exports.swift
[1365/1478] Emitting module NIO
[1365/1478] Compiling digest_extra.cc
[1367/1479] Compiling x25519-asm-arm.S
[1368/1479] Compiling dh_asn1.cc
[1369/1479] Compiling spake25519.cc
[1370/1479] Compiling des.cc
[1372/1485] Compiling _NIOFileSystem ParallelDirCopy.swift
[1373/1485] Compiling _NIOFileSystem ParallelRemoval.swift
[1374/1485] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1375/1485] Compiling _NIOFileSystem CInterop.swift
[1376/1485] Compiling _NIOFileSystem Errno.swift
[1376/1489] Compiling bcm.cc
[1378/1521] Compiling NIOTLS TLSEvents.swift
[1378/1522] Compiling curve25519.cc
[1380/1522] Emitting module NIOTLS
[1381/1522] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1382/1522] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1383/1522] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1384/1522] Compiling NIOSOCKS ClientStateMachine.swift
[1385/1523] Compiling NIOSOCKS SOCKSResponse.swift
[1386/1523] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1387/1523] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1388/1523] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1388/1523] Compiling crypto.cc
[1390/1523] Emitting module NIOFoundationCompat
[1391/1523] Emitting module NIOSOCKS
[1391/1523] Compiling cpu_intel.cc
[1393/1523] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1394/1523] Compiling NIOHTTP1 HTTPDecoder.swift
[1395/1523] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1396/1523] Compiling NIOTLS SNIHandler.swift
[1396/1523] Compiling curve25519_64_adx.cc
[1398/1524] Compiling NIOSOCKS ServerStateMachine.swift
[1399/1524] Emitting module _NIOFileSystem
[1400/1524] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1401/1524] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1402/1524] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1403/1524] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1404/1524] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1407/1524] Compiling NIOHTTP1 HTTPEncoder.swift
[1408/1524] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1409/1524] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1416/1525] Compiling cpu_arm_linux.cc
[1419/1525] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1420/1525] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1421/1527] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1422/1527] Compiling _NIOFileSystem Mocking.swift
[1423/1527] Compiling _NIOFileSystem Syscall.swift
[1424/1527] Compiling _NIOFileSystem Syscalls.swift
[1425/1527] Emitting module NIOHTTP1
[1426/1527] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1426/1541] Compiling cpu_arm_freebsd.cc
[1428/1557] Compiling NIOSSL PosixPort.swift
[1429/1557] Compiling NIOSSL SSLCallbacks.swift
[1430/1557] Compiling NIOSSL SSLErrors.swift
[1431/1557] Compiling NIOSSL SSLInit.swift
[1432/1557] Compiling NIOSSL SSLPKCS12Bundle.swift
[1432/1557] Compiling cpu_aarch64_win.cc
[1434/1557] Compiling cpu_aarch64_sysreg.cc
[1435/1557] Compiling cpu_aarch64_openbsd.cc
[1439/1557] Compiling NIOSSL IdentityVerification.swift
[1440/1557] Compiling NIOSSL LinuxCABundle.swift
[1440/1573] Compiling cpu_aarch64_linux.cc
[1442/1579] Compiling NIOTransportServices NIOTSBootstraps.swift
[1443/1579] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1444/1579] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1445/1579] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1446/1579] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1447/1579] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1448/1579] Compiling NIOSSL SubjectAlternativeName.swift
[1449/1579] Compiling NIOSSL NIOSSLSecureBytes.swift
[1449/1581] Compiling cpu_aarch64_apple.cc
[1451/1581] Emitting module NIOTransportServices
[1451/1581] Compiling cpu_aarch64_fuchsia.cc
[1453/1581] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1454/1581] Compiling NIOTransportServices NIOTSErrors.swift
[1455/1581] Compiling NIOTransportServices NIOTSEventLoop.swift
[1456/1581] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1457/1581] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1458/1581] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1458/1581] Compiling tls_cbc.cc
[1460/1581] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1461/1581] Compiling NIOTransportServices NIOTSSingletons.swift
[1462/1581] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1463/1581] Compiling NIOTransportServices StateManagedChannel.swift
[1464/1581] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1466/1581] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1467/1581] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1467/1581] Compiling conf.cc
[1469/1581] Compiling NIOTransportServices AcceptHandler.swift
[1470/1581] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1471/1581] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1472/1581] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1473/1581] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1474/1581] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1474/1582] Compiling e_rc2.cc
[1484/1582] Compiling e_tls.cc
[1485/1582] Compiling e_rc4.cc
[1486/1582] Compiling e_null.cc
[1488/1582] Compiling _NIOFileSystem SystemFileHandle.swift
[1489/1582] Compiling _NIOFileSystem Utilities.swift
[1490/1582] Compiling _NIOFileSystem OpenOptions.swift
[1491/1582] Compiling _NIOFileSystem String+FileSystem.swift
[1491/1582] Compiling e_aesctrhmac.cc
[1492/1582] Compiling e_chacha20poly1305.cc
[1496/1583] Compiling e_des.cc
[1498/1583] Compiling chacha.cc
[1499/1583] Compiling derive_key.cc
[1500/1583] Compiling e_aesgcmsiv.cc
[1505/1586] Compiling cipher_extra.cc
[1507/1586] Emitting module NIOSSL
[1507/1586] Compiling cbb.cc
[1508/1587] Compiling unicode.cc
[1509/1596] Compiling ber.cc
[1512/1596] Compiling NIOSSL RNG.swift
[1513/1596] Compiling NIOSSL SafeCompare.swift
[1514/1596] Compiling NIOSSL Zeroization.swift
[1519/1614] Compiling NIOExtras NIORequestIdentifiable.swift
[1520/1614] Compiling NIOExtras PCAPRingBuffer.swift
[1521/1614] Compiling NIOExtras QuiescingHelper.swift
[1522/1614] Compiling NIOExtras RequestResponseHandler.swift
[1522/1614] Compiling cbs.cc
[1524/1625] Compiling NIOHPACK HPACKHeader.swift
[1525/1625] Compiling NIOHPACK HeaderTables.swift
[1526/1625] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1527/1625] Compiling NIOExtras LengthFieldPrepender.swift
[1527/1632] Compiling asn1_compat.cc
[1529/1632] Compiling NIOWebSocket WebSocketOpcode.swift
[1530/1633] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1531/1633] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1532/1633] Compiling NIOExtras NIOExtrasError.swift
[1534/1635] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1535/1635] Compiling NIOExtras UnsafeTransfer.swift
[1536/1635] Compiling NIOExtras WritePCAPHandler.swift
[1538/1636] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1538/1636] Compiling buf.cc
[1540/1636] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1541/1636] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1542/1636] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1546/1636] Compiling NIOHPACK HPACKEncoder.swift
[1547/1636] Compiling NIOHPACK HPACKErrors.swift
[1548/1636] Emitting module NIOHPACK
[1549/1636] Compiling NIOWebSocket WebSocketFrame.swift
[1550/1636] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1554/1637] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1555/1637] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1556/1637] Compiling NIOHPACK IndexedHeaderTable.swift
[1557/1637] Compiling NIOHPACK HuffmanTables.swift
[1558/1637] Compiling NIOHPACK IntegerCoding.swift
[1559/1637] Compiling NIOHPACK HuffmanCoding.swift
[1560/1637] Compiling NIOHPACK DynamicHeaderTable.swift
[1561/1637] Compiling NIOHPACK HPACKDecoder.swift
[1562/1637] Emitting module NIOWebSocket
[1562/1638] Compiling bn_asn1.cc
[1569/1638] Compiling NIOHPACK StaticHeaderTable.swift
[1570/1638] Emitting module NIOHTTPCompression
[1570/1638] Compiling convert.cc
[1572/1638] Compiling NIOHTTPCompression HTTPCompression.swift
[1573/1638] Compiling NIOHTTPCompression HTTPDecompression.swift
[1574/1638] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1575/1641] Emitting module NIOExtras
[1578/1643] Compiling blake2.cc
[1585/1644] Compiling NIOExtras LineBasedFrameDecoder.swift
[1588/1645] Compiling printf.cc
[1594/1646] Emitting module NIOFileSystem
[1595/1646] Compiling NIOFileSystem Exports.swift
[1596/1646] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1596/1647] Compiling pair.cc
[1598/1647] Emitting module _NIOFileSystemFoundationCompat
[1599/1647] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1599/1647] Compiling hexdump.cc
[1603/1648] Compiling NIOSSL TLSConfiguration.swift
[1604/1648] Compiling NIOSSL UniversalBootstrapSupport.swift
[1605/1648] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1613/1707] Compiling bio_mem.cc
[1615/1707] Compiling file.cc
[1616/1707] Compiling errno.cc
[1617/1707] Compiling base64.cc
[1618/1707] Compiling fd.cc
[1619/1707] Compiling bio.cc
[1620/1707] Compiling tasn_utl.cc
[1621/1749] Compiling tasn_fre.cc
[1623/1749] Compiling WebSocketKit WebSocket+Connect.swift
[1623/1749] Compiling tasn_typ.cc
[1625/1749] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1626/1749] Compiling WebSocketKit Exports.swift
[1626/1749] Compiling posix_time.cc
[1628/1749] Compiling WebSocketKit WebSocketHandler.swift
[1628/1749] Compiling tasn_new.cc
[1629/1749] Compiling tasn_enc.cc
[1630/1749] Compiling f_string.cc
[1632/1749] Compiling WebSocketKit WebSocket+Concurrency.swift
[1633/1749] Emitting module WebSocketKit
[1633/1749] Compiling tasn_dec.cc
[1635/1749] Compiling WebSocketKit WebSocket.swift
[1636/1749] Compiling WebSocketKit WebSocketClient.swift
[1636/1750] Compiling f_int.cc
[1638/1750] Compiling asn_pack.cc
[1639/1750] Compiling asn1_par.cc
[1640/1750] Compiling asn1_lib.cc
[1641/1750] Compiling a_time.cc
[1643/1750] Emitting module RediStack
[1644/1754] Compiling RediStack RedisChannelName.swift
[1645/1754] Compiling RediStack RedisClient.swift
[1646/1754] Compiling RediStack RedisCommandEncoder-multi-encode.swift
[1647/1754] Compiling RediStack RedisCommandEncoder.swift
[1648/1754] Compiling RediStack RedisConnection+Configuration.swift
[1649/1754] Compiling RediStack RedisConnection.swift
[1650/1754] Compiling RediStack RedisError.swift
[1651/1754] Compiling RediStack RedisKey+TTL.swift
[1651/1754] Compiling a_utctm.cc
[1652/1754] Compiling a_type.cc
[1654/1754] Compiling RediStack StandardLibrary.swift
[1655/1754] Compiling RediStack SwiftNIO.swift
[1656/1754] Compiling RediStack RESPTranslator.swift
[1657/1754] Compiling RediStack RESPValue.swift
[1658/1754] Compiling RediStack RESPValueConvertible.swift
[1658/1754] Compiling a_octet.cc
[1659/1754] Compiling a_strnid.cc
[1661/1754] Compiling RediStack RedisClusterNodeDescriptionProtocol.swift
[1662/1754] Compiling RediStack HashCommands.swift
[1663/1754] Compiling RediStack ListCommands.swift
[1664/1754] Compiling RediStack PubSubCommands.swift
[1665/1754] Compiling RediStack SetCommands.swift
[1666/1754] Compiling RediStack SortedSetCommands.swift
[1667/1754] Compiling RediStack StringCommands.swift
[1668/1754] Compiling RediStack ConnectionPool.swift
[1669/1754] Compiling RediStack RedisConnectionPool+Configuration.swift
[1670/1754] Compiling RediStack RedisConnectionPool.swift
[1671/1754] Compiling RediStack RedisConnectionPoolError.swift
[1676/1762] Compiling a_strex.cc
[1682/1762] Compiling a_i2d_fp.cc
[1683/1762] Compiling a_mbstr.cc
[1684/1762] Compiling a_gentm.cc
[1685/1762] Compiling a_int.cc
[1686/1762] Compiling a_object.cc
[1686/1762] Write sources
[1688/1762] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1690/1762] Compiling RediStack RedisKey.swift
[1691/1762] Compiling RediStack RedisLogging.swift
[1692/1762] Compiling RediStack RedisMetrics.swift
[1693/1762] Compiling RediStack _Deprecations.swift
[1694/1762] Compiling RediStack RedisClusterNodeID.swift
[1695/1762] Compiling RediStack RedisClusterShardDescriptionProtocol.swift
[1696/1762] Compiling RediStack RedisHashSlot.swift
[1697/1762] Compiling RediStack SwiftPolyfill.swift
[1698/1762] Compiling RediStack BasicCommands.swift
[1699/1762] Compiling RediStack RedisByteDecoder.swift
[1700/1762] Compiling RediStack RedisCommandHandler.swift
[1701/1762] Compiling RediStack RedisMessageEncoder.swift
[1702/1762] Compiling RediStack RedisPubSubHandler.swift
[1709/1816] Compiling a_dup.cc
[1710/1816] Compiling a_d2i_fp.cc
[1711/1816] Compiling a_bitstr.cc
[1712/1816] Compiling a_bool.cc
[1714/1824] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1715/1824] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1716/1824] Compiling BitCollections BitArray+Extras.swift
[1717/1824] Compiling BitCollections BitArray+Fill.swift
[1718/1824] Compiling BitCollections BitArray+Hashable.swift
[1719/1824] Compiling BitCollections BitArray+Initializers.swift
[1720/1824] Compiling BitCollections BitArray+Invariants.swift
[1721/1824] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1722/1831] Emitting module NIOHTTP2
[1723/1831] Compiling BitCollections BitArray+BitwiseOperations.swift
[1724/1831] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1725/1831] Compiling BitCollections BitArray+Codable.swift
[1726/1831] Compiling BitCollections BitArray+Collection.swift
[1727/1831] Compiling BitCollections BitArray+Copy.swift
[1728/1831] Compiling BitCollections BitArray+CustomReflectable.swift
[1729/1831] Compiling BitCollections BitArray+Descriptions.swift
[1730/1831] Compiling BitCollections BitArray+Equatable.swift
[1732/1831] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1733/1831] Compiling BitCollections BitSet+CustomReflectable.swift
[1734/1831] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1735/1831] Compiling BitCollections BitSet+Equatable.swift
[1736/1831] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1737/1831] Compiling BitCollections BitSet+Extras.swift
[1738/1831] Compiling BitCollections BitSet+Hashable.swift
[1739/1831] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1740/1831] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1741/1831] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1742/1831] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1743/1831] Compiling BitCollections BitSet+SetAlgebra union.swift
[1744/1831] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1745/1831] Compiling BitCollections BitSet.Counted.swift
[1746/1831] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1747/1831] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1748/1831] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1749/1831] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1750/1831] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1751/1831] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1752/1831] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1753/1831] Compiling BitCollections BitSet+Initializers.swift
[1754/1831] Compiling BitCollections BitSet+Invariants.swift
[1755/1831] Compiling BitCollections BitSet+Random.swift
[1756/1831] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1757/1831] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1758/1831] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1759/1831] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1760/1831] Compiling BitCollections UInt+Tricks.swift
[1761/1831] Compiling BitCollections _Word.swift
[1762/1831] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1763/1831] Compiling NIOHTTP2 StreamChannelList.swift
[1764/1831] Compiling NIOHTTP2 StreamMap.swift
[1765/1831] Compiling NIOHTTP2 StreamStateMachine.swift
[1766/1831] Compiling NIOHTTP2 UnsafeTransfer.swift
[1767/1831] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1768/1831] Compiling CryptoBoringWrapper RandomBytes.swift
[1769/1831] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1778/1831] Emitting module BitCollections
[1779/1831] Compiling BitCollections BitArray+RandomBits.swift
[1780/1831] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1781/1831] Compiling BitCollections BitArray+Shifts.swift
[1782/1831] Compiling BitCollections BitArray+Testing.swift
[1783/1831] Compiling BitCollections BitArray._UnsafeHandle.swift
[1784/1831] Compiling BitCollections BitArray.swift
[1785/1831] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1786/1831] Compiling BitCollections BitSet+Codable.swift
[1787/1831] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1788/1831] Emitting module CryptoBoringWrapper
[1789/1831] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1790/1831] Compiling CryptoBoringWrapper EllipticCurve.swift
[1791/1831] Compiling BitCollections BitSet.Index.swift
[1792/1831] Compiling BitCollections BitSet._UnsafeHandle.swift
[1793/1831] Compiling BitCollections BitSet.swift
[1794/1831] Compiling BitCollections Range+Utilities.swift
[1795/1831] Compiling BitCollections Slice+Utilities.swift
[1799/1832] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1800/1832] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1802/1835] Compiling Collections Collections.swift
[1803/1835] Emitting module Collections
[1805/1907] Compiling Crypto HPKE-Context.swift
[1806/1907] Compiling Crypto HPKE-KeySchedule.swift
[1807/1907] Compiling Crypto HPKE-Modes.swift
[1808/1907] Compiling Crypto Insecure.swift
[1809/1907] Compiling Crypto Insecure_HashFunctions.swift
[1810/1907] Compiling Crypto KEM.swift
[1811/1907] Compiling Crypto ECDH_boring.swift
[1812/1907] Compiling Crypto DH.swift
[1813/1907] Compiling Crypto ECDH.swift
[1814/1907] Compiling Crypto SymmetricKeys.swift
[1815/1907] Compiling Crypto HMAC.swift
[1816/1907] Compiling Crypto MACFunctions.swift
[1817/1907] Compiling Crypto MessageAuthenticationCode.swift
[1818/1907] Compiling Crypto AES.swift
[1819/1907] Compiling Crypto ECDSASignature_boring.swift
[1820/1907] Compiling Crypto ECDSA_boring.swift
[1821/1907] Compiling Crypto Digest.swift
[1822/1907] Compiling Crypto Digests.swift
[1823/1907] Compiling Crypto HashFunctions.swift
[1824/1907] Compiling Crypto HashFunctions_SHA2.swift
[1825/1907] Compiling Crypto HPKE-AEAD.swift
[1826/1907] Compiling Crypto HPKE-Ciphersuite.swift
[1827/1907] Compiling Crypto HPKE-KDF.swift
[1828/1907] Compiling Crypto HPKE-KexKeyDerivation.swift
[1829/1907] Compiling Crypto HPKE-LabeledExtract.swift
[1830/1907] Compiling Crypto HPKE-Utils.swift
[1831/1907] Compiling Crypto DHKEM.swift
[1832/1907] Compiling Crypto HPKE-KEM-Curve25519.swift
[1833/1907] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1834/1907] Compiling Crypto HPKE-KEM.swift
[1835/1907] Compiling Crypto HPKE-Errors.swift
[1836/1907] Compiling Crypto HPKE.swift
[1838/1949] Compiling AsyncKit EventLoop+Flatten.swift
[1839/1949] Compiling AsyncKit EventLoop+Future.swift
[1840/1949] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1841/1982] Emitting module MultipartKit
[1842/2012] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1843/2012] Compiling AsyncHTTPClient Transaction.swift
[1844/2012] Compiling AsyncHTTPClient Base64.swift
[1848/2012] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1849/2012] Compiling AsyncHTTPClient ConnectionPool.swift
[1850/2012] Compiling AsyncHTTPClient HTTP2Connection.swift
[1851/2012] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1852/2012] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1853/2012] Compiling MultipartKit MultipartSerializer.swift
[1854/2012] Compiling MultipartKit Utilities.swift
[1855/2012] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1856/2012] Compiling AsyncHTTPClient HTTP1Connection.swift
[1857/2012] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1858/2012] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1859/2012] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1860/2012] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1861/2012] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1864/2012] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1865/2012] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1866/2012] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1867/2012] Compiling AsyncHTTPClient RequestBodyLength.swift
[1868/2012] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1869/2012] Compiling AsyncHTTPClient RequestOptions.swift
[1870/2012] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1871/2012] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1872/2012] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1873/2012] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1874/2021] Compiling AsyncHTTPClient BasicAuth.swift
[1875/2021] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1876/2021] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1877/2021] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1884/2022] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1885/2022] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1887/2022] Compiling AsyncHTTPClient HTTPClient.swift
[1888/2022] Compiling AsyncHTTPClient HTTPHandler.swift
[1889/2022] Compiling AsyncHTTPClient LRUCache.swift
[1890/2022] Compiling AsyncHTTPClient NWErrorHandler.swift
[1891/2022] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1892/2022] Compiling AsyncHTTPClient TLSConfiguration.swift
[1893/2022] Compiling AsyncHTTPClient RedirectState.swift
[1894/2022] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1895/2022] Compiling Crypto ECDSA.swift
[1896/2022] Compiling Crypto Ed25519.swift
[1897/2022] Compiling Crypto HKDF.swift
[1898/2022] Compiling Crypto AESWrap.swift
[1899/2022] Compiling Crypto AESWrap_boring.swift
[1900/2022] Compiling Crypto Ed25519_boring.swift
[1901/2022] Compiling Crypto NISTCurvesKeys_boring.swift
[1902/2022] Compiling Crypto X25519Keys_boring.swift
[1903/2022] Compiling Crypto Curve25519.swift
[1904/2022] Compiling Crypto Ed25519Keys.swift
[1905/2022] Compiling Crypto NISTCurvesKeys.swift
[1906/2022] Compiling Crypto X25519Keys.swift
[1910/2022] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1911/2022] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1912/2022] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1913/2022] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1914/2022] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1915/2022] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1916/2022] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1917/2022] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1918/2022] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1919/2022] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1920/2022] Compiling AsyncHTTPClient ConnectionTarget.swift
[1921/2022] Compiling AsyncHTTPClient DeconstructedURL.swift
[1922/2022] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1923/2022] Compiling AsyncHTTPClient FoundationExtensions.swift
[1924/2022] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1925/2022] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1926/2022] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1927/2022] Emitting module AsyncHTTPClient
[1938/2030] Emitting module Crypto
[1949/2030] Compiling Crypto Signature.swift
[1950/2030] Compiling Crypto CryptoKitErrors_boring.swift
[1951/2030] Compiling Crypto RNG_boring.swift
[1952/2030] Compiling Crypto SafeCompare_boring.swift
[1953/2030] Compiling Crypto Zeroization_boring.swift
[1954/2030] Compiling Crypto PrettyBytes.swift
[1955/2030] Compiling Crypto SafeCompare.swift
[1956/2030] Compiling Crypto SecureBytes.swift
[1957/2030] Compiling Crypto Zeroization.swift
[1959/2031] Emitting module AsyncKit
[1986/2031] Compiling AsyncHTTPClient RequestBag.swift
[1987/2031] Compiling AsyncHTTPClient RequestValidation.swift
[1988/2031] Compiling AsyncHTTPClient SSLContextCache.swift
[1989/2031] Compiling AsyncHTTPClient Scheme.swift
[1990/2031] Compiling AsyncHTTPClient Singleton.swift
[1991/2031] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1992/2031] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1993/2031] Compiling AsyncHTTPClient Utils.swift
[2034/2202] Compiling Vapor Core.swift
[2035/2202] Compiling Vapor Running.swift
[2036/2202] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2037/2202] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2038/2202] Compiling Vapor DotEnvFile+load.swift
[2039/2202] Compiling Vapor Routes+caseInsenstive.swift
[2040/2202] Compiling Vapor Validatable+validate.swift
[2041/2202] Compiling Vapor Environment+Process.swift
[2042/2202] Compiling Vapor Environment+Secret.swift
[2043/2202] Compiling Vapor Environment.swift
[2044/2202] Compiling Vapor Abort.swift
[2045/2202] Compiling Vapor AbortError.swift
[2046/2202] Compiling Vapor DebuggableError.swift
[2047/2202] Compiling Vapor Demangler.swift
[2048/2202] Compiling Vapor ErrorSource.swift
[2049/2202] Compiling Vapor StackTrace.swift
[2050/2202] Compiling Vapor Exports.swift
[2051/2202] Compiling Vapor Application+HTTP.swift
[2052/2202] Compiling Vapor BasicResponder.swift
[2053/2202] Compiling Vapor BodyStream.swift
[2054/2202] Compiling Vapor Application+HTTP+Client.swift
[2055/2202] Compiling Vapor EventLoopHTTPClient.swift
[2056/2202] Compiling Vapor EndpointCache.swift
[2057/2202] Compiling Vapor HTTPMethod+String.swift
[2058/2226] Compiling Vapor Application.swift
[2059/2226] Compiling Vapor AuthenticationCache.swift
[2060/2226] Compiling Vapor Authenticator.swift
[2061/2226] Compiling Vapor BasicAuthorization.swift
[2062/2226] Compiling Vapor BearerAuthorization.swift
[2063/2226] Compiling Vapor GuardMiddleware.swift
[2064/2226] Compiling Vapor RedirectMiddleware.swift
[2065/2226] Compiling Vapor SessionAuthenticatable.swift
[2066/2226] Compiling Vapor Bcrypt.swift
[2067/2226] Compiling Vapor Application+Cache.swift
[2068/2226] Compiling Vapor Cache.swift
[2069/2226] Compiling Vapor CacheExpirationTime.swift
[2070/2226] Compiling Vapor MemoryCache.swift
[2071/2226] Compiling Vapor Request+Cache.swift
[2072/2226] Compiling Vapor Application+Clients.swift
[2073/2226] Compiling Vapor Client.swift
[2074/2226] Compiling Vapor ClientRequest.swift
[2075/2226] Compiling Vapor ClientResponse.swift
[2076/2226] Compiling Vapor Request+Client.swift
[2077/2226] Compiling Vapor BootCommand.swift
[2078/2226] Compiling Vapor CommandContext+Application.swift
[2079/2226] Compiling Vapor RoutesCommand.swift
[2080/2226] Compiling Vapor ServeCommand.swift
[2081/2226] Compiling Vapor AnyResponse+Concurrency.swift
[2082/2250] Compiling Vapor Validator.swift
[2083/2250] Compiling Vapor ValidatorResult.swift
[2084/2250] Compiling Vapor And.swift
[2085/2250] Compiling Vapor Case.swift
[2086/2250] Compiling Vapor CharacterSet.swift
[2087/2250] Compiling Vapor Count.swift
[2088/2250] Compiling Vapor Custom.swift
[2089/2250] Compiling Vapor Email.swift
[2090/2250] Compiling Vapor Empty.swift
[2091/2250] Compiling Vapor In.swift
[2092/2250] Compiling Vapor Nil.swift
[2093/2250] Compiling Vapor NilIgnoring.swift
[2094/2250] Compiling Vapor Not.swift
[2095/2250] Compiling Vapor Or.swift
[2096/2250] Compiling Vapor Pattern.swift
[2097/2250] Compiling Vapor Range.swift
[2098/2250] Compiling Vapor URL.swift
[2099/2250] Compiling Vapor Valid.swift
[2100/2250] Compiling Vapor Application+Views.swift
[2101/2250] Compiling Vapor PlaintextRenderer.swift
[2102/2250] Compiling Vapor Request+View.swift
[2103/2250] Compiling Vapor View.swift
[2104/2250] Compiling Vapor ViewRenderer.swift
[2105/2250] Compiling Vapor _Deprecations.swift
[2106/2250] Compiling Vapor Bytes+Hex.swift
[2107/2250] Compiling Vapor Bytes+SecureCompare.swift
[2108/2250] Compiling Vapor Collection+Safe.swift
[2109/2250] Compiling Vapor DataProtocol+Copy.swift
[2110/2250] Compiling Vapor DecoderUnwrapper.swift
[2111/2250] Compiling Vapor DirectoryConfiguration.swift
[2112/2250] Compiling Vapor DotEnv.swift
[2113/2250] Compiling Vapor Extendable.swift
[2114/2250] Compiling Vapor File.swift
[2115/2250] Compiling Vapor FileIO.swift
[2116/2250] Compiling Vapor LifecycleHandler.swift
[2117/2250] Compiling Vapor OptionalType.swift
[2118/2250] Compiling Vapor RFC1123.swift
[2119/2250] Compiling Vapor SocketAddress+Hostname.swift
[2120/2250] Compiling Vapor Storage.swift
[2121/2250] Compiling Vapor String+IsIPAddress.swift
[2122/2250] Compiling Vapor Thread.swift
[2123/2250] Compiling Vapor URI.swift
[2124/2250] Compiling Vapor RangeResult.swift
[2125/2250] Compiling Vapor Validatable.swift
[2126/2250] Compiling Vapor Validation.swift
[2127/2250] Compiling Vapor ValidationKey.swift
[2128/2250] Compiling Vapor Validations.swift
[2129/2250] Compiling Vapor ValidationsError.swift
[2130/2250] Compiling Vapor AsyncBasicResponder.swift
[2131/2250] Compiling Vapor AsyncMiddleware.swift
[2132/2250] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2133/2250] Compiling Vapor AsyncSessionDriver.swift
[2134/2250] Compiling Vapor Authentication+Concurrency.swift
[2135/2250] Compiling Vapor Cache+Concurrency.swift
[2136/2250] Compiling Vapor Client+Concurrency.swift
[2137/2250] Compiling Vapor RequestBody+Concurrency.swift
[2138/2250] Compiling Vapor Responder+Concurrency.swift
[2139/2250] Compiling Vapor ResponseCodable+Concurrency.swift
[2140/2250] Compiling Vapor RoutesBuilder+Concurrency.swift
[2141/2250] Compiling Vapor ViewRenderer+Concurrency.swift
[2142/2250] Compiling Vapor WebSocket+Concurrency.swift
[2143/2250] Compiling Vapor ContainerGetPathExecutor.swift
[2144/2250] Compiling Vapor Content.swift
[2145/2250] Compiling Vapor ContentCoders.swift
[2146/2250] Compiling Vapor ContentConfiguration.swift
[2147/2250] Compiling Vapor ContentContainer.swift
[2148/2250] Compiling Vapor JSONCoder+Custom.swift
[2149/2250] Compiling Vapor JSONCoders+Content.swift
[2150/2250] Compiling Vapor PlaintextDecoder.swift
[2151/2250] Compiling Vapor PlaintextEncoder.swift
[2152/2250] Compiling Vapor URLQueryCoders.swift
[2153/2250] Compiling Vapor URLQueryContainer.swift
[2154/2250] Emitting module Vapor
[2155/2250] Compiling Vapor Request+Body.swift
[2156/2250] Compiling Vapor Request+BodyStream.swift
[2157/2250] Compiling Vapor Request.swift
[2158/2250] Compiling Vapor Application+Responder.swift
[2159/2250] Compiling Vapor DefaultResponder.swift
[2160/2250] Compiling Vapor Response+Body.swift
[2161/2250] Compiling Vapor Response.swift
[2162/2250] Compiling Vapor ResponseCodable.swift
[2163/2250] Compiling Vapor Application+Routes.swift
[2164/2250] Compiling Vapor Parameters+Require.swift
[2165/2250] Compiling Vapor Request+WebSocket.swift
[2166/2250] Compiling Vapor Route.swift
[2167/2250] Compiling Vapor RouteCollection.swift
[2168/2250] Compiling Vapor Routes.swift
[2169/2250] Compiling Vapor RoutesBuilder+Group.swift
[2170/2250] Compiling Vapor RoutesBuilder+Method.swift
[2171/2250] Compiling Vapor RoutesBuilder+Middleware.swift
[2172/2250] Compiling Vapor RoutesBuilder+WebSocket.swift
[2173/2250] Compiling Vapor RoutesBuilder.swift
[2174/2250] Compiling Vapor OTP.swift
[2175/2250] Compiling Vapor Application+Servers.swift
[2176/2250] Compiling Vapor Server.swift
[2177/2250] Compiling Vapor App+Service.swift
[2178/2250] Compiling Vapor Req+Service.swift
[2179/2250] Compiling Vapor Service.swift
[2180/2250] Compiling Vapor Application+Sessions.swift
[2181/2250] Compiling Vapor MemorySessions.swift
[2182/2250] Compiling Vapor Request+Session.swift
[2183/2250] Compiling Vapor Session.swift
[2184/2250] Compiling Vapor SessionCache.swift
[2185/2250] Compiling Vapor SessionData.swift
[2186/2250] Compiling Vapor SessionDriver.swift
[2187/2250] Compiling Vapor SessionsConfiguration.swift
[2188/2250] Compiling Vapor SessionsMiddleware.swift
[2189/2250] Compiling Vapor URLEncodedFormData.swift
[2190/2250] Compiling Vapor URLEncodedFormDecoder.swift
[2191/2250] Compiling Vapor URLEncodedFormEncoder.swift
[2192/2250] Compiling Vapor URLEncodedFormError.swift
[2193/2250] Compiling Vapor URLEncodedFormParser.swift
[2194/2250] Compiling Vapor URLEncodedFormSerializer.swift
[2195/2250] Compiling Vapor URLQueryFragmentConvertible.swift
[2196/2250] Compiling Vapor AnyResponse.swift
[2197/2250] Compiling Vapor Array+Random.swift
[2198/2250] Compiling Vapor Base32.swift
[2199/2250] Compiling Vapor Base64.swift
[2200/2250] Compiling Vapor BaseN.swift
[2201/2250] Compiling Vapor BasicCodingKey.swift
[2202/2250] Compiling Vapor ByteCount.swift
[2203/2250] Compiling Vapor HTTPServerResponseEncoder.swift
[2204/2250] Compiling Vapor HTTPServerUpgradeHandler.swift
[2205/2250] Compiling Vapor Logger+Report.swift
[2206/2250] Compiling Vapor LoggingSystem+Environment.swift
[2207/2250] Compiling Vapor Application+Middleware.swift
[2208/2250] Compiling Vapor CORSMiddleware.swift
[2209/2250] Compiling Vapor ErrorMiddleware.swift
[2210/2250] Compiling Vapor FileMiddleware.swift
[2211/2250] Compiling Vapor Middleware.swift
[2212/2250] Compiling Vapor MiddlewareConfiguration.swift
[2213/2250] Compiling Vapor ResponseCompressionMiddleware.swift
[2214/2250] Compiling Vapor RouteLoggingMiddleware.swift
[2215/2250] Compiling Vapor TracingMiddleware.swift
[2216/2250] Compiling Vapor File+Multipart.swift
[2217/2250] Compiling Vapor FormDataDecoder+Content.swift
[2218/2250] Compiling Vapor FormDataEncoder+Content.swift
[2219/2250] Compiling Vapor Application+Password.swift
[2220/2250] Compiling Vapor Application+Passwords.swift
[2221/2250] Compiling Vapor AsyncPasswordHasher.swift
[2222/2250] Compiling Vapor BcryptHasher.swift
[2223/2250] Compiling Vapor PasswordHasher.swift
[2224/2250] Compiling Vapor PlaintextHasher.swift
[2225/2250] Compiling Vapor Request+Password.swift
[2226/2250] Compiling Vapor Redirect.swift
[2227/2250] Compiling Vapor HTTPStatus.swift
[2228/2250] Compiling Vapor HTTPCookies.swift
[2229/2250] Compiling Vapor HTTPHeaderCacheControl.swift
[2230/2250] Compiling Vapor HTTPHeaderExpires.swift
[2231/2250] Compiling Vapor HTTPHeaderLastModified.swift
[2232/2250] Compiling Vapor HTTPHeaders+Cache.swift
[2233/2250] Compiling Vapor HTTPHeaders+Connection.swift
[2234/2250] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2235/2250] Compiling Vapor HTTPHeaders+ContentRange.swift
[2236/2250] Compiling Vapor HTTPHeaders+Directive.swift
[2237/2250] Compiling Vapor HTTPHeaders+Forwarded.swift
[2238/2250] Compiling Vapor HTTPHeaders+Link.swift
[2239/2250] Compiling Vapor HTTPHeaders+Name.swift
[2240/2250] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2241/2250] Compiling Vapor HTTPHeaders.swift
[2242/2250] Compiling Vapor HTTPMediaType.swift
[2243/2250] Compiling Vapor HTTPMediaTypePreference.swift
[2244/2250] Compiling Vapor Responder.swift
[2245/2250] Compiling Vapor Application+HTTP+Server.swift
[2246/2250] Compiling Vapor HTTPServer.swift
[2247/2250] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2248/2250] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2249/2250] Compiling Vapor HTTPServerHandler.swift
[2250/2250] Compiling Vapor HTTPServerRequestDecoder.swift
[2252/2263] Compiling Redis Application+Redis.swift
[2253/2263] Compiling Redis Application.Redis+PubSub.swift
[2254/2263] Compiling Redis RedisConfiguration.swift
[2255/2264] Emitting module Redis
[2256/2264] Compiling Redis Redis+Sessions.swift
[2257/2264] Compiling Redis RedisClient+Codable.swift
[2258/2264] Compiling Redis Request+Redis.swift
[2259/2264] Compiling Redis Redis+Cache.swift
/host/spi-builder-workspace/Sources/Redis/Redis+Concurrency.swift:11:54: warning: type 'RESPValue' does not conform to the 'Sendable' protocol
  9 |             .pool(for: self.eventLoop)
 10 |             .logging(to: self.application.logger)
 11 |             .send(command: command, with: arguments).get()
    |                                                      `- warning: type 'RESPValue' does not conform to the 'Sendable' protocol
 12 |     }
 13 |
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/RESP/RESPValue.swift:29:13: note: enum 'RESPValue' does not conform to the 'Sendable' protocol
 27 | ///
 28 | /// See: [https://redis.io/topics/protocol](https://redis.io/topics/protocol)
 29 | public enum RESPValue {
    |             `- note: enum 'RESPValue' does not conform to the 'Sendable' protocol
 30 |     case null
 31 |     case simpleString(ByteBuffer)
/host/spi-builder-workspace/Sources/Redis/Redis+Concurrency.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
  1 | import NIOCore
  2 | import Vapor
  3 | import RediStack
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
  4 | import Foundation
  5 |
/host/spi-builder-workspace/Sources/Redis/Redis+Concurrency.swift:87:14: warning: type 'RESPValue' does not conform to the 'Sendable' protocol
 85 |             .logging(to: self.request.logger)
 86 |             .send(command: command, with: arguments)
 87 |             .get()
    |              `- warning: type 'RESPValue' does not conform to the 'Sendable' protocol
 88 |     }
 89 |
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/RESP/RESPValue.swift:29:13: note: enum 'RESPValue' does not conform to the 'Sendable' protocol
 27 | ///
 28 | /// See: [https://redis.io/topics/protocol](https://redis.io/topics/protocol)
 29 | public enum RESPValue {
    |             `- note: enum 'RESPValue' does not conform to the 'Sendable' protocol
 30 |     case null
 31 |     case simpleString(ByteBuffer)
[2260/2264] Compiling Redis Redis+Concurrency.swift
/host/spi-builder-workspace/Sources/Redis/Redis+Concurrency.swift:11:54: warning: type 'RESPValue' does not conform to the 'Sendable' protocol
  9 |             .pool(for: self.eventLoop)
 10 |             .logging(to: self.application.logger)
 11 |             .send(command: command, with: arguments).get()
    |                                                      `- warning: type 'RESPValue' does not conform to the 'Sendable' protocol
 12 |     }
 13 |
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/RESP/RESPValue.swift:29:13: note: enum 'RESPValue' does not conform to the 'Sendable' protocol
 27 | ///
 28 | /// See: [https://redis.io/topics/protocol](https://redis.io/topics/protocol)
 29 | public enum RESPValue {
    |             `- note: enum 'RESPValue' does not conform to the 'Sendable' protocol
 30 |     case null
 31 |     case simpleString(ByteBuffer)
/host/spi-builder-workspace/Sources/Redis/Redis+Concurrency.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
  1 | import NIOCore
  2 | import Vapor
  3 | import RediStack
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
  4 | import Foundation
  5 |
/host/spi-builder-workspace/Sources/Redis/Redis+Concurrency.swift:87:14: warning: type 'RESPValue' does not conform to the 'Sendable' protocol
 85 |             .logging(to: self.request.logger)
 86 |             .send(command: command, with: arguments)
 87 |             .get()
    |              `- warning: type 'RESPValue' does not conform to the 'Sendable' protocol
 88 |     }
 89 |
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/RESP/RESPValue.swift:29:13: note: enum 'RESPValue' does not conform to the 'Sendable' protocol
 27 | ///
 28 | /// See: [https://redis.io/topics/protocol](https://redis.io/topics/protocol)
 29 | public enum RESPValue {
    |             `- note: enum 'RESPValue' does not conform to the 'Sendable' protocol
 30 |     case null
 31 |     case simpleString(ByteBuffer)
[2261/2264] Compiling Redis Application.Redis+configuration.swift
[2262/2264] Compiling Redis Exports.swift
[2263/2264] Compiling Redis RedisStorage.swift
/host/spi-builder-workspace/Sources/Redis/RedisStorage.swift:89:77: warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
 87 |                                         let sslContext = try NIOSSLContext(configuration: tlsConfig)
 88 |                                         return EventLoopFuture.andAllSucceed([
 89 |                                             channel.pipeline.addHandler(try NIOSSLClientHandler(context: sslContext,
    |                                                                             `- warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
 90 |                                                                                                 serverHostname: tlsHost)),
 91 |                                             channel.pipeline.addBaseRedisHandlers()
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:59:20: note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
 57 | /// This handler can be used in channels that are acting as the client
 58 | /// in the TLS dialog. For server connections, use the ``NIOSSLServerHandler``.
 59 | public final class NIOSSLClientHandler: NIOSSLHandler {
    |                    `- note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
 60 |     /// Construct a new ``NIOSSLClientHandler`` with the given `context` and a specific `serverHostname`.
 61 |     ///
/host/spi-builder-workspace/Sources/Redis/RedisStorage.swift:5:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
  3 | import NIOCore
  4 | import NIOPosix
  5 | import NIOSSL
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
  6 | @preconcurrency import RediStack
  7 |
[2264/2264] Compiling Redis RedisID.swift
Build complete! (354.74s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "redistack",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/RediStack.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.100.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "redis",
  "name" : "redis",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Redis",
      "targets" : [
        "Redis"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RedisTests",
      "module_type" : "SwiftTarget",
      "name" : "RedisTests",
      "path" : "Tests/RedisTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "MultipleRedisTests.swift",
        "RedisTests.swift"
      ],
      "target_dependencies" : [
        "Redis"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Redis",
      "module_type" : "SwiftTarget",
      "name" : "Redis",
      "path" : "Sources/Redis",
      "product_dependencies" : [
        "RediStack",
        "Vapor"
      ],
      "product_memberships" : [
        "Redis"
      ],
      "sources" : [
        "Application+Redis.swift",
        "Application.Redis+PubSub.swift",
        "Application.Redis+configuration.swift",
        "Exports.swift",
        "Redis+Cache.swift",
        "Redis+Concurrency.swift",
        "Redis+Sessions.swift",
        "RedisClient+Codable.swift",
        "RedisConfiguration.swift",
        "RedisID.swift",
        "RedisStorage.swift",
        "Request+Redis.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.