The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of fluent-mongo-driver, reference 1.4.0 (79bf35), with Swift 6.1 for Linux on 29 Apr 2025 13:33:05 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/fluent-mongo-driver.git
Reference: 1.4.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor/fluent-mongo-driver
 * tag               1.4.0      -> FETCH_HEAD
HEAD is now at 79bf354 Update For Swift 6 (#61)
Cloned https://github.com/vapor/fluent-mongo-driver.git
Revision (git rev-parse @):
79bf35430e72e4290b3d08ac1eb8784d4e389c32
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/fluent-mongo-driver.git at 1.4.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/fluent-mongo-driver.git
https://github.com/vapor/fluent-mongo-driver.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "fluent-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.49.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-kit.git"
    },
    {
      "identity" : "mongokitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.7.13",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/orlandos-nl/MongoKitten.git"
    },
    {
      "identity" : "dnsclient",
      "requirement" : {
        "exact" : [
          "2.3.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/orlandos-nl/DNSClient.git"
    }
  ],
  "manifest_display_name" : "fluent-mongo-driver",
  "name" : "fluent-mongo-driver",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FluentMongoDriver",
      "targets" : [
        "FluentMongoDriver"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FluentMongoDriverTests",
      "module_type" : "SwiftTarget",
      "name" : "FluentMongoDriverTests",
      "path" : "Tests/FluentMongoDriverTests",
      "product_dependencies" : [
        "FluentBenchmark"
      ],
      "sources" : [
        "FluentMongoDriverTests.swift"
      ],
      "target_dependencies" : [
        "FluentMongoDriver"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FluentMongoDriver",
      "module_type" : "SwiftTarget",
      "name" : "FluentMongoDriver",
      "path" : "Sources/FluentMongoDriver",
      "product_dependencies" : [
        "FluentKit",
        "MongoKitten",
        "DNSClient"
      ],
      "product_memberships" : [
        "FluentMongoDriver"
      ],
      "sources" : [
        "ChangeStream.swift",
        "DatabaseQuery+Mongo.swift",
        "DatabaseValue+Mongo.swift",
        "Document+DatabaseOutput.swift",
        "Errors.swift",
        "Exports.swift",
        "FieldKey+Mongo.swift",
        "Filter.swift",
        "GridFS.swift",
        "MongoDB+Aggregate.swift",
        "MongoDB+Create.swift",
        "MongoDB+DatabaseRow.swift",
        "MongoDB+Delete.swift",
        "MongoDB+Join.swift",
        "MongoDB+Read.swift",
        "MongoDB+Schema.swift",
        "MongoDB+Transaction.swift",
        "MongoDB+Update.swift",
        "MongoDB.swift",
        "ObjectId+RandomGeneratable.swift",
        "Sort.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/fluent-kit.git
Fetching https://github.com/orlandos-nl/MongoKitten.git
Fetching https://github.com/orlandos-nl/DNSClient.git
[1/1144] Fetching dnsclient
[196/15370] Fetching dnsclient, mongokitten
[2107/28614] Fetching dnsclient, mongokitten, fluent-kit
Fetched https://github.com/orlandos-nl/DNSClient.git from cache (0.48s)
[8840/27470] Fetching mongokitten, fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (1.26s)
Fetched https://github.com/orlandos-nl/MongoKitten.git from cache (1.27s)
Computing version for https://github.com/orlandos-nl/DNSClient.git
Computed https://github.com/orlandos-nl/DNSClient.git at 2.3.0 (5.27s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
[1/75527] Fetching swift-nio
[44562/78146] Fetching swift-nio, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (7.27s)
Fetched https://github.com/apple/swift-nio.git from cache (7.42s)
Computing version for https://github.com/orlandos-nl/MongoKitten.git
Computed https://github.com/orlandos-nl/MongoKitten.git at 6.7.15 (8.33s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/orlandos-nl/BSON.git
[1/6004] Fetching bson
[62/8210] Fetching bson, swift-metrics
[747/12046] Fetching bson, swift-metrics, swift-log
[12047/26839] Fetching bson, swift-metrics, swift-log, swift-nio-ssl
Fetched https://github.com/orlandos-nl/BSON.git from cache (0.85s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.85s)
Fetched https://github.com/apple/swift-log.git from cache (0.85s)
[1924/14793] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.74s)
Computing version for https://github.com/orlandos-nl/BSON.git
Computed https://github.com/orlandos-nl/BSON.git at 7.0.31 (6.21s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.1 (0.96s)
Fetching https://github.com/vapor/sql-kit.git
[1/5983] Fetching sql-kit
Fetched https://github.com/vapor/sql-kit.git from cache (0.56s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.34s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.86s)
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (4.89s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (6.14s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
[240/6069] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.71s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.70s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.60s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.79s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.21s)
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.83s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.97s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.02s)
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/orlandos-nl/BSON.git
Working copy of https://github.com/orlandos-nl/BSON.git resolved at 7.0.31
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.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/orlandos-nl/DNSClient.git
Working copy of https://github.com/orlandos-nl/DNSClient.git resolved at 2.3.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/orlandos-nl/MongoKitten.git
Working copy of https://github.com/orlandos-nl/MongoKitten.git resolved at 6.7.15
Building for debugging...
[0/443] Write sources
[22/443] Compiling CNIOWindows shim.c
[22/443] Compiling CNIOWASI CNIOWASI.c
[24/443] Write sources
[32/443] Compiling CNIOLinux liburing_shims.c
[33/443] Compiling CNIODarwin shim.c
[34/443] Compiling CNIOWindows WSAStartup.c
[35/443] Compiling _AtomicsShims.c
[36/443] Compiling CNIOLinux shim.c
[37/443] Compiling fiat_p256_adx_sqr.S
[38/443] Compiling fiat_curve25519_adx_square.S
[39/443] Compiling fiat_p256_adx_mul.S
[40/443] Compiling fiat_curve25519_adx_mul.S
[41/443] Write swift-version-24593BA9C3E375BF.txt
[42/443] Compiling CNIOBoringSSLShims shims.c
[43/447] Compiling tls13_enc.cc
[44/447] Compiling tls13_server.cc
[45/449] Compiling dtls_method.cc
[46/449] Compiling tls_method.cc
[47/479] Compiling tls_record.cc
[49/479] Emitting module InternalCollectionsUtilities
[49/481] Compiling tls13_both.cc
[50/484] Compiling tls13_client.cc
[51/484] Compiling t1_enc.cc
[52/484] Compiling ssl_versions.cc
[53/484] Compiling ssl_x509.cc
[55/484] Compiling Logging LogHandler.swift
[56/484] Emitting module _MongoKittenCrypto
[57/485] Compiling _MongoKittenCrypto MD5.swift
[58/485] Compiling _MongoKittenCrypto HMAC.swift
[59/485] Compiling CoreMetrics Metrics.swift
[60/485] Compiling InternalCollectionsUtilities _SortedCollection.swift
[61/485] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[62/485] Compiling InternalCollectionsUtilities Debugging.swift
[63/485] Compiling InternalCollectionsUtilities Descriptions.swift
[64/485] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[65/485] Compiling InternalCollectionsUtilities Specialize.swift
[66/485] Compiling _NIODataStructures _TinyArray.swift
[67/485] Compiling _NIODataStructures PriorityQueue.swift
[68/485] Emitting module _NIOBase64
[69/485] Compiling _NIOBase64 Base64.swift
[70/486] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/486] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[72/486] Compiling InternalCollectionsUtilities UInt+reversed.swift
[73/486] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[74/486] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[75/486] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[76/486] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[77/486] Compiling InternalCollectionsUtilities Integer rank.swift
[78/486] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[79/486] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[80/486] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[81/486] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[83/487] Compiling _MongoKittenCrypto SHA1.swift
[85/555] Emitting module CoreMetrics
[86/555] Compiling CoreMetrics Locks.swift
[87/556] Emitting module _NIODataStructures
[88/556] Compiling _NIODataStructures Heap.swift
[89/557] Compiling Logging MetadataProvider.swift
[89/557] Compiling ssl_transcript.cc
[91/557] Compiling Logging Logging.swift
[93/557] Emitting module Logging
[94/557] Compiling Logging Locks.swift
[95/558] Compiling _MongoKittenCrypto SHA256.swift
[98/621] Compiling _MongoKittenCrypto Hash.swift
[99/622] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[100/622] Compiling _MongoKittenCrypto PBKDF2.swift
[101/622] Compiling _MongoKittenCrypto Hex.swift
[102/622] Compiling _MongoKittenCrypto MongoDB-CR.swift
[103/623] Emitting module HeapModule
[104/623] Compiling HeapModule _HeapNode.swift
[105/624] Emitting module Metrics
[106/699] Compiling ssl_session.cc
[108/699] Compiling HeapModule Heap.swift
[109/699] Compiling Metrics Metrics.swift
[110/700] Compiling HashTreeCollections TreeDictionary+Merge.swift
[111/700] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[112/700] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[113/700] Compiling HashTreeCollections TreeDictionary+Values.swift
[114/700] Compiling HashTreeCollections _HashTreeIterator.swift
[115/700] Compiling HashTreeCollections _HashTreeStatistics.swift
[116/700] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[117/722] Compiling HashTreeCollections TreeSet+Hashable.swift
[118/722] Compiling HashTreeCollections TreeSet+Sendable.swift
[119/722] Compiling HashTreeCollections TreeSet+Sequence.swift
[120/722] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[121/722] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[122/722] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[123/722] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[124/722] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[125/722] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[126/722] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[127/722] Compiling HashTreeCollections _RawHashNode.swift
[128/722] Compiling HashTreeCollections _UnmanagedHashNode.swift
[129/722] Compiling HashTreeCollections _UnsafePath.swift
[130/722] Compiling HashTreeCollections TreeDictionary+Codable.swift
[131/722] Compiling HashTreeCollections TreeDictionary+Collection.swift
[132/722] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[133/722] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[134/732] Compiling HeapModule Heap+Invariants.swift
[135/732] Compiling HeapModule Heap+Descriptions.swift
[136/732] Compiling HeapModule Heap+UnsafeHandle.swift
[138/733] Compiling ssl_stat.cc
[140/733] Compiling DequeModule Deque+CustomReflectable.swift
[141/733] Compiling DequeModule Deque+Descriptions.swift
[142/735] Compiling DequeModule _DequeBuffer.swift
[143/735] Compiling DequeModule _DequeBufferHeader.swift
[144/735] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[145/735] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[146/735] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[147/735] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[148/735] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[149/735] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[150/735] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[151/735] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[152/735] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[153/735] Compiling HashTreeCollections TreeSet.swift
[154/735] Compiling DequeModule Deque+Testing.swift
[155/735] Compiling DequeModule Deque._Storage.swift
[158/735] Compiling DequeModule Deque._UnsafeHandle.swift
[159/735] Compiling DequeModule Deque.swift
[160/735] Compiling DequeModule _DequeSlot.swift
[161/735] Compiling DequeModule _UnsafeWrappedBuffer.swift
[162/735] Compiling HashTreeCollections _Bucket.swift
[163/735] Compiling HashTreeCollections _Hash.swift
[164/735] Compiling HashTreeCollections _HashLevel.swift
[165/735] Compiling HashTreeCollections _HashNode+Builder.swift
[166/735] Compiling HashTreeCollections _HashNode+Debugging.swift
[167/735] Compiling HashTreeCollections _HashNode+Initializers.swift
[168/735] Compiling HashTreeCollections _HashNode+Invariants.swift
[169/735] Compiling HashTreeCollections _HashNode+Lookups.swift
[170/735] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[171/735] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[172/735] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[173/735] Compiling HashTreeCollections TreeDictionary+Filter.swift
[174/735] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[175/735] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[176/735] Compiling HashTreeCollections TreeDictionary+Keys.swift
[177/735] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[178/735] Compiling HashTreeCollections _HashSlot.swift
[179/735] Compiling HashTreeCollections _HashStack.swift
[180/735] Compiling HashTreeCollections _AncestorHashSlots.swift
[181/735] Compiling HashTreeCollections _Bitmap.swift
[198/744] Compiling DequeModule Deque+Extras.swift
[199/744] Compiling DequeModule Deque+Hashable.swift
[200/744] Compiling DequeModule Deque+Equatable.swift
[201/744] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[204/744] Compiling OrderedCollections OrderedSet+SubSequence.swift
[205/744] Compiling OrderedCollections OrderedSet+Testing.swift
[206/744] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[207/744] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[208/744] Compiling OrderedCollections OrderedSet.swift
[209/744] Compiling OrderedCollections _UnsafeBitset.swift
[210/744] Compiling HashTreeCollections TreeSet+Equatable.swift
[211/744] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[212/744] Compiling HashTreeCollections TreeSet+Extras.swift
[213/744] Compiling HashTreeCollections TreeSet+Filter.swift
[214/744] Emitting module OrderedCollections
[218/744] Compiling ssl_lib.cc
[222/744] Compiling DequeModule Deque+Codable.swift
[223/744] Compiling DequeModule Deque+Collection.swift
[228/744] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[229/744] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[230/744] Compiling HashTreeCollections _HashNode.swift
[231/744] Compiling HashTreeCollections _HashNodeHeader.swift
[257/744] Compiling OrderedCollections OrderedSet+Sendable.swift
[286/744] Emitting module _RopeModule
[299/744] Emitting module DequeModule
[300/745] Compiling ssl_key_share.cc
[309/746] Compiling ssl_cipher.cc
[310/746] Compiling ssl_privkey.cc
[311/746] Compiling ssl_file.cc
[345/746] Compiling ssl_asn1.cc
[347/746] Compiling _RopeModule Rope+Join.swift
[348/746] Compiling _RopeModule Rope+MutatingForEach.swift
[349/746] Compiling _RopeModule Rope+Remove.swift
[350/746] Compiling _RopeModule Rope+RemoveSubrange.swift
[351/746] Compiling _RopeModule Rope+Split.swift
[352/746] Compiling _RopeModule Optional Utilities.swift
[353/746] Compiling _RopeModule String Utilities.swift
[354/746] Compiling _RopeModule String.Index+ABI.swift
[355/746] Compiling _RopeModule _CharacterRecognizer.swift
[355/746] Compiling ssl_credential.cc
[356/746] Compiling ssl_buffer.cc
[367/747] Compiling ssl_aead_ctx.cc
[368/747] Compiling ssl_cert.cc
[369/747] Compiling s3_both.cc
[370/747] Compiling s3_lib.cc
[372/747] Emitting module HashTreeCollections
[372/748] Compiling s3_pkt.cc
[374/748] Compiling extensions.cc
[375/748] Compiling handshake_server.cc
[376/748] Compiling handshake_client.cc
[377/748] Compiling handshake.cc
[378/748] Compiling bio_ssl.cc
[379/748] Compiling md5-x86_64-linux.S
[380/748] Compiling md5-x86_64-apple.S
[381/748] Compiling md5-586-linux.S
[382/748] Compiling md5-586-apple.S
[383/748] Compiling handoff.cc
[384/748] Compiling err_data.cc
[385/748] Compiling chacha20_poly1305_x86_64-linux.S
[386/748] Compiling chacha20_poly1305_x86_64-apple.S
[387/748] Compiling chacha20_poly1305_armv8-win.S
[388/748] Compiling chacha20_poly1305_armv8-linux.S
[389/748] Compiling encrypted_client_hello.cc
[390/748] Compiling chacha20_poly1305_armv8-apple.S
[391/748] Compiling chacha-x86_64-linux.S
[392/748] Compiling chacha-x86_64-apple.S
[393/748] Compiling dtls_record.cc
[394/748] Compiling chacha-x86-linux.S
[395/748] Compiling d1_srtp.cc
[396/748] Compiling chacha-armv8-linux.S
[397/748] Compiling chacha-x86-apple.S
[398/748] Compiling chacha-armv8-apple.S
[399/748] Compiling chacha-armv4-linux.S
[400/748] Compiling chacha-armv8-win.S
[401/748] Compiling aes128gcmsiv-x86_64-apple.S
[402/748] Compiling x86_64-mont5-linux.S
[403/748] Compiling aes128gcmsiv-x86_64-linux.S
[404/748] Compiling x86_64-mont-linux.S
[405/748] Compiling x86_64-mont5-apple.S
[406/748] Compiling d1_both.cc
[407/748] Compiling x86_64-mont-apple.S
[408/748] Compiling x86-mont-apple.S
[409/748] Compiling x86-mont-linux.S
[410/748] Compiling vpaes-x86_64-apple.S
[411/748] Compiling vpaes-x86-apple.S
[412/748] Compiling vpaes-x86-linux.S
[413/748] Compiling vpaes-armv8-linux.S
[414/748] Compiling vpaes-x86_64-linux.S
[415/748] Compiling vpaes-armv8-win.S
[416/748] Compiling vpaes-armv7-linux.S
[417/748] Compiling sha512-x86_64-linux.S
[417/748] Compiling sha512-x86_64-apple.S
[417/748] Compiling vpaes-armv8-apple.S
[420/748] Compiling sha512-armv8-linux.S
[421/748] Compiling sha512-armv8-win.S
[422/748] Compiling sha512-armv8-apple.S
[423/748] Compiling sha512-586-linux.S
[424/748] Compiling sha512-armv4-linux.S
[425/748] Compiling sha512-586-apple.S
[426/748] Compiling sha256-armv8-win.S
[427/748] Compiling sha256-x86_64-apple.S
[428/748] Compiling sha256-armv8-apple.S
[429/748] Compiling sha256-armv4-linux.S
[430/748] Compiling sha256-x86_64-linux.S
[431/748] Compiling sha256-586-apple.S
[432/748] Compiling sha256-armv8-linux.S
[433/748] Compiling sha256-586-linux.S
[434/748] Compiling sha1-armv8-linux.S
[435/748] Compiling sha1-x86_64-apple.S
[436/748] Compiling sha1-armv8-win.S
[437/748] Compiling sha1-armv8-apple.S
[438/748] Compiling d1_pkt.cc
[439/748] Compiling sha1-586-apple.S
[440/748] Compiling sha1-x86_64-linux.S
[441/748] Compiling sha1-armv4-large-linux.S
[442/748] Compiling rsaz-avx2-linux.S
[443/748] Compiling sha1-586-linux.S
[444/748] Compiling rsaz-avx2-apple.S
[445/748] Compiling rdrand-x86_64-linux.S
[446/748] Compiling rdrand-x86_64-apple.S
[447/748] Compiling p256_beeu-armv8-asm-linux.S
[448/748] Compiling p256_beeu-x86_64-asm-linux.S
[449/748] Compiling d1_lib.cc
[450/748] Compiling p256-x86_64-asm-apple.S
[451/748] Compiling p256_beeu-armv8-asm-win.S
[452/748] Compiling p256_beeu-x86_64-asm-apple.S
[453/748] Compiling p256-armv8-asm-win.S
[454/748] Compiling p256-armv8-asm-linux.S
[455/748] Compiling p256-x86_64-asm-linux.S
[456/748] Compiling p256_beeu-armv8-asm-apple.S
[457/748] Compiling ghashv8-armv8-linux.S
[458/748] Compiling p256-armv8-asm-apple.S
[459/748] Compiling ghashv8-armv8-win.S
[460/748] Compiling ghashv8-armv7-linux.S
[461/748] Compiling ghashv8-armv8-apple.S
[462/748] Compiling ghash-x86_64-apple.S
[463/748] Compiling ghash-x86_64-linux.S
[464/748] Compiling ghash-x86-apple.S
[465/748] Compiling ghash-x86-linux.S
[466/748] Compiling ghash-ssse3-x86_64-apple.S
[467/748] Compiling ghash-ssse3-x86_64-linux.S
[468/748] Compiling ghash-ssse3-x86-linux.S
[469/748] Compiling ghash-neon-armv8-win.S
[470/748] Compiling ghash-neon-armv8-linux.S
[471/748] Compiling ghash-ssse3-x86-apple.S
[472/748] Compiling ghash-armv4-linux.S
[473/748] Compiling ghash-neon-armv8-apple.S
[474/748] Compiling co-586-linux.S
[475/748] Compiling co-586-apple.S
[476/748] Compiling bsaes-armv7-linux.S
[477/748] Compiling bn-armv8-linux.S
[478/748] Compiling bn-armv8-win.S
[479/748] Compiling bn-armv8-apple.S
[480/748] Compiling armv8-mont-win.S
[481/748] Compiling bn-586-linux.S
[482/748] Compiling bn-586-apple.S
[483/748] Compiling armv8-mont-linux.S
[484/748] Compiling armv8-mont-apple.S
[485/748] Compiling armv4-mont-linux.S
[486/748] Compiling aesv8-gcm-armv8-win.S
[487/748] Compiling aesv8-gcm-armv8-linux.S
[488/748] Compiling aesv8-gcm-armv8-apple.S
[489/748] Compiling aesv8-armv8-win.S
[490/748] Compiling aesv8-armv8-linux.S
[491/748] Compiling aesv8-armv8-apple.S
[492/748] Compiling aesv8-armv7-linux.S
[493/748] Compiling aesni-x86_64-apple.S
[494/748] Compiling aesni-x86-apple.S
[495/748] Compiling aesni-x86-linux.S
[496/748] Compiling aesni-gcm-x86_64-linux.S
[497/748] Compiling aesni-x86_64-linux.S
[498/748] Compiling aes-gcm-avx2-x86_64-linux.S
[499/748] Compiling aes-gcm-avx2-x86_64-apple.S
[500/748] Compiling aesni-gcm-x86_64-apple.S
[501/748] Compiling aes-gcm-avx10-x86_64-linux.S
[502/748] Compiling aes-gcm-avx10-x86_64-apple.S
[503/748] Compiling x_x509a.cc
[504/748] Compiling x_pubkey.cc
[505/748] Compiling x_x509.cc
[506/748] Compiling x_name.cc
[507/748] Compiling x_req.cc
[508/748] Compiling x_sig.cc
[509/748] Compiling x_val.cc
[510/748] Compiling x_spki.cc
[511/748] Compiling x_algor.cc
[512/748] Compiling x_exten.cc
[513/748] Compiling x509_vpm.cc
[514/748] Compiling x_attrib.cc
[515/748] Compiling x_all.cc
[516/748] Compiling x509spki.cc
[517/748] Compiling x509rset.cc
[518/748] Compiling x509_vfy.cc
[519/748] Compiling x509name.cc
[520/748] Compiling x_crl.cc
[521/748] Compiling x509_v3.cc
[522/748] Compiling x509cset.cc
[523/748] Compiling x509_txt.cc
[524/748] Compiling x509_trs.cc
[525/748] Compiling x509_obj.cc
[526/748] Compiling x509_lu.cc
[527/748] Compiling x509_req.cc
[528/748] Compiling x509_set.cc
[529/748] Compiling x509_d2.cc
[530/748] Compiling x509_ext.cc
[531/748] Compiling x509.cc
[532/748] Compiling x509_def.cc
[533/748] Compiling x509_cmp.cc
[534/748] Compiling x509_att.cc
[535/748] Compiling v3_prn.cc
[536/748] Compiling v3_skey.cc
[537/748] Compiling v3_utl.cc
[538/748] Compiling v3_pcons.cc
[539/748] Compiling v3_purp.cc
[540/748] Compiling v3_ncons.cc
[541/748] Compiling v3_pmaps.cc
[542/748] Compiling v3_ocsp.cc
[543/748] Compiling v3_ia5.cc
[544/748] Compiling v3_info.cc
[545/748] Compiling v3_int.cc
[546/748] Compiling v3_lib.cc
[547/748] Compiling v3_enum.cc
[548/748] Compiling v3_extku.cc
[549/748] Compiling v3_genn.cc
[550/748] Compiling v3_cpols.cc
[551/748] Compiling v3_crld.cc
[552/748] Compiling v3_alt.cc
[553/748] Compiling v3_bcons.cc
[554/748] Compiling v3_bitst.cc
[555/748] Compiling v3_akeya.cc
[556/748] Compiling v3_conf.cc
[557/748] Compiling t_x509a.cc
[558/748] Compiling v3_akey.cc
[559/748] Compiling t_req.cc
[560/748] Compiling name_print.cc
[561/748] Compiling t_x509.cc
[562/748] Compiling policy.cc
[563/748] Compiling rsa_pss.cc
[564/748] Compiling t_crl.cc
[565/748] Compiling i2d_pr.cc
[566/748] Compiling by_file.cc
[567/748] Compiling by_dir.cc
[568/748] Compiling voprf.cc
[569/748] Compiling a_sign.cc
[570/748] Compiling a_digest.cc
[571/748] Compiling algorithm.cc
[572/748] Compiling asn1_gen.cc
[573/748] Compiling thread_win.cc
[574/748] Compiling a_verify.cc
[575/748] Compiling trust_token.cc
[576/748] Compiling thread_pthread.cc
[577/748] Compiling thread_none.cc
[578/748] Compiling stack.cc
[579/748] Compiling thread.cc
[580/748] Compiling pmbtoken.cc
[581/748] Compiling sha256.cc
[582/748] Compiling sha512.cc
[583/748] Compiling siphash.cc
[584/748] Compiling spake2plus.cc
[585/748] Compiling rsa_print.cc
[586/748] Compiling slhdsa.cc
[587/748] Compiling sha1.cc
[588/748] Compiling rsa_extra.cc
[589/748] Compiling refcount.cc
[590/748] Compiling rsa_crypt.cc
[591/748] Compiling urandom.cc
[592/748] Compiling rc4.cc
[593/748] Compiling rand.cc
[594/748] Compiling windows.cc
[595/748] Compiling trusty.cc
[596/748] Compiling ios.cc
[597/748] Compiling rsa_asn1.cc
[598/748] Compiling poly1305_arm_asm.S
[599/748] Compiling getentropy.cc
[600/748] Compiling passive.cc
[601/748] Compiling deterministic.cc
[602/748] Compiling forkunsafe.cc
[603/748] Compiling fork_detect.cc
[604/748] Compiling poly1305_arm.cc
[605/748] Compiling poly1305_vec.cc
[606/748] Compiling pool.cc
[607/748] Compiling poly1305.cc
[608/748] Compiling pkcs7.cc
[609/748] Compiling pkcs8_x509.cc
[610/748] Compiling p5_pbev2.cc
[611/748] Compiling pkcs7_x509.cc
[612/748] Compiling pkcs8.cc
[613/748] Compiling pem_x509.cc
[614/748] Compiling pem_pkey.cc
[615/748] Compiling pem_xaux.cc
[616/748] Compiling pem_pk8.cc
[617/748] Compiling pem_lib.cc
[618/748] Compiling pem_oth.cc
[619/748] Compiling pem_info.cc
[620/748] Compiling pem_all.cc
[621/748] Compiling mldsa.cc
[622/748] Compiling mlkem.cc
[623/748] Compiling mem.cc
[624/748] Compiling obj_xref.cc
[625/748] Compiling md4.cc
[626/748] Compiling md5.cc
[627/748] Compiling fips_shared_support.cc
[628/748] Compiling poly_rq_mul.S
[629/748] Compiling obj.cc
[630/748] Compiling lhash.cc
[631/748] Compiling kyber.cc
[632/748] Compiling ex_data.cc
[633/748] Compiling sign.cc
[634/748] Compiling scrypt.cc
[635/748] Compiling hrss.cc
[636/748] Compiling p_x25519.cc
[637/748] Compiling print.cc
[638/748] Compiling pbkdf.cc
[639/748] Compiling hpke.cc
[640/748] Compiling p_rsa_asn1.cc
[641/748] Compiling p_x25519_asn1.cc
[642/748] Compiling p_ed25519.cc
[643/748] Compiling p_rsa.cc
[644/748] Compiling p_hkdf.cc
[645/748] Compiling p_ed25519_asn1.cc
[646/748] Compiling p_dh.cc
[647/748] Compiling p_ec_asn1.cc
[648/748] Compiling p_ec.cc
[649/748] Compiling p_dh_asn1.cc
[650/748] Compiling evp_ctx.cc
[651/748] Compiling evp.cc
[652/748] Compiling p_dsa_asn1.cc
[653/748] Compiling err.cc
[654/748] Compiling ecdh.cc
[655/748] Compiling engine.cc
[656/748] Compiling evp_asn1.cc
[657/748] Compiling hash_to_curve.cc
[658/748] Compiling ec_derive.cc
[659/748] Compiling ecdsa_asn1.cc
[660/748] Compiling params.cc
[661/748] Compiling dsa.cc
[662/748] Compiling ec_asn1.cc
[663/748] Compiling des.cc
[664/748] Compiling dsa_asn1.cc
[665/748] Compiling x25519-asm-arm.S
[666/748] Compiling digest_extra.cc
[667/748] Compiling bcm.cc
[668/748] Compiling spake25519.cc
[669/748] Compiling cpu_arm_linux.cc
[670/748] Compiling crypto.cc
[671/748] Compiling cpu_intel.cc
[672/748] Compiling dh_asn1.cc
[673/748] Compiling curve25519.cc
[674/748] Compiling cpu_arm_freebsd.cc
[675/748] Compiling curve25519_64_adx.cc
[676/748] Compiling cpu_aarch64_sysreg.cc
[677/748] Compiling cpu_aarch64_openbsd.cc
[678/748] Compiling cpu_aarch64_win.cc
[679/748] Compiling cpu_aarch64_linux.cc
[680/748] Compiling cpu_aarch64_fuchsia.cc
[680/748] Compiling cpu_aarch64_apple.cc
[682/748] Compiling tls_cbc.cc
[683/748] Compiling conf.cc
[684/748] Compiling e_rc4.cc
[685/748] Compiling get_cipher.cc
[686/748] Compiling e_tls.cc
[687/748] Compiling e_des.cc
[688/748] Compiling e_rc2.cc
[689/748] Compiling e_null.cc
[689/748] Compiling e_chacha20poly1305.cc
[691/748] Compiling e_aesctrhmac.cc
[692/748] Compiling e_aesgcmsiv.cc
[693/748] Compiling derive_key.cc
[694/748] Compiling chacha.cc
[695/748] Compiling unicode.cc
[696/748] Compiling ber.cc
[697/748] Compiling asn1_compat.cc
[698/748] Compiling cbb.cc
[699/748] Compiling buf.cc
[700/748] Compiling cbs.cc
[701/748] Compiling bn_asn1.cc
[702/748] Compiling convert.cc
[703/748] Compiling blake2.cc
[704/748] Compiling socket_helper.cc
[705/748] Compiling printf.cc
[706/748] Compiling socket.cc
[707/748] Compiling fd.cc
[708/748] Compiling pair.cc
[709/748] Compiling hexdump.cc
[710/748] Compiling file.cc
[711/748] Compiling errno.cc
[712/748] Compiling connect.cc
[713/748] Compiling bio_mem.cc
[714/748] Compiling base64.cc
[715/748] Compiling bio.cc
[716/748] Compiling tasn_typ.cc
[717/748] Compiling tasn_fre.cc
[718/748] Compiling tasn_enc.cc
[719/748] Compiling tasn_new.cc
[720/748] Compiling posix_time.cc
[721/748] Compiling f_string.cc
[722/748] Compiling f_int.cc
[723/748] Compiling tasn_dec.cc
[724/748] Compiling tasn_utl.cc
[725/748] Compiling asn1_par.cc
[726/748] Compiling asn_pack.cc
[727/748] Compiling a_octet.cc
[728/748] Compiling asn1_lib.cc
[729/748] Compiling a_type.cc
[730/748] Compiling a_time.cc
[731/748] Compiling a_utctm.cc
[732/748] Compiling a_strnid.cc
[733/748] Compiling a_strex.cc
[734/748] Compiling a_object.cc
[735/748] Compiling a_i2d_fp.cc
[736/748] Compiling a_mbstr.cc
[737/748] Compiling a_dup.cc
[737/748] Write sources
[741/748] Compiling a_d2i_fp.cc
[742/748] Compiling a_int.cc
[743/757] Compiling a_gentm.cc
[744/820] Compiling a_bitstr.cc
[746/820] Compiling Atomics Primitives.shims.swift
[747/820] Compiling Atomics AtomicInteger.swift
[748/820] Compiling Atomics AtomicOptionalWrappable.swift
[748/822] Compiling a_bool.cc
[750/822] Compiling Atomics UnsafeAtomic.swift
[751/822] Compiling Atomics UnsafeAtomicLazyReference.swift
[752/822] Compiling Atomics ManagedAtomic.swift
[753/822] Compiling Atomics ManagedAtomicLazyReference.swift
[754/822] Compiling Atomics AtomicMemoryOrderings.swift
[755/822] Compiling Atomics DoubleWord.swift
[756/822] Compiling Atomics IntegerOperations.swift
[757/822] Compiling Atomics Unmanaged extensions.swift
[758/822] Compiling BitCollections BitSet+Initializers.swift
[759/822] Compiling BitCollections BitSet+Invariants.swift
[760/822] Compiling BitCollections BitSet+Random.swift
[761/822] Compiling BitCollections BitSet+SetAlgebra basics.swift
[762/822] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[763/822] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[764/822] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[765/829] Compiling Atomics AtomicReference.swift
[766/829] Compiling Atomics AtomicStorage.swift
[767/829] Compiling Atomics AtomicValue.swift
[768/829] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[769/829] Compiling BitCollections BitSet+CustomReflectable.swift
[770/829] Compiling BitCollections BitSet+CustomStringConvertible.swift
[771/829] Compiling BitCollections BitSet+Equatable.swift
[772/829] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[773/829] Compiling BitCollections BitSet+Extras.swift
[774/829] Compiling BitCollections BitSet+Hashable.swift
[775/829] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[776/829] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[777/829] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[778/829] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[779/829] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[780/829] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[781/829] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[782/829] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[783/829] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[784/829] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[785/829] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[786/829] Compiling BitCollections BitSet+SetAlgebra union.swift
[787/829] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[788/829] Compiling BitCollections BitSet.Counted.swift
[789/829] Emitting module BitCollections
[790/829] Compiling Atomics OptionalRawRepresentable.swift
[791/829] Compiling Atomics RawRepresentable.swift
[792/829] Compiling Atomics AtomicBool.swift
[793/829] Compiling Atomics IntegerConformances.swift
[794/829] Compiling Atomics PointerConformances.swift
[795/829] Compiling Atomics Primitives.native.swift
[798/829] Compiling BitCollections BitSet.Index.swift
[799/829] Compiling BitCollections BitSet._UnsafeHandle.swift
[800/829] Compiling BitCollections BitSet.swift
[801/829] Compiling BitCollections Range+Utilities.swift
[802/829] Compiling BitCollections Slice+Utilities.swift
[803/829] Compiling BitCollections UInt+Tricks.swift
[804/829] Compiling BitCollections _Word.swift
[817/829] Compiling BitCollections BitArray._UnsafeHandle.swift
[818/829] Compiling BitCollections BitArray.swift
[819/829] Compiling BitCollections BitSet+BidirectionalCollection.swift
[820/829] Compiling BitCollections BitSet+Codable.swift
[828/830] Emitting module Atomics
[829/831] Compiling c-nioatomics.c
[830/833] Compiling c-atomics.c
[832/833] Compiling Collections Collections.swift
[833/833] Emitting module Collections
[835/840] Compiling NIOConcurrencyHelpers lock.swift
[836/840] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[837/840] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[838/840] Compiling NIOConcurrencyHelpers NIOLock.swift
[839/840] Emitting module NIOConcurrencyHelpers
[840/840] Compiling NIOConcurrencyHelpers atomics.swift
[842/900] Compiling NIOCore MarkedCircularBuffer.swift
[843/900] Compiling NIOCore MulticastChannel.swift
[844/900] Compiling NIOCore NIOAny.swift
[845/900] Compiling NIOCore NIOCloseOnErrorHandler.swift
[846/900] Compiling NIOCore NIOLoopBound.swift
[847/900] Compiling NIOCore NIOScheduledCallback.swift
[848/900] Compiling NIOCore NIOSendable.swift
[849/900] Compiling NIOCore RecvByteBufferAllocator.swift
[850/908] Compiling NIOCore AddressedEnvelope.swift
[851/908] Compiling NIOCore AsyncAwaitSupport.swift
[852/908] Compiling NIOCore AsyncChannel.swift
[853/908] Compiling NIOCore AsyncChannelHandler.swift
[854/908] Compiling NIOCore AsyncChannelInboundStream.swift
[855/908] Compiling NIOCore AsyncChannelOutboundWriter.swift
[856/908] Compiling NIOCore NIOAsyncSequenceProducer.swift
[857/908] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[858/908] Compiling NIOCore NIOAsyncWriter.swift
[859/908] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[860/908] Compiling NIOCore SocketAddresses.swift
[861/908] Compiling NIOCore SocketOptionProvider.swift
[862/908] Compiling NIOCore SystemCallHelpers.swift
[863/908] Compiling NIOCore TimeAmount+Duration.swift
[864/908] Compiling NIOCore TypeAssistedChannelHandler.swift
[865/908] Compiling NIOCore UniversalBootstrapSupport.swift
[866/908] Compiling NIOCore Utilities.swift
[867/908] Compiling NIOCore ChannelPipeline.swift
[868/908] Compiling NIOCore CircularBuffer.swift
[869/908] Compiling NIOCore Codec.swift
[870/908] Compiling NIOCore ConvenienceOptionSupport.swift
[871/908] Compiling NIOCore DeadChannel.swift
[872/908] Compiling NIOCore DispatchQueue+WithFuture.swift
[873/908] Compiling NIOCore EventLoop+Deprecated.swift
[874/908] Compiling NIOCore EventLoop+SerialExecutor.swift
[875/908] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[876/908] Compiling NIOCore BSDSocketAPI.swift
[877/908] Compiling NIOCore ByteBuffer-aux.swift
[878/908] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[879/908] Compiling NIOCore ByteBuffer-conversions.swift
[880/908] Compiling NIOCore ByteBuffer-core.swift
[881/908] Compiling NIOCore ByteBuffer-hex.swift
[882/908] Compiling NIOCore ByteBuffer-int.swift
[883/908] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[884/908] Compiling NIOCore GlobalSingletons.swift
[885/908] Compiling NIOCore IO.swift
[886/908] Compiling NIOCore IOData.swift
[887/908] Compiling NIOCore IPProtocol.swift
[888/908] Compiling NIOCore IntegerBitPacking.swift
[889/908] Compiling NIOCore IntegerTypes.swift
[890/908] Compiling NIOCore Interfaces.swift
[891/908] Compiling NIOCore Linux.swift
[892/908] Compiling NIOCore ByteBuffer-multi-int.swift
[893/908] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[894/908] Compiling NIOCore ByteBuffer-views.swift
[895/908] Compiling NIOCore Channel.swift
[896/908] Compiling NIOCore ChannelHandler.swift
[897/908] Compiling NIOCore ChannelHandlers.swift
[898/908] Compiling NIOCore ChannelInvoker.swift
[899/908] Compiling NIOCore ChannelOption.swift
[900/908] Compiling NIOCore EventLoop.swift
[901/908] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[902/908] Compiling NIOCore EventLoopFuture+Deprecated.swift
[903/908] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[904/908] Compiling NIOCore EventLoopFuture.swift
[905/908] Compiling NIOCore FileDescriptor.swift
[906/908] Compiling NIOCore FileHandle.swift
[907/908] Compiling NIOCore FileRegion.swift
[908/908] Emitting module NIOCore
[910/960] Compiling NIOEmbedded Embedded.swift
[911/960] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[912/960] Emitting module NIOEmbedded
[913/960] Compiling NIOEmbedded AsyncTestingChannel.swift
[915/961] Compiling NIOPosix PooledRecvBufferAllocator.swift
[916/961] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[917/961] Compiling NIOPosix PosixSingletons.swift
[918/961] Compiling NIOPosix RawSocketBootstrap.swift
[919/961] Compiling NIOPosix Resolver.swift
[920/961] Compiling NIOPosix Selectable.swift
[921/967] Emitting module NIOPosix
[922/967] Compiling NIOPosix SelectableChannel.swift
[923/967] Compiling NIOPosix SelectableEventLoop.swift
[924/967] Compiling NIOPosix SelectorEpoll.swift
[925/967] Compiling NIOPosix SelectorGeneric.swift
[926/967] Compiling NIOPosix SelectorKqueue.swift
[927/967] Compiling NIOPosix SelectorUring.swift
[928/967] Compiling NIOPosix ServerSocket.swift
[929/967] Compiling NIOPosix Socket.swift
[930/967] Compiling NIOPosix SocketChannel.swift
[931/967] Compiling NIOPosix SocketProtocols.swift
[932/967] Compiling NIOPosix System.swift
[933/967] Compiling NIOPosix Thread.swift
[934/967] Compiling NIOPosix ThreadPosix.swift
[935/967] Compiling NIOPosix ThreadWindows.swift
[936/967] Compiling NIOPosix UnsafeTransfer.swift
[937/967] Compiling NIOPosix Utilities.swift
[938/967] Compiling NIOPosix VsockAddress.swift
[939/967] Compiling NIOPosix VsockChannelEvents.swift
[940/967] Compiling NIOPosix Bootstrap.swift
[941/967] Compiling NIOPosix ControlMessage.swift
[942/967] Compiling NIOPosix DatagramVectorReadManager.swift
[943/967] Compiling NIOPosix Errors+Any.swift
[944/967] Compiling NIOPosix FileDescriptor.swift
[945/967] Compiling NIOPosix GetaddrinfoResolver.swift
[946/967] Compiling NIOPosix HappyEyeballs.swift
[947/967] Compiling NIOPosix BSDSocketAPICommon.swift
[948/967] Compiling NIOPosix BSDSocketAPIPosix.swift
[949/967] Compiling NIOPosix BSDSocketAPIWindows.swift
[950/967] Compiling NIOPosix BaseSocket.swift
[951/967] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[952/967] Compiling NIOPosix BaseSocketChannel.swift
[953/967] Compiling NIOPosix BaseStreamSocketChannel.swift
[954/967] Compiling NIOPosix IO.swift
[955/967] Compiling NIOPosix IntegerBitPacking.swift
[956/967] Compiling NIOPosix IntegerTypes.swift
[957/967] Compiling NIOPosix Linux.swift
[958/967] Compiling NIOPosix LinuxCPUSet.swift
[959/967] Compiling NIOPosix LinuxUring.swift
[960/967] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[961/967] Compiling NIOPosix NIOThreadPool.swift
[962/967] Compiling NIOPosix NonBlockingFileIO.swift
[963/967] Compiling NIOPosix PendingDatagramWritesManager.swift
[964/967] Compiling NIOPosix PendingWritesManager.swift
[965/967] Compiling NIOPosix PipeChannel.swift
[966/967] Compiling NIOPosix PipePair.swift
[967/967] Compiling NIOPosix Pool.swift
[969/970] Compiling NIO Exports.swift
[970/970] Emitting module NIO
[972/1107] Emitting module NIOTLS
[973/1107] Compiling NIOTLS TLSEvents.swift
[974/1107] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[975/1107] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[976/1107] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[977/1107] Emitting module NIOFoundationCompat
[978/1107] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[980/1108] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[981/1108] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[982/1108] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[983/1108] Compiling NIOTLS SNIHandler.swift
[985/1109] Compiling SQLKit SQLDropIndex.swift
[986/1109] Compiling SQLKit SQLDropTable.swift
[987/1109] Compiling SQLKit SQLDropTrigger.swift
[988/1109] Compiling SQLKit SQLInsert.swift
[989/1109] Compiling SQLKit SQLSelect.swift
[990/1109] Compiling SQLKit SQLUnion.swift
[991/1109] Compiling SQLKit SQLUpdate.swift
[992/1109] Compiling SQLKit SQLExpression.swift
[993/1109] Compiling SQLKit SQLSerializer.swift
[994/1109] Compiling SQLKit SQLStatement.swift
[995/1109] Compiling SQLKit SQLBinaryExpression.swift
[996/1109] Compiling SQLKit SQLBinaryOperator.swift
[997/1109] Compiling SQLKit SQLBind.swift
[998/1172] Compiling NIOTransportServices StateManagedChannel.swift
[999/1172] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1000/1172] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1001/1174] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1002/1174] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1003/1174] Compiling NIOTransportServices NIOTSBootstraps.swift
[1004/1174] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1005/1174] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1006/1174] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1007/1174] Compiling NIOTransportServices NIOTSErrors.swift
[1008/1174] Compiling NIOTransportServices NIOTSEventLoop.swift
[1009/1174] Emitting module NIOTransportServices
[1010/1174] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1011/1174] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1012/1174] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1013/1174] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1014/1174] Compiling NIOTransportServices NIOTSSingletons.swift
[1015/1174] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1016/1174] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1017/1174] Compiling SQLKit SQLColumnAssignment.swift
[1018/1174] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1019/1174] Compiling SQLKit SQLColumnDefinition.swift
[1020/1174] Compiling SQLKit SQLCommonTableExpression.swift
[1021/1174] Compiling SQLKit SQLConflictAction.swift
[1022/1174] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1023/1174] Compiling SQLKit SQLDropBehaviour.swift
[1024/1174] Compiling SQLKit SQLEnumDataType.swift
[1025/1174] Compiling SQLKit SQLExcludedColumn.swift
[1026/1174] Compiling SQLKit SQLForeignKey.swift
[1027/1174] Compiling SQLKit SQLJoin.swift
[1028/1174] Compiling SQLKit SQLJoinMethod.swift
[1029/1174] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1030/1174] Compiling SQLKit Exports.swift
[1031/1174] Compiling SQLKit SQLAlias.swift
[1032/1174] Compiling SQLKit SQLBetween.swift
[1033/1174] Compiling SQLKit SQLColumn.swift
[1034/1174] Compiling SQLKit SQLConstraint.swift
[1035/1174] Compiling SQLKit SQLDataType.swift
[1036/1174] Compiling SQLKit SQLDirection.swift
[1037/1174] Compiling SQLKit SQLDistinct.swift
[1038/1174] Compiling SQLKit SQLForeignKeyAction.swift
[1039/1174] Compiling SQLKit SQLNestedSubpathExpression.swift
[1040/1174] Compiling SQLKit SQLQualifiedTable.swift
[1041/1174] Compiling SQLKit SQLQueryString.swift
[1042/1174] Compiling SQLKit SQLLockingClause.swift
[1043/1174] Compiling SQLKit SQLOrderBy.swift
[1044/1174] Compiling SQLKit SQLReturning.swift
[1045/1174] Compiling SQLKit SQLSubquery.swift
[1046/1174] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1047/1174] Compiling SQLKit SQLAlterEnum.swift
[1048/1174] Compiling SQLKit SQLAlterTable.swift
[1049/1174] Compiling SQLKit SQLCreateEnum.swift
[1050/1174] Compiling SQLKit SQLCreateIndex.swift
[1051/1174] Compiling SQLKit SQLCreateTable.swift
[1052/1174] Compiling SQLKit SQLCreateTrigger.swift
[1053/1174] Compiling SQLKit SQLDelete.swift
[1054/1174] Compiling SQLKit SQLDropEnum.swift
[1055/1174] Compiling NIOTransportServices AcceptHandler.swift
[1056/1174] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1057/1174] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1058/1174] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1059/1174] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1060/1174] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1074/1175] Compiling NIOSSL SafeCompare.swift
[1075/1175] Compiling NIOSSL Zeroization.swift
[1076/1175] Compiling SQLKit SQLQueryFetcher.swift
[1077/1175] Compiling SQLKit SQLReturningBuilder.swift
[1078/1175] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1079/1175] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1080/1175] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1081/1175] Compiling SQLKit SQLDatabase.swift
[1082/1175] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1083/1175] Compiling SQLKit SQLDialect.swift
[1084/1175] Compiling SQLKit SQLDatabase+Deprecated.swift
[1085/1175] Compiling SQLKit SQLError.swift
[1086/1175] Compiling SQLKit SQLExpressions+Deprecated.swift
[1098/1175] Compiling NIOSSL SubjectAlternativeName.swift
[1099/1175] Compiling NIOSSL NIOSSLSecureBytes.swift
[1100/1175] Compiling NIOSSL RNG.swift
[1101/1175] Emitting module SQLKit
[1102/1186] Compiling DNSClient ConfigParser.swift
[1103/1187] Compiling DNSClient MessageOptions.swift
[1104/1187] Compiling DNSClient SRV.swift
[1105/1187] Compiling DNSClient DNSEncoder.swift
[1106/1187] Compiling DNSClient Errors.swift
[1107/1187] Compiling DNSClient Helpers.swift
[1108/1187] Compiling DNSClient DNSClient+Query.swift
[1109/1187] Compiling DNSClient DNSDecoder.swift
[1114/1191] Emitting module DNSClient
[1115/1191] Compiling DNSClient Client.swift
[1116/1191] Compiling DNSClient DNSClient+Connect.swift
[1142/1194] Emitting module NIOSSL
[1148/1194] Compiling SQLKit SQLFunction.swift
[1149/1194] Compiling SQLKit SQLGroupExpression.swift
[1150/1194] Compiling SQLKit SQLIdentifier.swift
[1151/1194] Compiling SQLKit SQLList.swift
[1152/1194] Compiling SQLKit SQLLiteral.swift
[1153/1194] Compiling SQLKit SQLRaw.swift
[1154/1194] Compiling SQLKit SQLCodingUtilities.swift
[1155/1194] Compiling SQLKit SQLQueryEncoder.swift
[1156/1194] Compiling SQLKit SQLRow.swift
[1157/1194] Compiling SQLKit SQLRowDecoder.swift
[1158/1194] Compiling SQLKit SomeCodingKey.swift
[1159/1194] Compiling SQLKit StringHandling.swift
[1169/1195] Compiling DNSClient Message.swift
[1172/1196] Emitting module BSON
[1178/1283] Compiling FluentKit FieldOperators.swift
[1179/1283] Compiling FluentKit Operators.swift
[1180/1283] Compiling FluentKit ValueOperators+Array.swift
[1181/1283] Compiling FluentKit ValueOperators+String.swift
[1183/1284] Compiling FluentKit DatabaseInput.swift
[1184/1284] Compiling FluentKit DatabaseOutput.swift
[1185/1284] Compiling FluentKit Databases.swift
[1186/1284] Compiling FluentKit KeyPrefixingStrategy.swift
[1187/1284] Compiling FluentKit TransactionControlDatabase.swift
[1188/1284] Compiling FluentKit DatabaseEnum.swift
[1189/1284] Compiling FluentKit EnumBuilder.swift
[1190/1284] Compiling FluentKit EnumMetadata.swift
[1191/1284] Compiling FluentKit EnumProperty.swift
[1192/1284] Compiling FluentKit AsyncMigration.swift
[1193/1284] Compiling FluentKit AsyncModelMiddleware.swift
[1194/1284] Compiling FluentKit Children+Concurrency.swift
[1195/1304] Compiling FluentKit Model+CRUD.swift
[1196/1304] Compiling FluentKit Model.swift
[1197/1304] Compiling FluentKit ModelAlias.swift
[1198/1305] Emitting module FluentKit
[1200/1317] Compiling MongoCore CommandPrimitives.swift
[1201/1317] Compiling MongoCore Error.swift
[1202/1317] Compiling MongoCore Exports.swift
[1203/1317] Compiling MongoCore Logger.swift
[1204/1317] Compiling MongoCore MongoReplyDeserializer.swift
[1205/1317] Compiling MongoCore Collation.swift
[1206/1317] Compiling MongoCore ConnectionSettings.swift
[1207/1317] Compiling MongoCore Namespace.swift
[1208/1317] Compiling MongoCore ReadConcern.swift
[1209/1317] Compiling MongoCore ServerHandshake.swift
[1210/1317] Compiling MongoCore WireVersion.swift
[1211/1317] Compiling MongoCore WriteConcern.swift
[1212/1317] Compiling MongoCore MessageHeader.swift
[1213/1317] Compiling MongoCore MongoReply.swift
[1214/1317] Compiling MongoCore MongoRequest.swift
[1215/1317] Compiling MongoCore OpReply.swift
[1216/1317] Compiling MongoCore ProtocolHelpers.swift
[1217/1317] Compiling MongoCore OpMessage.swift
[1218/1317] Compiling MongoCore OpQuery.swift
[1219/1317] Compiling FluentKit ModelResponder+Concurrency.swift
[1220/1317] Compiling FluentKit OptionalChild+Concurrency.swift
[1221/1317] Compiling FluentKit OptionalParent+Concurrency.swift
[1222/1317] Compiling FluentKit Parent+Concurrency.swift
[1223/1317] Compiling FluentKit QueryBuilder+Concurrency.swift
[1224/1317] Compiling FluentKit Relation+Concurrency.swift
[1225/1317] Compiling FluentKit SchemaBuilder+Concurrency.swift
[1234/1319] Emitting module MongoCore
[1241/1319] Compiling MongoCore Sessions.swift
[1242/1319] Compiling MongoCore Tansaction.swift
[1249/1327] Compiling FluentKit QueryBuilder+Group.swift
[1250/1327] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[1251/1327] Compiling FluentKit QueryBuilder+Join.swift
[1252/1327] Compiling FluentKit QueryBuilder+Paginate.swift
[1253/1327] Compiling FluentKit QueryBuilder+Range.swift
[1254/1327] Compiling FluentKit QueryBuilder+Set.swift
[1255/1327] Compiling FluentKit QueryBuilder+Sort.swift
[1256/1327] Compiling FluentKit QueryBuilder.swift
[1257/1327] Compiling FluentKit DatabaseQuery+Action.swift
[1258/1328] Compiling FluentKit DatabaseQuery+Aggregate.swift
[1259/1328] Compiling FluentKit DatabaseQuery+Field.swift
[1260/1328] Compiling FluentKit DatabaseQuery+Filter.swift
[1261/1339] Compiling FluentKit DatabaseQuery+Join.swift
[1262/1339] Compiling FluentKit DatabaseQuery+Range.swift
[1263/1339] Compiling FluentKit DatabaseQuery+Sort.swift
[1264/1339] Compiling FluentKit DatabaseQuery+Value.swift
[1265/1339] Compiling FluentKit DatabaseQuery.swift
[1266/1339] Compiling FluentKit QueryHistory.swift
[1267/1339] Compiling FluentKit DatabaseSchema.swift
[1268/1339] Compiling FluentKit SchemaBuilder.swift
[1269/1339] Compiling FluentKit OptionalType.swift
[1270/1339] Compiling FluentKit RandomGeneratable.swift
[1271/1339] Compiling FluentKit SomeCodingKey.swift
[1272/1339] Compiling FluentKit UnsafeMutableTransferBox.swift
[1273/1339] Compiling FluentKit OptionalChild.swift
[1274/1339] Compiling FluentKit OptionalField.swift
[1275/1339] Compiling FluentKit OptionalParent.swift
[1276/1339] Compiling FluentKit Parent.swift
[1277/1339] Compiling FluentKit Property.swift
[1278/1339] Compiling FluentKit Relation.swift
[1279/1339] Compiling FluentKit Siblings.swift
[1280/1339] Compiling FluentKit Timestamp.swift
[1281/1339] Compiling FluentKit TimestampFormat.swift
[1282/1339] Compiling FluentKit QueryBuilder+Aggregate.swift
[1283/1339] Compiling FluentKit QueryBuilder+EagerLoad.swift
[1284/1339] Compiling FluentKit QueryBuilder+Filter.swift
[1285/1339] Compiling MongoClient MongoMiddleware.swift
[1286/1339] Compiling MongoClient MongoCursorResponse.swift
[1287/1341] Compiling MongoClient Cursor.swift
[1288/1341] Compiling MongoClient Error.swift
[1289/1341] Compiling MongoClient Exports.swift
[1290/1341] Compiling MongoClient IsMaster.swift
[1291/1341] Compiling MongoClient KillCursors.swift
[1292/1341] Compiling MongoClient Helpers.swift
[1293/1341] Compiling MongoClient GetMore.swift
[1294/1341] Compiling MongoClient Connection.swift
[1295/1341] Compiling MongoClient ConnectionContext.swift
[1296/1341] Compiling MongoClient ConnectionPool.swift
[1297/1341] Emitting module MongoClient
[1298/1341] Compiling MongoClient Authenticate+ChallengeResponse.swift
[1299/1341] Compiling MongoClient Authenticate+SASL.swift
[1300/1341] Compiling MongoClient Authenticate.swift
[1301/1341] Compiling MongoClient Channel+Connection.swift
[1302/1341] Compiling MongoClient Cluster.swift
[1303/1341] Compiling MongoClient Connection+Execute.swift
[1304/1341] Compiling MongoClient OK.swift
[1305/1341] Compiling MongoClient SASL.swift
[1307/1342] Compiling FluentKit OptionalEnumProperty.swift
[1308/1342] Compiling FluentKit Exports.swift
[1309/1342] Compiling FluentKit FluentError.swift
[1310/1342] Compiling FluentKit ModelMiddleware.swift
[1311/1342] Compiling FluentKit ModelResponder.swift
[1312/1342] Compiling FluentKit Migration.swift
[1313/1342] Compiling FluentKit MigrationLog.swift
[1314/1342] Compiling FluentKit Migrations.swift
[1315/1342] Compiling FluentKit Migrator.swift
[1316/1342] Compiling FluentKit AnyModel.swift
[1317/1342] Compiling FluentKit EagerLoad.swift
[1318/1342] Compiling FluentKit Fields+Codable.swift
[1319/1342] Compiling FluentKit Fields.swift
[1320/1342] Compiling FluentKit MirrorBypass.swift
[1324/1342] Compiling FluentKit Schema.swift
[1329/1342] Compiling FluentKit ValueOperators.swift
[1330/1342] Compiling FluentKit Boolean.swift
[1331/1342] Compiling FluentKit BooleanPropertyFormat.swift
[1332/1342] Compiling FluentKit Children.swift
[1333/1342] Compiling FluentKit CompositeChildren.swift
[1334/1342] Compiling FluentKit CompositeID.swift
[1335/1342] Compiling FluentKit CompositeOptionalChild.swift
[1336/1342] Compiling FluentKit CompositeOptionalParent.swift
[1337/1342] Compiling FluentKit CompositeParent.swift
[1338/1342] Compiling FluentKit Field.swift
[1339/1342] Compiling FluentKit FieldKey.swift
[1340/1342] Compiling FluentKit Group.swift
[1341/1342] Compiling FluentKit ID.swift
[1342/1342] Compiling FluentKit OptionalBoolean.swift
[1344/1358] Compiling MongoKittenCore Cursor.swift
[1345/1358] Compiling MongoKittenCore Projection.swift
[1346/1360] Compiling MongoKittenCore ListDatabases.swift
[1347/1360] Compiling MongoKittenCore Update.swift
[1348/1360] Compiling MongoKittenCore CreateIndexes.swift
[1349/1360] Compiling MongoKittenCore Delete.swift
[1350/1360] Compiling MongoKittenCore Aggregate.swift
[1351/1360] Compiling MongoKittenCore Count.swift
[1352/1360] Compiling MongoKittenCore Distinct.swift
[1353/1360] Compiling MongoKittenCore Drop.swift
[1354/1360] Compiling MongoKittenCore Find.swift
[1355/1360] Compiling MongoKittenCore FindAndModify.swift
[1356/1360] Compiling MongoKittenCore Insert.swift
[1357/1360] Compiling MongoKittenCore ListCollections.swift
[1358/1360] Emitting module MongoKittenCore
[1359/1360] Compiling MongoKittenCore QueryBuilder.swift
[1360/1360] Compiling MongoKittenCore Sort.swift
[1362/1385] Emitting module MongoKitten
[1363/1388] Compiling MongoKitten GridFSChunk.swift
[1364/1388] Compiling MongoKitten GridFSError.swift
[1365/1388] Compiling MongoKitten GridFSFile.swift
[1366/1388] Compiling MongoKitten Error.swift
[1367/1388] Compiling MongoKitten Exports.swift
[1368/1388] Compiling MongoKitten GridFSBucket.swift
[1369/1388] Compiling MongoKitten GridFSFileWriter.swift
[1370/1388] Compiling MongoKitten GridFSReader.swift
[1371/1388] Compiling MongoKitten IndexBuilder.swift
[1372/1388] Compiling MongoKitten Collection+Insert.swift
[1373/1388] Compiling MongoKitten Collection+Update.swift
[1374/1388] Compiling MongoKitten Cursor.swift
[1375/1388] Compiling MongoKitten Collection+Find.swift
[1376/1388] Compiling MongoKitten Collection+FindAndModify.swift
[1377/1388] Compiling MongoKitten Collection+Indexes.swift
[1378/1388] Compiling MongoKitten ChangeStream.swift
[1379/1388] Compiling MongoKitten Collection+Count.swift
[1380/1388] Compiling MongoKitten Collection+Delete.swift
[1381/1388] Compiling MongoKitten Collection+Distinct.swift
[1382/1388] Compiling MongoKitten MongoCollection.swift
[1383/1388] Compiling MongoKitten MongoDatabase.swift
[1384/1388] Compiling MongoKitten MongoTransactionDatabase.swift
[1385/1388] Compiling MongoKitten Aggregate.swift
[1386/1388] Compiling MongoKitten AggregateBuilder.swift
[1387/1388] Compiling MongoKitten AggregateStage.swift
[1388/1388] Compiling MongoKitten AsyncAwait.swift
[1390/1409] Emitting module FluentMongoDriver
[1391/1411] Compiling FluentMongoDriver MongoDB+Update.swift
/host/spi-builder-workspace/Sources/FluentMongoDriver/MongoDB+Update.swift:30:61: warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
28 |             let command = UpdateCommand(updates: updates, inCollection: query.schema)
29 |             logger.debug("fluent-mongo update filter=\(filter) updates=\(update)")
30 |             return cluster.next(for: .init(writable: true)).flatMap { connection in
   |                                                             `- warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
31 |                 return connection.executeCodable(
32 |                     command,
/host/spi-builder-workspace/.build/checkouts/MongoKitten/Sources/MongoCore/Protocol/MongoReply.swift:4:13: note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 2 | import NIO
 3 |
 4 | public enum MongoServerReply {
   |             `- note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 5 |     case reply(OpReply)
 6 |     case message(OpMessage)
/host/spi-builder-workspace/Sources/FluentMongoDriver/MongoDB+Update.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoCore'
 1 | import FluentKit
 2 | @preconcurrency import MongoKitten
 3 | import MongoCore
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoCore'
 4 |
 5 | extension FluentMongoDatabase {
[1392/1411] Compiling FluentMongoDriver MongoDB.swift
/host/spi-builder-workspace/Sources/FluentMongoDriver/MongoDB+Update.swift:30:61: warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
28 |             let command = UpdateCommand(updates: updates, inCollection: query.schema)
29 |             logger.debug("fluent-mongo update filter=\(filter) updates=\(update)")
30 |             return cluster.next(for: .init(writable: true)).flatMap { connection in
   |                                                             `- warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
31 |                 return connection.executeCodable(
32 |                     command,
/host/spi-builder-workspace/.build/checkouts/MongoKitten/Sources/MongoCore/Protocol/MongoReply.swift:4:13: note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 2 | import NIO
 3 |
 4 | public enum MongoServerReply {
   |             `- note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 5 |     case reply(OpReply)
 6 |     case message(OpMessage)
/host/spi-builder-workspace/Sources/FluentMongoDriver/MongoDB+Update.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoCore'
 1 | import FluentKit
 2 | @preconcurrency import MongoKitten
 3 | import MongoCore
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoCore'
 4 |
 5 | extension FluentMongoDatabase {
[1393/1411] Compiling FluentMongoDriver MongoDB+Delete.swift
/host/spi-builder-workspace/Sources/FluentMongoDriver/MongoDB+Delete.swift:31:61: warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
29 |
30 |             logger.debug("fluent-mongo delete \(deleteLimit) filter=\(filter)")
31 |             return cluster.next(for: .init(writable: true)).flatMap { connection in
   |                                                             `- warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
32 |                 return connection.executeCodable(
33 |                     command,
/host/spi-builder-workspace/.build/checkouts/MongoKitten/Sources/MongoCore/Protocol/MongoReply.swift:4:13: note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 2 | import NIO
 3 |
 4 | public enum MongoServerReply {
   |             `- note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 5 |     case reply(OpReply)
 6 |     case message(OpMessage)
/host/spi-builder-workspace/Sources/FluentMongoDriver/MongoDB+Delete.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoCore'
 1 | import FluentKit
 2 | @preconcurrency import MongoKitten
 3 | import MongoCore
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoCore'
 4 |
 5 | extension FluentMongoDatabase {
[1394/1411] Compiling FluentMongoDriver MongoDB+Join.swift
/host/spi-builder-workspace/Sources/FluentMongoDriver/MongoDB+Delete.swift:31:61: warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
29 |
30 |             logger.debug("fluent-mongo delete \(deleteLimit) filter=\(filter)")
31 |             return cluster.next(for: .init(writable: true)).flatMap { connection in
   |                                                             `- warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
32 |                 return connection.executeCodable(
33 |                     command,
/host/spi-builder-workspace/.build/checkouts/MongoKitten/Sources/MongoCore/Protocol/MongoReply.swift:4:13: note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 2 | import NIO
 3 |
 4 | public enum MongoServerReply {
   |             `- note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 5 |     case reply(OpReply)
 6 |     case message(OpMessage)
/host/spi-builder-workspace/Sources/FluentMongoDriver/MongoDB+Delete.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoCore'
 1 | import FluentKit
 2 | @preconcurrency import MongoKitten
 3 | import MongoCore
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoCore'
 4 |
 5 | extension FluentMongoDatabase {
[1395/1411] Compiling FluentMongoDriver MongoDB+Read.swift
/host/spi-builder-workspace/Sources/FluentMongoDriver/MongoDB+Delete.swift:31:61: warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
29 |
30 |             logger.debug("fluent-mongo delete \(deleteLimit) filter=\(filter)")
31 |             return cluster.next(for: .init(writable: true)).flatMap { connection in
   |                                                             `- warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
32 |                 return connection.executeCodable(
33 |                     command,
/host/spi-builder-workspace/.build/checkouts/MongoKitten/Sources/MongoCore/Protocol/MongoReply.swift:4:13: note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 2 | import NIO
 3 |
 4 | public enum MongoServerReply {
   |             `- note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 5 |     case reply(OpReply)
 6 |     case message(OpMessage)
/host/spi-builder-workspace/Sources/FluentMongoDriver/MongoDB+Delete.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoCore'
 1 | import FluentKit
 2 | @preconcurrency import MongoKitten
 3 | import MongoCore
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoCore'
 4 |
 5 | extension FluentMongoDatabase {
[1396/1411] Compiling FluentMongoDriver ObjectId+RandomGeneratable.swift
[1397/1411] Compiling FluentMongoDriver Sort.swift
[1398/1411] Compiling FluentMongoDriver ChangeStream.swift
[1399/1411] Compiling FluentMongoDriver DatabaseQuery+Mongo.swift
[1400/1411] Compiling FluentMongoDriver DatabaseValue+Mongo.swift
[1401/1411] Compiling FluentMongoDriver MongoDB+Schema.swift
/host/spi-builder-workspace/Sources/FluentMongoDriver/MongoDB+Schema.swift:52:82: warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
50 |                     )
51 |
52 |                     let createdIndex = cluster.next(for: .init(writable: false)).flatMap { connection in
   |                                                                                  `- warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
53 |                         return connection.executeCodable(
54 |                             createIndexes,
/host/spi-builder-workspace/.build/checkouts/MongoKitten/Sources/MongoCore/Protocol/MongoReply.swift:4:13: note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 2 | import NIO
 3 |
 4 | public enum MongoServerReply {
   |             `- note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 5 |     case reply(OpReply)
 6 |     case message(OpMessage)
/host/spi-builder-workspace/Sources/FluentMongoDriver/MongoDB+Schema.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoCore'
 1 | import FluentKit
 2 | @preconcurrency import MongoKitten
 3 | import MongoCore
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoCore'
 4 |
 5 | extension FluentMongoDatabase {
/host/spi-builder-workspace/Sources/FluentMongoDriver/MongoDB+Schema.swift:58:23: warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
56 |                             sessionId: nil
57 |                         )
58 |                     }.hop(to: eventLoop).map { _ in }
   |                       `- warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
59 |
60 |                     futures.append(createdIndex)
/host/spi-builder-workspace/.build/checkouts/MongoKitten/Sources/MongoCore/Protocol/MongoReply.swift:4:13: note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 2 | import NIO
 3 |
 4 | public enum MongoServerReply {
   |             `- note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 5 |     case reply(OpReply)
 6 |     case message(OpMessage)
[1402/1411] Compiling FluentMongoDriver MongoDB+Transaction.swift
/host/spi-builder-workspace/Sources/FluentMongoDriver/MongoDB+Schema.swift:52:82: warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
50 |                     )
51 |
52 |                     let createdIndex = cluster.next(for: .init(writable: false)).flatMap { connection in
   |                                                                                  `- warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
53 |                         return connection.executeCodable(
54 |                             createIndexes,
/host/spi-builder-workspace/.build/checkouts/MongoKitten/Sources/MongoCore/Protocol/MongoReply.swift:4:13: note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 2 | import NIO
 3 |
 4 | public enum MongoServerReply {
   |             `- note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 5 |     case reply(OpReply)
 6 |     case message(OpMessage)
/host/spi-builder-workspace/Sources/FluentMongoDriver/MongoDB+Schema.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoCore'
 1 | import FluentKit
 2 | @preconcurrency import MongoKitten
 3 | import MongoCore
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoCore'
 4 |
 5 | extension FluentMongoDatabase {
/host/spi-builder-workspace/Sources/FluentMongoDriver/MongoDB+Schema.swift:58:23: warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
56 |                             sessionId: nil
57 |                         )
58 |                     }.hop(to: eventLoop).map { _ in }
   |                       `- warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
59 |
60 |                     futures.append(createdIndex)
/host/spi-builder-workspace/.build/checkouts/MongoKitten/Sources/MongoCore/Protocol/MongoReply.swift:4:13: note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 2 | import NIO
 3 |
 4 | public enum MongoServerReply {
   |             `- note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 5 |     case reply(OpReply)
 6 |     case message(OpMessage)
[1403/1411] Compiling FluentMongoDriver MongoDB+Aggregate.swift
/host/spi-builder-workspace/Sources/FluentMongoDriver/MongoDB+Aggregate.swift:63:62: warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
 61 |
 62 |             logger.debug("fluent-mongo count condition=\(condition)")
 63 |             return cluster.next(for: .init(writable: false)).flatMap { connection in
    |                                                              `- warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
 64 |                 return connection.executeCodable(
 65 |                     count,
/host/spi-builder-workspace/.build/checkouts/MongoKitten/Sources/MongoCore/Protocol/MongoReply.swift:4:13: note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 2 | import NIO
 3 |
 4 | public enum MongoServerReply {
   |             `- note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 5 |     case reply(OpReply)
 6 |     case message(OpMessage)
/host/spi-builder-workspace/Sources/FluentMongoDriver/MongoDB+Aggregate.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoCore'
  1 | import FluentKit
  2 | @preconcurrency import MongoKitten
  3 | import MongoCore
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoCore'
  4 |
  5 | extension FluentMongoDatabase {
[1404/1411] Compiling FluentMongoDriver MongoDB+Create.swift
/host/spi-builder-workspace/Sources/FluentMongoDriver/MongoDB+Aggregate.swift:63:62: warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
 61 |
 62 |             logger.debug("fluent-mongo count condition=\(condition)")
 63 |             return cluster.next(for: .init(writable: false)).flatMap { connection in
    |                                                              `- warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
 64 |                 return connection.executeCodable(
 65 |                     count,
/host/spi-builder-workspace/.build/checkouts/MongoKitten/Sources/MongoCore/Protocol/MongoReply.swift:4:13: note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 2 | import NIO
 3 |
 4 | public enum MongoServerReply {
   |             `- note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 5 |     case reply(OpReply)
 6 |     case message(OpMessage)
/host/spi-builder-workspace/Sources/FluentMongoDriver/MongoDB+Aggregate.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoCore'
  1 | import FluentKit
  2 | @preconcurrency import MongoKitten
  3 | import MongoCore
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoCore'
  4 |
  5 | extension FluentMongoDatabase {
[1405/1411] Compiling FluentMongoDriver MongoDB+DatabaseRow.swift
/host/spi-builder-workspace/Sources/FluentMongoDriver/MongoDB+Aggregate.swift:63:62: warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
 61 |
 62 |             logger.debug("fluent-mongo count condition=\(condition)")
 63 |             return cluster.next(for: .init(writable: false)).flatMap { connection in
    |                                                              `- warning: type 'MongoServerReply' does not conform to the 'Sendable' protocol
 64 |                 return connection.executeCodable(
 65 |                     count,
/host/spi-builder-workspace/.build/checkouts/MongoKitten/Sources/MongoCore/Protocol/MongoReply.swift:4:13: note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 2 | import NIO
 3 |
 4 | public enum MongoServerReply {
   |             `- note: enum 'MongoServerReply' does not conform to the 'Sendable' protocol
 5 |     case reply(OpReply)
 6 |     case message(OpMessage)
/host/spi-builder-workspace/Sources/FluentMongoDriver/MongoDB+Aggregate.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoCore'
  1 | import FluentKit
  2 | @preconcurrency import MongoKitten
  3 | import MongoCore
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MongoCore'
  4 |
  5 | extension FluentMongoDatabase {
[1406/1411] Compiling FluentMongoDriver Document+DatabaseOutput.swift
[1407/1411] Compiling FluentMongoDriver Errors.swift
[1408/1411] Compiling FluentMongoDriver Exports.swift
[1409/1411] Compiling FluentMongoDriver FieldKey+Mongo.swift
[1410/1411] Compiling FluentMongoDriver Filter.swift
[1411/1411] Compiling FluentMongoDriver GridFS.swift
Build complete! (198.40s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "fluent-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.49.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-kit.git"
    },
    {
      "identity" : "mongokitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.7.13",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/orlandos-nl/MongoKitten.git"
    },
    {
      "identity" : "dnsclient",
      "requirement" : {
        "exact" : [
          "2.3.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/orlandos-nl/DNSClient.git"
    }
  ],
  "manifest_display_name" : "fluent-mongo-driver",
  "name" : "fluent-mongo-driver",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FluentMongoDriver",
      "targets" : [
        "FluentMongoDriver"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FluentMongoDriverTests",
      "module_type" : "SwiftTarget",
      "name" : "FluentMongoDriverTests",
      "path" : "Tests/FluentMongoDriverTests",
      "product_dependencies" : [
        "FluentBenchmark"
      ],
      "sources" : [
        "FluentMongoDriverTests.swift"
      ],
      "target_dependencies" : [
        "FluentMongoDriver"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FluentMongoDriver",
      "module_type" : "SwiftTarget",
      "name" : "FluentMongoDriver",
      "path" : "Sources/FluentMongoDriver",
      "product_dependencies" : [
        "FluentKit",
        "MongoKitten",
        "DNSClient"
      ],
      "product_memberships" : [
        "FluentMongoDriver"
      ],
      "sources" : [
        "ChangeStream.swift",
        "DatabaseQuery+Mongo.swift",
        "DatabaseValue+Mongo.swift",
        "Document+DatabaseOutput.swift",
        "Errors.swift",
        "Exports.swift",
        "FieldKey+Mongo.swift",
        "Filter.swift",
        "GridFS.swift",
        "MongoDB+Aggregate.swift",
        "MongoDB+Create.swift",
        "MongoDB+DatabaseRow.swift",
        "MongoDB+Delete.swift",
        "MongoDB+Join.swift",
        "MongoDB+Read.swift",
        "MongoDB+Schema.swift",
        "MongoDB+Transaction.swift",
        "MongoDB+Update.swift",
        "MongoDB.swift",
        "ObjectId+RandomGeneratable.swift",
        "Sort.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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.