Build Information
Successful build of swift-cassandra-client, reference main (b99db5
), with Swift 6.1 for Linux on 14 May 2025 00:41:25 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-cassandra-client.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/apple/swift-cassandra-client
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b99db59 Update unit_tests.yml to disable 5.9 by default (#56)
Submodule path 'Sources/CDataStaxDriver/datastax-cpp-driver': checked out '90df2c9ca1aa184a746445698533c71f7f34a2e1'
Submodule path 'Sources/Clibuv/libuv': checked out '0c1fa696aa502eb749c2c4735005f41ba00a27b8'
Submodule 'datastax-cpp-driver' (https://github.com/datastax/cpp-driver.git) registered for path 'Sources/CDataStaxDriver/datastax-cpp-driver'
Submodule 'libuv' (https://github.com/libuv/libuv.git) registered for path 'Sources/Clibuv/libuv'
Cloning into '/host/spi-builder-workspace/Sources/CDataStaxDriver/datastax-cpp-driver'...
Cloning into '/host/spi-builder-workspace/Sources/Clibuv/libuv'...
Cloned https://github.com/apple/swift-cassandra-client.git
Revision (git rev-parse @):
b99db59928b6932812b836533488b56fe62cc91d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-cassandra-client.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/swift-cassandra-client.git
https://github.com/apple/swift-cassandra-client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"cxx_language_standard" : "c++17",
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.41.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.29.3",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
}
],
"manifest_display_name" : "swift-cassandra-client",
"name" : "swift-cassandra-client",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CassandraClient",
"targets" : [
"CassandraClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Clibuv",
"module_type" : "ClangTarget",
"name" : "Clibuv",
"path" : "Sources/Clibuv",
"product_memberships" : [
"CassandraClient"
],
"sources" : [
"libuv/src/fs-poll.c",
"libuv/src/idna.c",
"libuv/src/inet.c",
"libuv/src/random.c",
"libuv/src/strscpy.c",
"libuv/src/strtok.c",
"libuv/src/threadpool.c",
"libuv/src/timer.c",
"libuv/src/unix/async.c",
"libuv/src/unix/core.c",
"libuv/src/unix/dl.c",
"libuv/src/unix/epoll.c",
"libuv/src/unix/fs.c",
"libuv/src/unix/getaddrinfo.c",
"libuv/src/unix/getnameinfo.c",
"libuv/src/unix/linux-core.c",
"libuv/src/unix/linux-inotify.c",
"libuv/src/unix/linux-syscalls.c",
"libuv/src/unix/loop-watcher.c",
"libuv/src/unix/loop.c",
"libuv/src/unix/pipe.c",
"libuv/src/unix/poll.c",
"libuv/src/unix/process.c",
"libuv/src/unix/procfs-exepath.c",
"libuv/src/unix/proctitle.c",
"libuv/src/unix/random-devurandom.c",
"libuv/src/unix/random-getrandom.c",
"libuv/src/unix/random-sysctl-linux.c",
"libuv/src/unix/signal.c",
"libuv/src/unix/stream.c",
"libuv/src/unix/tcp.c",
"libuv/src/unix/thread.c",
"libuv/src/unix/tty.c",
"libuv/src/unix/udp.c",
"libuv/src/uv-common.c",
"libuv/src/uv-data-getter-setters.c",
"libuv/src/version.c"
],
"type" : "library"
},
{
"c99name" : "CassandraClientTests",
"module_type" : "SwiftTarget",
"name" : "CassandraClientTests",
"path" : "Tests/CassandraClientTests",
"sources" : [
"CassandraClientTests.swift"
],
"target_dependencies" : [
"CassandraClient"
],
"type" : "test"
},
{
"c99name" : "CassandraClient",
"module_type" : "SwiftTarget",
"name" : "CassandraClient",
"path" : "Sources/CassandraClient",
"product_dependencies" : [
"NIO",
"NIOCore",
"Atomics",
"Logging"
],
"product_memberships" : [
"CassandraClient"
],
"sources" : [
"CassandraClient.swift",
"Configuration.swift",
"Consistency.swift",
"Data+PaginatedRows.swift",
"Data.swift",
"Decoding.swift",
"Errors.swift",
"Metrics.swift",
"Session.swift",
"Statement.swift"
],
"target_dependencies" : [
"CDataStaxDriver"
],
"type" : "library"
},
{
"c99name" : "CDataStaxDriver",
"module_type" : "ClangTarget",
"name" : "CDataStaxDriver",
"path" : "Sources/CDataStaxDriver",
"product_dependencies" : [
"NIOSSL"
],
"product_memberships" : [
"CassandraClient"
],
"sources" : [
"custom/src/ssl/ssl_openssl_impl.cpp",
"datastax-cpp-driver/src/abstract_data.cpp",
"datastax-cpp-driver/src/address.cpp",
"datastax-cpp-driver/src/address_factory.cpp",
"datastax-cpp-driver/src/allocated.cpp",
"datastax-cpp-driver/src/async.cpp",
"datastax-cpp-driver/src/auth.cpp",
"datastax-cpp-driver/src/auth_requests.cpp",
"datastax-cpp-driver/src/auth_responses.cpp",
"datastax-cpp-driver/src/batch_request.cpp",
"datastax-cpp-driver/src/blacklist_dc_policy.cpp",
"datastax-cpp-driver/src/blacklist_policy.cpp",
"datastax-cpp-driver/src/client_insights.cpp",
"datastax-cpp-driver/src/cloud_secure_connection_config.cpp",
"datastax-cpp-driver/src/cluster.cpp",
"datastax-cpp-driver/src/cluster_config.cpp",
"datastax-cpp-driver/src/cluster_connector.cpp",
"datastax-cpp-driver/src/cluster_metadata_resolver.cpp",
"datastax-cpp-driver/src/collection.cpp",
"datastax-cpp-driver/src/collection_iterator.cpp",
"datastax-cpp-driver/src/config.cpp",
"datastax-cpp-driver/src/connection.cpp",
"datastax-cpp-driver/src/connection_pool.cpp",
"datastax-cpp-driver/src/connection_pool_connector.cpp",
"datastax-cpp-driver/src/connection_pool_manager.cpp",
"datastax-cpp-driver/src/connection_pool_manager_initializer.cpp",
"datastax-cpp-driver/src/connector.cpp",
"datastax-cpp-driver/src/control_connection.cpp",
"datastax-cpp-driver/src/control_connector.cpp",
"datastax-cpp-driver/src/data_type.cpp",
"datastax-cpp-driver/src/data_type_parser.cpp",
"datastax-cpp-driver/src/dc_aware_policy.cpp",
"datastax-cpp-driver/src/decoder.cpp",
"datastax-cpp-driver/src/delayed_connector.cpp",
"datastax-cpp-driver/src/driver_info.cpp",
"datastax-cpp-driver/src/dse_auth.cpp",
"datastax-cpp-driver/src/dse_batch_request.cpp",
"datastax-cpp-driver/src/dse_cluster_config.cpp",
"datastax-cpp-driver/src/dse_collection.cpp",
"datastax-cpp-driver/src/dse_date_range.cpp",
"datastax-cpp-driver/src/dse_line_string.cpp",
"datastax-cpp-driver/src/dse_point.cpp",
"datastax-cpp-driver/src/dse_polygon.cpp",
"datastax-cpp-driver/src/dse_statement.cpp",
"datastax-cpp-driver/src/dse_tuple.cpp",
"datastax-cpp-driver/src/dse_user_type_value.cpp",
"datastax-cpp-driver/src/dse_value.cpp",
"datastax-cpp-driver/src/encode.cpp",
"datastax-cpp-driver/src/error_response.cpp",
"datastax-cpp-driver/src/event_loop.cpp",
"datastax-cpp-driver/src/event_response.cpp",
"datastax-cpp-driver/src/execute_request.cpp",
"datastax-cpp-driver/src/execution_profile.cpp",
"datastax-cpp-driver/src/external.cpp",
"datastax-cpp-driver/src/future.cpp",
"datastax-cpp-driver/src/get_time-mac.cpp",
"datastax-cpp-driver/src/get_time-unix.cpp",
"datastax-cpp-driver/src/get_time-win.cpp",
"datastax-cpp-driver/src/host.cpp",
"datastax-cpp-driver/src/http_client.cpp",
"datastax-cpp-driver/src/iterator.cpp",
"datastax-cpp-driver/src/latency_aware_policy.cpp",
"datastax-cpp-driver/src/list_policy.cpp",
"datastax-cpp-driver/src/logger.cpp",
"datastax-cpp-driver/src/map_iterator.cpp",
"datastax-cpp-driver/src/md5.cpp",
"datastax-cpp-driver/src/memory.cpp",
"datastax-cpp-driver/src/metadata.cpp",
"datastax-cpp-driver/src/micro_timer.cpp",
"datastax-cpp-driver/src/murmur3.cpp",
"datastax-cpp-driver/src/pooled_connection.cpp",
"datastax-cpp-driver/src/prepare_all_handler.cpp",
"datastax-cpp-driver/src/prepare_host_handler.cpp",
"datastax-cpp-driver/src/prepare_request.cpp",
"datastax-cpp-driver/src/prepared.cpp",
"datastax-cpp-driver/src/protocol.cpp",
"datastax-cpp-driver/src/query_request.cpp",
"datastax-cpp-driver/src/random.cpp",
"datastax-cpp-driver/src/reconnection_policy.cpp",
"datastax-cpp-driver/src/register_request.cpp",
"datastax-cpp-driver/src/request.cpp",
"datastax-cpp-driver/src/request_callback.cpp",
"datastax-cpp-driver/src/request_handler.cpp",
"datastax-cpp-driver/src/request_processor.cpp",
"datastax-cpp-driver/src/request_processor_initializer.cpp",
"datastax-cpp-driver/src/response.cpp",
"datastax-cpp-driver/src/result_metadata.cpp",
"datastax-cpp-driver/src/result_response.cpp",
"datastax-cpp-driver/src/retry_policy.cpp",
"datastax-cpp-driver/src/ring_buffer.cpp",
"datastax-cpp-driver/src/round_robin_policy.cpp",
"datastax-cpp-driver/src/row.cpp",
"datastax-cpp-driver/src/schema_agreement_handler.cpp",
"datastax-cpp-driver/src/session.cpp",
"datastax-cpp-driver/src/session_base.cpp",
"datastax-cpp-driver/src/socket.cpp",
"datastax-cpp-driver/src/socket_connector.cpp",
"datastax-cpp-driver/src/ssl.cpp",
"datastax-cpp-driver/src/ssl/ring_buffer_bio.cpp",
"datastax-cpp-driver/src/startup_request.cpp",
"datastax-cpp-driver/src/statement.cpp",
"datastax-cpp-driver/src/string_ref.cpp",
"datastax-cpp-driver/src/supported_response.cpp",
"datastax-cpp-driver/src/testing.cpp",
"datastax-cpp-driver/src/third_party/curl/hostcheck.cpp",
"datastax-cpp-driver/src/third_party/hdr_histogram/hdr_histogram.cpp",
"datastax-cpp-driver/src/third_party/http-parser/http_parser.c",
"datastax-cpp-driver/src/timer.cpp",
"datastax-cpp-driver/src/timestamp_generator.cpp",
"datastax-cpp-driver/src/token_aware_policy.cpp",
"datastax-cpp-driver/src/token_map.cpp",
"datastax-cpp-driver/src/token_map_impl.cpp",
"datastax-cpp-driver/src/tracing_data_handler.cpp",
"datastax-cpp-driver/src/tuple.cpp",
"datastax-cpp-driver/src/user_type_field_iterator.cpp",
"datastax-cpp-driver/src/user_type_value.cpp",
"datastax-cpp-driver/src/utils.cpp",
"datastax-cpp-driver/src/uuids.cpp",
"datastax-cpp-driver/src/value.cpp",
"datastax-cpp-driver/src/wait_for_handler.cpp",
"datastax-cpp-driver/src/whitelist_dc_policy.cpp",
"datastax-cpp-driver/src/whitelist_policy.cpp",
"datastax-cpp-driver/src/wkt.cpp"
],
"target_dependencies" : [
"Clibuv"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio-ssl
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/apple/swift-atomics
Fetching https://github.com/apple/swift-log
[1/1710] Fetching swift-atomics
[429/5546] Fetching swift-atomics, swift-log
[5547/81454] Fetching swift-atomics, swift-log, swift-nio
[6307/96290] Fetching swift-atomics, swift-log, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics from cache (4.47s)
Fetched https://github.com/apple/swift-log from cache (4.48s)
Fetched https://github.com/apple/swift-nio-ssl from cache (4.50s)
Fetched https://github.com/apple/swift-nio from cache (4.56s)
Computing version for https://github.com/apple/swift-nio-ssl
Computed https://github.com/apple/swift-nio-ssl at 2.31.0 (5.08s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.2.0 (0.42s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (0.72s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
[3932/20751] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.47s)
[4424/16384] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.01s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.41s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.49s)
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio-ssl
Working copy of https://github.com/apple/swift-nio-ssl resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Building for debugging...
[0/584] Write sources
[2/584] Compiling _AtomicsShims.c
[3/584] Write sources
[13/584] Compiling version.c
[14/584] Compiling poll.c
[15/584] Compiling loop.c
[16/584] Compiling loop-watcher.c
[17/584] Compiling procfs-exepath.c
[18/584] Compiling pipe.c
[19/584] Compiling tty.c
[20/584] Write swift-version-24593BA9C3E375BF.txt
[21/584] Compiling process.c
[22/584] Compiling tcp.c
[23/584] Compiling uv-data-getter-setters.c
[24/584] Compiling thread.c
[25/584] Compiling udp.c
[26/584] Compiling uv-common.c
[27/584] Compiling stream.c
[28/584] Compiling signal.c
[29/584] Compiling random-getrandom.c
[30/595] Compiling random-sysctl-linux.c
[31/595] Compiling linux-syscalls.c
[32/595] Compiling random-devurandom.c
[33/596] Compiling proctitle.c
[34/610] Compiling linux-inotify.c
[35/612] Compiling getnameinfo.c
[36/612] Compiling getaddrinfo.c
[37/612] Compiling linux-core.c
[38/612] Compiling fs.c
[39/612] Compiling epoll.c
[40/612] Compiling dl.c
[41/612] Compiling async.c
[42/612] Compiling core.c
[43/612] Compiling strtok.c
[44/612] Compiling timer.c
[45/612] Compiling threadpool.c
[46/612] Compiling strscpy.c
[47/612] Compiling random.c
[48/612] Write sources
[49/612] Compiling CNIOWindows shim.c
[50/612] Compiling idna.c
[51/612] Compiling CNIOWindows WSAStartup.c
[52/612] Compiling inet.c
[53/612] Compiling CNIOWASI CNIOWASI.c
[54/612] Compiling CNIOLinux liburing_shims.c
[55/612] Compiling CNIODarwin shim.c
[56/612] Compiling fs-poll.c
[57/612] Compiling CNIOLinux shim.c
[58/612] Compiling fiat_p256_adx_sqr.S
[59/612] Compiling fiat_p256_adx_mul.S
[61/612] Emitting module _NIODataStructures
[61/612] Compiling fiat_curve25519_adx_square.S
[62/612] Compiling fiat_curve25519_adx_mul.S
[63/612] Compiling CNIOBoringSSLShims shims.c
[64/612] Compiling tls_record.cc
[65/612] Compiling tls_method.cc
[67/612] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[68/612] Compiling InternalCollectionsUtilities Specialize.swift
[69/612] Compiling InternalCollectionsUtilities Debugging.swift
[70/612] Compiling InternalCollectionsUtilities Descriptions.swift
[71/612] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[72/612] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[73/612] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[74/612] Emitting module InternalCollectionsUtilities
[75/612] Compiling Logging LogHandler.swift
[76/614] Compiling _NIODataStructures PriorityQueue.swift
[77/614] Compiling _NIODataStructures _TinyArray.swift
[77/614] Compiling tls13_server.cc
[79/614] Compiling InternalCollectionsUtilities UInt+reversed.swift
[80/614] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[81/614] Compiling InternalCollectionsUtilities _SortedCollection.swift
[82/614] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[83/614] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[84/614] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[85/614] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[86/614] Compiling InternalCollectionsUtilities Integer rank.swift
[87/614] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[88/614] Compiling _NIOBase64 Base64.swift
[89/614] Emitting module _NIOBase64
[90/615] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[91/615] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[93/616] Compiling tls13_enc.cc
[95/631] Compiling DequeModule Deque+CustomReflectable.swift
[96/631] Compiling DequeModule Deque+Descriptions.swift
[97/633] Compiling DequeModule _DequeBuffer.swift
[98/633] Compiling DequeModule _DequeBufferHeader.swift
[99/633] Emitting module Logging
[100/633] Compiling Logging Locks.swift
[101/633] Compiling Logging MetadataProvider.swift
[102/633] Compiling Logging Logging.swift
[103/634] Compiling _NIODataStructures Heap.swift
[104/635] Compiling DequeModule Deque+Extras.swift
[105/635] Compiling DequeModule Deque+Hashable.swift
[106/635] Compiling DequeModule Deque+Equatable.swift
[107/635] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[108/635] Compiling DequeModule Deque+Testing.swift
[109/635] Compiling DequeModule Deque._Storage.swift
[112/635] Compiling DequeModule _DequeSlot.swift
[113/635] Compiling DequeModule _UnsafeWrappedBuffer.swift
[114/635] Compiling DequeModule Deque._UnsafeHandle.swift
[115/635] Compiling DequeModule Deque.swift
[115/635] Compiling tls13_client.cc
[117/635] Compiling DequeModule Deque+Codable.swift
[118/635] Compiling DequeModule Deque+Collection.swift
[118/635] Compiling t1_enc.cc
[119/635] Compiling tls13_both.cc
[121/635] Emitting module DequeModule
[122/636] Compiling ssl_versions.cc
[123/636] Compiling ssl_x509.cc
[124/636] Compiling ssl_transcript.cc
[125/636] Compiling ssl_stat.cc
[126/636] Compiling ssl_privkey.cc
[127/636] Compiling ssl_session.cc
[128/636] Compiling ssl_key_share.cc
[129/636] Compiling ssl_file.cc
[130/636] Compiling ssl_lib.cc
[131/636] Compiling ssl_credential.cc
[132/636] Compiling ssl_cert.cc
[133/636] Compiling ssl_cipher.cc
[134/636] Compiling ssl_buffer.cc
[135/636] Compiling ssl_asn1.cc
[136/636] Compiling ssl_aead_ctx.cc
[137/636] Compiling s3_lib.cc
[138/636] Compiling s3_pkt.cc
[139/636] Compiling s3_both.cc
[140/636] Compiling handshake_client.cc
[141/636] Compiling handshake_server.cc
[142/636] Compiling handshake.cc
[143/636] Compiling handoff.cc
[144/636] Compiling encrypted_client_hello.cc
[145/636] Compiling dtls_record.cc
[146/636] Compiling md5-x86_64-linux.S
[147/636] Compiling dtls_method.cc
[148/636] Compiling md5-x86_64-apple.S
[149/636] Compiling md5-586-apple.S
[150/636] Compiling md5-586-linux.S
[151/636] Compiling extensions.cc
[152/636] Compiling chacha20_poly1305_x86_64-apple.S
[153/636] Compiling chacha20_poly1305_x86_64-linux.S
[154/636] Compiling chacha20_poly1305_armv8-win.S
[155/636] Compiling chacha20_poly1305_armv8-linux.S
[156/636] Compiling d1_srtp.cc
[157/636] Compiling chacha20_poly1305_armv8-apple.S
[158/636] Compiling chacha-x86_64-linux.S
[159/636] Compiling d1_pkt.cc
[160/636] Compiling chacha-x86_64-apple.S
[161/636] Compiling chacha-x86-linux.S
[162/636] Compiling chacha-x86-apple.S
[163/636] Compiling chacha-armv8-win.S
[164/636] Compiling chacha-armv8-linux.S
[165/636] Compiling err_data.cc
[166/636] Compiling chacha-armv8-apple.S
[167/636] Compiling chacha-armv4-linux.S
[168/636] Compiling aes128gcmsiv-x86_64-linux.S
[169/636] Compiling aes128gcmsiv-x86_64-apple.S
[170/636] Compiling x86_64-mont5-apple.S
[171/636] Compiling x86_64-mont-linux.S
[172/636] Compiling x86_64-mont5-linux.S
[173/636] Compiling x86_64-mont-apple.S
[174/636] Compiling x86-mont-linux.S
[175/636] Compiling x86-mont-apple.S
[176/636] Compiling vpaes-x86_64-linux.S
[176/636] Compiling vpaes-x86_64-apple.S
[178/636] Compiling vpaes-x86-linux.S
[179/636] Compiling vpaes-x86-apple.S
[180/636] Compiling vpaes-armv8-win.S
[181/636] Compiling vpaes-armv8-linux.S
[182/636] Compiling vpaes-armv7-linux.S
[183/636] Compiling vpaes-armv8-apple.S
[184/636] Compiling sha512-x86_64-apple.S
[185/636] Compiling sha512-x86_64-linux.S
[186/636] Compiling sha512-armv8-win.S
[187/636] Compiling sha512-armv8-linux.S
[188/636] Compiling sha512-armv8-apple.S
[189/636] Compiling sha512-586-linux.S
[190/636] Compiling sha512-armv4-linux.S
[191/636] Compiling sha512-586-apple.S
[192/636] Compiling sha256-armv8-win.S
[193/636] Compiling sha256-x86_64-apple.S
[194/636] Compiling sha256-x86_64-linux.S
[195/636] Compiling sha256-armv8-linux.S
[196/636] Compiling sha256-586-linux.S
[197/636] Compiling sha256-armv4-linux.S
[198/636] Compiling sha256-armv8-apple.S
[199/636] Compiling bio_ssl.cc
[200/636] Compiling sha1-armv8-win.S
[201/636] Compiling sha1-x86_64-apple.S
[202/636] Compiling sha256-586-apple.S
[203/636] Compiling sha1-armv8-apple.S
[204/636] Compiling sha1-x86_64-linux.S
[205/636] Compiling sha1-armv8-linux.S
[206/636] Compiling sha1-armv4-large-linux.S
[207/636] Compiling sha1-586-linux.S
[208/636] Compiling sha1-586-apple.S
[209/636] Compiling rsaz-avx2-apple.S
[210/636] Compiling rsaz-avx2-linux.S
[211/636] Compiling d1_lib.cc
[212/636] Compiling rdrand-x86_64-apple.S
[213/636] Compiling rdrand-x86_64-linux.S
[214/636] Compiling p256_beeu-x86_64-asm-linux.S
[215/636] Compiling p256_beeu-x86_64-asm-apple.S
[216/636] Compiling p256_beeu-armv8-asm-win.S
[217/636] Compiling p256_beeu-armv8-asm-apple.S
[218/636] Compiling p256-x86_64-asm-linux.S
[219/636] Compiling p256_beeu-armv8-asm-linux.S
[220/636] Compiling p256-x86_64-asm-apple.S
[221/636] Compiling p256-armv8-asm-win.S
[222/636] Compiling p256-armv8-asm-linux.S
[223/636] Compiling ghashv8-armv8-linux.S
[223/636] Compiling ghashv8-armv8-win.S
[225/636] Compiling ghashv8-armv8-apple.S
[226/636] Compiling p256-armv8-asm-apple.S
[227/636] Compiling ghash-x86_64-apple.S
[227/636] Compiling ghashv8-armv7-linux.S
[229/636] Compiling ghash-x86_64-linux.S
[230/636] Compiling ghash-x86-apple.S
[231/636] Compiling ghash-x86-linux.S
[232/636] Compiling ghash-ssse3-x86_64-linux.S
[233/636] Compiling ghash-ssse3-x86_64-apple.S
[234/636] Compiling ghash-ssse3-x86-linux.S
[235/636] Compiling ghash-ssse3-x86-apple.S
[236/636] Compiling ghash-neon-armv8-linux.S
[236/636] Compiling ghash-neon-armv8-win.S
[238/636] Compiling ghash-neon-armv8-apple.S
[239/636] Compiling co-586-apple.S
[240/636] Compiling co-586-linux.S
[241/636] Compiling bn-armv8-win.S
[242/636] Compiling bsaes-armv7-linux.S
[243/636] Compiling ghash-armv4-linux.S
[244/636] Compiling bn-armv8-linux.S
[245/636] Compiling bn-armv8-apple.S
[246/636] Compiling bn-586-linux.S
[247/636] Compiling armv8-mont-linux.S
[248/636] Compiling armv8-mont-apple.S
[249/636] Compiling bn-586-apple.S
[250/636] Compiling armv4-mont-linux.S
[250/636] Compiling aesv8-gcm-armv8-win.S
[252/636] Compiling armv8-mont-win.S
[253/636] Compiling aesv8-gcm-armv8-linux.S
[254/636] Compiling aesv8-gcm-armv8-apple.S
[255/636] Compiling aesv8-armv8-win.S
[256/636] Compiling aesv8-armv8-linux.S
[257/636] Compiling aesv8-armv7-linux.S
[258/636] Compiling aesni-x86_64-linux.S
[259/636] Compiling aesv8-armv8-apple.S
[260/636] Compiling aesni-x86_64-apple.S
[261/636] Compiling aesni-x86-linux.S
[262/636] Compiling aesni-x86-apple.S
[263/636] Compiling aesni-gcm-x86_64-apple.S
[264/636] Compiling aes-gcm-avx10-x86_64-linux.S
[265/636] Compiling aes-gcm-avx2-x86_64-apple.S
[266/636] Compiling aesni-gcm-x86_64-linux.S
[267/636] Compiling aes-gcm-avx2-x86_64-linux.S
[268/636] Compiling aes-gcm-avx10-x86_64-apple.S
[269/636] Compiling d1_both.cc
[270/636] Compiling x_sig.cc
[271/636] Compiling x_val.cc
[272/636] Compiling x_spki.cc
[273/636] Compiling x_x509a.cc
[274/636] Compiling x_x509.cc
[275/636] Compiling x_req.cc
[276/636] Compiling x_name.cc
[277/636] Compiling x_pubkey.cc
[278/636] Compiling x_exten.cc
[279/636] Compiling x_algor.cc
[280/636] Compiling x_crl.cc
[281/636] Compiling x_attrib.cc
[282/636] Compiling x509spki.cc
[283/636] Compiling x509rset.cc
[284/636] Compiling x_all.cc
[285/636] Compiling x509name.cc
[286/636] Compiling x509_trs.cc
[287/636] Compiling x509_vpm.cc
[288/636] Compiling x509_vfy.cc
[289/636] Compiling x509_txt.cc
[290/636] Compiling x509cset.cc
[291/636] Compiling x509_set.cc
[292/636] Compiling x509_v3.cc
[293/636] Compiling x509_req.cc
[294/636] Compiling x509_obj.cc
[295/636] Compiling x509_ext.cc
[296/636] Compiling x509_lu.cc
[297/636] Compiling x509_d2.cc
[298/636] Compiling x509_def.cc
[299/636] Compiling x509_att.cc
[300/636] Compiling x509_cmp.cc
[301/636] Compiling x509.cc
[302/636] Compiling v3_utl.cc
[303/636] Compiling v3_prn.cc
[304/636] Compiling v3_skey.cc
[305/636] Compiling v3_purp.cc
[306/636] Compiling v3_pmaps.cc
[307/636] Compiling v3_pcons.cc
[308/636] Compiling v3_ocsp.cc
[309/636] Compiling v3_ncons.cc
[310/636] Compiling v3_lib.cc
[311/636] Compiling v3_int.cc
[312/636] Compiling v3_info.cc
[313/636] Compiling v3_ia5.cc
[314/636] Compiling v3_genn.cc
[315/636] Compiling v3_extku.cc
[316/636] Compiling v3_crld.cc
[317/636] Compiling v3_enum.cc
[318/636] Compiling v3_cpols.cc
[319/636] Compiling v3_conf.cc
[320/636] Compiling v3_bitst.cc
[321/636] Compiling v3_bcons.cc
[322/636] Compiling v3_akeya.cc
[323/636] Compiling v3_alt.cc
[324/636] Compiling v3_akey.cc
[325/636] Compiling t_x509a.cc
[326/636] Compiling i2d_pr.cc
[327/636] Compiling t_x509.cc
[328/636] Compiling t_req.cc
[329/636] Compiling t_crl.cc
[330/636] Compiling rsa_pss.cc
[331/636] Compiling name_print.cc
[332/636] Compiling policy.cc
[333/636] Compiling by_file.cc
[334/636] Compiling by_dir.cc
[335/636] Compiling asn1_gen.cc
[336/636] Compiling algorithm.cc
[337/636] Compiling a_verify.cc
[338/636] Compiling a_sign.cc
[339/636] Compiling voprf.cc
[340/636] Compiling thread_win.cc
[341/636] Compiling a_digest.cc
[342/636] Compiling trust_token.cc
[343/636] Compiling thread_pthread.cc
[344/636] Compiling thread_none.cc
[345/636] Compiling thread.cc
[346/636] Compiling pmbtoken.cc
[347/636] Compiling stack.cc
[348/636] Compiling siphash.cc
[349/636] Compiling slhdsa.cc
[350/636] Compiling sha512.cc
[351/636] Compiling sha256.cc
[352/636] Compiling sha1.cc
[353/636] Compiling rsa_print.cc
[354/636] Compiling rsa_extra.cc
[355/636] Compiling spake2plus.cc
[356/636] Compiling rc4.cc
[357/636] Compiling refcount.cc
[358/636] Compiling windows.cc
[359/636] Compiling rsa_crypt.cc
[360/636] Compiling trusty.cc
[361/636] Compiling ios.cc
[362/636] Compiling rand.cc
[363/636] Compiling urandom.cc
[364/636] Compiling fork_detect.cc
[365/636] Compiling rsa_asn1.cc
[366/636] Compiling passive.cc
[367/636] Compiling poly1305_arm_asm.S
[368/636] Compiling getentropy.cc
[369/636] Compiling forkunsafe.cc
[370/636] Compiling deterministic.cc
[371/636] Compiling poly1305_vec.cc
[372/636] Compiling poly1305_arm.cc
[373/636] Compiling poly1305.cc
[374/636] Compiling pool.cc
[375/636] Compiling pem_x509.cc
[376/636] Compiling pkcs8_x509.cc
[377/636] Compiling pkcs7.cc
[378/636] Compiling p5_pbev2.cc
[379/636] Compiling pkcs7_x509.cc
[380/636] Compiling pem_pkey.cc
[381/636] Compiling pem_xaux.cc
[382/636] Compiling pkcs8.cc
[383/636] Compiling mlkem.cc
[384/636] Compiling obj_xref.cc
[385/636] Compiling mldsa.cc
[386/636] Compiling pem_info.cc
[386/636] Compiling pem_pk8.cc
[388/636] Compiling pem_oth.cc
[389/636] Compiling obj.cc
[390/636] Compiling pem_lib.cc
[391/636] Compiling mem.cc
[392/636] Compiling md5.cc
[393/636] Compiling poly_rq_mul.S
[394/636] Compiling fips_shared_support.cc
[395/636] Compiling pem_all.cc
[396/636] Compiling md4.cc
[397/636] Compiling lhash.cc
[398/636] Compiling hrss.cc
[399/636] Compiling ex_data.cc
[400/636] Compiling sign.cc
[401/636] Compiling scrypt.cc
[402/636] Compiling hpke.cc
[403/636] Compiling kyber.cc
[404/636] Compiling pbkdf.cc
[405/636] Compiling print.cc
[406/636] Compiling p_x25519.cc
[407/636] Compiling p_x25519_asn1.cc
[408/636] Compiling p_ed25519.cc
[409/636] Compiling p_rsa_asn1.cc
[410/636] Compiling p_rsa.cc
[411/636] Compiling p_hkdf.cc
[412/636] Compiling p_ec_asn1.cc
[413/636] Compiling p_ed25519_asn1.cc
[414/636] Compiling p_ec.cc
[415/636] Compiling p_dh_asn1.cc
[416/636] Compiling p_dh.cc
[417/636] Compiling evp_ctx.cc
[418/636] Compiling p_dsa_asn1.cc
[419/636] Compiling evp.cc
[420/636] Compiling err.cc
[421/636] Compiling engine.cc
[422/636] Compiling ec_derive.cc
[423/636] Compiling ecdh.cc
[424/636] Compiling evp_asn1.cc
[425/636] Compiling hash_to_curve.cc
[426/636] Compiling ecdsa_asn1.cc
[427/636] Compiling dsa.cc
[428/636] Compiling params.cc
[429/636] Compiling dsa_asn1.cc
[430/636] Compiling ec_asn1.cc
[431/636] Compiling x25519-asm-arm.S
[432/636] Compiling digest_extra.cc
[433/636] Compiling des.cc
[434/636] Compiling dh_asn1.cc
[435/636] Compiling crypto.cc
[436/636] Compiling spake25519.cc
[437/636] Compiling curve25519.cc
[438/636] Compiling cpu_arm_linux.cc
[439/636] Compiling cpu_intel.cc
[440/636] Compiling cpu_arm_freebsd.cc
[441/636] Compiling cpu_aarch64_win.cc
[442/636] Compiling bcm.cc
[443/636] Compiling cpu_aarch64_openbsd.cc
[444/636] Compiling cpu_aarch64_sysreg.cc
[444/636] Compiling cpu_aarch64_apple.cc
[446/636] Compiling cpu_aarch64_linux.cc
[447/636] Compiling cpu_aarch64_fuchsia.cc
[448/636] Compiling curve25519_64_adx.cc
[449/636] Compiling tls_cbc.cc
[450/636] Compiling conf.cc
[451/636] Compiling get_cipher.cc
[452/636] Compiling e_tls.cc
[453/636] Compiling e_rc4.cc
[454/636] Compiling e_null.cc
[455/636] Compiling e_rc2.cc
[456/636] Compiling e_des.cc
[457/636] Compiling e_chacha20poly1305.cc
[458/636] Compiling e_aesgcmsiv.cc
[459/636] Compiling derive_key.cc
[460/636] Compiling chacha.cc
[461/636] Compiling e_aesctrhmac.cc
[462/636] Compiling unicode.cc
[463/636] Compiling cbs.cc
[464/636] Compiling buf.cc
[465/636] Compiling ber.cc
[466/636] Compiling blake2.cc
[467/636] Compiling asn1_compat.cc
[468/636] Compiling cbb.cc
[469/636] Compiling socket_helper.cc
[470/636] Compiling convert.cc
[471/636] Compiling bn_asn1.cc
[472/636] Compiling printf.cc
[473/636] Compiling socket.cc
[474/636] Compiling file.cc
[475/636] Compiling fd.cc
[476/636] Compiling bio_mem.cc
[477/636] Compiling connect.cc
[478/636] Compiling errno.cc
[479/636] Compiling hexdump.cc
[480/636] Compiling bio.cc
[481/636] Compiling pair.cc
[482/636] Compiling tasn_typ.cc
[483/636] Compiling base64.cc
[484/636] Compiling tasn_utl.cc
[485/636] Compiling tasn_fre.cc
[486/636] Compiling tasn_enc.cc
[487/636] Compiling posix_time.cc
[488/636] Compiling tasn_new.cc
[489/636] Compiling f_string.cc
[490/636] Compiling f_int.cc
[491/636] Compiling asn_pack.cc
[492/636] Compiling asn1_par.cc
[493/636] Compiling tasn_dec.cc
[494/636] Compiling asn1_lib.cc
[495/636] Compiling a_utctm.cc
[496/636] Compiling a_type.cc
[497/636] Compiling a_octet.cc
[498/636] Compiling a_time.cc
[499/636] Compiling a_strnid.cc
[500/636] Compiling a_strex.cc
[501/636] Compiling a_object.cc
[502/636] Compiling a_i2d_fp.cc
[503/636] Compiling a_d2i_fp.cc
[504/636] Compiling a_dup.cc
[504/636] Write sources
[506/636] Compiling a_mbstr.cc
[507/643] Compiling a_int.cc
[508/655] Compiling a_gentm.cc
[509/655] Compiling a_bool.cc
[510/655] Compiling a_bitstr.cc
[512/655] Compiling Atomics ManagedAtomic.swift
[513/655] Compiling Atomics ManagedAtomicLazyReference.swift
[514/657] Compiling Atomics AtomicMemoryOrderings.swift
[515/657] Compiling Atomics DoubleWord.swift
[516/657] Compiling Atomics UnsafeAtomic.swift
[517/657] Compiling Atomics UnsafeAtomicLazyReference.swift
[518/657] Compiling Atomics IntegerOperations.swift
[519/657] Compiling Atomics Unmanaged extensions.swift
[520/657] Compiling Atomics AtomicReference.swift
[521/657] Compiling Atomics AtomicStorage.swift
[522/657] Compiling Atomics AtomicValue.swift
[523/657] Compiling Atomics Primitives.shims.swift
[524/657] Compiling Atomics AtomicInteger.swift
[525/657] Compiling Atomics AtomicOptionalWrappable.swift
[526/657] Emitting module Atomics
[527/657] Compiling Atomics IntegerConformances.swift
[528/657] Compiling Atomics PointerConformances.swift
[529/657] Compiling Atomics Primitives.native.swift
[530/657] Compiling Atomics OptionalRawRepresentable.swift
[531/657] Compiling Atomics RawRepresentable.swift
[532/657] Compiling Atomics AtomicBool.swift
[533/658] Compiling c-nioatomics.c
[534/658] Compiling c-atomics.c
[536/664] Compiling NIOConcurrencyHelpers lock.swift
[537/664] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[538/664] Compiling NIOConcurrencyHelpers atomics.swift
[539/664] Compiling NIOConcurrencyHelpers NIOLock.swift
[540/664] Emitting module NIOConcurrencyHelpers
[541/664] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[543/725] Compiling NIOCore IO.swift
[544/725] Compiling NIOCore IOData.swift
[545/725] Compiling NIOCore IPProtocol.swift
[546/725] Compiling NIOCore IntegerBitPacking.swift
[547/725] Compiling NIOCore IntegerTypes.swift
[548/725] Compiling NIOCore Interfaces.swift
[549/725] Compiling NIOCore Linux.swift
[550/725] Compiling NIOCore MarkedCircularBuffer.swift
[551/733] Compiling NIOCore CircularBuffer.swift
[552/733] Compiling NIOCore Codec.swift
[553/733] Compiling NIOCore ConvenienceOptionSupport.swift
[554/733] Compiling NIOCore DeadChannel.swift
[555/733] Compiling NIOCore DispatchQueue+WithFuture.swift
[556/733] Compiling NIOCore EventLoop+Deprecated.swift
[557/733] Compiling NIOCore EventLoop+SerialExecutor.swift
[558/733] Compiling NIOCore EventLoop.swift
[559/733] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[560/733] Compiling NIOCore BSDSocketAPI.swift
[561/733] Compiling NIOCore ByteBuffer-aux.swift
[562/733] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[563/733] Compiling NIOCore ByteBuffer-conversions.swift
[564/733] Compiling NIOCore ByteBuffer-core.swift
[565/733] Compiling NIOCore ByteBuffer-hex.swift
[566/733] Compiling NIOCore ByteBuffer-int.swift
[567/733] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[568/733] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[569/733] Compiling NIOCore SocketAddresses.swift
[570/733] Compiling NIOCore SocketOptionProvider.swift
[571/733] Compiling NIOCore SystemCallHelpers.swift
[572/733] Compiling NIOCore TimeAmount+Duration.swift
[573/733] Compiling NIOCore TypeAssistedChannelHandler.swift
[574/733] Compiling NIOCore UniversalBootstrapSupport.swift
[575/733] Compiling NIOCore Utilities.swift
[576/733] Compiling NIOCore MulticastChannel.swift
[577/733] Compiling NIOCore NIOAny.swift
[578/733] Compiling NIOCore NIOCloseOnErrorHandler.swift
[579/733] Compiling NIOCore NIOLoopBound.swift
[580/733] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[581/733] Compiling NIOCore NIOScheduledCallback.swift
[582/733] Compiling NIOCore NIOSendable.swift
[583/733] Compiling NIOCore RecvByteBufferAllocator.swift
[584/733] Compiling NIOCore ByteBuffer-multi-int.swift
[585/733] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[586/733] Compiling NIOCore ByteBuffer-views.swift
[587/733] Compiling NIOCore Channel.swift
[588/733] Compiling NIOCore ChannelHandler.swift
[589/733] Compiling NIOCore ChannelHandlers.swift
[590/733] Compiling NIOCore ChannelInvoker.swift
[591/733] Compiling NIOCore ChannelOption.swift
[592/733] Compiling NIOCore ChannelPipeline.swift
[593/733] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[594/733] Compiling NIOCore EventLoopFuture+Deprecated.swift
[595/733] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[596/733] Compiling NIOCore EventLoopFuture.swift
[597/733] Compiling NIOCore FileDescriptor.swift
[598/733] Compiling NIOCore FileHandle.swift
[599/733] Compiling NIOCore FileRegion.swift
[600/733] Compiling NIOCore GlobalSingletons.swift
[601/733] Compiling NIOCore AddressedEnvelope.swift
[602/733] Compiling NIOCore AsyncAwaitSupport.swift
[603/733] Compiling NIOCore AsyncChannel.swift
[604/733] Compiling NIOCore AsyncChannelHandler.swift
[605/733] Compiling NIOCore AsyncChannelInboundStream.swift
[606/733] Compiling NIOCore AsyncChannelOutboundWriter.swift
[607/733] Compiling NIOCore NIOAsyncSequenceProducer.swift
[608/733] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[609/733] Compiling NIOCore NIOAsyncWriter.swift
[610/733] Emitting module NIOCore
[612/784] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[613/784] Compiling NIOEmbedded AsyncTestingChannel.swift
[614/784] Emitting module NIOEmbedded
[615/784] Compiling NIOEmbedded Embedded.swift
[617/785] Compiling NIOPosix ServerSocket.swift
[618/785] Compiling NIOPosix Socket.swift
[619/785] Compiling NIOPosix SocketChannel.swift
[620/785] Compiling NIOPosix SocketProtocols.swift
[621/785] Compiling NIOPosix System.swift
[622/785] Compiling NIOPosix Thread.swift
[623/791] Compiling NIOPosix SelectableChannel.swift
[624/791] Compiling NIOPosix SelectableEventLoop.swift
[625/791] Compiling NIOPosix SelectorEpoll.swift
[626/791] Compiling NIOPosix SelectorGeneric.swift
[627/791] Compiling NIOPosix SelectorKqueue.swift
[628/791] Compiling NIOPosix SelectorUring.swift
[629/791] Compiling NIOPosix Pool.swift
[630/791] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[631/791] Compiling NIOPosix PosixSingletons.swift
[632/791] Compiling NIOPosix RawSocketBootstrap.swift
[633/791] Compiling NIOPosix Resolver.swift
[634/791] Compiling NIOPosix Selectable.swift
[635/791] Emitting module NIOPosix
[636/791] Compiling NIOPosix ThreadPosix.swift
[637/791] Compiling NIOPosix ThreadWindows.swift
[638/791] Compiling NIOPosix UnsafeTransfer.swift
[639/791] Compiling NIOPosix Utilities.swift
[640/791] Compiling NIOPosix VsockAddress.swift
[641/791] Compiling NIOPosix VsockChannelEvents.swift
[642/791] Compiling NIOPosix BSDSocketAPICommon.swift
[643/791] Compiling NIOPosix BSDSocketAPIPosix.swift
[644/791] Compiling NIOPosix BSDSocketAPIWindows.swift
[645/791] Compiling NIOPosix BaseSocket.swift
[646/791] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[647/791] Compiling NIOPosix BaseSocketChannel.swift
[648/791] Compiling NIOPosix BaseStreamSocketChannel.swift
[649/791] Compiling NIOPosix IO.swift
[650/791] Compiling NIOPosix IntegerBitPacking.swift
[651/791] Compiling NIOPosix IntegerTypes.swift
[652/791] Compiling NIOPosix Linux.swift
[653/791] Compiling NIOPosix LinuxCPUSet.swift
[654/791] Compiling NIOPosix LinuxUring.swift
[655/791] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[656/791] Compiling NIOPosix Bootstrap.swift
[657/791] Compiling NIOPosix ControlMessage.swift
[658/791] Compiling NIOPosix DatagramVectorReadManager.swift
[659/791] Compiling NIOPosix Errors+Any.swift
[660/791] Compiling NIOPosix FileDescriptor.swift
[661/791] Compiling NIOPosix GetaddrinfoResolver.swift
[662/791] Compiling NIOPosix HappyEyeballs.swift
[663/791] Compiling NIOPosix NIOThreadPool.swift
[664/791] Compiling NIOPosix NonBlockingFileIO.swift
[665/791] Compiling NIOPosix PendingDatagramWritesManager.swift
[666/791] Compiling NIOPosix PendingWritesManager.swift
[667/791] Compiling NIOPosix PipeChannel.swift
[668/791] Compiling NIOPosix PipePair.swift
[670/794] Compiling NIO Exports.swift
[671/794] Emitting module NIO
[673/801] Compiling NIOTLS TLSEvents.swift
[674/801] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[675/801] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[676/801] Emitting module NIOTLS
[677/801] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[678/801] Compiling NIOTLS SNIHandler.swift
[680/831] Compiling NIOSSL SSLPrivateKey.swift
[681/831] Compiling NIOSSL SSLPublicKey.swift
[682/831] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[683/831] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[684/835] Compiling NIOSSL AndroidCABundle.swift
[685/835] Compiling NIOSSL ByteBufferBIO.swift
[686/835] Compiling NIOSSL CustomPrivateKey.swift
[687/835] Compiling NIOSSL IdentityVerification.swift
[688/835] Emitting module NIOSSL
[689/835] Compiling NIOSSL NIOSSLServerHandler.swift
[690/835] Compiling NIOSSL ObjectIdentifier.swift
[691/835] Compiling NIOSSL PosixPort.swift
[692/835] Compiling NIOSSL SSLCallbacks.swift
[693/835] Compiling NIOSSL LinuxCABundle.swift
[694/835] Compiling NIOSSL NIOSSLClientHandler.swift
[695/835] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[696/835] Compiling NIOSSL NIOSSLHandler.swift
[697/835] Compiling NIOSSL SubjectAlternativeName.swift
[698/835] Compiling NIOSSL NIOSSLSecureBytes.swift
[699/835] Compiling NIOSSL RNG.swift
[700/835] Compiling NIOSSL SafeCompare.swift
[701/835] Compiling NIOSSL SSLContext.swift
[702/835] Compiling NIOSSL SSLErrors.swift
[703/835] Compiling NIOSSL SSLInit.swift
[704/835] Compiling NIOSSL SSLPKCS12Bundle.swift
[705/835] Compiling NIOSSL SSLCertificate.swift
[706/835] Compiling NIOSSL SSLCertificateExtensions.swift
[707/835] Compiling NIOSSL SSLCertificateName.swift
[708/835] Compiling NIOSSL SSLConnection.swift
[709/835] Compiling NIOSSL Zeroization.swift
[710/835] Compiling NIOSSL TLSConfiguration.swift
[711/835] Compiling NIOSSL UniversalBootstrapSupport.swift
[712/835] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[713/836] Compiling wkt.cpp
[714/836] Compiling user_type_field_iterator.cpp
[715/836] Compiling utils.cpp
[716/836] Compiling uuids.cpp
[717/836] Compiling value.cpp
[718/836] Compiling user_type_value.cpp
[719/836] Compiling whitelist_dc_policy.cpp
[720/836] Compiling whitelist_policy.cpp
[721/836] Compiling timer.cpp
[722/836] Compiling http_parser.c
[723/836] Compiling hdr_histogram.cpp
[724/836] Compiling hostcheck.cpp
[725/836] Compiling wait_for_handler.cpp
[726/836] Compiling token_map_impl.cpp
[727/836] Compiling tuple.cpp
[728/836] Compiling tracing_data_handler.cpp
[729/836] Compiling string_ref.cpp
[730/836] Compiling timestamp_generator.cpp
[731/836] Compiling ring_buffer_bio.cpp
[732/836] Compiling supported_response.cpp
[733/836] Compiling token_aware_policy.cpp
[734/836] Compiling ssl.cpp
[735/836] Compiling startup_request.cpp
[736/836] Compiling testing.cpp
[737/836] Compiling statement.cpp
[738/836] Compiling socket.cpp
[739/836] Compiling token_map.cpp
[740/836] Compiling ring_buffer.cpp
[741/836] Compiling socket_connector.cpp
[742/836] Compiling row.cpp
[743/836] Compiling session_base.cpp
[744/836] Compiling result_metadata.cpp
[745/836] Compiling round_robin_policy.cpp
[746/836] Compiling retry_policy.cpp
[747/836] Compiling result_response.cpp
[748/836] Compiling schema_agreement_handler.cpp
[749/836] Compiling response.cpp
[750/836] Compiling session.cpp
[751/836] Compiling reconnection_policy.cpp
[752/836] Compiling random.cpp
[753/836] Compiling request.cpp
[754/836] Compiling register_request.cpp
[755/836] Compiling protocol.cpp
[756/836] Compiling request_processor_initializer.cpp
[757/836] Compiling request_callback.cpp
[758/836] Compiling request_processor.cpp
[759/836] Compiling request_handler.cpp
[760/836] Compiling murmur3.cpp
[761/836] Compiling micro_timer.cpp
[762/836] Compiling memory.cpp
[763/836] Compiling query_request.cpp
[764/836] Compiling prepare_request.cpp
[765/836] Compiling prepared.cpp
[766/836] Compiling md5.cpp
[767/836] Compiling logger.cpp
[768/836] Compiling prepare_all_handler.cpp
[769/836] Compiling prepare_host_handler.cpp
[770/836] Compiling map_iterator.cpp
[771/836] Compiling get_time-win.cpp
[772/836] Compiling get_time-unix.cpp
[773/836] Compiling get_time-mac.cpp
[774/836] Compiling pooled_connection.cpp
[775/836] Compiling external.cpp
[776/836] Compiling iterator.cpp
[777/836] Compiling list_policy.cpp
[778/836] Compiling latency_aware_policy.cpp
[779/836] Compiling host.cpp
[780/836] Compiling http_client.cpp
[781/836] Compiling event_response.cpp
[782/836] Compiling execution_profile.cpp
[783/836] Compiling future.cpp
[784/836] Compiling encode.cpp
[785/836] Compiling metadata.cpp
[786/836] Compiling error_response.cpp
[787/836] Compiling dse_point.cpp
[788/836] Compiling event_loop.cpp
[789/836] Compiling dse_value.cpp
[790/836] Compiling execute_request.cpp
[791/836] Compiling dse_tuple.cpp
[792/836] Compiling dse_user_type_value.cpp
[793/836] Compiling dse_polygon.cpp
[794/836] Compiling driver_info.cpp
[795/836] Compiling dse_date_range.cpp
[796/836] Compiling dse_line_string.cpp
[797/836] Compiling dse_collection.cpp
[798/836] Compiling dse_auth.cpp
[799/836] Compiling dse_statement.cpp
[800/836] Compiling decoder.cpp
[801/836] Compiling dse_cluster_config.cpp
[802/836] Compiling dse_batch_request.cpp
[803/836] Compiling delayed_connector.cpp
[804/836] Compiling data_type_parser.cpp
[805/836] Compiling dc_aware_policy.cpp
[806/836] Compiling data_type.cpp
[807/836] Compiling control_connector.cpp
[808/836] Compiling connector.cpp
[809/836] Compiling connection_pool_manager_initializer.cpp
[810/836] Compiling control_connection.cpp
[811/836] Compiling connection_pool_manager.cpp
[812/836] Compiling connection_pool_connector.cpp
[813/836] Compiling connection.cpp
[814/836] Compiling collection_iterator.cpp
[815/836] Compiling connection_pool.cpp
[816/836] Compiling config.cpp
[817/836] Compiling collection.cpp
[818/836] Compiling cluster_metadata_resolver.cpp
In file included from /host/spi-builder-workspace/Sources/CDataStaxDriver/datastax-cpp-driver/src/cluster_config.cpp:17:
In file included from /host/spi-builder-workspace/Sources/CDataStaxDriver/datastax-cpp-driver/src/cluster_config.hpp:21:
In file included from /host/spi-builder-workspace/Sources/CDataStaxDriver/datastax-cpp-driver/src/config.hpp:25:
In file included from /host/spi-builder-workspace/Sources/CDataStaxDriver/datastax-cpp-driver/src/execution_profile.hpp:21:
In file included from /host/spi-builder-workspace/Sources/CDataStaxDriver/datastax-cpp-driver/src/blacklist_dc_policy.hpp:21:
In file included from /host/spi-builder-workspace/Sources/CDataStaxDriver/datastax-cpp-driver/src/list_policy.hpp:21:
In file included from /host/spi-builder-workspace/Sources/CDataStaxDriver/datastax-cpp-driver/src/load_balancing.hpp:24:
In file included from /host/spi-builder-workspace/Sources/CDataStaxDriver/datastax-cpp-driver/src/request.hpp:28:
In file included from /host/spi-builder-workspace/Sources/CDataStaxDriver/datastax-cpp-driver/src/socket.hpp:25:
/host/spi-builder-workspace/Sources/CDataStaxDriver/datastax-cpp-driver/src/ssl.hpp:116:12: warning: instantiation of variable 'datastax::internal::core::SslContextFactoryBase<datastax::internal::core::OpenSslContextFactory>::ssl_init_guard' required here, but no definition is available [-Wundefined-var-template]
116 | uv_once(&ssl_init_guard, T::init);
| ^
/host/spi-builder-workspace/Sources/CDataStaxDriver/datastax-cpp-driver/src/cluster_config.cpp:512:24: note: in instantiation of member function 'datastax::internal::core::SslContextFactoryBase<datastax::internal::core::OpenSslContextFactory>::init_once' requested here
512 | SslContextFactory::init_once();
| ^
/host/spi-builder-workspace/Sources/CDataStaxDriver/datastax-cpp-driver/src/ssl.hpp:106:20: note: forward declaration of template entity is here
106 | static uv_once_t ssl_init_guard;
| ^
/host/spi-builder-workspace/Sources/CDataStaxDriver/datastax-cpp-driver/src/ssl.hpp:116:12: note: add an explicit instantiation declaration to suppress this warning if 'datastax::internal::core::SslContextFactoryBase<datastax::internal::core::OpenSslContextFactory>::ssl_init_guard' is explicitly instantiated in another translation unit
116 | uv_once(&ssl_init_guard, T::init);
| ^
1 warning generated.
[819/836] Compiling cluster_config.cpp
[820/836] Compiling cluster_connector.cpp
[821/836] Compiling blacklist_policy.cpp
[822/836] Compiling blacklist_dc_policy.cpp
[823/836] Compiling cloud_secure_connection_config.cpp
[824/836] Compiling async.cpp
[825/836] Compiling allocated.cpp
[826/836] Compiling auth_responses.cpp
[827/836] Compiling cluster.cpp
[828/836] Compiling auth.cpp
[829/836] Compiling client_insights.cpp
[830/836] Compiling address.cpp
[831/836] Compiling auth_requests.cpp
[832/836] Compiling batch_request.cpp
[833/836] Compiling ssl_openssl_impl.cpp
[834/836] Compiling address_factory.cpp
[835/836] Compiling abstract_data.cpp
[837/846] Compiling CassandraClient Session.swift
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CDataStaxDriver
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
16 | import Dispatch
17 | import Logging
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:233:28: warning: 'Lock' is deprecated: renamed to 'NIOLock'
231 | private let logger: Logger
232 | private var state = State.idle
233 | private let lock = Lock()
| |- warning: 'Lock' is deprecated: renamed to 'NIOLock'
| `- note: use 'NIOLock' instead
234 |
235 | private let rawPointer: OpaquePointer
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:149:29: warning: capture of 'transform' with non-sendable type '(CassandraClient.Row) -> T?' in a '@Sendable' closure
147 | self.query(query, parameters: parameters, options: options, on: eventLoop, logger: logger).map {
148 | rows in
149 | rows.compactMap(transform)
| |- warning: capture of 'transform' with non-sendable type '(CassandraClient.Row) -> T?' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
150 | }
151 | }
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:295:31: warning: type 'CassandraClient.Rows' does not conform to the 'Sendable' protocol
293 | self.state = .connectingFuture(future)
294 | self.lock.unlock()
295 | return future.flatMap { _ in
| `- warning: type 'CassandraClient.Rows' does not conform to the 'Sendable' protocol
296 | self.lock.withLock {
297 | self.state = .connected
/host/spi-builder-workspace/Sources/CassandraClient/Data.swift:24:24: note: class 'Rows' does not conform to the 'Sendable' protocol
22 | extension CassandraClient {
23 | /// Resulting row(s) of a Cassandra query. Data are returned all at once.
24 | public final class Rows: Sequence {
| `- note: class 'Rows' does not conform to the 'Sendable' protocol
25 | internal let rawPointer: OpaquePointer
26 |
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:303:31: warning: type 'CassandraClient.Rows' does not conform to the 'Sendable' protocol
301 | case .connectingFuture(let future):
302 | self.lock.unlock()
303 | return future.flatMap { _ in
| `- warning: type 'CassandraClient.Rows' does not conform to the 'Sendable' protocol
304 | self.execute(statement: statement, on: eventLoop, logger: logger)
305 | }
/host/spi-builder-workspace/Sources/CassandraClient/Data.swift:24:24: note: class 'Rows' does not conform to the 'Sendable' protocol
22 | extension CassandraClient {
23 | /// Resulting row(s) of a Cassandra query. Data are returned all at once.
24 | public final class Rows: Sequence {
| `- note: class 'Rows' does not conform to the 'Sendable' protocol
25 | internal let rawPointer: OpaquePointer
26 |
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:310:29: warning: type 'CassandraClient.Rows' does not conform to the 'Sendable' protocol
308 | let promise = eventLoop.makePromise(of: Rows.self)
309 | if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
310 | promise.completeWithTask {
| `- warning: type 'CassandraClient.Rows' does not conform to the 'Sendable' protocol
311 | try await task.task.value
312 | return try await self.execute(statement: statement, logger: logger)
/host/spi-builder-workspace/Sources/CassandraClient/Data.swift:24:24: note: class 'Rows' does not conform to the 'Sendable' protocol
22 | extension CassandraClient {
23 | /// Resulting row(s) of a Cassandra query. Data are returned all at once.
24 | public final class Rows: Sequence {
| `- note: class 'Rows' does not conform to the 'Sendable' protocol
25 | internal let rawPointer: OpaquePointer
26 |
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:323:29: warning: type 'CassandraClient.Rows' does not conform to the 'Sendable' protocol
321 | let future = cass_session_execute(rawPointer, statement.rawPointer)
322 | futureSetResultCallback(future!) { result in
323 | promise.completeWith(result)
| `- warning: type 'CassandraClient.Rows' does not conform to the 'Sendable' protocol
324 | }
325 | return promise.futureResult
/host/spi-builder-workspace/Sources/CassandraClient/Data.swift:24:24: note: class 'Rows' does not conform to the 'Sendable' protocol
22 | extension CassandraClient {
23 | /// Resulting row(s) of a Cassandra query. Data are returned all at once.
24 | public final class Rows: Sequence {
| `- note: class 'Rows' does not conform to the 'Sendable' protocol
25 | internal let rawPointer: OpaquePointer
26 |
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:296:21: warning: capture of 'self' with non-sendable type 'CassandraClient.Session' in a '@Sendable' closure
222 |
223 | extension CassandraClient {
224 | internal final class Session: CassandraSession {
| `- note: class 'Session' does not conform to the 'Sendable' protocol
225 | private let eventLoopGroupContainer: EventLoopGroupConainer
226 | public var eventLoopGroup: EventLoopGroup {
:
294 | self.lock.unlock()
295 | return future.flatMap { _ in
296 | self.lock.withLock {
| `- warning: capture of 'self' with non-sendable type 'CassandraClient.Session' in a '@Sendable' closure
297 | self.state = .connected
298 | }
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:299:52: warning: capture of 'statement' with non-sendable type 'CassandraClient.Statement' in a '@Sendable' closure
297 | self.state = .connected
298 | }
299 | return self.execute(statement: statement, on: eventLoop, logger: logger)
| `- warning: capture of 'statement' with non-sendable type 'CassandraClient.Statement' in a '@Sendable' closure
300 | }
301 | case .connectingFuture(let future):
/host/spi-builder-workspace/Sources/CassandraClient/Statement.swift:20:24: note: class 'Statement' does not conform to the 'Sendable' protocol
18 | extension CassandraClient {
19 | /// A prepared statement to run in a Cassandra database.
20 | public final class Statement: CustomStringConvertible {
| `- note: class 'Statement' does not conform to the 'Sendable' protocol
21 | internal let query: String
22 | internal let parameters: [Value]
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:297:25: warning: capture of 'self' with non-sendable type 'CassandraClient.Session' in an isolated closure; this is an error in the Swift 6 language mode
222 |
223 | extension CassandraClient {
224 | internal final class Session: CassandraSession {
| `- note: class 'Session' does not conform to the 'Sendable' protocol
225 | private let eventLoopGroupContainer: EventLoopGroupConainer
226 | public var eventLoopGroup: EventLoopGroup {
:
295 | return future.flatMap { _ in
296 | self.lock.withLock {
297 | self.state = .connected
| `- warning: capture of 'self' with non-sendable type 'CassandraClient.Session' in an isolated closure; this is an error in the Swift 6 language mode
298 | }
299 | return self.execute(statement: statement, on: eventLoop, logger: logger)
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:304:21: warning: capture of 'self' with non-sendable type 'CassandraClient.Session' in a '@Sendable' closure
222 |
223 | extension CassandraClient {
224 | internal final class Session: CassandraSession {
| `- note: class 'Session' does not conform to the 'Sendable' protocol
225 | private let eventLoopGroupContainer: EventLoopGroupConainer
226 | public var eventLoopGroup: EventLoopGroup {
:
302 | self.lock.unlock()
303 | return future.flatMap { _ in
304 | self.execute(statement: statement, on: eventLoop, logger: logger)
| `- warning: capture of 'self' with non-sendable type 'CassandraClient.Session' in a '@Sendable' closure
305 | }
306 | case .connecting(let task):
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:304:45: warning: capture of 'statement' with non-sendable type 'CassandraClient.Statement' in a '@Sendable' closure
302 | self.lock.unlock()
303 | return future.flatMap { _ in
304 | self.execute(statement: statement, on: eventLoop, logger: logger)
| `- warning: capture of 'statement' with non-sendable type 'CassandraClient.Statement' in a '@Sendable' closure
305 | }
306 | case .connecting(let task):
/host/spi-builder-workspace/Sources/CassandraClient/Statement.swift:20:24: note: class 'Statement' does not conform to the 'Sendable' protocol
18 | extension CassandraClient {
19 | /// A prepared statement to run in a Cassandra database.
20 | public final class Statement: CustomStringConvertible {
| `- note: class 'Statement' does not conform to the 'Sendable' protocol
21 | internal let query: String
22 | internal let parameters: [Value]
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:311:35: warning: capture of 'task' with non-sendable type 'CassandraClient.Session.ConnectionTask' in a '@Sendable' closure
309 | if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
310 | promise.completeWithTask {
311 | try await task.task.value
| `- warning: capture of 'task' with non-sendable type 'CassandraClient.Session.ConnectionTask' in a '@Sendable' closure
312 | return try await self.execute(statement: statement, logger: logger)
313 | }
:
397 | }
398 |
399 | private struct ConnectionTask {
| `- note: consider making struct 'ConnectionTask' conform to the 'Sendable' protocol
400 | private let _task: Any
401 |
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:312:42: warning: capture of 'self' with non-sendable type 'CassandraClient.Session' in a '@Sendable' closure
222 |
223 | extension CassandraClient {
224 | internal final class Session: CassandraSession {
| `- note: class 'Session' does not conform to the 'Sendable' protocol
225 | private let eventLoopGroupContainer: EventLoopGroupConainer
226 | public var eventLoopGroup: EventLoopGroup {
:
310 | promise.completeWithTask {
311 | try await task.task.value
312 | return try await self.execute(statement: statement, logger: logger)
| `- warning: capture of 'self' with non-sendable type 'CassandraClient.Session' in a '@Sendable' closure
313 | }
314 | }
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:312:66: warning: capture of 'statement' with non-sendable type 'CassandraClient.Statement' in a '@Sendable' closure
310 | promise.completeWithTask {
311 | try await task.task.value
312 | return try await self.execute(statement: statement, logger: logger)
| `- warning: capture of 'statement' with non-sendable type 'CassandraClient.Statement' in a '@Sendable' closure
313 | }
314 | }
/host/spi-builder-workspace/Sources/CassandraClient/Statement.swift:20:24: note: class 'Statement' does not conform to the 'Sendable' protocol
18 | extension CassandraClient {
19 | /// A prepared statement to run in a Cassandra database.
20 | public final class Statement: CustomStringConvertible {
| `- note: class 'Statement' does not conform to the 'Sendable' protocol
21 | internal let query: String
22 | internal let parameters: [Value]
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:350:30: warning: type 'CassandraClient.PaginatedRows' does not conform to the 'Sendable' protocol
348 | }
349 |
350 | return eventLoop.makeSucceededFuture(
| `- warning: type 'CassandraClient.PaginatedRows' does not conform to the 'Sendable' protocol
351 | PaginatedRows(session: self, statement: statement, on: eventLoop, logger: logger)
352 | )
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:21:24: note: class 'PaginatedRows' does not conform to the 'Sendable' protocol
19 | extension CassandraClient {
20 | /// Resulting row(s) of a Cassandra query. Data are paginated.
21 | public final class PaginatedRows {
| `- note: class 'PaginatedRows' does not conform to the 'Sendable' protocol
22 | let session: Session
23 | let statement: Statement
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:363:39: warning: capture of 'self' with non-sendable type 'CassandraClient.Session' in a '@Sendable' closure
222 |
223 | extension CassandraClient {
224 | internal final class Session: CassandraSession {
| `- note: class 'Session' does not conform to the 'Sendable' protocol
225 | private let eventLoopGroupContainer: EventLoopGroupConainer
226 | public var eventLoopGroup: EventLoopGroup {
:
361 |
362 | let future: OpaquePointer
363 | if let keyspace = self.configuration.keyspace {
| `- warning: capture of 'self' with non-sendable type 'CassandraClient.Session' in a '@Sendable' closure
364 | future = cass_session_connect_keyspace(self.rawPointer, cluster.rawPointer, keyspace)
365 | } else {
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:610:53: warning: capture of 'future' with non-sendable type 'OpaquePointer' in a '@Sendable' closure; this is an error in the Swift 6 language mode
608 | let closure = unmanagedRetainedClosure {
609 | DispatchQueue.global().async {
610 | let resultCode = cass_future_error_code(future)
| `- warning: capture of 'future' with non-sendable type 'OpaquePointer' in a '@Sendable' closure; this is an error in the Swift 6 language mode
611 | let result: Result<Void, Error> =
612 | resultCode == CASS_OK ? .success(()) : .failure(CassandraClient.Error(future))
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
| `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:614:13: warning: capture of 'completion' with non-sendable type '(Result<Void, any Error>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
612 | resultCode == CASS_OK ? .success(()) : .failure(CassandraClient.Error(future))
613 | cass_future_free(future)
614 | completion(result)
| |- warning: capture of 'completion' with non-sendable type '(Result<Void, any Error>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
615 | }
616 | }
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:626:53: warning: capture of 'future' with non-sendable type 'OpaquePointer' in a '@Sendable' closure; this is an error in the Swift 6 language mode
624 | let closure = unmanagedRetainedClosure {
625 | DispatchQueue.global().async {
626 | let resultCode = cass_future_error_code(future)
| `- warning: capture of 'future' with non-sendable type 'OpaquePointer' in a '@Sendable' closure; this is an error in the Swift 6 language mode
627 | let result: Result<CassandraClient.Rows, Error> =
628 | resultCode == CASS_OK
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
| `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:631:13: warning: capture of 'completion' with non-sendable type '(Result<CassandraClient.Rows, any Error>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
629 | ? .success(CassandraClient.Rows(future)) : .failure(CassandraClient.Error(future))
630 | cass_future_free(future)
631 | completion(result)
| |- warning: capture of 'completion' with non-sendable type '(Result<CassandraClient.Rows, any Error>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
632 | }
633 | }
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:568:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
566 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
567 | private func connect(logger: Logger) -> Task<Void, Swift.Error> {
568 | Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
569 | logger.debug("connecting to: \(self.configuration)")
| `- note: closure captures 'self' which is accessible to code in the current task
570 |
571 | let cluster = try await self.configuration.makeCluster()
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:541:34: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
539 | return try await withCheckedThrowingContinuation { continuation in
540 | futureSetResultCallback(future!) { result in
541 | continuation.resume(with: result)
| |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
542 | }
543 | }
[838/847] Compiling CassandraClient Metrics.swift
/host/spi-builder-workspace/Sources/CassandraClient/Metrics.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CDataStaxDriver
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
16 |
17 | /// ``CassandraClient`` metrics.
[839/847] Compiling CassandraClient Errors.swift
/host/spi-builder-workspace/Sources/CassandraClient/Errors.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CDataStaxDriver
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
16 |
17 | extension CassandraClient {
[840/847] Emitting module CassandraClient
/host/spi-builder-workspace/Sources/CassandraClient/CassandraClient.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
14 |
15 | import Atomics
16 | @_implementationOnly import CDataStaxDriver
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
17 | import Logging
18 | import NIO
/host/spi-builder-workspace/Sources/CassandraClient/Configuration.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CDataStaxDriver
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
16 | import NIO
17 |
/host/spi-builder-workspace/Sources/CassandraClient/Consistency.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CDataStaxDriver
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
16 |
17 | extension CassandraClient {
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CDataStaxDriver
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
16 | import Logging
17 | import NIO
/host/spi-builder-workspace/Sources/CassandraClient/Data.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CDataStaxDriver
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
16 | import Foundation
17 | import Logging
/host/spi-builder-workspace/Sources/CassandraClient/Errors.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CDataStaxDriver
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
16 |
17 | extension CassandraClient {
/host/spi-builder-workspace/Sources/CassandraClient/Metrics.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CDataStaxDriver
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
16 |
17 | /// ``CassandraClient`` metrics.
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CDataStaxDriver
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
16 | import Dispatch
17 | import Logging
/host/spi-builder-workspace/Sources/CassandraClient/Statement.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CDataStaxDriver
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
16 | import Foundation // for date and uuid
17 |
/host/spi-builder-workspace/Sources/CassandraClient/Data.swift:421:20: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'TimeBasedUUID.UUIDGenerator' may have shared mutable state; this is an error in the Swift 6 language mode
418 | ///
419 | /// - SeeAlso: https://docs.datastax.com/en/developer/cpp-driver/2.15/topics/basics/uuids/
420 | private class UUIDGenerator {
| `- note: class 'UUIDGenerator' does not conform to the 'Sendable' protocol
421 | static let instance = UUIDGenerator()
| |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'TimeBasedUUID.UUIDGenerator' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
422 |
423 | let rawPointer: OpaquePointer
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:233:28: warning: 'Lock' is deprecated: renamed to 'NIOLock'
231 | private let logger: Logger
232 | private var state = State.idle
233 | private let lock = Lock()
| |- warning: 'Lock' is deprecated: renamed to 'NIOLock'
| `- note: use 'NIOLock' instead
234 |
235 | private let rawPointer: OpaquePointer
[841/847] Compiling CassandraClient Decoding.swift
[842/847] Compiling CassandraClient Statement.swift
/host/spi-builder-workspace/Sources/CassandraClient/Statement.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CDataStaxDriver
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
16 | import Foundation // for date and uuid
17 |
[843/847] Compiling CassandraClient Data.swift
/host/spi-builder-workspace/Sources/CassandraClient/Data.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CDataStaxDriver
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
16 | import Foundation
17 | import Logging
/host/spi-builder-workspace/Sources/CassandraClient/Data.swift:421:20: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'TimeBasedUUID.UUIDGenerator' may have shared mutable state; this is an error in the Swift 6 language mode
418 | ///
419 | /// - SeeAlso: https://docs.datastax.com/en/developer/cpp-driver/2.15/topics/basics/uuids/
420 | private class UUIDGenerator {
| `- note: class 'UUIDGenerator' does not conform to the 'Sendable' protocol
421 | static let instance = UUIDGenerator()
| |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'TimeBasedUUID.UUIDGenerator' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
422 |
423 | let rawPointer: OpaquePointer
[844/847] Compiling CassandraClient CassandraClient.swift
/host/spi-builder-workspace/Sources/CassandraClient/CassandraClient.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
14 |
15 | import Atomics
16 | @_implementationOnly import CDataStaxDriver
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
17 | import Logging
18 | import NIO
/host/spi-builder-workspace/Sources/CassandraClient/Configuration.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CDataStaxDriver
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
16 | import NIO
17 |
/host/spi-builder-workspace/Sources/CassandraClient/CassandraClient.swift:199:21: warning: capture of 'session' with non-sendable type 'any CassandraSession' in a '@Sendable' closure
197 | return handler(session).always { _ in
198 | do {
199 | try session.shutdown()
| `- warning: capture of 'session' with non-sendable type 'any CassandraSession' in a '@Sendable' closure
200 | } catch {
201 | self.logger.warning("shutdown error: \(error)")
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:23:17: note: protocol 'CassandraSession' does not conform to the 'Sendable' protocol
21 |
22 | /// API for executing statements against Cassandra.
23 | public protocol CassandraSession {
| `- note: protocol 'CassandraSession' does not conform to the 'Sendable' protocol
24 | var eventLoopGroup: EventLoopGroup { get }
25 |
/host/spi-builder-workspace/Sources/CassandraClient/CassandraClient.swift:201:17: warning: capture of 'self' with non-sendable type 'CassandraClient' in a '@Sendable' closure
21 | /// `CassandraClient` is a wrapper around the [Datastax Cassandra C++ Driver](https://github.com/datastax/cpp-driver)
22 | /// and can be used to run queries against a Cassandra database.
23 | public class CassandraClient: CassandraSession {
| `- note: class 'CassandraClient' does not conform to the 'Sendable' protocol
24 | private let eventLoopGroupContainer: EventLoopGroupConainer
25 | public var eventLoopGroup: EventLoopGroup {
:
199 | try session.shutdown()
200 | } catch {
201 | self.logger.warning("shutdown error: \(error)")
| `- warning: capture of 'self' with non-sendable type 'CassandraClient' in a '@Sendable' closure
202 | }
203 | }
/host/spi-builder-workspace/Sources/CassandraClient/Configuration.swift:90:40: warning: type 'Cluster' does not conform to the 'Sendable' protocol
88 | do {
89 | let cluster = try self.makeCluster(contactPoints: contactPoints)
90 | clusterPromise.succeed(cluster)
| `- warning: type 'Cluster' does not conform to the 'Sendable' protocol
91 | } catch {
92 | clusterPromise.fail(error)
:
211 | // MARK: - Cluster
212 |
213 | internal final class Cluster {
| `- note: class 'Cluster' does not conform to the 'Sendable' protocol
214 | let rawPointer: OpaquePointer
215 |
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:233:28: warning: 'Lock' is deprecated: renamed to 'NIOLock'
231 | private let logger: Logger
232 | private var state = State.idle
233 | private let lock = Lock()
| |- warning: 'Lock' is deprecated: renamed to 'NIOLock'
| `- note: use 'NIOLock' instead
234 |
235 | private let rawPointer: OpaquePointer
/host/spi-builder-workspace/Sources/CassandraClient/Configuration.swift:109:42: warning: sending 'cluster' risks causing data races; this is an error in the Swift 6 language mode
107 | do {
108 | let cluster = try self.makeCluster(contactPoints: contactPoints)
109 | continuation.resume(returning: cluster)
| |- warning: sending 'cluster' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'cluster' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
110 | } catch {
111 | continuation.resume(throwing: error)
[845/847] Compiling CassandraClient Configuration.swift
/host/spi-builder-workspace/Sources/CassandraClient/CassandraClient.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
14 |
15 | import Atomics
16 | @_implementationOnly import CDataStaxDriver
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
17 | import Logging
18 | import NIO
/host/spi-builder-workspace/Sources/CassandraClient/Configuration.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CDataStaxDriver
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
16 | import NIO
17 |
/host/spi-builder-workspace/Sources/CassandraClient/CassandraClient.swift:199:21: warning: capture of 'session' with non-sendable type 'any CassandraSession' in a '@Sendable' closure
197 | return handler(session).always { _ in
198 | do {
199 | try session.shutdown()
| `- warning: capture of 'session' with non-sendable type 'any CassandraSession' in a '@Sendable' closure
200 | } catch {
201 | self.logger.warning("shutdown error: \(error)")
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:23:17: note: protocol 'CassandraSession' does not conform to the 'Sendable' protocol
21 |
22 | /// API for executing statements against Cassandra.
23 | public protocol CassandraSession {
| `- note: protocol 'CassandraSession' does not conform to the 'Sendable' protocol
24 | var eventLoopGroup: EventLoopGroup { get }
25 |
/host/spi-builder-workspace/Sources/CassandraClient/CassandraClient.swift:201:17: warning: capture of 'self' with non-sendable type 'CassandraClient' in a '@Sendable' closure
21 | /// `CassandraClient` is a wrapper around the [Datastax Cassandra C++ Driver](https://github.com/datastax/cpp-driver)
22 | /// and can be used to run queries against a Cassandra database.
23 | public class CassandraClient: CassandraSession {
| `- note: class 'CassandraClient' does not conform to the 'Sendable' protocol
24 | private let eventLoopGroupContainer: EventLoopGroupConainer
25 | public var eventLoopGroup: EventLoopGroup {
:
199 | try session.shutdown()
200 | } catch {
201 | self.logger.warning("shutdown error: \(error)")
| `- warning: capture of 'self' with non-sendable type 'CassandraClient' in a '@Sendable' closure
202 | }
203 | }
/host/spi-builder-workspace/Sources/CassandraClient/Configuration.swift:90:40: warning: type 'Cluster' does not conform to the 'Sendable' protocol
88 | do {
89 | let cluster = try self.makeCluster(contactPoints: contactPoints)
90 | clusterPromise.succeed(cluster)
| `- warning: type 'Cluster' does not conform to the 'Sendable' protocol
91 | } catch {
92 | clusterPromise.fail(error)
:
211 | // MARK: - Cluster
212 |
213 | internal final class Cluster {
| `- note: class 'Cluster' does not conform to the 'Sendable' protocol
214 | let rawPointer: OpaquePointer
215 |
/host/spi-builder-workspace/Sources/CassandraClient/Session.swift:233:28: warning: 'Lock' is deprecated: renamed to 'NIOLock'
231 | private let logger: Logger
232 | private var state = State.idle
233 | private let lock = Lock()
| |- warning: 'Lock' is deprecated: renamed to 'NIOLock'
| `- note: use 'NIOLock' instead
234 |
235 | private let rawPointer: OpaquePointer
/host/spi-builder-workspace/Sources/CassandraClient/Configuration.swift:109:42: warning: sending 'cluster' risks causing data races; this is an error in the Swift 6 language mode
107 | do {
108 | let cluster = try self.makeCluster(contactPoints: contactPoints)
109 | continuation.resume(returning: cluster)
| |- warning: sending 'cluster' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'cluster' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
110 | } catch {
111 | continuation.resume(throwing: error)
[846/847] Compiling CassandraClient Consistency.swift
/host/spi-builder-workspace/Sources/CassandraClient/Consistency.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CDataStaxDriver
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
16 |
17 | extension CassandraClient {
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CDataStaxDriver
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
16 | import Logging
17 | import NIO
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:55:21: warning: capture of 'self' with non-sendable type 'CassandraClient.PaginatedRows' in a '@Sendable' closure
19 | extension CassandraClient {
20 | /// Resulting row(s) of a Cassandra query. Data are paginated.
21 | public final class PaginatedRows {
| `- note: class 'PaginatedRows' does not conform to the 'Sendable' protocol
22 | let session: Session
23 | let statement: Statement
:
53 | switch result {
54 | case .success(let rows):
55 | self.hasMorePages = cass_result_has_more_pages(rows.rawPointer) == cass_true
| `- warning: capture of 'self' with non-sendable type 'CassandraClient.PaginatedRows' in a '@Sendable' closure
56 | if self.hasMorePages {
57 | cass_statement_set_paging_state(self.statement.rawPointer, rows.rawPointer)
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:81:42: warning: capture of 'body' with non-sendable type '(CassandraClient.Row) throws -> Void' in a '@Sendable' closure
79 | self.nextPage().flatMap { rows in
80 | do {
81 | try rows.forEach(body)
| |- warning: capture of 'body' with non-sendable type '(CassandraClient.Row) throws -> Void' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
82 | } catch {
83 | return eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:86:27: warning: capture of 'self' with non-sendable type 'CassandraClient.PaginatedRows' in a '@Sendable' closure
19 | extension CassandraClient {
20 | /// Resulting row(s) of a Cassandra query. Data are paginated.
21 | public final class PaginatedRows {
| `- note: class 'PaginatedRows' does not conform to the 'Sendable' protocol
22 | let session: Session
23 | let statement: Statement
:
84 | }
85 |
86 | guard self.hasMorePages else {
| `- warning: capture of 'self' with non-sendable type 'CassandraClient.PaginatedRows' in a '@Sendable' closure
87 | return eventLoop.makeSucceededFuture(())
88 | }
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:89:28: warning: capture of '_forEach()' with non-sendable type '() -> EventLoopFuture<Void>' in a '@Sendable' closure
87 | return eventLoop.makeSucceededFuture(())
88 | }
89 | return _forEach()
| |- warning: capture of '_forEach()' with non-sendable type '() -> EventLoopFuture<Void>' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
90 | }
91 | }
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:78:18: warning: concurrently-executed local function '_forEach()' must be marked as '@Sendable'
76 | }
77 |
78 | func _forEach() -> EventLoopFuture<Void> {
| `- warning: concurrently-executed local function '_forEach()' must be marked as '@Sendable'
79 | self.nextPage().flatMap { rows in
80 | do {
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:108:33: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
95 | /// Iterates through all rows in all pages and applies `transform` on each.
96 | @available(*, deprecated, message: "Use Swift Concurrency and AsyncSequence APIs instead.")
97 | public func map<T>(_ transform: @escaping (Row) throws -> T) -> EventLoopFuture<[T]> {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
98 | precondition(
99 | self.hasMorePages,
:
106 |
107 | func _map(_ accumulated: [T]) -> EventLoopFuture<[T]> {
108 | self.nextPage().flatMap { rows in
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
109 | do {
110 | let transformed = try rows.map(transform)
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:113:46: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
95 | /// Iterates through all rows in all pages and applies `transform` on each.
96 | @available(*, deprecated, message: "Use Swift Concurrency and AsyncSequence APIs instead.")
97 | public func map<T>(_ transform: @escaping (Row) throws -> T) -> EventLoopFuture<[T]> {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
98 | precondition(
99 | self.hasMorePages,
:
111 | let newAccumulated = accumulated + transformed
112 | guard self.hasMorePages else {
113 | return eventLoop.makeSucceededFuture(newAccumulated)
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
114 | }
115 | return _map(newAccumulated)
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:110:56: warning: capture of 'transform' with non-sendable type '(CassandraClient.Row) throws -> T' in a '@Sendable' closure
108 | self.nextPage().flatMap { rows in
109 | do {
110 | let transformed = try rows.map(transform)
| |- warning: capture of 'transform' with non-sendable type '(CassandraClient.Row) throws -> T' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
111 | let newAccumulated = accumulated + transformed
112 | guard self.hasMorePages else {
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:111:46: warning: capture of 'accumulated' with non-sendable type '[T]' in a '@Sendable' closure
95 | /// Iterates through all rows in all pages and applies `transform` on each.
96 | @available(*, deprecated, message: "Use Swift Concurrency and AsyncSequence APIs instead.")
97 | public func map<T>(_ transform: @escaping (Row) throws -> T) -> EventLoopFuture<[T]> {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
98 | precondition(
99 | self.hasMorePages,
:
109 | do {
110 | let transformed = try rows.map(transform)
111 | let newAccumulated = accumulated + transformed
| `- warning: capture of 'accumulated' with non-sendable type '[T]' in a '@Sendable' closure
112 | guard self.hasMorePages else {
113 | return eventLoop.makeSucceededFuture(newAccumulated)
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:112:31: warning: capture of 'self' with non-sendable type 'CassandraClient.PaginatedRows' in a '@Sendable' closure
19 | extension CassandraClient {
20 | /// Resulting row(s) of a Cassandra query. Data are paginated.
21 | public final class PaginatedRows {
| `- note: class 'PaginatedRows' does not conform to the 'Sendable' protocol
22 | let session: Session
23 | let statement: Statement
:
110 | let transformed = try rows.map(transform)
111 | let newAccumulated = accumulated + transformed
112 | guard self.hasMorePages else {
| `- warning: capture of 'self' with non-sendable type 'CassandraClient.PaginatedRows' in a '@Sendable' closure
113 | return eventLoop.makeSucceededFuture(newAccumulated)
114 | }
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:115:32: warning: capture of '_map' with non-sendable type '<T> ([T]) -> EventLoopFuture<[T]>' in a '@Sendable' closure
113 | return eventLoop.makeSucceededFuture(newAccumulated)
114 | }
115 | return _map(newAccumulated)
| `- warning: capture of '_map' with non-sendable type '<T> ([T]) -> EventLoopFuture<[T]>' in a '@Sendable' closure
116 | } catch {
117 | return eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:107:18: warning: concurrently-executed local function '_map' must be marked as '@Sendable'
105 | }
106 |
107 | func _map(_ accumulated: [T]) -> EventLoopFuture<[T]> {
| `- warning: concurrently-executed local function '_map' must be marked as '@Sendable'
108 | self.nextPage().flatMap { rows in
109 | do {
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:221:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
219 | // yielded to continuation.
220 | self.pageStream = AsyncThrowingStream { continuation in
221 | Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
222 | do {
223 | repeat {
:
225 | // it means the `PaginatedRows` has already been iterated
226 | // through, which indicates usage error so it's ok to throw.
227 | let rows = try await paginatedRows.nextPage()
| `- note: closure captures 'paginatedRows' which is accessible to code in the current task
228 | continuation.yield(rows)
229 | } while paginatedRows.hasMorePages
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:228:42: warning: sending 'rows' risks causing data races; this is an error in the Swift 6 language mode
226 | // through, which indicates usage error so it's ok to throw.
227 | let rows = try await paginatedRows.nextPage()
228 | continuation.yield(rows)
| |- warning: sending 'rows' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'rows' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
229 | } while paginatedRows.hasMorePages
230 |
[847/847] Compiling CassandraClient Data+PaginatedRows.swift
/host/spi-builder-workspace/Sources/CassandraClient/Consistency.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CDataStaxDriver
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
16 |
17 | extension CassandraClient {
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CDataStaxDriver
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CassandraClient' may lead to instability during execution
16 | import Logging
17 | import NIO
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:55:21: warning: capture of 'self' with non-sendable type 'CassandraClient.PaginatedRows' in a '@Sendable' closure
19 | extension CassandraClient {
20 | /// Resulting row(s) of a Cassandra query. Data are paginated.
21 | public final class PaginatedRows {
| `- note: class 'PaginatedRows' does not conform to the 'Sendable' protocol
22 | let session: Session
23 | let statement: Statement
:
53 | switch result {
54 | case .success(let rows):
55 | self.hasMorePages = cass_result_has_more_pages(rows.rawPointer) == cass_true
| `- warning: capture of 'self' with non-sendable type 'CassandraClient.PaginatedRows' in a '@Sendable' closure
56 | if self.hasMorePages {
57 | cass_statement_set_paging_state(self.statement.rawPointer, rows.rawPointer)
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:81:42: warning: capture of 'body' with non-sendable type '(CassandraClient.Row) throws -> Void' in a '@Sendable' closure
79 | self.nextPage().flatMap { rows in
80 | do {
81 | try rows.forEach(body)
| |- warning: capture of 'body' with non-sendable type '(CassandraClient.Row) throws -> Void' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
82 | } catch {
83 | return eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:86:27: warning: capture of 'self' with non-sendable type 'CassandraClient.PaginatedRows' in a '@Sendable' closure
19 | extension CassandraClient {
20 | /// Resulting row(s) of a Cassandra query. Data are paginated.
21 | public final class PaginatedRows {
| `- note: class 'PaginatedRows' does not conform to the 'Sendable' protocol
22 | let session: Session
23 | let statement: Statement
:
84 | }
85 |
86 | guard self.hasMorePages else {
| `- warning: capture of 'self' with non-sendable type 'CassandraClient.PaginatedRows' in a '@Sendable' closure
87 | return eventLoop.makeSucceededFuture(())
88 | }
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:89:28: warning: capture of '_forEach()' with non-sendable type '() -> EventLoopFuture<Void>' in a '@Sendable' closure
87 | return eventLoop.makeSucceededFuture(())
88 | }
89 | return _forEach()
| |- warning: capture of '_forEach()' with non-sendable type '() -> EventLoopFuture<Void>' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
90 | }
91 | }
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:78:18: warning: concurrently-executed local function '_forEach()' must be marked as '@Sendable'
76 | }
77 |
78 | func _forEach() -> EventLoopFuture<Void> {
| `- warning: concurrently-executed local function '_forEach()' must be marked as '@Sendable'
79 | self.nextPage().flatMap { rows in
80 | do {
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:108:33: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
95 | /// Iterates through all rows in all pages and applies `transform` on each.
96 | @available(*, deprecated, message: "Use Swift Concurrency and AsyncSequence APIs instead.")
97 | public func map<T>(_ transform: @escaping (Row) throws -> T) -> EventLoopFuture<[T]> {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
98 | precondition(
99 | self.hasMorePages,
:
106 |
107 | func _map(_ accumulated: [T]) -> EventLoopFuture<[T]> {
108 | self.nextPage().flatMap { rows in
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
109 | do {
110 | let transformed = try rows.map(transform)
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:113:46: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
95 | /// Iterates through all rows in all pages and applies `transform` on each.
96 | @available(*, deprecated, message: "Use Swift Concurrency and AsyncSequence APIs instead.")
97 | public func map<T>(_ transform: @escaping (Row) throws -> T) -> EventLoopFuture<[T]> {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
98 | precondition(
99 | self.hasMorePages,
:
111 | let newAccumulated = accumulated + transformed
112 | guard self.hasMorePages else {
113 | return eventLoop.makeSucceededFuture(newAccumulated)
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
114 | }
115 | return _map(newAccumulated)
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:110:56: warning: capture of 'transform' with non-sendable type '(CassandraClient.Row) throws -> T' in a '@Sendable' closure
108 | self.nextPage().flatMap { rows in
109 | do {
110 | let transformed = try rows.map(transform)
| |- warning: capture of 'transform' with non-sendable type '(CassandraClient.Row) throws -> T' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
111 | let newAccumulated = accumulated + transformed
112 | guard self.hasMorePages else {
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:111:46: warning: capture of 'accumulated' with non-sendable type '[T]' in a '@Sendable' closure
95 | /// Iterates through all rows in all pages and applies `transform` on each.
96 | @available(*, deprecated, message: "Use Swift Concurrency and AsyncSequence APIs instead.")
97 | public func map<T>(_ transform: @escaping (Row) throws -> T) -> EventLoopFuture<[T]> {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
98 | precondition(
99 | self.hasMorePages,
:
109 | do {
110 | let transformed = try rows.map(transform)
111 | let newAccumulated = accumulated + transformed
| `- warning: capture of 'accumulated' with non-sendable type '[T]' in a '@Sendable' closure
112 | guard self.hasMorePages else {
113 | return eventLoop.makeSucceededFuture(newAccumulated)
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:112:31: warning: capture of 'self' with non-sendable type 'CassandraClient.PaginatedRows' in a '@Sendable' closure
19 | extension CassandraClient {
20 | /// Resulting row(s) of a Cassandra query. Data are paginated.
21 | public final class PaginatedRows {
| `- note: class 'PaginatedRows' does not conform to the 'Sendable' protocol
22 | let session: Session
23 | let statement: Statement
:
110 | let transformed = try rows.map(transform)
111 | let newAccumulated = accumulated + transformed
112 | guard self.hasMorePages else {
| `- warning: capture of 'self' with non-sendable type 'CassandraClient.PaginatedRows' in a '@Sendable' closure
113 | return eventLoop.makeSucceededFuture(newAccumulated)
114 | }
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:115:32: warning: capture of '_map' with non-sendable type '<T> ([T]) -> EventLoopFuture<[T]>' in a '@Sendable' closure
113 | return eventLoop.makeSucceededFuture(newAccumulated)
114 | }
115 | return _map(newAccumulated)
| `- warning: capture of '_map' with non-sendable type '<T> ([T]) -> EventLoopFuture<[T]>' in a '@Sendable' closure
116 | } catch {
117 | return eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:107:18: warning: concurrently-executed local function '_map' must be marked as '@Sendable'
105 | }
106 |
107 | func _map(_ accumulated: [T]) -> EventLoopFuture<[T]> {
| `- warning: concurrently-executed local function '_map' must be marked as '@Sendable'
108 | self.nextPage().flatMap { rows in
109 | do {
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:221:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
219 | // yielded to continuation.
220 | self.pageStream = AsyncThrowingStream { continuation in
221 | Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
222 | do {
223 | repeat {
:
225 | // it means the `PaginatedRows` has already been iterated
226 | // through, which indicates usage error so it's ok to throw.
227 | let rows = try await paginatedRows.nextPage()
| `- note: closure captures 'paginatedRows' which is accessible to code in the current task
228 | continuation.yield(rows)
229 | } while paginatedRows.hasMorePages
/host/spi-builder-workspace/Sources/CassandraClient/Data+PaginatedRows.swift:228:42: warning: sending 'rows' risks causing data races; this is an error in the Swift 6 language mode
226 | // through, which indicates usage error so it's ok to throw.
227 | let rows = try await paginatedRows.nextPage()
228 | continuation.yield(rows)
| |- warning: sending 'rows' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'rows' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
229 | } while paginatedRows.hasMorePages
230 |
Build complete! (267.82s)
Build complete.
{
"cxx_language_standard" : "c++17",
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.41.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.29.3",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
}
],
"manifest_display_name" : "swift-cassandra-client",
"name" : "swift-cassandra-client",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CassandraClient",
"targets" : [
"CassandraClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Clibuv",
"module_type" : "ClangTarget",
"name" : "Clibuv",
"path" : "Sources/Clibuv",
"product_memberships" : [
"CassandraClient"
],
"sources" : [
"libuv/src/fs-poll.c",
"libuv/src/idna.c",
"libuv/src/inet.c",
"libuv/src/random.c",
"libuv/src/strscpy.c",
"libuv/src/strtok.c",
"libuv/src/threadpool.c",
"libuv/src/timer.c",
"libuv/src/unix/async.c",
"libuv/src/unix/core.c",
"libuv/src/unix/dl.c",
"libuv/src/unix/epoll.c",
"libuv/src/unix/fs.c",
"libuv/src/unix/getaddrinfo.c",
"libuv/src/unix/getnameinfo.c",
"libuv/src/unix/linux-core.c",
"libuv/src/unix/linux-inotify.c",
"libuv/src/unix/linux-syscalls.c",
"libuv/src/unix/loop-watcher.c",
"libuv/src/unix/loop.c",
"libuv/src/unix/pipe.c",
"libuv/src/unix/poll.c",
"libuv/src/unix/process.c",
"libuv/src/unix/procfs-exepath.c",
"libuv/src/unix/proctitle.c",
"libuv/src/unix/random-devurandom.c",
"libuv/src/unix/random-getrandom.c",
"libuv/src/unix/random-sysctl-linux.c",
"libuv/src/unix/signal.c",
"libuv/src/unix/stream.c",
"libuv/src/unix/tcp.c",
"libuv/src/unix/thread.c",
"libuv/src/unix/tty.c",
"libuv/src/unix/udp.c",
"libuv/src/uv-common.c",
"libuv/src/uv-data-getter-setters.c",
"libuv/src/version.c"
],
"type" : "library"
},
{
"c99name" : "CassandraClientTests",
"module_type" : "SwiftTarget",
"name" : "CassandraClientTests",
"path" : "Tests/CassandraClientTests",
"sources" : [
"CassandraClientTests.swift"
],
"target_dependencies" : [
"CassandraClient"
],
"type" : "test"
},
{
"c99name" : "CassandraClient",
"module_type" : "SwiftTarget",
"name" : "CassandraClient",
"path" : "Sources/CassandraClient",
"product_dependencies" : [
"NIO",
"NIOCore",
"Atomics",
"Logging"
],
"product_memberships" : [
"CassandraClient"
],
"sources" : [
"CassandraClient.swift",
"Configuration.swift",
"Consistency.swift",
"Data+PaginatedRows.swift",
"Data.swift",
"Decoding.swift",
"Errors.swift",
"Metrics.swift",
"Session.swift",
"Statement.swift"
],
"target_dependencies" : [
"CDataStaxDriver"
],
"type" : "library"
},
{
"c99name" : "CDataStaxDriver",
"module_type" : "ClangTarget",
"name" : "CDataStaxDriver",
"path" : "Sources/CDataStaxDriver",
"product_dependencies" : [
"NIOSSL"
],
"product_memberships" : [
"CassandraClient"
],
"sources" : [
"custom/src/ssl/ssl_openssl_impl.cpp",
"datastax-cpp-driver/src/abstract_data.cpp",
"datastax-cpp-driver/src/address.cpp",
"datastax-cpp-driver/src/address_factory.cpp",
"datastax-cpp-driver/src/allocated.cpp",
"datastax-cpp-driver/src/async.cpp",
"datastax-cpp-driver/src/auth.cpp",
"datastax-cpp-driver/src/auth_requests.cpp",
"datastax-cpp-driver/src/auth_responses.cpp",
"datastax-cpp-driver/src/batch_request.cpp",
"datastax-cpp-driver/src/blacklist_dc_policy.cpp",
"datastax-cpp-driver/src/blacklist_policy.cpp",
"datastax-cpp-driver/src/client_insights.cpp",
"datastax-cpp-driver/src/cloud_secure_connection_config.cpp",
"datastax-cpp-driver/src/cluster.cpp",
"datastax-cpp-driver/src/cluster_config.cpp",
"datastax-cpp-driver/src/cluster_connector.cpp",
"datastax-cpp-driver/src/cluster_metadata_resolver.cpp",
"datastax-cpp-driver/src/collection.cpp",
"datastax-cpp-driver/src/collection_iterator.cpp",
"datastax-cpp-driver/src/config.cpp",
"datastax-cpp-driver/src/connection.cpp",
"datastax-cpp-driver/src/connection_pool.cpp",
"datastax-cpp-driver/src/connection_pool_connector.cpp",
"datastax-cpp-driver/src/connection_pool_manager.cpp",
"datastax-cpp-driver/src/connection_pool_manager_initializer.cpp",
"datastax-cpp-driver/src/connector.cpp",
"datastax-cpp-driver/src/control_connection.cpp",
"datastax-cpp-driver/src/control_connector.cpp",
"datastax-cpp-driver/src/data_type.cpp",
"datastax-cpp-driver/src/data_type_parser.cpp",
"datastax-cpp-driver/src/dc_aware_policy.cpp",
"datastax-cpp-driver/src/decoder.cpp",
"datastax-cpp-driver/src/delayed_connector.cpp",
"datastax-cpp-driver/src/driver_info.cpp",
"datastax-cpp-driver/src/dse_auth.cpp",
"datastax-cpp-driver/src/dse_batch_request.cpp",
"datastax-cpp-driver/src/dse_cluster_config.cpp",
"datastax-cpp-driver/src/dse_collection.cpp",
"datastax-cpp-driver/src/dse_date_range.cpp",
"datastax-cpp-driver/src/dse_line_string.cpp",
"datastax-cpp-driver/src/dse_point.cpp",
"datastax-cpp-driver/src/dse_polygon.cpp",
"datastax-cpp-driver/src/dse_statement.cpp",
"datastax-cpp-driver/src/dse_tuple.cpp",
"datastax-cpp-driver/src/dse_user_type_value.cpp",
"datastax-cpp-driver/src/dse_value.cpp",
"datastax-cpp-driver/src/encode.cpp",
"datastax-cpp-driver/src/error_response.cpp",
"datastax-cpp-driver/src/event_loop.cpp",
"datastax-cpp-driver/src/event_response.cpp",
"datastax-cpp-driver/src/execute_request.cpp",
"datastax-cpp-driver/src/execution_profile.cpp",
"datastax-cpp-driver/src/external.cpp",
"datastax-cpp-driver/src/future.cpp",
"datastax-cpp-driver/src/get_time-mac.cpp",
"datastax-cpp-driver/src/get_time-unix.cpp",
"datastax-cpp-driver/src/get_time-win.cpp",
"datastax-cpp-driver/src/host.cpp",
"datastax-cpp-driver/src/http_client.cpp",
"datastax-cpp-driver/src/iterator.cpp",
"datastax-cpp-driver/src/latency_aware_policy.cpp",
"datastax-cpp-driver/src/list_policy.cpp",
"datastax-cpp-driver/src/logger.cpp",
"datastax-cpp-driver/src/map_iterator.cpp",
"datastax-cpp-driver/src/md5.cpp",
"datastax-cpp-driver/src/memory.cpp",
"datastax-cpp-driver/src/metadata.cpp",
"datastax-cpp-driver/src/micro_timer.cpp",
"datastax-cpp-driver/src/murmur3.cpp",
"datastax-cpp-driver/src/pooled_connection.cpp",
"datastax-cpp-driver/src/prepare_all_handler.cpp",
"datastax-cpp-driver/src/prepare_host_handler.cpp",
"datastax-cpp-driver/src/prepare_request.cpp",
"datastax-cpp-driver/src/prepared.cpp",
"datastax-cpp-driver/src/protocol.cpp",
"datastax-cpp-driver/src/query_request.cpp",
"datastax-cpp-driver/src/random.cpp",
"datastax-cpp-driver/src/reconnection_policy.cpp",
"datastax-cpp-driver/src/register_request.cpp",
"datastax-cpp-driver/src/request.cpp",
"datastax-cpp-driver/src/request_callback.cpp",
"datastax-cpp-driver/src/request_handler.cpp",
"datastax-cpp-driver/src/request_processor.cpp",
"datastax-cpp-driver/src/request_processor_initializer.cpp",
"datastax-cpp-driver/src/response.cpp",
"datastax-cpp-driver/src/result_metadata.cpp",
"datastax-cpp-driver/src/result_response.cpp",
"datastax-cpp-driver/src/retry_policy.cpp",
"datastax-cpp-driver/src/ring_buffer.cpp",
"datastax-cpp-driver/src/round_robin_policy.cpp",
"datastax-cpp-driver/src/row.cpp",
"datastax-cpp-driver/src/schema_agreement_handler.cpp",
"datastax-cpp-driver/src/session.cpp",
"datastax-cpp-driver/src/session_base.cpp",
"datastax-cpp-driver/src/socket.cpp",
"datastax-cpp-driver/src/socket_connector.cpp",
"datastax-cpp-driver/src/ssl.cpp",
"datastax-cpp-driver/src/ssl/ring_buffer_bio.cpp",
"datastax-cpp-driver/src/startup_request.cpp",
"datastax-cpp-driver/src/statement.cpp",
"datastax-cpp-driver/src/string_ref.cpp",
"datastax-cpp-driver/src/supported_response.cpp",
"datastax-cpp-driver/src/testing.cpp",
"datastax-cpp-driver/src/third_party/curl/hostcheck.cpp",
"datastax-cpp-driver/src/third_party/hdr_histogram/hdr_histogram.cpp",
"datastax-cpp-driver/src/third_party/http-parser/http_parser.c",
"datastax-cpp-driver/src/timer.cpp",
"datastax-cpp-driver/src/timestamp_generator.cpp",
"datastax-cpp-driver/src/token_aware_policy.cpp",
"datastax-cpp-driver/src/token_map.cpp",
"datastax-cpp-driver/src/token_map_impl.cpp",
"datastax-cpp-driver/src/tracing_data_handler.cpp",
"datastax-cpp-driver/src/tuple.cpp",
"datastax-cpp-driver/src/user_type_field_iterator.cpp",
"datastax-cpp-driver/src/user_type_value.cpp",
"datastax-cpp-driver/src/utils.cpp",
"datastax-cpp-driver/src/uuids.cpp",
"datastax-cpp-driver/src/value.cpp",
"datastax-cpp-driver/src/wait_for_handler.cpp",
"datastax-cpp-driver/src/whitelist_dc_policy.cpp",
"datastax-cpp-driver/src/whitelist_policy.cpp",
"datastax-cpp-driver/src/wkt.cpp"
],
"target_dependencies" : [
"Clibuv"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.