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 5.0.0-alpha.2.2 (2a8d3e), with Swift 6.1 for Android on 28 May 2025 16:40:46 UTC.

Swift 6 data race errors: 7

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: 5.0.0-alpha.2.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor/redis
 * tag               5.0.0-alpha.2.2 -> FETCH_HEAD
HEAD is now at 2a8d3e4 Correct RediStack URL and match Vapor's minimum Swift version (#211)
Cloned https://github.com/vapor/redis.git
Revision (git rev-parse @):
2a8d3e4639b90b39b74309b54216bdfd9cb52b41
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/redis.git at 5.0.0-alpha.2.2
========================================
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.50.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.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
[4704/79081] Fetching redistack, vapor
Fetched https://github.com/swift-server/RediStack.git from cache (0.71s)
[5951/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (3.46s)
Computing version for https://github.com/swift-server/RediStack.git
Computed https://github.com/swift-server/RediStack.git at 1.6.2 (4.51s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[3837/6042] Fetching swift-log, swift-metrics
[6043/20885] Fetching swift-log, swift-metrics, swift-nio-ssl
[7676/96978] Fetching swift-log, swift-metrics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (2.49s)
Fetched https://github.com/apple/swift-metrics.git from cache (2.50s)
[61260/90936] Fetching swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-atomics.git
[74958/92646] Fetching swift-nio-ssl, swift-nio, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.38s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (8.17s)
Fetched https://github.com/apple/swift-nio.git from cache (8.26s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (9.13s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.09s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (4.95s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[4392/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.71s)
Fetched https://github.com/apple/swift-collections.git from cache (1.79s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.26s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.78s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.49s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.51s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.74s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/1063] Fetching swift-service-context
[1064/3672] Fetching swift-service-context, websocket-kit
[2995/8646] Fetching swift-service-context, websocket-kit, swift-distributed-tracing
[3380/14605] Fetching swift-service-context, websocket-kit, swift-distributed-tracing, swift-algorithms
[6755/17924] Fetching swift-service-context, websocket-kit, swift-distributed-tracing, swift-algorithms, multipart-kit
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.38s)
[7960/16861] Fetching websocket-kit, swift-distributed-tracing, swift-algorithms, multipart-kit
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.65s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.87s)
Fetching https://github.com/apple/swift-crypto.git
[3706/11842] Fetching websocket-kit, multipart-kit, swift-nio-extras
[4830/23369] Fetching websocket-kit, multipart-kit, swift-nio-extras, swift-nio-http2
[12156/44096] Fetching websocket-kit, multipart-kit, swift-nio-extras, swift-nio-http2, routing-kit
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.06s)
[25338/38182] Fetching websocket-kit, multipart-kit, swift-nio-http2, routing-kit
Fetching https://github.com/vapor/console-kit.git
[29351/52118] Fetching websocket-kit, multipart-kit, swift-nio-http2, routing-kit, swift-crypto
[37378/57695] Fetching websocket-kit, multipart-kit, swift-nio-http2, routing-kit, swift-crypto, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.89s)
[38771/52118] Fetching websocket-kit, multipart-kit, swift-nio-http2, routing-kit, swift-crypto
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (1.90s)
[19539/31391] Fetching websocket-kit, multipart-kit, swift-nio-http2, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
[20801/33761] Fetching websocket-kit, multipart-kit, swift-nio-http2, swift-crypto, async-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.54s)
[12201/22234] Fetching websocket-kit, multipart-kit, swift-crypto, async-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (3.14s)
Fetched https://github.com/vapor/async-kit.git from cache (0.75s)
[9173/17255] Fetching multipart-kit, swift-crypto
Fetched https://github.com/vapor/multipart-kit.git from cache (3.23s)
[6272/13936] Fetching swift-crypto
[6691/27950] Fetching swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (4.07s)
Fetched https://github.com/apple/swift-crypto.git from cache (5.84s)
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.27s)
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.49s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.50s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.03s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.85s)
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.50s)
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.68s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.70s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1141] Fetching swift-http-structured-headers
[424/2731] Fetching swift-http-structured-headers, swift-asn1
[1435/8886] Fetching swift-http-structured-headers, swift-asn1, swift-certificates
[2798/9790] Fetching swift-http-structured-headers, swift-asn1, swift-certificates, swift-http-types
[2992/12216] Fetching swift-http-structured-headers, swift-asn1, swift-certificates, swift-http-types, swift-service-lifecycle
[5902/17201] Fetching swift-http-structured-headers, swift-asn1, swift-certificates, swift-http-types, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.60s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.60s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.60s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.60s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.60s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.60s)
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.43s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.76s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.70s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.81s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.51s)
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.48s)
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.45s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.49s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.58s)
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.56s)
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.49s)
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 (2.53s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.61s)
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-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-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.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/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/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-nio-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/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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Building for debugging...
[0/832] Write sources
[33/832] Compiling CNIOWindows shim.c
[34/832] Write sources
[35/832] Compiling CNIOWindows WSAStartup.c
[36/832] Compiling CNIOWASI CNIOWASI.c
[36/832] Compiling CVaporBcrypt bcrypt.c
[36/832] Write sources
[54/832] Compiling _NumericsShims _NumericsShims.c
[55/832] Compiling _AtomicsShims.c
[56/832] Compiling CNIOLinux liburing_shims.c
[57/832] Compiling CVaporBcrypt blf.c
[58/832] Compiling CNIOSHA1 c_nio_sha1.c
[59/832] Compiling CNIOExtrasZlib empty.c
[60/832] Compiling CSystem shims.c
[61/832] Compiling CNIODarwin shim.c
[62/832] Compiling CNIOLinux shim.c
[63/832] Write swift-version-24593BA9C3E375BF.txt
[64/832] Compiling CNIOLLHTTP c_nio_http.c
[65/832] Compiling fiat_p256_adx_sqr.S
[66/832] Compiling fiat_p256_adx_mul.S
[67/832] Compiling fiat_curve25519_adx_mul.S
[68/832] Compiling CNIOLLHTTP c_nio_api.c
[69/832] Compiling fiat_curve25519_adx_square.S
[70/879] Compiling CNIOLLHTTP c_nio_llhttp.c
[71/898] Compiling CNIOBoringSSLShims shims.c
[73/901] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[74/901] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[75/901] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[76/901] Compiling InternalCollectionsUtilities UInt+reversed.swift
[77/902] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[78/902] Emitting module InternalCollectionsUtilities
[79/902] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[80/902] Compiling InternalCollectionsUtilities Integer rank.swift
[81/902] Compiling RealModule Real.swift
[82/902] Compiling RealModule Float+Real.swift
[83/903] Compiling RealModule Float80+Real.swift
[84/903] Compiling CoreMetrics Metrics.swift
[85/903] Compiling SystemPackage MachPort.swift
[86/903] Compiling SystemPackage PlatformString.swift
[87/903] Compiling SystemPackage SystemString.swift
[88/906] Compiling _NIODataStructures _TinyArray.swift
[89/906] Compiling InternalCollectionsUtilities Descriptions.swift
[90/906] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[91/906] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[92/906] Compiling InternalCollectionsUtilities Debugging.swift
[93/906] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[94/906] Compiling RealModule Float16+Real.swift
[95/906] Compiling InternalCollectionsUtilities _SortedCollection.swift
[96/906] Emitting module ServiceContextModule
[97/906] Compiling ServiceContextModule ServiceContext.swift
[98/906] Compiling ServiceContextModule ServiceContextKey.swift
[99/907] Compiling _NIODataStructures PriorityQueue.swift
[100/907] Emitting module _NIODataStructures
[101/907] Compiling _NIODataStructures Heap.swift
[102/907] Compiling RealModule ElementaryFunctions.swift
[105/908] Compiling _NIOBase64 Base64.swift
[106/908] Emitting module _NIOBase64
[107/908] Emitting module RealModule
[114/909] Emitting module SystemPackage
[119/909] Compiling RealModule RealFunctions.swift
[122/910] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[126/936] Compiling Instrumentation NoOpInstrument.swift
[127/936] Compiling Instrumentation MultiplexInstrument.swift
[128/936] Compiling SystemPackage Util+StringArray.swift
[129/936] Compiling SystemPackage Util.swift
[130/936] Compiling SystemPackage UtilConsumers.swift
[131/936] Emitting module Instrumentation
[132/936] Compiling Instrumentation Instrument.swift
[133/936] Compiling Instrumentation InstrumentationSystem.swift
[134/936] Compiling Atomics Primitives.shims.swift
[135/936] Compiling Atomics AtomicInteger.swift
[136/936] Compiling Atomics AtomicOptionalWrappable.swift
[137/938] Compiling Atomics UnsafeAtomic.swift
[138/938] Compiling Atomics UnsafeAtomicLazyReference.swift
[139/938] Compiling Atomics ManagedAtomic.swift
[140/938] Compiling Atomics ManagedAtomicLazyReference.swift
[141/938] Compiling Atomics AtomicMemoryOrderings.swift
[142/938] Compiling Atomics DoubleWord.swift
[143/938] Compiling Atomics IntegerOperations.swift
[144/938] Compiling Atomics Unmanaged extensions.swift
[145/938] Compiling Atomics AtomicReference.swift
[146/938] Compiling Atomics AtomicStorage.swift
[147/938] Compiling Atomics AtomicValue.swift
[147/938] Compiling tls13_server.cc
[149/938] Compiling Logging MetadataProvider.swift
[150/983] Compiling CoreMetrics Locks.swift
[151/983] Emitting module CoreMetrics
[152/993] Compiling Instrumentation Locks.swift
[153/997] Compiling _RopeModule BigString+Equatable.swift
[154/997] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[155/997] Compiling _RopeModule BigString+Hashing.swift
[156/997] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[157/1003] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[158/1003] Compiling _RopeModule BigString+Chunk+Splitting.swift
[159/1003] Compiling _RopeModule BigString+Chunk.swift
[160/1003] Compiling _RopeModule BigString+BidirectionalCollection.swift
[161/1003] Compiling _RopeModule BigString+Summary.swift
[162/1003] Compiling _RopeModule BigString.swift
[163/1003] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[164/1003] Compiling _RopeModule BigString+Chunk+Breaks.swift
[165/1003] Compiling _RopeModule BigString+Chunk+Counts.swift
[166/1003] Compiling _RopeModule BigString+Chunk+Description.swift
[167/1003] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[168/1003] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[169/1009] Compiling Logging LogHandler.swift
[170/1009] Emitting module Logging
[171/1009] Compiling Logging Logging.swift
[172/1009] Compiling Logging Locks.swift
[176/1016] Compiling tls_method.cc
[177/1016] Compiling tls_record.cc
[179/1088] Compiling HeapModule Heap+Descriptions.swift
[180/1164] Compiling HeapModule _HeapNode.swift
[181/1164] Compiling HeapModule Heap.swift
[182/1164] Compiling HeapModule Heap+UnsafeHandle.swift
[183/1164] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[184/1164] Compiling HeapModule Heap+Invariants.swift
[185/1164] Emitting module HeapModule
[186/1165] Compiling Tracing TracingTime.swift
[188/1165] Emitting module Tracing
[189/1165] Compiling Tracing NoOpTracer.swift
[190/1165] Compiling Tracing TracerProtocol.swift
[191/1165] Compiling HashTreeCollections _HashNode.swift
[192/1165] Compiling HashTreeCollections _HashNodeHeader.swift
[193/1165] Compiling HashTreeCollections _HashSlot.swift
[194/1165] Compiling HashTreeCollections _HashStack.swift
[195/1165] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[196/1165] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[197/1165] Compiling HashTreeCollections TreeDictionary+Filter.swift
[198/1172] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[199/1172] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[200/1172] Compiling HashTreeCollections TreeDictionary+Keys.swift
[201/1172] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[202/1172] Compiling HashTreeCollections TreeDictionary+Merge.swift
[203/1172] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[204/1172] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[205/1172] Compiling Tracing Tracer.swift
[206/1172] Compiling Tracing TracerProtocol+Legacy.swift
[207/1179] Compiling HashTreeCollections _UnsafePath.swift
[208/1179] Compiling HashTreeCollections TreeDictionary+Codable.swift
[209/1179] Compiling HashTreeCollections TreeDictionary+Collection.swift
[210/1179] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[211/1179] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[212/1179] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[213/1179] Compiling HashTreeCollections _AncestorHashSlots.swift
[214/1179] Compiling HashTreeCollections _Bitmap.swift
[215/1187] Emitting module Atomics
[216/1187] Compiling DequeModule Deque+Codable.swift
[217/1187] Compiling DequeModule Deque+Collection.swift
[218/1187] Compiling DequeModule Deque+CustomReflectable.swift
[219/1187] Compiling DequeModule Deque+Descriptions.swift
[220/1187] Compiling DequeModule Deque+Equatable.swift
[221/1187] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[222/1187] Compiling DequeModule Deque+Extras.swift
[223/1187] Compiling DequeModule Deque+Hashable.swift
[228/1187] Compiling HashTreeCollections _Bucket.swift
[229/1187] Compiling HashTreeCollections _Hash.swift
[230/1187] Compiling HashTreeCollections _HashLevel.swift
[231/1187] Compiling HashTreeCollections _HashNode+Builder.swift
[232/1187] Compiling HashTreeCollections _HashNode+Debugging.swift
[233/1187] Compiling HashTreeCollections _HashNode+Initializers.swift
[238/1196] Compiling DequeModule _DequeBuffer.swift
[239/1196] Compiling DequeModule _DequeBufferHeader.swift
[240/1198] Compiling Tracing InstrumentationSystem+Tracing.swift
[241/1198] Compiling Tracing SpanProtocol.swift
[242/1199] Compiling DequeModule Deque._UnsafeHandle.swift
[243/1199] Compiling DequeModule Deque.swift
[244/1199] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[245/1199] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[246/1199] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[247/1199] Compiling HashTreeCollections _HashNode+Structural union.swift
[248/1199] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[249/1199] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[250/1199] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[251/1199] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[252/1199] Compiling HashTreeCollections TreeDictionary.swift
[253/1199] Compiling HashTreeCollections TreeSet+Codable.swift
[254/1199] Compiling _RopeModule Rope+Join.swift
[255/1199] Compiling _RopeModule Rope+MutatingForEach.swift
[256/1199] Compiling _RopeModule Rope+Remove.swift
[257/1199] Compiling _RopeModule Rope+RemoveSubrange.swift
[258/1199] Compiling _RopeModule Rope+Split.swift
[259/1199] Compiling _RopeModule Optional Utilities.swift
[260/1199] Compiling _RopeModule String Utilities.swift
[261/1199] Compiling _RopeModule String.Index+ABI.swift
[262/1199] Compiling OrderedCollections OrderedSet+SubSequence.swift
[263/1199] Compiling OrderedCollections OrderedSet+Testing.swift
[264/1199] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[265/1199] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[266/1199] Compiling OrderedCollections OrderedSet.swift
[267/1199] Compiling OrderedCollections _UnsafeBitset.swift
[268/1199] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[269/1199] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[270/1199] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[271/1199] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[278/1199] Compiling HashTreeCollections _HashNode+Invariants.swift
[279/1199] Compiling HashTreeCollections _HashNode+Lookups.swift
[296/1210] Compiling OrderedCollections OrderedSet+Sendable.swift
[297/1210] Compiling DequeModule Deque+Testing.swift
[298/1210] Compiling DequeModule Deque._Storage.swift
[303/1210] Emitting module DequeModule
[322/1210] Emitting module RoutingKit
[327/1210] Compiling DequeModule _DequeSlot.swift
[328/1210] Compiling DequeModule _UnsafeWrappedBuffer.swift
[347/1211] Compiling RoutingKit TrieRouter.swift
[348/1211] Compiling RoutingKit PathComponent.swift
[349/1211] Compiling RoutingKit Router.swift
[351/1211] Emitting module _RopeModule
[367/1211] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[368/1211] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[369/1211] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[370/1211] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[371/1211] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[372/1211] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[373/1211] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[374/1211] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[375/1211] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[376/1211] Compiling HashTreeCollections TreeSet.swift
[388/1211] Emitting module OrderedCollections
[390/1212] Emitting module Metrics
[391/1212] Compiling Metrics Metrics.swift
[393/1213] Compiling RoutingKit AnyRouter.swift
[394/1213] Compiling RoutingKit Parameters.swift
[437/1214] Compiling tls13_client.cc
[438/1214] Compiling tls13_both.cc
[439/1214] Compiling tls13_enc.cc
[460/1214] Emitting module HashTreeCollections
[462/1216] Compiling t1_enc.cc
[463/1216] Compiling ssl_x509.cc
[464/1216] Compiling ssl_transcript.cc
[465/1216] Compiling ssl_versions.cc
[466/1216] Compiling ssl_stat.cc
[467/1216] Compiling ssl_session.cc
[468/1216] Compiling ssl_privkey.cc
[469/1216] Compiling ssl_key_share.cc
[470/1216] Compiling ssl_cipher.cc
[471/1216] Compiling ssl_file.cc
[472/1216] Compiling ssl_lib.cc
[473/1216] Compiling ssl_credential.cc
[474/1216] Compiling ssl_cert.cc
[475/1216] Compiling ssl_buffer.cc
[476/1216] Compiling ssl_asn1.cc
[477/1216] Compiling ssl_aead_ctx.cc
[478/1216] Compiling s3_lib.cc
[479/1216] Compiling s3_pkt.cc
[480/1216] Compiling s3_both.cc
[481/1216] Compiling handshake.cc
[482/1216] Compiling handoff.cc
[483/1216] Compiling handshake_client.cc
[484/1216] Compiling handshake_server.cc
[485/1216] Compiling extensions.cc
[486/1216] Compiling dtls_record.cc
[487/1216] Compiling md5-x86_64-linux.S
[488/1216] Compiling md5-x86_64-apple.S
[489/1216] Compiling md5-586-linux.S
[490/1216] Compiling dtls_method.cc
[491/1216] Compiling md5-586-apple.S
[492/1216] Compiling encrypted_client_hello.cc
[493/1216] Compiling chacha20_poly1305_x86_64-linux.S
[494/1216] Compiling chacha20_poly1305_x86_64-apple.S
[495/1216] Compiling chacha20_poly1305_armv8-win.S
[496/1216] Compiling d1_srtp.cc
[497/1216] Compiling chacha-x86_64-linux.S
[498/1216] Compiling chacha20_poly1305_armv8-apple.S
[499/1216] Compiling chacha20_poly1305_armv8-linux.S
[500/1216] Compiling chacha-x86-linux.S
[501/1216] Compiling chacha-x86_64-apple.S
[502/1216] Compiling chacha-x86-apple.S
[503/1216] Compiling chacha-armv8-win.S
[504/1216] Compiling chacha-armv8-apple.S
[505/1216] Compiling d1_pkt.cc
[506/1216] Compiling chacha-armv8-linux.S
[507/1216] Compiling chacha-armv4-linux.S
[508/1216] Compiling aes128gcmsiv-x86_64-apple.S
[509/1216] Compiling x86_64-mont5-linux.S
[510/1216] Compiling aes128gcmsiv-x86_64-linux.S
[511/1216] Compiling x86_64-mont5-apple.S
[512/1216] Compiling x86_64-mont-linux.S
[513/1216] Compiling x86-mont-linux.S
[514/1216] Compiling x86_64-mont-apple.S
[515/1216] Compiling bio_ssl.cc
[516/1216] Compiling vpaes-x86_64-apple.S
[517/1216] Compiling vpaes-x86_64-linux.S
[518/1216] Compiling x86-mont-apple.S
[519/1216] Compiling vpaes-x86-linux.S
[520/1216] Compiling vpaes-x86-apple.S
[521/1216] Compiling vpaes-armv8-apple.S
[522/1216] Compiling vpaes-armv7-linux.S
[523/1216] Compiling vpaes-armv8-win.S
[524/1216] Compiling vpaes-armv8-linux.S
[525/1216] Compiling sha512-armv8-win.S
[526/1216] Compiling sha512-x86_64-apple.S
[527/1216] Compiling d1_lib.cc
[528/1216] Compiling sha512-x86_64-linux.S
[529/1216] Compiling err_data.cc
[530/1216] Compiling sha512-armv8-apple.S
[531/1216] Compiling sha512-armv4-linux.S
[532/1216] Compiling sha512-586-linux.S
[533/1216] Compiling sha512-586-apple.S
[534/1216] Compiling sha512-armv8-linux.S
[535/1216] Compiling sha256-x86_64-apple.S
[536/1216] Compiling sha256-x86_64-linux.S
[537/1216] Compiling sha256-armv8-win.S
[538/1216] Compiling sha256-armv8-apple.S
[539/1216] Compiling sha256-586-linux.S
[540/1216] Compiling sha256-armv4-linux.S
[541/1216] Compiling sha256-armv8-linux.S
[542/1216] Compiling sha1-x86_64-linux.S
[543/1216] Compiling sha256-586-apple.S
[544/1216] Compiling sha1-x86_64-apple.S
[545/1216] Compiling sha1-armv4-large-linux.S
[546/1216] Compiling sha1-586-linux.S
[547/1216] Compiling sha1-armv8-linux.S
[548/1216] Compiling sha1-armv8-apple.S
[548/1216] Compiling sha1-armv8-win.S
[550/1216] Compiling sha1-586-apple.S
[551/1216] Compiling rsaz-avx2-apple.S
[552/1216] Compiling rsaz-avx2-linux.S
[553/1216] Compiling rdrand-x86_64-apple.S
[554/1216] Compiling p256_beeu-x86_64-asm-apple.S
[555/1216] Compiling rdrand-x86_64-linux.S
[556/1216] Compiling p256_beeu-armv8-asm-win.S
[557/1216] Compiling p256_beeu-x86_64-asm-linux.S
[558/1216] Compiling p256-x86_64-asm-linux.S
[559/1216] Compiling p256-x86_64-asm-apple.S
[560/1216] Compiling p256_beeu-armv8-asm-apple.S
[561/1216] Compiling p256_beeu-armv8-asm-linux.S
[562/1216] Compiling d1_both.cc
[563/1216] Compiling p256-armv8-asm-win.S
[564/1216] Compiling p256-armv8-asm-apple.S
[565/1216] Compiling ghashv8-armv8-win.S
[566/1216] Compiling p256-armv8-asm-linux.S
[567/1216] Compiling ghashv8-armv8-apple.S
[568/1216] Compiling ghashv8-armv8-linux.S
[569/1216] Compiling ghashv8-armv7-linux.S
[570/1216] Compiling ghash-x86_64-linux.S
[571/1216] Compiling ghash-x86_64-apple.S
[572/1216] Compiling ghash-ssse3-x86_64-apple.S
[573/1216] Compiling ghash-x86-apple.S
[574/1216] Compiling ghash-x86-linux.S
[575/1216] Compiling ghash-ssse3-x86_64-linux.S
[576/1216] Compiling ghash-neon-armv8-linux.S
[577/1216] Compiling ghash-ssse3-x86-linux.S
[578/1216] Compiling ghash-ssse3-x86-apple.S
[579/1216] Compiling ghash-neon-armv8-win.S
[580/1216] Compiling ghash-armv4-linux.S
[581/1216] Compiling co-586-linux.S
[582/1216] Compiling ghash-neon-armv8-apple.S
[583/1216] Compiling co-586-apple.S
[584/1216] Compiling bsaes-armv7-linux.S
[585/1216] Compiling bn-armv8-linux.S
[586/1216] Compiling bn-armv8-apple.S
[587/1216] Compiling bn-armv8-win.S
[588/1216] Compiling bn-586-linux.S
[589/1216] Compiling bn-586-apple.S
[590/1216] Compiling armv4-mont-linux.S
[591/1216] Compiling armv8-mont-win.S
[592/1216] Compiling armv8-mont-linux.S
[593/1216] Compiling armv8-mont-apple.S
[594/1216] Compiling aesv8-gcm-armv8-win.S
[595/1216] Compiling aesv8-gcm-armv8-linux.S
[596/1216] Compiling aesv8-armv8-apple.S
[597/1216] Compiling aesv8-gcm-armv8-apple.S
[598/1216] Compiling aesv8-armv8-win.S
[599/1216] Compiling aesni-x86_64-apple.S
[600/1216] Compiling aesni-x86_64-linux.S
[601/1216] Compiling aesv8-armv7-linux.S
[602/1216] Compiling aesv8-armv8-linux.S
[603/1216] Compiling aesni-x86-apple.S
[604/1216] Compiling aes-gcm-avx2-x86_64-apple.S
[605/1216] Compiling aesni-x86-linux.S
[606/1216] Compiling aesni-gcm-x86_64-linux.S
[606/1216] Compiling aes-gcm-avx2-x86_64-linux.S
[606/1216] Compiling aesni-gcm-x86_64-apple.S
[609/1216] Compiling aes-gcm-avx10-x86_64-apple.S
[610/1216] Compiling aes-gcm-avx10-x86_64-linux.S
[611/1216] Compiling x_req.cc
[612/1216] Compiling x_pubkey.cc
[613/1216] Compiling x_x509a.cc
[614/1216] Compiling x_spki.cc
[615/1216] Compiling x_sig.cc
[616/1216] Compiling x_x509.cc
[617/1216] Compiling x_val.cc
[618/1216] Compiling x_name.cc
[619/1216] Compiling x_attrib.cc
[620/1216] Compiling x_exten.cc
[621/1216] Compiling x_crl.cc
[622/1216] Compiling x_algor.cc
[623/1216] Compiling x509spki.cc
[624/1216] Compiling x509rset.cc
[625/1216] Compiling x509name.cc
[626/1216] Compiling x_all.cc
[627/1216] Compiling x509cset.cc
[628/1216] Compiling x509_vpm.cc
[629/1216] Compiling x509_set.cc
[630/1216] Compiling x509_vfy.cc
[631/1216] Compiling x509_trs.cc
[632/1216] Compiling x509_v3.cc
[633/1216] Compiling x509_txt.cc
[634/1216] Compiling x509_req.cc
[635/1216] Compiling x509_obj.cc
[636/1216] Compiling x509_d2.cc
[637/1216] Compiling x509_ext.cc
[638/1216] Compiling x509_att.cc
[639/1216] Compiling x509_lu.cc
[640/1216] Compiling x509_cmp.cc
[641/1216] Compiling x509_def.cc
[642/1216] Compiling x509.cc
[643/1216] Compiling v3_skey.cc
[644/1216] Compiling v3_utl.cc
[645/1216] Compiling v3_prn.cc
[646/1216] Compiling v3_purp.cc
[647/1216] Compiling v3_ocsp.cc
[648/1216] Compiling v3_ncons.cc
[649/1216] Compiling v3_pmaps.cc
[650/1216] Compiling v3_pcons.cc
[651/1216] Compiling v3_lib.cc
[652/1216] Compiling v3_ia5.cc
[653/1216] Compiling v3_int.cc
[654/1216] Compiling v3_enum.cc
[655/1216] Compiling v3_genn.cc
[656/1216] Compiling v3_extku.cc
[657/1216] Compiling v3_info.cc
[658/1216] Compiling v3_crld.cc
[659/1216] Compiling v3_cpols.cc
[660/1216] Compiling v3_alt.cc
[661/1216] Compiling v3_akeya.cc
[662/1216] Compiling v3_bcons.cc
[663/1216] Compiling v3_akey.cc
[664/1216] Compiling v3_bitst.cc
[665/1216] Compiling v3_conf.cc
[666/1216] Compiling t_x509a.cc
[667/1216] Compiling rsa_pss.cc
[668/1216] Compiling i2d_pr.cc
[669/1216] Compiling name_print.cc
[670/1216] Compiling t_x509.cc
[671/1216] Compiling t_crl.cc
[672/1216] Compiling t_req.cc
[673/1216] Compiling policy.cc
[674/1216] Compiling algorithm.cc
[675/1216] Compiling by_file.cc
[676/1216] Compiling a_digest.cc
[677/1216] Compiling a_verify.cc
[678/1216] Compiling by_dir.cc
[679/1216] Compiling asn1_gen.cc
[679/1216] Compiling voprf.cc
[681/1216] Compiling a_sign.cc
[682/1216] Compiling thread_win.cc
[683/1216] Compiling trust_token.cc
[684/1216] Compiling pmbtoken.cc
[685/1216] Compiling thread_none.cc
[686/1216] Compiling thread_pthread.cc
[687/1216] Compiling thread.cc
[688/1216] Compiling stack.cc
[689/1216] Compiling rsa_extra.cc
[690/1216] Compiling sha512.cc
[691/1216] Compiling slhdsa.cc
[692/1216] Compiling sha256.cc
[693/1216] Compiling rsa_print.cc
[694/1216] Compiling spake2plus.cc
[695/1216] Compiling siphash.cc
[696/1216] Compiling sha1.cc
[697/1216] Compiling refcount.cc
[698/1216] Compiling trusty.cc
[699/1216] Compiling rsa_crypt.cc
[700/1216] Compiling rc4.cc
[701/1216] Compiling rand.cc
[702/1216] Compiling windows.cc
[703/1216] Compiling urandom.cc
[704/1216] Compiling passive.cc
[705/1216] Compiling rsa_asn1.cc
[706/1216] Compiling poly1305_arm_asm.S
[707/1216] Compiling ios.cc
[708/1216] Compiling deterministic.cc
[709/1216] Compiling getentropy.cc
[710/1216] Compiling fork_detect.cc
[711/1216] Compiling forkunsafe.cc
[712/1216] Compiling poly1305_vec.cc
[713/1216] Compiling poly1305_arm.cc
[714/1216] Compiling pool.cc
[715/1216] Compiling poly1305.cc
[716/1216] Compiling pkcs8.cc
[717/1216] Compiling pkcs7.cc
[718/1216] Compiling pkcs8_x509.cc
[719/1216] Compiling pkcs7_x509.cc
[720/1216] Compiling pem_xaux.cc
[721/1216] Compiling p5_pbev2.cc
[722/1216] Compiling pem_x509.cc
[723/1216] Compiling pem_pkey.cc
[724/1216] Compiling pem_lib.cc
[725/1216] Compiling pem_oth.cc
[726/1216] Compiling obj_xref.cc
[727/1216] Compiling pem_pk8.cc
[728/1216] Compiling pem_all.cc
[729/1216] Compiling mldsa.cc
[730/1216] Compiling pem_info.cc
[731/1216] Compiling mlkem.cc
[732/1216] Compiling poly_rq_mul.S
[733/1216] Compiling obj.cc
[734/1216] Compiling lhash.cc
[735/1216] Compiling fips_shared_support.cc
[736/1216] Compiling md4.cc
[737/1216] Compiling md5.cc
[738/1216] Compiling mem.cc
[739/1216] Compiling kyber.cc
[740/1216] Compiling ex_data.cc
[741/1216] Compiling sign.cc
[742/1216] Compiling print.cc
[743/1216] Compiling scrypt.cc
[744/1216] Compiling hpke.cc
[745/1216] Compiling hrss.cc
[746/1216] Compiling pbkdf.cc
[747/1216] Compiling p_x25519.cc
[748/1216] Compiling p_ed25519.cc
[749/1216] Compiling p_x25519_asn1.cc
[750/1216] Compiling p_rsa_asn1.cc
[751/1216] Compiling p_rsa.cc
[752/1216] Compiling p_hkdf.cc
[753/1216] Compiling p_ed25519_asn1.cc
[754/1216] Compiling p_ec.cc
[755/1216] Compiling p_ec_asn1.cc
[756/1216] Compiling p_dh.cc
[757/1216] Compiling p_dsa_asn1.cc
[758/1216] Compiling evp_ctx.cc
[759/1216] Compiling p_dh_asn1.cc
[760/1216] Compiling evp.cc
[761/1216] Compiling ecdh.cc
[762/1216] Compiling evp_asn1.cc
[763/1216] Compiling hash_to_curve.cc
[764/1216] Compiling err.cc
[765/1216] Compiling engine.cc
[766/1216] Compiling ecdsa_asn1.cc
[767/1216] Compiling ec_derive.cc
[768/1216] Compiling ec_asn1.cc
[769/1216] Compiling dsa.cc
[770/1216] Compiling params.cc
[771/1216] Compiling dh_asn1.cc
[772/1216] Compiling dsa_asn1.cc
[773/1216] Compiling des.cc
[774/1216] Compiling x25519-asm-arm.S
[775/1216] Compiling digest_extra.cc
[776/1216] Compiling bcm.cc
[777/1216] Compiling curve25519_64_adx.cc
[778/1216] Compiling cpu_intel.cc
[779/1216] Compiling spake25519.cc
[780/1216] Compiling crypto.cc
[781/1216] Compiling cpu_arm_freebsd.cc
[782/1216] Compiling cpu_aarch64_win.cc
[783/1216] Compiling curve25519.cc
[784/1216] Compiling cpu_arm_linux.cc
[785/1216] Compiling cpu_aarch64_sysreg.cc
[786/1216] Compiling cpu_aarch64_linux.cc
[787/1216] Compiling cpu_aarch64_fuchsia.cc
[788/1216] Compiling cpu_aarch64_openbsd.cc
[789/1216] Compiling cpu_aarch64_apple.cc
[790/1216] Compiling conf.cc
[791/1216] Compiling get_cipher.cc
[792/1216] Compiling tls_cbc.cc
[793/1216] Compiling e_tls.cc
[794/1216] Compiling e_rc4.cc
[795/1216] Compiling e_rc2.cc
[796/1216] Compiling e_chacha20poly1305.cc
[797/1216] Compiling e_des.cc
[798/1216] Compiling e_null.cc
[799/1216] Compiling derive_key.cc
[800/1216] Compiling chacha.cc
[801/1216] Compiling e_aesgcmsiv.cc
[802/1216] Compiling e_aesctrhmac.cc
[803/1216] Compiling unicode.cc
[804/1216] Compiling buf.cc
[805/1216] Compiling ber.cc
[806/1216] Compiling asn1_compat.cc
[807/1216] Compiling cbb.cc
[808/1216] Compiling cbs.cc
[809/1216] Compiling bn_asn1.cc
[810/1216] Compiling convert.cc
[811/1216] Compiling blake2.cc
[812/1216] Compiling printf.cc
[813/1216] Compiling socket_helper.cc
[814/1216] Compiling socket.cc
[815/1216] Compiling pair.cc
[816/1216] Compiling hexdump.cc
[817/1216] Compiling file.cc
[818/1216] Compiling fd.cc
[819/1216] Compiling bio_mem.cc
[820/1216] Compiling bio.cc
[821/1216] Compiling errno.cc
[822/1216] Compiling connect.cc
[823/1216] Compiling base64.cc
[824/1216] Compiling tasn_typ.cc
[825/1216] Compiling tasn_utl.cc
[826/1216] Compiling tasn_fre.cc
[827/1216] Compiling tasn_enc.cc
[828/1216] Compiling f_int.cc
[829/1216] Compiling posix_time.cc
[830/1216] Compiling tasn_new.cc
[831/1216] Compiling f_string.cc
[832/1216] Compiling tasn_dec.cc
[833/1216] Compiling asn_pack.cc
[834/1216] Compiling asn1_par.cc
[835/1216] Compiling a_octet.cc
[836/1216] Compiling a_utctm.cc
[837/1216] Compiling a_time.cc
[838/1216] Compiling asn1_lib.cc
[839/1216] Compiling a_type.cc
[840/1216] Compiling a_strnid.cc
[841/1216] Compiling a_strex.cc
[842/1216] Compiling a_i2d_fp.cc
[843/1216] Compiling a_d2i_fp.cc
[844/1216] Compiling a_object.cc
[845/1216] Compiling a_dup.cc
[846/1216] Compiling a_gentm.cc
[847/1216] Compiling a_mbstr.cc
[848/1216] Compiling a_int.cc
[849/1216] Compiling fiat_curve25519_adx_square.S
[850/1216] Compiling fiat_p256_adx_sqr.S
[851/1216] Compiling fiat_p256_adx_mul.S
[852/1216] Compiling a_bool.cc
[853/1216] Compiling fiat_curve25519_adx_mul.S
[854/1216] Compiling md5-x86_64-apple.S
[855/1216] Compiling md5-x86_64-linux.S
[856/1216] Compiling md5-586-linux.S
[857/1216] Compiling md5-586-apple.S
[858/1216] Compiling chacha20_poly1305_x86_64-apple.S
[859/1216] Compiling chacha20_poly1305_x86_64-linux.S
[860/1216] Compiling a_bitstr.cc
[861/1216] Compiling chacha20_poly1305_armv8-win.S
[862/1216] Compiling chacha20_poly1305_armv8-apple.S
[863/1216] Compiling chacha-x86_64-linux.S
[864/1216] Compiling chacha-x86_64-apple.S
[865/1216] Compiling chacha20_poly1305_armv8-linux.S
[866/1216] Compiling chacha-x86-linux.S
[867/1216] Compiling chacha-armv8-win.S
[868/1216] Compiling chacha-x86-apple.S
[869/1216] Compiling CCryptoBoringSSLShims shims.c
[870/1216] Compiling chacha-armv8-linux.S
[871/1216] Compiling chacha-armv8-apple.S
[872/1216] Compiling chacha-armv4-linux.S
[873/1216] Compiling aes128gcmsiv-x86_64-apple.S
[874/1216] Compiling aes128gcmsiv-x86_64-linux.S
[875/1216] Compiling x86_64-mont5-apple.S
[876/1216] Compiling x86_64-mont-linux.S
[877/1216] Compiling x86_64-mont5-linux.S
[878/1216] Compiling x86_64-mont-apple.S
[879/1216] Compiling x86-mont-linux.S
[880/1216] Compiling x86-mont-apple.S
[881/1216] Compiling vpaes-x86_64-linux.S
[882/1216] Compiling vpaes-x86_64-apple.S
[883/1216] Compiling vpaes-x86-linux.S
[884/1216] Compiling vpaes-x86-apple.S
[885/1216] Compiling vpaes-armv8-linux.S
[886/1216] Compiling vpaes-armv8-win.S
[887/1216] Compiling vpaes-armv8-apple.S
[888/1216] Compiling vpaes-armv7-linux.S
[889/1216] Compiling sha512-x86_64-linux.S
[890/1216] Compiling sha512-x86_64-apple.S
[891/1216] Compiling sha512-armv8-apple.S
[892/1216] Compiling sha512-armv8-win.S
[893/1216] Compiling sha512-armv4-linux.S
[894/1216] Compiling sha512-586-apple.S
[895/1216] Compiling sha256-x86_64-linux.S
[896/1216] Compiling sha512-586-linux.S
[897/1216] Compiling sha512-armv8-linux.S
[897/1216] Compiling sha256-x86_64-apple.S
[899/1216] Compiling sha256-armv8-linux.S
[900/1216] Compiling sha256-armv4-linux.S
[901/1216] Compiling sha256-armv8-win.S
[902/1216] Compiling sha256-armv8-apple.S
[903/1216] Compiling sha256-586-linux.S
[904/1216] Compiling err_data.cc
[905/1216] Compiling sha256-586-apple.S
[906/1216] Compiling sha1-x86_64-apple.S
[907/1216] Compiling sha1-x86_64-linux.S
[908/1216] Compiling sha1-armv8-win.S
[909/1216] Compiling sha1-armv8-linux.S
[910/1216] Compiling sha1-armv4-large-linux.S
[911/1216] Compiling sha1-armv8-apple.S
[912/1216] Compiling sha1-586-linux.S
[913/1216] Compiling sha1-586-apple.S
[914/1216] Compiling rsaz-avx2-linux.S
[915/1216] Compiling rdrand-x86_64-linux.S
[916/1216] Compiling rsaz-avx2-apple.S
[917/1216] Compiling rdrand-x86_64-apple.S
[918/1216] Compiling p256_beeu-x86_64-asm-linux.S
[919/1216] Compiling p256_beeu-armv8-asm-win.S
[920/1216] Compiling p256_beeu-armv8-asm-apple.S
[921/1216] Compiling p256_beeu-x86_64-asm-apple.S
[922/1216] Compiling p256-x86_64-asm-linux.S
[923/1216] Compiling p256_beeu-armv8-asm-linux.S
[924/1216] Compiling p256-x86_64-asm-apple.S
[925/1216] Compiling p256-armv8-asm-win.S
[926/1216] Compiling ghashv8-armv8-win.S
[927/1216] Compiling p256-armv8-asm-apple.S
[928/1216] Compiling ghashv8-armv8-apple.S
[929/1216] Compiling ghashv8-armv7-linux.S
[930/1216] Compiling ghashv8-armv8-linux.S
[931/1216] Compiling p256-armv8-asm-linux.S
[932/1216] Compiling ghash-x86_64-linux.S
[933/1216] Compiling ghash-x86-linux.S
[934/1216] Compiling ghash-x86_64-apple.S
[935/1216] Compiling ghash-ssse3-x86_64-apple.S
[936/1216] Compiling ghash-x86-apple.S
[937/1216] Compiling ghash-ssse3-x86_64-linux.S
[938/1216] Compiling ghash-ssse3-x86-linux.S
[939/1216] Compiling ghash-neon-armv8-linux.S
[940/1216] Compiling ghash-ssse3-x86-apple.S
[941/1216] Compiling ghash-neon-armv8-apple.S
[942/1216] Compiling ghash-neon-armv8-win.S
[943/1216] Compiling ghash-armv4-linux.S
[944/1216] Compiling bn-armv8-linux.S
[945/1216] Compiling co-586-apple.S
[946/1216] Compiling co-586-linux.S
[947/1216] Compiling bsaes-armv7-linux.S
[948/1216] Compiling bn-armv8-win.S
[949/1216] Compiling bn-586-linux.S
[950/1216] Compiling bn-armv8-apple.S
[951/1216] Compiling armv8-mont-win.S
[952/1216] Compiling armv8-mont-apple.S
[953/1216] Compiling armv8-mont-linux.S
[954/1216] Compiling bn-586-apple.S
[955/1216] Compiling armv4-mont-linux.S
[956/1216] Compiling aesv8-gcm-armv8-linux.S
[957/1216] Compiling aesv8-gcm-armv8-apple.S
[958/1216] Compiling aesv8-gcm-armv8-win.S
[959/1216] Compiling aesv8-armv8-apple.S
[960/1216] Compiling aesv8-armv8-win.S
[961/1216] Compiling aesv8-armv8-linux.S
[962/1216] Compiling aesv8-armv7-linux.S
[963/1216] Compiling aesni-x86_64-linux.S
[964/1216] Compiling aesni-x86_64-apple.S
[965/1216] Compiling aesni-x86-apple.S
[966/1216] Compiling aesni-gcm-x86_64-linux.S
[967/1216] Compiling aesni-x86-linux.S
[968/1216] Compiling aes-gcm-avx10-x86_64-linux.S
[969/1216] Compiling aesni-gcm-x86_64-apple.S
[970/1216] Compiling aes-gcm-avx10-x86_64-apple.S
[971/1216] Compiling x_sig.cc
[972/1216] Compiling x_x509a.cc
[973/1216] Compiling x_req.cc
[974/1216] Compiling x_x509.cc
[975/1216] Compiling x_val.cc
[976/1216] Compiling x_spki.cc
[977/1216] Compiling x_pubkey.cc
[978/1216] Compiling x_all.cc
[979/1216] Compiling x_attrib.cc
[980/1216] Compiling x_name.cc
[981/1216] Compiling x_exten.cc
[982/1216] Compiling x_crl.cc
[983/1216] Compiling c-nioatomics.c
[984/1216] Compiling x509name.cc
[985/1216] Compiling x509spki.cc
[986/1216] Compiling x_algor.cc
[987/1216] Compiling x509rset.cc
[988/1216] Compiling x509cset.cc
[989/1216] Compiling c-atomics.c
[990/1216] Compiling x509_vpm.cc
[991/1216] Compiling x509_vfy.cc
[993/1222] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[993/1222] Compiling x509_trs.cc
[995/1222] Compiling NIOConcurrencyHelpers NIOLock.swift
[995/1222] Compiling x509_v3.cc
[996/1222] Compiling x509_txt.cc
[997/1222] Compiling x509_set.cc
[999/1222] Compiling NIOConcurrencyHelpers lock.swift
[999/1222] Compiling x509_req.cc
[1001/1222] Compiling NIOConcurrencyHelpers atomics.swift
[1001/1222] Compiling x509_obj.cc
[1003/1222] Emitting module NIOConcurrencyHelpers
[1004/1222] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1005/1283] Compiling x509_lu.cc
[1006/1306] Compiling x509_ext.cc
[1007/1309] Compiling x509_d2.cc
[1008/1309] Compiling x509_def.cc
[1009/1309] Compiling x509_att.cc
[1010/1309] Compiling x509.cc
[1011/1309] Compiling x509_cmp.cc
[1013/1309] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1014/1309] Compiling ConsoleKitTerminal ConsoleClear.swift
[1015/1309] Compiling ConsoleKitTerminal Console+Ask.swift
[1016/1309] Compiling ConsoleKitTerminal Console+Choose.swift
[1017/1312] Compiling ConsoleKitTerminal Console+Wait.swift
[1018/1312] Compiling ConsoleKitTerminal ConsoleColor.swift
[1019/1312] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1020/1312] Compiling ConsoleKitTerminal Console+Confirm.swift
[1021/1312] Compiling ConsoleKitTerminal Console+Input.swift
[1022/1312] Compiling ConsoleKitTerminal Console+Center.swift
[1023/1312] Compiling ConsoleKitTerminal Console+Output.swift
[1024/1312] Compiling ConsoleKitTerminal ActivityBar.swift
[1025/1312] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1026/1312] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1027/1312] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1028/1312] Emitting module ConsoleKitTerminal
[1029/1312] Compiling ConsoleKitTerminal CustomActivity.swift
[1030/1312] Compiling ConsoleKitTerminal LoadingBar.swift
[1031/1312] Compiling ConsoleKitTerminal ProgressBar.swift
[1032/1312] Compiling ConsoleKitTerminal Console+Clear.swift
[1033/1312] Compiling ConsoleKitTerminal ConsoleText.swift
[1034/1312] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1035/1312] Compiling ConsoleKitTerminal ANSI.swift
[1036/1312] Compiling ConsoleKitTerminal Console.swift
[1037/1312] Compiling ConsoleKitTerminal Terminal.swift
[1038/1312] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1039/1312] Compiling NIOCore MulticastChannel.swift
[1040/1312] Compiling NIOCore NIOAny.swift
[1041/1312] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1042/1312] Compiling NIOCore NIOLoopBound.swift
[1043/1312] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1044/1312] Compiling NIOCore NIOScheduledCallback.swift
[1045/1312] Compiling NIOCore NIOSendable.swift
[1046/1312] Compiling NIOCore RecvByteBufferAllocator.swift
[1046/1320] Compiling v3_skey.cc
[1047/1320] Compiling v3_utl.cc
[1048/1320] Compiling v3_purp.cc
[1050/1320] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1051/1320] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1052/1320] Compiling ConsoleKitTerminal LoggerFragment.swift
[1053/1321] Compiling NIOCore IO.swift
[1054/1321] Compiling NIOCore IOData.swift
[1055/1321] Compiling NIOCore IPProtocol.swift
[1056/1321] Compiling NIOCore IntegerBitPacking.swift
[1057/1321] Compiling NIOCore IntegerTypes.swift
[1058/1321] Compiling NIOCore Interfaces.swift
[1059/1321] Compiling NIOCore Linux.swift
[1060/1321] Compiling NIOCore MarkedCircularBuffer.swift
[1060/1321] Compiling v3_pmaps.cc
[1062/1321] Compiling v3_pcons.cc
[1063/1321] Compiling v3_prn.cc
[1064/1343] Compiling v3_ocsp.cc
[1066/1343] Compiling ConsoleKitCommands CommandSignature.swift
[1067/1343] Compiling ConsoleKitCommands Flag.swift
[1068/1343] Compiling ConsoleKitCommands Option.swift
[1069/1345] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1070/1345] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1071/1345] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1072/1345] Compiling NIOCore EventLoopFuture.swift
[1073/1345] Compiling NIOCore FileDescriptor.swift
[1074/1345] Compiling NIOCore FileHandle.swift
[1075/1345] Compiling NIOCore FileRegion.swift
[1076/1345] Compiling NIOCore GlobalSingletons.swift
[1077/1345] Compiling ConsoleKitCommands Command.swift
[1078/1345] Compiling ConsoleKitCommands CommandContext.swift
[1079/1345] Compiling ConsoleKitCommands CommandError.swift
[1080/1345] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1081/1345] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1082/1345] Compiling ConsoleKitCommands Argument.swift
[1083/1345] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1084/1345] Compiling ConsoleKitCommands AsyncCommand.swift
[1085/1345] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1086/1345] Emitting module ConsoleKitCommands
[1087/1345] Compiling ConsoleKitCommands AsyncCommands.swift
[1088/1345] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1089/1345] Compiling ConsoleKitCommands AnyCommand.swift
[1089/1345] Compiling v3_ncons.cc
[1090/1345] Compiling v3_info.cc
[1091/1345] Compiling v3_lib.cc
[1092/1345] Compiling v3_ia5.cc
[1093/1345] Compiling v3_int.cc
[1095/1345] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1096/1345] Compiling ConsoleKitCommands Utilities.swift
[1098/1345] Compiling NIOCore Codec.swift
[1099/1345] Compiling NIOCore ConvenienceOptionSupport.swift
[1100/1345] Compiling NIOCore DeadChannel.swift
[1101/1345] Compiling NIOCore DispatchQueue+WithFuture.swift
[1102/1345] Compiling NIOCore EventLoop+Deprecated.swift
[1103/1345] Compiling NIOCore EventLoop+SerialExecutor.swift
[1104/1345] Compiling NIOCore EventLoop.swift
[1105/1345] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1106/1345] Compiling NIOCore SocketAddresses.swift
[1107/1345] Compiling NIOCore SocketOptionProvider.swift
[1108/1345] Compiling NIOCore SystemCallHelpers.swift
[1109/1345] Compiling NIOCore TimeAmount+Duration.swift
[1110/1345] Compiling NIOCore TypeAssistedChannelHandler.swift
[1111/1345] Compiling NIOCore UniversalBootstrapSupport.swift
[1112/1345] Compiling NIOCore Utilities.swift
[1112/1345] Compiling v3_genn.cc
[1113/1345] Compiling v3_extku.cc
[1114/1345] Compiling v3_crld.cc
[1115/1345] Compiling v3_conf.cc
[1116/1345] Compiling v3_enum.cc
[1127/1345] Compiling ConsoleKitCommands Console+Run.swift
[1128/1345] Compiling ConsoleKitCommands ConsoleError.swift
[1129/1345] Compiling ConsoleKitCommands Completion.swift
[1129/1345] Compiling v3_cpols.cc
[1131/1345] Compiling ConsoleKitCommands CommandGroup.swift
[1132/1345] Compiling ConsoleKitCommands CommandInput.swift
[1133/1345] Compiling ConsoleKitCommands Commands.swift
[1134/1346] Compiling v3_bitst.cc
[1135/1346] Compiling t_x509a.cc
[1136/1346] Compiling v3_alt.cc
[1137/1346] Compiling v3_bcons.cc
[1138/1346] Compiling v3_akeya.cc
[1139/1346] Compiling v3_akey.cc
[1140/1348] Compiling t_x509.cc
[1142/1348] Emitting module ConsoleKit
[1143/1348] Compiling ConsoleKit Exports.swift
[1144/1349] Compiling i2d_pr.cc
[1145/1349] Compiling policy.cc
[1146/1349] Compiling t_req.cc
[1147/1349] Compiling t_crl.cc
[1148/1349] Compiling name_print.cc
[1149/1349] Compiling rsa_pss.cc
[1150/1349] Compiling by_file.cc
[1151/1349] Compiling by_dir.cc
[1152/1349] Compiling algorithm.cc
[1153/1349] Compiling asn1_gen.cc
[1154/1349] Compiling a_verify.cc
[1155/1349] Compiling a_sign.cc
[1156/1349] Compiling a_digest.cc
[1157/1349] Compiling thread_pthread.cc
[1158/1349] Compiling thread_win.cc
[1159/1349] Compiling voprf.cc
[1178/1349] Compiling trust_token.cc
[1179/1349] Compiling thread_none.cc
[1180/1349] Compiling thread.cc
[1182/1349] Emitting module NIOCore
[1182/1349] Compiling pmbtoken.cc
[1184/1350] Compiling stack.cc
[1185/1350] Compiling thash.cc
[1186/1351] Compiling wots.cc
[1187/1400] Compiling merkle.cc
[1188/1400] Compiling fors.cc
[1189/1400] Compiling slhdsa.cc
[1190/1400] Compiling sha512.cc
[1191/1400] Compiling siphash.cc
[1192/1400] Compiling sha256.cc
[1193/1400] Compiling rsa_extra.cc
[1194/1400] Compiling rsa_print.cc
[1195/1400] Compiling rsa_crypt.cc
[1196/1400] Compiling sha1.cc
[1197/1400] Compiling refcount.cc
[1199/1400] Compiling NIOEmbedded Embedded.swift
[1200/1400] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1201/1400] Emitting module NIOEmbedded
[1202/1400] Compiling NIOEmbedded AsyncTestingChannel.swift
[1202/1401] Compiling rsa_asn1.cc
[1203/1401] Compiling rc4.cc
[1205/1401] Compiling windows.cc
[1206/1401] Compiling urandom.cc
[1206/1401] Compiling trusty.cc
[1208/1401] Compiling rand_extra.cc
[1209/1401] Compiling passive.cc
[1210/1401] Compiling getentropy.cc
[1211/1401] Compiling ios.cc
[1212/1401] Compiling poly1305_arm_asm.S
[1213/1401] Compiling forkunsafe.cc
[1214/1401] Compiling fork_detect.cc
[1215/1401] Compiling deterministic.cc
[1216/1401] Compiling poly1305_arm.cc
[1217/1401] Compiling poly1305_vec.cc
[1218/1401] Compiling poly1305.cc
[1219/1401] Compiling pool.cc
[1220/1401] Compiling pkcs8_x509.cc
[1222/1401] Compiling NIOPosix Pool.swift
[1223/1401] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1224/1401] Compiling NIOPosix PosixSingletons.swift
[1225/1401] Compiling NIOPosix RawSocketBootstrap.swift
[1226/1401] Compiling NIOPosix Resolver.swift
[1227/1401] Compiling NIOPosix Selectable.swift
[1228/1401] Compiling NIOPosix ServerSocket.swift
[1229/1401] Compiling NIOPosix Socket.swift
[1230/1401] Compiling NIOPosix SocketChannel.swift
[1231/1401] Compiling NIOPosix SocketProtocols.swift
[1232/1401] Compiling NIOPosix System.swift
[1233/1401] Compiling NIOPosix Thread.swift
[1234/1401] Compiling NIOPosix SelectableChannel.swift
[1235/1401] Compiling NIOPosix SelectableEventLoop.swift
[1236/1401] Compiling NIOPosix SelectorEpoll.swift
[1237/1401] Compiling NIOPosix SelectorGeneric.swift
[1238/1401] Compiling NIOPosix SelectorKqueue.swift
[1239/1401] Compiling NIOPosix SelectorUring.swift
[1239/1407] Compiling pkcs8.cc
[1241/1407] Emitting module NIOPosix
[1242/1407] Compiling NIOPosix BSDSocketAPICommon.swift
[1243/1407] Compiling NIOPosix BSDSocketAPIPosix.swift
[1244/1407] Compiling NIOPosix BSDSocketAPIWindows.swift
[1245/1407] Compiling NIOPosix BaseSocket.swift
[1246/1407] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1247/1407] Compiling NIOPosix BaseSocketChannel.swift
[1248/1407] Compiling NIOPosix BaseStreamSocketChannel.swift
[1248/1407] Compiling pkcs7.cc
[1249/1407] Compiling p5_pbev2.cc
[1250/1407] Compiling pem_xaux.cc
[1251/1407] Compiling pem_x509.cc
[1252/1407] Compiling pkcs7_x509.cc
[1254/1407] Compiling NIOPosix IO.swift
[1255/1407] Compiling NIOPosix IntegerBitPacking.swift
[1256/1407] Compiling NIOPosix IntegerTypes.swift
[1257/1407] Compiling NIOPosix Linux.swift
[1258/1407] Compiling NIOPosix LinuxCPUSet.swift
[1259/1407] Compiling NIOPosix LinuxUring.swift
[1260/1407] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1261/1407] Compiling NIOPosix NIOThreadPool.swift
[1262/1407] Compiling NIOPosix NonBlockingFileIO.swift
[1263/1407] Compiling NIOPosix PendingDatagramWritesManager.swift
[1264/1407] Compiling NIOPosix PendingWritesManager.swift
[1265/1407] Compiling NIOPosix PipeChannel.swift
[1266/1407] Compiling NIOPosix PipePair.swift
[1267/1407] Compiling NIOPosix Bootstrap.swift
[1268/1407] Compiling NIOPosix ControlMessage.swift
[1269/1407] Compiling NIOPosix DatagramVectorReadManager.swift
[1270/1407] Compiling NIOPosix Errors+Any.swift
[1271/1407] Compiling NIOPosix FileDescriptor.swift
[1272/1407] Compiling NIOPosix GetaddrinfoResolver.swift
[1273/1407] Compiling NIOPosix HappyEyeballs.swift
[1273/1407] Compiling pem_pkey.cc
[1275/1407] Compiling NIOPosix ThreadPosix.swift
[1276/1407] Compiling NIOPosix ThreadWindows.swift
[1277/1407] Compiling NIOPosix UnsafeTransfer.swift
[1278/1407] Compiling NIOPosix Utilities.swift
[1279/1407] Compiling NIOPosix VsockAddress.swift
[1280/1407] Compiling NIOPosix VsockChannelEvents.swift
[1281/1408] Compiling pem_pk8.cc
[1282/1408] Compiling obj_xref.cc
[1283/1410] Compiling pem_oth.cc
[1285/1410] Emitting module NIO
[1285/1410] Compiling pem_lib.cc
[1287/1410] Compiling NIO Exports.swift
[1288/1446] Compiling pem_info.cc
[1289/1446] Compiling mlkem.cc
[1290/1446] Compiling obj.cc
[1291/1446] Compiling mem.cc
[1292/1446] Compiling mldsa.cc
[1293/1446] Compiling pem_all.cc
[1294/1485] Compiling md5.cc
[1296/1485] Emitting module _NIOFileSystem
[1296/1489] Compiling md4.cc
[1298/1489] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1299/1489] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1300/1489] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1301/1489] Compiling NIOTLS TLSEvents.swift
[1302/1489] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1303/1489] Emitting module NIOTLS
[1304/1489] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1305/1489] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1306/1489] Compiling NIOSOCKS ClientStateMachine.swift
[1307/1490] Emitting module NIOSOCKS
[1308/1490] Compiling NIOSOCKS SOCKSResponse.swift
[1309/1490] Compiling NIOSOCKS SOCKSClientHandler.swift
[1310/1490] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1310/1490] Compiling lhash.cc
[1311/1490] Compiling poly_rq_mul.S
[1313/1490] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1314/1490] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1315/1492] Compiling NIOSOCKS ServerStateMachine.swift
[1316/1492] Compiling NIOTLS SNIHandler.swift
[1317/1492] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1318/1493] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1319/1493] Emitting module NIOFoundationCompat
[1321/1494] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1322/1494] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1323/1494] Compiling fips_shared_support.cc
[1325/1494] Compiling NIOSOCKS Errors.swift
[1326/1494] Compiling NIOSOCKS Helpers.swift
[1327/1494] Compiling NIOSOCKS AuthenticationMethod.swift
[1328/1494] Compiling NIOSOCKS ClientGreeting.swift
[1329/1494] Compiling NIOSOCKS Messages.swift
[1330/1494] Compiling NIOSOCKS SOCKSRequest.swift
[1330/1495] Compiling kyber.cc
[1337/1495] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1338/1495] Compiling _NIOFileSystem Mocking.swift
[1339/1495] Compiling _NIOFileSystem Syscall.swift
[1340/1495] Compiling _NIOFileSystem Syscalls.swift
[1341/1495] Compiling _NIOFileSystem ParallelDirCopy.swift
[1342/1495] Compiling _NIOFileSystem ParallelRemoval.swift
[1343/1495] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1344/1495] Compiling _NIOFileSystem CInterop.swift
[1345/1495] Compiling _NIOFileSystem Errno.swift
[1349/1517] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1350/1517] Compiling NIOTransportServices NIOTSSingletons.swift
[1351/1517] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1352/1517] Compiling NIOTransportServices NIOTSBootstraps.swift
[1353/1517] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1354/1517] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1355/1517] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1356/1517] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1357/1517] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1358/1517] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1359/1517] Compiling NIOTransportServices NIOTSErrors.swift
[1360/1517] Compiling NIOTransportServices NIOTSEventLoop.swift
[1361/1517] Compiling NIOTransportServices AcceptHandler.swift
[1362/1517] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1363/1517] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1364/1517] Emitting module NIOTransportServices
[1365/1519] Compiling NIOTransportServices StateManagedChannel.swift
[1366/1519] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1367/1519] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1371/1519] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1372/1519] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1373/1519] Compiling _NIOFileSystem FileType.swift
[1374/1519] Compiling _NIOFileSystem IOStrategy.swift
[1380/1522] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1381/1522] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1382/1522] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1383/1548] Compiling NIOSSL SSLPublicKey.swift
[1384/1548] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1384/1549] Compiling ex_data.cc
[1386/1549] Compiling hpke.cc
[1387/1549] Compiling hrss.cc
[1389/1549] Emitting module NIOHTTP1
[1390/1549] Compiling NIOSSL SSLCertificate.swift
[1391/1549] Compiling NIOSSL SSLCertificateExtensions.swift
[1392/1549] Compiling NIOSSL SSLCertificateName.swift
[1393/1549] Compiling NIOSSL ByteBufferBIO.swift
[1394/1549] Compiling NIOSSL CustomPrivateKey.swift
[1395/1549] Compiling NIOSSL ObjectIdentifier.swift
[1396/1549] Compiling NIOSSL PosixPort.swift
[1397/1549] Compiling NIOSSL IdentityVerification.swift
[1398/1549] Compiling NIOSSL NIOSSLServerHandler.swift
[1399/1550] Compiling pbkdf.cc
[1400/1550] Compiling sign.cc
[1402/1550] Compiling _NIOFileSystem SystemFileHandle.swift
[1403/1550] Compiling _NIOFileSystem Utilities.swift
[1404/1550] Compiling _NIOFileSystem OpenOptions.swift
[1405/1550] Compiling _NIOFileSystem String+FileSystem.swift
[1405/1550] Compiling print.cc
[1406/1550] Compiling scrypt.cc
[1408/1596] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1409/1597] Compiling NIOWebSocket WebSocketOpcode.swift
[1410/1597] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1411/1597] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1412/1597] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1413/1597] Compiling NIOExtras PCAPRingBuffer.swift
[1414/1597] Compiling NIOExtras QuiescingHelper.swift
[1415/1599] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1416/1599] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1417/1599] Emitting module NIOWebSocket
[1418/1599] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1419/1599] Compiling NIOExtras NIOExtrasError.swift
[1420/1599] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1421/1599] Compiling NIOExtras NIORequestIdentifiable.swift
[1422/1599] Compiling NIOHPACK IntegerCoding.swift
[1423/1599] Compiling NIOHPACK IndexedHeaderTable.swift
[1424/1600] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1425/1600] Emitting module NIOHTTPCompression
[1426/1600] Compiling NIOHTTPCompression HTTPCompression.swift
[1427/1600] Compiling NIOHTTPCompression HTTPDecompression.swift
[1428/1600] Emitting module NIOSSL
[1429/1604] Compiling NIOExtras LineBasedFrameDecoder.swift
[1434/1604] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1437/1604] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1438/1604] Compiling NIOExtras LengthFieldPrepender.swift
[1439/1605] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1439/1606] Compiling p_x25519_asn1.cc
[1441/1606] Compiling NIOHPACK HuffmanTables.swift
[1442/1606] Compiling NIOExtras RequestResponseHandler.swift
[1443/1606] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1444/1606] Compiling NIOExtras JSONRPCFraming.swift
[1445/1606] Compiling NIOExtras DebugInboundEventsHandler.swift
[1446/1606] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1450/1606] Compiling NIOHPACK HuffmanCoding.swift
[1451/1606] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1452/1606] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1455/1606] Compiling NIOWebSocket WebSocketFrame.swift
[1456/1607] Emitting module NIOHPACK
[1457/1607] Compiling NIOHPACK StaticHeaderTable.swift
[1458/1607] Emitting module NIOExtras
[1469/1607] Compiling NIOSSL SSLPrivateKey.swift
[1472/1607] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1473/1607] Compiling NIOSSL SubjectAlternativeName.swift
[1474/1607] Compiling NIOSSL NIOSSLSecureBytes.swift
[1475/1607] Compiling NIOSSL RNG.swift
[1476/1607] Compiling NIOSSL SafeCompare.swift
[1483/1611] Emitting module _NIOFileSystemFoundationCompat
[1485/1611] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1486/1611] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1486/1611] Compiling p_x25519.cc
[1488/1614] Compiling p_rsa.cc
[1499/1614] Compiling NIOExtras UnsafeTransfer.swift
[1500/1614] Compiling NIOExtras WritePCAPHandler.swift
[1501/1614] Compiling NIOSSL NIOSSLHandler.swift
[1505/1616] Compiling p_rsa_asn1.cc
[1507/1672] Compiling NIOFileSystem Exports.swift
[1508/1672] Emitting module NIOFileSystem
[1510/1673] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1511/1673] Compiling NIOHTTP2 HasLocalSettings.swift
[1512/1674] Compiling p_ed25519.cc
[1514/1674] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1515/1674] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1516/1674] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1517/1674] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1517/1674] Compiling p_hkdf.cc
[1518/1674] Compiling p_ed25519_asn1.cc
[1520/1675] Compiling bcm.cc
[1521/1675] Compiling p_ec_asn1.cc
[1522/1675] Compiling p_ec.cc
[1523/1675] Compiling p_dsa_asn1.cc
[1524/1675] Compiling p_dh_asn1.cc
[1525/1675] Compiling p_dh.cc
[1526/1675] Compiling evp_ctx.cc
[1528/1717] Compiling WebSocketKit WebSocket+Connect.swift
[1529/1717] Compiling WebSocketKit WebSocketHandler.swift
[1529/1717] Compiling evp_asn1.cc
[1531/1717] Compiling WebSocketKit Exports.swift
[1532/1717] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1532/1717] Compiling engine.cc
[1534/1717] Compiling WebSocketKit WebSocket+Concurrency.swift
[1535/1717] Emitting module WebSocketKit
[1535/1717] Compiling evp.cc
[1537/1717] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1538/1717] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1539/1717] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1540/1717] Compiling NIOHTTP2 HTTP2StreamID.swift
[1541/1717] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1542/1717] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1543/1717] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1544/1717] Compiling NIOHTTP2 InboundEventBuffer.swift
[1544/1725] Compiling err.cc
[1546/1725] Compiling WebSocketKit WebSocket.swift
[1546/1725] Compiling ecdh_extra.cc
[1548/1725] Compiling WebSocketKit WebSocketClient.swift
[1548/1726] Compiling ecdsa_asn1.cc
[1551/1726] Compiling RediStack ConnectionPool.swift
[1552/1726] Compiling RediStack RedisConnectionPool+Configuration.swift
[1553/1726] Compiling RediStack RedisConnectionPool.swift
[1554/1726] Compiling RediStack RedisConnectionPoolError.swift
[1555/1726] Compiling RediStack StandardLibrary.swift
[1556/1726] Compiling RediStack SwiftNIO.swift
[1557/1726] Compiling RediStack RESPTranslator.swift
[1558/1726] Compiling RediStack RESPValue.swift
[1559/1726] Compiling RediStack SetCommands.swift
[1560/1726] Compiling RediStack SortedSetCommands.swift
[1561/1726] Compiling RediStack RedisClusterNodeID.swift
[1562/1726] Compiling RediStack RedisClusterShardDescriptionProtocol.swift
[1563/1726] Compiling RediStack RedisHashSlot.swift
[1564/1726] Compiling RediStack SwiftPolyfill.swift
[1565/1726] Compiling RediStack BasicCommands.swift
[1566/1726] Compiling RediStack StringCommands.swift
[1567/1726] Compiling RediStack RedisByteDecoder.swift
[1568/1726] Compiling RediStack RedisCommandHandler.swift
[1569/1726] Compiling RediStack RedisMessageEncoder.swift
[1570/1726] Compiling RediStack RedisPubSubHandler.swift
[1571/1726] Compiling RediStack RedisClusterNodeDescriptionProtocol.swift
[1572/1726] Compiling RediStack HashCommands.swift
[1573/1726] Compiling RediStack ListCommands.swift
[1574/1726] Compiling RediStack PubSubCommands.swift
[1574/1726] Compiling hash_to_curve.cc
[1575/1726] Compiling ec_derive.cc
[1577/1726] Compiling RediStack RedisChannelName.swift
[1578/1726] Compiling RediStack RedisClient.swift
[1579/1726] Compiling RediStack RedisCommandEncoder-multi-encode.swift
[1580/1726] Compiling RediStack RedisCommandEncoder.swift
[1585/1726] Compiling RediStack RESPValueConvertible.swift
[1586/1726] Compiling RediStack RedisConnection+Configuration.swift
[1587/1726] Compiling RediStack RedisConnection.swift
[1588/1726] Compiling RediStack RedisError.swift
[1589/1726] Compiling RediStack RedisKey+TTL.swift
[1594/1730] Compiling ec_asn1.cc
[1595/1730] Compiling dsa.cc
[1596/1730] Compiling dsa_asn1.cc
[1603/1730] Emitting module NIOHTTP2
[1603/1730] Compiling dh_asn1.cc
[1604/1730] Compiling params.cc
[1605/1730] Compiling digest_extra.cc
[1606/1730] Compiling x25519-asm-arm.S
[1608/1730] Compiling RediStack RedisKey.swift
[1609/1730] Compiling RediStack RedisLogging.swift
[1610/1730] Compiling RediStack RedisMetrics.swift
[1611/1730] Compiling RediStack _Deprecations.swift
[1612/1730] Emitting module RediStack
[1623/1731] Compiling curve25519_64_adx.cc
[1624/1731] Compiling des.cc
[1625/1731] Compiling cpu_intel.cc
[1627/1731] Compiling NIOHTTP2 InboundWindowManager.swift
[1628/1731] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1629/1731] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1630/1731] Compiling NIOHTTP2 StreamChannelList.swift
[1631/1731] Compiling NIOHTTP2 StreamMap.swift
[1632/1731] Compiling NIOHTTP2 StreamStateMachine.swift
[1633/1731] Compiling NIOHTTP2 UnsafeTransfer.swift
[1634/1731] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1634/1731] Compiling crypto.cc
[1635/1731] Compiling spake25519.cc
[1636/1731] Compiling curve25519.cc
[1637/1731] Compiling cpu_arm_freebsd.cc
[1638/1731] Compiling cpu_aarch64_win.cc
[1639/1731] Compiling cpu_arm_linux.cc
[1641/1731] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1642/1731] Compiling NIOHTTP2 HTTP2Frame.swift
[1643/1731] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1644/1731] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1645/1731] Compiling NIOHTTP2 HTTP2PingData.swift
[1646/1731] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1647/1731] Compiling NIOHTTP2 HTTP2Settings.swift
[1648/1731] Compiling NIOHTTP2 HTTP2Stream.swift
[1648/1731] Compiling cpu_aarch64_fuchsia.cc
[1649/1731] Compiling cpu_aarch64_sysreg.cc
[1650/1731] Compiling cpu_aarch64_openbsd.cc
[1651/1731] Compiling cpu_aarch64_linux.cc
[1652/1731] Compiling cpu_aarch64_apple.cc
[1667/1731] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1668/1731] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1669/1731] Compiling NIOHTTP2 HTTP2Error.swift
[1670/1731] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1670/1732] Compiling tls_cbc.cc
[1671/1732] Compiling conf.cc
[1672/1732] Compiling e_rc4.cc
[1673/1732] Compiling e_tls.cc
[1675/1732] Compiling e_null.cc
[1676/1732] Compiling e_rc2.cc
[1677/1732] Compiling e_des.cc
[1678/1732] Compiling derive_key.cc
[1679/1732] Compiling e_chacha20poly1305.cc
[1680/1732] Compiling e_aesgcmsiv.cc
[1681/1732] Compiling e_aesctrhmac.cc
[1682/1732] Compiling cipher_extra.cc
[1683/1732] Compiling chacha.cc
[1684/1732] Compiling unicode.cc
[1685/1732] Compiling ber.cc
[1686/1732] Compiling bn_asn1.cc
[1687/1732] Compiling cbs.cc
[1688/1732] Compiling buf.cc
[1689/1732] Compiling asn1_compat.cc
[1690/1732] Compiling cbb.cc
[1691/1732] Compiling convert.cc
[1692/1732] Compiling pair.cc
[1693/1732] Compiling blake2.cc
[1694/1732] Compiling printf.cc
[1695/1732] Compiling file.cc
[1696/1732] Compiling hexdump.cc
[1697/1732] Compiling fd.cc
[1698/1732] Compiling bio_mem.cc
[1699/1732] Compiling errno.cc
[1700/1732] Compiling base64.cc
[1701/1732] Compiling tasn_utl.cc
[1702/1732] Compiling bio.cc
[1703/1732] Compiling tasn_typ.cc
[1704/1732] Compiling tasn_fre.cc
[1705/1732] Compiling tasn_new.cc
[1706/1732] Compiling tasn_dec.cc
[1707/1732] Compiling tasn_enc.cc
[1708/1732] Compiling f_int.cc
[1709/1732] Compiling f_string.cc
[1710/1732] Compiling asn_pack.cc
[1711/1732] Compiling a_strnid.cc
[1712/1732] Compiling a_time.cc
[1713/1732] Compiling a_utctm.cc
[1714/1732] Compiling posix_time.cc
[1715/1732] Compiling asn1_lib.cc
[1716/1732] Compiling asn1_par.cc
[1717/1732] Compiling a_type.cc
[1718/1732] Compiling a_i2d_fp.cc
[1719/1732] Compiling a_octet.cc
[1720/1732] Compiling a_int.cc
[1721/1732] Compiling a_dup.cc
[1722/1732] Compiling a_strex.cc
[1723/1732] Write sources
[1725/1732] Compiling a_object.cc
[1726/1732] Compiling a_mbstr.cc
[1727/1732] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1728/1732] Compiling a_gentm.cc
[1729/1810] Compiling a_d2i_fp.cc
[1730/1810] Compiling a_bool.cc
[1731/1810] Compiling a_bitstr.cc
[1733/1810] Emitting module BitCollections
[1734/1817] Compiling BitCollections BitSet+Initializers.swift
[1735/1817] Compiling BitCollections BitSet+Invariants.swift
[1736/1817] Compiling BitCollections BitSet+Random.swift
[1737/1817] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1738/1817] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1739/1817] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1740/1817] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1741/1825] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1742/1825] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1743/1825] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1744/1825] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1745/1825] Compiling BitCollections BitSet+SetAlgebra union.swift
[1746/1825] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1747/1825] Compiling BitCollections BitSet.Counted.swift
[1748/1825] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1749/1825] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1750/1825] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1751/1825] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1752/1825] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1753/1825] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1754/1825] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1755/1825] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1756/1825] Compiling BitCollections BitSet+CustomReflectable.swift
[1757/1825] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1758/1825] Compiling BitCollections BitSet+Equatable.swift
[1759/1825] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1760/1825] Compiling BitCollections BitSet+Extras.swift
[1761/1825] Compiling BitCollections BitSet+Hashable.swift
[1762/1825] Compiling Algorithms Compacted.swift
[1763/1825] Compiling Algorithms Cycle.swift
[1764/1825] Compiling Algorithms EitherSequence.swift
[1765/1825] Compiling Algorithms FirstNonNil.swift
[1766/1825] Compiling Algorithms FlattenCollection.swift
[1767/1825] Compiling Algorithms Grouped.swift
[1768/1825] Compiling Algorithms Indexed.swift
[1769/1825] Compiling Algorithms Intersperse.swift
[1778/1828] Compiling Algorithms RandomSample.swift
[1779/1828] Compiling Algorithms Reductions.swift
[1780/1828] Compiling Algorithms Rotate.swift
[1781/1828] Compiling Algorithms Split.swift
[1782/1828] Compiling Algorithms Stride.swift
[1783/1828] Compiling Algorithms Suffix.swift
[1784/1828] Compiling Algorithms Permutations.swift
[1785/1828] Compiling Algorithms Product.swift
[1792/1828] Compiling Algorithms AdjacentPairs.swift
[1793/1828] Compiling Algorithms Chain.swift
[1794/1828] Compiling Algorithms Chunked.swift
[1795/1828] Compiling Algorithms Combinations.swift
[1796/1828] Compiling Algorithms Joined.swift
[1797/1828] Compiling Algorithms Keyed.swift
[1798/1828] Compiling Algorithms MinMax.swift
[1799/1828] Compiling Algorithms Partition.swift
[1806/1828] Compiling BitCollections BitSet.Index.swift
[1807/1828] Compiling BitCollections BitSet._UnsafeHandle.swift
[1808/1828] Compiling BitCollections BitSet.swift
[1809/1828] Compiling BitCollections Range+Utilities.swift
[1810/1828] Compiling BitCollections Slice+Utilities.swift
[1811/1828] Compiling BitCollections UInt+Tricks.swift
[1812/1828] Compiling BitCollections _Word.swift
[1813/1829] Compiling CryptoBoringWrapper RandomBytes.swift
[1815/1829] Compiling Algorithms Trim.swift
[1816/1829] Compiling Algorithms Unique.swift
[1817/1829] Compiling Algorithms Windows.swift
[1822/1829] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1823/1829] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1824/1829] Emitting module CryptoBoringWrapper
[1825/1829] Compiling CryptoBoringWrapper EllipticCurve.swift
[1826/1829] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1827/1829] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1828/1829] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1830/1830] Emitting module Algorithms
[1832/1833] Compiling Collections Collections.swift
[1833/1833] Emitting module Collections
[1835/2006] Compiling MultipartKit FormDataEncoder.swift
[1836/2006] Compiling MultipartKit Storage.swift
[1837/2008] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1838/2008] Compiling MultipartKit FormDataDecoder.swift
[1839/2008] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1840/2010] Compiling MultipartKit MultipartPart.swift
[1841/2010] Compiling MultipartKit MultipartPartConvertible.swift
[1842/2010] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1843/2010] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1844/2010] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1845/2010] Compiling MultipartKit BasicCodingKey.swift
[1846/2010] Compiling MultipartKit MultipartError.swift
[1847/2010] Compiling MultipartKit Exports.swift
[1848/2010] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1849/2010] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1850/2010] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1851/2010] Compiling MultipartKit MultipartSerializer.swift
[1852/2010] Compiling MultipartKit Utilities.swift
[1853/2010] Compiling AsyncKit FutureOperators.swift
[1855/2010] Compiling MultipartKit MultipartParser.swift
[1860/2010] Emitting module MultipartKit
[1869/2010] Compiling MultipartKit MultipartFormData.swift
[1872/2011] Emitting module AsyncHTTPClient
[1873/2019] Compiling AsyncKit Optional+StrictMap.swift
[1874/2019] Compiling AsyncKit Exports.swift
[1885/2019] Compiling AsyncHTTPClient RequestValidation.swift
[1886/2019] Compiling AsyncHTTPClient SSLContextCache.swift
[1887/2019] Compiling AsyncHTTPClient Scheme.swift
[1888/2019] Compiling AsyncHTTPClient Singleton.swift
[1889/2019] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1890/2019] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1891/2019] Compiling AsyncHTTPClient Utils.swift
[1892/2019] Compiling Crypto EdDSA_boring.swift
[1893/2019] Compiling Crypto ECDSA.swift
[1894/2019] Compiling Crypto Ed25519.swift
[1895/2028] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1896/2028] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1897/2028] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1898/2028] Compiling AsyncHTTPClient HTTP1Connection.swift
[1899/2028] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1900/2028] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1901/2028] Compiling AsyncHTTPClient HTTP2Connection.swift
[1902/2028] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1903/2028] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1904/2028] Compiling AsyncHTTPClient RequestBag.swift
[1905/2028] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1906/2028] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1907/2028] Compiling AsyncHTTPClient RequestBodyLength.swift
[1908/2028] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1909/2028] Compiling AsyncHTTPClient HTTPHandler.swift
[1910/2028] Compiling AsyncHTTPClient LRUCache.swift
[1911/2028] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1912/2028] Compiling AsyncHTTPClient NWErrorHandler.swift
[1913/2028] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1914/2028] Compiling AsyncHTTPClient TLSConfiguration.swift
[1915/2028] Compiling AsyncHTTPClient RedirectState.swift
[1916/2028] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1917/2028] Compiling AsyncHTTPClient ConnectionTarget.swift
[1918/2028] Compiling AsyncHTTPClient DeconstructedURL.swift
[1919/2028] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1920/2028] Compiling AsyncHTTPClient FoundationExtensions.swift
[1921/2028] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1922/2028] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1923/2028] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1924/2028] Compiling AsyncHTTPClient HTTPClient.swift
[1925/2028] Emitting module Crypto
[1938/2028] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1939/2028] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1940/2028] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1941/2028] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1942/2028] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1943/2028] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1944/2028] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1955/2028] Emitting module AsyncKit
[2014/2029] Compiling Crypto Signature.swift
[2015/2029] Compiling Crypto CryptoKitErrors_boring.swift
[2016/2029] Compiling Crypto RNG_boring.swift
[2017/2029] Compiling Crypto SafeCompare_boring.swift
[2018/2029] Compiling Crypto Zeroization_boring.swift
[2019/2029] Compiling Crypto PrettyBytes.swift
[2020/2029] Compiling Crypto SafeCompare.swift
[2021/2029] Compiling Crypto SecureBytes.swift
[2022/2029] Compiling Crypto Zeroization.swift
[2032/2200] Compiling Vapor AsyncBasicResponder.swift
[2033/2200] Compiling Vapor AsyncMiddleware.swift
[2034/2200] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2035/2200] Compiling Vapor AsyncSessionDriver.swift
[2036/2200] Compiling Vapor Authentication+Concurrency.swift
[2037/2200] Compiling Vapor Cache+Concurrency.swift
[2038/2200] Compiling Vapor Client+Concurrency.swift
[2039/2200] Compiling Vapor RequestBody+Concurrency.swift
[2040/2200] Compiling Vapor Responder+Concurrency.swift
[2041/2200] Compiling Vapor ResponseCodable+Concurrency.swift
[2042/2200] Compiling Vapor RoutesBuilder+Concurrency.swift
[2043/2200] Compiling Vapor ViewRenderer+Concurrency.swift
[2044/2200] Compiling Vapor WebSocket+Concurrency.swift
[2045/2200] Compiling Vapor ContainerGetPathExecutor.swift
[2046/2200] Compiling Vapor Content.swift
[2047/2200] Compiling Vapor ContentCoders.swift
[2048/2200] Compiling Vapor ContentConfiguration.swift
[2049/2200] Compiling Vapor ContentContainer.swift
[2050/2200] Compiling Vapor JSONCoder+Custom.swift
[2051/2200] Compiling Vapor JSONCoders+Content.swift
[2052/2200] Compiling Vapor PlaintextDecoder.swift
[2053/2200] Compiling Vapor PlaintextEncoder.swift
[2054/2200] Compiling Vapor URLQueryCoders.swift
[2055/2200] Compiling Vapor URLQueryContainer.swift
[2056/2224] Compiling Vapor HTTPServerResponseEncoder.swift
[2057/2224] Compiling Vapor HTTPServerUpgradeHandler.swift
[2058/2224] Compiling Vapor Logger+Report.swift
[2059/2224] Compiling Vapor LoggingSystem+Environment.swift
[2060/2224] Compiling Vapor Application+Middleware.swift
[2061/2224] Compiling Vapor CORSMiddleware.swift
[2062/2224] Compiling Vapor ErrorMiddleware.swift
[2063/2224] Compiling Vapor FileMiddleware.swift
[2064/2224] Compiling Vapor Middleware.swift
[2065/2224] Compiling Vapor MiddlewareConfiguration.swift
[2066/2224] Compiling Vapor ResponseCompressionMiddleware.swift
[2067/2224] Compiling Vapor RouteLoggingMiddleware.swift
[2068/2224] Compiling Vapor TracingMiddleware.swift
[2069/2224] Compiling Vapor File+Multipart.swift
[2070/2224] Compiling Vapor FormDataDecoder+Content.swift
[2071/2224] Compiling Vapor FormDataEncoder+Content.swift
[2072/2224] Compiling Vapor Application+Password.swift
[2073/2224] Compiling Vapor Application+Passwords.swift
[2074/2224] Compiling Vapor AsyncPasswordHasher.swift
[2075/2224] Compiling Vapor BcryptHasher.swift
[2076/2224] Compiling Vapor PasswordHasher.swift
[2077/2224] Compiling Vapor PlaintextHasher.swift
[2078/2224] Compiling Vapor Request+Password.swift
[2079/2224] Compiling Vapor Redirect.swift
[2080/2248] Emitting module Vapor
[2081/2248] Compiling Vapor Validator.swift
[2082/2248] Compiling Vapor ValidatorResult.swift
[2083/2248] Compiling Vapor And.swift
[2084/2248] Compiling Vapor Case.swift
[2085/2248] Compiling Vapor CharacterSet.swift
[2086/2248] Compiling Vapor Count.swift
[2087/2248] Compiling Vapor Custom.swift
[2088/2248] Compiling Vapor Email.swift
[2089/2248] Compiling Vapor Empty.swift
[2090/2248] Compiling Vapor In.swift
[2091/2248] Compiling Vapor Nil.swift
[2092/2248] Compiling Vapor NilIgnoring.swift
[2093/2248] Compiling Vapor Not.swift
[2094/2248] Compiling Vapor Or.swift
[2095/2248] Compiling Vapor Pattern.swift
[2096/2248] Compiling Vapor Range.swift
[2097/2248] Compiling Vapor URL.swift
[2098/2248] Compiling Vapor Valid.swift
[2099/2248] Compiling Vapor Application+Views.swift
[2100/2248] Compiling Vapor PlaintextRenderer.swift
[2101/2248] Compiling Vapor Request+View.swift
[2102/2248] Compiling Vapor View.swift
[2103/2248] Compiling Vapor ViewRenderer.swift
[2104/2248] Compiling Vapor _Deprecations.swift
[2105/2248] Compiling Vapor Request+Body.swift
[2106/2248] Compiling Vapor Request+BodyStream.swift
[2107/2248] Compiling Vapor Request.swift
[2108/2248] Compiling Vapor Application+Responder.swift
[2109/2248] Compiling Vapor DefaultResponder.swift
[2110/2248] Compiling Vapor Response+Body.swift
[2111/2248] Compiling Vapor Response.swift
[2112/2248] Compiling Vapor ResponseCodable.swift
[2113/2248] Compiling Vapor Application+Routes.swift
[2114/2248] Compiling Vapor Parameters+Require.swift
[2115/2248] Compiling Vapor Request+WebSocket.swift
[2116/2248] Compiling Vapor Route.swift
[2117/2248] Compiling Vapor RouteCollection.swift
[2118/2248] Compiling Vapor Routes.swift
[2119/2248] Compiling Vapor RoutesBuilder+Group.swift
[2120/2248] Compiling Vapor RoutesBuilder+Method.swift
[2121/2248] Compiling Vapor RoutesBuilder+Middleware.swift
[2122/2248] Compiling Vapor RoutesBuilder+WebSocket.swift
[2123/2248] Compiling Vapor RoutesBuilder.swift
[2124/2248] Compiling Vapor OTP.swift
[2125/2248] Compiling Vapor Application+Servers.swift
[2126/2248] Compiling Vapor Server.swift
[2127/2248] Compiling Vapor App+Service.swift
[2128/2248] Compiling Vapor Req+Service.swift
[2129/2248] Compiling Vapor Service.swift
[2130/2248] Compiling Vapor Application+Sessions.swift
[2131/2248] Compiling Vapor MemorySessions.swift
[2132/2248] Compiling Vapor Request+Session.swift
[2133/2248] Compiling Vapor Session.swift
[2134/2248] Compiling Vapor SessionCache.swift
[2135/2248] Compiling Vapor SessionData.swift
[2136/2248] Compiling Vapor SessionDriver.swift
[2137/2248] Compiling Vapor SessionsConfiguration.swift
[2138/2248] Compiling Vapor SessionsMiddleware.swift
[2139/2248] Compiling Vapor URLEncodedFormData.swift
[2140/2248] Compiling Vapor URLEncodedFormDecoder.swift
[2141/2248] Compiling Vapor URLEncodedFormEncoder.swift
[2142/2248] Compiling Vapor URLEncodedFormError.swift
[2143/2248] Compiling Vapor URLEncodedFormParser.swift
[2144/2248] Compiling Vapor URLEncodedFormSerializer.swift
[2145/2248] Compiling Vapor URLQueryFragmentConvertible.swift
[2146/2248] Compiling Vapor AnyResponse.swift
[2147/2248] Compiling Vapor Array+Random.swift
[2148/2248] Compiling Vapor Base32.swift
[2149/2248] Compiling Vapor Base64.swift
[2150/2248] Compiling Vapor BaseN.swift
[2151/2248] Compiling Vapor BasicCodingKey.swift
[2152/2248] Compiling Vapor ByteCount.swift
[2153/2248] Compiling Vapor Bytes+Hex.swift
[2154/2248] Compiling Vapor Bytes+SecureCompare.swift
[2155/2248] Compiling Vapor Collection+Safe.swift
[2156/2248] Compiling Vapor DataProtocol+Copy.swift
[2157/2248] Compiling Vapor DecoderUnwrapper.swift
[2158/2248] Compiling Vapor DirectoryConfiguration.swift
[2159/2248] Compiling Vapor DotEnv.swift
[2160/2248] Compiling Vapor Extendable.swift
[2161/2248] Compiling Vapor File.swift
[2162/2248] Compiling Vapor FileIO.swift
[2163/2248] Compiling Vapor LifecycleHandler.swift
[2164/2248] Compiling Vapor OptionalType.swift
[2165/2248] Compiling Vapor RFC1123.swift
[2166/2248] Compiling Vapor SocketAddress+Hostname.swift
[2167/2248] Compiling Vapor Storage.swift
[2168/2248] Compiling Vapor String+IsIPAddress.swift
[2169/2248] Compiling Vapor Thread.swift
[2170/2248] Compiling Vapor URI.swift
[2171/2248] Compiling Vapor RangeResult.swift
[2172/2248] Compiling Vapor Validatable.swift
[2173/2248] Compiling Vapor Validation.swift
[2174/2248] Compiling Vapor ValidationKey.swift
[2175/2248] Compiling Vapor Validations.swift
[2176/2248] Compiling Vapor ValidationsError.swift
[2177/2248] Compiling Vapor HTTPStatus.swift
[2178/2248] Compiling Vapor HTTPCookies.swift
[2179/2248] Compiling Vapor HTTPHeaderCacheControl.swift
[2180/2248] Compiling Vapor HTTPHeaderExpires.swift
[2181/2248] Compiling Vapor HTTPHeaderLastModified.swift
[2182/2248] Compiling Vapor HTTPHeaders+Cache.swift
[2183/2248] Compiling Vapor HTTPHeaders+Connection.swift
[2184/2248] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2185/2248] Compiling Vapor HTTPHeaders+ContentRange.swift
[2186/2248] Compiling Vapor HTTPHeaders+Directive.swift
[2187/2248] Compiling Vapor HTTPHeaders+Forwarded.swift
[2188/2248] Compiling Vapor HTTPHeaders+Link.swift
[2189/2248] Compiling Vapor HTTPHeaders+Name.swift
[2190/2248] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2191/2248] Compiling Vapor HTTPHeaders.swift
[2192/2248] Compiling Vapor HTTPMediaType.swift
[2193/2248] Compiling Vapor HTTPMediaTypePreference.swift
[2194/2248] Compiling Vapor Responder.swift
[2195/2248] Compiling Vapor Application+HTTP+Server.swift
[2196/2248] Compiling Vapor HTTPServer.swift
[2197/2248] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2198/2248] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2199/2248] Compiling Vapor HTTPServerHandler.swift
[2200/2248] Compiling Vapor HTTPServerRequestDecoder.swift
[2201/2248] Compiling Vapor Core.swift
[2202/2248] Compiling Vapor Running.swift
[2203/2248] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2204/2248] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2205/2248] Compiling Vapor DotEnvFile+load.swift
[2206/2248] Compiling Vapor Routes+caseInsenstive.swift
[2207/2248] Compiling Vapor Validatable+validate.swift
[2208/2248] Compiling Vapor Environment+Process.swift
[2209/2248] Compiling Vapor Environment+Secret.swift
[2210/2248] Compiling Vapor Environment.swift
[2211/2248] Compiling Vapor Abort.swift
[2212/2248] Compiling Vapor AbortError.swift
[2213/2248] Compiling Vapor DebuggableError.swift
[2214/2248] Compiling Vapor Demangler.swift
[2215/2248] Compiling Vapor ErrorSource.swift
[2216/2248] Compiling Vapor StackTrace.swift
[2217/2248] Compiling Vapor Exports.swift
[2218/2248] Compiling Vapor Application+HTTP.swift
[2219/2248] Compiling Vapor BasicResponder.swift
[2220/2248] Compiling Vapor BodyStream.swift
[2221/2248] Compiling Vapor Application+HTTP+Client.swift
[2222/2248] Compiling Vapor EventLoopHTTPClient.swift
[2223/2248] Compiling Vapor EndpointCache.swift
[2224/2248] Compiling Vapor HTTPMethod+String.swift
[2225/2248] Compiling Vapor Application.swift
[2226/2248] Compiling Vapor AuthenticationCache.swift
[2227/2248] Compiling Vapor Authenticator.swift
[2228/2248] Compiling Vapor BasicAuthorization.swift
[2229/2248] Compiling Vapor BearerAuthorization.swift
[2230/2248] Compiling Vapor GuardMiddleware.swift
[2231/2248] Compiling Vapor RedirectMiddleware.swift
[2232/2248] Compiling Vapor SessionAuthenticatable.swift
[2233/2248] Compiling Vapor Bcrypt.swift
[2234/2248] Compiling Vapor Application+Cache.swift
[2235/2248] Compiling Vapor Cache.swift
[2236/2248] Compiling Vapor CacheExpirationTime.swift
[2237/2248] Compiling Vapor MemoryCache.swift
[2238/2248] Compiling Vapor Request+Cache.swift
[2239/2248] Compiling Vapor Application+Clients.swift
[2240/2248] Compiling Vapor Client.swift
[2241/2248] Compiling Vapor ClientRequest.swift
[2242/2248] Compiling Vapor ClientResponse.swift
[2243/2248] Compiling Vapor Request+Client.swift
[2244/2248] Compiling Vapor BootCommand.swift
[2245/2248] Compiling Vapor CommandContext+Application.swift
[2246/2248] Compiling Vapor RoutesCommand.swift
[2247/2248] Compiling Vapor ServeCommand.swift
[2248/2248] Compiling Vapor AnyResponse+Concurrency.swift
[2250/2261] Emitting module Redis
/host/spi-builder-workspace/Sources/Redis/Application.Redis+PubSub.swift:5:20: warning: type 'RedisID' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 3 |
 4 | extension Application.Redis {
 5 |     private struct PubSubKey: StorageKey, LockKey {
   |                    `- warning: type 'RedisID' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |         typealias Value = [RedisID: RedisClient]
 7 |     }
/host/spi-builder-workspace/Sources/Redis/RedisID.swift:13:15: note: consider making struct 'RedisID' conform to the 'Sendable' protocol
11 | /// app.redis(.oceanic) // Application.Redis instance
12 | /// ```
13 | public struct RedisID: Hashable,
   |               `- note: consider making struct 'RedisID' conform to the 'Sendable' protocol
14 |                        Codable,
15 |                        RawRepresentable,
/host/spi-builder-workspace/Sources/Redis/Application.Redis+PubSub.swift:5:20: warning: type 'any RedisClient' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 3 |
 4 | extension Application.Redis {
 5 |     private struct PubSubKey: StorageKey, LockKey {
   |                    `- warning: type 'any RedisClient' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |         typealias Value = [RedisID: RedisClient]
 7 |     }
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/RedisClient.swift:28:17: note: protocol 'RedisClient' does not conform to the 'Sendable' protocol
 26 | ///
 27 | /// For the full list of available commands, see [https://redis.io/commands](https://redis.io/commands)
 28 | public protocol RedisClient {
    |                 `- note: protocol 'RedisClient' does not conform to the 'Sendable' protocol
 29 |     /// The `NIO.EventLoop` that this client operates on.
 30 |     var eventLoop: EventLoop { get }
/host/spi-builder-workspace/Sources/Redis/Application.Redis+PubSub.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
 1 | import Vapor
 2 | import RediStack
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
 3 |
 4 | extension Application.Redis {
/host/spi-builder-workspace/Sources/Redis/Redis+Sessions.swift:92:17: warning: stored property 'delegate' of 'Sendable'-conforming generic struct 'RedisSessionsDriver' has non-sendable type 'Delegate'; this is an error in the Swift 6 language mode
 89 | // MARK: SessionDriver
 90 | @usableFromInline
 91 | internal struct RedisSessionsDriver<Delegate: RedisSessionsDelegate>: SessionDriver {
    |                                     `- note: consider making generic parameter 'Delegate' conform to the 'Sendable' protocol
 92 |     private let delegate: Delegate
    |                 `- warning: stored property 'delegate' of 'Sendable'-conforming generic struct 'RedisSessionsDriver' has non-sendable type 'Delegate'; this is an error in the Swift 6 language mode
 93 |
 94 |     @usableFromInline
/host/spi-builder-workspace/Sources/Redis/Redis+Sessions.swift:84:70: warning: capture of 'delegate' with non-sendable type 'Delegate' in a '@Sendable' closure
 80 |     /// - Parameter delegate: The delegate to use in the Redis sessions driver.
 81 |     @inlinable
 82 |     public static func redis<Delegate: RedisSessionsDelegate>(delegate: Delegate) -> Self {
    |                              `- note: consider making generic parameter 'Delegate' conform to the 'Sendable' protocol
 83 |         return .init {
 84 |             $0.sessions.use { $0.redis.sessions.makeDriver(delegate: delegate) }
    |                                                                      `- warning: capture of 'delegate' with non-sendable type 'Delegate' in a '@Sendable' closure
 85 |         }
 86 |     }
/host/spi-builder-workspace/Sources/Redis/Redis+Sessions.swift:84:70: warning: capture of 'delegate' with non-sendable type 'Delegate' in a '@Sendable' closure
 80 |     /// - Parameter delegate: The delegate to use in the Redis sessions driver.
 81 |     @inlinable
 82 |     public static func redis<Delegate: RedisSessionsDelegate>(delegate: Delegate) -> Self {
    |                              `- note: consider making generic parameter 'Delegate' conform to the 'Sendable' protocol
 83 |         return .init {
 84 |             $0.sessions.use { $0.redis.sessions.makeDriver(delegate: delegate) }
    |                                                                      `- warning: capture of 'delegate' with non-sendable type 'Delegate' in a '@Sendable' closure
 85 |         }
 86 |     }
/host/spi-builder-workspace/Sources/Redis/RedisID.swift:38:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'RedisID' may have shared mutable state; this is an error in the Swift 6 language mode
11 | /// app.redis(.oceanic) // Application.Redis instance
12 | /// ```
13 | public struct RedisID: Hashable,
   |               `- note: consider making struct 'RedisID' conform to the 'Sendable' protocol
14 |                        Codable,
15 |                        RawRepresentable,
   :
36 |     public static func < (lhs: RedisID, rhs: RedisID) -> Bool { lhs.rawValue < rhs.rawValue }
37 |
38 |     public static let `default`: RedisID = "default"
   |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'RedisID' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 | }
40 |
/host/spi-builder-workspace/Sources/Redis/RedisStorage.swift:9:20: warning: type 'Application.RedisStorageKey.Value' (aka 'RedisStorage') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
  7 |
  8 | extension Application {
  9 |     private struct RedisStorageKey: StorageKey {
    |                    `- warning: type 'Application.RedisStorageKey.Value' (aka 'RedisStorage') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 10 |         typealias Value = RedisStorage
 11 |     }
    :
 22 | }
 23 |
 24 | final class RedisStorage {
    |             `- note: class 'RedisStorage' does not conform to the 'Sendable' protocol
 25 |     private var lock: NIOLock
 26 |     private var configurations: [RedisID: RedisConfiguration]
/host/spi-builder-workspace/Sources/Redis/RedisStorage.swift:66:21: warning: stored property 'redisStorage' of 'Sendable'-conforming class 'Lifecycle' has non-sendable type 'RedisStorage'; this is an error in the Swift 6 language mode
 22 | }
 23 |
 24 | final class RedisStorage {
    |             `- note: class 'RedisStorage' does not conform to the 'Sendable' protocol
 25 |     private var lock: NIOLock
 26 |     private var configurations: [RedisID: RedisConfiguration]
    :
 64 |     /// configurated `RedisID` on each `EventLoop`.
 65 |     final class Lifecycle: LifecycleHandler {
 66 |         unowned let redisStorage: RedisStorage
    |                     `- warning: stored property 'redisStorage' of 'Sendable'-conforming class 'Lifecycle' has non-sendable type 'RedisStorage'; this is an error in the Swift 6 language mode
 67 |         init(redisStorage: RedisStorage) {
 68 |             self.redisStorage = redisStorage
/host/spi-builder-workspace/Sources/Redis/RedisStorage.swift:137:12: warning: type 'RedisStorage.PoolKey.Value' (aka 'RedisConnectionPool') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
135 |     /// Since a `RedisConnectionPool` is created for each `RedisID` on each `EventLoop`, combining
136 |     /// the `RedisID` and the `EventLoop` into one key simplifies the storage dictionary
137 |     struct PoolKey: Hashable, StorageKey {
    |            `- warning: type 'RedisStorage.PoolKey.Value' (aka 'RedisConnectionPool') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
138 |         typealias Value = RedisConnectionPool
139 |
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/ConnectionPool/RedisConnectionPool.swift:29:20: note: class 'RedisConnectionPool' does not conform to the 'Sendable' protocol
 27 | /// single `EventLoop`: if callers call the API from a different `EventLoop` (or from no `EventLoop` at all)
 28 | /// `RedisConnectionPool` will ensure that the call is dispatched to the correct loop.
 29 | public final class RedisConnectionPool {
    |                    `- note: class 'RedisConnectionPool' does not conform to the 'Sendable' protocol
 30 |     /// A unique identifer to represent this connection.
 31 |     public let id = UUID()
/host/spi-builder-workspace/Sources/Redis/RedisStorage.swift:6:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
  4 | import NIOPosix
  5 | import NIOSSL
  6 | import RediStack
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
  7 |
  8 | extension Application {
[2251/2261] Compiling Redis Application+Redis.swift
/host/spi-builder-workspace/Sources/Redis/Application.Redis+PubSub.swift:5:20: warning: type 'RedisID' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 3 |
 4 | extension Application.Redis {
 5 |     private struct PubSubKey: StorageKey, LockKey {
   |                    `- warning: type 'RedisID' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |         typealias Value = [RedisID: RedisClient]
 7 |     }
/host/spi-builder-workspace/Sources/Redis/RedisID.swift:13:15: note: consider making struct 'RedisID' conform to the 'Sendable' protocol
11 | /// app.redis(.oceanic) // Application.Redis instance
12 | /// ```
13 | public struct RedisID: Hashable,
   |               `- note: consider making struct 'RedisID' conform to the 'Sendable' protocol
14 |                        Codable,
15 |                        RawRepresentable,
/host/spi-builder-workspace/Sources/Redis/Application.Redis+PubSub.swift:5:20: warning: type 'any RedisClient' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 3 |
 4 | extension Application.Redis {
 5 |     private struct PubSubKey: StorageKey, LockKey {
   |                    `- warning: type 'any RedisClient' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |         typealias Value = [RedisID: RedisClient]
 7 |     }
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/RedisClient.swift:28:17: note: protocol 'RedisClient' does not conform to the 'Sendable' protocol
 26 | ///
 27 | /// For the full list of available commands, see [https://redis.io/commands](https://redis.io/commands)
 28 | public protocol RedisClient {
    |                 `- note: protocol 'RedisClient' does not conform to the 'Sendable' protocol
 29 |     /// The `NIO.EventLoop` that this client operates on.
 30 |     var eventLoop: EventLoop { get }
/host/spi-builder-workspace/Sources/Redis/Application.Redis+PubSub.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
 1 | import Vapor
 2 | import RediStack
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
 3 |
 4 | extension Application.Redis {
[2252/2261] Compiling Redis Application.Redis+PubSub.swift
/host/spi-builder-workspace/Sources/Redis/Application.Redis+PubSub.swift:5:20: warning: type 'RedisID' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 3 |
 4 | extension Application.Redis {
 5 |     private struct PubSubKey: StorageKey, LockKey {
   |                    `- warning: type 'RedisID' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |         typealias Value = [RedisID: RedisClient]
 7 |     }
/host/spi-builder-workspace/Sources/Redis/RedisID.swift:13:15: note: consider making struct 'RedisID' conform to the 'Sendable' protocol
11 | /// app.redis(.oceanic) // Application.Redis instance
12 | /// ```
13 | public struct RedisID: Hashable,
   |               `- note: consider making struct 'RedisID' conform to the 'Sendable' protocol
14 |                        Codable,
15 |                        RawRepresentable,
/host/spi-builder-workspace/Sources/Redis/Application.Redis+PubSub.swift:5:20: warning: type 'any RedisClient' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 3 |
 4 | extension Application.Redis {
 5 |     private struct PubSubKey: StorageKey, LockKey {
   |                    `- warning: type 'any RedisClient' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |         typealias Value = [RedisID: RedisClient]
 7 |     }
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/RedisClient.swift:28:17: note: protocol 'RedisClient' does not conform to the 'Sendable' protocol
 26 | ///
 27 | /// For the full list of available commands, see [https://redis.io/commands](https://redis.io/commands)
 28 | public protocol RedisClient {
    |                 `- note: protocol 'RedisClient' does not conform to the 'Sendable' protocol
 29 |     /// The `NIO.EventLoop` that this client operates on.
 30 |     var eventLoop: EventLoop { get }
/host/spi-builder-workspace/Sources/Redis/Application.Redis+PubSub.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
 1 | import Vapor
 2 | import RediStack
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
 3 |
 4 | extension Application.Redis {
[2253/2261] Compiling Redis Application.Redis+configuration.swift
[2254/2261] Compiling Redis Exports.swift
[2255/2261] Compiling Redis Redis+Cache.swift
/host/spi-builder-workspace/Sources/Redis/Redis+Cache.swift:62:49: warning: capture of 'id' with non-sendable type 'RedisID' in a '@Sendable' closure
 60 |     /// Configures the application cache to use the given Redis ID and the provided encoder and decoder.
 61 |     public static func redis<E: RedisCacheEncoder, D: RedisCacheDecoder>(_ id: RedisID  = .default, encoder: E, decoder: D) -> Self {
 62 |         .init { $0.caches.use { $0.caches.redis(id, encoder: encoder, decoder: decoder) } }
    |                                                 `- warning: capture of 'id' with non-sendable type 'RedisID' in a '@Sendable' closure
 63 |     }
 64 | }
/host/spi-builder-workspace/Sources/Redis/RedisID.swift:13:15: note: consider making struct 'RedisID' conform to the 'Sendable' protocol
11 | /// app.redis(.oceanic) // Application.Redis instance
12 | /// ```
13 | public struct RedisID: Hashable,
   |               `- note: consider making struct 'RedisID' conform to the 'Sendable' protocol
14 |                        Codable,
15 |                        RawRepresentable,
/host/spi-builder-workspace/Sources/Redis/Redis+Cache.swift:62:62: warning: capture of 'encoder' with non-sendable type 'E' in a '@Sendable' closure
 59 |
 60 |     /// Configures the application cache to use the given Redis ID and the provided encoder and decoder.
 61 |     public static func redis<E: RedisCacheEncoder, D: RedisCacheDecoder>(_ id: RedisID  = .default, encoder: E, decoder: D) -> Self {
    |                              `- note: consider making generic parameter 'E' conform to the 'Sendable' protocol
 62 |         .init { $0.caches.use { $0.caches.redis(id, encoder: encoder, decoder: decoder) } }
    |                                                              `- warning: capture of 'encoder' with non-sendable type 'E' in a '@Sendable' closure
 63 |     }
 64 | }
/host/spi-builder-workspace/Sources/Redis/Redis+Cache.swift:62:80: warning: capture of 'decoder' with non-sendable type 'D' in a '@Sendable' closure
 59 |
 60 |     /// Configures the application cache to use the given Redis ID and the provided encoder and decoder.
 61 |     public static func redis<E: RedisCacheEncoder, D: RedisCacheDecoder>(_ id: RedisID  = .default, encoder: E, decoder: D) -> Self {
    |                                                    `- note: consider making generic parameter 'D' conform to the 'Sendable' protocol
 62 |         .init { $0.caches.use { $0.caches.redis(id, encoder: encoder, decoder: decoder) } }
    |                                                                                `- warning: capture of 'decoder' with non-sendable type 'D' in a '@Sendable' closure
 63 |     }
 64 | }
/host/spi-builder-workspace/Sources/Redis/Redis+Cache.swift:62:49: warning: capture of 'id' with non-sendable type 'RedisID' in a '@Sendable' closure
 60 |     /// Configures the application cache to use the given Redis ID and the provided encoder and decoder.
 61 |     public static func redis<E: RedisCacheEncoder, D: RedisCacheDecoder>(_ id: RedisID  = .default, encoder: E, decoder: D) -> Self {
 62 |         .init { $0.caches.use { $0.caches.redis(id, encoder: encoder, decoder: decoder) } }
    |                                                 `- warning: capture of 'id' with non-sendable type 'RedisID' in a '@Sendable' closure
 63 |     }
 64 | }
