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 7.11.0 (cab8d2), with Swift 6.1 for macOS (SPM) on 26 Nov 2025 13:24:34 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: 7.11.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orlandos-nl/MongoKitten
 * tag               7.11.0     -> FETCH_HEAD
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 7.11.0
========================================
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
[6/441] Copying PrivacyInfo.xcprivacy
[6/441] Write sources
[7/441] Copying PrivacyInfo.xcprivacy
[11/441] Write sources
[28/441] Compiling CNIOWindows shim.c
[28/441] Compiling CNIOWindows WSAStartup.c
[30/441] Compiling CNIOWASI CNIOWASI.c
[31/441] Compiling fiat_p256_adx_mul.S
[32/441] Compiling fiat_p256_adx_sqr.S
[33/441] Write swift-version-2F0A5646E1D333AE.txt
[34/441] Compiling CNIOLinux shim.c
[35/441] Compiling CNIOLinux liburing_shims.c
[36/441] Compiling fiat_curve25519_adx_square.S
[37/441] Compiling fiat_curve25519_adx_mul.S
[38/441] Compiling _AtomicsShims.c
[39/458] Compiling CNIOPosix event_loop_id.c
[40/483] Compiling CNIODarwin shim.c
[41/483] Compiling CNIOBoringSSLShims shims.c
[43/483] Compiling ServiceContextModule ServiceContextKey.swift
[44/483] Emitting module ServiceContextModule
[45/483] Compiling ServiceContextModule ServiceContext.swift
[46/483] Emitting module _NIOBase64
[47/483] Compiling _NIOBase64 Base64.swift
[48/483] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[49/483] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[50/483] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[51/483] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[52/484] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[53/489] Compiling InternalCollectionsUtilities Descriptions.swift
[54/489] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[55/489] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[56/489] Compiling InternalCollectionsUtilities Debugging.swift
[57/489] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[58/489] Compiling InternalCollectionsUtilities Integer rank.swift
[59/489] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[60/489] Compiling InternalCollectionsUtilities _SortedCollection.swift
[61/490] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[62/490] Compiling InternalCollectionsUtilities UInt+reversed.swift
[63/490] Emitting module InternalCollectionsUtilities
[64/490] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[65/490] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[66/490] Emitting module Instrumentation
[67/490] Compiling Instrumentation NoOpInstrument.swift
[68/490] Compiling Instrumentation MultiplexInstrument.swift
[69/490] Compiling Instrumentation Instrument.swift
[69/490] Compiling tls_record.cc
[71/490] Compiling _NIODataStructures PriorityQueue.swift
[72/490] Compiling _NIODataStructures _TinyArray.swift
[73/490] Emitting module Logging
[74/490] Compiling Logging MetadataProvider.swift
[74/490] Compiling tls_method.cc
[76/506] Compiling Instrumentation InstrumentationSystem.swift
[77/506] Compiling Instrumentation Locks.swift
[78/506] Compiling DequeModule _DequeBuffer.swift
[79/506] Compiling DequeModule _DequeBufferHeader.swift
[80/506] Compiling DequeModule _DequeSlot.swift
[81/507] Emitting module _NIODataStructures
[82/507] Compiling _NIODataStructures Heap.swift
[83/507] Emitting module CoreMetrics
[84/507] Compiling CoreMetrics Locks.swift
[85/507] Compiling CoreMetrics Metrics.swift
[85/507] Compiling tls13_server.cc
[87/515] Compiling DequeModule _UnsafeWrappedBuffer.swift
[88/515] Compiling Logging Locks.swift
[89/515] Compiling Logging Logging.swift
[90/515] Compiling Logging LogHandler.swift
[90/515] Compiling tls13_enc.cc
[92/517] Compiling DequeModule Deque+Extras.swift
[93/517] Compiling DequeModule Deque+Hashable.swift
[94/517] Compiling DequeModule Deque+Testing.swift
[95/517] Compiling DequeModule Deque._Storage.swift
[96/517] Compiling DequeModule Deque+Equatable.swift
[97/517] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[98/517] Compiling DequeModule Deque+CustomReflectable.swift
[99/517] Compiling DequeModule Deque+Descriptions.swift
[100/517] Compiling DequeModule Deque._UnsafeHandle.swift
[101/517] Compiling DequeModule Deque.swift
[102/517] Compiling Tracing TracingTime.swift
[103/517] Compiling DequeModule Deque+Codable.swift
[104/517] Compiling DequeModule Deque+Collection.swift
[105/517] Compiling Tracing TracerProtocol.swift
[106/517] Compiling Tracing TracerProtocol+Legacy.swift
[107/517] Compiling Tracing Tracer.swift
[108/517] Emitting module DequeModule
[108/517] Compiling tls13_client.cc
[110/517] Compiling Tracing NoOpTracer.swift
[111/517] Compiling Tracing SpanProtocol.swift
[112/517] Compiling Tracing InstrumentationSystem+Tracing.swift
[113/517] Emitting module Tracing
[113/517] Compiling tls13_both.cc
[114/517] Compiling t1_enc.cc
[115/517] Compiling ssl_versions.cc
[116/517] Compiling ssl_x509.cc
[117/517] Compiling ssl_transcript.cc
[118/517] Compiling ssl_stat.cc
[119/517] Compiling ssl_privkey.cc
[120/517] Compiling ssl_session.cc
[122/517] Compiling _MongoKittenCrypto SHA256.swift
[122/517] Compiling ssl_key_share.cc
[124/517] Compiling _MongoKittenCrypto SHA1.swift
[124/517] Compiling ssl_file.cc
[125/517] Compiling ssl_lib.cc
[126/517] Compiling ssl_cipher.cc
[127/517] Compiling ssl_credential.cc
[128/517] Compiling ssl_buffer.cc
[128/517] Compiling ssl_cert.cc
[130/517] Compiling ssl_asn1.cc
[131/517] Compiling ssl_aead_ctx.cc
[132/517] Compiling s3_pkt.cc
[133/517] Compiling s3_lib.cc
[134/517] Compiling s3_both.cc
[135/517] Compiling handshake_server.cc
[136/517] Compiling handshake.cc
[138/517] Compiling _MongoKittenCrypto HMAC.swift
[139/517] Emitting module _MongoKittenCrypto
[140/517] Compiling _MongoKittenCrypto Hex.swift
[141/517] Compiling _MongoKittenCrypto MD5.swift
[142/517] Compiling _MongoKittenCrypto Hash.swift
[143/517] Compiling _MongoKittenCrypto PBKDF2.swift
[143/517] Compiling handshake_client.cc
[144/517] Compiling handoff.cc
[145/517] Compiling encrypted_client_hello.cc
[146/517] Compiling extensions.cc
[147/517] Compiling md5-x86_64-linux.S
[148/517] Compiling dtls_record.cc
[149/517] Compiling dtls_method.cc
[150/517] Compiling md5-x86_64-apple.S
[151/517] Compiling md5-586-linux.S
[152/517] Compiling md5-586-apple.S
[153/517] Compiling chacha20_poly1305_x86_64-linux.S
[154/517] Compiling chacha20_poly1305_x86_64-apple.S
[155/517] Compiling chacha20_poly1305_armv8-win.S
[156/517] Compiling d1_srtp.cc
[157/517] Compiling chacha20_poly1305_armv8-linux.S
[158/517] Compiling chacha-x86_64-linux.S
[159/517] Compiling chacha-x86_64-apple.S
[160/517] Compiling chacha-x86-linux.S
[161/517] Compiling chacha20_poly1305_armv8-apple.S
[162/517] Compiling chacha-x86-apple.S
[163/517] Compiling chacha-armv8-win.S
[165/517] Compiling Metrics Metrics.swift
[166/517] Emitting module Metrics
[166/517] Compiling chacha-armv8-linux.S
[167/517] Compiling chacha-armv4-linux.S
[168/517] Compiling chacha-armv8-apple.S
[169/517] Compiling aes128gcmsiv-x86_64-linux.S
[170/517] Compiling aes128gcmsiv-x86_64-apple.S
[171/517] Compiling x86_64-mont5-linux.S
[172/517] Compiling x86_64-mont5-apple.S
[173/517] Compiling x86_64-mont-linux.S
[174/517] Compiling x86_64-mont-apple.S
[175/517] Compiling x86-mont-linux.S
[176/517] Compiling x86-mont-apple.S
[177/517] Compiling err_data.cc
[178/517] Compiling vpaes-x86_64-linux.S
[179/517] Compiling vpaes-x86_64-apple.S
[180/517] Compiling bio_ssl.cc
[181/517] Compiling vpaes-x86-linux.S
[182/517] Compiling vpaes-x86-apple.S
[183/517] Compiling vpaes-armv8-win.S
[184/517] Compiling vpaes-armv8-linux.S
[185/517] Compiling vpaes-armv7-linux.S
[186/517] Compiling sha512-x86_64-linux.S
[187/517] Compiling vpaes-armv8-apple.S
[188/517] Compiling sha512-armv8-win.S
[188/517] Compiling sha512-x86_64-apple.S
[190/517] Compiling sha512-armv8-linux.S
[191/517] Compiling sha512-armv8-apple.S
[192/517] Compiling d1_pkt.cc
[193/517] Compiling sha512-armv4-linux.S
[194/517] Compiling sha512-586-linux.S
[195/517] Compiling sha512-586-apple.S
[196/517] Compiling sha256-x86_64-apple.S
[197/517] Compiling d1_lib.cc
[198/517] Compiling sha256-armv8-win.S
[198/517] Compiling sha256-x86_64-linux.S
[200/517] Compiling sha256-armv8-linux.S
[201/517] Compiling sha256-armv8-apple.S
[202/517] Compiling sha256-586-linux.S
[203/517] Compiling sha256-armv4-linux.S
[204/517] Compiling d1_both.cc
[205/517] Compiling sha1-x86_64-linux.S
[206/517] Compiling sha256-586-apple.S
[206/517] Compiling sha1-x86_64-apple.S
[208/517] Compiling sha1-armv8-linux.S
[209/517] Compiling sha1-armv8-win.S
[210/517] Compiling sha1-armv4-large-linux.S
[211/517] Compiling sha1-armv8-apple.S
[212/517] Compiling sha1-586-linux.S
[213/517] Compiling sha1-586-apple.S
[214/517] Compiling rsaz-avx2-linux.S
[215/517] Compiling p256_beeu-x86_64-asm-apple.S
[216/517] Compiling rsaz-avx2-apple.S
[216/517] Compiling rdrand-x86_64-apple.S
[216/517] Compiling p256_beeu-x86_64-asm-linux.S
[219/517] Compiling rdrand-x86_64-linux.S
[220/517] Compiling p256_beeu-armv8-asm-win.S
[221/517] Compiling p256_beeu-armv8-asm-linux.S
[222/517] Compiling p256_beeu-armv8-asm-apple.S
[223/517] Compiling p256-x86_64-asm-linux.S
[224/517] Compiling p256-x86_64-asm-apple.S
[225/517] Compiling p256-armv8-asm-win.S
[226/517] Compiling ghashv8-armv8-linux.S
[226/517] Compiling p256-armv8-asm-linux.S
[228/517] Compiling ghashv8-armv8-win.S
[229/517] Compiling p256-armv8-asm-apple.S
[230/517] Compiling ghashv8-armv8-apple.S
[231/517] Compiling ghash-x86_64-linux.S
[231/517] Compiling ghash-x86_64-apple.S
[233/517] Compiling ghashv8-armv7-linux.S
[234/517] Compiling ghash-x86-linux.S
[235/517] Compiling ghash-x86-apple.S
[236/517] Compiling ghash-ssse3-x86-linux.S
[237/517] Compiling ghash-ssse3-x86_64-apple.S
[237/517] Compiling ghash-ssse3-x86_64-linux.S
[239/517] Compiling ghash-ssse3-x86-apple.S
[240/517] Compiling ghash-neon-armv8-linux.S
[240/517] Compiling ghash-neon-armv8-win.S
[242/517] Compiling ghash-armv4-linux.S
[243/517] Compiling ghash-neon-armv8-apple.S
[244/517] Compiling co-586-linux.S
[245/517] Compiling co-586-apple.S
[246/517] Compiling bn-armv8-win.S
[247/517] Compiling bn-armv8-linux.S
[247/517] Compiling bsaes-armv7-linux.S
[249/517] Compiling bn-armv8-apple.S
[250/517] Compiling bn-586-apple.S
[251/517] Compiling armv8-mont-win.S
[251/517] Compiling armv8-mont-linux.S
[253/517] Compiling bn-586-linux.S
[254/517] Compiling armv4-mont-linux.S
[255/517] Compiling armv8-mont-apple.S
[256/517] Compiling aesv8-armv8-win.S
[257/517] Compiling aesv8-gcm-armv8-win.S
[257/517] Compiling aesv8-gcm-armv8-linux.S
[259/517] Compiling aesv8-gcm-armv8-apple.S
[259/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-gcm-x86_64-linux.S
[267/517] Compiling aesni-x86-apple.S
[268/517] Compiling aesni-gcm-x86_64-apple.S
[269/517] Compiling aes-gcm-avx10-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-avx2-x86_64-apple.S
[273/517] Compiling x_val.cc
[274/517] Compiling x_sig.cc
[275/517] Compiling x_x509a.cc
[276/517] Compiling x_spki.cc
[277/517] Compiling x_x509.cc
[278/517] Compiling x_exten.cc
[279/517] Compiling x_pubkey.cc
[280/517] Compiling x_req.cc
[281/517] Compiling x_crl.cc
[282/517] Compiling x_name.cc
[283/517] Compiling x_attrib.cc
[284/517] Compiling x509spki.cc
[285/517] Compiling x_algor.cc
[286/517] Compiling x509rset.cc
[287/517] Compiling x_all.cc
[288/517] Compiling x509name.cc
[289/517] Compiling x509cset.cc
[290/517] Compiling x509_v3.cc
[291/517] Compiling x509_vpm.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_req.cc
[297/517] Compiling x509_def.cc
[298/517] Compiling x509_obj.cc
[299/517] Compiling x509_d2.cc
[300/517] Compiling x509_ext.cc
[301/517] Compiling x509_lu.cc
[302/517] Compiling x509_cmp.cc
[303/517] Compiling x509.cc
[304/517] Compiling x509_att.cc
[305/517] Compiling v3_utl.cc
[306/517] Compiling v3_prn.cc
[307/517] Compiling v3_skey.cc
[308/517] Compiling v3_purp.cc
[309/517] Compiling v3_ocsp.cc
[310/517] Compiling v3_pcons.cc
[311/517] Compiling v3_ncons.cc
[312/517] Compiling v3_pmaps.cc
[313/517] Compiling v3_int.cc
[314/517] Compiling v3_lib.cc
[315/517] Compiling v3_ia5.cc
[316/517] Compiling v3_info.cc
[317/517] Compiling v3_genn.cc
[318/517] Compiling v3_enum.cc
[318/517] Compiling v3_extku.cc
[320/517] Compiling v3_conf.cc
[321/517] Compiling v3_cpols.cc
[322/517] Compiling v3_crld.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_x509a.cc
[329/517] Compiling t_x509.cc
[330/517] Compiling t_crl.cc
[331/517] Compiling t_req.cc
[332/517] Compiling rsa_pss.cc
[333/517] Compiling i2d_pr.cc
[334/517] Compiling name_print.cc
[335/517] Compiling policy.cc
[336/517] Compiling by_file.cc
[337/517] Compiling by_dir.cc
[338/517] Compiling a_sign.cc
[339/517] Compiling algorithm.cc
[340/517] Compiling a_verify.cc
[341/517] Compiling a_digest.cc
[342/517] Compiling asn1_gen.cc
[343/517] Compiling thread_win.cc
[344/517] Compiling voprf.cc
[345/517] Compiling thread_pthread.cc
[346/517] Compiling trust_token.cc
[347/517] Compiling thread.cc
[348/517] Compiling thread_none.cc
[349/517] Compiling stack.cc
[350/517] Compiling pmbtoken.cc
[351/517] Compiling slhdsa.cc
[352/517] Compiling spake2plus.cc
[353/517] Compiling sha512.cc
[354/517] Compiling sha256.cc
[355/517] Compiling siphash.cc
[356/517] Compiling sha1.cc
[357/517] Compiling rsa_print.cc
[358/517] Compiling rsa_extra.cc
[359/517] Compiling rsa_crypt.cc
[360/517] Compiling refcount.cc
[361/517] Compiling rc4.cc
[362/517] Compiling rsa_asn1.cc
[363/517] Compiling windows.cc
[364/517] Compiling urandom.cc
[365/517] Compiling rand.cc
[366/517] Compiling trusty.cc
[367/517] Compiling ios.cc
[368/517] Compiling poly1305_arm_asm.S
[369/517] Compiling passive.cc
[370/517] Compiling getentropy.cc
[371/517] Compiling forkunsafe.cc
[372/517] Compiling fork_detect.cc
[373/517] Compiling deterministic.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 pkcs8.cc
[379/517] Compiling pkcs7.cc
[380/517] Compiling pkcs8_x509.cc
[381/517] Compiling p5_pbev2.cc
[382/517] Compiling pem_xaux.cc
[383/517] Compiling pkcs7_x509.cc
[384/517] Compiling pem_pkey.cc
[384/517] Compiling pem_x509.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 pem_lib.cc
[391/517] Compiling pem_info.cc
[392/517] Compiling mldsa.cc
[393/517] Compiling pem_all.cc
[394/517] Compiling mem.cc
[395/517] Compiling poly_rq_mul.S
[396/517] Compiling fips_shared_support.cc
[397/517] Compiling obj.cc
[398/517] Compiling md5.cc
[399/517] Compiling md4.cc
[400/517] Compiling lhash.cc
[401/517] Compiling sign.cc
[402/517] Compiling ex_data.cc
[403/517] Compiling kyber.cc
[404/517] Compiling scrypt.cc
[405/517] Compiling pbkdf.cc
[406/517] Compiling print.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_hkdf.cc
[414/517] Compiling p_rsa.cc
[415/517] Compiling p_ec.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 evp.cc
[423/517] Compiling err.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 dsa_asn1.cc
[432/517] Compiling ec_asn1.cc
[433/517] Compiling params.cc
[433/517] Compiling x25519-asm-arm.S
[435/517] Compiling bcm.cc
[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_openbsd.cc
[448/517] Compiling cpu_aarch64_sysreg.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 get_cipher.cc
[453/517] Compiling conf.cc
[453/517] Compiling tls_cbc.cc
[455/517] Compiling e_rc4.cc
[456/517] Compiling e_tls.cc
[457/517] Compiling e_null.cc
[458/517] Compiling e_rc2.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 ber.cc
[467/517] Compiling cbs.cc
[468/517] Compiling cbb.cc
[469/517] Compiling buf.cc
[470/517] Compiling asn1_compat.cc
[471/517] Compiling blake2.cc
[472/517] Compiling socket_helper.cc
[473/517] Compiling convert.cc
[474/517] Compiling bn_asn1.cc
[475/517] Compiling socket.cc
[476/517] Compiling printf.cc
[477/517] Compiling pair.cc
[478/517] Compiling hexdump.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 f_int.cc
[494/517] Compiling asn_pack.cc
[495/517] Compiling tasn_dec.cc
[496/517] Compiling asn1_par.cc
[497/517] Compiling a_utctm.cc
[498/517] Compiling asn1_lib.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_mbstr.cc
[505/517] Compiling a_object.cc
[505/517] Write sources
[508/517] Compiling a_int.cc
[509/517] Compiling a_i2d_fp.cc
[510/517] Compiling a_dup.cc
[511/517] Compiling a_d2i_fp.cc
[512/536] Compiling a_gentm.cc
[513/536] Compiling a_bool.cc
[514/536] Compiling a_bitstr.cc
[516/536] Compiling Atomics ManagedAtomicLazyReference.swift
[517/536] Compiling Atomics UnsafeAtomic.swift
[518/536] Compiling Atomics DoubleWord.swift
[519/536] Compiling Atomics ManagedAtomic.swift
[520/536] Compiling Atomics UnsafeAtomicLazyReference.swift
[521/536] Compiling Atomics IntegerOperations.swift
[522/536] Compiling Atomics AtomicBool.swift
[523/536] Compiling Atomics IntegerConformances.swift
[524/537] Compiling Atomics Unmanaged extensions.swift
[525/537] Compiling Atomics AtomicReference.swift
[526/537] Compiling Atomics AtomicStorage.swift
[527/537] Compiling Atomics AtomicValue.swift
[528/537] Compiling Atomics AtomicMemoryOrderings.swift
[529/537] Compiling Atomics AtomicInteger.swift
[530/537] Compiling Atomics AtomicOptionalWrappable.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 NIOLockedValueBox.swift
[539/543] Compiling NIOConcurrencyHelpers lock.swift
[540/543] Compiling NIOConcurrencyHelpers atomics.swift
[541/543] Emitting module NIOConcurrencyHelpers
[542/543] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[543/543] Compiling NIOConcurrencyHelpers NIOLock.swift
[544/607] Compiling NIOCore NIOLoopBound.swift
[545/607] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[546/607] Compiling NIOCore NIOScheduledCallback.swift
[547/607] Compiling NIOCore NIOSendable.swift
[548/607] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[549/607] Compiling NIOCore RecvByteBufferAllocator.swift
[550/607] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[551/607] Compiling NIOCore GlobalSingletons.swift
[552/607] Compiling NIOCore IO.swift
[553/607] Compiling NIOCore IOData.swift
[554/607] Compiling NIOCore IPProtocol.swift
[555/607] Compiling NIOCore IntegerBitPacking.swift
[556/607] Compiling NIOCore IntegerTypes.swift
[557/607] Compiling NIOCore Interfaces.swift
[558/607] Compiling NIOCore Linux.swift
[559/607] Compiling NIOCore MarkedCircularBuffer.swift
[560/607] Compiling NIOCore MulticastChannel.swift
[561/607] Compiling NIOCore NIOAny.swift
[562/607] Compiling NIOCore NIOCloseOnErrorHandler.swift
[563/607] Compiling NIOCore NIOCoreSendableMetatype.swift
[564/607] Compiling NIOCore NIODecodedAsyncSequence.swift
[565/614] Compiling NIOCore Codec.swift
[566/614] Compiling NIOCore ConvenienceOptionSupport.swift
[567/614] Compiling NIOCore DeadChannel.swift
[568/614] Compiling NIOCore DispatchQueue+WithFuture.swift
[569/614] Compiling NIOCore EventLoop+Deprecated.swift
[570/614] Compiling NIOCore EventLoop+SerialExecutor.swift
[571/614] Compiling NIOCore EventLoop.swift
[572/614] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[573/614] Compiling NIOCore NIOAsyncWriter.swift
[574/614] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[575/614] Compiling NIOCore BSDSocketAPI.swift
[576/614] Compiling NIOCore ByteBuffer-aux.swift
[577/614] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[578/614] Compiling NIOCore ByteBuffer-conversions.swift
[579/614] Compiling NIOCore Channel.swift
[580/614] Compiling NIOCore ChannelHandler.swift
[581/614] Compiling NIOCore ChannelHandlers.swift
[582/614] Compiling NIOCore ChannelInvoker.swift
[583/614] Compiling NIOCore ChannelOption.swift
[584/614] Compiling NIOCore ChannelPipeline.swift
[585/614] Compiling NIOCore CircularBuffer.swift
[586/614] Compiling NIOCore SocketAddresses.swift
[587/614] Compiling NIOCore SocketOptionProvider.swift
[588/614] Compiling NIOCore SystemCallHelpers.swift
[589/614] Compiling NIOCore TimeAmount+Duration.swift
[590/614] Compiling NIOCore TypeAssistedChannelHandler.swift
[591/614] Compiling NIOCore UniversalBootstrapSupport.swift
[592/614] Compiling NIOCore Utilities.swift
[593/614] Compiling NIOCore AddressedEnvelope.swift
[594/614] Compiling NIOCore AsyncAwaitSupport.swift
[595/614] Compiling NIOCore AsyncChannel.swift
[596/614] Compiling NIOCore AsyncChannelHandler.swift
[597/614] Compiling NIOCore AsyncChannelInboundStream.swift
[598/614] Compiling NIOCore AsyncChannelOutboundWriter.swift
[599/614] Compiling NIOCore NIOAsyncSequenceProducer.swift
[600/614] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[601/614] Compiling NIOCore EventLoopFuture+Deprecated.swift
[602/614] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[603/614] Compiling NIOCore EventLoopFuture.swift
[604/614] Compiling NIOCore FileDescriptor.swift
[605/614] Compiling NIOCore FileHandle.swift
[606/614] Compiling NIOCore FileRegion.swift
[607/614] Compiling NIOCore ByteBuffer-core.swift
[608/614] Compiling NIOCore ByteBuffer-hex.swift
[609/614] Compiling NIOCore ByteBuffer-int.swift
[610/614] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[611/614] Compiling NIOCore ByteBuffer-multi-int.swift
[612/614] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[613/614] Compiling NIOCore ByteBuffer-views.swift
[614/614] Emitting module NIOCore
[615/705] Emitting module NIOEmbedded
[616/705] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[617/705] Compiling NIOEmbedded Embedded.swift
[618/705] Compiling NIOEmbedded AsyncTestingChannel.swift
[619/705] Emitting module NIOPosix
[620/710] Compiling NIOPosix System.swift
[621/710] Compiling NIOPosix Thread.swift
[622/710] Compiling NIOPosix ThreadPosix.swift
[623/710] Compiling NIOPosix ThreadWindows.swift
[624/710] Compiling NIOPosix UnsafeTransfer.swift
[625/710] Compiling NIOPosix PosixSingletons.swift
[626/710] Compiling NIOPosix RawSocketBootstrap.swift
[627/710] Compiling NIOPosix Resolver.swift
[628/710] Compiling NIOPosix Selectable.swift
[629/710] Compiling NIOPosix SelectableChannel.swift
[630/710] Compiling NIOPosix SelectableEventLoop.swift
[631/710] Compiling NIOPosix BSDSocketAPICommon.swift
[632/710] Compiling NIOPosix BSDSocketAPIPosix.swift
[633/710] Compiling NIOPosix BSDSocketAPIWindows.swift
[634/710] Compiling NIOPosix BaseSocket.swift
[635/710] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[636/710] Compiling NIOPosix BaseSocketChannel.swift
[637/710] Compiling NIOPosix ServerSocket.swift
[638/710] Compiling NIOPosix Socket.swift
[639/710] Compiling NIOPosix SocketChannel.swift
[640/710] Compiling NIOPosix SocketProtocols.swift
[641/710] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[642/710] Compiling NIOPosix SelectorEpoll.swift
[643/710] Compiling NIOPosix SelectorGeneric.swift
[644/710] Compiling NIOPosix SelectorKqueue.swift
[645/710] Compiling NIOPosix SelectorUring.swift
[646/710] Compiling NIOPosix SelectorWSAPoll.swift
[647/710] Compiling NIOPosix Utilities.swift
[648/710] Compiling NIOPosix VsockAddress.swift
[649/710] Compiling NIOPosix VsockChannelEvents.swift
[650/710] Compiling NIOPosix Windows.swift
[651/710] Compiling NIOPosix resource_bundle_accessor.swift
[652/710] Compiling NIOPosix BaseStreamSocketChannel.swift
[653/710] Compiling NIOPosix Bootstrap.swift
[654/710] Compiling NIOPosix ControlMessage.swift
[655/710] Compiling NIOPosix DatagramVectorReadManager.swift
[656/710] Compiling NIOPosix Errors+Any.swift
[657/710] Compiling NIOPosix FileDescriptor.swift
[658/710] Compiling NIOPosix LinuxCPUSet.swift
[659/710] Compiling NIOPosix LinuxUring.swift
[660/710] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[661/710] Compiling NIOPosix NIOPosixSendableMetatype.swift
[662/710] Compiling NIOPosix NIOThreadPool.swift
[663/710] Compiling NIOPosix NonBlockingFileIO.swift
[664/710] Compiling NIOPosix GetaddrinfoResolver.swift
[665/710] Compiling NIOPosix HappyEyeballs.swift
[666/710] Compiling NIOPosix IO.swift
[667/710] Compiling NIOPosix IntegerBitPacking.swift
[668/710] Compiling NIOPosix IntegerTypes.swift
[669/710] Compiling NIOPosix Linux.swift
[670/710] Compiling NIOPosix PendingDatagramWritesManager.swift
[671/710] Compiling NIOPosix PendingWritesManager.swift
[672/710] Compiling NIOPosix PipeChannel.swift
[673/710] Compiling NIOPosix PipePair.swift
[674/710] Compiling NIOPosix Pool.swift
[675/710] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[676/710] Emitting module BSON
[680/715] Compiling NIO Exports.swift
[681/715] Emitting module NIO
[682/715] Compiling BSON RegularExpression.swift
[683/715] Compiling BSON Timestamp.swift
[684/715] Compiling BSON TypeIdentifier.swift
[716/726] Compiling NIOTLS TLSEvents.swift
[717/726] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[718/726] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[719/726] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[720/726] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[721/726] Compiling NIOTLS SNIHandler.swift
[722/726] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[723/726] Emitting module NIOTLS
[724/726] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[725/726] Emitting module NIOFoundationCompat
[726/726] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[727/779] Emitting module NIOTransportServices
[728/781] Compiling NIOTransportServices NIOTSSingletons.swift
[729/781] Compiling NIOTransportServices NIOTSBootstraps.swift
[730/781] Compiling NIOTransportServices NIOTSChannelOptions.swift
[731/784] Emitting module NIOSSL
[732/784] Compiling NIOTransportServices AcceptHandler.swift
[733/784] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[734/784] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[735/784] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[736/784] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[737/784] Compiling NIOSSL SafeCompare.swift
[738/784] Compiling NIOSSL Zeroization.swift
[739/784] Compiling NIOSSL TLSConfiguration.swift
[740/784] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[741/784] Compiling NIOTransportServices NIOTSListenerChannel.swift
[742/784] Compiling NIOTransportServices NIOTSEventLoop.swift
[743/784] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[744/784] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[745/784] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[746/784] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[747/784] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[748/784] Compiling NIOTransportServices StateManagedChannel.swift
[749/784] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[750/784] Compiling NIOTransportServices StateManagedListenerChannel.swift
[751/784] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[753/784] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[754/784] Compiling NIOTransportServices NIOTSErrors.swift
[755/784] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[763/784] Compiling NIOSSL NIOSSLServerHandler.swift
[764/784] Compiling NIOSSL ObjectIdentifier.swift
[765/784] Compiling NIOSSL PosixPort.swift
[766/784] Compiling NIOSSL SSLCallbacks.swift
[775/784] Compiling NIOSSL UniversalBootstrapSupport.swift
[776/784] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[777/784] Compiling NIOSSL resource_bundle_accessor.swift
[785/815] Compiling MongoCore ProtocolHelpers.swift
[786/815] Compiling MongoCore Sessions.swift
[787/816] Emitting module MongoCore
[788/816] Compiling MongoCore MongoReplyDeserializer.swift
[789/816] Compiling MongoCore Collation.swift
[790/816] Compiling MongoCore OpQuery.swift
[791/816] Compiling MongoCore OpReply.swift
[792/816] Compiling MongoCore MessageHeader.swift
[793/816] Compiling MongoCore MongoReply.swift
[794/816] Compiling MongoCore WireVersion.swift
[795/816] Compiling MongoCore WriteConcern.swift
[796/816] Compiling MongoCore MongoRequest.swift
[797/816] Compiling MongoCore OpMessage.swift
[798/816] Compiling MongoCore ReadConcern.swift
[799/816] Compiling MongoCore ServerHandshake.swift
[800/816] Compiling MongoCore CommandPrimitives.swift
[801/816] Compiling MongoCore Error.swift
[802/816] Compiling MongoCore ConnectionSettings.swift
[803/816] Compiling MongoCore Namespace.swift
[804/816] Compiling MongoCore Tansaction.swift
[805/816] Compiling DNSClient MessageOptions.swift
[806/816] Emitting module DNSClient
[807/816] Compiling DNSClient DNSEncoder.swift
[808/817] Compiling DNSClient ConfigParser.swift
[809/817] Compiling DNSClient Helpers.swift
[810/817] Compiling DNSClient PTR.swift
[815/817] Compiling DNSClient Errors.swift
[816/817] Compiling DNSClient Message.swift
[817/817] Compiling DNSClient SRV.swift
[818/836] Emitting module MongoClient
[819/836] Compiling MongoClient Connection.swift
[820/836] Compiling MongoClient ConnectionContext.swift
[821/838] Compiling MongoClient MongoSingleConnectionPool.swift
[822/838] Compiling MongoClient MongoCursorResponse.swift
[823/838] Compiling MongoClient Error.swift
[824/838] Compiling MongoClient Exports.swift
[825/838] Compiling MongoClient Helpers.swift
[826/838] Compiling MongoClient GetMore.swift
[827/838] Compiling MongoClient IsMaster.swift
[828/838] Compiling MongoClient KillCursors.swift
[829/838] Compiling MongoClient Authenticate.swift
[830/838] Compiling MongoClient Channel+Connection.swift
[831/838] Compiling MongoClient ConnectionPool.swift
[832/838] Compiling MongoClient Cursor.swift
[833/838] Compiling MongoClient Authenticate+ChallengeResponse.swift
[834/838] Compiling MongoClient Authenticate+SASL.swift
[835/838] Compiling MongoClient Cluster.swift
[836/838] Compiling MongoClient Connection+Execute.swift
[837/838] Compiling MongoClient OK.swift
[838/838] Compiling MongoClient SASL.swift
[839/855] Compiling MongoKittenCore QueryBuilder.swift
[840/855] 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 Aggregate.swift
[851/856] Compiling MongoKittenCore Count.swift
[852/856] Compiling MongoKittenCore Find.swift
[853/856] Compiling MongoKittenCore FindAndModify.swift
[854/856] Compiling MongoKittenCore CreateIndexes.swift
[855/856] Compiling MongoKittenCore Delete.swift
[856/856] Compiling MongoKittenCore Sorting.swift
[857/884] Emitting module MongoKitten
[858/886] Compiling MongoKitten AsyncSequence.swift
[859/886] Compiling MongoKitten BSON2JSON.swift
[860/886] Compiling MongoKitten CLI+Helpers.swift
[861/886] Compiling MongoKitten Cursor.swift
[862/886] Compiling MongoKitten Date+ISO8601Format.swift
[863/886] Compiling MongoKitten Error.swift
[864/886] Compiling MongoKitten GridFSReader.swift
[865/886] Compiling MongoKitten IndexBuilder.swift
[866/886] Compiling MongoKitten MongoCollection.swift
[867/886] Compiling MongoKitten Exports.swift
[868/886] Compiling MongoKitten GridFSBucket.swift
[869/886] Compiling MongoKitten GridFSChunk.swift
[870/886] Compiling MongoKitten Collection+Distinct.swift
[871/886] Compiling MongoKitten Collection+Find.swift
[872/886] Compiling MongoKitten Collection+FindAndModify.swift
[873/886] Compiling MongoKitten GridFSError.swift
[874/886] Compiling MongoKitten GridFSFile.swift
[875/886] Compiling MongoKitten GridFSFileWriter.swift
[876/886] Compiling MongoKitten ChangeStream.swift
[877/886] Compiling MongoKitten Collection+Count.swift
[878/886] Compiling MongoKitten Collection+Delete.swift
[879/886] Compiling MongoKitten Aggregate.swift
[880/886] Compiling MongoKitten AggregateBuilder.swift
[881/886] Compiling MongoKitten AggregateStage.swift
[882/886] Compiling MongoKitten Collection+Indexes.swift
[883/886] Compiling MongoKitten Collection+Insert.swift
[884/886] Compiling MongoKitten Collection+Update.swift
[885/886] Compiling MongoKitten MongoDatabase.swift
[886/886] Compiling MongoKitten MongoTransactionDatabase.swift
[887/901] Compiling Meow Operators.swift
[888/901] Compiling Meow PartialModel.swift
[889/901] Compiling Meow Migrations.swift
[890/901] Compiling Meow TestDecoder.swift
[891/901] Compiling Meow MeowCollection.swift
[892/901] Compiling Meow Model.swift
[893/901] Compiling Meow Indexes.swift
[894/901] Compiling Meow FindHelpers.swift
[895/902] Compiling Meow Aggregates.swift
[896/902] Compiling Meow Database.swift
[897/902] Emitting module Meow
[898/902] Compiling Meow Error.swift
[899/902] Compiling Meow Exports.swift
[900/902] Compiling Meow KeyPathModels.swift
[901/902] Compiling Meow MeowCollection+KeyPath.swift
[902/902] Compiling Meow Reference.swift
Build complete! (54.79s)
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/5566] Fetching swift-distributed-tracing
[168/7093] Fetching swift-distributed-tracing, dnsclient
[849/13097] Fetching swift-distributed-tracing, dnsclient, bson
Fetched https://github.com/apple/swift-metrics.git from cache (1.00s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.01s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.15s)
Fetched https://github.com/orlandos-nl/DNSClient.git from cache (1.22s)
Fetched https://github.com/orlandos-nl/BSON.git from cache (1.22s)
Fetched https://github.com/apple/swift-log.git from cache (0.88s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.05s)
Fetched https://github.com/apple/swift-nio.git from cache (2.12s)
Computing version for https://github.com/orlandos-nl/DNSClient.git
Computed https://github.com/orlandos-nl/DNSClient.git at 2.5.0 (5.55s)
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.79s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.32s)
Computing version for https://github.com/orlandos-nl/BSON.git
Computed https://github.com/orlandos-nl/BSON.git at 8.2.0 (0.50s)
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.51s)
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.97s)
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.48s)
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.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.90.1 (0.66s)
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.08s)
Fetched https://github.com/apple/swift-collections.git from cache (1.28s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.83s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.63s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.58s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.51s)
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.51s)
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-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-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-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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.90.1
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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
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
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.