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 main (b45270), with Swift 6.1 for Linux on 27 Apr 2025 14:57:12 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor/redis
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-4606859-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/vapor/vapor.git
Fetching https://github.com/swift-server/RediStack.git
[1/4702] Fetching redistack
[1835/79015] Fetching redistack, vapor
Fetched https://github.com/swift-server/RediStack.git from cache (0.89s)
[11891/74313] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (4.01s)
Computing version for https://github.com/swift-server/RediStack.git
Computed https://github.com/swift-server/RediStack.git at 1.6.2 (8.19s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio.git
[1/3836] Fetching swift-log
[232/6036] Fetching swift-log, swift-metrics
[5539/20829] Fetching swift-log, swift-metrics, swift-nio-ssl
[7221/96260] Fetching swift-log, swift-metrics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (0.83s)
[6071/94060] Fetching swift-log, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.97s)
[3285/90224] Fetching swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.33s)
[56574/75431] Fetching swift-nio
[58083/77136] Fetching swift-nio, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.92s)
[61100/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.87s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (12.02s)
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.34s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.72s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[567/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.75s)
[4386/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.04s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (3.01s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.43s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.00s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (1.04s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (1.28s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/4970] Fetching swift-distributed-tracing
[250/6033] Fetching swift-distributed-tracing, swift-service-context
[343/8629] Fetching swift-distributed-tracing, swift-service-context, websocket-kit
[1590/11837] Fetching swift-distributed-tracing, swift-service-context, websocket-kit, multipart-kit
[2638/17499] Fetching swift-distributed-tracing, swift-service-context, websocket-kit, multipart-kit, swift-nio-extras
[4007/23402] Fetching swift-distributed-tracing, swift-service-context, websocket-kit, multipart-kit, swift-nio-extras, swift-algorithms
Fetched https://github.com/apple/swift-service-context.git from cache (1.21s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.21s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.45s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.46s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/console-kit.git
[4245/5804] Fetching websocket-kit, multipart-kit
[4246/26531] Fetching websocket-kit, multipart-kit, routing-kit
[7563/38023] Fetching websocket-kit, multipart-kit, routing-kit, swift-nio-http2
[14516/43508] Fetching websocket-kit, multipart-kit, routing-kit, swift-nio-http2, console-kit
[15850/57292] Fetching websocket-kit, multipart-kit, routing-kit, swift-nio-http2, console-kit, swift-crypto
Fetched https://github.com/vapor/console-kit.git from cache (0.93s)
[24366/51807] Fetching websocket-kit, multipart-kit, routing-kit, swift-nio-http2, swift-crypto
Fetching https://github.com/vapor/async-kit.git
[31001/54177] Fetching websocket-kit, multipart-kit, routing-kit, swift-nio-http2, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.83s)
[37703/51807] Fetching websocket-kit, multipart-kit, routing-kit, swift-nio-http2, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
[40187/65594] Fetching websocket-kit, multipart-kit, routing-kit, swift-nio-http2, swift-crypto, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (3.53s)
[25802/44867] Fetching websocket-kit, multipart-kit, swift-nio-http2, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.56s)
[27448/33375] Fetching websocket-kit, multipart-kit, swift-crypto, async-http-client
Fetched https://github.com/vapor/websocket-kit.git from cache (6.15s)
[27196/30779] Fetching multipart-kit, swift-crypto, async-http-client
Fetched https://github.com/vapor/multipart-kit.git from cache (6.37s)
[24263/27571] Fetching swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (3.67s)
Fetched https://github.com/apple/swift-crypto.git from cache (5.96s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (8.52s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.00s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (1.12s)
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.53s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.59s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.65s)
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.81s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[306/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.52s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.52s)
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.58s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.05s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.04s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.89s)
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 (1.07s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.07s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.16s)
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 (1.09s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.01s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.94s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.38s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.47s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.57s)
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/vapor/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/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/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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-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/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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Building for debugging...
[0/832] Write sources
[32/832] Compiling CNIODarwin shim.c
[32/832] Write sources
[34/832] Compiling CNIOLinux liburing_shims.c
[34/832] Write sources
[53/832] Compiling CNIOWindows WSAStartup.c
[54/832] Compiling CVaporBcrypt bcrypt.c
[55/832] Compiling _AtomicsShims.c
[56/832] Compiling _NumericsShims _NumericsShims.c
[57/832] Compiling CVaporBcrypt blf.c
[58/832] Compiling CNIOWindows shim.c
[59/832] Compiling CSystem shims.c
[60/832] Compiling CNIOWASI CNIOWASI.c
[61/832] Compiling CNIOExtrasZlib empty.c
[62/832] Compiling CNIOLLHTTP c_nio_http.c
[63/832] Compiling CNIOSHA1 c_nio_sha1.c
[64/832] Compiling CNIOLinux shim.c
[65/832] Compiling fiat_p256_adx_sqr.S
[66/832] Compiling fiat_p256_adx_mul.S
[67/832] Compiling fiat_curve25519_adx_mul.S
[68/832] Compiling fiat_curve25519_adx_square.S
[69/832] Compiling CNIOLLHTTP c_nio_api.c
[70/832] Write swift-version-24593BA9C3E375BF.txt
[71/832] Compiling CNIOLLHTTP c_nio_llhttp.c
[72/832] Compiling CNIOBoringSSLShims shims.c
[73/838] Compiling tls13_client.cc
[74/866] Compiling tls_record.cc
[75/866] Compiling tls13_server.cc
[76/866] Compiling tls_method.cc
[77/866] Compiling tls13_enc.cc
[78/901] Compiling tls13_both.cc
[80/904] Emitting module SystemPackage
[81/907] Emitting module InternalCollectionsUtilities
[82/909] Compiling ServiceContextModule ServiceContextKey.swift
[83/909] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[84/909] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/909] Compiling RealModule Real.swift
[86/909] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[87/909] Compiling InternalCollectionsUtilities Specialize.swift
[88/910] Emitting module ServiceContextModule
[89/910] Compiling ServiceContextModule ServiceContext.swift
[90/911] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[91/911] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[92/911] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[93/911] Compiling RealModule Float80+Real.swift
[95/911] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[98/911] Emitting module RealModule
[100/911] Compiling InternalCollectionsUtilities Integer rank.swift
[101/911] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[102/911] Compiling InternalCollectionsUtilities UInt+reversed.swift
[103/911] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[104/911] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[105/911] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[106/911] Compiling InternalCollectionsUtilities Debugging.swift
[107/911] Compiling SystemPackage MachPort.swift
[108/911] Compiling SystemPackage PlatformString.swift
[109/911] Compiling InternalCollectionsUtilities Descriptions.swift
[110/911] Compiling SystemPackage SystemString.swift
[111/911] Compiling InternalCollectionsUtilities _SortedCollection.swift
[112/911] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[113/912] Compiling RealModule Float16+Real.swift
[114/912] Compiling RealModule Float+Real.swift
[115/912] Compiling RealModule ElementaryFunctions.swift
[116/912] Compiling SystemPackage Util+StringArray.swift
[117/912] Compiling SystemPackage Util.swift
[118/912] Compiling SystemPackage UtilConsumers.swift
[119/912] Compiling _NIODataStructures PriorityQueue.swift
[120/912] Compiling _NIODataStructures _TinyArray.swift
[121/912] Emitting module _NIOBase64
[122/912] Compiling _NIOBase64 Base64.swift
[128/913] Compiling CoreMetrics Metrics.swift
[129/913] Compiling RealModule RealFunctions.swift
[133/939] Compiling Instrumentation NoOpInstrument.swift
[134/1035] Emitting module Instrumentation
[135/1035] Compiling Instrumentation InstrumentationSystem.swift
[136/1062] Compiling Instrumentation MultiplexInstrument.swift
[137/1062] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[138/1062] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[139/1062] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[140/1062] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[141/1064] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[142/1064] Compiling OrderedCollections OrderedDictionary+Elements.swift
[143/1064] Compiling Logging MetadataProvider.swift
[144/1064] Emitting module CoreMetrics
[145/1064] Compiling CoreMetrics Locks.swift
[146/1065] Compiling OrderedCollections _HashTable+Testing.swift
[147/1065] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[148/1065] Compiling OrderedCollections _HashTable.swift
[149/1065] Compiling OrderedCollections _Hashtable+Header.swift
[152/1065] Compiling Atomics IntegerOperations.swift
[153/1065] Compiling Atomics Unmanaged extensions.swift
[158/1065] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[159/1065] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[160/1065] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[161/1065] Compiling OrderedCollections OrderedDictionary+Values.swift
[162/1065] Compiling OrderedCollections OrderedDictionary+Codable.swift
[163/1065] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[164/1065] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[165/1065] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[166/1065] Compiling Logging Locks.swift
[167/1065] Compiling Logging LogHandler.swift
[168/1065] Compiling Logging Logging.swift
[169/1065] Emitting module Logging
[170/1066] Compiling Instrumentation Locks.swift
[171/1066] Compiling Instrumentation Instrument.swift
[172/1068] Emitting module _NIODataStructures
[173/1068] Compiling _NIODataStructures Heap.swift
[187/1160] Compiling HashTreeCollections TreeDictionary+Collection.swift
[188/1160] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[189/1160] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[190/1160] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[191/1160] Compiling HashTreeCollections TreeDictionary.swift
[192/1160] Compiling HashTreeCollections TreeSet+Codable.swift
[193/1160] Compiling HashTreeCollections TreeSet+Collection.swift
[194/1160] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[195/1160] Compiling HashTreeCollections TreeSet+Debugging.swift
[196/1160] Compiling HashTreeCollections TreeSet+Descriptions.swift
[197/1160] Compiling HashTreeCollections TreeSet+Equatable.swift
[198/1160] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[199/1160] Compiling HashTreeCollections TreeSet+Extras.swift
[200/1160] Compiling HashTreeCollections TreeSet+Filter.swift
[201/1175] Compiling HashTreeCollections _HashStack.swift
[202/1175] Compiling HashTreeCollections _HashTreeIterator.swift
[203/1175] Compiling HashTreeCollections _HashTreeStatistics.swift
[204/1175] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[205/1175] Compiling HashTreeCollections _RawHashNode.swift
[206/1175] Compiling HashTreeCollections _UnmanagedHashNode.swift
[207/1175] Compiling HashTreeCollections _UnsafePath.swift
[208/1175] Compiling HashTreeCollections TreeDictionary+Codable.swift
[209/1175] Compiling HashTreeCollections _HashNode+Structural union.swift
[210/1175] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[211/1175] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[212/1175] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[213/1175] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[214/1175] Compiling HashTreeCollections _HashNode.swift
[215/1175] Compiling HashTreeCollections _HashNodeHeader.swift
[216/1175] Compiling HashTreeCollections _HashSlot.swift
[217/1175] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[218/1175] Compiling HeapModule Heap+Descriptions.swift
[219/1175] Compiling HashTreeCollections _HashNode+Invariants.swift
[220/1175] Compiling HashTreeCollections _HashNode+Lookups.swift
[221/1175] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[222/1175] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[223/1175] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[224/1175] Compiling HashTreeCollections _HashNode+Storage.swift
[225/1175] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[226/1175] Compiling HashTreeCollections _HashNode+Structural filter.swift
[227/1175] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[228/1175] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[229/1175] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[230/1175] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[231/1175] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[232/1175] Compiling HashTreeCollections _HashNode+Structural merge.swift
[233/1175] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[234/1175] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[235/1175] Compiling Tracing TracingTime.swift
[236/1175] Compiling HeapModule Heap.swift
[237/1175] Compiling HeapModule _HeapNode.swift
[238/1175] Compiling HeapModule Heap+Invariants.swift
[239/1175] Compiling HeapModule Heap+UnsafeHandle.swift
[240/1175] Compiling Tracing TracerProtocol.swift
[241/1175] Emitting module Tracing
[252/1184] Emitting module HeapModule
[253/1185] Compiling HashTreeCollections TreeSet+Hashable.swift
[254/1185] Compiling HashTreeCollections TreeSet+Sendable.swift
[255/1185] Compiling _RopeModule Rope+Join.swift
[256/1185] Compiling _RopeModule Rope+MutatingForEach.swift
[257/1185] Compiling _RopeModule Rope+Remove.swift
[258/1185] Compiling _RopeModule Rope+RemoveSubrange.swift
[259/1185] Compiling _RopeModule Rope+Split.swift
[260/1185] Compiling _RopeModule Optional Utilities.swift
[261/1185] Compiling _RopeModule String Utilities.swift
[262/1185] Compiling _RopeModule String.Index+ABI.swift
[263/1195] Compiling Tracing Tracer.swift
[264/1195] Compiling Tracing TracerProtocol+Legacy.swift
[266/1210] Compiling DequeModule Deque+CustomReflectable.swift
[267/1210] Compiling DequeModule Deque+Descriptions.swift
[268/1212] Compiling DequeModule Deque._UnsafeHandle.swift
[269/1212] Compiling DequeModule Deque.swift
[270/1212] Compiling DequeModule _DequeBuffer.swift
[271/1212] Compiling DequeModule _DequeBufferHeader.swift
[272/1212] Compiling DequeModule _DequeSlot.swift
[273/1212] Compiling DequeModule _UnsafeWrappedBuffer.swift
[283/1212] Compiling OrderedCollections OrderedSet+Sendable.swift
[284/1212] Compiling OrderedCollections OrderedSet+SubSequence.swift
[285/1212] Compiling OrderedCollections OrderedSet+Testing.swift
[286/1212] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[287/1212] Compiling Tracing InstrumentationSystem+Tracing.swift
[288/1212] Compiling Tracing NoOpTracer.swift
[289/1212] Compiling Tracing SpanProtocol.swift
[290/1212] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[291/1212] Compiling OrderedCollections OrderedSet.swift
[292/1212] Compiling OrderedCollections _UnsafeBitset.swift
[293/1212] Compiling HashTreeCollections TreeDictionary+Merge.swift
[294/1212] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[295/1212] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[296/1212] Compiling HashTreeCollections TreeDictionary+Values.swift
[323/1213] Compiling DequeModule Deque+Equatable.swift
[324/1213] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[325/1224] Emitting module OrderedCollections
[326/1225] Compiling Algorithms AdjacentPairs.swift
[327/1225] Compiling Algorithms Chain.swift
[328/1225] Compiling Algorithms Chunked.swift
[329/1225] Compiling Algorithms Combinations.swift
[330/1225] Compiling Algorithms FlattenCollection.swift
[331/1225] Compiling Algorithms Grouped.swift
[332/1225] Compiling Algorithms Indexed.swift
[333/1225] Compiling Algorithms Intersperse.swift
[334/1238] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[335/1238] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[336/1238] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[337/1238] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[338/1238] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[339/1238] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[340/1238] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[341/1238] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[342/1238] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[343/1238] Compiling HashTreeCollections TreeSet.swift
[351/1239] Compiling Algorithms Split.swift
[352/1239] Compiling Algorithms Stride.swift
[362/1239] Compiling Algorithms Joined.swift
[363/1239] Compiling Algorithms Keyed.swift
[366/1239] Compiling Algorithms MinMax.swift
[367/1239] Compiling Algorithms Partition.swift
[381/1239] Emitting module Atomics
[390/1240] Emitting module DequeModule
[391/1241] Compiling RoutingKit AnyRouter.swift
[392/1241] Emitting module RoutingKit
[394/1241] Compiling RoutingKit PathComponent.swift
[398/1241] Compiling Algorithms Suffix.swift
[399/1241] Compiling Algorithms RandomSample.swift
[400/1241] Compiling Algorithms Reductions.swift
[401/1241] Compiling Algorithms Rotate.swift
[402/1241] Compiling RoutingKit TrieRouter.swift
[403/1241] Compiling RoutingKit Router.swift
[407/1244] Emitting module _RopeModule
[448/1245] Compiling Algorithms Permutations.swift
[449/1245] Compiling Algorithms Product.swift
[455/1245] Compiling Algorithms Compacted.swift
[456/1245] Compiling Algorithms Cycle.swift
[457/1245] Compiling Algorithms EitherSequence.swift
[458/1245] Compiling Algorithms FirstNonNil.swift
[459/1245] Compiling Algorithms Trim.swift
[460/1245] Compiling Algorithms Unique.swift
[461/1245] Compiling Algorithms Windows.swift
[484/1245] Emitting module Metrics
[485/1245] Compiling Metrics Metrics.swift
[486/1245] Compiling RoutingKit Parameters.swift
[487/1247] Compiling t1_enc.cc
[493/1247] Compiling ssl_versions.cc
[495/1247] Emitting module HashTreeCollections
[495/1248] Compiling ssl_x509.cc
[497/1248] Compiling ssl_transcript.cc
[499/1248] Emitting module Algorithms
[500/1249] Compiling ssl_stat.cc
[501/1249] Compiling ssl_privkey.cc
[502/1249] Compiling ssl_session.cc
[503/1249] Compiling ssl_file.cc
[504/1249] Compiling ssl_key_share.cc
[505/1249] Compiling ssl_credential.cc
[506/1249] Compiling ssl_buffer.cc
[507/1249] Compiling ssl_lib.cc
[508/1249] Compiling ssl_cipher.cc
[509/1249] Compiling ssl_asn1.cc
[510/1249] Compiling ssl_cert.cc
[511/1249] Compiling s3_pkt.cc
[512/1249] Compiling ssl_aead_ctx.cc
[513/1249] Compiling s3_lib.cc
[514/1249] Compiling s3_both.cc
[515/1249] Compiling handshake_client.cc
[516/1249] Compiling handshake_server.cc
[517/1249] Compiling handshake.cc
[518/1249] Compiling handoff.cc
[519/1249] Compiling dtls_method.cc
[520/1249] Compiling extensions.cc
[521/1249] Compiling md5-x86_64-linux.S
[522/1249] Compiling md5-x86_64-apple.S
[523/1249] Compiling md5-586-linux.S
[524/1249] Compiling md5-586-apple.S
[525/1249] Compiling dtls_record.cc
[526/1249] Compiling d1_srtp.cc
[527/1249] Compiling chacha20_poly1305_x86_64-apple.S
[528/1249] Compiling chacha20_poly1305_x86_64-linux.S
[529/1249] Compiling chacha20_poly1305_armv8-win.S
[530/1249] Compiling chacha20_poly1305_armv8-linux.S
[531/1249] Compiling d1_lib.cc
[532/1249] Compiling chacha20_poly1305_armv8-apple.S
[533/1249] Compiling chacha-x86_64-apple.S
[534/1249] Compiling chacha-x86_64-linux.S
[535/1249] Compiling encrypted_client_hello.cc
[536/1249] Compiling chacha-x86-linux.S
[537/1249] Compiling chacha-x86-apple.S
[538/1249] Compiling chacha-armv8-win.S
[539/1249] Compiling err_data.cc
[540/1249] Compiling d1_pkt.cc
[541/1249] Compiling chacha-armv8-apple.S
[542/1249] Compiling chacha-armv8-linux.S
[543/1249] Compiling chacha-armv4-linux.S
[544/1249] Compiling aes128gcmsiv-x86_64-linux.S
[545/1249] Compiling x86_64-mont5-linux.S
[546/1249] Compiling aes128gcmsiv-x86_64-apple.S
[547/1249] Compiling x86_64-mont-linux.S
[548/1249] Compiling x86_64-mont5-apple.S
[549/1249] Compiling x86_64-mont-apple.S
[550/1249] Compiling x86-mont-apple.S
[551/1249] Compiling vpaes-x86_64-linux.S
[552/1249] Compiling vpaes-x86_64-apple.S
[553/1249] Compiling x86-mont-linux.S
[554/1249] Compiling vpaes-x86-linux.S
[555/1249] Compiling vpaes-x86-apple.S
[556/1249] Compiling vpaes-armv7-linux.S
[557/1249] Compiling sha512-x86_64-linux.S
[558/1249] Compiling vpaes-armv8-win.S
[559/1249] Compiling vpaes-armv8-linux.S
[560/1249] Compiling vpaes-armv8-apple.S
[561/1249] Compiling sha512-armv8-win.S
[562/1249] Compiling sha512-x86_64-apple.S
[563/1249] Compiling sha512-armv8-linux.S
[564/1249] Compiling sha512-586-linux.S
[565/1249] Compiling sha512-armv4-linux.S
[566/1249] Compiling sha512-586-apple.S
[567/1249] Compiling sha512-armv8-apple.S
[568/1249] Compiling sha256-armv8-win.S
[569/1249] Compiling sha256-armv8-linux.S
[570/1249] Compiling sha256-x86_64-apple.S
[571/1249] Compiling sha256-armv4-linux.S
[572/1249] Compiling sha256-armv8-apple.S
[573/1249] Compiling sha256-x86_64-linux.S
[574/1249] Compiling sha1-x86_64-apple.S
[575/1249] Compiling sha1-armv8-win.S
[576/1249] Compiling sha256-586-linux.S
[577/1249] Compiling sha256-586-apple.S
[578/1249] Compiling sha1-x86_64-linux.S
[579/1249] Compiling sha1-armv8-linux.S
[580/1249] Compiling sha1-586-linux.S
[581/1249] Compiling sha1-armv8-apple.S
[582/1249] Compiling sha1-armv4-large-linux.S
[583/1249] Compiling sha1-586-apple.S
[584/1249] Compiling rdrand-x86_64-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 p256_beeu-x86_64-asm-apple.S
[589/1249] Compiling rsaz-avx2-linux.S
[590/1249] Compiling p256_beeu-armv8-asm-win.S
[591/1249] Compiling p256_beeu-armv8-asm-linux.S
[592/1249] Compiling p256_beeu-armv8-asm-apple.S
[593/1249] Compiling p256-x86_64-asm-apple.S
[594/1249] Compiling p256-x86_64-asm-linux.S
[595/1249] Compiling p256-armv8-asm-win.S
[596/1249] Compiling p256-armv8-asm-linux.S
[597/1249] Compiling p256-armv8-asm-apple.S
[598/1249] Compiling ghashv8-armv8-win.S
[599/1249] Compiling ghashv8-armv8-linux.S
[600/1249] Compiling bio_ssl.cc
[601/1249] Compiling ghash-x86_64-linux.S
[602/1249] Compiling ghashv8-armv8-apple.S
[603/1249] Compiling ghash-x86_64-apple.S
[604/1249] Compiling ghashv8-armv7-linux.S
[605/1249] Compiling ghash-x86-linux.S
[606/1249] Compiling ghash-x86-apple.S
[607/1249] Compiling ghash-ssse3-x86_64-apple.S
[608/1249] Compiling ghash-ssse3-x86_64-linux.S
[609/1249] Compiling ghash-ssse3-x86-linux.S
[610/1249] Compiling ghash-neon-armv8-win.S
[611/1249] Compiling ghash-ssse3-x86-apple.S
[612/1249] Compiling ghash-neon-armv8-linux.S
[613/1249] Compiling ghash-armv4-linux.S
[614/1249] Compiling ghash-neon-armv8-apple.S
[615/1249] Compiling co-586-apple.S
[616/1249] Compiling bn-armv8-win.S
[617/1249] Compiling co-586-linux.S
[618/1249] Compiling bn-armv8-linux.S
[619/1249] Compiling bsaes-armv7-linux.S
[620/1249] Compiling d1_both.cc
[621/1249] Compiling bn-586-linux.S
[622/1249] Compiling armv8-mont-win.S
[623/1249] Compiling armv8-mont-linux.S
[624/1249] Compiling bn-586-apple.S
[624/1249] Compiling bn-armv8-apple.S
[626/1249] Compiling aesv8-gcm-armv8-win.S
[627/1249] Compiling armv4-mont-linux.S
[628/1249] Compiling aesv8-armv8-win.S
[629/1249] Compiling aesv8-armv8-linux.S
[630/1249] Compiling aesv8-gcm-armv8-apple.S
[631/1249] Compiling aesv8-gcm-armv8-linux.S
[632/1249] Compiling armv8-mont-apple.S
[633/1249] Compiling aesv8-armv8-apple.S
[634/1249] Compiling aesni-x86-linux.S
[635/1249] Compiling aesv8-armv7-linux.S
[636/1249] Compiling aesni-x86_64-apple.S
[637/1249] Compiling aesni-gcm-x86_64-apple.S
[637/1249] Compiling aesni-x86_64-linux.S
[639/1249] Compiling aesni-x86-apple.S
[640/1249] Compiling aesni-gcm-x86_64-linux.S
[641/1249] Compiling aes-gcm-avx10-x86_64-apple.S
[642/1249] Compiling aes-gcm-avx2-x86_64-apple.S
[643/1249] Compiling aes-gcm-avx10-x86_64-linux.S
[644/1249] Compiling aes-gcm-avx2-x86_64-linux.S
[645/1249] Compiling x_spki.cc
[646/1249] Compiling x_val.cc
[647/1249] Compiling x_name.cc
[648/1249] Compiling x_x509.cc
[649/1249] Compiling x_req.cc
[650/1249] Compiling x_pubkey.cc
[651/1249] Compiling x_x509a.cc
[652/1249] Compiling x_sig.cc
[653/1249] Compiling x_exten.cc
[654/1249] Compiling x_all.cc
[655/1249] Compiling x_attrib.cc
[656/1249] Compiling x509spki.cc
[657/1249] Compiling x_crl.cc
[658/1249] Compiling x_algor.cc
[659/1249] Compiling x509rset.cc
[660/1249] Compiling x509name.cc
[661/1249] Compiling x509_vpm.cc
[662/1249] Compiling x509_vfy.cc
[663/1249] Compiling x509cset.cc
[664/1249] Compiling x509_txt.cc
[665/1249] Compiling x509_v3.cc
[666/1249] Compiling x509_set.cc
[667/1249] Compiling x509_obj.cc
[668/1249] Compiling x509_trs.cc
[669/1249] Compiling x509_req.cc
[670/1249] Compiling x509_ext.cc
[671/1249] Compiling x509_d2.cc
[672/1249] Compiling x509_cmp.cc
[673/1249] Compiling x509_lu.cc
[674/1249] Compiling x509_def.cc
[675/1249] Compiling x509_att.cc
[676/1249] Compiling x509.cc
[677/1249] Compiling v3_skey.cc
[678/1249] Compiling v3_utl.cc
[679/1249] Compiling v3_purp.cc
[680/1249] Compiling v3_prn.cc
[681/1249] Compiling v3_pmaps.cc
[682/1249] Compiling v3_ocsp.cc
[683/1249] Compiling v3_pcons.cc
[684/1249] Compiling v3_ncons.cc
[685/1249] Compiling v3_int.cc
[686/1249] Compiling v3_lib.cc
[687/1249] Compiling v3_ia5.cc
[688/1249] Compiling v3_info.cc
[689/1249] Compiling v3_genn.cc
[690/1249] Compiling v3_enum.cc
[691/1249] Compiling v3_extku.cc
[692/1249] Compiling v3_cpols.cc
[693/1249] Compiling v3_crld.cc
[694/1249] Compiling v3_conf.cc
[695/1249] Compiling v3_alt.cc
[696/1249] Compiling v3_bitst.cc
[697/1249] Compiling v3_bcons.cc
[698/1249] Compiling v3_akey.cc
[699/1249] Compiling t_req.cc
[700/1249] Compiling t_x509.cc
[701/1249] Compiling v3_akeya.cc
[702/1249] Compiling t_x509a.cc
[703/1249] Compiling t_crl.cc
[704/1249] Compiling i2d_pr.cc
[705/1249] Compiling rsa_pss.cc
[706/1249] Compiling name_print.cc
[707/1249] Compiling by_dir.cc
[708/1249] Compiling policy.cc
[709/1249] Compiling algorithm.cc
[710/1249] Compiling by_file.cc
[711/1249] Compiling asn1_gen.cc
[712/1249] Compiling a_verify.cc
[713/1249] Compiling trust_token.cc
[714/1249] Compiling thread.cc
[715/1249] Compiling thread_win.cc
[716/1249] Compiling thread_pthread.cc
[717/1249] Compiling a_sign.cc
[718/1249] Compiling stack.cc
[719/1249] Compiling voprf.cc
[720/1249] Compiling a_digest.cc
[721/1249] Compiling thread_none.cc
[722/1249] Compiling sha256.cc
[723/1249] Compiling pmbtoken.cc
[724/1249] Compiling siphash.cc
[725/1249] Compiling sha512.cc
[726/1249] Compiling sha1.cc
[727/1249] Compiling rsa_print.cc
[728/1249] Compiling slhdsa.cc
[729/1249] Compiling rsa_extra.cc
[730/1249] Compiling spake2plus.cc
[731/1249] Compiling rsa_crypt.cc
[732/1249] Compiling rc4.cc
[733/1249] Compiling refcount.cc
[734/1249] Compiling windows.cc
[735/1249] Compiling rsa_asn1.cc
[736/1249] Compiling ios.cc
[737/1249] Compiling trusty.cc
[738/1249] Compiling urandom.cc
[739/1249] Compiling rand.cc
[740/1249] Compiling poly1305_arm_asm.S
[741/1249] Compiling passive.cc
[742/1249] Compiling getentropy.cc
[743/1249] Compiling forkunsafe.cc
[744/1249] Compiling deterministic.cc
[745/1249] Compiling fork_detect.cc
[746/1249] Compiling poly1305_arm.cc
[747/1249] Compiling poly1305.cc
[748/1249] Compiling poly1305_vec.cc
[749/1249] Compiling pool.cc
[750/1249] Compiling pkcs7.cc
[751/1249] Compiling p5_pbev2.cc
[752/1249] Compiling pkcs8_x509.cc
[753/1249] Compiling pkcs8.cc
[754/1249] Compiling pkcs7_x509.cc
[755/1249] Compiling pem_xaux.cc
[756/1249] Compiling pem_x509.cc
[757/1249] Compiling pem_pkey.cc
[758/1249] Compiling pem_pk8.cc
[759/1249] Compiling obj_xref.cc
[760/1249] Compiling mlkem.cc
[761/1249] Compiling pem_oth.cc
[762/1249] Compiling mldsa.cc
[763/1249] Compiling pem_lib.cc
[764/1249] Compiling pem_all.cc
[765/1249] Compiling pem_info.cc
[766/1249] Compiling poly_rq_mul.S
[767/1249] Compiling mem.cc
[768/1249] Compiling md5.cc
[769/1249] Compiling fips_shared_support.cc
[770/1249] Compiling obj.cc
[771/1249] Compiling lhash.cc
[772/1249] Compiling md4.cc
[773/1249] Compiling kyber.cc
[774/1249] Compiling sign.cc
[775/1249] Compiling hrss.cc
[776/1249] Compiling hpke.cc
[777/1249] Compiling ex_data.cc
[778/1249] Compiling scrypt.cc
[779/1249] Compiling print.cc
[780/1249] Compiling pbkdf.cc
[781/1249] Compiling p_x25519_asn1.cc
[782/1249] Compiling p_x25519.cc
[783/1249] Compiling p_ed25519.cc
[784/1249] Compiling p_hkdf.cc
[785/1249] Compiling p_rsa.cc
[786/1249] Compiling p_rsa_asn1.cc
[787/1249] Compiling p_ec.cc
[788/1249] Compiling p_dh_asn1.cc
[789/1249] Compiling p_ec_asn1.cc
[790/1249] Compiling p_ed25519_asn1.cc
[791/1249] Compiling evp_ctx.cc
[792/1249] Compiling p_dh.cc
[793/1249] Compiling engine.cc
[794/1249] Compiling err.cc
[795/1249] Compiling evp.cc
[796/1249] Compiling p_dsa_asn1.cc
[797/1249] Compiling ecdh.cc
[798/1249] Compiling evp_asn1.cc
[799/1249] Compiling hash_to_curve.cc
[800/1249] Compiling ec_derive.cc
[801/1249] Compiling ecdsa_asn1.cc
[802/1249] Compiling ec_asn1.cc
[803/1249] Compiling dsa_asn1.cc
[804/1249] Compiling dsa.cc
[805/1249] Compiling params.cc
[806/1249] Compiling x25519-asm-arm.S
[807/1249] Compiling digest_extra.cc
[808/1249] Compiling des.cc
[809/1249] Compiling dh_asn1.cc
[810/1249] Compiling spake25519.cc
[811/1249] Compiling crypto.cc
[812/1249] Compiling cpu_arm_freebsd.cc
[813/1249] Compiling curve25519.cc
[814/1249] Compiling cpu_intel.cc
[815/1249] Compiling bcm.cc
[816/1249] Compiling cpu_arm_linux.cc
[817/1249] Compiling cpu_aarch64_win.cc
[818/1249] Compiling cpu_aarch64_linux.cc
[819/1249] Compiling cpu_aarch64_openbsd.cc
[820/1249] Compiling cpu_aarch64_apple.cc
[821/1249] Compiling cpu_aarch64_sysreg.cc
[822/1249] Compiling curve25519_64_adx.cc
[823/1249] Compiling conf.cc
[824/1249] Compiling cpu_aarch64_fuchsia.cc
[825/1249] Compiling get_cipher.cc
[826/1249] Compiling tls_cbc.cc
[827/1249] Compiling e_des.cc
[828/1249] Compiling e_rc4.cc
[829/1249] Compiling e_rc2.cc
[830/1249] Compiling e_null.cc
[831/1249] Compiling e_tls.cc
[832/1249] Compiling e_chacha20poly1305.cc
[833/1249] Compiling derive_key.cc
[834/1249] Compiling e_aesctrhmac.cc
[834/1249] Compiling chacha.cc
[836/1249] Compiling e_aesgcmsiv.cc
[837/1249] Compiling ber.cc
[838/1249] Compiling unicode.cc
[839/1249] Compiling buf.cc
[840/1249] Compiling convert.cc
[841/1249] Compiling cbb.cc
[842/1249] Compiling cbs.cc
[842/1249] Compiling bn_asn1.cc
[844/1249] Compiling asn1_compat.cc
[845/1249] Compiling blake2.cc
[846/1249] Compiling socket_helper.cc
[847/1249] Compiling fd.cc
[848/1249] Compiling socket.cc
[849/1249] Compiling printf.cc
[850/1249] Compiling errno.cc
[851/1249] Compiling file.cc
[852/1249] Compiling bio_mem.cc
[853/1249] Compiling pair.cc
[854/1249] Compiling hexdump.cc
[855/1249] Compiling connect.cc
[856/1249] Compiling base64.cc
[857/1249] Compiling bio.cc
[858/1249] Compiling tasn_utl.cc
[859/1249] Compiling tasn_typ.cc
[860/1249] Compiling tasn_fre.cc
[861/1249] Compiling tasn_enc.cc
[862/1249] Compiling f_int.cc
[863/1249] Compiling tasn_new.cc
[864/1249] Compiling f_string.cc
[865/1249] Compiling posix_time.cc
[866/1249] Compiling asn1_par.cc
[867/1249] Compiling asn1_lib.cc
[868/1249] Compiling asn_pack.cc
[869/1249] Compiling tasn_dec.cc
[870/1249] Compiling a_utctm.cc
[871/1249] Compiling a_octet.cc
[872/1249] Compiling a_time.cc
[873/1249] Compiling a_strnid.cc
[874/1249] Compiling a_i2d_fp.cc
[875/1249] Compiling a_object.cc
[876/1249] Compiling a_type.cc
[877/1249] Compiling a_strex.cc
[878/1249] Compiling a_d2i_fp.cc
[879/1249] Compiling a_bitstr.cc
[880/1249] Compiling a_gentm.cc
[881/1249] Compiling a_mbstr.cc
[882/1249] Compiling a_dup.cc
[883/1249] Compiling a_int.cc
[884/1249] Compiling fiat_p256_adx_sqr.S
[885/1249] Compiling fiat_curve25519_adx_square.S
[886/1249] Compiling fiat_p256_adx_mul.S
[887/1249] Compiling fiat_curve25519_adx_mul.S
[888/1249] Compiling md5-x86_64-linux.S
[889/1249] Compiling a_bool.cc
[890/1249] Compiling md5-586-linux.S
[891/1249] Compiling CCryptoBoringSSLShims shims.c
[892/1249] Compiling md5-x86_64-apple.S
[893/1249] Compiling md5-586-apple.S
[894/1249] Compiling chacha20_poly1305_armv8-win.S
[895/1249] Compiling chacha20_poly1305_x86_64-linux.S
[896/1249] Compiling chacha20_poly1305_x86_64-apple.S
[897/1249] Compiling chacha20_poly1305_armv8-linux.S
[898/1249] Compiling chacha20_poly1305_armv8-apple.S
[899/1249] Compiling chacha-x86-linux.S
[900/1249] Compiling chacha-x86-apple.S
[901/1249] Compiling chacha-x86_64-linux.S
[902/1249] Compiling chacha-x86_64-apple.S
[903/1249] Compiling chacha-armv4-linux.S
[903/1249] Compiling err_data.cc
[905/1249] Compiling chacha-armv8-win.S
[906/1249] Compiling chacha-armv8-apple.S
[907/1249] Compiling chacha-armv8-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_64-mont5-linux.S
[912/1249] Compiling x86_64-mont-apple.S
[913/1249] Compiling x86_64-mont-linux.S
[914/1249] Compiling x86-mont-linux.S
[915/1249] Compiling x86-mont-apple.S
[916/1249] Compiling vpaes-x86-linux.S
[917/1249] Compiling vpaes-x86_64-linux.S
[918/1249] Compiling vpaes-x86-apple.S
[919/1249] Compiling vpaes-x86_64-apple.S
[920/1249] Compiling vpaes-armv8-apple.S
[921/1249] Compiling vpaes-armv8-win.S
[922/1249] Compiling vpaes-armv8-linux.S
[923/1249] Compiling vpaes-armv7-linux.S
[924/1249] Compiling sha512-x86_64-apple.S
[925/1249] Compiling sha512-x86_64-linux.S
[926/1249] Compiling sha512-armv8-win.S
[927/1249] Compiling sha512-armv8-linux.S
[928/1249] Compiling sha512-armv8-apple.S
[929/1249] Compiling sha512-armv4-linux.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-apple.S
[934/1249] Compiling sha256-x86_64-apple.S
[936/1249] Compiling sha256-armv8-linux.S
[937/1249] Compiling sha256-armv4-linux.S
[938/1249] Compiling sha256-586-linux.S
[939/1249] Compiling sha1-x86_64-apple.S
[940/1249] Compiling sha256-586-apple.S
[941/1249] Compiling sha1-armv8-win.S
[942/1249] Compiling sha1-armv4-large-linux.S
[943/1249] Compiling sha1-armv8-linux.S
[944/1249] Compiling sha1-x86_64-linux.S
[945/1249] Compiling sha1-armv8-apple.S
[946/1249] Compiling sha1-586-linux.S
[947/1249] Compiling sha1-586-apple.S
[948/1249] Compiling rsaz-avx2-apple.S
[949/1249] Compiling rsaz-avx2-linux.S
[950/1249] Compiling rdrand-x86_64-linux.S
[951/1249] Compiling rdrand-x86_64-apple.S
[952/1249] Compiling p256_beeu-x86_64-asm-apple.S
[953/1249] Compiling p256_beeu-x86_64-asm-linux.S
[954/1249] Compiling p256_beeu-armv8-asm-win.S
[955/1249] Compiling p256_beeu-armv8-asm-apple.S
[956/1249] Compiling p256-x86_64-asm-apple.S
[957/1249] Compiling p256_beeu-armv8-asm-linux.S
[958/1249] Compiling p256-x86_64-asm-linux.S
[959/1249] Compiling p256-armv8-asm-win.S
[960/1249] Compiling p256-armv8-asm-linux.S
[961/1249] Compiling p256-armv8-asm-apple.S
[962/1249] Compiling ghashv8-armv8-win.S
[963/1249] Compiling ghashv8-armv8-linux.S
[964/1249] Compiling ghashv8-armv8-apple.S
[965/1249] Compiling ghashv8-armv7-linux.S
[966/1249] Compiling ghash-x86_64-apple.S
[967/1249] Compiling ghash-x86-linux.S
[968/1249] Compiling ghash-x86_64-linux.S
[969/1249] Compiling ghash-ssse3-x86_64-linux.S
[970/1249] Compiling ghash-x86-apple.S
[971/1249] Compiling ghash-ssse3-x86_64-apple.S
[972/1249] Compiling ghash-ssse3-x86-apple.S
[973/1249] Compiling ghash-ssse3-x86-linux.S
[974/1249] Compiling ghash-neon-armv8-apple.S
[975/1249] Compiling ghash-neon-armv8-win.S
[976/1249] Compiling ghash-neon-armv8-linux.S
[977/1249] Compiling ghash-armv4-linux.S
[978/1249] Compiling co-586-linux.S
[979/1249] Compiling bn-armv8-win.S
[980/1249] Compiling bn-armv8-apple.S
[981/1249] Compiling bsaes-armv7-linux.S
[982/1249] Compiling co-586-apple.S
[983/1249] Compiling bn-armv8-linux.S
[984/1249] Compiling bn-586-apple.S
[985/1249] Compiling armv8-mont-win.S
[986/1249] Compiling bn-586-linux.S
[987/1249] Compiling armv8-mont-apple.S
[988/1249] Compiling armv8-mont-linux.S
[989/1249] Compiling aesv8-gcm-armv8-apple.S
[990/1249] Compiling armv4-mont-linux.S
[991/1249] Compiling aesv8-gcm-armv8-linux.S
[992/1249] Compiling aesv8-gcm-armv8-win.S
[993/1249] Compiling aesv8-armv8-win.S
[994/1249] Compiling aesv8-armv8-linux.S
[995/1249] Compiling aesv8-armv8-apple.S
[996/1249] Compiling aesni-x86_64-apple.S
[997/1249] Compiling aesv8-armv7-linux.S
[998/1249] Compiling aesni-x86-linux.S
[999/1249] Compiling aesni-x86_64-linux.S
[1000/1249] Compiling aesni-x86-apple.S
[1001/1249] Compiling aesni-gcm-x86_64-linux.S
[1002/1249] Compiling aesni-gcm-x86_64-apple.S
[1003/1249] Compiling aes-gcm-avx10-x86_64-linux.S
[1004/1249] Compiling aes-gcm-avx10-x86_64-apple.S
[1005/1249] Compiling x_sig.cc
[1006/1249] Compiling x_x509a.cc
[1007/1249] Compiling x_spki.cc
[1008/1249] Compiling x_x509.cc
[1009/1249] Compiling x_req.cc
[1010/1249] Compiling x_val.cc
[1011/1249] Compiling c-atomics.c
[1012/1249] Compiling c-nioatomics.c
[1013/1249] Compiling x_attrib.cc
[1014/1249] Compiling x_all.cc
[1015/1249] Compiling x_pubkey.cc
[1016/1251] Compiling x_exten.cc
[1017/1255] Compiling x_name.cc
[1018/1255] Compiling x_crl.cc
[1019/1255] Compiling x_algor.cc
[1020/1255] Compiling x509spki.cc
[1022/1255] Compiling NIOConcurrencyHelpers NIOLock.swift
[1023/1255] Compiling NIOConcurrencyHelpers lock.swift
[1024/1255] Emitting module NIOConcurrencyHelpers
[1025/1255] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1026/1255] Compiling NIOConcurrencyHelpers atomics.swift
[1027/1255] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1027/1256] Compiling x509rset.cc
[1028/1256] Compiling x509name.cc
[1030/1256] Compiling x509_vpm.cc
[1031/1256] Compiling x509cset.cc
[1032/1256] Compiling x509_v3.cc
[1033/1256] Compiling x509_vfy.cc
[1034/1286] Compiling x509_txt.cc
[1036/1341] Emitting module ConsoleKitTerminal
[1037/1344] Compiling NIOCore AddressedEnvelope.swift
[1038/1344] Compiling NIOCore AsyncAwaitSupport.swift
[1039/1344] Compiling NIOCore AsyncChannel.swift
[1040/1344] Compiling NIOCore AsyncChannelHandler.swift
[1041/1344] Compiling NIOCore AsyncChannelInboundStream.swift
[1042/1344] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1043/1344] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1044/1344] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1044/1344] Compiling x509_trs.cc
[1046/1344] Compiling NIOCore ChannelHandler.swift
[1047/1344] Compiling NIOCore ChannelHandlers.swift
[1048/1344] Compiling NIOCore ChannelInvoker.swift
[1049/1344] Compiling NIOCore ChannelOption.swift
[1050/1344] Compiling NIOCore ByteBuffer-multi-int.swift
[1051/1344] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1052/1344] Compiling NIOCore ByteBuffer-views.swift
[1053/1344] Compiling NIOCore Channel.swift
[1054/1344] Compiling NIOCore NIOAsyncWriter.swift
[1055/1344] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1056/1344] Compiling NIOCore BSDSocketAPI.swift
[1056/1344] Compiling x509_set.cc
[1057/1344] Compiling x509_req.cc
[1058/1344] Compiling x509_obj.cc
[1060/1344] Compiling NIOCore ByteBuffer-aux.swift
[1061/1344] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1062/1344] Compiling NIOCore ByteBuffer-conversions.swift
[1063/1344] Compiling NIOCore ByteBuffer-core.swift
[1064/1344] Compiling NIOCore ByteBuffer-hex.swift
[1065/1344] Compiling NIOCore ByteBuffer-int.swift
[1065/1344] Compiling x509_lu.cc
[1066/1344] Compiling x509_ext.cc
[1068/1344] Compiling NIOCore MarkedCircularBuffer.swift
[1069/1344] Compiling NIOCore MulticastChannel.swift
[1070/1344] Compiling NIOCore NIOAny.swift
[1071/1344] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1072/1344] Compiling NIOCore NIOLoopBound.swift
[1073/1344] Compiling NIOCore NIOScheduledCallback.swift
[1074/1344] Compiling NIOCore NIOSendable.swift
[1075/1344] Compiling NIOCore RecvByteBufferAllocator.swift
[1075/1352] Compiling x509_def.cc
[1076/1352] Compiling x509_d2.cc
[1078/1352] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1079/1352] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1080/1352] Compiling ConsoleKitTerminal LoggerFragment.swift
[1080/1353] Compiling x509_cmp.cc
[1082/1353] Compiling x509_att.cc
[1083/1353] Compiling x509.cc
[1085/1353] Compiling NIOCore GlobalSingletons.swift
[1086/1353] Compiling NIOCore IO.swift
[1087/1353] Compiling NIOCore IOData.swift
[1088/1353] Compiling NIOCore IPProtocol.swift
[1089/1353] Compiling NIOCore IntegerBitPacking.swift
[1090/1353] Compiling NIOCore IntegerTypes.swift
[1091/1353] Compiling NIOCore Interfaces.swift
[1092/1353] Compiling NIOCore Linux.swift
[1092/1353] Compiling v3_utl.cc
[1093/1353] Compiling v3_skey.cc
[1094/1353] Compiling v3_purp.cc
[1095/1353] Compiling v3_prn.cc
[1096/1375] Compiling v3_ocsp.cc
[1097/1375] Compiling v3_pmaps.cc
[1098/1375] Compiling v3_pcons.cc
[1100/1375] Compiling ConsoleKitCommands CommandSignature.swift
[1101/1375] Compiling ConsoleKitCommands Flag.swift
[1102/1375] Compiling ConsoleKitCommands Option.swift
[1103/1377] Emitting module ConsoleKitCommands
[1104/1377] Compiling ConsoleKitCommands AsyncCommands.swift
[1105/1377] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1106/1377] Compiling ConsoleKitCommands AnyCommand.swift
[1107/1377] Compiling ConsoleKitCommands Command.swift
[1108/1377] Compiling ConsoleKitCommands CommandContext.swift
[1109/1377] Compiling ConsoleKitCommands CommandError.swift
[1110/1377] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1111/1377] Compiling ConsoleKitCommands AsyncCommand.swift
[1112/1377] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1113/1377] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1114/1377] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1115/1377] Compiling ConsoleKitCommands Argument.swift
[1115/1377] Compiling v3_lib.cc
[1117/1377] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1118/1377] Compiling ConsoleKitCommands Utilities.swift
[1118/1377] Compiling v3_int.cc
[1119/1377] Compiling v3_ncons.cc
[1120/1377] Compiling v3_ia5.cc
[1121/1377] Compiling v3_info.cc
[1122/1377] Compiling v3_genn.cc
[1124/1377] Compiling ConsoleKitCommands CommandGroup.swift
[1125/1377] Compiling ConsoleKitCommands CommandInput.swift
[1126/1377] Compiling ConsoleKitCommands Commands.swift
[1127/1377] Compiling ConsoleKitCommands Console+Run.swift
[1128/1377] Compiling ConsoleKitCommands ConsoleError.swift
[1129/1377] Compiling ConsoleKitCommands Completion.swift
[1130/1378] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1131/1378] Compiling NIOCore SocketAddresses.swift
[1132/1378] Compiling NIOCore SocketOptionProvider.swift
[1133/1378] Compiling NIOCore SystemCallHelpers.swift
[1134/1378] Compiling NIOCore TimeAmount+Duration.swift
[1135/1378] Compiling NIOCore TypeAssistedChannelHandler.swift
[1136/1378] Compiling NIOCore UniversalBootstrapSupport.swift
[1137/1378] Compiling NIOCore Utilities.swift
[1138/1378] Compiling NIOCore EventLoop.swift
[1139/1378] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1140/1378] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1141/1378] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1142/1378] Compiling NIOCore EventLoopFuture.swift
[1143/1378] Compiling NIOCore FileDescriptor.swift
[1144/1378] Compiling NIOCore FileHandle.swift
[1145/1378] Compiling NIOCore FileRegion.swift
[1148/1378] Compiling NIOCore Codec.swift
[1149/1378] Compiling NIOCore ConvenienceOptionSupport.swift
[1150/1378] Compiling NIOCore DeadChannel.swift
[1151/1378] Compiling NIOCore DispatchQueue+WithFuture.swift
[1152/1378] Compiling NIOCore EventLoop+Deprecated.swift
[1153/1378] Compiling NIOCore EventLoop+SerialExecutor.swift
[1154/1378] Compiling v3_extku.cc
[1155/1378] Compiling v3_conf.cc
[1156/1378] Compiling v3_cpols.cc
[1157/1378] Compiling v3_enum.cc
[1158/1378] Compiling v3_bitst.cc
[1159/1378] Compiling v3_crld.cc
[1160/1380] Compiling v3_bcons.cc
[1162/1380] Emitting module ConsoleKit
[1163/1380] Compiling ConsoleKit Exports.swift
[1173/1381] Compiling t_x509a.cc
[1174/1381] Compiling v3_alt.cc
[1175/1381] Compiling v3_akeya.cc
[1176/1381] Compiling v3_akey.cc
[1177/1381] Compiling t_x509.cc
[1178/1381] Compiling t_req.cc
[1179/1381] Compiling t_crl.cc
[1180/1381] Compiling rsa_pss.cc
[1181/1381] Compiling i2d_pr.cc
[1182/1381] Compiling name_print.cc
[1183/1381] Compiling policy.cc
[1184/1381] Compiling by_file.cc
[1202/1381] Compiling asn1_gen.cc
[1203/1381] Compiling by_dir.cc
[1204/1381] Compiling a_verify.cc
[1205/1381] Compiling algorithm.cc
[1206/1381] Compiling voprf.cc
[1207/1381] Compiling a_sign.cc
[1208/1381] Compiling thread_win.cc
[1209/1381] Compiling thread_pthread.cc
[1210/1381] Compiling trust_token.cc
[1211/1381] Compiling a_digest.cc
[1212/1381] Compiling pmbtoken.cc
[1213/1381] Compiling thread.cc
[1214/1381] Compiling thread_none.cc
[1215/1381] Compiling stack.cc
[1216/1381] Compiling thash.cc
[1217/1381] Compiling wots.cc
[1218/1381] Compiling merkle.cc
[1219/1381] Compiling slhdsa.cc
[1220/1381] Compiling fors.cc
[1221/1381] Compiling siphash.cc
[1222/1381] Compiling sha512.cc
[1223/1381] Compiling sha256.cc
[1224/1381] Compiling sha1.cc
[1225/1381] Compiling rsa_print.cc
[1226/1381] Compiling rsa_extra.cc
[1227/1381] Compiling refcount.cc
[1228/1381] Compiling rsa_asn1.cc
[1229/1381] Compiling rc4.cc
[1230/1381] Compiling rsa_crypt.cc
[1231/1381] Compiling windows.cc
[1233/1381] Emitting module NIOCore
[1233/1382] Compiling trusty.cc
[1234/1382] Compiling urandom.cc
[1236/1382] Compiling rand_extra.cc
[1237/1382] Compiling forkunsafe.cc
[1238/1382] Compiling getentropy.cc
[1239/1382] Compiling ios.cc
[1240/1382] Compiling poly1305_arm_asm.S
[1241/1382] Compiling passive.cc
[1242/1382] Compiling deterministic.cc
[1243/1382] Compiling fork_detect.cc
[1244/1382] Compiling poly1305_arm.cc
[1245/1429] Compiling poly1305_vec.cc
[1246/1433] Compiling poly1305.cc
[1247/1433] Compiling pool.cc
[1248/1433] Compiling pkcs7.cc
[1249/1433] Compiling pkcs8_x509.cc
[1251/1433] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1252/1433] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1253/1433] Compiling NIOPosix PosixSingletons.swift
[1254/1433] Compiling NIOPosix RawSocketBootstrap.swift
[1255/1433] Compiling NIOPosix Resolver.swift
[1256/1433] Compiling NIOPosix Selectable.swift
[1256/1433] Compiling pem_xaux.cc
[1257/1439] Compiling p5_pbev2.cc
[1258/1439] Compiling pkcs7_x509.cc
[1259/1439] Compiling pkcs8.cc
[1260/1439] Compiling pem_x509.cc
[1262/1439] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1263/1439] Compiling NIOEmbedded Embedded.swift
[1264/1439] Emitting module NIOEmbedded
[1265/1439] Compiling NIOEmbedded AsyncTestingChannel.swift
[1266/1440] Compiling pem_pk8.cc
[1267/1440] Compiling obj_xref.cc
[1268/1440] Compiling pem_pkey.cc
[1269/1440] Compiling pem_oth.cc
[1271/1440] Compiling NIOPosix ThreadPosix.swift
[1272/1440] Compiling NIOPosix ThreadWindows.swift
[1273/1440] Compiling NIOPosix UnsafeTransfer.swift
[1274/1440] Compiling NIOPosix Utilities.swift
[1275/1440] Compiling NIOPosix VsockAddress.swift
[1276/1440] Compiling NIOPosix VsockChannelEvents.swift
[1276/1440] Compiling pem_info.cc
[1277/1440] Compiling pem_lib.cc
[1278/1440] Compiling pem_all.cc
[1279/1440] Compiling obj.cc
[1280/1440] Compiling mldsa.cc
[1281/1440] Compiling mlkem.cc
[1282/1440] Compiling mem.cc
[1283/1440] Compiling poly_rq_mul.S
[1284/1440] Compiling fips_shared_support.cc
[1285/1440] Compiling md5.cc
[1286/1440] Compiling md4.cc
[1287/1440] Compiling lhash.cc
[1288/1440] Compiling kyber.cc
[1290/1440] Compiling NIOPosix ServerSocket.swift
[1291/1440] Compiling NIOPosix Socket.swift
[1292/1440] Compiling NIOPosix SocketChannel.swift
[1293/1440] Compiling NIOPosix SocketProtocols.swift
[1294/1440] Compiling NIOPosix System.swift
[1295/1440] Compiling NIOPosix Thread.swift
[1295/1440] Compiling hrss.cc
[1296/1440] Compiling hpke.cc
[1297/1440] Compiling scrypt.cc
[1298/1440] Compiling ex_data.cc
[1299/1440] Compiling sign.cc
[1301/1440] Compiling NIOPosix SelectableChannel.swift
[1302/1440] Compiling NIOPosix SelectableEventLoop.swift
[1303/1440] Compiling NIOPosix SelectorEpoll.swift
[1304/1440] Compiling NIOPosix SelectorGeneric.swift
[1305/1440] Compiling NIOPosix SelectorKqueue.swift
[1306/1440] Compiling NIOPosix SelectorUring.swift
[1306/1440] Compiling pbkdf.cc
[1307/1440] Compiling print.cc
[1308/1440] Compiling p_rsa_asn1.cc
[1309/1440] Compiling p_x25519.cc
[1310/1440] Compiling p_x25519_asn1.cc
[1311/1440] Compiling p_rsa.cc
[1313/1440] Compiling NIOPosix NIOThreadPool.swift
[1314/1440] Compiling NIOPosix NonBlockingFileIO.swift
[1315/1440] Compiling NIOPosix PendingDatagramWritesManager.swift
[1316/1440] Compiling NIOPosix PendingWritesManager.swift
[1317/1440] Compiling NIOPosix PipeChannel.swift
[1318/1440] Compiling NIOPosix PipePair.swift
[1319/1440] Compiling NIOPosix Pool.swift
[1320/1440] Compiling NIOPosix IO.swift
[1321/1440] Compiling NIOPosix IntegerBitPacking.swift
[1322/1440] Compiling NIOPosix IntegerTypes.swift
[1323/1440] Compiling NIOPosix Linux.swift
[1324/1440] Compiling NIOPosix LinuxCPUSet.swift
[1325/1440] Compiling NIOPosix LinuxUring.swift
[1326/1440] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1326/1440] Compiling p_ed25519.cc
[1327/1440] Compiling p_ed25519_asn1.cc
[1328/1440] Compiling p_hkdf.cc
[1329/1440] Compiling p_ec_asn1.cc
[1330/1440] Compiling p_ec.cc
[1332/1440] Compiling NIOPosix BSDSocketAPICommon.swift
[1333/1440] Compiling NIOPosix BSDSocketAPIPosix.swift
[1334/1440] Compiling NIOPosix BSDSocketAPIWindows.swift
[1335/1440] Compiling NIOPosix BaseSocket.swift
[1336/1440] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1337/1440] Compiling NIOPosix BaseSocketChannel.swift
[1338/1440] Compiling NIOPosix BaseStreamSocketChannel.swift
[1339/1440] Emitting module NIOPosix
[1340/1440] Compiling NIOPosix Bootstrap.swift
[1341/1440] Compiling NIOPosix ControlMessage.swift
[1342/1440] Compiling NIOPosix DatagramVectorReadManager.swift
[1343/1440] Compiling NIOPosix Errors+Any.swift
[1344/1440] Compiling NIOPosix FileDescriptor.swift
[1345/1440] Compiling NIOPosix GetaddrinfoResolver.swift
[1346/1440] Compiling NIOPosix HappyEyeballs.swift
[1346/1441] Compiling p_dsa_asn1.cc
[1348/1441] Compiling p_dh_asn1.cc
[1349/1441] Compiling p_dh.cc
[1350/1441] Compiling evp_ctx.cc
[1351/1441] Compiling evp.cc
[1352/1441] Compiling evp_asn1.cc
[1353/1441] Compiling err.cc
[1354/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/1441] Compiling dsa.cc
[1361/1478] Compiling dsa_asn1.cc
[1363/1478] Compiling NIO Exports.swift
[1364/1478] Emitting module NIO
[1364/1478] Compiling digest_extra.cc
[1365/1478] Compiling params.cc
[1367/1479] Compiling des.cc
[1368/1479] Compiling dh_asn1.cc
[1369/1479] Compiling bcm.cc
[1370/1479] Compiling x25519-asm-arm.S
[1371/1479] Compiling spake25519.cc
[1373/1518] Compiling NIOTLS TLSEvents.swift
[1373/1518] Compiling crypto.cc
[1374/1518] Compiling curve25519.cc
[1376/1518] Emitting module NIOSOCKS
[1377/1519] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1378/1519] Emitting module NIOTLS
[1379/1519] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1380/1519] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1381/1519] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1382/1519] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1383/1519] Compiling NIOSOCKS ClientStateMachine.swift
[1384/1519] Compiling NIOSOCKS SOCKSResponse.swift
[1385/1519] Emitting module NIOFoundationCompat
[1385/1519] Compiling cpu_intel.cc
[1387/1519] Compiling NIOSOCKS AuthenticationMethod.swift
[1388/1519] Compiling NIOSOCKS ClientGreeting.swift
[1389/1519] Compiling NIOSOCKS Errors.swift
[1390/1519] Compiling NIOSOCKS Helpers.swift
[1391/1519] Compiling NIOSOCKS ServerStateMachine.swift
[1391/1519] Compiling curve25519_64_adx.cc
[1393/1519] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1394/1519] Compiling NIOTLS SNIHandler.swift
[1395/1519] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1395/1520] Compiling cpu_arm_linux.cc
[1397/1520] Compiling NIOSOCKS SOCKSClientHandler.swift
[1398/1520] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1399/1520] Compiling NIOSOCKS Messages.swift
[1400/1520] Compiling NIOSOCKS SOCKSRequest.swift
[1401/1521] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1402/1521] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1405/1523] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1406/1523] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1407/1523] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1408/1523] Compiling _NIOFileSystem Mocking.swift
[1409/1523] Compiling _NIOFileSystem Syscall.swift
[1410/1523] Compiling _NIOFileSystem Syscalls.swift
[1411/1523] Compiling _NIOFileSystem ParallelDirCopy.swift
[1412/1523] Compiling _NIOFileSystem ParallelRemoval.swift
[1413/1523] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1414/1523] Compiling _NIOFileSystem CInterop.swift
[1415/1523] Compiling _NIOFileSystem Errno.swift
[1415/1527] Compiling cpu_aarch64_sysreg.cc
[1416/1527] Compiling cpu_arm_freebsd.cc
[1418/1528] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1419/1557] Compiling NIOSSL IdentityVerification.swift
[1420/1557] Compiling NIOSSL SSLCertificate.swift
[1421/1557] Compiling NIOSSL NIOSSLHandler.swift
[1422/1557] Compiling NIOSSL SSLErrors.swift
[1423/1557] Compiling NIOSSL SSLInit.swift
[1424/1557] Compiling NIOSSL SSLPKCS12Bundle.swift
[1425/1557] Compiling NIOSSL SSLPrivateKey.swift
[1425/1557] Compiling cpu_aarch64_win.cc
[1427/1557] Compiling NIOSSL RNG.swift
[1428/1557] Compiling NIOSSL SafeCompare.swift
[1429/1557] Compiling NIOSSL Zeroization.swift
[1430/1557] Compiling _NIOFileSystem TokenBucket.swift
[1431/1557] Compiling _NIOFileSystem UnsafeTransfer.swift
[1431/1557] Compiling cpu_aarch64_openbsd.cc
[1433/1557] Compiling cpu_aarch64_fuchsia.cc
[1434/1557] Compiling cpu_aarch64_apple.cc
[1435/1557] Compiling cpu_aarch64_linux.cc
[1436/1557] Compiling conf.cc
[1436/1557] Compiling tls_cbc.cc
[1439/1579] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1440/1579] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1441/1579] Compiling NIOTransportServices NIOTSErrors.swift
[1442/1579] Compiling NIOTransportServices NIOTSEventLoop.swift
[1443/1579] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1444/1579] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1444/1579] Compiling e_rc4.cc
[1445/1579] Compiling e_tls.cc
[1447/1579] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1448/1579] Compiling NIOTransportServices NIOTSSingletons.swift
[1451/1579] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1452/1579] Compiling NIOTransportServices StateManagedChannel.swift
[1453/1579] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1454/1579] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1457/1579] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1457/1581] Compiling e_null.cc
[1459/1581] Compiling NIOTransportServices NIOTSBootstraps.swift
[1460/1581] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1461/1581] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1465/1581] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1466/1581] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1467/1581] Compiling NIOTransportServices AcceptHandler.swift
[1468/1581] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1469/1581] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1470/1581] Emitting module NIOTransportServices
[1471/1581] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1472/1581] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1473/1582] Compiling e_rc2.cc
[1476/1582] Emitting module NIOHTTP1
[1479/1583] Compiling e_chacha20poly1305.cc
[1480/1583] Compiling e_des.cc
[1481/1583] Compiling e_aesctrhmac.cc
[1482/1583] Compiling derive_key.cc
[1485/1583] Emitting module NIOSSL
[1485/1586] Compiling e_aesgcmsiv.cc
[1487/1586] Compiling _NIOFileSystem SystemFileHandle.swift
[1488/1586] Compiling _NIOFileSystem Utilities.swift
[1489/1586] Compiling _NIOFileSystem OpenOptions.swift
[1490/1586] Compiling _NIOFileSystem String+FileSystem.swift
[1490/1586] Compiling unicode.cc
[1492/1586] Compiling NIOSSL NIOSSLSecureBytes.swift
[1495/1587] Compiling chacha.cc
[1496/1591] Compiling cipher_extra.cc
[1497/1596] Compiling cbs.cc
[1502/1596] Compiling NIOSSL SubjectAlternativeName.swift
[1507/1607] Compiling NIOExtras DebugInboundEventsHandler.swift
[1508/1607] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1509/1607] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1510/1607] Compiling NIOWebSocket SHA1.swift
[1510/1615] Compiling cbb.cc
[1512/1632] Compiling NIOWebSocket WebSocketOpcode.swift
[1512/1633] Compiling ber.cc
[1514/1633] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1515/1633] Compiling NIOHPACK HeaderTables.swift
[1516/1633] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1517/1633] Compiling NIOExtras LengthFieldPrepender.swift
[1518/1633] Compiling NIOExtras LineBasedFrameDecoder.swift
[1519/1633] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1520/1633] Compiling NIOExtras NIOExtrasError.swift
[1521/1633] Compiling NIOExtras RequestResponseHandler.swift
[1522/1633] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1523/1633] Compiling NIOExtras PCAPRingBuffer.swift
[1524/1633] Compiling NIOExtras QuiescingHelper.swift
[1525/1633] Emitting module _NIOFileSystem
[1526/1633] Compiling NIOHPACK HPACKEncoder.swift
[1527/1633] Compiling NIOHPACK HPACKErrors.swift
[1528/1633] Compiling NIOHPACK DynamicHeaderTable.swift
[1529/1633] Compiling NIOHPACK HPACKDecoder.swift
[1530/1633] Compiling NIOHPACK HPACKHeader.swift
[1531/1633] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1536/1636] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1538/1636] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1538/1636] Compiling asn1_compat.cc
[1540/1636] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1541/1636] Compiling NIOHPACK IndexedHeaderTable.swift
[1542/1636] Compiling NIOHPACK IntegerCoding.swift
[1543/1637] Compiling NIOWebSocket WebSocketFrame.swift
[1544/1637] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1545/1637] Emitting module NIOWebSocket
[1550/1638] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1551/1638] Compiling NIOExtras NIORequestIdentifiable.swift
[1554/1641] Compiling NIOHTTPCompression HTTPCompression.swift
[1555/1641] Compiling NIOHTTPCompression HTTPDecompression.swift
[1556/1641] Emitting module NIOHTTPCompression
[1558/1641] Compiling NIOHPACK HuffmanTables.swift
[1559/1641] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1560/1641] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1560/1641] Compiling buf.cc
[1562/1642] Compiling NIOHPACK StaticHeaderTable.swift
[1563/1642] Compiling NIOHPACK HuffmanCoding.swift
[1568/1642] Emitting module NIOExtras
[1569/1642] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1570/1642] Emitting module NIOHPACK
[1571/1644] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1572/1644] Emitting module _NIOFileSystemFoundationCompat
[1572/1645] Compiling convert.cc
[1574/1645] Emitting module NIOFileSystem
[1575/1645] Compiling NIOFileSystem Exports.swift
[1576/1645] Compiling NIOSSL TLSConfiguration.swift
[1577/1645] Compiling NIOSSL UniversalBootstrapSupport.swift
[1578/1645] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1585/1646] Compiling bn_asn1.cc
[1587/1646] Compiling blake2.cc
[1607/1648] Compiling printf.cc
[1609/1648] Compiling hexdump.cc
[1610/1648] Compiling pair.cc
[1611/1648] Compiling file.cc
[1613/1648] Compiling NIOExtras UnsafeTransfer.swift
[1614/1648] Compiling NIOExtras WritePCAPHandler.swift
[1614/1649] Compiling fd.cc
[1616/1728] Compiling errno.cc
[1617/1741] Compiling bio_mem.cc
[1618/1741] Compiling base64.cc
[1619/1741] Compiling bio.cc
[1620/1749] Compiling tasn_utl.cc
[1621/1749] Compiling tasn_typ.cc
[1623/1749] Compiling WebSocketKit Exports.swift
[1624/1749] Compiling RediStack RedisChannelName.swift
[1625/1749] Compiling RediStack RedisClient.swift
[1626/1749] Compiling RediStack RedisCommandEncoder-multi-encode.swift
[1627/1749] Compiling RediStack RedisCommandEncoder.swift
[1627/1753] Compiling tasn_new.cc
[1628/1753] Compiling tasn_fre.cc
[1630/1753] Compiling RediStack RedisByteDecoder.swift
[1631/1753] Compiling RediStack RedisCommandHandler.swift
[1632/1753] Compiling RediStack RedisMessageEncoder.swift
[1633/1753] Compiling RediStack RedisPubSubHandler.swift
[1634/1753] Compiling RediStack RedisClusterNodeDescriptionProtocol.swift
[1635/1753] Compiling RediStack RedisClusterNodeID.swift
[1636/1753] Compiling RediStack RedisClusterShardDescriptionProtocol.swift
[1637/1753] Compiling RediStack RedisHashSlot.swift
[1638/1761] Compiling WebSocketKit WebSocketHandler.swift
[1639/1761] Compiling WebSocketKit WebSocket+Concurrency.swift
[1640/1761] Emitting module WebSocketKit
[1640/1761] Compiling tasn_enc.cc
[1645/1761] Compiling RediStack SwiftPolyfill.swift
[1646/1761] Compiling RediStack BasicCommands.swift
[1646/1761] Compiling posix_time.cc
[1647/1761] Compiling f_string.cc
[1649/1761] Compiling WebSocketKit WebSocket.swift
[1649/1761] Compiling tasn_dec.cc
[1655/1761] Compiling f_int.cc
[1657/1761] Compiling RediStack RedisConnection+Configuration.swift
[1658/1761] Compiling RediStack RedisConnection.swift
[1659/1761] Compiling RediStack RedisError.swift
[1660/1761] Compiling RediStack RedisKey+TTL.swift
[1661/1761] Emitting module RediStack
[1662/1761] Compiling WebSocketKit WebSocketClient.swift
[1663/1761] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1664/1761] Compiling WebSocketKit WebSocket+Connect.swift
[1665/1762] Compiling RediStack StandardLibrary.swift
[1666/1762] Compiling RediStack SwiftNIO.swift
[1667/1762] Compiling RediStack RESPTranslator.swift
[1668/1762] Compiling RediStack RESPValue.swift
[1669/1762] Compiling RediStack RESPValueConvertible.swift
[1670/1762] Compiling RediStack RedisKey.swift
[1671/1762] Compiling RediStack RedisLogging.swift
[1672/1762] Compiling RediStack RedisMetrics.swift
[1673/1762] Compiling RediStack _Deprecations.swift
[1674/1762] Compiling asn_pack.cc
[1675/1762] Compiling asn1_par.cc
[1676/1762] Compiling asn1_lib.cc
[1677/1762] Compiling a_utctm.cc
[1678/1762] Compiling a_type.cc
[1680/1762] Compiling RediStack StringCommands.swift
[1681/1762] Compiling RediStack ConnectionPool.swift
[1682/1762] Compiling RediStack RedisConnectionPool+Configuration.swift
[1683/1762] Compiling RediStack RedisConnectionPool.swift
[1684/1762] Compiling RediStack RedisConnectionPoolError.swift
[1695/1762] Compiling RediStack HashCommands.swift
[1696/1762] Compiling RediStack ListCommands.swift
[1697/1762] Compiling RediStack PubSubCommands.swift
[1698/1762] Compiling RediStack SetCommands.swift
[1699/1762] Compiling RediStack SortedSetCommands.swift
[1700/1762] Compiling a_strnid.cc
[1701/1762] Compiling a_time.cc
[1702/1762] Compiling a_octet.cc
[1703/1762] Compiling a_strex.cc
[1704/1762] Compiling a_object.cc
[1705/1762] Compiling a_mbstr.cc
[1706/1762] Compiling a_i2d_fp.cc
[1712/1763] Compiling a_int.cc
[1713/1763] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1713/1763] Write sources
[1716/1763] Compiling a_d2i_fp.cc
[1717/1763] Compiling a_gentm.cc
[1718/1763] Compiling a_dup.cc
[1720/1763] Compiling NIOHTTP2 InboundWindowManager.swift
[1721/1763] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1722/1763] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1723/1763] Compiling NIOHTTP2 StreamChannelList.swift
[1724/1763] Compiling NIOHTTP2 StreamMap.swift
[1725/1763] Compiling NIOHTTP2 StreamStateMachine.swift
[1726/1763] Compiling NIOHTTP2 UnsafeTransfer.swift
[1727/1763] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1727/1763] Compiling a_bool.cc
[1728/1816] Compiling a_bitstr.cc
[1730/1816] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1731/1816] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1732/1816] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1733/1816] Compiling NIOHTTP2 HTTP2StreamID.swift
[1734/1816] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1735/1816] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1736/1816] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1737/1816] Compiling NIOHTTP2 InboundEventBuffer.swift
[1738/1824] Compiling BitCollections BitArray+BitwiseOperations.swift
[1739/1824] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1740/1824] Compiling BitCollections BitArray+Codable.swift
[1741/1824] Compiling BitCollections BitArray+Collection.swift
[1742/1824] Compiling BitCollections BitArray+Copy.swift
[1743/1824] Compiling BitCollections BitArray+CustomReflectable.swift
[1744/1824] Compiling BitCollections BitArray+Descriptions.swift
[1745/1824] Compiling BitCollections BitArray+Equatable.swift
[1746/1831] Emitting module BitCollections
[1747/1831] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1748/1831] Compiling BitCollections BitSet+CustomReflectable.swift
[1749/1831] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1750/1831] Compiling BitCollections BitSet+Equatable.swift
[1751/1831] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1752/1831] Compiling BitCollections BitSet+Extras.swift
[1753/1831] Compiling BitCollections BitSet+Hashable.swift
[1754/1831] Emitting module NIOHTTP2
[1755/1831] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1756/1831] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1757/1831] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1758/1831] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1762/1831] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1763/1831] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1764/1831] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1765/1831] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1766/1831] Compiling BitCollections BitSet+SetAlgebra union.swift
[1767/1831] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1768/1831] Compiling BitCollections BitSet.Counted.swift
[1769/1831] Compiling BitCollections BitSet+Initializers.swift
[1770/1831] Compiling BitCollections BitSet+Invariants.swift
[1771/1831] Compiling BitCollections BitSet+Random.swift
[1772/1831] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1773/1831] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1774/1831] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1775/1831] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1776/1831] Compiling CryptoBoringWrapper RandomBytes.swift
[1777/1831] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1778/1831] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1779/1831] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1780/1831] Compiling BitCollections BitArray+Extras.swift
[1781/1831] Compiling BitCollections BitArray+Fill.swift
[1782/1831] Compiling BitCollections BitArray+Hashable.swift
[1783/1831] Compiling BitCollections BitArray+Initializers.swift
[1784/1831] Compiling BitCollections BitArray+Invariants.swift
[1785/1831] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1786/1831] Compiling BitCollections BitArray+RandomBits.swift
[1787/1831] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1788/1831] Compiling BitCollections BitArray+Shifts.swift
[1789/1831] Compiling BitCollections BitArray+Testing.swift
[1790/1831] Compiling BitCollections BitArray._UnsafeHandle.swift
[1791/1831] Compiling BitCollections BitArray.swift
[1792/1831] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1793/1831] Compiling BitCollections BitSet+Codable.swift
[1794/1831] Emitting module CryptoBoringWrapper
[1795/1831] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1796/1831] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1797/1831] Compiling CryptoBoringWrapper EllipticCurve.swift
[1798/1831] Compiling BitCollections BitSet.Index.swift
[1799/1831] Compiling BitCollections BitSet._UnsafeHandle.swift
[1800/1831] Compiling BitCollections BitSet.swift
[1801/1831] Compiling BitCollections Range+Utilities.swift
[1802/1831] Compiling BitCollections Slice+Utilities.swift
[1803/1831] Compiling BitCollections UInt+Tricks.swift
[1804/1831] Compiling BitCollections _Word.swift
[1814/1832] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1815/1832] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1834/1836] Compiling Collections Collections.swift
[1835/1836] Emitting module Collections
[1838/2008] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1839/2008] Compiling AsyncHTTPClient ConnectionPool.swift
[1840/2008] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1841/2010] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1842/2010] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1843/2010] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1844/2010] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1845/2010] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1846/2010] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1847/2010] Emitting module MultipartKit
[1850/2012] Compiling AsyncKit Optional+StrictMap.swift
[1851/2012] Compiling AsyncKit Exports.swift
[1852/2012] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1854/2012] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1855/2012] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1856/2012] Compiling AsyncHTTPClient Transaction.swift
[1857/2012] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1860/2012] Compiling AsyncHTTPClient Base64.swift
[1861/2012] Compiling AsyncHTTPClient BasicAuth.swift
[1863/2012] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1864/2012] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1865/2012] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1866/2012] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1867/2012] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1871/2012] Compiling MultipartKit MultipartSerializer.swift
[1872/2012] Compiling MultipartKit Utilities.swift
[1884/2022] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1885/2022] Compiling AsyncHTTPClient RequestOptions.swift
[1886/2022] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1887/2022] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1888/2022] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1889/2022] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1890/2022] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1891/2022] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1892/2022] Compiling Crypto ECDSA.swift
[1893/2022] Compiling Crypto Ed25519.swift
[1894/2022] Emitting module Crypto
[1895/2022] Emitting module AsyncHTTPClient
[1896/2030] Compiling AsyncHTTPClient SSLContextCache.swift
[1897/2030] Compiling AsyncHTTPClient Scheme.swift
[1898/2030] Compiling AsyncHTTPClient Singleton.swift
[1899/2030] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1900/2030] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1901/2030] Compiling AsyncHTTPClient Utils.swift
[1902/2030] Compiling Crypto Curve25519.swift
[1903/2030] Compiling Crypto Ed25519Keys.swift
[1904/2030] Compiling Crypto NISTCurvesKeys.swift
[1905/2030] Compiling Crypto X25519Keys.swift
[1906/2030] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1907/2030] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1908/2030] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1909/2030] Compiling AsyncHTTPClient RequestBodyLength.swift
[1910/2030] Compiling AsyncHTTPClient HTTPClient.swift
[1911/2030] Compiling AsyncHTTPClient HTTPHandler.swift
[1912/2030] Compiling AsyncHTTPClient LRUCache.swift
[1913/2030] Compiling AsyncHTTPClient NWErrorHandler.swift
[1914/2030] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1915/2030] Compiling AsyncHTTPClient TLSConfiguration.swift
[1919/2030] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1920/2030] Compiling AsyncHTTPClient HTTP2Connection.swift
[1921/2030] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1922/2030] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1923/2030] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1924/2030] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1925/2030] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1926/2030] Compiling AsyncHTTPClient RedirectState.swift
[1927/2030] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1928/2030] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1929/2030] Compiling AsyncHTTPClient ConnectionTarget.swift
[1930/2030] Compiling AsyncHTTPClient DeconstructedURL.swift
[1931/2030] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1932/2030] Compiling AsyncHTTPClient FoundationExtensions.swift
[1933/2030] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1934/2030] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1935/2030] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1936/2030] Emitting module AsyncKit
[1937/2030] Compiling AsyncHTTPClient RequestBag.swift
[1938/2030] Compiling AsyncHTTPClient RequestValidation.swift
[1945/2030] Compiling Crypto Signature.swift
[1946/2030] Compiling Crypto CryptoKitErrors_boring.swift
[1947/2030] Compiling Crypto RNG_boring.swift
[1948/2030] Compiling Crypto SafeCompare_boring.swift
[1949/2030] Compiling Crypto Zeroization_boring.swift
[1950/2030] Compiling Crypto PrettyBytes.swift
[1951/2030] Compiling Crypto SafeCompare.swift
[1952/2030] Compiling Crypto SecureBytes.swift
[1953/2030] Compiling Crypto Zeroization.swift
[2034/2202] Compiling Vapor AsyncBasicResponder.swift
[2035/2202] Compiling Vapor AsyncMiddleware.swift
[2036/2202] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2037/2202] Compiling Vapor AsyncSessionDriver.swift
[2038/2202] Compiling Vapor Authentication+Concurrency.swift
[2039/2202] Compiling Vapor Cache+Concurrency.swift
[2040/2202] Compiling Vapor Client+Concurrency.swift
[2041/2202] Compiling Vapor RequestBody+Concurrency.swift
[2042/2202] Compiling Vapor Responder+Concurrency.swift
[2043/2202] Compiling Vapor ResponseCodable+Concurrency.swift
[2044/2202] Compiling Vapor RoutesBuilder+Concurrency.swift
[2045/2202] Compiling Vapor ViewRenderer+Concurrency.swift
[2046/2202] Compiling Vapor WebSocket+Concurrency.swift
[2047/2202] Compiling Vapor ContainerGetPathExecutor.swift
[2048/2202] Compiling Vapor Content.swift
[2049/2202] Compiling Vapor ContentCoders.swift
[2050/2202] Compiling Vapor ContentConfiguration.swift
[2051/2202] Compiling Vapor ContentContainer.swift
[2052/2202] Compiling Vapor JSONCoder+Custom.swift
[2053/2202] Compiling Vapor JSONCoders+Content.swift
[2054/2202] Compiling Vapor PlaintextDecoder.swift
[2055/2202] Compiling Vapor PlaintextEncoder.swift
[2056/2202] Compiling Vapor URLQueryCoders.swift
[2057/2202] Compiling Vapor URLQueryContainer.swift
[2058/2226] Compiling Vapor Service.swift
[2059/2226] Compiling Vapor Application+Sessions.swift
[2060/2226] Compiling Vapor MemorySessions.swift
[2061/2226] Compiling Vapor Request+Session.swift
[2062/2226] Compiling Vapor Session.swift
[2063/2226] Compiling Vapor SessionCache.swift
[2064/2226] Compiling Vapor SessionData.swift
[2065/2226] Compiling Vapor SessionDriver.swift
[2066/2226] Compiling Vapor SessionsConfiguration.swift
[2067/2226] Compiling Vapor SessionsMiddleware.swift
[2068/2226] Compiling Vapor URLEncodedFormData.swift
[2069/2226] Compiling Vapor URLEncodedFormDecoder.swift
[2070/2226] Compiling Vapor URLEncodedFormEncoder.swift
[2071/2226] Compiling Vapor URLEncodedFormError.swift
[2072/2226] Compiling Vapor URLEncodedFormParser.swift
[2073/2226] Compiling Vapor URLEncodedFormSerializer.swift
[2074/2226] Compiling Vapor URLQueryFragmentConvertible.swift
[2075/2226] Compiling Vapor AnyResponse.swift
[2076/2226] Compiling Vapor Array+Random.swift
[2077/2226] Compiling Vapor Base32.swift
[2078/2226] Compiling Vapor Base64.swift
[2079/2226] Compiling Vapor BaseN.swift
[2080/2226] Compiling Vapor BasicCodingKey.swift
[2081/2226] Compiling Vapor ByteCount.swift
[2082/2250] Compiling Vapor Bytes+Hex.swift
[2083/2250] Compiling Vapor Bytes+SecureCompare.swift
[2084/2250] Compiling Vapor Collection+Safe.swift
[2085/2250] Compiling Vapor DataProtocol+Copy.swift
[2086/2250] Compiling Vapor DecoderUnwrapper.swift
[2087/2250] Compiling Vapor DirectoryConfiguration.swift
[2088/2250] Compiling Vapor DotEnv.swift
[2089/2250] Compiling Vapor Extendable.swift
[2090/2250] Compiling Vapor File.swift
[2091/2250] Compiling Vapor FileIO.swift
[2092/2250] Compiling Vapor LifecycleHandler.swift
[2093/2250] Compiling Vapor OptionalType.swift
[2094/2250] Compiling Vapor RFC1123.swift
[2095/2250] Compiling Vapor SocketAddress+Hostname.swift
[2096/2250] Compiling Vapor Storage.swift
[2097/2250] Compiling Vapor String+IsIPAddress.swift
[2098/2250] Compiling Vapor Thread.swift
[2099/2250] Compiling Vapor URI.swift
[2100/2250] Compiling Vapor RangeResult.swift
[2101/2250] Compiling Vapor Validatable.swift
[2102/2250] Compiling Vapor Validation.swift
[2103/2250] Compiling Vapor ValidationKey.swift
[2104/2250] Compiling Vapor Validations.swift
[2105/2250] Compiling Vapor ValidationsError.swift
[2106/2250] Compiling Vapor HTTPServerResponseEncoder.swift
[2107/2250] Compiling Vapor HTTPServerUpgradeHandler.swift
[2108/2250] Compiling Vapor Logger+Report.swift
[2109/2250] Compiling Vapor LoggingSystem+Environment.swift
[2110/2250] Compiling Vapor Application+Middleware.swift
[2111/2250] Compiling Vapor CORSMiddleware.swift
[2112/2250] Compiling Vapor ErrorMiddleware.swift
[2113/2250] Compiling Vapor FileMiddleware.swift
[2114/2250] Compiling Vapor Middleware.swift
[2115/2250] Compiling Vapor MiddlewareConfiguration.swift
[2116/2250] Compiling Vapor ResponseCompressionMiddleware.swift
[2117/2250] Compiling Vapor RouteLoggingMiddleware.swift
[2118/2250] Compiling Vapor TracingMiddleware.swift
[2119/2250] Compiling Vapor File+Multipart.swift
[2120/2250] Compiling Vapor FormDataDecoder+Content.swift
[2121/2250] Compiling Vapor FormDataEncoder+Content.swift
[2122/2250] Compiling Vapor Application+Password.swift
[2123/2250] Compiling Vapor Application+Passwords.swift
[2124/2250] Compiling Vapor AsyncPasswordHasher.swift
[2125/2250] Compiling Vapor BcryptHasher.swift
[2126/2250] Compiling Vapor PasswordHasher.swift
[2127/2250] Compiling Vapor PlaintextHasher.swift
[2128/2250] Compiling Vapor Request+Password.swift
[2129/2250] Compiling Vapor Redirect.swift
[2130/2250] Compiling Vapor Application.swift
[2131/2250] Compiling Vapor AuthenticationCache.swift
[2132/2250] Compiling Vapor Authenticator.swift
[2133/2250] Compiling Vapor BasicAuthorization.swift
[2134/2250] Compiling Vapor BearerAuthorization.swift
[2135/2250] Compiling Vapor GuardMiddleware.swift
[2136/2250] Compiling Vapor RedirectMiddleware.swift
[2137/2250] Compiling Vapor SessionAuthenticatable.swift
[2138/2250] Compiling Vapor Bcrypt.swift
[2139/2250] Compiling Vapor Application+Cache.swift
[2140/2250] Compiling Vapor Cache.swift
[2141/2250] Compiling Vapor CacheExpirationTime.swift
[2142/2250] Compiling Vapor MemoryCache.swift
[2143/2250] Compiling Vapor Request+Cache.swift
[2144/2250] Compiling Vapor Application+Clients.swift
[2145/2250] Compiling Vapor Client.swift
[2146/2250] Compiling Vapor ClientRequest.swift
[2147/2250] Compiling Vapor ClientResponse.swift
[2148/2250] Compiling Vapor Request+Client.swift
[2149/2250] Compiling Vapor BootCommand.swift
[2150/2250] Compiling Vapor CommandContext+Application.swift
[2151/2250] Compiling Vapor RoutesCommand.swift
[2152/2250] Compiling Vapor ServeCommand.swift
[2153/2250] Compiling Vapor AnyResponse+Concurrency.swift
[2154/2250] Compiling Vapor Core.swift
[2155/2250] Compiling Vapor Running.swift
[2156/2250] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2157/2250] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2158/2250] Compiling Vapor DotEnvFile+load.swift
[2159/2250] Compiling Vapor Routes+caseInsenstive.swift
[2160/2250] Compiling Vapor Validatable+validate.swift
[2161/2250] Compiling Vapor Environment+Process.swift
[2162/2250] Compiling Vapor Environment+Secret.swift
[2163/2250] Compiling Vapor Environment.swift
[2164/2250] Compiling Vapor Abort.swift
[2165/2250] Compiling Vapor AbortError.swift
[2166/2250] Compiling Vapor DebuggableError.swift
[2167/2250] Compiling Vapor Demangler.swift
[2168/2250] Compiling Vapor ErrorSource.swift
[2169/2250] Compiling Vapor StackTrace.swift
[2170/2250] Compiling Vapor Exports.swift
[2171/2250] Compiling Vapor Application+HTTP.swift
[2172/2250] Compiling Vapor BasicResponder.swift
[2173/2250] Compiling Vapor BodyStream.swift
[2174/2250] Compiling Vapor Application+HTTP+Client.swift
[2175/2250] Compiling Vapor EventLoopHTTPClient.swift
[2176/2250] Compiling Vapor EndpointCache.swift
[2177/2250] Compiling Vapor HTTPMethod+String.swift
[2178/2250] Compiling Vapor Request+Body.swift
[2179/2250] Compiling Vapor Request+BodyStream.swift
[2180/2250] Compiling Vapor Request.swift
[2181/2250] Compiling Vapor Application+Responder.swift
[2182/2250] Compiling Vapor DefaultResponder.swift
[2183/2250] Compiling Vapor Response+Body.swift
[2184/2250] Compiling Vapor Response.swift
[2185/2250] Compiling Vapor ResponseCodable.swift
[2186/2250] Compiling Vapor Application+Routes.swift
[2187/2250] Compiling Vapor Parameters+Require.swift
[2188/2250] Compiling Vapor Request+WebSocket.swift
[2189/2250] Compiling Vapor Route.swift
[2190/2250] Compiling Vapor RouteCollection.swift
[2191/2250] Compiling Vapor Routes.swift
[2192/2250] Compiling Vapor RoutesBuilder+Group.swift
[2193/2250] Compiling Vapor RoutesBuilder+Method.swift
[2194/2250] Compiling Vapor RoutesBuilder+Middleware.swift
[2195/2250] Compiling Vapor RoutesBuilder+WebSocket.swift
[2196/2250] Compiling Vapor RoutesBuilder.swift
[2197/2250] Compiling Vapor OTP.swift
[2198/2250] Compiling Vapor Application+Servers.swift
[2199/2250] Compiling Vapor Server.swift
[2200/2250] Compiling Vapor App+Service.swift
[2201/2250] Compiling Vapor Req+Service.swift
[2202/2250] Compiling Vapor HTTPStatus.swift
[2203/2250] Compiling Vapor HTTPCookies.swift
[2204/2250] Compiling Vapor HTTPHeaderCacheControl.swift
[2205/2250] Compiling Vapor HTTPHeaderExpires.swift
[2206/2250] Compiling Vapor HTTPHeaderLastModified.swift
[2207/2250] Compiling Vapor HTTPHeaders+Cache.swift
[2208/2250] Compiling Vapor HTTPHeaders+Connection.swift
[2209/2250] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2210/2250] Compiling Vapor HTTPHeaders+ContentRange.swift
[2211/2250] Compiling Vapor HTTPHeaders+Directive.swift
[2212/2250] Compiling Vapor HTTPHeaders+Forwarded.swift
[2213/2250] Compiling Vapor HTTPHeaders+Link.swift
[2214/2250] Compiling Vapor HTTPHeaders+Name.swift
[2215/2250] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2216/2250] Compiling Vapor HTTPHeaders.swift
[2217/2250] Compiling Vapor HTTPMediaType.swift
[2218/2250] Compiling Vapor HTTPMediaTypePreference.swift
[2219/2250] Compiling Vapor Responder.swift
[2220/2250] Compiling Vapor Application+HTTP+Server.swift
[2221/2250] Compiling Vapor HTTPServer.swift
[2222/2250] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2223/2250] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2224/2250] Compiling Vapor HTTPServerHandler.swift
[2225/2250] Compiling Vapor HTTPServerRequestDecoder.swift
[2226/2250] Emitting module Vapor
[2227/2250] Compiling Vapor Validator.swift
[2228/2250] Compiling Vapor ValidatorResult.swift
[2229/2250] Compiling Vapor And.swift
[2230/2250] Compiling Vapor Case.swift
[2231/2250] Compiling Vapor CharacterSet.swift
[2232/2250] Compiling Vapor Count.swift
[2233/2250] Compiling Vapor Custom.swift
[2234/2250] Compiling Vapor Email.swift
[2235/2250] Compiling Vapor Empty.swift
[2236/2250] Compiling Vapor In.swift
[2237/2250] Compiling Vapor Nil.swift
[2238/2250] Compiling Vapor NilIgnoring.swift
[2239/2250] Compiling Vapor Not.swift
[2240/2250] Compiling Vapor Or.swift
[2241/2250] Compiling Vapor Pattern.swift
[2242/2250] Compiling Vapor Range.swift
[2243/2250] Compiling Vapor URL.swift
[2244/2250] Compiling Vapor Valid.swift
[2245/2250] Compiling Vapor Application+Views.swift
[2246/2250] Compiling Vapor PlaintextRenderer.swift
[2247/2250] Compiling Vapor Request+View.swift
[2248/2250] Compiling Vapor View.swift
[2249/2250] Compiling Vapor ViewRenderer.swift
[2250/2250] Compiling Vapor _Deprecations.swift
[2252/2263] Compiling Redis RedisConfiguration.swift
[2253/2264] Compiling Redis Application.Redis+configuration.swift
[2254/2264] Compiling Redis Exports.swift
[2255/2264] Emitting module Redis
[2256/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)
[2257/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)
[2258/2264] Compiling Redis Application+Redis.swift
[2259/2264] Compiling Redis Application.Redis+PubSub.swift
[2260/2264] Compiling Redis Redis+Sessions.swift
[2261/2264] Compiling Redis RedisClient+Codable.swift
[2262/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 |
[2263/2264] Compiling Redis RedisID.swift
[2264/2264] Compiling Redis Request+Redis.swift
Build complete! (412.93s)
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.