The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of mongodb-vapor, reference main (7de4f7), with Swift 6.1 for Linux on 27 Apr 2025 02:58:30 UTC.

Swift 6 data race errors: 6

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/mongodb/mongodb-vapor.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/mongodb/mongodb-vapor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7de4f7a update team members
Cloned https://github.com/mongodb/mongodb-vapor.git
Revision (git rev-parse @):
7de4f7aea34ac4fd96ac7b52fb97933361212a84
SUCCESS checkout https://github.com/mongodb/mongodb-vapor.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mongodb/mongodb-vapor.git
https://github.com/mongodb/mongodb-vapor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "mongo-swift-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mongodb/mongo-swift-driver"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor"
    }
  ],
  "manifest_display_name" : "mongodb-vapor",
  "name" : "mongodb-vapor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "MongoDBVapor",
      "targets" : [
        "MongoDBVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MongoDBVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "MongoDBVaporTests",
      "path" : "Tests/MongoDBVaporTests",
      "product_dependencies" : [
        "Nimble",
        "XCTVapor"
      ],
      "sources" : [
        "MongoDBVaporTests.swift"
      ],
      "target_dependencies" : [
        "MongoDBVapor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MongoDBVapor",
      "module_type" : "SwiftTarget",
      "name" : "MongoDBVapor",
      "path" : "Sources/MongoDBVapor",
      "product_dependencies" : [
        "MongoSwift",
        "Vapor"
      ],
      "product_memberships" : [
        "MongoDBVapor"
      ],
      "sources" : [
        "Exports.swift",
        "MongoDB+Content.swift",
        "MongoDBVapor.swift",
        "MongoDBVaporVersion.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/vapor
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/mongodb/mongo-swift-driver
[1/19567] Fetching nimble
[980/93880] Fetching nimble, vapor
[13892/133777] Fetching nimble, vapor, mongo-swift-driver
Fetched https://github.com/Quick/Nimble.git from cache (6.88s)
Fetched https://github.com/vapor/vapor from cache (6.89s)
Fetched https://github.com/mongodb/mongo-swift-driver from cache (6.90s)
Computing version for https://github.com/mongodb/mongo-swift-driver
Computed https://github.com/mongodb/mongo-swift-driver at 1.3.1 (7.53s)
Fetching https://github.com/mongodb/swift-bson
Fetching https://github.com/apple/swift-atomics
Fetching https://github.com/apple/swift-nio
[1/3384] Fetching swift-bson
[2979/5089] Fetching swift-bson, swift-atomics
[5090/80520] Fetching swift-bson, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics from cache (4.50s)
Fetched https://github.com/mongodb/swift-bson from cache (4.50s)
Fetched https://github.com/apple/swift-nio from cache (4.58s)
Computing version for https://github.com/mongodb/swift-bson
Computed https://github.com/mongodb/swift-bson at 3.1.0 (5.14s)
Fetching https://github.com/swift-extras/swift-extras-json
Fetching https://github.com/swift-extras/swift-extras-base64
[1/833] Fetching swift-extras-base64
[318/1889] Fetching swift-extras-base64, swift-extras-json
Fetched https://github.com/swift-extras/swift-extras-base64 from cache (0.25s)
Fetched https://github.com/swift-extras/swift-extras-json from cache (0.26s)
Computing version for https://github.com/swift-extras/swift-extras-base64
Computed https://github.com/swift-extras/swift-extras-base64 at 0.5.0 (0.83s)
Computing version for https://github.com/swift-extras/swift-extras-json
Computed https://github.com/swift-extras/swift-extras-json at 0.6.0 (0.60s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.2.0 (0.57s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.57s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.82.0 (0.86s)
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 (1.15s)
Fetched https://github.com/apple/swift-collections.git from cache (1.18s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.72s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.80s)
Computing version for https://github.com/vapor/vapor
Computed https://github.com/vapor/vapor at 4.114.1 (3.82s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/multipart-kit.git
[1/3208] Fetching multipart-kit
[836/5804] Fetching multipart-kit, websocket-kit
[4001/10774] Fetching multipart-kit, websocket-kit, swift-distributed-tracing
[5676/12974] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-metrics
[5797/14033] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-metrics, swift-service-context
[6759/19936] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-metrics, swift-service-context, swift-algorithms
[6659/14033] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-metrics, swift-service-context
[7439/19936] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-metrics, swift-service-context, swift-algorithms
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.74s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.77s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.77s)
Fetched https://github.com/vapor/websocket-kit.git from cache (0.77s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.78s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1638/23931] Fetching multipart-kit, routing-kit
[2260/27767] Fetching multipart-kit, routing-kit, swift-log
[2659/33429] Fetching multipart-kit, routing-kit, swift-log, swift-nio-extras
[4571/44921] Fetching multipart-kit, routing-kit, swift-log, swift-nio-extras, swift-nio-http2
[28379/59714] Fetching multipart-kit, routing-kit, swift-log, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (1.65s)
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/routing-kit.git from cache (1.68s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.71s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.56s)
Fetching https://github.com/swift-server/async-http-client.git
[1/13784] Fetching swift-crypto
[6066/19269] Fetching swift-crypto, console-kit
[6067/21639] Fetching swift-crypto, console-kit, async-kit
[16104/35426] Fetching swift-crypto, console-kit, async-kit, async-http-client
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.73s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.77s)
Fetched https://github.com/vapor/async-kit.git from cache (1.54s)
Fetched https://github.com/vapor/console-kit.git from cache (1.57s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.50s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.78s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (5.33s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.69s)
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.42s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.07s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.70s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.57s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (4.06s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.65s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.31s)
Fetched https://github.com/apple/swift-http-types.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 (1.38s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.56s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.68s)
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.58s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.56s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.62s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.61s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.80s)
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.78s)
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.64s)
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.57s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.52s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.79s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.92s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.2.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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/swift-extras/swift-extras-base64
Working copy of https://github.com/swift-extras/swift-extras-base64 resolved at 0.5.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.0
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.82.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-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-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/mongodb/swift-bson
Working copy of https://github.com/mongodb/swift-bson resolved at 3.1.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/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/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.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/vapor/vapor
Working copy of https://github.com/vapor/vapor resolved at 4.114.1
Creating working copy for https://github.com/mongodb/mongo-swift-driver
Working copy of https://github.com/mongodb/mongo-swift-driver resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/swift-extras/swift-extras-json
Working copy of https://github.com/swift-extras/swift-extras-json resolved at 0.6.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-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/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Building for debugging...
[0/970] Write sources
[43/970] Compiling _AtomicsShims.c
[43/970] Write sources
[51/970] Compiling _NumericsShims _NumericsShims.c
[52/970] Compiling CNIOWindows shim.c
[53/970] Compiling CNIOWindows WSAStartup.c
[54/970] Compiling CNIOWASI CNIOWASI.c
[55/970] Compiling bson-atomic.c
[56/970] Compiling CVaporBcrypt bcrypt.c
[57/970] Compiling CVaporBcrypt blf.c
[57/970] Compiling CSystem shims.c
[59/970] Compiling CNIOLinux liburing_shims.c
[60/970] Compiling CNIOExtrasZlib empty.c
[60/970] Compiling CNIOSHA1 c_nio_sha1.c
[62/970] Compiling CNIOLLHTTP c_nio_http.c
[63/970] Compiling CNIODarwin shim.c
[64/970] Compiling CNIOLinux shim.c
[65/970] Compiling fiat_p256_adx_sqr.S
[66/970] Compiling fiat_p256_adx_mul.S
[67/970] Compiling CNIOLLHTTP c_nio_api.c
[68/970] Compiling fiat_curve25519_adx_square.S
[69/970] Write swift-version-24593BA9C3E375BF.txt
[70/970] Compiling bson-clock.c
[71/970] Compiling fiat_curve25519_adx_mul.S
[72/970] Compiling CNIOLLHTTP c_nio_llhttp.c
[73/977] Compiling CNIOBoringSSLShims shims.c
[75/1007] Emitting module _NIOBase64
[76/1007] Emitting module SystemPackage
[76/1010] Compiling tls_method.cc
[77/1010] Compiling tls_record.cc
[78/1010] Compiling tls13_server.cc
[79/1010] Compiling tls13_enc.cc
[81/1055] Emitting module Logging
[82/1055] Emitting module InternalCollectionsUtilities
[83/1057] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[84/1057] Compiling InternalCollectionsUtilities Specialize.swift
[85/1057] Compiling RealModule Float16+Real.swift
[86/1058] Compiling _NIODataStructures PriorityQueue.swift
[87/1058] Compiling _NIODataStructures _TinyArray.swift
[88/1058] Emitting module ExtrasJSON
[89/1058] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[90/1058] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[91/1058] Emitting module RealModule
[94/1058] Compiling InternalCollectionsUtilities Debugging.swift
[95/1058] Compiling InternalCollectionsUtilities Descriptions.swift
[96/1059] Compiling InternalCollectionsUtilities _SortedCollection.swift
[97/1059] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[98/1059] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[99/1059] Compiling InternalCollectionsUtilities UInt+reversed.swift
[100/1059] Compiling _NIOBase64 Base64.swift
[101/1060] Compiling RealModule Float80+Real.swift
[103/1060] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[107/1060] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[108/1060] Compiling InternalCollectionsUtilities Integer rank.swift
[109/1060] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[110/1060] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[111/1060] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[112/1060] Compiling RealModule Real.swift
[113/1060] Compiling RealModule ElementaryFunctions.swift
[114/1060] Compiling RealModule Float+Real.swift
[115/1060] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[116/1060] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[119/1060] Compiling ServiceContextModule ServiceContextKey.swift
[122/1060] Compiling ExtrasJSON DocumentReader.swift
[123/1060] Compiling ExtrasJSON JSONValue.swift
[126/1060] Emitting module ServiceContextModule
[127/1060] Compiling ServiceContextModule ServiceContext.swift
[130/1062] Compiling SystemPackage Util+StringArray.swift
[131/1062] Compiling SystemPackage Util.swift
[132/1062] Compiling SystemPackage UtilConsumers.swift
[133/1062] Compiling SystemPackage MachPort.swift
[134/1062] Compiling SystemPackage PlatformString.swift
[135/1062] Compiling SystemPackage SystemString.swift
[145/1062] Compiling RealModule RealFunctions.swift
[149/1076] Compiling ExtrasBase64 DecodingError.swift
[150/1076] Compiling ExtrasJSON JSONParser.swift
[151/1078] Emitting module Instrumentation
[152/1088] Compiling Instrumentation MultiplexInstrument.swift
[153/1107] Compiling Instrumentation NoOpInstrument.swift
[155/1145] Compiling Instrumentation Instrument.swift
[156/1145] Compiling Logging MetadataProvider.swift
[157/1145] Compiling _NIODataStructures Heap.swift
[158/1145] Emitting module _NIODataStructures
[159/1145] Compiling Instrumentation InstrumentationSystem.swift
[160/1145] Compiling Instrumentation Locks.swift
[161/1145] Emitting module CoreMetrics
[162/1150] Compiling Logging Locks.swift
[163/1174] Compiling OrderedCollections _HashTable+Testing.swift
[164/1174] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[165/1174] Compiling OrderedCollections _HashTable.swift
[166/1174] Compiling OrderedCollections _Hashtable+Header.swift
[167/1174] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[168/1174] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[169/1174] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[170/1174] Compiling OrderedCollections OrderedDictionary+Values.swift
[171/1174] Compiling OrderedCollections _HashTable+Bucket.swift
[172/1174] Compiling OrderedCollections _HashTable+BucketIterator.swift
[173/1174] Compiling OrderedCollections _HashTable+Constants.swift
[174/1174] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[175/1174] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[176/1174] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[177/1174] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[178/1174] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[179/1174] Compiling Logging LogHandler.swift
[180/1175] Compiling Logging Logging.swift
[185/1301] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[186/1301] Compiling HeapModule Heap+Descriptions.swift
[187/1301] Compiling HeapModule _HeapNode.swift
[188/1301] Compiling HeapModule Heap.swift
[189/1301] Compiling Tracing TracingTime.swift
[190/1301] Compiling HashTreeCollections _RawHashNode.swift
[191/1301] Compiling HashTreeCollections _UnmanagedHashNode.swift
[192/1301] Compiling HashTreeCollections _UnsafePath.swift
[193/1301] Compiling HashTreeCollections TreeDictionary+Codable.swift
[194/1301] Compiling HashTreeCollections TreeDictionary+Collection.swift
[195/1301] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[196/1301] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[197/1308] Compiling HeapModule Heap+Invariants.swift
[198/1308] Compiling HeapModule Heap+UnsafeHandle.swift
[199/1308] Compiling HashTreeCollections _HashNode+Structural union.swift
[200/1308] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[201/1308] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[202/1308] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[203/1308] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[204/1308] Compiling HashTreeCollections _HashNode.swift
[205/1308] Compiling HashTreeCollections _HashNodeHeader.swift
[206/1308] Compiling HashTreeCollections _HashSlot.swift
[207/1308] Emitting module Tracing
[208/1308] Compiling Tracing TracerProtocol.swift
[209/1308] Emitting module HeapModule
[210/1309] Compiling CoreMetrics Locks.swift
[211/1309] Compiling CoreMetrics Metrics.swift
[212/1310] Compiling HashTreeCollections TreeSet+Hashable.swift
[213/1310] Compiling HashTreeCollections TreeSet+Sendable.swift
[214/1310] Compiling HashTreeCollections TreeSet+Sequence.swift
[215/1310] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[216/1310] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[217/1310] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[218/1310] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[219/1310] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[220/1310] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[221/1310] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[222/1320] Compiling HashTreeCollections _HashStack.swift
[223/1320] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[224/1320] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[225/1320] Compiling HashTreeCollections TreeDictionary+Filter.swift
[226/1320] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[227/1320] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[228/1320] Compiling HashTreeCollections TreeDictionary+Keys.swift
[229/1320] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[230/1320] Compiling HashTreeCollections TreeDictionary+Merge.swift
[231/1320] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[232/1320] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[233/1320] Compiling HashTreeCollections TreeDictionary+Values.swift
[234/1320] Compiling HashTreeCollections _HashTreeIterator.swift
[235/1320] Compiling HashTreeCollections _HashTreeStatistics.swift
[236/1320] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[239/1320] Compiling Tracing Tracer.swift
[240/1320] Compiling Tracing TracerProtocol+Legacy.swift
[246/1320] Compiling OrderedCollections OrderedSet+Sendable.swift
[247/1320] Compiling OrderedCollections OrderedSet+SubSequence.swift
[248/1320] Compiling OrderedCollections OrderedSet+Testing.swift
[249/1320] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[250/1329] Compiling HashTreeCollections _HashNode+Builder.swift
[251/1329] Compiling HashTreeCollections _HashNode+Debugging.swift
[252/1329] Compiling HashTreeCollections _HashNode+Initializers.swift
[253/1329] Compiling HashTreeCollections _HashNode+Invariants.swift
[254/1329] Compiling HashTreeCollections _HashNode+Lookups.swift
[255/1329] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[256/1329] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[257/1329] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[258/1329] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[259/1329] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[260/1329] Compiling HashTreeCollections _HashNode+Storage.swift
[261/1329] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[262/1329] Compiling HashTreeCollections _HashNode+Structural filter.swift
[263/1329] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[264/1329] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[265/1329] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[269/1346] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[270/1346] Compiling OrderedCollections OrderedSet.swift
[271/1346] Compiling OrderedCollections _UnsafeBitset.swift
[272/1346] Compiling HashTreeCollections TreeSet+Equatable.swift
[273/1346] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[274/1346] Compiling HashTreeCollections TreeSet+Extras.swift
[275/1346] Compiling HashTreeCollections TreeSet+Filter.swift
[276/1346] Compiling Tracing NoOpTracer.swift
[277/1346] Compiling Tracing InstrumentationSystem+Tracing.swift
[278/1346] Compiling Tracing SpanProtocol.swift
[279/1347] Compiling DequeModule Deque._UnsafeHandle.swift
[280/1347] Compiling DequeModule Deque.swift
[281/1347] Compiling DequeModule _DequeBuffer.swift
[282/1347] Compiling DequeModule _DequeBufferHeader.swift
[283/1347] Compiling HashTreeCollections _Hash.swift
[284/1347] Compiling HashTreeCollections _HashLevel.swift
[300/1347] Compiling DequeModule Deque+CustomReflectable.swift
[301/1347] Compiling DequeModule Deque+Descriptions.swift
[305/1349] Compiling DequeModule Deque+Equatable.swift
[306/1349] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[307/1349] Compiling _RopeModule _CharacterRecognizer.swift
[308/1349] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[309/1349] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[310/1349] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[311/1349] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[312/1349] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[313/1349] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[314/1349] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[315/1349] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[316/1349] Compiling HashTreeCollections TreeSet.swift
[326/1349] Compiling DequeModule Deque+Testing.swift
[327/1349] Compiling DequeModule Deque._Storage.swift
[332/1349] Compiling DequeModule _DequeSlot.swift
[333/1349] Compiling DequeModule _UnsafeWrappedBuffer.swift
[336/1349] Compiling DequeModule Deque+Codable.swift
[337/1349] Compiling DequeModule Deque+Collection.swift
[340/1349] Compiling DequeModule Deque+Extras.swift
[341/1349] Compiling DequeModule Deque+Hashable.swift
[372/1349] Emitting module OrderedCollections
[373/1350] Emitting module DequeModule
[374/1351] Emitting module RoutingKit
[376/1351] Emitting module _RopeModule
[378/1351] Compiling RoutingKit Router.swift
[379/1351] Compiling RoutingKit PathComponent.swift
[380/1351] Compiling RoutingKit TrieRouter.swift
[414/1351] Compiling _RopeModule Rope+Join.swift
[415/1351] Compiling _RopeModule Rope+MutatingForEach.swift
[416/1351] Compiling _RopeModule Rope+Remove.swift
[417/1351] Compiling _RopeModule Rope+RemoveSubrange.swift
[418/1351] Compiling _RopeModule Rope+Split.swift
[419/1351] Compiling _RopeModule Optional Utilities.swift
[420/1351] Compiling _RopeModule String Utilities.swift
[421/1351] Compiling _RopeModule String.Index+ABI.swift
[423/1351] Compiling Metrics Metrics.swift
[424/1351] Emitting module Metrics
[424/1352] Compiling tls13_client.cc
[427/1352] Compiling RoutingKit AnyRouter.swift
[428/1352] Compiling RoutingKit Parameters.swift
[459/1353] Emitting module HashTreeCollections
[461/1355] Compiling tls13_both.cc
[462/1355] Compiling t1_enc.cc
[463/1355] Compiling ssl_versions.cc
[464/1355] Compiling ssl_transcript.cc
[465/1355] Compiling ssl_x509.cc
[466/1355] Compiling ssl_stat.cc
[467/1355] Compiling ssl_privkey.cc
[468/1355] Compiling ssl_session.cc
[469/1355] Compiling ssl_file.cc
[470/1355] Compiling ssl_key_share.cc
[471/1355] Compiling ssl_cert.cc
[472/1355] Compiling ssl_cipher.cc
[473/1355] Compiling ssl_credential.cc
[474/1355] Compiling ssl_asn1.cc
[475/1355] Compiling ssl_lib.cc
[476/1355] Compiling ssl_buffer.cc
[478/1355] Compiling ExtrasBase64 Base64.swift
[479/1355] Compiling ExtrasBase64 Chromium.swift
[479/1355] Compiling ssl_aead_ctx.cc
[481/1355] Emitting module ExtrasBase64
[482/1356] Compiling s3_pkt.cc
[483/1356] Compiling s3_both.cc
[484/1356] Compiling s3_lib.cc
[485/1356] Compiling handshake_client.cc
[486/1356] Compiling handshake_server.cc
[487/1356] Compiling extensions.cc
[488/1356] Compiling handoff.cc
[489/1356] Compiling handshake.cc
[490/1356] Compiling encrypted_client_hello.cc
[491/1356] Compiling md5-x86_64-linux.S
[492/1356] Compiling md5-x86_64-apple.S
[493/1356] Compiling d1_pkt.cc
[494/1356] Compiling md5-586-linux.S
[495/1356] Compiling md5-586-apple.S
[496/1356] Compiling chacha20_poly1305_x86_64-linux.S
[497/1356] Compiling chacha20_poly1305_x86_64-apple.S
[498/1356] Compiling chacha20_poly1305_armv8-win.S
[499/1356] Compiling dtls_method.cc
[500/1356] Compiling d1_srtp.cc
[501/1356] Compiling chacha20_poly1305_armv8-linux.S
[502/1356] Compiling dtls_record.cc
[503/1356] Compiling chacha20_poly1305_armv8-apple.S
[504/1356] Compiling chacha-x86_64-apple.S
[505/1356] Compiling err_data.cc
[506/1356] Compiling chacha-x86_64-linux.S
[507/1356] Compiling chacha-x86-linux.S
[508/1356] Compiling chacha-x86-apple.S
[509/1356] Compiling chacha-armv8-win.S
[510/1356] Compiling chacha-armv8-linux.S
[511/1356] Compiling chacha-armv4-linux.S
[512/1356] Compiling aes128gcmsiv-x86_64-linux.S
[513/1356] Compiling aes128gcmsiv-x86_64-apple.S
[514/1356] Compiling chacha-armv8-apple.S
[515/1356] Compiling x86_64-mont5-linux.S
[516/1356] Compiling x86_64-mont5-apple.S
[517/1356] Compiling x86-mont-linux.S
[518/1356] Compiling x86_64-mont-apple.S
[519/1356] Compiling x86_64-mont-linux.S
[520/1356] Compiling bio_ssl.cc
[521/1356] Compiling x86-mont-apple.S
[522/1356] Compiling vpaes-x86_64-apple.S
[523/1356] Compiling vpaes-x86_64-linux.S
[524/1356] Compiling vpaes-x86-apple.S
[524/1356] Compiling vpaes-x86-linux.S
[526/1356] Compiling vpaes-armv8-win.S
[527/1356] Compiling vpaes-armv8-linux.S
[528/1356] Compiling sha512-armv8-linux.S
[529/1356] Compiling vpaes-armv7-linux.S
[530/1356] Compiling sha512-x86_64-apple.S
[531/1356] Compiling sha512-x86_64-linux.S
[532/1356] Compiling sha512-armv8-win.S
[533/1356] Compiling vpaes-armv8-apple.S
[534/1356] Compiling sha512-armv8-apple.S
[535/1356] Compiling sha512-armv4-linux.S
[536/1356] Compiling sha256-armv8-win.S
[537/1356] Compiling sha512-586-linux.S
[538/1356] Compiling sha256-x86_64-apple.S
[539/1356] Compiling sha256-x86_64-linux.S
[539/1356] Compiling sha256-armv8-linux.S
[539/1356] Compiling sha512-586-apple.S
[542/1356] Compiling sha256-armv8-apple.S
[543/1356] Compiling sha256-586-linux.S
[544/1356] Compiling sha256-armv4-linux.S
[545/1356] Compiling sha1-x86_64-apple.S
[546/1356] Compiling sha256-586-apple.S
[547/1356] Compiling d1_lib.cc
[548/1356] Compiling sha1-armv8-apple.S
[549/1356] Compiling sha1-armv8-win.S
[550/1356] Compiling sha1-armv8-linux.S
[551/1356] Compiling sha1-armv4-large-linux.S
[552/1356] Compiling sha1-586-linux.S
[553/1356] Compiling rsaz-avx2-linux.S
[554/1356] Compiling sha1-x86_64-linux.S
[555/1356] Compiling rdrand-x86_64-apple.S
[556/1356] Compiling rsaz-avx2-apple.S
[557/1356] Compiling p256_beeu-x86_64-asm-apple.S
[558/1356] Compiling sha1-586-apple.S
[559/1356] Compiling p256_beeu-x86_64-asm-linux.S
[560/1356] Compiling rdrand-x86_64-linux.S
[561/1356] Compiling p256_beeu-armv8-asm-apple.S
[562/1356] Compiling p256_beeu-armv8-asm-linux.S
[563/1356] Compiling p256_beeu-armv8-asm-win.S
[564/1356] Compiling p256-armv8-asm-linux.S
[565/1356] Compiling p256-armv8-asm-apple.S
[566/1356] Compiling p256-armv8-asm-win.S
[567/1356] Compiling p256-x86_64-asm-linux.S
[568/1356] Compiling p256-x86_64-asm-apple.S
[569/1356] Compiling ghashv8-armv8-linux.S
[570/1356] Compiling ghashv8-armv8-win.S
[571/1356] Compiling ghashv8-armv8-apple.S
[572/1356] Compiling d1_both.cc
[573/1356] Compiling ghash-x86_64-apple.S
[574/1356] Compiling ghashv8-armv7-linux.S
[575/1356] Compiling ghash-x86-apple.S
[576/1356] Compiling ghash-x86_64-linux.S
[577/1356] Compiling ghash-x86-linux.S
[577/1356] Compiling ghash-ssse3-x86_64-linux.S
[579/1356] Compiling ghash-ssse3-x86_64-apple.S
[580/1356] Compiling ghash-ssse3-x86-linux.S
[581/1356] Compiling ghash-neon-armv8-apple.S
[582/1356] Compiling ghash-neon-armv8-win.S
[583/1356] Compiling ghash-armv4-linux.S
[584/1356] Compiling ghash-ssse3-x86-apple.S
[585/1356] Compiling co-586-linux.S
[586/1356] Compiling bsaes-armv7-linux.S
[587/1356] Compiling ghash-neon-armv8-linux.S
[588/1356] Compiling co-586-apple.S
[589/1356] Compiling bn-armv8-win.S
[590/1356] Compiling bn-armv8-apple.S
[591/1356] Compiling bn-armv8-linux.S
[592/1356] Compiling armv8-mont-linux.S
[593/1356] Compiling armv8-mont-win.S
[593/1356] Compiling bn-586-apple.S
[595/1356] Compiling armv8-mont-apple.S
[596/1356] Compiling bn-586-linux.S
[597/1356] Compiling aesv8-gcm-armv8-win.S
[598/1356] Compiling aesv8-gcm-armv8-linux.S
[599/1356] Compiling armv4-mont-linux.S
[600/1356] Compiling aesv8-gcm-armv8-apple.S
[601/1356] Compiling aesv8-armv8-win.S
[602/1356] Compiling aesv8-armv8-linux.S
[603/1356] Compiling aesv8-armv8-apple.S
[604/1356] Compiling aesni-x86_64-apple.S
[605/1356] Compiling aesni-x86_64-linux.S
[606/1356] Compiling aesni-gcm-x86_64-linux.S
[607/1356] Compiling aesv8-armv7-linux.S
[608/1356] Compiling aesni-x86-apple.S
[609/1356] Compiling aes-gcm-avx2-x86_64-linux.S
[610/1356] Compiling aesni-gcm-x86_64-apple.S
[610/1356] Compiling aesni-x86-linux.S
[612/1356] Compiling aes-gcm-avx10-x86_64-linux.S
[613/1356] Compiling aes-gcm-avx2-x86_64-apple.S
[614/1356] Compiling aes-gcm-avx10-x86_64-apple.S
[615/1356] Compiling x_name.cc
[616/1356] Compiling x_sig.cc
[617/1356] Compiling x_val.cc
[618/1356] Compiling x_pubkey.cc
[619/1356] Compiling x_x509.cc
[620/1356] Compiling x_x509a.cc
[621/1356] Compiling x_spki.cc
[622/1356] Compiling x_req.cc
[623/1356] Compiling x_exten.cc
[624/1356] Compiling x_algor.cc
[625/1356] Compiling x_crl.cc
[626/1356] Compiling x509spki.cc
[627/1356] Compiling x_attrib.cc
[628/1356] Compiling x509rset.cc
[629/1356] Compiling x_all.cc
[630/1356] Compiling x509name.cc
[631/1356] Compiling x509cset.cc
[632/1356] Compiling x509_txt.cc
[633/1356] Compiling x509_vpm.cc
[634/1356] Compiling x509_vfy.cc
[635/1356] Compiling x509_set.cc
[636/1356] Compiling x509_v3.cc
[637/1356] Compiling x509_trs.cc
[638/1356] Compiling x509_req.cc
[639/1356] Compiling x509_obj.cc
[640/1356] Compiling x509_lu.cc
[641/1356] Compiling x509_def.cc
[642/1356] Compiling x509_cmp.cc
[643/1356] Compiling x509_ext.cc
[644/1356] Compiling x509_d2.cc
[645/1356] Compiling x509_att.cc
[646/1356] Compiling v3_utl.cc
[647/1356] Compiling v3_skey.cc
[648/1356] Compiling x509.cc
[649/1356] Compiling v3_int.cc
[650/1356] Compiling v3_prn.cc
[651/1356] Compiling v3_pmaps.cc
[652/1356] Compiling v3_purp.cc
[653/1356] Compiling v3_pcons.cc
[654/1356] Compiling v3_ocsp.cc
[655/1356] Compiling v3_lib.cc
[656/1356] Compiling v3_ncons.cc
[657/1356] Compiling v3_info.cc
[658/1356] Compiling v3_extku.cc
[659/1356] Compiling v3_ia5.cc
[660/1356] Compiling v3_genn.cc
[661/1356] Compiling v3_enum.cc
[662/1356] Compiling v3_cpols.cc
[663/1356] Compiling v3_conf.cc
[664/1356] Compiling v3_crld.cc
[665/1356] Compiling v3_bitst.cc
[666/1356] Compiling v3_bcons.cc
[667/1356] Compiling v3_akeya.cc
[668/1356] Compiling v3_alt.cc
[669/1356] Compiling v3_akey.cc
[670/1356] Compiling t_x509a.cc
[671/1356] Compiling t_x509.cc
[672/1356] Compiling t_req.cc
[673/1356] Compiling i2d_pr.cc
[674/1356] Compiling t_crl.cc
[675/1356] Compiling rsa_pss.cc
[676/1356] Compiling policy.cc
[677/1356] Compiling name_print.cc
[678/1356] Compiling by_file.cc
[679/1356] Compiling by_dir.cc
[680/1356] Compiling algorithm.cc
[681/1356] Compiling asn1_gen.cc
[682/1356] Compiling a_verify.cc
[683/1356] Compiling a_sign.cc
[684/1356] Compiling a_digest.cc
[685/1356] Compiling voprf.cc
[686/1356] Compiling thread_pthread.cc
[687/1356] Compiling thread_win.cc
[688/1356] Compiling trust_token.cc
[689/1356] Compiling thread_none.cc
[690/1356] Compiling thread.cc
[691/1356] Compiling pmbtoken.cc
[692/1356] Compiling sha256.cc
[693/1356] Compiling stack.cc
[694/1356] Compiling sha512.cc
[695/1356] Compiling sha1.cc
[695/1356] Compiling siphash.cc
[697/1356] Compiling spake2plus.cc
[698/1356] Compiling rsa_extra.cc
[699/1356] Compiling slhdsa.cc
[700/1356] Compiling rsa_print.cc
[701/1356] Compiling rc4.cc
[702/1356] Compiling refcount.cc
[703/1356] Compiling passive.cc
[704/1356] Compiling windows.cc
[705/1356] Compiling urandom.cc
[706/1356] Compiling trusty.cc
[707/1356] Compiling rsa_crypt.cc
[708/1356] Compiling rand.cc
[709/1356] Compiling rsa_asn1.cc
[710/1356] Compiling ios.cc
[711/1356] Compiling deterministic.cc
[712/1356] Compiling poly1305_arm_asm.S
[713/1356] Compiling getentropy.cc
[714/1356] Compiling fork_detect.cc
[715/1356] Compiling poly1305.cc
[716/1356] Compiling forkunsafe.cc
[717/1356] Compiling poly1305_arm.cc
[718/1356] Compiling poly1305_vec.cc
[719/1356] Compiling pool.cc
[720/1356] Compiling pkcs7.cc
[721/1356] Compiling pem_xaux.cc
[722/1356] Compiling pkcs8_x509.cc
[723/1356] Compiling pkcs8.cc
[724/1356] Compiling p5_pbev2.cc
[725/1356] Compiling pkcs7_x509.cc
[726/1356] Compiling pem_x509.cc
[727/1356] Compiling pem_oth.cc
[728/1356] Compiling pem_pkey.cc
[729/1356] Compiling mlkem.cc
[730/1356] Compiling mldsa.cc
[731/1356] Compiling pem_pk8.cc
[732/1356] Compiling obj_xref.cc
[733/1356] Compiling pem_info.cc
[734/1356] Compiling obj.cc
[735/1356] Compiling pem_all.cc
[736/1356] Compiling md5.cc
[737/1356] Compiling poly_rq_mul.S
[738/1356] Compiling md4.cc
[739/1356] Compiling fips_shared_support.cc
[740/1356] Compiling pem_lib.cc
[741/1356] Compiling mem.cc
[742/1356] Compiling lhash.cc
[743/1356] Compiling ex_data.cc
[744/1356] Compiling hrss.cc
[745/1356] Compiling scrypt.cc
[746/1356] Compiling print.cc
[746/1356] Compiling sign.cc
[748/1356] Compiling kyber.cc
[749/1356] Compiling p_x25519.cc
[750/1356] Compiling hpke.cc
[751/1356] Compiling pbkdf.cc
[752/1356] Compiling p_ed25519.cc
[753/1356] Compiling p_x25519_asn1.cc
[754/1356] Compiling p_rsa_asn1.cc
[755/1356] Compiling p_ec.cc
[756/1356] Compiling p_ed25519_asn1.cc
[757/1356] Compiling p_rsa.cc
[758/1356] Compiling p_hkdf.cc
[759/1356] Compiling p_ec_asn1.cc
[760/1356] Compiling p_dh_asn1.cc
[761/1356] Compiling evp_ctx.cc
[762/1356] Compiling p_dh.cc
[763/1356] Compiling p_dsa_asn1.cc
[764/1356] Compiling engine.cc
[765/1356] Compiling evp.cc
[766/1356] Compiling err.cc
[767/1356] Compiling ecdh.cc
[768/1356] Compiling hash_to_curve.cc
[769/1356] Compiling evp_asn1.cc
[770/1356] Compiling ecdsa_asn1.cc
[771/1356] Compiling ec_derive.cc
[772/1356] Compiling ec_asn1.cc
[773/1356] Compiling dsa.cc
[774/1356] Compiling des.cc
[775/1356] Compiling params.cc
[776/1356] Compiling dsa_asn1.cc
[777/1356] Compiling x25519-asm-arm.S
[778/1356] Compiling digest_extra.cc
[779/1356] Compiling dh_asn1.cc
[780/1356] Compiling crypto.cc
[781/1356] Compiling cpu_intel.cc
[782/1356] Compiling cpu_arm_linux.cc
[783/1356] Compiling cpu_arm_freebsd.cc
[784/1356] Compiling spake25519.cc
[785/1356] Compiling curve25519.cc
[786/1356] Compiling cpu_aarch64_sysreg.cc
[787/1356] Compiling cpu_aarch64_win.cc
[788/1356] Compiling cpu_aarch64_openbsd.cc
[789/1356] Compiling curve25519_64_adx.cc
[790/1356] Compiling cpu_aarch64_linux.cc
[791/1356] Compiling cpu_aarch64_fuchsia.cc
[792/1356] Compiling cpu_aarch64_apple.cc
[793/1356] Compiling bcm.cc
[794/1356] Compiling conf.cc
[795/1356] Compiling tls_cbc.cc
[796/1356] Compiling get_cipher.cc
[797/1356] Compiling e_rc2.cc
[798/1356] Compiling e_rc4.cc
[799/1356] Compiling e_tls.cc
[800/1356] Compiling e_null.cc
[801/1356] Compiling e_des.cc
[802/1356] Compiling chacha.cc
[803/1356] Compiling derive_key.cc
[804/1356] Compiling e_aesctrhmac.cc
[805/1356] Compiling e_chacha20poly1305.cc
[806/1356] Compiling e_aesgcmsiv.cc
[807/1356] Compiling unicode.cc
[808/1356] Compiling buf.cc
[809/1356] Compiling cbs.cc
[810/1356] Compiling cbb.cc
[811/1356] Compiling ber.cc
[812/1356] Compiling blake2.cc
[813/1356] Compiling asn1_compat.cc
[814/1356] Compiling bn_asn1.cc
[815/1356] Compiling convert.cc
[816/1356] Compiling printf.cc
[817/1356] Compiling socket.cc
[818/1356] Compiling socket_helper.cc
[819/1356] Compiling hexdump.cc
[820/1356] Compiling pair.cc
[821/1356] Compiling file.cc
[822/1356] Compiling fd.cc
[823/1356] Compiling errno.cc
[824/1356] Compiling base64.cc
[825/1356] Compiling bio_mem.cc
[826/1356] Compiling connect.cc
[827/1356] Compiling bio.cc
[828/1356] Compiling tasn_typ.cc
[829/1356] Compiling tasn_utl.cc
[830/1356] Compiling tasn_fre.cc
[831/1356] Compiling tasn_enc.cc
[832/1356] Compiling posix_time.cc
[833/1356] Compiling tasn_new.cc
[834/1356] Compiling f_string.cc
[835/1356] Compiling f_int.cc
[836/1356] Compiling asn_pack.cc
[837/1356] Compiling asn1_par.cc
[838/1356] Compiling tasn_dec.cc
[839/1356] Compiling a_octet.cc
[840/1356] Compiling asn1_lib.cc
[841/1356] Compiling a_utctm.cc
[842/1356] Compiling a_type.cc
[843/1356] Compiling a_time.cc
[844/1356] Compiling a_strnid.cc
[845/1356] Compiling a_strex.cc
[846/1356] Compiling a_object.cc
[847/1356] Compiling a_i2d_fp.cc
[848/1356] Compiling a_dup.cc
[849/1356] Compiling a_d2i_fp.cc
[850/1356] Compiling a_mbstr.cc
[851/1356] Compiling a_int.cc
[852/1356] Compiling a_gentm.cc
[853/1356] Compiling mongoc-write-concern.c
[854/1356] Compiling mongoc-version-functions.c
[854/1356] Compiling mongoc-write-command-legacy.c
[856/1356] Compiling a_bitstr.cc
[857/1356] Compiling mongoc-write-command.c
[858/1356] Compiling a_bool.cc
[859/1356] Compiling mongoc-ts-pool.c
[860/1356] Compiling mongoc-util.c
[861/1356] Compiling mongoc-topology-description-apm.c
[862/1356] Compiling mongoc-topology.c
[863/1356] Compiling mongoc-topology-background-monitoring.c
[864/1356] Compiling mongoc-topology-scanner.c
[865/1356] Compiling mongoc-uri.c
[866/1356] Compiling mongoc-stream-tls-secure-transport.c
[867/1356] Compiling mongoc-topology-description.c
[868/1356] Compiling mongoc-stream-tls-secure-channel.c
[869/1356] Compiling mongoc-timeout.c
[870/1356] Compiling mongoc-stream-tls-libressl.c
[871/1356] Compiling mongoc-stream.c
[872/1356] Compiling mongoc-stream-gridfs.c
[873/1356] Compiling mongoc-stream-socket.c
[874/1356] Compiling mongoc-stream-gridfs-upload.c
[875/1356] Compiling mongoc-stream-tls.c
[876/1356] Compiling mongoc-stream-tls-openssl-bio.c
[877/1356] Compiling mongoc-stream-gridfs-download.c
[878/1356] Compiling mongoc-sspi.c
[879/1356] Compiling mongoc-stream-file.c
[880/1356] Compiling mongoc-stream-tls-openssl.c
[881/1356] Compiling mongoc-stream-buffered.c
[882/1356] Compiling mongoc-shared.c
[883/1356] Compiling mongoc-set.c
[884/1356] Compiling mongoc-socket.c
[885/1356] Compiling mongoc-server-stream.c
[886/1356] Compiling mongoc-secure-channel.c
[887/1356] Compiling mongoc-secure-transport.c
[888/1356] Compiling mongoc-sasl.c
[889/1356] Compiling mongoc-server-api.c
[890/1356] Compiling mongoc-server-monitor.c
[891/1356] Compiling mongoc-ssl.c
[892/1356] Compiling mongoc-server-description.c
[893/1356] Compiling mongoc-read-concern.c
[894/1356] Compiling mongoc-rand-common-crypto.c
[895/1356] Compiling mongoc-rand-cng.c
[896/1356] Compiling mongoc-scram.c
[897/1356] Compiling mongoc-read-prefs.c
[898/1356] Compiling mongoc-queue.c
[899/1356] Compiling mongoc-optional.c
[900/1356] Compiling mongoc-opts-helpers.c
[901/1356] Compiling mongoc-rand-openssl.c
[902/1356] Compiling mongoc-rpc.c
[903/1356] Compiling mongoc-memcmp.c
[904/1356] Compiling mongoc-matcher.c
[905/1356] Compiling mongoc-opts.c
[906/1356] Compiling mongoc-log.c
[907/1356] Compiling mongoc-matcher-op.c
[908/1356] Compiling mongoc-libressl.c
[909/1356] Compiling mongoc-list.c
[910/1356] Compiling mongoc-ocsp-cache.c
[911/1356] Compiling mongoc-openssl.c
[912/1356] Compiling mongoc-linux-distro-scanner.c
[913/1356] Compiling mongoc-interrupt.c
[914/1356] Compiling mongoc-index.c
[915/1356] Compiling mongoc-host-list.c
[916/1356] Compiling mongoc-http.c
[917/1356] Compiling mongoc-handshake.c
[918/1356] Compiling mongoc-gridfs.c
[919/1356] Compiling mongoc-gridfs-file-page.c
[920/1356] Compiling mongoc-init.c
[921/1356] Compiling mongoc-gridfs-file.c
[922/1356] Compiling mongoc-gridfs-file-list.c
[923/1356] Compiling mongoc-generation-map.c
[924/1356] Compiling mongoc-gridfs-bucket-file.c
[925/1356] Compiling mongoc-cyrus.c
[926/1356] Compiling mongoc-gridfs-bucket.c
[927/1356] Compiling mongoc-find-and-modify.c
[928/1356] Compiling mongoc-error.c
[929/1356] Compiling mongoc-database.c
[930/1356] Compiling mongoc-cursor-find.c
[931/1356] Compiling mongoc-cursor-find-opquery.c
[932/1356] Compiling mongoc-cursor-find-cmd.c
[933/1356] Compiling mongoc-cursor-legacy.c
[934/1356] Compiling mongoc-cursor.c
[935/1356] Compiling mongoc-cursor-cmd.c
[936/1356] Compiling mongoc-crypto.c
[937/1356] Compiling mongoc-crypto-cng.c
[938/1356] Compiling mongoc-cursor-cmd-deprecated.c
[939/1356] Compiling mongoc-cursor-change-stream.c
[940/1356] Compiling mongoc-crypt.c
[941/1356] Compiling mongoc-crypto-openssl.c
[942/1356] Compiling mongoc-crypto-common-crypto.c
[943/1356] Compiling mongoc-cursor-array.c
[944/1356] Compiling mongoc-cluster-sspi.c
[945/1356] Compiling mongoc-counters.c
[946/1356] Compiling mongoc-cluster-cyrus.c
[947/1356] Compiling mongoc-compression.c
[948/1356] Compiling mongoc-cluster-sasl.c
[949/1356] Compiling mongoc-cmd.c
[950/1356] Compiling mongoc-cluster-aws.c
[951/1356] Compiling mongoc-collection.c
[952/1356] Compiling mongoc-cluster.c
[953/1356] Compiling mongoc-client.c
[954/1356] Compiling mongoc-client-side-encryption.c
[955/1356] Compiling mongoc-client-pool.c
[956/1356] Compiling c-nioatomics.c
[957/1356] Compiling mongoc-change-stream.c
[958/1356] Compiling mongoc-client-session.c
[959/1356] Compiling mongoc-buffer.c
[960/1356] Compiling common-thread.c
[961/1356] Compiling mongoc-async.c
[961/1356] Compiling mongoc-bulk-operation.c
[963/1356] Compiling mongoc-array.c
[964/1356] Compiling mongoc-async-cmd.c
[965/1356] Compiling common-md5.c
[966/1356] Compiling common-b64.c
[967/1356] Compiling mongoc-apm.c
[968/1356] Compiling mongoc-aggregate.c
[969/1356] Compiling jsonsl.c
[970/1356] Compiling bson-version-functions.c
[971/1356] Compiling bson-utf8.c
[972/1356] Compiling bson-writer.c
[973/1356] Compiling bson-timegm.c
[974/1356] Compiling bson-value.c
[975/1356] Compiling bson-oid.c
[976/1356] Compiling bson-memory.c
[977/1356] Compiling bson-reader.c
[978/1356] Compiling bson-string.c
[979/1356] Compiling bson-md5.c
[980/1356] Compiling bson-keys.c
[981/1356] Compiling bson.c
[982/1356] Compiling bson-decimal128.c
[983/1356] Compiling bson-iso8601.c
[984/1356] Compiling bson-error.c
[985/1356] Compiling bson-iter.c
[986/1356] Compiling bson-context.c
[987/1356] Compiling fiat_p256_adx_mul.S
[988/1356] Compiling fiat_curve25519_adx_square.S
[989/1356] Compiling fiat_p256_adx_sqr.S
[990/1356] Compiling bcon.c
[991/1356] Compiling fiat_curve25519_adx_mul.S
[992/1356] Compiling md5-x86_64-linux.S
[993/1356] Compiling md5-x86_64-apple.S
[994/1356] Compiling md5-586-linux.S
[995/1356] Compiling bson-json.c
[996/1356] Compiling md5-586-apple.S
[997/1356] Compiling chacha20_poly1305_armv8-linux.S
[998/1356] Compiling chacha20_poly1305_x86_64-apple.S
[999/1356] Compiling chacha20_poly1305_armv8-apple.S
[1000/1356] Compiling chacha20_poly1305_armv8-win.S
[1001/1356] Compiling chacha20_poly1305_x86_64-linux.S
[1002/1356] Compiling chacha-x86_64-linux.S
[1003/1356] Compiling chacha-armv8-win.S
[1004/1356] Compiling chacha-x86_64-apple.S
[1004/1356] Compiling chacha-x86-linux.S
[1006/1356] Compiling chacha-x86-apple.S
[1007/1356] Compiling chacha-armv8-apple.S
[1008/1356] Compiling chacha-armv4-linux.S
[1009/1356] Compiling chacha-armv8-linux.S
[1010/1356] Compiling aes128gcmsiv-x86_64-apple.S
[1011/1356] Compiling aes128gcmsiv-x86_64-linux.S
[1012/1356] Compiling CCryptoBoringSSLShims shims.c
[1013/1356] Compiling x86_64-mont5-linux.S
[1014/1356] Compiling x86_64-mont-linux.S
[1015/1356] Compiling x86_64-mont5-apple.S
[1016/1356] Compiling x86-mont-linux.S
[1017/1356] Compiling c-atomics.c
[1018/1356] Compiling x86_64-mont-apple.S
[1019/1356] Compiling err_data.cc
[1020/1356] Compiling x86-mont-apple.S
[1021/1356] Compiling vpaes-x86_64-linux.S
[1022/1356] Compiling vpaes-x86-apple.S
[1023/1356] Compiling vpaes-x86_64-apple.S
[1024/1356] Compiling vpaes-x86-linux.S
[1025/1356] Compiling vpaes-armv8-win.S
[1026/1356] Compiling vpaes-armv8-linux.S
[1027/1356] Compiling vpaes-armv8-apple.S
[1028/1356] Compiling sha512-armv8-win.S
[1029/1356] Compiling vpaes-armv7-linux.S
[1030/1356] Compiling sha512-x86_64-apple.S
[1031/1356] Compiling sha512-x86_64-linux.S
[1032/1356] Compiling sha512-armv8-linux.S
[1033/1356] Compiling sha512-armv4-linux.S
[1034/1356] Compiling sha512-armv8-apple.S
[1035/1356] Compiling sha512-586-apple.S
[1036/1357] Compiling sha256-armv8-win.S
[1037/1358] Compiling sha512-586-linux.S
[1038/1362] Compiling sha256-x86_64-apple.S
[1039/1362] Compiling sha256-armv8-linux.S
[1040/1362] Compiling sha256-armv8-apple.S
[1041/1362] Compiling sha256-x86_64-linux.S
[1042/1362] Compiling sha256-armv4-linux.S
[1043/1362] Compiling sha256-586-apple.S
[1044/1362] Compiling sha256-586-linux.S
[1045/1362] Compiling sha1-armv8-win.S
[1046/1362] Compiling sha1-x86_64-apple.S
[1047/1362] Compiling sha1-armv8-linux.S
[1048/1362] Compiling sha1-armv8-apple.S
[1049/1362] Compiling sha1-x86_64-linux.S
[1050/1362] Compiling sha1-586-apple.S
[1051/1362] Compiling sha1-armv4-large-linux.S
[1052/1362] Compiling sha1-586-linux.S
[1053/1362] Compiling rsaz-avx2-linux.S
[1054/1362] Compiling rsaz-avx2-apple.S
[1055/1362] Compiling rdrand-x86_64-linux.S
[1056/1362] Compiling rdrand-x86_64-apple.S
[1057/1362] Compiling p256_beeu-x86_64-asm-linux.S
[1058/1362] Compiling p256_beeu-x86_64-asm-apple.S
[1059/1362] Compiling p256_beeu-armv8-asm-win.S
[1060/1362] Compiling p256_beeu-armv8-asm-linux.S
[1061/1362] Compiling p256_beeu-armv8-asm-apple.S
[1062/1362] Compiling p256-x86_64-asm-linux.S
[1063/1362] Compiling p256-x86_64-asm-apple.S
[1064/1362] Compiling p256-armv8-asm-linux.S
[1065/1362] Compiling p256-armv8-asm-win.S
[1066/1362] Compiling p256-armv8-asm-apple.S
[1067/1362] Compiling ghashv8-armv8-win.S
[1068/1362] Compiling ghashv8-armv8-linux.S
[1069/1362] Compiling ghashv8-armv8-apple.S
[1070/1362] Compiling ghashv8-armv7-linux.S
[1071/1362] Compiling ghash-x86-linux.S
[1072/1362] Compiling ghash-x86_64-apple.S
[1073/1362] Compiling ghash-x86-apple.S
[1074/1362] Compiling ghash-x86_64-linux.S
[1075/1362] Compiling ghash-ssse3-x86_64-linux.S
[1076/1362] Compiling ghash-ssse3-x86_64-apple.S
[1077/1362] Compiling ghash-ssse3-x86-linux.S
[1078/1362] Compiling ghash-neon-armv8-win.S
[1079/1362] Compiling ghash-neon-armv8-apple.S
[1080/1362] Compiling ghash-ssse3-x86-apple.S
[1081/1362] Compiling ghash-armv4-linux.S
[1082/1362] Compiling ghash-neon-armv8-linux.S
[1084/1362] Compiling NIOConcurrencyHelpers NIOLock.swift
[1085/1362] Compiling NIOConcurrencyHelpers lock.swift
[1086/1362] Emitting module NIOConcurrencyHelpers
[1087/1362] Compiling NIOConcurrencyHelpers atomics.swift
[1088/1362] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1088/1362] Compiling co-586-linux.S
[1090/1362] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1090/1362] Compiling co-586-apple.S
[1091/1362] Compiling bn-armv8-linux.S
[1092/1362] Compiling bn-armv8-win.S
[1093/1363] Compiling bsaes-armv7-linux.S
[1094/1363] Compiling bn-armv8-apple.S
[1095/1363] Compiling bn-586-linux.S
[1096/1363] Compiling bn-586-apple.S
[1097/1363] Compiling armv8-mont-linux.S
[1098/1363] Compiling armv8-mont-apple.S
[1099/1363] Compiling armv8-mont-win.S
[1100/1363] Compiling aesv8-gcm-armv8-linux.S
[1101/1363] Compiling aesv8-gcm-armv8-win.S
[1102/1363] Compiling aesv8-gcm-armv8-apple.S
[1103/1363] Compiling aesv8-armv8-win.S
[1104/1363] Compiling armv4-mont-linux.S
[1105/1363] Compiling aesv8-armv8-linux.S
[1107/1363] Compiling aesv8-armv7-linux.S
[1108/1363] Compiling aesv8-armv8-apple.S
[1109/1363] Compiling aesni-x86_64-apple.S
[1110/1363] Compiling aesni-x86-apple.S
[1111/1363] Compiling aesni-x86_64-linux.S
[1112/1363] Compiling aesni-x86-linux.S
[1113/1363] Compiling aes-gcm-avx10-x86_64-linux.S
[1114/1363] Compiling aesni-gcm-x86_64-linux.S
[1115/1363] Compiling aesni-gcm-x86_64-apple.S
[1116/1363] Compiling aes-gcm-avx10-x86_64-apple.S
[1118/1389] Compiling ConsoleKitTerminal Console+Wait.swift
[1119/1389] Compiling ConsoleKitTerminal ConsoleColor.swift
[1120/1389] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1121/1392] Emitting module ConsoleKitTerminal
[1122/1392] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1123/1392] Compiling ConsoleKitTerminal ConsoleClear.swift
[1124/1392] Compiling ConsoleKitTerminal Console+Ask.swift
[1125/1392] Compiling ConsoleKitTerminal Console+Choose.swift
[1126/1392] Compiling ConsoleKitTerminal Console+Confirm.swift
[1127/1392] Compiling ConsoleKitTerminal Console+Input.swift
[1128/1392] Compiling ConsoleKitTerminal Console+Center.swift
[1129/1392] Compiling ConsoleKitTerminal Console+Output.swift
[1129/1392] Compiling x_x509.cc
[1130/1392] Compiling x_x509a.cc
[1131/1392] Compiling x_val.cc
[1132/1392] Compiling x_spki.cc
[1133/1392] Compiling x_req.cc
[1134/1392] Compiling x_pubkey.cc
[1135/1392] Compiling x_sig.cc
[1137/1392] Compiling ConsoleKitTerminal ActivityBar.swift
[1138/1392] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1139/1392] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1140/1392] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1141/1392] Compiling ConsoleKitTerminal CustomActivity.swift
[1142/1392] Compiling ConsoleKitTerminal LoadingBar.swift
[1143/1392] Compiling ConsoleKitTerminal ProgressBar.swift
[1144/1392] Compiling ConsoleKitTerminal Console+Clear.swift
[1145/1392] Compiling ConsoleKitTerminal ConsoleText.swift
[1146/1392] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1147/1392] Compiling ConsoleKitTerminal ANSI.swift
[1148/1392] Compiling ConsoleKitTerminal Console.swift
[1149/1392] Compiling ConsoleKitTerminal Terminal.swift
[1150/1392] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1151/1392] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1152/1392] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1153/1392] Compiling ConsoleKitTerminal LoggerFragment.swift
[1154/1393] Compiling x_crl.cc
[1155/1393] Compiling x_name.cc
[1156/1393] Compiling x509spki.cc
[1157/1393] Compiling x_algor.cc
[1158/1393] Compiling x_exten.cc
[1159/1394] Compiling x_attrib.cc
[1160/1415] Compiling x_all.cc
[1162/1415] Emitting module ConsoleKitCommands
[1163/1417] Compiling ConsoleKitCommands CommandSignature.swift
[1164/1417] Compiling ConsoleKitCommands Flag.swift
[1165/1417] Compiling ConsoleKitCommands Option.swift
[1166/1417] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1167/1417] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1168/1417] Compiling ConsoleKitCommands Argument.swift
[1169/1417] Compiling ConsoleKitCommands Command.swift
[1170/1417] Compiling ConsoleKitCommands CommandContext.swift
[1171/1417] Compiling ConsoleKitCommands CommandError.swift
[1172/1417] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1173/1417] Compiling ConsoleKitCommands AsyncCommand.swift
[1174/1417] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1175/1417] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1176/1417] Compiling ConsoleKitCommands Utilities.swift
[1176/1417] Compiling x509_vpm.cc
[1177/1417] Compiling x509_txt.cc
[1178/1417] Compiling x509rset.cc
[1179/1417] Compiling x509_vfy.cc
[1180/1417] Compiling x509name.cc
[1181/1417] Compiling x509cset.cc
[1182/1417] Compiling x509_v3.cc
[1183/1417] Compiling x509_set.cc
[1184/1417] Compiling x509_req.cc
[1185/1417] Compiling x509_ext.cc
[1186/1417] Compiling x509_trs.cc
[1187/1417] Compiling x509_obj.cc
[1188/1417] Compiling x509_lu.cc
[1189/1417] Compiling x509_def.cc
[1191/1417] Compiling ConsoleKitCommands CommandGroup.swift
[1192/1417] Compiling ConsoleKitCommands CommandInput.swift
[1193/1417] Compiling ConsoleKitCommands Commands.swift
[1194/1417] Compiling ConsoleKitCommands AsyncCommands.swift
[1195/1417] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1196/1417] Compiling ConsoleKitCommands AnyCommand.swift
[1197/1417] Compiling ConsoleKitCommands Console+Run.swift
[1198/1417] Compiling ConsoleKitCommands ConsoleError.swift
[1199/1417] Compiling ConsoleKitCommands Completion.swift
[1199/1418] Compiling x509_att.cc
[1201/1418] Compiling x509_d2.cc
[1202/1418] Compiling x509_cmp.cc
[1203/1418] Compiling v3_skey.cc
[1204/1420] Compiling v3_utl.cc
[1206/1420] Compiling ConsoleKit Exports.swift
[1207/1420] Emitting module ConsoleKit
[1207/1421] Compiling x509.cc
[1209/1421] Compiling v3_prn.cc
[1210/1421] Compiling v3_purp.cc
[1211/1421] Compiling v3_pmaps.cc
[1212/1421] Compiling v3_info.cc
[1213/1421] Compiling v3_ia5.cc
[1214/1421] Compiling v3_pcons.cc
[1215/1421] Compiling v3_ocsp.cc
[1216/1421] Compiling v3_lib.cc
[1217/1421] Compiling v3_ncons.cc
[1218/1421] Compiling v3_int.cc
[1219/1421] Compiling v3_enum.cc
[1220/1421] Compiling v3_extku.cc
[1221/1421] Compiling v3_genn.cc
[1222/1421] Compiling v3_conf.cc
[1223/1421] Compiling v3_crld.cc
[1224/1421] Compiling v3_cpols.cc
[1225/1421] Compiling v3_alt.cc
[1226/1421] Compiling v3_bcons.cc
[1227/1421] Compiling v3_bitst.cc
[1228/1421] Compiling v3_akeya.cc
[1229/1421] Compiling v3_akey.cc
[1230/1421] Compiling i2d_pr.cc
[1231/1421] Compiling t_x509a.cc
[1232/1421] Compiling t_crl.cc
[1233/1421] Compiling t_req.cc
[1234/1421] Compiling t_x509.cc
[1235/1421] Compiling rsa_pss.cc
[1236/1421] Compiling policy.cc
[1237/1421] Compiling name_print.cc
[1238/1421] Compiling by_file.cc
[1239/1421] Compiling by_dir.cc
[1240/1421] Compiling a_digest.cc
[1241/1421] Compiling asn1_gen.cc
[1242/1421] Compiling voprf.cc
[1243/1421] Compiling a_verify.cc
[1244/1421] Compiling trust_token.cc
[1245/1421] Compiling algorithm.cc
[1246/1421] Compiling pmbtoken.cc
[1247/1421] Compiling thread_win.cc
[1248/1421] Compiling a_sign.cc
[1249/1421] Compiling thread_pthread.cc
[1250/1421] Compiling thread.cc
[1251/1421] Compiling thread_none.cc
[1252/1421] Compiling thash.cc
[1253/1421] Compiling wots.cc
[1254/1421] Compiling stack.cc
[1255/1421] Compiling fors.cc
[1256/1421] Compiling slhdsa.cc
[1257/1421] Compiling merkle.cc
[1258/1421] Compiling sha512.cc
[1259/1421] Compiling siphash.cc
[1260/1421] Compiling sha256.cc
[1261/1421] Compiling sha1.cc
[1262/1421] Compiling refcount.cc
[1263/1421] Compiling rsa_print.cc
[1264/1421] Compiling rsa_extra.cc
[1265/1421] Compiling rc4.cc
[1266/1421] Compiling rsa_asn1.cc
[1267/1421] Compiling rsa_crypt.cc
[1268/1421] Compiling windows.cc
[1269/1421] Compiling trusty.cc
[1270/1421] Compiling urandom.cc
[1271/1421] Compiling ios.cc
[1272/1421] Compiling rand_extra.cc
[1273/1421] Compiling poly1305_arm_asm.S
[1274/1421] Compiling getentropy.cc
[1275/1421] Compiling passive.cc
[1276/1421] Compiling forkunsafe.cc
[1277/1421] Compiling fork_detect.cc
[1278/1421] Compiling poly1305_arm.cc
[1279/1421] Compiling deterministic.cc
[1280/1421] Compiling pool.cc
[1281/1421] Compiling poly1305.cc
[1282/1421] Compiling poly1305_vec.cc
[1283/1421] Compiling pkcs7.cc
[1284/1421] Compiling pem_x509.cc
[1285/1421] Compiling pkcs8_x509.cc
[1286/1421] Compiling p5_pbev2.cc
[1287/1421] Compiling pkcs7_x509.cc
[1288/1421] Compiling pem_pkey.cc
[1289/1421] Compiling pem_xaux.cc
[1290/1421] Compiling pkcs8.cc
[1291/1421] Compiling pem_pk8.cc
[1292/1421] Compiling obj_xref.cc
[1293/1421] Compiling obj.cc
[1294/1421] Compiling mlkem.cc
[1295/1421] Compiling pem_info.cc
[1296/1421] Compiling pem_oth.cc
[1297/1421] Compiling pem_all.cc
[1298/1421] Compiling pem_lib.cc
[1299/1421] Compiling mldsa.cc
[1300/1421] Compiling lhash.cc
[1301/1421] Compiling fips_shared_support.cc
[1302/1421] Compiling poly_rq_mul.S
[1302/1421] Compiling mem.cc
[1304/1421] Compiling md5.cc
[1305/1421] Compiling md4.cc
[1306/1421] Compiling kyber.cc
[1307/1421] Compiling scrypt.cc
[1308/1421] Compiling hrss.cc
[1309/1421] Compiling hpke.cc
[1310/1421] Compiling pbkdf.cc
[1311/1421] Compiling sign.cc
[1312/1421] Compiling ex_data.cc
[1313/1421] Compiling print.cc
[1314/1421] Compiling p_x25519_asn1.cc
[1315/1421] Compiling p_ed25519.cc
[1316/1421] Compiling p_x25519.cc
[1317/1421] Compiling p_hkdf.cc
[1318/1421] Compiling p_rsa_asn1.cc
[1319/1421] Compiling p_rsa.cc
[1320/1421] Compiling p_ed25519_asn1.cc
[1321/1421] Compiling p_ec_asn1.cc
[1322/1421] Compiling p_ec.cc
[1323/1421] Compiling p_dh_asn1.cc
[1324/1421] Compiling p_dsa_asn1.cc
[1325/1421] Compiling p_dh.cc
[1326/1421] Compiling evp_ctx.cc
[1327/1421] Compiling evp_asn1.cc
[1328/1421] Compiling evp.cc
[1329/1421] Compiling engine.cc
[1330/1421] Compiling err.cc
[1331/1421] Compiling ecdh_extra.cc
[1332/1421] Compiling ecdsa_asn1.cc
[1333/1421] Compiling hash_to_curve.cc
[1334/1421] Compiling ec_derive.cc
[1335/1421] Compiling params.cc
[1336/1421] Compiling dsa_asn1.cc
[1337/1421] Compiling digest_extra.cc
[1338/1421] Compiling dsa.cc
[1339/1421] Compiling ec_asn1.cc
[1340/1421] Compiling x25519-asm-arm.S
[1341/1421] Compiling dh_asn1.cc
[1342/1421] Compiling spake25519.cc
[1343/1421] Compiling des.cc
[1344/1421] Compiling curve25519.cc
[1345/1421] Compiling cpu_arm_linux.cc
[1346/1421] Compiling cpu_intel.cc
[1347/1421] Compiling crypto.cc
[1348/1421] Compiling cpu_aarch64_sysreg.cc
[1349/1421] Compiling cpu_arm_freebsd.cc
[1350/1421] Compiling cpu_aarch64_win.cc
[1351/1421] Compiling cpu_aarch64_openbsd.cc
[1352/1421] Compiling curve25519_64_adx.cc
[1353/1421] Compiling cpu_aarch64_fuchsia.cc
[1354/1421] Compiling cpu_aarch64_linux.cc
[1355/1421] Compiling cpu_aarch64_apple.cc
[1356/1421] Compiling e_rc4.cc
[1357/1421] Compiling e_tls.cc
[1358/1421] Compiling tls_cbc.cc
[1359/1421] Compiling conf.cc
[1360/1421] Compiling e_rc2.cc
[1361/1421] Compiling bcm.cc
[1362/1421] Compiling e_null.cc
[1363/1421] Compiling cipher_extra.cc
[1364/1421] Compiling e_des.cc
[1365/1421] Compiling derive_key.cc
[1366/1421] Compiling e_aesctrhmac.cc
[1367/1421] Compiling e_chacha20poly1305.cc
[1368/1421] Compiling e_aesgcmsiv.cc
[1369/1421] Compiling chacha.cc
[1370/1421] Compiling unicode.cc
[1371/1421] Compiling cbs.cc
[1372/1421] Compiling asn1_compat.cc
[1373/1421] Compiling ber.cc
[1374/1421] Compiling cbb.cc
[1375/1421] Compiling bn_asn1.cc
[1376/1421] Compiling blake2.cc
[1377/1421] Compiling buf.cc
[1378/1421] Compiling pair.cc
[1379/1421] Compiling convert.cc
[1380/1421] Compiling fd.cc
[1381/1421] Compiling printf.cc
[1382/1421] Compiling file.cc
[1383/1421] Compiling hexdump.cc
[1384/1421] Compiling bio_mem.cc
[1385/1421] Compiling errno.cc
[1386/1421] Compiling bio.cc
[1387/1421] Compiling base64.cc
[1388/1421] Compiling tasn_enc.cc
[1389/1421] Compiling posix_time.cc
[1390/1421] Compiling tasn_typ.cc
[1391/1421] Compiling tasn_fre.cc
[1392/1421] Compiling tasn_new.cc
[1393/1421] Compiling tasn_utl.cc
[1394/1421] Compiling tasn_dec.cc
[1395/1421] Compiling f_int.cc
[1396/1421] Compiling f_string.cc
[1397/1421] Compiling asn1_par.cc
[1398/1421] Compiling asn_pack.cc
[1399/1421] Compiling a_utctm.cc
[1400/1421] Compiling a_type.cc
[1401/1421] Compiling asn1_lib.cc
[1402/1421] Compiling a_time.cc
[1403/1421] Compiling a_strnid.cc
[1404/1421] Compiling a_octet.cc
[1405/1421] Compiling a_strex.cc
[1406/1421] Compiling a_object.cc
[1407/1421] Compiling a_mbstr.cc
[1408/1421] Compiling a_i2d_fp.cc
[1409/1421] Write sources
[1410/1421] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1410/1421] Write sources
[1415/1421] Compiling a_gentm.cc
[1415/1421] Compiling a_dup.cc
[1417/1421] Compiling a_int.cc
[1418/1474] Compiling a_d2i_fp.cc
[1419/1498] Compiling a_bool.cc
[1420/1518] Compiling a_bitstr.cc
[1422/1518] Compiling Algorithms Permutations.swift
[1423/1518] Compiling Algorithms Product.swift
[1424/1518] Compiling Algorithms MinMax.swift
[1425/1518] Compiling Algorithms Partition.swift
[1426/1520] Compiling Algorithms Joined.swift
[1427/1520] Compiling Algorithms Keyed.swift
[1428/1528] Compiling Algorithms Chain.swift
[1429/1528] Compiling Algorithms Chunked.swift
[1430/1528] Compiling Algorithms Combinations.swift
[1431/1528] Compiling Algorithms Indexed.swift
[1432/1528] Compiling Algorithms Intersperse.swift
[1433/1528] Compiling Algorithms AdjacentPairs.swift
[1434/1528] Compiling Atomics IntegerOperations.swift
[1435/1528] Compiling Atomics Unmanaged extensions.swift
[1436/1528] Compiling BitCollections BitSet+Initializers.swift
[1437/1528] Compiling BitCollections BitSet+Invariants.swift
[1438/1528] Compiling BitCollections BitSet+Random.swift
[1439/1528] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1440/1528] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1441/1528] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1442/1528] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1443/1528] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1444/1528] Compiling BitCollections BitSet+CustomReflectable.swift
[1445/1528] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1446/1528] Compiling BitCollections BitSet+Equatable.swift
[1447/1528] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1448/1528] Compiling BitCollections BitSet+Extras.swift
[1449/1528] Compiling BitCollections BitSet+Hashable.swift
[1450/1535] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1451/1535] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1452/1535] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1453/1535] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1454/1535] Compiling BitCollections BitSet+SetAlgebra union.swift
[1455/1535] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1456/1535] Compiling BitCollections BitSet.Counted.swift
[1457/1535] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1458/1535] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1459/1535] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1460/1535] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1461/1535] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1462/1535] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1463/1535] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1464/1535] Compiling Algorithms Compacted.swift
[1465/1535] Compiling Algorithms Cycle.swift
[1466/1535] Compiling Algorithms EitherSequence.swift
[1467/1535] Compiling Algorithms FirstNonNil.swift
[1468/1535] Compiling Algorithms FlattenCollection.swift
[1469/1535] Compiling Algorithms Grouped.swift
[1472/1535] Emitting module BitCollections
[1473/1535] Compiling Algorithms Split.swift
[1474/1535] Compiling Algorithms Stride.swift
[1475/1535] Compiling Algorithms Suffix.swift
[1478/1538] Compiling Algorithms Rotate.swift
[1495/1538] Compiling CryptoBoringWrapper RandomBytes.swift
[1502/1538] Compiling BitCollections BitSet.Index.swift
[1503/1538] Compiling BitCollections BitSet._UnsafeHandle.swift
[1504/1538] Compiling BitCollections BitSet.swift
[1505/1538] Compiling BitCollections Range+Utilities.swift
[1506/1538] Compiling BitCollections Slice+Utilities.swift
[1507/1538] Compiling BitCollections UInt+Tricks.swift
[1508/1538] Compiling BitCollections _Word.swift
[1509/1539] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1510/1539] Compiling CryptoBoringWrapper EllipticCurve.swift
[1519/1539] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1521/1539] Emitting module CryptoBoringWrapper
[1522/1539] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1523/1539] Compiling Algorithms Trim.swift
[1524/1539] Compiling Algorithms Unique.swift
[1525/1539] Compiling Algorithms Windows.swift
[1526/1539] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1527/1539] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1529/1542] Compiling Collections Collections.swift
[1530/1542] Emitting module Collections
[1536/1571] Emitting module Atomics
[1537/1614] Compiling Crypto ChaChaPoly.swift
[1538/1614] Compiling Crypto Cipher.swift
[1539/1614] Compiling Crypto Nonces.swift
[1540/1614] Compiling Crypto AES-GCM.swift
[1541/1614] Compiling Crypto AES-GCM_boring.swift
[1542/1614] Compiling Crypto ChaChaPoly_boring.swift
[1544/1674] Emitting module Algorithms
[1546/1675] Compiling Crypto SymmetricKeys.swift
[1547/1675] Compiling Crypto HMAC.swift
[1548/1675] Compiling Crypto MACFunctions.swift
[1549/1675] Compiling Crypto MessageAuthenticationCode.swift
[1550/1675] Compiling Crypto AES.swift
[1551/1675] Compiling Crypto ECDSASignature_boring.swift
[1552/1675] Compiling Crypto ECDSA_boring.swift
[1553/1675] Compiling Crypto EdDSA_boring.swift
[1554/1675] Compiling Crypto ECDSA.swift
[1555/1675] Compiling Crypto Ed25519.swift
[1556/1684] Compiling NIOCore MarkedCircularBuffer.swift
[1557/1684] Compiling NIOCore MulticastChannel.swift
[1558/1684] Compiling NIOCore NIOAny.swift
[1559/1684] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1560/1684] Compiling NIOCore NIOLoopBound.swift
[1561/1684] Compiling NIOCore NIOScheduledCallback.swift
[1562/1684] Compiling NIOCore NIOSendable.swift
[1563/1684] Compiling NIOCore RecvByteBufferAllocator.swift
[1564/1684] Compiling Crypto NISTCurvesKeys.swift
[1565/1684] Compiling Crypto X25519Keys.swift
[1574/1692] Emitting module Crypto
[1575/1692] Compiling NIOCore Codec.swift
[1576/1692] Compiling NIOCore ConvenienceOptionSupport.swift
[1577/1692] Compiling NIOCore DeadChannel.swift
[1578/1692] Compiling NIOCore DispatchQueue+WithFuture.swift
[1579/1692] Compiling NIOCore EventLoop+Deprecated.swift
[1580/1692] Compiling NIOCore EventLoop+SerialExecutor.swift
[1581/1692] Compiling NIOCore EventLoop.swift
[1582/1692] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1583/1692] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1584/1692] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1585/1692] Compiling NIOCore EventLoopFuture.swift
[1586/1692] Compiling NIOCore FileDescriptor.swift
[1587/1692] Compiling NIOCore FileHandle.swift
[1588/1692] Compiling NIOCore FileRegion.swift
[1589/1692] Compiling NIOCore ByteBuffer-multi-int.swift
[1590/1692] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1591/1692] Compiling NIOCore ByteBuffer-views.swift
[1592/1692] Compiling NIOCore Channel.swift
[1593/1692] Compiling NIOCore ChannelHandler.swift
[1594/1692] Compiling NIOCore ChannelHandlers.swift
[1595/1692] Compiling NIOCore ChannelInvoker.swift
[1596/1692] Compiling NIOCore ChannelOption.swift
[1597/1692] Compiling NIOCore GlobalSingletons.swift
[1598/1692] Compiling NIOCore IO.swift
[1599/1692] Compiling NIOCore IOData.swift
[1600/1692] Compiling NIOCore IPProtocol.swift
[1601/1692] Compiling NIOCore IntegerBitPacking.swift
[1602/1692] Compiling NIOCore IntegerTypes.swift
[1603/1692] Compiling NIOCore Interfaces.swift
[1604/1692] Compiling NIOCore Linux.swift
[1613/1692] Compiling NIOCore AddressedEnvelope.swift
[1614/1692] Compiling NIOCore AsyncAwaitSupport.swift
[1615/1692] Compiling NIOCore AsyncChannel.swift
[1616/1692] Compiling NIOCore AsyncChannelHandler.swift
[1617/1692] Compiling NIOCore AsyncChannelInboundStream.swift
[1618/1692] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1619/1692] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1620/1692] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1621/1692] Compiling NIOCore NIOAsyncWriter.swift
[1622/1692] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1623/1692] Compiling NIOCore BSDSocketAPI.swift
[1624/1692] Compiling NIOCore ByteBuffer-aux.swift
[1625/1692] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1626/1692] Compiling NIOCore ByteBuffer-conversions.swift
[1627/1692] Compiling NIOCore ByteBuffer-core.swift
[1628/1692] Compiling NIOCore ByteBuffer-hex.swift
[1629/1692] Compiling NIOCore ByteBuffer-int.swift
[1630/1692] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1631/1692] Compiling NIOCore ChannelPipeline.swift
[1632/1692] Compiling NIOCore CircularBuffer.swift
[1633/1692] Compiling Crypto Signature.swift
[1634/1692] Compiling Crypto CryptoKitErrors_boring.swift
[1635/1692] Compiling Crypto RNG_boring.swift
[1636/1692] Compiling Crypto SafeCompare_boring.swift
[1637/1692] Compiling Crypto Zeroization_boring.swift
[1638/1692] Compiling Crypto PrettyBytes.swift
[1639/1692] Compiling Crypto SafeCompare.swift
[1640/1692] Compiling Crypto SecureBytes.swift
[1641/1692] Compiling Crypto Zeroization.swift
[1651/1693] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1652/1693] Compiling NIOCore SocketAddresses.swift
[1653/1693] Compiling NIOCore SocketOptionProvider.swift
[1654/1693] Compiling NIOCore SystemCallHelpers.swift
[1655/1693] Compiling NIOCore TimeAmount+Duration.swift
[1656/1693] Compiling NIOCore TypeAssistedChannelHandler.swift
[1657/1693] Compiling NIOCore UniversalBootstrapSupport.swift
[1658/1693] Compiling NIOCore Utilities.swift
[1693/1693] Emitting module NIOCore
[1695/1745] Compiling NIOEmbedded AsyncTestingChannel.swift
[1696/1745] Emitting module NIOEmbedded
[1697/1745] Compiling NIOEmbedded Embedded.swift
[1698/1745] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1700/1746] Compiling NIOPosix IO.swift
[1701/1746] Compiling NIOPosix IntegerBitPacking.swift
[1702/1746] Compiling NIOPosix IntegerTypes.swift
[1703/1746] Compiling NIOPosix Linux.swift
[1704/1746] Compiling NIOPosix LinuxCPUSet.swift
[1705/1746] Compiling NIOPosix LinuxUring.swift
[1706/1746] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1707/1752] Emitting module NIOPosix
[1708/1752] Compiling NIOPosix ThreadPosix.swift
[1709/1752] Compiling NIOPosix ThreadWindows.swift
[1710/1752] Compiling NIOPosix UnsafeTransfer.swift
[1711/1752] Compiling NIOPosix Utilities.swift
[1712/1752] Compiling NIOPosix VsockAddress.swift
[1713/1752] Compiling NIOPosix VsockChannelEvents.swift
[1714/1752] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1715/1752] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1716/1752] Compiling NIOPosix PosixSingletons.swift
[1717/1752] Compiling NIOPosix RawSocketBootstrap.swift
[1718/1752] Compiling NIOPosix Resolver.swift
[1719/1752] Compiling NIOPosix Selectable.swift
[1720/1752] Compiling NIOPosix SelectableChannel.swift
[1721/1752] Compiling NIOPosix SelectableEventLoop.swift
[1722/1752] Compiling NIOPosix SelectorEpoll.swift
[1723/1752] Compiling NIOPosix SelectorGeneric.swift
[1724/1752] Compiling NIOPosix SelectorKqueue.swift
[1725/1752] Compiling NIOPosix SelectorUring.swift
[1726/1752] Compiling NIOPosix ServerSocket.swift
[1727/1752] Compiling NIOPosix Socket.swift
[1728/1752] Compiling NIOPosix SocketChannel.swift
[1729/1752] Compiling NIOPosix SocketProtocols.swift
[1730/1752] Compiling NIOPosix System.swift
[1731/1752] Compiling NIOPosix Thread.swift
[1732/1752] Compiling NIOPosix Bootstrap.swift
[1733/1752] Compiling NIOPosix ControlMessage.swift
[1734/1752] Compiling NIOPosix DatagramVectorReadManager.swift
[1735/1752] Compiling NIOPosix Errors+Any.swift
[1736/1752] Compiling NIOPosix FileDescriptor.swift
[1737/1752] Compiling NIOPosix GetaddrinfoResolver.swift
[1738/1752] Compiling NIOPosix HappyEyeballs.swift
[1739/1752] Compiling NIOPosix BSDSocketAPICommon.swift
[1740/1752] Compiling NIOPosix BSDSocketAPIPosix.swift
[1741/1752] Compiling NIOPosix BSDSocketAPIWindows.swift
[1742/1752] Compiling NIOPosix BaseSocket.swift
[1743/1752] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1744/1752] Compiling NIOPosix BaseSocketChannel.swift
[1745/1752] Compiling NIOPosix BaseStreamSocketChannel.swift
[1746/1752] Compiling NIOPosix NIOThreadPool.swift
[1747/1752] Compiling NIOPosix NonBlockingFileIO.swift
[1748/1752] Compiling NIOPosix PendingDatagramWritesManager.swift
[1749/1752] Compiling NIOPosix PendingWritesManager.swift
[1750/1752] Compiling NIOPosix PipeChannel.swift
[1751/1752] Compiling NIOPosix PipePair.swift
[1752/1752] Compiling NIOPosix Pool.swift
[1754/1812] Compiling NIO Exports.swift
[1755/1812] Emitting module NIO
[1757/1880] Compiling NIOTLS TLSEvents.swift
[1758/1880] Compiling SwiftBSON BSONEncoder.swift
[1759/1880] Compiling SwiftBSON Array+BSONValue.swift
[1760/1880] Compiling SwiftBSON BSON.swift
[1761/1880] Compiling SwiftBSON BSONBinary.swift
[1762/1880] Compiling SwiftBSON BSONCode.swift
[1763/1880] Compiling SwiftBSON ByteBuffer+BSON.swift
[1764/1882] Emitting module NIOTLS
[1765/1882] Compiling SwiftBSON BSONRegularExpression.swift
[1766/1882] Compiling SwiftBSON BSONSymbol.swift
[1767/1884] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1768/1884] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1769/1884] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1770/1884] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1771/1884] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1772/1884] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1773/1884] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1774/1884] Compiling NIOSOCKS SOCKSResponse.swift
[1775/1884] Compiling NIOSOCKS ClientStateMachine.swift
[1776/1885] Compiling SwiftBSON BSONError.swift
[1777/1885] Compiling SwiftBSON BSONNulls.swift
[1778/1885] Compiling SwiftBSON BSONObjectID.swift
[1782/1885] Compiling SwiftBSON BSONTimestamp.swift
[1783/1885] Compiling SwiftBSON BSONValue.swift
[1784/1885] Compiling SwiftBSON Bool+BSONValue.swift
[1785/1885] Compiling NIOSOCKS ServerStateMachine.swift
[1786/1885] Emitting module NIOSOCKS
[1789/1886] Compiling NIOTLS SNIHandler.swift
[1792/1887] Compiling SwiftBSON BSONDocument.swift
[1793/1887] Compiling SwiftBSON BSONDocumentIterator.swift
[1798/1890] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1799/1890] Emitting module NIOFoundationCompat
[1801/1920] Emitting module _NIOFileSystem
[1802/1924] Compiling NIOSSL NIOSSLSecureBytes.swift
[1803/1924] Compiling NIOSSL RNG.swift
[1804/1924] Compiling NIOSSL SafeCompare.swift
[1805/1924] Compiling NIOSSL SSLContext.swift
[1806/1924] Compiling NIOSSL SSLPublicKey.swift
[1807/1924] Emitting module SwiftBSON
[1808/1924] Compiling NIOSSL SSLInit.swift
[1809/1924] Compiling NIOSSL SSLPKCS12Bundle.swift
[1810/1924] Compiling NIOSSL SubjectAlternativeName.swift
[1811/1924] Compiling NIOSSL SSLErrors.swift
[1814/1924] Compiling NIOSSL SSLPrivateKey.swift
[1817/1925] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1818/1925] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1819/1946] Compiling NIOTransportServices NIOTSEventLoop.swift
[1820/1946] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1821/1946] Compiling NIOTransportServices StateManagedChannel.swift
[1822/1946] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1823/1946] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1824/1948] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1825/1948] Compiling NIOTransportServices NIOTSBootstraps.swift
[1826/1948] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1827/1948] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1832/1948] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1833/1948] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1834/1948] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1835/1948] Compiling NIOTransportServices AcceptHandler.swift
[1837/1948] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1839/1948] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1840/1948] Compiling NIOTransportServices NIOTSSingletons.swift
[1841/1948] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1843/1948] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1844/1948] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1845/1948] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1846/1948] Compiling NIOTransportServices NIOTSErrors.swift
[1849/1948] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1850/1948] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1851/1948] Emitting module NIOTransportServices
[1856/1949] Compiling NIOSSL Zeroization.swift
[1857/1949] Compiling SwiftBSON JSON.swift
[1858/1949] Compiling SwiftBSON String+BSONValue.swift
[1869/1949] Compiling _NIOFileSystem BufferedStream.swift
[1870/1949] Compiling _NIOFileSystem Cancellation.swift
[1871/1949] Compiling _NIOFileSystem TokenBucket.swift
[1872/1949] Compiling _NIOFileSystem UnsafeTransfer.swift
[1873/1949] Emitting module NIOHTTP1
[1878/1996] Emitting module AsyncKit
[1883/1999] Emitting module NIOSSL
[1884/1999] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1892/1999] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1893/2000] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1894/2000] Compiling NIOExtras NIOExtrasError.swift
[1895/2002] Compiling NIOHPACK IndexedHeaderTable.swift
[1896/2003] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1897/2003] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1898/2003] Compiling NIOWebSocket WebSocketOpcode.swift
[1899/2003] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1901/2003] Compiling NIOExtras UnsafeTransfer.swift
[1902/2003] Compiling NIOExtras WritePCAPHandler.swift
[1904/2003] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1905/2003] Compiling NIOExtras LengthFieldPrepender.swift
[1906/2003] Compiling NIOExtras LineBasedFrameDecoder.swift
[1907/2003] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1908/2003] Compiling NIOExtras NIORequestIdentifiable.swift
[1909/2003] Compiling NIOExtras PCAPRingBuffer.swift
[1910/2003] Compiling NIOExtras QuiescingHelper.swift
[1911/2003] Compiling NIOExtras RequestResponseHandler.swift
[1912/2003] Compiling NIOHPACK IntegerCoding.swift
[1913/2003] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1914/2003] Compiling _NIOFileSystem SystemFileHandle.swift
[1915/2003] Compiling _NIOFileSystem Utilities.swift
[1916/2003] Compiling _NIOFileSystem OpenOptions.swift
[1917/2003] Compiling _NIOFileSystem String+FileSystem.swift
[1918/2004] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1919/2004] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1920/2004] Emitting module NIOHTTPCompression
[1922/2004] Compiling NIOHPACK StaticHeaderTable.swift
[1923/2004] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1926/2004] Compiling NIOHPACK HuffmanCoding.swift
[1927/2004] Compiling NIOHPACK HuffmanTables.swift
[1932/2004] Compiling NIOHTTPCompression HTTPDecompression.swift
[1933/2004] Compiling NIOHTTPCompression HTTPCompression.swift
[1934/2005] Emitting module NIOHPACK
[1935/2005] Compiling NIOExtras DebugInboundEventsHandler.swift
[1936/2005] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1937/2005] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1942/2005] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1943/2005] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1944/2005] Compiling NIOExtras JSONRPCFraming.swift
[1951/2025] Emitting module NIOExtras
[1952/2025] Compiling NIOWebSocket WebSocketFrame.swift
[1953/2025] Compiling MultipartKit BasicCodingKey.swift
[1954/2025] Compiling MultipartKit MultipartError.swift
[1955/2025] Emitting module NIOWebSocket
[1956/2025] Compiling MultipartKit Exports.swift
[1957/2025] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1960/2079] Compiling MongoSwift ClientSession+AsyncAwait.swift
[1961/2079] Compiling MongoSwift MongoClient+AsyncAwait.swift
[1962/2079] Compiling MongoSwift MongoCollection+AsyncAwait.swift
[1963/2079] Compiling MongoSwift MongoCollection+ChangeStreams+AsyncAwait.swift
[1964/2079] Compiling MongoSwift MongoCollection+FindAndModify+AsyncAwait.swift
[1965/2079] Compiling MongoSwift MongoCollection+Indexes+AsyncAwait.swift
[1966/2079] Compiling MongoSwift MongoCollection+Read+AsyncAwait.swift
[1967/2079] Compiling MongoSwift MongoCollection+Write+AsyncAwait.swift
[1968/2079] Compiling MongoSwift MongoCursor+AsyncSequence.swift
[1971/2088] Compiling MongoSwift APM.swift
[1972/2088] Compiling MongoSwift ChangeStream+AsyncSequence.swift
[1976/2092] Compiling MongoSwift ChangeStreamOptions.swift
[1977/2092] Compiling MongoSwift ClientSession.swift
[1981/2096] Compiling NIOFileSystem Exports.swift
[1985/2096] Emitting module MultipartKit
[1986/2096] Emitting module NIOFileSystem
[1987/2097] Compiling MongoSwift BSONPointerUtils.swift
[1988/2097] Compiling MongoSwift BSONUtil.swift
[1989/2097] Compiling MongoSwift ChangeStream.swift
[1990/2097] Compiling MongoSwift ChangeStreamEvent.swift
[2002/2097] Compiling MongoSwift MongoDatabase+AsyncAwait.swift
[2003/2097] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2004/2097] Emitting module _NIOFileSystemFoundationCompat
[2005/2097] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2007/2116] Compiling NIOHTTP2 ReceivingDataState.swift
[2008/2116] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2009/2116] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2010/2116] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2011/2116] Compiling NIOHTTP2 MayReceiveFrames.swift
[2012/2116] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2013/2116] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2014/2116] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2015/2116] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2016/2116] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2017/2156] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2018/2156] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2020/2157] Compiling NIOHTTP2 Error+Any.swift
[2021/2157] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2022/2157] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2024/2158] Compiling NIOHTTP2 HasLocalSettings.swift
[2028/2167] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2029/2167] Compiling WebSocketKit WebSocketHandler.swift
[2030/2167] Compiling WebSocketKit Exports.swift
[2031/2167] Compiling WebSocketKit WebSocket+Connect.swift
[2032/2167] Emitting module WebSocketKit
[2033/2167] Compiling WebSocketKit WebSocket+Concurrency.swift
[2034/2167] Compiling WebSocketKit WebSocketClient.swift
[2035/2167] Emitting module MongoSwift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "/host/spi-builder-workspace/.build/checkouts/mongo-swift-driver/Sources/CLibMongoC/include/CLibMongoC.h"
  |          `- note: in file included from <module-includes>:1:
2 |
[2036/2175] Compiling WebSocketKit WebSocket.swift
[2038/2176] Compiling NIOHTTP2 DOSHeuristics.swift
[2042/2176] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2043/2176] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2044/2176] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2045/2176] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2046/2176] Compiling NIOHTTP2 MaySendFrames.swift
[2047/2176] Compiling NIOHTTP2 SendingDataState.swift
[2048/2176] Compiling NIOHTTP2 SendingGoawayState.swift
[2049/2176] Compiling NIOHTTP2 SendingHeadersState.swift
[2050/2176] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2051/2176] Compiling NIOHTTP2 SendingRstStreamState.swift
[2062/2176] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2064/2176] Emitting module NIOHTTP2
[2065/2184] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2066/2184] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2067/2184] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2068/2184] Compiling NIOHTTP2 InboundEventBuffer.swift
[2069/2184] Compiling NIOHTTP2 InboundWindowManager.swift
[2070/2184] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2071/2184] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2072/2184] Compiling NIOHTTP2 StreamChannelList.swift
[2073/2184] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2074/2184] Compiling NIOHTTP2 HTTP2PingData.swift
[2075/2184] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2076/2184] Compiling NIOHTTP2 HTTP2Settings.swift
[2077/2184] Compiling NIOHTTP2 HTTP2Stream.swift
[2078/2184] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2079/2184] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2080/2184] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2081/2184] Compiling NIOHTTP2 HTTP2StreamID.swift
[2084/2184] Compiling NIOHTTP2 HasRemoteSettings.swift
[2085/2184] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2086/2184] Compiling NIOHTTP2 QuiescingState.swift
[2087/2184] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2088/2184] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2089/2184] Compiling NIOHTTP2 StateMachineResult.swift
[2090/2184] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2120/2184] Compiling NIOHTTP2 StreamMap.swift
[2121/2184] Compiling NIOHTTP2 StreamStateMachine.swift
[2122/2184] Compiling NIOHTTP2 UnsafeTransfer.swift
[2123/2184] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2128/2184] Compiling MongoSwift ReadPreference.swift
[2129/2184] Compiling MongoSwift SDAM.swift
[2130/2184] Compiling MongoSwift ServerSelection.swift
[2131/2184] Compiling MongoSwift WriteConcern.swift
[2132/2184] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2133/2184] Compiling NIOHTTP2 HTTP2Frame.swift
[2134/2184] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2142/2184] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2143/2184] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2144/2184] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2145/2184] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2146/2184] Compiling NIOHTTP2 HTTP2Error.swift
[2147/2184] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2175/2245] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2176/2245] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2177/2245] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2178/2245] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2179/2245] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2180/2245] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2181/2245] Compiling AsyncHTTPClient Base64.swift
[2182/2245] Compiling AsyncHTTPClient BasicAuth.swift
[2183/2245] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2184/2245] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2185/2245] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2186/2245] Compiling AsyncHTTPClient Transaction.swift
[2188/2246] Emitting module AsyncHTTPClient
[2189/2254] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2190/2254] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2191/2254] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2198/2254] Compiling AsyncHTTPClient RequestBag.swift
[2199/2254] Compiling AsyncHTTPClient RequestValidation.swift
[2200/2254] Compiling AsyncHTTPClient SSLContextCache.swift
[2201/2254] Compiling AsyncHTTPClient Scheme.swift
[2202/2254] Compiling AsyncHTTPClient Singleton.swift
[2203/2254] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2204/2254] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2205/2254] Compiling AsyncHTTPClient Utils.swift
[2212/2254] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2213/2254] Compiling AsyncHTTPClient ConnectionPool.swift
[2214/2254] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2215/2254] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2216/2254] Compiling AsyncHTTPClient RequestOptions.swift
[2217/2254] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2218/2254] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2219/2254] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2220/2254] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2221/2254] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2222/2254] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2223/2254] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2224/2254] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2225/2254] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2226/2254] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2227/2254] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2228/2254] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2229/2254] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2230/2254] Compiling AsyncHTTPClient RequestBodyLength.swift
[2231/2254] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2232/2254] Compiling AsyncHTTPClient ConnectionTarget.swift
[2233/2254] Compiling AsyncHTTPClient DeconstructedURL.swift
[2234/2254] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2235/2254] Compiling AsyncHTTPClient FoundationExtensions.swift
[2236/2254] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2237/2254] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2238/2254] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2239/2254] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2240/2254] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2241/2254] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2242/2254] Compiling AsyncHTTPClient HTTP1Connection.swift
[2243/2254] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2244/2254] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2245/2254] Compiling AsyncHTTPClient HTTP2Connection.swift
[2246/2254] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2247/2254] Compiling AsyncHTTPClient HTTPClient.swift
[2248/2254] Compiling AsyncHTTPClient HTTPHandler.swift
[2249/2254] Compiling AsyncHTTPClient LRUCache.swift
[2250/2254] Compiling AsyncHTTPClient NWErrorHandler.swift
[2251/2254] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2252/2254] Compiling AsyncHTTPClient TLSConfiguration.swift
[2253/2254] Compiling AsyncHTTPClient RedirectState.swift
[2254/2254] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2256/2424] Compiling Vapor Core.swift
[2257/2424] Compiling Vapor Running.swift
[2258/2424] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2259/2424] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2260/2424] Compiling Vapor DotEnvFile+load.swift
[2261/2424] Compiling Vapor Routes+caseInsenstive.swift
[2262/2424] Compiling Vapor Validatable+validate.swift
[2263/2424] Compiling Vapor Environment+Process.swift
[2264/2424] Compiling Vapor Environment+Secret.swift
[2265/2424] Compiling Vapor Environment.swift
[2266/2424] Compiling Vapor Abort.swift
[2267/2424] Compiling Vapor AbortError.swift
[2268/2424] Compiling Vapor DebuggableError.swift
[2269/2424] Compiling Vapor Demangler.swift
[2270/2424] Compiling Vapor ErrorSource.swift
[2271/2424] Compiling Vapor StackTrace.swift
[2272/2424] Compiling Vapor Exports.swift
[2273/2424] Compiling Vapor Application+HTTP.swift
[2274/2424] Compiling Vapor BasicResponder.swift
[2275/2424] Compiling Vapor BodyStream.swift
[2276/2424] Compiling Vapor Application+HTTP+Client.swift
[2277/2424] Compiling Vapor EventLoopHTTPClient.swift
[2278/2424] Compiling Vapor EndpointCache.swift
[2279/2424] Compiling Vapor HTTPMethod+String.swift
[2280/2448] Compiling Vapor HTTPServerResponseEncoder.swift
[2281/2448] Compiling Vapor HTTPServerUpgradeHandler.swift
[2282/2448] Compiling Vapor Logger+Report.swift
[2283/2448] Compiling Vapor LoggingSystem+Environment.swift
[2284/2448] Compiling Vapor Application+Middleware.swift
[2285/2448] Compiling Vapor CORSMiddleware.swift
[2286/2448] Compiling Vapor ErrorMiddleware.swift
[2287/2448] Compiling Vapor FileMiddleware.swift
[2288/2448] Compiling Vapor Middleware.swift
[2289/2448] Compiling Vapor MiddlewareConfiguration.swift
[2290/2448] Compiling Vapor ResponseCompressionMiddleware.swift
[2291/2448] Compiling Vapor RouteLoggingMiddleware.swift
[2292/2448] Compiling Vapor TracingMiddleware.swift
[2293/2448] Compiling Vapor File+Multipart.swift
[2294/2448] Compiling Vapor FormDataDecoder+Content.swift
[2295/2448] Compiling Vapor FormDataEncoder+Content.swift
[2296/2448] Compiling Vapor Application+Password.swift
[2297/2448] Compiling Vapor Application+Passwords.swift
[2298/2448] Compiling Vapor AsyncPasswordHasher.swift
[2299/2448] Compiling Vapor BcryptHasher.swift
[2300/2448] Compiling Vapor PasswordHasher.swift
[2301/2448] Compiling Vapor PlaintextHasher.swift
[2302/2448] Compiling Vapor Request+Password.swift
[2303/2448] Compiling Vapor Redirect.swift
[2304/2472] Compiling Vapor AsyncBasicResponder.swift
[2305/2472] Compiling Vapor AsyncMiddleware.swift
[2306/2472] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2307/2472] Compiling Vapor AsyncSessionDriver.swift
[2308/2472] Compiling Vapor Authentication+Concurrency.swift
[2309/2472] Compiling Vapor Cache+Concurrency.swift
[2310/2472] Compiling Vapor Client+Concurrency.swift
[2311/2472] Compiling Vapor RequestBody+Concurrency.swift
[2312/2472] Compiling Vapor Responder+Concurrency.swift
[2313/2472] Compiling Vapor ResponseCodable+Concurrency.swift
[2314/2472] Compiling Vapor RoutesBuilder+Concurrency.swift
[2315/2472] Compiling Vapor ViewRenderer+Concurrency.swift
[2316/2472] Compiling Vapor WebSocket+Concurrency.swift
[2317/2472] Compiling Vapor ContainerGetPathExecutor.swift
[2318/2472] Compiling Vapor Content.swift
[2319/2472] Compiling Vapor ContentCoders.swift
[2320/2472] Compiling Vapor ContentConfiguration.swift
[2321/2472] Compiling Vapor ContentContainer.swift
[2322/2472] Compiling Vapor JSONCoder+Custom.swift
[2323/2472] Compiling Vapor JSONCoders+Content.swift
[2324/2472] Compiling Vapor PlaintextDecoder.swift
[2325/2472] Compiling Vapor PlaintextEncoder.swift
[2326/2472] Compiling Vapor URLQueryCoders.swift
[2327/2472] Compiling Vapor URLQueryContainer.swift
[2328/2472] Compiling Vapor Request+Body.swift
[2329/2472] Compiling Vapor Request+BodyStream.swift
[2330/2472] Compiling Vapor Request.swift
[2331/2472] Compiling Vapor Application+Responder.swift
[2332/2472] Compiling Vapor DefaultResponder.swift
[2333/2472] Compiling Vapor Response+Body.swift
[2334/2472] Compiling Vapor Response.swift
[2335/2472] Compiling Vapor ResponseCodable.swift
[2336/2472] Compiling Vapor Application+Routes.swift
[2337/2472] Compiling Vapor Parameters+Require.swift
[2338/2472] Compiling Vapor Request+WebSocket.swift
[2339/2472] Compiling Vapor Route.swift
[2340/2472] Compiling Vapor RouteCollection.swift
[2341/2472] Compiling Vapor Routes.swift
[2342/2472] Compiling Vapor RoutesBuilder+Group.swift
[2343/2472] Compiling Vapor RoutesBuilder+Method.swift
[2344/2472] Compiling Vapor RoutesBuilder+Middleware.swift
[2345/2472] Compiling Vapor RoutesBuilder+WebSocket.swift
[2346/2472] Compiling Vapor RoutesBuilder.swift
[2347/2472] Compiling Vapor OTP.swift
[2348/2472] Compiling Vapor Application+Servers.swift
[2349/2472] Compiling Vapor Server.swift
[2350/2472] Compiling Vapor App+Service.swift
[2351/2472] Compiling Vapor Req+Service.swift
[2352/2472] Compiling Vapor Validator.swift
[2353/2472] Compiling Vapor ValidatorResult.swift
[2354/2472] Compiling Vapor And.swift
[2355/2472] Compiling Vapor Case.swift
[2356/2472] Compiling Vapor CharacterSet.swift
[2357/2472] Compiling Vapor Count.swift
[2358/2472] Compiling Vapor Custom.swift
[2359/2472] Compiling Vapor Email.swift
[2360/2472] Compiling Vapor Empty.swift
[2361/2472] Compiling Vapor In.swift
[2362/2472] Compiling Vapor Nil.swift
[2363/2472] Compiling Vapor NilIgnoring.swift
[2364/2472] Compiling Vapor Not.swift
[2365/2472] Compiling Vapor Or.swift
[2366/2472] Compiling Vapor Pattern.swift
[2367/2472] Compiling Vapor Range.swift
[2368/2472] Compiling Vapor URL.swift
[2369/2472] Compiling Vapor Valid.swift
[2370/2472] Compiling Vapor Application+Views.swift
[2371/2472] Compiling Vapor PlaintextRenderer.swift
[2372/2472] Compiling Vapor Request+View.swift
[2373/2472] Compiling Vapor View.swift
[2374/2472] Compiling Vapor ViewRenderer.swift
[2375/2472] Compiling Vapor _Deprecations.swift
[2376/2472] Compiling Vapor Bytes+Hex.swift
[2377/2472] Compiling Vapor Bytes+SecureCompare.swift
[2378/2472] Compiling Vapor Collection+Safe.swift
[2379/2472] Compiling Vapor DataProtocol+Copy.swift
[2380/2472] Compiling Vapor DecoderUnwrapper.swift
[2381/2472] Compiling Vapor DirectoryConfiguration.swift
[2382/2472] Compiling Vapor DotEnv.swift
[2383/2472] Compiling Vapor Extendable.swift
[2384/2472] Compiling Vapor File.swift
[2385/2472] Compiling Vapor FileIO.swift
[2386/2472] Compiling Vapor LifecycleHandler.swift
[2387/2472] Compiling Vapor OptionalType.swift
[2388/2472] Compiling Vapor RFC1123.swift
[2389/2472] Compiling Vapor SocketAddress+Hostname.swift
[2390/2472] Compiling Vapor Storage.swift
[2391/2472] Compiling Vapor String+IsIPAddress.swift
[2392/2472] Compiling Vapor Thread.swift
[2393/2472] Compiling Vapor URI.swift
[2394/2472] Compiling Vapor RangeResult.swift
[2395/2472] Compiling Vapor Validatable.swift
[2396/2472] Compiling Vapor Validation.swift
[2397/2472] Compiling Vapor ValidationKey.swift
[2398/2472] Compiling Vapor Validations.swift
[2399/2472] Compiling Vapor ValidationsError.swift
[2400/2472] Emitting module Vapor
[2401/2472] Compiling Vapor Service.swift
[2402/2472] Compiling Vapor Application+Sessions.swift
[2403/2472] Compiling Vapor MemorySessions.swift
[2404/2472] Compiling Vapor Request+Session.swift
[2405/2472] Compiling Vapor Session.swift
[2406/2472] Compiling Vapor SessionCache.swift
[2407/2472] Compiling Vapor SessionData.swift
[2408/2472] Compiling Vapor SessionDriver.swift
[2409/2472] Compiling Vapor SessionsConfiguration.swift
[2410/2472] Compiling Vapor SessionsMiddleware.swift
[2411/2472] Compiling Vapor URLEncodedFormData.swift
[2412/2472] Compiling Vapor URLEncodedFormDecoder.swift
[2413/2472] Compiling Vapor URLEncodedFormEncoder.swift
[2414/2472] Compiling Vapor URLEncodedFormError.swift
[2415/2472] Compiling Vapor URLEncodedFormParser.swift
[2416/2472] Compiling Vapor URLEncodedFormSerializer.swift
[2417/2472] Compiling Vapor URLQueryFragmentConvertible.swift
[2418/2472] Compiling Vapor AnyResponse.swift
[2419/2472] Compiling Vapor Array+Random.swift
[2420/2472] Compiling Vapor Base32.swift
[2421/2472] Compiling Vapor Base64.swift
[2422/2472] Compiling Vapor BaseN.swift
[2423/2472] Compiling Vapor BasicCodingKey.swift
[2424/2472] Compiling Vapor ByteCount.swift
[2425/2472] Compiling Vapor Application.swift
[2426/2472] Compiling Vapor AuthenticationCache.swift
[2427/2472] Compiling Vapor Authenticator.swift
[2428/2472] Compiling Vapor BasicAuthorization.swift
[2429/2472] Compiling Vapor BearerAuthorization.swift
[2430/2472] Compiling Vapor GuardMiddleware.swift
[2431/2472] Compiling Vapor RedirectMiddleware.swift
[2432/2472] Compiling Vapor SessionAuthenticatable.swift
[2433/2472] Compiling Vapor Bcrypt.swift
[2434/2472] Compiling Vapor Application+Cache.swift
[2435/2472] Compiling Vapor Cache.swift
[2436/2472] Compiling Vapor CacheExpirationTime.swift
[2437/2472] Compiling Vapor MemoryCache.swift
[2438/2472] Compiling Vapor Request+Cache.swift
[2439/2472] Compiling Vapor Application+Clients.swift
[2440/2472] Compiling Vapor Client.swift
[2441/2472] Compiling Vapor ClientRequest.swift
[2442/2472] Compiling Vapor ClientResponse.swift
[2443/2472] Compiling Vapor Request+Client.swift
[2444/2472] Compiling Vapor BootCommand.swift
[2445/2472] Compiling Vapor CommandContext+Application.swift
[2446/2472] Compiling Vapor RoutesCommand.swift
[2447/2472] Compiling Vapor ServeCommand.swift
[2448/2472] Compiling Vapor AnyResponse+Concurrency.swift
[2449/2472] Compiling Vapor HTTPStatus.swift
[2450/2472] Compiling Vapor HTTPCookies.swift
[2451/2472] Compiling Vapor HTTPHeaderCacheControl.swift
[2452/2472] Compiling Vapor HTTPHeaderExpires.swift
[2453/2472] Compiling Vapor HTTPHeaderLastModified.swift
[2454/2472] Compiling Vapor HTTPHeaders+Cache.swift
[2455/2472] Compiling Vapor HTTPHeaders+Connection.swift
[2456/2472] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2457/2472] Compiling Vapor HTTPHeaders+ContentRange.swift
[2458/2472] Compiling Vapor HTTPHeaders+Directive.swift
[2459/2472] Compiling Vapor HTTPHeaders+Forwarded.swift
[2460/2472] Compiling Vapor HTTPHeaders+Link.swift
[2461/2472] Compiling Vapor HTTPHeaders+Name.swift
[2462/2472] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2463/2472] Compiling Vapor HTTPHeaders.swift
[2464/2472] Compiling Vapor HTTPMediaType.swift
[2465/2472] Compiling Vapor HTTPMediaTypePreference.swift
[2466/2472] Compiling Vapor Responder.swift
[2467/2472] Compiling Vapor Application+HTTP+Server.swift
[2468/2472] Compiling Vapor HTTPServer.swift
[2469/2472] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2470/2472] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2471/2472] Compiling Vapor HTTPServerHandler.swift
[2472/2472] Compiling Vapor HTTPServerRequestDecoder.swift
[2474/2478] Compiling MongoDBVapor MongoDBVaporVersion.swift
[2475/2478] Compiling MongoDBVapor MongoDB+Content.swift
/host/spi-builder-workspace/Sources/MongoDBVapor/MongoDB+Content.swift:8:1: warning: extension declares a conformance of imported type 'ExtendedJSONEncoder' to imported protocols 'ContentEncoder', 'Sendable'; this will not behave correctly if the owners of 'SwiftBSON' introduce this conformance in the future
 6 | // structs which does not currently support encoding/decoding via `JSONEncoder`/`JSONDecoder`.
 7 |
 8 | extension ExtendedJSONEncoder: ContentEncoder {
   | |- warning: extension declares a conformance of imported type 'ExtendedJSONEncoder' to imported protocols 'ContentEncoder', 'Sendable'; this will not behave correctly if the owners of 'SwiftBSON' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public func encode<E>(_ encodable: E, to body: inout ByteBuffer, headers: inout HTTPHeaders) throws
10 |         where E: Encodable
/host/spi-builder-workspace/Sources/MongoDBVapor/MongoDB+Content.swift:8:1: warning: conformance to 'Sendable' must occur in the same source file as class 'ExtendedJSONEncoder'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
 6 | // structs which does not currently support encoding/decoding via `JSONEncoder`/`JSONDecoder`.
 7 |
 8 | extension ExtendedJSONEncoder: ContentEncoder {
   | `- warning: conformance to 'Sendable' must occur in the same source file as class 'ExtendedJSONEncoder'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
 9 |     public func encode<E>(_ encodable: E, to body: inout ByteBuffer, headers: inout HTTPHeaders) throws
