The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of queues-mongo-driver, reference master (4f3686), with Swift 6.1 for Linux on 27 Apr 2025 22:16:18 UTC.

Swift 6 data race errors: 3

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/queues-mongo-driver.git
Reference: master
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-community/queues-mongo-driver
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4f3686e Merge pull request #6 from vapor-community/oldest-job-fix
Cloned https://github.com/vapor-community/queues-mongo-driver.git
Revision (git rev-parse @):
4f3686eae98c569f50e0317c389f83b7472f6e4d
SUCCESS checkout https://github.com/vapor-community/queues-mongo-driver.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor-community/queues-mongo-driver.git
https://github.com/vapor-community/queues-mongo-driver.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "queues",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/queues.git"
    },
    {
      "identity" : "mongokitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.5.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OpenKitten/MongoKitten.git"
    }
  ],
  "manifest_display_name" : "queues-mongo-driver",
  "name" : "queues-mongo-driver",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "QueuesMongoDriver",
      "targets" : [
        "QueuesMongoDriver"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "QueuesMongoDriverTests",
      "module_type" : "SwiftTarget",
      "name" : "QueuesMongoDriverTests",
      "path" : "Tests/QueuesMongoDriverTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "QueuesMongoDriverTests.swift"
      ],
      "target_dependencies" : [
        "QueuesMongoDriver"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QueuesMongoDriver",
      "module_type" : "SwiftTarget",
      "name" : "QueuesMongoDriver",
      "path" : "Sources/QueuesMongoDriver",
      "product_dependencies" : [
        "Vapor",
        "Queues",
        "MongoKitten"
      ],
      "product_memberships" : [
        "QueuesMongoDriver"
      ],
      "sources" : [
        "Queues.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/queues.git
Fetching https://github.com/OpenKitten/MongoKitten.git
Fetching https://github.com/vapor/vapor.git
[1/3318] Fetching queues
[632/17544] Fetching queues, mongokitten
[6876/91857] Fetching queues, mongokitten, vapor
Fetched https://github.com/vapor/queues.git from cache (3.02s)
Fetched https://github.com/OpenKitten/MongoKitten.git from cache (3.03s)
Fetched https://github.com/vapor/vapor.git from cache (3.06s)
Computing version for https://github.com/OpenKitten/MongoKitten.git
Computed https://github.com/OpenKitten/MongoKitten.git at 6.7.15 (3.73s)
Fetching https://github.com/orlandos-nl/BSON.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/orlandos-nl/DNSClient.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/1144] Fetching dnsclient
[1145/4980] Fetching dnsclient, swift-log
[1452/7180] Fetching dnsclient, swift-log, swift-metrics
[3598/13181] Fetching dnsclient, swift-log, swift-metrics, bson
[11742/88617] Fetching dnsclient, swift-log, swift-metrics, bson, swift-nio
[13937/103410] Fetching dnsclient, swift-log, swift-metrics, bson, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.14s)
[70513/88617] Fetching dnsclient, swift-log, swift-metrics, bson, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (6.49s)
Fetched https://github.com/orlandos-nl/BSON.git from cache (6.49s)
Fetched https://github.com/orlandos-nl/DNSClient.git from cache (6.49s)
Fetched https://github.com/apple/swift-metrics.git from cache (6.49s)
Fetched https://github.com/apple/swift-nio.git from cache (6.64s)
Computing version for https://github.com/orlandos-nl/BSON.git
Computed https://github.com/orlandos-nl/BSON.git at 7.0.31 (9.69s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.51s)
Computing version for https://github.com/orlandos-nl/DNSClient.git
Computed https://github.com/orlandos-nl/DNSClient.git at 2.4.4 (0.59s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.41s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.96s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.73s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.59s)
[1137/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.94s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.69s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.78s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.52s)
Computing version for https://github.com/vapor/queues.git
Computed https://github.com/vapor/queues.git at 1.17.2 (0.61s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (1.11s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/3208] Fetching multipart-kit
[836/8182] Fetching multipart-kit, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.20s)
Fetching https://github.com/apple/swift-nio-http2.git
[1649/3208] Fetching multipart-kit
[1650/14700] Fetching multipart-kit, swift-nio-http2
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-service-context.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.48s)
Fetching https://github.com/vapor/routing-kit.git
[1/2596] Fetching websocket-kit
[261/8258] Fetching websocket-kit, swift-nio-extras
[2121/9321] Fetching websocket-kit, swift-nio-extras, swift-service-context
[5455/15224] Fetching websocket-kit, swift-nio-extras, swift-service-context, swift-algorithms
[7543/35951] Fetching websocket-kit, swift-nio-extras, swift-service-context, swift-algorithms, routing-kit
Fetched https://github.com/apple/swift-service-context.git from cache (0.69s)
[13086/34888] Fetching websocket-kit, swift-nio-extras, swift-algorithms, routing-kit
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.97s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/websocket-kit.git from cache (1.07s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.07s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.19s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/swift-server/async-http-client.git
[15961/34511] Fetching routing-kit, swift-crypto
[18237/39996] Fetching routing-kit, swift-crypto, console-kit
[25468/42366] Fetching routing-kit, swift-crypto, console-kit, async-kit
[31064/56153] Fetching routing-kit, swift-crypto, console-kit, async-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (0.75s)
[28337/50668] Fetching routing-kit, swift-crypto, async-kit, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (2.01s)
[21120/29941] Fetching swift-crypto, async-kit, async-http-client
Fetched https://github.com/vapor/async-kit.git from cache (1.83s)
[27296/27571] Fetching swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.85s)
[13784/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.11s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (7.24s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (4.02s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (1.57s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.83s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.03s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.72s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.31s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.31s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.93s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.64s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.14s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.86s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.81s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.68s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.75s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.76s)
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.65s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.72s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.57s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.29s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.23s)
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/orlandos-nl/DNSClient.git
Working copy of https://github.com/orlandos-nl/DNSClient.git resolved at 2.4.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/orlandos-nl/BSON.git
Working copy of https://github.com/orlandos-nl/BSON.git resolved at 7.0.31
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/OpenKitten/MongoKitten.git
Working copy of https://github.com/OpenKitten/MongoKitten.git resolved at 6.7.15
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor/queues.git
Working copy of https://github.com/vapor/queues.git resolved at 1.17.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.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.25.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Building for debugging...
[0/839] Write sources
[53/839] Compiling _NumericsShims _NumericsShims.c
[54/839] Compiling CNIOWindows WSAStartup.c
[55/839] Compiling _AtomicsShims.c
[56/839] Compiling CNIOWindows shim.c
[57/839] Compiling CNIOWASI CNIOWASI.c
[58/839] Compiling CNIOLinux liburing_shims.c
[59/839] Compiling CVaporBcrypt blf.c
[60/839] Compiling CVaporBcrypt bcrypt.c
[60/839] Compiling CNIOLLHTTP c_nio_http.c
[62/839] Compiling CNIOExtrasZlib empty.c
[63/839] Compiling CNIOSHA1 c_nio_sha1.c
[64/839] Compiling CNIODarwin shim.c
[65/839] Compiling CNIOLLHTTP c_nio_api.c
[66/839] Compiling CNIOLinux shim.c
[67/839] Compiling fiat_p256_adx_mul.S
[68/839] Compiling fiat_curve25519_adx_square.S
[69/839] Compiling fiat_p256_adx_sqr.S
[70/839] Compiling fiat_curve25519_adx_mul.S
[71/839] Compiling CSystem shims.c
[72/839] Write swift-version-24593BA9C3E375BF.txt
[73/839] Compiling CNIOLLHTTP c_nio_llhttp.c
[74/843] Compiling CNIOBoringSSLShims shims.c
[75/845] Compiling tls_method.cc
[76/845] Compiling tls_record.cc
[77/848] Compiling tls13_server.cc
[78/881] Compiling tls13_both.cc
[79/881] Compiling tls13_client.cc
[80/894] Compiling tls13_enc.cc
[82/916] Emitting module RealModule
[83/917] Emitting module SystemPackage
[84/920] Compiling RealModule Real.swift
[85/920] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[86/920] Compiling InternalCollectionsUtilities Specialize.swift
[87/922] Compiling RealModule RealFunctions.swift
[88/922] Compiling InternalCollectionsUtilities _SortedCollection.swift
[89/922] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[90/922] Compiling InternalCollectionsUtilities Debugging.swift
[91/922] Compiling InternalCollectionsUtilities Descriptions.swift
[92/922] Compiling _NIOBase64 Base64.swift
[93/922] Emitting module _NIOBase64
[94/923] Compiling RealModule Float80+Real.swift
[95/923] Compiling _NIODataStructures PriorityQueue.swift
[96/923] Compiling _NIODataStructures _TinyArray.swift
[97/923] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[98/923] Compiling InternalCollectionsUtilities Integer rank.swift
[99/923] Compiling ServiceContextModule ServiceContextKey.swift
[100/923] Emitting module ServiceContextModule
[101/923] Compiling ServiceContextModule ServiceContext.swift
[102/924] Compiling RealModule ElementaryFunctions.swift
[103/924] Compiling RealModule Float16+Real.swift
[104/924] Compiling InternalCollectionsUtilities UInt+reversed.swift
[105/924] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[106/924] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[107/924] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[110/924] Compiling RealModule Float+Real.swift
[111/924] Emitting module InternalCollectionsUtilities
[114/924] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[115/924] Compiling SystemPackage Util+StringArray.swift
[116/924] Compiling SystemPackage Util.swift
[117/924] Compiling SystemPackage UtilConsumers.swift
[118/924] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[119/924] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[120/924] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[121/925] Compiling SystemPackage MachPort.swift
[122/925] Compiling SystemPackage PlatformString.swift
[123/925] Compiling SystemPackage SystemString.swift
[128/925] Emitting module _MongoKittenCrypto
[132/926] Compiling _MongoKittenCrypto Hash.swift
[133/926] Compiling _MongoKittenCrypto HMAC.swift
[134/926] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[135/926] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[137/936] Compiling Instrumentation Instrument.swift
[138/936] Emitting module Instrumentation
[139/936] Compiling Instrumentation NoOpInstrument.swift
[140/936] Compiling Instrumentation MultiplexInstrument.swift
[140/936] Compiling t1_enc.cc
[142/936] Compiling _MongoKittenCrypto SHA256.swift
[143/936] Compiling _MongoKittenCrypto SHA1.swift
[144/1004] Compiling Logging LogHandler.swift
[145/1004] Compiling CoreMetrics Locks.swift
[146/1004] Compiling Logging Logging.swift
[147/1004] Compiling Logging MetadataProvider.swift
[148/1004] Compiling Instrumentation InstrumentationSystem.swift
[149/1004] Compiling Instrumentation Locks.swift
[150/1005] Compiling _RopeModule BigString+Ingester.swift
[151/1005] Compiling _RopeModule BigString+Invariants.swift
[152/1005] Compiling _RopeModule BigString+Iterators.swift
[153/1005] Compiling _RopeModule BigString+Metrics.swift
[154/1005] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[155/1005] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[156/1005] Compiling _RopeModule BigString+Sequence.swift
[157/1005] Compiling _RopeModule BigString+TextOutputStream.swift
[158/1005] Compiling _RopeModule BigString+CustomStringConvertible.swift
[159/1005] Compiling _RopeModule BigString+Equatable.swift
[160/1005] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[161/1005] Compiling _RopeModule BigString+Hashing.swift
[162/1005] Compiling _RopeModule BigString+Summary.swift
[163/1005] Compiling _RopeModule BigString.swift
[164/1005] Compiling _RopeModule BigString+Comparable.swift
[165/1005] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[166/1005] Emitting module CoreMetrics
[167/1005] Compiling Logging Locks.swift
[168/1005] Emitting module Logging
[169/1006] Compiling _NIODataStructures Heap.swift
[170/1006] Emitting module _NIODataStructures
[171/1007] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[172/1007] Compiling _RopeModule BigString+Chunk+Breaks.swift
[173/1007] Compiling _RopeModule BigString+Chunk+Counts.swift
[174/1007] Compiling _RopeModule BigString+Chunk+Description.swift
[179/1063] Compiling _MongoKittenCrypto PBKDF2.swift
[180/1063] Compiling _MongoKittenCrypto MD5.swift
[181/1063] Compiling _MongoKittenCrypto MongoDB-CR.swift
[182/1071] Compiling _MongoKittenCrypto Hex.swift
[183/1078] Compiling Tracing TracingTime.swift
[185/1085] Emitting module HeapModule
[186/1085] Compiling Tracing NoOpTracer.swift
[187/1085] Compiling Tracing InstrumentationSystem+Tracing.swift
[188/1085] Compiling HeapModule Heap+Descriptions.swift
[189/1085] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[190/1085] Compiling CoreMetrics Metrics.swift
[191/1086] Compiling HeapModule Heap+Invariants.swift
[192/1086] Emitting module RoutingKit
[193/1086] Emitting module Tracing
[194/1086] Compiling Tracing TracerProtocol.swift
[196/1111] Compiling RoutingKit Parameters.swift
[197/1111] Compiling RoutingKit AnyRouter.swift
[198/1131] Compiling Tracing TracerProtocol+Legacy.swift
[199/1131] Compiling Tracing Tracer.swift
[200/1162] Compiling HeapModule _HeapNode.swift
[201/1162] Compiling HeapModule Heap.swift
[202/1162] Compiling HeapModule Heap+UnsafeHandle.swift
[203/1163] Compiling RoutingKit PathComponent.swift
[204/1163] Compiling RoutingKit Router.swift
[205/1163] Compiling RoutingKit TrieRouter.swift
[207/1164] Compiling HashTreeCollections TreeSet+Debugging.swift
[208/1164] Compiling HashTreeCollections TreeSet+Descriptions.swift
[209/1164] Compiling HashTreeCollections TreeSet+Equatable.swift
[210/1164] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[211/1164] Compiling HashTreeCollections TreeSet+Extras.swift
[212/1164] Compiling HashTreeCollections TreeSet+Filter.swift
[213/1164] Compiling HashTreeCollections _HashTreeIterator.swift
[214/1164] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[215/1164] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[216/1164] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[217/1164] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[218/1164] Compiling HashTreeCollections _HashNode.swift
[219/1164] Compiling HashTreeCollections _HashNodeHeader.swift
[220/1164] Compiling HashTreeCollections _HashSlot.swift
[221/1186] Compiling ssl_x509.cc
[223/1186] Compiling DequeModule _DequeBuffer.swift
[224/1186] Compiling DequeModule _DequeBufferHeader.swift
[225/1188] Compiling DequeModule Deque._UnsafeHandle.swift
[226/1188] Compiling DequeModule Deque.swift
[229/1188] Compiling DequeModule _DequeSlot.swift
[230/1188] Compiling DequeModule _UnsafeWrappedBuffer.swift
[231/1188] Compiling HashTreeCollections _HashNode+Debugging.swift
[232/1188] Compiling HashTreeCollections _HashNode+Initializers.swift
[233/1188] Compiling HashTreeCollections _HashNode+Invariants.swift
[234/1188] Compiling HashTreeCollections _HashNode+Lookups.swift
[235/1197] Compiling DequeModule Deque+Codable.swift
[236/1197] Compiling DequeModule Deque+Collection.swift
[237/1197] Compiling DequeModule Deque+CustomReflectable.swift
[238/1197] Compiling DequeModule Deque+Descriptions.swift
[239/1197] Compiling DequeModule Deque+Equatable.swift
[240/1197] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[241/1197] Compiling DequeModule Deque+Extras.swift
[242/1197] Compiling DequeModule Deque+Hashable.swift
[247/1197] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[248/1197] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[249/1197] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[250/1197] Compiling HashTreeCollections _HashNode+Structural union.swift
[251/1197] Compiling HashTreeCollections _HashStack.swift
[252/1197] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[253/1197] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[254/1197] Compiling HashTreeCollections TreeDictionary+Filter.swift
[255/1197] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[256/1197] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[257/1197] Compiling HashTreeCollections TreeDictionary+Keys.swift
[258/1197] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[259/1197] Compiling HashTreeCollections TreeDictionary+Merge.swift
[260/1197] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[261/1197] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[262/1197] Compiling HashTreeCollections TreeDictionary+Values.swift
[263/1197] Compiling HashTreeCollections TreeDictionary.swift
[264/1197] Compiling HashTreeCollections TreeSet+Codable.swift
[265/1197] Compiling HashTreeCollections TreeSet+Collection.swift
[266/1197] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[267/1197] Compiling Tracing SpanProtocol.swift
[281/1200] Compiling DequeModule Deque+Testing.swift
[282/1200] Compiling DequeModule Deque._Storage.swift
[283/1200] Emitting module Metrics
[284/1200] Compiling Metrics Metrics.swift
[291/1201] Compiling OrderedCollections OrderedSet+Sendable.swift
[292/1201] Compiling OrderedCollections OrderedSet+SubSequence.swift
[293/1201] Compiling OrderedCollections OrderedSet+Testing.swift
[294/1201] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[295/1201] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[296/1201] Compiling OrderedCollections OrderedSet.swift
[297/1201] Compiling OrderedCollections _UnsafeBitset.swift
[298/1201] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[299/1201] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[300/1201] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[301/1201] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[302/1201] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[303/1201] Compiling HashTreeCollections _HashNode+Storage.swift
[322/1201] Emitting module OrderedCollections
[323/1201] Emitting module _RopeModule
[324/1201] Emitting module DequeModule
[383/1213] Compiling ssl_transcript.cc
[384/1213] Compiling ssl_versions.cc
[421/1213] Compiling _RopeModule Rope+Join.swift
[422/1213] Compiling _RopeModule Rope+MutatingForEach.swift
[423/1213] Compiling _RopeModule Rope+Remove.swift
[424/1213] Compiling _RopeModule Rope+RemoveSubrange.swift
[425/1213] Compiling _RopeModule Rope+Split.swift
[426/1213] Compiling _RopeModule Optional Utilities.swift
[427/1213] Compiling _RopeModule String Utilities.swift
[428/1213] Compiling _RopeModule String.Index+ABI.swift
[448/1213] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[450/1213] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[451/1213] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[452/1213] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[453/1213] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[454/1213] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[455/1213] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[456/1213] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[457/1213] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[458/1213] Compiling HashTreeCollections TreeSet.swift
[458/1214] Compiling ssl_stat.cc
[460/1214] Compiling ssl_session.cc
[462/1214] Emitting module HashTreeCollections
[463/1215] Compiling ssl_privkey.cc
[464/1215] Compiling ssl_cipher.cc
[465/1215] Compiling ssl_lib.cc
[466/1215] Compiling ssl_credential.cc
[467/1215] Compiling ssl_file.cc
[468/1215] Compiling ssl_key_share.cc
[469/1215] Compiling ssl_asn1.cc
[470/1215] Compiling ssl_cert.cc
[471/1215] Compiling s3_lib.cc
[472/1215] Compiling s3_pkt.cc
[473/1215] Compiling ssl_buffer.cc
[474/1215] Compiling s3_both.cc
[475/1215] Compiling ssl_aead_ctx.cc
[476/1215] Compiling handshake.cc
[477/1215] Compiling handshake_server.cc
[478/1215] Compiling handshake_client.cc
[479/1215] Compiling dtls_record.cc
[480/1215] Compiling handoff.cc
[481/1215] Compiling dtls_method.cc
[482/1215] Compiling extensions.cc
[483/1215] Compiling md5-x86_64-linux.S
[484/1215] Compiling encrypted_client_hello.cc
[485/1215] Compiling md5-x86_64-apple.S
[486/1215] Compiling md5-586-linux.S
[487/1215] Compiling md5-586-apple.S
[488/1215] Compiling d1_pkt.cc
[489/1215] Compiling d1_srtp.cc
[490/1215] Compiling chacha20_poly1305_x86_64-apple.S
[491/1215] Compiling chacha20_poly1305_armv8-win.S
[492/1215] Compiling chacha20_poly1305_x86_64-linux.S
[493/1215] Compiling chacha20_poly1305_armv8-apple.S
[494/1215] Compiling chacha20_poly1305_armv8-linux.S
[495/1215] Compiling err_data.cc
[496/1215] Compiling chacha-x86_64-apple.S
[497/1215] Compiling chacha-x86_64-linux.S
[498/1215] Compiling chacha-x86-linux.S
[499/1215] Compiling chacha-x86-apple.S
[500/1215] Compiling chacha-armv8-win.S
[501/1215] Compiling chacha-armv8-linux.S
[502/1215] Compiling chacha-armv8-apple.S
[503/1215] Compiling chacha-armv4-linux.S
[504/1215] Compiling aes128gcmsiv-x86_64-apple.S
[505/1215] Compiling aes128gcmsiv-x86_64-linux.S
[506/1215] Compiling x86_64-mont5-apple.S
[507/1215] Compiling x86_64-mont5-linux.S
[508/1215] Compiling x86-mont-linux.S
[509/1215] Compiling x86_64-mont-apple.S
[510/1215] Compiling x86_64-mont-linux.S
[511/1215] Compiling x86-mont-apple.S
[512/1215] Compiling vpaes-x86_64-linux.S
[513/1215] Compiling vpaes-x86-apple.S
[514/1215] Compiling vpaes-x86-linux.S
[515/1215] Compiling vpaes-x86_64-apple.S
[516/1215] Compiling vpaes-armv8-win.S
[517/1215] Compiling vpaes-armv8-linux.S
[518/1215] Compiling vpaes-armv8-apple.S
[519/1215] Compiling sha512-x86_64-linux.S
[520/1215] Compiling vpaes-armv7-linux.S
[521/1215] Compiling sha512-armv8-win.S
[522/1215] Compiling sha512-armv8-linux.S
[523/1215] Compiling sha512-x86_64-apple.S
[524/1215] Compiling sha512-armv8-apple.S
[525/1215] Compiling bio_ssl.cc
[526/1215] Compiling sha512-586-linux.S
[527/1215] Compiling sha512-armv4-linux.S
[528/1215] Compiling sha512-586-apple.S
[529/1215] Compiling sha256-x86_64-linux.S
[530/1215] Compiling sha256-armv8-win.S
[531/1215] Compiling sha256-586-linux.S
[532/1215] Compiling sha256-x86_64-apple.S
[533/1215] Compiling sha256-armv8-linux.S
[534/1215] Compiling d1_lib.cc
[535/1215] Compiling sha256-armv8-apple.S
[536/1215] Compiling sha256-armv4-linux.S
[537/1215] Compiling sha1-x86_64-apple.S
[538/1215] Compiling sha1-armv8-linux.S
[539/1215] Compiling sha256-586-apple.S
[540/1215] Compiling sha1-armv8-apple.S
[541/1215] Compiling sha1-x86_64-linux.S
[542/1215] Compiling sha1-armv8-win.S
[543/1215] Compiling sha1-586-linux.S
[544/1215] Compiling sha1-armv4-large-linux.S
[545/1215] Compiling sha1-586-apple.S
[545/1215] Compiling rsaz-avx2-apple.S
[547/1215] Compiling rdrand-x86_64-linux.S
[548/1215] Compiling rsaz-avx2-linux.S
[549/1215] Compiling p256_beeu-x86_64-asm-linux.S
[550/1215] Compiling rdrand-x86_64-apple.S
[551/1215] Compiling p256_beeu-armv8-asm-linux.S
[552/1215] Compiling p256_beeu-armv8-asm-win.S
[553/1215] Compiling p256_beeu-x86_64-asm-apple.S
[554/1215] Compiling p256_beeu-armv8-asm-apple.S
[555/1215] Compiling p256-x86_64-asm-linux.S
[555/1215] Compiling p256-x86_64-asm-apple.S
[557/1215] Compiling p256-armv8-asm-linux.S
[558/1215] Compiling p256-armv8-asm-win.S
[559/1215] Compiling ghashv8-armv8-linux.S
[560/1215] Compiling p256-armv8-asm-apple.S
[561/1215] Compiling ghashv8-armv8-win.S
[562/1215] Compiling ghashv8-armv8-apple.S
[563/1215] Compiling ghashv8-armv7-linux.S
[564/1215] Compiling ghash-x86-apple.S
[565/1215] Compiling ghash-x86_64-apple.S
[566/1215] Compiling ghash-x86-linux.S
[567/1215] Compiling ghash-x86_64-linux.S
[568/1215] Compiling ghash-ssse3-x86_64-linux.S
[569/1215] Compiling ghash-ssse3-x86-apple.S
[570/1215] Compiling ghash-ssse3-x86-linux.S
[571/1215] Compiling ghash-ssse3-x86_64-apple.S
[572/1215] Compiling ghash-neon-armv8-apple.S
[573/1215] Compiling ghash-armv4-linux.S
[574/1215] Compiling ghash-neon-armv8-linux.S
[575/1215] Compiling co-586-linux.S
[576/1215] Compiling ghash-neon-armv8-win.S
[577/1215] Compiling co-586-apple.S
[578/1215] Compiling bsaes-armv7-linux.S
[579/1215] Compiling bn-armv8-apple.S
[580/1215] Compiling bn-586-linux.S
[581/1215] Compiling bn-armv8-win.S
[582/1215] Compiling armv8-mont-win.S
[582/1215] Compiling bn-armv8-linux.S
[584/1215] Compiling bn-586-apple.S
[585/1215] Compiling d1_both.cc
[586/1215] Compiling armv8-mont-linux.S
[587/1215] Compiling armv8-mont-apple.S
[588/1215] Compiling armv4-mont-linux.S
[589/1215] Compiling aesv8-gcm-armv8-linux.S
[590/1215] Compiling aesv8-gcm-armv8-win.S
[591/1215] Compiling aesv8-gcm-armv8-apple.S
[592/1215] Compiling aesv8-armv8-linux.S
[593/1215] Compiling aesv8-armv8-win.S
[594/1215] Compiling aesv8-armv8-apple.S
[595/1215] Compiling aesni-x86-linux.S
[596/1215] Compiling aesv8-armv7-linux.S
[596/1215] Compiling aesni-x86-apple.S
[598/1215] Compiling aesni-x86_64-apple.S
[599/1215] Compiling aesni-gcm-x86_64-apple.S
[599/1215] Compiling aesni-x86_64-linux.S
[601/1215] Compiling aesni-gcm-x86_64-linux.S
[602/1215] Compiling aes-gcm-avx2-x86_64-linux.S
[603/1215] Compiling aes-gcm-avx2-x86_64-apple.S
[604/1215] Compiling aes-gcm-avx10-x86_64-linux.S
[605/1215] Compiling aes-gcm-avx10-x86_64-apple.S
[606/1215] Compiling x_x509.cc
[607/1215] Compiling x_sig.cc
[608/1215] Compiling x_val.cc
[609/1215] Compiling x_name.cc
[610/1215] Compiling x_x509a.cc
[611/1215] Compiling x_req.cc
[612/1215] Compiling x_spki.cc
[613/1215] Compiling x_pubkey.cc
[614/1215] Compiling x_exten.cc
[615/1215] Compiling x_attrib.cc
[616/1215] Compiling x_all.cc
[617/1215] Compiling x509name.cc
[618/1215] Compiling x_algor.cc
[619/1215] Compiling x_crl.cc
[620/1215] Compiling x509spki.cc
[621/1215] Compiling x509rset.cc
[622/1215] Compiling x509_vpm.cc
[623/1215] Compiling x509_v3.cc
[624/1215] Compiling x509cset.cc
[625/1215] Compiling x509_vfy.cc
[626/1215] Compiling x509_txt.cc
[627/1215] Compiling x509_obj.cc
[628/1215] Compiling x509_trs.cc
[629/1215] Compiling x509_req.cc
[630/1215] Compiling x509_set.cc
[631/1215] Compiling x509_ext.cc
[632/1215] Compiling x509_def.cc
[633/1215] Compiling x509_lu.cc
[634/1215] Compiling x509_d2.cc
[635/1215] Compiling v3_skey.cc
[636/1215] Compiling x509.cc
[637/1215] Compiling x509_att.cc
[638/1215] Compiling x509_cmp.cc
[639/1215] Compiling v3_prn.cc
[640/1215] Compiling v3_purp.cc
[641/1215] Compiling v3_utl.cc
[642/1215] Compiling v3_pmaps.cc
[643/1215] Compiling v3_ncons.cc
[644/1215] Compiling v3_lib.cc
[645/1215] Compiling v3_pcons.cc
[646/1215] Compiling v3_ocsp.cc
[647/1215] Compiling v3_int.cc
[648/1215] Compiling v3_info.cc
[649/1215] Compiling v3_ia5.cc
[650/1215] Compiling v3_crld.cc
[651/1215] Compiling v3_genn.cc
[652/1215] Compiling v3_extku.cc
[653/1215] Compiling v3_enum.cc
[654/1215] Compiling v3_bitst.cc
[655/1215] Compiling v3_cpols.cc
[656/1215] Compiling v3_conf.cc
[657/1215] Compiling v3_bcons.cc
[658/1215] Compiling v3_alt.cc
[659/1215] Compiling v3_akeya.cc
[660/1215] Compiling t_x509.cc
[661/1215] Compiling v3_akey.cc
[662/1215] Compiling t_x509a.cc
[663/1215] Compiling t_req.cc
[664/1215] Compiling t_crl.cc
[665/1215] Compiling i2d_pr.cc
[666/1215] Compiling rsa_pss.cc
[667/1215] Compiling policy.cc
[668/1215] Compiling name_print.cc
[669/1215] Compiling by_dir.cc
[670/1215] Compiling algorithm.cc
[671/1215] Compiling by_file.cc
[672/1215] Compiling asn1_gen.cc
[673/1215] Compiling a_verify.cc
[674/1215] Compiling a_sign.cc
[675/1215] Compiling thread_none.cc
[676/1215] Compiling thread_win.cc
[677/1215] Compiling thread.cc
[678/1215] Compiling thread_pthread.cc
[679/1215] Compiling pmbtoken.cc
[680/1215] Compiling voprf.cc
[681/1215] Compiling siphash.cc
[682/1215] Compiling sha512.cc
[683/1215] Compiling a_digest.cc
[684/1215] Compiling trust_token.cc
[685/1215] Compiling stack.cc
[686/1215] Compiling sha256.cc
[687/1215] Compiling slhdsa.cc
[688/1215] Compiling spake2plus.cc
[689/1215] Compiling rsa_extra.cc
[690/1215] Compiling sha1.cc
[691/1215] Compiling rsa_print.cc
[692/1215] Compiling rsa_crypt.cc
[693/1215] Compiling rc4.cc
[694/1215] Compiling refcount.cc
[695/1215] Compiling windows.cc
[695/1215] Compiling urandom.cc
[697/1215] Compiling rsa_asn1.cc
[698/1215] Compiling trusty.cc
[699/1215] Compiling getentropy.cc
[700/1215] Compiling ios.cc
[700/1215] Compiling rand.cc
[702/1215] Compiling passive.cc
[703/1215] Compiling poly1305_arm_asm.S
[704/1215] Compiling fork_detect.cc
[705/1215] Compiling deterministic.cc
[706/1215] Compiling forkunsafe.cc
[707/1215] Compiling pool.cc
[708/1215] Compiling poly1305_arm.cc
[709/1215] Compiling poly1305.cc
[710/1215] Compiling poly1305_vec.cc
[711/1215] Compiling pkcs8.cc
[712/1215] Compiling p5_pbev2.cc
[713/1215] Compiling pkcs7.cc
[714/1215] Compiling pkcs8_x509.cc
[715/1215] Compiling pkcs7_x509.cc
[716/1215] Compiling pem_x509.cc
[717/1215] Compiling pem_xaux.cc
[718/1215] Compiling pem_pkey.cc
[719/1215] Compiling pem_pk8.cc
[720/1215] Compiling pem_oth.cc
[721/1215] Compiling obj_xref.cc
[722/1215] Compiling mldsa.cc
[723/1215] Compiling pem_info.cc
[724/1215] Compiling mlkem.cc
[725/1215] Compiling obj.cc
[726/1215] Compiling md5.cc
[727/1215] Compiling mem.cc
[728/1215] Compiling md4.cc
[729/1215] Compiling pem_all.cc
[730/1215] Compiling fips_shared_support.cc
[731/1215] Compiling lhash.cc
[732/1215] Compiling pem_lib.cc
[733/1215] Compiling poly_rq_mul.S
[734/1215] Compiling ex_data.cc
[735/1215] Compiling sign.cc
[736/1215] Compiling kyber.cc
[737/1215] Compiling scrypt.cc
[738/1215] Compiling hpke.cc
[739/1215] Compiling hrss.cc
[740/1215] Compiling pbkdf.cc
[741/1215] Compiling print.cc
[742/1215] Compiling p_x25519.cc
[743/1215] Compiling p_rsa_asn1.cc
[744/1215] Compiling p_x25519_asn1.cc
[745/1215] Compiling p_ed25519.cc
[746/1215] Compiling p_hkdf.cc
[747/1215] Compiling p_ec_asn1.cc
[748/1215] Compiling p_rsa.cc
[749/1215] Compiling p_ed25519_asn1.cc
[750/1215] Compiling p_ec.cc
[751/1215] Compiling p_dh.cc
[752/1215] Compiling p_dh_asn1.cc
[753/1215] Compiling evp_ctx.cc
[754/1215] Compiling p_dsa_asn1.cc
[755/1215] Compiling evp.cc
[756/1215] Compiling engine.cc
[757/1215] Compiling err.cc
[758/1215] Compiling ecdh.cc
[759/1215] Compiling hash_to_curve.cc
[760/1215] Compiling evp_asn1.cc
[761/1215] Compiling ec_derive.cc
[762/1215] Compiling ecdsa_asn1.cc
[763/1215] Compiling bcm.cc
[764/1215] Compiling ec_asn1.cc
[765/1215] Compiling dsa_asn1.cc
[766/1215] Compiling dsa.cc
[767/1215] Compiling params.cc
[768/1215] Compiling x25519-asm-arm.S
[769/1215] Compiling des.cc
[770/1215] Compiling digest_extra.cc
[771/1215] Compiling dh_asn1.cc
[772/1215] Compiling curve25519.cc
[773/1215] Compiling cpu_intel.cc
[774/1215] Compiling crypto.cc
[775/1215] Compiling spake25519.cc
[776/1215] Compiling cpu_arm_freebsd.cc
[777/1215] Compiling cpu_arm_linux.cc
[778/1215] Compiling cpu_aarch64_sysreg.cc
[779/1215] Compiling cpu_aarch64_win.cc
[780/1215] Compiling cpu_aarch64_openbsd.cc
[781/1215] Compiling curve25519_64_adx.cc
[782/1215] Compiling cpu_aarch64_fuchsia.cc
[783/1215] Compiling cpu_aarch64_linux.cc
[784/1215] Compiling cpu_aarch64_apple.cc
[785/1215] Compiling tls_cbc.cc
[786/1215] Compiling get_cipher.cc
[787/1215] Compiling conf.cc
[788/1215] Compiling e_tls.cc
[789/1215] Compiling e_rc2.cc
[790/1215] Compiling e_chacha20poly1305.cc
[791/1215] Compiling e_aesctrhmac.cc
[792/1215] Compiling e_rc4.cc
[793/1215] Compiling derive_key.cc
[794/1215] Compiling e_null.cc
[795/1215] Compiling e_des.cc
[796/1215] Compiling chacha.cc
[797/1215] Compiling e_aesgcmsiv.cc
[798/1215] Compiling unicode.cc
[799/1215] Compiling buf.cc
[800/1215] Compiling ber.cc
[801/1215] Compiling cbb.cc
[802/1215] Compiling asn1_compat.cc
[803/1215] Compiling bn_asn1.cc
[804/1215] Compiling socket.cc
[805/1215] Compiling printf.cc
[806/1215] Compiling socket_helper.cc
[807/1215] Compiling blake2.cc
[808/1215] Compiling convert.cc
[809/1215] Compiling cbs.cc
[810/1215] Compiling pair.cc
[811/1215] Compiling file.cc
[812/1215] Compiling hexdump.cc
[813/1215] Compiling fd.cc
[814/1215] Compiling connect.cc
[815/1215] Compiling errno.cc
[816/1215] Compiling bio.cc
[817/1215] Compiling bio_mem.cc
[818/1215] Compiling base64.cc
[819/1215] Compiling tasn_typ.cc
[820/1215] Compiling tasn_fre.cc
[821/1215] Compiling tasn_enc.cc
[822/1215] Compiling tasn_new.cc
[823/1215] Compiling posix_time.cc
[824/1215] Compiling f_string.cc
[825/1215] Compiling f_int.cc
[826/1215] Compiling tasn_utl.cc
[827/1215] Compiling asn_pack.cc
[828/1215] Compiling asn1_par.cc
[829/1215] Compiling tasn_dec.cc
[830/1215] Compiling a_octet.cc
[831/1215] Compiling asn1_lib.cc
[832/1215] Compiling a_utctm.cc
[833/1215] Compiling a_strnid.cc
[834/1215] Compiling a_time.cc
[835/1215] Compiling a_strex.cc
[836/1215] Compiling a_type.cc
[837/1215] Compiling a_i2d_fp.cc
[838/1215] Compiling a_dup.cc
[839/1215] Compiling a_object.cc
[840/1215] Compiling a_int.cc
[841/1215] Compiling a_mbstr.cc
[842/1215] Compiling a_d2i_fp.cc
[843/1215] Compiling fiat_p256_adx_sqr.S
[844/1215] Compiling a_gentm.cc
[845/1215] Compiling fiat_p256_adx_mul.S
[846/1215] Compiling fiat_curve25519_adx_mul.S
[847/1215] Compiling fiat_curve25519_adx_square.S
[848/1215] Compiling md5-x86_64-linux.S
[849/1215] Compiling md5-586-linux.S
[850/1215] Compiling md5-x86_64-apple.S
[851/1215] Compiling md5-586-apple.S
[852/1215] Compiling chacha20_poly1305_x86_64-apple.S
[853/1215] Compiling chacha20_poly1305_x86_64-linux.S
[854/1215] Compiling CCryptoBoringSSLShims shims.c
[855/1215] Compiling a_bitstr.cc
[856/1215] Compiling chacha20_poly1305_armv8-win.S
[857/1215] Compiling chacha20_poly1305_armv8-linux.S
[858/1215] Compiling chacha20_poly1305_armv8-apple.S
[859/1215] Compiling chacha-x86_64-linux.S
[860/1215] Compiling chacha-x86_64-apple.S
[861/1215] Compiling err_data.cc
[862/1215] Compiling chacha-x86-apple.S
[863/1215] Compiling a_bool.cc
[864/1215] Compiling chacha-x86-linux.S
[864/1215] Compiling chacha-armv8-win.S
[866/1215] Compiling chacha-armv8-linux.S
[867/1215] Compiling chacha-armv8-apple.S
[868/1215] Compiling aes128gcmsiv-x86_64-apple.S
[869/1215] Compiling chacha-armv4-linux.S
[870/1215] Compiling aes128gcmsiv-x86_64-linux.S
[871/1215] Compiling x86_64-mont5-apple.S
[872/1215] Compiling x86_64-mont5-linux.S
[873/1215] Compiling x86-mont-linux.S
[874/1215] Compiling x86_64-mont-apple.S
[875/1215] Compiling x86-mont-apple.S
[876/1215] Compiling x86_64-mont-linux.S
[877/1215] Compiling vpaes-x86_64-linux.S
[878/1215] Compiling vpaes-x86_64-apple.S
[879/1215] Compiling vpaes-x86-apple.S
[880/1215] Compiling vpaes-x86-linux.S
[881/1215] Compiling vpaes-armv8-win.S
[882/1215] Compiling vpaes-armv8-linux.S
[883/1215] Compiling vpaes-armv8-apple.S
[884/1215] Compiling vpaes-armv7-linux.S
[885/1215] Compiling sha512-x86_64-linux.S
[885/1215] Compiling sha512-x86_64-apple.S
[887/1215] Compiling sha512-armv8-win.S
[888/1215] Compiling sha512-armv8-linux.S
[889/1215] Compiling sha512-armv8-apple.S
[890/1215] Compiling sha512-586-linux.S
[890/1215] Compiling sha512-586-apple.S
[892/1215] Compiling sha512-armv4-linux.S
[892/1215] Compiling sha256-x86_64-linux.S
[894/1215] Compiling sha256-x86_64-apple.S
[895/1215] Compiling sha256-armv8-win.S
[896/1215] Compiling sha256-armv8-apple.S
[897/1215] Compiling sha256-586-apple.S
[898/1215] Compiling sha256-586-linux.S
[899/1215] Compiling sha256-armv8-linux.S
[900/1215] Compiling sha1-armv8-apple.S
[900/1215] Compiling sha1-armv8-win.S
[900/1215] Compiling sha256-armv4-linux.S
[903/1215] Compiling sha1-armv8-linux.S
[904/1215] Compiling sha1-x86_64-apple.S
[905/1215] Compiling sha1-x86_64-linux.S
[906/1215] Compiling sha1-586-apple.S
[907/1215] Compiling sha1-586-linux.S
[908/1215] Compiling rsaz-avx2-linux.S
[909/1215] Compiling rsaz-avx2-apple.S
[910/1215] Compiling sha1-armv4-large-linux.S
[911/1215] Compiling rdrand-x86_64-linux.S
[912/1215] Compiling rdrand-x86_64-apple.S
[913/1215] Compiling p256_beeu-armv8-asm-win.S
[914/1215] Compiling p256_beeu-armv8-asm-linux.S
[915/1215] Compiling p256_beeu-x86_64-asm-linux.S
[916/1215] Compiling p256_beeu-x86_64-asm-apple.S
[917/1215] Compiling p256_beeu-armv8-asm-apple.S
[918/1215] Compiling p256-x86_64-asm-apple.S
[919/1215] Compiling p256-armv8-asm-win.S
[920/1215] Compiling p256-armv8-asm-apple.S
[921/1215] Compiling p256-x86_64-asm-linux.S
[922/1215] Compiling p256-armv8-asm-linux.S
[923/1215] Compiling ghashv8-armv8-win.S
[924/1215] Compiling ghashv8-armv8-linux.S
[925/1215] Compiling ghashv8-armv8-apple.S
[926/1215] Compiling ghash-x86_64-linux.S
[927/1215] Compiling ghashv8-armv7-linux.S
[928/1215] Compiling ghash-x86_64-apple.S
[929/1215] Compiling ghash-x86-linux.S
[930/1215] Compiling ghash-x86-apple.S
[931/1215] Compiling ghash-ssse3-x86_64-apple.S
[932/1215] Compiling ghash-ssse3-x86_64-linux.S
[933/1215] Compiling ghash-ssse3-x86-linux.S
[934/1215] Compiling ghash-ssse3-x86-apple.S
[935/1215] Compiling ghash-neon-armv8-win.S
[936/1215] Compiling ghash-neon-armv8-apple.S
[937/1215] Compiling ghash-neon-armv8-linux.S
[938/1215] Compiling ghash-armv4-linux.S
[939/1215] Compiling co-586-linux.S
[940/1215] Compiling co-586-apple.S
[941/1215] Compiling bn-armv8-linux.S
[942/1215] Compiling bsaes-armv7-linux.S
[943/1215] Compiling bn-armv8-apple.S
[944/1215] Compiling bn-armv8-win.S
[945/1215] Compiling bn-586-linux.S
[946/1215] Compiling bn-586-apple.S
[947/1215] Compiling armv8-mont-win.S
[948/1215] Compiling armv8-mont-linux.S
[949/1215] Compiling armv4-mont-linux.S
[950/1215] Compiling armv8-mont-apple.S
[951/1215] Compiling aesv8-gcm-armv8-win.S
[952/1215] Compiling aesv8-gcm-armv8-linux.S
[953/1215] Compiling aesv8-gcm-armv8-apple.S
[954/1215] Compiling aesv8-armv8-apple.S
[955/1215] Compiling aesv8-armv8-linux.S
[956/1215] Compiling aesv8-armv8-win.S
[957/1215] Compiling aesv8-armv7-linux.S
[958/1215] Compiling aesni-x86_64-apple.S
[959/1215] Compiling aesni-x86_64-linux.S
[960/1215] Compiling aesni-x86-apple.S
[961/1215] Compiling aesni-gcm-x86_64-linux.S
[962/1215] Compiling aesni-x86-linux.S
[963/1215] Compiling aesni-gcm-x86_64-apple.S
[964/1215] Compiling aes-gcm-avx10-x86_64-linux.S
[965/1215] Compiling aes-gcm-avx10-x86_64-apple.S
[966/1215] Compiling c-nioatomics.c
[967/1215] Compiling x_x509a.cc
[968/1215] Compiling x_sig.cc
[969/1215] Compiling x_x509.cc
[970/1215] Compiling x_val.cc
[971/1215] Compiling x_req.cc
[972/1215] Compiling x_spki.cc
[973/1215] Compiling c-atomics.c
[974/1215] Compiling x_pubkey.cc
[975/1215] Compiling x_crl.cc
[976/1215] Compiling x_exten.cc
[977/1215] Compiling x_name.cc
[978/1221] Compiling x509spki.cc
[979/1221] Compiling x_all.cc
[980/1221] Compiling x_algor.cc
[981/1221] Compiling x_attrib.cc
[983/1221] Compiling NIOConcurrencyHelpers NIOLock.swift
[983/1221] Compiling x509rset.cc
[985/1221] Compiling NIOConcurrencyHelpers lock.swift
[985/1221] Compiling x509_vfy.cc
[987/1221] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[987/1221] Compiling x509name.cc
[989/1221] Emitting module NIOConcurrencyHelpers
[989/1221] Compiling x509cset.cc
[990/1221] Compiling x509_txt.cc
[991/1221] Compiling x509_vpm.cc
[993/1221] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[994/1221] Compiling NIOConcurrencyHelpers atomics.swift
[995/1222] Compiling x509_v3.cc
[996/1248] Compiling x509_set.cc
[997/1248] Compiling x509_trs.cc
[998/1248] Compiling x509_req.cc
[999/1248] Compiling x509_obj.cc
[1000/1248] Compiling x509_ext.cc
[1002/1248] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1003/1248] Compiling ConsoleKitTerminal ConsoleClear.swift
[1004/1248] Compiling ConsoleKitTerminal Console+Ask.swift
[1005/1248] Compiling ConsoleKitTerminal Console+Choose.swift
[1006/1251] Compiling ConsoleKitTerminal Console+Confirm.swift
[1007/1251] Compiling ConsoleKitTerminal Console+Input.swift
[1008/1251] Compiling ConsoleKitTerminal Console+Center.swift
[1009/1251] Compiling ConsoleKitTerminal Console+Output.swift
[1009/1251] Compiling x509_lu.cc
[1010/1251] Compiling x509_def.cc
[1012/1251] Compiling ConsoleKitTerminal Console+Wait.swift
[1013/1251] Compiling ConsoleKitTerminal ConsoleColor.swift
[1014/1251] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1015/1251] Compiling ConsoleKitTerminal ConsoleText.swift
[1016/1251] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1017/1251] Compiling ConsoleKitTerminal ANSI.swift
[1018/1251] Emitting module ConsoleKitTerminal
[1019/1251] Compiling ConsoleKitTerminal ActivityBar.swift
[1020/1251] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1021/1251] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1022/1251] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1023/1251] Compiling ConsoleKitTerminal CustomActivity.swift
[1024/1251] Compiling ConsoleKitTerminal LoadingBar.swift
[1025/1251] Compiling ConsoleKitTerminal ProgressBar.swift
[1026/1251] Compiling ConsoleKitTerminal Console+Clear.swift
[1026/1251] Compiling x509_d2.cc
[1028/1251] Compiling ConsoleKitTerminal Console.swift
[1029/1251] Compiling ConsoleKitTerminal Terminal.swift
[1030/1251] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1030/1251] Compiling x509.cc
[1031/1251] Compiling x509_cmp.cc
[1032/1251] Compiling x509_att.cc
[1033/1251] Compiling v3_skey.cc
[1034/1251] Compiling v3_utl.cc
[1036/1251] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1037/1251] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1038/1251] Compiling ConsoleKitTerminal LoggerFragment.swift
[1038/1251] Compiling v3_purp.cc
[1040/1252] Compiling v3_ocsp.cc
[1041/1252] Compiling v3_prn.cc
[1042/1274] Compiling v3_ncons.cc
[1043/1274] Compiling v3_pcons.cc
[1044/1274] Compiling v3_pmaps.cc
[1045/1274] Compiling v3_int.cc
[1046/1274] Compiling v3_lib.cc
[1048/1274] Compiling ConsoleKitCommands CommandSignature.swift
[1049/1274] Compiling ConsoleKitCommands Flag.swift
[1050/1274] Compiling ConsoleKitCommands Option.swift
[1050/1276] Compiling v3_ia5.cc
[1051/1276] Compiling v3_genn.cc
[1053/1276] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1054/1276] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1055/1276] Compiling ConsoleKitCommands Argument.swift
[1055/1276] Compiling v3_info.cc
[1057/1276] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1058/1276] Compiling ConsoleKitCommands AsyncCommand.swift
[1059/1276] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1060/1276] Emitting module ConsoleKitCommands
[1061/1276] Compiling ConsoleKitCommands AsyncCommands.swift
[1062/1276] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1063/1276] Compiling ConsoleKitCommands AnyCommand.swift
[1064/1276] Compiling ConsoleKitCommands Command.swift
[1065/1276] Compiling ConsoleKitCommands CommandContext.swift
[1066/1276] Compiling ConsoleKitCommands CommandError.swift
[1067/1276] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1068/1276] Compiling ConsoleKitCommands Utilities.swift
[1068/1276] Compiling v3_enum.cc
[1069/1276] Compiling v3_crld.cc
[1070/1276] Compiling v3_extku.cc
[1071/1276] Compiling v3_conf.cc
[1072/1276] Compiling v3_bitst.cc
[1073/1276] Compiling v3_cpols.cc
[1074/1276] Compiling v3_bcons.cc
[1076/1276] Compiling ConsoleKitCommands CommandGroup.swift
[1077/1276] Compiling ConsoleKitCommands CommandInput.swift
[1078/1276] Compiling ConsoleKitCommands Commands.swift
[1079/1276] Compiling ConsoleKitCommands Console+Run.swift
[1080/1276] Compiling ConsoleKitCommands ConsoleError.swift
[1081/1276] Compiling ConsoleKitCommands Completion.swift
[1081/1277] Compiling v3_alt.cc
[1083/1277] Compiling v3_akeya.cc
[1084/1277] Compiling t_x509a.cc
[1085/1277] Compiling v3_akey.cc
[1086/1277] Compiling t_req.cc
[1087/1277] Compiling t_crl.cc
[1088/1277] Compiling t_x509.cc
[1089/1279] Compiling i2d_pr.cc
[1090/1279] Compiling rsa_pss.cc
[1091/1279] Compiling name_print.cc
[1093/1279] Compiling ConsoleKit Exports.swift
[1094/1279] Emitting module ConsoleKit
[1095/1280] Compiling policy.cc
[1096/1280] Compiling by_dir.cc
[1097/1280] Compiling asn1_gen.cc
[1098/1280] Compiling by_file.cc
[1099/1280] Compiling a_verify.cc
[1100/1280] Compiling a_sign.cc
[1101/1280] Compiling algorithm.cc
[1102/1280] Compiling voprf.cc
[1103/1280] Compiling thread_none.cc
[1104/1280] Compiling thread_pthread.cc
[1105/1280] Compiling thread_win.cc
[1106/1280] Compiling trust_token.cc
[1107/1280] Compiling a_digest.cc
[1108/1280] Compiling pmbtoken.cc
[1109/1280] Compiling thread.cc
[1110/1280] Compiling wots.cc
[1111/1280] Compiling thash.cc
[1112/1280] Compiling slhdsa.cc
[1113/1280] Compiling stack.cc
[1114/1280] Compiling fors.cc
[1115/1280] Compiling merkle.cc
[1116/1280] Compiling siphash.cc
[1117/1280] Compiling sha512.cc
[1118/1280] Compiling rsa_extra.cc
[1119/1280] Compiling sha256.cc
[1120/1280] Compiling sha1.cc
[1121/1280] Compiling refcount.cc
[1122/1280] Compiling rc4.cc
[1123/1280] Compiling rsa_print.cc
[1124/1280] Compiling trusty.cc
[1125/1280] Compiling urandom.cc
[1126/1280] Compiling passive.cc
[1127/1280] Compiling rsa_crypt.cc
[1128/1280] Compiling rand_extra.cc
[1129/1280] Compiling rsa_asn1.cc
[1130/1280] Compiling windows.cc
[1131/1280] Compiling ios.cc
[1132/1280] Compiling poly1305_arm_asm.S
[1133/1280] Compiling getentropy.cc
[1134/1280] Compiling forkunsafe.cc
[1135/1280] Compiling deterministic.cc
[1136/1280] Compiling poly1305_arm.cc
[1137/1280] Compiling fork_detect.cc
[1138/1280] Compiling poly1305_vec.cc
[1139/1280] Compiling pool.cc
[1140/1280] Compiling poly1305.cc
[1141/1280] Compiling pkcs8_x509.cc
[1142/1280] Compiling pkcs7.cc
[1143/1280] Compiling pkcs8.cc
[1144/1280] Compiling pem_xaux.cc
[1145/1280] Compiling p5_pbev2.cc
[1146/1280] Compiling pkcs7_x509.cc
[1147/1280] Compiling pem_pkey.cc
[1148/1280] Compiling pem_x509.cc
[1149/1280] Compiling pem_pk8.cc
[1150/1280] Compiling obj_xref.cc
[1151/1280] Compiling pem_lib.cc
[1152/1280] Compiling pem_oth.cc
[1153/1280] Compiling mldsa.cc
[1154/1280] Compiling pem_info.cc
[1155/1280] Compiling pem_all.cc
[1156/1280] Compiling mlkem.cc
[1157/1280] Compiling obj.cc
[1158/1280] Compiling md5.cc
[1159/1280] Compiling mem.cc
[1160/1280] Compiling md4.cc
[1161/1280] Compiling fips_shared_support.cc
[1162/1280] Compiling lhash.cc
[1163/1280] Compiling poly_rq_mul.S
[1164/1280] Compiling ex_data.cc
[1165/1280] Compiling kyber.cc
[1166/1280] Compiling print.cc
[1167/1280] Compiling sign.cc
[1168/1280] Compiling hrss.cc
[1169/1280] Compiling hpke.cc
[1170/1280] Compiling pbkdf.cc
[1171/1280] Compiling scrypt.cc
[1172/1280] Compiling p_x25519_asn1.cc
[1173/1280] Compiling p_hkdf.cc
[1174/1280] Compiling p_ed25519_asn1.cc
[1175/1280] Compiling p_rsa.cc
[1176/1280] Compiling p_rsa_asn1.cc
[1177/1280] Compiling p_ed25519.cc
[1178/1280] Compiling p_x25519.cc
[1179/1280] Compiling p_dh_asn1.cc
[1180/1280] Compiling p_ec_asn1.cc
[1181/1280] Compiling evp_ctx.cc
[1182/1280] Compiling p_dh.cc
[1183/1280] Compiling evp_asn1.cc
[1184/1280] Compiling p_dsa_asn1.cc
[1185/1280] Compiling p_ec.cc
[1186/1280] Compiling ecdsa_asn1.cc
[1187/1280] Compiling err.cc
[1188/1280] Compiling hash_to_curve.cc
[1189/1280] Compiling engine.cc
[1190/1280] Compiling evp.cc
[1191/1280] Compiling ecdh_extra.cc
[1192/1280] Compiling ec_derive.cc
[1193/1280] Compiling dsa_asn1.cc
[1194/1280] Compiling ec_asn1.cc
[1195/1280] Compiling digest_extra.cc
[1196/1280] Compiling dsa.cc
[1197/1280] Compiling params.cc
[1198/1280] Compiling x25519-asm-arm.S
[1199/1280] Compiling dh_asn1.cc
[1200/1280] Compiling des.cc
[1201/1280] Compiling bcm.cc
[1202/1280] Compiling spake25519.cc
[1203/1280] Compiling cpu_intel.cc
[1204/1280] Compiling cpu_arm_linux.cc
[1205/1280] Compiling curve25519.cc
[1206/1280] Compiling crypto.cc
[1207/1280] Compiling cpu_aarch64_openbsd.cc
[1208/1280] Compiling cpu_arm_freebsd.cc
[1209/1280] Compiling cpu_aarch64_sysreg.cc
[1210/1280] Compiling cpu_aarch64_fuchsia.cc
[1211/1280] Compiling curve25519_64_adx.cc
[1212/1280] Compiling cpu_aarch64_linux.cc
[1213/1280] Compiling cpu_aarch64_win.cc
[1214/1280] Compiling conf.cc
[1215/1280] Compiling cpu_aarch64_apple.cc
[1216/1280] Compiling tls_cbc.cc
[1217/1280] Compiling e_chacha20poly1305.cc
[1218/1280] Compiling e_rc4.cc
[1219/1280] Compiling e_tls.cc
[1220/1280] Compiling e_des.cc
[1221/1280] Compiling e_rc2.cc
[1222/1280] Compiling e_null.cc
[1223/1280] Compiling e_aesctrhmac.cc
[1224/1280] Compiling cipher_extra.cc
[1225/1280] Compiling derive_key.cc
[1226/1280] Compiling e_aesgcmsiv.cc
[1227/1280] Compiling ber.cc
[1228/1280] Compiling unicode.cc
[1229/1280] Compiling chacha.cc
[1230/1280] Compiling cbb.cc
[1231/1280] Compiling asn1_compat.cc
[1232/1280] Compiling cbs.cc
[1233/1280] Compiling buf.cc
[1234/1280] Compiling blake2.cc
[1235/1280] Compiling bn_asn1.cc
[1236/1280] Compiling printf.cc
[1237/1280] Compiling pair.cc
[1237/1280] Compiling file.cc
[1239/1280] Compiling convert.cc
[1240/1280] Compiling hexdump.cc
[1241/1280] Compiling errno.cc
[1242/1280] Compiling fd.cc
[1243/1280] Compiling base64.cc
[1244/1280] Compiling bio_mem.cc
[1245/1280] Compiling tasn_typ.cc
[1246/1280] Compiling bio.cc
[1247/1280] Compiling tasn_utl.cc
[1248/1280] Compiling tasn_new.cc
[1249/1280] Compiling tasn_fre.cc
[1250/1280] Compiling tasn_enc.cc
[1251/1280] Compiling posix_time.cc
[1252/1280] Compiling f_string.cc
[1253/1280] Compiling f_int.cc
[1253/1280] Compiling tasn_dec.cc
[1255/1280] Compiling asn_pack.cc
[1256/1280] Compiling a_utctm.cc
[1257/1280] Compiling asn1_par.cc
[1258/1280] Compiling asn1_lib.cc
[1259/1280] Compiling a_time.cc
[1260/1280] Compiling a_type.cc
[1261/1280] Compiling a_strnid.cc
[1262/1280] Compiling a_octet.cc
[1263/1280] Compiling a_mbstr.cc
[1264/1280] Compiling a_dup.cc
[1265/1280] Compiling a_strex.cc
[1266/1280] Compiling a_object.cc
[1267/1280] Write sources
[1269/1280] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1270/1280] Write sources
[1272/1280] Compiling a_gentm.cc
[1273/1280] Write sources
[1275/1280] Compiling a_int.cc
[1276/1280] Compiling a_d2i_fp.cc
[1277/1280] Compiling a_i2d_fp.cc
[1278/1377] Compiling a_bool.cc
[1279/1377] Compiling a_bitstr.cc
[1281/1377] Compiling Algorithms Product.swift
[1282/1377] Compiling Algorithms Joined.swift
[1283/1379] Compiling BitCollections BitArray+RandomBits.swift
[1284/1379] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1285/1387] Compiling Algorithms Partition.swift
[1286/1387] Compiling Algorithms Permutations.swift
[1287/1387] Compiling BitCollections BitArray+BitwiseOperations.swift
[1288/1387] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1289/1387] Compiling BitCollections BitArray+Codable.swift
[1290/1387] Compiling Atomics IntegerOperations.swift
[1291/1387] Compiling Atomics Unmanaged extensions.swift
[1292/1387] Emitting module BitCollections
[1293/1394] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1294/1394] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1295/1394] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1296/1394] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1297/1394] Compiling BitCollections BitSet+SetAlgebra union.swift
[1298/1394] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1299/1394] Compiling BitCollections BitSet.Counted.swift
[1300/1394] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1301/1394] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1302/1394] Compiling BitCollections BitArray+Extras.swift
[1303/1394] Compiling BitCollections BitArray+Fill.swift
[1308/1394] Compiling BitCollections BitArray+Descriptions.swift
[1309/1394] Compiling BitCollections BitArray+Equatable.swift
[1314/1394] Compiling BitCollections BitSet+Initializers.swift
[1315/1394] Compiling BitCollections BitSet+Invariants.swift
[1316/1394] Compiling BitCollections BitSet+Random.swift
[1317/1394] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1318/1394] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1319/1394] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1320/1394] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1321/1394] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1322/1394] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1323/1394] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1324/1394] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1325/1394] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1326/1394] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1327/1394] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1328/1394] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1329/1394] Compiling BitCollections BitSet+CustomReflectable.swift
[1330/1394] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1331/1394] Compiling BitCollections BitSet+Equatable.swift
[1332/1394] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1333/1394] Compiling BitCollections BitSet+Extras.swift
[1334/1394] Compiling BitCollections BitSet+Hashable.swift
[1335/1394] Compiling BitCollections BitSet.Index.swift
[1336/1394] Compiling BitCollections BitSet._UnsafeHandle.swift
[1337/1394] Compiling BitCollections BitSet.swift
[1338/1394] Compiling BitCollections Range+Utilities.swift
[1339/1394] Compiling BitCollections Slice+Utilities.swift
[1340/1394] Compiling BitCollections UInt+Tricks.swift
[1341/1394] Compiling BitCollections _Word.swift
[1342/1394] Compiling CryptoBoringWrapper RandomBytes.swift
[1346/1397] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1347/1397] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1350/1397] Compiling Algorithms Suffix.swift
[1351/1397] Compiling Algorithms RandomSample.swift
[1352/1397] Compiling Algorithms Reductions.swift
[1353/1397] Compiling Algorithms Rotate.swift
[1357/1397] Compiling BitCollections BitArray+Collection.swift
[1358/1397] Compiling BitCollections BitArray+Copy.swift
[1359/1397] Compiling BitCollections BitArray+CustomReflectable.swift
[1362/1397] Emitting module CryptoBoringWrapper
[1363/1397] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1364/1397] Compiling CryptoBoringWrapper EllipticCurve.swift
[1365/1397] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1366/1397] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1367/1398] Emitting module Atomics
[1389/1399] Compiling Algorithms Trim.swift
[1390/1399] Compiling Algorithms Unique.swift
[1391/1399] Compiling Algorithms Windows.swift
[1392/1472] Compiling Crypto ASN1BitString.swift
[1393/1472] Compiling Crypto ASN1Boolean.swift
[1394/1472] Compiling Crypto ASN1Identifier.swift
[1395/1472] Compiling Crypto ASN1Integer.swift
[1396/1472] Emitting module Collections
[1397/1472] Compiling Collections Collections.swift
[1399/1473] Compiling Crypto ChaChaPoly.swift
[1400/1473] Compiling Crypto Cipher.swift
[1401/1473] Compiling Crypto Nonces.swift
[1403/1474] Compiling Crypto HPKE-Ciphersuite.swift
[1404/1474] Compiling Crypto HPKE-KDF.swift
[1405/1474] Compiling Crypto HPKE-KexKeyDerivation.swift
[1406/1474] Compiling Crypto HPKE-LabeledExtract.swift
[1407/1474] Compiling Crypto HPKE-Utils.swift
[1408/1474] Compiling Crypto DHKEM.swift
[1409/1474] Compiling Crypto HPKE-KEM-Curve25519.swift
[1410/1474] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1411/1474] Compiling Crypto HPKE-KEM.swift
[1412/1474] Compiling Crypto HPKE-Errors.swift
[1413/1483] Emitting module Algorithms
[1415/1543] Emitting module Crypto
[1416/1543] Compiling NIOCore Interfaces.swift
[1417/1543] Compiling NIOCore Linux.swift
[1418/1543] Compiling NIOCore MarkedCircularBuffer.swift
[1419/1543] Compiling NIOCore MulticastChannel.swift
[1420/1543] Compiling NIOCore NIOAny.swift
[1421/1543] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1422/1543] Compiling NIOCore NIOLoopBound.swift
[1423/1543] Compiling NIOCore NIOScheduledCallback.swift
[1424/1543] Compiling NIOCore NIOSendable.swift
[1425/1543] Compiling NIOCore RecvByteBufferAllocator.swift
[1426/1543] Compiling NIOCore EventLoop.swift
[1427/1543] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1428/1543] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1429/1543] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1430/1543] Compiling NIOCore EventLoopFuture.swift
[1431/1543] Compiling NIOCore FileDescriptor.swift
[1432/1543] Compiling NIOCore FileHandle.swift
[1433/1543] Compiling NIOCore FileRegion.swift
[1434/1543] Compiling Crypto DH.swift
[1435/1543] Compiling Crypto ECDH.swift
[1436/1543] Compiling Crypto SymmetricKeys.swift
[1437/1543] Compiling Crypto HMAC.swift
[1438/1543] Compiling Crypto MACFunctions.swift
[1439/1543] Compiling Crypto MessageAuthenticationCode.swift
[1440/1543] Compiling Crypto AES.swift
[1441/1543] Compiling Crypto ECDSASignature_boring.swift
[1442/1543] Compiling Crypto ECDSA_boring.swift
[1443/1543] Compiling Crypto EdDSA_boring.swift
[1444/1543] Compiling Crypto ECDSA.swift
[1445/1543] Compiling Crypto Ed25519.swift
[1446/1543] Compiling NIOCore ByteBuffer-views.swift
[1447/1543] Compiling NIOCore Channel.swift
[1448/1543] Compiling NIOCore ChannelHandler.swift
[1449/1543] Compiling NIOCore ChannelHandlers.swift
[1450/1543] Compiling NIOCore ChannelInvoker.swift
[1451/1543] Compiling NIOCore ChannelOption.swift
[1452/1543] Compiling NIOCore ChannelPipeline.swift
[1453/1543] Compiling NIOCore CircularBuffer.swift
[1454/1543] Compiling NIOCore Codec.swift
[1455/1543] Compiling NIOCore ConvenienceOptionSupport.swift
[1456/1543] Compiling Crypto Signature.swift
[1457/1543] Compiling Crypto CryptoKitErrors_boring.swift
[1458/1543] Compiling Crypto RNG_boring.swift
[1459/1543] Compiling Crypto SafeCompare_boring.swift
[1460/1543] Compiling Crypto Zeroization_boring.swift
[1461/1543] Compiling Crypto PrettyBytes.swift
[1462/1543] Compiling Crypto SafeCompare.swift
[1463/1543] Compiling Crypto SecureBytes.swift
[1464/1543] Compiling Crypto Zeroization.swift
[1465/1543] Compiling NIOCore BSDSocketAPI.swift
[1466/1543] Compiling NIOCore ByteBuffer-aux.swift
[1467/1543] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1468/1543] Compiling NIOCore ByteBuffer-conversions.swift
[1469/1543] Compiling NIOCore ByteBuffer-core.swift
[1470/1543] Compiling NIOCore ByteBuffer-hex.swift
[1471/1543] Compiling NIOCore ByteBuffer-int.swift
[1472/1543] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1473/1543] Compiling NIOCore ByteBuffer-multi-int.swift
[1474/1543] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1475/1543] Compiling NIOCore AddressedEnvelope.swift
[1476/1543] Compiling NIOCore AsyncAwaitSupport.swift
[1477/1543] Compiling NIOCore AsyncChannel.swift
[1478/1543] Compiling NIOCore AsyncChannelHandler.swift
[1479/1543] Compiling NIOCore AsyncChannelInboundStream.swift
[1480/1543] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1481/1543] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1482/1543] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1483/1543] Compiling NIOCore NIOAsyncWriter.swift
[1484/1543] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1490/1544] Compiling NIOCore DeadChannel.swift
[1491/1544] Compiling NIOCore DispatchQueue+WithFuture.swift
[1492/1544] Compiling NIOCore EventLoop+Deprecated.swift
[1493/1544] Compiling NIOCore EventLoop+SerialExecutor.swift
[1502/1552] Compiling NIOCore GlobalSingletons.swift
[1503/1552] Compiling NIOCore IO.swift
[1504/1552] Compiling NIOCore IOData.swift
[1505/1552] Compiling NIOCore IPProtocol.swift
[1506/1552] Compiling NIOCore IntegerBitPacking.swift
[1507/1552] Compiling NIOCore IntegerTypes.swift
[1527/1552] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1528/1552] Compiling NIOCore SocketAddresses.swift
[1529/1552] Compiling NIOCore SocketOptionProvider.swift
[1530/1552] Compiling NIOCore SystemCallHelpers.swift
[1531/1552] Compiling NIOCore TimeAmount+Duration.swift
[1532/1552] Compiling NIOCore TypeAssistedChannelHandler.swift
[1533/1552] Compiling NIOCore UniversalBootstrapSupport.swift
[1534/1552] Compiling NIOCore Utilities.swift
[1552/1552] Emitting module NIOCore
[1554/1604] Compiling NIOEmbedded AsyncTestingChannel.swift
[1555/1604] Emitting module NIOEmbedded
[1556/1604] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1557/1604] Compiling NIOEmbedded Embedded.swift
[1559/1605] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1560/1605] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1561/1605] Compiling NIOPosix PosixSingletons.swift
[1562/1605] Compiling NIOPosix RawSocketBootstrap.swift
[1563/1605] Compiling NIOPosix Resolver.swift
[1564/1605] Compiling NIOPosix Selectable.swift
[1565/1611] Emitting module NIOPosix
[1566/1611] Compiling NIOPosix ThreadPosix.swift
[1567/1611] Compiling NIOPosix ThreadWindows.swift
[1568/1611] Compiling NIOPosix UnsafeTransfer.swift
[1569/1611] Compiling NIOPosix Utilities.swift
[1570/1611] Compiling NIOPosix VsockAddress.swift
[1571/1611] Compiling NIOPosix VsockChannelEvents.swift
[1572/1611] Compiling NIOPosix SelectableChannel.swift
[1573/1611] Compiling NIOPosix SelectableEventLoop.swift
[1574/1611] Compiling NIOPosix SelectorEpoll.swift
[1575/1611] Compiling NIOPosix SelectorGeneric.swift
[1576/1611] Compiling NIOPosix SelectorKqueue.swift
[1577/1611] Compiling NIOPosix SelectorUring.swift
[1578/1611] Compiling NIOPosix ServerSocket.swift
[1579/1611] Compiling NIOPosix Socket.swift
[1580/1611] Compiling NIOPosix SocketChannel.swift
[1581/1611] Compiling NIOPosix SocketProtocols.swift
[1582/1611] Compiling NIOPosix System.swift
[1583/1611] Compiling NIOPosix Thread.swift
[1584/1611] Compiling NIOPosix Bootstrap.swift
[1585/1611] Compiling NIOPosix ControlMessage.swift
[1586/1611] Compiling NIOPosix DatagramVectorReadManager.swift
[1587/1611] Compiling NIOPosix Errors+Any.swift
[1588/1611] Compiling NIOPosix FileDescriptor.swift
[1589/1611] Compiling NIOPosix GetaddrinfoResolver.swift
[1590/1611] Compiling NIOPosix HappyEyeballs.swift
[1591/1611] Compiling NIOPosix BSDSocketAPICommon.swift
[1592/1611] Compiling NIOPosix BSDSocketAPIPosix.swift
[1593/1611] Compiling NIOPosix BSDSocketAPIWindows.swift
[1594/1611] Compiling NIOPosix BaseSocket.swift
[1595/1611] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1596/1611] Compiling NIOPosix BaseSocketChannel.swift
[1597/1611] Compiling NIOPosix BaseStreamSocketChannel.swift
[1598/1611] Compiling NIOPosix IO.swift
[1599/1611] Compiling NIOPosix IntegerBitPacking.swift
[1600/1611] Compiling NIOPosix IntegerTypes.swift
[1601/1611] Compiling NIOPosix Linux.swift
[1602/1611] Compiling NIOPosix LinuxCPUSet.swift
[1603/1611] Compiling NIOPosix LinuxUring.swift
[1604/1611] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1605/1611] Compiling NIOPosix NIOThreadPool.swift
[1606/1611] Compiling NIOPosix NonBlockingFileIO.swift
[1607/1611] Compiling NIOPosix PendingDatagramWritesManager.swift
[1608/1611] Compiling NIOPosix PendingWritesManager.swift
[1609/1611] Compiling NIOPosix PipeChannel.swift
[1610/1611] Compiling NIOPosix PipePair.swift
[1611/1611] Compiling NIOPosix Pool.swift
[1613/1671] Emitting module NIO
[1614/1671] Compiling NIO Exports.swift
[1615/1672] Compiling AsyncKit EventLoop+Flatten.swift
[1616/1672] Compiling AsyncKit EventLoop+Future.swift
[1617/1672] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1619/1674] Compiling AsyncKit Future+Miscellaneous.swift
[1620/1674] Compiling AsyncKit Future+Nonempty.swift
[1621/1674] Compiling AsyncKit Future+Optional.swift
[1622/1674] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1623/1674] Compiling AsyncKit Collection+Flatten.swift
[1624/1674] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1625/1674] Compiling AsyncKit Future+Transform.swift
[1626/1674] Compiling AsyncKit Future+Try.swift
[1627/1674] Compiling AsyncKit FutureOperators.swift
[1628/1746] Emitting module _NIOFileSystem
[1629/1750] Emitting module NIOTLS
[1630/1750] Compiling NIOTLS TLSEvents.swift
[1631/1750] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1632/1750] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1633/1750] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1634/1750] Compiling NIOHTTP1 HTTPDecoder.swift
[1635/1750] Compiling NIOHTTP1 HTTPEncoder.swift
[1636/1750] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1637/1750] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1638/1750] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1639/1750] Compiling NIOSOCKS SOCKSResponse.swift
[1640/1750] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1641/1751] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1642/1751] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1643/1751] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1644/1751] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1648/1751] Compiling NIOSOCKS ClientStateMachine.swift
[1649/1751] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1652/1751] Emitting module NIOFoundationCompat
[1655/1751] Emitting module NIOSOCKS
[1656/1751] Compiling BSON Document.swift
[1657/1751] Compiling BSON DocumentSlice.swift
[1659/1751] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1662/1751] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1663/1751] Compiling NIOTLS SNIHandler.swift
[1664/1752] Compiling NIOSOCKS ServerStateMachine.swift
[1667/1753] Compiling BSON ObjectId.swift
[1668/1753] Compiling BSON Optional.swift
[1669/1753] Compiling BSON PrimitiveConvertible.swift
[1670/1753] Compiling _NIOFileSystem DirectoryEntry.swift
[1671/1753] Compiling _NIOFileSystem Exports.swift
[1672/1753] Compiling BSON CustomDebugStringConvertible.swift
[1673/1753] Compiling BSON Document+Array.swift
[1674/1753] Compiling BSON Document+Cache.swift
[1675/1753] Compiling BSON Document+Collection.swift
[1676/1753] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1677/1753] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1678/1755] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1680/1785] Compiling NIOSSL ByteBufferBIO.swift
[1681/1785] Compiling NIOSSL CustomPrivateKey.swift
[1682/1785] Compiling NIOSSL NIOSSLHandler.swift
[1683/1785] Compiling NIOSSL AndroidCABundle.swift
[1684/1785] Compiling NIOSSL SSLContext.swift
[1685/1785] Compiling NIOSSL SSLErrors.swift
[1686/1792] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1688/1792] Compiling NIOSSL IdentityVerification.swift
[1689/1792] Compiling NIOSSL SSLCertificate.swift
[1690/1792] Compiling NIOSSL SSLCertificateExtensions.swift
[1691/1807] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1692/1807] Compiling NIOTransportServices NIOTSSingletons.swift
[1693/1807] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1694/1809] Compiling NIOTransportServices NIOTSBootstraps.swift
[1695/1809] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1696/1809] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1697/1809] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1698/1809] Compiling NIOTransportServices NIOTSErrors.swift
[1699/1809] Compiling NIOTransportServices NIOTSEventLoop.swift
[1700/1809] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1701/1809] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1702/1809] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1703/1809] Emitting module NIOTransportServices
[1704/1809] Compiling NIOTransportServices StateManagedChannel.swift
[1705/1809] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1706/1809] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1707/1809] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1708/1809] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1709/1809] Compiling NIOTransportServices AcceptHandler.swift
[1710/1809] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1711/1809] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1712/1809] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1713/1809] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1722/1810] Emitting module AsyncKit
[1723/1810] Compiling _NIOFileSystem SystemFileHandle.swift
[1724/1810] Compiling _NIOFileSystem Utilities.swift
[1725/1810] Compiling _NIOFileSystem OpenOptions.swift
[1726/1810] Compiling _NIOFileSystem String+FileSystem.swift
[1727/1822] Emitting module NIOHTTP1
[1728/1822] Compiling DNSClient Client.swift
[1729/1822] Compiling DNSClient DNSClient+Connect.swift
[1730/1822] Compiling DNSClient DNSClient+Query.swift
[1732/1823] Compiling DNSClient ConfigParser.swift
[1733/1824] Emitting module DNSClient
[1736/1824] Compiling DNSClient MessageOptions.swift
[1737/1824] Compiling DNSClient PTR.swift
[1738/1829] Compiling DNSClient SRV.swift
[1739/1852] Compiling NIOHPACK HPACKHeader.swift
[1740/1852] Compiling NIOHPACK HeaderTables.swift
[1741/1852] Compiling NIOHPACK IndexedHeaderTable.swift
[1742/1852] Emitting module NIOSSL
[1743/1856] Compiling NIOWebSocket WebSocketOpcode.swift
[1744/1857] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1745/1857] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1746/1857] Compiling NIOSSL SSLPublicKey.swift
[1747/1857] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1748/1857] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1749/1857] Compiling NIOSSL SubjectAlternativeName.swift
[1750/1857] Compiling NIOSSL TLSConfiguration.swift
[1751/1857] Compiling NIOSSL UniversalBootstrapSupport.swift
[1752/1857] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1754/1861] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1755/1861] Compiling NIOHPACK HPACKEncoder.swift
[1756/1861] Compiling NIOHPACK HPACKErrors.swift
[1757/1861] Compiling DNSClient Helpers.swift
[1758/1861] Compiling DNSClient Message.swift
[1759/1861] Compiling NIOHPACK IntegerCoding.swift
[1760/1861] Emitting module BSON
[1775/1862] Compiling NIOSSL Zeroization.swift
[1776/1862] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1777/1862] Compiling NIOHPACK StaticHeaderTable.swift
[1778/1863] Emitting module NIOHTTPCompression
[1779/1863] Compiling NIOHTTPCompression HTTPCompression.swift
[1786/1863] Compiling NIOHPACK HuffmanTables.swift
[1787/1863] Compiling NIOHPACK DynamicHeaderTable.swift
[1788/1863] Compiling NIOHPACK HPACKDecoder.swift
[1792/1863] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1805/1863] Emitting module NIOWebSocket
[1808/1863] Compiling NIOHPACK HuffmanCoding.swift
[1809/1863] Compiling NIOHTTPCompression HTTPDecompression.swift
[1811/1863] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1812/1863] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1813/1864] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1814/1864] Compiling NIOWebSocket WebSocketFrame.swift
[1821/1886] Compiling NIOExtras LengthFieldPrepender.swift
[1822/1886] Compiling NIOExtras LineBasedFrameDecoder.swift
[1823/1886] Emitting module NIOHPACK
[1824/1886] Compiling NIOExtras DebugInboundEventsHandler.swift
[1825/1886] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1826/1886] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1827/1886] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1828/1887] Emitting module _NIOFileSystemFoundationCompat
[1829/1887] Compiling NIOExtras NIOExtrasError.swift
[1830/1887] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1831/1887] Compiling NIOExtras NIORequestIdentifiable.swift
[1832/1887] Compiling NIOExtras PCAPRingBuffer.swift
[1833/1887] Compiling NIOExtras QuiescingHelper.swift
[1834/1887] Compiling NIOExtras RequestResponseHandler.swift
[1835/1887] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1840/1908] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1841/1908] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1842/1908] Compiling NIOFileSystem Exports.swift
[1843/1909] Emitting module NIOFileSystem
[1844/1910] Compiling MultipartKit FormDataEncoder.swift
[1845/1910] Compiling MultipartKit Storage.swift
[1848/1912] Compiling BSON Primitives.swift
[1849/1912] Compiling BSON RegularExpression.swift
[1850/1912] Compiling BSON Timestamp.swift
[1851/1912] Compiling BSON TypeIdentifier.swift
[1852/1924] Compiling MultipartKit MultipartParser.swift
[1853/1924] Compiling MultipartKit MultipartPart.swift
[1854/1970] Compiling NIOHTTP2 MaySendFrames.swift
[1855/1970] Compiling NIOHTTP2 SendingDataState.swift
[1856/1972] Compiling NIOHTTP2 SendingGoawayState.swift
[1857/1972] Compiling NIOHTTP2 SendingHeadersState.swift
[1858/1972] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1859/1972] Compiling NIOHTTP2 SendingRstStreamState.swift
[1860/1972] Emitting module MultipartKit
[1861/1972] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1862/1972] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1863/1972] Compiling NIOHTTP2 MayReceiveFrames.swift
[1864/1972] Compiling NIOHTTP2 ReceivingDataState.swift
[1865/1972] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1866/1972] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1867/1972] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1868/1972] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1869/1972] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1871/1973] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1872/1973] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1873/1973] Compiling MultipartKit MultipartSerializer.swift
[1874/1973] Compiling MultipartKit Utilities.swift
[1888/1973] Emitting module NIOExtras
[1906/1974] Compiling NIOHTTP2 Error+Any.swift
[1907/1974] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1908/1974] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1909/1994] Compiling MongoCore MongoRequest.swift
[1910/1994] Compiling MongoCore OpReply.swift
[1912/1995] Compiling MongoCore ServerHandshake.swift
[1913/1995] Compiling MongoCore WireVersion.swift
[1914/1995] Compiling MongoCore WriteConcern.swift
[1915/1995] Compiling MongoCore MessageHeader.swift
[1916/1995] Compiling MongoCore MongoReply.swift
[1919/1995] Compiling MongoCore ProtocolHelpers.swift
[1924/2005] Compiling MongoCore OpMessage.swift
[1925/2005] Compiling MongoCore OpQuery.swift
[1929/2006] Compiling MongoCore Sessions.swift
[1930/2006] Compiling MongoCore Tansaction.swift
[1931/2006] Compiling MongoCore CommandPrimitives.swift
[1932/2006] Compiling MongoCore Error.swift
[1933/2006] Compiling MongoCore Exports.swift
[1934/2006] Emitting module MongoCore
[1938/2014] Compiling MongoCore ConnectionSettings.swift
[1939/2014] Compiling MongoCore Namespace.swift
[1940/2014] Compiling MongoCore ReadConcern.swift
[1941/2014] Compiling MongoCore Logger.swift
[1942/2014] Compiling MongoCore MongoReplyDeserializer.swift
[1943/2014] Compiling MongoCore Collation.swift
[1947/2015] Compiling WebSocketKit Exports.swift
[1948/2015] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1949/2015] Compiling WebSocketKit WebSocketHandler.swift
[1950/2015] Emitting module NIOHTTP2
[1951/2015] Compiling WebSocketKit WebSocket+Concurrency.swift
[1952/2015] Emitting module WebSocketKit
[1953/2034] Compiling WebSocketKit WebSocket+Connect.swift
[1954/2034] Compiling MongoClient MongoCursorResponse.swift
[1958/2034] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1959/2034] Compiling NIOHTTP2 QuiescingState.swift
[1960/2034] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1961/2034] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1962/2034] Compiling WebSocketKit WebSocket.swift
[1963/2034] Compiling WebSocketKit WebSocketClient.swift
[1965/2035] Compiling MongoClient MongoMiddleware.swift
[1967/2037] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1968/2037] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1969/2037] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1970/2037] Compiling NIOHTTP2 HTTP2StreamID.swift
[1971/2037] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1972/2037] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1973/2037] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1974/2037] Compiling NIOHTTP2 InboundEventBuffer.swift
[1975/2037] Compiling MongoClient Cursor.swift
[1976/2037] Compiling MongoClient Error.swift
[1977/2037] Compiling MongoClient Exports.swift
[1978/2037] Compiling NIOHTTP2 InboundWindowManager.swift
[1979/2037] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1980/2037] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1981/2037] Compiling NIOHTTP2 StreamChannelList.swift
[1982/2037] Compiling NIOHTTP2 StreamMap.swift
[1983/2037] Compiling NIOHTTP2 StreamStateMachine.swift
[1984/2037] Compiling NIOHTTP2 UnsafeTransfer.swift
[1985/2037] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1986/2037] Compiling MongoClient Helpers.swift
[1987/2037] Compiling MongoClient GetMore.swift
[1988/2037] Compiling MongoClient Connection.swift
[1989/2037] Compiling MongoClient ConnectionContext.swift
[1990/2037] Compiling MongoClient ConnectionPool.swift
[1991/2037] Compiling MongoClient IsMaster.swift
[1992/2037] Compiling MongoClient KillCursors.swift
[1993/2037] Compiling MongoClient Channel+Connection.swift
[1994/2037] Compiling MongoClient Cluster.swift
[1995/2037] Compiling MongoClient Connection+Execute.swift
[1996/2037] Emitting module MongoClient
[1997/2037] Compiling MongoClient Authenticate+ChallengeResponse.swift
[1998/2037] Compiling MongoClient Authenticate+SASL.swift
[1999/2037] Compiling MongoClient Authenticate.swift
[2009/2037] Compiling MongoClient OK.swift
[2010/2037] Compiling MongoClient SASL.swift
[2012/2053] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2013/2053] Compiling NIOHTTP2 HTTP2Frame.swift
[2014/2053] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2015/2053] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2016/2053] Compiling NIOHTTP2 HTTP2PingData.swift
[2017/2053] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2018/2053] Compiling NIOHTTP2 HTTP2Settings.swift
[2019/2053] Compiling NIOHTTP2 HTTP2Stream.swift
[2020/2053] Compiling MongoKittenCore Insert.swift
[2021/2053] Compiling MongoKittenCore ListCollections.swift
[2022/2055] Compiling MongoKittenCore Cursor.swift
[2023/2055] Compiling MongoKittenCore Projection.swift
[2024/2055] Compiling MongoKittenCore Find.swift
[2025/2055] Compiling MongoKittenCore FindAndModify.swift
[2026/2055] Compiling MongoKittenCore Distinct.swift
[2027/2055] Compiling MongoKittenCore Drop.swift
[2028/2055] Emitting module MongoKittenCore
[2029/2055] Compiling MongoKittenCore Aggregate.swift
[2030/2055] Compiling MongoKittenCore Count.swift
[2031/2055] Compiling MongoKittenCore CreateIndexes.swift
[2032/2055] Compiling MongoKittenCore Delete.swift
[2033/2055] Compiling MongoKittenCore ListDatabases.swift
[2034/2055] Compiling MongoKittenCore Update.swift
[2037/2055] Compiling MongoKittenCore QueryBuilder.swift
[2039/2056] Compiling MongoKittenCore Sort.swift
[2042/2057] Compiling NIOHTTP2 StateMachineResult.swift
[2043/2057] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2044/2057] Compiling NIOHTTP2 DOSHeuristics.swift
[2048/2057] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2049/2057] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2050/2057] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2051/2057] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2052/2057] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2053/2057] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2054/2057] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2055/2057] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2056/2057] Compiling NIOHTTP2 HTTP2Error.swift
[2057/2057] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2059/2141] Emitting module MongoKitten
[2060/2144] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2061/2144] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2062/2144] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2063/2144] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2064/2144] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2065/2144] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2066/2144] Compiling AsyncHTTPClient Transaction.swift
[2067/2144] Compiling AsyncHTTPClient Base64.swift
[2068/2144] Compiling AsyncHTTPClient BasicAuth.swift
[2069/2144] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2070/2144] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2071/2144] Compiling AsyncHTTPClient ConnectionPool.swift
[2072/2144] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2073/2144] Compiling AsyncHTTPClient HTTP1Connection.swift
[2074/2144] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2075/2144] Compiling MongoKitten MongoCollection.swift
[2076/2144] Compiling MongoKitten MongoDatabase.swift
[2077/2144] Compiling MongoKitten MongoTransactionDatabase.swift
[2078/2144] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2079/2144] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2080/2144] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2081/2144] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2082/2144] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2083/2144] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2084/2144] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2085/2144] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2087/2145] Emitting module AsyncHTTPClient
[2097/2153] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2098/2153] Compiling AsyncHTTPClient ConnectionTarget.swift
[2099/2153] Compiling AsyncHTTPClient DeconstructedURL.swift
[2100/2153] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2101/2153] Compiling AsyncHTTPClient FoundationExtensions.swift
[2102/2153] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2103/2153] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2104/2153] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2122/2153] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2123/2153] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2124/2153] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2125/2153] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2126/2153] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2127/2153] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2128/2153] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2129/2153] Compiling AsyncHTTPClient RequestBodyLength.swift
[2130/2153] Compiling AsyncHTTPClient RequestBag.swift
[2131/2153] Compiling AsyncHTTPClient RequestValidation.swift
[2132/2153] Compiling AsyncHTTPClient SSLContextCache.swift
[2133/2153] Compiling AsyncHTTPClient Scheme.swift
[2134/2153] Compiling AsyncHTTPClient Singleton.swift
[2135/2153] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2136/2153] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2137/2153] Compiling AsyncHTTPClient Utils.swift
[2138/2153] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2139/2153] Compiling AsyncHTTPClient RequestOptions.swift
[2140/2153] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2141/2153] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2142/2153] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2143/2153] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2144/2153] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2145/2153] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2146/2153] Compiling AsyncHTTPClient HTTPClient.swift
[2147/2153] Compiling AsyncHTTPClient HTTPHandler.swift
[2148/2153] Compiling AsyncHTTPClient LRUCache.swift
[2149/2153] Compiling AsyncHTTPClient NWErrorHandler.swift
[2150/2153] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2151/2153] Compiling AsyncHTTPClient TLSConfiguration.swift
[2152/2153] Compiling AsyncHTTPClient RedirectState.swift
[2153/2153] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2155/2323] Compiling Vapor Application.swift
[2156/2323] Compiling Vapor AuthenticationCache.swift
[2157/2323] Compiling Vapor Authenticator.swift
[2158/2323] Compiling Vapor BasicAuthorization.swift
[2159/2323] Compiling Vapor BearerAuthorization.swift
[2160/2323] Compiling Vapor GuardMiddleware.swift
[2161/2323] Compiling Vapor RedirectMiddleware.swift
[2162/2323] Compiling Vapor SessionAuthenticatable.swift
[2163/2323] Compiling Vapor Bcrypt.swift
[2164/2323] Compiling Vapor Application+Cache.swift
[2165/2323] Compiling Vapor Cache.swift
[2166/2323] Compiling Vapor CacheExpirationTime.swift
[2167/2323] Compiling Vapor MemoryCache.swift
[2168/2323] Compiling Vapor Request+Cache.swift
[2169/2323] Compiling Vapor Application+Clients.swift
[2170/2323] Compiling Vapor Client.swift
[2171/2323] Compiling Vapor ClientRequest.swift
[2172/2323] Compiling Vapor ClientResponse.swift
[2173/2323] Compiling Vapor Request+Client.swift
[2174/2323] Compiling Vapor BootCommand.swift
[2175/2323] Compiling Vapor CommandContext+Application.swift
[2176/2323] Compiling Vapor RoutesCommand.swift
[2177/2323] Compiling Vapor ServeCommand.swift
[2178/2323] Compiling Vapor AnyResponse+Concurrency.swift
[2179/2347] Compiling Vapor Service.swift
[2180/2347] Compiling Vapor Application+Sessions.swift
[2181/2347] Compiling Vapor MemorySessions.swift
[2182/2347] Compiling Vapor Request+Session.swift
[2183/2347] Compiling Vapor Session.swift
[2184/2347] Compiling Vapor SessionCache.swift
[2185/2347] Compiling Vapor SessionData.swift
[2186/2347] Compiling Vapor SessionDriver.swift
[2187/2347] Compiling Vapor SessionsConfiguration.swift
[2188/2347] Compiling Vapor SessionsMiddleware.swift
[2189/2347] Compiling Vapor URLEncodedFormData.swift
[2190/2347] Compiling Vapor URLEncodedFormDecoder.swift
[2191/2347] Compiling Vapor URLEncodedFormEncoder.swift
[2192/2347] Compiling Vapor URLEncodedFormError.swift
[2193/2347] Compiling Vapor URLEncodedFormParser.swift
[2194/2347] Compiling Vapor URLEncodedFormSerializer.swift
[2195/2347] Compiling Vapor URLQueryFragmentConvertible.swift
[2196/2347] Compiling Vapor AnyResponse.swift
[2197/2347] Compiling Vapor Array+Random.swift
[2198/2347] Compiling Vapor Base32.swift
[2199/2347] Compiling Vapor Base64.swift
[2200/2347] Compiling Vapor BaseN.swift
[2201/2347] Compiling Vapor BasicCodingKey.swift
[2202/2347] Compiling Vapor ByteCount.swift
[2203/2371] Compiling Vapor Request+Body.swift
[2204/2371] Compiling Vapor Request+BodyStream.swift
[2205/2371] Compiling Vapor Request.swift
[2206/2371] Compiling Vapor Application+Responder.swift
[2207/2371] Compiling Vapor DefaultResponder.swift
[2208/2371] Compiling Vapor Response+Body.swift
[2209/2371] Compiling Vapor Response.swift
[2210/2371] Compiling Vapor ResponseCodable.swift
[2211/2371] Compiling Vapor Application+Routes.swift
[2212/2371] Compiling Vapor Parameters+Require.swift
[2213/2371] Compiling Vapor Request+WebSocket.swift
[2214/2371] Compiling Vapor Route.swift
[2215/2371] Compiling Vapor RouteCollection.swift
[2216/2371] Compiling Vapor Routes.swift
[2217/2371] Compiling Vapor RoutesBuilder+Group.swift
[2218/2371] Compiling Vapor RoutesBuilder+Method.swift
[2219/2371] Compiling Vapor RoutesBuilder+Middleware.swift
[2220/2371] Compiling Vapor RoutesBuilder+WebSocket.swift
[2221/2371] Compiling Vapor RoutesBuilder.swift
[2222/2371] Compiling Vapor OTP.swift
[2223/2371] Compiling Vapor Application+Servers.swift
[2224/2371] Compiling Vapor Server.swift
[2225/2371] Compiling Vapor App+Service.swift
[2226/2371] Compiling Vapor Req+Service.swift
[2227/2371] Compiling Vapor HTTPServerResponseEncoder.swift
[2228/2371] Compiling Vapor HTTPServerUpgradeHandler.swift
[2229/2371] Compiling Vapor Logger+Report.swift
[2230/2371] Compiling Vapor LoggingSystem+Environment.swift
[2231/2371] Compiling Vapor Application+Middleware.swift
[2232/2371] Compiling Vapor CORSMiddleware.swift
[2233/2371] Compiling Vapor ErrorMiddleware.swift
[2234/2371] Compiling Vapor FileMiddleware.swift
[2235/2371] Compiling Vapor Middleware.swift
[2236/2371] Compiling Vapor MiddlewareConfiguration.swift
[2237/2371] Compiling Vapor ResponseCompressionMiddleware.swift
[2238/2371] Compiling Vapor RouteLoggingMiddleware.swift
[2239/2371] Compiling Vapor TracingMiddleware.swift
[2240/2371] Compiling Vapor File+Multipart.swift
[2241/2371] Compiling Vapor FormDataDecoder+Content.swift
[2242/2371] Compiling Vapor FormDataEncoder+Content.swift
[2243/2371] Compiling Vapor Application+Password.swift
[2244/2371] Compiling Vapor Application+Passwords.swift
[2245/2371] Compiling Vapor AsyncPasswordHasher.swift
[2246/2371] Compiling Vapor BcryptHasher.swift
[2247/2371] Compiling Vapor PasswordHasher.swift
[2248/2371] Compiling Vapor PlaintextHasher.swift
[2249/2371] Compiling Vapor Request+Password.swift
[2250/2371] Compiling Vapor Redirect.swift
[2251/2371] Emitting module Vapor
[2252/2371] Compiling Vapor AsyncBasicResponder.swift
[2253/2371] Compiling Vapor AsyncMiddleware.swift
[2254/2371] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2255/2371] Compiling Vapor AsyncSessionDriver.swift
[2256/2371] Compiling Vapor Authentication+Concurrency.swift
[2257/2371] Compiling Vapor Cache+Concurrency.swift
[2258/2371] Compiling Vapor Client+Concurrency.swift
[2259/2371] Compiling Vapor RequestBody+Concurrency.swift
[2260/2371] Compiling Vapor Responder+Concurrency.swift
[2261/2371] Compiling Vapor ResponseCodable+Concurrency.swift
[2262/2371] Compiling Vapor RoutesBuilder+Concurrency.swift
[2263/2371] Compiling Vapor ViewRenderer+Concurrency.swift
[2264/2371] Compiling Vapor WebSocket+Concurrency.swift
[2265/2371] Compiling Vapor ContainerGetPathExecutor.swift
[2266/2371] Compiling Vapor Content.swift
[2267/2371] Compiling Vapor ContentCoders.swift
[2268/2371] Compiling Vapor ContentConfiguration.swift
[2269/2371] Compiling Vapor ContentContainer.swift
[2270/2371] Compiling Vapor JSONCoder+Custom.swift
[2271/2371] Compiling Vapor JSONCoders+Content.swift
[2272/2371] Compiling Vapor PlaintextDecoder.swift
[2273/2371] Compiling Vapor PlaintextEncoder.swift
[2274/2371] Compiling Vapor URLQueryCoders.swift
[2275/2371] Compiling Vapor URLQueryContainer.swift
[2276/2371] Compiling Vapor Core.swift
[2277/2371] Compiling Vapor Running.swift
[2278/2371] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2279/2371] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2280/2371] Compiling Vapor DotEnvFile+load.swift
[2281/2371] Compiling Vapor Routes+caseInsenstive.swift
[2282/2371] Compiling Vapor Validatable+validate.swift
[2283/2371] Compiling Vapor Environment+Process.swift
[2284/2371] Compiling Vapor Environment+Secret.swift
[2285/2371] Compiling Vapor Environment.swift
[2286/2371] Compiling Vapor Abort.swift
[2287/2371] Compiling Vapor AbortError.swift
[2288/2371] Compiling Vapor DebuggableError.swift
[2289/2371] Compiling Vapor Demangler.swift
[2290/2371] Compiling Vapor ErrorSource.swift
[2291/2371] Compiling Vapor StackTrace.swift
[2292/2371] Compiling Vapor Exports.swift
[2293/2371] Compiling Vapor Application+HTTP.swift
[2294/2371] Compiling Vapor BasicResponder.swift
[2295/2371] Compiling Vapor BodyStream.swift
[2296/2371] Compiling Vapor Application+HTTP+Client.swift
[2297/2371] Compiling Vapor EventLoopHTTPClient.swift
[2298/2371] Compiling Vapor EndpointCache.swift
[2299/2371] Compiling Vapor HTTPMethod+String.swift
[2300/2371] Compiling Vapor HTTPStatus.swift
[2301/2371] Compiling Vapor HTTPCookies.swift
[2302/2371] Compiling Vapor HTTPHeaderCacheControl.swift
[2303/2371] Compiling Vapor HTTPHeaderExpires.swift
[2304/2371] Compiling Vapor HTTPHeaderLastModified.swift
[2305/2371] Compiling Vapor HTTPHeaders+Cache.swift
[2306/2371] Compiling Vapor HTTPHeaders+Connection.swift
[2307/2371] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2308/2371] Compiling Vapor HTTPHeaders+ContentRange.swift
[2309/2371] Compiling Vapor HTTPHeaders+Directive.swift
[2310/2371] Compiling Vapor HTTPHeaders+Forwarded.swift
[2311/2371] Compiling Vapor HTTPHeaders+Link.swift
[2312/2371] Compiling Vapor HTTPHeaders+Name.swift
[2313/2371] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2314/2371] Compiling Vapor HTTPHeaders.swift
[2315/2371] Compiling Vapor HTTPMediaType.swift
[2316/2371] Compiling Vapor HTTPMediaTypePreference.swift
[2317/2371] Compiling Vapor Responder.swift
[2318/2371] Compiling Vapor Application+HTTP+Server.swift
[2319/2371] Compiling Vapor HTTPServer.swift
[2320/2371] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2321/2371] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2322/2371] Compiling Vapor HTTPServerHandler.swift
[2323/2371] Compiling Vapor HTTPServerRequestDecoder.swift
[2324/2371] Compiling Vapor Bytes+Hex.swift
[2325/2371] Compiling Vapor Bytes+SecureCompare.swift
[2326/2371] Compiling Vapor Collection+Safe.swift
[2327/2371] Compiling Vapor DataProtocol+Copy.swift
[2328/2371] Compiling Vapor DecoderUnwrapper.swift
[2329/2371] Compiling Vapor DirectoryConfiguration.swift
[2330/2371] Compiling Vapor DotEnv.swift
[2331/2371] Compiling Vapor Extendable.swift
[2332/2371] Compiling Vapor File.swift
[2333/2371] Compiling Vapor FileIO.swift
[2334/2371] Compiling Vapor LifecycleHandler.swift
[2335/2371] Compiling Vapor OptionalType.swift
[2336/2371] Compiling Vapor RFC1123.swift
[2337/2371] Compiling Vapor SocketAddress+Hostname.swift
[2338/2371] Compiling Vapor Storage.swift
[2339/2371] Compiling Vapor String+IsIPAddress.swift
[2340/2371] Compiling Vapor Thread.swift
[2341/2371] Compiling Vapor URI.swift
[2342/2371] Compiling Vapor RangeResult.swift
[2343/2371] Compiling Vapor Validatable.swift
[2344/2371] Compiling Vapor Validation.swift
[2345/2371] Compiling Vapor ValidationKey.swift
[2346/2371] Compiling Vapor Validations.swift
[2347/2371] Compiling Vapor ValidationsError.swift
[2348/2371] Compiling Vapor Validator.swift
[2349/2371] Compiling Vapor ValidatorResult.swift
[2350/2371] Compiling Vapor And.swift
[2351/2371] Compiling Vapor Case.swift
[2352/2371] Compiling Vapor CharacterSet.swift
[2353/2371] Compiling Vapor Count.swift
[2354/2371] Compiling Vapor Custom.swift
[2355/2371] Compiling Vapor Email.swift
[2356/2371] Compiling Vapor Empty.swift
[2357/2371] Compiling Vapor In.swift
[2358/2371] Compiling Vapor Nil.swift
[2359/2371] Compiling Vapor NilIgnoring.swift
[2360/2371] Compiling Vapor Not.swift
[2361/2371] Compiling Vapor Or.swift
[2362/2371] Compiling Vapor Pattern.swift
[2363/2371] Compiling Vapor Range.swift
[2364/2371] Compiling Vapor URL.swift
[2365/2371] Compiling Vapor Valid.swift
[2366/2371] Compiling Vapor Application+Views.swift
[2367/2371] Compiling Vapor PlaintextRenderer.swift
[2368/2371] Compiling Vapor Request+View.swift
[2369/2371] Compiling Vapor View.swift
[2370/2371] Compiling Vapor ViewRenderer.swift
[2371/2371] Compiling Vapor _Deprecations.swift
[2373/2393] Emitting module Queues
[2374/2395] Compiling Queues QueuesConfiguration.swift
[2375/2395] Compiling Queues QueuesDriver.swift
[2376/2395] Compiling Queues QueuesEventLoopPreference.swift
[2377/2395] Compiling Queues Application+Queues.swift
[2378/2395] Compiling Queues AsyncJob.swift
[2379/2395] Compiling Queues AsyncJobEventDelegate.swift
[2380/2395] Compiling Queues Job.swift
[2381/2395] Compiling Queues JobData.swift
[2382/2395] Compiling Queues JobIdentifier.swift
[2383/2395] Compiling Queues AsyncQueue.swift
[2384/2395] Compiling Queues AsyncScheduledJob.swift
[2385/2395] Compiling Queues Exports.swift
[2386/2395] Compiling Queues NotificationHook.swift
[2387/2395] Compiling Queues Queue.swift
[2388/2395] Compiling Queues QueueContext.swift
[2389/2395] Compiling Queues RepeatedTask+Cancel.swift
[2390/2395] Compiling Queues Request+Queues.swift
[2391/2395] Compiling Queues QueueName.swift
[2392/2395] Compiling Queues QueueWorker.swift
[2393/2395] Compiling Queues QueuesCommand.swift
[2394/2395] Compiling Queues ScheduleBuilder.swift
[2395/2395] Compiling Queues ScheduledJob.swift
[2397/2398] Emitting module QueuesMongoDriver
/host/spi-builder-workspace/Sources/QueuesMongoDriver/Queues.swift:30:7: warning: non-final class 'MongoQueue' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 28 | }
 29 |
 30 | class MongoQueue: Queue {
    |       `- warning: non-final class 'MongoQueue' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 31 |     var context: QueueContext
 32 |     var mongodb: MongoDatabase
/host/spi-builder-workspace/Sources/QueuesMongoDriver/Queues.swift:31:9: warning: stored property 'context' of 'Sendable'-conforming class 'MongoQueue' is mutable; this is an error in the Swift 6 language mode
 29 |
 30 | class MongoQueue: Queue {
 31 |     var context: QueueContext
    |         `- warning: stored property 'context' of 'Sendable'-conforming class 'MongoQueue' is mutable; this is an error in the Swift 6 language mode
 32 |     var mongodb: MongoDatabase
 33 |
/host/spi-builder-workspace/Sources/QueuesMongoDriver/Queues.swift:114:18: warning: stored property 'database' of 'Sendable'-conforming struct 'MongoQueuesDriver' has non-sendable type 'MongoDatabase'; this is an error in the Swift 6 language mode
112 |
113 | struct MongoQueuesDriver: QueuesDriver {
114 |     internal let database: MongoDatabase
    |                  `- warning: stored property 'database' of 'Sendable'-conforming struct 'MongoQueuesDriver' has non-sendable type 'MongoDatabase'; this is an error in the Swift 6 language mode
115 |
116 |     init(database: MongoDatabase) {
/host/spi-builder-workspace/.build/checkouts/MongoKitten/Sources/MongoKitten/MongoDatabase.swift:13:14: note: class 'MongoDatabase' does not conform to the 'Sendable' protocol
 11 | ///
 12 | /// Databases hold collections of documents.
 13 | public class MongoDatabase {
    |              `- note: class 'MongoDatabase' does not conform to the 'Sendable' protocol
 14 |     internal var transaction: MongoTransaction!
 15 |     public internal(set) var session: MongoClientSession?
/host/spi-builder-workspace/Sources/QueuesMongoDriver/Queues.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoKitten'
  1 | import Queues
  2 | import MongoKitten
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoKitten'
  3 | import Vapor
  4 |
[2398/2398] Compiling QueuesMongoDriver Queues.swift
/host/spi-builder-workspace/Sources/QueuesMongoDriver/Queues.swift:30:7: warning: non-final class 'MongoQueue' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 28 | }
 29 |
 30 | class MongoQueue: Queue {
    |       `- warning: non-final class 'MongoQueue' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 31 |     var context: QueueContext
 32 |     var mongodb: MongoDatabase
/host/spi-builder-workspace/Sources/QueuesMongoDriver/Queues.swift:31:9: warning: stored property 'context' of 'Sendable'-conforming class 'MongoQueue' is mutable; this is an error in the Swift 6 language mode
 29 |
 30 | class MongoQueue: Queue {
 31 |     var context: QueueContext
    |         `- warning: stored property 'context' of 'Sendable'-conforming class 'MongoQueue' is mutable; this is an error in the Swift 6 language mode
 32 |     var mongodb: MongoDatabase
 33 |
/host/spi-builder-workspace/Sources/QueuesMongoDriver/Queues.swift:114:18: warning: stored property 'database' of 'Sendable'-conforming struct 'MongoQueuesDriver' has non-sendable type 'MongoDatabase'; this is an error in the Swift 6 language mode
112 |
113 | struct MongoQueuesDriver: QueuesDriver {
114 |     internal let database: MongoDatabase
    |                  `- warning: stored property 'database' of 'Sendable'-conforming struct 'MongoQueuesDriver' has non-sendable type 'MongoDatabase'; this is an error in the Swift 6 language mode
115 |
116 |     init(database: MongoDatabase) {
/host/spi-builder-workspace/.build/checkouts/MongoKitten/Sources/MongoKitten/MongoDatabase.swift:13:14: note: class 'MongoDatabase' does not conform to the 'Sendable' protocol
 11 | ///
 12 | /// Databases hold collections of documents.
 13 | public class MongoDatabase {
    |              `- note: class 'MongoDatabase' does not conform to the 'Sendable' protocol
 14 |     internal var transaction: MongoTransaction!
 15 |     public internal(set) var session: MongoClientSession?
/host/spi-builder-workspace/Sources/QueuesMongoDriver/Queues.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoKitten'
  1 | import Queues
  2 | import MongoKitten
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoKitten'
  3 | import Vapor
  4 |
/host/spi-builder-workspace/Sources/QueuesMongoDriver/Queues.swift:21:63: warning: capture of 'database' with non-sendable type 'MongoDatabase' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 19 |     public static func mongodb(_ database: MongoDatabase) -> Self {
 20 |         .init {
 21 |             $0.queues.use(custom: MongoQueuesDriver(database: database))
    |                                                               `- warning: capture of 'database' with non-sendable type 'MongoDatabase' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 22 |         }
 23 |     }
/host/spi-builder-workspace/.build/checkouts/MongoKitten/Sources/MongoKitten/MongoDatabase.swift:13:14: note: class 'MongoDatabase' does not conform to the 'Sendable' protocol
 11 | ///
 12 | /// Databases hold collections of documents.
 13 | public class MongoDatabase {
    |              `- note: class 'MongoDatabase' does not conform to the 'Sendable' protocol
 14 |     internal var transaction: MongoTransaction!
 15 |     public internal(set) var session: MongoClientSession?
Build complete! (333.17s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "queues",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/queues.git"
    },
    {
      "identity" : "mongokitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.5.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OpenKitten/MongoKitten.git"
    }
  ],
  "manifest_display_name" : "queues-mongo-driver",
  "name" : "queues-mongo-driver",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "QueuesMongoDriver",
      "targets" : [
        "QueuesMongoDriver"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "QueuesMongoDriverTests",
      "module_type" : "SwiftTarget",
      "name" : "QueuesMongoDriverTests",
      "path" : "Tests/QueuesMongoDriverTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "QueuesMongoDriverTests.swift"
      ],
      "target_dependencies" : [
        "QueuesMongoDriver"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QueuesMongoDriver",
      "module_type" : "SwiftTarget",
      "name" : "QueuesMongoDriver",
      "path" : "Sources/QueuesMongoDriver",
      "product_dependencies" : [
        "Vapor",
        "Queues",
        "MongoKitten"
      ],
      "product_memberships" : [
        "QueuesMongoDriver"
      ],
      "sources" : [
        "Queues.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.