/host/spi-builder-workspace/Sources/Redis/RedisID.swift:13:15: note: consider making struct 'RedisID' conform to the 'Sendable' protocol
11 | /// app.redis(.oceanic) // Application.Redis instance
12 | /// ```
13 | public struct RedisID: Hashable,
   |               `- note: consider making struct 'RedisID' conform to the 'Sendable' protocol
14 |                        Codable,
15 |                        RawRepresentable,
/host/spi-builder-workspace/Sources/Redis/Redis+Cache.swift:62:62: warning: capture of 'encoder' with non-sendable type 'E' in a '@Sendable' closure
 59 |
 60 |     /// Configures the application cache to use the given Redis ID and the provided encoder and decoder.
 61 |     public static func redis<E: RedisCacheEncoder, D: RedisCacheDecoder>(_ id: RedisID  = .default, encoder: E, decoder: D) -> Self {
    |                              `- note: consider making generic parameter 'E' conform to the 'Sendable' protocol
 62 |         .init { $0.caches.use { $0.caches.redis(id, encoder: encoder, decoder: decoder) } }
    |                                                              `- warning: capture of 'encoder' with non-sendable type 'E' in a '@Sendable' closure
 63 |     }
 64 | }
/host/spi-builder-workspace/Sources/Redis/Redis+Cache.swift:62:80: warning: capture of 'decoder' with non-sendable type 'D' in a '@Sendable' closure
 59 |
 60 |     /// Configures the application cache to use the given Redis ID and the provided encoder and decoder.
 61 |     public static func redis<E: RedisCacheEncoder, D: RedisCacheDecoder>(_ id: RedisID  = .default, encoder: E, decoder: D) -> Self {
    |                                                    `- note: consider making generic parameter 'D' conform to the 'Sendable' protocol
 62 |         .init { $0.caches.use { $0.caches.redis(id, encoder: encoder, decoder: decoder) } }
    |                                                                                `- warning: capture of 'decoder' with non-sendable type 'D' in a '@Sendable' closure
 63 |     }
 64 | }
/host/spi-builder-workspace/Sources/Redis/Redis+Cache.swift:87:28: warning: capture of 'self' with non-sendable type 'RedisCache<CacheEncoder, CacheDecoder>' in a '@Sendable' closure
 67 |
 68 | /// `Cache` driver for storing cache data in Redis, using a provided encoder and decoder to serialize and deserialize values respectively.
 69 | private struct RedisCache<CacheEncoder: RedisCacheEncoder, CacheDecoder: RedisCacheDecoder>: Cache {
    |                `- note: consider making generic struct 'RedisCache' conform to the 'Sendable' protocol
 70 |     let encoder: CacheEncoder
 71 |     let decoder: CacheDecoder
    :
 85 |             .flatMap {
 86 |                 if let expirationTime = expirationTime {
 87 |                     return self.client.setex(RedisKey(key), to: $0, expirationInSeconds: expirationTime.seconds)
    |                            `- warning: capture of 'self' with non-sendable type 'RedisCache<CacheEncoder, CacheDecoder>' in a '@Sendable' closure
 88 |                 } else {
 89 |                     return self.client.set(RedisKey(key), to: $0)
/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)
[2256/2261] Compiling Redis Redis+Concurrency.swift
/host/spi-builder-workspace/Sources/Redis/Redis+Cache.swift:62:49: warning: capture of 'id' with non-sendable type 'RedisID' in a '@Sendable' closure
 60 |     /// Configures the application cache to use the given Redis ID and the provided encoder and decoder.
 61 |     public static func redis<E: RedisCacheEncoder, D: RedisCacheDecoder>(_ id: RedisID  = .default, encoder: E, decoder: D) -> Self {
 62 |         .init { $0.caches.use { $0.caches.redis(id, encoder: encoder, decoder: decoder) } }
    |                                                 `- warning: capture of 'id' with non-sendable type 'RedisID' in a '@Sendable' closure
 63 |     }
 64 | }