10 |         where E: Encodable
/host/spi-builder-workspace/.build/checkouts/swift-bson/Sources/SwiftBSON/ExtendedJSONEncoder.swift:31:16: warning: stored property 'format' of 'Sendable'-conforming class 'ExtendedJSONEncoder' is mutable; this is an error in the Swift 6 language mode
29 |
30 |     /// Determines whether to encode to canonical or relaxed extended JSON. Default is relaxed.
31 |     public var format: Format = .relaxed
   |                `- warning: stored property 'format' of 'Sendable'-conforming class 'ExtendedJSONEncoder' is mutable; this is an error in the Swift 6 language mode
32 |
33 |     /// Contextual user-provided information for use during encoding.
/host/spi-builder-workspace/Sources/MongoDBVapor/MongoDB+Content.swift:18:1: warning: extension declares a conformance of imported type 'ExtendedJSONDecoder' to imported protocols 'ContentDecoder', 'Sendable'; this will not behave correctly if the owners of 'SwiftBSON' introduce this conformance in the future
16 | }
17 |
18 | extension ExtendedJSONDecoder: ContentDecoder {
   | |- warning: extension declares a conformance of imported type 'ExtendedJSONDecoder' to imported protocols 'ContentDecoder', 'Sendable'; this will not behave correctly if the owners of 'SwiftBSON' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 |     public func decode<D>(_: D.Type, from body: ByteBuffer, headers _: HTTPHeaders) throws -> D
20 |         where D: Decodable
/host/spi-builder-workspace/Sources/MongoDBVapor/MongoDB+Content.swift:18:1: warning: conformance to 'Sendable' must occur in the same source file as class 'ExtendedJSONDecoder'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
16 | }
17 |
18 | extension ExtendedJSONDecoder: ContentDecoder {
   | `- warning: conformance to 'Sendable' must occur in the same source file as class 'ExtendedJSONDecoder'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
