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 redis, reference main (b45270), with Swift 6.1 for Android on 28 May 2025 16:40:37 UTC.

Swift 6 data race errors: 1

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/redis.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor/redis
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b452702 make Redis Sendable (#217)
Cloned https://github.com/vapor/redis.git
Revision (git rev-parse @):
b4527022376f93ade3fa366f2c3465ed3489fca4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/redis.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/redis.git
https://github.com/vapor/redis.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "redistack",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/RediStack.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.100.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "redis",
  "name" : "redis",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Redis",
      "targets" : [
        "Redis"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RedisTests",
      "module_type" : "SwiftTarget",
      "name" : "RedisTests",
      "path" : "Tests/RedisTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "MultipleRedisTests.swift",
        "RedisTests.swift"
      ],
      "target_dependencies" : [
        "Redis"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Redis",
      "module_type" : "SwiftTarget",
      "name" : "Redis",
      "path" : "Sources/Redis",
      "product_dependencies" : [
        "RediStack",
        "Vapor"
      ],
      "product_memberships" : [
        "Redis"
      ],
      "sources" : [
        "Application+Redis.swift",
        "Application.Redis+PubSub.swift",
        "Application.Redis+configuration.swift",
        "Exports.swift",
        "Redis+Cache.swift",
        "Redis+Concurrency.swift",
        "Redis+Sessions.swift",
        "RedisClient+Codable.swift",
        "RedisConfiguration.swift",
        "RedisID.swift",
        "RedisStorage.swift",
        "Request+Redis.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/swift-server/RediStack.git
[1/4703] Fetching redistack
[3858/79081] Fetching redistack, vapor
Fetched https://github.com/swift-server/RediStack.git from cache (3.07s)
Fetched https://github.com/vapor/vapor.git from cache (3.14s)
Computing version for https://github.com/swift-server/RediStack.git
Computed https://github.com/swift-server/RediStack.git at 1.6.2 (6.55s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/1710] Fetching swift-atomics
[1711/16553] Fetching swift-atomics, swift-nio-ssl
[1712/18759] Fetching swift-atomics, swift-nio-ssl, swift-metrics
[1713/22595] Fetching swift-atomics, swift-nio-ssl, swift-metrics, swift-log
[8241/98688] Fetching swift-atomics, swift-nio-ssl, swift-metrics, swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.04s)
[9187/94852] Fetching swift-atomics, swift-nio-ssl, swift-metrics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (8.15s)
Fetched https://github.com/apple/swift-metrics.git from cache (8.15s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (8.19s)
Fetched https://github.com/apple/swift-nio.git from cache (8.32s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (9.21s)
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.96s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.33s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[2592/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (4.97s)
Fetched https://github.com/apple/swift-collections.git from cache (4.99s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (5.93s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.43s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.63s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.64s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.62s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
[1/5914] Fetching swift-nio-extras
[475/8523] Fetching swift-nio-extras, websocket-kit
[620/11842] Fetching swift-nio-extras, websocket-kit, multipart-kit
[1370/16816] Fetching swift-nio-extras, websocket-kit, multipart-kit, swift-distributed-tracing
[2060/22775] Fetching swift-nio-extras, websocket-kit, multipart-kit, swift-distributed-tracing, swift-algorithms
[12630/23838] Fetching swift-nio-extras, websocket-kit, multipart-kit, swift-distributed-tracing, swift-algorithms, swift-service-context
Fetched https://github.com/vapor/websocket-kit.git from cache (0.51s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.51s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.60s)
Fetching https://github.com/apple/swift-crypto.git
[12970/35919] Fetching swift-nio-extras, multipart-kit, swift-algorithms, routing-kit
[26236/47446] Fetching swift-nio-extras, multipart-kit, swift-algorithms, routing-kit, swift-nio-http2
[29853/61382] Fetching swift-nio-extras, multipart-kit, swift-algorithms, routing-kit, swift-nio-http2, swift-crypto
Fetched https://github.com/vapor/routing-kit.git from cache (1.33s)
Fetching https://github.com/vapor/console-kit.git
[31597/40655] Fetching swift-nio-extras, multipart-kit, swift-algorithms, swift-nio-http2, swift-crypto
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.08s)
[28331/34741] Fetching multipart-kit, swift-algorithms, swift-nio-http2, swift-crypto
Fetched https://github.com/apple/swift-algorithms.git from cache (2.09s)
[22790/28782] Fetching multipart-kit, swift-nio-http2, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.28s)
[21979/25463] Fetching swift-nio-http2, swift-crypto
[23792/31040] Fetching swift-nio-http2, swift-crypto, console-kit
[31041/33410] Fetching swift-nio-http2, swift-crypto, console-kit, async-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.86s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.23s)
Fetched https://github.com/vapor/async-kit.git from cache (0.62s)
[1/14014] Fetching async-http-client
Fetched https://github.com/apple/swift-crypto.git from cache (2.96s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.77s)
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.68s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.49s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.54s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.55s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.08s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.80s)
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.53s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.31s)
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.80s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
[1/1141] Fetching swift-http-structured-headers
[1142/7296] Fetching swift-http-structured-headers, swift-certificates
[7174/8200] Fetching swift-http-structured-headers, swift-certificates, swift-http-types
[8201/9790] Fetching swift-http-structured-headers, swift-certificates, swift-http-types, swift-asn1
[9012/14775] Fetching swift-http-structured-headers, swift-certificates, swift-http-types, swift-asn1, swift-async-algorithms
[9726/17201] Fetching swift-http-structured-headers, swift-certificates, swift-http-types, swift-asn1, swift-async-algorithms, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.39s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.39s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.39s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.39s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.39s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.39s)
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 (2.08s)
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.83s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.76s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.58s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.89s)
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.47s)
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.49s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.46s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.56s)
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.58s)
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.54s)
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.48s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (2.48s)
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/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-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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio-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/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.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-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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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/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/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-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/vapor/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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/832] Write sources
[31/832] Compiling CNIOWASI CNIOWASI.c
[32/832] Write sources
[33/832] Compiling CNIOWindows shim.c
[34/832] Compiling CNIOWindows WSAStartup.c
[34/832] Write sources
[51/832] Compiling CNIOLinux liburing_shims.c
[52/832] Compiling CVaporBcrypt bcrypt.c
[53/832] Compiling _AtomicsShims.c
[53/832] Compiling CVaporBcrypt blf.c
[55/832] Compiling _NumericsShims _NumericsShims.c
[56/832] Compiling CNIOLLHTTP c_nio_http.c
[57/832] Compiling CNIOExtrasZlib empty.c
[58/832] Compiling CSystem shims.c
[59/832] Compiling CNIOSHA1 c_nio_sha1.c
[60/832] Compiling CNIODarwin shim.c
[61/832] Compiling CNIOLinux shim.c
[62/832] Compiling CNIOLLHTTP c_nio_api.c
[63/832] Compiling fiat_p256_adx_sqr.S
[64/832] Compiling fiat_p256_adx_mul.S
[65/832] Compiling fiat_curve25519_adx_mul.S
[66/832] Write swift-version-24593BA9C3E375BF.txt
[67/832] Compiling fiat_curve25519_adx_square.S
[68/832] Compiling CNIOLLHTTP c_nio_llhttp.c
[69/836] Compiling CNIOBoringSSLShims shims.c
[70/866] Compiling tls_method.cc
[71/866] Compiling tls_record.cc
[72/866] Compiling tls13_client.cc
[73/877] Compiling tls13_enc.cc
[74/884] Compiling tls13_server.cc
[76/901] Emitting module InternalCollectionsUtilities
[77/902] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[78/902] Compiling ServiceContextModule ServiceContextKey.swift
[79/902] Compiling RealModule Float+Real.swift
[80/903] Emitting module ServiceContextModule
[81/903] Compiling ServiceContextModule ServiceContext.swift
[82/903] Compiling SystemPackage FilePathTempPosix.swift
[83/903] Compiling SystemPackage FilePathTempWindows.swift
[84/903] Compiling SystemPackage FilePathWindows.swift
[85/903] Compiling SystemPackage FilePermissions.swift
[86/904] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[87/904] Compiling InternalCollectionsUtilities Debugging.swift
[88/907] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[89/907] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[90/907] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[91/907] Compiling InternalCollectionsUtilities UInt+reversed.swift
[92/907] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[93/907] Compiling InternalCollectionsUtilities Integer rank.swift
[94/907] Compiling _NIODataStructures _TinyArray.swift
[96/907] Compiling RealModule ElementaryFunctions.swift
[97/907] Emitting module RealModule
[98/907] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[99/907] Compiling InternalCollectionsUtilities _SortedCollection.swift
[100/907] Compiling InternalCollectionsUtilities Descriptions.swift
[101/907] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[102/907] Compiling RealModule RealFunctions.swift
[103/907] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[106/907] Compiling RealModule Float80+Real.swift
[109/907] Compiling _NIODataStructures PriorityQueue.swift
[110/907] Compiling RealModule Float16+Real.swift
[111/907] Compiling RealModule Real.swift
[112/908] Compiling CoreMetrics Metrics.swift
[113/909] Compiling SystemPackage MachPort.swift
[114/909] Compiling SystemPackage PlatformString.swift
[115/909] Compiling SystemPackage SystemString.swift
[116/909] Emitting module _NIOBase64
[117/909] Compiling _NIOBase64 Base64.swift
[122/910] Emitting module SystemPackage
[127/910] Emitting module _NIODataStructures
[128/910] Compiling _NIODataStructures Heap.swift
[133/931] Compiling SystemPackage Util+StringArray.swift
[134/931] Compiling SystemPackage Util.swift
[135/931] Compiling SystemPackage UtilConsumers.swift
[136/944] Compiling Atomics UnsafeAtomic.swift
[137/944] Compiling Atomics UnsafeAtomicLazyReference.swift
[138/1002] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[139/1019] Compiling HeapModule Heap+Invariants.swift
[140/1068] Compiling HeapModule Heap+Descriptions.swift
[141/1068] Compiling Instrumentation NoOpInstrument.swift
[142/1068] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[143/1068] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[144/1068] Emitting module Instrumentation
[145/1068] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[146/1068] Compiling OrderedCollections OrderedDictionary+Elements.swift
[147/1068] Compiling Instrumentation MultiplexInstrument.swift
[148/1068] Compiling Instrumentation Instrument.swift
[149/1068] Compiling Instrumentation InstrumentationSystem.swift
[150/1068] Compiling HeapModule Heap.swift
[151/1068] Compiling HeapModule _HeapNode.swift
[152/1068] Compiling HeapModule Heap+UnsafeHandle.swift
[153/1068] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[154/1068] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[155/1068] Emitting module HeapModule
[156/1069] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[157/1069] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[158/1069] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[159/1069] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[160/1069] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[161/1069] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[162/1069] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[163/1076] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[164/1076] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[165/1076] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[166/1076] Compiling OrderedCollections _HashTable.swift
[167/1076] Compiling OrderedCollections _Hashtable+Header.swift
[168/1076] Compiling OrderedCollections OrderedDictionary+Codable.swift
[170/1076] Compiling OrderedCollections OrderedDictionary.swift
[171/1076] Compiling OrderedCollections OrderedSet+Codable.swift
[172/1076] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[173/1076] Compiling OrderedCollections OrderedSet+Descriptions.swift
[174/1076] Compiling OrderedCollections OrderedSet+Diffing.swift
[175/1076] Compiling OrderedCollections OrderedSet+Equatable.swift
[176/1076] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[177/1076] Compiling OrderedCollections OrderedSet+Hashable.swift
[178/1076] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[179/1076] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[180/1076] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[181/1076] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[182/1076] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[183/1076] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[184/1076] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[189/1076] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[190/1076] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[191/1076] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[192/1076] Compiling OrderedCollections OrderedDictionary+Values.swift
[193/1152] Compiling HashTreeCollections _HashNode+Structural merge.swift
[194/1152] Compiling HashTreeCollections _HashTreeIterator.swift
[195/1152] Compiling HashTreeCollections _HashTreeStatistics.swift
[196/1152] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[197/1152] Compiling HashTreeCollections _RawHashNode.swift
[198/1152] Compiling HashTreeCollections _UnmanagedHashNode.swift
[199/1152] Compiling HashTreeCollections _UnsafePath.swift
[200/1152] Compiling HashTreeCollections TreeDictionary+Codable.swift
[201/1152] Compiling HashTreeCollections _HashNode+Invariants.swift
[202/1152] Compiling HashTreeCollections _HashNode+Lookups.swift
[203/1152] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[204/1152] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[205/1152] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[206/1152] Compiling HashTreeCollections _HashNode+Structural union.swift
[207/1152] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[208/1152] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[209/1152] Compiling HashTreeCollections TreeSet+Hashable.swift
[210/1152] Compiling HashTreeCollections TreeSet+Sendable.swift
[211/1152] Compiling HashTreeCollections TreeSet+Sequence.swift
[212/1152] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[213/1152] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[214/1152] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[215/1152] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[216/1152] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[217/1152] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[218/1152] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[225/1162] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[226/1162] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[227/1162] Compiling HashTreeCollections _HashNode.swift
[228/1162] Compiling HashTreeCollections _HashNodeHeader.swift
[229/1171] Emitting module CoreMetrics
[230/1171] Compiling CoreMetrics Locks.swift
[231/1171] Compiling Instrumentation Locks.swift
[232/1171] Emitting module Logging
[233/1171] Compiling Logging Locks.swift
[234/1171] Compiling Logging MetadataProvider.swift
[236/1173] Compiling HashTreeCollections _HashSlot.swift
[237/1173] Compiling HashTreeCollections _HashStack.swift
[238/1173] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[247/1174] Compiling Logging Logging.swift
[248/1174] Compiling Logging LogHandler.swift
[249/1175] Compiling HashTreeCollections _AncestorHashSlots.swift
[250/1175] Compiling HashTreeCollections _Bitmap.swift
[251/1175] Compiling HashTreeCollections _Bucket.swift
[252/1175] Compiling HashTreeCollections _Hash.swift
[253/1175] Compiling HashTreeCollections _HashLevel.swift
[254/1175] Compiling HashTreeCollections _HashNode+Builder.swift
[255/1175] Compiling HashTreeCollections _HashNode+Debugging.swift
[256/1175] Compiling HashTreeCollections _HashNode+Initializers.swift
[261/1175] Compiling HashTreeCollections TreeDictionary.swift
[262/1175] Compiling HashTreeCollections TreeSet+Codable.swift
[263/1175] Compiling _RopeModule Rope+Join.swift
[264/1175] Compiling _RopeModule Rope+MutatingForEach.swift
[265/1175] Compiling _RopeModule Rope+Remove.swift
[266/1175] Compiling _RopeModule Rope+RemoveSubrange.swift
[267/1175] Compiling _RopeModule Rope+Split.swift
[268/1175] Compiling _RopeModule Optional Utilities.swift
[269/1175] Compiling _RopeModule String Utilities.swift
[270/1175] Compiling _RopeModule String.Index+ABI.swift
[271/1184] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[272/1184] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[273/1184] Compiling HashTreeCollections TreeDictionary+Filter.swift
[274/1184] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[275/1184] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[276/1184] Compiling HashTreeCollections TreeDictionary+Keys.swift
[277/1184] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[278/1184] Compiling HashTreeCollections TreeDictionary+Merge.swift
[279/1184] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[280/1184] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[281/1184] Compiling HashTreeCollections TreeDictionary+Values.swift
[282/1206] Emitting module Atomics
[301/1206] Compiling DequeModule Deque+CustomReflectable.swift
[302/1206] Compiling DequeModule Deque+Descriptions.swift
[310/1208] Compiling DequeModule _DequeBuffer.swift
[311/1208] Compiling DequeModule _DequeBufferHeader.swift
[315/1208] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[316/1208] Compiling HashTreeCollections _HashNode+Storage.swift
[317/1208] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[318/1208] Compiling HashTreeCollections _HashNode+Structural filter.swift
[319/1208] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[320/1208] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[321/1208] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[324/1208] Compiling DequeModule Deque+Codable.swift
[325/1208] Compiling DequeModule Deque+Collection.swift
[326/1208] Compiling DequeModule Deque+Equatable.swift
[327/1208] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[328/1208] Compiling DequeModule Deque+Extras.swift
[329/1208] Compiling DequeModule Deque+Hashable.swift
[330/1208] Compiling DequeModule Deque._UnsafeHandle.swift
[331/1208] Compiling DequeModule Deque.swift
[332/1208] Compiling _RopeModule _CharacterRecognizer.swift
[333/1208] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[334/1208] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[335/1208] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[336/1208] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[337/1208] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[338/1208] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[339/1208] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[340/1208] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[341/1208] Compiling HashTreeCollections TreeSet.swift
[342/1208] Compiling Tracing TracerProtocol.swift
[343/1208] Compiling Tracing TracingTime.swift
[346/1208] Emitting module Tracing
[347/1208] Compiling DequeModule _DequeSlot.swift
[348/1208] Compiling DequeModule _UnsafeWrappedBuffer.swift
[349/1208] Compiling Tracing Tracer.swift
[350/1208] Compiling Tracing TracerProtocol+Legacy.swift
[357/1209] Emitting module OrderedCollections
[360/1210] Compiling DequeModule Deque+Testing.swift
[361/1210] Compiling DequeModule Deque._Storage.swift
[364/1210] Compiling Tracing InstrumentationSystem+Tracing.swift
[365/1210] Compiling Tracing NoOpTracer.swift
[366/1210] Compiling Tracing SpanProtocol.swift
[369/1211] Emitting module _RopeModule
[370/1211] Emitting module DequeModule
[380/1212] Compiling HashTreeCollections TreeDictionary+Collection.swift
[381/1212] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[382/1212] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[383/1212] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[386/1212] Emitting module RoutingKit
[387/1212] Emitting module Metrics
[397/1212] Compiling RoutingKit PathComponent.swift
[406/1212] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[407/1212] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[431/1212] Compiling RoutingKit TrieRouter.swift
[432/1212] Compiling RoutingKit Router.swift
[451/1213] Compiling t1_enc.cc
[454/1213] Emitting module HashTreeCollections
[456/1214] Compiling RoutingKit Parameters.swift
[456/1214] Compiling ssl_versions.cc
[457/1214] Compiling RoutingKit AnyRouter.swift
[459/1215] Compiling Metrics Metrics.swift
[461/1216] Compiling ssl_x509.cc
[462/1216] Compiling tls13_both.cc
[463/1216] Compiling ssl_transcript.cc
[464/1216] Compiling ssl_stat.cc
[465/1216] Compiling ssl_privkey.cc
[466/1216] Compiling ssl_file.cc
[467/1216] Compiling ssl_session.cc
[468/1216] Compiling ssl_cipher.cc
[469/1216] Compiling ssl_lib.cc
[470/1216] Compiling ssl_key_share.cc
[471/1216] Compiling ssl_credential.cc
[472/1216] Compiling ssl_buffer.cc
[473/1216] Compiling ssl_cert.cc
[474/1216] Compiling s3_both.cc
[475/1216] Compiling s3_pkt.cc
[476/1216] Compiling ssl_asn1.cc
[477/1216] Compiling handshake_server.cc
[478/1216] Compiling ssl_aead_ctx.cc
[479/1216] Compiling s3_lib.cc
[480/1216] Compiling handshake_client.cc
[481/1216] Compiling handshake.cc
[482/1216] Compiling handoff.cc
[483/1216] Compiling d1_pkt.cc
[484/1216] Compiling dtls_method.cc
[485/1216] Compiling md5-x86_64-linux.S
[486/1216] Compiling md5-x86_64-apple.S
[487/1216] Compiling md5-586-linux.S
[488/1216] Compiling encrypted_client_hello.cc
[489/1216] Compiling md5-586-apple.S
[490/1216] Compiling chacha20_poly1305_x86_64-linux.S
[491/1216] Compiling dtls_record.cc
[492/1216] Compiling d1_srtp.cc
[493/1216] Compiling chacha20_poly1305_x86_64-apple.S
[494/1216] Compiling chacha20_poly1305_armv8-win.S
[495/1216] Compiling extensions.cc
[496/1216] Compiling chacha20_poly1305_armv8-apple.S
[497/1216] Compiling chacha20_poly1305_armv8-linux.S
[498/1216] Compiling chacha-x86_64-linux.S
[499/1216] Compiling chacha-x86_64-apple.S
[500/1216] Compiling chacha-x86-linux.S
[501/1216] Compiling chacha-armv8-win.S
[501/1216] Compiling chacha-x86-apple.S
[503/1216] Compiling chacha-armv4-linux.S
[504/1216] Compiling chacha-armv8-apple.S
[505/1216] Compiling d1_lib.cc
[506/1216] Compiling chacha-armv8-linux.S
[507/1216] Compiling aes128gcmsiv-x86_64-linux.S
[508/1216] Compiling x86_64-mont-linux.S
[509/1216] Compiling x86_64-mont5-linux.S
[510/1216] Compiling x86_64-mont5-apple.S
[511/1216] Compiling aes128gcmsiv-x86_64-apple.S
[512/1216] Compiling x86_64-mont-apple.S
[513/1216] Compiling x86-mont-linux.S
[514/1216] Compiling x86-mont-apple.S
[515/1216] Compiling vpaes-x86_64-apple.S
[516/1216] Compiling vpaes-x86_64-linux.S
[517/1216] Compiling vpaes-armv8-win.S
[518/1216] Compiling vpaes-x86-apple.S
[519/1216] Compiling vpaes-x86-linux.S
[520/1216] Compiling vpaes-armv8-apple.S
[521/1216] Compiling vpaes-armv8-linux.S
[522/1216] Compiling sha512-x86_64-linux.S
[523/1216] Compiling vpaes-armv7-linux.S
[524/1216] Compiling sha512-x86_64-apple.S
[525/1216] Compiling sha512-armv8-win.S
[526/1216] Compiling sha512-armv4-linux.S
[527/1216] Compiling sha512-armv8-linux.S
[528/1216] Compiling sha512-armv8-apple.S
[529/1216] Compiling sha512-586-linux.S
[530/1216] Compiling sha512-586-apple.S
[531/1216] Compiling sha256-x86_64-apple.S
[532/1216] Compiling sha256-x86_64-linux.S
[533/1216] Compiling sha256-armv8-win.S
[534/1216] Compiling sha256-armv8-apple.S
[535/1216] Compiling err_data.cc
[536/1216] Compiling sha256-armv8-linux.S
[537/1216] Compiling sha256-armv4-linux.S
[538/1216] Compiling sha256-586-linux.S
[539/1216] Compiling sha256-586-apple.S
[540/1216] Compiling sha1-x86_64-linux.S
[541/1216] Compiling sha1-x86_64-apple.S
[542/1216] Compiling sha1-armv4-large-linux.S
[543/1216] Compiling sha1-armv8-apple.S
[543/1216] Compiling sha1-586-linux.S
[543/1216] Compiling sha1-586-apple.S
[546/1216] Compiling sha1-armv8-win.S
[547/1216] Compiling sha1-armv8-linux.S
[548/1216] Compiling rsaz-avx2-apple.S
[549/1216] Compiling p256_beeu-x86_64-asm-apple.S
[550/1216] Compiling p256_beeu-x86_64-asm-linux.S
[551/1216] Compiling rsaz-avx2-linux.S
[551/1216] Compiling rdrand-x86_64-linux.S
[553/1216] Compiling rdrand-x86_64-apple.S
[554/1216] Compiling p256_beeu-armv8-asm-win.S
[555/1216] Compiling p256_beeu-armv8-asm-apple.S
[556/1216] Compiling bio_ssl.cc
[557/1216] Compiling d1_both.cc
[558/1216] Compiling p256-x86_64-asm-linux.S
[558/1216] Compiling p256_beeu-armv8-asm-linux.S
[560/1216] Compiling p256-armv8-asm-win.S
[561/1216] Compiling p256-armv8-asm-apple.S
[562/1216] Compiling ghashv8-armv8-win.S
[562/1216] Compiling p256-x86_64-asm-apple.S
[564/1216] Compiling p256-armv8-asm-linux.S
[565/1216] Compiling ghashv8-armv7-linux.S
[566/1216] Compiling ghashv8-armv8-linux.S
[567/1216] Compiling ghash-x86_64-apple.S
[568/1216] Compiling ghash-ssse3-x86_64-linux.S
[568/1216] Compiling ghash-x86-apple.S
[570/1216] Compiling ghashv8-armv8-apple.S
[571/1216] Compiling ghash-x86_64-linux.S
[572/1216] Compiling ghash-x86-linux.S
[573/1216] Compiling ghash-ssse3-x86-linux.S
[574/1216] Compiling ghash-ssse3-x86_64-apple.S
[575/1216] Compiling ghash-ssse3-x86-apple.S
[576/1216] Compiling ghash-neon-armv8-win.S
[577/1216] Compiling ghash-armv4-linux.S
[578/1216] Compiling ghash-neon-armv8-apple.S
[579/1216] Compiling co-586-linux.S
[580/1216] Compiling co-586-apple.S
[581/1216] Compiling ghash-neon-armv8-linux.S
[582/1216] Compiling bsaes-armv7-linux.S
[583/1216] Compiling bn-armv8-linux.S
[584/1216] Compiling bn-armv8-win.S
[585/1216] Compiling bn-armv8-apple.S
[586/1216] Compiling bn-586-apple.S
[587/1216] Compiling bn-586-linux.S
[588/1216] Compiling armv8-mont-apple.S
[589/1216] Compiling armv8-mont-win.S
[590/1216] Compiling armv8-mont-linux.S
[591/1216] Compiling armv4-mont-linux.S
[592/1216] Compiling aesv8-gcm-armv8-win.S
[593/1216] Compiling aesv8-gcm-armv8-linux.S
[594/1216] Compiling aesv8-gcm-armv8-apple.S
[595/1216] Compiling aesv8-armv8-win.S
[596/1216] Compiling aesv8-armv8-apple.S
[597/1216] Compiling aesni-x86_64-linux.S
[597/1216] Compiling aesv8-armv8-linux.S
[599/1216] Compiling aesv8-armv7-linux.S
[600/1216] Compiling aesni-x86_64-apple.S
[601/1216] Compiling aes-gcm-avx2-x86_64-linux.S
[602/1216] Compiling aesni-x86-linux.S
[603/1216] Compiling aesni-gcm-x86_64-linux.S
[604/1216] Compiling aesni-gcm-x86_64-apple.S
[605/1216] Compiling aes-gcm-avx10-x86_64-linux.S
[606/1216] Compiling aesni-x86-apple.S
[607/1216] Compiling aes-gcm-avx2-x86_64-apple.S
[608/1216] Compiling aes-gcm-avx10-x86_64-apple.S
[609/1216] Compiling x_spki.cc
[610/1216] Compiling x_sig.cc
[611/1216] Compiling x_name.cc
[612/1216] Compiling x_exten.cc
[613/1216] Compiling x_val.cc
[614/1216] Compiling x_req.cc
[615/1216] Compiling x_x509a.cc
[616/1216] Compiling x_pubkey.cc
[617/1216] Compiling x_x509.cc
[618/1216] Compiling x509cset.cc
[619/1216] Compiling x_attrib.cc
[620/1216] Compiling x_all.cc
[621/1216] Compiling x509name.cc
[622/1216] Compiling x509spki.cc
[623/1216] Compiling x_crl.cc
[624/1216] Compiling x509rset.cc
[625/1216] Compiling x_algor.cc
[626/1216] Compiling x509_vpm.cc
[627/1216] Compiling x509_vfy.cc
[628/1216] Compiling x509_v3.cc
[629/1216] Compiling x509_txt.cc
[630/1216] Compiling x509_trs.cc
[631/1216] Compiling x509_req.cc
[632/1216] Compiling x509_obj.cc
[633/1216] Compiling x509_set.cc
[634/1216] Compiling x509_ext.cc
[635/1216] Compiling x509_lu.cc
[636/1216] Compiling x509_d2.cc
[637/1216] Compiling x509_cmp.cc
[638/1216] Compiling x509_att.cc
[639/1216] Compiling x509_def.cc
[640/1216] Compiling x509.cc
[641/1216] Compiling v3_utl.cc
[642/1216] Compiling v3_skey.cc
[643/1216] Compiling v3_pmaps.cc
[644/1216] Compiling v3_purp.cc
[645/1216] Compiling v3_lib.cc
[646/1216] Compiling v3_pcons.cc
[647/1216] Compiling v3_ocsp.cc
[648/1216] Compiling v3_ncons.cc
[649/1216] Compiling v3_prn.cc
[650/1216] Compiling v3_info.cc
[651/1216] Compiling v3_int.cc
[652/1216] Compiling v3_ia5.cc
[653/1216] Compiling v3_crld.cc
[654/1216] Compiling v3_extku.cc
[655/1216] Compiling v3_cpols.cc
[656/1216] Compiling v3_enum.cc
[657/1216] Compiling v3_genn.cc
[658/1216] Compiling v3_bitst.cc
[659/1216] Compiling v3_bcons.cc
[660/1216] Compiling v3_alt.cc
[661/1216] Compiling t_x509.cc
[662/1216] Compiling v3_conf.cc
[663/1216] Compiling v3_akeya.cc
[664/1216] Compiling t_x509a.cc
[665/1216] Compiling v3_akey.cc
[666/1216] Compiling i2d_pr.cc
[667/1216] Compiling t_crl.cc
[668/1216] Compiling t_req.cc
[669/1216] Compiling name_print.cc
[670/1216] Compiling policy.cc
[671/1216] Compiling by_file.cc
[672/1216] Compiling rsa_pss.cc
[673/1216] Compiling by_dir.cc
[674/1216] Compiling asn1_gen.cc
[675/1216] Compiling a_sign.cc
[676/1216] Compiling trust_token.cc
[677/1216] Compiling algorithm.cc
[678/1216] Compiling a_verify.cc
[679/1216] Compiling a_digest.cc
[680/1216] Compiling pmbtoken.cc
[681/1216] Compiling voprf.cc
[682/1216] Compiling thread_pthread.cc
[683/1216] Compiling thread_win.cc
[684/1216] Compiling thread_none.cc
[685/1216] Compiling siphash.cc
[686/1216] Compiling stack.cc
[687/1216] Compiling thread.cc
[688/1216] Compiling sha1.cc
[689/1216] Compiling sha512.cc
[690/1216] Compiling sha256.cc
[691/1216] Compiling rsa_print.cc
[692/1216] Compiling slhdsa.cc
[693/1216] Compiling rsa_extra.cc
[694/1216] Compiling spake2plus.cc
[695/1216] Compiling rsa_crypt.cc
[696/1216] Compiling rc4.cc
[697/1216] Compiling refcount.cc
[698/1216] Compiling windows.cc
[699/1216] Compiling trusty.cc
[700/1216] Compiling rsa_asn1.cc
[701/1216] Compiling urandom.cc
[702/1216] Compiling rand.cc
[703/1216] Compiling passive.cc
[704/1216] Compiling poly1305_arm_asm.S
[705/1216] Compiling fork_detect.cc
[706/1216] Compiling ios.cc
[707/1216] Compiling forkunsafe.cc
[708/1216] Compiling getentropy.cc
[709/1216] Compiling deterministic.cc
[710/1216] Compiling poly1305_vec.cc
[711/1216] Compiling poly1305_arm.cc
[712/1216] Compiling poly1305.cc
[713/1216] Compiling pool.cc
[714/1216] Compiling p5_pbev2.cc
[715/1216] Compiling pkcs8_x509.cc
[716/1216] Compiling pkcs7_x509.cc
[717/1216] Compiling pkcs8.cc
[718/1216] Compiling pkcs7.cc
[719/1216] Compiling pem_x509.cc
[720/1216] Compiling pem_xaux.cc
[721/1216] Compiling pem_oth.cc
[722/1216] Compiling pem_pkey.cc
[723/1216] Compiling pem_lib.cc
[724/1216] Compiling pem_all.cc
[725/1216] Compiling pem_info.cc
[726/1216] Compiling pem_pk8.cc
[727/1216] Compiling obj_xref.cc
[728/1216] Compiling mlkem.cc
[729/1216] Compiling obj.cc
[730/1216] Compiling mldsa.cc
[731/1216] Compiling poly_rq_mul.S
[732/1216] Compiling fips_shared_support.cc
[733/1216] Compiling md5.cc
[734/1216] Compiling md4.cc
[735/1216] Compiling lhash.cc
[736/1216] Compiling mem.cc
[737/1216] Compiling ex_data.cc
[738/1216] Compiling kyber.cc
[739/1216] Compiling scrypt.cc
[740/1216] Compiling print.cc
[741/1216] Compiling hpke.cc
[742/1216] Compiling hrss.cc
[743/1216] Compiling sign.cc
[744/1216] Compiling pbkdf.cc
[745/1216] Compiling p_x25519.cc
[746/1216] Compiling p_x25519_asn1.cc
[747/1216] Compiling p_rsa_asn1.cc
[748/1216] Compiling p_hkdf.cc
[749/1216] Compiling p_rsa.cc
[750/1216] Compiling p_ed25519.cc
[751/1216] Compiling p_ec.cc
[752/1216] Compiling p_ed25519_asn1.cc
[753/1216] Compiling p_ec_asn1.cc
[754/1216] Compiling evp_ctx.cc
[755/1216] Compiling p_dh.cc
[756/1216] Compiling p_dh_asn1.cc
[757/1216] Compiling p_dsa_asn1.cc
[758/1216] Compiling bcm.cc
[759/1216] Compiling evp.cc
[760/1216] Compiling err.cc
[761/1216] Compiling engine.cc
[762/1216] Compiling evp_asn1.cc
[763/1216] Compiling ecdh.cc
[764/1216] Compiling ecdsa_asn1.cc
[765/1216] Compiling hash_to_curve.cc
[766/1216] Compiling ec_derive.cc
[767/1216] Compiling dsa.cc
[768/1216] Compiling dsa_asn1.cc
[769/1216] Compiling params.cc
[770/1216] Compiling ec_asn1.cc
[771/1216] Compiling x25519-asm-arm.S
[772/1216] Compiling digest_extra.cc
[773/1216] Compiling dh_asn1.cc
[774/1216] Compiling des.cc
[775/1216] Compiling curve25519_64_adx.cc
[776/1216] Compiling cpu_intel.cc
[777/1216] Compiling spake25519.cc
[778/1216] Compiling crypto.cc
[779/1216] Compiling cpu_aarch64_win.cc
[780/1216] Compiling cpu_arm_linux.cc
[781/1216] Compiling cpu_arm_freebsd.cc
[782/1216] Compiling curve25519.cc
[783/1216] Compiling cpu_aarch64_openbsd.cc
[784/1216] Compiling cpu_aarch64_sysreg.cc
[785/1216] Compiling cpu_aarch64_apple.cc
[786/1216] Compiling cpu_aarch64_fuchsia.cc
[787/1216] Compiling cpu_aarch64_linux.cc
[788/1216] Compiling get_cipher.cc
[789/1216] Compiling tls_cbc.cc
[790/1216] Compiling conf.cc
[791/1216] Compiling e_tls.cc
[792/1216] Compiling e_null.cc
[793/1216] Compiling e_aesgcmsiv.cc
[794/1216] Compiling e_rc4.cc
[795/1216] Compiling e_des.cc
[796/1216] Compiling e_rc2.cc
[797/1216] Compiling e_chacha20poly1305.cc
[798/1216] Compiling chacha.cc
[799/1216] Compiling e_aesctrhmac.cc
[800/1216] Compiling derive_key.cc
[801/1216] Compiling cbs.cc
[802/1216] Compiling unicode.cc
[803/1216] Compiling buf.cc
[804/1216] Compiling ber.cc
[805/1216] Compiling asn1_compat.cc
[806/1216] Compiling cbb.cc
[807/1216] Compiling bn_asn1.cc
[808/1216] Compiling blake2.cc
[809/1216] Compiling socket.cc
[810/1216] Compiling socket_helper.cc
[811/1216] Compiling convert.cc
[812/1216] Compiling hexdump.cc
[813/1216] Compiling pair.cc
[814/1216] Compiling printf.cc
[815/1216] Compiling file.cc
[816/1216] Compiling bio_mem.cc
[817/1216] Compiling errno.cc
[818/1216] Compiling connect.cc
[819/1216] Compiling fd.cc
[820/1216] Compiling base64.cc
[821/1216] Compiling bio.cc
[822/1216] Compiling tasn_typ.cc
[823/1216] Compiling tasn_fre.cc
[824/1216] Compiling tasn_utl.cc
[825/1216] Compiling posix_time.cc
[826/1216] Compiling tasn_new.cc
[827/1216] Compiling tasn_enc.cc
[828/1216] Compiling f_string.cc
[829/1216] Compiling f_int.cc
[830/1216] Compiling tasn_dec.cc
[831/1216] Compiling asn1_par.cc
[832/1216] Compiling asn_pack.cc
[833/1216] Compiling a_utctm.cc
[834/1216] Compiling a_strnid.cc
[835/1216] Compiling a_time.cc
[836/1216] Compiling a_type.cc
[837/1216] Compiling asn1_lib.cc
[838/1216] Compiling a_strex.cc
[839/1216] Compiling a_octet.cc
[840/1216] Compiling a_i2d_fp.cc
[841/1216] Compiling a_object.cc
[842/1216] Compiling a_dup.cc
[843/1216] Compiling a_mbstr.cc
[844/1216] Compiling a_d2i_fp.cc
[845/1216] Compiling a_gentm.cc
[846/1216] Compiling a_int.cc
[847/1216] Compiling fiat_p256_adx_sqr.S
[848/1216] Compiling fiat_p256_adx_mul.S
[849/1216] Compiling fiat_curve25519_adx_square.S
[850/1216] Compiling fiat_curve25519_adx_mul.S
[851/1216] Compiling md5-x86_64-linux.S
[852/1216] Compiling md5-x86_64-apple.S
[853/1216] Compiling md5-586-linux.S
[854/1216] Compiling md5-586-apple.S
[855/1216] Compiling a_bitstr.cc
[856/1216] Compiling chacha20_poly1305_x86_64-linux.S
[857/1216] Compiling CCryptoBoringSSLShims shims.c
[858/1216] Compiling chacha20_poly1305_x86_64-apple.S
[859/1216] Compiling chacha20_poly1305_armv8-win.S
[860/1216] Compiling chacha-x86_64-linux.S
[861/1216] Compiling chacha20_poly1305_armv8-apple.S
[862/1216] Compiling chacha-x86_64-apple.S
[863/1216] Compiling a_bool.cc
[864/1216] Compiling chacha20_poly1305_armv8-linux.S
[865/1216] Compiling chacha-x86-apple.S
[866/1216] Compiling chacha-x86-linux.S
[867/1216] Compiling chacha-armv8-win.S
[868/1216] Compiling chacha-armv8-apple.S
[869/1216] Compiling aes128gcmsiv-x86_64-linux.S
[870/1216] Compiling chacha-armv4-linux.S
[871/1216] Compiling chacha-armv8-linux.S
[872/1216] Compiling x86_64-mont5-linux.S
[873/1216] Compiling aes128gcmsiv-x86_64-apple.S
[874/1216] Compiling x86_64-mont5-apple.S
[875/1216] Compiling x86_64-mont-linux.S
[876/1216] Compiling x86_64-mont-apple.S
[877/1216] Compiling x86-mont-linux.S
[878/1216] Compiling vpaes-x86_64-linux.S
[879/1216] Compiling x86-mont-apple.S
[880/1216] Compiling vpaes-x86-linux.S
[881/1216] Compiling vpaes-x86_64-apple.S
[882/1216] Compiling vpaes-x86-apple.S
[883/1216] Compiling vpaes-armv8-win.S
[884/1216] Compiling vpaes-armv8-apple.S
[885/1216] Compiling vpaes-armv7-linux.S
[886/1216] Compiling vpaes-armv8-linux.S
[887/1216] Compiling err_data.cc
[888/1216] Compiling sha512-x86_64-linux.S
[889/1216] Compiling sha512-armv8-win.S
[890/1216] Compiling sha512-armv8-linux.S
[891/1216] Compiling sha512-x86_64-apple.S
[892/1216] Compiling sha512-armv8-apple.S
[893/1216] Compiling sha512-586-apple.S
[894/1216] Compiling sha512-armv4-linux.S
[895/1216] Compiling sha512-586-linux.S
[896/1216] Compiling sha256-x86_64-apple.S
[897/1216] Compiling sha256-x86_64-linux.S
[898/1216] Compiling sha256-armv8-win.S
[899/1216] Compiling sha256-armv8-apple.S
[900/1216] Compiling sha256-armv8-linux.S
[901/1216] Compiling sha256-armv4-linux.S
[902/1216] Compiling sha256-586-linux.S
[903/1216] Compiling sha1-armv8-win.S
[904/1216] Compiling sha256-586-apple.S
[905/1216] Compiling sha1-x86_64-linux.S
[906/1216] Compiling sha1-x86_64-apple.S
[907/1216] Compiling sha1-armv8-apple.S
[908/1216] Compiling sha1-armv8-linux.S
[909/1216] Compiling sha1-armv4-large-linux.S
[910/1216] Compiling sha1-586-linux.S
[911/1216] Compiling sha1-586-apple.S
[912/1216] Compiling rsaz-avx2-linux.S
[913/1216] Compiling rdrand-x86_64-linux.S
[914/1216] Compiling rsaz-avx2-apple.S
[915/1216] Compiling rdrand-x86_64-apple.S
[916/1216] Compiling p256_beeu-x86_64-asm-apple.S
[917/1216] Compiling p256_beeu-armv8-asm-apple.S
[918/1216] Compiling p256_beeu-armv8-asm-win.S
[919/1216] Compiling p256_beeu-x86_64-asm-linux.S
[920/1216] Compiling p256_beeu-armv8-asm-linux.S
[921/1216] Compiling p256-x86_64-asm-linux.S
[922/1216] Compiling p256-x86_64-asm-apple.S
[923/1216] Compiling p256-armv8-asm-apple.S
[924/1216] Compiling p256-armv8-asm-win.S
[925/1216] Compiling ghashv8-armv8-win.S
[926/1216] Compiling ghashv8-armv8-apple.S
[927/1216] Compiling p256-armv8-asm-linux.S
[928/1216] Compiling ghashv8-armv8-linux.S
[929/1216] Compiling ghashv8-armv7-linux.S
[930/1216] Compiling ghash-x86_64-apple.S
[931/1216] Compiling ghash-ssse3-x86_64-linux.S
[932/1216] Compiling ghash-x86_64-linux.S
[933/1216] Compiling ghash-x86-linux.S
[934/1216] Compiling ghash-ssse3-x86_64-apple.S
[935/1216] Compiling ghash-x86-apple.S
[936/1216] Compiling ghash-neon-armv8-linux.S
[937/1216] Compiling ghash-ssse3-x86-linux.S
[938/1216] Compiling ghash-armv4-linux.S
[939/1216] Compiling ghash-neon-armv8-win.S
[940/1216] Compiling ghash-neon-armv8-apple.S
[941/1216] Compiling ghash-ssse3-x86-apple.S
[942/1216] Compiling co-586-apple.S
[943/1216] Compiling bsaes-armv7-linux.S
[944/1216] Compiling co-586-linux.S
[945/1216] Compiling bn-armv8-apple.S
[946/1216] Compiling bn-586-linux.S
[947/1216] Compiling bn-armv8-linux.S
[948/1216] Compiling bn-armv8-win.S
[949/1216] Compiling armv8-mont-win.S
[950/1216] Compiling bn-586-apple.S
[951/1216] Compiling armv8-mont-apple.S
[952/1216] Compiling armv8-mont-linux.S
[953/1216] Compiling aesv8-gcm-armv8-win.S
[954/1216] Compiling armv4-mont-linux.S
[955/1216] Compiling aesv8-gcm-armv8-apple.S
[956/1216] Compiling aesv8-armv8-apple.S
[957/1216] Compiling aesv8-armv8-win.S
[958/1216] Compiling aesv8-armv7-linux.S
[959/1216] Compiling aesv8-gcm-armv8-linux.S
[960/1216] Compiling aesv8-armv8-linux.S
[961/1216] Compiling aesni-x86_64-linux.S
[962/1216] Compiling aesni-x86_64-apple.S
[963/1216] Compiling aesni-gcm-x86_64-linux.S
[963/1216] Compiling aesni-x86-linux.S
[965/1216] Compiling aesni-x86-apple.S
[966/1216] Compiling aesni-gcm-x86_64-apple.S
[967/1216] Compiling aes-gcm-avx10-x86_64-linux.S
[968/1216] Compiling aes-gcm-avx10-x86_64-apple.S
[969/1216] Compiling x_x509a.cc
[970/1216] Compiling x_x509.cc
[971/1216] Compiling x_req.cc
[972/1216] Compiling x_val.cc
[973/1216] Compiling x_sig.cc
[974/1216] Compiling x_spki.cc
[975/1216] Compiling x_pubkey.cc
[976/1216] Compiling x_name.cc
[977/1216] Compiling c-nioatomics.c
[978/1216] Compiling x_exten.cc
[979/1216] Compiling x_crl.cc
[980/1216] Compiling x_attrib.cc
[981/1216] Compiling c-atomics.c
[982/1216] Compiling x_all.cc
[983/1222] Compiling x_algor.cc
[984/1222] Compiling x509spki.cc
[985/1222] Compiling x509rset.cc
[987/1222] Compiling NIOConcurrencyHelpers lock.swift
[987/1222] Compiling x509name.cc
[989/1222] Emitting module NIOConcurrencyHelpers
[989/1222] Compiling x509cset.cc
[991/1222] Compiling NIOConcurrencyHelpers atomics.swift
[992/1222] Compiling NIOConcurrencyHelpers NIOLock.swift
[993/1222] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[994/1222] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[994/1223] Compiling x509_vpm.cc
[996/1223] Compiling x509_txt.cc
[997/1223] Compiling x509_vfy.cc
[998/1223] Compiling x509_v3.cc
[999/1242] Compiling x509_set.cc
[1000/1283] Compiling x509_trs.cc
[1001/1309] Compiling x509_req.cc
[1002/1309] Compiling x509_ext.cc
[1003/1309] Compiling x509_obj.cc
[1004/1309] Compiling x509_def.cc
[1006/1309] Emitting module ConsoleKitTerminal
[1006/1312] Compiling x509_lu.cc
[1008/1312] Compiling ConsoleKitTerminal Console+Wait.swift
[1009/1312] Compiling ConsoleKitTerminal ConsoleColor.swift
[1010/1312] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1011/1312] Compiling ConsoleKitTerminal CustomActivity.swift
[1012/1312] Compiling ConsoleKitTerminal LoadingBar.swift
[1013/1312] Compiling ConsoleKitTerminal ProgressBar.swift
[1014/1312] Compiling ConsoleKitTerminal Console+Clear.swift
[1015/1312] Compiling NIOCore MulticastChannel.swift
[1016/1312] Compiling NIOCore NIOAny.swift
[1017/1312] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1018/1312] Compiling NIOCore NIOLoopBound.swift
[1019/1312] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1020/1312] Compiling NIOCore NIOScheduledCallback.swift
[1021/1312] Compiling NIOCore NIOSendable.swift
[1022/1312] Compiling NIOCore RecvByteBufferAllocator.swift
[1022/1320] Compiling x509_d2.cc
[1024/1320] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1025/1320] Compiling ConsoleKitTerminal ConsoleClear.swift
[1026/1320] Compiling ConsoleKitTerminal Console+Ask.swift
[1027/1320] Compiling ConsoleKitTerminal Console+Choose.swift
[1028/1320] Compiling ConsoleKitTerminal ConsoleText.swift
[1029/1320] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1030/1320] Compiling ConsoleKitTerminal ANSI.swift
[1031/1320] Compiling ConsoleKitTerminal Console+Confirm.swift
[1032/1320] Compiling ConsoleKitTerminal Console+Input.swift
[1033/1320] Compiling ConsoleKitTerminal Console+Center.swift
[1034/1320] Compiling ConsoleKitTerminal Console+Output.swift
[1035/1320] Compiling ConsoleKitTerminal ActivityBar.swift
[1036/1320] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1037/1320] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1038/1320] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1039/1320] Compiling ConsoleKitTerminal Console.swift
[1040/1320] Compiling ConsoleKitTerminal Terminal.swift
[1041/1320] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1041/1320] Compiling x509.cc
[1042/1320] Compiling x509_cmp.cc
[1043/1320] Compiling x509_att.cc
[1044/1320] Compiling v3_utl.cc
[1046/1320] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1047/1320] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1048/1320] Compiling ConsoleKitTerminal LoggerFragment.swift
[1049/1321] Compiling v3_skey.cc
[1051/1343] Compiling NIOCore IO.swift
[1052/1343] Compiling NIOCore IOData.swift
[1053/1343] Compiling NIOCore IPProtocol.swift
[1054/1343] Compiling NIOCore IntegerBitPacking.swift
[1055/1343] Compiling NIOCore IntegerTypes.swift
[1056/1343] Compiling NIOCore Interfaces.swift
[1057/1343] Compiling NIOCore Linux.swift
[1058/1343] Compiling NIOCore MarkedCircularBuffer.swift
[1058/1343] Compiling v3_prn.cc
[1059/1343] Compiling v3_ocsp.cc
[1060/1343] Compiling v3_purp.cc
[1061/1343] Compiling v3_pmaps.cc
[1063/1343] Compiling ConsoleKitCommands CommandSignature.swift
[1064/1343] Compiling ConsoleKitCommands Flag.swift
[1065/1343] Compiling ConsoleKitCommands Option.swift
[1066/1345] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1067/1345] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1068/1345] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1069/1345] Compiling NIOCore EventLoopFuture.swift
[1070/1345] Compiling NIOCore FileDescriptor.swift
[1071/1345] Compiling NIOCore FileHandle.swift
[1072/1345] Compiling NIOCore FileRegion.swift
[1073/1345] Compiling NIOCore GlobalSingletons.swift
[1074/1345] Compiling ConsoleKitCommands Command.swift
[1075/1345] Compiling ConsoleKitCommands CommandContext.swift
[1076/1345] Compiling ConsoleKitCommands CommandError.swift
[1077/1345] Emitting module ConsoleKitCommands
[1078/1345] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1079/1345] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1080/1345] Compiling ConsoleKitCommands Argument.swift
[1080/1345] Compiling v3_pcons.cc
[1082/1345] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1083/1345] Compiling ConsoleKitCommands AsyncCommand.swift
[1084/1345] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1085/1345] Compiling ConsoleKitCommands AsyncCommands.swift
[1086/1345] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1087/1345] Compiling ConsoleKitCommands AnyCommand.swift
[1088/1345] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1089/1345] Compiling ConsoleKitCommands Utilities.swift
[1089/1345] Compiling v3_ncons.cc
[1092/1345] Compiling NIOCore Codec.swift
[1093/1345] Compiling NIOCore ConvenienceOptionSupport.swift
[1094/1345] Compiling NIOCore DeadChannel.swift
[1095/1345] Compiling NIOCore DispatchQueue+WithFuture.swift
[1096/1345] Compiling NIOCore EventLoop+Deprecated.swift
[1097/1345] Compiling NIOCore EventLoop+SerialExecutor.swift
[1098/1345] Compiling NIOCore EventLoop.swift
[1098/1345] Compiling v3_int.cc
[1099/1345] Compiling v3_info.cc
[1101/1345] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1102/1345] Compiling NIOCore SocketAddresses.swift
[1103/1345] Compiling NIOCore SocketOptionProvider.swift
[1104/1345] Compiling NIOCore SystemCallHelpers.swift
[1105/1345] Compiling NIOCore TimeAmount+Duration.swift
[1106/1345] Compiling NIOCore TypeAssistedChannelHandler.swift
[1107/1345] Compiling NIOCore UniversalBootstrapSupport.swift
[1108/1345] Compiling NIOCore Utilities.swift
[1108/1345] Compiling v3_ia5.cc
[1109/1345] Compiling v3_lib.cc
[1110/1345] Compiling v3_genn.cc
[1112/1345] Compiling ConsoleKitCommands Console+Run.swift
[1113/1345] Compiling ConsoleKitCommands ConsoleError.swift
[1114/1345] Compiling ConsoleKitCommands Completion.swift
[1115/1345] Compiling ConsoleKitCommands CommandGroup.swift
[1116/1345] Compiling ConsoleKitCommands CommandInput.swift
[1117/1345] Compiling ConsoleKitCommands Commands.swift
[1136/1346] Compiling v3_extku.cc
[1137/1348] Compiling v3_enum.cc
[1138/1348] Compiling v3_crld.cc
[1140/1348] Compiling ConsoleKit Exports.swift
[1141/1348] Emitting module ConsoleKit
[1141/1349] Compiling v3_bitst.cc
[1142/1349] Compiling v3_cpols.cc
[1144/1349] Compiling v3_conf.cc
[1145/1349] Compiling v3_bcons.cc
[1146/1349] Compiling v3_alt.cc
[1146/1349] Compiling v3_akeya.cc
[1148/1349] Compiling t_req.cc
[1149/1349] Compiling t_x509a.cc
[1150/1349] Compiling v3_akey.cc
[1151/1349] Compiling t_x509.cc
[1152/1349] Compiling t_crl.cc
[1153/1349] Compiling rsa_pss.cc
[1154/1349] Compiling i2d_pr.cc
[1155/1349] Compiling policy.cc
[1156/1349] Compiling by_dir.cc
[1157/1349] Compiling by_file.cc
[1158/1349] Compiling name_print.cc
[1159/1349] Compiling asn1_gen.cc
[1161/1349] Emitting module NIOCore
[1161/1349] Compiling a_verify.cc
[1162/1349] Compiling algorithm.cc
[1163/1349] Compiling voprf.cc
[1173/1349] Compiling a_sign.cc
[1174/1349] Compiling trust_token.cc
[1176/1350] Compiling a_digest.cc
[1177/1350] Compiling thread_pthread.cc
[1178/1350] Compiling pmbtoken.cc
[1179/1350] Compiling thread_win.cc
[1180/1350] Compiling thread_none.cc
[1181/1350] Compiling thread.cc
[1182/1396] Compiling stack.cc
[1183/1400] Compiling thash.cc
[1184/1400] Compiling slhdsa.cc
[1185/1400] Compiling wots.cc
[1186/1400] Compiling merkle.cc
[1187/1400] Compiling fors.cc
[1188/1400] Compiling sha512.cc
[1189/1400] Compiling siphash.cc
[1190/1400] Compiling sha1.cc
[1191/1400] Compiling rsa_print.cc
[1192/1400] Compiling sha256.cc
[1193/1400] Compiling rsa_extra.cc
[1195/1400] Compiling NIOPosix Pool.swift
[1196/1400] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1197/1400] Compiling NIOPosix PosixSingletons.swift
[1198/1400] Compiling NIOPosix RawSocketBootstrap.swift
[1199/1400] Compiling NIOPosix Resolver.swift
[1200/1400] Compiling NIOPosix Selectable.swift
[1200/1406] Compiling rsa_crypt.cc
[1201/1406] Compiling rsa_asn1.cc
[1203/1406] Compiling NIOEmbedded AsyncTestingChannel.swift
[1204/1406] Emitting module NIOEmbedded
[1205/1406] Compiling NIOEmbedded Embedded.swift
[1206/1406] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1207/1407] Compiling windows.cc
[1208/1407] Compiling refcount.cc
[1209/1407] Compiling rc4.cc
[1210/1407] Compiling trusty.cc
[1211/1407] Compiling urandom.cc
[1212/1407] Compiling rand_extra.cc
[1213/1407] Compiling ios.cc
[1214/1407] Compiling getentropy.cc
[1215/1407] Compiling passive.cc
[1216/1407] Compiling poly1305_arm_asm.S
[1217/1407] Compiling forkunsafe.cc
[1219/1407] Compiling NIOPosix ThreadPosix.swift
[1220/1407] Compiling NIOPosix ThreadWindows.swift
[1221/1407] Compiling NIOPosix UnsafeTransfer.swift
[1222/1407] Compiling NIOPosix Utilities.swift
[1223/1407] Compiling NIOPosix VsockAddress.swift
[1224/1407] Compiling NIOPosix VsockChannelEvents.swift
[1225/1407] Emitting module NIOPosix
[1225/1407] Compiling deterministic.cc
[1226/1407] Compiling fork_detect.cc
[1227/1407] Compiling pool.cc
[1228/1407] Compiling poly1305_arm.cc
[1230/1407] Compiling NIOPosix SelectableChannel.swift
[1231/1407] Compiling NIOPosix SelectableEventLoop.swift
[1232/1407] Compiling NIOPosix SelectorEpoll.swift
[1233/1407] Compiling NIOPosix SelectorGeneric.swift
[1234/1407] Compiling NIOPosix SelectorKqueue.swift
[1235/1407] Compiling NIOPosix SelectorUring.swift
[1236/1407] Compiling NIOPosix ServerSocket.swift
[1237/1407] Compiling NIOPosix Socket.swift
[1238/1407] Compiling NIOPosix SocketChannel.swift
[1239/1407] Compiling NIOPosix SocketProtocols.swift
[1240/1407] Compiling NIOPosix System.swift
[1241/1407] Compiling NIOPosix Thread.swift
[1241/1407] Compiling poly1305_vec.cc
[1242/1407] Compiling poly1305.cc
[1243/1407] Compiling pkcs8.cc
[1244/1407] Compiling pkcs8_x509.cc
[1245/1407] Compiling pkcs7.cc
[1246/1407] Compiling p5_pbev2.cc
[1248/1407] Compiling NIOPosix NIOThreadPool.swift
[1249/1407] Compiling NIOPosix NonBlockingFileIO.swift
[1250/1407] Compiling NIOPosix PendingDatagramWritesManager.swift
[1251/1407] Compiling NIOPosix PendingWritesManager.swift
[1252/1407] Compiling NIOPosix PipeChannel.swift
[1253/1407] Compiling NIOPosix PipePair.swift
[1254/1407] Compiling NIOPosix BSDSocketAPICommon.swift
[1255/1407] Compiling NIOPosix BSDSocketAPIPosix.swift
[1256/1407] Compiling NIOPosix BSDSocketAPIWindows.swift
[1257/1407] Compiling NIOPosix BaseSocket.swift
[1258/1407] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1259/1407] Compiling NIOPosix BaseSocketChannel.swift
[1260/1407] Compiling NIOPosix BaseStreamSocketChannel.swift
[1261/1407] Compiling NIOPosix IO.swift
[1262/1407] Compiling NIOPosix IntegerBitPacking.swift
[1263/1407] Compiling NIOPosix IntegerTypes.swift
[1264/1407] Compiling NIOPosix Linux.swift
[1265/1407] Compiling NIOPosix LinuxCPUSet.swift
[1266/1407] Compiling NIOPosix LinuxUring.swift
[1267/1407] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1268/1407] Compiling NIOPosix Bootstrap.swift
[1269/1407] Compiling NIOPosix ControlMessage.swift
[1270/1407] Compiling NIOPosix DatagramVectorReadManager.swift
[1271/1407] Compiling NIOPosix Errors+Any.swift
[1272/1407] Compiling NIOPosix FileDescriptor.swift
[1273/1407] Compiling NIOPosix GetaddrinfoResolver.swift
[1274/1407] Compiling NIOPosix HappyEyeballs.swift
[1275/1408] Compiling pkcs7_x509.cc
[1276/1408] Compiling pem_x509.cc
[1277/1408] Compiling pem_xaux.cc
[1278/1408] Compiling pem_pkey.cc
[1279/1408] Compiling pem_pk8.cc
[1280/1408] Compiling pem_lib.cc
[1281/1408] Compiling pem_oth.cc
[1282/1443] Compiling obj_xref.cc
[1284/1445] Compiling NIO Exports.swift
[1285/1445] Emitting module NIO
[1285/1445] Compiling pem_all.cc
[1286/1446] Compiling obj.cc
[1288/1446] Compiling pem_info.cc
[1289/1452] Compiling mldsa.cc
[1290/1452] Compiling mem.cc
[1292/1464] Compiling NIOTLS TLSEvents.swift
[1293/1469] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1294/1485] Emitting module NIOTLS
[1294/1485] Compiling md5.cc
[1296/1485] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1297/1485] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1298/1486] Compiling NIOSOCKS SOCKSResponse.swift
[1299/1486] Compiling NIOSOCKS ClientStateMachine.swift
[1299/1486] Compiling mlkem.cc
[1300/1486] Compiling md4.cc
[1302/1486] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1303/1486] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1304/1486] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1305/1486] Compiling NIOHTTP1 HTTPDecoder.swift
[1306/1486] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1307/1486] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1310/1486] Compiling NIOHTTP1 HTTPEncoder.swift
[1311/1486] Emitting module _NIOFileSystem
[1312/1486] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1313/1486] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1314/1486] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1315/1486] Compiling NIOHTTP1 HTTPTypes.swift
[1316/1486] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1317/1490] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1318/1490] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1319/1490] Compiling NIOTLS SNIHandler.swift
[1320/1491] Emitting module NIOSOCKS
[1328/1491] Compiling NIOSOCKS ServerStateMachine.swift
[1329/1492] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1330/1492] Emitting module NIOFoundationCompat
[1330/1493] Compiling poly_rq_mul.S
[1331/1493] Compiling lhash.cc
[1334/1493] Compiling fips_shared_support.cc
[1336/1493] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1337/1493] Compiling _NIOFileSystem Mocking.swift
[1338/1493] Compiling _NIOFileSystem Syscall.swift
[1339/1493] Compiling _NIOFileSystem Syscalls.swift
[1340/1515] Emitting module NIOHTTP1
[1341/1517] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1342/1517] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1343/1518] Compiling NIOTransportServices AcceptHandler.swift
[1344/1518] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1345/1518] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1346/1518] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1347/1518] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1348/1548] Compiling NIOSSL LinuxCABundle.swift
[1349/1548] Compiling NIOSSL NIOSSLClientHandler.swift
[1350/1548] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1351/1548] Compiling NIOSSL SSLCertificateName.swift
[1352/1548] Compiling NIOSSL SSLConnection.swift
[1353/1548] Compiling NIOSSL SSLContext.swift
[1354/1548] Compiling _NIOFileSystem ParallelDirCopy.swift
[1355/1548] Compiling _NIOFileSystem ParallelRemoval.swift
[1356/1548] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1357/1548] Compiling _NIOFileSystem CInterop.swift
[1358/1548] Compiling _NIOFileSystem Errno.swift
[1359/1548] Compiling NIOSSL SubjectAlternativeName.swift
[1360/1548] Compiling NIOSSL NIOSSLSecureBytes.swift
[1361/1548] Compiling NIOSSL RNG.swift
[1362/1548] Compiling NIOSSL SafeCompare.swift
[1363/1548] Compiling _NIOFileSystem UnsafeTransfer.swift
[1364/1548] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1365/1548] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1366/1548] Compiling NIOSSL AndroidCABundle.swift
[1367/1548] Compiling NIOSSL NIOSSLHandler.swift
[1368/1548] Compiling NIOSSL SSLPrivateKey.swift
[1369/1548] Compiling NIOSSL SSLPublicKey.swift
[1370/1548] Compiling NIOSSL SSLErrors.swift
[1371/1548] Compiling NIOSSL SSLInit.swift
[1372/1548] Compiling NIOSSL SSLPKCS12Bundle.swift
[1373/1548] Emitting module NIOTransportServices
[1374/1548] Compiling NIOSSL SSLCallbacks.swift
[1375/1548] Compiling NIOSSL SSLCertificate.swift
[1376/1548] Compiling NIOSSL SSLCertificateExtensions.swift
[1381/1548] Compiling kyber.cc
[1383/1548] Compiling NIOSSL ByteBufferBIO.swift
[1384/1548] Compiling NIOSSL CustomPrivateKey.swift
[1384/1549] Compiling hrss.cc
[1391/1549] Compiling NIOSSL NIOSSLServerHandler.swift
[1392/1549] Compiling NIOSSL ObjectIdentifier.swift
[1394/1549] Compiling hpke.cc
[1395/1549] Compiling ex_data.cc
[1396/1549] Compiling sign.cc
[1399/1549] Compiling scrypt.cc
[1400/1549] Compiling print.cc
[1401/1549] Compiling pbkdf.cc
[1403/1549] Compiling _NIOFileSystem SystemFileHandle.swift
[1404/1549] Compiling _NIOFileSystem Utilities.swift
[1405/1549] Compiling _NIOFileSystem OpenOptions.swift
[1406/1549] Compiling _NIOFileSystem String+FileSystem.swift
[1406/1549] Compiling p_rsa.cc
[1408/1549] Compiling NIOSSL PosixPort.swift
[1411/1550] Compiling p_x25519_asn1.cc
[1413/1550] Emitting module NIOSSL
[1418/1555] Compiling p_x25519.cc
[1419/1555] Compiling p_rsa_asn1.cc
[1422/1601] Compiling NIOWebSocket WebSocketOpcode.swift
[1423/1602] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1430/1602] Compiling p_hkdf.cc
[1432/1602] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1433/1602] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1434/1602] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1435/1602] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1436/1602] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1437/1602] Emitting module NIOWebSocket
[1438/1602] Compiling NIOExtras PCAPRingBuffer.swift
[1439/1602] Compiling NIOExtras QuiescingHelper.swift
[1440/1602] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1441/1602] Compiling NIOExtras NIOExtrasError.swift
[1442/1602] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1443/1603] Compiling NIOHPACK IntegerCoding.swift
[1444/1603] Compiling NIOHPACK IndexedHeaderTable.swift
[1449/1608] Compiling NIOHTTPCompression HTTPCompression.swift
[1450/1608] Compiling NIOHTTPCompression HTTPDecompression.swift
[1451/1608] Emitting module NIOHTTPCompression
[1451/1608] Compiling p_ed25519_asn1.cc
[1453/1608] Compiling NIOHPACK HuffmanTables.swift
[1456/1608] Compiling NIOExtras DebugInboundEventsHandler.swift
[1457/1608] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1458/1608] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1459/1608] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1460/1608] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1461/1608] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1462/1608] Compiling NIOExtras JSONRPCFraming.swift
[1463/1608] Compiling NIOExtras RequestResponseHandler.swift
[1467/1608] Compiling NIOSSL IdentityVerification.swift
[1472/1608] Compiling NIOExtras NIORequestIdentifiable.swift
[1473/1608] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1474/1608] Compiling NIOExtras LengthFieldPrepender.swift
[1475/1608] Compiling NIOExtras LineBasedFrameDecoder.swift
[1476/1608] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1477/1608] Compiling NIOWebSocket WebSocketFrame.swift
[1478/1609] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1479/1610] Compiling NIOHPACK StaticHeaderTable.swift
[1480/1610] Compiling NIOHPACK HuffmanCoding.swift
[1481/1610] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1482/1610] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1483/1610] Emitting module _NIOFileSystemFoundationCompat
[1484/1610] Emitting module NIOHPACK
[1494/1613] Compiling NIOFileSystem Exports.swift
[1495/1613] Emitting module NIOFileSystem
[1496/1613] Emitting module NIOExtras
[1509/1615] Compiling p_ed25519.cc
[1511/1615] Compiling NIOSSL Zeroization.swift
[1512/1615] Compiling NIOSSL TLSConfiguration.swift
[1513/1615] Compiling NIOSSL UniversalBootstrapSupport.swift
[1514/1615] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1515/1616] Compiling bcm.cc
[1516/1674] Compiling p_ec.cc
[1517/1678] Compiling p_ec_asn1.cc
[1518/1708] Compiling p_dh_asn1.cc
[1519/1708] Compiling p_dsa_asn1.cc
[1521/1708] Compiling RediStack RedisConnectionPool+Configuration.swift
[1522/1708] Compiling RediStack RedisConnectionPool.swift
[1522/1709] Compiling p_dh.cc
[1525/1717] Compiling RediStack RedisChannelName.swift
[1526/1717] Compiling RediStack RedisClient.swift
[1527/1717] Compiling RediStack RedisCommandEncoder-multi-encode.swift
[1528/1717] Compiling RediStack RedisCommandEncoder.swift
[1528/1721] Compiling evp_ctx.cc
[1529/1721] Compiling evp.cc
[1530/1721] Compiling err.cc
[1532/1721] Compiling WebSocketKit WebSocketHandler.swift
[1533/1721] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1533/1721] Compiling engine.cc
[1534/1721] Compiling evp_asn1.cc
[1536/1721] Compiling WebSocketKit Exports.swift
[1537/1721] Compiling RediStack RedisByteDecoder.swift
[1538/1721] Compiling RediStack RedisCommandHandler.swift
[1539/1721] Compiling RediStack RedisMessageEncoder.swift
[1540/1721] Compiling RediStack RedisPubSubHandler.swift
[1541/1721] Compiling RediStack RedisClusterNodeDescriptionProtocol.swift
[1542/1721] Compiling WebSocketKit WebSocket.swift
[1543/1721] Compiling WebSocketKit WebSocket+Connect.swift
[1544/1721] Emitting module RediStack
[1545/1721] Compiling RediStack RedisConnection+Configuration.swift
[1546/1721] Compiling RediStack RedisConnection.swift
[1547/1721] Compiling RediStack RedisError.swift
[1548/1721] Compiling RediStack RedisKey+TTL.swift
[1549/1721] Compiling WebSocketKit WebSocketClient.swift
[1550/1721] Emitting module WebSocketKit
[1551/1721] Compiling WebSocketKit WebSocket+Concurrency.swift
[1553/1722] Compiling RediStack RedisKey.swift
[1554/1722] Compiling RediStack RedisLogging.swift
[1555/1722] Compiling RediStack RedisMetrics.swift
[1556/1722] Compiling RediStack _Deprecations.swift
[1556/1722] Compiling ecdsa_asn1.cc
[1557/1722] Compiling ecdh_extra.cc
[1559/1722] Emitting module NIOHTTP2
[1560/1730] Compiling RediStack StandardLibrary.swift
[1561/1730] Compiling RediStack SwiftNIO.swift
[1562/1730] Compiling RediStack RESPTranslator.swift
[1563/1730] Compiling RediStack RESPValue.swift
[1564/1730] Compiling RediStack RESPValueConvertible.swift
[1565/1730] Compiling RediStack StringCommands.swift
[1566/1730] Compiling RediStack ConnectionPool.swift
[1569/1730] Compiling RediStack RedisConnectionPoolError.swift
[1569/1730] Compiling hash_to_curve.cc
[1571/1730] Compiling RediStack RedisClusterNodeID.swift
[1572/1730] Compiling RediStack RedisClusterShardDescriptionProtocol.swift
[1573/1730] Compiling RediStack RedisHashSlot.swift
[1574/1730] Compiling RediStack SwiftPolyfill.swift
[1575/1730] Compiling RediStack BasicCommands.swift
[1576/1730] Compiling RediStack HashCommands.swift
[1577/1730] Compiling RediStack ListCommands.swift
[1578/1730] Compiling RediStack PubSubCommands.swift
[1579/1730] Compiling RediStack SetCommands.swift
[1580/1730] Compiling RediStack SortedSetCommands.swift
[1580/1731] Compiling ec_asn1.cc
[1582/1731] Compiling ec_derive.cc
[1583/1731] Compiling dsa.cc
[1600/1731] Compiling dsa_asn1.cc
[1601/1731] Compiling params.cc
[1602/1731] Compiling x25519-asm-arm.S
[1603/1731] Compiling digest_extra.cc
[1604/1731] Compiling dh_asn1.cc
[1605/1731] Compiling des.cc
[1606/1731] Compiling spake25519.cc
[1607/1731] Compiling curve25519_64_adx.cc
[1608/1731] Compiling crypto.cc
[1609/1731] Compiling cpu_intel.cc
[1610/1731] Compiling cpu_arm_linux.cc
[1612/1731] Compiling NIOHTTP2 InboundWindowManager.swift
[1613/1731] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1614/1731] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1615/1731] Compiling NIOHTTP2 StreamChannelList.swift
[1616/1731] Compiling NIOHTTP2 StreamMap.swift
[1617/1731] Compiling NIOHTTP2 StreamStateMachine.swift
[1618/1731] Compiling NIOHTTP2 UnsafeTransfer.swift
[1619/1731] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1619/1731] Compiling curve25519.cc
[1620/1731] Compiling cpu_arm_freebsd.cc
[1621/1731] Compiling cpu_aarch64_sysreg.cc
[1627/1731] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1628/1731] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1629/1731] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1630/1731] Compiling NIOHTTP2 InboundEventBuffer.swift
[1631/1731] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1632/1731] Compiling NIOHTTP2 HTTP2Frame.swift
[1633/1731] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1634/1731] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1635/1731] Compiling NIOHTTP2 HTTP2PingData.swift
[1636/1731] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1637/1731] Compiling NIOHTTP2 HTTP2Settings.swift
[1638/1731] Compiling NIOHTTP2 HTTP2Stream.swift
[1639/1731] Compiling NIOHTTP2 MaySendFrames.swift
[1640/1731] Compiling NIOHTTP2 SendingDataState.swift
[1641/1731] Compiling NIOHTTP2 SendingGoawayState.swift
[1642/1731] Compiling NIOHTTP2 SendingHeadersState.swift
[1643/1731] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1644/1731] Compiling NIOHTTP2 SendingRstStreamState.swift
[1645/1731] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1646/1731] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1646/1731] Compiling cpu_aarch64_win.cc
[1647/1731] Compiling cpu_aarch64_openbsd.cc
[1648/1731] Compiling cpu_aarch64_linux.cc
[1649/1731] Compiling cpu_aarch64_fuchsia.cc
[1650/1731] Compiling cpu_aarch64_apple.cc
[1651/1731] Compiling tls_cbc.cc
[1652/1731] Compiling conf.cc
[1653/1731] Compiling e_rc4.cc
[1654/1731] Compiling e_tls.cc
[1672/1732] Compiling e_rc2.cc
[1674/1732] Compiling e_null.cc
[1675/1732] Compiling e_aesgcmsiv.cc
[1676/1732] Compiling cipher_extra.cc
[1677/1732] Compiling e_aesctrhmac.cc
[1678/1732] Compiling e_des.cc
[1679/1732] Compiling derive_key.cc
[1680/1732] Compiling e_chacha20poly1305.cc
[1681/1732] Compiling chacha.cc
[1682/1732] Compiling unicode.cc
[1683/1732] Compiling asn1_compat.cc
[1684/1732] Compiling buf.cc
[1685/1732] Compiling ber.cc
[1686/1732] Compiling cbs.cc
[1687/1732] Compiling cbb.cc
[1688/1732] Compiling convert.cc
[1689/1732] Compiling bn_asn1.cc
[1690/1732] Compiling blake2.cc
[1691/1732] Compiling printf.cc
[1692/1732] Compiling pair.cc
[1693/1732] Compiling hexdump.cc
[1694/1732] Compiling file.cc
[1695/1732] Compiling fd.cc
[1696/1732] Compiling bio_mem.cc
[1697/1732] Compiling errno.cc
[1698/1732] Compiling bio.cc
[1699/1732] Compiling base64.cc
[1700/1732] Compiling tasn_typ.cc
[1701/1732] Compiling tasn_fre.cc
[1702/1732] Compiling tasn_utl.cc
[1703/1732] Compiling posix_time.cc
[1704/1732] Compiling tasn_enc.cc
[1705/1732] Compiling tasn_new.cc
[1706/1732] Compiling asn1_par.cc
[1707/1732] Compiling f_string.cc
[1708/1732] Compiling tasn_dec.cc
[1709/1732] Compiling asn_pack.cc
[1710/1732] Compiling f_int.cc
[1711/1732] Compiling asn1_lib.cc
[1712/1732] Compiling a_type.cc
[1713/1732] Compiling a_utctm.cc
[1714/1732] Compiling a_time.cc
[1715/1732] Compiling a_octet.cc
[1716/1732] Compiling a_strnid.cc
[1717/1732] Compiling a_object.cc
[1718/1732] Compiling a_strex.cc
[1719/1732] Compiling a_i2d_fp.cc
[1720/1732] Compiling a_d2i_fp.cc
[1720/1732] Write sources
[1725/1732] Compiling a_bitstr.cc
[1726/1732] Compiling a_int.cc
[1727/1732] Compiling a_bool.cc
[1728/1732] Compiling a_gentm.cc
[1729/1732] Compiling a_mbstr.cc
[1730/1732] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1731/1732] Compiling a_dup.cc
[1733/1818] Compiling Algorithms FlattenCollection.swift
[1734/1818] Compiling Algorithms Grouped.swift
[1735/1818] Compiling Algorithms Indexed.swift
[1736/1818] Compiling Algorithms Intersperse.swift
[1737/1818] Compiling Algorithms Partition.swift
[1738/1818] Compiling Algorithms Permutations.swift
[1739/1818] Compiling Algorithms Product.swift
[1740/1818] Compiling Algorithms Joined.swift
[1741/1825] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1742/1825] Compiling BitCollections BitSet+CustomReflectable.swift
[1743/1825] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1744/1825] Compiling BitCollections BitSet+Equatable.swift
[1745/1825] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1746/1825] Compiling BitCollections BitSet+Extras.swift
[1747/1825] Compiling BitCollections BitSet+Hashable.swift
[1748/1825] Compiling BitCollections BitSet+Initializers.swift
[1749/1825] Compiling BitCollections BitSet+Invariants.swift
[1750/1825] Compiling BitCollections BitSet+Random.swift
[1751/1825] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1752/1825] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1753/1825] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1754/1825] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1755/1825] Compiling BitCollections BitArray+Copy.swift
[1756/1825] Compiling BitCollections BitArray+CustomReflectable.swift
[1757/1825] Compiling BitCollections BitArray+Descriptions.swift
[1758/1825] Compiling BitCollections BitArray+Equatable.swift
[1759/1828] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1760/1828] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1761/1828] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1762/1828] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1763/1828] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1764/1828] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1765/1828] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1766/1828] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1767/1828] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1768/1828] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1769/1828] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1770/1828] Compiling BitCollections BitSet+SetAlgebra union.swift
[1771/1828] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1772/1828] Compiling BitCollections BitSet.Counted.swift
[1773/1828] Compiling Algorithms Split.swift
[1774/1828] Compiling Algorithms Stride.swift
[1775/1828] Compiling Algorithms Suffix.swift
[1776/1828] Compiling CryptoBoringWrapper RandomBytes.swift
[1777/1828] Compiling Algorithms RandomSample.swift
[1778/1828] Compiling Algorithms Reductions.swift
[1779/1828] Compiling Algorithms Rotate.swift
[1780/1828] Compiling BitCollections BitArray+BitwiseOperations.swift
[1781/1828] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1782/1828] Compiling BitCollections BitArray+Codable.swift
[1783/1828] Compiling BitCollections BitArray+Collection.swift
[1788/1828] Emitting module BitCollections
[1789/1828] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1790/1828] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1791/1828] Compiling CryptoBoringWrapper EllipticCurve.swift
[1792/1828] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1793/1828] Emitting module CryptoBoringWrapper
[1794/1828] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1795/1828] Compiling Algorithms Keyed.swift
[1796/1828] Compiling Algorithms MinMax.swift
[1803/1828] Compiling Algorithms Trim.swift
[1804/1828] Compiling Algorithms Unique.swift
[1805/1828] Compiling Algorithms Windows.swift
[1810/1828] Compiling BitCollections BitSet.Index.swift
[1811/1828] Compiling BitCollections BitSet._UnsafeHandle.swift
[1812/1828] Compiling BitCollections BitSet.swift
[1813/1828] Compiling BitCollections Range+Utilities.swift
[1814/1828] Compiling BitCollections Slice+Utilities.swift
[1815/1828] Compiling BitCollections UInt+Tricks.swift
[1816/1828] Compiling BitCollections _Word.swift
[1824/1829] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1830/1832] Emitting module Collections
[1831/1832] Compiling Collections Collections.swift
[1833/1904] Emitting module Algorithms
[1835/1924] Emitting module MultipartKit
[1836/1926] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1837/1926] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1838/1926] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1839/1983] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1840/1983] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1841/1983] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1842/1983] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1843/1983] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1844/2008] Compiling AsyncKit ConnectionPoolError.swift
[1845/2008] Compiling AsyncKit ConnectionPoolItem.swift
[1846/2008] Compiling AsyncKit ConnectionPoolSource.swift
[1847/2008] Compiling Crypto SymmetricKeys.swift
[1848/2008] Compiling Crypto HMAC.swift
[1849/2008] Compiling Crypto MACFunctions.swift
[1850/2008] Compiling Crypto MessageAuthenticationCode.swift
[1851/2008] Compiling Crypto AES.swift
[1852/2008] Compiling Crypto ECDSASignature_boring.swift
[1853/2008] Compiling Crypto ECDSA_boring.swift
[1854/2008] Compiling Crypto EdDSA_boring.swift
[1855/2008] Compiling Crypto ECDSA.swift
[1856/2008] Compiling Crypto Ed25519.swift
[1857/2017] Compiling AsyncKit Future+Transform.swift
[1858/2017] Compiling AsyncKit Future+Try.swift
[1859/2017] Compiling AsyncHTTPClient HTTPClient.swift
[1860/2017] Compiling AsyncHTTPClient HTTPHandler.swift
[1861/2017] Compiling AsyncHTTPClient LRUCache.swift
[1862/2017] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1863/2017] Compiling AsyncHTTPClient NWErrorHandler.swift
[1864/2017] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1865/2017] Compiling AsyncHTTPClient TLSConfiguration.swift
[1866/2017] Compiling AsyncHTTPClient RedirectState.swift
[1867/2017] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1868/2017] Compiling Crypto X25519Keys.swift
[1869/2017] Compiling AsyncKit EventLoop+Future.swift
[1870/2017] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1871/2017] Compiling AsyncKit EventLoopFutureQueue.swift
[1872/2017] Compiling AsyncKit Future+Collection.swift
[1873/2017] Compiling AsyncKit Future+Conjunctions.swift
[1874/2017] Compiling AsyncKit Future+Miscellaneous.swift
[1875/2017] Compiling AsyncKit Future+Nonempty.swift
[1876/2017] Compiling AsyncKit Future+Optional.swift
[1879/2017] Emitting module Crypto
[1882/2017] Compiling AsyncKit EventLoop+Flatten.swift
[1888/2018] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1889/2018] Compiling AsyncKit Collection+Flatten.swift
[1890/2018] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1893/2020] Compiling AsyncKit FutureOperators.swift
[1897/2020] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1898/2020] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1899/2020] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1900/2020] Compiling AsyncHTTPClient RequestBodyLength.swift
[1901/2020] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1902/2020] Compiling AsyncHTTPClient RequestOptions.swift
[1903/2020] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1904/2020] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1905/2020] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1906/2020] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1907/2020] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1908/2020] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1909/2020] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1910/2020] Compiling AsyncHTTPClient ConnectionTarget.swift
[1911/2020] Compiling AsyncHTTPClient DeconstructedURL.swift
[1912/2020] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1913/2020] Compiling AsyncHTTPClient FoundationExtensions.swift
[1914/2020] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1915/2020] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1916/2020] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1918/2020] Compiling AsyncKit Optional+StrictMap.swift
[1919/2020] Compiling AsyncKit Exports.swift
[1920/2020] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1921/2020] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1922/2020] Compiling AsyncHTTPClient ConnectionPool.swift
[1923/2020] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1924/2020] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1925/2020] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1926/2020] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1927/2020] Compiling AsyncKit EventLoopConnectionPool.swift
[1928/2020] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[1929/2020] Compiling AsyncKit EventLoop+Concurrency.swift
[1942/2020] Emitting module AsyncHTTPClient
[1943/2028] Emitting module AsyncKit
[1944/2028] Compiling Crypto Signature.swift
[1945/2028] Compiling Crypto CryptoKitErrors_boring.swift
[1946/2028] Compiling Crypto RNG_boring.swift
[1947/2028] Compiling Crypto SafeCompare_boring.swift
[1948/2028] Compiling Crypto Zeroization_boring.swift
[1949/2028] Compiling Crypto PrettyBytes.swift
[1950/2028] Compiling Crypto SafeCompare.swift
[1951/2028] Compiling Crypto SecureBytes.swift
[1952/2028] Compiling Crypto Zeroization.swift
[1981/2029] Compiling AsyncHTTPClient RequestBag.swift
[1982/2029] Compiling AsyncHTTPClient RequestValidation.swift
[1983/2029] Compiling AsyncHTTPClient SSLContextCache.swift
[1984/2029] Compiling AsyncHTTPClient Scheme.swift
[1985/2029] Compiling AsyncHTTPClient Singleton.swift
[1986/2029] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1987/2029] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1988/2029] Compiling AsyncHTTPClient Utils.swift
[2032/2200] Compiling Vapor Request+Body.swift
[2033/2200] Compiling Vapor Request+BodyStream.swift
[2034/2200] Compiling Vapor Request.swift
[2035/2200] Compiling Vapor Application+Responder.swift
[2036/2200] Compiling Vapor DefaultResponder.swift
[2037/2200] Compiling Vapor Response+Body.swift
[2038/2200] Compiling Vapor Response.swift
[2039/2200] Compiling Vapor ResponseCodable.swift
[2040/2200] Compiling Vapor Application+Routes.swift
[2041/2200] Compiling Vapor Parameters+Require.swift
[2042/2200] Compiling Vapor Request+WebSocket.swift
[2043/2200] Compiling Vapor Route.swift
[2044/2200] Compiling Vapor RouteCollection.swift
[2045/2200] Compiling Vapor Routes.swift
[2046/2200] Compiling Vapor RoutesBuilder+Group.swift
[2047/2200] Compiling Vapor RoutesBuilder+Method.swift
[2048/2200] Compiling Vapor RoutesBuilder+Middleware.swift
[2049/2200] Compiling Vapor RoutesBuilder+WebSocket.swift
[2050/2200] Compiling Vapor RoutesBuilder.swift
[2051/2200] Compiling Vapor OTP.swift
[2052/2200] Compiling Vapor Application+Servers.swift
[2053/2200] Compiling Vapor Server.swift
[2054/2200] Compiling Vapor App+Service.swift
[2055/2200] Compiling Vapor Req+Service.swift
[2056/2224] Compiling Vapor AsyncBasicResponder.swift
[2057/2224] Compiling Vapor AsyncMiddleware.swift
[2058/2224] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2059/2224] Compiling Vapor AsyncSessionDriver.swift
[2060/2224] Compiling Vapor Authentication+Concurrency.swift
[2061/2224] Compiling Vapor Cache+Concurrency.swift
[2062/2224] Compiling Vapor Client+Concurrency.swift
[2063/2224] Compiling Vapor RequestBody+Concurrency.swift
[2064/2224] Compiling Vapor Responder+Concurrency.swift
[2065/2224] Compiling Vapor ResponseCodable+Concurrency.swift
[2066/2224] Compiling Vapor RoutesBuilder+Concurrency.swift
[2067/2224] Compiling Vapor ViewRenderer+Concurrency.swift
[2068/2224] Compiling Vapor WebSocket+Concurrency.swift
[2069/2224] Compiling Vapor ContainerGetPathExecutor.swift
[2070/2224] Compiling Vapor Content.swift
[2071/2224] Compiling Vapor ContentCoders.swift
[2072/2224] Compiling Vapor ContentConfiguration.swift
[2073/2224] Compiling Vapor ContentContainer.swift
[2074/2224] Compiling Vapor JSONCoder+Custom.swift
[2075/2224] Compiling Vapor JSONCoders+Content.swift
[2076/2224] Compiling Vapor PlaintextDecoder.swift
[2077/2224] Compiling Vapor PlaintextEncoder.swift
[2078/2224] Compiling Vapor URLQueryCoders.swift
[2079/2224] Compiling Vapor URLQueryContainer.swift
[2080/2248] Compiling Vapor Validator.swift
[2081/2248] Compiling Vapor ValidatorResult.swift
[2082/2248] Compiling Vapor And.swift
[2083/2248] Compiling Vapor Case.swift
[2084/2248] Compiling Vapor CharacterSet.swift
[2085/2248] Compiling Vapor Count.swift
[2086/2248] Compiling Vapor Custom.swift
[2087/2248] Compiling Vapor Email.swift
[2088/2248] Compiling Vapor Empty.swift
[2089/2248] Compiling Vapor In.swift
[2090/2248] Compiling Vapor Nil.swift
[2091/2248] Compiling Vapor NilIgnoring.swift
[2092/2248] Compiling Vapor Not.swift
[2093/2248] Compiling Vapor Or.swift
[2094/2248] Compiling Vapor Pattern.swift
[2095/2248] Compiling Vapor Range.swift
[2096/2248] Compiling Vapor URL.swift
[2097/2248] Compiling Vapor Valid.swift
[2098/2248] Compiling Vapor Application+Views.swift
[2099/2248] Compiling Vapor PlaintextRenderer.swift
[2100/2248] Compiling Vapor Request+View.swift
[2101/2248] Compiling Vapor View.swift
[2102/2248] Compiling Vapor ViewRenderer.swift
[2103/2248] Compiling Vapor _Deprecations.swift
[2104/2248] Emitting module Vapor
[2105/2248] Compiling Vapor Bytes+Hex.swift
[2106/2248] Compiling Vapor Bytes+SecureCompare.swift
[2107/2248] Compiling Vapor Collection+Safe.swift
[2108/2248] Compiling Vapor DataProtocol+Copy.swift
[2109/2248] Compiling Vapor DecoderUnwrapper.swift
[2110/2248] Compiling Vapor DirectoryConfiguration.swift
[2111/2248] Compiling Vapor DotEnv.swift
[2112/2248] Compiling Vapor Extendable.swift
[2113/2248] Compiling Vapor File.swift
[2114/2248] Compiling Vapor FileIO.swift
[2115/2248] Compiling Vapor LifecycleHandler.swift
[2116/2248] Compiling Vapor OptionalType.swift
[2117/2248] Compiling Vapor RFC1123.swift
[2118/2248] Compiling Vapor SocketAddress+Hostname.swift
[2119/2248] Compiling Vapor Storage.swift
[2120/2248] Compiling Vapor String+IsIPAddress.swift
[2121/2248] Compiling Vapor Thread.swift
[2122/2248] Compiling Vapor URI.swift
[2123/2248] Compiling Vapor RangeResult.swift
[2124/2248] Compiling Vapor Validatable.swift
[2125/2248] Compiling Vapor Validation.swift
[2126/2248] Compiling Vapor ValidationKey.swift
[2127/2248] Compiling Vapor Validations.swift
[2128/2248] Compiling Vapor ValidationsError.swift
[2129/2248] Compiling Vapor Core.swift
[2130/2248] Compiling Vapor Running.swift
[2131/2248] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2132/2248] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2133/2248] Compiling Vapor DotEnvFile+load.swift
[2134/2248] Compiling Vapor Routes+caseInsenstive.swift
[2135/2248] Compiling Vapor Validatable+validate.swift
[2136/2248] Compiling Vapor Environment+Process.swift
[2137/2248] Compiling Vapor Environment+Secret.swift
[2138/2248] Compiling Vapor Environment.swift
[2139/2248] Compiling Vapor Abort.swift
[2140/2248] Compiling Vapor AbortError.swift
[2141/2248] Compiling Vapor DebuggableError.swift
[2142/2248] Compiling Vapor Demangler.swift
[2143/2248] Compiling Vapor ErrorSource.swift
[2144/2248] Compiling Vapor StackTrace.swift
[2145/2248] Compiling Vapor Exports.swift
[2146/2248] Compiling Vapor Application+HTTP.swift
[2147/2248] Compiling Vapor BasicResponder.swift
[2148/2248] Compiling Vapor BodyStream.swift
[2149/2248] Compiling Vapor Application+HTTP+Client.swift
[2150/2248] Compiling Vapor EventLoopHTTPClient.swift
[2151/2248] Compiling Vapor EndpointCache.swift
[2152/2248] Compiling Vapor HTTPMethod+String.swift
[2153/2248] Compiling Vapor Application.swift
[2154/2248] Compiling Vapor AuthenticationCache.swift
[2155/2248] Compiling Vapor Authenticator.swift
[2156/2248] Compiling Vapor BasicAuthorization.swift
[2157/2248] Compiling Vapor BearerAuthorization.swift
[2158/2248] Compiling Vapor GuardMiddleware.swift
[2159/2248] Compiling Vapor RedirectMiddleware.swift
[2160/2248] Compiling Vapor SessionAuthenticatable.swift
[2161/2248] Compiling Vapor Bcrypt.swift
[2162/2248] Compiling Vapor Application+Cache.swift
[2163/2248] Compiling Vapor Cache.swift
[2164/2248] Compiling Vapor CacheExpirationTime.swift
[2165/2248] Compiling Vapor MemoryCache.swift
[2166/2248] Compiling Vapor Request+Cache.swift
[2167/2248] Compiling Vapor Application+Clients.swift
[2168/2248] Compiling Vapor Client.swift
[2169/2248] Compiling Vapor ClientRequest.swift
[2170/2248] Compiling Vapor ClientResponse.swift
[2171/2248] Compiling Vapor Request+Client.swift
[2172/2248] Compiling Vapor BootCommand.swift
[2173/2248] Compiling Vapor CommandContext+Application.swift
[2174/2248] Compiling Vapor RoutesCommand.swift
[2175/2248] Compiling Vapor ServeCommand.swift
[2176/2248] Compiling Vapor AnyResponse+Concurrency.swift
[2177/2248] Compiling Vapor HTTPServerResponseEncoder.swift
[2178/2248] Compiling Vapor HTTPServerUpgradeHandler.swift
[2179/2248] Compiling Vapor Logger+Report.swift
[2180/2248] Compiling Vapor LoggingSystem+Environment.swift
[2181/2248] Compiling Vapor Application+Middleware.swift
[2182/2248] Compiling Vapor CORSMiddleware.swift
[2183/2248] Compiling Vapor ErrorMiddleware.swift
[2184/2248] Compiling Vapor FileMiddleware.swift
[2185/2248] Compiling Vapor Middleware.swift
[2186/2248] Compiling Vapor MiddlewareConfiguration.swift
[2187/2248] Compiling Vapor ResponseCompressionMiddleware.swift
[2188/2248] Compiling Vapor RouteLoggingMiddleware.swift
[2189/2248] Compiling Vapor TracingMiddleware.swift
[2190/2248] Compiling Vapor File+Multipart.swift
[2191/2248] Compiling Vapor FormDataDecoder+Content.swift
[2192/2248] Compiling Vapor FormDataEncoder+Content.swift
[2193/2248] Compiling Vapor Application+Password.swift
[2194/2248] Compiling Vapor Application+Passwords.swift
[2195/2248] Compiling Vapor AsyncPasswordHasher.swift
[2196/2248] Compiling Vapor BcryptHasher.swift
[2197/2248] Compiling Vapor PasswordHasher.swift
[2198/2248] Compiling Vapor PlaintextHasher.swift
[2199/2248] Compiling Vapor Request+Password.swift
[2200/2248] Compiling Vapor Redirect.swift
[2201/2248] Compiling Vapor HTTPStatus.swift
[2202/2248] Compiling Vapor HTTPCookies.swift
[2203/2248] Compiling Vapor HTTPHeaderCacheControl.swift
[2204/2248] Compiling Vapor HTTPHeaderExpires.swift
[2205/2248] Compiling Vapor HTTPHeaderLastModified.swift
[2206/2248] Compiling Vapor HTTPHeaders+Cache.swift
[2207/2248] Compiling Vapor HTTPHeaders+Connection.swift
[2208/2248] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2209/2248] Compiling Vapor HTTPHeaders+ContentRange.swift
[2210/2248] Compiling Vapor HTTPHeaders+Directive.swift
[2211/2248] Compiling Vapor HTTPHeaders+Forwarded.swift
[2212/2248] Compiling Vapor HTTPHeaders+Link.swift
[2213/2248] Compiling Vapor HTTPHeaders+Name.swift
[2214/2248] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2215/2248] Compiling Vapor HTTPHeaders.swift
[2216/2248] Compiling Vapor HTTPMediaType.swift
[2217/2248] Compiling Vapor HTTPMediaTypePreference.swift
[2218/2248] Compiling Vapor Responder.swift
[2219/2248] Compiling Vapor Application+HTTP+Server.swift
[2220/2248] Compiling Vapor HTTPServer.swift
[2221/2248] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2222/2248] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2223/2248] Compiling Vapor HTTPServerHandler.swift
[2224/2248] Compiling Vapor HTTPServerRequestDecoder.swift
[2225/2248] Compiling Vapor Service.swift
[2226/2248] Compiling Vapor Application+Sessions.swift
[2227/2248] Compiling Vapor MemorySessions.swift
[2228/2248] Compiling Vapor Request+Session.swift
[2229/2248] Compiling Vapor Session.swift
[2230/2248] Compiling Vapor SessionCache.swift
[2231/2248] Compiling Vapor SessionData.swift
[2232/2248] Compiling Vapor SessionDriver.swift
[2233/2248] Compiling Vapor SessionsConfiguration.swift
[2234/2248] Compiling Vapor SessionsMiddleware.swift
[2235/2248] Compiling Vapor URLEncodedFormData.swift
[2236/2248] Compiling Vapor URLEncodedFormDecoder.swift
[2237/2248] Compiling Vapor URLEncodedFormEncoder.swift
[2238/2248] Compiling Vapor URLEncodedFormError.swift
[2239/2248] Compiling Vapor URLEncodedFormParser.swift
[2240/2248] Compiling Vapor URLEncodedFormSerializer.swift
[2241/2248] Compiling Vapor URLQueryFragmentConvertible.swift
[2242/2248] Compiling Vapor AnyResponse.swift
[2243/2248] Compiling Vapor Array+Random.swift
[2244/2248] Compiling Vapor Base32.swift
[2245/2248] Compiling Vapor Base64.swift
[2246/2248] Compiling Vapor BaseN.swift
[2247/2248] Compiling Vapor BasicCodingKey.swift
[2248/2248] Compiling Vapor ByteCount.swift
[2250/2261] Compiling Redis Redis+Sessions.swift
[2251/2261] Compiling Redis RedisClient+Codable.swift
[2252/2262] Compiling Redis Application+Redis.swift
[2253/2262] Compiling Redis Application.Redis+PubSub.swift
[2254/2262] Emitting module Redis
[2255/2262] Compiling Redis RedisConfiguration.swift
[2256/2262] Compiling Redis RedisID.swift
[2257/2262] Compiling Redis RedisStorage.swift
/host/spi-builder-workspace/Sources/Redis/RedisStorage.swift:89:77: warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
 87 |                                         let sslContext = try NIOSSLContext(configuration: tlsConfig)
 88 |                                         return EventLoopFuture.andAllSucceed([
 89 |                                             channel.pipeline.addHandler(try NIOSSLClientHandler(context: sslContext,
    |                                                                             `- warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
 90 |                                                                                                 serverHostname: tlsHost)),
 91 |                                             channel.pipeline.addBaseRedisHandlers()
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:59:20: note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
 57 | /// This handler can be used in channels that are acting as the client
 58 | /// in the TLS dialog. For server connections, use the ``NIOSSLServerHandler``.
 59 | public final class NIOSSLClientHandler: NIOSSLHandler {
    |                    `- note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
 60 |     /// Construct a new ``NIOSSLClientHandler`` with the given `context` and a specific `serverHostname`.
 61 |     ///
/host/spi-builder-workspace/Sources/Redis/RedisStorage.swift:5:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
  3 | import NIOCore
  4 | import NIOPosix
  5 | import NIOSSL
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
  6 | @preconcurrency import RediStack
  7 |
[2258/2262] Compiling Redis Request+Redis.swift
[2259/2262] Compiling Redis Application.Redis+configuration.swift
[2260/2262] Compiling Redis Exports.swift
[2261/2262] Compiling Redis Redis+Cache.swift
/host/spi-builder-workspace/Sources/Redis/Redis+Concurrency.swift:11:54: warning: type 'RESPValue' does not conform to the 'Sendable' protocol
  9 |             .pool(for: self.eventLoop)
 10 |             .logging(to: self.application.logger)
 11 |             .send(command: command, with: arguments).get()
    |                                                      `- warning: type 'RESPValue' does not conform to the 'Sendable' protocol
 12 |     }
 13 |
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/RESP/RESPValue.swift:29:13: note: enum 'RESPValue' does not conform to the 'Sendable' protocol
 27 | ///
 28 | /// See: [https://redis.io/topics/protocol](https://redis.io/topics/protocol)
 29 | public enum RESPValue {
    |             `- note: enum 'RESPValue' does not conform to the 'Sendable' protocol
 30 |     case null
 31 |     case simpleString(ByteBuffer)
/host/spi-builder-workspace/Sources/Redis/Redis+Concurrency.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
  1 | import NIOCore
  2 | import Vapor
  3 | import RediStack
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
  4 | import Foundation
  5 |
/host/spi-builder-workspace/Sources/Redis/Redis+Concurrency.swift:87:14: warning: type 'RESPValue' does not conform to the 'Sendable' protocol
 85 |             .logging(to: self.request.logger)
 86 |             .send(command: command, with: arguments)
 87 |             .get()
    |              `- warning: type 'RESPValue' does not conform to the 'Sendable' protocol
 88 |     }
 89 |
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/RESP/RESPValue.swift:29:13: note: enum 'RESPValue' does not conform to the 'Sendable' protocol
 27 | ///
 28 | /// See: [https://redis.io/topics/protocol](https://redis.io/topics/protocol)
 29 | public enum RESPValue {
    |             `- note: enum 'RESPValue' does not conform to the 'Sendable' protocol
 30 |     case null
 31 |     case simpleString(ByteBuffer)
[2262/2262] Compiling Redis Redis+Concurrency.swift
/host/spi-builder-workspace/Sources/Redis/Redis+Concurrency.swift:11:54: warning: type 'RESPValue' does not conform to the 'Sendable' protocol
  9 |             .pool(for: self.eventLoop)
 10 |             .logging(to: self.application.logger)
 11 |             .send(command: command, with: arguments).get()
    |                                                      `- warning: type 'RESPValue' does not conform to the 'Sendable' protocol
 12 |     }
 13 |
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/RESP/RESPValue.swift:29:13: note: enum 'RESPValue' does not conform to the 'Sendable' protocol
 27 | ///
 28 | /// See: [https://redis.io/topics/protocol](https://redis.io/topics/protocol)
 29 | public enum RESPValue {
    |             `- note: enum 'RESPValue' does not conform to the 'Sendable' protocol
 30 |     case null
 31 |     case simpleString(ByteBuffer)
/host/spi-builder-workspace/Sources/Redis/Redis+Concurrency.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
  1 | import NIOCore
  2 | import Vapor
  3 | import RediStack
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
  4 | import Foundation
  5 |
/host/spi-builder-workspace/Sources/Redis/Redis+Concurrency.swift:87:14: warning: type 'RESPValue' does not conform to the 'Sendable' protocol
 85 |             .logging(to: self.request.logger)
 86 |             .send(command: command, with: arguments)
 87 |             .get()
    |              `- warning: type 'RESPValue' does not conform to the 'Sendable' protocol
 88 |     }
 89 |
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/RESP/RESPValue.swift:29:13: note: enum 'RESPValue' does not conform to the 'Sendable' protocol
 27 | ///
 28 | /// See: [https://redis.io/topics/protocol](https://redis.io/topics/protocol)
 29 | public enum RESPValue {
    |             `- note: enum 'RESPValue' does not conform to the 'Sendable' protocol
 30 |     case null
 31 |     case simpleString(ByteBuffer)
Build complete! (446.30s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "redistack",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/RediStack.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.100.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "redis",
  "name" : "redis",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Redis",
      "targets" : [
        "Redis"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RedisTests",
      "module_type" : "SwiftTarget",
      "name" : "RedisTests",
      "path" : "Tests/RedisTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "MultipleRedisTests.swift",
        "RedisTests.swift"
      ],
      "target_dependencies" : [
        "Redis"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Redis",
      "module_type" : "SwiftTarget",
      "name" : "Redis",
      "path" : "Sources/Redis",
      "product_dependencies" : [
        "RediStack",
        "Vapor"
      ],
      "product_memberships" : [
        "Redis"
      ],
      "sources" : [
        "Application+Redis.swift",
        "Application.Redis+PubSub.swift",
        "Application.Redis+configuration.swift",
        "Exports.swift",
        "Redis+Cache.swift",
        "Redis+Concurrency.swift",
        "Redis+Sessions.swift",
        "RedisClient+Codable.swift",
        "RedisConfiguration.swift",
        "RedisID.swift",
        "RedisStorage.swift",
        "Request+Redis.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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.