The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of MongoKitten, reference main (cab8d2), with Swift 6.1 for macOS (SPM) on 26 Nov 2025 13:29:21 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 .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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 cab8d2a Update Span tracing availability on macOS (#369)
Cloned https://github.com/orlandos-nl/MongoKitten.git
Revision (git rev-parse @):
cab8d2a80cd64c3861f81306d098c29cb3c0d6d7
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/Count.swift",
        "Commands/CreateIndexes.swift",
        "Commands/Delete.swift",
        "Commands/Distinct.swift",
        "Commands/Drop.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",
        "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/441] Write sources
[9/441] Copying PrivacyInfo.xcprivacy
[9/441] Write sources
[9/441] Copying PrivacyInfo.xcprivacy
[9/441] Write sources
[28/441] Compiling CNIOWindows WSAStartup.c
[28/441] Compiling CNIOWindows shim.c
[30/441] Compiling CNIOWASI CNIOWASI.c
[31/441] Compiling fiat_p256_adx_mul.S
[31/441] Compiling fiat_p256_adx_sqr.S
[33/441] Compiling CNIOLinux liburing_shims.c
[33/441] Compiling CNIOLinux shim.c
[35/441] Write swift-version-2F0A5646E1D333AE.txt
[36/441] Compiling fiat_curve25519_adx_square.S
[37/441] Compiling fiat_curve25519_adx_mul.S
[38/441] Compiling _AtomicsShims.c
[39/447] Compiling CNIOPosix event_loop_id.c
[40/458] Compiling CNIODarwin shim.c
[42/458] Compiling ServiceContextModule ServiceContextKey.swift
[43/458] Emitting module ServiceContextModule
[44/458] Compiling ServiceContextModule ServiceContext.swift
[45/458] Compiling _NIOBase64 Base64.swift
[46/458] Emitting module _NIOBase64
[46/463] Compiling CNIOBoringSSLShims shims.c
[47/486] Compiling tls13_server.cc
[48/486] Compiling tls13_enc.cc
[49/486] Compiling tls_record.cc
[50/489] Compiling tls_method.cc
[52/489] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[53/490] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[54/490] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[55/490] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[56/490] Compiling InternalCollectionsUtilities Descriptions.swift
[57/490] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[58/490] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[59/490] Compiling InternalCollectionsUtilities Debugging.swift
[60/490] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[61/490] Compiling _NIODataStructures _TinyArray.swift
[62/490] Compiling _NIODataStructures PriorityQueue.swift
[63/490] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[64/490] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[65/490] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[66/490] Compiling InternalCollectionsUtilities UInt+reversed.swift
[67/490] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[68/490] Compiling InternalCollectionsUtilities Integer rank.swift
[69/490] Emitting module InternalCollectionsUtilities
[70/490] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[71/490] Compiling InternalCollectionsUtilities _SortedCollection.swift
[72/490] Emitting module _NIODataStructures
[73/490] Compiling _NIODataStructures Heap.swift
[73/490] Compiling t1_enc.cc
[74/490] Compiling tls13_client.cc
[75/490] Compiling ssl_x509.cc
[76/490] Compiling tls13_both.cc
[78/506] Compiling DequeModule _DequeBufferHeader.swift
[79/507] Compiling Logging MetadataProvider.swift
[80/507] Compiling DequeModule _DequeBuffer.swift
[81/507] Compiling DequeModule _DequeSlot.swift
[82/507] Compiling Instrumentation NoOpInstrument.swift
[83/507] Compiling DequeModule _UnsafeWrappedBuffer.swift
[83/507] Compiling ssl_versions.cc
[85/507] Compiling Instrumentation Locks.swift
[86/507] Compiling Instrumentation MultiplexInstrument.swift
[87/507] Compiling DequeModule Deque+Testing.swift
[88/507] Compiling DequeModule Deque._Storage.swift
[89/507] Compiling DequeModule Deque+Extras.swift
[90/507] Compiling DequeModule Deque+Hashable.swift
[91/507] Compiling DequeModule Deque._UnsafeHandle.swift
[92/507] Compiling DequeModule Deque.swift
[92/507] Compiling ssl_transcript.cc
[94/507] Compiling DequeModule Deque+CustomReflectable.swift
[95/507] Compiling DequeModule Deque+Descriptions.swift
[96/507] Compiling DequeModule Deque+Equatable.swift
[97/507] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[98/507] Compiling DequeModule Deque+Codable.swift
[99/507] Compiling DequeModule Deque+Collection.swift
[100/507] Compiling Instrumentation Instrument.swift
[101/507] Emitting module Instrumentation
[102/507] Compiling Instrumentation InstrumentationSystem.swift
[103/507] Emitting module DequeModule
[103/507] Compiling ssl_stat.cc
[104/507] Compiling ssl_session.cc
[105/513] Compiling ssl_privkey.cc
[107/515] Emitting module CoreMetrics
[108/515] Compiling CoreMetrics Locks.swift
[109/515] Compiling CoreMetrics Metrics.swift
[110/515] Compiling Tracing TracingTime.swift
[111/515] Compiling Tracing TracerProtocol.swift
[112/515] Compiling Tracing TracerProtocol+Legacy.swift
[113/515] Compiling Tracing Tracer.swift
[114/515] Emitting module Logging
[115/515] Compiling Logging Locks.swift
[116/515] Compiling Logging Logging.swift
[117/515] Compiling Logging LogHandler.swift
[118/515] Compiling Tracing NoOpTracer.swift
[119/515] Compiling Tracing InstrumentationSystem+Tracing.swift
[120/515] Emitting module Tracing
[121/515] Compiling Tracing SpanProtocol.swift
[121/515] Compiling ssl_key_share.cc
[122/517] Compiling ssl_lib.cc
[123/517] Compiling ssl_file.cc
[124/517] Compiling ssl_credential.cc
[126/517] Compiling _MongoKittenCrypto SHA256.swift
[126/517] Compiling ssl_cipher.cc
[127/517] Compiling ssl_buffer.cc
[128/517] Compiling ssl_cert.cc
[130/517] Compiling _MongoKittenCrypto SHA1.swift
[130/517] Compiling ssl_aead_ctx.cc
[131/517] Compiling ssl_asn1.cc
[132/517] Compiling s3_pkt.cc
[133/517] Compiling s3_both.cc
[134/517] Compiling s3_lib.cc
[135/517] Compiling handshake_server.cc
[136/517] Compiling handshake_client.cc
[137/517] Compiling handshake.cc
[138/517] Compiling handoff.cc
[139/517] Compiling encrypted_client_hello.cc
[140/517] Compiling extensions.cc
[141/517] Compiling md5-x86_64-linux.S
[142/517] Compiling dtls_method.cc
[143/517] Compiling dtls_record.cc
[144/517] Compiling md5-x86_64-apple.S
[145/517] Compiling md5-586-linux.S
[146/517] Compiling md5-586-apple.S
[147/517] Compiling chacha20_poly1305_x86_64-linux.S
[148/517] Compiling chacha20_poly1305_x86_64-apple.S
[149/517] Compiling d1_srtp.cc
[151/517] Compiling _MongoKittenCrypto HMAC.swift
[152/517] Compiling _MongoKittenCrypto Hash.swift
[153/517] Compiling _MongoKittenCrypto MD5.swift
[154/517] Compiling _MongoKittenCrypto PBKDF2.swift
[155/517] Emitting module _MongoKittenCrypto
[156/517] Compiling _MongoKittenCrypto Hex.swift
[156/517] Compiling chacha20_poly1305_armv8-win.S
[157/517] Compiling d1_pkt.cc
[158/517] Compiling chacha20_poly1305_armv8-linux.S
[159/517] Compiling chacha-x86_64-linux.S
[160/517] Compiling chacha-x86_64-apple.S
[161/517] Compiling chacha-x86-linux.S
[162/517] Compiling chacha-x86-apple.S
[163/517] Compiling chacha20_poly1305_armv8-apple.S
[164/517] Compiling d1_lib.cc
[165/517] Compiling chacha-armv8-win.S
[166/517] Compiling chacha-armv8-linux.S
[167/517] Compiling chacha-armv4-linux.S
[168/517] Compiling aes128gcmsiv-x86_64-linux.S
[169/517] Compiling chacha-armv8-apple.S
[170/517] Compiling aes128gcmsiv-x86_64-apple.S
[172/517] Compiling Metrics Metrics.swift
[172/517] Compiling x86_64-mont5-linux.S
[173/517] Compiling x86_64-mont5-apple.S
[174/517] Compiling x86_64-mont-linux.S
[175/517] Compiling x86_64-mont-apple.S
[176/517] Compiling x86-mont-linux.S
[177/517] Compiling x86-mont-apple.S
[178/517] Compiling err_data.cc
[179/517] Compiling vpaes-x86_64-linux.S
[180/517] Compiling vpaes-x86_64-apple.S
[182/517] Emitting module Metrics
[182/517] Compiling vpaes-x86-linux.S
[183/517] Compiling bio_ssl.cc
[184/517] Compiling vpaes-x86-apple.S
[185/517] Compiling vpaes-armv8-linux.S
[186/517] Compiling vpaes-armv8-win.S
[187/517] Compiling vpaes-armv7-linux.S
[188/517] Compiling vpaes-armv8-apple.S
[189/517] Compiling sha512-x86_64-linux.S
[190/517] Compiling sha512-armv8-win.S
[190/517] Compiling sha512-x86_64-apple.S
[192/517] Compiling sha512-armv8-linux.S
[193/517] Compiling sha512-586-linux.S
[194/517] Compiling sha512-armv4-linux.S
[195/517] Compiling sha512-armv8-apple.S
[196/517] Compiling sha512-586-apple.S
[197/517] Compiling sha256-x86_64-linux.S
[198/517] Compiling sha256-x86_64-apple.S
[199/517] Compiling sha256-armv8-win.S
[200/517] Compiling sha256-armv8-linux.S
[201/517] Compiling sha256-armv4-linux.S
[202/517] Compiling sha256-armv8-apple.S
[202/517] Compiling sha1-x86_64-linux.S
[202/517] Compiling sha256-586-apple.S
[203/517] Compiling sha256-586-linux.S
[206/517] Compiling sha1-x86_64-apple.S
[207/517] Compiling sha1-armv8-win.S
[208/517] Compiling sha1-armv8-linux.S
[209/517] Compiling sha1-armv8-apple.S
[210/517] Compiling sha1-586-apple.S
[211/517] Compiling d1_both.cc
[212/517] Compiling sha1-armv4-large-linux.S
[212/517] Compiling sha1-586-linux.S
[213/517] Compiling rsaz-avx2-linux.S
[215/517] Compiling rdrand-x86_64-linux.S
[216/517] Compiling rsaz-avx2-apple.S
[217/517] Compiling p256_beeu-x86_64-asm-linux.S
[218/517] Compiling rdrand-x86_64-apple.S
[219/517] Compiling p256_beeu-x86_64-asm-apple.S
[220/517] Compiling p256_beeu-armv8-asm-win.S
[221/517] Compiling p256_beeu-armv8-asm-linux.S
[221/517] Compiling p256-armv8-asm-win.S
[223/517] Compiling p256-x86_64-asm-apple.S
[224/517] Compiling p256_beeu-armv8-asm-apple.S
[225/517] Compiling p256-x86_64-asm-linux.S
[226/517] Compiling p256-armv8-asm-linux.S
[227/517] Compiling ghashv8-armv8-win.S
[228/517] Compiling p256-armv8-asm-apple.S
[229/517] Compiling ghashv8-armv8-linux.S
[230/517] Compiling ghash-x86_64-apple.S
[231/517] Compiling ghashv8-armv8-apple.S
[232/517] Compiling ghash-x86-linux.S
[232/517] Compiling ghash-x86_64-linux.S
[232/517] Compiling ghash-x86-apple.S
[235/517] Compiling ghashv8-armv7-linux.S
[236/517] Compiling ghash-ssse3-x86_64-linux.S
[237/517] Compiling ghash-ssse3-x86_64-apple.S
[238/517] Compiling ghash-ssse3-x86-linux.S
[239/517] Compiling ghash-ssse3-x86-apple.S
[240/517] Compiling ghash-neon-armv8-win.S
[241/517] Compiling co-586-apple.S
[242/517] Compiling ghash-armv4-linux.S
[242/517] Compiling ghash-neon-armv8-linux.S
[244/517] Compiling co-586-linux.S
[245/517] Compiling ghash-neon-armv8-apple.S
[246/517] Compiling bn-armv8-win.S
[246/517] Compiling bsaes-armv7-linux.S
[248/517] Compiling bn-armv8-linux.S
[249/517] Compiling bn-armv8-apple.S
[250/517] Compiling bn-586-linux.S
[251/517] Compiling bn-586-apple.S
[252/517] Compiling armv8-mont-win.S
[253/517] Compiling armv8-mont-linux.S
[254/517] Compiling armv8-mont-apple.S
[255/517] Compiling aesv8-gcm-armv8-win.S
[256/517] Compiling aesv8-gcm-armv8-linux.S
[257/517] Compiling armv4-mont-linux.S
[258/517] Compiling aesv8-armv8-win.S
[259/517] Compiling aesv8-gcm-armv8-apple.S
[260/517] Compiling aesv8-armv8-linux.S
[261/517] Compiling aesv8-armv7-linux.S
[262/517] Compiling aesni-x86_64-linux.S
[263/517] Compiling aesv8-armv8-apple.S
[264/517] Compiling aesni-x86_64-apple.S
[265/517] Compiling aesni-x86-linux.S
[266/517] Compiling aesni-x86-apple.S
[267/517] Compiling aesni-gcm-x86_64-linux.S
[268/517] Compiling aesni-gcm-x86_64-apple.S
[269/517] Compiling aes-gcm-avx2-x86_64-apple.S
[270/517] Compiling aes-gcm-avx2-x86_64-linux.S
[271/517] Compiling aes-gcm-avx10-x86_64-linux.S
[272/517] Compiling aes-gcm-avx10-x86_64-apple.S
[273/517] Compiling x_sig.cc
[274/517] Compiling x_x509a.cc
[275/517] Compiling x_req.cc
[276/517] Compiling x_spki.cc
[277/517] Compiling x_val.cc
[278/517] Compiling x_x509.cc
[279/517] Compiling x_pubkey.cc
[280/517] Compiling x_exten.cc
[281/517] Compiling x_name.cc
[282/517] Compiling x_crl.cc
[283/517] Compiling x_attrib.cc
[284/517] Compiling x_algor.cc
[285/517] Compiling x509spki.cc
[286/517] Compiling x509rset.cc
[287/517] Compiling x509name.cc
[288/517] Compiling x_all.cc
[289/517] Compiling x509_vpm.cc
[290/517] Compiling x509cset.cc
[291/517] Compiling x509_v3.cc
[292/517] Compiling x509_vfy.cc
[293/517] Compiling x509_txt.cc
[294/517] Compiling x509_trs.cc
[295/517] Compiling x509_set.cc
[296/517] Compiling x509_obj.cc
[297/517] Compiling x509_req.cc
[298/517] Compiling x509_lu.cc
[299/517] Compiling x509_def.cc
[300/517] Compiling x509_d2.cc
[301/517] Compiling x509_ext.cc
[302/517] Compiling x509_cmp.cc
[303/517] Compiling x509.cc
[303/517] Compiling x509_att.cc
[305/517] Compiling v3_skey.cc
[306/517] Compiling v3_ocsp.cc
[307/517] Compiling v3_purp.cc
[308/517] Compiling v3_pmaps.cc
[309/517] Compiling v3_prn.cc
[309/517] Compiling v3_utl.cc
[311/517] Compiling v3_pcons.cc
[312/517] Compiling v3_ncons.cc
[313/517] Compiling v3_int.cc
[314/517] Compiling v3_lib.cc
[315/517] Compiling v3_ia5.cc
[316/517] Compiling v3_enum.cc
[317/517] Compiling v3_info.cc
[318/517] Compiling v3_extku.cc
[319/517] Compiling v3_crld.cc
[320/517] Compiling v3_genn.cc
[321/517] Compiling v3_conf.cc
[322/517] Compiling v3_cpols.cc
[323/517] Compiling v3_bitst.cc
[324/517] Compiling v3_bcons.cc
[325/517] Compiling v3_akeya.cc
[326/517] Compiling v3_alt.cc
[327/517] Compiling v3_akey.cc
[328/517] Compiling t_crl.cc
[329/517] Compiling t_req.cc
[330/517] Compiling t_x509a.cc
[331/517] Compiling t_x509.cc
[332/517] Compiling rsa_pss.cc
[333/517] Compiling i2d_pr.cc
[334/517] Compiling policy.cc
[335/517] Compiling name_print.cc
[336/517] Compiling by_file.cc
[337/517] Compiling a_digest.cc
[338/517] Compiling asn1_gen.cc
[339/517] Compiling algorithm.cc
[340/517] Compiling by_dir.cc
[341/517] Compiling a_sign.cc
[342/517] Compiling a_verify.cc
[343/517] Compiling voprf.cc
[344/517] Compiling thread_win.cc
[345/517] Compiling thread_pthread.cc
[346/517] Compiling thread.cc
[347/517] Compiling thread_none.cc
[348/517] Compiling trust_token.cc
[349/517] Compiling pmbtoken.cc
[350/517] Compiling stack.cc
[351/517] Compiling slhdsa.cc
[352/517] Compiling spake2plus.cc
[353/517] Compiling siphash.cc
[354/517] Compiling sha512.cc
[355/517] Compiling sha256.cc
[356/517] Compiling sha1.cc
[357/517] Compiling rsa_extra.cc
[358/517] Compiling rsa_print.cc
[359/517] Compiling rsa_crypt.cc
[360/517] Compiling refcount.cc
[361/517] Compiling rsa_asn1.cc
[362/517] Compiling rc4.cc
[363/517] Compiling windows.cc
[364/517] Compiling urandom.cc
[365/517] Compiling trusty.cc
[366/517] Compiling rand.cc
[367/517] Compiling ios.cc
[368/517] Compiling passive.cc
[369/517] Compiling poly1305_arm_asm.S
[370/517] Compiling getentropy.cc
[371/517] Compiling forkunsafe.cc
[372/517] Compiling deterministic.cc
[373/517] Compiling fork_detect.cc
[374/517] Compiling poly1305_vec.cc
[375/517] Compiling poly1305_arm.cc
[376/517] Compiling poly1305.cc
[377/517] Compiling pool.cc
[378/517] Compiling pkcs7.cc
[379/517] Compiling pkcs8.cc
[380/517] Compiling p5_pbev2.cc
[381/517] Compiling pkcs8_x509.cc
[382/517] Compiling pem_xaux.cc
[383/517] Compiling pkcs7_x509.cc
[384/517] Compiling pem_x509.cc
[385/517] Compiling pem_pkey.cc
[386/517] Compiling pem_pk8.cc
[387/517] Compiling pem_oth.cc
[388/517] Compiling mlkem.cc
[389/517] Compiling obj_xref.cc
[390/517] Compiling mldsa.cc
[391/517] Compiling pem_info.cc
[392/517] Compiling pem_lib.cc
[393/517] Compiling poly_rq_mul.S
[394/517] Compiling pem_all.cc
[395/517] Compiling obj.cc
[396/517] Compiling fips_shared_support.cc
[397/517] Compiling md5.cc
[398/517] Compiling mem.cc
[399/517] Compiling md4.cc
[400/517] Compiling lhash.cc
[401/517] Compiling kyber.cc
[402/517] Compiling ex_data.cc
[403/517] Compiling sign.cc
[404/517] Compiling scrypt.cc
[405/517] Compiling print.cc
[406/517] Compiling pbkdf.cc
[407/517] Compiling hpke.cc
[408/517] Compiling hrss.cc
[409/517] Compiling p_x25519_asn1.cc
[410/517] Compiling p_x25519.cc
[411/517] Compiling p_ed25519.cc
[412/517] Compiling p_rsa_asn1.cc
[413/517] Compiling p_ec.cc
[414/517] Compiling p_rsa.cc
[415/517] Compiling p_hkdf.cc
[416/517] Compiling p_ed25519_asn1.cc
[417/517] Compiling p_ec_asn1.cc
[418/517] Compiling p_dh_asn1.cc
[419/517] Compiling p_dsa_asn1.cc
[420/517] Compiling p_dh.cc
[421/517] Compiling evp_ctx.cc
[422/517] Compiling err.cc
[423/517] Compiling evp.cc
[424/517] Compiling engine.cc
[425/517] Compiling evp_asn1.cc
[426/517] Compiling ecdsa_asn1.cc
[427/517] Compiling ecdh.cc
[428/517] Compiling hash_to_curve.cc
[429/517] Compiling ec_derive.cc
[430/517] Compiling dsa.cc
[431/517] Compiling ec_asn1.cc
[432/517] Compiling bcm.cc
[433/517] Compiling dsa_asn1.cc
[434/517] Compiling params.cc
[435/517] Compiling x25519-asm-arm.S
[436/517] Compiling digest_extra.cc
[437/517] Compiling des.cc
[438/517] Compiling dh_asn1.cc
[439/517] Compiling curve25519_64_adx.cc
[440/517] Compiling spake25519.cc
[441/517] Compiling cpu_intel.cc
[442/517] Compiling crypto.cc
[443/517] Compiling cpu_arm_linux.cc
[444/517] Compiling cpu_arm_freebsd.cc
[445/517] Compiling curve25519.cc
[446/517] Compiling cpu_aarch64_win.cc
[447/517] Compiling cpu_aarch64_sysreg.cc
[448/517] Compiling cpu_aarch64_openbsd.cc
[449/517] Compiling cpu_aarch64_linux.cc
[450/517] Compiling cpu_aarch64_fuchsia.cc
[451/517] Compiling cpu_aarch64_apple.cc
[452/517] Compiling conf.cc
[453/517] Compiling get_cipher.cc
[454/517] Compiling tls_cbc.cc
[455/517] Compiling e_rc4.cc
[456/517] Compiling e_tls.cc
[457/517] Compiling e_rc2.cc
[458/517] Compiling e_null.cc
[459/517] Compiling e_des.cc
[460/517] Compiling e_chacha20poly1305.cc
[461/517] Compiling e_aesgcmsiv.cc
[462/517] Compiling e_aesctrhmac.cc
[463/517] Compiling derive_key.cc
[464/517] Compiling chacha.cc
[465/517] Compiling unicode.cc
[466/517] Compiling cbs.cc
[467/517] Compiling cbb.cc
[468/517] Compiling ber.cc
[469/517] Compiling asn1_compat.cc
[470/517] Compiling buf.cc
[471/517] Compiling blake2.cc
[472/517] Compiling socket_helper.cc
[473/517] Compiling bn_asn1.cc
[474/517] Compiling convert.cc
[475/517] Compiling socket.cc
[476/517] Compiling printf.cc
[477/517] Compiling hexdump.cc
[478/517] Compiling pair.cc
[479/517] Compiling file.cc
[480/517] Compiling fd.cc
[481/517] Compiling errno.cc
[482/517] Compiling connect.cc
[483/517] Compiling bio_mem.cc
[484/517] Compiling base64.cc
[485/517] Compiling bio.cc
[486/517] Compiling tasn_typ.cc
[487/517] Compiling tasn_fre.cc
[488/517] Compiling tasn_enc.cc
[489/517] Compiling tasn_utl.cc
[490/517] Compiling tasn_new.cc
[491/517] Compiling posix_time.cc
[492/517] Compiling f_string.cc
[493/517] Compiling tasn_dec.cc
[494/517] Compiling f_int.cc
[495/517] Compiling asn_pack.cc
[496/517] Compiling asn1_par.cc
[497/517] Compiling asn1_lib.cc
[498/517] Compiling a_utctm.cc
[499/517] Compiling a_type.cc
[500/517] Compiling a_time.cc
[501/517] Compiling a_octet.cc
[502/517] Compiling a_strnid.cc
[503/517] Compiling a_strex.cc
[504/517] Compiling a_object.cc
[505/517] Compiling a_mbstr.cc
[506/517] Write sources
[508/517] Compiling a_int.cc
[509/517] Compiling a_i2d_fp.cc
[510/517] Compiling a_dup.cc
[511/530] Compiling a_d2i_fp.cc
[512/536] Compiling a_gentm.cc
[513/536] Compiling a_bitstr.cc
[514/536] Compiling a_bool.cc
[516/536] Compiling Atomics UnsafeAtomicLazyReference.swift
[517/536] Compiling Atomics IntegerOperations.swift
[518/537] Compiling Atomics ManagedAtomicLazyReference.swift
[519/537] Compiling Atomics UnsafeAtomic.swift
[520/537] Compiling Atomics AtomicReference.swift
[521/537] Compiling Atomics AtomicStorage.swift
[522/537] Compiling Atomics Unmanaged extensions.swift
[523/537] Compiling Atomics AtomicValue.swift
[524/537] Compiling Atomics AtomicMemoryOrderings.swift
[525/537] Compiling Atomics DoubleWord.swift
[526/537] Compiling Atomics ManagedAtomic.swift
[527/537] Compiling Atomics AtomicInteger.swift
[528/537] Compiling Atomics AtomicOptionalWrappable.swift
[529/537] Compiling Atomics AtomicBool.swift
[530/537] Compiling Atomics IntegerConformances.swift
[531/537] Compiling Atomics PointerConformances.swift
[532/537] Compiling Atomics Primitives.native.swift
[533/537] Compiling Atomics OptionalRawRepresentable.swift
[534/537] Compiling Atomics RawRepresentable.swift
[535/537] Emitting module Atomics
[535/537] Compiling c-nioatomics.c
[536/537] Compiling c-atomics.c
[538/543] Compiling NIOConcurrencyHelpers NIOLock.swift
[539/543] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[540/543] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[541/543] Compiling NIOConcurrencyHelpers lock.swift
[542/543] Compiling NIOConcurrencyHelpers atomics.swift
[543/543] Emitting module NIOConcurrencyHelpers
[544/607] Compiling NIOCore Linux.swift
[545/607] Compiling NIOCore MarkedCircularBuffer.swift
[546/607] Compiling NIOCore MulticastChannel.swift
[547/607] Compiling NIOCore NIOAny.swift
[548/607] Compiling NIOCore NIOCloseOnErrorHandler.swift
[549/607] Compiling NIOCore NIOCoreSendableMetatype.swift
[550/607] Compiling NIOCore NIODecodedAsyncSequence.swift
[551/614] Compiling NIOCore NIOLoopBound.swift
[552/614] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[553/614] Compiling NIOCore NIOScheduledCallback.swift
[554/614] Compiling NIOCore NIOSendable.swift
[555/614] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[556/614] Compiling NIOCore RecvByteBufferAllocator.swift
[557/614] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[558/614] Compiling NIOCore GlobalSingletons.swift
[559/614] Compiling NIOCore IO.swift
[560/614] Compiling NIOCore IOData.swift
[561/614] Compiling NIOCore IPProtocol.swift
[562/614] Compiling NIOCore IntegerBitPacking.swift
[563/614] Compiling NIOCore IntegerTypes.swift
[564/614] Compiling NIOCore Interfaces.swift
[565/614] Compiling NIOCore AddressedEnvelope.swift
[566/614] Compiling NIOCore AsyncAwaitSupport.swift
[567/614] Compiling NIOCore AsyncChannel.swift
[568/614] Compiling NIOCore AsyncChannelHandler.swift
[569/614] Compiling NIOCore AsyncChannelInboundStream.swift
[570/614] Compiling NIOCore AsyncChannelOutboundWriter.swift
[571/614] Compiling NIOCore NIOAsyncSequenceProducer.swift
[572/614] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[573/614] Compiling NIOCore EventLoopFuture+Deprecated.swift
[574/614] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[575/614] Compiling NIOCore EventLoopFuture.swift
[576/614] Compiling NIOCore FileDescriptor.swift
[577/614] Compiling NIOCore FileHandle.swift
[578/614] Compiling NIOCore FileRegion.swift
[579/614] Compiling NIOCore SocketAddresses.swift
[580/614] Compiling NIOCore SocketOptionProvider.swift
[581/614] Compiling NIOCore SystemCallHelpers.swift
[582/614] Compiling NIOCore TimeAmount+Duration.swift
[583/614] Compiling NIOCore TypeAssistedChannelHandler.swift
[584/614] Compiling NIOCore UniversalBootstrapSupport.swift
[585/614] Compiling NIOCore Utilities.swift
[586/614] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[587/614] Compiling NIOCore NIOAsyncWriter.swift
[588/614] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[589/614] Compiling NIOCore BSDSocketAPI.swift
[590/614] Compiling NIOCore ByteBuffer-aux.swift
[591/614] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[592/614] Compiling NIOCore ByteBuffer-conversions.swift
[593/614] Compiling NIOCore Codec.swift
[594/614] Compiling NIOCore ConvenienceOptionSupport.swift
[595/614] Compiling NIOCore DeadChannel.swift
[596/614] Compiling NIOCore DispatchQueue+WithFuture.swift
[597/614] Compiling NIOCore EventLoop+Deprecated.swift
[598/614] Compiling NIOCore EventLoop+SerialExecutor.swift
[599/614] Compiling NIOCore EventLoop.swift
[600/614] Compiling NIOCore ByteBuffer-core.swift
[601/614] Compiling NIOCore ByteBuffer-hex.swift
[602/614] Compiling NIOCore ByteBuffer-int.swift
[603/614] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[604/614] Compiling NIOCore ByteBuffer-multi-int.swift
[605/614] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[606/614] Compiling NIOCore ByteBuffer-views.swift
[607/614] Compiling NIOCore Channel.swift
[608/614] Compiling NIOCore ChannelHandler.swift
[609/614] Compiling NIOCore ChannelHandlers.swift
[610/614] Compiling NIOCore ChannelInvoker.swift
[611/614] Compiling NIOCore ChannelOption.swift
[612/614] Compiling NIOCore ChannelPipeline.swift
[613/614] Compiling NIOCore CircularBuffer.swift
[614/614] Emitting module NIOCore
[615/705] Compiling NIOEmbedded AsyncTestingChannel.swift
[616/705] Compiling NIOEmbedded Embedded.swift
[617/705] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[618/705] Emitting module NIOEmbedded
[619/705] Emitting module NIOPosix
[620/710] Compiling NIOPosix ServerSocket.swift
[621/710] Compiling NIOPosix Socket.swift
[622/710] Compiling NIOPosix SocketChannel.swift
[623/710] Compiling NIOPosix SocketProtocols.swift
[624/710] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[625/710] Compiling NIOPosix SelectorEpoll.swift
[626/710] Compiling NIOPosix SelectorGeneric.swift
[627/710] Compiling NIOPosix SelectorKqueue.swift
[628/710] Compiling NIOPosix SelectorUring.swift
[629/710] Compiling NIOPosix SelectorWSAPoll.swift
[630/710] Compiling NIOPosix System.swift
[631/710] Compiling NIOPosix Thread.swift
[632/710] Compiling NIOPosix ThreadPosix.swift
[633/710] Compiling NIOPosix ThreadWindows.swift
[634/710] Compiling NIOPosix UnsafeTransfer.swift
[635/710] Compiling NIOPosix PosixSingletons.swift
[636/710] Compiling NIOPosix RawSocketBootstrap.swift
[637/710] Compiling NIOPosix Resolver.swift
[638/710] Compiling NIOPosix Selectable.swift
[639/710] Compiling NIOPosix SelectableChannel.swift
[640/710] Compiling NIOPosix SelectableEventLoop.swift
[641/710] Compiling NIOPosix Utilities.swift
[642/710] Compiling NIOPosix VsockAddress.swift
[643/710] Compiling NIOPosix VsockChannelEvents.swift
[644/710] Compiling NIOPosix Windows.swift
[645/710] Compiling NIOPosix resource_bundle_accessor.swift
[646/710] Compiling NIOPosix GetaddrinfoResolver.swift
[647/710] Compiling NIOPosix HappyEyeballs.swift
[648/710] Compiling NIOPosix IO.swift
[649/710] Compiling NIOPosix IntegerBitPacking.swift
[650/710] Compiling NIOPosix IntegerTypes.swift
[651/710] Compiling NIOPosix Linux.swift
[652/710] Compiling NIOPosix BSDSocketAPICommon.swift
[653/710] Compiling NIOPosix BSDSocketAPIPosix.swift
[654/710] Compiling NIOPosix BSDSocketAPIWindows.swift
[655/710] Compiling NIOPosix BaseSocket.swift
[656/710] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[657/710] Compiling NIOPosix BaseSocketChannel.swift
[658/710] Compiling NIOPosix BaseStreamSocketChannel.swift
[659/710] Compiling NIOPosix Bootstrap.swift
[660/710] Compiling NIOPosix ControlMessage.swift
[661/710] Compiling NIOPosix DatagramVectorReadManager.swift
[662/710] Compiling NIOPosix Errors+Any.swift
[663/710] Compiling NIOPosix FileDescriptor.swift
[664/710] Compiling NIOPosix PendingDatagramWritesManager.swift
[665/710] Compiling NIOPosix PendingWritesManager.swift
[666/710] Compiling NIOPosix PipeChannel.swift
[667/710] Compiling NIOPosix PipePair.swift
[668/710] Compiling NIOPosix Pool.swift
[669/710] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[670/710] Compiling NIOPosix LinuxCPUSet.swift
[671/710] Compiling NIOPosix LinuxUring.swift
[672/710] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[673/710] Compiling NIOPosix NIOPosixSendableMetatype.swift
[674/710] Compiling NIOPosix NIOThreadPool.swift
[675/710] Compiling NIOPosix NonBlockingFileIO.swift
[680/715] Compiling NIO Exports.swift
[681/715] Emitting module NIO
[692/726] Compiling BSON RegularExpression.swift
[693/726] Compiling BSON Timestamp.swift
[694/726] Compiling BSON TypeIdentifier.swift
[695/726] Emitting module BSON
[700/726] Compiling NIOTLS TLSEvents.swift
[701/726] Emitting module NIOTLS
[702/726] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[703/726] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[704/726] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[705/726] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[706/726] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[707/726] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[708/726] Compiling NIOTLS SNIHandler.swift
[725/726] Emitting module NIOFoundationCompat
[726/726] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[727/779] Emitting module NIOSSL
[728/782] Emitting module NIOTransportServices
[729/784] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[730/784] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[731/784] Compiling NIOSSL SSLPrivateKey.swift
[732/784] Compiling NIOSSL SSLPublicKey.swift
[733/784] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[734/784] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[735/784] Compiling NIOSSL SSLCertificate.swift
[736/784] Compiling NIOSSL SSLCertificateExtensions.swift
[737/784] Compiling NIOSSL SSLCertificateName.swift
[740/784] Compiling NIOTransportServices AcceptHandler.swift
[741/784] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[742/784] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[743/784] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[744/784] Compiling NIOTransportServices NIOTSBootstraps.swift
[745/784] Compiling NIOTransportServices NIOTSChannelOptions.swift
[746/784] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[747/784] Compiling NIOTransportServices StateManagedChannel.swift
[748/784] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[749/784] Compiling NIOTransportServices NIOTSErrors.swift
[750/784] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[751/784] Compiling NIOTransportServices NIOTSListenerChannel.swift
[752/784] Compiling NIOTransportServices StateManagedListenerChannel.swift
[754/784] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[755/784] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[756/784] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[757/784] Compiling NIOTransportServices NIOTSEventLoop.swift
[758/784] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[759/784] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[760/784] Compiling NIOTransportServices NIOTSSingletons.swift
[763/784] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[779/784] Compiling NIOSSL UniversalBootstrapSupport.swift
[780/784] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[781/784] Compiling NIOSSL resource_bundle_accessor.swift
[785/815] Compiling MongoCore ProtocolHelpers.swift
[786/815] Compiling MongoCore Sessions.swift
[787/816] Compiling MongoCore MessageHeader.swift
[788/816] Compiling MongoCore MongoReply.swift
[789/816] Compiling MongoCore WireVersion.swift
[790/816] Compiling MongoCore WriteConcern.swift
[791/816] Compiling MongoCore OpQuery.swift
[792/816] Compiling MongoCore OpReply.swift
[793/816] Compiling MongoCore MongoRequest.swift
[794/816] Compiling MongoCore OpMessage.swift
[795/816] Compiling MongoCore ReadConcern.swift
[796/816] Compiling MongoCore ServerHandshake.swift
[797/816] Compiling MongoCore ConnectionSettings.swift
[798/816] Compiling MongoCore Namespace.swift
[799/816] Compiling MongoCore MongoReplyDeserializer.swift
[800/816] Compiling MongoCore Collation.swift
[801/816] Emitting module MongoCore
[802/816] Compiling MongoCore CommandPrimitives.swift
[803/816] Compiling MongoCore Error.swift
[804/816] Compiling MongoCore Tansaction.swift
[805/816] Compiling DNSClient Message.swift
[806/816] Compiling DNSClient DNSEncoder.swift
[807/816] Compiling DNSClient Helpers.swift
[808/817] Compiling DNSClient Errors.swift
[809/817] Compiling DNSClient PTR.swift
[810/817] Compiling DNSClient ConfigParser.swift
[811/817] Compiling DNSClient MessageOptions.swift
[812/817] Compiling DNSClient SRV.swift
[815/817] Emitting module DNSClient
[818/836] Compiling MongoClient Helpers.swift
[819/836] Compiling MongoClient GetMore.swift
[820/836] Compiling MongoClient MongoSingleConnectionPool.swift
[821/836] Compiling MongoClient MongoCursorResponse.swift
[822/838] Compiling MongoClient IsMaster.swift
[823/838] Compiling MongoClient KillCursors.swift
[824/838] Compiling MongoClient ConnectionPool.swift
[825/838] Compiling MongoClient Cursor.swift
[826/838] Compiling MongoClient Connection.swift
[827/838] Compiling MongoClient ConnectionContext.swift
[828/838] Compiling MongoClient Error.swift
[829/838] Compiling MongoClient Exports.swift
[830/838] Compiling MongoClient OK.swift
[831/838] Compiling MongoClient SASL.swift
[832/838] Compiling MongoClient Authenticate.swift
[833/838] Compiling MongoClient Channel+Connection.swift
[834/838] Compiling MongoClient Authenticate+ChallengeResponse.swift
[835/838] Compiling MongoClient Authenticate+SASL.swift
[836/838] Compiling MongoClient Cluster.swift
[837/838] Compiling MongoClient Connection+Execute.swift
[838/838] Emitting module MongoClient
[839/855] Compiling MongoKittenCore QueryBuilder.swift
[840/856] Compiling MongoKittenCore Projection.swift
[841/856] Compiling MongoKittenCore Cursor.swift
[842/856] Compiling MongoKittenCore FieldPath.swift
[843/856] Compiling MongoKittenCore ListDatabases.swift
[844/856] Compiling MongoKittenCore Update.swift
[845/856] Compiling MongoKittenCore Insert.swift
[846/856] Compiling MongoKittenCore ListCollections.swift
[847/856] Emitting module MongoKittenCore
[848/856] Compiling MongoKittenCore Distinct.swift
[849/856] Compiling MongoKittenCore Drop.swift
[850/856] Compiling MongoKittenCore Find.swift
[851/856] Compiling MongoKittenCore FindAndModify.swift
[852/856] Compiling MongoKittenCore CreateIndexes.swift
[853/856] Compiling MongoKittenCore Delete.swift
[854/856] Compiling MongoKittenCore Aggregate.swift
[855/856] Compiling MongoKittenCore Count.swift
[856/856] Compiling MongoKittenCore Sorting.swift
[857/884] Compiling MongoKitten AsyncSequence.swift
[858/884] Compiling MongoKitten BSON2JSON.swift
[859/884] Compiling MongoKitten CLI+Helpers.swift
[860/886] Emitting module MongoKitten
[861/886] Compiling MongoKitten Collection+Indexes.swift
[862/886] Compiling MongoKitten Collection+Insert.swift
[863/886] Compiling MongoKitten Collection+Update.swift
[864/886] Compiling MongoKitten GridFSError.swift
[865/886] Compiling MongoKitten GridFSFile.swift
[866/886] Compiling MongoKitten GridFSFileWriter.swift
[867/886] Compiling MongoKitten Aggregate.swift
[868/886] Compiling MongoKitten AggregateBuilder.swift
[869/886] Compiling MongoKitten AggregateStage.swift
[870/886] Compiling MongoKitten Exports.swift
[871/886] Compiling MongoKitten GridFSBucket.swift
[872/886] Compiling MongoKitten GridFSChunk.swift
[873/886] Compiling MongoKitten GridFSReader.swift
[874/886] Compiling MongoKitten IndexBuilder.swift
[875/886] Compiling MongoKitten MongoCollection.swift
[876/886] Compiling MongoKitten Cursor.swift
[877/886] Compiling MongoKitten Date+ISO8601Format.swift
[878/886] Compiling MongoKitten Error.swift
[879/886] Compiling MongoKitten Collection+Distinct.swift
[880/886] Compiling MongoKitten Collection+Find.swift
[881/886] Compiling MongoKitten Collection+FindAndModify.swift
[882/886] Compiling MongoKitten ChangeStream.swift
[883/886] Compiling MongoKitten Collection+Count.swift
[884/886] Compiling MongoKitten Collection+Delete.swift
[885/886] Compiling MongoKitten MongoDatabase.swift
[886/886] Compiling MongoKitten MongoTransactionDatabase.swift
[887/901] Compiling Meow Operators.swift
[888/902] Compiling Meow Migrations.swift
[889/902] Emitting module Meow
[890/902] Compiling Meow Reference.swift
[891/902] Compiling Meow PartialModel.swift
[892/902] Compiling Meow TestDecoder.swift
[893/902] Compiling Meow MeowCollection.swift
[894/902] Compiling Meow Model.swift
[895/902] Compiling Meow Indexes.swift
[896/902] Compiling Meow FindHelpers.swift
[897/902] Compiling Meow Error.swift
[898/902] Compiling Meow Exports.swift
[899/902] Compiling Meow Aggregates.swift
[900/902] Compiling Meow Database.swift
[901/902] Compiling Meow KeyPathModels.swift
[902/902] Compiling Meow MeowCollection+KeyPath.swift
Build complete! (54.96s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/orlandos-nl/BSON.git
Fetching https://github.com/orlandos-nl/DNSClient.git
Fetching https://github.com/apple/swift-distributed-tracing.git
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/5566] Fetching swift-distributed-tracing
[113/11570] Fetching swift-distributed-tracing, bson
[354/13097] Fetching swift-distributed-tracing, bson, dnsclient
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.25s)
Fetched https://github.com/orlandos-nl/BSON.git from cache (1.25s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.27s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.28s)
Fetched https://github.com/apple/swift-log.git from cache (1.03s)
Fetched https://github.com/orlandos-nl/DNSClient.git from cache (2.45s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.46s)
Fetched https://github.com/apple/swift-nio.git from cache (2.53s)
Computing version for https://github.com/orlandos-nl/DNSClient.git
Computed https://github.com/orlandos-nl/DNSClient.git at 2.5.0 (6.35s)
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.71s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.22s)
Computing version for https://github.com/orlandos-nl/BSON.git
Computed https://github.com/orlandos-nl/BSON.git at 8.2.0 (0.49s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (0.49s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.96s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.47s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.51s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.90.1 (0.68s)
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 (1.31s)
Fetched https://github.com/apple/swift-collections.git from cache (1.32s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.86s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.61s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.47s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.47s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.48s)
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
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.3.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.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.36.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/orlandos-nl/DNSClient.git
Working copy of https://github.com/orlandos-nl/DNSClient.git resolved at 2.5.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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.90.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.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.6.4
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.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.3.0
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/Count.swift",
        "Commands/CreateIndexes.swift",
        "Commands/Delete.swift",
        "Commands/Distinct.swift",
        "Commands/Drop.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",
        "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.