The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of swift-cassandra-client, reference 0.5.0 (85f017), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 13:29:06 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

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