The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of MongoKitten, reference main (fe4364), with Swift 6.1 for Linux on 31 Aug 2025 21:31:01 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

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