Build Information
Successful build of fluent-mongo-driver, reference main (79bf35
), with Swift 6.1 for Linux on 29 Apr 2025 13:34:11 UTC.
Swift 6 data race errors: 0
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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/fluent-mongo-driver.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/vapor/fluent-mongo-driver
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-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/orlandos-nl/DNSClient.git
Fetching https://github.com/orlandos-nl/MongoKitten.git
[1/1144] Fetching dnsclient
[676/15370] Fetching dnsclient, mongokitten
Fetching https://github.com/vapor/fluent-kit.git
Fetched https://github.com/orlandos-nl/DNSClient.git from cache (0.46s)
[2846/14226] Fetching mongokitten
[14227/27470] Fetching mongokitten, fluent-kit
Fetched https://github.com/orlandos-nl/MongoKitten.git from cache (1.32s)
Fetched https://github.com/vapor/fluent-kit.git from cache (1.06s)
Computing version for https://github.com/orlandos-nl/DNSClient.git
Computed https://github.com/orlandos-nl/DNSClient.git at 2.3.0 (5.30s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.62s)
[1/75527] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.52s)
Computing version for https://github.com/orlandos-nl/MongoKitten.git
Computed https://github.com/orlandos-nl/MongoKitten.git at 6.7.15 (9.22s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/orlandos-nl/BSON.git
[1/3836] Fetching swift-log
[193/9840] Fetching swift-log, bson
[866/12046] Fetching swift-log, bson, swift-metrics
[12047/26839] Fetching swift-log, bson, swift-metrics, swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (0.64s)
[11468/24633] Fetching swift-log, bson, swift-nio-ssl
Fetched https://github.com/orlandos-nl/BSON.git from cache (0.74s)
[5760/18629] Fetching swift-log, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (2.76s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.80s)
Computing version for https://github.com/orlandos-nl/BSON.git
Computed https://github.com/orlandos-nl/BSON.git at 7.0.31 (6.69s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.1 (0.92s)
Fetching https://github.com/vapor/sql-kit.git
[1/5983] Fetching sql-kit
Fetched https://github.com/vapor/sql-kit.git from cache (3.01s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (3.97s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.99s)
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.02s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (3.63s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4364] Fetching swift-system
[2794/6069] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.66s)
Fetched https://github.com/apple/swift-system.git from cache (1.66s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.12s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.04s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.61s)
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.93s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.94s)
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.12s)
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/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-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/BSON.git
Working copy of https://github.com/orlandos-nl/BSON.git resolved at 7.0.31
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/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-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-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-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-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-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/MongoKitten.git
Working copy of https://github.com/orlandos-nl/MongoKitten.git resolved at 6.7.15
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
Building for debugging...
[0/443] Write sources
[17/443] Compiling CNIODarwin shim.c
[17/443] Compiling CNIOLinux liburing_shims.c
[17/443] Write sources
[32/443] Compiling CNIOWindows WSAStartup.c
[33/443] Compiling CNIOWindows shim.c
[34/443] Compiling CNIOWASI CNIOWASI.c
[35/443] Compiling _AtomicsShims.c
[36/443] Compiling CNIOLinux shim.c
[37/443] Compiling fiat_curve25519_adx_square.S
[38/443] Compiling fiat_p256_adx_sqr.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 tls_method.cc
[44/449] Compiling tls13_client.cc
[45/449] Compiling tls_record.cc
[46/462] Compiling tls13_server.cc
[47/479] Compiling tls13_enc.cc
[48/482] Compiling c-nioatomics.c
[50/482] Emitting module InternalCollectionsUtilities
[50/484] Compiling c-atomics.c
[52/484] Emitting module _NIOBase64
[53/484] Compiling _NIOBase64 Base64.swift
[54/485] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[55/485] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[56/485] Compiling InternalCollectionsUtilities Debugging.swift
[57/485] Compiling InternalCollectionsUtilities Descriptions.swift
[58/485] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[59/485] Compiling InternalCollectionsUtilities Specialize.swift
[61/485] Compiling InternalCollectionsUtilities _SortedCollection.swift
[62/485] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[63/485] Compiling InternalCollectionsUtilities UInt+reversed.swift
[64/485] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[65/485] Compiling _NIODataStructures PriorityQueue.swift
[66/485] Compiling _NIODataStructures _TinyArray.swift
[67/485] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[68/485] Compiling InternalCollectionsUtilities Integer rank.swift
[69/485] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[70/485] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[71/485] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[72/485] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[73/485] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[74/485] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[75/486] Compiling CoreMetrics Metrics.swift
[77/492] Compiling _MongoKittenCrypto HMAC.swift
[78/493] Emitting module _MongoKittenCrypto
[79/493] Compiling _MongoKittenCrypto MD5.swift
[79/493] Compiling tls13_both.cc
[81/561] Compiling _MongoKittenCrypto SHA256.swift
[82/561] Emitting module Logging
[83/561] Compiling Logging Locks.swift
[84/561] Compiling NIOConcurrencyHelpers lock.swift
[85/561] Compiling Logging MetadataProvider.swift
[86/561] Compiling _MongoKittenCrypto SHA1.swift
[87/561] Compiling NIOConcurrencyHelpers NIOLock.swift
[88/561] Emitting module CoreMetrics
[89/561] Compiling CoreMetrics Locks.swift
[90/562] Compiling Logging LogHandler.swift
[91/562] Compiling Logging Logging.swift
[92/563] Emitting module NIOConcurrencyHelpers
[93/563] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[94/563] Emitting module _NIODataStructures
[95/563] Compiling _NIODataStructures Heap.swift
[98/564] Compiling NIOConcurrencyHelpers atomics.swift
[99/564] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[102/565] Compiling _MongoKittenCrypto Hash.swift
[103/565] Compiling _MongoKittenCrypto Hex.swift
[104/629] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[105/629] Compiling _MongoKittenCrypto MongoDB-CR.swift
[106/629] Compiling _MongoKittenCrypto PBKDF2.swift
[108/636] Compiling HeapModule Heap+Descriptions.swift
[109/706] Compiling HeapModule Heap.swift
[110/706] Compiling HeapModule _HeapNode.swift
[111/706] Emitting module Metrics
[112/706] Compiling Metrics Metrics.swift
[113/722] Emitting module HeapModule
[115/722] Compiling HeapModule Heap+Invariants.swift
[116/722] Compiling HeapModule Heap+UnsafeHandle.swift
[117/723] Compiling DequeModule Deque+CustomReflectable.swift
[118/723] Compiling DequeModule Deque+Descriptions.swift
[120/725] Compiling DequeModule _DequeBuffer.swift
[121/725] Compiling DequeModule _DequeBufferHeader.swift
[122/725] Compiling HashTreeCollections TreeSet+Extras.swift
[123/725] Compiling HashTreeCollections TreeSet+Filter.swift
[124/725] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[125/725] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[126/725] Compiling HashTreeCollections _HashNode+Structural union.swift
[127/725] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[128/725] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[129/732] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[130/732] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[131/732] Compiling HashTreeCollections _HashNode.swift
[132/732] Compiling HashTreeCollections _HashNodeHeader.swift
[133/732] Compiling HashTreeCollections _HashSlot.swift
[134/732] Compiling HashTreeCollections _HashStack.swift
[135/732] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[135/732] Compiling t1_enc.cc
[137/732] Compiling HashTreeCollections TreeDictionary.swift
[138/732] Compiling HashTreeCollections TreeSet+Codable.swift
[139/732] Compiling HashTreeCollections TreeSet+Collection.swift
[140/732] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[141/732] Compiling HashTreeCollections TreeSet+Debugging.swift
[142/732] Compiling HashTreeCollections TreeSet+Descriptions.swift
[143/732] Compiling HashTreeCollections TreeSet+Equatable.swift
[144/732] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[145/732] Compiling HashTreeCollections _Hash.swift
[146/732] Compiling HashTreeCollections _HashLevel.swift
[147/732] Compiling HashTreeCollections _HashNode+Builder.swift
[148/732] Compiling HashTreeCollections _HashNode+Debugging.swift
[149/732] Compiling HashTreeCollections _HashNode+Initializers.swift
[150/732] Compiling HashTreeCollections _HashNode+Invariants.swift
[151/732] Compiling HashTreeCollections _HashNode+Lookups.swift
[152/732] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[153/732] Compiling HashTreeCollections TreeDictionary+Codable.swift
[154/732] Compiling HashTreeCollections TreeDictionary+Collection.swift
[155/732] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[156/732] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[157/732] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[158/732] Compiling HashTreeCollections _AncestorHashSlots.swift
[159/732] Compiling HashTreeCollections _Bitmap.swift
[160/732] Compiling HashTreeCollections _Bucket.swift
[160/732] Compiling ssl_x509.cc
[167/732] Compiling OrderedCollections OrderedSet+Sendable.swift
[168/732] Compiling OrderedCollections OrderedSet+SubSequence.swift
[169/732] Compiling OrderedCollections OrderedSet+Testing.swift
[170/732] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[171/732] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[172/732] Compiling OrderedCollections OrderedSet.swift
[173/732] Compiling OrderedCollections _UnsafeBitset.swift
[174/732] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[175/732] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[176/732] Compiling HashTreeCollections _HashNode+Structural merge.swift
[177/732] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[178/732] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[179/732] Compiling HashTreeCollections TreeDictionary+Filter.swift
[180/741] Compiling DequeModule Deque+Codable.swift
[181/741] Compiling DequeModule Deque+Collection.swift
[184/741] Compiling DequeModule Deque+Equatable.swift
[185/741] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[186/741] Compiling DequeModule Deque+Extras.swift
[187/741] Compiling DequeModule Deque+Hashable.swift
[188/741] Compiling DequeModule _DequeSlot.swift
[189/741] Compiling DequeModule _UnsafeWrappedBuffer.swift
[190/741] Compiling DequeModule Deque+Testing.swift
[191/741] Compiling DequeModule Deque._Storage.swift
[192/741] Compiling DequeModule Deque._UnsafeHandle.swift
[193/741] Compiling DequeModule Deque.swift
[221/751] Compiling _RopeModule Rope+Join.swift
[222/751] Compiling _RopeModule Rope+MutatingForEach.swift
[223/751] Compiling _RopeModule Rope+Remove.swift
[224/751] Compiling _RopeModule Rope+RemoveSubrange.swift
[225/751] Compiling _RopeModule Rope+Split.swift
[226/751] Compiling _RopeModule Optional Utilities.swift
[227/751] Compiling _RopeModule String Utilities.swift
[228/751] Compiling _RopeModule String.Index+ABI.swift
[231/751] Emitting module _RopeModule
[232/751] Emitting module DequeModule
[253/752] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[254/752] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[255/752] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[256/752] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[257/752] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[258/752] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[259/752] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[260/752] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[261/752] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[262/752] Compiling HashTreeCollections TreeSet.swift
[270/752] Emitting module OrderedCollections
[271/753] Compiling ssl_versions.cc
[272/753] Compiling ssl_session.cc
[273/753] Compiling ssl_transcript.cc
[274/753] Compiling ssl_stat.cc
[327/753] Compiling ssl_privkey.cc
[368/754] Compiling ssl_file.cc
[369/754] Compiling ssl_lib.cc
[371/754] Emitting module HashTreeCollections
[371/755] Compiling ssl_key_share.cc
[372/755] Compiling ssl_cipher.cc
[374/755] Compiling ssl_cert.cc
[375/755] Compiling ssl_credential.cc
[376/755] Compiling ssl_asn1.cc
[377/755] Compiling s3_pkt.cc
[378/755] Compiling ssl_buffer.cc
[379/755] Compiling ssl_aead_ctx.cc
[380/755] Compiling s3_both.cc
[381/755] Compiling s3_lib.cc
[382/755] Compiling handshake_server.cc
[383/755] Compiling handshake_client.cc
[384/755] Compiling handshake.cc
[385/755] Compiling dtls_record.cc
[386/755] Compiling handoff.cc
[387/755] Compiling dtls_method.cc
[388/755] Compiling md5-x86_64-linux.S
[389/755] Compiling encrypted_client_hello.cc
[390/755] Compiling d1_srtp.cc
[391/755] Compiling md5-x86_64-apple.S
[392/755] Compiling md5-586-linux.S
[393/755] Compiling md5-586-apple.S
[394/755] Compiling chacha20_poly1305_x86_64-apple.S
[395/755] Compiling chacha20_poly1305_armv8-win.S
[396/755] Compiling chacha20_poly1305_x86_64-linux.S
[397/755] Compiling chacha20_poly1305_armv8-linux.S
[398/755] Compiling chacha20_poly1305_armv8-apple.S
[399/755] Compiling chacha-x86_64-linux.S
[400/755] Compiling chacha-x86_64-apple.S
[401/755] Compiling extensions.cc
[402/755] Compiling chacha-x86-linux.S
[403/755] Compiling chacha-armv8-win.S
[404/755] Compiling chacha-x86-apple.S
[405/755] Compiling chacha-armv8-linux.S
[406/755] Compiling chacha-armv8-apple.S
[407/755] Compiling aes128gcmsiv-x86_64-linux.S
[408/755] Compiling chacha-armv4-linux.S
[409/755] Compiling err_data.cc
[410/755] Compiling aes128gcmsiv-x86_64-apple.S
[411/755] Compiling x86_64-mont5-linux.S
[412/755] Compiling x86_64-mont5-apple.S
[413/755] Compiling x86_64-mont-apple.S
[414/755] Compiling x86_64-mont-linux.S
[415/755] Compiling x86-mont-apple.S
[416/755] Compiling vpaes-x86_64-apple.S
[417/755] Compiling vpaes-x86_64-linux.S
[418/755] Compiling x86-mont-linux.S
[419/755] Compiling vpaes-x86-linux.S
[420/755] Compiling vpaes-x86-apple.S
[421/755] Compiling vpaes-armv8-win.S
[422/755] Compiling d1_pkt.cc
[423/755] Compiling vpaes-armv8-linux.S
[424/755] Compiling vpaes-armv8-apple.S
[425/755] Compiling sha512-x86_64-apple.S
[426/755] Compiling sha512-x86_64-linux.S
[427/755] Compiling sha512-armv8-win.S
[428/755] Compiling vpaes-armv7-linux.S
[429/755] Compiling sha512-armv8-apple.S
[430/755] Compiling sha512-armv4-linux.S
[431/755] Compiling sha512-armv8-linux.S
[432/755] Compiling sha512-586-linux.S
[433/755] Compiling sha512-586-apple.S
[434/755] Compiling sha256-x86_64-linux.S
[435/755] Compiling sha256-armv8-win.S
[436/755] Compiling sha256-x86_64-apple.S
[437/755] Compiling sha256-armv8-apple.S
[438/755] Compiling sha256-armv8-linux.S
[439/755] Compiling bio_ssl.cc
[440/755] Compiling sha256-armv4-linux.S
[441/755] Compiling sha256-586-linux.S
[442/755] Compiling sha256-586-apple.S
[443/755] Compiling sha1-x86_64-apple.S
[444/755] Compiling d1_lib.cc
[445/755] Compiling sha1-x86_64-linux.S
[446/755] Compiling sha1-armv8-win.S
[447/755] Compiling sha1-armv8-linux.S
[448/755] Compiling sha1-armv8-apple.S
[449/755] Compiling sha1-armv4-large-linux.S
[450/755] Compiling sha1-586-linux.S
[451/755] Compiling sha1-586-apple.S
[452/755] Compiling rdrand-x86_64-linux.S
[453/755] Compiling rsaz-avx2-linux.S
[454/755] Compiling rsaz-avx2-apple.S
[455/755] Compiling p256_beeu-x86_64-asm-linux.S
[456/755] Compiling p256_beeu-armv8-asm-win.S
[457/755] Compiling rdrand-x86_64-apple.S
[458/755] Compiling p256_beeu-x86_64-asm-apple.S
[459/755] Compiling d1_both.cc
[460/755] Compiling p256_beeu-armv8-asm-apple.S
[461/755] Compiling p256_beeu-armv8-asm-linux.S
[462/755] Compiling p256-x86_64-asm-linux.S
[463/755] Compiling p256-armv8-asm-linux.S
[463/755] Compiling p256-x86_64-asm-apple.S
[463/755] Compiling p256-armv8-asm-apple.S
[466/755] Compiling ghashv8-armv8-win.S
[467/755] Compiling p256-armv8-asm-win.S
[468/755] Compiling ghashv8-armv8-linux.S
[469/755] Compiling ghashv8-armv8-apple.S
[470/755] Compiling ghashv8-armv7-linux.S
[471/755] Compiling ghash-x86_64-apple.S
[472/755] Compiling ghash-x86-linux.S
[473/755] Compiling ghash-x86_64-linux.S
[474/755] Compiling ghash-x86-apple.S
[475/755] Compiling ghash-ssse3-x86_64-linux.S
[476/755] Compiling ghash-ssse3-x86_64-apple.S
[477/755] Compiling ghash-ssse3-x86-apple.S
[478/755] Compiling ghash-ssse3-x86-linux.S
[479/755] Compiling ghash-neon-armv8-win.S
[480/755] Compiling ghash-neon-armv8-linux.S
[480/755] Compiling ghash-neon-armv8-apple.S
[482/755] Compiling co-586-apple.S
[483/755] Compiling ghash-armv4-linux.S
[484/755] Compiling co-586-linux.S
[485/755] Compiling bn-armv8-win.S
[486/755] Compiling bsaes-armv7-linux.S
[487/755] Compiling bn-armv8-apple.S
[488/755] Compiling bn-armv8-linux.S
[489/755] Compiling bn-586-linux.S
[490/755] Compiling armv8-mont-apple.S
[490/755] Compiling aesv8-gcm-armv8-linux.S
[491/755] Compiling armv8-mont-win.S
[493/755] Compiling aesv8-gcm-armv8-win.S
[493/755] Compiling armv8-mont-linux.S
[495/755] Compiling armv4-mont-linux.S
[495/755] Compiling bn-586-apple.S
[497/755] Compiling aesv8-gcm-armv8-apple.S
[498/755] Compiling aesv8-armv8-linux.S
[499/755] Compiling aesv8-armv8-apple.S
[499/755] Compiling aesni-x86_64-apple.S
[501/755] Compiling aesv8-armv7-linux.S
[502/755] Compiling aesv8-armv8-win.S
[503/755] Compiling aesni-x86-apple.S
[504/755] Compiling aesni-x86_64-linux.S
[505/755] Compiling aesni-x86-linux.S
[506/755] Compiling aesni-gcm-x86_64-apple.S
[507/755] Compiling aes-gcm-avx10-x86_64-apple.S
[508/755] Compiling aes-gcm-avx2-x86_64-linux.S
[509/755] Compiling aesni-gcm-x86_64-linux.S
[510/755] Compiling aes-gcm-avx2-x86_64-apple.S
[511/755] Compiling aes-gcm-avx10-x86_64-linux.S
[512/755] Compiling x_sig.cc
[513/755] Compiling x_x509.cc
[514/755] Compiling x_pubkey.cc
[515/755] Compiling x_x509a.cc
[516/755] Compiling x_req.cc
[517/755] Compiling x_name.cc
[518/755] Compiling x_val.cc
[519/755] Compiling x_spki.cc
[520/755] Compiling x_exten.cc
[521/755] Compiling x_crl.cc
[522/755] Compiling x_algor.cc
[523/755] Compiling x_all.cc
[524/755] Compiling x509spki.cc
[525/755] Compiling x_attrib.cc
[526/755] Compiling x509rset.cc
[527/755] Compiling x509name.cc
[528/755] Compiling x509_v3.cc
[529/755] Compiling x509_vpm.cc
[530/755] Compiling x509_vfy.cc
[531/755] Compiling x509cset.cc
[532/755] Compiling x509_txt.cc
[533/755] Compiling x509_trs.cc
[534/755] Compiling x509_req.cc
[535/755] Compiling x509_set.cc
[536/755] Compiling x509_obj.cc
[537/755] Compiling x509_d2.cc
[538/755] Compiling x509_ext.cc
[539/755] Compiling x509_cmp.cc
[540/755] Compiling x509_lu.cc
[541/755] Compiling x509_def.cc
[542/755] Compiling v3_skey.cc
[543/755] Compiling x509_att.cc
[543/755] Compiling v3_utl.cc
[545/755] Compiling v3_prn.cc
[546/755] Compiling x509.cc
[547/755] Compiling v3_purp.cc
[548/755] Compiling v3_pmaps.cc
[549/755] Compiling v3_pcons.cc
[550/755] Compiling v3_int.cc
[551/755] Compiling v3_ncons.cc
[552/755] Compiling v3_lib.cc
[553/755] Compiling v3_ocsp.cc
[554/755] Compiling v3_info.cc
[555/755] Compiling v3_ia5.cc
[556/755] Compiling v3_genn.cc
[557/755] Compiling v3_extku.cc
[558/755] Compiling v3_conf.cc
[559/755] Compiling v3_bitst.cc
[560/755] Compiling v3_bcons.cc
[561/755] Compiling v3_cpols.cc
[562/755] Compiling v3_enum.cc
[563/755] Compiling v3_crld.cc
[564/755] Compiling v3_alt.cc
[565/755] Compiling v3_akeya.cc
[566/755] Compiling t_x509a.cc
[567/755] Compiling t_crl.cc
[568/755] Compiling t_req.cc
[569/755] Compiling t_x509.cc
[570/755] Compiling v3_akey.cc
[571/755] Compiling rsa_pss.cc
[572/755] Compiling i2d_pr.cc
[573/755] Compiling policy.cc
[574/755] Compiling name_print.cc
[575/755] Compiling by_file.cc
[576/755] Compiling a_sign.cc
[577/755] Compiling algorithm.cc
[578/755] Compiling by_dir.cc
[579/755] Compiling asn1_gen.cc
[580/755] Compiling a_verify.cc
[581/755] Compiling thread_win.cc
[582/755] Compiling voprf.cc
[582/755] Compiling a_digest.cc
[584/755] Compiling thread.cc
[585/755] Compiling thread_pthread.cc
[586/755] Compiling thread_none.cc
[587/755] Compiling stack.cc
[588/755] Compiling pmbtoken.cc
[589/755] Compiling trust_token.cc
[590/755] Compiling siphash.cc
[591/755] Compiling sha256.cc
[592/755] Compiling sha512.cc
[593/755] Compiling slhdsa.cc
[594/755] Compiling rsa_extra.cc
[595/755] Compiling sha1.cc
[596/755] Compiling spake2plus.cc
[597/755] Compiling refcount.cc
[598/755] Compiling rsa_print.cc
[599/755] Compiling rc4.cc
[600/755] Compiling rsa_crypt.cc
[601/755] Compiling windows.cc
[602/755] Compiling trusty.cc
[603/755] Compiling rsa_asn1.cc
[604/755] Compiling rand.cc
[605/755] Compiling passive.cc
[606/755] Compiling urandom.cc
[607/755] Compiling poly1305_arm_asm.S
[608/755] Compiling ios.cc
[609/755] Compiling getentropy.cc
[610/755] Compiling deterministic.cc
[611/755] Compiling forkunsafe.cc
[612/755] Compiling fork_detect.cc
[613/755] Compiling poly1305.cc
[614/755] Compiling poly1305_vec.cc
[615/755] Compiling poly1305_arm.cc
[616/755] Compiling pool.cc
[617/755] Compiling pkcs7.cc
[618/755] Compiling pkcs8.cc
[619/755] Compiling pkcs7_x509.cc
[620/755] Compiling p5_pbev2.cc
[621/755] Compiling pem_xaux.cc
[622/755] Compiling pkcs8_x509.cc
[623/755] Compiling pem_pkey.cc
[624/755] Compiling pem_x509.cc
[625/755] Compiling pem_pk8.cc
[626/755] Compiling mldsa.cc
[627/755] Compiling mlkem.cc
[628/755] Compiling pem_info.cc
[629/755] Compiling obj_xref.cc
[630/755] Compiling pem_oth.cc
[631/755] Compiling pem_lib.cc
[632/755] Compiling pem_all.cc
[633/755] Compiling obj.cc
[634/755] Compiling poly_rq_mul.S
[635/755] Compiling fips_shared_support.cc
[636/755] Compiling mem.cc
[637/755] Compiling md4.cc
[638/755] Compiling md5.cc
[639/755] Compiling lhash.cc
[640/755] Compiling hrss.cc
[641/755] Compiling ex_data.cc
[642/755] Compiling kyber.cc
[643/755] Compiling sign.cc
[644/755] Compiling scrypt.cc
[645/755] Compiling pbkdf.cc
[646/755] Compiling hpke.cc
[647/755] Compiling print.cc
[648/755] Compiling p_x25519.cc
[649/755] Compiling p_x25519_asn1.cc
[650/755] Compiling p_ed25519.cc
[651/755] Compiling p_rsa_asn1.cc
[652/755] Compiling p_rsa.cc
[653/755] Compiling p_hkdf.cc
[654/755] Compiling p_ed25519_asn1.cc
[655/755] Compiling p_ec_asn1.cc
[656/755] Compiling p_ec.cc
[657/755] Compiling p_dh.cc
[658/755] Compiling p_dh_asn1.cc
[659/755] Compiling evp_ctx.cc
[660/755] Compiling p_dsa_asn1.cc
[661/755] Compiling evp.cc
[662/755] Compiling err.cc
[663/755] Compiling engine.cc
[664/755] Compiling ecdh.cc
[665/755] Compiling evp_asn1.cc
[666/755] Compiling hash_to_curve.cc
[667/755] Compiling ecdsa_asn1.cc
[668/755] Compiling ec_derive.cc
[669/755] Compiling ec_asn1.cc
[670/755] Compiling dsa.cc
[671/755] Compiling params.cc
[672/755] Compiling digest_extra.cc
[673/755] Compiling des.cc
[674/755] Compiling dh_asn1.cc
[675/755] Compiling dsa_asn1.cc
[676/755] Compiling x25519-asm-arm.S
[677/755] Compiling spake25519.cc
[678/755] Compiling bcm.cc
[679/755] Compiling crypto.cc
[680/755] Compiling cpu_arm_linux.cc
[680/755] Compiling curve25519.cc
[682/755] Compiling cpu_intel.cc
[683/755] Compiling cpu_arm_freebsd.cc
[684/755] Compiling cpu_aarch64_win.cc
[685/755] Compiling cpu_aarch64_fuchsia.cc
[686/755] Compiling cpu_aarch64_sysreg.cc
[687/755] Compiling cpu_aarch64_linux.cc
[687/755] Compiling cpu_aarch64_openbsd.cc
[689/755] Compiling cpu_aarch64_apple.cc
[690/755] Compiling curve25519_64_adx.cc
[691/755] Compiling tls_cbc.cc
[692/755] Compiling conf.cc
[693/755] Compiling e_des.cc
[694/755] Compiling get_cipher.cc
[695/755] Compiling e_rc4.cc
[696/755] Compiling e_null.cc
[697/755] Compiling e_tls.cc
[698/755] Compiling e_rc2.cc
[699/755] Compiling e_chacha20poly1305.cc
[700/755] Compiling e_aesgcmsiv.cc
[701/755] Compiling e_aesctrhmac.cc
[702/755] Compiling derive_key.cc
[703/755] Compiling chacha.cc
[704/755] Compiling unicode.cc
[705/755] Compiling cbb.cc
[706/755] Compiling buf.cc
[707/755] Compiling ber.cc
[708/755] Compiling cbs.cc
[709/755] Compiling asn1_compat.cc
[710/755] Compiling bn_asn1.cc
[711/755] Compiling blake2.cc
[712/755] Compiling convert.cc
[713/755] Compiling socket.cc
[714/755] Compiling printf.cc
[715/755] Compiling socket_helper.cc
[716/755] Compiling hexdump.cc
[717/755] Compiling fd.cc
[718/755] Compiling pair.cc
[719/755] Compiling errno.cc
[720/755] Compiling file.cc
[721/755] Compiling connect.cc
[722/755] Compiling bio_mem.cc
[723/755] Compiling base64.cc
[724/755] Compiling tasn_typ.cc
[725/755] Compiling bio.cc
[726/755] Compiling tasn_enc.cc
[727/755] Compiling tasn_fre.cc
[728/755] Compiling tasn_utl.cc
[729/755] Compiling posix_time.cc
[730/755] Compiling f_string.cc
[731/755] Compiling f_int.cc
[732/755] Compiling tasn_dec.cc
[733/755] Compiling tasn_new.cc
[734/755] Compiling asn_pack.cc
[735/755] Compiling asn1_par.cc
[736/755] Compiling asn1_lib.cc
[737/755] Compiling a_octet.cc
[738/755] Compiling a_type.cc
[739/755] Compiling a_utctm.cc
[740/755] Compiling a_time.cc
[741/755] Compiling a_strex.cc
[742/755] Compiling a_strnid.cc
[743/755] Compiling a_object.cc
[744/755] Compiling a_i2d_fp.cc
[745/755] Write sources
[748/755] Compiling a_mbstr.cc
[749/755] Compiling a_dup.cc
[750/755] Compiling a_d2i_fp.cc
[751/755] Compiling a_gentm.cc
[752/812] Compiling a_bitstr.cc
[753/825] Compiling a_int.cc
[754/827] Compiling a_bool.cc
[756/827] Compiling Atomics AtomicMemoryOrderings.swift
[757/827] Compiling Atomics DoubleWord.swift
[758/829] Compiling Atomics ManagedAtomic.swift
[759/829] Compiling Atomics ManagedAtomicLazyReference.swift
[760/829] Compiling Atomics UnsafeAtomic.swift
[761/829] Compiling Atomics UnsafeAtomicLazyReference.swift
[762/829] Compiling Atomics OptionalRawRepresentable.swift
[763/829] Compiling Atomics RawRepresentable.swift
[764/829] Compiling Atomics AtomicBool.swift
[765/829] Compiling Atomics IntegerConformances.swift
[766/829] Compiling Atomics PointerConformances.swift
[767/829] Compiling Atomics Primitives.native.swift
[768/829] Compiling Atomics Primitives.shims.swift
[769/829] Compiling Atomics AtomicInteger.swift
[773/836] Emitting module BitCollections
[774/836] Compiling BitCollections BitSet+Initializers.swift
[775/836] Compiling BitCollections BitSet+Invariants.swift
[776/836] Compiling BitCollections BitSet+Random.swift
[777/836] Compiling BitCollections BitSet+SetAlgebra basics.swift
[778/836] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[779/836] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[780/836] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[781/836] Compiling Atomics IntegerOperations.swift
[782/836] Compiling Atomics Unmanaged extensions.swift
[785/836] Compiling Atomics AtomicOptionalWrappable.swift
[786/836] Compiling Atomics AtomicReference.swift
[787/836] Compiling Atomics AtomicStorage.swift
[788/836] Compiling Atomics AtomicValue.swift
[789/836] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[790/836] Compiling BitCollections BitSet+CustomReflectable.swift
[791/836] Compiling BitCollections BitSet+CustomStringConvertible.swift
[792/836] Compiling BitCollections BitSet+Equatable.swift
[793/836] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[794/836] Compiling BitCollections BitSet+Extras.swift
[795/836] Compiling BitCollections BitSet+Hashable.swift
[804/836] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[805/836] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[806/836] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[807/836] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[808/836] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[809/836] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[810/836] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[811/836] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[812/836] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[813/836] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[814/836] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[815/836] Compiling BitCollections BitSet+SetAlgebra union.swift
[816/836] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[817/836] Compiling BitCollections BitSet.Counted.swift
[818/836] Compiling BitCollections BitSet.Index.swift
[819/836] Compiling BitCollections BitSet._UnsafeHandle.swift
[820/836] Compiling BitCollections BitSet.swift
[821/836] Compiling BitCollections Range+Utilities.swift
[822/836] Compiling BitCollections Slice+Utilities.swift
[823/836] Compiling BitCollections UInt+Tricks.swift
[824/836] Compiling BitCollections _Word.swift
[829/836] Compiling BitCollections BitArray._UnsafeHandle.swift
[830/836] Compiling BitCollections BitArray.swift
[831/836] Compiling BitCollections BitSet+BidirectionalCollection.swift
[832/836] Compiling BitCollections BitSet+Codable.swift
[834/839] Compiling Collections Collections.swift
[835/839] Emitting module Collections
[836/840] Emitting module Atomics
[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 GlobalSingletons.swift
[851/908] Compiling NIOCore IO.swift
[852/908] Compiling NIOCore IOData.swift
[853/908] Compiling NIOCore IPProtocol.swift
[854/908] Compiling NIOCore IntegerBitPacking.swift
[855/908] Compiling NIOCore IntegerTypes.swift
[856/908] Compiling NIOCore Interfaces.swift
[857/908] Compiling NIOCore Linux.swift
[858/908] Compiling NIOCore EventLoop.swift
[859/908] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[860/908] Compiling NIOCore EventLoopFuture+Deprecated.swift
[861/908] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[862/908] Compiling NIOCore EventLoopFuture.swift
[863/908] Compiling NIOCore FileDescriptor.swift
[864/908] Compiling NIOCore FileHandle.swift
[865/908] Compiling NIOCore FileRegion.swift
[866/908] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[867/908] Compiling NIOCore SocketAddresses.swift
[868/908] Compiling NIOCore SocketOptionProvider.swift
[869/908] Compiling NIOCore SystemCallHelpers.swift
[870/908] Compiling NIOCore TimeAmount+Duration.swift
[871/908] Compiling NIOCore TypeAssistedChannelHandler.swift
[872/908] Compiling NIOCore UniversalBootstrapSupport.swift
[873/908] Compiling NIOCore Utilities.swift
[874/908] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[875/908] Compiling NIOCore BSDSocketAPI.swift
[876/908] Compiling NIOCore ByteBuffer-aux.swift
[877/908] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[878/908] Compiling NIOCore ByteBuffer-conversions.swift
[879/908] Compiling NIOCore ByteBuffer-core.swift
[880/908] Compiling NIOCore ByteBuffer-hex.swift
[881/908] Compiling NIOCore ByteBuffer-int.swift
[882/908] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[883/908] Compiling NIOCore ChannelPipeline.swift
[884/908] Compiling NIOCore CircularBuffer.swift
[885/908] Compiling NIOCore Codec.swift
[886/908] Compiling NIOCore ConvenienceOptionSupport.swift
[887/908] Compiling NIOCore DeadChannel.swift
[888/908] Compiling NIOCore DispatchQueue+WithFuture.swift
[889/908] Compiling NIOCore EventLoop+Deprecated.swift
[890/908] Compiling NIOCore EventLoop+SerialExecutor.swift
[891/908] Compiling NIOCore ByteBuffer-multi-int.swift
[892/908] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[893/908] Compiling NIOCore ByteBuffer-views.swift
[894/908] Compiling NIOCore Channel.swift
[895/908] Compiling NIOCore ChannelHandler.swift
[896/908] Compiling NIOCore ChannelHandlers.swift
[897/908] Compiling NIOCore ChannelInvoker.swift
[898/908] Compiling NIOCore ChannelOption.swift
[899/908] Compiling NIOCore AddressedEnvelope.swift
[900/908] Compiling NIOCore AsyncAwaitSupport.swift
[901/908] Compiling NIOCore AsyncChannel.swift
[902/908] Compiling NIOCore AsyncChannelHandler.swift
[903/908] Compiling NIOCore AsyncChannelInboundStream.swift
[904/908] Compiling NIOCore AsyncChannelOutboundWriter.swift
[905/908] Compiling NIOCore NIOAsyncSequenceProducer.swift
[906/908] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[907/908] Compiling NIOCore NIOAsyncWriter.swift
[908/908] Emitting module NIOCore
[910/960] Compiling NIOEmbedded AsyncTestingChannel.swift
[911/960] Emitting module NIOEmbedded
[912/960] Compiling NIOEmbedded Embedded.swift
[913/960] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[915/961] Emitting module NIOPosix
[916/967] Compiling NIOPosix BSDSocketAPICommon.swift
[917/967] Compiling NIOPosix BSDSocketAPIPosix.swift
[918/967] Compiling NIOPosix BSDSocketAPIWindows.swift
[919/967] Compiling NIOPosix BaseSocket.swift
[920/967] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[921/967] Compiling NIOPosix BaseSocketChannel.swift
[922/967] Compiling NIOPosix BaseStreamSocketChannel.swift
[923/967] Compiling NIOPosix PooledRecvBufferAllocator.swift
[924/967] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[925/967] Compiling NIOPosix PosixSingletons.swift
[926/967] Compiling NIOPosix RawSocketBootstrap.swift
[927/967] Compiling NIOPosix Resolver.swift
[928/967] Compiling NIOPosix Selectable.swift
[929/967] Compiling NIOPosix ServerSocket.swift
[930/967] Compiling NIOPosix Socket.swift
[931/967] Compiling NIOPosix SocketChannel.swift
[932/967] Compiling NIOPosix SocketProtocols.swift
[933/967] Compiling NIOPosix System.swift
[934/967] Compiling NIOPosix Thread.swift
[935/967] Compiling NIOPosix SelectableChannel.swift
[936/967] Compiling NIOPosix SelectableEventLoop.swift
[937/967] Compiling NIOPosix SelectorEpoll.swift
[938/967] Compiling NIOPosix SelectorGeneric.swift
[939/967] Compiling NIOPosix SelectorKqueue.swift
[940/967] Compiling NIOPosix SelectorUring.swift
[941/967] Compiling NIOPosix ThreadPosix.swift
[942/967] Compiling NIOPosix ThreadWindows.swift
[943/967] Compiling NIOPosix UnsafeTransfer.swift
[944/967] Compiling NIOPosix Utilities.swift
[945/967] Compiling NIOPosix VsockAddress.swift
[946/967] Compiling NIOPosix VsockChannelEvents.swift
[947/967] Compiling NIOPosix IO.swift
[948/967] Compiling NIOPosix IntegerBitPacking.swift
[949/967] Compiling NIOPosix IntegerTypes.swift
[950/967] Compiling NIOPosix Linux.swift
[951/967] Compiling NIOPosix LinuxCPUSet.swift
[952/967] Compiling NIOPosix LinuxUring.swift
[953/967] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[954/967] Compiling NIOPosix Bootstrap.swift
[955/967] Compiling NIOPosix ControlMessage.swift
[956/967] Compiling NIOPosix DatagramVectorReadManager.swift
[957/967] Compiling NIOPosix Errors+Any.swift
[958/967] Compiling NIOPosix FileDescriptor.swift
[959/967] Compiling NIOPosix GetaddrinfoResolver.swift
[960/967] Compiling NIOPosix HappyEyeballs.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] Emitting module NIO
[970/970] Compiling NIO Exports.swift
[972/1107] Compiling NIOTLS TLSEvents.swift
[973/1107] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[974/1107] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[975/1107] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[976/1107] Emitting module NIOTLS
[977/1107] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[978/1107] Emitting module NIOFoundationCompat
[979/1108] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[980/1108] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[981/1108] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[982/1108] Compiling NIOTLS SNIHandler.swift
[985/1160] Compiling NIOTransportServices NIOTSErrors.swift
[986/1160] Compiling NIOTransportServices NIOTSEventLoop.swift
[987/1160] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[988/1160] Compiling NIOTransportServices NIOTSSingletons.swift
[989/1160] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[990/1160] Compiling NIOTransportServices NIOTSBootstraps.swift
[991/1160] Compiling NIOTransportServices NIOTSChannelOptions.swift
[992/1160] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[993/1160] Compiling NIOSSL RNG.swift
[994/1160] Compiling NIOSSL SafeCompare.swift
[995/1160] Compiling NIOSSL Zeroization.swift
[996/1160] Compiling NIOSSL SSLPublicKey.swift
[997/1160] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[998/1160] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[999/1160] Compiling NIOSSL SubjectAlternativeName.swift
[1000/1160] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1001/1160] Compiling SQLKit SQLColumnDefinition.swift
[1002/1160] Compiling SQLKit SQLCommonTableExpression.swift
[1003/1160] Compiling SQLKit SQLConflictAction.swift
[1004/1160] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1005/1160] Compiling SQLKit SQLDropBehaviour.swift
[1006/1160] Compiling SQLKit SQLEnumDataType.swift
[1007/1160] Compiling SQLKit SQLExcludedColumn.swift
[1008/1160] Compiling SQLKit SQLForeignKey.swift
[1009/1160] Compiling SQLKit SQLJoin.swift
[1010/1160] Compiling SQLKit SQLJoinMethod.swift
[1011/1172] Emitting module NIOTransportServices
[1015/1174] Compiling SQLKit SQLLockingClause.swift
[1016/1174] Compiling SQLKit SQLOrderBy.swift
[1017/1174] Compiling SQLKit SQLReturning.swift
[1018/1174] Compiling SQLKit SQLSubquery.swift
[1019/1174] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1020/1174] Compiling SQLKit SQLAlterEnum.swift
[1021/1174] Compiling SQLKit SQLAlterTable.swift
[1022/1174] Compiling SQLKit SQLCreateEnum.swift
[1023/1174] Compiling SQLKit SQLCreateIndex.swift
[1024/1174] Compiling SQLKit SQLCreateTable.swift
[1025/1174] Compiling SQLKit SQLCreateTrigger.swift
[1026/1174] Compiling SQLKit SQLDelete.swift
[1027/1174] Compiling SQLKit SQLDropEnum.swift
[1028/1174] Compiling SQLKit SQLAlterEnumBuilder.swift
[1029/1174] Compiling SQLKit SQLAlterTableBuilder.swift
[1030/1174] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1031/1174] Compiling SQLKit SQLCreateEnumBuilder.swift
[1032/1174] Compiling SQLKit SQLCreateIndexBuilder.swift
[1033/1174] Compiling SQLKit SQLCreateTableBuilder.swift
[1034/1174] Compiling SQLKit SQLCreateTriggerBuilder.swift
[1035/1174] Compiling SQLKit SQLDeleteBuilder.swift
[1036/1174] Compiling SQLKit SQLDropEnumBuilder.swift
[1037/1174] Compiling SQLKit SQLDropIndexBuilder.swift
[1038/1174] Compiling SQLKit SQLDropTableBuilder.swift
[1039/1174] Compiling SQLKit SQLDropTriggerBuilder.swift
[1040/1174] Compiling SQLKit SQLInsertBuilder.swift
[1041/1174] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1042/1174] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1043/1174] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1044/1174] Compiling NIOTransportServices StateManagedChannel.swift
[1045/1174] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1046/1174] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1047/1174] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1053/1174] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1054/1174] Compiling SQLKit Exports.swift
[1055/1174] Compiling SQLKit SQLAlias.swift
[1056/1174] Compiling SQLKit SQLBetween.swift
[1057/1174] Compiling SQLKit SQLColumn.swift
[1058/1174] Compiling SQLKit SQLConstraint.swift
[1059/1174] Compiling SQLKit SQLDataType.swift
[1060/1174] Compiling SQLKit SQLDirection.swift
[1061/1174] Compiling SQLKit SQLDistinct.swift
[1062/1174] Compiling SQLKit SQLForeignKeyAction.swift
[1063/1174] Compiling SQLKit SQLNestedSubpathExpression.swift
[1064/1174] Compiling SQLKit SQLQualifiedTable.swift
[1065/1174] Compiling SQLKit SQLQueryString.swift
[1066/1174] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1067/1174] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1068/1174] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1069/1174] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1070/1174] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1071/1174] Compiling NIOTransportServices AcceptHandler.swift
[1072/1174] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1073/1174] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1081/1174] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1082/1174] Compiling SQLKit SQLRawBuilder.swift
[1083/1174] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1084/1174] Compiling SQLKit SQLSelectBuilder.swift
[1085/1174] Compiling SQLKit SQLSubqueryBuilder.swift
[1086/1174] Compiling SQLKit SQLUnionBuilder.swift
[1087/1174] Compiling SQLKit SQLUpdateBuilder.swift
[1088/1174] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1089/1174] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1090/1174] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1091/1174] Compiling SQLKit SQLCommonUnionBuilder.swift
[1092/1174] Compiling SQLKit SQLJoinBuilder.swift
[1093/1174] Compiling SQLKit SQLPartialResultBuilder.swift
[1101/1186] Compiling DNSClient ConfigParser.swift
[1102/1187] Compiling DNSClient MessageOptions.swift
[1103/1187] Emitting module DNSClient
[1104/1187] Compiling DNSClient DNSEncoder.swift
[1105/1187] Compiling DNSClient Errors.swift
[1106/1187] Compiling DNSClient Helpers.swift
[1107/1187] Compiling DNSClient SRV.swift
[1108/1187] Emitting module SQLKit
[1109/1187] Compiling DNSClient Message.swift
[1110/1187] Compiling DNSClient DNSClient+Query.swift
[1111/1187] Compiling DNSClient DNSDecoder.swift
[1112/1187] Compiling DNSClient Client.swift
[1113/1187] Compiling DNSClient DNSClient+Connect.swift
[1115/1188] Emitting module NIOSSL
[1128/1195] Compiling NIOSSL TLSConfiguration.swift
[1129/1195] Compiling NIOSSL UniversalBootstrapSupport.swift
[1130/1195] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1158/1195] Compiling SQLKit SQLFunction.swift
[1159/1195] Compiling SQLKit SQLGroupExpression.swift
[1160/1195] Compiling SQLKit SQLIdentifier.swift
[1161/1195] Compiling SQLKit SQLList.swift
[1162/1195] Compiling SQLKit SQLLiteral.swift
[1163/1195] Compiling SQLKit SQLRaw.swift
[1164/1195] Compiling SQLKit SQLCodingUtilities.swift
[1165/1195] Compiling SQLKit SQLQueryEncoder.swift
[1166/1195] Compiling SQLKit SQLRow.swift
[1167/1195] Compiling SQLKit SQLRowDecoder.swift
[1168/1195] Compiling SQLKit SomeCodingKey.swift
[1169/1195] Compiling SQLKit StringHandling.swift
[1171/1196] Emitting module BSON
[1193/1220] Compiling BSON Primitives.swift
[1194/1220] Compiling BSON RegularExpression.swift
[1195/1220] Compiling BSON Timestamp.swift
[1196/1220] Compiling BSON TypeIdentifier.swift
[1199/1305] Compiling MongoCore OpReply.swift
[1200/1305] Compiling MongoCore ProtocolHelpers.swift
[1201/1307] Compiling MongoCore Logger.swift
[1202/1307] Compiling MongoCore MongoReplyDeserializer.swift
[1203/1307] Compiling MongoCore Collation.swift
[1204/1307] Compiling MongoCore ConnectionSettings.swift
[1205/1307] Compiling MongoCore Namespace.swift
[1206/1307] Compiling MongoCore ReadConcern.swift
[1207/1307] Compiling MongoCore ServerHandshake.swift
[1208/1307] Compiling MongoCore WireVersion.swift
[1209/1307] Compiling MongoCore WriteConcern.swift
[1210/1307] Emitting module MongoCore
[1211/1307] Compiling MongoCore CommandPrimitives.swift
[1212/1307] Compiling MongoCore Error.swift
[1213/1307] Compiling MongoCore Exports.swift
[1214/1307] Compiling MongoCore MessageHeader.swift
[1215/1307] Compiling MongoCore MongoReply.swift
[1216/1307] Compiling MongoCore MongoRequest.swift
[1217/1307] Compiling MongoCore OpMessage.swift
[1218/1307] Compiling MongoCore OpQuery.swift
[1219/1307] Emitting module FluentKit
[1220/1319] Compiling MongoCore Sessions.swift
[1221/1319] Compiling MongoCore Tansaction.swift
[1244/1320] Compiling FluentKit TransactionControlDatabase.swift
[1245/1320] Compiling FluentKit DatabaseEnum.swift
[1246/1320] Compiling FluentKit EnumBuilder.swift
[1247/1320] Compiling FluentKit EnumMetadata.swift
[1248/1320] Compiling FluentKit EnumProperty.swift
[1249/1320] Compiling FluentKit OptionalEnumProperty.swift
[1250/1320] Compiling FluentKit Exports.swift
[1251/1320] Compiling FluentKit FluentError.swift
[1252/1320] Compiling FluentKit ModelMiddleware.swift
[1253/1320] Compiling FluentKit ModelResponder.swift
[1254/1320] Compiling FluentKit Migration.swift
[1255/1320] Compiling FluentKit MigrationLog.swift
[1256/1320] Compiling FluentKit Migrations.swift
[1257/1320] Compiling FluentKit Migrator.swift
[1258/1320] Compiling FluentKit AnyModel.swift
[1259/1320] Compiling FluentKit EagerLoad.swift
[1260/1320] Compiling FluentKit Fields+Codable.swift
[1261/1339] Compiling FluentKit QueryBuilder+Group.swift
[1262/1339] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[1263/1339] Compiling FluentKit QueryBuilder+Join.swift
[1264/1339] Compiling FluentKit QueryBuilder+Paginate.swift
[1265/1339] Compiling FluentKit QueryBuilder+Range.swift
[1266/1339] Compiling FluentKit QueryBuilder+Set.swift
[1267/1339] Compiling FluentKit QueryBuilder+Sort.swift
[1268/1339] Compiling FluentKit QueryBuilder.swift
[1269/1339] Compiling FluentKit DatabaseQuery+Action.swift
[1270/1339] Compiling FluentKit DatabaseQuery+Aggregate.swift
[1271/1339] Compiling FluentKit DatabaseQuery+Field.swift
[1272/1339] Compiling FluentKit DatabaseQuery+Filter.swift
[1273/1339] Emitting module MongoClient
[1274/1341] Compiling MongoClient MongoMiddleware.swift
[1275/1341] Compiling MongoClient MongoCursorResponse.swift
[1276/1341] Compiling MongoClient IsMaster.swift
[1277/1341] Compiling MongoClient KillCursors.swift
[1278/1341] Compiling FluentKit DatabaseQuery+Join.swift
[1279/1341] Compiling FluentKit DatabaseQuery+Range.swift
[1280/1341] Compiling FluentKit DatabaseQuery+Sort.swift
[1281/1341] Compiling FluentKit DatabaseQuery+Value.swift
[1282/1341] Compiling FluentKit DatabaseQuery.swift
[1283/1341] Compiling FluentKit QueryHistory.swift
[1284/1341] Compiling FluentKit DatabaseSchema.swift
[1285/1341] Compiling FluentKit SchemaBuilder.swift
[1286/1341] Compiling FluentKit OptionalType.swift
[1287/1341] Compiling FluentKit RandomGeneratable.swift
[1288/1341] Compiling FluentKit SomeCodingKey.swift
[1289/1341] Compiling FluentKit UnsafeMutableTransferBox.swift
[1290/1341] Compiling MongoClient Connection.swift
[1291/1341] Compiling MongoClient ConnectionContext.swift
[1292/1341] Compiling MongoClient ConnectionPool.swift
[1293/1341] Compiling MongoClient Helpers.swift
[1294/1341] Compiling MongoClient GetMore.swift
[1295/1341] Compiling MongoClient Channel+Connection.swift
[1296/1341] Compiling MongoClient Cluster.swift
[1297/1341] Compiling MongoClient Connection+Execute.swift
[1298/1341] Compiling MongoClient Cursor.swift
[1299/1341] Compiling MongoClient Error.swift
[1300/1341] Compiling MongoClient Exports.swift
[1301/1341] Compiling MongoClient Authenticate+ChallengeResponse.swift
[1302/1341] Compiling MongoClient Authenticate+SASL.swift
[1303/1341] Compiling MongoClient Authenticate.swift
[1304/1341] Compiling MongoClient OK.swift
[1305/1341] Compiling MongoClient SASL.swift
[1307/1357] Compiling FluentKit OptionalChild.swift
[1308/1357] Compiling FluentKit OptionalField.swift
[1309/1357] Compiling FluentKit OptionalParent.swift
[1310/1357] Compiling FluentKit Parent.swift
[1311/1357] Compiling FluentKit Property.swift
[1312/1357] Compiling FluentKit Relation.swift
[1313/1357] Compiling FluentKit Siblings.swift
[1314/1357] Compiling FluentKit Timestamp.swift
[1315/1357] Compiling FluentKit TimestampFormat.swift
[1316/1357] Compiling FluentKit QueryBuilder+Aggregate.swift
[1317/1357] Compiling FluentKit QueryBuilder+EagerLoad.swift
[1318/1357] Compiling FluentKit QueryBuilder+Filter.swift
[1319/1357] Compiling FluentKit Fields.swift
[1320/1357] Compiling FluentKit MirrorBypass.swift
[1321/1357] Compiling FluentKit Model+CRUD.swift
[1322/1357] Compiling FluentKit Model.swift
[1323/1357] Compiling FluentKit ModelAlias.swift
[1324/1357] Compiling FluentKit Schema.swift
[1325/1357] Compiling FluentKit FieldOperators.swift
[1326/1357] Compiling FluentKit Operators.swift
[1327/1357] Compiling FluentKit ValueOperators+Array.swift
[1328/1357] Compiling FluentKit ValueOperators+String.swift
[1329/1357] Compiling FluentKit ValueOperators.swift
[1330/1357] Compiling FluentKit Boolean.swift
[1331/1357] Compiling FluentKit BooleanPropertyFormat.swift
[1332/1357] Compiling FluentKit Children.swift
[1333/1357] Compiling FluentKit CompositeChildren.swift
[1334/1357] Compiling FluentKit CompositeID.swift
[1335/1357] Compiling FluentKit CompositeOptionalChild.swift
[1336/1357] Compiling FluentKit CompositeOptionalParent.swift
[1337/1357] Compiling FluentKit CompositeParent.swift
[1338/1357] Compiling FluentKit Field.swift
[1339/1357] Compiling FluentKit FieldKey.swift
[1340/1357] Compiling FluentKit Group.swift
[1341/1357] Compiling FluentKit ID.swift
[1342/1357] Compiling FluentKit OptionalBoolean.swift
[1343/1358] Compiling MongoKittenCore Cursor.swift
[1344/1358] Compiling MongoKittenCore Projection.swift
[1346/1360] Compiling MongoKittenCore Insert.swift
[1347/1360] Compiling MongoKittenCore ListCollections.swift
[1348/1360] Compiling MongoKittenCore ListDatabases.swift
[1349/1360] Compiling MongoKittenCore Update.swift
[1350/1360] Compiling MongoKittenCore Find.swift
[1351/1360] Compiling MongoKittenCore FindAndModify.swift
[1352/1360] Compiling MongoKittenCore Distinct.swift
[1353/1360] Compiling MongoKittenCore Drop.swift
[1354/1360] Emitting module MongoKittenCore
[1355/1360] Compiling MongoKittenCore Aggregate.swift
[1356/1360] Compiling MongoKittenCore Count.swift
[1357/1360] Compiling MongoKittenCore CreateIndexes.swift
[1358/1360] Compiling MongoKittenCore Delete.swift
[1359/1360] Compiling MongoKittenCore QueryBuilder.swift
[1360/1360] Compiling MongoKittenCore Sort.swift
[1362/1385] Compiling MongoKitten Error.swift
[1363/1385] Compiling MongoKitten Exports.swift
[1364/1385] Compiling MongoKitten GridFSBucket.swift
[1365/1385] Emitting module MongoKitten
[1366/1388] Compiling MongoKitten GridFSFileWriter.swift
[1367/1388] Compiling MongoKitten GridFSReader.swift
[1368/1388] Compiling MongoKitten IndexBuilder.swift
[1369/1388] Compiling MongoKitten Collection+Find.swift
[1370/1388] Compiling MongoKitten Collection+FindAndModify.swift
[1371/1388] Compiling MongoKitten Collection+Indexes.swift
[1372/1388] Compiling MongoKitten ChangeStream.swift
[1373/1388] Compiling MongoKitten Collection+Count.swift
[1374/1388] Compiling MongoKitten Collection+Delete.swift
[1375/1388] Compiling MongoKitten Collection+Distinct.swift
[1376/1388] Compiling MongoKitten Collection+Insert.swift
[1377/1388] Compiling MongoKitten Collection+Update.swift
[1378/1388] Compiling MongoKitten Cursor.swift
[1379/1388] Compiling MongoKitten GridFSChunk.swift
[1380/1388] Compiling MongoKitten GridFSError.swift
[1381/1388] Compiling MongoKitten GridFSFile.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 ChangeStream.swift
[1392/1411] Compiling FluentMongoDriver DatabaseQuery+Mongo.swift
[1393/1411] Compiling FluentMongoDriver DatabaseValue+Mongo.swift
[1394/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)
[1395/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)
[1396/1411] Compiling FluentMongoDriver ObjectId+RandomGeneratable.swift
[1397/1411] Compiling FluentMongoDriver Sort.swift
[1398/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 {
[1399/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 {
[1400/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 {
[1401/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 {
[1402/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 {
[1403/1411] Compiling FluentMongoDriver FieldKey+Mongo.swift
[1404/1411] Compiling FluentMongoDriver Filter.swift
[1405/1411] Compiling FluentMongoDriver GridFS.swift
[1406/1411] Compiling FluentMongoDriver Document+DatabaseOutput.swift
[1407/1411] Compiling FluentMongoDriver Errors.swift
[1408/1411] Compiling FluentMongoDriver Exports.swift
[1409/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 {
[1410/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 {
[1411/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 {
Build complete! (233.59s)
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.