Build Information
Successful build of MongoKitten, reference 7.11.0 (cab8d2), with Swift 6.1 for Linux on 26 Nov 2025 13:29:36 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/MongoKitten.git
Reference: 7.11.0
Initialized empty Git repository in /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
* tag 7.11.0 -> FETCH_HEAD
HEAD is now at cab8d2a Update Span tracing availability on macOS (#369)
Cloned https://github.com/orlandos-nl/MongoKitten.git
Revision (git rev-parse @):
cab8d2a80cd64c3861f81306d098c29cb3c0d6d7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orlandos-nl/MongoKitten.git at 7.11.0
========================================
Build
========================================
Selected platform: 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" -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:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
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/1820] Fetching swift-atomics
[147/7386] Fetching swift-atomics, swift-distributed-tracing
[481/13390] Fetching swift-atomics, swift-distributed-tracing, bson
Fetched https://github.com/apple/swift-atomics.git from cache (1.05s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/orlandos-nl/BSON.git from cache (1.15s)
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
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.18s)
[1/1527] Fetching dnsclient
[47/4014] Fetching dnsclient, swift-metrics
Fetched https://github.com/orlandos-nl/DNSClient.git from cache (0.62s)
[1/15288] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (0.83s)
[1530/95809] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.84s)
[36278/80521] Fetching swift-nio
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-nio.git from cache (12.21s)
[1/5075] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.78s)
Computing version for https://github.com/orlandos-nl/DNSClient.git
Computed https://github.com/orlandos-nl/DNSClient.git at 2.5.0 (17.86s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2809] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.52s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.62s)
Computing version for https://github.com/orlandos-nl/BSON.git
Computed https://github.com/orlandos-nl/BSON.git at 8.2.0 (1.08s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (1.13s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.43s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (4.17s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (1.28s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.90.1 (1.84s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/5182] Fetching swift-system
[5183/23496] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.11s)
Fetched https://github.com/apple/swift-collections.git from cache (2.16s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (3.40s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.89s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (1.13s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.18s)
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.90.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/orlandos-nl/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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/orlandos-nl/DNSClient.git
Working copy of https://github.com/orlandos-nl/DNSClient.git resolved at 2.5.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Building for debugging...
[0/439] Write sources
[28/439] Compiling CNIOWindows WSAStartup.c
[29/439] Compiling CNIOWindows shim.c
[30/439] Compiling _AtomicsShims.c
[31/439] Compiling CNIOWASI CNIOWASI.c
[32/439] Compiling CNIOPosix event_loop_id.c
[33/439] Compiling CNIOLinux liburing_shims.c
[34/439] Compiling CNIODarwin shim.c
[35/439] Compiling fiat_p256_adx_sqr.S
[36/439] Compiling CNIOLinux shim.c
[37/439] Compiling fiat_p256_adx_mul.S
[38/439] Compiling fiat_curve25519_adx_square.S
[39/439] Write swift-version-24593BA9C3E375BF.txt
[40/439] Compiling fiat_curve25519_adx_mul.S
[41/443] Compiling CNIOBoringSSLShims shims.c
[42/445] Compiling v3_crld.cc
[43/445] Compiling v3_enum.cc
[44/445] Compiling v3_cpols.cc
[45/450] Compiling v3_conf.cc
[46/477] Compiling tls_method.cc
[47/477] Compiling tls_record.cc
[49/477] Emitting module InternalCollectionsUtilities
[50/500] Emitting module CoreMetrics
[51/500] Compiling Atomics AtomicMemoryOrderings.swift
[52/500] Compiling Atomics DoubleWord.swift
[53/502] Compiling Atomics AtomicStorage.swift
[54/502] Compiling Atomics AtomicValue.swift
[55/502] Compiling Atomics ManagedAtomic.swift
[56/502] Compiling Atomics ManagedAtomicLazyReference.swift
[57/502] Compiling Atomics UnsafeAtomic.swift
[58/502] Compiling Atomics UnsafeAtomicLazyReference.swift
[59/502] Compiling _MongoKittenCrypto MD5.swift
[60/502] Compiling Atomics AtomicReference.swift
[61/502] Compiling Atomics OptionalRawRepresentable.swift
[63/502] Compiling Atomics RawRepresentable.swift
[64/502] Compiling Atomics AtomicBool.swift
[65/502] Compiling Atomics AtomicInteger.swift
[66/502] Compiling Atomics AtomicOptionalWrappable.swift
[68/502] Compiling _MongoKittenCrypto SHA1.swift
[71/502] Compiling _NIODataStructures PriorityQueue.swift
[72/502] Compiling _NIODataStructures _TinyArray.swift
[73/502] Compiling _MongoKittenCrypto SHA256.swift
[78/502] Compiling Atomics IntegerConformances.swift
[79/502] Compiling Atomics PointerConformances.swift
[80/502] Compiling Atomics Primitives.native.swift
[87/502] Emitting module _NIOBase64
[88/502] Compiling _NIOBase64 Base64.swift
[89/502] Compiling ServiceContextModule ServiceContext.swift
[90/502] Emitting module ServiceContextModule
[91/502] Compiling ServiceContextModule ServiceContextKey.swift
[92/503] Compiling CoreMetrics Metrics.swift
[96/505] Emitting module Atomics
[97/505] Compiling Atomics IntegerOperations.swift
[98/505] Compiling Atomics Unmanaged extensions.swift
[99/520] Compiling DequeModule Deque+CustomReflectable.swift
[100/520] Compiling DequeModule Deque+Descriptions.swift
[101/522] Compiling DequeModule _DequeBuffer.swift
[102/522] Compiling DequeModule _DequeBufferHeader.swift
[103/522] Compiling DequeModule Deque+Codable.swift
[104/522] Compiling DequeModule Deque+Collection.swift
[105/522] Compiling DequeModule Deque+Extras.swift
[107/523] Compiling DequeModule Deque+Hashable.swift
[108/523] Compiling DequeModule Deque+Equatable.swift
[109/523] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[110/523] Compiling DequeModule Deque+Testing.swift
[111/523] Compiling DequeModule Deque._Storage.swift
[113/523] Emitting module Logging
[114/523] Compiling Logging Locks.swift
[115/523] Compiling CoreMetrics Locks.swift
[116/524] Compiling Logging MetadataProvider.swift
[117/524] Emitting module _NIODataStructures
[118/524] Compiling _NIODataStructures Heap.swift
[119/525] Compiling DequeModule _DequeSlot.swift
[120/525] Compiling DequeModule _UnsafeWrappedBuffer.swift
[121/525] Compiling Logging Logging.swift
[122/525] Compiling Logging LogHandler.swift
[126/532] Compiling DequeModule Deque._UnsafeHandle.swift
[127/532] Compiling DequeModule Deque.swift
[128/532] Compiling Instrumentation NoOpInstrument.swift
[129/532] Compiling _MongoKittenCrypto HMAC.swift
[130/532] Emitting module _MongoKittenCrypto
[131/532] Compiling _MongoKittenCrypto Hex.swift
[132/532] Compiling _MongoKittenCrypto Hash.swift
[133/532] Compiling _MongoKittenCrypto PBKDF2.swift
[134/535] Compiling Instrumentation InstrumentationSystem.swift
[135/535] Compiling Instrumentation Instrument.swift
[136/535] Compiling Instrumentation Locks.swift
[137/535] Compiling Instrumentation MultiplexInstrument.swift
[138/535] Emitting module Instrumentation
[143/544] Emitting module DequeModule
[144/545] Compiling tls13_server.cc
[146/545] Compiling Tracing InstrumentationSystem+Tracing.swift
[147/545] Compiling Tracing TracingTime.swift
[148/545] Emitting module Tracing
[149/545] Compiling Tracing TracerProtocol.swift
[150/545] Compiling Tracing Tracer.swift
[151/545] Compiling Tracing TracerProtocol+Legacy.swift
[151/545] Compiling tls13_enc.cc
[153/545] Compiling Tracing SpanProtocol.swift
[154/545] Compiling Tracing NoOpTracer.swift
[155/546] Compiling tls13_client.cc
[156/546] Compiling t1_enc.cc
[157/546] Compiling tls13_both.cc
[159/546] Compiling Metrics Metrics.swift
[160/546] Emitting module Metrics
[160/547] Compiling ssl_versions.cc
[162/547] Compiling ssl_x509.cc
[163/547] Compiling ssl_transcript.cc
[164/547] Compiling ssl_stat.cc
[165/547] Compiling ssl_session.cc
[166/547] Compiling ssl_privkey.cc
[167/547] Compiling ssl_key_share.cc
[168/547] Compiling ssl_file.cc
[169/547] Compiling ssl_cipher.cc
[170/547] Compiling ssl_lib.cc
[171/547] Compiling ssl_credential.cc
[172/547] Compiling ssl_cert.cc
[173/547] Compiling ssl_buffer.cc
[174/547] Compiling ssl_aead_ctx.cc
[175/547] Compiling ssl_asn1.cc
[176/547] Compiling s3_lib.cc
[177/547] Compiling s3_pkt.cc
[178/547] Compiling s3_both.cc
[179/547] Compiling handshake_server.cc
[180/547] Compiling handshake_client.cc
[181/547] Compiling handshake.cc
[182/547] Compiling dtls_record.cc
[183/547] Compiling handoff.cc
[184/547] Compiling encrypted_client_hello.cc
[185/547] Compiling md5-x86_64-linux.S
[186/547] Compiling dtls_method.cc
[187/547] Compiling extensions.cc
[188/547] Compiling md5-x86_64-apple.S
[189/547] Compiling md5-586-linux.S
[189/547] Compiling md5-586-apple.S
[191/547] Compiling chacha20_poly1305_x86_64-apple.S
[192/547] Compiling chacha20_poly1305_x86_64-linux.S
[193/547] Compiling chacha20_poly1305_armv8-win.S
[194/547] Compiling chacha20_poly1305_armv8-linux.S
[195/547] Compiling chacha20_poly1305_armv8-apple.S
[196/547] Compiling d1_srtp.cc
[197/547] Compiling chacha-x86_64-linux.S
[198/547] Compiling err_data.cc
[199/547] Compiling chacha-x86_64-apple.S
[200/547] Compiling chacha-x86-linux.S
[201/547] Compiling chacha-x86-apple.S
[202/547] Compiling chacha-armv8-win.S
[203/547] Compiling chacha-armv8-linux.S
[204/547] Compiling chacha-armv8-apple.S
[205/547] Compiling chacha-armv4-linux.S
[206/547] Compiling aes128gcmsiv-x86_64-apple.S
[206/547] Compiling aes128gcmsiv-x86_64-linux.S
[208/547] Compiling x86_64-mont5-linux.S
[209/547] Compiling x86_64-mont5-apple.S
[210/547] Compiling bio_ssl.cc
[211/547] Compiling d1_lib.cc
[212/547] Compiling x86_64-mont-apple.S
[212/547] Compiling x86_64-mont-linux.S
[214/547] Compiling x86-mont-linux.S
[215/547] Compiling d1_pkt.cc
[216/547] Compiling x86-mont-apple.S
[217/547] Compiling vpaes-x86_64-linux.S
[217/547] Compiling vpaes-armv8-win.S
[217/547] Compiling vpaes-x86_64-apple.S
[220/547] Compiling d1_both.cc
[221/547] Compiling vpaes-x86-apple.S
[222/547] Compiling vpaes-x86-linux.S
[223/547] Compiling vpaes-armv8-linux.S
[224/547] Compiling vpaes-armv8-apple.S
[225/547] Compiling sha512-x86_64-apple.S
[225/547] Compiling sha512-armv8-win.S
[227/547] Compiling sha512-armv8-linux.S
[228/547] Compiling vpaes-armv7-linux.S
[229/547] Compiling sha512-x86_64-linux.S
[230/547] Compiling sha512-armv4-linux.S
[231/547] Compiling sha512-armv8-apple.S
[232/547] Compiling sha256-armv8-linux.S
[232/547] Compiling sha256-x86_64-apple.S
[234/547] Compiling sha512-586-apple.S
[235/547] Compiling sha256-x86_64-linux.S
[236/547] Compiling sha512-586-linux.S
[237/547] Compiling sha256-armv8-apple.S
[238/547] Compiling sha256-armv4-linux.S
[239/547] Compiling sha256-armv8-win.S
[240/547] Compiling sha256-586-apple.S
[241/547] Compiling sha1-x86_64-apple.S
[242/547] Compiling sha256-586-linux.S
[243/547] Compiling sha1-armv8-linux.S
[244/547] Compiling sha1-armv8-win.S
[245/547] Compiling sha1-armv8-apple.S
[246/547] Compiling sha1-armv4-large-linux.S
[247/547] Compiling sha1-586-apple.S
[248/547] Compiling rsaz-avx2-linux.S
[249/547] Compiling sha1-x86_64-linux.S
[250/547] Compiling rsaz-avx2-apple.S
[251/547] Compiling rdrand-x86_64-linux.S
[252/547] Compiling sha1-586-linux.S
[253/547] Compiling rdrand-x86_64-apple.S
[254/547] Compiling p256_beeu-x86_64-asm-linux.S
[255/547] Compiling p256_beeu-armv8-asm-win.S
[256/547] Compiling p256_beeu-x86_64-asm-apple.S
[257/547] Compiling p256_beeu-armv8-asm-linux.S
[258/547] Compiling p256-x86_64-asm-linux.S
[259/547] Compiling p256-armv8-asm-linux.S
[260/547] Compiling p256_beeu-armv8-asm-apple.S
[261/547] Compiling p256-x86_64-asm-apple.S
[262/547] Compiling p256-armv8-asm-apple.S
[263/547] Compiling ghashv8-armv8-linux.S
[264/547] Compiling p256-armv8-asm-win.S
[265/547] Compiling ghashv8-armv8-win.S
[266/547] Compiling ghashv8-armv8-apple.S
[267/547] Compiling ghash-x86_64-apple.S
[268/547] Compiling ghashv8-armv7-linux.S
[269/547] Compiling ghash-x86-linux.S
[270/547] Compiling ghash-x86_64-linux.S
[271/547] Compiling ghash-x86-apple.S
[272/547] Compiling ghash-ssse3-x86_64-apple.S
[273/547] Compiling ghash-ssse3-x86_64-linux.S
[274/547] Compiling ghash-ssse3-x86-linux.S
[275/547] Compiling ghash-ssse3-x86-apple.S
[276/547] Compiling ghash-neon-armv8-win.S
[277/547] Compiling co-586-apple.S
[278/547] Compiling ghash-armv4-linux.S
[279/547] Compiling ghash-neon-armv8-linux.S
[280/547] Compiling ghash-neon-armv8-apple.S
[281/547] Compiling co-586-linux.S
[282/547] Compiling bn-armv8-win.S
[282/547] Compiling bsaes-armv7-linux.S
[284/547] Compiling bn-armv8-apple.S
[285/547] Compiling bn-armv8-linux.S
[286/547] Compiling bn-586-linux.S
[287/547] Compiling armv8-mont-win.S
[288/547] Compiling armv8-mont-apple.S
[289/547] Compiling bn-586-apple.S
[290/547] Compiling armv4-mont-linux.S
[291/547] Compiling armv8-mont-linux.S
[292/547] Compiling aesv8-gcm-armv8-win.S
[293/547] Compiling aesv8-gcm-armv8-apple.S
[294/547] Compiling aesv8-gcm-armv8-linux.S
[295/547] Compiling aesv8-armv8-win.S
[296/547] Compiling aesv8-armv8-linux.S
[297/547] Compiling aesv8-armv8-apple.S
[298/547] Compiling aesv8-armv7-linux.S
[299/547] Compiling aesni-x86_64-linux.S
[300/547] Compiling aesni-x86-apple.S
[301/547] Compiling aesni-gcm-x86_64-linux.S
[302/547] Compiling aesni-x86_64-apple.S
[303/547] Compiling aesni-gcm-x86_64-apple.S
[304/547] Compiling aesni-x86-linux.S
[305/547] Compiling aes-gcm-avx2-x86_64-linux.S
[306/547] Compiling aes-gcm-avx2-x86_64-apple.S
[307/547] Compiling aes-gcm-avx10-x86_64-linux.S
[308/547] Compiling aes-gcm-avx10-x86_64-apple.S
[309/547] Compiling x_req.cc
[310/547] Compiling x_name.cc
[311/547] Compiling x_spki.cc
[312/547] Compiling x_x509.cc
[313/547] Compiling x_pubkey.cc
[314/547] Compiling x_x509a.cc
[315/547] Compiling x_sig.cc
[316/547] Compiling x_val.cc
[317/547] Compiling x_exten.cc
[318/547] Compiling x509name.cc
[319/547] Compiling x_all.cc
[320/547] Compiling x509spki.cc
[321/547] Compiling x_crl.cc
[322/547] Compiling x_attrib.cc
[323/547] Compiling x_algor.cc
[324/547] Compiling x509rset.cc
[325/547] Compiling x509cset.cc
[326/547] Compiling x509_vpm.cc
[327/547] Compiling x509_txt.cc
[328/547] Compiling x509_v3.cc
[329/547] Compiling x509_set.cc
[330/547] Compiling x509_vfy.cc
[331/547] Compiling x509_trs.cc
[332/547] Compiling x509_req.cc
[333/547] Compiling x509_lu.cc
[334/547] Compiling x509_obj.cc
[335/547] Compiling x509_ext.cc
[336/547] Compiling x509_d2.cc
[337/547] Compiling x509_def.cc
[338/547] Compiling x509_att.cc
[339/547] Compiling x509_cmp.cc
[340/547] Compiling x509.cc
[341/547] Compiling v3_utl.cc
[342/547] Compiling v3_skey.cc
[343/547] Compiling v3_pmaps.cc
[344/547] Compiling v3_purp.cc
[345/547] Compiling v3_prn.cc
[346/547] Compiling v3_pcons.cc
[347/547] Compiling v3_ocsp.cc
[348/547] Compiling v3_ncons.cc
[349/547] Compiling v3_int.cc
[350/547] Compiling v3_lib.cc
[351/547] Compiling v3_ia5.cc
[352/547] Compiling v3_genn.cc
[353/547] Compiling v3_info.cc
[354/547] Compiling v3_extku.cc
[355/547] Compiling v3_bitst.cc
[356/547] Compiling v3_bcons.cc
[357/547] Compiling v3_alt.cc
[358/547] Compiling v3_akeya.cc
[359/547] Compiling v3_akey.cc
[360/547] Compiling t_x509a.cc
[361/547] Compiling t_crl.cc
[362/547] Compiling t_x509.cc
[363/547] Compiling t_req.cc
[364/547] Compiling rsa_pss.cc
[365/547] Compiling i2d_pr.cc
[366/547] Compiling name_print.cc
[367/547] Compiling policy.cc
[368/547] Compiling by_dir.cc
[369/547] Compiling by_file.cc
[370/547] Compiling algorithm.cc
[371/547] Compiling a_sign.cc
[372/547] Compiling a_verify.cc
[373/547] Compiling asn1_gen.cc
[374/547] Compiling voprf.cc
[375/547] Compiling thread_win.cc
[376/547] Compiling a_digest.cc
[377/547] Compiling thread.cc
[378/547] Compiling thread_none.cc
[379/547] Compiling thread_pthread.cc
[380/547] Compiling pmbtoken.cc
[381/547] Compiling trust_token.cc
[382/547] Compiling stack.cc
[383/547] Compiling sha512.cc
[384/547] Compiling siphash.cc
[385/547] Compiling sha256.cc
[386/547] Compiling sha1.cc
[387/547] Compiling spake2plus.cc
[388/547] Compiling rsa_print.cc
[389/547] Compiling rsa_extra.cc
[390/547] Compiling slhdsa.cc
[391/547] Compiling rc4.cc
[392/547] Compiling refcount.cc
[393/547] Compiling trusty.cc
[394/547] Compiling windows.cc
[395/547] Compiling rsa_crypt.cc
[396/547] Compiling rand.cc
[397/547] Compiling urandom.cc
[398/547] Compiling ios.cc
[399/547] Compiling getentropy.cc
[400/547] Compiling passive.cc
[401/547] Compiling poly1305_arm_asm.S
[402/547] Compiling rsa_asn1.cc
[403/547] Compiling deterministic.cc
[404/547] Compiling forkunsafe.cc
[405/547] Compiling fork_detect.cc
[406/547] Compiling poly1305.cc
[407/547] Compiling pool.cc
[408/547] Compiling poly1305_vec.cc
[409/547] Compiling poly1305_arm.cc
[410/547] Compiling pkcs7.cc
[411/547] Compiling pkcs8_x509.cc
[412/547] Compiling pkcs8.cc
[413/547] Compiling p5_pbev2.cc
[414/547] Compiling pem_x509.cc
[415/547] Compiling pkcs7_x509.cc
[416/547] Compiling pem_xaux.cc
[417/547] Compiling pem_pkey.cc
[418/547] Compiling pem_pk8.cc
[419/547] Compiling mlkem.cc
[420/547] Compiling mldsa.cc
[421/547] Compiling pem_oth.cc
[422/547] Compiling pem_lib.cc
[423/547] Compiling obj_xref.cc
[424/547] Compiling mem.cc
[425/547] Compiling md5.cc
[426/547] Compiling pem_info.cc
[427/547] Compiling poly_rq_mul.S
[428/547] Compiling pem_all.cc
[429/547] Compiling fips_shared_support.cc
[430/547] Compiling md4.cc
[431/547] Compiling obj.cc
[432/547] Compiling lhash.cc
[433/547] Compiling sign.cc
[434/547] Compiling ex_data.cc
[435/547] Compiling kyber.cc
[436/547] Compiling hrss.cc
[437/547] Compiling scrypt.cc
[438/547] Compiling hpke.cc
[439/547] Compiling pbkdf.cc
[440/547] Compiling print.cc
[441/547] Compiling p_x25519.cc
[442/547] Compiling p_rsa_asn1.cc
[443/547] Compiling p_x25519_asn1.cc
[444/547] Compiling p_rsa.cc
[445/547] Compiling p_ec_asn1.cc
[446/547] Compiling p_ed25519.cc
[447/547] Compiling p_hkdf.cc
[448/547] Compiling p_ed25519_asn1.cc
[449/547] Compiling evp_ctx.cc
[450/547] Compiling p_ec.cc
[451/547] Compiling p_dh.cc
[452/547] Compiling p_dh_asn1.cc
[453/547] Compiling p_dsa_asn1.cc
[454/547] Compiling err.cc
[455/547] Compiling evp.cc
[456/547] Compiling engine.cc
[457/547] Compiling ecdsa_asn1.cc
[458/547] Compiling ecdh.cc
[459/547] Compiling evp_asn1.cc
[460/547] Compiling ec_derive.cc
[461/547] Compiling hash_to_curve.cc
[462/547] Compiling params.cc
[463/547] Compiling dsa_asn1.cc
[464/547] Compiling dsa.cc
[465/547] Compiling ec_asn1.cc
[466/547] Compiling des.cc
[467/547] Compiling x25519-asm-arm.S
[468/547] Compiling digest_extra.cc
[469/547] Compiling dh_asn1.cc
[470/547] Compiling spake25519.cc
[471/547] Compiling cpu_intel.cc
[472/547] Compiling crypto.cc
[473/547] Compiling curve25519.cc
[474/547] Compiling cpu_arm_linux.cc
[475/547] Compiling cpu_arm_freebsd.cc
[476/547] Compiling curve25519_64_adx.cc
[477/547] Compiling cpu_aarch64_openbsd.cc
[478/547] Compiling cpu_aarch64_win.cc
[479/547] Compiling bcm.cc
[480/547] Compiling cpu_aarch64_fuchsia.cc
[481/547] Compiling cpu_aarch64_linux.cc
[482/547] Compiling cpu_aarch64_sysreg.cc
[483/547] Compiling cpu_aarch64_apple.cc
[484/547] Compiling conf.cc
[485/547] Compiling e_rc4.cc
[486/547] Compiling tls_cbc.cc
[487/547] Compiling get_cipher.cc
[488/547] Compiling e_tls.cc
[489/547] Compiling e_rc2.cc
[490/547] Compiling e_null.cc
[491/547] Compiling e_des.cc
[492/547] Compiling e_chacha20poly1305.cc
[493/547] Compiling chacha.cc
[494/547] Compiling e_aesgcmsiv.cc
[495/547] Compiling derive_key.cc
[496/547] Compiling e_aesctrhmac.cc
[497/547] Compiling buf.cc
[498/547] Compiling unicode.cc
[499/547] Compiling asn1_compat.cc
[500/547] Compiling cbs.cc
[501/547] Compiling ber.cc
[502/547] Compiling bn_asn1.cc
[503/547] Compiling cbb.cc
[504/547] Compiling blake2.cc
[505/547] Compiling convert.cc
[506/547] Compiling socket_helper.cc
[507/547] Compiling hexdump.cc
[508/547] Compiling socket.cc
[509/547] Compiling file.cc
[510/547] Compiling fd.cc
[511/547] Compiling printf.cc
[512/547] Compiling pair.cc
[513/547] Compiling errno.cc
[514/547] Compiling connect.cc
[515/547] Compiling bio_mem.cc
[516/547] Compiling base64.cc
[517/547] Compiling tasn_typ.cc
[518/547] Compiling bio.cc
[519/547] Compiling tasn_fre.cc
[520/547] Compiling tasn_new.cc
[521/547] Compiling tasn_enc.cc
[522/547] Compiling tasn_utl.cc
[523/547] Compiling f_string.cc
[524/547] Compiling posix_time.cc
[525/547] Compiling asn_pack.cc
[526/547] Compiling f_int.cc
[527/547] Compiling tasn_dec.cc
[528/547] Compiling asn1_par.cc
[529/547] Compiling a_time.cc
[530/547] Compiling a_octet.cc
[531/547] Compiling a_type.cc
[532/547] Compiling a_utctm.cc
[533/547] Compiling asn1_lib.cc
[534/547] Compiling a_strnid.cc
[535/547] Compiling a_strex.cc
[536/547] Compiling a_object.cc
[537/547] Compiling a_i2d_fp.cc
[538/547] Compiling a_d2i_fp.cc
[539/547] Compiling a_dup.cc
[540/547] Compiling a_mbstr.cc
[541/547] Compiling a_bitstr.cc
[542/547] Compiling a_bool.cc
[543/547] Compiling a_int.cc
[544/547] Compiling a_gentm.cc
[545/547] Compiling c-nioatomics.c
[546/547] Compiling c-atomics.c
[548/553] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[549/553] Compiling NIOConcurrencyHelpers lock.swift
[550/553] Compiling NIOConcurrencyHelpers NIOLock.swift
[551/553] Compiling NIOConcurrencyHelpers atomics.swift
[552/553] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[553/553] Emitting module NIOConcurrencyHelpers
[555/617] Compiling NIOCore EventLoopFuture+Deprecated.swift
[556/617] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[557/617] Compiling NIOCore EventLoopFuture.swift
[558/617] Compiling NIOCore FileDescriptor.swift
[559/617] Compiling NIOCore FileHandle.swift
[560/617] Compiling NIOCore FileRegion.swift
[561/617] Compiling NIOCore GlobalSingletons.swift
[562/617] Compiling NIOCore IO.swift
[563/617] Compiling NIOCore IOData.swift
[564/625] Compiling NIOCore IPProtocol.swift
[565/625] Compiling NIOCore IntegerBitPacking.swift
[566/625] Compiling NIOCore IntegerTypes.swift
[567/625] Compiling NIOCore Interfaces.swift
[568/625] Compiling NIOCore Linux.swift
[569/625] Compiling NIOCore MarkedCircularBuffer.swift
[570/625] Compiling NIOCore MulticastChannel.swift
[571/625] Compiling NIOCore NIOAny.swift
[572/625] Compiling NIOCore NIOCloseOnErrorHandler.swift
[573/625] Compiling NIOCore NIOCoreSendableMetatype.swift
[574/625] Compiling NIOCore NIODecodedAsyncSequence.swift
[575/625] Compiling NIOCore NIOLoopBound.swift
[576/625] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[577/625] Compiling NIOCore NIOScheduledCallback.swift
[578/625] Compiling NIOCore NIOSendable.swift
[579/625] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[580/625] Compiling NIOCore RecvByteBufferAllocator.swift
[581/625] Compiling NIOCore CircularBuffer.swift
[582/625] Compiling NIOCore Codec.swift
[583/625] Compiling NIOCore ConvenienceOptionSupport.swift
[584/625] Compiling NIOCore DeadChannel.swift
[585/625] Compiling NIOCore DispatchQueue+WithFuture.swift
[586/625] Compiling NIOCore EventLoop+Deprecated.swift
[587/625] Compiling NIOCore EventLoop+SerialExecutor.swift
[588/625] Compiling NIOCore EventLoop.swift
[589/625] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[590/625] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[591/625] Compiling NIOCore SocketAddresses.swift
[592/625] Compiling NIOCore SocketOptionProvider.swift
[593/625] Compiling NIOCore SystemCallHelpers.swift
[594/625] Compiling NIOCore TimeAmount+Duration.swift
[595/625] Compiling NIOCore TypeAssistedChannelHandler.swift
[596/625] Compiling NIOCore UniversalBootstrapSupport.swift
[597/625] Compiling NIOCore Utilities.swift
[598/625] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[599/625] Compiling NIOCore BSDSocketAPI.swift
[600/625] Compiling NIOCore ByteBuffer-aux.swift
[601/625] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[602/625] Compiling NIOCore ByteBuffer-conversions.swift
[603/625] Compiling NIOCore ByteBuffer-core.swift
[604/625] Compiling NIOCore ByteBuffer-hex.swift
[605/625] Compiling NIOCore ByteBuffer-int.swift
[606/625] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[607/625] Compiling NIOCore AddressedEnvelope.swift
[608/625] Compiling NIOCore AsyncAwaitSupport.swift
[609/625] Compiling NIOCore AsyncChannel.swift
[610/625] Compiling NIOCore AsyncChannelHandler.swift
[611/625] Compiling NIOCore AsyncChannelInboundStream.swift
[612/625] Compiling NIOCore AsyncChannelOutboundWriter.swift
[613/625] Compiling NIOCore NIOAsyncSequenceProducer.swift
[614/625] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[615/625] Compiling NIOCore NIOAsyncWriter.swift
[616/625] Compiling NIOCore ByteBuffer-multi-int.swift
[617/625] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[618/625] Compiling NIOCore ByteBuffer-views.swift
[619/625] Compiling NIOCore Channel.swift
[620/625] Compiling NIOCore ChannelHandler.swift
[621/625] Compiling NIOCore ChannelHandlers.swift
[622/625] Compiling NIOCore ChannelInvoker.swift
[623/625] Compiling NIOCore ChannelOption.swift
[624/625] Compiling NIOCore ChannelPipeline.swift
[625/625] Emitting module NIOCore
[627/714] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[628/714] Emitting module NIOEmbedded
[629/714] Compiling BSON Null.swift
[630/714] Compiling BSON ObjectId.swift
[631/714] Compiling BSON Optional.swift
[632/714] Compiling BSON PrimitiveConvertible.swift
[633/718] Compiling BSON AnyPrimitive.swift
[634/718] Compiling BSON Binary.swift
[635/718] Compiling BSON Decimal128.swift
[636/718] Compiling BSON JavaScript.swift
[637/718] Compiling BSON Document+Subscripts.swift
[638/718] Compiling BSON Document+Validation.swift
[639/718] Compiling BSON Document.swift
[640/718] Compiling BSON DocumentSlice.swift
[641/718] Compiling BSON ByteBuffer+Helpers.swift
[642/718] Compiling BSON Document+Dictionary.swift
[643/718] Compiling BSON Document+Equatable.swift
[644/718] Compiling BSON Document+Helpers.swift
[645/718] Compiling BSON Document+Mutations.swift
[646/718] Compiling BSON Document+Serialization.swift
[647/718] Compiling NIOEmbedded Embedded.swift
[648/718] Compiling NIOEmbedded AsyncTestingChannel.swift
[650/719] Compiling BSON PrimitiveEncoding.swift
[651/719] Compiling BSON CustomDebugStringConvertible.swift
[652/719] Compiling BSON Document+Array.swift
[653/719] Compiling BSON Document+Cache.swift
[654/719] Compiling BSON Document+Collection.swift
[655/719] Compiling BSON Primitives.swift
[656/719] Compiling BSON RegularExpression.swift
[657/719] Compiling BSON Timestamp.swift
[658/719] Compiling BSON TypeIdentifier.swift
[659/719] Compiling BSON PrimitiveDecoding.swift
[660/719] Compiling BSON SingleValueBSONDecodingContainer.swift
[661/719] Compiling BSON UnkeyedBSONDecodingContainer.swift
[662/719] Compiling BSON BSONEncoder.swift
[663/719] Compiling BSON BSONEncoderStrategies.swift
[664/719] Emitting module NIOPosix
[665/725] Compiling NIOPosix Socket.swift
[666/725] Compiling NIOPosix SocketChannel.swift
[667/725] Compiling NIOPosix SocketProtocols.swift
[668/725] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[669/725] Compiling NIOPosix System.swift
[670/725] Compiling NIOPosix Thread.swift
[671/725] Compiling NIOPosix ThreadPosix.swift
[674/725] Compiling NIOPosix SelectorGeneric.swift
[675/725] Compiling NIOPosix SelectorKqueue.swift
[676/725] Compiling NIOPosix SelectorUring.swift
[677/725] Compiling NIOPosix SelectorWSAPoll.swift
[678/725] Compiling NIOPosix ServerSocket.swift
[686/725] Compiling NIOPosix ThreadWindows.swift
[687/725] Compiling NIOPosix UnsafeTransfer.swift
[688/725] Compiling NIOPosix Utilities.swift
[689/725] Compiling NIOPosix VsockAddress.swift
[690/725] Compiling NIOPosix VsockChannelEvents.swift
[691/725] Compiling NIOPosix Windows.swift
[692/725] Compiling BSON Codable.swift
[693/725] Compiling BSON BSONDecoder.swift
[694/725] Compiling BSON BSONDecoderSettings.swift
[695/725] Compiling BSON FastBSONDecoder.swift
[696/725] Compiling BSON KeyedBSONDecodingContainer.swift
[697/725] Emitting module BSON
[728/729] Compiling NIO Exports.swift
[729/729] Emitting module NIO
[731/741] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[732/741] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[733/741] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[734/741] Compiling NIOTLS TLSEvents.swift
[735/741] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[736/741] Emitting module NIOTLS
[737/741] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[738/741] Compiling NIOTLS SNIHandler.swift
[739/741] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[740/742] Emitting module NIOFoundationCompat
[741/742] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[744/794] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[745/794] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[746/794] Compiling NIOTransportServices NIOTSListenerChannel.swift
[747/796] Compiling NIOTransportServices AcceptHandler.swift
[748/796] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[749/796] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[750/796] Compiling NIOTransportServices StateManagedChannel.swift
[751/796] Compiling NIOTransportServices StateManagedListenerChannel.swift
[752/796] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[753/796] Emitting module NIOTransportServices
[754/796] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[755/796] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[756/796] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[757/796] Compiling NIOTransportServices NIOTSSingletons.swift
[758/796] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[759/796] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[760/796] Compiling NIOTransportServices NIOTSErrors.swift
[761/796] Compiling NIOTransportServices NIOTSEventLoop.swift
[762/796] Compiling NIOTransportServices NIOTSBootstraps.swift
[763/796] Compiling NIOTransportServices NIOTSChannelOptions.swift
[764/796] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[765/796] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[766/796] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[767/796] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[769/809] Compiling DNSClient ConfigParser.swift
[770/810] Compiling DNSClient MessageOptions.swift
[771/810] Compiling DNSClient PTR.swift
[772/810] Compiling DNSClient SRV.swift
[773/810] Emitting module DNSClient
[774/810] Compiling DNSClient Client.swift
[775/810] Compiling DNSClient DNSClient+Connect.swift
[776/810] Compiling DNSClient DNSClient+Query.swift
[777/810] Compiling DNSClient DNSDecoder.swift
[778/810] Compiling DNSClient Helpers.swift
[779/810] Compiling DNSClient Message.swift
[780/810] Compiling DNSClient DNSEncoder.swift
[781/810] Compiling DNSClient Errors.swift
[782/814] Emitting module NIOSSL
[790/815] Compiling NIOSSL SafeCompare.swift
[791/815] Compiling NIOSSL SSLPrivateKey.swift
[792/815] Compiling NIOSSL SSLPublicKey.swift
[793/815] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[794/815] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[812/815] Compiling NIOSSL Zeroization.swift
[813/815] Compiling NIOSSL TLSConfiguration.swift
[814/815] Compiling NIOSSL UniversalBootstrapSupport.swift
[815/815] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[817/834] Compiling MongoCore MongoReply.swift
[818/834] Compiling MongoCore MongoRequest.swift
[819/836] Compiling MongoCore Sessions.swift
[820/836] Compiling MongoCore Tansaction.swift
[821/836] Compiling MongoCore OpReply.swift
[822/836] Compiling MongoCore ProtocolHelpers.swift
[823/836] Compiling MongoCore WriteConcern.swift
[824/836] Compiling MongoCore MessageHeader.swift
[825/836] Compiling MongoCore OpMessage.swift
[826/836] Compiling MongoCore OpQuery.swift
[827/836] Compiling MongoCore ReadConcern.swift
[828/836] Compiling MongoCore ServerHandshake.swift
[829/836] Compiling MongoCore WireVersion.swift
[830/836] Emitting module MongoCore
[831/836] Compiling MongoCore Collation.swift
[832/836] Compiling MongoCore ConnectionSettings.swift
[833/836] Compiling MongoCore Namespace.swift
[834/836] Compiling MongoCore CommandPrimitives.swift
[835/836] Compiling MongoCore Error.swift
[836/836] Compiling MongoCore MongoReplyDeserializer.swift
[838/856] Emitting module MongoClient
[839/858] Compiling MongoClient IsMaster.swift
[840/858] Compiling MongoClient KillCursors.swift
[841/858] Compiling MongoClient Helpers.swift
[842/858] Compiling MongoClient GetMore.swift
[843/858] Compiling MongoClient MongoSingleConnectionPool.swift
[844/858] Compiling MongoClient MongoCursorResponse.swift
[845/858] Compiling MongoClient Cursor.swift
[846/858] Compiling MongoClient Error.swift
[847/858] Compiling MongoClient Exports.swift
[848/858] Compiling MongoClient Connection.swift
[849/858] Compiling MongoClient ConnectionContext.swift
[850/858] Compiling MongoClient ConnectionPool.swift
[851/858] Compiling MongoClient OK.swift
[852/858] Compiling MongoClient SASL.swift
[853/858] Compiling MongoClient Authenticate+ChallengeResponse.swift
[854/858] Compiling MongoClient Authenticate+SASL.swift
[855/858] Compiling MongoClient Authenticate.swift
[856/858] Compiling MongoClient Channel+Connection.swift
[857/858] Compiling MongoClient Cluster.swift
[858/858] Compiling MongoClient Connection+Execute.swift
[860/875] Emitting module MongoKittenCore
[861/877] Compiling MongoKittenCore FindAndModify.swift
[862/877] Compiling MongoKittenCore Insert.swift
[863/877] Compiling MongoKittenCore Update.swift
[864/877] Compiling MongoKittenCore Cursor.swift
[865/877] Compiling MongoKittenCore FieldPath.swift
[866/877] Compiling MongoKittenCore Projection.swift
[867/877] Compiling MongoKittenCore Delete.swift
[868/877] Compiling MongoKittenCore Distinct.swift
[869/877] Compiling MongoKittenCore Drop.swift
[870/877] Compiling MongoKittenCore Find.swift
[871/877] Compiling MongoKittenCore ListCollections.swift
[872/877] Compiling MongoKittenCore ListDatabases.swift
[873/877] Compiling MongoKittenCore Aggregate.swift
[874/877] Compiling MongoKittenCore Count.swift
[875/877] Compiling MongoKittenCore CreateIndexes.swift
[876/877] Compiling MongoKittenCore QueryBuilder.swift
[877/877] Compiling MongoKittenCore Sorting.swift
[879/905] Compiling MongoKitten GridFSChunk.swift
[880/905] Compiling MongoKitten GridFSError.swift
[881/905] Compiling MongoKitten GridFSFile.swift
[882/908] Compiling MongoKitten Date+ISO8601Format.swift
[883/908] Compiling MongoKitten Error.swift
[884/908] Compiling MongoKitten Exports.swift
[885/908] Compiling MongoKitten GridFSBucket.swift
[886/908] Compiling MongoKitten GridFSFileWriter.swift
[887/908] Compiling MongoKitten GridFSReader.swift
[888/908] Compiling MongoKitten IndexBuilder.swift
[889/908] Emitting module MongoKitten
[890/908] Compiling MongoKitten Aggregate.swift
[891/908] Compiling MongoKitten AggregateBuilder.swift
[892/908] Compiling MongoKitten AggregateStage.swift
[893/908] Compiling MongoKitten AsyncSequence.swift
[894/908] Compiling MongoKitten Collection+Delete.swift
[895/908] Compiling MongoKitten Collection+Distinct.swift
[896/908] Compiling MongoKitten Collection+Find.swift
[897/908] Compiling MongoKitten Collection+FindAndModify.swift
[898/908] Compiling MongoKitten BSON2JSON.swift
[899/908] Compiling MongoKitten CLI+Helpers.swift
[900/908] Compiling MongoKitten ChangeStream.swift
[901/908] Compiling MongoKitten Collection+Count.swift
[902/908] Compiling MongoKitten Collection+Indexes.swift
[903/908] Compiling MongoKitten Collection+Insert.swift
[904/908] Compiling MongoKitten Collection+Update.swift
[905/908] Compiling MongoKitten Cursor.swift
[906/908] Compiling MongoKitten MongoCollection.swift
[907/908] Compiling MongoKitten MongoDatabase.swift
[908/908] Compiling MongoKitten MongoTransactionDatabase.swift
[910/924] Compiling Meow Operators.swift
[911/924] Compiling Meow PartialModel.swift
[912/925] Compiling Meow Migrations.swift
[913/925] Compiling Meow Model.swift
[914/925] Compiling Meow TestDecoder.swift
[915/925] Compiling Meow MeowCollection.swift
[916/925] Compiling Meow Reference.swift
[917/925] Emitting module Meow
[918/925] Compiling Meow Aggregates.swift
[919/925] Compiling Meow Database.swift
[920/925] Compiling Meow Indexes.swift
[921/925] Compiling Meow FindHelpers.swift
[922/925] Compiling Meow Error.swift
[923/925] Compiling Meow Exports.swift
[924/925] Compiling Meow KeyPathModels.swift
[925/925] Compiling Meow MeowCollection+KeyPath.swift
Build complete! (303.66s)
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:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.