The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of queues-redis-driver, reference main (a3dac0), with Swift 6.1 for Android on 29 May 2025 17:49:28 UTC.

Swift 6 data race errors: 3

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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:         android
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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/queues.git
Fetching https://github.com/vapor/redis.git
Fetching https://github.com/vapor/vapor.git
[1/3318] Fetching queues
[101/7069] Fetching queues, redis
Fetched https://github.com/vapor/redis.git from cache (0.37s)
[1/74378] Fetching vapor
Fetched https://github.com/vapor/queues.git from cache (1.73s)
Fetched https://github.com/vapor/vapor.git from cache (1.76s)
Computing version for https://github.com/vapor/redis.git
Computed https://github.com/vapor/redis.git at 4.11.1 (2.25s)
Fetching https://github.com/swift-server/RediStack.git
[1/4703] Fetching redistack
Fetched https://github.com/swift-server/RediStack.git from cache (0.40s)
Computing version for https://github.com/swift-server/RediStack.git
Computed https://github.com/swift-server/RediStack.git at 1.6.2 (3.14s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.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/2206] Fetching swift-metrics
[2207/6042] Fetching swift-metrics, swift-log
[3205/7752] Fetching swift-metrics, swift-log, swift-atomics
Fetched https://github.com/apple/swift-metrics.git from cache (0.51s)
[5119/5546] Fetching swift-log, swift-atomics
[5547/20389] Fetching swift-log, swift-atomics, swift-nio-ssl
[7032/96486] Fetching swift-log, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.70s)
[5923/92650] Fetching swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.41s)
[54978/77807] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (6.38s)
Fetched https://github.com/apple/swift-nio.git from cache (6.50s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (7.10s)
Computing version for https://github.com/vapor/queues.git
Computed https://github.com/vapor/queues.git at 1.17.2 (3.35s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.66s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[4392/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.09s)
Fetched https://github.com/apple/swift-collections.git from cache (1.12s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.61s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.09s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.65s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.67s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.59s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.79s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1063] Fetching swift-service-context
[576/7022] Fetching swift-service-context, swift-algorithms
[919/10341] Fetching swift-service-context, swift-algorithms, multipart-kit
[2908/16255] Fetching swift-service-context, swift-algorithms, multipart-kit, swift-nio-extras
[6429/21229] Fetching swift-service-context, swift-algorithms, multipart-kit, swift-nio-extras, swift-distributed-tracing
[9396/23838] Fetching swift-service-context, swift-algorithms, multipart-kit, swift-nio-extras, swift-distributed-tracing, websocket-kit
Fetched https://github.com/apple/swift-algorithms.git from cache (0.59s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.78s)
Fetching https://github.com/vapor/routing-kit.git
[11214/24432] Fetching swift-service-context, multipart-kit, swift-nio-extras, websocket-kit, swift-nio-http2
[13750/45159] Fetching swift-service-context, multipart-kit, swift-nio-extras, websocket-kit, swift-nio-http2, routing-kit
Fetched https://github.com/apple/swift-service-context.git from cache (2.60s)
Fetched https://github.com/vapor/websocket-kit.git from cache (2.60s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.60s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.64s)
Fetching https://github.com/swift-server/async-http-client.git
[1/5647] Fetching console-kit
[2/8017] Fetching console-kit, async-kit
[8018/21953] Fetching console-kit, async-kit, swift-crypto
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.43s)
Fetched https://github.com/vapor/routing-kit.git from cache (2.25s)
[8855/35967] Fetching console-kit, async-kit, swift-crypto, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (0.50s)
[4468/30320] Fetching async-kit, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.07s)
[8642/16306] Fetching async-kit, swift-crypto
Fetched https://github.com/vapor/async-kit.git from cache (1.92s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.94s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (7.69s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.56s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.55s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.83s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.37s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.48s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.37s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.93s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.56s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
[1/1590] Fetching swift-asn1
[1591/2494] Fetching swift-asn1, swift-http-types
[2071/3635] Fetching swift-asn1, swift-http-types, swift-http-structured-headers
[3636/8620] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-async-algorithms
[3886/11046] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle
[8356/17201] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.32s)
[10656/16297] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.39s)
[14277/14707] Fetching swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.47s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.53s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.53s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.54s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.14s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.44s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.61s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.53s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.51s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.47s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.58s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.57s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.55s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.53s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.75s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.63s)
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.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/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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/redis.git
Working copy of https://github.com/vapor/redis.git resolved at 4.11.1
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/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-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/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Building for debugging...
[0/834] Write sources
[49/834] Compiling _NumericsShims _NumericsShims.c
[50/834] Compiling _AtomicsShims.c
[51/834] Compiling CVaporBcrypt blf.c
[52/834] Compiling CNIOWindows shim.c
[53/834] Compiling CNIOWindows WSAStartup.c
[54/834] Compiling CNIOWASI CNIOWASI.c
[55/834] Compiling CVaporBcrypt bcrypt.c
[56/834] Compiling CNIOLLHTTP c_nio_http.c
[57/834] Compiling CNIOLinux liburing_shims.c
[57/834] Compiling CSystem shims.c
[59/834] Compiling CNIOSHA1 c_nio_sha1.c
[60/834] Compiling CNIOLinux shim.c
[61/834] Compiling CNIOExtrasZlib empty.c
[62/834] Compiling CNIODarwin shim.c
[63/834] Compiling fiat_p256_adx_sqr.S
[64/834] Compiling fiat_curve25519_adx_square.S
[65/834] Compiling fiat_curve25519_adx_mul.S
[66/834] Compiling CNIOLLHTTP c_nio_api.c
[67/834] Compiling fiat_p256_adx_mul.S
[68/834] Write swift-version-24593BA9C3E375BF.txt
[69/834] Compiling CNIOLLHTTP c_nio_llhttp.c
[70/834] Compiling CNIOBoringSSLShims shims.c
[72/840] Emitting module _NIOBase64
[72/840] Compiling tls_method.cc
[73/868] Compiling tls13_client.cc
[74/868] Compiling tls_record.cc
[75/868] Compiling tls13_server.cc
[76/869] Compiling tls13_both.cc
[78/881] Emitting module ServiceContextModule
[78/900] Compiling tls13_enc.cc
[80/903] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[81/903] Compiling InternalCollectionsUtilities _SortedCollection.swift
[82/904] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[83/904] Compiling InternalCollectionsUtilities Integer rank.swift
[84/904] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[85/904] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[86/904] Emitting module RealModule
[87/905] Compiling SystemPackage MachPort.swift
[88/905] Compiling SystemPackage PlatformString.swift
[89/905] Compiling SystemPackage SystemString.swift
[90/905] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[91/908] Compiling RealModule Float+Real.swift
[92/908] Compiling InternalCollectionsUtilities Descriptions.swift
[93/908] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[94/908] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[95/908] Compiling InternalCollectionsUtilities Debugging.swift
[98/908] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[99/908] Compiling InternalCollectionsUtilities UInt+reversed.swift
[100/908] Emitting module SystemPackage
[101/908] Compiling RealModule Float16+Real.swift
[102/908] Emitting module InternalCollectionsUtilities
[105/908] Compiling ServiceContextModule ServiceContextKey.swift
[106/908] Compiling ServiceContextModule ServiceContext.swift
[107/909] Compiling CoreMetrics Metrics.swift
[108/909] Compiling RealModule ElementaryFunctions.swift
[109/909] Compiling _NIOBase64 Base64.swift
[114/909] Compiling RealModule Real.swift
[115/909] Compiling RealModule Float80+Real.swift
[125/910] Compiling _NIODataStructures PriorityQueue.swift
[126/910] Compiling _NIODataStructures _TinyArray.swift
[127/910] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[128/910] Emitting module _NIODataStructures
[129/910] Compiling _NIODataStructures Heap.swift
[130/912] Compiling RealModule RealFunctions.swift
[135/919] Compiling Instrumentation Instrument.swift
[136/919] Compiling Instrumentation NoOpInstrument.swift
[137/919] Compiling Instrumentation MultiplexInstrument.swift
[138/919] Emitting module Instrumentation
[139/919] Compiling SystemPackage Util+StringArray.swift
[140/919] Compiling SystemPackage Util.swift
[141/919] Compiling SystemPackage UtilConsumers.swift
[141/919] Compiling ssl_versions.cc
[142/987] Compiling t1_enc.cc
[143/987] Compiling ssl_x509.cc
[144/1049] Compiling ssl_transcript.cc
[146/1049] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[147/1049] Compiling HeapModule Heap+Descriptions.swift
[148/1049] Compiling Instrumentation InstrumentationSystem.swift
[149/1049] Compiling Instrumentation Locks.swift
[150/1049] Emitting module CoreMetrics
[151/1049] Compiling CoreMetrics Locks.swift
[152/1049] Compiling Logging MetadataProvider.swift
[153/1049] Emitting module Logging
[154/1049] Compiling Logging Locks.swift
[155/1051] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[156/1051] Compiling OrderedCollections OrderedDictionary+Elements.swift
[157/1051] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[158/1051] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[159/1051] Compiling OrderedCollections OrderedSet+Hashable.swift
[160/1051] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[161/1051] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[162/1051] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[163/1051] Compiling OrderedCollections OrderedDictionary.swift
[164/1051] Compiling OrderedCollections OrderedSet+Codable.swift
[165/1051] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[166/1051] Compiling OrderedCollections OrderedSet+Descriptions.swift
[167/1052] Compiling HeapModule _HeapNode.swift
[168/1052] Compiling HeapModule Heap.swift
[169/1052] Compiling Logging LogHandler.swift
[170/1052] Compiling Logging Logging.swift
[174/1103] Compiling HeapModule Heap+Invariants.swift
[175/1105] Compiling HeapModule Heap+UnsafeHandle.swift
[177/1135] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[178/1135] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[179/1135] Compiling HashTreeCollections TreeDictionary+Keys.swift
[180/1135] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[181/1135] Compiling HashTreeCollections TreeDictionary+Merge.swift
[182/1135] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[183/1135] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[184/1135] Emitting module HeapModule
[185/1143] Compiling HashTreeCollections TreeDictionary+Collection.swift
[186/1143] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[187/1143] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[188/1143] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[189/1143] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[190/1143] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[191/1143] Compiling HashTreeCollections TreeDictionary+Filter.swift
[192/1168] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[193/1168] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[194/1168] Compiling HashTreeCollections _HashNode.swift
[195/1168] Compiling HashTreeCollections _HashNodeHeader.swift
[196/1168] Compiling HashTreeCollections _HashSlot.swift
[197/1168] Compiling HashTreeCollections _HashStack.swift
[198/1168] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[199/1168] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[205/1168] Compiling HashTreeCollections _HashNode+Storage.swift
[206/1168] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[207/1168] Compiling HashTreeCollections _HashNode+Structural filter.swift
[208/1168] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[209/1168] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[210/1168] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[211/1177] Compiling DequeModule Deque+Testing.swift
[212/1177] Compiling DequeModule Deque._Storage.swift
[213/1177] Compiling DequeModule Deque._UnsafeHandle.swift
[214/1177] Compiling DequeModule Deque.swift
[215/1177] Compiling DequeModule _DequeBuffer.swift
[216/1177] Compiling DequeModule _DequeBufferHeader.swift
[217/1177] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[218/1177] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[219/1177] Compiling HashTreeCollections _HashNode+Structural merge.swift
[220/1177] Compiling HashTreeCollections _HashTreeIterator.swift
[221/1177] Compiling HashTreeCollections _HashTreeStatistics.swift
[222/1177] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[223/1177] Compiling HashTreeCollections _RawHashNode.swift
[224/1177] Compiling HashTreeCollections _UnmanagedHashNode.swift
[225/1177] Compiling HashTreeCollections _UnsafePath.swift
[226/1177] Compiling HashTreeCollections TreeDictionary+Codable.swift
[233/1177] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[234/1177] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[237/1179] Compiling Tracing TracerProtocol.swift
[238/1179] Compiling Tracing TracingTime.swift
[239/1179] Emitting module Tracing
[240/1179] Compiling HashTreeCollections TreeSet+Hashable.swift
[241/1179] Compiling HashTreeCollections TreeSet+Sendable.swift
[242/1179] Compiling _RopeModule Rope+Join.swift
[243/1179] Compiling _RopeModule Rope+MutatingForEach.swift
[244/1179] Compiling _RopeModule Rope+Remove.swift
[245/1179] Compiling _RopeModule Rope+RemoveSubrange.swift
[246/1179] Compiling _RopeModule Rope+Split.swift
[247/1179] Compiling _RopeModule Optional Utilities.swift
[248/1179] Compiling _RopeModule String Utilities.swift
[249/1179] Compiling _RopeModule String.Index+ABI.swift
[250/1189] Compiling DequeModule Deque+CustomReflectable.swift
[251/1189] Compiling DequeModule Deque+Descriptions.swift
[252/1189] Compiling DequeModule Deque+Extras.swift
[253/1189] Compiling DequeModule Deque+Hashable.swift
[254/1189] Compiling DequeModule Deque+Equatable.swift
[255/1189] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[256/1189] Compiling Tracing NoOpTracer.swift
[257/1189] Compiling Tracing Tracer.swift
[258/1189] Compiling Tracing TracerProtocol+Legacy.swift
[259/1189] Compiling DequeModule _DequeSlot.swift
[260/1189] Compiling DequeModule _UnsafeWrappedBuffer.swift
[261/1189] Compiling OrderedCollections OrderedSet+SubSequence.swift
[262/1189] Compiling OrderedCollections OrderedSet+Testing.swift
[263/1189] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[264/1189] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[265/1189] Compiling OrderedCollections OrderedSet.swift
[266/1189] Compiling OrderedCollections _UnsafeBitset.swift
[267/1189] Compiling HashTreeCollections TreeSet+Equatable.swift
[268/1189] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[269/1189] Compiling HashTreeCollections TreeSet+Extras.swift
[270/1189] Compiling HashTreeCollections TreeSet+Filter.swift
[285/1189] Compiling OrderedCollections OrderedSet+Sendable.swift
[304/1189] Compiling DequeModule Deque+Codable.swift
[305/1189] Compiling DequeModule Deque+Collection.swift
[306/1189] Compiling Tracing InstrumentationSystem+Tracing.swift
[307/1189] Compiling Tracing SpanProtocol.swift
[308/1190] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[309/1190] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[310/1190] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[311/1190] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[312/1190] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[313/1190] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[314/1190] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[315/1190] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[316/1190] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[317/1190] Compiling HashTreeCollections TreeSet.swift
[358/1190] Emitting module DequeModule
[365/1191] Compiling ssl_stat.cc
[368/1191] Compiling RoutingKit Router.swift
[369/1191] Emitting module _RopeModule
[370/1191] Compiling RoutingKit AnyRouter.swift
[380/1191] Compiling RoutingKit PathComponent.swift
[381/1191] Emitting module OrderedCollections
[382/1192] Compiling RoutingKit TrieRouter.swift
[383/1192] Compiling ssl_privkey.cc
[385/1192] Compiling RoutingKit Parameters.swift
[386/1192] Emitting module RoutingKit
[387/1193] Emitting module Metrics
[388/1193] Compiling Metrics Metrics.swift
[442/1195] Compiling ssl_session.cc
[445/1195] Emitting module HashTreeCollections
[446/1196] Compiling ssl_lib.cc
[447/1196] Compiling ssl_key_share.cc
[448/1196] Compiling ssl_buffer.cc
[449/1196] Compiling ssl_cipher.cc
[450/1196] Compiling ssl_cert.cc
[451/1196] Compiling ssl_file.cc
[452/1196] Compiling ssl_credential.cc
[453/1196] Compiling ssl_asn1.cc
[454/1196] Compiling ssl_aead_ctx.cc
[455/1196] Compiling s3_pkt.cc
[456/1196] Compiling s3_lib.cc
[457/1196] Compiling s3_both.cc
[458/1196] Compiling handshake_server.cc
[459/1196] Compiling handshake.cc
[460/1196] Compiling handshake_client.cc
[461/1196] Compiling handoff.cc
[462/1196] Compiling d1_srtp.cc
[463/1196] Compiling extensions.cc
[464/1196] Compiling dtls_method.cc
[465/1196] Compiling md5-x86_64-linux.S
[466/1196] Compiling md5-x86_64-apple.S
[467/1196] Compiling md5-586-linux.S
[468/1196] Compiling md5-586-apple.S
[469/1196] Compiling chacha20_poly1305_x86_64-linux.S
[470/1196] Compiling chacha20_poly1305_x86_64-apple.S
[471/1196] Compiling dtls_record.cc
[472/1196] Compiling encrypted_client_hello.cc
[473/1196] Compiling chacha20_poly1305_armv8-win.S
[474/1196] Compiling chacha20_poly1305_armv8-apple.S
[475/1196] Compiling chacha-x86_64-linux.S
[476/1196] Compiling chacha20_poly1305_armv8-linux.S
[477/1196] Compiling chacha-x86_64-apple.S
[478/1196] Compiling chacha-x86-apple.S
[479/1196] Compiling chacha-x86-linux.S
[480/1196] Compiling chacha-armv8-win.S
[481/1196] Compiling err_data.cc
[482/1196] Compiling chacha-armv8-linux.S
[483/1196] Compiling bio_ssl.cc
[484/1196] Compiling d1_pkt.cc
[485/1196] Compiling chacha-armv8-apple.S
[486/1196] Compiling chacha-armv4-linux.S
[487/1196] Compiling d1_both.cc
[488/1196] Compiling d1_lib.cc
[489/1196] Compiling aes128gcmsiv-x86_64-linux.S
[490/1196] Compiling x86_64-mont-apple.S
[491/1196] Compiling x86-mont-linux.S
[492/1196] Compiling x86_64-mont5-apple.S
[493/1196] Compiling x86-mont-apple.S
[493/1196] Compiling x86_64-mont5-linux.S
[493/1196] Compiling aes128gcmsiv-x86_64-apple.S
[496/1196] Compiling x86_64-mont-linux.S
[497/1196] Compiling vpaes-x86_64-linux.S
[498/1196] Compiling vpaes-x86_64-apple.S
[499/1196] Compiling vpaes-armv7-linux.S
[500/1196] Compiling vpaes-armv8-win.S
[501/1196] Compiling vpaes-armv8-linux.S
[502/1196] Compiling vpaes-x86-apple.S
[503/1196] Compiling vpaes-x86-linux.S
[504/1196] Compiling sha512-x86_64-linux.S
[505/1196] Compiling sha512-x86_64-apple.S
[506/1196] Compiling sha512-586-linux.S
[507/1196] Compiling sha512-armv4-linux.S
[507/1196] Compiling sha512-armv8-win.S
[508/1196] Compiling vpaes-armv8-apple.S
[510/1196] Compiling sha512-586-apple.S
[511/1196] Compiling sha512-armv8-linux.S
[512/1196] Compiling sha512-armv8-apple.S
[513/1196] Compiling sha256-x86_64-apple.S
[514/1196] Compiling sha256-x86_64-linux.S
[515/1196] Compiling sha256-armv8-win.S
[516/1196] Compiling sha256-armv4-linux.S
[517/1196] Compiling sha256-armv8-apple.S
[518/1196] Compiling sha256-586-linux.S
[519/1196] Compiling sha256-armv8-linux.S
[520/1196] Compiling sha1-x86_64-apple.S
[521/1196] Compiling sha1-x86_64-linux.S
[522/1196] Compiling sha256-586-apple.S
[523/1196] Compiling sha1-armv8-apple.S
[524/1196] Compiling sha1-armv8-win.S
[525/1196] Compiling sha1-armv8-linux.S
[526/1196] Compiling sha1-586-apple.S
[527/1196] Compiling rsaz-avx2-linux.S
[528/1196] Compiling rdrand-x86_64-apple.S
[528/1196] Compiling sha1-586-linux.S
[530/1196] Compiling rsaz-avx2-apple.S
[531/1196] Compiling sha1-armv4-large-linux.S
[532/1196] Compiling rdrand-x86_64-linux.S
[533/1196] Compiling p256_beeu-armv8-asm-win.S
[534/1196] Compiling p256_beeu-x86_64-asm-linux.S
[535/1196] Compiling p256_beeu-x86_64-asm-apple.S
[536/1196] Compiling p256-x86_64-asm-linux.S
[537/1196] Compiling p256_beeu-armv8-asm-apple.S
[538/1196] Compiling p256_beeu-armv8-asm-linux.S
[539/1196] Compiling p256-x86_64-asm-apple.S
[540/1196] Compiling p256-armv8-asm-apple.S
[541/1196] Compiling p256-armv8-asm-win.S
[542/1196] Compiling ghashv8-armv8-win.S
[543/1196] Compiling p256-armv8-asm-linux.S
[544/1196] Compiling ghash-x86-linux.S
[545/1196] Compiling ghash-x86_64-linux.S
[546/1196] Compiling ghashv8-armv7-linux.S
[547/1196] Compiling ghashv8-armv8-apple.S
[547/1196] Compiling ghash-x86_64-apple.S
[549/1196] Compiling ghashv8-armv8-linux.S
[550/1196] Compiling ghash-x86-apple.S
[551/1196] Compiling ghash-ssse3-x86_64-linux.S
[552/1196] Compiling ghash-ssse3-x86-linux.S
[553/1196] Compiling ghash-ssse3-x86_64-apple.S
[554/1196] Compiling ghash-ssse3-x86-apple.S
[555/1196] Compiling ghash-neon-armv8-win.S
[556/1196] Compiling ghash-neon-armv8-apple.S
[557/1196] Compiling ghash-armv4-linux.S
[558/1196] Compiling ghash-neon-armv8-linux.S
[559/1196] Compiling co-586-linux.S
[560/1196] Compiling co-586-apple.S
[561/1196] Compiling bsaes-armv7-linux.S
[562/1196] Compiling bn-armv8-win.S
[563/1196] Compiling bn-armv8-linux.S
[564/1196] Compiling bn-armv8-apple.S
[565/1196] Compiling armv8-mont-win.S
[566/1196] Compiling bn-586-apple.S
[567/1196] Compiling armv8-mont-apple.S
[568/1196] Compiling armv4-mont-linux.S
[569/1196] Compiling bn-586-linux.S
[570/1196] Compiling aesv8-gcm-armv8-win.S
[571/1196] Compiling armv8-mont-linux.S
[572/1196] Compiling aesv8-gcm-armv8-linux.S
[573/1196] Compiling aesv8-gcm-armv8-apple.S
[574/1196] Compiling aesv8-armv7-linux.S
[575/1196] Compiling aesv8-armv8-apple.S
[576/1196] Compiling aesni-x86_64-apple.S
[577/1196] Compiling aesni-x86_64-linux.S
[577/1196] Compiling aesv8-armv8-win.S
[579/1196] Compiling aesv8-armv8-linux.S
[580/1196] Compiling aesni-x86-linux.S
[581/1196] Compiling aesni-gcm-x86_64-apple.S
[582/1196] Compiling aesni-gcm-x86_64-linux.S
[582/1196] Compiling aes-gcm-avx2-x86_64-linux.S
[584/1196] Compiling aes-gcm-avx2-x86_64-apple.S
[585/1196] Compiling aesni-x86-apple.S
[586/1196] Compiling aes-gcm-avx10-x86_64-linux.S
[587/1196] Compiling aes-gcm-avx10-x86_64-apple.S
[588/1196] Compiling x_x509a.cc
[589/1196] Compiling x_spki.cc
[590/1196] Compiling x_x509.cc
[591/1196] Compiling x_sig.cc
[592/1196] Compiling x_val.cc
[593/1196] Compiling x_req.cc
[594/1196] Compiling x_pubkey.cc
[595/1196] Compiling x_name.cc
[596/1196] Compiling x_crl.cc
[597/1196] Compiling x_exten.cc
[598/1196] Compiling x509cset.cc
[599/1196] Compiling x509spki.cc
[600/1196] Compiling x_all.cc
[601/1196] Compiling x_attrib.cc
[602/1196] Compiling x_algor.cc
[603/1196] Compiling x509rset.cc
[604/1196] Compiling x509name.cc
[605/1196] Compiling x509_vpm.cc
[606/1196] Compiling x509_v3.cc
[607/1196] Compiling x509_txt.cc
[608/1196] Compiling x509_vfy.cc
[609/1196] Compiling x509_trs.cc
[610/1196] Compiling x509_set.cc
[611/1196] Compiling x509_req.cc
[612/1196] Compiling x509_obj.cc
[613/1196] Compiling x509_def.cc
[614/1196] Compiling x509_ext.cc
[615/1196] Compiling x509_lu.cc
[616/1196] Compiling x509_d2.cc
[617/1196] Compiling x509.cc
[618/1196] Compiling x509_att.cc
[619/1196] Compiling x509_cmp.cc
[620/1196] Compiling v3_utl.cc
[621/1196] Compiling v3_skey.cc
[622/1196] Compiling v3_purp.cc
[623/1196] Compiling v3_prn.cc
[624/1196] Compiling v3_pmaps.cc
[625/1196] Compiling v3_pcons.cc
[626/1196] Compiling v3_ncons.cc
[627/1196] Compiling v3_lib.cc
[628/1196] Compiling v3_int.cc
[629/1196] Compiling v3_ocsp.cc
[630/1196] Compiling v3_info.cc
[631/1196] Compiling v3_ia5.cc
[632/1196] Compiling v3_enum.cc
[633/1196] Compiling v3_genn.cc
[634/1196] Compiling v3_bitst.cc
[635/1196] Compiling v3_extku.cc
[636/1196] Compiling v3_conf.cc
[637/1196] Compiling v3_cpols.cc
[638/1196] Compiling v3_crld.cc
[639/1196] Compiling v3_bcons.cc
[640/1196] Compiling v3_alt.cc
[641/1196] Compiling t_req.cc
[642/1196] Compiling v3_akeya.cc
[643/1196] Compiling v3_akey.cc
[644/1196] Compiling t_x509a.cc
[645/1196] Compiling t_x509.cc
[646/1196] Compiling i2d_pr.cc
[647/1196] Compiling name_print.cc
[648/1196] Compiling t_crl.cc
[649/1196] Compiling algorithm.cc
[650/1196] Compiling policy.cc
[651/1196] Compiling rsa_pss.cc
[652/1196] Compiling by_dir.cc
[653/1196] Compiling by_file.cc
[654/1196] Compiling thread_win.cc
[655/1196] Compiling asn1_gen.cc
[656/1196] Compiling a_digest.cc
[657/1196] Compiling trust_token.cc
[658/1196] Compiling thread_none.cc
[659/1196] Compiling a_verify.cc
[660/1196] Compiling voprf.cc
[661/1196] Compiling a_sign.cc
[662/1196] Compiling thread_pthread.cc
[663/1196] Compiling thread.cc
[664/1196] Compiling pmbtoken.cc
[665/1196] Compiling sha512.cc
[666/1196] Compiling stack.cc
[667/1196] Compiling siphash.cc
[668/1196] Compiling sha256.cc
[669/1196] Compiling sha1.cc
[670/1196] Compiling slhdsa.cc
[671/1196] Compiling spake2plus.cc
[672/1196] Compiling windows.cc
[673/1196] Compiling refcount.cc
[674/1196] Compiling rsa_print.cc
[675/1196] Compiling rc4.cc
[676/1196] Compiling rsa_extra.cc
[677/1196] Compiling rsa_crypt.cc
[678/1196] Compiling urandom.cc
[679/1196] Compiling rsa_asn1.cc
[680/1196] Compiling rand.cc
[681/1196] Compiling fork_detect.cc
[682/1196] Compiling trusty.cc
[683/1196] Compiling ios.cc
[684/1196] Compiling passive.cc
[685/1196] Compiling poly1305_arm_asm.S
[686/1196] Compiling getentropy.cc
[687/1196] Compiling forkunsafe.cc
[688/1196] Compiling deterministic.cc
[689/1196] Compiling poly1305.cc
[690/1196] Compiling poly1305_arm.cc
[691/1196] Compiling poly1305_vec.cc
[692/1196] Compiling pool.cc
[693/1196] Compiling p5_pbev2.cc
[694/1196] Compiling pkcs8.cc
[695/1196] Compiling pkcs7_x509.cc
[696/1196] Compiling pkcs8_x509.cc
[697/1196] Compiling pkcs7.cc
[698/1196] Compiling pem_oth.cc
[699/1196] Compiling pem_x509.cc
[700/1196] Compiling pem_xaux.cc
[701/1196] Compiling pem_pkey.cc
[702/1196] Compiling pem_pk8.cc
[703/1196] Compiling pem_info.cc
[704/1196] Compiling pem_lib.cc
[705/1196] Compiling pem_all.cc
[706/1196] Compiling mldsa.cc
[707/1196] Compiling mlkem.cc
[708/1196] Compiling md4.cc
[709/1196] Compiling mem.cc
[710/1196] Compiling md5.cc
[711/1196] Compiling obj_xref.cc
[712/1196] Compiling obj.cc
[713/1196] Compiling fips_shared_support.cc
[714/1196] Compiling poly_rq_mul.S
[715/1196] Compiling lhash.cc
[716/1196] Compiling scrypt.cc
[717/1196] Compiling sign.cc
[718/1196] Compiling kyber.cc
[718/1196] Compiling print.cc
[720/1196] Compiling ex_data.cc
[721/1196] Compiling hpke.cc
[722/1196] Compiling pbkdf.cc
[723/1196] Compiling hrss.cc
[724/1196] Compiling p_x25519.cc
[725/1196] Compiling p_x25519_asn1.cc
[726/1196] Compiling p_ed25519.cc
[727/1196] Compiling p_rsa_asn1.cc
[728/1196] Compiling p_hkdf.cc
[729/1196] Compiling p_rsa.cc
[730/1196] Compiling p_ec.cc
[731/1196] Compiling p_ed25519_asn1.cc
[732/1196] Compiling p_ec_asn1.cc
[733/1196] Compiling p_dh.cc
[734/1196] Compiling evp_ctx.cc
[735/1196] Compiling p_dh_asn1.cc
[736/1196] Compiling p_dsa_asn1.cc
[737/1196] Compiling evp.cc
[738/1196] Compiling engine.cc
[739/1196] Compiling err.cc
[740/1196] Compiling ecdh.cc
[741/1196] Compiling bcm.cc
[742/1196] Compiling evp_asn1.cc
[743/1196] Compiling ecdsa_asn1.cc
[744/1196] Compiling hash_to_curve.cc
[745/1196] Compiling ec_derive.cc
[746/1196] Compiling dsa_asn1.cc
[747/1196] Compiling params.cc
[748/1196] Compiling dsa.cc
[749/1196] Compiling x25519-asm-arm.S
[750/1196] Compiling ec_asn1.cc
[751/1196] Compiling digest_extra.cc
[752/1196] Compiling dh_asn1.cc
[753/1196] Compiling des.cc
[754/1196] Compiling curve25519_64_adx.cc
[755/1196] Compiling spake25519.cc
[756/1196] Compiling cpu_intel.cc
[757/1196] Compiling cpu_arm_freebsd.cc
[758/1196] Compiling crypto.cc
[759/1196] Compiling cpu_aarch64_win.cc
[760/1196] Compiling cpu_arm_linux.cc
[761/1196] Compiling curve25519.cc
[762/1196] Compiling cpu_aarch64_sysreg.cc
[763/1196] Compiling cpu_aarch64_linux.cc
[764/1196] Compiling cpu_aarch64_openbsd.cc
[765/1196] Compiling cpu_aarch64_fuchsia.cc
[766/1196] Compiling cpu_aarch64_apple.cc
[767/1196] Compiling tls_cbc.cc
[768/1196] Compiling conf.cc
[769/1196] Compiling get_cipher.cc
[770/1196] Compiling e_tls.cc
[771/1196] Compiling e_rc4.cc
[772/1196] Compiling e_rc2.cc
[773/1196] Compiling e_des.cc
[774/1196] Compiling e_null.cc
[775/1196] Compiling derive_key.cc
[776/1196] Compiling e_aesgcmsiv.cc
[777/1196] Compiling e_aesctrhmac.cc
[778/1196] Compiling e_chacha20poly1305.cc
[779/1196] Compiling chacha.cc
[780/1196] Compiling asn1_compat.cc
[781/1196] Compiling unicode.cc
[782/1196] Compiling cbb.cc
[783/1196] Compiling buf.cc
[784/1196] Compiling cbs.cc
[785/1196] Compiling bn_asn1.cc
[786/1196] Compiling ber.cc
[787/1196] Compiling socket_helper.cc
[788/1196] Compiling hexdump.cc
[789/1196] Compiling pair.cc
[790/1196] Compiling convert.cc
[791/1196] Compiling printf.cc
[792/1196] Compiling blake2.cc
[793/1196] Compiling socket.cc
[794/1196] Compiling file.cc
[795/1196] Compiling connect.cc
[796/1196] Compiling errno.cc
[797/1196] Compiling fd.cc
[798/1196] Compiling base64.cc
[799/1196] Compiling bio_mem.cc
[800/1196] Compiling bio.cc
[801/1196] Compiling tasn_fre.cc
[802/1196] Compiling tasn_typ.cc
[803/1196] Compiling posix_time.cc
[804/1196] Compiling tasn_enc.cc
[805/1196] Compiling tasn_utl.cc
[806/1196] Compiling f_string.cc
[807/1196] Compiling tasn_new.cc
[808/1196] Compiling asn_pack.cc
[809/1196] Compiling f_int.cc
[810/1196] Compiling tasn_dec.cc
[811/1196] Compiling asn1_par.cc
[812/1196] Compiling a_type.cc
[813/1196] Compiling a_time.cc
[814/1196] Compiling a_strnid.cc
[815/1196] Compiling asn1_lib.cc
[816/1196] Compiling a_octet.cc
[817/1196] Compiling a_utctm.cc
[818/1196] Compiling a_mbstr.cc
[819/1196] Compiling a_strex.cc
[820/1196] Compiling a_i2d_fp.cc
[821/1196] Compiling a_d2i_fp.cc
[822/1196] Compiling a_int.cc
[823/1196] Compiling a_object.cc
[824/1196] Compiling fiat_p256_adx_sqr.S
[825/1196] Compiling a_gentm.cc
[826/1196] Compiling a_dup.cc
[827/1196] Compiling fiat_p256_adx_mul.S
[828/1196] Compiling fiat_curve25519_adx_square.S
[829/1196] Compiling md5-x86_64-linux.S
[830/1196] Compiling fiat_curve25519_adx_mul.S
[831/1196] Compiling md5-x86_64-apple.S
[832/1196] Compiling md5-586-apple.S
[833/1196] Compiling md5-586-linux.S
[834/1196] Compiling chacha20_poly1305_x86_64-apple.S
[835/1196] Compiling chacha20_poly1305_x86_64-linux.S
[836/1196] Compiling a_bitstr.cc
[837/1196] Compiling chacha20_poly1305_armv8-win.S
[838/1196] Compiling chacha20_poly1305_armv8-apple.S
[839/1196] Compiling CCryptoBoringSSLShims shims.c
[840/1196] Compiling chacha-x86_64-linux.S
[841/1196] Compiling chacha-x86_64-apple.S
[842/1196] Compiling chacha20_poly1305_armv8-linux.S
[843/1196] Compiling chacha-x86-apple.S
[844/1196] Compiling chacha-x86-linux.S
[845/1196] Compiling chacha-armv8-win.S
[846/1196] Compiling chacha-armv4-linux.S
[847/1196] Compiling chacha-armv8-apple.S
[848/1196] Compiling aes128gcmsiv-x86_64-linux.S
[849/1196] Compiling chacha-armv8-linux.S
[850/1196] Compiling aes128gcmsiv-x86_64-apple.S
[851/1196] Compiling x86_64-mont5-linux.S
[852/1196] Compiling x86_64-mont5-apple.S
[853/1196] Compiling x86_64-mont-apple.S
[854/1196] Compiling x86_64-mont-linux.S
[854/1196] Compiling a_bool.cc
[856/1196] Compiling x86-mont-linux.S
[857/1196] Compiling x86-mont-apple.S
[858/1196] Compiling vpaes-x86_64-apple.S
[858/1196] Compiling vpaes-x86_64-linux.S
[860/1196] Compiling vpaes-x86-linux.S
[861/1196] Compiling vpaes-x86-apple.S
[862/1196] Compiling vpaes-armv8-win.S
[863/1196] Compiling vpaes-armv8-apple.S
[864/1196] Compiling vpaes-armv8-linux.S
[865/1196] Compiling vpaes-armv7-linux.S
[866/1196] Compiling err_data.cc
[867/1196] Compiling sha512-x86_64-linux.S
[868/1196] Compiling sha512-x86_64-apple.S
[869/1196] Compiling sha512-armv8-win.S
[870/1196] Compiling sha512-armv8-apple.S
[871/1196] Compiling sha512-586-apple.S
[872/1196] Compiling sha512-armv4-linux.S
[873/1196] Compiling sha512-586-linux.S
[874/1196] Compiling sha256-x86_64-linux.S
[875/1196] Compiling sha512-armv8-linux.S
[876/1196] Compiling sha256-x86_64-apple.S
[877/1196] Compiling sha256-armv8-win.S
[878/1196] Compiling sha256-armv8-apple.S
[879/1196] Compiling sha256-586-linux.S
[880/1196] Compiling sha256-586-apple.S
[881/1196] Compiling sha256-armv4-linux.S
[882/1196] Compiling sha256-armv8-linux.S
[883/1196] Compiling sha1-x86_64-linux.S
[884/1196] Compiling sha1-armv8-win.S
[885/1196] Compiling sha1-armv8-apple.S
[886/1196] Compiling sha1-x86_64-apple.S
[886/1196] Compiling sha1-armv4-large-linux.S
[888/1196] Compiling sha1-armv8-linux.S
[889/1196] Compiling sha1-586-linux.S
[890/1196] Compiling sha1-586-apple.S
[891/1196] Compiling rsaz-avx2-apple.S
[892/1196] Compiling rdrand-x86_64-linux.S
[893/1196] Compiling p256_beeu-x86_64-asm-linux.S
[894/1196] Compiling rsaz-avx2-linux.S
[895/1196] Compiling rdrand-x86_64-apple.S
[896/1196] Compiling p256_beeu-x86_64-asm-apple.S
[897/1196] Compiling p256_beeu-armv8-asm-apple.S
[898/1196] Compiling p256_beeu-armv8-asm-win.S
[898/1196] Compiling p256_beeu-armv8-asm-linux.S
[900/1196] Compiling p256-x86_64-asm-apple.S
[901/1196] Compiling p256-x86_64-asm-linux.S
[902/1196] Compiling p256-armv8-asm-win.S
[903/1196] Compiling ghashv8-armv8-win.S
[904/1196] Compiling p256-armv8-asm-apple.S
[905/1196] Compiling p256-armv8-asm-linux.S
[906/1196] Compiling ghashv8-armv8-linux.S
[907/1196] Compiling ghash-x86_64-linux.S
[908/1196] Compiling ghashv8-armv8-apple.S
[909/1196] Compiling ghash-x86_64-apple.S
[910/1196] Compiling ghash-ssse3-x86_64-linux.S
[911/1196] Compiling ghash-x86-apple.S
[912/1196] Compiling ghashv8-armv7-linux.S
[912/1196] Compiling ghash-x86-linux.S
[914/1196] Compiling ghash-ssse3-x86_64-apple.S
[914/1196] Compiling ghash-ssse3-x86-linux.S
[916/1196] Compiling ghash-neon-armv8-win.S
[917/1196] Compiling c-atomics.c
[918/1196] Compiling ghash-armv4-linux.S
[919/1196] Compiling ghash-ssse3-x86-apple.S
[920/1196] Compiling co-586-linux.S
[921/1196] Compiling ghash-neon-armv8-apple.S
[922/1196] Compiling ghash-neon-armv8-linux.S
[923/1196] Compiling co-586-apple.S
[924/1196] Compiling bn-armv8-win.S
[925/1196] Compiling bsaes-armv7-linux.S
[926/1196] Compiling bn-586-apple.S
[927/1196] Compiling bn-armv8-linux.S
[928/1196] Compiling bn-586-linux.S
[929/1196] Compiling bn-armv8-apple.S
[930/1196] Compiling armv8-mont-win.S
[931/1196] Compiling armv8-mont-apple.S
[932/1196] Compiling armv4-mont-linux.S
[933/1196] Compiling aesv8-gcm-armv8-win.S
[934/1196] Compiling aesv8-armv8-win.S
[935/1196] Compiling aesv8-gcm-armv8-apple.S
[936/1196] Compiling aesv8-gcm-armv8-linux.S
[937/1196] Compiling armv8-mont-linux.S
[938/1196] Compiling aesv8-armv8-apple.S
[939/1196] Compiling aesv8-armv8-linux.S
[940/1196] Compiling aesv8-armv7-linux.S
[941/1196] Compiling c-nioatomics.c
[942/1196] Compiling aesni-x86_64-apple.S
[943/1196] Compiling aesni-x86-linux.S
[944/1196] Compiling aesni-x86-apple.S
[945/1196] Compiling aesni-gcm-x86_64-linux.S
[946/1196] Compiling aesni-gcm-x86_64-apple.S
[947/1196] Compiling aesni-x86_64-linux.S
[948/1196] Compiling aes-gcm-avx10-x86_64-linux.S
[949/1196] Compiling aes-gcm-avx10-x86_64-apple.S
[951/1202] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[952/1202] Compiling NIOConcurrencyHelpers lock.swift
[952/1202] Compiling x_pubkey.cc
[954/1202] Compiling NIOConcurrencyHelpers NIOLock.swift
[954/1202] Compiling x_x509a.cc
[956/1202] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[957/1202] Compiling NIOConcurrencyHelpers atomics.swift
[957/1202] Compiling x_x509.cc
[958/1202] Compiling x_req.cc
[960/1202] Emitting module NIOConcurrencyHelpers
[961/1203] Compiling x_sig.cc
[962/1203] Compiling x_val.cc
[963/1203] Compiling x_spki.cc
[965/1229] Compiling ConsoleKitTerminal Console+Wait.swift
[966/1229] Compiling ConsoleKitTerminal ConsoleColor.swift
[967/1229] Compiling ConsoleKitTerminal ConsoleStyle.swift
[968/1232] Emitting module ConsoleKitTerminal
[968/1232] Compiling x_name.cc
[970/1232] Compiling ConsoleKitTerminal Console+Confirm.swift
[971/1232] Compiling ConsoleKitTerminal Console+Input.swift
[972/1232] Compiling ConsoleKitTerminal Console+Center.swift
[973/1232] Compiling ConsoleKitTerminal Console+Output.swift
[974/1232] Compiling ConsoleKitTerminal ActivityBar.swift
[975/1232] Compiling ConsoleKitTerminal ActivityIndicator.swift
[976/1232] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[977/1232] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[978/1232] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[979/1232] Compiling ConsoleKitTerminal ConsoleClear.swift
[980/1232] Compiling ConsoleKitTerminal Console+Ask.swift
[981/1232] Compiling ConsoleKitTerminal Console+Choose.swift
[981/1232] Compiling x_exten.cc
[983/1232] Compiling ConsoleKitTerminal CustomActivity.swift
[984/1232] Compiling ConsoleKitTerminal LoadingBar.swift
[985/1232] Compiling ConsoleKitTerminal ProgressBar.swift
[986/1232] Compiling ConsoleKitTerminal Console+Clear.swift
[986/1232] Compiling x_algor.cc
[987/1232] Compiling x_attrib.cc
[988/1232] Compiling x_crl.cc
[989/1232] Compiling x_all.cc
[990/1232] Compiling x509spki.cc
[992/1232] Compiling ConsoleKitTerminal Console.swift
[993/1232] Compiling ConsoleKitTerminal Terminal.swift
[994/1232] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[995/1232] Compiling ConsoleKitTerminal ConsoleText.swift
[996/1232] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[997/1232] Compiling ConsoleKitTerminal ANSI.swift
[997/1232] Compiling x509rset.cc
[999/1232] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1000/1232] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1001/1232] Compiling ConsoleKitTerminal LoggerFragment.swift
[1002/1233] Compiling x509name.cc
[1003/1233] Compiling x509_vpm.cc
[1004/1255] Compiling x509_v3.cc
[1005/1255] Compiling x509cset.cc
[1006/1255] Compiling x509_vfy.cc
[1007/1255] Compiling x509_txt.cc
[1008/1255] Compiling x509_trs.cc
[1010/1255] Emitting module ConsoleKitCommands
[1011/1255] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1012/1255] Compiling ConsoleKitCommands AsyncCommand.swift
[1013/1255] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1014/1257] Compiling ConsoleKitCommands CommandSignature.swift
[1015/1257] Compiling ConsoleKitCommands Flag.swift
[1016/1257] Compiling ConsoleKitCommands Option.swift
[1017/1257] Compiling ConsoleKitCommands AsyncCommands.swift
[1018/1257] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1019/1257] Compiling ConsoleKitCommands AnyCommand.swift
[1020/1257] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1021/1257] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1022/1257] Compiling ConsoleKitCommands Argument.swift
[1022/1257] Compiling x509_ext.cc
[1023/1257] Compiling x509_set.cc
[1024/1257] Compiling x509_d2.cc
[1026/1257] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1027/1257] Compiling ConsoleKitCommands Utilities.swift
[1027/1257] Compiling x509_def.cc
[1028/1257] Compiling x509_req.cc
[1029/1257] Compiling x509_obj.cc
[1030/1257] Compiling x509_lu.cc
[1031/1257] Compiling x509_cmp.cc
[1032/1257] Compiling x509.cc
[1033/1257] Compiling x509_att.cc
[1035/1257] Compiling ConsoleKitCommands CommandGroup.swift
[1036/1257] Compiling ConsoleKitCommands CommandInput.swift
[1037/1257] Compiling ConsoleKitCommands Commands.swift
[1038/1257] Compiling ConsoleKitCommands Command.swift
[1039/1257] Compiling ConsoleKitCommands CommandContext.swift
[1040/1257] Compiling ConsoleKitCommands CommandError.swift
[1041/1257] Compiling ConsoleKitCommands Console+Run.swift
[1042/1257] Compiling ConsoleKitCommands ConsoleError.swift
[1043/1257] Compiling ConsoleKitCommands Completion.swift
[1044/1258] Compiling v3_utl.cc
[1045/1258] Compiling v3_skey.cc
[1046/1258] Compiling v3_pmaps.cc
[1047/1258] Compiling v3_prn.cc
[1048/1258] Compiling v3_purp.cc
[1050/1260] Emitting module ConsoleKit
[1051/1260] Compiling ConsoleKit Exports.swift
[1051/1261] Compiling v3_ocsp.cc
[1053/1261] Compiling v3_pcons.cc
[1054/1261] Compiling v3_ncons.cc
[1055/1261] Compiling v3_int.cc
[1056/1261] Compiling v3_lib.cc
[1057/1261] Compiling v3_ia5.cc
[1058/1261] Compiling v3_info.cc
[1059/1261] Compiling v3_genn.cc
[1060/1261] Compiling v3_extku.cc
[1061/1261] Compiling v3_enum.cc
[1062/1261] Compiling v3_crld.cc
[1063/1261] Compiling v3_cpols.cc
[1064/1261] Compiling v3_conf.cc
[1065/1261] Compiling v3_bcons.cc
[1066/1261] Compiling v3_bitst.cc
[1067/1261] Compiling t_x509a.cc
[1068/1261] Compiling v3_alt.cc
[1069/1261] Compiling v3_akeya.cc
[1070/1261] Compiling v3_akey.cc
[1071/1261] Compiling t_x509.cc
[1072/1261] Compiling t_req.cc
[1073/1261] Compiling rsa_pss.cc
[1074/1261] Compiling t_crl.cc
[1075/1261] Compiling i2d_pr.cc
[1076/1261] Compiling policy.cc
[1077/1261] Compiling name_print.cc
[1078/1261] Compiling by_file.cc
[1079/1261] Compiling algorithm.cc
[1080/1261] Compiling by_dir.cc
[1081/1261] Compiling asn1_gen.cc
[1082/1261] Compiling a_verify.cc
[1083/1261] Compiling voprf.cc
[1084/1261] Compiling a_sign.cc
[1085/1261] Compiling trust_token.cc
[1086/1261] Compiling a_digest.cc
[1087/1261] Compiling thread_none.cc
[1088/1261] Compiling thread_win.cc
[1089/1261] Compiling thread_pthread.cc
[1090/1261] Compiling thread.cc
[1091/1261] Compiling pmbtoken.cc
[1092/1261] Compiling stack.cc
[1093/1261] Compiling merkle.cc
[1094/1261] Compiling wots.cc
[1095/1261] Compiling thash.cc
[1096/1261] Compiling slhdsa.cc
[1097/1261] Compiling fors.cc
[1098/1261] Compiling siphash.cc
[1099/1261] Compiling sha256.cc
[1100/1261] Compiling sha512.cc
[1101/1261] Compiling rsa_print.cc
[1102/1261] Compiling sha1.cc
[1103/1261] Compiling rsa_extra.cc
[1104/1261] Compiling rsa_crypt.cc
[1105/1261] Compiling rc4.cc
[1106/1261] Compiling refcount.cc
[1107/1261] Compiling rsa_asn1.cc
[1108/1261] Compiling urandom.cc
[1109/1261] Compiling windows.cc
[1110/1261] Compiling trusty.cc
[1111/1261] Compiling rand_extra.cc
[1112/1261] Compiling ios.cc
[1113/1261] Compiling poly1305_arm_asm.S
[1114/1261] Compiling passive.cc
[1115/1261] Compiling getentropy.cc
[1116/1261] Compiling forkunsafe.cc
[1117/1261] Compiling deterministic.cc
[1118/1261] Compiling fork_detect.cc
[1119/1261] Compiling poly1305_arm.cc
[1120/1261] Compiling poly1305.cc
[1121/1261] Compiling poly1305_vec.cc
[1122/1261] Compiling pool.cc
[1123/1261] Compiling pkcs8.cc
[1124/1261] Compiling pkcs8_x509.cc
[1125/1261] Compiling pkcs7.cc
[1126/1261] Compiling p5_pbev2.cc
[1127/1261] Compiling pem_pkey.cc
[1128/1261] Compiling pkcs7_x509.cc
[1129/1261] Compiling pem_x509.cc
[1130/1261] Compiling pem_xaux.cc
[1131/1261] Compiling pem_pk8.cc
[1132/1261] Compiling pem_oth.cc
[1133/1261] Compiling mldsa.cc
[1134/1261] Compiling obj_xref.cc
[1135/1261] Compiling pem_all.cc
[1136/1261] Compiling pem_lib.cc
[1137/1261] Compiling pem_info.cc
[1138/1261] Compiling md5.cc
[1139/1261] Compiling obj.cc
[1140/1261] Compiling poly_rq_mul.S
[1141/1261] Compiling fips_shared_support.cc
[1142/1261] Compiling lhash.cc
[1143/1261] Compiling md4.cc
[1144/1261] Compiling mem.cc
[1145/1261] Compiling mlkem.cc
[1146/1261] Compiling ex_data.cc
[1147/1261] Compiling hrss.cc
[1148/1261] Compiling kyber.cc
[1149/1261] Compiling pbkdf.cc
[1150/1261] Compiling sign.cc
[1151/1261] Compiling hpke.cc
[1152/1261] Compiling p_rsa_asn1.cc
[1153/1261] Compiling print.cc
[1154/1261] Compiling scrypt.cc
[1155/1261] Compiling p_x25519.cc
[1156/1261] Compiling p_x25519_asn1.cc
[1157/1261] Compiling p_rsa.cc
[1157/1261] Compiling p_dsa_asn1.cc
[1159/1261] Compiling p_hkdf.cc
[1160/1261] Compiling p_ed25519.cc
[1161/1261] Compiling p_ec.cc
[1162/1261] Compiling p_ed25519_asn1.cc
[1163/1261] Compiling p_ec_asn1.cc
[1164/1261] Compiling p_dh_asn1.cc
[1165/1261] Compiling evp_ctx.cc
[1166/1261] Compiling err.cc
[1167/1261] Compiling evp_asn1.cc
[1168/1261] Compiling evp.cc
[1169/1261] Compiling p_dh.cc
[1170/1261] Compiling engine.cc
[1171/1261] Compiling ecdh_extra.cc
[1172/1261] Compiling bcm.cc
[1173/1261] Compiling ecdsa_asn1.cc
[1174/1261] Compiling ec_derive.cc
[1175/1261] Compiling params.cc
[1176/1261] Compiling hash_to_curve.cc
[1177/1261] Compiling ec_asn1.cc
[1178/1261] Compiling dsa.cc
[1179/1261] Compiling dsa_asn1.cc
[1180/1261] Compiling digest_extra.cc
[1181/1261] Compiling dh_asn1.cc
[1182/1261] Compiling x25519-asm-arm.S
[1183/1261] Compiling curve25519_64_adx.cc
[1184/1261] Compiling des.cc
[1185/1261] Compiling spake25519.cc
[1186/1261] Compiling crypto.cc
[1187/1261] Compiling cpu_aarch64_sysreg.cc
[1188/1261] Compiling cpu_intel.cc
[1189/1261] Compiling curve25519.cc
[1190/1261] Compiling cpu_arm_freebsd.cc
[1191/1261] Compiling cpu_arm_linux.cc
[1192/1261] Compiling cpu_aarch64_win.cc
[1193/1261] Compiling cpu_aarch64_openbsd.cc
[1194/1261] Compiling cpu_aarch64_apple.cc
[1195/1261] Compiling conf.cc
[1196/1261] Compiling cpu_aarch64_linux.cc
[1197/1261] Compiling cpu_aarch64_fuchsia.cc
[1198/1261] Compiling e_tls.cc
[1199/1261] Compiling e_rc2.cc
[1200/1261] Compiling e_rc4.cc
[1201/1261] Compiling tls_cbc.cc
[1202/1261] Compiling e_null.cc
[1203/1261] Compiling e_des.cc
[1204/1261] Compiling e_chacha20poly1305.cc
[1205/1261] Compiling e_aesgcmsiv.cc
[1206/1261] Compiling derive_key.cc
[1207/1261] Compiling e_aesctrhmac.cc
[1208/1261] Compiling cipher_extra.cc
[1209/1261] Compiling chacha.cc
[1210/1261] Compiling cbs.cc
[1211/1261] Compiling unicode.cc
[1212/1261] Compiling convert.cc
[1213/1261] Compiling ber.cc
[1214/1261] Compiling buf.cc
[1215/1261] Compiling blake2.cc
[1216/1261] Compiling asn1_compat.cc
[1217/1261] Compiling bn_asn1.cc
[1218/1261] Compiling cbb.cc
[1219/1261] Compiling pair.cc
[1220/1261] Compiling printf.cc
[1221/1261] Compiling hexdump.cc
[1222/1261] Compiling errno.cc
[1223/1261] Compiling fd.cc
[1224/1261] Compiling base64.cc
[1225/1261] Compiling tasn_typ.cc
[1226/1261] Compiling file.cc
[1227/1261] Compiling bio.cc
[1228/1261] Compiling bio_mem.cc
[1229/1261] Compiling tasn_utl.cc
[1230/1261] Compiling tasn_new.cc
[1231/1261] Compiling tasn_enc.cc
[1232/1261] Compiling posix_time.cc
[1233/1261] Compiling f_int.cc
[1234/1261] Compiling f_string.cc
[1235/1261] Compiling tasn_fre.cc
[1236/1261] Compiling asn_pack.cc
[1237/1261] Compiling asn1_par.cc
[1237/1261] Compiling a_utctm.cc
[1239/1261] Compiling asn1_lib.cc
[1240/1261] Compiling tasn_dec.cc
[1241/1261] Compiling a_type.cc
[1242/1261] Compiling a_time.cc
[1243/1261] Compiling a_strex.cc
[1244/1261] Compiling a_octet.cc
[1245/1261] Compiling a_i2d_fp.cc
[1246/1261] Compiling a_object.cc
[1247/1261] Compiling a_int.cc
[1248/1261] Compiling a_mbstr.cc
[1248/1261] Write sources
[1254/1261] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1255/1261] Compiling a_strnid.cc
[1256/1281] Compiling a_dup.cc
[1257/1293] Compiling a_gentm.cc
[1258/1352] Compiling a_d2i_fp.cc
[1259/1358] Compiling a_bitstr.cc
[1260/1358] Compiling a_bool.cc
[1262/1358] Compiling Atomics ManagedAtomic.swift
[1263/1358] Compiling Atomics ManagedAtomicLazyReference.swift
[1264/1358] Compiling Atomics AtomicMemoryOrderings.swift
[1265/1358] Compiling Atomics DoubleWord.swift
[1266/1368] Compiling Atomics UnsafeAtomic.swift
[1267/1368] Compiling Atomics UnsafeAtomicLazyReference.swift
[1268/1368] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1269/1368] Compiling BitCollections BitSet+CustomReflectable.swift
[1270/1368] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1271/1368] Compiling BitCollections BitSet+Equatable.swift
[1272/1368] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1273/1368] Compiling BitCollections BitSet+Extras.swift
[1274/1368] Compiling BitCollections BitSet+Hashable.swift
[1275/1375] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1276/1375] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1277/1375] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1278/1375] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1279/1375] Compiling BitCollections BitSet+SetAlgebra union.swift
[1280/1375] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1281/1375] Compiling BitCollections BitSet.Counted.swift
[1282/1375] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1283/1375] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1284/1375] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1285/1375] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1286/1375] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1287/1375] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1288/1375] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1289/1375] Compiling BitCollections BitSet+Initializers.swift
[1290/1375] Compiling BitCollections BitSet+Invariants.swift
[1291/1375] Compiling BitCollections BitSet+Random.swift
[1292/1375] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1293/1375] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1294/1375] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1295/1375] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1296/1375] Compiling Atomics IntegerOperations.swift
[1297/1375] Compiling Atomics Unmanaged extensions.swift
[1298/1375] Compiling Atomics Primitives.shims.swift
[1299/1375] Compiling Atomics AtomicInteger.swift
[1300/1375] Compiling Atomics AtomicOptionalWrappable.swift
[1301/1375] Compiling Atomics AtomicReference.swift
[1302/1375] Compiling Atomics AtomicStorage.swift
[1303/1375] Compiling Atomics AtomicValue.swift
[1304/1375] Compiling CryptoBoringWrapper RandomBytes.swift
[1305/1375] Emitting module BitCollections
[1308/1375] Compiling BitCollections BitArray._UnsafeHandle.swift
[1309/1375] Compiling Algorithms Split.swift
[1310/1375] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1311/1375] Compiling Algorithms Suffix.swift
[1318/1378] Compiling BitCollections BitSet.Index.swift
[1319/1378] Compiling BitCollections BitSet._UnsafeHandle.swift
[1320/1378] Compiling BitCollections BitSet.swift
[1321/1378] Compiling BitCollections Range+Utilities.swift
[1322/1378] Compiling BitCollections Slice+Utilities.swift
[1323/1378] Compiling BitCollections UInt+Tricks.swift
[1324/1378] Compiling BitCollections _Word.swift
[1329/1378] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1330/1378] Compiling Atomics OptionalRawRepresentable.swift
[1331/1378] Compiling Atomics RawRepresentable.swift
[1332/1378] Compiling Atomics AtomicBool.swift
[1333/1378] Compiling Atomics IntegerConformances.swift
[1334/1378] Compiling Atomics PointerConformances.swift
[1335/1378] Compiling Atomics Primitives.native.swift
[1355/1379] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1356/1379] Compiling CryptoBoringWrapper EllipticCurve.swift
[1357/1379] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1358/1379] Emitting module CryptoBoringWrapper
[1359/1379] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1360/1379] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1370/1380] Emitting module Atomics
[1371/1380] Compiling Algorithms Trim.swift
[1372/1380] Compiling Algorithms Unique.swift
[1373/1380] Compiling Algorithms Windows.swift
[1374/1382] Compiling Collections Collections.swift
[1375/1382] Emitting module Collections
[1377/1383] Emitting module Algorithms
[1379/1455] Compiling Crypto AES-GCM.swift
[1380/1455] Compiling Crypto AES-GCM_boring.swift
[1381/1455] Compiling Crypto ChaChaPoly_boring.swift
[1382/1455] Compiling Crypto ChaChaPoly.swift
[1383/1455] Compiling Crypto Cipher.swift
[1384/1455] Compiling Crypto Nonces.swift
[1386/1516] Emitting module Crypto
[1387/1525] Compiling NIOCore RecvByteBufferAllocator.swift
[1388/1525] Compiling NIOCore IO.swift
[1389/1525] Compiling NIOCore IOData.swift
[1390/1525] Compiling NIOCore IPProtocol.swift
[1391/1525] Compiling NIOCore IntegerBitPacking.swift
[1392/1525] Compiling NIOCore IntegerTypes.swift
[1393/1525] Compiling NIOCore Interfaces.swift
[1394/1525] Compiling NIOCore Linux.swift
[1395/1525] Compiling NIOCore MarkedCircularBuffer.swift
[1396/1525] Compiling Crypto X25519Keys.swift
[1397/1525] Compiling Crypto SymmetricKeys.swift
[1398/1525] Compiling Crypto HMAC.swift
[1399/1525] Compiling Crypto MACFunctions.swift
[1400/1525] Compiling Crypto MessageAuthenticationCode.swift
[1401/1525] Compiling Crypto AES.swift
[1402/1525] Compiling Crypto ECDSASignature_boring.swift
[1403/1525] Compiling Crypto ECDSA_boring.swift
[1404/1525] Compiling Crypto EdDSA_boring.swift
[1405/1525] Compiling Crypto ECDSA.swift
[1406/1525] Compiling Crypto Ed25519.swift
[1407/1525] Compiling NIOCore DispatchQueue+WithFuture.swift
[1408/1525] Compiling NIOCore EventLoop+Deprecated.swift
[1409/1525] Compiling NIOCore EventLoop+SerialExecutor.swift
[1410/1525] Compiling NIOCore EventLoop.swift
[1411/1525] Compiling NIOCore ByteBuffer-multi-int.swift
[1412/1525] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1413/1525] Compiling NIOCore ByteBuffer-views.swift
[1414/1525] Compiling NIOCore Channel.swift
[1415/1525] Compiling NIOCore ChannelHandler.swift
[1416/1525] Compiling NIOCore ChannelHandlers.swift
[1417/1525] Compiling NIOCore MulticastChannel.swift
[1418/1525] Compiling NIOCore NIOAny.swift
[1419/1525] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1420/1525] Compiling NIOCore NIOLoopBound.swift
[1421/1525] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1422/1525] Compiling NIOCore NIOScheduledCallback.swift
[1423/1525] Compiling NIOCore NIOSendable.swift
[1425/1533] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1426/1533] Compiling NIOCore ByteBuffer-conversions.swift
[1427/1533] Compiling NIOCore ByteBuffer-core.swift
[1428/1533] Compiling NIOCore ByteBuffer-hex.swift
[1429/1533] Compiling NIOCore ByteBuffer-int.swift
[1430/1533] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1431/1533] Compiling NIOCore CircularBuffer.swift
[1432/1533] Compiling NIOCore Codec.swift
[1433/1533] Compiling NIOCore ConvenienceOptionSupport.swift
[1434/1533] Compiling NIOCore DeadChannel.swift
[1435/1533] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1436/1533] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1437/1533] Compiling NIOCore EventLoopFuture.swift
[1438/1533] Compiling NIOCore FileDescriptor.swift
[1439/1533] Compiling NIOCore FileHandle.swift
[1440/1533] Compiling NIOCore FileRegion.swift
[1441/1533] Compiling NIOCore GlobalSingletons.swift
[1442/1533] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1443/1533] Compiling NIOCore BSDSocketAPI.swift
[1444/1533] Compiling NIOCore ByteBuffer-aux.swift
[1445/1533] Compiling NIOCore AddressedEnvelope.swift
[1446/1533] Compiling NIOCore AsyncAwaitSupport.swift
[1447/1533] Compiling NIOCore AsyncChannel.swift
[1448/1533] Compiling NIOCore AsyncChannelHandler.swift
[1449/1533] Compiling NIOCore AsyncChannelInboundStream.swift
[1450/1533] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1451/1533] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1452/1533] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1453/1533] Compiling NIOCore NIOAsyncWriter.swift
[1454/1533] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1455/1533] Compiling NIOCore ChannelInvoker.swift
[1456/1533] Compiling NIOCore ChannelOption.swift
[1457/1533] Compiling NIOCore ChannelPipeline.swift
[1481/1533] Compiling Crypto Signature.swift
[1482/1533] Compiling Crypto CryptoKitErrors_boring.swift
[1483/1533] Compiling Crypto RNG_boring.swift
[1484/1533] Compiling Crypto SafeCompare_boring.swift
[1485/1533] Compiling Crypto Zeroization_boring.swift
[1486/1533] Compiling Crypto PrettyBytes.swift
[1487/1533] Compiling Crypto SafeCompare.swift
[1488/1533] Compiling Crypto SecureBytes.swift
[1489/1533] Compiling Crypto Zeroization.swift
[1499/1534] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1500/1534] Compiling NIOCore SocketAddresses.swift
[1501/1534] Compiling NIOCore SocketOptionProvider.swift
[1502/1534] Compiling NIOCore SystemCallHelpers.swift
[1503/1534] Compiling NIOCore TimeAmount+Duration.swift
[1504/1534] Compiling NIOCore TypeAssistedChannelHandler.swift
[1505/1534] Compiling NIOCore UniversalBootstrapSupport.swift
[1506/1534] Compiling NIOCore Utilities.swift
[1516/1534] Emitting module NIOCore
[1536/1585] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1537/1585] Emitting module NIOEmbedded
[1538/1585] Compiling NIOEmbedded AsyncTestingChannel.swift
[1539/1585] Compiling NIOEmbedded Embedded.swift
[1541/1586] Compiling NIOPosix SelectableChannel.swift
[1542/1586] Compiling NIOPosix SelectableEventLoop.swift
[1543/1586] Compiling NIOPosix SelectorEpoll.swift
[1544/1586] Compiling NIOPosix SelectorGeneric.swift
[1545/1586] Compiling NIOPosix SelectorKqueue.swift
[1546/1586] Compiling NIOPosix SelectorUring.swift
[1547/1592] Compiling NIOPosix ServerSocket.swift
[1548/1592] Compiling NIOPosix Socket.swift
[1549/1592] Compiling NIOPosix SocketChannel.swift
[1550/1592] Compiling NIOPosix SocketProtocols.swift
[1551/1592] Compiling NIOPosix System.swift
[1552/1592] Compiling NIOPosix Thread.swift
[1553/1592] Compiling NIOPosix BSDSocketAPICommon.swift
[1554/1592] Compiling NIOPosix BSDSocketAPIPosix.swift
[1555/1592] Compiling NIOPosix BSDSocketAPIWindows.swift
[1556/1592] Compiling NIOPosix BaseSocket.swift
[1557/1592] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1558/1592] Compiling NIOPosix BaseSocketChannel.swift
[1559/1592] Compiling NIOPosix BaseStreamSocketChannel.swift
[1560/1592] Compiling NIOPosix ThreadPosix.swift
[1561/1592] Compiling NIOPosix ThreadWindows.swift
[1562/1592] Compiling NIOPosix UnsafeTransfer.swift
[1563/1592] Compiling NIOPosix Utilities.swift
[1564/1592] Compiling NIOPosix VsockAddress.swift
[1565/1592] Compiling NIOPosix VsockChannelEvents.swift
[1566/1592] Compiling NIOPosix Pool.swift
[1567/1592] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1568/1592] Compiling NIOPosix PosixSingletons.swift
[1569/1592] Compiling NIOPosix RawSocketBootstrap.swift
[1570/1592] Compiling NIOPosix Resolver.swift
[1571/1592] Compiling NIOPosix Selectable.swift
[1572/1592] Compiling NIOPosix NIOThreadPool.swift
[1573/1592] Compiling NIOPosix NonBlockingFileIO.swift
[1574/1592] Compiling NIOPosix PendingDatagramWritesManager.swift
[1575/1592] Compiling NIOPosix PendingWritesManager.swift
[1576/1592] Compiling NIOPosix PipeChannel.swift
[1577/1592] Compiling NIOPosix PipePair.swift
[1578/1592] Compiling NIOPosix IO.swift
[1579/1592] Compiling NIOPosix IntegerBitPacking.swift
[1580/1592] Compiling NIOPosix IntegerTypes.swift
[1581/1592] Compiling NIOPosix Linux.swift
[1582/1592] Compiling NIOPosix LinuxCPUSet.swift
[1583/1592] Compiling NIOPosix LinuxUring.swift
[1584/1592] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1585/1592] Emitting module NIOPosix
[1586/1592] Compiling NIOPosix Bootstrap.swift
[1587/1592] Compiling NIOPosix ControlMessage.swift
[1588/1592] Compiling NIOPosix DatagramVectorReadManager.swift
[1589/1592] Compiling NIOPosix Errors+Any.swift
[1590/1592] Compiling NIOPosix FileDescriptor.swift
[1591/1592] Compiling NIOPosix GetaddrinfoResolver.swift
[1592/1592] Compiling NIOPosix HappyEyeballs.swift
[1594/1652] Compiling NIO Exports.swift
[1595/1652] Emitting module NIO
[1597/1653] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1598/1653] Compiling _NIOFileSystem BufferedReader.swift
[1599/1653] Compiling _NIOFileSystem BufferedWriter.swift
[1600/1692] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1601/1692] Compiling _NIOFileSystem BufferedStream.swift
[1602/1692] Compiling _NIOFileSystem Cancellation.swift
[1603/1692] Compiling _NIOFileSystem TokenBucket.swift
[1604/1692] Compiling _NIOFileSystem UnsafeTransfer.swift
[1605/1692] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1606/1694] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1607/1694] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1608/1695] Compiling NIOTLS TLSEvents.swift
[1610/1695] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1611/1695] Compiling NIOHTTP1 HTTPDecoder.swift
[1612/1695] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1613/1695] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1615/1695] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1616/1695] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1617/1695] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1618/1695] Emitting module NIOTLS
[1619/1695] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1620/1695] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1621/1695] Compiling NIOSOCKS SOCKSResponse.swift
[1622/1695] Compiling NIOSOCKS ClientStateMachine.swift
[1623/1695] Compiling _NIOFileSystem ParallelDirCopy.swift
[1624/1695] Compiling _NIOFileSystem ParallelRemoval.swift
[1625/1695] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1626/1695] Compiling _NIOFileSystem CInterop.swift
[1627/1695] Compiling _NIOFileSystem Errno.swift
[1629/1695] Compiling AsyncKit Optional+StrictMap.swift
[1630/1695] Compiling AsyncKit Exports.swift
[1631/1695] Compiling _NIOFileSystem Syscalls.swift
[1632/1699] Compiling NIOSOCKS ServerStateMachine.swift
[1633/1699] Emitting module _NIOFileSystem
[1634/1699] Emitting module NIOSOCKS
[1639/1699] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1640/1699] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1641/1699] Compiling NIOTLS SNIHandler.swift
[1644/1699] Compiling NIOHTTP1 HTTPEncoder.swift
[1645/1699] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1653/1701] Emitting module NIOFoundationCompat
[1654/1701] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1658/1702] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1659/1702] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1666/1731] Compiling NIOSSL NIOSSLHandler.swift
[1667/1731] Compiling NIOSSL NIOSSLServerHandler.swift
[1668/1731] Compiling NIOSSL ObjectIdentifier.swift
[1669/1731] Compiling NIOSSL PosixPort.swift
[1670/1755] Compiling NIOTransportServices StateManagedChannel.swift
[1671/1755] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1672/1755] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1673/1757] Emitting module NIOTransportServices
[1674/1757] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1675/1757] Compiling NIOTransportServices NIOTSSingletons.swift
[1676/1757] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1677/1757] Compiling NIOTransportServices NIOTSBootstraps.swift
[1678/1757] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1679/1757] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1680/1757] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1681/1757] Compiling NIOTransportServices NIOTSErrors.swift
[1682/1757] Compiling NIOTransportServices NIOTSEventLoop.swift
[1683/1757] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1684/1757] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1685/1757] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1686/1757] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1687/1757] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1688/1757] Compiling NIOTransportServices AcceptHandler.swift
[1689/1757] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1690/1757] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1691/1757] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1692/1757] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1693/1757] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1695/1758] Compiling NIOSSL SubjectAlternativeName.swift
[1696/1758] Compiling NIOSSL NIOSSLSecureBytes.swift
[1697/1758] Compiling NIOSSL RNG.swift
[1698/1758] Compiling NIOSSL SafeCompare.swift
[1699/1758] Compiling _NIOFileSystem IOStrategy.swift
[1710/1758] Emitting module AsyncKit
[1711/1758] Emitting module NIOHTTP1
[1715/1759] Compiling _NIOFileSystem SystemFileHandle.swift
[1716/1759] Compiling _NIOFileSystem Utilities.swift
[1717/1759] Compiling _NIOFileSystem OpenOptions.swift
[1718/1759] Compiling _NIOFileSystem String+FileSystem.swift
[1720/1787] Emitting module NIOSSL
[1721/1828] Compiling NIOHPACK IntegerCoding.swift
[1722/1829] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1723/1829] Compiling NIOExtras JSONRPCFraming.swift
[1724/1829] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1725/1829] Compiling NIOExtras NIOExtrasError.swift
[1726/1829] Emitting module NIOHTTPCompression
[1727/1829] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1728/1829] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1729/1829] Compiling NIOExtras LengthFieldPrepender.swift
[1730/1829] Compiling NIOExtras LineBasedFrameDecoder.swift
[1731/1829] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1732/1829] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1733/1830] Compiling NIOHPACK IndexedHeaderTable.swift
[1734/1830] Compiling NIOWebSocket WebSocketOpcode.swift
[1735/1830] Compiling NIOHPACK StaticHeaderTable.swift
[1736/1830] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1739/1832] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1740/1832] Compiling NIOExtras UnsafeTransfer.swift
[1741/1834] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1742/1834] Compiling NIOHPACK HuffmanTables.swift
[1743/1834] Emitting module MultipartKit
[1744/1834] Compiling NIOHTTPCompression HTTPCompression.swift
[1749/1834] Compiling NIOHTTPCompression HTTPDecompression.swift
[1752/1834] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1753/1834] Compiling NIOExtras NIORequestIdentifiable.swift
[1754/1834] Compiling NIOExtras DebugInboundEventsHandler.swift
[1755/1834] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1756/1834] Compiling NIOExtras RequestResponseHandler.swift
[1758/1834] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1761/1834] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1762/1834] Compiling NIOExtras PCAPRingBuffer.swift
[1763/1834] Compiling NIOExtras QuiescingHelper.swift
[1766/1834] Compiling NIOHPACK HuffmanCoding.swift
[1767/1834] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1768/1834] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1769/1834] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1781/1836] Emitting module NIOHPACK
[1782/1836] Emitting module NIOWebSocket
[1797/1836] Compiling NIOWebSocket WebSocketFrame.swift
[1798/1837] Compiling MultipartKit MultipartSerializer.swift
[1799/1837] Compiling MultipartKit Utilities.swift
[1802/1838] Emitting module NIOExtras
[1826/1844] Compiling NIOSSL SSLPKCS12Bundle.swift
[1827/1844] Emitting module NIOFileSystem
[1828/1844] Compiling NIOFileSystem Exports.swift
[1830/1844] Emitting module _NIOFileSystemFoundationCompat
[1831/1845] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1832/1845] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1834/1846] Compiling NIOSSL Zeroization.swift
[1835/1846] Compiling NIOSSL TLSConfiguration.swift
[1836/1846] Compiling NIOSSL UniversalBootstrapSupport.swift
[1837/1846] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1840/1905] Compiling NIOHTTP2 MaySendFrames.swift
[1841/1905] Compiling NIOHTTP2 SendingDataState.swift
[1843/1948] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1844/1948] Compiling WebSocketKit Exports.swift
[1845/1948] Compiling WebSocketKit WebSocket+Connect.swift
[1846/1948] Compiling WebSocketKit WebSocketHandler.swift
[1847/1948] Emitting module WebSocketKit
[1848/1948] Compiling WebSocketKit WebSocket+Concurrency.swift
[1849/1948] Compiling RediStack RedisByteDecoder.swift
[1850/1948] Compiling RediStack RedisCommandHandler.swift
[1851/1948] Compiling RediStack RedisMessageEncoder.swift
[1852/1948] Compiling RediStack RedisPubSubHandler.swift
[1853/1948] Compiling RediStack RedisClusterNodeDescriptionProtocol.swift
[1854/1952] Compiling WebSocketKit WebSocket.swift
[1855/1952] Compiling WebSocketKit WebSocketClient.swift
[1856/1953] Compiling RediStack RedisChannelName.swift
[1857/1953] Compiling RediStack RedisClient.swift
[1858/1953] Compiling RediStack RedisCommandEncoder-multi-encode.swift
[1859/1953] Compiling RediStack RedisCommandEncoder.swift
[1860/1953] Compiling RediStack RedisConnection+Configuration.swift
[1861/1953] Compiling RediStack RedisConnection.swift
[1862/1953] Compiling RediStack RedisError.swift
[1863/1953] Compiling RediStack RedisKey+TTL.swift
[1865/1953] Emitting module RediStack
[1866/1953] Compiling RediStack StandardLibrary.swift
[1867/1953] Compiling RediStack SwiftNIO.swift
[1868/1953] Compiling RediStack RESPTranslator.swift
[1869/1953] Compiling RediStack RESPValue.swift
[1870/1953] Compiling RediStack RESPValueConvertible.swift
[1871/1953] Compiling RediStack StringCommands.swift
[1872/1953] Compiling RediStack ConnectionPool.swift
[1873/1953] Compiling RediStack RedisConnectionPool+Configuration.swift
[1874/1953] Compiling RediStack RedisConnectionPool.swift
[1875/1953] Compiling RediStack RedisConnectionPoolError.swift
[1876/1953] Compiling RediStack RedisKey.swift
[1877/1953] Compiling RediStack RedisLogging.swift
[1878/1953] Compiling RediStack RedisMetrics.swift
[1879/1953] Compiling RediStack _Deprecations.swift
[1880/1953] Compiling RediStack HashCommands.swift
[1881/1953] Compiling RediStack ListCommands.swift
[1882/1953] Compiling RediStack PubSubCommands.swift
[1883/1953] Compiling RediStack SetCommands.swift
[1884/1953] Compiling RediStack SortedSetCommands.swift
[1885/1953] Compiling RediStack RedisClusterNodeID.swift
[1886/1953] Compiling RediStack RedisClusterShardDescriptionProtocol.swift
[1887/1953] Compiling RediStack RedisHashSlot.swift
[1888/1953] Compiling RediStack SwiftPolyfill.swift
[1889/1953] Compiling RediStack BasicCommands.swift
[1900/1962] Emitting module NIOHTTP2
[1916/1963] Compiling NIOHTTP2 InboundWindowManager.swift
[1917/1963] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1918/1963] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1919/1963] Compiling NIOHTTP2 StreamChannelList.swift
[1920/1963] Compiling NIOHTTP2 StreamMap.swift
[1921/1963] Compiling NIOHTTP2 StreamStateMachine.swift
[1922/1963] Compiling NIOHTTP2 UnsafeTransfer.swift
[1923/1963] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1936/1963] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1937/1963] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1938/1963] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1939/1963] Compiling NIOHTTP2 InboundEventBuffer.swift
[1940/1963] Compiling NIOHTTP2 StateMachineResult.swift
[1941/1963] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1942/1963] Compiling NIOHTTP2 DOSHeuristics.swift
[1943/1963] Compiling NIOHTTP2 Error+Any.swift
[1944/1963] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1945/1963] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1946/1963] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1947/1963] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1948/1963] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1949/1963] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1950/1963] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1951/1963] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1952/1963] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1953/1963] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1954/1963] Compiling NIOHTTP2 HTTP2Error.swift
[1955/1963] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1965/2024] Emitting module AsyncHTTPClient
[1966/2032] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1967/2032] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1968/2032] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1969/2032] Compiling AsyncHTTPClient HTTP1Connection.swift
[1970/2032] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1971/2032] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1972/2032] Compiling AsyncHTTPClient HTTP2Connection.swift
[1973/2032] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1974/2032] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1975/2032] Compiling AsyncHTTPClient ConnectionTarget.swift
[1976/2032] Compiling AsyncHTTPClient DeconstructedURL.swift
[1977/2032] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1978/2032] Compiling AsyncHTTPClient FoundationExtensions.swift
[1979/2032] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1980/2032] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1981/2032] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1982/2032] Compiling AsyncHTTPClient HTTPClient.swift
[1983/2032] Compiling AsyncHTTPClient HTTPHandler.swift
[1984/2032] Compiling AsyncHTTPClient LRUCache.swift
[1985/2032] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1986/2032] Compiling AsyncHTTPClient NWErrorHandler.swift
[1987/2032] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1988/2032] Compiling AsyncHTTPClient TLSConfiguration.swift
[1989/2032] Compiling AsyncHTTPClient RedirectState.swift
[1990/2032] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1991/2032] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1992/2032] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1993/2032] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1994/2032] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1995/2032] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1996/2032] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1997/2032] Compiling AsyncHTTPClient RequestBodyLength.swift
[1998/2032] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1999/2032] Compiling AsyncHTTPClient RequestBag.swift
[2000/2032] Compiling AsyncHTTPClient RequestValidation.swift
[2001/2032] Compiling AsyncHTTPClient SSLContextCache.swift
[2002/2032] Compiling AsyncHTTPClient Scheme.swift
[2003/2032] Compiling AsyncHTTPClient Singleton.swift
[2004/2032] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2005/2032] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2006/2032] Compiling AsyncHTTPClient Utils.swift
[2007/2032] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2008/2032] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2009/2032] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2010/2032] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2011/2032] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2012/2032] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2013/2032] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2014/2032] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2015/2032] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2016/2032] Compiling AsyncHTTPClient RequestOptions.swift
[2017/2032] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2018/2032] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2019/2032] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2020/2032] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2021/2032] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2022/2032] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2023/2032] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2024/2032] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2025/2032] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2026/2032] Compiling AsyncHTTPClient Transaction.swift
[2027/2032] Compiling AsyncHTTPClient Base64.swift
[2028/2032] Compiling AsyncHTTPClient BasicAuth.swift
[2029/2032] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2030/2032] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2031/2032] Compiling AsyncHTTPClient ConnectionPool.swift
[2032/2032] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2034/2202] Compiling Vapor Core.swift
[2035/2202] Compiling Vapor Running.swift
[2036/2202] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2037/2202] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2038/2202] Compiling Vapor DotEnvFile+load.swift
[2039/2202] Compiling Vapor Routes+caseInsenstive.swift
[2040/2202] Compiling Vapor Validatable+validate.swift
[2041/2202] Compiling Vapor Environment+Process.swift
[2042/2202] Compiling Vapor Environment+Secret.swift
[2043/2202] Compiling Vapor Environment.swift
[2044/2202] Compiling Vapor Abort.swift
[2045/2202] Compiling Vapor AbortError.swift
[2046/2202] Compiling Vapor DebuggableError.swift
[2047/2202] Compiling Vapor Demangler.swift
[2048/2202] Compiling Vapor ErrorSource.swift
[2049/2202] Compiling Vapor StackTrace.swift
[2050/2202] Compiling Vapor Exports.swift
[2051/2202] Compiling Vapor Application+HTTP.swift
[2052/2202] Compiling Vapor BasicResponder.swift
[2053/2202] Compiling Vapor BodyStream.swift
[2054/2202] Compiling Vapor Application+HTTP+Client.swift
[2055/2202] Compiling Vapor EventLoopHTTPClient.swift
[2056/2202] Compiling Vapor EndpointCache.swift
[2057/2202] Compiling Vapor HTTPMethod+String.swift
[2058/2226] Compiling Vapor Service.swift
[2059/2226] Compiling Vapor Application+Sessions.swift
[2060/2226] Compiling Vapor MemorySessions.swift
[2061/2226] Compiling Vapor Request+Session.swift
[2062/2226] Compiling Vapor Session.swift
[2063/2226] Compiling Vapor SessionCache.swift
[2064/2226] Compiling Vapor SessionData.swift
[2065/2226] Compiling Vapor SessionDriver.swift
[2066/2226] Compiling Vapor SessionsConfiguration.swift
[2067/2226] Compiling Vapor SessionsMiddleware.swift
[2068/2226] Compiling Vapor URLEncodedFormData.swift
[2069/2226] Compiling Vapor URLEncodedFormDecoder.swift
[2070/2226] Compiling Vapor URLEncodedFormEncoder.swift
[2071/2226] Compiling Vapor URLEncodedFormError.swift
[2072/2226] Compiling Vapor URLEncodedFormParser.swift
[2073/2226] Compiling Vapor URLEncodedFormSerializer.swift
[2074/2226] Compiling Vapor URLQueryFragmentConvertible.swift
[2075/2226] Compiling Vapor AnyResponse.swift
[2076/2226] Compiling Vapor Array+Random.swift
[2077/2226] Compiling Vapor Base32.swift
[2078/2226] Compiling Vapor Base64.swift
[2079/2226] Compiling Vapor BaseN.swift
[2080/2226] Compiling Vapor BasicCodingKey.swift
[2081/2226] Compiling Vapor ByteCount.swift
[2082/2250] Compiling Vapor Bytes+Hex.swift
[2083/2250] Compiling Vapor Bytes+SecureCompare.swift
[2084/2250] Compiling Vapor Collection+Safe.swift
[2085/2250] Compiling Vapor DataProtocol+Copy.swift
[2086/2250] Compiling Vapor DecoderUnwrapper.swift
[2087/2250] Compiling Vapor DirectoryConfiguration.swift
[2088/2250] Compiling Vapor DotEnv.swift
[2089/2250] Compiling Vapor Extendable.swift
[2090/2250] Compiling Vapor File.swift
[2091/2250] Compiling Vapor FileIO.swift
[2092/2250] Compiling Vapor LifecycleHandler.swift
[2093/2250] Compiling Vapor OptionalType.swift
[2094/2250] Compiling Vapor RFC1123.swift
[2095/2250] Compiling Vapor SocketAddress+Hostname.swift
[2096/2250] Compiling Vapor Storage.swift
[2097/2250] Compiling Vapor String+IsIPAddress.swift
[2098/2250] Compiling Vapor Thread.swift
[2099/2250] Compiling Vapor URI.swift
[2100/2250] Compiling Vapor RangeResult.swift
[2101/2250] Compiling Vapor Validatable.swift
[2102/2250] Compiling Vapor Validation.swift
[2103/2250] Compiling Vapor ValidationKey.swift
[2104/2250] Compiling Vapor Validations.swift
[2105/2250] Compiling Vapor ValidationsError.swift
[2106/2250] Emitting module Vapor
[2107/2250] Compiling Vapor Application.swift
[2108/2250] Compiling Vapor AuthenticationCache.swift
[2109/2250] Compiling Vapor Authenticator.swift
[2110/2250] Compiling Vapor BasicAuthorization.swift
[2111/2250] Compiling Vapor BearerAuthorization.swift
[2112/2250] Compiling Vapor GuardMiddleware.swift
[2113/2250] Compiling Vapor RedirectMiddleware.swift
[2114/2250] Compiling Vapor SessionAuthenticatable.swift
[2115/2250] Compiling Vapor Bcrypt.swift
[2116/2250] Compiling Vapor Application+Cache.swift
[2117/2250] Compiling Vapor Cache.swift
[2118/2250] Compiling Vapor CacheExpirationTime.swift
[2119/2250] Compiling Vapor MemoryCache.swift
[2120/2250] Compiling Vapor Request+Cache.swift
[2121/2250] Compiling Vapor Application+Clients.swift
[2122/2250] Compiling Vapor Client.swift
[2123/2250] Compiling Vapor ClientRequest.swift
[2124/2250] Compiling Vapor ClientResponse.swift
[2125/2250] Compiling Vapor Request+Client.swift
[2126/2250] Compiling Vapor BootCommand.swift
[2127/2250] Compiling Vapor CommandContext+Application.swift
[2128/2250] Compiling Vapor RoutesCommand.swift
[2129/2250] Compiling Vapor ServeCommand.swift
[2130/2250] Compiling Vapor AnyResponse+Concurrency.swift
[2131/2250] Compiling Vapor HTTPServerResponseEncoder.swift
[2132/2250] Compiling Vapor HTTPServerUpgradeHandler.swift
[2133/2250] Compiling Vapor Logger+Report.swift
[2134/2250] Compiling Vapor LoggingSystem+Environment.swift
[2135/2250] Compiling Vapor Application+Middleware.swift
[2136/2250] Compiling Vapor CORSMiddleware.swift
[2137/2250] Compiling Vapor ErrorMiddleware.swift
[2138/2250] Compiling Vapor FileMiddleware.swift
[2139/2250] Compiling Vapor Middleware.swift
[2140/2250] Compiling Vapor MiddlewareConfiguration.swift
[2141/2250] Compiling Vapor ResponseCompressionMiddleware.swift
[2142/2250] Compiling Vapor RouteLoggingMiddleware.swift
[2143/2250] Compiling Vapor TracingMiddleware.swift
[2144/2250] Compiling Vapor File+Multipart.swift
[2145/2250] Compiling Vapor FormDataDecoder+Content.swift
[2146/2250] Compiling Vapor FormDataEncoder+Content.swift
[2147/2250] Compiling Vapor Application+Password.swift
[2148/2250] Compiling Vapor Application+Passwords.swift
[2149/2250] Compiling Vapor AsyncPasswordHasher.swift
[2150/2250] Compiling Vapor BcryptHasher.swift
[2151/2250] Compiling Vapor PasswordHasher.swift
[2152/2250] Compiling Vapor PlaintextHasher.swift
[2153/2250] Compiling Vapor Request+Password.swift
[2154/2250] Compiling Vapor Redirect.swift
[2155/2250] Compiling Vapor Request+Body.swift
[2156/2250] Compiling Vapor Request+BodyStream.swift
[2157/2250] Compiling Vapor Request.swift
[2158/2250] Compiling Vapor Application+Responder.swift
[2159/2250] Compiling Vapor DefaultResponder.swift
[2160/2250] Compiling Vapor Response+Body.swift
[2161/2250] Compiling Vapor Response.swift
[2162/2250] Compiling Vapor ResponseCodable.swift
[2163/2250] Compiling Vapor Application+Routes.swift
[2164/2250] Compiling Vapor Parameters+Require.swift
[2165/2250] Compiling Vapor Request+WebSocket.swift
[2166/2250] Compiling Vapor Route.swift
[2167/2250] Compiling Vapor RouteCollection.swift
[2168/2250] Compiling Vapor Routes.swift
[2169/2250] Compiling Vapor RoutesBuilder+Group.swift
[2170/2250] Compiling Vapor RoutesBuilder+Method.swift
[2171/2250] Compiling Vapor RoutesBuilder+Middleware.swift
[2172/2250] Compiling Vapor RoutesBuilder+WebSocket.swift
[2173/2250] Compiling Vapor RoutesBuilder.swift
[2174/2250] Compiling Vapor OTP.swift
[2175/2250] Compiling Vapor Application+Servers.swift
[2176/2250] Compiling Vapor Server.swift
[2177/2250] Compiling Vapor App+Service.swift
[2178/2250] Compiling Vapor Req+Service.swift
[2179/2250] Compiling Vapor HTTPStatus.swift
[2180/2250] Compiling Vapor HTTPCookies.swift
[2181/2250] Compiling Vapor HTTPHeaderCacheControl.swift
[2182/2250] Compiling Vapor HTTPHeaderExpires.swift
[2183/2250] Compiling Vapor HTTPHeaderLastModified.swift
[2184/2250] Compiling Vapor HTTPHeaders+Cache.swift
[2185/2250] Compiling Vapor HTTPHeaders+Connection.swift
[2186/2250] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2187/2250] Compiling Vapor HTTPHeaders+ContentRange.swift
[2188/2250] Compiling Vapor HTTPHeaders+Directive.swift
[2189/2250] Compiling Vapor HTTPHeaders+Forwarded.swift
[2190/2250] Compiling Vapor HTTPHeaders+Link.swift
[2191/2250] Compiling Vapor HTTPHeaders+Name.swift
[2192/2250] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2193/2250] Compiling Vapor HTTPHeaders.swift
[2194/2250] Compiling Vapor HTTPMediaType.swift
[2195/2250] Compiling Vapor HTTPMediaTypePreference.swift
[2196/2250] Compiling Vapor Responder.swift
[2197/2250] Compiling Vapor Application+HTTP+Server.swift
[2198/2250] Compiling Vapor HTTPServer.swift
[2199/2250] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2200/2250] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2201/2250] Compiling Vapor HTTPServerHandler.swift
[2202/2250] Compiling Vapor HTTPServerRequestDecoder.swift
[2203/2250] Compiling Vapor AsyncBasicResponder.swift
[2204/2250] Compiling Vapor AsyncMiddleware.swift
[2205/2250] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2206/2250] Compiling Vapor AsyncSessionDriver.swift
[2207/2250] Compiling Vapor Authentication+Concurrency.swift
[2208/2250] Compiling Vapor Cache+Concurrency.swift
[2209/2250] Compiling Vapor Client+Concurrency.swift
[2210/2250] Compiling Vapor RequestBody+Concurrency.swift
[2211/2250] Compiling Vapor Responder+Concurrency.swift
[2212/2250] Compiling Vapor ResponseCodable+Concurrency.swift
[2213/2250] Compiling Vapor RoutesBuilder+Concurrency.swift
[2214/2250] Compiling Vapor ViewRenderer+Concurrency.swift
[2215/2250] Compiling Vapor WebSocket+Concurrency.swift
[2216/2250] Compiling Vapor ContainerGetPathExecutor.swift
[2217/2250] Compiling Vapor Content.swift
[2218/2250] Compiling Vapor ContentCoders.swift
[2219/2250] Compiling Vapor ContentConfiguration.swift
[2220/2250] Compiling Vapor ContentContainer.swift
[2221/2250] Compiling Vapor JSONCoder+Custom.swift
[2222/2250] Compiling Vapor JSONCoders+Content.swift
[2223/2250] Compiling Vapor PlaintextDecoder.swift
[2224/2250] Compiling Vapor PlaintextEncoder.swift
[2225/2250] Compiling Vapor URLQueryCoders.swift
[2226/2250] Compiling Vapor URLQueryContainer.swift
[2227/2250] Compiling Vapor Validator.swift
[2228/2250] Compiling Vapor ValidatorResult.swift
[2229/2250] Compiling Vapor And.swift
[2230/2250] Compiling Vapor Case.swift
[2231/2250] Compiling Vapor CharacterSet.swift
[2232/2250] Compiling Vapor Count.swift
[2233/2250] Compiling Vapor Custom.swift
[2234/2250] Compiling Vapor Email.swift
[2235/2250] Compiling Vapor Empty.swift
[2236/2250] Compiling Vapor In.swift
[2237/2250] Compiling Vapor Nil.swift
[2238/2250] Compiling Vapor NilIgnoring.swift
[2239/2250] Compiling Vapor Not.swift
[2240/2250] Compiling Vapor Or.swift
[2241/2250] Compiling Vapor Pattern.swift
[2242/2250] Compiling Vapor Range.swift
[2243/2250] Compiling Vapor URL.swift
[2244/2250] Compiling Vapor Valid.swift
[2245/2250] Compiling Vapor Application+Views.swift
[2246/2250] Compiling Vapor PlaintextRenderer.swift
[2247/2250] Compiling Vapor Request+View.swift
[2248/2250] Compiling Vapor View.swift
[2249/2250] Compiling Vapor ViewRenderer.swift
[2250/2250] Compiling Vapor _Deprecations.swift
[2252/2284] Emitting module Redis
[2253/2285] Compiling Queues Application+Queues.swift
[2254/2285] Compiling Queues AsyncJob.swift
[2255/2285] Compiling Queues AsyncJobEventDelegate.swift
[2256/2285] Compiling Queues Job.swift
[2257/2285] Compiling Queues JobData.swift
[2258/2285] Compiling Queues JobIdentifier.swift
[2259/2285] Compiling Queues RepeatedTask+Cancel.swift
[2260/2285] Compiling Queues Request+Queues.swift
[2261/2287] Compiling Queues QueuesConfiguration.swift
[2262/2287] Compiling Queues QueuesDriver.swift
[2263/2287] Compiling Queues QueuesEventLoopPreference.swift
[2264/2287] Compiling Queues AsyncQueue.swift
[2265/2287] Compiling Queues AsyncScheduledJob.swift
[2266/2287] Compiling Queues Exports.swift
[2273/2287] Emitting module Queues
[2274/2287] Compiling Redis RedisConfiguration.swift
[2275/2287] Compiling Redis RedisID.swift
[2278/2287] Compiling Redis RedisStorage.swift
[2279/2287] Compiling Redis Request+Redis.swift
[2281/2288] Compiling Queues NotificationHook.swift
[2282/2288] Compiling Queues Queue.swift
[2283/2288] Compiling Queues QueueContext.swift
[2284/2288] Compiling Queues QueueName.swift
[2285/2288] Compiling Queues QueueWorker.swift
[2286/2288] Compiling Queues QueuesCommand.swift
[2287/2288] Compiling Queues ScheduleBuilder.swift
[2288/2288] Compiling Queues ScheduledJob.swift
[2290/2293] Compiling QueuesRedisDriver JobsRedisDriverError.swift
[2291/2293] Compiling QueuesRedisDriver Exports.swift
[2292/2293] 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 | }
[2293/2293] 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! (427.29s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.