19 |     public func decode<D>(_: D.Type, from body: ByteBuffer, headers _: HTTPHeaders) throws -> D
20 |         where D: Decodable
/host/spi-builder-workspace/.build/checkouts/swift-bson/Sources/SwiftBSON/ExtendedJSONDecoder.swift:51:16: warning: stored property 'userInfo' of 'Sendable'-conforming class 'ExtendedJSONDecoder' is mutable; this is an error in the Swift 6 language mode
 49 |
 50 |     /// Contextual user-provided information for use during decoding.
 51 |     public var userInfo: [CodingUserInfoKey: Any] = [:]
    |                `- warning: stored property 'userInfo' of 'Sendable'-conforming class 'ExtendedJSONDecoder' is mutable; this is an error in the Swift 6 language mode
 52 |
 53 |     /// Initialize an `ExtendedJSONDecoder`.
/host/spi-builder-workspace/Sources/MongoDBVapor/MongoDB+Content.swift:28:1: warning: extension declares a conformance of imported type 'BSONDocument' to imported protocols 'Content', 'Sendable', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'SwiftBSON' introduce this conformance in the future
26 | /// Enables `BSONDocument` to be used as a `Content` type when `ExtendedJSONEncoder`/`ExtendedJSONDecoder` are set as
27 | /// the default JSON encoder/decoder for the application.
28 | extension BSONDocument: Content {}
   | |- warning: extension declares a conformance of imported type 'BSONDocument' to imported protocols 'Content', 'Sendable', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'SwiftBSON' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |
/host/spi-builder-workspace/Sources/MongoDBVapor/MongoDB+Content.swift:28:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'BSONDocument'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
26 | /// Enables `BSONDocument` to be used as a `Content` type when `ExtendedJSONEncoder`/`ExtendedJSONDecoder` are set as
27 | /// the default JSON encoder/decoder for the application.
28 | extension BSONDocument: Content {}
   | `- warning: conformance to 'Sendable' must occur in the same source file as struct 'BSONDocument'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
