Build Information
Successful build of swift-cassandra-client, reference 0.5.0 (85f017
), with Swift 6.1 for Android on 30 May 2025 08:51:54 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-cassandra-client.git
Reference: 0.5.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/apple/swift-cassandra-client
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at 85f017c Require cxx17 and require NIOSSL 2.29.3 (#47)
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 @):
85f017c2dfd772330bd2c0c98b2b9623297bd598
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-cassandra-client.git at 0.5.0
========================================
Build
========================================
Selected platform: android
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.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-atomics
Fetching https://github.com/apple/swift-nio-ssl
Fetching https://github.com/apple/swift-nio
[1/3836] Fetching swift-log
[3339/5546] Fetching swift-log, swift-atomics
[4658/20389] Fetching swift-log, swift-atomics, swift-nio-ssl
[6718/96497] Fetching swift-log, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics from cache (2.38s)
Fetched https://github.com/apple/swift-nio-ssl from cache (2.40s)
[55590/79944] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log from cache (6.91s)
Fetched https://github.com/apple/swift-nio from cache (7.05s)
Computing version for https://github.com/apple/swift-nio-ssl
Computed https://github.com/apple/swift-nio-ssl at 2.31.0 (8.51s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.2.0 (1.00s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (1.44s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[2197/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.16s)
Fetched https://github.com/apple/swift-collections.git from cache (1.19s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.74s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.21s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.61s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.2.0
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.5.0
Building for debugging...
[0/584] Write sources
[12/584] Compiling _AtomicsShims.c
[13/584] Compiling uv-data-getter-setters.c
[14/584] Compiling version.c
[15/584] Compiling inet.c
[16/584] Compiling tty.c
[17/584] Compiling uv-common.c
[18/584] Compiling udp.c
[19/584] Compiling thread.c
[20/584] Write swift-version-24593BA9C3E375BF.txt
[20/584] Compiling threadpool.c
[22/584] Compiling tcp.c
[23/584] Compiling random-getrandom.c
[24/584] Compiling signal.c
[25/584] Compiling stream.c
[25/584] Compiling random-devurandom.c
[27/584] Compiling random-sysctl-linux.c
[28/584] Compiling proctitle.c
[29/584] Compiling procfs-exepath.c
[30/584] Compiling pipe.c
[31/584] Compiling process.c
[32/586] Compiling poll.c
[33/586] Compiling linux-syscalls.c
[34/599] Compiling loop.c
[35/608] Compiling loop-watcher.c
[36/609] Compiling linux-inotify.c
[37/609] Compiling getnameinfo.c
[37/609] Compiling getaddrinfo.c
[39/609] Compiling linux-core.c
[40/609] Compiling dl.c
[41/609] Compiling epoll.c
[42/609] Compiling async.c
[43/609] Compiling timer.c
[44/609] Compiling fs.c
[45/609] Compiling strtok.c
[46/609] Compiling core.c
[47/609] Compiling strscpy.c
[47/609] Write sources
[49/609] Compiling CNIOWindows shim.c
[50/609] Compiling idna.c
[51/609] Compiling CNIOWindows WSAStartup.c
[52/609] Compiling CNIOWASI CNIOWASI.c
[53/609] Compiling random.c
[54/609] Compiling fs-poll.c
[55/609] Compiling CNIOLinux liburing_shims.c
[56/609] Compiling CNIODarwin shim.c
[57/609] Compiling CNIOLinux shim.c
[58/609] Compiling fiat_p256_adx_sqr.S
[59/609] Compiling fiat_p256_adx_mul.S
[60/609] Compiling fiat_curve25519_adx_square.S
[61/609] Compiling fiat_curve25519_adx_mul.S
[62/609] Compiling CNIOBoringSSLShims shims.c
[63/609] Compiling tls13_server.cc
[64/609] Compiling tls_record.cc
[64/609] Compiling tls13_enc.cc
[66/609] Compiling tls_method.cc
[68/609] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[69/609] Compiling InternalCollectionsUtilities UInt+reversed.swift
[70/610] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/610] Emitting module _NIOBase64
[72/610] Compiling _NIOBase64 Base64.swift
[73/611] Emitting module InternalCollectionsUtilities
[74/611] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[75/611] Compiling InternalCollectionsUtilities Integer rank.swift
[76/611] Compiling InternalCollectionsUtilities Descriptions.swift
[77/611] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[78/611] Compiling _NIODataStructures PriorityQueue.swift
[79/611] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[80/611] Compiling InternalCollectionsUtilities Debugging.swift
[81/611] Emitting module _NIODataStructures
[82/611] Compiling _NIODataStructures Heap.swift
[83/611] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[84/611] Compiling InternalCollectionsUtilities _SortedCollection.swift
[85/611] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[86/611] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[88/611] Compiling _NIODataStructures _TinyArray.swift
[89/612] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[91/613] Compiling t1_enc.cc
[92/613] Compiling tls13_both.cc
[93/628] Compiling ssl_x509.cc
[94/628] Compiling tls13_client.cc
[96/628] Compiling DequeModule Deque+CustomReflectable.swift
[97/628] Compiling DequeModule Deque+Descriptions.swift
[98/630] Compiling DequeModule _DequeBuffer.swift
[99/630] Compiling DequeModule _DequeBufferHeader.swift
[99/630] Compiling ssl_transcript.cc
[100/630] Compiling ssl_versions.cc
[101/630] Compiling ssl_stat.cc
[103/630] Compiling DequeModule _DequeSlot.swift
[104/630] Compiling DequeModule _UnsafeWrappedBuffer.swift
[105/630] Compiling DequeModule Deque+Extras.swift
[106/630] Compiling DequeModule Deque+Hashable.swift
[107/630] Compiling DequeModule Deque+Testing.swift
[108/630] Compiling DequeModule Deque._Storage.swift
[109/630] Compiling DequeModule Deque._UnsafeHandle.swift
[110/630] Compiling DequeModule Deque.swift
[111/630] Compiling DequeModule Deque+Equatable.swift
[112/630] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[113/630] Compiling DequeModule Deque+Codable.swift
[114/630] Compiling DequeModule Deque+Collection.swift
[115/630] Emitting module DequeModule
[117/631] Compiling Logging MetadataProvider.swift
[118/631] Emitting module Logging
[119/631] Compiling Logging Locks.swift
[120/631] Compiling Logging Logging.swift
[121/631] Compiling Logging LogHandler.swift
[122/632] Compiling ssl_session.cc
[123/632] Compiling ssl_privkey.cc
[124/632] Compiling ssl_lib.cc
[125/632] Compiling ssl_file.cc
[126/632] Compiling ssl_credential.cc
[127/632] Compiling ssl_key_share.cc
[128/632] Compiling ssl_aead_ctx.cc
[129/632] Compiling ssl_buffer.cc
[130/632] Compiling ssl_cert.cc
[131/632] Compiling ssl_cipher.cc
[132/632] Compiling ssl_asn1.cc
[133/632] Compiling s3_lib.cc
[134/632] Compiling s3_pkt.cc
[135/632] Compiling s3_both.cc
[136/632] Compiling handshake_server.cc
[137/632] Compiling handshake.cc
[138/632] Compiling handshake_client.cc
[139/632] Compiling dtls_method.cc
[140/632] Compiling handoff.cc
[141/632] Compiling encrypted_client_hello.cc
[142/632] Compiling dtls_record.cc
[143/632] Compiling md5-x86_64-linux.S
[144/632] Compiling md5-x86_64-apple.S
[145/632] Compiling md5-586-apple.S
[146/632] Compiling md5-586-linux.S
[147/632] Compiling chacha20_poly1305_x86_64-linux.S
[148/632] Compiling chacha20_poly1305_x86_64-apple.S
[149/632] Compiling extensions.cc
[150/632] Compiling chacha20_poly1305_armv8-win.S
[151/632] Compiling chacha20_poly1305_armv8-apple.S
[152/632] Compiling chacha20_poly1305_armv8-linux.S
[153/632] Compiling err_data.cc
[154/632] Compiling chacha-x86_64-linux.S
[155/632] Compiling chacha-x86_64-apple.S
[156/632] Compiling d1_srtp.cc
[157/632] Compiling d1_pkt.cc
[158/632] Compiling chacha-x86-apple.S
[159/632] Compiling chacha-x86-linux.S
[160/632] Compiling chacha-armv8-win.S
[161/632] Compiling chacha-armv4-linux.S
[162/632] Compiling chacha-armv8-apple.S
[163/632] Compiling aes128gcmsiv-x86_64-linux.S
[164/632] Compiling aes128gcmsiv-x86_64-apple.S
[165/632] Compiling chacha-armv8-linux.S
[166/632] Compiling bio_ssl.cc
[167/632] Compiling x86_64-mont5-linux.S
[168/632] Compiling x86_64-mont5-apple.S
[169/632] Compiling x86-mont-linux.S
[170/632] Compiling x86_64-mont-apple.S
[171/632] Compiling x86_64-mont-linux.S
[172/632] Compiling vpaes-x86_64-apple.S
[173/632] Compiling x86-mont-apple.S
[174/632] Compiling vpaes-x86_64-linux.S
[175/632] Compiling vpaes-x86-linux.S
[176/632] Compiling vpaes-x86-apple.S
[177/632] Compiling vpaes-armv8-win.S
[178/632] Compiling vpaes-armv8-apple.S
[179/632] Compiling vpaes-armv8-linux.S
[180/632] Compiling vpaes-armv7-linux.S
[181/632] Compiling sha512-x86_64-linux.S
[182/632] Compiling sha512-x86_64-apple.S
[183/632] Compiling sha512-armv8-win.S
[184/632] Compiling sha512-armv8-apple.S
[185/632] Compiling sha512-armv4-linux.S
[186/632] Compiling sha512-armv8-linux.S
[186/632] Compiling sha512-586-linux.S
[188/632] Compiling sha512-586-apple.S
[189/632] Compiling sha256-x86_64-linux.S
[190/632] Compiling sha256-x86_64-apple.S
[191/632] Compiling sha256-armv8-win.S
[192/632] Compiling sha256-586-linux.S
[193/632] Compiling sha256-armv8-apple.S
[194/632] Compiling sha256-586-apple.S
[195/632] Compiling sha256-armv4-linux.S
[196/632] Compiling sha256-armv8-linux.S
[197/632] Compiling sha1-x86_64-linux.S
[198/632] Compiling sha1-armv8-win.S
[199/632] Compiling sha1-armv8-apple.S
[200/632] Compiling sha1-x86_64-apple.S
[201/632] Compiling sha1-586-linux.S
[202/632] Compiling sha1-armv4-large-linux.S
[202/632] Compiling sha1-armv8-linux.S
[204/632] Compiling sha1-586-apple.S
[205/632] Compiling rsaz-avx2-linux.S
[206/632] Compiling rsaz-avx2-apple.S
[207/632] Compiling d1_lib.cc
[208/632] Compiling rdrand-x86_64-linux.S
[209/632] Compiling p256_beeu-x86_64-asm-linux.S
[210/632] Compiling p256_beeu-x86_64-asm-apple.S
[210/632] Compiling rdrand-x86_64-apple.S
[212/632] Compiling p256_beeu-armv8-asm-linux.S
[212/632] Compiling p256_beeu-armv8-asm-win.S
[214/632] Compiling p256_beeu-armv8-asm-apple.S
[215/632] Compiling p256-armv8-asm-win.S
[216/632] Compiling p256-x86_64-asm-apple.S
[217/632] Compiling p256-x86_64-asm-linux.S
[217/632] Compiling p256-armv8-asm-apple.S
[219/632] Compiling p256-armv8-asm-linux.S
[220/632] Compiling ghashv8-armv8-linux.S
[221/632] Compiling d1_both.cc
[222/632] Compiling ghashv8-armv8-apple.S
[223/632] Compiling ghashv8-armv8-win.S
[224/632] Compiling ghash-x86_64-linux.S
[225/632] Compiling ghashv8-armv7-linux.S
[226/632] Compiling ghash-x86-linux.S
[227/632] Compiling ghash-x86_64-apple.S
[228/632] Compiling ghash-x86-apple.S
[229/632] Compiling ghash-ssse3-x86_64-apple.S
[230/632] Compiling ghash-ssse3-x86_64-linux.S
[231/632] Compiling ghash-ssse3-x86-linux.S
[232/632] Compiling ghash-ssse3-x86-apple.S
[233/632] Compiling ghash-neon-armv8-win.S
[234/632] Compiling ghash-neon-armv8-linux.S
[235/632] Compiling ghash-armv4-linux.S
[236/632] Compiling ghash-neon-armv8-apple.S
[237/632] Compiling bn-armv8-win.S
[238/632] Compiling co-586-apple.S
[239/632] Compiling co-586-linux.S
[239/632] Compiling bsaes-armv7-linux.S
[241/632] Compiling bn-armv8-linux.S
[242/632] Compiling bn-586-linux.S
[243/632] Compiling bn-armv8-apple.S
[244/632] Compiling bn-586-apple.S
[245/632] Compiling armv8-mont-win.S
[246/632] Compiling armv4-mont-linux.S
[247/632] Compiling armv8-mont-apple.S
[248/632] Compiling aesv8-gcm-armv8-win.S
[249/632] Compiling armv8-mont-linux.S
[250/632] Compiling aesv8-gcm-armv8-apple.S
[251/632] Compiling aesv8-armv8-win.S
[252/632] Compiling aesv8-gcm-armv8-linux.S
[253/632] Compiling aesv8-armv8-apple.S
[254/632] Compiling aesv8-armv8-linux.S
[255/632] Compiling aesv8-armv7-linux.S
[256/632] Compiling aesni-x86_64-linux.S
[257/632] Compiling aesni-x86_64-apple.S
[258/632] Compiling aes-gcm-avx2-x86_64-linux.S
[259/632] Compiling aesni-x86-linux.S
[260/632] Compiling aesni-gcm-x86_64-apple.S
[261/632] Compiling aesni-gcm-x86_64-linux.S
[262/632] Compiling aesni-x86-apple.S
[263/632] Compiling aes-gcm-avx10-x86_64-linux.S
[264/632] Compiling aes-gcm-avx2-x86_64-apple.S
[265/632] Compiling aes-gcm-avx10-x86_64-apple.S
[266/632] Compiling x_x509a.cc
[267/632] Compiling x_pubkey.cc
[268/632] Compiling x_x509.cc
[269/632] Compiling x_req.cc
[270/632] Compiling x_spki.cc
[271/632] Compiling x_val.cc
[272/632] Compiling x_sig.cc
[273/632] Compiling x_name.cc
[274/632] Compiling x_exten.cc
[275/632] Compiling x_crl.cc
[276/632] Compiling x509rset.cc
[276/632] Compiling x_attrib.cc
[277/632] Compiling x509spki.cc
[279/632] Compiling x_all.cc
[280/632] Compiling x_algor.cc
[281/632] Compiling x509name.cc
[282/632] Compiling x509cset.cc
[283/632] Compiling x509_vpm.cc
[284/632] Compiling x509_set.cc
[285/632] Compiling x509_trs.cc
[286/632] Compiling x509_v3.cc
[287/632] Compiling x509_txt.cc
[288/632] Compiling x509_vfy.cc
[289/632] Compiling x509_req.cc
[290/632] Compiling x509_obj.cc
[291/632] Compiling x509_lu.cc
[292/632] Compiling x509_d2.cc
[293/632] Compiling x509_def.cc
[294/632] Compiling x509_cmp.cc
[295/632] Compiling x509_ext.cc
[296/632] Compiling x509_att.cc
[297/632] Compiling x509.cc
[298/632] Compiling v3_utl.cc
[299/632] Compiling v3_skey.cc
[300/632] Compiling v3_pcons.cc
[301/632] Compiling v3_purp.cc
[302/632] Compiling v3_pmaps.cc
[303/632] Compiling v3_prn.cc
[304/632] Compiling v3_ncons.cc
[305/632] Compiling v3_ocsp.cc
[306/632] Compiling v3_info.cc
[307/632] Compiling v3_int.cc
[308/632] Compiling v3_lib.cc
[309/632] Compiling v3_extku.cc
[310/632] Compiling v3_ia5.cc
[311/632] Compiling v3_enum.cc
[312/632] Compiling v3_genn.cc
[313/632] Compiling v3_crld.cc
[314/632] Compiling v3_bitst.cc
[315/632] Compiling v3_conf.cc
[316/632] Compiling v3_cpols.cc
[317/632] Compiling v3_bcons.cc
[318/632] Compiling v3_akeya.cc
[319/632] Compiling v3_alt.cc
[320/632] Compiling v3_akey.cc
[321/632] Compiling t_x509a.cc
[322/632] Compiling t_req.cc
[323/632] Compiling t_crl.cc
[324/632] Compiling t_x509.cc
[325/632] Compiling rsa_pss.cc
[326/632] Compiling i2d_pr.cc
[327/632] Compiling name_print.cc
[328/632] Compiling asn1_gen.cc
[329/632] Compiling policy.cc
[330/632] Compiling by_dir.cc
[331/632] Compiling by_file.cc
[332/632] Compiling algorithm.cc
[333/632] Compiling a_verify.cc
[334/632] Compiling a_sign.cc
[335/632] Compiling a_digest.cc
[336/632] Compiling voprf.cc
[337/632] Compiling trust_token.cc
[338/632] Compiling thread.cc
[339/632] Compiling thread_win.cc
[340/632] Compiling thread_none.cc
[341/632] Compiling thread_pthread.cc
[342/632] Compiling stack.cc
[343/632] Compiling pmbtoken.cc
[344/632] Compiling siphash.cc
[345/632] Compiling spake2plus.cc
[346/632] Compiling slhdsa.cc
[347/632] Compiling sha256.cc
[348/632] Compiling sha512.cc
[349/632] Compiling sha1.cc
[350/632] Compiling rsa_print.cc
[351/632] Compiling rsa_extra.cc
[352/632] Compiling rc4.cc
[353/632] Compiling windows.cc
[354/632] Compiling urandom.cc
[355/632] Compiling rsa_crypt.cc
[356/632] Compiling refcount.cc
[357/632] Compiling rsa_asn1.cc
[358/632] Compiling rand.cc
[359/632] Compiling trusty.cc
[360/632] Compiling fork_detect.cc
[361/632] Compiling poly1305_arm_asm.S
[362/632] Compiling passive.cc
[363/632] Compiling ios.cc
[364/632] Compiling getentropy.cc
[365/632] Compiling poly1305_vec.cc
[366/632] Compiling deterministic.cc
[367/632] Compiling forkunsafe.cc
[368/632] Compiling pool.cc
[369/632] Compiling poly1305.cc
[370/632] Compiling poly1305_arm.cc
[371/632] Compiling pkcs7.cc
[372/632] Compiling pem_xaux.cc
[373/632] Compiling pkcs7_x509.cc
[374/632] Compiling pkcs8.cc
[375/632] Compiling pkcs8_x509.cc
[376/632] Compiling p5_pbev2.cc
[377/632] Compiling pem_x509.cc
[378/632] Compiling pem_pk8.cc
[379/632] Compiling pem_pkey.cc
[380/632] Compiling pem_oth.cc
[381/632] Compiling obj_xref.cc
[382/632] Compiling mldsa.cc
[383/632] Compiling mlkem.cc
[384/632] Compiling pem_lib.cc
[385/632] Compiling pem_all.cc
[386/632] Compiling pem_info.cc
[387/632] Compiling mem.cc
[388/632] Compiling obj.cc
[389/632] Compiling poly_rq_mul.S
[390/632] Compiling md5.cc
[391/632] Compiling fips_shared_support.cc
[392/632] Compiling lhash.cc
[393/632] Compiling md4.cc
[394/632] Compiling kyber.cc
[395/632] Compiling scrypt.cc
[396/632] Compiling sign.cc
[397/632] Compiling ex_data.cc
[398/632] Compiling print.cc
[399/632] Compiling hpke.cc
[400/632] Compiling hrss.cc
[401/632] Compiling pbkdf.cc
[402/632] Compiling p_x25519.cc
[403/632] Compiling p_x25519_asn1.cc
[404/632] Compiling p_rsa_asn1.cc
[405/632] Compiling p_ed25519.cc
[406/632] Compiling p_ed25519_asn1.cc
[407/632] Compiling p_hkdf.cc
[408/632] Compiling p_rsa.cc
[409/632] Compiling p_ec.cc
[410/632] Compiling p_ec_asn1.cc
[411/632] Compiling p_dh.cc
[412/632] Compiling p_dh_asn1.cc
[413/632] Compiling p_dsa_asn1.cc
[414/632] Compiling evp_ctx.cc
[415/632] Compiling err.cc
[416/632] Compiling evp.cc
[417/632] Compiling ecdh.cc
[418/632] Compiling engine.cc
[419/632] Compiling evp_asn1.cc
[420/632] Compiling hash_to_curve.cc
[421/632] Compiling ecdsa_asn1.cc
[422/632] Compiling ec_derive.cc
[423/632] Compiling dsa.cc
[424/632] Compiling ec_asn1.cc
[425/632] Compiling dsa_asn1.cc
[426/632] Compiling params.cc
[427/632] Compiling bcm.cc
[428/632] Compiling x25519-asm-arm.S
[429/632] Compiling digest_extra.cc
[430/632] Compiling des.cc
[431/632] Compiling dh_asn1.cc
[432/632] Compiling curve25519_64_adx.cc
[433/632] Compiling crypto.cc
[434/632] Compiling spake25519.cc
[435/632] Compiling cpu_arm_linux.cc
[436/632] Compiling cpu_intel.cc
[437/632] Compiling cpu_arm_freebsd.cc
[438/632] Compiling curve25519.cc
[439/632] Compiling cpu_aarch64_win.cc
[440/632] Compiling cpu_aarch64_sysreg.cc
[441/632] Compiling cpu_aarch64_fuchsia.cc
[442/632] Compiling cpu_aarch64_linux.cc
[443/632] Compiling cpu_aarch64_openbsd.cc
[444/632] Compiling get_cipher.cc
[445/632] Compiling conf.cc
[446/632] Compiling cpu_aarch64_apple.cc
[447/632] Compiling tls_cbc.cc
[448/632] Compiling e_rc4.cc
[449/632] Compiling e_tls.cc
[450/632] Compiling e_des.cc
[451/632] Compiling e_rc2.cc
[452/632] Compiling e_null.cc
[453/632] Compiling e_aesgcmsiv.cc
[454/632] Compiling derive_key.cc
[455/632] Compiling e_aesctrhmac.cc
[456/632] Compiling e_chacha20poly1305.cc
[457/632] Compiling unicode.cc
[458/632] Compiling chacha.cc
[459/632] Compiling cbb.cc
[460/632] Compiling buf.cc
[461/632] Compiling cbs.cc
[462/632] Compiling ber.cc
[463/632] Compiling bn_asn1.cc
[464/632] Compiling convert.cc
[465/632] Compiling blake2.cc
[465/632] Compiling socket_helper.cc
[467/632] Compiling asn1_compat.cc
[468/632] Compiling socket.cc
[469/632] Compiling printf.cc
[470/632] Compiling pair.cc
[471/632] Compiling fd.cc
[472/632] Compiling file.cc
[473/632] Compiling errno.cc
[474/632] Compiling hexdump.cc
[475/632] Compiling connect.cc
[476/632] Compiling bio.cc
[477/632] Compiling bio_mem.cc
[478/632] Compiling base64.cc
[479/632] Compiling tasn_fre.cc
[480/632] Compiling tasn_typ.cc
[481/632] Compiling tasn_enc.cc
[482/632] Compiling tasn_new.cc
[483/632] Compiling tasn_utl.cc
[484/632] Compiling posix_time.cc
[485/632] Compiling f_string.cc
[486/632] Compiling f_int.cc
[487/632] Compiling asn1_par.cc
[488/632] Compiling tasn_dec.cc
[489/632] Compiling asn_pack.cc
[490/632] Compiling a_utctm.cc
[491/632] Compiling asn1_lib.cc
[492/632] Compiling a_object.cc
[493/632] Compiling a_strex.cc
[494/632] Compiling a_octet.cc
[495/632] Compiling a_time.cc
[496/632] Compiling a_mbstr.cc
[497/632] Compiling a_i2d_fp.cc
[498/632] Compiling a_type.cc
[499/632] Compiling a_strnid.cc
[500/632] Compiling a_dup.cc
[501/632] Write sources
[502/632] Compiling a_d2i_fp.cc
[503/632] Compiling a_int.cc
[504/651] Compiling a_gentm.cc
[506/651] Compiling Atomics ManagedAtomic.swift
[507/651] Compiling Atomics ManagedAtomicLazyReference.swift
[508/651] Compiling Atomics UnsafeAtomic.swift
[509/651] Compiling Atomics UnsafeAtomicLazyReference.swift
[510/653] Compiling Atomics AtomicMemoryOrderings.swift
[511/653] Compiling Atomics DoubleWord.swift
[511/653] Compiling a_bool.cc
[512/653] Compiling a_bitstr.cc
[514/653] Compiling Atomics Primitives.shims.swift
[515/653] Compiling Atomics AtomicInteger.swift
[516/653] Compiling Atomics AtomicOptionalWrappable.swift
[517/653] Compiling Atomics AtomicReference.swift
[518/653] Compiling Atomics AtomicStorage.swift
[519/653] Compiling Atomics AtomicValue.swift
[520/653] Compiling Atomics IntegerOperations.swift
[521/653] Compiling Atomics Unmanaged extensions.swift
[522/653] Compiling Atomics OptionalRawRepresentable.swift
[523/653] Compiling Atomics RawRepresentable.swift
[524/653] Compiling Atomics AtomicBool.swift
[525/653] Compiling Atomics IntegerConformances.swift
[526/653] Compiling Atomics PointerConformances.swift
[527/653] Compiling Atomics Primitives.native.swift
[528/653] Emitting module Atomics
[529/654] Compiling c-nioatomics.c
[530/654] Compiling c-atomics.c
[532/660] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[533/660] Compiling NIOConcurrencyHelpers lock.swift
[534/660] Compiling NIOConcurrencyHelpers NIOLock.swift
[535/660] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[536/660] Emitting module NIOConcurrencyHelpers
[537/660] Compiling NIOConcurrencyHelpers atomics.swift
[539/721] Compiling NIOCore AddressedEnvelope.swift
[540/721] Compiling NIOCore AsyncAwaitSupport.swift
[541/721] Compiling NIOCore AsyncChannel.swift
[542/721] Compiling NIOCore AsyncChannelHandler.swift
[543/721] Compiling NIOCore AsyncChannelInboundStream.swift
[544/721] Compiling NIOCore AsyncChannelOutboundWriter.swift
[545/721] Compiling NIOCore NIOAsyncSequenceProducer.swift
[546/721] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[547/721] Compiling NIOCore NIOAsyncWriter.swift
[548/729] Compiling NIOCore CircularBuffer.swift
[549/729] Compiling NIOCore Codec.swift
[550/729] Compiling NIOCore ConvenienceOptionSupport.swift
[551/729] Compiling NIOCore DeadChannel.swift
[552/729] Compiling NIOCore DispatchQueue+WithFuture.swift
[553/729] Compiling NIOCore EventLoop+Deprecated.swift
[554/729] Compiling NIOCore EventLoop+SerialExecutor.swift
[555/729] Compiling NIOCore EventLoop.swift
[556/729] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[557/729] Compiling NIOCore BSDSocketAPI.swift
[558/729] Compiling NIOCore ByteBuffer-aux.swift
[559/729] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[560/729] Compiling NIOCore ByteBuffer-conversions.swift
[561/729] Compiling NIOCore ByteBuffer-core.swift
[562/729] Compiling NIOCore ByteBuffer-hex.swift
[563/729] Compiling NIOCore ByteBuffer-int.swift
[564/729] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[565/729] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[566/729] Compiling NIOCore SocketAddresses.swift
[567/729] Compiling NIOCore SocketOptionProvider.swift
[568/729] Compiling NIOCore SystemCallHelpers.swift
[569/729] Compiling NIOCore TimeAmount+Duration.swift
[570/729] Compiling NIOCore TypeAssistedChannelHandler.swift
[571/729] Compiling NIOCore UniversalBootstrapSupport.swift
[572/729] Compiling NIOCore Utilities.swift
[573/729] Emitting module NIOCore
[574/729] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[575/729] Compiling NIOCore EventLoopFuture+Deprecated.swift
[576/729] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[577/729] Compiling NIOCore EventLoopFuture.swift
[578/729] Compiling NIOCore FileDescriptor.swift
[579/729] Compiling NIOCore FileHandle.swift
[580/729] Compiling NIOCore FileRegion.swift
[581/729] Compiling NIOCore GlobalSingletons.swift
[582/729] Compiling NIOCore MulticastChannel.swift
[583/729] Compiling NIOCore NIOAny.swift
[584/729] Compiling NIOCore NIOCloseOnErrorHandler.swift
[585/729] Compiling NIOCore NIOLoopBound.swift
[586/729] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[587/729] Compiling NIOCore NIOScheduledCallback.swift
[588/729] Compiling NIOCore NIOSendable.swift
[589/729] Compiling NIOCore RecvByteBufferAllocator.swift
[590/729] Compiling NIOCore IO.swift
[591/729] Compiling NIOCore IOData.swift
[592/729] Compiling NIOCore IPProtocol.swift
[593/729] Compiling NIOCore IntegerBitPacking.swift
[594/729] Compiling NIOCore IntegerTypes.swift
[595/729] Compiling NIOCore Interfaces.swift
[596/729] Compiling NIOCore Linux.swift
[597/729] Compiling NIOCore MarkedCircularBuffer.swift
[598/729] Compiling NIOCore ByteBuffer-multi-int.swift
[599/729] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[600/729] Compiling NIOCore ByteBuffer-views.swift
[601/729] Compiling NIOCore Channel.swift
[602/729] Compiling NIOCore ChannelHandler.swift
[603/729] Compiling NIOCore ChannelHandlers.swift
[604/729] Compiling NIOCore ChannelInvoker.swift
[605/729] Compiling NIOCore ChannelOption.swift
[606/729] Compiling NIOCore ChannelPipeline.swift
[608/780] Compiling NIOEmbedded AsyncTestingChannel.swift
[609/780] Emitting module NIOEmbedded
[610/780] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[611/780] Compiling NIOEmbedded Embedded.swift
[613/781] Emitting module NIOPosix
[614/787] Compiling NIOPosix SelectableChannel.swift
[615/787] Compiling NIOPosix SelectableEventLoop.swift
[616/787] Compiling NIOPosix SelectorEpoll.swift
[617/787] Compiling NIOPosix SelectorGeneric.swift
[618/787] Compiling NIOPosix SelectorKqueue.swift
[619/787] Compiling NIOPosix SelectorUring.swift
[620/787] Compiling NIOPosix Pool.swift
[621/787] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[622/787] Compiling NIOPosix PosixSingletons.swift
[623/787] Compiling NIOPosix RawSocketBootstrap.swift
[624/787] Compiling NIOPosix Resolver.swift
[625/787] Compiling NIOPosix Selectable.swift
[626/787] Compiling NIOPosix ServerSocket.swift
[627/787] Compiling NIOPosix Socket.swift
[628/787] Compiling NIOPosix SocketChannel.swift
[629/787] Compiling NIOPosix SocketProtocols.swift
[630/787] Compiling NIOPosix System.swift
[631/787] Compiling NIOPosix Thread.swift
[632/787] Compiling NIOPosix ThreadPosix.swift
[633/787] Compiling NIOPosix ThreadWindows.swift
[634/787] Compiling NIOPosix UnsafeTransfer.swift
[635/787] Compiling NIOPosix Utilities.swift
[636/787] Compiling NIOPosix VsockAddress.swift
[637/787] Compiling NIOPosix VsockChannelEvents.swift
[638/787] Compiling NIOPosix IO.swift
[639/787] Compiling NIOPosix IntegerBitPacking.swift
[640/787] Compiling NIOPosix IntegerTypes.swift
[641/787] Compiling NIOPosix Linux.swift
[642/787] Compiling NIOPosix LinuxCPUSet.swift
[643/787] Compiling NIOPosix LinuxUring.swift
[644/787] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[645/787] Compiling NIOPosix NIOThreadPool.swift
[646/787] Compiling NIOPosix NonBlockingFileIO.swift
[647/787] Compiling NIOPosix PendingDatagramWritesManager.swift
[648/787] Compiling NIOPosix PendingWritesManager.swift
[649/787] Compiling NIOPosix PipeChannel.swift
[650/787] Compiling NIOPosix PipePair.swift
[651/787] Compiling NIOPosix Bootstrap.swift
[652/787] Compiling NIOPosix ControlMessage.swift
[653/787] Compiling NIOPosix DatagramVectorReadManager.swift
[654/787] Compiling NIOPosix Errors+Any.swift
[655/787] Compiling NIOPosix FileDescriptor.swift
[656/787] Compiling NIOPosix GetaddrinfoResolver.swift
[657/787] Compiling NIOPosix HappyEyeballs.swift
[658/787] Compiling NIOPosix BSDSocketAPICommon.swift
[659/787] Compiling NIOPosix BSDSocketAPIPosix.swift
[660/787] Compiling NIOPosix BSDSocketAPIWindows.swift
[661/787] Compiling NIOPosix BaseSocket.swift
[662/787] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[663/787] Compiling NIOPosix BaseSocketChannel.swift
[664/787] Compiling NIOPosix BaseStreamSocketChannel.swift
[666/790] Emitting module NIO
[667/790] Compiling NIO Exports.swift
[669/797] Compiling NIOTLS TLSEvents.swift
[670/797] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[671/797] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[672/797] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[673/797] Emitting module NIOTLS
[674/797] Compiling NIOTLS SNIHandler.swift
[676/827] Emitting module NIOSSL
[677/831] Compiling NIOSSL SSLPrivateKey.swift
[678/831] Compiling NIOSSL SSLPublicKey.swift
[679/831] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[680/831] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[681/831] Compiling NIOSSL NIOSSLServerHandler.swift
[682/831] Compiling NIOSSL ObjectIdentifier.swift
[683/831] Compiling NIOSSL PosixPort.swift
[684/831] Compiling NIOSSL SSLCallbacks.swift
[685/831] Compiling NIOSSL AndroidCABundle.swift
[686/831] Compiling NIOSSL ByteBufferBIO.swift
[687/831] Compiling NIOSSL CustomPrivateKey.swift
[688/831] Compiling NIOSSL IdentityVerification.swift
[689/831] Compiling NIOSSL SubjectAlternativeName.swift
[690/831] Compiling NIOSSL NIOSSLSecureBytes.swift
[691/831] Compiling NIOSSL RNG.swift
[692/831] Compiling NIOSSL SafeCompare.swift
[693/831] Compiling NIOSSL LinuxCABundle.swift
[694/831] Compiling NIOSSL NIOSSLClientHandler.swift
[695/831] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[696/831] Compiling NIOSSL NIOSSLHandler.swift
[697/831] Compiling NIOSSL SSLContext.swift
[698/831] Compiling NIOSSL SSLErrors.swift
[699/831] Compiling NIOSSL SSLInit.swift
[700/831] Compiling NIOSSL SSLPKCS12Bundle.swift
[701/831] Compiling NIOSSL SSLCertificate.swift
[702/831] Compiling NIOSSL SSLCertificateExtensions.swift
[703/831] Compiling NIOSSL SSLCertificateName.swift
[704/831] Compiling NIOSSL SSLConnection.swift
[705/831] Compiling NIOSSL Zeroization.swift
[706/831] Compiling NIOSSL TLSConfiguration.swift
[707/831] Compiling NIOSSL UniversalBootstrapSupport.swift
[708/831] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[709/832] Compiling wkt.cpp
[710/832] Compiling utils.cpp
[711/832] Compiling uuids.cpp
[712/832] Compiling value.cpp
[713/832] Compiling whitelist_policy.cpp
[714/832] Compiling user_type_value.cpp
[714/832] Compiling whitelist_dc_policy.cpp
[716/832] Compiling wait_for_handler.cpp
[717/832] Compiling user_type_field_iterator.cpp
[718/832] Compiling http_parser.c
[719/832] Compiling timer.cpp
[720/832] Compiling hostcheck.cpp
[721/832] Compiling hdr_histogram.cpp
[722/832] Compiling tuple.cpp
[723/832] Compiling token_map_impl.cpp
[724/832] Compiling tracing_data_handler.cpp
[725/832] Compiling timestamp_generator.cpp
[726/832] Compiling string_ref.cpp
[727/832] Compiling token_aware_policy.cpp
[728/832] Compiling supported_response.cpp
[729/832] Compiling ring_buffer_bio.cpp
[730/832] Compiling ssl.cpp
[731/832] Compiling testing.cpp
[732/832] Compiling startup_request.cpp
[733/832] Compiling token_map.cpp
[734/832] Compiling statement.cpp
[735/832] Compiling socket_connector.cpp
[736/832] Compiling socket.cpp
[737/832] Compiling ring_buffer.cpp
[738/832] Compiling session_base.cpp
[739/832] Compiling row.cpp
[740/832] Compiling schema_agreement_handler.cpp
[741/832] Compiling result_metadata.cpp
[742/832] Compiling response.cpp
[743/832] Compiling retry_policy.cpp
[744/832] Compiling round_robin_policy.cpp
[745/832] Compiling result_response.cpp
[746/832] Compiling session.cpp
[747/832] Compiling reconnection_policy.cpp
[748/832] Compiling random.cpp
[749/832] Compiling register_request.cpp
[750/832] Compiling request.cpp
[751/832] Compiling request_processor_initializer.cpp
[752/832] Compiling request_callback.cpp
[753/832] Compiling request_handler.cpp
[754/832] Compiling protocol.cpp
[755/832] Compiling request_processor.cpp
[756/832] Compiling micro_timer.cpp
[757/832] Compiling murmur3.cpp
[758/832] Compiling memory.cpp
[759/832] Compiling prepare_request.cpp
[760/832] Compiling query_request.cpp
[761/832] Compiling prepared.cpp
[762/832] Compiling prepare_all_handler.cpp
[763/832] Compiling prepare_host_handler.cpp
[764/832] Compiling md5.cpp
[765/832] Compiling map_iterator.cpp
[766/832] Compiling logger.cpp
[767/832] Compiling get_time-win.cpp
[768/832] Compiling get_time-unix.cpp
[769/832] Compiling get_time-mac.cpp
[770/832] Compiling pooled_connection.cpp
[771/832] Compiling external.cpp
[772/832] Compiling iterator.cpp
[773/832] Compiling list_policy.cpp
[774/832] Compiling host.cpp
[775/832] Compiling http_client.cpp
[776/832] Compiling latency_aware_policy.cpp
[777/832] Compiling future.cpp
[778/832] Compiling execution_profile.cpp
[779/832] Compiling metadata.cpp
[780/832] Compiling event_loop.cpp
[781/832] Compiling dse_value.cpp
[782/832] Compiling error_response.cpp
[783/832] Compiling dse_point.cpp
[784/832] Compiling encode.cpp
[785/832] Compiling event_response.cpp
[786/832] Compiling execute_request.cpp
[787/832] Compiling dse_user_type_value.cpp
[788/832] Compiling dse_tuple.cpp
[789/832] Compiling dse_polygon.cpp
[790/832] Compiling driver_info.cpp
[791/832] Compiling dse_collection.cpp
[792/832] Compiling dse_line_string.cpp
[793/832] Compiling dse_date_range.cpp
[794/832] Compiling dse_auth.cpp
[795/832] Compiling dse_statement.cpp
[796/832] Compiling dse_cluster_config.cpp
[797/832] Compiling decoder.cpp
[798/832] Compiling dse_batch_request.cpp
[799/832] Compiling delayed_connector.cpp
[800/832] Compiling dc_aware_policy.cpp
[801/832] Compiling data_type_parser.cpp
[802/832] Compiling data_type.cpp
[803/832] Compiling control_connector.cpp
[804/832] Compiling connection_pool_manager_initializer.cpp
[805/832] Compiling connector.cpp
[806/832] Compiling control_connection.cpp
[807/832] Compiling connection_pool_manager.cpp
[808/832] Compiling connection_pool_connector.cpp
[809/832] Compiling connection_pool.cpp
[810/832] Compiling config.cpp
[811/832] Compiling connection.cpp
[812/832] Compiling collection_iterator.cpp
[813/832] Compiling collection.cpp
[814/832] 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.
[815/832] Compiling cluster_config.cpp
[816/832] Compiling cluster_connector.cpp
[817/832] Compiling blacklist_policy.cpp
[818/832] Compiling cloud_secure_connection_config.cpp
[819/832] Compiling auth_responses.cpp
[820/832] Compiling cluster.cpp
[821/832] Compiling async.cpp
[822/832] Compiling blacklist_dc_policy.cpp
[823/832] Compiling allocated.cpp
[824/832] Compiling auth_requests.cpp
[825/832] Compiling client_insights.cpp
[826/832] Compiling auth.cpp
[827/832] Compiling batch_request.cpp
[828/832] Compiling address.cpp
[829/832] Compiling ssl_openssl_impl.cpp
[830/832] Compiling abstract_data.cpp
[831/832] Compiling address_factory.cpp
[833/842] 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.
[834/843] 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 {
[835/843] 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 | }
[836/843] 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 |
[837/843] 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)
[838/843] 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)
[839/843] 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
[840/843] 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 |
[841/843] 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 |
[842/843] 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
[843/843] Compiling CassandraClient Decoding.swift
Build complete! (258.23s)
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.9"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.