/host/spi-builder-workspace/Sources/Redis/RedisID.swift:13:15: note: consider making struct 'RedisID' conform to the 'Sendable' protocol
11 | /// app.redis(.oceanic) // Application.Redis instance
12 | /// ```
13 | public struct RedisID: Hashable,
   |               `- note: consider making struct 'RedisID' conform to the 'Sendable' protocol
14 |                        Codable,
15 |                        RawRepresentable,
/host/spi-builder-workspace/Sources/Redis/Redis+Cache.swift:62:62: warning: capture of 'encoder' with non-sendable type 'E' in a '@Sendable' closure
 59 |
 60 |     /// Configures the application cache to use the given Redis ID and the provided encoder and decoder.
 61 |     public static func redis<E: RedisCacheEncoder, D: RedisCacheDecoder>(_ id: RedisID  = .default, encoder: E, decoder: D) -> Self {
    |                              `- note: consider making generic parameter 'E' conform to the 'Sendable' protocol
 62 |         .init { $0.caches.use { $0.caches.redis(id, encoder: encoder, decoder: decoder) } }
    |                                                              `- warning: capture of 'encoder' with non-sendable type 'E' in a '@Sendable' closure
 63 |     }
 64 | }
/host/spi-builder-workspace/Sources/Redis/Redis+Cache.swift:62:80: warning: capture of 'decoder' with non-sendable type 'D' in a '@Sendable' closure
 59 |
 60 |     /// Configures the application cache to use the given Redis ID and the provided encoder and decoder.
 61 |     public static func redis<E: RedisCacheEncoder, D: RedisCacheDecoder>(_ id: RedisID  = .default, encoder: E, decoder: D) -> Self {
    |                                                    `- note: consider making generic parameter 'D' conform to the 'Sendable' protocol
 62 |         .init { $0.caches.use { $0.caches.redis(id, encoder: encoder, decoder: decoder) } }
    |                                                                                `- warning: capture of 'decoder' with non-sendable type 'D' in a '@Sendable' closure
 63 |     }
 64 | }
/host/spi-builder-workspace/Sources/Redis/Redis+Cache.swift:62:49: warning: capture of 'id' with non-sendable type 'RedisID' in a '@Sendable' closure
 60 |     /// Configures the application cache to use the given Redis ID and the provided encoder and decoder.
 61 |     public static func redis<E: RedisCacheEncoder, D: RedisCacheDecoder>(_ id: RedisID  = .default, encoder: E, decoder: D) -> Self {
 62 |         .init { $0.caches.use { $0.caches.redis(id, encoder: encoder, decoder: decoder) } }
    |                                                 `- warning: capture of 'id' with non-sendable type 'RedisID' in a '@Sendable' closure
 63 |     }
 64 | }