29 |
[2476/2478] Compiling MongoDBVapor Exports.swift
[2477/2478] Compiling MongoDBVapor MongoDBVapor.swift
/host/spi-builder-workspace/Sources/MongoDBVapor/MongoDBVapor.swift:36:24: warning: type 'Application.MongoDB.MongoClientKey.Value' (aka 'MongoClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 34 |     /// A type providing access to MongoDB APIs for use at the `Application` level.
 35 |     public struct MongoDB {
 36 |         private struct MongoClientKey: StorageKey {
    |                        `- warning: type 'Application.MongoDB.MongoClientKey.Value' (aka 'MongoClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 37 |             typealias Value = MongoClient
 38 |         }
/host/spi-builder-workspace/.build/checkouts/mongo-swift-driver/Sources/MongoSwift/MongoClient.swift:259:14: note: class 'MongoClient' does not conform to the 'Sendable' protocol
257 | // sourcery: skipSyncExport
258 | /// A MongoDB Client providing an asynchronous, SwiftNIO-based API.
259 | public class MongoClient {
    |              `- note: class 'MongoClient' does not conform to the 'Sendable' protocol
260 |     /// The pool of connections backing this client.
261 |     internal let connectionPool: ConnectionPool
/host/spi-builder-workspace/Sources/MongoDBVapor/MongoDBVapor.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoSwift'
  1 | import MongoSwift
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoSwift'
  2 | import Vapor
  3 |
[2478/2478] Emitting module MongoDBVapor
/host/spi-builder-workspace/Sources/MongoDBVapor/MongoDB+Content.swift:8:1: warning: extension declares a conformance of imported type 'ExtendedJSONEncoder' to imported protocols 'ContentEncoder', 'Sendable'; this will not behave correctly if the owners of 'SwiftBSON' introduce this conformance in the future
 6 | // structs which does not currently support encoding/decoding via `JSONEncoder`/`JSONDecoder`.
 7 |
 8 | extension ExtendedJSONEncoder: ContentEncoder {
   | |- warning: extension declares a conformance of imported type 'ExtendedJSONEncoder' to imported protocols 'ContentEncoder', 'Sendable'; this will not behave correctly if the owners of 'SwiftBSON' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public func encode<E>(_ encodable: E, to body: inout ByteBuffer, headers: inout HTTPHeaders) throws
10 |         where E: Encodable
/host/spi-builder-workspace/Sources/MongoDBVapor/MongoDB+Content.swift:8:1: warning: conformance to 'Sendable' must occur in the same source file as class 'ExtendedJSONEncoder'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
 6 | // structs which does not currently support encoding/decoding via `JSONEncoder`/`JSONDecoder`.
 7 |
 8 | extension ExtendedJSONEncoder: ContentEncoder {
   | `- warning: conformance to 'Sendable' must occur in the same source file as class 'ExtendedJSONEncoder'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
 9 |     public func encode<E>(_ encodable: E, to body: inout ByteBuffer, headers: inout HTTPHeaders) throws
10 |         where E: Encodable
/host/spi-builder-workspace/.build/checkouts/swift-bson/Sources/SwiftBSON/ExtendedJSONEncoder.swift:31:16: warning: stored property 'format' of 'Sendable'-conforming class 'ExtendedJSONEncoder' is mutable; this is an error in the Swift 6 language mode
29 |
30 |     /// Determines whether to encode to canonical or relaxed extended JSON. Default is relaxed.
31 |     public var format: Format = .relaxed
   |                `- warning: stored property 'format' of 'Sendable'-conforming class 'ExtendedJSONEncoder' is mutable; this is an error in the Swift 6 language mode
32 |
33 |     /// Contextual user-provided information for use during encoding.
/host/spi-builder-workspace/Sources/MongoDBVapor/MongoDB+Content.swift:18:1: warning: extension declares a conformance of imported type 'ExtendedJSONDecoder' to imported protocols 'ContentDecoder', 'Sendable'; this will not behave correctly if the owners of 'SwiftBSON' introduce this conformance in the future
16 | }
17 |
18 | extension ExtendedJSONDecoder: ContentDecoder {
   | |- warning: extension declares a conformance of imported type 'ExtendedJSONDecoder' to imported protocols 'ContentDecoder', 'Sendable'; this will not behave correctly if the owners of 'SwiftBSON' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 |     public func decode<D>(_: D.Type, from body: ByteBuffer, headers _: HTTPHeaders) throws -> D
20 |         where D: Decodable
/host/spi-builder-workspace/Sources/MongoDBVapor/MongoDB+Content.swift:18:1: warning: conformance to 'Sendable' must occur in the same source file as class 'ExtendedJSONDecoder'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
16 | }
17 |
18 | extension ExtendedJSONDecoder: ContentDecoder {
   | `- warning: conformance to 'Sendable' must occur in the same source file as class 'ExtendedJSONDecoder'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
19 |     public func decode<D>(_: D.Type, from body: ByteBuffer, headers _: HTTPHeaders) throws -> D
20 |         where D: Decodable
/host/spi-builder-workspace/.build/checkouts/swift-bson/Sources/SwiftBSON/ExtendedJSONDecoder.swift:51:16: warning: stored property 'userInfo' of 'Sendable'-conforming class 'ExtendedJSONDecoder' is mutable; this is an error in the Swift 6 language mode
 49 |
 50 |     /// Contextual user-provided information for use during decoding.
 51 |     public var userInfo: [CodingUserInfoKey: Any] = [:]
    |                `- warning: stored property 'userInfo' of 'Sendable'-conforming class 'ExtendedJSONDecoder' is mutable; this is an error in the Swift 6 language mode
 52 |
 53 |     /// Initialize an `ExtendedJSONDecoder`.
/host/spi-builder-workspace/Sources/MongoDBVapor/MongoDB+Content.swift:28:1: warning: extension declares a conformance of imported type 'BSONDocument' to imported protocols 'Content', 'Sendable', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'SwiftBSON' introduce this conformance in the future
26 | /// Enables `BSONDocument` to be used as a `Content` type when `ExtendedJSONEncoder`/`ExtendedJSONDecoder` are set as
27 | /// the default JSON encoder/decoder for the application.
28 | extension BSONDocument: Content {}
   | |- warning: extension declares a conformance of imported type 'BSONDocument' to imported protocols 'Content', 'Sendable', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'SwiftBSON' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |
/host/spi-builder-workspace/Sources/MongoDBVapor/MongoDB+Content.swift:28:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'BSONDocument'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
26 | /// Enables `BSONDocument` to be used as a `Content` type when `ExtendedJSONEncoder`/`ExtendedJSONDecoder` are set as
27 | /// the default JSON encoder/decoder for the application.
28 | extension BSONDocument: Content {}
   | `- warning: conformance to 'Sendable' must occur in the same source file as struct 'BSONDocument'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
29 |
/host/spi-builder-workspace/Sources/MongoDBVapor/MongoDBVapor.swift:36:24: warning: type 'Application.MongoDB.MongoClientKey.Value' (aka 'MongoClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 34 |     /// A type providing access to MongoDB APIs for use at the `Application` level.
 35 |     public struct MongoDB {
 36 |         private struct MongoClientKey: StorageKey {
    |                        `- warning: type 'Application.MongoDB.MongoClientKey.Value' (aka 'MongoClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 37 |             typealias Value = MongoClient
 38 |         }
/host/spi-builder-workspace/.build/checkouts/mongo-swift-driver/Sources/MongoSwift/MongoClient.swift:259:14: note: class 'MongoClient' does not conform to the 'Sendable' protocol
257 | // sourcery: skipSyncExport
258 | /// A MongoDB Client providing an asynchronous, SwiftNIO-based API.
259 | public class MongoClient {
    |              `- note: class 'MongoClient' does not conform to the 'Sendable' protocol
260 |     /// The pool of connections backing this client.
261 |     internal let connectionPool: ConnectionPool
/host/spi-builder-workspace/Sources/MongoDBVapor/MongoDBVapor.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoSwift'
  1 | import MongoSwift
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoSwift'
  2 | import Vapor
  3 |
Build complete! (451.71s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "mongo-swift-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mongodb/mongo-swift-driver"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor"
    }
  ],
  "manifest_display_name" : "mongodb-vapor",
  "name" : "mongodb-vapor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "MongoDBVapor",
      "targets" : [
        "MongoDBVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MongoDBVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "MongoDBVaporTests",
      "path" : "Tests/MongoDBVaporTests",
      "product_dependencies" : [
        "Nimble",
        "XCTVapor"
      ],
      "sources" : [
        "MongoDBVaporTests.swift"
      ],
      "target_dependencies" : [
        "MongoDBVapor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MongoDBVapor",
      "module_type" : "SwiftTarget",
      "name" : "MongoDBVapor",
      "path" : "Sources/MongoDBVapor",
      "product_dependencies" : [
        "MongoSwift",
        "Vapor"
      ],
      "product_memberships" : [
        "MongoDBVapor"
      ],
      "sources" : [
        "Exports.swift",
        "MongoDB+Content.swift",
        "MongoDBVapor.swift",
        "MongoDBVaporVersion.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.