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 (1e83bf), with Swift 6.1 for Linux on 12 Jun 2025 02:24:28 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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.63.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 1e83bfa Update README.md
Cloned https://github.com/orlandos-nl/MongoKitten.git
Revision (git rev-parse @):
1e83bfa3fa5216234e0b2d1979e56cd0f63afa77
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-4606859-0":/host -w "$PWD" 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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
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-nio-ssl.git
Fetching https://github.com/orlandos-nl/DNSClient.git
Fetching https://github.com/orlandos-nl/BSON.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-atomics.git
[1/1144] Fetching dnsclient
[368/7148] Fetching dnsclient, bson
[2827/8945] Fetching dnsclient, bson, swift-atomics
[5108/13919] Fetching dnsclient, bson, swift-atomics, swift-distributed-tracing
[13920/28768] Fetching dnsclient, bson, swift-atomics, swift-distributed-tracing, swift-nio-ssl
[15108/105011] Fetching dnsclient, bson, swift-atomics, swift-distributed-tracing, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.57s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.58s)
Fetching https://github.com/apple/swift-log.git
[12426/98240] Fetching dnsclient, bson, swift-nio-ssl, swift-nio
[20288/100446] Fetching dnsclient, bson, swift-nio-ssl, swift-nio, swift-metrics
[25582/104282] Fetching dnsclient, bson, swift-nio-ssl, swift-nio, swift-metrics, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.41s)
[43658/102076] Fetching dnsclient, bson, swift-nio-ssl, swift-nio, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
[49100/98240] Fetching dnsclient, bson, swift-nio-ssl, swift-nio
Fetched https://github.com/orlandos-nl/DNSClient.git from cache (2.42s)
Fetched https://github.com/orlandos-nl/BSON.git from cache (2.42s)
[70507/91092] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.46s)
[56420/76243] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.02s)
Computing version for https://github.com/orlandos-nl/DNSClient.git
Computed https://github.com/orlandos-nl/DNSClient.git at 2.4.4 (8.29s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.34s)
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.98s)
Fetching https://github.com/apple/swift-service-context.git
[1/1081] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.28s)
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.06s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.64s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.59s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.42s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4428] Fetching swift-system
[3898/21028] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.72s)
[3984/16600] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.10s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.96s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.22s)
Computing version for https://github.com/orlandos-nl/BSON.git
Computed https://github.com/orlandos-nl/BSON.git at 8.2.0 (0.95s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.97s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.02s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.12s)
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.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.83.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/orlandos-nl/BSON.git
Working copy of https://github.com/orlandos-nl/BSON.git resolved at 8.2.0
Creating working copy for https://github.com/apple/swift-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.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.5.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.31.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.3
Building for debugging...
[0/438] Write sources
[28/438] Compiling CNIOWindows WSAStartup.c
[29/438] Compiling CNIOWASI CNIOWASI.c
[30/438] Compiling CNIOLinux liburing_shims.c
[31/438] Compiling CNIODarwin shim.c
[31/438] Compiling _AtomicsShims.c
[33/438] Compiling CNIOWindows shim.c
[34/438] Compiling fiat_p256_adx_sqr.S
[35/438] Compiling fiat_p256_adx_mul.S
[36/438] Compiling fiat_curve25519_adx_mul.S
[37/438] Compiling fiat_curve25519_adx_square.S
[38/438] Compiling CNIOLinux shim.c
[39/438] Write swift-version-24593BA9C3E375BF.txt
[40/438] Compiling CNIOBoringSSLShims shims.c
[41/442] Compiling tls13_enc.cc
[42/442] Compiling tls_record.cc
[43/442] Compiling tls13_both.cc
[44/442] Compiling tls_method.cc
[45/442] Compiling t1_enc.cc
[46/442] Compiling tls13_server.cc
[47/445] Compiling tls13_client.cc
[49/460] Emitting module ServiceContextModule
[50/495] Emitting module _NIOBase64
[51/495] Compiling _NIOBase64 Base64.swift
[52/496] Compiling _MongoKittenCrypto HMAC.swift
[53/496] Compiling Atomics AtomicBool.swift
[54/496] Compiling Atomics IntegerConformances.swift
[55/497] Compiling Atomics AtomicStorage.swift
[56/497] Compiling Atomics AtomicValue.swift
[57/497] Compiling Atomics OptionalRawRepresentable.swift
[58/497] Compiling Atomics RawRepresentable.swift
[60/497] Compiling Atomics ManagedAtomic.swift
[61/497] Compiling Atomics ManagedAtomicLazyReference.swift
[62/497] Compiling Atomics AtomicMemoryOrderings.swift
[63/497] Compiling Atomics DoubleWord.swift
[64/497] Compiling Atomics UnsafeAtomic.swift
[65/497] Compiling Atomics UnsafeAtomicLazyReference.swift
[66/499] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[67/499] Compiling Atomics AtomicReference.swift
[69/499] Compiling ServiceContextModule ServiceContextKey.swift
[72/499] Compiling Atomics AtomicInteger.swift
[73/499] Compiling Atomics AtomicOptionalWrappable.swift
[75/499] Emitting module InternalCollectionsUtilities
[76/499] Emitting module _MongoKittenCrypto
[81/499] Compiling _NIODataStructures _TinyArray.swift
[82/499] Compiling Atomics PointerConformances.swift
[83/499] Compiling Atomics Primitives.native.swift
[84/499] Compiling _NIODataStructures PriorityQueue.swift
[85/499] Compiling ServiceContextModule ServiceContext.swift
[86/499] Compiling CoreMetrics Metrics.swift
[88/500] Emitting module Atomics
[90/500] Compiling _MongoKittenCrypto SHA256.swift
[91/500] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[96/507] Compiling Atomics IntegerOperations.swift
[97/507] Compiling Atomics Unmanaged extensions.swift
[98/508] Compiling _MongoKittenCrypto SHA1.swift
[100/508] Compiling Instrumentation NoOpInstrument.swift
[101/508] Compiling Instrumentation MultiplexInstrument.swift
[102/523] Compiling DequeModule Deque+CustomReflectable.swift
[103/523] Compiling DequeModule Deque+Descriptions.swift
[104/525] Compiling DequeModule _DequeBuffer.swift
[105/525] Compiling DequeModule _DequeBufferHeader.swift
[106/525] Emitting module Instrumentation
[107/525] Compiling Instrumentation Instrument.swift
[108/525] Compiling Instrumentation Locks.swift
[109/525] Compiling Instrumentation InstrumentationSystem.swift
[110/525] Compiling CoreMetrics Locks.swift
[111/526] Emitting module CoreMetrics
[112/527] Compiling Logging MetadataProvider.swift
[113/527] Emitting module _NIODataStructures
[114/527] Compiling _NIODataStructures Heap.swift
[115/527] Compiling DequeModule Deque+Extras.swift
[116/527] Compiling DequeModule Deque+Hashable.swift
[117/528] Compiling Logging Logging.swift
[118/528] Compiling Logging Locks.swift
[119/528] Emitting module Logging
[120/528] Compiling Logging LogHandler.swift
[125/529] Compiling _MongoKittenCrypto Hash.swift
[126/529] Compiling _MongoKittenCrypto PBKDF2.swift
[127/529] Compiling _MongoKittenCrypto Hex.swift
[128/529] Compiling _MongoKittenCrypto MD5.swift
[130/540] Compiling DequeModule _DequeSlot.swift
[131/540] Compiling DequeModule _UnsafeWrappedBuffer.swift
[132/540] Compiling DequeModule Deque+Equatable.swift
[133/540] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[134/540] Compiling DequeModule Deque._UnsafeHandle.swift
[135/540] Compiling DequeModule Deque.swift
[136/540] Compiling DequeModule Deque+Testing.swift
[137/540] Compiling DequeModule Deque._Storage.swift
[138/540] Compiling Tracing InstrumentationSystem+Tracing.swift
[139/540] Compiling DequeModule Deque+Codable.swift
[140/540] Compiling DequeModule Deque+Collection.swift
[141/540] Compiling Tracing TracingTime.swift
[142/540] Emitting module Tracing
[143/540] Emitting module DequeModule
[144/541] Compiling Tracing TracerProtocol.swift
[145/541] Compiling Tracing Tracer.swift
[147/541] Compiling Tracing TracerProtocol+Legacy.swift
[148/541] Compiling Tracing NoOpTracer.swift
[149/541] Compiling Tracing SpanProtocol.swift
[149/542] Compiling ssl_x509.cc
[150/542] Compiling ssl_versions.cc
[152/542] Compiling ssl_stat.cc
[153/542] Compiling ssl_transcript.cc
[154/542] Compiling ssl_session.cc
[156/542] Emitting module Metrics
[157/542] Compiling Metrics Metrics.swift
[158/543] Compiling ssl_privkey.cc
[159/543] Compiling ssl_file.cc
[160/543] Compiling ssl_key_share.cc
[161/543] Compiling ssl_cipher.cc
[162/543] Compiling ssl_lib.cc
[163/543] Compiling ssl_credential.cc
[164/543] Compiling ssl_cert.cc
[165/543] Compiling ssl_buffer.cc
[166/543] Compiling ssl_asn1.cc
[167/543] Compiling ssl_aead_ctx.cc
[168/543] Compiling s3_pkt.cc
[169/543] Compiling s3_lib.cc
[170/543] Compiling s3_both.cc
[171/543] Compiling handshake_server.cc
[172/543] Compiling handshake.cc
[173/543] Compiling handshake_client.cc
[174/543] Compiling handoff.cc
[175/543] Compiling encrypted_client_hello.cc
[176/543] Compiling dtls_record.cc
[177/543] Compiling md5-x86_64-linux.S
[178/543] Compiling extensions.cc
[179/543] Compiling md5-x86_64-apple.S
[180/543] Compiling md5-586-linux.S
[181/543] Compiling md5-586-apple.S
[182/543] Compiling dtls_method.cc
[183/543] Compiling chacha20_poly1305_x86_64-linux.S
[184/543] Compiling chacha20_poly1305_x86_64-apple.S
[185/543] Compiling chacha20_poly1305_armv8-win.S
[186/543] Compiling chacha20_poly1305_armv8-linux.S
[187/543] Compiling chacha20_poly1305_armv8-apple.S
[188/543] Compiling chacha-x86_64-linux.S
[189/543] Compiling chacha-x86_64-apple.S
[190/543] Compiling d1_srtp.cc
[191/543] Compiling chacha-x86-linux.S
[192/543] Compiling err_data.cc
[193/543] Compiling chacha-x86-apple.S
[194/543] Compiling chacha-armv8-win.S
[195/543] Compiling chacha-armv8-linux.S
[196/543] Compiling chacha-armv8-apple.S
[197/543] Compiling chacha-armv4-linux.S
[198/543] Compiling aes128gcmsiv-x86_64-linux.S
[199/543] Compiling aes128gcmsiv-x86_64-apple.S
[200/543] Compiling x86_64-mont5-apple.S
[201/543] Compiling x86_64-mont5-linux.S
[202/543] Compiling x86_64-mont-linux.S
[203/543] Compiling x86_64-mont-apple.S
[204/543] Compiling x86-mont-linux.S
[205/543] Compiling x86-mont-apple.S
[206/543] Compiling vpaes-x86_64-linux.S
[207/543] Compiling vpaes-x86_64-apple.S
[208/543] Compiling vpaes-x86-linux.S
[209/543] Compiling vpaes-x86-apple.S
[210/543] Compiling vpaes-armv8-win.S
[211/543] Compiling vpaes-armv8-linux.S
[212/543] Compiling vpaes-armv8-apple.S
[213/543] Compiling vpaes-armv7-linux.S
[214/543] Compiling sha512-x86_64-apple.S
[215/543] Compiling sha512-armv8-win.S
[216/543] Compiling sha512-x86_64-linux.S
[217/543] Compiling sha512-armv8-linux.S
[218/543] Compiling sha512-586-linux.S
[219/543] Compiling sha512-armv8-apple.S
[220/543] Compiling sha512-armv4-linux.S
[221/543] Compiling sha512-586-apple.S
[222/543] Compiling sha256-x86_64-apple.S
[223/543] Compiling sha256-armv8-linux.S
[224/543] Compiling sha256-x86_64-linux.S
[225/543] Compiling sha256-armv8-win.S
[226/543] Compiling bio_ssl.cc
[227/543] Compiling sha256-armv8-apple.S
[228/543] Compiling d1_pkt.cc
[229/543] Compiling sha256-armv4-linux.S
[230/543] Compiling sha256-586-apple.S
[231/543] Compiling sha1-armv8-win.S
[232/543] Compiling sha256-586-linux.S
[233/543] Compiling sha1-x86_64-apple.S
[234/543] Compiling sha1-armv8-linux.S
[235/543] Compiling sha1-x86_64-linux.S
[236/543] Compiling d1_lib.cc
[237/543] Compiling sha1-586-linux.S
[238/543] Compiling sha1-armv8-apple.S
[239/543] Compiling sha1-586-apple.S
[240/543] Compiling sha1-armv4-large-linux.S
[241/543] Compiling rsaz-avx2-linux.S
[242/543] Compiling rsaz-avx2-apple.S
[243/543] Compiling rdrand-x86_64-linux.S
[244/543] Compiling rdrand-x86_64-apple.S
[245/543] Compiling p256_beeu-armv8-asm-linux.S
[246/543] Compiling p256_beeu-x86_64-asm-linux.S
[247/543] Compiling p256_beeu-x86_64-asm-apple.S
[248/543] Compiling p256_beeu-armv8-asm-apple.S
[249/543] Compiling p256_beeu-armv8-asm-win.S
[250/543] Compiling p256-armv8-asm-win.S
[251/543] Compiling p256-x86_64-asm-apple.S
[252/543] Compiling p256-armv8-asm-linux.S
[253/543] Compiling p256-armv8-asm-apple.S
[254/543] Compiling ghashv8-armv8-win.S
[255/543] Compiling p256-x86_64-asm-linux.S
[256/543] Compiling ghashv8-armv8-linux.S
[257/543] Compiling ghashv8-armv7-linux.S
[258/543] Compiling ghashv8-armv8-apple.S
[259/543] Compiling ghash-x86_64-apple.S
[260/543] Compiling ghash-x86_64-linux.S
[261/543] Compiling ghash-x86-linux.S
[262/543] Compiling ghash-ssse3-x86_64-linux.S
[263/543] Compiling ghash-ssse3-x86_64-apple.S
[264/543] Compiling ghash-x86-apple.S
[264/543] Compiling ghash-ssse3-x86-linux.S
[266/543] Compiling ghash-ssse3-x86-apple.S
[267/543] Compiling ghash-neon-armv8-win.S
[268/543] Compiling ghash-neon-armv8-linux.S
[269/543] Compiling co-586-apple.S
[270/543] Compiling ghash-neon-armv8-apple.S
[271/543] Compiling bsaes-armv7-linux.S
[272/543] Compiling co-586-linux.S
[273/543] Compiling ghash-armv4-linux.S
[274/543] Compiling bn-armv8-linux.S
[275/543] Compiling bn-armv8-win.S
[276/543] Compiling bn-armv8-apple.S
[277/543] Compiling bn-586-linux.S
[278/543] Compiling armv8-mont-win.S
[279/543] Compiling armv8-mont-apple.S
[280/543] Compiling bn-586-apple.S
[281/543] Compiling armv8-mont-linux.S
[282/543] Compiling armv4-mont-linux.S
[283/543] Compiling aesv8-gcm-armv8-win.S
[284/543] Compiling aesv8-armv8-apple.S
[285/543] Compiling aesv8-armv8-linux.S
[286/543] Compiling aesv8-gcm-armv8-linux.S
[287/543] Compiling aesv8-armv8-win.S
[288/543] Compiling aesv8-gcm-armv8-apple.S
[289/543] Compiling aesv8-armv7-linux.S
[290/543] Compiling aesni-x86-apple.S
[291/543] Compiling aesni-x86-linux.S
[292/543] Compiling aesni-x86_64-apple.S
[293/543] Compiling aesni-x86_64-linux.S
[294/543] Compiling aesni-gcm-x86_64-linux.S
[295/543] Compiling aesni-gcm-x86_64-apple.S
[296/543] Compiling aes-gcm-avx2-x86_64-linux.S
[297/543] Compiling aes-gcm-avx2-x86_64-apple.S
[298/543] Compiling aes-gcm-avx10-x86_64-apple.S
[299/543] Compiling aes-gcm-avx10-x86_64-linux.S
[300/543] Compiling d1_both.cc
[301/543] Compiling x_sig.cc
[302/543] Compiling x_x509.cc
[303/543] Compiling x_spki.cc
[304/543] Compiling x_x509a.cc
[305/543] Compiling x_val.cc
[306/543] Compiling x_req.cc
[307/543] Compiling x_pubkey.cc
[308/543] Compiling x_name.cc
[309/543] Compiling x_exten.cc
[310/543] Compiling x_crl.cc
[311/543] Compiling x_algor.cc
[312/543] Compiling x_attrib.cc
[313/543] Compiling x509spki.cc
[314/543] Compiling x509rset.cc
[315/543] Compiling x_all.cc
[316/543] Compiling x509name.cc
[317/543] Compiling x509_txt.cc
[318/543] Compiling x509_vpm.cc
[319/543] Compiling x509_trs.cc
[320/543] Compiling x509_v3.cc
[321/543] Compiling x509cset.cc
[322/543] Compiling x509_vfy.cc
[323/543] Compiling x509_set.cc
[324/543] Compiling x509_req.cc
[325/543] Compiling x509_def.cc
[326/543] Compiling x509_d2.cc
[327/543] Compiling x509_obj.cc
[328/543] Compiling x509_lu.cc
[329/543] Compiling x509_ext.cc
[330/543] Compiling x509_cmp.cc
[331/543] Compiling x509_att.cc
[332/543] Compiling x509.cc
[333/543] Compiling v3_prn.cc
[334/543] Compiling v3_utl.cc
[335/543] Compiling v3_skey.cc
[336/543] Compiling v3_pmaps.cc
[337/543] Compiling v3_purp.cc
[338/543] Compiling v3_pcons.cc
[339/543] Compiling v3_ocsp.cc
[340/543] Compiling v3_ncons.cc
[341/543] Compiling v3_int.cc
[342/543] Compiling v3_info.cc
[343/543] Compiling v3_lib.cc
[344/543] Compiling v3_ia5.cc
[345/543] Compiling v3_enum.cc
[346/543] Compiling v3_genn.cc
[347/543] Compiling v3_extku.cc
[348/543] Compiling v3_crld.cc
[349/543] Compiling v3_cpols.cc
[350/543] Compiling v3_conf.cc
[351/543] Compiling v3_bcons.cc
[352/543] Compiling v3_bitst.cc
[353/543] Compiling v3_akeya.cc
[354/543] Compiling v3_alt.cc
[355/543] Compiling v3_akey.cc
[356/543] Compiling t_x509a.cc
[357/543] Compiling i2d_pr.cc
[358/543] Compiling t_crl.cc
[359/543] Compiling t_x509.cc
[360/543] Compiling t_req.cc
[361/543] Compiling rsa_pss.cc
[362/543] Compiling name_print.cc
[363/543] Compiling policy.cc
[364/543] Compiling by_file.cc
[365/543] Compiling by_dir.cc
[366/543] Compiling a_digest.cc
[367/543] Compiling voprf.cc
[368/543] Compiling a_verify.cc
[369/543] Compiling trust_token.cc
[370/543] Compiling asn1_gen.cc
[371/543] Compiling algorithm.cc
[372/543] Compiling a_sign.cc
[373/543] Compiling thread.cc
[374/543] Compiling thread_win.cc
[375/543] Compiling thread_pthread.cc
[376/543] Compiling stack.cc
[377/543] Compiling thread_none.cc
[378/543] Compiling pmbtoken.cc
[379/543] Compiling sha512.cc
[380/543] Compiling slhdsa.cc
[381/543] Compiling sha1.cc
[382/543] Compiling sha256.cc
[383/543] Compiling siphash.cc
[384/543] Compiling rsa_print.cc
[385/543] Compiling spake2plus.cc
[386/543] Compiling rsa_extra.cc
[387/543] Compiling rc4.cc
[388/543] Compiling refcount.cc
[389/543] Compiling trusty.cc
[390/543] Compiling windows.cc
[391/543] Compiling rsa_crypt.cc
[392/543] Compiling urandom.cc
[393/543] Compiling rand.cc
[394/543] Compiling rsa_asn1.cc
[395/543] Compiling ios.cc
[396/543] Compiling poly1305_arm_asm.S
[397/543] Compiling getentropy.cc
[398/543] Compiling passive.cc
[399/543] Compiling forkunsafe.cc
[400/543] Compiling fork_detect.cc
[401/543] Compiling deterministic.cc
[402/543] Compiling poly1305_arm.cc
[403/543] Compiling poly1305.cc
[404/543] Compiling poly1305_vec.cc
[405/543] Compiling pool.cc
[406/543] Compiling pkcs7.cc
[407/543] Compiling pkcs8_x509.cc
[408/543] Compiling pkcs8.cc
[409/543] Compiling p5_pbev2.cc
[410/543] Compiling pkcs7_x509.cc
[411/543] Compiling pem_xaux.cc
[412/543] Compiling pem_x509.cc
[413/543] Compiling pem_pkey.cc
[414/543] Compiling mlkem.cc
[415/543] Compiling pem_oth.cc
[416/543] Compiling obj_xref.cc
[417/543] Compiling pem_pk8.cc
[418/543] Compiling pem_info.cc
[419/543] Compiling pem_all.cc
[420/543] Compiling pem_lib.cc
[421/543] Compiling obj.cc
[422/543] Compiling mldsa.cc
[423/543] Compiling poly_rq_mul.S
[424/543] Compiling fips_shared_support.cc
[425/543] Compiling mem.cc
[426/543] Compiling md5.cc
[427/543] Compiling md4.cc
[428/543] Compiling lhash.cc
[429/543] Compiling ex_data.cc
[430/543] Compiling hrss.cc
[431/543] Compiling sign.cc
[432/543] Compiling kyber.cc
[433/543] Compiling scrypt.cc
[434/543] Compiling hpke.cc
[435/543] Compiling print.cc
[436/543] Compiling p_x25519.cc
[437/543] Compiling pbkdf.cc
[438/543] Compiling p_x25519_asn1.cc
[439/543] Compiling p_rsa_asn1.cc
[440/543] Compiling p_ed25519.cc
[441/543] Compiling p_rsa.cc
[442/543] Compiling p_hkdf.cc
[443/543] Compiling p_ed25519_asn1.cc
[444/543] Compiling p_ec_asn1.cc
[445/543] Compiling p_ec.cc
[446/543] Compiling p_dh_asn1.cc
[447/543] Compiling p_dh.cc
[448/543] Compiling evp_ctx.cc
[449/543] Compiling p_dsa_asn1.cc
[450/543] Compiling err.cc
[451/543] Compiling evp.cc
[452/543] Compiling engine.cc
[453/543] Compiling evp_asn1.cc
[454/543] Compiling ecdh.cc
[455/543] Compiling ec_derive.cc
[456/543] Compiling hash_to_curve.cc
[457/543] Compiling ecdsa_asn1.cc
[458/543] Compiling dsa.cc
[459/543] Compiling dsa_asn1.cc
[460/543] Compiling params.cc
[461/543] Compiling ec_asn1.cc
[462/543] Compiling x25519-asm-arm.S
[463/543] Compiling digest_extra.cc
[464/543] Compiling des.cc
[465/543] Compiling dh_asn1.cc
[466/543] Compiling crypto.cc
[467/543] Compiling cpu_arm_linux.cc
[468/543] Compiling cpu_intel.cc
[469/543] Compiling spake25519.cc
[470/543] Compiling curve25519.cc
[471/543] Compiling cpu_arm_freebsd.cc
[472/543] Compiling bcm.cc
[473/543] Compiling cpu_aarch64_win.cc
[474/543] Compiling cpu_aarch64_openbsd.cc
[475/543] Compiling cpu_aarch64_sysreg.cc
[476/543] Compiling curve25519_64_adx.cc
[477/543] Compiling cpu_aarch64_linux.cc
[478/543] Compiling cpu_aarch64_fuchsia.cc
[479/543] Compiling cpu_aarch64_apple.cc
[480/543] Compiling conf.cc
[481/543] Compiling tls_cbc.cc
[482/543] Compiling e_tls.cc
[483/543] Compiling e_null.cc
[484/543] Compiling get_cipher.cc
[485/543] Compiling e_rc4.cc
[486/543] Compiling e_rc2.cc
[487/543] Compiling e_des.cc
[488/543] Compiling derive_key.cc
[489/543] Compiling e_chacha20poly1305.cc
[490/543] Compiling e_aesgcmsiv.cc
[491/543] Compiling e_aesctrhmac.cc
[492/543] Compiling chacha.cc
[493/543] Compiling unicode.cc
[494/543] Compiling buf.cc
[495/543] Compiling cbb.cc
[496/543] Compiling cbs.cc
[497/543] Compiling ber.cc
[498/543] Compiling bn_asn1.cc
[499/543] Compiling asn1_compat.cc
[500/543] Compiling blake2.cc
[501/543] Compiling convert.cc
[502/543] Compiling socket.cc
[503/543] Compiling socket_helper.cc
[504/543] Compiling printf.cc
[505/543] Compiling pair.cc
[506/543] Compiling hexdump.cc
[507/543] Compiling fd.cc
[508/543] Compiling errno.cc
[509/543] Compiling file.cc
[510/543] Compiling connect.cc
[511/543] Compiling bio_mem.cc
[512/543] Compiling base64.cc
[513/543] Compiling bio.cc
[514/543] Compiling tasn_fre.cc
[515/543] Compiling tasn_typ.cc
[516/543] Compiling tasn_enc.cc
[517/543] Compiling f_string.cc
[518/543] Compiling tasn_utl.cc
[519/543] Compiling posix_time.cc
[520/543] Compiling tasn_new.cc
[521/543] Compiling asn_pack.cc
[522/543] Compiling f_int.cc
[523/543] Compiling tasn_dec.cc
[524/543] Compiling asn1_par.cc
[525/543] Compiling a_utctm.cc
[526/543] Compiling a_octet.cc
[527/543] Compiling a_type.cc
[528/543] Compiling a_time.cc
[529/543] Compiling asn1_lib.cc
[530/543] Compiling a_strex.cc
[531/543] Compiling a_strnid.cc
[532/543] Compiling a_dup.cc
[533/543] Compiling a_i2d_fp.cc
[534/543] Compiling a_object.cc
[535/543] Compiling a_d2i_fp.cc
[536/543] Compiling a_mbstr.cc
[537/543] Compiling a_gentm.cc
[538/543] Compiling a_int.cc
[539/543] Compiling a_bool.cc
[540/543] Compiling a_bitstr.cc
[541/543] Compiling c-nioatomics.c
[542/543] Compiling c-atomics.c
[544/549] Compiling NIOConcurrencyHelpers lock.swift
[545/549] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[546/549] Compiling NIOConcurrencyHelpers NIOLock.swift
[547/549] Compiling NIOConcurrencyHelpers atomics.swift
[548/549] Emitting module NIOConcurrencyHelpers
[549/549] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[551/610] Compiling NIOCore MulticastChannel.swift
[552/610] Compiling NIOCore NIOAny.swift
[553/610] Compiling NIOCore NIOCloseOnErrorHandler.swift
[554/610] Compiling NIOCore NIOLoopBound.swift
[555/610] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[556/610] Compiling NIOCore NIOScheduledCallback.swift
[557/610] Compiling NIOCore NIOSendable.swift
[558/610] Compiling NIOCore RecvByteBufferAllocator.swift
[559/618] Compiling NIOCore IO.swift
[560/618] Compiling NIOCore IOData.swift
[561/618] Compiling NIOCore IPProtocol.swift
[562/618] Compiling NIOCore IntegerBitPacking.swift
[563/618] Compiling NIOCore IntegerTypes.swift
[564/618] Compiling NIOCore Interfaces.swift
[565/618] Compiling NIOCore Linux.swift
[566/618] Compiling NIOCore MarkedCircularBuffer.swift
[567/618] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[568/618] Compiling NIOCore EventLoopFuture+Deprecated.swift
[569/618] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[570/618] Compiling NIOCore EventLoopFuture.swift
[571/618] Compiling NIOCore FileDescriptor.swift
[572/618] Compiling NIOCore FileHandle.swift
[573/618] Compiling NIOCore FileRegion.swift
[574/618] Compiling NIOCore GlobalSingletons.swift
[575/618] Compiling NIOCore CircularBuffer.swift
[576/618] Compiling NIOCore Codec.swift
[577/618] Compiling NIOCore ConvenienceOptionSupport.swift
[578/618] Compiling NIOCore DeadChannel.swift
[579/618] Compiling NIOCore DispatchQueue+WithFuture.swift
[580/618] Compiling NIOCore EventLoop+Deprecated.swift
[581/618] Compiling NIOCore EventLoop+SerialExecutor.swift
[582/618] Compiling NIOCore EventLoop.swift
[583/618] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[584/618] Compiling NIOCore SocketAddresses.swift
[585/618] Compiling NIOCore SocketOptionProvider.swift
[586/618] Compiling NIOCore SystemCallHelpers.swift
[587/618] Compiling NIOCore TimeAmount+Duration.swift
[588/618] Compiling NIOCore TypeAssistedChannelHandler.swift
[589/618] Compiling NIOCore UniversalBootstrapSupport.swift
[590/618] Compiling NIOCore Utilities.swift
[591/618] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[592/618] Compiling NIOCore BSDSocketAPI.swift
[593/618] Compiling NIOCore ByteBuffer-aux.swift
[594/618] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[595/618] Compiling NIOCore ByteBuffer-conversions.swift
[596/618] Compiling NIOCore ByteBuffer-core.swift
[597/618] Compiling NIOCore ByteBuffer-hex.swift
[598/618] Compiling NIOCore ByteBuffer-int.swift
[599/618] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[600/618] Compiling NIOCore AddressedEnvelope.swift
[601/618] Compiling NIOCore AsyncAwaitSupport.swift
[602/618] Compiling NIOCore AsyncChannel.swift
[603/618] Compiling NIOCore AsyncChannelHandler.swift
[604/618] Compiling NIOCore AsyncChannelInboundStream.swift
[605/618] Compiling NIOCore AsyncChannelOutboundWriter.swift
[606/618] Compiling NIOCore NIOAsyncSequenceProducer.swift
[607/618] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[608/618] Compiling NIOCore NIOAsyncWriter.swift
[609/618] Compiling NIOCore ByteBuffer-multi-int.swift
[610/618] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[611/618] Compiling NIOCore ByteBuffer-views.swift
[612/618] Compiling NIOCore Channel.swift
[613/618] Compiling NIOCore ChannelHandler.swift
[614/618] Compiling NIOCore ChannelHandlers.swift
[615/618] Compiling NIOCore ChannelInvoker.swift
[616/618] Compiling NIOCore ChannelOption.swift
[617/618] Compiling NIOCore ChannelPipeline.swift
[618/618] Emitting module NIOCore
[620/703] Compiling BSON Null.swift
[621/703] Compiling BSON ObjectId.swift
[622/703] Compiling BSON Optional.swift
[623/703] Compiling BSON PrimitiveConvertible.swift
[624/707] Compiling NIOEmbedded AsyncTestingChannel.swift
[625/707] Emitting module NIOEmbedded
[626/707] Compiling BSON Document+Subscripts.swift
[627/707] Compiling BSON Document+Validation.swift
[628/707] Compiling BSON Document.swift
[629/707] Compiling BSON DocumentSlice.swift
[630/707] Compiling BSON ByteBuffer+Helpers.swift
[631/707] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[632/707] Compiling NIOEmbedded Embedded.swift
[633/707] Compiling BSON AnyPrimitive.swift
[634/707] Compiling BSON Binary.swift
[635/707] Compiling BSON Decimal128.swift
[636/707] Compiling BSON JavaScript.swift
[638/708] Compiling BSON PrimitiveEncoding.swift
[639/708] Compiling BSON CustomDebugStringConvertible.swift
[640/708] Compiling BSON Document+Array.swift
[641/708] Compiling BSON Document+Cache.swift
[642/708] Compiling BSON Document+Collection.swift
[643/708] Compiling BSON Document+Dictionary.swift
[644/708] Compiling BSON Document+Equatable.swift
[645/708] Compiling BSON Document+Helpers.swift
[646/708] Compiling BSON Document+Mutations.swift
[647/708] Compiling BSON Document+Serialization.swift
[648/708] Compiling BSON Primitives.swift
[649/708] Compiling BSON RegularExpression.swift
[650/708] Compiling BSON Timestamp.swift
[651/708] Compiling BSON TypeIdentifier.swift
[652/708] Emitting module NIOPosix
[653/714] Compiling BSON PrimitiveDecoding.swift
[654/714] Compiling BSON SingleValueBSONDecodingContainer.swift
[655/714] Compiling BSON UnkeyedBSONDecodingContainer.swift
[656/714] Compiling BSON BSONEncoder.swift
[657/714] Compiling BSON BSONEncoderStrategies.swift
[675/714] Compiling NIOPosix Resolver.swift
[676/714] Compiling NIOPosix Selectable.swift
[677/714] Compiling NIOPosix ServerSocket.swift
[678/714] Compiling NIOPosix Socket.swift
[679/714] Compiling NIOPosix SocketChannel.swift
[680/714] Compiling NIOPosix SocketProtocols.swift
[681/714] Compiling NIOPosix System.swift
[682/714] Compiling NIOPosix Thread.swift
[683/714] Compiling NIOPosix ThreadPosix.swift
[684/714] Compiling NIOPosix ThreadWindows.swift
[685/714] Compiling NIOPosix UnsafeTransfer.swift
[686/714] Compiling NIOPosix Utilities.swift
[687/714] Compiling NIOPosix VsockAddress.swift
[688/714] Compiling NIOPosix VsockChannelEvents.swift
[690/714] Compiling BSON Codable.swift
[691/714] Compiling BSON BSONDecoder.swift
[692/714] Compiling BSON BSONDecoderSettings.swift
[693/714] Compiling BSON FastBSONDecoder.swift
[694/714] Compiling BSON KeyedBSONDecodingContainer.swift
[709/715] Emitting module BSON
[717/718] Emitting module NIO
[718/718] Compiling NIO Exports.swift
[720/730] Compiling NIOTLS TLSEvents.swift
[721/730] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[722/730] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[723/730] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[724/730] Emitting module NIOTLS
[725/730] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[726/730] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[727/730] Compiling NIOTLS SNIHandler.swift
[728/730] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[729/730] Emitting module NIOFoundationCompat
[730/730] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[733/783] Emitting module NIOTransportServices
[734/785] Compiling NIOSSL SSLCertificate.swift
[735/785] Compiling NIOSSL SSLCertificateExtensions.swift
[736/785] Compiling NIOSSL SSLCertificateName.swift
[737/785] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[738/785] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[739/785] Compiling NIOSSL SubjectAlternativeName.swift
[740/785] Compiling NIOSSL SSLConnection.swift
[741/785] Compiling NIOSSL SSLPrivateKey.swift
[742/785] Compiling NIOSSL SSLPublicKey.swift
[743/785] Compiling NIOSSL IdentityVerification.swift
[744/785] Compiling NIOSSL LinuxCABundle.swift
[745/785] Compiling NIOSSL NIOSSLClientHandler.swift
[746/785] Compiling NIOSSL ObjectIdentifier.swift
[747/785] Compiling NIOSSL PosixPort.swift
[748/785] Compiling NIOSSL SSLCallbacks.swift
[749/785] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[750/785] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[751/785] Compiling NIOSSL AndroidCABundle.swift
[752/785] Compiling NIOSSL ByteBufferBIO.swift
[753/785] Compiling NIOSSL CustomPrivateKey.swift
[754/785] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[755/785] Compiling NIOSSL NIOSSLHandler.swift
[756/785] Compiling NIOSSL NIOSSLServerHandler.swift
[758/798] Compiling DNSClient ConfigParser.swift
[759/799] Compiling DNSClient PTR.swift
[760/799] Compiling DNSClient MessageOptions.swift
[761/799] Compiling DNSClient SRV.swift
[762/799] Emitting module DNSClient
[763/799] Compiling DNSClient DNSClient+Query.swift
[764/799] Compiling DNSClient DNSDecoder.swift
[765/799] Compiling DNSClient Client.swift
[766/799] Compiling DNSClient DNSClient+Connect.swift
[779/803] Emitting module NIOSSL
[780/803] Compiling DNSClient DNSEncoder.swift
[781/803] Compiling DNSClient Errors.swift
[782/803] Compiling DNSClient Helpers.swift
[783/803] Compiling DNSClient Message.swift
[791/804] Compiling NIOSSL SafeCompare.swift
[797/804] Compiling NIOSSL SSLContext.swift
[798/804] Compiling NIOSSL SSLErrors.swift
[799/804] Compiling NIOSSL SSLInit.swift
[800/804] Compiling NIOSSL SSLPKCS12Bundle.swift
[801/804] Compiling NIOSSL Zeroization.swift
[802/804] Compiling NIOSSL TLSConfiguration.swift
[803/804] Compiling NIOSSL UniversalBootstrapSupport.swift
[804/804] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[806/823] Compiling MongoCore WriteConcern.swift
[807/823] Compiling MongoCore MessageHeader.swift
[808/823] Compiling MongoCore MongoReply.swift
[809/823] Compiling MongoCore MongoRequest.swift
[810/825] Emitting module MongoCore
[811/825] Compiling MongoCore OpReply.swift
[812/825] Compiling MongoCore ProtocolHelpers.swift
[813/825] Compiling MongoCore ReadConcern.swift
[814/825] Compiling MongoCore ServerHandshake.swift
[815/825] Compiling MongoCore WireVersion.swift
[816/825] Compiling MongoCore Collation.swift
[817/825] Compiling MongoCore ConnectionSettings.swift
[818/825] Compiling MongoCore Namespace.swift
[819/825] Compiling MongoCore Sessions.swift
[820/825] Compiling MongoCore Tansaction.swift
[821/825] Compiling MongoCore CommandPrimitives.swift
[822/825] Compiling MongoCore Error.swift
[823/825] Compiling MongoCore MongoReplyDeserializer.swift
[824/825] Compiling MongoCore OpMessage.swift
[825/825] Compiling MongoCore OpQuery.swift
[827/845] Emitting module MongoClient
[828/847] Compiling MongoClient Helpers.swift
[829/847] Compiling MongoClient GetMore.swift
[830/847] Compiling MongoClient IsMaster.swift
[831/847] Compiling MongoClient KillCursors.swift
[832/847] Compiling MongoClient Cursor.swift
[833/847] Compiling MongoClient Error.swift
[834/847] Compiling MongoClient Exports.swift
[835/847] Compiling MongoClient Connection.swift
[836/847] Compiling MongoClient ConnectionContext.swift
[837/847] Compiling MongoClient ConnectionPool.swift
[838/847] Compiling MongoClient Authenticate+ChallengeResponse.swift
[839/847] Compiling MongoClient Authenticate+SASL.swift
[840/847] Compiling MongoClient Authenticate.swift
[841/847] Compiling MongoClient OK.swift
[842/847] Compiling MongoClient SASL.swift
[843/847] Compiling MongoClient MongoSingleConnectionPool.swift
[844/847] Compiling MongoClient MongoCursorResponse.swift
[845/847] Compiling MongoClient Channel+Connection.swift
[846/847] Compiling MongoClient Cluster.swift
[847/847] Compiling MongoClient Connection+Execute.swift
[849/864] Emitting module MongoKittenCore
[850/866] Compiling MongoKittenCore FieldPath.swift
[851/866] Compiling MongoKittenCore Projection.swift
[852/866] Compiling MongoKittenCore Delete.swift
[853/866] Compiling MongoKittenCore Distinct.swift
[854/866] Compiling MongoKittenCore Drop.swift
[855/866] Compiling MongoKittenCore Find.swift
[856/866] Compiling MongoKittenCore FindAndModify.swift
[857/866] Compiling MongoKittenCore Insert.swift
[858/866] Compiling MongoKittenCore Update.swift
[859/866] Compiling MongoKittenCore Cursor.swift
[860/866] Compiling MongoKittenCore ListCollections.swift
[861/866] Compiling MongoKittenCore ListDatabases.swift
[862/866] Compiling MongoKittenCore Aggregate.swift
[863/866] Compiling MongoKittenCore Count.swift
[864/866] Compiling MongoKittenCore CreateIndexes.swift
[865/866] Compiling MongoKittenCore QueryBuilder.swift
[866/866] Compiling MongoKittenCore Sorting.swift
[868/894] Compiling MongoKitten GridFSChunk.swift
[869/894] Compiling MongoKitten GridFSError.swift
[870/894] Compiling MongoKitten GridFSFile.swift
[871/897] Compiling MongoKitten Collection+Delete.swift
[872/897] Compiling MongoKitten Collection+Distinct.swift
[873/897] Compiling MongoKitten Collection+Find.swift
[874/897] Compiling MongoKitten Collection+FindAndModify.swift
[875/897] Compiling MongoKitten Date+ISO8601Format.swift
[876/897] Compiling MongoKitten Error.swift
[877/897] Compiling MongoKitten Exports.swift
[878/897] Compiling MongoKitten GridFSBucket.swift
[879/897] Compiling MongoKitten GridFSFileWriter.swift
[880/897] Compiling MongoKitten GridFSReader.swift
[881/897] Compiling MongoKitten IndexBuilder.swift
[882/897] Compiling MongoKitten BSON2JSON.swift
[883/897] Compiling MongoKitten CLI+Helpers.swift
[884/897] Compiling MongoKitten ChangeStream.swift
[885/897] Compiling MongoKitten Collection+Count.swift
[886/897] Compiling MongoKitten Aggregate.swift
[887/897] Compiling MongoKitten AggregateBuilder.swift
[888/897] Compiling MongoKitten AggregateStage.swift
[889/897] Compiling MongoKitten AsyncSequence.swift
[890/897] Emitting module MongoKitten
[891/897] Compiling MongoKitten MongoCollection.swift
[892/897] Compiling MongoKitten MongoDatabase.swift
[893/897] Compiling MongoKitten MongoTransactionDatabase.swift
[894/897] Compiling MongoKitten Collection+Indexes.swift
[895/897] Compiling MongoKitten Collection+Insert.swift
[896/897] Compiling MongoKitten Collection+Update.swift
[897/897] Compiling MongoKitten Cursor.swift
[899/913] Compiling Meow Error.swift
[900/913] Compiling Meow Exports.swift
[901/914] Compiling Meow Operators.swift
[902/914] Compiling Meow PartialModel.swift
[903/914] Compiling Meow TestDecoder.swift
[904/914] Compiling Meow MeowCollection.swift
[905/914] Compiling Meow Migrations.swift
[906/914] Compiling Meow Model.swift
[907/914] Compiling Meow Reference.swift
[908/914] Emitting module Meow
[909/914] Compiling Meow Aggregates.swift
[910/914] Compiling Meow Database.swift
[911/914] Compiling Meow Indexes.swift
[912/914] Compiling Meow FindHelpers.swift
[913/914] Compiling Meow KeyPathModels.swift
[914/914] Compiling Meow MeowCollection+KeyPath.swift
Build complete! (329.07s)
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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.