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 queues-redis-driver, reference main (a3dac0), with Swift 6.1 for Linux on 29 Apr 2025 10:45:26 UTC.

Swift 6 data race errors: 3

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/queues-redis-driver.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/queues-redis-driver
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a3dac0d Update swift tools version to 5.8 (#41)
Cloned https://github.com/vapor/queues-redis-driver.git
Revision (git rev-parse @):
a3dac0d311cead67917ad4221feb061e3609b145
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/queues-redis-driver.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/queues-redis-driver.git
https://github.com/vapor/queues-redis-driver.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.76.3",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "queues",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.12.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/queues.git"
    },
    {
      "identity" : "redis",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.8.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/redis.git"
    }
  ],
  "manifest_display_name" : "queues-redis-driver",
  "name" : "queues-redis-driver",
  "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" : "QueuesRedisDriver",
      "targets" : [
        "QueuesRedisDriver"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "QueuesRedisDriverTests",
      "module_type" : "SwiftTarget",
      "name" : "QueuesRedisDriverTests",
      "path" : "Tests/QueuesRedisDriverTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "JobsRedisDriverTests.swift"
      ],
      "target_dependencies" : [
        "QueuesRedisDriver"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QueuesRedisDriver",
      "module_type" : "SwiftTarget",
      "name" : "QueuesRedisDriver",
      "path" : "Sources/QueuesRedisDriver",
      "product_dependencies" : [
        "Vapor",
        "Queues",
        "Redis"
      ],
      "product_memberships" : [
        "QueuesRedisDriver"
      ],
      "sources" : [
        "Exports.swift",
        "JobsRedisDriver.swift",
        "JobsRedisDriverError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/redis.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/queues.git
[1/3751] Fetching redis
[2/7069] Fetching redis, queues
[7070/81406] Fetching redis, queues, vapor
Fetched https://github.com/vapor/queues.git from cache (0.67s)
[5238/78088] Fetching redis, vapor
Fetched https://github.com/vapor/redis.git from cache (0.72s)
[3717/74337] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (4.14s)
Computing version for https://github.com/vapor/redis.git
Computed https://github.com/vapor/redis.git at 4.11.1 (5.25s)
Fetching https://github.com/swift-server/RediStack.git
[1/4702] Fetching redistack
Fetched https://github.com/swift-server/RediStack.git from cache (0.72s)
Computing version for https://github.com/swift-server/RediStack.git
Computed https://github.com/swift-server/RediStack.git at 1.6.2 (4.70s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
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
[1/3836] Fetching swift-log
[406/6036] Fetching swift-log, swift-metrics
[2383/7741] Fetching swift-log, swift-metrics, swift-atomics
[6839/83268] Fetching swift-log, swift-metrics, swift-atomics, swift-nio
[7317/98061] Fetching swift-log, swift-metrics, swift-atomics, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (0.65s)
[6874/95861] Fetching swift-log, swift-atomics, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (0.84s)
[5747/92025] Fetching swift-atomics, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.78s)
[59106/77232] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (9.83s)
Fetched https://github.com/apple/swift-nio.git from cache (10.01s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (11.11s)
Computing version for https://github.com/vapor/queues.git
Computed https://github.com/vapor/queues.git at 1.17.2 (1.05s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.58s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
[652/20633] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.73s)
[4393/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.93s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.96s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.99s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.42s)
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.18s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.87s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (1.14s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
[1/3208] Fetching multipart-kit
[290/4271] Fetching multipart-kit, swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.50s)
Fetching https://github.com/apple/swift-nio-http2.git
[1638/14700] Fetching multipart-kit, swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.40s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/vapor/multipart-kit.git from cache (3.28s)
Fetching https://github.com/apple/swift-crypto.git
[1/20727] Fetching routing-kit
[831/23323] Fetching routing-kit, websocket-kit
[2257/28985] Fetching routing-kit, websocket-kit, swift-nio-extras
[2314/34888] Fetching routing-kit, websocket-kit, swift-nio-extras, swift-algorithms
[5238/39862] Fetching routing-kit, websocket-kit, swift-nio-extras, swift-algorithms, swift-distributed-tracing
Fetched https://github.com/vapor/websocket-kit.git from cache (0.84s)
[22060/37266] Fetching routing-kit, swift-nio-extras, swift-algorithms, swift-distributed-tracing
Fetching https://github.com/vapor/console-kit.git
[25868/51050] Fetching routing-kit, swift-nio-extras, swift-algorithms, swift-distributed-tracing, swift-crypto
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.27s)
[28490/46076] Fetching routing-kit, swift-nio-extras, swift-algorithms, swift-crypto
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.33s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.35s)
Fetching https://github.com/swift-server/async-http-client.git
[17063/34511] Fetching routing-kit, swift-crypto
[18182/39996] Fetching routing-kit, swift-crypto, console-kit
[23643/42366] Fetching routing-kit, swift-crypto, console-kit, async-kit
Fetched https://github.com/vapor/console-kit.git from cache (1.01s)
Fetched https://github.com/vapor/async-kit.git from cache (0.58s)
[22310/34511] Fetching routing-kit, swift-crypto
[26793/48382] Fetching routing-kit, swift-crypto, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (3.00s)
[7309/27655] Fetching swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (3.00s)
Fetched https://github.com/apple/swift-crypto.git from cache (4.31s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (8.59s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.04s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (1.21s)
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.55s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.63s)
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.75s)
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
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.45s)
[498/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.57s)
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.80s)
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.10s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.18s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.08s)
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.17s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.27s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.18s)
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.02s)
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.30s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.75s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.28s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.46s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.64s)
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/vapor/queues.git
Working copy of https://github.com/vapor/queues.git resolved at 1.17.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/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/vapor/redis.git
Working copy of https://github.com/vapor/redis.git resolved at 4.11.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-nio-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
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-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Building for debugging...
[0/834] Write sources
[45/834] Compiling CNIOWASI CNIOWASI.c
[45/834] Compiling CNIOWindows WSAStartup.c
[46/834] Compiling CNIOWindows shim.c
[48/834] Write sources
[56/834] Compiling CVaporBcrypt bcrypt.c
[57/834] Compiling CNIOLinux liburing_shims.c
[58/834] Compiling _NumericsShims _NumericsShims.c
[59/834] Compiling _AtomicsShims.c
[60/834] Compiling CNIOLinux shim.c
[61/834] Compiling CSystem shims.c
[62/834] Compiling CNIOLLHTTP c_nio_http.c
[63/834] Compiling CNIOSHA1 c_nio_sha1.c
[64/834] Compiling CNIODarwin shim.c
[65/834] Compiling CNIOExtrasZlib empty.c
[66/834] Compiling CNIOLLHTTP c_nio_api.c
[67/834] Compiling fiat_p256_adx_sqr.S
[68/834] Compiling fiat_curve25519_adx_square.S
[69/834] Compiling fiat_p256_adx_mul.S
[70/834] Compiling CVaporBcrypt blf.c
[70/834] Write swift-version-24593BA9C3E375BF.txt
[72/834] Compiling fiat_curve25519_adx_mul.S
[73/834] Compiling CNIOLLHTTP c_nio_llhttp.c
[74/834] Compiling CNIOBoringSSLShims shims.c
[75/871] Compiling tls13_enc.cc
[76/871] Compiling tls_method.cc
[77/886] Compiling tls13_server.cc
[78/886] Compiling tls_record.cc
[80/906] Emitting module InternalCollectionsUtilities
[81/908] Emitting module ServiceContextModule
[82/908] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[83/908] Compiling InternalCollectionsUtilities Specialize.swift
[84/908] Compiling CoreMetrics Metrics.swift
[85/908] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[86/908] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[87/908] Compiling RealModule ElementaryFunctions.swift
[88/909] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[89/909] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[90/909] Compiling InternalCollectionsUtilities UInt+reversed.swift
[91/909] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[92/909] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[93/909] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[94/909] Compiling RealModule Real.swift
[95/909] Compiling _NIODataStructures _TinyArray.swift
[96/909] Compiling SystemPackage MachPort.swift
[97/909] Compiling SystemPackage PlatformString.swift
[98/909] Compiling SystemPackage SystemString.swift
[99/909] Compiling ServiceContextModule ServiceContext.swift
[100/909] Compiling ServiceContextModule ServiceContextKey.swift
[101/912] Emitting module RealModule
[102/913] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[103/913] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[104/913] Compiling InternalCollectionsUtilities _SortedCollection.swift
[105/913] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[106/913] Compiling InternalCollectionsUtilities Debugging.swift
[107/913] Compiling InternalCollectionsUtilities Descriptions.swift
[108/913] Compiling RealModule Float+Real.swift
[109/913] Compiling RealModule Float80+Real.swift
[110/913] Compiling RealModule Float16+Real.swift
[111/913] Compiling _NIODataStructures PriorityQueue.swift
[116/913] Compiling InternalCollectionsUtilities Integer rank.swift
[117/913] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[118/913] Compiling RealModule RealFunctions.swift
[123/915] Emitting module _NIOBase64
[124/915] Compiling _NIOBase64 Base64.swift
[134/916] Emitting module SystemPackage
[138/1064] Compiling _RopeModule Rope+Invariants.swift
[139/1064] Compiling _RopeModule Rope+_Node.swift
[140/1064] Compiling _RopeModule BigString+Comparable.swift
[141/1064] Compiling Instrumentation MultiplexInstrument.swift
[142/1064] Emitting module _NIODataStructures
[143/1064] Compiling _NIODataStructures Heap.swift
[144/1064] Compiling Logging MetadataProvider.swift
[145/1065] Emitting module Logging
[146/1065] Compiling Instrumentation NoOpInstrument.swift
[147/1065] Emitting module CoreMetrics
[148/1065] Compiling CoreMetrics Locks.swift
[149/1066] Compiling Instrumentation Locks.swift
[150/1066] Compiling Instrumentation Instrument.swift
[151/1066] Emitting module Instrumentation
[152/1066] Compiling Instrumentation InstrumentationSystem.swift
[153/1067] Compiling _RopeModule BigString+Ingester.swift
[154/1067] Compiling _RopeModule BigString+Invariants.swift
[155/1067] Compiling _RopeModule BigString+UnicodeScalarView.swift
[156/1067] Compiling _RopeModule BigSubstring+UTF16View.swift
[157/1067] Compiling _RopeModule BigSubstring+UTF8View.swift
[158/1067] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[159/1067] Compiling _RopeModule BigString+Debugging.swift
[160/1067] Compiling _RopeModule BigString+Index.swift
[163/1067] Compiling _RopeModule BigString+Iterators.swift
[164/1067] Compiling _RopeModule BigString+Metrics.swift
[165/1067] Compiling _RopeModule BigString+Summary.swift
[166/1067] Compiling _RopeModule BigString.swift
[172/1070] Compiling Logging LogHandler.swift
[173/1070] Compiling Logging Locks.swift
[174/1070] Compiling Logging Logging.swift
[179/1159] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[180/1159] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[181/1159] Compiling HashTreeCollections TreeDictionary+Keys.swift
[182/1159] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[183/1159] Compiling HashTreeCollections TreeDictionary+Merge.swift
[184/1159] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[185/1159] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[186/1165] Compiling DequeModule Deque._Storage.swift
[187/1165] Compiling DequeModule Deque._UnsafeHandle.swift
[188/1165] Compiling DequeModule Deque.swift
[189/1165] Compiling DequeModule Deque+Extras.swift
[190/1165] Compiling DequeModule Deque+Hashable.swift
[191/1165] Compiling DequeModule Deque+Testing.swift
[192/1186] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[193/1186] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[194/1186] Compiling HashTreeCollections _HashStack.swift
[195/1186] Compiling HashTreeCollections _HashTreeIterator.swift
[196/1186] Compiling HashTreeCollections _HashTreeStatistics.swift
[197/1186] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[198/1186] Compiling HashTreeCollections _RawHashNode.swift
[199/1186] Compiling HashTreeCollections _UnmanagedHashNode.swift
[200/1186] Compiling HashTreeCollections _UnsafePath.swift
[201/1186] Compiling HeapModule Heap+Invariants.swift
[202/1186] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[203/1186] Compiling HeapModule Heap+Descriptions.swift
[204/1186] Emitting module HeapModule
[205/1186] Compiling HashTreeCollections TreeDictionary+Codable.swift
[206/1186] Compiling HashTreeCollections TreeDictionary+Collection.swift
[207/1186] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[208/1186] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[209/1186] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[210/1186] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[211/1186] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[212/1186] Compiling HashTreeCollections TreeDictionary+Filter.swift
[213/1186] Compiling HashTreeCollections _HashNode+Structural union.swift
[214/1186] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[215/1186] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[216/1186] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[217/1186] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[218/1186] Compiling HashTreeCollections _HashNode.swift
[219/1186] Compiling HashTreeCollections _HashNodeHeader.swift
[220/1186] Compiling HashTreeCollections _HashSlot.swift
[221/1186] Compiling HeapModule _HeapNode.swift
[222/1186] Compiling Tracing TracingTime.swift
[223/1186] Compiling HashTreeCollections _Bucket.swift
[224/1186] Compiling HashTreeCollections _Hash.swift
[225/1188] Compiling DequeModule _DequeBuffer.swift
[226/1188] Compiling DequeModule _DequeBufferHeader.swift
[227/1188] Emitting module Tracing
[228/1188] Compiling HeapModule Heap+UnsafeHandle.swift
[229/1188] Compiling Tracing InstrumentationSystem+Tracing.swift
[230/1188] Compiling HeapModule Heap.swift
[231/1189] Compiling HashTreeCollections _HashLevel.swift
[232/1189] Compiling HashTreeCollections _HashNode+Builder.swift
[233/1189] Compiling Tracing Tracer.swift
[234/1189] Compiling Tracing TracerProtocol.swift
[236/1189] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[237/1189] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[240/1189] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[241/1189] Compiling HashTreeCollections _HashNode+Structural merge.swift
[242/1189] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[243/1189] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[250/1189] Compiling DequeModule _DequeSlot.swift
[251/1189] Compiling DequeModule _UnsafeWrappedBuffer.swift
[252/1189] Compiling Tracing TracerProtocol+Legacy.swift
[255/1195] Compiling HashTreeCollections TreeSet+Hashable.swift
[256/1195] Compiling HashTreeCollections TreeSet+Sendable.swift
[257/1195] Compiling HashTreeCollections TreeSet+Sequence.swift
[258/1195] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[259/1195] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[260/1195] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[261/1195] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[262/1195] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[263/1195] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[264/1195] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[271/1205] Compiling Tracing NoOpTracer.swift
[272/1205] Compiling Tracing SpanProtocol.swift
[274/1206] Compiling OrderedCollections OrderedSet+SubSequence.swift
[275/1206] Compiling OrderedCollections OrderedSet+Testing.swift
[276/1206] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[277/1206] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[278/1206] Compiling OrderedCollections OrderedSet.swift
[279/1206] Compiling HashTreeCollections TreeSet+Descriptions.swift
[280/1206] Compiling HashTreeCollections TreeSet+Equatable.swift
[281/1206] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[282/1206] Compiling HashTreeCollections TreeSet+Extras.swift
[283/1206] Compiling HashTreeCollections TreeSet+Filter.swift
[294/1206] Compiling OrderedCollections OrderedSet+Sendable.swift
[295/1225] Compiling Algorithms Compacted.swift
[296/1225] Compiling Algorithms Cycle.swift
[297/1225] Compiling Algorithms EitherSequence.swift
[298/1225] Compiling Algorithms FirstNonNil.swift
[299/1225] Compiling Algorithms AdjacentPairs.swift
[300/1225] Compiling Algorithms Chain.swift
[301/1225] Compiling Algorithms Chunked.swift
[302/1225] Compiling Algorithms Combinations.swift
[323/1240] Emitting module DequeModule
[332/1241] Compiling Algorithms FlattenCollection.swift
[333/1241] Compiling Algorithms Grouped.swift
[334/1241] Compiling Algorithms Indexed.swift
[335/1241] Compiling Algorithms Intersperse.swift
[336/1241] Compiling Algorithms Joined.swift
[337/1241] Compiling Algorithms Keyed.swift
[338/1241] Compiling Algorithms MinMax.swift
[339/1241] Compiling Algorithms Partition.swift
[340/1241] Compiling Algorithms Permutations.swift
[341/1241] Compiling Algorithms Product.swift
[342/1241] Compiling Algorithms RandomSample.swift
[343/1241] Compiling Algorithms Reductions.swift
[345/1241] Compiling _RopeModule _CharacterRecognizer.swift
[346/1241] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[347/1241] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[348/1241] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[349/1241] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[350/1241] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[351/1241] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[352/1241] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[353/1241] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[354/1241] Compiling HashTreeCollections TreeSet.swift
[362/1241] Compiling RoutingKit Router.swift
[363/1241] Compiling RoutingKit PathComponent.swift
[364/1241] Emitting module OrderedCollections
[366/1242] Emitting module Atomics
[378/1242] Compiling RoutingKit TrieRouter.swift
[385/1243] Compiling Algorithms Split.swift
[386/1243] Compiling Algorithms Stride.swift
[387/1243] Compiling Algorithms Suffix.swift
[390/1243] Compiling Algorithms Rotate.swift
[390/1246] Compiling tls13_client.cc
[393/1246] Emitting module _RopeModule
[397/1246] Compiling Algorithms Trim.swift
[398/1246] Compiling Algorithms Unique.swift
[399/1246] Compiling Algorithms Windows.swift
[403/1246] Compiling RoutingKit AnyRouter.swift
[404/1246] Emitting module RoutingKit
[405/1246] Compiling RoutingKit Parameters.swift
[406/1247] Emitting module Metrics
[407/1247] Compiling Metrics Metrics.swift
[451/1248] Compiling _RopeModule Rope+Join.swift
[452/1248] Compiling _RopeModule Rope+MutatingForEach.swift
[453/1248] Compiling _RopeModule Rope+Remove.swift
[454/1248] Compiling _RopeModule Rope+RemoveSubrange.swift
[455/1248] Compiling _RopeModule Rope+Split.swift
[456/1248] Compiling _RopeModule Optional Utilities.swift
[457/1248] Compiling _RopeModule String Utilities.swift
[458/1248] Compiling _RopeModule String.Index+ABI.swift
[463/1248] Compiling tls13_both.cc
[464/1248] Compiling t1_enc.cc
[494/1248] Compiling ssl_x509.cc
[496/1248] Emitting module HashTreeCollections
[499/1250] Emitting module Algorithms
[500/1251] Compiling ssl_transcript.cc
[501/1251] Compiling ssl_versions.cc
[502/1251] Compiling ssl_stat.cc
[503/1251] Compiling ssl_session.cc
[504/1251] Compiling ssl_privkey.cc
[505/1251] Compiling ssl_lib.cc
[506/1251] Compiling ssl_key_share.cc
[507/1251] Compiling ssl_cipher.cc
[508/1251] Compiling ssl_file.cc
[509/1251] Compiling ssl_credential.cc
[510/1251] Compiling ssl_cert.cc
[511/1251] Compiling ssl_buffer.cc
[512/1251] Compiling ssl_asn1.cc
[513/1251] Compiling ssl_aead_ctx.cc
[514/1251] Compiling s3_lib.cc
[515/1251] Compiling s3_pkt.cc
[516/1251] Compiling s3_both.cc
[517/1251] Compiling handshake_client.cc
[518/1251] Compiling handshake_server.cc
[519/1251] Compiling handshake.cc
[520/1251] Compiling handoff.cc
[521/1251] Compiling encrypted_client_hello.cc
[522/1251] Compiling dtls_method.cc
[523/1251] Compiling md5-x86_64-linux.S
[524/1251] Compiling md5-x86_64-apple.S
[525/1251] Compiling md5-586-linux.S
[526/1251] Compiling dtls_record.cc
[527/1251] Compiling extensions.cc
[528/1251] Compiling chacha20_poly1305_x86_64-linux.S
[529/1251] Compiling md5-586-apple.S
[530/1251] Compiling chacha20_poly1305_x86_64-apple.S
[531/1251] Compiling chacha20_poly1305_armv8-win.S
[532/1251] Compiling err_data.cc
[533/1251] Compiling chacha20_poly1305_armv8-linux.S
[534/1251] Compiling d1_srtp.cc
[535/1251] Compiling chacha20_poly1305_armv8-apple.S
[536/1251] Compiling chacha-x86_64-linux.S
[537/1251] Compiling chacha-x86_64-apple.S
[538/1251] Compiling chacha-x86-apple.S
[539/1251] Compiling chacha-x86-linux.S
[540/1251] Compiling chacha-armv8-win.S
[541/1251] Compiling chacha-armv8-linux.S
[542/1251] Compiling aes128gcmsiv-x86_64-linux.S
[543/1251] Compiling chacha-armv8-apple.S
[544/1251] Compiling chacha-armv4-linux.S
[545/1251] Compiling aes128gcmsiv-x86_64-apple.S
[546/1251] Compiling d1_pkt.cc
[547/1251] Compiling x86_64-mont5-linux.S
[548/1251] Compiling x86_64-mont5-apple.S
[549/1251] Compiling x86_64-mont-apple.S
[550/1251] Compiling bio_ssl.cc
[551/1251] Compiling x86_64-mont-linux.S
[552/1251] Compiling x86-mont-apple.S
[553/1251] Compiling x86-mont-linux.S
[554/1251] Compiling vpaes-x86-linux.S
[555/1251] Compiling vpaes-x86_64-linux.S
[556/1251] Compiling vpaes-x86_64-apple.S
[557/1251] Compiling vpaes-x86-apple.S
[558/1251] Compiling vpaes-armv8-win.S
[559/1251] Compiling vpaes-armv7-linux.S
[560/1251] Compiling vpaes-armv8-linux.S
[561/1251] Compiling vpaes-armv8-apple.S
[562/1251] Compiling sha512-x86_64-linux.S
[563/1251] Compiling sha512-x86_64-apple.S
[564/1251] Compiling d1_lib.cc
[565/1251] Compiling sha512-armv8-win.S
[566/1251] Compiling sha512-armv8-linux.S
[567/1251] Compiling sha512-armv8-apple.S
[568/1251] Compiling sha512-armv4-linux.S
[569/1251] Compiling sha512-586-linux.S
[570/1251] Compiling sha512-586-apple.S
[571/1251] Compiling sha256-x86_64-apple.S
[572/1251] Compiling sha256-armv8-win.S
[573/1251] Compiling sha256-x86_64-linux.S
[574/1251] Compiling sha256-armv8-linux.S
[575/1251] Compiling sha256-armv8-apple.S
[576/1251] Compiling sha256-armv4-linux.S
[577/1251] Compiling sha256-586-linux.S
[578/1251] Compiling sha256-586-apple.S
[579/1251] Compiling sha1-x86_64-apple.S
[580/1251] Compiling sha1-armv8-win.S
[581/1251] Compiling sha1-armv8-linux.S
[582/1251] Compiling sha1-armv8-apple.S
[583/1251] Compiling sha1-x86_64-linux.S
[584/1251] Compiling sha1-armv4-large-linux.S
[585/1251] Compiling sha1-586-linux.S
[586/1251] Compiling rsaz-avx2-linux.S
[587/1251] Compiling sha1-586-apple.S
[588/1251] Compiling rsaz-avx2-apple.S
[588/1251] Compiling rdrand-x86_64-linux.S
[590/1251] Compiling rdrand-x86_64-apple.S
[591/1251] Compiling p256_beeu-x86_64-asm-linux.S
[592/1251] Compiling p256_beeu-x86_64-asm-apple.S
[593/1251] Compiling p256_beeu-armv8-asm-linux.S
[594/1251] Compiling p256_beeu-armv8-asm-apple.S
[595/1251] Compiling p256_beeu-armv8-asm-win.S
[596/1251] Compiling p256-x86_64-asm-apple.S
[597/1251] Compiling p256-x86_64-asm-linux.S
[598/1251] Compiling p256-armv8-asm-linux.S
[599/1251] Compiling p256-armv8-asm-win.S
[600/1251] Compiling p256-armv8-asm-apple.S
[601/1251] Compiling ghashv8-armv8-linux.S
[602/1251] Compiling ghashv8-armv8-win.S
[603/1251] Compiling ghashv8-armv8-apple.S
[604/1251] Compiling ghashv8-armv7-linux.S
[605/1251] Compiling ghash-x86_64-apple.S
[606/1251] Compiling ghash-x86-linux.S
[606/1251] Compiling ghash-x86_64-linux.S
[608/1251] Compiling ghash-x86-apple.S
[609/1251] Compiling ghash-ssse3-x86_64-linux.S
[610/1251] Compiling ghash-ssse3-x86_64-apple.S
[611/1251] Compiling ghash-ssse3-x86-linux.S
[612/1251] Compiling ghash-ssse3-x86-apple.S
[613/1251] Compiling ghash-neon-armv8-win.S
[614/1251] Compiling ghash-neon-armv8-linux.S
[615/1251] Compiling ghash-neon-armv8-apple.S
[616/1251] Compiling d1_both.cc
[617/1251] Compiling ghash-armv4-linux.S
[618/1251] Compiling co-586-linux.S
[619/1251] Compiling co-586-apple.S
[620/1251] Compiling bsaes-armv7-linux.S
[620/1251] Compiling bn-armv8-linux.S
[622/1251] Compiling bn-armv8-apple.S
[623/1251] Compiling bn-armv8-win.S
[624/1251] Compiling bn-586-linux.S
[625/1251] Compiling bn-586-apple.S
[626/1251] Compiling armv8-mont-win.S
[627/1251] Compiling armv8-mont-linux.S
[628/1251] Compiling armv8-mont-apple.S
[628/1251] Compiling armv4-mont-linux.S
[630/1251] Compiling aesv8-gcm-armv8-win.S
[631/1251] Compiling aesv8-gcm-armv8-linux.S
[632/1251] Compiling aesv8-gcm-armv8-apple.S
[633/1251] Compiling aesv8-armv8-linux.S
[633/1251] Compiling aesv8-armv8-apple.S
[635/1251] Compiling aesv8-armv8-win.S
[636/1251] Compiling aesv8-armv7-linux.S
[637/1251] Compiling aesni-x86_64-linux.S
[638/1251] Compiling aesni-x86-linux.S
[638/1251] Compiling aesni-x86_64-apple.S
[640/1251] Compiling aesni-gcm-x86_64-linux.S
[641/1251] Compiling aesni-gcm-x86_64-apple.S
[642/1251] Compiling aesni-x86-apple.S
[643/1251] Compiling aes-gcm-avx2-x86_64-apple.S
[644/1251] Compiling aes-gcm-avx2-x86_64-linux.S
[645/1251] Compiling aes-gcm-avx10-x86_64-linux.S
[646/1251] Compiling aes-gcm-avx10-x86_64-apple.S
[647/1251] Compiling x_x509.cc
[648/1251] Compiling x_sig.cc
[649/1251] Compiling x_spki.cc
[650/1251] Compiling x_val.cc
[651/1251] Compiling x_name.cc
[652/1251] Compiling x_x509a.cc
[653/1251] Compiling x_req.cc
[654/1251] Compiling x_pubkey.cc
[655/1251] Compiling x_algor.cc
[656/1251] Compiling x_all.cc
[657/1251] Compiling x_crl.cc
[658/1251] Compiling x_exten.cc
[659/1251] Compiling x509spki.cc
[660/1251] Compiling x509rset.cc
[661/1251] Compiling x_attrib.cc
[662/1251] Compiling x509name.cc
[663/1251] Compiling x509cset.cc
[664/1251] Compiling x509_vpm.cc
[665/1251] Compiling x509_v3.cc
[666/1251] Compiling x509_txt.cc
[667/1251] Compiling x509_set.cc
[668/1251] Compiling x509_req.cc
[669/1251] Compiling x509_vfy.cc
[670/1251] Compiling x509_trs.cc
[671/1251] Compiling x509_obj.cc
[672/1251] Compiling x509_def.cc
[673/1251] Compiling x509_ext.cc
[674/1251] Compiling x509_d2.cc
[675/1251] Compiling x509_lu.cc
[676/1251] Compiling x509_cmp.cc
[677/1251] Compiling x509_att.cc
[678/1251] Compiling x509.cc
[679/1251] Compiling v3_utl.cc
[680/1251] Compiling v3_skey.cc
[681/1251] Compiling v3_purp.cc
[682/1251] Compiling v3_pmaps.cc
[683/1251] Compiling v3_prn.cc
[684/1251] Compiling v3_pcons.cc
[685/1251] Compiling v3_ocsp.cc
[686/1251] Compiling v3_ncons.cc
[687/1251] Compiling v3_lib.cc
[688/1251] Compiling v3_int.cc
[689/1251] Compiling v3_info.cc
[690/1251] Compiling v3_genn.cc
[691/1251] Compiling v3_ia5.cc
[692/1251] Compiling v3_extku.cc
[693/1251] Compiling v3_enum.cc
[694/1251] Compiling v3_crld.cc
[695/1251] Compiling v3_cpols.cc
[696/1251] Compiling v3_conf.cc
[697/1251] Compiling v3_bcons.cc
[698/1251] Compiling v3_alt.cc
[699/1251] Compiling v3_bitst.cc
[700/1251] Compiling v3_akeya.cc
[701/1251] Compiling t_x509a.cc
[702/1251] Compiling t_x509.cc
[703/1251] Compiling t_req.cc
[704/1251] Compiling v3_akey.cc
[705/1251] Compiling t_crl.cc
[706/1251] Compiling i2d_pr.cc
[707/1251] Compiling rsa_pss.cc
[708/1251] Compiling policy.cc
[709/1251] Compiling by_file.cc
[710/1251] Compiling name_print.cc
[711/1251] Compiling asn1_gen.cc
[712/1251] Compiling by_dir.cc
[713/1251] Compiling algorithm.cc
[714/1251] Compiling thread_pthread.cc
[715/1251] Compiling a_verify.cc
[716/1251] Compiling a_digest.cc
[717/1251] Compiling trust_token.cc
[718/1251] Compiling pmbtoken.cc
[719/1251] Compiling voprf.cc
[719/1251] Compiling a_sign.cc
[721/1251] Compiling thread_win.cc
[722/1251] Compiling thread_none.cc
[723/1251] Compiling thread.cc
[724/1251] Compiling stack.cc
[725/1251] Compiling sha256.cc
[726/1251] Compiling sha512.cc
[727/1251] Compiling siphash.cc
[728/1251] Compiling sha1.cc
[729/1251] Compiling slhdsa.cc
[730/1251] Compiling rsa_print.cc
[731/1251] Compiling rsa_extra.cc
[732/1251] Compiling spake2plus.cc
[733/1251] Compiling rsa_crypt.cc
[734/1251] Compiling trusty.cc
[735/1251] Compiling rc4.cc
[736/1251] Compiling refcount.cc
[737/1251] Compiling windows.cc
[738/1251] Compiling rsa_asn1.cc
[739/1251] Compiling ios.cc
[740/1251] Compiling urandom.cc
[741/1251] Compiling rand.cc
[742/1251] Compiling getentropy.cc
[742/1251] Compiling poly1305_arm_asm.S
[744/1251] Compiling passive.cc
[745/1251] Compiling deterministic.cc
[746/1251] Compiling fork_detect.cc
[747/1251] Compiling forkunsafe.cc
[748/1251] Compiling poly1305_arm.cc
[749/1251] Compiling poly1305.cc
[750/1251] Compiling poly1305_vec.cc
[751/1251] Compiling pool.cc
[752/1251] Compiling pkcs7.cc
[753/1251] Compiling pkcs8.cc
[754/1251] Compiling pkcs8_x509.cc
[755/1251] Compiling pkcs7_x509.cc
[756/1251] Compiling p5_pbev2.cc
[757/1251] Compiling pem_xaux.cc
[758/1251] Compiling pem_pkey.cc
[759/1251] Compiling pem_x509.cc
[760/1251] Compiling mlkem.cc
[761/1251] Compiling pem_pk8.cc
[762/1251] Compiling obj_xref.cc
[763/1251] Compiling pem_oth.cc
[764/1251] Compiling mldsa.cc
[765/1251] Compiling mem.cc
[766/1251] Compiling pem_lib.cc
[767/1251] Compiling pem_info.cc
[768/1251] Compiling md5.cc
[769/1251] Compiling pem_all.cc
[770/1251] Compiling fips_shared_support.cc
[771/1251] Compiling obj.cc
[772/1251] Compiling md4.cc
[773/1251] Compiling poly_rq_mul.S
[774/1251] Compiling lhash.cc
[775/1251] Compiling sign.cc
[776/1251] Compiling ex_data.cc
[777/1251] Compiling hrss.cc
[778/1251] Compiling scrypt.cc
[779/1251] Compiling kyber.cc
[780/1251] Compiling print.cc
[781/1251] Compiling pbkdf.cc
[782/1251] Compiling hpke.cc
[783/1251] Compiling p_x25519.cc
[784/1251] Compiling p_x25519_asn1.cc
[785/1251] Compiling p_ed25519.cc
[786/1251] Compiling p_rsa_asn1.cc
[787/1251] Compiling p_hkdf.cc
[787/1251] Compiling p_rsa.cc
[789/1251] Compiling p_ed25519_asn1.cc
[790/1251] Compiling p_ec_asn1.cc
[791/1251] Compiling p_dh_asn1.cc
[792/1251] Compiling p_ec.cc
[793/1251] Compiling p_dh.cc
[794/1251] Compiling evp_ctx.cc
[795/1251] Compiling p_dsa_asn1.cc
[796/1251] Compiling evp.cc
[797/1251] Compiling err.cc
[798/1251] Compiling engine.cc
[799/1251] Compiling evp_asn1.cc
[800/1251] Compiling ecdh.cc
[801/1251] Compiling hash_to_curve.cc
[802/1251] Compiling ecdsa_asn1.cc
[803/1251] Compiling ec_derive.cc
[804/1251] Compiling dsa.cc
[805/1251] Compiling ec_asn1.cc
[806/1251] Compiling dsa_asn1.cc
[807/1251] Compiling params.cc
[808/1251] Compiling digest_extra.cc
[809/1251] Compiling x25519-asm-arm.S
[810/1251] Compiling des.cc
[811/1251] Compiling dh_asn1.cc
[812/1251] Compiling spake25519.cc
[813/1251] Compiling crypto.cc
[814/1251] Compiling cpu_intel.cc
[815/1251] Compiling cpu_arm_linux.cc
[816/1251] Compiling cpu_arm_freebsd.cc
[817/1251] Compiling cpu_aarch64_win.cc
[818/1251] Compiling curve25519.cc
[819/1251] Compiling bcm.cc
[820/1251] Compiling cpu_aarch64_openbsd.cc
[821/1251] Compiling cpu_aarch64_sysreg.cc
[822/1251] Compiling curve25519_64_adx.cc
[823/1251] Compiling cpu_aarch64_linux.cc
[824/1251] Compiling cpu_aarch64_fuchsia.cc
[825/1251] Compiling conf.cc
[826/1251] Compiling tls_cbc.cc
[826/1251] Compiling cpu_aarch64_apple.cc
[828/1251] Compiling get_cipher.cc
[829/1251] Compiling e_tls.cc
[830/1251] Compiling e_rc4.cc
[831/1251] Compiling e_null.cc
[832/1251] Compiling e_rc2.cc
[833/1251] Compiling e_des.cc
[834/1251] Compiling derive_key.cc
[835/1251] Compiling e_chacha20poly1305.cc
[836/1251] Compiling e_aesgcmsiv.cc
[837/1251] Compiling chacha.cc
[838/1251] Compiling e_aesctrhmac.cc
[839/1251] Compiling unicode.cc
[840/1251] Compiling buf.cc
[841/1251] Compiling asn1_compat.cc
[842/1251] Compiling cbb.cc
[843/1251] Compiling ber.cc
[844/1251] Compiling cbs.cc
[845/1251] Compiling blake2.cc
[846/1251] Compiling socket_helper.cc
[847/1251] Compiling convert.cc
[848/1251] Compiling bn_asn1.cc
[849/1251] Compiling printf.cc
[850/1251] Compiling socket.cc
[851/1251] Compiling errno.cc
[852/1251] Compiling pair.cc
[853/1251] Compiling hexdump.cc
[854/1251] Compiling fd.cc
[855/1251] Compiling file.cc
[856/1251] Compiling connect.cc
[857/1251] Compiling bio.cc
[858/1251] Compiling bio_mem.cc
[859/1251] Compiling base64.cc
[860/1251] Compiling tasn_fre.cc
[861/1251] Compiling tasn_typ.cc
[862/1251] Compiling posix_time.cc
[863/1251] Compiling tasn_enc.cc
[864/1251] Compiling f_string.cc
[865/1251] Compiling tasn_utl.cc
[866/1251] Compiling tasn_new.cc
[867/1251] Compiling f_int.cc
[868/1251] Compiling tasn_dec.cc
[869/1251] Compiling asn_pack.cc
[870/1251] Compiling asn1_par.cc
[871/1251] Compiling a_octet.cc
[872/1251] Compiling asn1_lib.cc
[873/1251] Compiling a_utctm.cc
[874/1251] Compiling a_type.cc
[875/1251] Compiling a_time.cc
[876/1251] Compiling a_strex.cc
[877/1251] Compiling a_strnid.cc
[878/1251] Compiling a_i2d_fp.cc
[879/1251] Compiling a_object.cc
[880/1251] Compiling a_dup.cc
[881/1251] Compiling a_mbstr.cc
[882/1251] Compiling a_int.cc
[883/1251] Compiling a_d2i_fp.cc
[884/1251] Compiling a_gentm.cc
[885/1251] Compiling fiat_p256_adx_sqr.S
[886/1251] Compiling fiat_p256_adx_mul.S
[887/1251] Compiling fiat_curve25519_adx_square.S
[888/1251] Compiling a_bitstr.cc
[889/1251] Compiling md5-x86_64-linux.S
[890/1251] Compiling fiat_curve25519_adx_mul.S
[891/1251] Compiling md5-x86_64-apple.S
[892/1251] Compiling md5-586-linux.S
[893/1251] Compiling md5-586-apple.S
[894/1251] Compiling chacha20_poly1305_x86_64-apple.S
[895/1251] Compiling CCryptoBoringSSLShims shims.c
[896/1251] Compiling chacha20_poly1305_armv8-win.S
[897/1251] Compiling chacha20_poly1305_x86_64-linux.S
[898/1251] Compiling chacha20_poly1305_armv8-linux.S
[899/1251] Compiling chacha20_poly1305_armv8-apple.S
[900/1251] Compiling chacha-x86_64-apple.S
[901/1251] Compiling chacha-x86_64-linux.S
[902/1251] Compiling chacha-x86-linux.S
[903/1251] Compiling chacha-x86-apple.S
[904/1251] Compiling a_bool.cc
[905/1251] Compiling chacha-armv8-win.S
[906/1251] Compiling chacha-armv8-linux.S
[907/1251] Compiling chacha-armv8-apple.S
[908/1251] Compiling chacha-armv4-linux.S
[909/1251] Compiling aes128gcmsiv-x86_64-linux.S
[910/1251] Compiling aes128gcmsiv-x86_64-apple.S
[911/1251] Compiling x86_64-mont5-apple.S
[912/1251] Compiling x86_64-mont-linux.S
[913/1251] Compiling x86_64-mont5-linux.S
[914/1251] Compiling x86_64-mont-apple.S
[915/1251] Compiling x86-mont-linux.S
[916/1251] Compiling err_data.cc
[917/1251] Compiling x86-mont-apple.S
[918/1251] Compiling vpaes-x86_64-linux.S
[919/1251] Compiling vpaes-x86_64-apple.S
[920/1251] Compiling vpaes-x86-linux.S
[921/1251] Compiling vpaes-x86-apple.S
[922/1251] Compiling vpaes-armv8-win.S
[923/1251] Compiling vpaes-armv8-linux.S
[924/1251] Compiling vpaes-armv8-apple.S
[925/1251] Compiling vpaes-armv7-linux.S
[926/1251] Compiling sha512-x86_64-linux.S
[927/1251] Compiling sha512-x86_64-apple.S
[928/1251] Compiling sha512-armv8-linux.S
[929/1251] Compiling sha512-armv8-win.S
[930/1251] Compiling sha512-armv8-apple.S
[931/1251] Compiling sha512-armv4-linux.S
[932/1251] Compiling sha512-586-linux.S
[933/1251] Compiling sha512-586-apple.S
[934/1251] Compiling sha256-x86_64-apple.S
[935/1251] Compiling sha256-armv8-win.S
[936/1251] Compiling sha256-x86_64-linux.S
[937/1251] Compiling sha256-armv8-linux.S
[938/1251] Compiling sha256-armv8-apple.S
[939/1251] Compiling sha256-armv4-linux.S
[940/1251] Compiling sha256-586-linux.S
[941/1251] Compiling sha256-586-apple.S
[942/1251] Compiling sha1-x86_64-apple.S
[943/1251] Compiling sha1-armv8-apple.S
[944/1251] Compiling sha1-armv8-win.S
[944/1251] Compiling sha1-x86_64-linux.S
[946/1251] Compiling sha1-armv8-linux.S
[946/1251] Compiling sha1-armv4-large-linux.S
[948/1251] Compiling rsaz-avx2-apple.S
[949/1251] Compiling sha1-586-apple.S
[950/1251] Compiling rdrand-x86_64-linux.S
[950/1251] Compiling sha1-586-linux.S
[952/1251] Compiling rdrand-x86_64-apple.S
[953/1251] Compiling rsaz-avx2-linux.S
[954/1251] Compiling p256_beeu-x86_64-asm-linux.S
[955/1251] Compiling p256_beeu-armv8-asm-apple.S
[956/1251] Compiling p256_beeu-x86_64-asm-apple.S
[957/1251] Compiling p256_beeu-armv8-asm-win.S
[958/1251] Compiling p256_beeu-armv8-asm-linux.S
[959/1251] Compiling p256-x86_64-asm-linux.S
[960/1251] Compiling p256-x86_64-asm-apple.S
[961/1251] Compiling p256-armv8-asm-linux.S
[962/1251] Compiling p256-armv8-asm-win.S
[963/1251] Compiling ghashv8-armv8-win.S
[964/1251] Compiling p256-armv8-asm-apple.S
[965/1251] Compiling ghashv8-armv8-apple.S
[966/1251] Compiling ghashv8-armv8-linux.S
[967/1251] Compiling ghashv8-armv7-linux.S
[968/1251] Compiling ghash-x86_64-apple.S
[969/1251] Compiling ghash-x86_64-linux.S
[970/1251] Compiling ghash-x86-linux.S
[971/1251] Compiling ghash-ssse3-x86_64-linux.S
[972/1251] Compiling ghash-x86-apple.S
[973/1251] Compiling ghash-ssse3-x86_64-apple.S
[974/1251] Compiling ghash-ssse3-x86-linux.S
[975/1251] Compiling ghash-ssse3-x86-apple.S
[976/1251] Compiling ghash-neon-armv8-win.S
[977/1251] Compiling ghash-neon-armv8-linux.S
[978/1251] Compiling ghash-neon-armv8-apple.S
[979/1251] Compiling ghash-armv4-linux.S
[980/1251] Compiling co-586-linux.S
[981/1251] Compiling co-586-apple.S
[982/1251] Compiling bsaes-armv7-linux.S
[983/1251] Compiling bn-armv8-win.S
[984/1251] Compiling bn-armv8-linux.S
[985/1251] Compiling bn-armv8-apple.S
[986/1251] Compiling bn-586-apple.S
[986/1251] Compiling bn-586-linux.S
[988/1251] Compiling armv8-mont-win.S
[989/1251] Compiling armv8-mont-linux.S
[990/1251] Compiling armv8-mont-apple.S
[991/1251] Compiling aesv8-gcm-armv8-win.S
[992/1251] Compiling armv4-mont-linux.S
[993/1251] Compiling aesv8-gcm-armv8-apple.S
[994/1251] Compiling aesv8-gcm-armv8-linux.S
[995/1251] Compiling aesv8-armv8-win.S
[996/1251] Compiling aesv8-armv8-linux.S
[997/1251] Compiling aesv8-armv7-linux.S
[998/1251] Compiling aesv8-armv8-apple.S
[999/1251] Compiling aesni-x86_64-linux.S
[1000/1251] Compiling aesni-x86_64-apple.S
[1001/1251] Compiling aesni-x86-linux.S
[1002/1251] Compiling aesni-x86-apple.S
[1003/1251] Compiling aesni-gcm-x86_64-linux.S
[1004/1251] Compiling aes-gcm-avx10-x86_64-linux.S
[1005/1251] Compiling aes-gcm-avx10-x86_64-apple.S
[1006/1251] Compiling aesni-gcm-x86_64-apple.S
[1007/1251] Compiling x_req.cc
[1008/1251] Compiling x_x509a.cc
[1009/1251] Compiling x_val.cc
[1010/1251] Compiling x_spki.cc
[1011/1251] Compiling x_sig.cc
[1012/1251] Compiling x_x509.cc
[1013/1251] Compiling c-nioatomics.c
[1014/1251] Compiling x_attrib.cc
[1015/1251] Compiling x_name.cc
[1016/1251] Compiling x_exten.cc
[1017/1251] Compiling x_pubkey.cc
[1018/1251] Compiling x_algor.cc
[1019/1251] Compiling x_crl.cc
[1020/1251] Compiling x_all.cc
[1021/1251] Compiling c-atomics.c
[1022/1251] Compiling x509spki.cc
[1023/1251] Compiling x509rset.cc
[1024/1251] Compiling x509cset.cc
[1025/1255] Compiling x509_vfy.cc
[1026/1257] Compiling x509_vpm.cc
[1027/1257] Compiling x509name.cc
[1028/1257] Compiling x509_v3.cc
[1029/1257] Compiling x509_txt.cc
[1031/1257] Compiling NIOConcurrencyHelpers lock.swift
[1031/1257] Compiling x509_trs.cc
[1033/1257] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1034/1257] Emitting module NIOConcurrencyHelpers
[1034/1257] Compiling x509_set.cc
[1035/1257] Compiling x509_def.cc
[1036/1257] Compiling x509_ext.cc
[1038/1257] Compiling NIOConcurrencyHelpers atomics.swift
[1039/1257] Compiling NIOConcurrencyHelpers NIOLock.swift
[1040/1257] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1040/1258] Compiling x509_obj.cc
[1041/1258] Compiling x509_req.cc
[1042/1258] Compiling x509_lu.cc
[1044/1258] Compiling x509_d2.cc
[1045/1258] Compiling x509.cc
[1046/1258] Compiling v3_utl.cc
[1047/1258] Compiling x509_att.cc
[1048/1298] Compiling x509_cmp.cc
[1049/1317] Compiling v3_skey.cc
[1050/1328] Compiling v3_purp.cc
[1051/1340] Compiling v3_prn.cc
[1053/1343] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1054/1343] Compiling ConsoleKitTerminal ConsoleClear.swift
[1055/1343] Compiling ConsoleKitTerminal Console+Ask.swift
[1056/1343] Compiling ConsoleKitTerminal Console+Choose.swift
[1057/1346] Emitting module ConsoleKitTerminal
[1057/1346] Compiling v3_pmaps.cc
[1059/1346] Compiling ConsoleKitTerminal ActivityBar.swift
[1060/1346] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1061/1346] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1062/1346] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1063/1346] Compiling ConsoleKitTerminal CustomActivity.swift
[1064/1346] Compiling ConsoleKitTerminal LoadingBar.swift
[1065/1346] Compiling ConsoleKitTerminal ProgressBar.swift
[1066/1346] Compiling ConsoleKitTerminal Console+Clear.swift
[1066/1346] Compiling v3_pcons.cc
[1068/1346] Compiling ConsoleKitTerminal Console+Confirm.swift
[1069/1346] Compiling ConsoleKitTerminal Console+Input.swift
[1070/1346] Compiling ConsoleKitTerminal Console+Center.swift
[1071/1346] Compiling ConsoleKitTerminal Console+Output.swift
[1072/1346] Compiling ConsoleKitTerminal Console+Wait.swift
[1073/1346] Compiling ConsoleKitTerminal ConsoleColor.swift
[1074/1346] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1074/1346] Compiling v3_ocsp.cc
[1075/1346] Compiling v3_int.cc
[1076/1346] Compiling v3_lib.cc
[1078/1346] Compiling ConsoleKitTerminal ConsoleText.swift
[1079/1346] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1080/1346] Compiling ConsoleKitTerminal ANSI.swift
[1081/1346] Compiling ConsoleKitTerminal Console.swift
[1082/1346] Compiling ConsoleKitTerminal Terminal.swift
[1083/1346] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1083/1346] Compiling v3_ncons.cc
[1085/1346] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1086/1346] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1087/1346] Compiling ConsoleKitTerminal LoggerFragment.swift
[1087/1347] Compiling v3_info.cc
[1090/1347] Compiling NIOCore MarkedCircularBuffer.swift
[1091/1347] Compiling NIOCore MulticastChannel.swift
[1092/1347] Compiling NIOCore NIOAny.swift
[1093/1347] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1094/1347] Compiling NIOCore NIOLoopBound.swift
[1095/1347] Compiling NIOCore NIOScheduledCallback.swift
[1096/1347] Compiling NIOCore NIOSendable.swift
[1097/1347] Compiling NIOCore RecvByteBufferAllocator.swift
[1097/1355] Compiling v3_ia5.cc
[1098/1355] Compiling v3_genn.cc
[1099/1355] Compiling v3_extku.cc
[1100/1377] Compiling v3_enum.cc
[1101/1377] Compiling v3_crld.cc
[1103/1377] Compiling NIOCore GlobalSingletons.swift
[1104/1377] Compiling NIOCore IO.swift
[1105/1377] Compiling NIOCore IOData.swift
[1106/1377] Compiling NIOCore IPProtocol.swift
[1107/1377] Compiling NIOCore IntegerBitPacking.swift
[1108/1377] Compiling NIOCore IntegerTypes.swift
[1109/1377] Compiling NIOCore Interfaces.swift
[1110/1377] Compiling NIOCore Linux.swift
[1110/1377] Compiling v3_cpols.cc
[1112/1377] Compiling ConsoleKitCommands CommandSignature.swift
[1113/1377] Compiling ConsoleKitCommands Flag.swift
[1114/1377] Compiling ConsoleKitCommands Option.swift
[1115/1379] Emitting module ConsoleKitCommands
[1116/1379] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1117/1379] Compiling ConsoleKitCommands AsyncCommand.swift
[1118/1379] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1118/1379] Compiling v3_conf.cc
[1120/1379] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1121/1379] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1122/1379] Compiling ConsoleKitCommands Argument.swift
[1123/1379] Compiling ConsoleKitCommands Command.swift
[1124/1379] Compiling ConsoleKitCommands CommandContext.swift
[1125/1379] Compiling ConsoleKitCommands CommandError.swift
[1126/1379] Compiling ConsoleKitCommands AsyncCommands.swift
[1127/1379] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1128/1379] Compiling ConsoleKitCommands AnyCommand.swift
[1129/1379] Compiling ConsoleKitCommands CommandGroup.swift
[1130/1379] Compiling ConsoleKitCommands CommandInput.swift
[1131/1379] Compiling ConsoleKitCommands Commands.swift
[1131/1379] Compiling v3_bitst.cc
[1133/1379] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1134/1379] Compiling ConsoleKitCommands Utilities.swift
[1134/1379] Compiling v3_akeya.cc
[1135/1379] Compiling v3_bcons.cc
[1136/1379] Compiling v3_alt.cc
[1140/1379] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1141/1379] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1142/1379] Compiling NIOCore EventLoopFuture.swift
[1143/1379] Compiling NIOCore FileDescriptor.swift
[1144/1379] Compiling NIOCore FileHandle.swift
[1145/1379] Compiling NIOCore FileRegion.swift
[1145/1379] Compiling v3_akey.cc
[1146/1379] Compiling t_x509.cc
[1148/1379] Compiling ConsoleKitCommands Console+Run.swift
[1149/1379] Compiling ConsoleKitCommands ConsoleError.swift
[1150/1379] Compiling ConsoleKitCommands Completion.swift
[1150/1380] Compiling t_x509a.cc
[1152/1380] Compiling t_crl.cc
[1154/1380] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1155/1380] Compiling NIOCore SocketAddresses.swift
[1156/1380] Compiling NIOCore SocketOptionProvider.swift
[1157/1380] Compiling NIOCore SystemCallHelpers.swift
[1158/1380] Compiling NIOCore TimeAmount+Duration.swift
[1159/1380] Compiling NIOCore TypeAssistedChannelHandler.swift
[1160/1380] Compiling NIOCore UniversalBootstrapSupport.swift
[1161/1380] Compiling NIOCore Utilities.swift
[1161/1380] Compiling t_req.cc
[1162/1380] Compiling i2d_pr.cc
[1163/1380] Compiling rsa_pss.cc
[1165/1380] Compiling NIOCore ChannelPipeline.swift
[1166/1380] Compiling NIOCore CircularBuffer.swift
[1167/1380] Compiling NIOCore Codec.swift
[1168/1380] Compiling NIOCore ConvenienceOptionSupport.swift
[1169/1380] Compiling NIOCore DeadChannel.swift
[1170/1380] Compiling NIOCore DispatchQueue+WithFuture.swift
[1171/1380] Compiling NIOCore EventLoop+Deprecated.swift
[1172/1380] Compiling NIOCore EventLoop+SerialExecutor.swift
[1191/1382] Compiling ConsoleKit Exports.swift
[1192/1382] Emitting module ConsoleKit
[1192/1383] Compiling algorithm.cc
[1193/1383] Compiling by_file.cc
[1194/1383] Compiling name_print.cc
[1196/1383] Compiling policy.cc
[1197/1383] Compiling asn1_gen.cc
[1198/1383] Compiling voprf.cc
[1199/1383] Compiling by_dir.cc
[1200/1383] Compiling a_digest.cc
[1201/1383] Compiling a_sign.cc
[1202/1383] Compiling pmbtoken.cc
[1203/1383] Compiling trust_token.cc
[1204/1383] Compiling thread_pthread.cc
[1205/1383] Compiling stack.cc
[1206/1383] Compiling thread_win.cc
[1207/1383] Compiling thash.cc
[1208/1383] Compiling a_verify.cc
[1209/1383] Compiling thread.cc
[1210/1383] Compiling thread_none.cc
[1211/1383] Compiling wots.cc
[1212/1383] Compiling merkle.cc
[1213/1383] Compiling sha512.cc
[1214/1383] Compiling fors.cc
[1215/1383] Compiling sha1.cc
[1216/1383] Compiling slhdsa.cc
[1217/1383] Compiling siphash.cc
[1218/1383] Compiling rsa_print.cc
[1219/1383] Compiling sha256.cc
[1220/1383] Compiling rsa_extra.cc
[1221/1383] Compiling refcount.cc
[1222/1383] Compiling rsa_crypt.cc
[1223/1383] Compiling rc4.cc
[1224/1383] Compiling rsa_asn1.cc
[1225/1383] Compiling ios.cc
[1226/1383] Compiling windows.cc
[1227/1383] Compiling rand_extra.cc
[1228/1383] Compiling urandom.cc
[1229/1383] Compiling trusty.cc
[1230/1383] Compiling passive.cc
[1231/1383] Compiling poly1305_arm_asm.S
[1232/1383] Compiling getentropy.cc
[1233/1383] Compiling fork_detect.cc
[1234/1383] Compiling deterministic.cc
[1235/1383] Compiling pool.cc
[1236/1383] Compiling forkunsafe.cc
[1237/1383] Compiling poly1305_arm.cc
[1238/1383] Compiling poly1305.cc
[1239/1383] Compiling poly1305_vec.cc
[1248/1383] Compiling p5_pbev2.cc
[1249/1383] Compiling pkcs8_x509.cc
[1250/1383] Compiling pkcs7.cc
[1251/1383] Compiling pkcs8.cc
[1253/1383] Emitting module NIOCore
[1253/1384] Compiling pem_xaux.cc
[1254/1384] Compiling pkcs7_x509.cc
[1256/1384] Compiling pem_x509.cc
[1257/1384] Compiling pem_pkey.cc
[1258/1384] Compiling pem_pk8.cc
[1259/1384] Compiling pem_info.cc
[1260/1408] Compiling obj.cc
[1261/1431] Compiling obj_xref.cc
[1262/1431] Compiling pem_oth.cc
[1263/1435] Compiling pem_lib.cc
[1264/1435] Compiling pem_all.cc
[1265/1435] Compiling mldsa.cc
[1266/1435] Compiling md4.cc
[1267/1435] Compiling mlkem.cc
[1268/1435] Compiling mem.cc
[1269/1435] Compiling poly_rq_mul.S
[1270/1435] Compiling md5.cc
[1271/1435] Compiling fips_shared_support.cc
[1272/1435] Compiling lhash.cc
[1273/1435] Compiling kyber.cc
[1274/1435] Compiling ex_data.cc
[1275/1435] Compiling scrypt.cc
[1276/1435] Compiling hrss.cc
[1277/1435] Compiling pbkdf.cc
[1278/1435] Compiling hpke.cc
[1280/1435] Emitting module NIOEmbedded
[1281/1435] Compiling NIOEmbedded AsyncTestingChannel.swift
[1281/1435] Compiling p_x25519_asn1.cc
[1282/1435] Compiling sign.cc
[1284/1435] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1285/1435] Compiling NIOEmbedded Embedded.swift
[1285/1436] Compiling p_x25519.cc
[1286/1436] Compiling p_rsa.cc
[1288/1436] Compiling p_rsa_asn1.cc
[1289/1436] Compiling p_ed25519.cc
[1290/1436] Compiling print.cc
[1291/1436] Compiling p_ec.cc
[1293/1436] Emitting module NIOPosix
[1293/1442] Compiling p_hkdf.cc
[1294/1442] Compiling p_dsa_asn1.cc
[1295/1442] Compiling p_dh_asn1.cc
[1296/1442] Compiling p_dh.cc
[1297/1442] Compiling evp_ctx.cc
[1298/1442] Compiling evp.cc
[1300/1442] Compiling NIOPosix ThreadPosix.swift
[1301/1442] Compiling NIOPosix ThreadWindows.swift
[1302/1442] Compiling NIOPosix UnsafeTransfer.swift
[1303/1442] Compiling NIOPosix Utilities.swift
[1304/1442] Compiling NIOPosix VsockAddress.swift
[1305/1442] Compiling NIOPosix VsockChannelEvents.swift
[1305/1442] Compiling evp_asn1.cc
[1305/1442] Compiling p_ec_asn1.cc
[1305/1442] Compiling p_ed25519_asn1.cc
[1309/1442] Compiling NIOPosix SelectableChannel.swift
[1310/1442] Compiling NIOPosix SelectableEventLoop.swift
[1311/1442] Compiling NIOPosix SelectorEpoll.swift
[1312/1442] Compiling NIOPosix SelectorGeneric.swift
[1313/1442] Compiling NIOPosix SelectorKqueue.swift
[1314/1442] Compiling NIOPosix SelectorUring.swift
[1315/1442] Compiling NIOPosix ServerSocket.swift
[1316/1442] Compiling NIOPosix Socket.swift
[1317/1442] Compiling NIOPosix SocketChannel.swift
[1318/1442] Compiling NIOPosix SocketProtocols.swift
[1319/1442] Compiling NIOPosix System.swift
[1320/1442] Compiling NIOPosix Thread.swift
[1321/1442] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1322/1442] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1323/1442] Compiling NIOPosix PosixSingletons.swift
[1324/1442] Compiling NIOPosix RawSocketBootstrap.swift
[1325/1442] Compiling NIOPosix Resolver.swift
[1326/1442] Compiling NIOPosix Selectable.swift
[1326/1442] Compiling err.cc
[1327/1442] Compiling ecdsa_asn1.cc
[1329/1442] Compiling NIOPosix BSDSocketAPICommon.swift
[1330/1442] Compiling NIOPosix BSDSocketAPIPosix.swift
[1331/1442] Compiling NIOPosix BSDSocketAPIWindows.swift
[1332/1442] Compiling NIOPosix BaseSocket.swift
[1333/1442] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1334/1442] Compiling NIOPosix BaseSocketChannel.swift
[1335/1442] Compiling NIOPosix BaseStreamSocketChannel.swift
[1335/1442] Compiling engine.cc
[1336/1442] Compiling hash_to_curve.cc
[1337/1442] Compiling ec_derive.cc
[1337/1442] Compiling ecdh_extra.cc
[1339/1442] Compiling ec_asn1.cc
[1340/1442] Compiling dsa_asn1.cc
[1341/1442] Compiling digest_extra.cc
[1342/1442] Compiling dh_asn1.cc
[1343/1442] Compiling dsa.cc
[1344/1442] Compiling x25519-asm-arm.S
[1345/1442] Compiling params.cc
[1346/1442] Compiling spake25519.cc
[1347/1442] Compiling des.cc
[1348/1442] Compiling cpu_intel.cc
[1349/1442] Compiling curve25519.cc
[1350/1442] Compiling crypto.cc
[1352/1442] Compiling NIOPosix IO.swift
[1353/1442] Compiling NIOPosix IntegerBitPacking.swift
[1354/1442] Compiling NIOPosix IntegerTypes.swift
[1355/1442] Compiling NIOPosix Linux.swift
[1356/1442] Compiling NIOPosix LinuxCPUSet.swift
[1357/1442] Compiling NIOPosix LinuxUring.swift
[1358/1442] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1359/1442] Compiling NIOPosix NIOThreadPool.swift
[1360/1442] Compiling NIOPosix NonBlockingFileIO.swift
[1361/1442] Compiling NIOPosix PendingDatagramWritesManager.swift
[1362/1442] Compiling NIOPosix PendingWritesManager.swift
[1363/1442] Compiling NIOPosix PipeChannel.swift
[1364/1442] Compiling NIOPosix PipePair.swift
[1365/1442] Compiling NIOPosix Pool.swift
[1366/1442] Compiling NIOPosix Bootstrap.swift
[1367/1442] Compiling NIOPosix ControlMessage.swift
[1368/1442] Compiling NIOPosix DatagramVectorReadManager.swift
[1369/1442] Compiling NIOPosix Errors+Any.swift
[1370/1442] Compiling NIOPosix FileDescriptor.swift
[1371/1442] Compiling NIOPosix GetaddrinfoResolver.swift
[1372/1442] Compiling NIOPosix HappyEyeballs.swift
[1372/1442] Compiling bcm.cc
[1373/1443] Compiling cpu_arm_freebsd.cc
[1374/1443] Compiling cpu_arm_linux.cc
[1376/1443] Compiling cpu_aarch64_sysreg.cc
[1377/1443] Compiling curve25519_64_adx.cc
[1378/1443] Compiling cpu_aarch64_openbsd.cc
[1379/1443] Compiling cpu_aarch64_win.cc
[1380/1443] Compiling cpu_aarch64_linux.cc
[1381/1445] Compiling cpu_aarch64_apple.cc
[1382/1480] Compiling cpu_aarch64_fuchsia.cc
[1383/1480] Compiling conf.cc
[1385/1480] Compiling NIO Exports.swift
[1386/1480] Emitting module NIO
[1386/1481] Compiling e_rc4.cc
[1386/1481] Compiling e_rc2.cc
[1388/1481] Compiling tls_cbc.cc
[1390/1481] Compiling e_tls.cc
[1391/1481] Compiling e_null.cc
[1392/1481] Compiling e_des.cc
[1393/1481] Compiling e_chacha20poly1305.cc
[1394/1481] Compiling e_aesgcmsiv.cc
[1395/1481] Compiling derive_key.cc
[1396/1481] Compiling e_aesctrhmac.cc
[1397/1481] Compiling cipher_extra.cc
[1398/1481] Compiling chacha.cc
[1399/1481] Compiling unicode.cc
[1400/1481] Compiling ber.cc
[1401/1481] Compiling cbs.cc
[1402/1481] Compiling cbb.cc
[1403/1487] Compiling buf.cc
[1404/1487] Compiling asn1_compat.cc
[1406/1493] Compiling NIOTLS TLSEvents.swift
[1407/1504] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1408/1504] Compiling _NIOFileSystem Mocking.swift
[1409/1504] Compiling _NIOFileSystem Syscall.swift
[1410/1504] Compiling _NIOFileSystem Syscalls.swift
[1411/1504] Compiling _NIOFileSystem ParallelDirCopy.swift
[1412/1504] Compiling _NIOFileSystem ParallelRemoval.swift
[1413/1504] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1414/1504] Compiling _NIOFileSystem CInterop.swift
[1415/1504] Compiling _NIOFileSystem Errno.swift
[1415/1516] Compiling bn_asn1.cc
[1417/1524] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1417/1524] Compiling convert.cc
[1419/1524] Compiling NIOSOCKS SOCKSResponse.swift
[1420/1525] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1421/1525] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1422/1525] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1423/1525] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1424/1525] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1425/1525] Compiling NIOSOCKS ClientStateMachine.swift
[1425/1525] Compiling blake2.cc
[1427/1525] Emitting module NIOFoundationCompat
[1428/1525] Emitting module NIOHTTP1
[1429/1527] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1430/1527] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1431/1527] Compiling NIOHTTP1 HTTPEncoder.swift
[1432/1527] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1433/1527] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1434/1527] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1435/1527] Emitting module NIOSOCKS
[1436/1527] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1437/1527] Compiling NIOHTTP1 HTTPDecoder.swift
[1437/1527] Compiling printf.cc
[1439/1527] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1440/1527] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1441/1527] Compiling _NIOFileSystem FileSystemProtocol.swift
[1442/1527] Compiling _NIOFileSystem FileType.swift
[1443/1527] Compiling _NIOFileSystem IOStrategy.swift
[1443/1527] Compiling pair.cc
[1445/1527] Compiling NIOSOCKS ServerStateMachine.swift
[1447/1528] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1448/1529] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1449/1529] Emitting module NIOTLS
[1450/1529] Compiling NIOTLS SNIHandler.swift
[1451/1530] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1452/1530] Compiling _NIOFileSystem BufferedStream.swift
[1453/1530] Compiling _NIOFileSystem Cancellation.swift
[1454/1530] Compiling _NIOFileSystem TokenBucket.swift
[1455/1530] Compiling _NIOFileSystem UnsafeTransfer.swift
[1457/1530] Compiling hexdump.cc
[1458/1530] Compiling fd.cc
[1459/1530] Compiling file.cc
[1461/1552] Compiling NIOTransportServices NIOTSEventLoop.swift
[1462/1552] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1463/1552] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1464/1552] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1464/1581] Compiling bio_mem.cc
[1465/1581] Compiling errno.cc
[1467/1581] Emitting module NIOTransportServices
[1468/1583] Compiling NIOSSL SSLContext.swift
[1469/1583] Compiling NIOSSL SSLErrors.swift
[1470/1583] Compiling NIOSSL SSLInit.swift
[1471/1583] Compiling NIOSSL SSLPKCS12Bundle.swift
[1472/1583] Compiling NIOSSL SSLPrivateKey.swift
[1473/1583] Compiling NIOSSL SSLPublicKey.swift
[1474/1583] Compiling NIOSSL SSLCallbacks.swift
[1475/1583] Compiling NIOSSL AndroidCABundle.swift
[1476/1583] Compiling NIOSSL ByteBufferBIO.swift
[1477/1583] Compiling NIOSSL CustomPrivateKey.swift
[1478/1583] Compiling NIOSSL IdentityVerification.swift
[1479/1583] Compiling NIOSSL LinuxCABundle.swift
[1480/1583] Compiling NIOSSL SSLCertificate.swift
[1481/1583] Compiling NIOSSL SSLCertificateExtensions.swift
[1482/1583] Compiling NIOSSL SSLConnection.swift
[1483/1583] Compiling NIOSSL NIOSSLClientHandler.swift
[1484/1583] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1485/1583] Compiling NIOSSL NIOSSLHandler.swift
[1489/1583] Compiling tasn_utl.cc
[1490/1583] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1491/1583] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1493/1583] Compiling NIOSSL NIOSSLServerHandler.swift
[1494/1583] Compiling NIOSSL ObjectIdentifier.swift
[1495/1583] Compiling NIOSSL PosixPort.swift
[1495/1584] Compiling base64.cc
[1496/1584] Compiling bio.cc
[1499/1584] Compiling tasn_new.cc
[1501/1584] Compiling tasn_typ.cc
[1506/1584] Compiling tasn_fre.cc
[1508/1584] Compiling _NIOFileSystem SystemFileHandle.swift
[1509/1584] Compiling _NIOFileSystem Utilities.swift
[1510/1584] Compiling _NIOFileSystem OpenOptions.swift
[1511/1584] Compiling _NIOFileSystem String+FileSystem.swift
[1511/1584] Compiling posix_time.cc
[1512/1584] Compiling f_string.cc
[1513/1584] Compiling tasn_enc.cc
[1515/1584] Emitting module NIOSSL
[1515/1587] Compiling f_int.cc
[1516/1587] Compiling tasn_dec.cc
[1521/1588] Compiling asn1_par.cc
[1522/1588] Compiling asn_pack.cc
[1523/1588] Compiling a_utctm.cc
[1525/1606] Compiling NIOSSL NIOSSLSecureBytes.swift
[1526/1606] Compiling NIOSSL RNG.swift
[1527/1606] Compiling NIOSSL SafeCompare.swift
[1528/1606] Compiling NIOSSL Zeroization.swift
[1528/1606] Compiling asn1_lib.cc
[1529/1616] Compiling a_type.cc
[1531/1634] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1532/1634] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1532/1634] Compiling a_time.cc
[1534/1634] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1541/1634] Compiling NIOSSL SubjectAlternativeName.swift
[1542/1634] Compiling NIOWebSocket WebSocketOpcode.swift
[1543/1634] Compiling NIOHPACK IndexedHeaderTable.swift
[1544/1634] Compiling NIOHPACK IntegerCoding.swift
[1545/1636] Compiling NIOExtras JSONRPCFraming.swift
[1546/1636] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1547/1636] Compiling NIOExtras LengthFieldPrepender.swift
[1548/1636] Compiling NIOExtras LineBasedFrameDecoder.swift
[1549/1636] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1550/1636] Emitting module _NIOFileSystem
[1551/1636] Compiling NIOExtras DebugInboundEventsHandler.swift
[1552/1636] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1553/1636] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1554/1636] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1555/1636] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1556/1636] Compiling NIOExtras NIOExtrasError.swift
[1557/1636] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1558/1636] Compiling NIOExtras NIORequestIdentifiable.swift
[1559/1636] Compiling NIOExtras PCAPRingBuffer.swift
[1560/1636] Compiling NIOExtras QuiescingHelper.swift
[1561/1636] Emitting module NIOHTTPCompression
[1562/1636] Compiling NIOHTTPCompression HTTPCompression.swift
[1566/1637] Compiling NIOHPACK HuffmanCoding.swift
[1567/1637] Compiling NIOHPACK HuffmanTables.swift
[1572/1637] Compiling NIOHPACK StaticHeaderTable.swift
[1573/1637] Compiling NIOHTTPCompression HTTPDecompression.swift
[1574/1637] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1575/1637] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1576/1638] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1577/1638] Emitting module NIOWebSocket
[1578/1638] Emitting module NIOHPACK
[1579/1639] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1580/1639] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1580/1639] Compiling a_strnid.cc
[1590/1641] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1591/1641] Compiling NIOWebSocket WebSocketFrame.swift
[1591/1641] Compiling a_strex.cc
[1597/1645] Compiling NIOExtras RequestResponseHandler.swift
[1599/1645] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1603/1645] Emitting module NIOExtras
[1611/1647] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1612/1647] Emitting module _NIOFileSystemFoundationCompat
[1614/1706] Emitting module NIOFileSystem
[1614/1706] Compiling a_octet.cc
[1616/1706] Compiling NIOFileSystem Exports.swift
[1616/1706] Compiling a_object.cc
[1618/1707] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1619/1707] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1620/1707] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1621/1707] Compiling a_i2d_fp.cc
[1622/1707] Compiling a_mbstr.cc
[1623/1707] Compiling a_int.cc
[1624/1707] Compiling a_gentm.cc
[1625/1707] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1626/1707] Write sources
[1628/1707] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1629/1707] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1630/1707] Compiling NIOHTTP2 HasLocalSettings.swift
[1631/1707] Compiling NIOHTTP2 HasRemoteSettings.swift
[1632/1707] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1633/1707] Compiling NIOHTTP2 QuiescingState.swift
[1634/1707] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1635/1707] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1636/1715] Compiling NIOHTTP2 MaySendFrames.swift
[1637/1715] Compiling NIOHTTP2 SendingDataState.swift
[1638/1715] Compiling NIOHTTP2 SendingGoawayState.swift
[1639/1715] Compiling NIOHTTP2 SendingHeadersState.swift
[1640/1715] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1641/1715] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1642/1715] Compiling NIOHTTP2 MayReceiveFrames.swift
[1643/1715] Compiling NIOHTTP2 ReceivingDataState.swift
[1644/1715] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1645/1715] Compiling NIOHTTP2 SendingRstStreamState.swift
[1646/1715] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1647/1715] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1648/1715] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1649/1715] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1650/1715] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1651/1715] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1651/1715] Compiling a_dup.cc
[1661/1716] Compiling a_d2i_fp.cc
[1662/1769] Compiling a_bool.cc
[1664/1803] Compiling RediStack RedisHashSlot.swift
[1665/1803] Compiling RediStack SwiftPolyfill.swift
[1665/1804] Compiling a_bitstr.cc
[1668/1820] Compiling RediStack RESPValueConvertible.swift
[1669/1820] Compiling RediStack RedisChannelName.swift
[1670/1820] Compiling RediStack RedisClient.swift
[1671/1820] Compiling RediStack RedisCommandEncoder-multi-encode.swift
[1672/1820] Compiling RediStack RedisCommandEncoder.swift
[1673/1820] Compiling RediStack RedisConnection+Configuration.swift
[1674/1820] Compiling RediStack RedisConnection.swift
[1675/1827] Compiling RediStack RedisError.swift
[1676/1827] Compiling RediStack RedisKey+TTL.swift
[1677/1827] Compiling BitCollections BitSet+Random.swift
[1678/1827] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1679/1827] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1680/1827] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1681/1827] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1682/1827] Compiling WebSocketKit Exports.swift
[1683/1827] Compiling WebSocketKit WebSocketHandler.swift
[1684/1827] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1685/1827] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1686/1827] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1687/1827] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1688/1827] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1689/1827] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1690/1827] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1691/1827] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1692/1827] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1693/1827] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1694/1827] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1695/1827] Compiling BitCollections BitSet+SetAlgebra union.swift
[1696/1827] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1697/1827] Compiling BitCollections BitSet.Counted.swift
[1698/1827] Compiling WebSocketKit WebSocket+Concurrency.swift
[1699/1827] Emitting module WebSocketKit
[1700/1827] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1701/1827] Compiling WebSocketKit WebSocket.swift
[1702/1827] Compiling CryptoBoringWrapper RandomBytes.swift
[1711/1831] Emitting module RediStack
[1712/1831] Compiling WebSocketKit WebSocket+Connect.swift
[1713/1831] Compiling WebSocketKit WebSocketClient.swift
[1714/1832] Emitting module CryptoBoringWrapper
[1715/1832] Compiling BitCollections UInt+Tricks.swift
[1716/1832] Compiling BitCollections _Word.swift
[1717/1832] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1718/1832] Compiling NIOHTTP2 StreamChannelList.swift
[1719/1832] Compiling NIOHTTP2 StreamMap.swift
[1720/1832] Compiling NIOHTTP2 StreamStateMachine.swift
[1721/1832] Compiling NIOHTTP2 UnsafeTransfer.swift
[1722/1832] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1723/1832] Compiling RediStack StandardLibrary.swift
[1724/1832] Compiling RediStack SwiftNIO.swift
[1725/1832] Compiling RediStack RESPTranslator.swift
[1726/1832] Compiling RediStack RESPValue.swift
[1729/1832] Compiling RediStack RedisByteDecoder.swift
[1730/1832] Compiling RediStack RedisCommandHandler.swift
[1731/1832] Compiling RediStack RedisMessageEncoder.swift
[1732/1832] Compiling RediStack RedisPubSubHandler.swift
[1733/1832] Compiling RediStack RedisClusterNodeDescriptionProtocol.swift
[1734/1832] Compiling RediStack HashCommands.swift
[1735/1832] Compiling RediStack ListCommands.swift
[1736/1832] Compiling RediStack PubSubCommands.swift
[1737/1832] Emitting module BitCollections
[1738/1832] Compiling RediStack RedisClusterShardDescriptionProtocol.swift
[1741/1832] Compiling RediStack BasicCommands.swift
[1746/1832] Compiling RediStack SetCommands.swift
[1747/1832] Compiling RediStack SortedSetCommands.swift
[1748/1832] Compiling RediStack StringCommands.swift
[1749/1832] Compiling RediStack ConnectionPool.swift
[1750/1832] Compiling RediStack RedisConnectionPool+Configuration.swift
[1751/1832] Compiling RediStack RedisConnectionPool.swift
[1752/1832] Compiling RediStack RedisConnectionPoolError.swift
[1753/1832] Compiling RediStack RedisClusterNodeID.swift
[1757/1832] Compiling BitCollections BitSet.Index.swift
[1758/1832] Compiling BitCollections BitSet._UnsafeHandle.swift
[1759/1832] Compiling BitCollections BitSet.swift
[1760/1832] Compiling BitCollections Range+Utilities.swift
[1761/1832] Compiling BitCollections Slice+Utilities.swift
[1762/1832] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1763/1832] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1764/1832] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1772/1832] Compiling CryptoBoringWrapper EllipticCurve.swift
[1778/1833] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1780/1833] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1781/1834] Compiling RediStack RedisKey.swift
[1782/1834] Compiling RediStack RedisLogging.swift
[1783/1834] Compiling RediStack RedisMetrics.swift
[1784/1834] Compiling RediStack _Deprecations.swift
[1786/1836] Emitting module Collections
[1787/1836] Compiling Collections Collections.swift
[1789/1908] Compiling Crypto ArraySliceBigint.swift
[1790/1908] Compiling Crypto GeneralizedTime.swift
[1791/1908] Compiling Crypto ObjectIdentifier.swift
[1792/1908] Compiling Crypto ECDSASignature.swift
[1793/1908] Compiling Crypto PEMDocument.swift
[1794/1908] Compiling Crypto AES-GCM.swift
[1795/1908] Compiling Crypto AES-GCM_boring.swift
[1796/1908] Compiling Crypto ChaChaPoly_boring.swift
[1797/1908] Compiling Crypto ChaChaPoly.swift
[1798/1908] Compiling Crypto Cipher.swift
[1799/1908] Compiling Crypto Nonces.swift
[1800/1908] Compiling Crypto ASN1.swift
[1801/1908] Compiling Crypto ASN1Any.swift
[1802/1908] Compiling Crypto ASN1BitString.swift
[1803/1908] Compiling Crypto ASN1Boolean.swift
[1804/1909] Emitting module NIOHTTP2
[1807/1909] Compiling Crypto ASN1Identifier.swift
[1808/1909] Compiling Crypto ASN1Integer.swift
[1809/1909] Compiling Crypto ASN1Null.swift
[1810/1909] Compiling Crypto ASN1OctetString.swift
[1811/1909] Compiling Crypto ASN1Strings.swift
[1815/1950] Compiling MultipartKit MultipartPartConvertible.swift
[1816/1950] Compiling MultipartKit MultipartFormData.swift
[1817/1950] Compiling MultipartKit MultipartParser.swift
[1818/1950] Compiling AsyncKit Future+Miscellaneous.swift
[1819/1950] Compiling AsyncKit Future+Nonempty.swift
[1820/1950] Compiling AsyncKit Future+Optional.swift
[1821/1952] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1822/1952] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1823/1952] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1824/1954] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1825/1954] Compiling MultipartKit FormDataDecoder.swift
[1826/1954] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1827/1954] Compiling MultipartKit MultipartPart.swift
[1829/1954] Compiling MultipartKit BasicCodingKey.swift
[1830/1954] Compiling MultipartKit MultipartError.swift
[1831/1954] Compiling MultipartKit Exports.swift
[1832/1954] Emitting module MultipartKit
[1833/1954] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1834/1954] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1835/1954] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1836/1954] Compiling Crypto HPKE-Context.swift
[1837/1954] Compiling Crypto HPKE-KeySchedule.swift
[1838/1954] Compiling Crypto HPKE-Modes.swift
[1839/1954] Compiling Crypto Insecure.swift
[1840/1954] Compiling Crypto Insecure_HashFunctions.swift
[1841/1954] Compiling Crypto KEM.swift
[1842/1954] Compiling Crypto ECDH_boring.swift
[1843/1954] Compiling Crypto DH.swift
[1844/1954] Compiling MultipartKit FormDataEncoder.swift
[1845/1954] Compiling MultipartKit Storage.swift
[1848/1954] Compiling MultipartKit MultipartSerializer.swift
[1849/1954] Compiling MultipartKit Utilities.swift
[1854/1955] Compiling AsyncKit Optional+StrictMap.swift
[1855/1955] Compiling AsyncKit Exports.swift
[1856/1955] Compiling Crypto SymmetricKeys.swift
[1857/1955] Compiling Crypto HMAC.swift
[1858/1955] Compiling Crypto MACFunctions.swift
[1859/1955] Compiling Crypto MessageAuthenticationCode.swift
[1860/1955] Compiling Crypto AES.swift
[1861/1955] Compiling Crypto ECDSASignature_boring.swift
[1862/1955] Compiling Crypto ECDSA_boring.swift
[1863/1955] Compiling Crypto EdDSA_boring.swift
[1864/1955] Compiling Crypto ECDSA.swift
[1865/1955] Compiling Crypto Ed25519.swift
[1869/1964] Compiling Crypto HPKE-LabeledExtract.swift
[1870/1964] Compiling Crypto HPKE-Utils.swift
[1871/1964] Compiling Crypto DHKEM.swift
[1872/1964] Compiling Crypto HPKE-KEM-Curve25519.swift
[1873/1964] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1874/1964] Compiling Crypto HPKE-KEM.swift
[1875/1964] Compiling Crypto HPKE-Errors.swift
[1876/1964] Compiling Crypto HKDF.swift
[1877/1964] Compiling Crypto AESWrap.swift
[1878/1964] Compiling Crypto AESWrap_boring.swift
[1879/1964] Compiling Crypto Ed25519_boring.swift
[1880/1964] Compiling Crypto NISTCurvesKeys_boring.swift
[1881/1964] Compiling Crypto X25519Keys_boring.swift
[1882/1964] Compiling Crypto Curve25519.swift
[1883/1964] Compiling Crypto Ed25519Keys.swift
[1884/1964] Compiling Crypto NISTCurvesKeys.swift
[1885/1964] Compiling Crypto X25519Keys.swift
[1886/1964] Emitting module Crypto
[1887/1964] Compiling Crypto HPKE.swift
[1896/1964] Compiling Crypto ECDH.swift
[1897/1964] Compiling Crypto PKCS8PrivateKey.swift
[1898/1964] Compiling Crypto SEC1PrivateKey.swift
[1899/1964] Compiling Crypto SubjectPublicKeyInfo.swift
[1900/1964] Compiling Crypto CryptoKitErrors.swift
[1901/1964] Compiling Crypto Digest_boring.swift
[1902/1964] Compiling Crypto Digest.swift
[1903/1964] Compiling Crypto Digests.swift
[1904/1964] Compiling Crypto HashFunctions.swift
[1905/1964] Compiling Crypto HashFunctions_SHA2.swift
[1906/1964] Compiling Crypto HPKE-AEAD.swift
[1944/1965] Emitting module AsyncKit
[1945/2024] Compiling Crypto Signature.swift
[1946/2024] Compiling Crypto CryptoKitErrors_boring.swift
[1947/2024] Compiling Crypto RNG_boring.swift
[1948/2024] Compiling Crypto SafeCompare_boring.swift
[1949/2024] Compiling Crypto Zeroization_boring.swift
[1950/2024] Compiling Crypto PrettyBytes.swift
[1951/2024] Compiling Crypto SafeCompare.swift
[1952/2024] Compiling Crypto SecureBytes.swift
[1953/2024] Compiling Crypto Zeroization.swift
[1955/2025] Emitting module AsyncHTTPClient
[1956/2033] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1957/2033] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1958/2033] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1959/2033] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1960/2033] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1961/2033] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1962/2033] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1963/2033] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1964/2033] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1965/2033] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1966/2033] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1967/2033] Compiling AsyncHTTPClient Transaction.swift
[1968/2033] Compiling AsyncHTTPClient Base64.swift
[1969/2033] Compiling AsyncHTTPClient BasicAuth.swift
[1970/2033] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1971/2033] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1972/2033] Compiling AsyncHTTPClient ConnectionPool.swift
[1973/2033] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1974/2033] Compiling AsyncHTTPClient RequestBag.swift
[1975/2033] Compiling AsyncHTTPClient RequestValidation.swift
[1976/2033] Compiling AsyncHTTPClient SSLContextCache.swift
[1977/2033] Compiling AsyncHTTPClient Scheme.swift
[1978/2033] Compiling AsyncHTTPClient Singleton.swift
[1979/2033] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1980/2033] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1981/2033] Compiling AsyncHTTPClient Utils.swift
[1982/2033] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1983/2033] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1984/2033] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1985/2033] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1986/2033] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1987/2033] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1988/2033] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1989/2033] Compiling AsyncHTTPClient RequestBodyLength.swift
[1990/2033] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1991/2033] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1992/2033] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1993/2033] Compiling AsyncHTTPClient HTTP1Connection.swift
[1994/2033] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1995/2033] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1996/2033] Compiling AsyncHTTPClient HTTP2Connection.swift
[1997/2033] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1998/2033] Compiling AsyncHTTPClient HTTPClient.swift
[1999/2033] Compiling AsyncHTTPClient HTTPHandler.swift
[2000/2033] Compiling AsyncHTTPClient LRUCache.swift
[2001/2033] Compiling AsyncHTTPClient NWErrorHandler.swift
[2002/2033] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2003/2033] Compiling AsyncHTTPClient TLSConfiguration.swift
[2004/2033] Compiling AsyncHTTPClient RedirectState.swift
[2005/2033] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2006/2033] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2007/2033] Compiling AsyncHTTPClient RequestOptions.swift
[2008/2033] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2009/2033] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2010/2033] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2011/2033] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2012/2033] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2013/2033] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2014/2033] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2015/2033] Compiling AsyncHTTPClient ConnectionTarget.swift
[2016/2033] Compiling AsyncHTTPClient DeconstructedURL.swift
[2017/2033] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2018/2033] Compiling AsyncHTTPClient FoundationExtensions.swift
[2019/2033] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2020/2033] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2021/2033] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2036/2204] Compiling Vapor AsyncBasicResponder.swift
[2037/2204] Compiling Vapor AsyncMiddleware.swift
[2038/2204] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2039/2204] Compiling Vapor AsyncSessionDriver.swift
[2040/2204] Compiling Vapor Authentication+Concurrency.swift
[2041/2204] Compiling Vapor Cache+Concurrency.swift
[2042/2204] Compiling Vapor Client+Concurrency.swift
[2043/2204] Compiling Vapor RequestBody+Concurrency.swift
[2044/2204] Compiling Vapor Responder+Concurrency.swift
[2045/2204] Compiling Vapor ResponseCodable+Concurrency.swift
[2046/2204] Compiling Vapor RoutesBuilder+Concurrency.swift
[2047/2204] Compiling Vapor ViewRenderer+Concurrency.swift
[2048/2204] Compiling Vapor WebSocket+Concurrency.swift
[2049/2204] Compiling Vapor ContainerGetPathExecutor.swift
[2050/2204] Compiling Vapor Content.swift
[2051/2204] Compiling Vapor ContentCoders.swift
[2052/2204] Compiling Vapor ContentConfiguration.swift
[2053/2204] Compiling Vapor ContentContainer.swift
[2054/2204] Compiling Vapor JSONCoder+Custom.swift
[2055/2204] Compiling Vapor JSONCoders+Content.swift
[2056/2204] Compiling Vapor PlaintextDecoder.swift
[2057/2204] Compiling Vapor PlaintextEncoder.swift
[2058/2204] Compiling Vapor URLQueryCoders.swift
[2059/2204] Compiling Vapor URLQueryContainer.swift
[2060/2228] Compiling Vapor Request+Body.swift
[2061/2228] Compiling Vapor Request+BodyStream.swift
[2062/2228] Compiling Vapor Request.swift
[2063/2228] Compiling Vapor Application+Responder.swift
[2064/2228] Compiling Vapor DefaultResponder.swift
[2065/2228] Compiling Vapor Response+Body.swift
[2066/2228] Compiling Vapor Response.swift
[2067/2228] Compiling Vapor ResponseCodable.swift
[2068/2228] Compiling Vapor Application+Routes.swift
[2069/2228] Compiling Vapor Parameters+Require.swift
[2070/2228] Compiling Vapor Request+WebSocket.swift
[2071/2228] Compiling Vapor Route.swift
[2072/2228] Compiling Vapor RouteCollection.swift
[2073/2228] Compiling Vapor Routes.swift
[2074/2228] Compiling Vapor RoutesBuilder+Group.swift
[2075/2228] Compiling Vapor RoutesBuilder+Method.swift
[2076/2228] Compiling Vapor RoutesBuilder+Middleware.swift
[2077/2228] Compiling Vapor RoutesBuilder+WebSocket.swift
[2078/2228] Compiling Vapor RoutesBuilder.swift
[2079/2228] Compiling Vapor OTP.swift
[2080/2228] Compiling Vapor Application+Servers.swift
[2081/2228] Compiling Vapor Server.swift
[2082/2228] Compiling Vapor App+Service.swift
[2083/2228] Compiling Vapor Req+Service.swift
[2084/2252] Compiling Vapor Application.swift
[2085/2252] Compiling Vapor AuthenticationCache.swift
[2086/2252] Compiling Vapor Authenticator.swift
[2087/2252] Compiling Vapor BasicAuthorization.swift
[2088/2252] Compiling Vapor BearerAuthorization.swift
[2089/2252] Compiling Vapor GuardMiddleware.swift
[2090/2252] Compiling Vapor RedirectMiddleware.swift
[2091/2252] Compiling Vapor SessionAuthenticatable.swift
[2092/2252] Compiling Vapor Bcrypt.swift
[2093/2252] Compiling Vapor Application+Cache.swift
[2094/2252] Compiling Vapor Cache.swift
[2095/2252] Compiling Vapor CacheExpirationTime.swift
[2096/2252] Compiling Vapor MemoryCache.swift
[2097/2252] Compiling Vapor Request+Cache.swift
[2098/2252] Compiling Vapor Application+Clients.swift
[2099/2252] Compiling Vapor Client.swift
[2100/2252] Compiling Vapor ClientRequest.swift
[2101/2252] Compiling Vapor ClientResponse.swift
[2102/2252] Compiling Vapor Request+Client.swift
[2103/2252] Compiling Vapor BootCommand.swift
[2104/2252] Compiling Vapor CommandContext+Application.swift
[2105/2252] Compiling Vapor RoutesCommand.swift
[2106/2252] Compiling Vapor ServeCommand.swift
[2107/2252] Compiling Vapor AnyResponse+Concurrency.swift
[2108/2252] Compiling Vapor Validator.swift
[2109/2252] Compiling Vapor ValidatorResult.swift
[2110/2252] Compiling Vapor And.swift
[2111/2252] Compiling Vapor Case.swift
[2112/2252] Compiling Vapor CharacterSet.swift
[2113/2252] Compiling Vapor Count.swift
[2114/2252] Compiling Vapor Custom.swift
[2115/2252] Compiling Vapor Email.swift
[2116/2252] Compiling Vapor Empty.swift
[2117/2252] Compiling Vapor In.swift
[2118/2252] Compiling Vapor Nil.swift
[2119/2252] Compiling Vapor NilIgnoring.swift
[2120/2252] Compiling Vapor Not.swift
[2121/2252] Compiling Vapor Or.swift
[2122/2252] Compiling Vapor Pattern.swift
[2123/2252] Compiling Vapor Range.swift
[2124/2252] Compiling Vapor URL.swift
[2125/2252] Compiling Vapor Valid.swift
[2126/2252] Compiling Vapor Application+Views.swift
[2127/2252] Compiling Vapor PlaintextRenderer.swift
[2128/2252] Compiling Vapor Request+View.swift
[2129/2252] Compiling Vapor View.swift
[2130/2252] Compiling Vapor ViewRenderer.swift
[2131/2252] Compiling Vapor _Deprecations.swift
[2132/2252] Emitting module Vapor
[2133/2252] Compiling Vapor Bytes+Hex.swift
[2134/2252] Compiling Vapor Bytes+SecureCompare.swift
[2135/2252] Compiling Vapor Collection+Safe.swift
[2136/2252] Compiling Vapor DataProtocol+Copy.swift
[2137/2252] Compiling Vapor DecoderUnwrapper.swift
[2138/2252] Compiling Vapor DirectoryConfiguration.swift
[2139/2252] Compiling Vapor DotEnv.swift
[2140/2252] Compiling Vapor Extendable.swift
[2141/2252] Compiling Vapor File.swift
[2142/2252] Compiling Vapor FileIO.swift
[2143/2252] Compiling Vapor LifecycleHandler.swift
[2144/2252] Compiling Vapor OptionalType.swift
[2145/2252] Compiling Vapor RFC1123.swift
[2146/2252] Compiling Vapor SocketAddress+Hostname.swift
[2147/2252] Compiling Vapor Storage.swift
[2148/2252] Compiling Vapor String+IsIPAddress.swift
[2149/2252] Compiling Vapor Thread.swift
[2150/2252] Compiling Vapor URI.swift
[2151/2252] Compiling Vapor RangeResult.swift
[2152/2252] Compiling Vapor Validatable.swift
[2153/2252] Compiling Vapor Validation.swift
[2154/2252] Compiling Vapor ValidationKey.swift
[2155/2252] Compiling Vapor Validations.swift
[2156/2252] Compiling Vapor ValidationsError.swift
[2157/2252] Compiling Vapor Service.swift
[2158/2252] Compiling Vapor Application+Sessions.swift
[2159/2252] Compiling Vapor MemorySessions.swift
[2160/2252] Compiling Vapor Request+Session.swift
[2161/2252] Compiling Vapor Session.swift
[2162/2252] Compiling Vapor SessionCache.swift
[2163/2252] Compiling Vapor SessionData.swift
[2164/2252] Compiling Vapor SessionDriver.swift
[2165/2252] Compiling Vapor SessionsConfiguration.swift
[2166/2252] Compiling Vapor SessionsMiddleware.swift
[2167/2252] Compiling Vapor URLEncodedFormData.swift
[2168/2252] Compiling Vapor URLEncodedFormDecoder.swift
[2169/2252] Compiling Vapor URLEncodedFormEncoder.swift
[2170/2252] Compiling Vapor URLEncodedFormError.swift
[2171/2252] Compiling Vapor URLEncodedFormParser.swift
[2172/2252] Compiling Vapor URLEncodedFormSerializer.swift
[2173/2252] Compiling Vapor URLQueryFragmentConvertible.swift
[2174/2252] Compiling Vapor AnyResponse.swift
[2175/2252] Compiling Vapor Array+Random.swift
[2176/2252] Compiling Vapor Base32.swift
[2177/2252] Compiling Vapor Base64.swift
[2178/2252] Compiling Vapor BaseN.swift
[2179/2252] Compiling Vapor BasicCodingKey.swift
[2180/2252] Compiling Vapor ByteCount.swift
[2181/2252] Compiling Vapor Core.swift
[2182/2252] Compiling Vapor Running.swift
[2183/2252] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2184/2252] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2185/2252] Compiling Vapor DotEnvFile+load.swift
[2186/2252] Compiling Vapor Routes+caseInsenstive.swift
[2187/2252] Compiling Vapor Validatable+validate.swift
[2188/2252] Compiling Vapor Environment+Process.swift
[2189/2252] Compiling Vapor Environment+Secret.swift
[2190/2252] Compiling Vapor Environment.swift
[2191/2252] Compiling Vapor Abort.swift
[2192/2252] Compiling Vapor AbortError.swift
[2193/2252] Compiling Vapor DebuggableError.swift
[2194/2252] Compiling Vapor Demangler.swift
[2195/2252] Compiling Vapor ErrorSource.swift
[2196/2252] Compiling Vapor StackTrace.swift
[2197/2252] Compiling Vapor Exports.swift
[2198/2252] Compiling Vapor Application+HTTP.swift
[2199/2252] Compiling Vapor BasicResponder.swift
[2200/2252] Compiling Vapor BodyStream.swift
[2201/2252] Compiling Vapor Application+HTTP+Client.swift
[2202/2252] Compiling Vapor EventLoopHTTPClient.swift
[2203/2252] Compiling Vapor EndpointCache.swift
[2204/2252] Compiling Vapor HTTPMethod+String.swift
[2205/2252] Compiling Vapor HTTPServerResponseEncoder.swift
[2206/2252] Compiling Vapor HTTPServerUpgradeHandler.swift
[2207/2252] Compiling Vapor Logger+Report.swift
[2208/2252] Compiling Vapor LoggingSystem+Environment.swift
[2209/2252] Compiling Vapor Application+Middleware.swift
[2210/2252] Compiling Vapor CORSMiddleware.swift
[2211/2252] Compiling Vapor ErrorMiddleware.swift
[2212/2252] Compiling Vapor FileMiddleware.swift
[2213/2252] Compiling Vapor Middleware.swift
[2214/2252] Compiling Vapor MiddlewareConfiguration.swift
[2215/2252] Compiling Vapor ResponseCompressionMiddleware.swift
[2216/2252] Compiling Vapor RouteLoggingMiddleware.swift
[2217/2252] Compiling Vapor TracingMiddleware.swift
[2218/2252] Compiling Vapor File+Multipart.swift
[2219/2252] Compiling Vapor FormDataDecoder+Content.swift
[2220/2252] Compiling Vapor FormDataEncoder+Content.swift
[2221/2252] Compiling Vapor Application+Password.swift
[2222/2252] Compiling Vapor Application+Passwords.swift
[2223/2252] Compiling Vapor AsyncPasswordHasher.swift
[2224/2252] Compiling Vapor BcryptHasher.swift
[2225/2252] Compiling Vapor PasswordHasher.swift
[2226/2252] Compiling Vapor PlaintextHasher.swift
[2227/2252] Compiling Vapor Request+Password.swift
[2228/2252] Compiling Vapor Redirect.swift
[2229/2252] Compiling Vapor HTTPStatus.swift
[2230/2252] Compiling Vapor HTTPCookies.swift
[2231/2252] Compiling Vapor HTTPHeaderCacheControl.swift
[2232/2252] Compiling Vapor HTTPHeaderExpires.swift
[2233/2252] Compiling Vapor HTTPHeaderLastModified.swift
[2234/2252] Compiling Vapor HTTPHeaders+Cache.swift
[2235/2252] Compiling Vapor HTTPHeaders+Connection.swift
[2236/2252] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2237/2252] Compiling Vapor HTTPHeaders+ContentRange.swift
[2238/2252] Compiling Vapor HTTPHeaders+Directive.swift
[2239/2252] Compiling Vapor HTTPHeaders+Forwarded.swift
[2240/2252] Compiling Vapor HTTPHeaders+Link.swift
[2241/2252] Compiling Vapor HTTPHeaders+Name.swift
[2242/2252] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2243/2252] Compiling Vapor HTTPHeaders.swift
[2244/2252] Compiling Vapor HTTPMediaType.swift
[2245/2252] Compiling Vapor HTTPMediaTypePreference.swift
[2246/2252] Compiling Vapor Responder.swift
[2247/2252] Compiling Vapor Application+HTTP+Server.swift
[2248/2252] Compiling Vapor HTTPServer.swift
[2249/2252] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2250/2252] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2251/2252] Compiling Vapor HTTPServerHandler.swift
[2252/2252] Compiling Vapor HTTPServerRequestDecoder.swift
[2254/2286] Compiling Queues RepeatedTask+Cancel.swift
[2255/2286] Compiling Queues Request+Queues.swift
[2256/2288] Compiling Redis Application+Redis.swift
[2257/2288] Compiling Redis Application.Redis+PubSub.swift
[2258/2289] Emitting module Redis
[2259/2289] Compiling Queues QueuesConfiguration.swift
[2260/2289] Compiling Queues QueuesDriver.swift
[2261/2289] Compiling Queues QueuesEventLoopPreference.swift
[2264/2289] Compiling Redis Application.Redis+configuration.swift
[2265/2289] Compiling Redis Redis+Sessions.swift
[2266/2289] Compiling Redis RedisClient+Codable.swift
[2267/2289] Compiling Queues JobIdentifier.swift
[2268/2289] Compiling Redis RedisConfiguration.swift
[2269/2289] Compiling Redis Exports.swift
[2270/2289] Compiling Redis Redis+Cache.swift
[2271/2289] Compiling Redis Redis+Concurrency.swift
[2278/2289] Compiling Redis Request+Redis.swift
[2279/2289] Compiling Redis RedisStorage.swift
[2280/2289] Compiling Redis RedisID.swift
[2282/2290] Compiling Queues NotificationHook.swift
[2283/2290] Compiling Queues Queue.swift
[2284/2290] Compiling Queues QueueContext.swift
[2285/2290] Compiling Queues QueueName.swift
[2286/2290] Compiling Queues QueueWorker.swift
[2287/2290] Compiling Queues QueuesCommand.swift
[2288/2290] Emitting module Queues
[2289/2290] Compiling Queues ScheduleBuilder.swift
[2290/2290] Compiling Queues ScheduledJob.swift
[2292/2295] Compiling QueuesRedisDriver JobsRedisDriverError.swift
[2293/2295] Compiling QueuesRedisDriver Exports.swift
[2294/2295] Emitting module QueuesRedisDriver
/host/spi-builder-workspace/Sources/QueuesRedisDriver/JobsRedisDriver.swift:52:9: warning: stored property 'pool' of 'Sendable'-conforming struct 'RedisQueuesDriver' has non-sendable type 'RedisConnectionPool'; this is an error in the Swift 6 language mode
 50 | /// A `QueuesDriver` for Redis
 51 | public struct RedisQueuesDriver {
 52 |     let pool: RedisConnectionPool
    |         `- warning: stored property 'pool' of 'Sendable'-conforming struct 'RedisQueuesDriver' has non-sendable type 'RedisConnectionPool'; this is an error in the Swift 6 language mode
 53 |
 54 |     /// Creates the RedisQueuesDriver
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/ConnectionPool/RedisConnectionPool.swift:29:20: note: class 'RedisConnectionPool' does not conform to the 'Sendable' protocol
 27 | /// single `EventLoop`: if callers call the API from a different `EventLoop` (or from no `EventLoop` at all)
 28 | /// `RedisConnectionPool` will ensure that the call is dispatched to the correct loop.
 29 | public final class RedisConnectionPool {
    |                    `- note: class 'RedisConnectionPool' does not conform to the 'Sendable' protocol
 30 |     /// A unique identifer to represent this connection.
 31 |     public let id = UUID()
/host/spi-builder-workspace/Sources/QueuesRedisDriver/JobsRedisDriver.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
  2 | import Logging
  3 | import Redis
  4 | import RediStack
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
  5 | import NIOCore
  6 | import NIOPosix
/host/spi-builder-workspace/Sources/QueuesRedisDriver/JobsRedisDriver.swift:166:10: warning: associated value 'invalidIdentifier' of 'Sendable'-conforming enum '_QueuesRedisError' has non-sendable type 'RESPValue'; this is an error in the Swift 6 language mode
164 | enum _QueuesRedisError: Error {
165 |     case missingJob
166 |     case invalidIdentifier(RESPValue)
    |          `- warning: associated value 'invalidIdentifier' of 'Sendable'-conforming enum '_QueuesRedisError' has non-sendable type 'RESPValue'; this is an error in the Swift 6 language mode
167 | }
168 |
/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/QueuesRedisDriver/JobsRedisDriver.swift:116:9: warning: stored property 'client' of 'Sendable'-conforming generic struct '_QueuesRedisQueue' has non-sendable type 'Client'; this is an error in the Swift 6 language mode
113 | }
114 |
115 | struct _QueuesRedisQueue<Client: RedisClient> {
    |                          `- note: consider making generic parameter 'Client' conform to the 'Sendable' protocol
116 |     let client: Client
    |         `- warning: stored property 'client' of 'Sendable'-conforming generic struct '_QueuesRedisQueue' has non-sendable type 'Client'; this is an error in the Swift 6 language mode
117 |     let context: QueueContext
118 | }
[2295/2295] Compiling QueuesRedisDriver JobsRedisDriver.swift
/host/spi-builder-workspace/Sources/QueuesRedisDriver/JobsRedisDriver.swift:52:9: warning: stored property 'pool' of 'Sendable'-conforming struct 'RedisQueuesDriver' has non-sendable type 'RedisConnectionPool'; this is an error in the Swift 6 language mode
 50 | /// A `QueuesDriver` for Redis
 51 | public struct RedisQueuesDriver {
 52 |     let pool: RedisConnectionPool
    |         `- warning: stored property 'pool' of 'Sendable'-conforming struct 'RedisQueuesDriver' has non-sendable type 'RedisConnectionPool'; this is an error in the Swift 6 language mode
 53 |
 54 |     /// Creates the RedisQueuesDriver
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/ConnectionPool/RedisConnectionPool.swift:29:20: note: class 'RedisConnectionPool' does not conform to the 'Sendable' protocol
 27 | /// single `EventLoop`: if callers call the API from a different `EventLoop` (or from no `EventLoop` at all)
 28 | /// `RedisConnectionPool` will ensure that the call is dispatched to the correct loop.
 29 | public final class RedisConnectionPool {
    |                    `- note: class 'RedisConnectionPool' does not conform to the 'Sendable' protocol
 30 |     /// A unique identifer to represent this connection.
 31 |     public let id = UUID()
/host/spi-builder-workspace/Sources/QueuesRedisDriver/JobsRedisDriver.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
  2 | import Logging
  3 | import Redis
  4 | import RediStack
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
  5 | import NIOCore
  6 | import NIOPosix
/host/spi-builder-workspace/Sources/QueuesRedisDriver/JobsRedisDriver.swift:166:10: warning: associated value 'invalidIdentifier' of 'Sendable'-conforming enum '_QueuesRedisError' has non-sendable type 'RESPValue'; this is an error in the Swift 6 language mode
164 | enum _QueuesRedisError: Error {
165 |     case missingJob
166 |     case invalidIdentifier(RESPValue)
    |          `- warning: associated value 'invalidIdentifier' of 'Sendable'-conforming enum '_QueuesRedisError' has non-sendable type 'RESPValue'; this is an error in the Swift 6 language mode
167 | }
168 |
/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/QueuesRedisDriver/JobsRedisDriver.swift:116:9: warning: stored property 'client' of 'Sendable'-conforming generic struct '_QueuesRedisQueue' has non-sendable type 'Client'; this is an error in the Swift 6 language mode
113 | }
114 |
115 | struct _QueuesRedisQueue<Client: RedisClient> {
    |                          `- note: consider making generic parameter 'Client' conform to the 'Sendable' protocol
116 |     let client: Client
    |         `- warning: stored property 'client' of 'Sendable'-conforming generic struct '_QueuesRedisQueue' has non-sendable type 'Client'; this is an error in the Swift 6 language mode
117 |     let context: QueueContext
118 | }
Build complete! (370.75s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.76.3",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "queues",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.12.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/queues.git"
    },
    {
      "identity" : "redis",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.8.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/redis.git"
    }
  ],
  "manifest_display_name" : "queues-redis-driver",
  "name" : "queues-redis-driver",
  "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" : "QueuesRedisDriver",
      "targets" : [
        "QueuesRedisDriver"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "QueuesRedisDriverTests",
      "module_type" : "SwiftTarget",
      "name" : "QueuesRedisDriverTests",
      "path" : "Tests/QueuesRedisDriverTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "JobsRedisDriverTests.swift"
      ],
      "target_dependencies" : [
        "QueuesRedisDriver"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QueuesRedisDriver",
      "module_type" : "SwiftTarget",
      "name" : "QueuesRedisDriver",
      "path" : "Sources/QueuesRedisDriver",
      "product_dependencies" : [
        "Vapor",
        "Queues",
        "Redis"
      ],
      "product_memberships" : [
        "QueuesRedisDriver"
      ],
      "sources" : [
        "Exports.swift",
        "JobsRedisDriver.swift",
        "JobsRedisDriverError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
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.