Build Information
Successful build of MongoKitten, reference main (89ac0e), with Swift 6.1 for macOS (SPM) on 26 Apr 2026 15:01:24 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/MongoKitten.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orlandos-nl/MongoKitten
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 89ac0ea Fix CreateIndexes.Index missing `collation` in CodingKeys (#379)
Cloned https://github.com/orlandos-nl/MongoKitten.git
Revision (git rev-parse @):
89ac0ea331d51f1909042955c07632f40eec38fd
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orlandos-nl/MongoKitten.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/orlandos-nl/MongoKitten.git
https://github.com/orlandos-nl/MongoKitten.git
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "bson",
"requirement" : {
"range" : [
{
"lower_bound" : "8.0.9",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/orlandos-nl/BSON.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.43.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "dnsclient",
"requirement" : {
"range" : [
{
"lower_bound" : "2.4.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/orlandos-nl/DNSClient.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-distributed-tracing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-distributed-tracing.git"
}
],
"manifest_display_name" : "MongoKitten",
"name" : "MongoKitten",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MongoKitten",
"targets" : [
"MongoKitten"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Meow",
"targets" : [
"Meow"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MongoClient",
"targets" : [
"MongoClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MongoCore",
"targets" : [
"MongoCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "_MongoKittenCrypto",
"module_type" : "SwiftTarget",
"name" : "_MongoKittenCrypto",
"path" : "Sources/_MongoKittenCrypto",
"product_memberships" : [
"MongoKitten",
"Meow",
"MongoClient"
],
"sources" : [
"HMAC.swift",
"Hash.swift",
"Hex.swift",
"MD5.swift",
"PBKDF2.swift",
"SHA1.swift",
"SHA256.swift"
],
"type" : "library"
},
{
"c99name" : "MongoKittenTests",
"module_type" : "SwiftTarget",
"name" : "MongoKittenTests",
"path" : "Tests/MongoKittenTests",
"sources" : [
"CRUDTests.swift",
"ConnectionSettingsTests.swift",
"CryptoPerformanceTests.swift",
"CryptoTests.swift",
"TransactionTests.swift"
],
"target_dependencies" : [
"MongoKitten"
],
"type" : "test"
},
{
"c99name" : "MongoKittenCore",
"module_type" : "SwiftTarget",
"name" : "MongoKittenCore",
"path" : "Sources/MongoKittenCore",
"product_memberships" : [
"MongoKitten",
"Meow"
],
"sources" : [
"Commands/Aggregate.swift",
"Commands/CollMod.swift",
"Commands/Count.swift",
"Commands/CreateIndexes.swift",
"Commands/Delete.swift",
"Commands/Distinct.swift",
"Commands/Drop.swift",
"Commands/DropIndexes.swift",
"Commands/Explain.swift",
"Commands/Find.swift",
"Commands/FindAndModify.swift",
"Commands/Insert.swift",
"Commands/ListCollections.swift",
"Commands/ListDatabases.swift",
"Commands/Update.swift",
"Cursor.swift",
"FieldPath.swift",
"QueryPrimitives/Projection.swift",
"QueryPrimitives/QueryBuilder.swift",
"QueryPrimitives/Sorting.swift"
],
"target_dependencies" : [
"MongoClient"
],
"type" : "library"
},
{
"c99name" : "MongoKitten",
"module_type" : "SwiftTarget",
"name" : "MongoKitten",
"path" : "Sources/MongoKitten",
"product_memberships" : [
"MongoKitten",
"Meow"
],
"sources" : [
"Aggregate.swift",
"AggregateBuilder.swift",
"AggregateStage.swift",
"AsyncSequence.swift",
"BSON2JSON.swift",
"CLI+Helpers.swift",
"ChangeStream.swift",
"CollectionHelpers/Collection+Count.swift",
"CollectionHelpers/Collection+Delete.swift",
"CollectionHelpers/Collection+Distinct.swift",
"CollectionHelpers/Collection+Find.swift",
"CollectionHelpers/Collection+FindAndModify.swift",
"CollectionHelpers/Collection+Indexes.swift",
"CollectionHelpers/Collection+Insert.swift",
"CollectionHelpers/Collection+Update.swift",
"Cursor.swift",
"Date+ISO8601Format.swift",
"DiagnosticHelpers/Diagnostics+BuildInfo.swift",
"Error.swift",
"Exports.swift",
"GridFS/GridFSBucket.swift",
"GridFS/GridFSChunk.swift",
"GridFS/GridFSError.swift",
"GridFS/GridFSFile.swift",
"GridFS/GridFSFileWriter.swift",
"GridFS/GridFSReader.swift",
"IndexBuilder.swift",
"MongoCollection.swift",
"MongoDatabase.swift",
"MongoTransactionDatabase.swift"
],
"target_dependencies" : [
"MongoClient",
"MongoKittenCore"
],
"type" : "library"
},
{
"c99name" : "MongoCoreTests",
"module_type" : "SwiftTarget",
"name" : "MongoCoreTests",
"path" : "Tests/MongoCoreTests",
"sources" : [
"ProtocolTests.swift"
],
"target_dependencies" : [
"MongoCore"
],
"type" : "test"
},
{
"c99name" : "MongoCore",
"module_type" : "SwiftTarget",
"name" : "MongoCore",
"path" : "Sources/MongoCore",
"product_dependencies" : [
"BSON",
"NIO",
"NIOSSL",
"NIOFoundationCompat",
"Logging",
"Metrics",
"Atomics"
],
"product_memberships" : [
"MongoKitten",
"Meow",
"MongoClient",
"MongoCore"
],
"sources" : [
"CommandPrimitives.swift",
"Error.swift",
"MongoReplyDeserializer.swift",
"Primitives/Collation.swift",
"Primitives/ConnectionSettings.swift",
"Primitives/Namespace.swift",
"Primitives/ReadConcern.swift",
"Primitives/ServerHandshake.swift",
"Primitives/WireVersion.swift",
"Primitives/WriteConcern.swift",
"Protocol/MessageHeader.swift",
"Protocol/MongoReply.swift",
"Protocol/MongoRequest.swift",
"Protocol/OpMessage.swift",
"Protocol/OpQuery.swift",
"Protocol/OpReply.swift",
"Protocol/ProtocolHelpers.swift",
"Sessions.swift",
"Tansaction.swift"
],
"type" : "library"
},
{
"c99name" : "MongoClient",
"module_type" : "SwiftTarget",
"name" : "MongoClient",
"path" : "Sources/MongoClient",
"product_dependencies" : [
"DNSClient",
"Tracing"
],
"product_memberships" : [
"MongoKitten",
"Meow",
"MongoClient"
],
"sources" : [
"Authenticate+ChallengeResponse.swift",
"Authenticate+SASL.swift",
"Authenticate.swift",
"Channel+Connection.swift",
"Cluster.swift",
"Connection+Execute.swift",
"Connection.swift",
"ConnectionContext.swift",
"ConnectionPool.swift",
"Cursor.swift",
"Error.swift",
"Exports.swift",
"Helpers.swift",
"InternalCommands/GetMore.swift",
"InternalCommands/IsMaster.swift",
"InternalCommands/KillCursors.swift",
"MongoSingleConnectionPool.swift",
"Responses/MongoCursorResponse.swift",
"Responses/OK.swift",
"SASL.swift"
],
"target_dependencies" : [
"MongoCore",
"_MongoKittenCrypto"
],
"type" : "library"
},
{
"c99name" : "MeowTests",
"module_type" : "SwiftTarget",
"name" : "MeowTests",
"path" : "Tests/MeowTests",
"sources" : [
"MeowTests.swift"
],
"target_dependencies" : [
"Meow"
],
"type" : "test"
},
{
"c99name" : "Meow",
"module_type" : "SwiftTarget",
"name" : "Meow",
"path" : "Sources/Meow",
"product_memberships" : [
"Meow"
],
"sources" : [
"Aggregates.swift",
"Database.swift",
"Error.swift",
"Exports.swift",
"Indexes.swift",
"KeyPathModel/FindHelpers.swift",
"KeyPathModel/KeyPathModels.swift",
"KeyPathModel/MeowCollection+KeyPath.swift",
"KeyPathModel/TestDecoder.swift",
"MeowCollection.swift",
"Migrations.swift",
"Model.swift",
"Operators.swift",
"PartialModel.swift",
"Reference.swift"
],
"target_dependencies" : [
"MongoKitten"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/445] Write sources
[11/445] Copying PrivacyInfo.xcprivacy
[14/445] Write sources
[31/445] Compiling CNIOWindows shim.c
[32/445] Compiling CNIOWindows WSAStartup.c
[33/445] Compiling fiat_p256_adx_sqr.S
[34/445] Write swift-version-2F0A5646E1D333AE.txt
[35/445] Compiling fiat_p256_adx_mul.S
[36/445] Compiling fiat_curve25519_adx_square.S
[37/451] Compiling CNIOWASI CNIOWASI.c
[38/451] Compiling CNIOLinux liburing_shims.c
[39/451] Compiling CNIOOpenBSD shim.c
[39/451] Compiling CNIOLinux shim.c
[41/459] Compiling _AtomicsShims.c
[42/487] Compiling CNIOPosix event_loop_id.c
[43/487] Compiling fiat_curve25519_adx_mul.S
[44/492] Compiling CNIODarwin shim.c
[46/492] Compiling ServiceContextModule ServiceContextKey.swift
[47/492] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[48/492] Compiling InternalCollectionsUtilities _SortedCollection.swift
[49/493] Emitting module ServiceContextModule
[50/493] Compiling ServiceContextModule ServiceContext.swift
[51/493] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[52/493] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[53/493] Emitting module _NIOBase64
[54/493] Compiling _NIOBase64 Base64.swift
[55/493] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[56/493] Compiling InternalCollectionsUtilities UInt+reversed.swift
[57/493] Emitting module InternalCollectionsUtilities
[57/493] Compiling CNIOBoringSSLShims shims.c
[59/493] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[60/499] Compiling CoreMetrics WithMetricsFactory.swift
[61/499] Compiling Logging LogEvent.swift
[62/499] Compiling InternalCollectionsUtilities Debugging.swift
[63/499] Compiling InternalCollectionsUtilities Descriptions.swift
[64/499] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[65/499] Compiling InternalCollectionsUtilities Integer rank.swift
[66/499] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[67/499] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[68/499] Emitting module Logging
[69/499] Compiling _NIODataStructures _TinyArray.swift
[70/499] Compiling InternalCollectionsUtilities Span+Extras.swift
[71/499] Compiling InternalCollectionsUtilities String+Padding.swift
[72/499] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[73/499] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[74/499] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[75/499] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[76/499] Compiling Logging MetadataProvider.swift
[77/499] Compiling Logging Locks.swift
[78/499] Compiling _NIODataStructures PriorityQueue.swift
[79/499] Compiling _NIODataStructures Heap.swift
[80/499] Emitting module _NIODataStructures
[81/499] Compiling Instrumentation NoOpInstrument.swift
[82/499] Compiling Instrumentation MultiplexInstrument.swift
[83/499] Compiling Instrumentation Instrument.swift
[84/499] Compiling Instrumentation InstrumentationSystem.swift
[85/499] Compiling Instrumentation Locks.swift
[86/499] Emitting module Instrumentation
[86/499] Compiling tls_record.cc
[88/499] Compiling CoreMetrics Locks.swift
[89/499] Emitting module CoreMetrics
[90/499] Compiling CoreMetrics Metrics.swift
[91/499] Compiling CoreMetrics MappingMetricsFactory.swift
[92/541] Compiling ContainersPreview OutputSpan+Extras.swift
[93/541] Compiling ContainersPreview TemporaryAllocation.swift
[94/541] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[95/541] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[96/541] Compiling ContainersPreview Producer+Filter.swift
[97/541] Compiling ContainersPreview Producer+Map.swift
[98/541] Compiling ContainersPreview Producer+Reduce.swift
[99/541] Compiling ContainersPreview Drain+Reduce.swift
[100/541] Compiling ContainersPreview Drain.swift
[101/541] Compiling ContainersPreview Producer+Collect.swift
[102/544] Compiling ContainersPreview BidirectionalContainer.swift
[103/544] Compiling ContainersPreview Container+Filter.swift
[104/544] Compiling ContainersPreview Container+SpanwiseZip.swift
[105/544] Compiling ContainersPreview Container.swift
[106/544] Compiling ContainersPreview ContainerIterator.swift
[107/544] Compiling ContainersPreview DynamicContainer.swift
[108/544] Compiling ContainersPreview MutableContainer.swift
[109/544] Compiling ContainersPreview PermutableContainer.swift
[110/544] Emitting module ContainersPreview
[111/544] Compiling ContainersPreview RandomAccessContainer.swift
[112/544] Compiling ContainersPreview RangeExpression2.swift
[113/544] Compiling ContainersPreview RangeReplaceableContainer.swift
[114/544] Compiling ContainersPreview Drain+Map.swift
[115/544] Compiling ContainersPreview Producer.swift
[116/544] Compiling ContainersPreview Borrow.swift
[117/544] Compiling ContainersPreview Box.swift
[118/544] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[119/544] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[120/544] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[121/544] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[122/544] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[123/544] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[124/544] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[125/544] Compiling ContainersPreview BorrowingSequence.swift
[126/544] Compiling ContainersPreview Inout.swift
[127/544] Compiling ContainersPreview InputSpan.swift
[128/544] Compiling ContainersPreview Shared.swift
[128/544] Compiling tls_method.cc
[130/544] Compiling Logging LogHandler.swift
[131/544] Compiling Logging Logging.swift
[132/587] Compiling DequeModule UniqueDeque+Equatable.swift
[133/587] Compiling DequeModule UniqueDeque+Experimental.swift
[134/587] Compiling DequeModule UniqueDeque+Hashable.swift
[135/587] Compiling DequeModule UniqueDeque+Initializers.swift
[136/591] Compiling DequeModule UniqueDeque+Append.swift
[137/591] Compiling DequeModule UniqueDeque+Consumption.swift
[138/591] Compiling DequeModule UniqueDeque+Container.swift
[139/591] Compiling DequeModule UniqueDeque+Descriptions.swift
[140/591] Compiling DequeModule RigidDeque+Removals.swift
[141/591] Compiling DequeModule RigidDeque+Replacements.swift
[142/591] Compiling DequeModule RigidDeque+Testing.swift
[143/591] Compiling DequeModule RigidDeque.swift
[144/591] Compiling DequeModule UniqueDeque+Insertions.swift
[145/591] Compiling DequeModule UniqueDeque+Prepend.swift
[146/591] Compiling DequeModule UniqueDeque+Removals.swift
[147/591] Compiling DequeModule UniqueDeque+Replacements.swift
[148/591] Compiling DequeModule RigidDeque+Consumption.swift
[149/591] Compiling DequeModule RigidDeque+Container.swift
[150/591] Compiling DequeModule RigidDeque+Descriptions.swift
[151/591] Compiling DequeModule RigidDeque+Equatable.swift
[152/591] Compiling DequeModule RigidDeque+Experimental.swift
[152/591] Compiling tls13_server.cc
[153/591] Compiling tls13_enc.cc
[155/591] Compiling Tracing TracerProtocol.swift
[156/591] Compiling Tracing TracingTime.swift
[157/591] Compiling Tracing Tracer.swift
[158/591] Compiling Tracing TracerProtocol+Legacy.swift
[159/591] Emitting module Tracing
[160/591] Compiling Tracing NoOpTracer.swift
[161/591] Compiling Tracing SpanProtocol.swift
[162/591] Compiling Tracing InstrumentationSystem+Tracing.swift
[162/591] Compiling tls13_client.cc
[164/591] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[165/591] Compiling DequeModule Deque+Extras.swift
[166/591] Compiling DequeModule Deque+Hashable.swift
[167/591] Compiling DequeModule Deque+Testing.swift
[168/591] Compiling DequeModule Deque._Storage.swift
[169/591] Compiling DequeModule RigidDeque+Hashable.swift
[170/591] Compiling DequeModule RigidDeque+Initializers.swift
[171/591] Compiling DequeModule RigidDeque+Insertions.swift
[172/591] Compiling DequeModule RigidDeque+Prepend.swift
[173/591] Compiling DequeModule Deque._UnsafeHandle.swift
[174/591] Compiling DequeModule Deque.swift
[175/591] Compiling DequeModule _DequeBuffer.swift
[176/591] Compiling DequeModule _DequeBufferHeader.swift
[177/591] Compiling DequeModule RigidDeque+Append.swift
[178/591] Compiling DequeModule Deque+Codable.swift
[179/591] Compiling DequeModule Deque+Collection.swift
[180/591] Compiling DequeModule Deque+CustomReflectable.swift
[181/591] Compiling DequeModule Deque+Descriptions.swift
[182/591] Compiling DequeModule Deque+Equatable.swift
[182/591] Compiling tls13_both.cc
[183/591] Compiling t1_enc.cc
[184/591] Compiling ssl_transcript.cc
[185/591] Compiling ssl_versions.cc
[186/591] Compiling ssl_x509.cc
[187/591] Compiling ssl_stat.cc
[189/591] Compiling DequeModule UniqueDeque.swift
[190/591] Compiling DequeModule _DequeSlot.swift
[191/591] Compiling DequeModule _UnsafeDequeHandle.swift
[192/591] Compiling DequeModule _UnsafeDequeSegments.swift
[193/591] Emitting module DequeModule
[193/591] Compiling ssl_session.cc
[194/591] Compiling ssl_privkey.cc
[196/591] Compiling _MongoKittenCrypto SHA256.swift
[196/591] Compiling ssl_file.cc
[198/591] Compiling _MongoKittenCrypto SHA1.swift
[198/591] Compiling ssl_key_share.cc
[199/591] Compiling ssl_lib.cc
[200/591] Compiling ssl_credential.cc
[201/591] Compiling ssl_cipher.cc
[202/591] Compiling ssl_buffer.cc
[203/591] Compiling ssl_cert.cc
[204/591] Compiling ssl_asn1.cc
[205/591] Compiling ssl_aead_ctx.cc
[206/591] Compiling s3_both.cc
[207/591] Compiling s3_pkt.cc
[208/591] Compiling s3_lib.cc
[209/591] Compiling handshake_server.cc
[210/591] Compiling handshake_client.cc
[211/591] Compiling handshake.cc
[213/591] Compiling _MongoKittenCrypto MD5.swift
[214/591] Compiling _MongoKittenCrypto Hex.swift
[215/591] Compiling _MongoKittenCrypto Hash.swift
[216/591] Compiling _MongoKittenCrypto HMAC.swift
[217/591] Emitting module _MongoKittenCrypto
[218/591] Compiling _MongoKittenCrypto PBKDF2.swift
[218/591] Compiling handoff.cc
[220/591] Emitting module Metrics
[221/591] Compiling Metrics Metrics.swift
[221/591] Compiling md5-x86_64-linux.S
[222/591] Compiling extensions.cc
[223/591] Compiling dtls_method.cc
[224/591] Compiling dtls_record.cc
[225/591] Compiling encrypted_client_hello.cc
[225/591] Compiling md5-x86_64-apple.S
[227/591] Compiling md5-586-linux.S
[228/591] Compiling md5-586-apple.S
[229/591] Compiling chacha20_poly1305_x86_64-linux.S
[230/591] Compiling chacha20_poly1305_x86_64-apple.S
[231/591] Compiling chacha20_poly1305_armv8-win.S
[232/591] Compiling chacha20_poly1305_armv8-linux.S
[233/591] Compiling d1_srtp.cc
[234/591] Compiling chacha-x86_64-linux.S
[235/591] Compiling chacha-x86-linux.S
[236/591] Compiling chacha-x86_64-apple.S
[237/591] Compiling chacha20_poly1305_armv8-apple.S
[238/591] Compiling chacha-x86-apple.S
[239/591] Compiling chacha-armv8-win.S
[240/591] Compiling d1_pkt.cc
[241/591] Compiling chacha-armv4-linux.S
[242/591] Compiling chacha-armv8-linux.S
[243/591] Compiling aes128gcmsiv-x86_64-linux.S
[244/591] Compiling chacha-armv8-apple.S
[245/591] Compiling aes128gcmsiv-x86_64-apple.S
[246/591] Compiling x86_64-mont5-linux.S
[247/591] Compiling x86_64-mont5-apple.S
[248/591] Compiling bio_ssl.cc
[249/591] Compiling x86_64-mont-linux.S
[250/591] Compiling x86_64-mont-apple.S
[251/591] Compiling x86-mont-linux.S
[251/591] Compiling x86-mont-apple.S
[253/591] Compiling d1_lib.cc
[254/591] Compiling vpaes-x86-apple.S
[255/591] Compiling vpaes-x86_64-apple.S
[256/591] Compiling vpaes-x86-linux.S
[257/591] Compiling vpaes-x86_64-linux.S
[258/591] Compiling err_data.cc
[259/591] Compiling vpaes-armv8-win.S
[260/591] Compiling vpaes-armv7-linux.S
[261/591] Compiling vpaes-armv8-linux.S
[262/591] Compiling vpaes-armv8-apple.S
[263/591] Compiling sha512-x86_64-linux.S
[264/591] Compiling sha512-x86_64-apple.S
[264/591] Compiling sha512-armv8-win.S
[264/591] Compiling sha512-armv8-linux.S
[267/591] Compiling sha512-armv4-linux.S
[268/591] Compiling sha512-armv8-apple.S
[269/591] Compiling sha512-586-apple.S
[270/591] Compiling sha512-586-linux.S
[271/591] Compiling sha256-x86_64-linux.S
[272/591] Compiling sha256-x86_64-apple.S
[273/591] Compiling sha256-armv8-win.S
[274/591] Compiling sha256-armv8-linux.S
[275/591] Compiling sha256-armv8-apple.S
[276/591] Compiling sha256-armv4-linux.S
[277/591] Compiling sha256-586-linux.S
[278/591] Compiling sha1-x86_64-linux.S
[278/591] Compiling sha1-x86_64-apple.S
[278/591] Compiling sha256-586-apple.S
[281/591] Compiling d1_both.cc
[282/591] Compiling sha1-armv8-win.S
[283/591] Compiling sha1-armv8-linux.S
[284/591] Compiling sha1-armv8-apple.S
[284/591] Compiling sha1-armv4-large-linux.S
[286/591] Compiling sha1-586-linux.S
[287/591] Compiling sha1-586-apple.S
[288/591] Compiling rsaz-avx2-apple.S
[288/591] Compiling rsaz-avx2-linux.S
[290/591] Compiling rdrand-x86_64-linux.S
[291/591] Compiling p256_beeu-x86_64-asm-linux.S
[292/591] Compiling rdrand-x86_64-apple.S
[293/591] Compiling p256_beeu-x86_64-asm-apple.S
[294/591] Compiling p256_beeu-armv8-asm-linux.S
[295/591] Compiling p256_beeu-armv8-asm-apple.S
[296/591] Compiling p256_beeu-armv8-asm-win.S
[297/591] Compiling p256-x86_64-asm-apple.S
[298/591] Compiling p256-armv8-asm-linux.S
[299/591] Compiling p256-armv8-asm-win.S
[300/591] Compiling p256-x86_64-asm-linux.S
[301/591] Compiling ghashv8-armv8-win.S
[302/591] Compiling p256-armv8-asm-apple.S
[303/591] Compiling ghashv8-armv8-linux.S
[304/591] Compiling ghashv8-armv8-apple.S
[305/591] Compiling ghashv8-armv7-linux.S
[306/591] Compiling ghash-x86_64-linux.S
[307/591] Compiling ghash-x86_64-apple.S
[308/591] Compiling ghash-x86-linux.S
[309/591] Compiling ghash-x86-apple.S
[310/591] Compiling ghash-ssse3-x86_64-linux.S
[311/591] Compiling ghash-ssse3-x86-linux.S
[312/591] Compiling ghash-ssse3-x86-apple.S
[313/591] Compiling ghash-ssse3-x86_64-apple.S
[314/591] Compiling ghash-neon-armv8-linux.S
[315/591] Compiling ghash-neon-armv8-win.S
[316/591] Compiling co-586-linux.S
[317/591] Compiling ghash-neon-armv8-apple.S
[318/591] Compiling ghash-armv4-linux.S
[319/591] Compiling co-586-apple.S
[320/591] Compiling bsaes-armv7-linux.S
[321/591] Compiling bn-armv8-win.S
[322/591] Compiling bn-armv8-linux.S
[323/591] Compiling bn-586-linux.S
[324/591] Compiling bn-armv8-apple.S
[325/591] Compiling bn-586-apple.S
[326/591] Compiling armv8-mont-win.S
[327/591] Compiling armv8-mont-linux.S
[328/591] Compiling armv8-mont-apple.S
[329/591] Compiling armv4-mont-linux.S
[330/591] Compiling aesv8-gcm-armv8-linux.S
[331/591] Compiling aesv8-gcm-armv8-win.S
[332/591] Compiling aesv8-armv8-linux.S
[333/591] Compiling aesv8-armv8-win.S
[334/591] Compiling aesv8-gcm-armv8-apple.S
[335/591] Compiling aesv8-armv8-apple.S
[336/591] Compiling aesni-x86_64-linux.S
[337/591] Compiling aesni-x86_64-apple.S
[338/591] Compiling aesv8-armv7-linux.S
[339/591] Compiling aesni-x86-linux.S
[340/591] Compiling aesni-gcm-x86_64-linux.S
[341/591] Compiling aesni-x86-apple.S
[342/591] Compiling aes-gcm-avx2-x86_64-linux.S
[342/591] Compiling aesni-gcm-x86_64-apple.S
[344/591] Compiling aes-gcm-avx2-x86_64-apple.S
[345/591] Compiling aes-gcm-avx10-x86_64-linux.S
[346/591] Compiling aes-gcm-avx10-x86_64-apple.S
[347/591] Compiling x_x509a.cc
[348/591] Compiling x_val.cc
[349/591] Compiling x_x509.cc
[350/591] Compiling x_sig.cc
[351/591] Compiling x_req.cc
[352/591] Compiling x_spki.cc
[353/591] Compiling x_name.cc
[354/591] Compiling x_exten.cc
[355/591] Compiling x_pubkey.cc
[356/591] Compiling x_crl.cc
[357/591] Compiling x_attrib.cc
[358/591] Compiling x_algor.cc
[359/591] Compiling x_all.cc
[360/591] Compiling x509spki.cc
[361/591] Compiling x509rset.cc
[362/591] Compiling x509name.cc
[363/591] Compiling x509_vpm.cc
[364/591] Compiling x509cset.cc
[365/591] Compiling x509_v3.cc
[366/591] Compiling x509_vfy.cc
[367/591] Compiling x509_txt.cc
[368/591] Compiling x509_trs.cc
[369/591] Compiling x509_set.cc
[370/591] Compiling x509_req.cc
[371/591] Compiling x509_def.cc
[372/591] Compiling x509_obj.cc
[373/591] Compiling x509_lu.cc
[374/591] Compiling x509_d2.cc
[375/591] Compiling x509_ext.cc
[376/591] Compiling x509_cmp.cc
[377/591] Compiling x509_att.cc
[378/591] Compiling x509.cc
[379/591] Compiling v3_skey.cc
[380/591] Compiling v3_prn.cc
[381/591] Compiling v3_utl.cc
[382/591] Compiling v3_pcons.cc
[382/591] Compiling v3_purp.cc
[384/591] Compiling v3_ocsp.cc
[385/591] Compiling v3_pmaps.cc
[386/591] Compiling v3_ncons.cc
[387/591] Compiling v3_int.cc
[388/591] Compiling v3_lib.cc
[389/591] Compiling v3_info.cc
[390/591] Compiling v3_ia5.cc
[391/591] Compiling v3_enum.cc
[392/591] Compiling v3_genn.cc
[392/591] Compiling v3_extku.cc
[394/591] Compiling v3_crld.cc
[395/591] Compiling v3_cpols.cc
[396/591] Compiling v3_conf.cc
[397/591] Compiling v3_bitst.cc
[398/591] Compiling v3_bcons.cc
[399/591] Compiling v3_alt.cc
[400/591] Compiling v3_akeya.cc
[401/591] Compiling t_x509a.cc
[401/591] Compiling v3_akey.cc
[403/591] Compiling t_req.cc
[404/591] Compiling t_crl.cc
[405/591] Compiling t_x509.cc
[406/591] Compiling rsa_pss.cc
[407/591] Compiling i2d_pr.cc
[408/591] Compiling name_print.cc
[409/591] Compiling policy.cc
[410/591] Compiling by_file.cc
[411/591] Compiling asn1_gen.cc
[412/591] Compiling by_dir.cc
[413/591] Compiling algorithm.cc
[414/591] Compiling a_digest.cc
[415/591] Compiling a_sign.cc
[416/591] Compiling a_verify.cc
[417/591] Compiling voprf.cc
[418/591] Compiling thread_win.cc
[419/591] Compiling trust_token.cc
[420/591] Compiling thread_none.cc
[421/591] Compiling thread.cc
[421/591] Compiling thread_pthread.cc
[423/591] Compiling stack.cc
[424/591] Compiling pmbtoken.cc
[425/591] Compiling slhdsa.cc
[426/591] Compiling spake2plus.cc
[427/591] Compiling siphash.cc
[428/591] Compiling sha512.cc
[429/591] Compiling sha256.cc
[430/591] Compiling sha1.cc
[431/591] Compiling rsa_extra.cc
[432/591] Compiling rsa_print.cc
[433/591] Compiling rsa_crypt.cc
[434/591] Compiling refcount.cc
[435/591] Compiling rc4.cc
[436/591] Compiling rsa_asn1.cc
[437/591] Compiling urandom.cc
[438/591] Compiling windows.cc
[439/591] Compiling trusty.cc
[440/591] Compiling ios.cc
[441/591] Compiling rand.cc
[442/591] Compiling poly1305_arm_asm.S
[443/591] Compiling passive.cc
[444/591] Compiling getentropy.cc
[445/591] Compiling forkunsafe.cc
[446/591] Compiling deterministic.cc
[447/591] Compiling fork_detect.cc
[448/591] Compiling poly1305_vec.cc
[449/591] Compiling poly1305_arm.cc
[450/591] Compiling poly1305.cc
[451/591] Compiling pool.cc
[452/591] Compiling pkcs8.cc
[453/591] Compiling pkcs7.cc
[454/591] Compiling pkcs8_x509.cc
[455/591] Compiling p5_pbev2.cc
[456/591] Compiling pkcs7_x509.cc
[457/591] Compiling pem_xaux.cc
[458/591] Compiling pem_x509.cc
[459/591] Compiling pem_pkey.cc
[460/591] Compiling pem_pk8.cc
[461/591] Compiling pem_oth.cc
[462/591] Compiling mlkem.cc
[463/591] Compiling obj_xref.cc
[464/591] Compiling pem_info.cc
[465/591] Compiling mldsa.cc
[466/591] Compiling pem_lib.cc
[467/591] Compiling pem_all.cc
[468/591] Compiling poly_rq_mul.S
[469/591] Compiling fips_shared_support.cc
[470/591] Compiling obj.cc
[471/591] Compiling mem.cc
[472/591] Compiling md5.cc
[473/591] Compiling md4.cc
[474/591] Compiling lhash.cc
[475/591] Compiling ex_data.cc
[475/591] Compiling kyber.cc
[477/591] Compiling sign.cc
[478/591] Compiling scrypt.cc
[479/591] Compiling pbkdf.cc
[480/591] Compiling hpke.cc
[481/591] Compiling print.cc
[482/591] Compiling hrss.cc
[483/591] Compiling p_x25519_asn1.cc
[484/591] Compiling p_x25519.cc
[485/591] Compiling p_ed25519.cc
[486/591] Compiling p_rsa_asn1.cc
[487/591] Compiling p_rsa.cc
[488/591] Compiling p_ec.cc
[489/591] Compiling p_hkdf.cc
[490/591] Compiling p_ed25519_asn1.cc
[491/591] Compiling p_ec_asn1.cc
[492/591] Compiling p_dh_asn1.cc
[493/591] Compiling p_dsa_asn1.cc
[494/591] Compiling p_dh.cc
[495/591] Compiling evp_ctx.cc
[496/591] Compiling err.cc
[497/591] Compiling evp.cc
[498/591] Compiling engine.cc
[499/591] Compiling evp_asn1.cc
[500/591] Compiling ecdsa_asn1.cc
[501/591] Compiling ecdh.cc
[502/591] Compiling ec_derive.cc
[503/591] Compiling hash_to_curve.cc
[504/591] Compiling dsa.cc
[505/591] Compiling ec_asn1.cc
[506/591] Compiling bcm.cc
[507/591] Compiling params.cc
[508/591] Compiling dsa_asn1.cc
[509/591] Compiling x25519-asm-arm.S
[510/591] Compiling digest_extra.cc
[511/591] Compiling des.cc
[512/591] Compiling dh_asn1.cc
[513/591] Compiling curve25519_64_adx.cc
[514/591] Compiling spake25519.cc
[515/591] Compiling cpu_intel.cc
[516/591] Compiling cpu_arm_linux.cc
[517/591] Compiling crypto.cc
[518/591] Compiling cpu_arm_freebsd.cc
[519/591] Compiling cpu_aarch64_win.cc
[520/591] Compiling curve25519.cc
[521/591] Compiling cpu_aarch64_openbsd.cc
[522/591] Compiling cpu_aarch64_sysreg.cc
[523/591] Compiling cpu_aarch64_linux.cc
[524/591] Compiling cpu_aarch64_fuchsia.cc
[525/591] Compiling cpu_aarch64_apple.cc
[526/591] Compiling get_cipher.cc
[526/591] Compiling tls_cbc.cc
[528/591] Compiling conf.cc
[529/591] Compiling e_tls.cc
[530/591] Compiling e_rc4.cc
[531/591] Compiling e_null.cc
[532/591] Compiling e_rc2.cc
[533/591] Compiling e_des.cc
[534/591] Compiling e_chacha20poly1305.cc
[535/591] Compiling e_aesgcmsiv.cc
[536/591] Compiling derive_key.cc
[537/591] Compiling chacha.cc
[538/591] Compiling e_aesctrhmac.cc
[539/591] Compiling unicode.cc
[540/591] Compiling cbs.cc
[541/591] Compiling ber.cc
[542/591] Compiling asn1_compat.cc
[543/591] Compiling cbb.cc
[544/591] Compiling buf.cc
[545/591] Compiling blake2.cc
[546/591] Compiling socket_helper.cc
[547/591] Compiling bn_asn1.cc
[548/591] Compiling convert.cc
[549/591] Compiling socket.cc
[550/591] Compiling printf.cc
[551/591] Compiling hexdump.cc
[552/591] Compiling pair.cc
[553/591] Compiling file.cc
[554/591] Compiling fd.cc
[555/591] Compiling errno.cc
[556/591] Compiling connect.cc
[557/591] Compiling bio_mem.cc
[558/591] Compiling base64.cc
[559/591] Compiling bio.cc
[560/591] Compiling tasn_fre.cc
[561/591] Compiling tasn_typ.cc
[562/591] Compiling tasn_enc.cc
[563/591] Compiling tasn_utl.cc
[564/591] Compiling tasn_new.cc
[565/591] Compiling posix_time.cc
[566/591] Compiling f_string.cc
[567/591] Compiling f_int.cc
[568/591] Compiling tasn_dec.cc
[569/591] Compiling asn_pack.cc
[570/591] Compiling asn1_par.cc
[571/591] Compiling asn1_lib.cc
[572/591] Compiling a_utctm.cc
[573/591] Compiling a_type.cc
[574/591] Compiling a_time.cc
[575/591] Compiling a_octet.cc
[576/591] Compiling a_strnid.cc
[577/591] Compiling a_strex.cc
[578/591] Compiling a_mbstr.cc
[579/591] Compiling a_object.cc
[580/591] Write sources
[582/591] Compiling a_i2d_fp.cc
[583/591] Compiling a_int.cc
[584/591] Compiling a_dup.cc
[585/604] Compiling a_d2i_fp.cc
[586/610] Compiling a_gentm.cc
[587/610] Compiling a_bitstr.cc
[588/610] Compiling a_bool.cc
[590/610] Compiling Atomics ManagedAtomicLazyReference.swift
[591/610] Compiling Atomics UnsafeAtomic.swift
[592/610] Compiling Atomics DoubleWord.swift
[593/610] Compiling Atomics ManagedAtomic.swift
[594/610] Compiling Atomics AtomicValue.swift
[595/610] Compiling Atomics AtomicMemoryOrderings.swift
[596/610] Compiling Atomics UnsafeAtomicLazyReference.swift
[597/610] Compiling Atomics IntegerOperations.swift
[598/611] Compiling Atomics AtomicInteger.swift
[599/611] Compiling Atomics AtomicOptionalWrappable.swift
[600/611] Compiling Atomics AtomicReference.swift
[601/611] Compiling Atomics AtomicStorage.swift
[602/611] Compiling Atomics Unmanaged extensions.swift
[603/611] Compiling Atomics AtomicBool.swift
[604/611] Compiling Atomics IntegerConformances.swift
[605/611] Compiling Atomics OptionalRawRepresentable.swift
[606/611] Compiling Atomics RawRepresentable.swift
[607/611] Compiling Atomics PointerConformances.swift
[608/611] Compiling Atomics Primitives.native.swift
[608/611] Compiling c-nioatomics.c
[610/611] Emitting module Atomics
[610/611] Compiling c-atomics.c
[612/618] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[613/618] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[614/618] Compiling NIOConcurrencyHelpers lock.swift
[615/618] Compiling NIOConcurrencyHelpers NIOLock.swift
[616/618] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[617/618] Emitting module NIOConcurrencyHelpers
[618/618] Compiling NIOConcurrencyHelpers atomics.swift
[619/683] Compiling NIOCore ConvenienceOptionSupport.swift
[620/683] Compiling NIOCore DeadChannel.swift
[621/683] Compiling NIOCore DispatchQueue+WithFuture.swift
[622/683] Compiling NIOCore EventLoop+Deprecated.swift
[623/683] Compiling NIOCore EventLoop+SerialExecutor.swift
[624/683] Compiling NIOCore EventLoop.swift
[625/683] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[626/690] Compiling NIOCore AddressedEnvelope.swift
[627/690] Compiling NIOCore AsyncAwaitSupport.swift
[628/690] Compiling NIOCore AsyncChannel.swift
[629/690] Compiling NIOCore AsyncChannelHandler.swift
[630/690] Compiling NIOCore AsyncChannelInboundStream.swift
[631/690] Compiling NIOCore AsyncChannelOutboundWriter.swift
[632/690] Compiling NIOCore NIOAsyncSequenceProducer.swift
[633/690] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[634/690] Compiling NIOCore MarkedCircularBuffer.swift
[635/690] Compiling NIOCore MulticastChannel.swift
[636/690] Compiling NIOCore NIOAny.swift
[637/690] Compiling NIOCore NIOCloseOnErrorHandler.swift
[638/690] Compiling NIOCore NIOCoreSendableMetatype.swift
[639/690] Compiling NIOCore NIODecodedAsyncSequence.swift
[640/690] Compiling NIOCore NIOLoopBound.swift
[641/690] Compiling NIOCore ChannelHandler.swift
[642/690] Compiling NIOCore ChannelHandlers.swift
[643/690] Compiling NIOCore ChannelInvoker.swift
[644/690] Compiling NIOCore ChannelOption.swift
[645/690] Compiling NIOCore ChannelPipeline.swift
[646/690] Compiling NIOCore CircularBuffer.swift
[647/690] Compiling NIOCore Codec.swift
[648/690] Compiling NIOCore SocketAddresses.swift
[649/690] Compiling NIOCore SocketOptionProvider.swift
[650/690] Compiling NIOCore SystemCallHelpers.swift
[651/690] Compiling NIOCore TimeAmount+Duration.swift
[652/690] Compiling NIOCore TypeAssistedChannelHandler.swift
[653/690] Compiling NIOCore UniversalBootstrapSupport.swift
[654/690] Compiling NIOCore Utilities.swift
[655/690] Compiling NIOCore EventLoopFuture+Deprecated.swift
[656/690] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[657/690] Compiling NIOCore EventLoopFuture.swift
[658/690] Compiling NIOCore FileDescriptor.swift
[659/690] Compiling NIOCore FileHandle.swift
[660/690] Compiling NIOCore FileRegion.swift
[661/690] Compiling NIOCore GlobalSingletons.swift
[662/690] Compiling NIOCore NIOAsyncWriter.swift
[663/690] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[664/690] Compiling NIOCore BSDSocketAPI.swift
[665/690] Compiling NIOCore ByteBuffer-aux.swift
[666/690] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[667/690] Compiling NIOCore ByteBuffer-conversions.swift
[668/690] Compiling NIOCore ByteBuffer-core.swift
[669/690] Compiling NIOCore ByteBuffer-hex.swift
[670/690] Compiling NIOCore ByteBuffer-int.swift
[671/690] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[672/690] Compiling NIOCore ByteBuffer-multi-int.swift
[673/690] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[674/690] Compiling NIOCore ByteBuffer-views.swift
[675/690] Compiling NIOCore Channel.swift
[676/690] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[677/690] Compiling NIOCore NIOScheduledCallback.swift
[678/690] Compiling NIOCore NIOSendable.swift
[679/690] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[680/690] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[681/690] Compiling NIOCore RecvByteBufferAllocator.swift
[682/690] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[683/690] Compiling NIOCore IO.swift
[684/690] Compiling NIOCore IOData.swift
[685/690] Compiling NIOCore IPProtocol.swift
[686/690] Compiling NIOCore IntegerBitPacking.swift
[687/690] Compiling NIOCore IntegerTypes.swift
[688/690] Compiling NIOCore Interfaces.swift
[689/690] Compiling NIOCore Linux.swift
[690/690] Emitting module NIOCore
[691/784] Compiling NIOFoundationEssentialsCompat Codable+ByteBuffer.swift
[692/784] Compiling NIOFoundationEssentialsCompat ByteBuffer-foundation.swift
[693/784] Emitting module NIOFoundationEssentialsCompat
[694/784] Compiling NIOEmbedded Embedded.swift
[695/784] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[696/784] Emitting module NIOEmbedded
[697/784] Compiling NIOEmbedded AsyncTestingChannel.swift
[698/784] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[699/784] Compiling NIOPosix System.swift
[700/784] Compiling NIOPosix Thread.swift
[701/784] Compiling NIOPosix ThreadPosix.swift
[702/784] Compiling NIOPosix ThreadWindows.swift
[703/789] Compiling NIOPosix FileDescriptor.swift
[704/789] Compiling NIOPosix GetaddrinfoResolver.swift
[705/789] Compiling NIOPosix HappyEyeballs.swift
[706/789] Compiling NIOPosix IO.swift
[707/789] Compiling NIOPosix IntegerBitPacking.swift
[708/789] Compiling NIOPosix IntegerTypes.swift
[709/789] Compiling NIOPosix SelectorWSAPoll.swift
[710/789] Compiling NIOPosix ServerSocket.swift
[711/789] Compiling NIOPosix Socket.swift
[712/789] Compiling NIOPosix SocketChannel.swift
[713/789] Compiling NIOPosix SocketProtocols.swift
[714/789] Emitting module NIOPosix
[715/789] Compiling NIOPosix SelectableEventLoop.swift
[716/789] Compiling NIOPosix SelectorEpoll.swift
[717/789] Compiling NIOPosix SelectorGeneric.swift
[718/789] Compiling NIOPosix SelectorKqueue.swift
[719/789] Compiling NIOPosix SelectorUring.swift
[720/789] Compiling BSON ByteBuffer+Helpers.swift
[721/789] Compiling BSON AnyPrimitive.swift
[722/789] Compiling BSON Binary.swift
[723/789] Compiling BSON Decimal128.swift
[724/789] Compiling NIOPosix Selectable.swift
[725/789] Compiling NIOPosix SelectableChannel.swift
[726/789] Compiling NIOPosix Utilities.swift
[727/789] Compiling NIOPosix VsockAddress.swift
[728/789] Compiling NIOPosix VsockChannelEvents.swift
[729/789] Compiling NIOPosix Windows.swift
[730/789] Compiling NIOPosix resource_bundle_accessor.swift
[731/789] Compiling NIOPosix Linux.swift
[732/789] Compiling NIOPosix LinuxCPUSet.swift
[733/789] Compiling NIOPosix LinuxUring.swift
[734/789] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[735/789] Compiling NIOPosix NIOPosixSendableMetatype.swift
[736/789] Compiling NIOPosix NIOThreadPool.swift
[737/789] Compiling NIOPosix NonBlockingFileIO.swift
[738/789] Compiling NIOPosix PendingDatagramWritesManager.swift
[739/789] Compiling NIOPosix PendingWritesManager.swift
[740/789] Compiling NIOPosix PipeChannel.swift
[741/789] Compiling NIOPosix PipePair.swift
[742/789] Compiling BSON ObjectId.swift
[743/789] Compiling NIOPosix BSDSocketAPICommon.swift
[744/789] Compiling NIOPosix BSDSocketAPIPosix.swift
[745/789] Compiling NIOPosix BSDSocketAPIWindows.swift
[746/789] Compiling NIOPosix BaseSocket.swift
[747/789] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[748/789] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[749/789] Compiling NIOPosix BaseSocketChannel.swift
[750/789] Compiling NIOPosix BaseStreamSocketChannel.swift
[751/789] Compiling NIOPosix Bootstrap.swift
[752/789] Compiling NIOPosix ControlMessage.swift
[753/789] Compiling NIOPosix DatagramVectorReadManager.swift
[754/789] Compiling NIOPosix Errors+Any.swift
[755/791] Emitting module NIO
[756/791] Compiling NIO Exports.swift
[757/809] Compiling NIOTLS TLSEvents.swift
[758/809] Emitting module NIOFoundationCompat
[759/809] Compiling NIOFoundationCompat Exports.swift
[760/809] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[761/809] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[762/809] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[763/809] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[764/809] Emitting module NIOTLS
[765/809] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[766/809] Compiling NIOTLS SNIHandler.swift
[767/809] Compiling DNSProtocol MessageOptions.swift
[768/809] Compiling DNSProtocol PTRRecord.swift
[769/809] Compiling DNSProtocol SRVRecord.swift
[770/862] Compiling DNSProtocol Errors.swift
[771/862] Compiling DNSProtocol DNSEncoder.swift
[772/862] Compiling DNSProtocol ByteBuffer+DNS.swift
[773/862] Emitting module DNSProtocol
[774/862] Compiling DNSProtocol Message.swift
[779/862] Emitting module BSON
[780/865] Compiling NIOSSL SSLCertificateName.swift
[781/865] Compiling NIOSSL AndroidCABundle.swift
[782/865] Compiling NIOSSL ByteBufferBIO.swift
[783/865] Compiling NIOSSL CustomPrivateKey.swift
[784/865] Compiling NIOSSL SafeCompare.swift
[785/865] Compiling NIOSSL Zeroization.swift
[786/865] Compiling NIOSSL TLSConfiguration.swift
[787/865] Compiling NIOSSL SSLConnection.swift
[788/865] Compiling NIOSSL SSLContext.swift
[789/865] Compiling NIOSSL SSLErrors.swift
[790/865] Compiling NIOSSL IdentityVerification.swift
[791/865] Compiling NIOSSL SubjectAlternativeName.swift
[792/865] Compiling NIOSSL NIOSSLSecureBytes.swift
[793/865] Compiling NIOSSL RNG.swift
[794/865] Compiling NIOSSL SSLPublicKey.swift
[795/865] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[796/865] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[797/865] Compiling NIOSSL NIOSSLServerHandler.swift
[798/865] Compiling NIOSSL ObjectIdentifier.swift
[799/865] Compiling NIOSSL PosixPort.swift
[800/865] Compiling NIOSSL SSLCallbacks.swift
[801/865] Compiling NIOSSL SSLInit.swift
[802/865] Compiling NIOSSL SSLPKCS12Bundle.swift
[803/865] Compiling NIOSSL SSLPrivateKey.swift
[804/865] Compiling NIOSSL SSLCertificate.swift
[805/865] Compiling NIOSSL SSLCertificateExtensions.swift
[806/865] Emitting module NIOTransportServices
[807/867] Compiling BSON RegularExpression.swift
[808/867] Compiling BSON Timestamp.swift
[809/867] Compiling BSON TypeIdentifier.swift
[813/867] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[814/867] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[815/867] Compiling NIOSSL LinuxCABundle.swift
[816/867] Compiling NIOSSL NIOSSLClientHandler.swift
[817/867] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[818/867] Compiling NIOSSL NIOSSLHandler.swift
[837/867] Emitting module NIOSSL
[857/880] Compiling NIOSSL UniversalBootstrapSupport.swift
[858/880] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[859/880] Compiling NIOSSL resource_bundle_accessor.swift
[871/880] Compiling DNSClient ConfigParser.swift
[872/880] Compiling DNSClient PTR.swift
[873/880] Compiling DNSClient Errors.swift
[874/880] Compiling DNSClient DNSEncoder.swift
[875/880] Compiling DNSClient MulticastDNSClient.swift
[876/880] Compiling DNSClient DNSDecoder.swift
[877/880] Compiling DNSClient DNSClient+Connect.swift
[878/880] Compiling DNSClient Client.swift
[879/880] Emitting module DNSClient
[880/880] Compiling DNSClient DNSClient+Query.swift
[881/899] Compiling MongoCore ProtocolHelpers.swift
[882/899] Compiling MongoCore Sessions.swift
[883/899] Compiling MongoCore MessageHeader.swift
[884/899] Compiling MongoCore MongoReply.swift
[885/899] Compiling MongoCore OpQuery.swift
[886/899] Compiling MongoCore OpReply.swift
[887/900] Compiling MongoCore WireVersion.swift
[888/900] Compiling MongoCore WriteConcern.swift
[889/900] Compiling MongoCore MongoRequest.swift
[890/900] Compiling MongoCore OpMessage.swift
[891/900] Compiling MongoCore ReadConcern.swift
[892/900] Compiling MongoCore ServerHandshake.swift
[893/900] Compiling MongoCore CommandPrimitives.swift
[894/900] Compiling MongoCore Error.swift
[895/900] Compiling MongoCore MongoReplyDeserializer.swift
[896/900] Compiling MongoCore Collation.swift
[897/900] Compiling MongoCore ConnectionSettings.swift
[898/900] Compiling MongoCore Namespace.swift
[899/900] Emitting module MongoCore
[900/900] Compiling MongoCore Tansaction.swift
[901/919] Compiling MongoClient MongoSingleConnectionPool.swift
[902/919] Compiling MongoClient MongoCursorResponse.swift
[903/919] Compiling MongoClient IsMaster.swift
[904/919] Compiling MongoClient KillCursors.swift
[905/919] Compiling MongoClient Helpers.swift
[906/919] Compiling MongoClient GetMore.swift
[907/921] Compiling MongoClient ConnectionPool.swift
[908/921] Compiling MongoClient Cursor.swift
[909/921] Compiling MongoClient Connection.swift
[910/921] Compiling MongoClient ConnectionContext.swift
[911/921] Compiling MongoClient Error.swift
[912/921] Compiling MongoClient Exports.swift
[913/921] Compiling MongoClient OK.swift
[914/921] Compiling MongoClient SASL.swift
[915/921] Compiling MongoClient Authenticate+ChallengeResponse.swift
[916/921] Compiling MongoClient Authenticate+SASL.swift
[917/921] Emitting module MongoClient
[918/921] Compiling MongoClient Cluster.swift
[919/921] Compiling MongoClient Connection+Execute.swift
[920/921] Compiling MongoClient Authenticate.swift
[921/921] Compiling MongoClient Channel+Connection.swift
[922/940] Compiling MongoKittenCore FieldPath.swift
[923/940] Compiling MongoKittenCore Projection.swift
[924/940] Compiling MongoKittenCore ListCollections.swift
[925/940] Compiling MongoKittenCore ListDatabases.swift
[926/942] Compiling MongoKittenCore Update.swift
[927/942] Compiling MongoKittenCore Cursor.swift
[928/942] Compiling MongoKittenCore Drop.swift
[929/942] Compiling MongoKittenCore DropIndexes.swift
[930/942] Compiling MongoKittenCore Explain.swift
[931/942] Compiling MongoKittenCore Find.swift
[932/942] Compiling MongoKittenCore Count.swift
[933/942] Compiling MongoKittenCore CreateIndexes.swift
[934/942] Compiling MongoKittenCore Aggregate.swift
[935/942] Compiling MongoKittenCore CollMod.swift
[936/942] Compiling MongoKittenCore Delete.swift
[937/942] Compiling MongoKittenCore Distinct.swift
[938/942] Compiling MongoKittenCore FindAndModify.swift
[939/942] Compiling MongoKittenCore Insert.swift
[940/942] Emitting module MongoKittenCore
[941/942] Compiling MongoKittenCore QueryBuilder.swift
[942/942] Compiling MongoKittenCore Sorting.swift
[943/970] Emitting module MongoKitten
[944/973] Compiling MongoKitten Error.swift
[945/973] Compiling MongoKitten Exports.swift
[946/973] Compiling MongoKitten GridFSBucket.swift
[947/973] Compiling MongoKitten AsyncSequence.swift
[948/973] Compiling MongoKitten BSON2JSON.swift
[949/973] Compiling MongoKitten CLI+Helpers.swift
[950/973] Compiling MongoKitten Collection+Distinct.swift
[951/973] Compiling MongoKitten Collection+Find.swift
[952/973] Compiling MongoKitten Collection+FindAndModify.swift
[953/973] Compiling MongoKitten ChangeStream.swift
[954/973] Compiling MongoKitten Collection+Count.swift
[955/973] Compiling MongoKitten Collection+Delete.swift
[956/973] Compiling MongoKitten Aggregate.swift
[957/973] Compiling MongoKitten AggregateBuilder.swift
[958/973] Compiling MongoKitten AggregateStage.swift
[959/973] Compiling MongoKitten GridFSFileWriter.swift
[960/973] Compiling MongoKitten GridFSReader.swift
[961/973] Compiling MongoKitten IndexBuilder.swift
[962/973] Compiling MongoKitten GridFSChunk.swift
[963/973] Compiling MongoKitten GridFSError.swift
[964/973] Compiling MongoKitten GridFSFile.swift
[965/973] Compiling MongoKitten Collection+Indexes.swift
[966/973] Compiling MongoKitten Collection+Insert.swift
[967/973] Compiling MongoKitten Collection+Update.swift
[968/973] Compiling MongoKitten Cursor.swift
[969/973] Compiling MongoKitten Date+ISO8601Format.swift
[970/973] Compiling MongoKitten Diagnostics+BuildInfo.swift
[971/973] Compiling MongoKitten MongoCollection.swift
[972/973] Compiling MongoKitten MongoDatabase.swift
[973/973] Compiling MongoKitten MongoTransactionDatabase.swift
[974/988] Compiling Meow PartialModel.swift
[975/988] Compiling Meow Model.swift
[976/988] Compiling Meow Operators.swift
[977/989] Emitting module Meow
[978/989] Compiling Meow Aggregates.swift
[979/989] Compiling Meow Database.swift
[980/989] Compiling Meow Error.swift
[981/989] Compiling Meow Exports.swift
[982/989] Compiling Meow Migrations.swift
[983/989] Compiling Meow KeyPathModels.swift
[984/989] Compiling Meow MeowCollection+KeyPath.swift
[985/989] Compiling Meow Indexes.swift
[986/989] Compiling Meow FindHelpers.swift
[987/989] Compiling Meow TestDecoder.swift
[988/989] Compiling Meow MeowCollection.swift
[989/989] Compiling Meow Reference.swift
Build complete! (49.58s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/orlandos-nl/DNSClient.git
Fetching https://github.com/orlandos-nl/BSON.git
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-metrics.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
[1/6030] Fetching bson
[62/7749] Fetching bson, dnsclient
Fetched https://github.com/apple/swift-atomics.git from cache (0.66s)
[553/13518] Fetching bson, dnsclient, swift-distributed-tracing
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/orlandos-nl/DNSClient.git from cache (1.17s)
Fetched https://github.com/orlandos-nl/BSON.git from cache (1.17s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.17s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.19s)
Fetched https://github.com/apple/swift-log.git from cache (1.05s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.67s)
Fetched https://github.com/apple/swift-nio.git from cache (2.76s)
Computing version for https://github.com/orlandos-nl/DNSClient.git
Computed https://github.com/orlandos-nl/DNSClient.git at 2.7.0 (3.33s)
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.68s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.28.0 (1.23s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.53s)
Computing version for https://github.com/orlandos-nl/BSON.git
Computed https://github.com/orlandos-nl/BSON.git at 8.2.2 (0.50s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (0.48s)
Fetching https://github.com/apple/swift-service-context.git
[1/1276] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.90s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.41s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.99.0 (0.69s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.93s)
Fetched https://github.com/apple/swift-collections.git from cache (1.92s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (2.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.62s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.10.1 (0.48s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.49s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.37.0 (0.50s)
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.28.0
Creating working copy for https://github.com/orlandos-nl/BSON.git
Working copy of https://github.com/orlandos-nl/BSON.git resolved at 8.2.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.4.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.3.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.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.99.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.6.4
Creating working copy for https://github.com/orlandos-nl/DNSClient.git
Working copy of https://github.com/orlandos-nl/DNSClient.git resolved at 2.7.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.10.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.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.37.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.1
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "bson",
"requirement" : {
"range" : [
{
"lower_bound" : "8.0.9",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/orlandos-nl/BSON.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.43.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "dnsclient",
"requirement" : {
"range" : [
{
"lower_bound" : "2.4.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/orlandos-nl/DNSClient.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-distributed-tracing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-distributed-tracing.git"
}
],
"manifest_display_name" : "MongoKitten",
"name" : "MongoKitten",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MongoKitten",
"targets" : [
"MongoKitten"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Meow",
"targets" : [
"Meow"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MongoClient",
"targets" : [
"MongoClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MongoCore",
"targets" : [
"MongoCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "_MongoKittenCrypto",
"module_type" : "SwiftTarget",
"name" : "_MongoKittenCrypto",
"path" : "Sources/_MongoKittenCrypto",
"product_memberships" : [
"MongoKitten",
"Meow",
"MongoClient"
],
"sources" : [
"HMAC.swift",
"Hash.swift",
"Hex.swift",
"MD5.swift",
"PBKDF2.swift",
"SHA1.swift",
"SHA256.swift"
],
"type" : "library"
},
{
"c99name" : "MongoKittenTests",
"module_type" : "SwiftTarget",
"name" : "MongoKittenTests",
"path" : "Tests/MongoKittenTests",
"sources" : [
"CRUDTests.swift",
"ConnectionSettingsTests.swift",
"CryptoPerformanceTests.swift",
"CryptoTests.swift",
"TransactionTests.swift"
],
"target_dependencies" : [
"MongoKitten"
],
"type" : "test"
},
{
"c99name" : "MongoKittenCore",
"module_type" : "SwiftTarget",
"name" : "MongoKittenCore",
"path" : "Sources/MongoKittenCore",
"product_memberships" : [
"MongoKitten",
"Meow"
],
"sources" : [
"Commands/Aggregate.swift",
"Commands/CollMod.swift",
"Commands/Count.swift",
"Commands/CreateIndexes.swift",
"Commands/Delete.swift",
"Commands/Distinct.swift",
"Commands/Drop.swift",
"Commands/DropIndexes.swift",
"Commands/Explain.swift",
"Commands/Find.swift",
"Commands/FindAndModify.swift",
"Commands/Insert.swift",
"Commands/ListCollections.swift",
"Commands/ListDatabases.swift",
"Commands/Update.swift",
"Cursor.swift",
"FieldPath.swift",
"QueryPrimitives/Projection.swift",
"QueryPrimitives/QueryBuilder.swift",
"QueryPrimitives/Sorting.swift"
],
"target_dependencies" : [
"MongoClient"
],
"type" : "library"
},
{
"c99name" : "MongoKitten",
"module_type" : "SwiftTarget",
"name" : "MongoKitten",
"path" : "Sources/MongoKitten",
"product_memberships" : [
"MongoKitten",
"Meow"
],
"sources" : [
"Aggregate.swift",
"AggregateBuilder.swift",
"AggregateStage.swift",
"AsyncSequence.swift",
"BSON2JSON.swift",
"CLI+Helpers.swift",
"ChangeStream.swift",
"CollectionHelpers/Collection+Count.swift",
"CollectionHelpers/Collection+Delete.swift",
"CollectionHelpers/Collection+Distinct.swift",
"CollectionHelpers/Collection+Find.swift",
"CollectionHelpers/Collection+FindAndModify.swift",
"CollectionHelpers/Collection+Indexes.swift",
"CollectionHelpers/Collection+Insert.swift",
"CollectionHelpers/Collection+Update.swift",
"Cursor.swift",
"Date+ISO8601Format.swift",
"DiagnosticHelpers/Diagnostics+BuildInfo.swift",
"Error.swift",
"Exports.swift",
"GridFS/GridFSBucket.swift",
"GridFS/GridFSChunk.swift",
"GridFS/GridFSError.swift",
"GridFS/GridFSFile.swift",
"GridFS/GridFSFileWriter.swift",
"GridFS/GridFSReader.swift",
"IndexBuilder.swift",
"MongoCollection.swift",
"MongoDatabase.swift",
"MongoTransactionDatabase.swift"
],
"target_dependencies" : [
"MongoClient",
"MongoKittenCore"
],
"type" : "library"
},
{
"c99name" : "MongoCoreTests",
"module_type" : "SwiftTarget",
"name" : "MongoCoreTests",
"path" : "Tests/MongoCoreTests",
"sources" : [
"ProtocolTests.swift"
],
"target_dependencies" : [
"MongoCore"
],
"type" : "test"
},
{
"c99name" : "MongoCore",
"module_type" : "SwiftTarget",
"name" : "MongoCore",
"path" : "Sources/MongoCore",
"product_dependencies" : [
"BSON",
"NIO",
"NIOSSL",
"NIOFoundationCompat",
"Logging",
"Metrics",
"Atomics"
],
"product_memberships" : [
"MongoKitten",
"Meow",
"MongoClient",
"MongoCore"
],
"sources" : [
"CommandPrimitives.swift",
"Error.swift",
"MongoReplyDeserializer.swift",
"Primitives/Collation.swift",
"Primitives/ConnectionSettings.swift",
"Primitives/Namespace.swift",
"Primitives/ReadConcern.swift",
"Primitives/ServerHandshake.swift",
"Primitives/WireVersion.swift",
"Primitives/WriteConcern.swift",
"Protocol/MessageHeader.swift",
"Protocol/MongoReply.swift",
"Protocol/MongoRequest.swift",
"Protocol/OpMessage.swift",
"Protocol/OpQuery.swift",
"Protocol/OpReply.swift",
"Protocol/ProtocolHelpers.swift",
"Sessions.swift",
"Tansaction.swift"
],
"type" : "library"
},
{
"c99name" : "MongoClient",
"module_type" : "SwiftTarget",
"name" : "MongoClient",
"path" : "Sources/MongoClient",
"product_dependencies" : [
"DNSClient",
"Tracing"
],
"product_memberships" : [
"MongoKitten",
"Meow",
"MongoClient"
],
"sources" : [
"Authenticate+ChallengeResponse.swift",
"Authenticate+SASL.swift",
"Authenticate.swift",
"Channel+Connection.swift",
"Cluster.swift",
"Connection+Execute.swift",
"Connection.swift",
"ConnectionContext.swift",
"ConnectionPool.swift",
"Cursor.swift",
"Error.swift",
"Exports.swift",
"Helpers.swift",
"InternalCommands/GetMore.swift",
"InternalCommands/IsMaster.swift",
"InternalCommands/KillCursors.swift",
"MongoSingleConnectionPool.swift",
"Responses/MongoCursorResponse.swift",
"Responses/OK.swift",
"SASL.swift"
],
"target_dependencies" : [
"MongoCore",
"_MongoKittenCrypto"
],
"type" : "library"
},
{
"c99name" : "MeowTests",
"module_type" : "SwiftTarget",
"name" : "MeowTests",
"path" : "Tests/MeowTests",
"sources" : [
"MeowTests.swift"
],
"target_dependencies" : [
"Meow"
],
"type" : "test"
},
{
"c99name" : "Meow",
"module_type" : "SwiftTarget",
"name" : "Meow",
"path" : "Sources/Meow",
"product_memberships" : [
"Meow"
],
"sources" : [
"Aggregates.swift",
"Database.swift",
"Error.swift",
"Exports.swift",
"Indexes.swift",
"KeyPathModel/FindHelpers.swift",
"KeyPathModel/KeyPathModels.swift",
"KeyPathModel/MeowCollection+KeyPath.swift",
"KeyPathModel/TestDecoder.swift",
"MeowCollection.swift",
"Migrations.swift",
"Model.swift",
"Operators.swift",
"PartialModel.swift",
"Reference.swift"
],
"target_dependencies" : [
"MongoKitten"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.