/host/spi-builder-workspace/Sources/Redis/RedisID.swift:13:15: note: consider making struct 'RedisID' conform to the 'Sendable' protocol
11 | /// app.redis(.oceanic) // Application.Redis instance
12 | /// ```
13 | public struct RedisID: Hashable,
   |               `- note: consider making struct 'RedisID' conform to the 'Sendable' protocol
14 |                        Codable,
15 |                        RawRepresentable,
/host/spi-builder-workspace/Sources/Redis/Redis+Cache.swift:62:62: warning: capture of 'encoder' with non-sendable type 'E' in a '@Sendable' closure
 59 |
 60 |     /// Configures the application cache to use the given Redis ID and the provided encoder and decoder.
 61 |     public static func redis<E: RedisCacheEncoder, D: RedisCacheDecoder>(_ id: RedisID  = .default, encoder: E, decoder: D) -> Self {
    |                              `- note: consider making generic parameter 'E' conform to the 'Sendable' protocol
 62 |         .init { $0.caches.use { $0.caches.redis(id, encoder: encoder, decoder: decoder) } }
    |                                                              `- warning: capture of 'encoder' with non-sendable type 'E' in a '@Sendable' closure
 63 |     }
 64 | }
/host/spi-builder-workspace/Sources/Redis/Redis+Cache.swift:62:80: warning: capture of 'decoder' with non-sendable type 'D' in a '@Sendable' closure
 59 |
 60 |     /// Configures the application cache to use the given Redis ID and the provided encoder and decoder.
 61 |     public static func redis<E: RedisCacheEncoder, D: RedisCacheDecoder>(_ id: RedisID  = .default, encoder: E, decoder: D) -> Self {
    |                                                    `- note: consider making generic parameter 'D' conform to the 'Sendable' protocol
 62 |         .init { $0.caches.use { $0.caches.redis(id, encoder: encoder, decoder: decoder) } }
    |                                                                                `- warning: capture of 'decoder' with non-sendable type 'D' in a '@Sendable' closure
 63 |     }
 64 | }
/host/spi-builder-workspace/Sources/Redis/Redis+Cache.swift:87:28: warning: capture of 'self' with non-sendable type 'RedisCache<CacheEncoder, CacheDecoder>' in a '@Sendable' closure
 67 |
 68 | /// `Cache` driver for storing cache data in Redis, using a provided encoder and decoder to serialize and deserialize values respectively.
 69 | private struct RedisCache<CacheEncoder: RedisCacheEncoder, CacheDecoder: RedisCacheDecoder>: Cache {
    |                `- note: consider making generic struct 'RedisCache' conform to the 'Sendable' protocol
 70 |     let encoder: CacheEncoder
 71 |     let decoder: CacheDecoder
    :
 85 |             .flatMap {
 86 |                 if let expirationTime = expirationTime {
 87 |                     return self.client.setex(RedisKey(key), to: $0, expirationInSeconds: expirationTime.seconds)
    |                            `- warning: capture of 'self' with non-sendable type 'RedisCache<CacheEncoder, CacheDecoder>' in a '@Sendable' closure
 88 |                 } else {
 89 |                     return self.client.set(RedisKey(key), to: $0)
/host/spi-builder-workspace/Sources/Redis/Redis+Concurrency.swift:11:54: warning: type 'RESPValue' does not conform to the 'Sendable' protocol
  9 |             .pool(for: self.eventLoop)
 10 |             .logging(to: self.application.logger)
 11 |             .send(command: command, with: arguments).get()
    |                                                      `- warning: type 'RESPValue' does not conform to the 'Sendable' protocol
 12 |     }
 13 |
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/RESP/RESPValue.swift:29:13: note: enum 'RESPValue' does not conform to the 'Sendable' protocol
 27 | ///
 28 | /// See: [https://redis.io/topics/protocol](https://redis.io/topics/protocol)
 29 | public enum RESPValue {
    |             `- note: enum 'RESPValue' does not conform to the 'Sendable' protocol
 30 |     case null
 31 |     case simpleString(ByteBuffer)
/host/spi-builder-workspace/Sources/Redis/Redis+Concurrency.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
  1 | import NIOCore
  2 | import Vapor
  3 | import RediStack
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
  4 | import Foundation
  5 |
/host/spi-builder-workspace/Sources/Redis/Redis+Concurrency.swift:87:14: warning: type 'RESPValue' does not conform to the 'Sendable' protocol
 85 |             .logging(to: self.request.logger)
 86 |             .send(command: command, with: arguments)
 87 |             .get()
    |              `- warning: type 'RESPValue' does not conform to the 'Sendable' protocol
 88 |     }
 89 |
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/RESP/RESPValue.swift:29:13: note: enum 'RESPValue' does not conform to the 'Sendable' protocol
 27 | ///
 28 | /// See: [https://redis.io/topics/protocol](https://redis.io/topics/protocol)
 29 | public enum RESPValue {
    |             `- note: enum 'RESPValue' does not conform to the 'Sendable' protocol
 30 |     case null
 31 |     case simpleString(ByteBuffer)
[2257/2262] Compiling Redis RedisID.swift
/host/spi-builder-workspace/Sources/Redis/RedisID.swift:38:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'RedisID' may have shared mutable state; this is an error in the Swift 6 language mode
11 | /// app.redis(.oceanic) // Application.Redis instance
12 | /// ```
13 | public struct RedisID: Hashable,
   |               `- note: consider making struct 'RedisID' conform to the 'Sendable' protocol
14 |                        Codable,
15 |                        RawRepresentable,
   :
36 |     public static func < (lhs: RedisID, rhs: RedisID) -> Bool { lhs.rawValue < rhs.rawValue }
37 |
38 |     public static let `default`: RedisID = "default"
   |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'RedisID' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 | }
40 |
[2258/2262] Compiling Redis RedisConfiguration.swift
[2259/2262] Compiling Redis Redis+Sessions.swift
/host/spi-builder-workspace/Sources/Redis/Redis+Sessions.swift:92:17: warning: stored property 'delegate' of 'Sendable'-conforming generic struct 'RedisSessionsDriver' has non-sendable type 'Delegate'; this is an error in the Swift 6 language mode
 89 | // MARK: SessionDriver
 90 | @usableFromInline
 91 | internal struct RedisSessionsDriver<Delegate: RedisSessionsDelegate>: SessionDriver {
    |                                     `- note: consider making generic parameter 'Delegate' conform to the 'Sendable' protocol
 92 |     private let delegate: Delegate
    |                 `- warning: stored property 'delegate' of 'Sendable'-conforming generic struct 'RedisSessionsDriver' has non-sendable type 'Delegate'; this is an error in the Swift 6 language mode
 93 |
 94 |     @usableFromInline
/host/spi-builder-workspace/Sources/Redis/Redis+Sessions.swift:84:70: warning: capture of 'delegate' with non-sendable type 'Delegate' in a '@Sendable' closure
 80 |     /// - Parameter delegate: The delegate to use in the Redis sessions driver.
 81 |     @inlinable
 82 |     public static func redis<Delegate: RedisSessionsDelegate>(delegate: Delegate) -> Self {
    |                              `- note: consider making generic parameter 'Delegate' conform to the 'Sendable' protocol
 83 |         return .init {
 84 |             $0.sessions.use { $0.redis.sessions.makeDriver(delegate: delegate) }
    |                                                                      `- warning: capture of 'delegate' with non-sendable type 'Delegate' in a '@Sendable' closure
 85 |         }
 86 |     }
/host/spi-builder-workspace/Sources/Redis/Redis+Sessions.swift:84:70: warning: capture of 'delegate' with non-sendable type 'Delegate' in a '@Sendable' closure
 80 |     /// - Parameter delegate: The delegate to use in the Redis sessions driver.
 81 |     @inlinable
 82 |     public static func redis<Delegate: RedisSessionsDelegate>(delegate: Delegate) -> Self {
    |                              `- note: consider making generic parameter 'Delegate' conform to the 'Sendable' protocol
 83 |         return .init {
 84 |             $0.sessions.use { $0.redis.sessions.makeDriver(delegate: delegate) }
    |                                                                      `- warning: capture of 'delegate' with non-sendable type 'Delegate' in a '@Sendable' closure
 85 |         }
 86 |     }
[2260/2262] Compiling Redis RedisClient+Codable.swift
/host/spi-builder-workspace/Sources/Redis/Redis+Sessions.swift:92:17: warning: stored property 'delegate' of 'Sendable'-conforming generic struct 'RedisSessionsDriver' has non-sendable type 'Delegate'; this is an error in the Swift 6 language mode
 89 | // MARK: SessionDriver
 90 | @usableFromInline
 91 | internal struct RedisSessionsDriver<Delegate: RedisSessionsDelegate>: SessionDriver {
    |                                     `- note: consider making generic parameter 'Delegate' conform to the 'Sendable' protocol
 92 |     private let delegate: Delegate
    |                 `- warning: stored property 'delegate' of 'Sendable'-conforming generic struct 'RedisSessionsDriver' has non-sendable type 'Delegate'; this is an error in the Swift 6 language mode
 93 |
 94 |     @usableFromInline
/host/spi-builder-workspace/Sources/Redis/Redis+Sessions.swift:84:70: warning: capture of 'delegate' with non-sendable type 'Delegate' in a '@Sendable' closure
 80 |     /// - Parameter delegate: The delegate to use in the Redis sessions driver.
 81 |     @inlinable
 82 |     public static func redis<Delegate: RedisSessionsDelegate>(delegate: Delegate) -> Self {
    |                              `- note: consider making generic parameter 'Delegate' conform to the 'Sendable' protocol
 83 |         return .init {
 84 |             $0.sessions.use { $0.redis.sessions.makeDriver(delegate: delegate) }
    |                                                                      `- warning: capture of 'delegate' with non-sendable type 'Delegate' in a '@Sendable' closure
 85 |         }
 86 |     }
/host/spi-builder-workspace/Sources/Redis/Redis+Sessions.swift:84:70: warning: capture of 'delegate' with non-sendable type 'Delegate' in a '@Sendable' closure
 80 |     /// - Parameter delegate: The delegate to use in the Redis sessions driver.
 81 |     @inlinable
 82 |     public static func redis<Delegate: RedisSessionsDelegate>(delegate: Delegate) -> Self {
    |                              `- note: consider making generic parameter 'Delegate' conform to the 'Sendable' protocol
 83 |         return .init {
 84 |             $0.sessions.use { $0.redis.sessions.makeDriver(delegate: delegate) }
    |                                                                      `- warning: capture of 'delegate' with non-sendable type 'Delegate' in a '@Sendable' closure
 85 |         }
 86 |     }
[2261/2262] Compiling Redis RedisStorage.swift
/host/spi-builder-workspace/Sources/Redis/RedisStorage.swift:9:20: warning: type 'Application.RedisStorageKey.Value' (aka 'RedisStorage') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
  7 |
  8 | extension Application {
  9 |     private struct RedisStorageKey: StorageKey {
    |                    `- warning: type 'Application.RedisStorageKey.Value' (aka 'RedisStorage') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 10 |         typealias Value = RedisStorage
 11 |     }
    :
 22 | }
 23 |
 24 | final class RedisStorage {
    |             `- note: class 'RedisStorage' does not conform to the 'Sendable' protocol
 25 |     private var lock: NIOLock
 26 |     private var configurations: [RedisID: RedisConfiguration]
/host/spi-builder-workspace/Sources/Redis/RedisStorage.swift:66:21: warning: stored property 'redisStorage' of 'Sendable'-conforming class 'Lifecycle' has non-sendable type 'RedisStorage'; this is an error in the Swift 6 language mode
 22 | }
 23 |
 24 | final class RedisStorage {
    |             `- note: class 'RedisStorage' does not conform to the 'Sendable' protocol
 25 |     private var lock: NIOLock
 26 |     private var configurations: [RedisID: RedisConfiguration]
    :
 64 |     /// configurated `RedisID` on each `EventLoop`.
 65 |     final class Lifecycle: LifecycleHandler {
 66 |         unowned let redisStorage: RedisStorage
    |                     `- warning: stored property 'redisStorage' of 'Sendable'-conforming class 'Lifecycle' has non-sendable type 'RedisStorage'; this is an error in the Swift 6 language mode
 67 |         init(redisStorage: RedisStorage) {
 68 |             self.redisStorage = redisStorage
/host/spi-builder-workspace/Sources/Redis/RedisStorage.swift:137:12: warning: type 'RedisStorage.PoolKey.Value' (aka 'RedisConnectionPool') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
135 |     /// Since a `RedisConnectionPool` is created for each `RedisID` on each `EventLoop`, combining
136 |     /// the `RedisID` and the `EventLoop` into one key simplifies the storage dictionary
137 |     struct PoolKey: Hashable, StorageKey {
    |            `- warning: type 'RedisStorage.PoolKey.Value' (aka 'RedisConnectionPool') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
138 |         typealias Value = RedisConnectionPool
139 |
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/ConnectionPool/RedisConnectionPool.swift:29:20: note: class 'RedisConnectionPool' does not conform to the 'Sendable' protocol
 27 | /// single `EventLoop`: if callers call the API from a different `EventLoop` (or from no `EventLoop` at all)
 28 | /// `RedisConnectionPool` will ensure that the call is dispatched to the correct loop.
 29 | public final class RedisConnectionPool {
    |                    `- note: class 'RedisConnectionPool' does not conform to the 'Sendable' protocol
 30 |     /// A unique identifer to represent this connection.
 31 |     public let id = UUID()
/host/spi-builder-workspace/Sources/Redis/RedisStorage.swift:6:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
  4 | import NIOPosix
  5 | import NIOSSL
  6 | import RediStack
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
  7 |
  8 | extension Application {
/host/spi-builder-workspace/Sources/Redis/RedisStorage.swift:92:73: warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
 90 |                                     let sslContext = try NIOSSLContext(configuration: tlsConfig)
 91 |                                     return EventLoopFuture.andAllSucceed([
 92 |                                         channel.pipeline.addHandler(try NIOSSLClientHandler(context: sslContext,
    |                                                                         `- warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
 93 |                                                                                             serverHostname: tlsHost)),
 94 |                                         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 | import RediStack
  7 |
[2262/2262] Compiling Redis Request+Redis.swift
Build complete! (447.65s)
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.50.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.6"
}
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.