The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of MongoKitten, reference main (e40314), with Swift 6.0 for Linux on 27 Feb 2025 00:20:33 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/MongoKitten.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/orlandos-nl/MongoKitten
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e403140 Fix connection sendability issues (#357)
Cloned https://github.com/orlandos-nl/MongoKitten.git
Revision (git rev-parse @):
e403140d7b59c8ba0c2b00f552933d28470d3a6e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orlandos-nl/MongoKitten.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/orlandos-nl/MongoKitten.git
https://github.com/orlandos-nl/MongoKitten.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/orlandos-nl/DNSClient.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/orlandos-nl/BSON.git
Fetching https://github.com/apple/swift-atomics.git
[1/1045] Fetching dnsclient
[1046/7015] Fetching dnsclient, bson
[4867/11967] Fetching dnsclient, bson, swift-distributed-tracing
[7976/13536] Fetching dnsclient, bson, swift-distributed-tracing, swift-atomics
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.40s)
Fetching https://github.com/apple/swift-metrics.git
[1/73788] Fetching swift-nio
[1477/75937] Fetching swift-nio, swift-metrics
[1821/90363] Fetching swift-nio, swift-metrics, swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (0.22s)
Fetching https://github.com/apple/swift-log.git
[7042/88214] Fetching swift-nio, swift-nio-ssl
[23370/91975] Fetching swift-nio, swift-nio-ssl, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.33s)
[43049/88214] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/orlandos-nl/DNSClient.git from cache (1.75s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.77s)
[54604/73788] Fetching swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (4.15s)
Fetched https://github.com/orlandos-nl/BSON.git from cache (4.15s)
Fetched https://github.com/apple/swift-nio.git from cache (4.23s)
Computing version for https://github.com/orlandos-nl/DNSClient.git
Computed https://github.com/orlandos-nl/DNSClient.git at 2.4.4 (1.99s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2318] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.30s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.65s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.51s)
Fetching https://github.com/apple/swift-service-context.git
[1/1018] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.19s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.49s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (0.50s)
Computing version for https://github.com/orlandos-nl/BSON.git
Computed https://github.com/orlandos-nl/BSON.git at 8.1.5 (0.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.87s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.1 (0.93s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (1.41s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4148] Fetching swift-system
[2449/19891] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.52s)
[2834/15743] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.39s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.77s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.23s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (0.96s)
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.2.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.5.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.2
Creating working copy for https://github.com/orlandos-nl/BSON.git
Working copy of https://github.com/orlandos-nl/BSON.git resolved at 8.1.5
Creating working copy for https://github.com/orlandos-nl/DNSClient.git
Working copy of https://github.com/orlandos-nl/DNSClient.git resolved at 2.4.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.29.3
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.23.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.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.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/438] Write sources
[19/438] Write swift-version-24593BA9C3E375BF.txt
[19/438] Write sources
[22/438] Compiling _AtomicsShims.c
[23/438] Compiling rsa_crypt.cc
[24/438] Compiling rsa_asn1.cc
[25/438] Compiling pem_oth.cc
[26/438] Compiling pem_all.cc
[27/438] Compiling pem_pk8.cc
[28/438] Write sources
[31/442] Compiling pem_info.cc
[32/442] Write sources
[34/455] Compiling pem_lib.cc
[35/455] Compiling CNIOWindows shim.c
[36/455] Compiling CNIOWindows WSAStartup.c
[37/455] Compiling CNIOWASI CNIOWASI.c
[38/460] Compiling CNIOLinux shim.c
[39/460] Compiling CNIOLinux liburing_shims.c
[40/461] Compiling CNIODarwin shim.c
[42/480] Emitting module Logging
[42/480] Compiling CNIOBoringSSLShims shims.c
[43/480] Compiling fiat_p256_adx_sqr.S
[44/480] Compiling fiat_p256_adx_mul.S
[46/480] Emitting module _NIODataStructures
[46/480] Compiling fiat_curve25519_adx_square.S
[47/480] Compiling fiat_curve25519_adx_mul.S
[49/480] Emitting module InternalCollectionsUtilities
[49/482] Compiling tls_record.cc
[51/482] Emitting module _MongoKittenCrypto
[51/482] Compiling tls_method.cc
[53/482] Emitting module _NIOBase64
[54/482] Compiling _NIOBase64 Base64.swift
[55/483] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[56/483] Compiling InternalCollectionsUtilities Specialize.swift
[57/483] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[58/483] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[60/483] Compiling Logging LogHandler.swift
[61/483] Compiling _MongoKittenCrypto SHA256.swift
[62/483] Compiling ServiceContextModule ServiceContext.swift
[63/483] Emitting module ServiceContextModule
[64/483] Compiling ServiceContextModule ServiceContextKey.swift
[65/483] Compiling _MongoKittenCrypto SHA1.swift
[66/483] Compiling InternalCollectionsUtilities _SortedCollection.swift
[67/483] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[68/483] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[69/483] Compiling InternalCollectionsUtilities Integer rank.swift
[70/483] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[71/483] Compiling InternalCollectionsUtilities Debugging.swift
[72/483] Compiling InternalCollectionsUtilities Descriptions.swift
[73/483] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[74/483] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[75/483] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[76/483] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[77/483] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[78/483] Compiling InternalCollectionsUtilities UInt+reversed.swift
[79/483] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[80/485] Compiling _NIODataStructures _TinyArray.swift
[81/485] Compiling _NIODataStructures PriorityQueue.swift
[82/485] Compiling _MongoKittenCrypto HMAC.swift
[83/485] Compiling CoreMetrics Metrics.swift
[83/485] Compiling tls13_server.cc
[87/491] Compiling Instrumentation InstrumentationSystem.swift
[88/491] Compiling Instrumentation Instrument.swift
[89/491] Compiling Instrumentation NoOpInstrument.swift
[90/491] Compiling Logging Locks.swift
[91/491] Emitting module CoreMetrics
[92/491] Compiling CoreMetrics Locks.swift
[93/491] Emitting module Instrumentation
[94/492] Compiling Instrumentation MultiplexInstrument.swift
[95/492] Compiling Logging MetadataProvider.swift
[96/492] Compiling _NIODataStructures Heap.swift
[97/493] Compiling Logging Logging.swift
[98/493] Compiling Instrumentation Locks.swift
[102/495] Compiling tls13_client.cc
[103/503] Compiling tls13_enc.cc
[104/505] Compiling tls13_both.cc
[106/520] Compiling DequeModule Deque+CustomReflectable.swift
[107/520] Compiling DequeModule Deque+Descriptions.swift
[108/522] Compiling DequeModule _DequeBuffer.swift
[109/522] Compiling DequeModule _DequeBufferHeader.swift
[110/522] Compiling Tracing TracingTime.swift
[111/522] Compiling Tracing InstrumentationSystem+Tracing.swift
[112/522] Compiling DequeModule Deque+Equatable.swift
[113/522] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[114/522] Compiling DequeModule Deque+Extras.swift
[115/522] Compiling DequeModule Deque+Hashable.swift
[116/522] Compiling Tracing TracerProtocol.swift
[117/522] Compiling _MongoKittenCrypto MD5.swift
[118/522] Compiling _MongoKittenCrypto PBKDF2.swift
[119/522] Compiling DequeModule _DequeSlot.swift
[120/522] Compiling DequeModule _UnsafeWrappedBuffer.swift
[121/522] Emitting module Tracing
[122/522] Compiling Tracing TracerProtocol+Legacy.swift
[123/522] Compiling Tracing Tracer.swift
[124/522] Compiling DequeModule Deque._UnsafeHandle.swift
[125/522] Compiling DequeModule Deque.swift
[126/522] Compiling DequeModule Deque+Testing.swift
[127/522] Compiling DequeModule Deque._Storage.swift
[128/522] Compiling Tracing NoOpTracer.swift
[129/522] Compiling Tracing SpanProtocol.swift
[130/523] Compiling _MongoKittenCrypto Hash.swift
[131/523] Compiling _MongoKittenCrypto Hex.swift
[133/524] Compiling t1_enc.cc
[135/524] Compiling DequeModule Deque+Codable.swift
[136/524] Compiling DequeModule Deque+Collection.swift
[136/524] Compiling ssl_x509.cc
[137/524] Compiling ssl_versions.cc
[138/524] Compiling ssl_transcript.cc
[140/524] Emitting module DequeModule
[141/525] Compiling ssl_stat.cc
[143/525] Emitting module Metrics
[144/525] Compiling Metrics Metrics.swift
[144/526] Compiling ssl_session.cc
[146/526] Compiling ssl_privkey.cc
[147/526] Compiling ssl_key_share.cc
[148/526] Compiling ssl_lib.cc
[149/526] Compiling ssl_credential.cc
[150/526] Compiling ssl_file.cc
[151/526] Compiling ssl_cipher.cc
[152/526] Compiling ssl_buffer.cc
[153/526] Compiling ssl_aead_ctx.cc
[154/526] Compiling s3_pkt.cc
[155/526] Compiling ssl_cert.cc
[156/526] Compiling ssl_asn1.cc
[157/526] Compiling s3_both.cc
[158/526] Compiling s3_lib.cc
[159/526] Compiling handshake.cc
[160/526] Compiling handshake_server.cc
[161/526] Compiling handshake_client.cc
[162/526] Compiling handoff.cc
[163/526] Compiling dtls_record.cc
[164/526] Compiling encrypted_client_hello.cc
[165/526] Compiling md5-x86_64-linux.S
[166/526] Compiling extensions.cc
[167/526] Compiling md5-x86_64-apple.S
[168/526] Compiling md5-586-linux.S
[169/526] Compiling md5-586-apple.S
[170/526] Compiling chacha20_poly1305_x86_64-linux.S
[171/526] Compiling dtls_method.cc
[172/526] Compiling err_data.cc
[173/526] Compiling chacha20_poly1305_armv8-win.S
[174/526] Compiling chacha20_poly1305_x86_64-apple.S
[175/526] Compiling chacha20_poly1305_armv8-linux.S
[176/526] Compiling chacha20_poly1305_armv8-apple.S
[177/526] Compiling chacha-x86_64-linux.S
[178/526] Compiling chacha-x86_64-apple.S
[179/526] Compiling chacha-x86-linux.S
[180/526] Compiling chacha-x86-apple.S
[181/526] Compiling chacha-armv8-win.S
[182/526] Compiling chacha-armv8-linux.S
[183/526] Compiling chacha-armv8-apple.S
[184/526] Compiling chacha-armv4-linux.S
[185/526] Compiling aes128gcmsiv-x86_64-apple.S
[186/526] Compiling aes128gcmsiv-x86_64-linux.S
[187/526] Compiling x86_64-mont5-apple.S
[188/526] Compiling x86_64-mont5-linux.S
[189/526] Compiling x86_64-mont-linux.S
[190/526] Compiling x86_64-mont-apple.S
[191/526] Compiling vpaes-x86_64-linux.S
[192/526] Compiling x86-mont-linux.S
[193/526] Compiling x86-mont-apple.S
[194/526] Compiling bio_ssl.cc
[195/526] Compiling vpaes-x86_64-apple.S
[196/526] Compiling vpaes-x86-linux.S
[197/526] Compiling vpaes-x86-apple.S
[198/526] Compiling vpaes-armv8-linux.S
[199/526] Compiling vpaes-armv8-win.S
[199/526] Compiling vpaes-armv8-apple.S
[201/526] Compiling vpaes-armv7-linux.S
[202/526] Compiling sha512-x86_64-apple.S
[203/526] Compiling sha512-armv8-linux.S
[204/526] Compiling sha512-armv8-win.S
[205/526] Compiling sha512-x86_64-linux.S
[206/526] Compiling d1_pkt.cc
[207/526] Compiling sha512-armv4-linux.S
[208/526] Compiling sha512-armv8-apple.S
[209/526] Compiling sha512-586-apple.S
[210/526] Compiling sha512-586-linux.S
[211/526] Compiling sha256-x86_64-apple.S
[212/526] Compiling sha256-armv4-linux.S
[213/526] Compiling sha256-armv8-linux.S
[214/526] Compiling sha256-armv8-win.S
[215/526] Compiling sha256-x86_64-linux.S
[216/526] Compiling sha256-armv8-apple.S
[217/526] Compiling sha256-586-apple.S
[218/526] Compiling sha256-586-linux.S
[219/526] Compiling sha1-x86_64-apple.S
[220/526] Compiling sha1-x86_64-linux.S
[221/526] Compiling sha1-armv8-win.S
[222/526] Compiling d1_srtp.cc
[223/526] Compiling sha1-armv4-large-linux.S
[224/526] Compiling sha1-armv8-linux.S
[225/526] Compiling sha1-armv8-apple.S
[226/526] Compiling sha1-586-linux.S
[227/526] Compiling sha1-586-apple.S
[228/526] Compiling rsaz-avx2-apple.S
[229/526] Compiling rdrand-x86_64-linux.S
[230/526] Compiling rsaz-avx2-linux.S
[231/526] Compiling p256_beeu-x86_64-asm-linux.S
[232/526] Compiling p256_beeu-x86_64-asm-apple.S
[233/526] Compiling p256_beeu-armv8-asm-win.S
[234/526] Compiling rdrand-x86_64-apple.S
[235/526] Compiling p256_beeu-armv8-asm-apple.S
[236/526] Compiling p256_beeu-armv8-asm-linux.S
[237/526] Compiling ghashv8-armv8-win.S
[237/526] Compiling p256-x86_64-asm-apple.S
[239/526] Compiling p256-armv8-asm-win.S
[240/526] Compiling p256-x86_64-asm-linux.S
[241/526] Compiling p256-armv8-asm-linux.S
[242/526] Compiling p256-armv8-asm-apple.S
[243/526] Compiling ghashv8-armv8-linux.S
[244/526] Compiling ghashv8-armv8-apple.S
[245/526] Compiling ghash-x86_64-linux.S
[246/526] Compiling d1_lib.cc
[247/526] Compiling ghashv8-armv7-linux.S
[248/526] Compiling ghash-x86_64-apple.S
[249/526] Compiling ghash-x86-linux.S
[250/526] Compiling ghash-ssse3-x86_64-linux.S
[251/526] Compiling ghash-x86-apple.S
[252/526] Compiling ghash-ssse3-x86-apple.S
[253/526] Compiling ghash-ssse3-x86-linux.S
[254/526] Compiling ghash-neon-armv8-win.S
[255/526] Compiling ghash-neon-armv8-linux.S
[256/526] Compiling ghash-armv4-linux.S
[257/526] Compiling ghash-ssse3-x86_64-apple.S
[258/526] Compiling ghash-neon-armv8-apple.S
[259/526] Compiling co-586-linux.S
[259/526] Compiling co-586-apple.S
[261/526] Compiling bsaes-armv7-linux.S
[262/526] Compiling bn-armv8-linux.S
[263/526] Compiling bn-armv8-apple.S
[264/526] Compiling bn-586-linux.S
[265/526] Compiling bn-armv8-win.S
[266/526] Compiling bn-586-apple.S
[267/526] Compiling armv8-mont-win.S
[268/526] Compiling armv8-mont-linux.S
[269/526] Compiling aesv8-gcm-armv8-linux.S
[270/526] Compiling armv4-mont-linux.S
[271/526] Compiling armv8-mont-apple.S
[272/526] Compiling aesv8-armv8-win.S
[273/526] Compiling aesv8-gcm-armv8-win.S
[274/526] Compiling aesv8-armv8-linux.S
[275/526] Compiling aesv8-gcm-armv8-apple.S
[276/526] Compiling d1_both.cc
[277/526] Compiling aesv8-armv8-apple.S
[278/526] Compiling aesv8-armv7-linux.S
[279/526] Compiling aesni-x86-linux.S
[280/526] Compiling aesni-x86_64-apple.S
[281/526] Compiling aesni-x86_64-linux.S
[282/526] Compiling aesni-x86-apple.S
[283/526] Compiling aesni-gcm-x86_64-apple.S
[284/526] Compiling aesni-gcm-x86_64-linux.S
[285/526] Compiling x_sig.cc
[286/526] Compiling x_spki.cc
[287/526] Compiling x_x509a.cc
[288/526] Compiling x_x509.cc
[289/526] Compiling x_req.cc
[290/526] Compiling x_pubkey.cc
[291/526] Compiling x_name.cc
[292/526] Compiling x_val.cc
[293/526] Compiling x_attrib.cc
[294/526] Compiling x_exten.cc
[295/526] Compiling x_crl.cc
[296/526] Compiling x509spki.cc
[297/526] Compiling x_all.cc
[298/526] Compiling x509name.cc
[299/526] Compiling x509rset.cc
[300/526] Compiling x_algor.cc
[301/526] Compiling x509_vfy.cc
[302/526] Compiling x509cset.cc
[303/526] Compiling x509_trs.cc
[304/526] Compiling x509_txt.cc
[305/526] Compiling x509_vpm.cc
[306/526] Compiling x509_v3.cc
[307/526] Compiling x509_set.cc
[308/526] Compiling x509_obj.cc
[309/526] Compiling x509_req.cc
[310/526] Compiling x509_lu.cc
[311/526] Compiling x509_cmp.cc
[312/526] Compiling x509_d2.cc
[313/526] Compiling x509_def.cc
[314/526] Compiling x509_ext.cc
[315/526] Compiling x509_att.cc
[316/526] Compiling v3_skey.cc
[317/526] Compiling v3_utl.cc
[318/526] Compiling x509.cc
[319/526] Compiling v3_pmaps.cc
[320/526] Compiling v3_prn.cc
[321/526] Compiling v3_purp.cc
[322/526] Compiling v3_pcons.cc
[323/526] Compiling v3_lib.cc
[324/526] Compiling v3_ocsp.cc
[325/526] Compiling v3_ncons.cc
[326/526] Compiling v3_int.cc
[327/526] Compiling v3_info.cc
[328/526] Compiling v3_ia5.cc
[329/526] Compiling v3_genn.cc
[330/526] Compiling v3_extku.cc
[331/526] Compiling v3_cpols.cc
[332/526] Compiling v3_enum.cc
[333/526] Compiling v3_crld.cc
[334/526] Compiling v3_bitst.cc
[335/526] Compiling v3_conf.cc
[336/526] Compiling v3_bcons.cc
[337/526] Compiling v3_akeya.cc
[338/526] Compiling v3_alt.cc
[339/526] Compiling v3_akey.cc
[340/526] Compiling t_x509.cc
[341/526] Compiling t_x509a.cc
[342/526] Compiling rsa_pss.cc
[343/526] Compiling policy.cc
[344/526] Compiling t_req.cc
[345/526] Compiling t_crl.cc
[346/526] Compiling i2d_pr.cc
[347/526] Compiling name_print.cc
[348/526] Compiling by_dir.cc
[349/526] Compiling by_file.cc
[350/526] Compiling algorithm.cc
[351/526] Compiling a_sign.cc
[352/526] Compiling a_verify.cc
[353/526] Compiling thread_win.cc
[354/526] Compiling voprf.cc
[355/526] Compiling asn1_gen.cc
[356/526] Compiling trust_token.cc
[357/526] Compiling a_digest.cc
[358/526] Compiling thread_pthread.cc
[359/526] Compiling pmbtoken.cc
[360/526] Compiling thread_none.cc
[361/526] Compiling thread.cc
[362/526] Compiling stack.cc
[363/526] Compiling wots.cc
[364/526] Compiling thash.cc
[365/526] Compiling merkle.cc
[366/526] Compiling slhdsa.cc
[367/526] Compiling fors.cc
[368/526] Compiling siphash.cc
[369/526] Compiling sha256.cc
[370/526] Compiling sha1.cc
[371/526] Compiling sha512.cc
[372/526] Compiling rsa_print.cc
[373/526] Compiling rsa_extra.cc
[374/526] Compiling trusty.cc
[375/526] Compiling windows.cc
[376/526] Compiling refcount.cc
[377/526] Compiling rc4.cc
[378/526] Compiling rand_extra.cc
[379/526] Compiling getentropy.cc
[380/526] Compiling urandom.cc
[381/526] Compiling poly1305_arm_asm.S
[382/526] Compiling passive.cc
[383/526] Compiling ios.cc
[384/526] Compiling forkunsafe.cc
[385/526] Compiling deterministic.cc
[386/526] Compiling pool.cc
[387/526] Compiling fork_detect.cc
[388/526] Compiling poly1305_arm.cc
[389/526] Compiling poly1305.cc
[390/526] Compiling poly1305_vec.cc
[391/526] Compiling pkcs7.cc
[392/526] Compiling pem_x509.cc
[393/526] Compiling pkcs8.cc
[394/526] Compiling pem_xaux.cc
[395/526] Compiling pkcs8_x509.cc
[396/526] Compiling p5_pbev2.cc
[397/526] Compiling obj_xref.cc
[398/526] Compiling pkcs7_x509.cc
[399/526] Compiling mem.cc
[400/526] Compiling md5.cc
[401/526] Compiling mlkem.cc
[402/526] Compiling pem_pkey.cc
[403/526] Compiling obj.cc
[404/526] Compiling poly_rq_mul.S
[405/526] Compiling mldsa.cc
[406/526] Compiling fips_shared_support.cc
[407/526] Compiling md4.cc
[408/526] Compiling lhash.cc
[409/526] Compiling keccak.cc
[410/526] Compiling kyber.cc
[411/526] Compiling hpke.cc
[412/526] Compiling scrypt.cc
[413/526] Compiling hrss.cc
[414/526] Compiling ex_data.cc
[415/526] Compiling sign.cc
[416/526] Compiling print.cc
[417/526] Compiling pbkdf.cc
[418/526] Compiling p_x25519.cc
[419/526] Compiling p_rsa_asn1.cc
[420/526] Compiling p_x25519_asn1.cc
[421/526] Compiling p_hkdf.cc
[422/526] Compiling p_ed25519_asn1.cc
[423/526] Compiling p_rsa.cc
[424/526] Compiling p_ed25519.cc
[425/526] Compiling p_dh_asn1.cc
[426/526] Compiling p_ec.cc
[427/526] Compiling p_ec_asn1.cc
[428/526] Compiling p_dh.cc
[429/526] Compiling p_dsa_asn1.cc
[430/526] Compiling evp_ctx.cc
[431/526] Compiling evp_asn1.cc
[432/526] Compiling evp.cc
[433/526] Compiling engine.cc
[434/526] Compiling ecdh_extra.cc
[435/526] Compiling ecdsa_asn1.cc
[436/526] Compiling err.cc
[437/526] Compiling ec_derive.cc
[438/526] Compiling hash_to_curve.cc
[439/526] Compiling params.cc
[440/526] Compiling dsa_asn1.cc
[441/526] Compiling dsa.cc
[442/526] Compiling ec_asn1.cc
[443/526] Compiling x25519-asm-arm.S
[444/526] Compiling digest_extra.cc
[445/526] Compiling dh_asn1.cc
[446/526] Compiling des.cc
[447/526] Compiling spake25519.cc
[448/526] Compiling crypto.cc
[449/526] Compiling cpu_arm_linux.cc
[450/526] Compiling cpu_intel.cc
[451/526] Compiling bcm.cc
[452/526] Compiling curve25519.cc
[453/526] Compiling cpu_arm_freebsd.cc
[454/526] Compiling cpu_aarch64_win.cc
[455/526] Compiling cpu_aarch64_openbsd.cc
[456/526] Compiling cpu_aarch64_sysreg.cc
[457/526] Compiling cpu_aarch64_linux.cc
[458/526] Compiling cpu_aarch64_fuchsia.cc
[459/526] Compiling cpu_aarch64_apple.cc
[460/526] Compiling curve25519_64_adx.cc
[461/526] Compiling e_tls.cc
[462/526] Compiling tls_cbc.cc
[463/526] Compiling conf.cc
[464/526] Compiling e_rc4.cc
[465/526] Compiling e_rc2.cc
[466/526] Compiling e_des.cc
[467/526] Compiling e_null.cc
[468/526] Compiling e_chacha20poly1305.cc
[469/526] Compiling derive_key.cc
[470/526] Compiling e_aesctrhmac.cc
[471/526] Compiling cipher_extra.cc
[472/526] Compiling e_aesgcmsiv.cc
[473/526] Compiling unicode.cc
[474/526] Compiling chacha.cc
[475/526] Compiling ber.cc
[476/526] Compiling cbs.cc
[477/526] Compiling cbb.cc
[478/526] Compiling asn1_compat.cc
[479/526] Compiling bn_asn1.cc
[480/526] Compiling buf.cc
[481/526] Compiling blake2.cc
[482/526] Compiling convert.cc
[483/526] Compiling socket_helper.cc
[484/526] Compiling socket.cc
[485/526] Compiling printf.cc
[486/526] Compiling hexdump.cc
[487/526] Compiling file.cc
[488/526] Compiling pair.cc
[489/526] Compiling errno.cc
[490/526] Compiling fd.cc
[491/526] Compiling connect.cc
[492/526] Compiling bio_mem.cc
[493/526] Compiling tasn_utl.cc
[494/526] Compiling tasn_typ.cc
[495/526] Compiling bio.cc
[496/526] Compiling base64.cc
[497/526] Compiling tasn_new.cc
[498/526] Compiling tasn_fre.cc
[499/526] Compiling tasn_enc.cc
[500/526] Compiling posix_time.cc
[501/526] Compiling tasn_dec.cc
[502/526] Compiling f_int.cc
[503/526] Compiling f_string.cc
[504/526] Compiling asn_pack.cc
[505/526] Compiling a_utctm.cc
[506/526] Compiling asn1_par.cc
[507/526] Compiling a_type.cc
[508/526] Compiling asn1_lib.cc
[509/526] Compiling a_time.cc
[510/526] Compiling a_object.cc
[511/526] Compiling a_mbstr.cc
[512/526] Compiling a_octet.cc
[513/526] Compiling a_strnid.cc
[514/526] Compiling a_i2d_fp.cc
[515/526] Compiling a_int.cc
[516/526] Compiling a_strex.cc
[516/526] Write sources
[519/526] Compiling a_dup.cc
[520/526] Compiling a_d2i_fp.cc
[521/526] Compiling a_gentm.cc
[522/526] Compiling a_bool.cc
[523/526] Compiling a_bitstr.cc
[525/545] Compiling Atomics ManagedAtomic.swift
[526/545] Compiling Atomics ManagedAtomicLazyReference.swift
[527/545] Compiling Atomics AtomicMemoryOrderings.swift
[528/545] Compiling Atomics DoubleWord.swift
[529/547] Compiling Atomics AtomicReference.swift
[530/547] Compiling Atomics AtomicStorage.swift
[531/547] Compiling Atomics AtomicValue.swift
[532/547] Compiling Atomics UnsafeAtomic.swift
[533/547] Compiling Atomics UnsafeAtomicLazyReference.swift
[534/547] Compiling Atomics Primitives.shims.swift
[535/547] Compiling Atomics AtomicInteger.swift
[536/547] Compiling Atomics AtomicOptionalWrappable.swift
[537/547] Compiling Atomics IntegerOperations.swift
[538/547] Compiling Atomics Unmanaged extensions.swift
[538/547] Compiling c-nioatomics.c
[539/547] Compiling c-atomics.c
[541/553] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[542/553] Compiling Atomics OptionalRawRepresentable.swift
[543/553] Compiling Atomics RawRepresentable.swift
[544/553] Compiling Atomics AtomicBool.swift
[545/553] Emitting module Atomics
[546/553] Compiling Atomics IntegerConformances.swift
[547/553] Compiling Atomics PointerConformances.swift
[548/553] Compiling Atomics Primitives.native.swift
[549/554] Compiling NIOConcurrencyHelpers lock.swift
[551/554] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[552/554] Emitting module NIOConcurrencyHelpers
[553/554] Compiling NIOConcurrencyHelpers NIOLock.swift
[554/554] Compiling NIOConcurrencyHelpers atomics.swift
[556/614] Compiling NIOCore MarkedCircularBuffer.swift
[557/614] Compiling NIOCore MulticastChannel.swift
[558/614] Compiling NIOCore NIOAny.swift
[559/614] Compiling NIOCore NIOCloseOnErrorHandler.swift
[560/614] Compiling NIOCore NIOLoopBound.swift
[561/614] Compiling NIOCore NIOScheduledCallback.swift
[562/614] Compiling NIOCore NIOSendable.swift
[563/614] Compiling NIOCore RecvByteBufferAllocator.swift
[564/614] Compiling NIOCore GlobalSingletons.swift
[565/614] Compiling NIOCore IO.swift
[566/614] Compiling NIOCore IOData.swift
[567/614] Compiling NIOCore IPProtocol.swift
[568/614] Compiling NIOCore IntegerBitPacking.swift
[569/614] Compiling NIOCore IntegerTypes.swift
[570/614] Compiling NIOCore Interfaces.swift
[571/614] Compiling NIOCore Linux.swift
[572/622] Compiling NIOCore ChannelPipeline.swift
[573/622] Compiling NIOCore CircularBuffer.swift
[574/622] Compiling NIOCore Codec.swift
[575/622] Compiling NIOCore ConvenienceOptionSupport.swift
[576/622] Compiling NIOCore DeadChannel.swift
[577/622] Compiling NIOCore DispatchQueue+WithFuture.swift
[578/622] Compiling NIOCore EventLoop+Deprecated.swift
[579/622] Compiling NIOCore EventLoop+SerialExecutor.swift
[580/622] Compiling NIOCore EventLoop.swift
[581/622] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[582/622] Compiling NIOCore EventLoopFuture+Deprecated.swift
[583/622] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[584/622] Compiling NIOCore EventLoopFuture.swift
[585/622] Compiling NIOCore FileDescriptor.swift
[586/622] Compiling NIOCore FileHandle.swift
[587/622] Compiling NIOCore FileRegion.swift
[588/622] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[589/622] Compiling NIOCore BSDSocketAPI.swift
[590/622] Compiling NIOCore ByteBuffer-aux.swift
[591/622] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[592/622] Compiling NIOCore ByteBuffer-conversions.swift
[593/622] Compiling NIOCore ByteBuffer-core.swift
[594/622] Compiling NIOCore ByteBuffer-hex.swift
[595/622] Compiling NIOCore ByteBuffer-int.swift
[596/622] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[597/622] Compiling NIOCore AddressedEnvelope.swift
[598/622] Compiling NIOCore AsyncAwaitSupport.swift
[599/622] Compiling NIOCore AsyncChannel.swift
[600/622] Compiling NIOCore AsyncChannelHandler.swift
[601/622] Compiling NIOCore AsyncChannelInboundStream.swift
[602/622] Compiling NIOCore AsyncChannelOutboundWriter.swift
[603/622] Compiling NIOCore NIOAsyncSequenceProducer.swift
[604/622] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[605/622] Compiling NIOCore NIOAsyncWriter.swift
[606/622] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[607/622] Compiling NIOCore SocketAddresses.swift
[608/622] Compiling NIOCore SocketOptionProvider.swift
[609/622] Compiling NIOCore SystemCallHelpers.swift
[610/622] Compiling NIOCore TimeAmount+Duration.swift
[611/622] Compiling NIOCore TypeAssistedChannelHandler.swift
[612/622] Compiling NIOCore UniversalBootstrapSupport.swift
[613/622] Compiling NIOCore Utilities.swift
[614/622] Compiling NIOCore ByteBuffer-multi-int.swift
[615/622] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[616/622] Compiling NIOCore ByteBuffer-views.swift
[617/622] Compiling NIOCore Channel.swift
[618/622] Compiling NIOCore ChannelHandler.swift
[619/622] Compiling NIOCore ChannelHandlers.swift
[620/622] Compiling NIOCore ChannelInvoker.swift
[621/622] Compiling NIOCore ChannelOption.swift
[622/622] Emitting module NIOCore
[624/708] Compiling NIOPosix NonBlockingFileIO.swift
[625/708] Compiling NIOPosix PendingDatagramWritesManager.swift
[626/708] Compiling NIOPosix PendingWritesManager.swift
[627/708] Compiling NIOPosix PipeChannel.swift
[628/708] Compiling NIOPosix PipePair.swift
[629/712] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[630/712] Compiling NIOPosix PosixSingletons.swift
[631/712] Compiling NIOPosix RawSocketBootstrap.swift
[632/712] Compiling NIOPosix Resolver.swift
[633/712] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[634/712] Compiling NIOEmbedded AsyncTestingChannel.swift
[635/712] Emitting module NIOEmbedded
[636/712] Compiling NIOEmbedded Embedded.swift
[637/712] Compiling NIOPosix LinuxCPUSet.swift
[638/712] Compiling NIOPosix LinuxUring.swift
[639/712] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[640/712] Compiling NIOPosix PooledRecvBufferAllocator.swift
[642/713] Compiling NIOPosix GetaddrinfoResolver.swift
[643/713] Compiling NIOPosix HappyEyeballs.swift
[644/713] Compiling NIOPosix BSDSocketAPICommon.swift
[645/713] Compiling NIOPosix BSDSocketAPIPosix.swift
[646/713] Compiling NIOPosix BSDSocketAPIWindows.swift
[647/713] Compiling NIOPosix Pool.swift
[648/713] Compiling NIOPosix IO.swift
[649/713] Compiling NIOPosix IntegerBitPacking.swift
[650/713] Compiling NIOPosix IntegerTypes.swift
[651/713] Compiling NIOPosix Linux.swift
[652/713] Compiling BSON Primitives.swift
[653/713] Compiling BSON RegularExpression.swift
[654/713] Compiling BSON Timestamp.swift
[655/713] Compiling BSON TypeIdentifier.swift
[656/713] Compiling NIOPosix BaseSocket.swift
[657/713] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[658/713] Compiling NIOPosix BaseSocketChannel.swift
[659/713] Compiling NIOPosix BaseStreamSocketChannel.swift
[660/713] Compiling NIOPosix NIOThreadPool.swift
[661/713] Compiling NIOPosix ServerSocket.swift
[662/713] Compiling NIOPosix Socket.swift
[663/713] Compiling NIOPosix SocketChannel.swift
[664/713] Compiling NIOPosix SocketProtocols.swift
[665/713] Compiling NIOPosix System.swift
[666/713] Compiling NIOPosix Thread.swift
[676/719] Compiling NIOPosix SelectorGeneric.swift
[677/719] Compiling NIOPosix SelectorKqueue.swift
[678/719] Compiling NIOPosix SelectorUring.swift
[679/719] Compiling NIOPosix ThreadPosix.swift
[680/719] Compiling NIOPosix ThreadWindows.swift
[681/719] Compiling NIOPosix UnsafeTransfer.swift
[682/719] Compiling NIOPosix Utilities.swift
[683/719] Compiling NIOPosix VsockAddress.swift
[684/719] Compiling NIOPosix VsockChannelEvents.swift
[685/719] Emitting module BSON
[686/719] Compiling NIOPosix Bootstrap.swift
[687/719] Compiling NIOPosix ControlMessage.swift
[688/719] Compiling NIOPosix DatagramVectorReadManager.swift
[689/719] Compiling NIOPosix Errors+Any.swift
[690/719] Compiling NIOPosix FileDescriptor.swift
[706/720] Emitting module NIOPosix
[722/723] Emitting module NIO
[723/723] Compiling NIO Exports.swift
[725/735] Compiling NIOTLS TLSEvents.swift
[726/735] Emitting module NIOTLS
[727/735] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[728/735] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[729/735] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[730/735] Emitting module NIOFoundationCompat
[731/735] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[732/735] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[733/735] Compiling NIOTLS SNIHandler.swift
[734/735] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[736/736] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[738/788] Compiling NIOTransportServices NIOTSBootstraps.swift
[739/788] Compiling NIOTransportServices NIOTSChannelOptions.swift
[740/788] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[741/788] Emitting module NIOTransportServices
[742/788] Compiling NIOTransportServices AcceptHandler.swift
[743/788] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[744/788] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[745/790] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[746/790] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[747/790] Compiling NIOTransportServices NIOTSListenerChannel.swift
[748/790] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[749/790] Compiling NIOTransportServices NIOTSErrors.swift
[750/790] Compiling NIOTransportServices NIOTSEventLoop.swift
[751/790] Compiling NIOTransportServices StateManagedChannel.swift
[752/790] Compiling NIOTransportServices StateManagedListenerChannel.swift
[753/790] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[754/790] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[755/790] Compiling NIOTransportServices NIOTSSingletons.swift
[756/790] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[757/790] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[758/790] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[759/790] Compiling NIOTransportServices NIOTSDatagramListener.swift
[760/790] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[761/790] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[763/803] Compiling DNSClient ConfigParser.swift
[764/804] Compiling DNSClient MessageOptions.swift
[765/804] Compiling DNSClient PTR.swift
[766/804] Compiling DNSClient SRV.swift
[767/804] Emitting module DNSClient
[768/804] Compiling DNSClient Client.swift
[769/804] Compiling DNSClient DNSClient+Connect.swift
[770/804] Emitting module NIOSSL
[771/804] Compiling DNSClient DNSEncoder.swift
[772/804] Compiling DNSClient Errors.swift
[773/804] Compiling DNSClient DNSClient+Query.swift
[774/804] Compiling DNSClient DNSDecoder.swift
[775/804] Compiling DNSClient Helpers.swift
[776/804] Compiling DNSClient Message.swift
[793/808] Compiling NIOSSL SubjectAlternativeName.swift
[794/808] Compiling NIOSSL NIOSSLServerHandler.swift
[795/808] Compiling NIOSSL ObjectIdentifier.swift
[796/808] Compiling NIOSSL PosixPort.swift
[797/808] Compiling NIOSSL SSLCallbacks.swift
[806/808] Compiling NIOSSL TLSConfiguration.swift
[807/808] Compiling NIOSSL UniversalBootstrapSupport.swift
[808/808] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[810/827] Emitting module MongoCore
[811/829] Compiling MongoCore Collation.swift
[812/829] Compiling MongoCore ConnectionSettings.swift
[813/829] Compiling MongoCore Namespace.swift
[814/829] Compiling MongoCore MongoReply.swift
[815/829] Compiling MongoCore MongoRequest.swift
[816/829] Compiling MongoCore OpReply.swift
[817/829] Compiling MongoCore ProtocolHelpers.swift
[818/829] Compiling MongoCore WriteConcern.swift
[819/829] Compiling MongoCore MessageHeader.swift
[820/829] Compiling MongoCore CommandPrimitives.swift
[821/829] Compiling MongoCore Error.swift
[822/829] Compiling MongoCore MongoReplyDeserializer.swift
[823/829] Compiling MongoCore ReadConcern.swift
[824/829] Compiling MongoCore ServerHandshake.swift
[825/829] Compiling MongoCore WireVersion.swift
[826/829] Compiling MongoCore OpMessage.swift
[827/829] Compiling MongoCore OpQuery.swift
[828/829] Compiling MongoCore Sessions.swift
[829/829] Compiling MongoCore Tansaction.swift
[831/849] Compiling MongoClient MongoSingleConnectionPool.swift
[832/849] Compiling MongoClient MongoCursorResponse.swift
[833/851] Compiling MongoClient IsMaster.swift
[834/851] Compiling MongoClient KillCursors.swift
[835/851] Emitting module MongoClient
[836/851] Compiling MongoClient Cursor.swift
[837/851] Compiling MongoClient Error.swift
[838/851] Compiling MongoClient Exports.swift
[839/851] Compiling MongoClient Helpers.swift
[840/851] Compiling MongoClient GetMore.swift
[841/851] Compiling MongoClient Connection.swift
[842/851] Compiling MongoClient ConnectionContext.swift
[843/851] Compiling MongoClient ConnectionPool.swift
[844/851] Compiling MongoClient OK.swift
[845/851] Compiling MongoClient SASL.swift
[846/851] Compiling MongoClient Authenticate+ChallengeResponse.swift
[847/851] Compiling MongoClient Authenticate+SASL.swift
[848/851] Compiling MongoClient Authenticate.swift
[849/851] Compiling MongoClient Channel+Connection.swift
[850/851] Compiling MongoClient Cluster.swift
[851/851] Compiling MongoClient Connection+Execute.swift
[853/868] Emitting module MongoKittenCore
[854/870] Compiling MongoKittenCore FindAndModify.swift
[855/870] Compiling MongoKittenCore Insert.swift
[856/870] Compiling MongoKittenCore Update.swift
[857/870] Compiling MongoKittenCore Cursor.swift
[858/870] Compiling MongoKittenCore FieldPath.swift
[859/870] Compiling MongoKittenCore Projection.swift
[860/870] Compiling MongoKittenCore Drop.swift
[861/870] Compiling MongoKittenCore Find.swift
[862/870] Compiling MongoKittenCore ListCollections.swift
[863/870] Compiling MongoKittenCore ListDatabases.swift
[864/870] Compiling MongoKittenCore Delete.swift
[865/870] Compiling MongoKittenCore Distinct.swift
[866/870] Compiling MongoKittenCore Aggregate.swift
[867/870] Compiling MongoKittenCore Count.swift
[868/870] Compiling MongoKittenCore CreateIndexes.swift
[869/870] Compiling MongoKittenCore QueryBuilder.swift
[870/870] Compiling MongoKittenCore Sorting.swift
[872/898] Emitting module MongoKitten
[873/901] Compiling MongoKitten Collection+Delete.swift
[874/901] Compiling MongoKitten Collection+Distinct.swift
[875/901] Compiling MongoKitten Collection+Find.swift
[876/901] Compiling MongoKitten Collection+FindAndModify.swift
[877/901] Compiling MongoKitten GridFSFileWriter.swift
[878/901] Compiling MongoKitten GridFSReader.swift
[879/901] Compiling MongoKitten IndexBuilder.swift
[880/901] Compiling MongoKitten Aggregate.swift
[881/901] Compiling MongoKitten AggregateBuilder.swift
[882/901] Compiling MongoKitten AggregateStage.swift
[883/901] Compiling MongoKitten AsyncSequence.swift
[884/901] Compiling MongoKitten BSON2JSON.swift
[885/901] Compiling MongoKitten CLI+Helpers.swift
[886/901] Compiling MongoKitten ChangeStream.swift
[887/901] Compiling MongoKitten Collection+Count.swift
[888/901] Compiling MongoKitten Date+ISO8601Format.swift
[889/901] Compiling MongoKitten Error.swift
[890/901] Compiling MongoKitten Exports.swift
[891/901] Compiling MongoKitten GridFSBucket.swift
[892/901] Compiling MongoKitten Collection+Indexes.swift
[893/901] Compiling MongoKitten Collection+Insert.swift
[894/901] Compiling MongoKitten Collection+Update.swift
[895/901] Compiling MongoKitten Cursor.swift
[896/901] Compiling MongoKitten GridFSChunk.swift
[897/901] Compiling MongoKitten GridFSError.swift
[898/901] Compiling MongoKitten GridFSFile.swift
[899/901] Compiling MongoKitten MongoCollection.swift
[900/901] Compiling MongoKitten MongoDatabase.swift
[901/901] Compiling MongoKitten MongoTransactionDatabase.swift
[903/917] Compiling Meow Operators.swift
[904/917] Compiling Meow PartialModel.swift
[905/918] Compiling Meow Indexes.swift
[906/918] Compiling Meow FindHelpers.swift
[907/918] Compiling Meow TestDecoder.swift
[908/918] Compiling Meow MeowCollection.swift
[909/918] Compiling Meow Migrations.swift
[910/918] Compiling Meow Model.swift
[911/918] Compiling Meow Error.swift
[912/918] Compiling Meow Exports.swift
[913/918] Emitting module Meow
[914/918] Compiling Meow Aggregates.swift
[915/918] Compiling Meow Database.swift
[916/918] Compiling Meow Reference.swift
[917/918] Compiling Meow KeyPathModels.swift
[918/918] Compiling Meow MeowCollection+KeyPath.swift
Build complete! (175.53s)
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" : "/host/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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.