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 Arrow, reference v21.0.0 (fb3f3d), with Swift 6.1 for Android on 7 Jul 2025 06:59:44 UTC.

Swift 6 data race errors: 28

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apache/arrow-swift.git
Reference: v21.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/apache/arrow-swift
 * tag               v21.0.0    -> FETCH_HEAD
HEAD is now at fb3f3d9 chore: Update supported Swift versions (#64)
Cloned https://github.com/apache/arrow-swift.git
Revision (git rev-parse @):
fb3f3d91be5acd511b7289c7820becc1a68e455d
SUCCESS checkout https://github.com/apache/arrow-swift.git at v21.0.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apache/arrow-swift.git
https://github.com/apache/arrow-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "flatbuffers",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "25.2.10",
            "upper_bound" : "26.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/flatbuffers.git"
    },
    {
      "identity" : "grpc-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.25.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.29.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    }
  ],
  "manifest_display_name" : "Arrow",
  "name" : "Arrow",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Arrow",
      "targets" : [
        "Arrow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ArrowTests",
      "module_type" : "SwiftTarget",
      "name" : "ArrowTests",
      "path" : "Arrow/Tests",
      "sources" : [
        "ArrowTests/ArrayBuilderTest.swift",
        "ArrowTests/ArrayTests.swift",
        "ArrowTests/CDataTests.swift",
        "ArrowTests/CodableTests.swift",
        "ArrowTests/IPCTests.swift",
        "ArrowTests/RecordBatchTests.swift",
        "ArrowTests/TableTests.swift"
      ],
      "target_dependencies" : [
        "Arrow",
        "ArrowC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArrowFlightTests",
      "module_type" : "SwiftTarget",
      "name" : "ArrowFlightTests",
      "path" : "ArrowFlight/Tests",
      "sources" : [
        "ArrowFlightTests/FlightTest.swift"
      ],
      "target_dependencies" : [
        "ArrowFlight"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArrowFlight",
      "module_type" : "SwiftTarget",
      "name" : "ArrowFlight",
      "path" : "ArrowFlight/Sources/ArrowFlight",
      "product_dependencies" : [
        "GRPC",
        "SwiftProtobuf"
      ],
      "sources" : [
        "Flight.grpc.swift",
        "Flight.pb.swift",
        "FlightAction.swift",
        "FlightActionType.swift",
        "FlightClient.swift",
        "FlightCriteria.swift",
        "FlightData.swift",
        "FlightDescriptor.swift",
        "FlightEndpoint.swift",
        "FlightInfo.swift",
        "FlightLocation.swift",
        "FlightPutResult.swift",
        "FlightResult.swift",
        "FlightSchemaResult.swift",
        "FlightServer.swift",
        "FlightSql.pb.swift",
        "FlightTicket.swift",
        "RecordBatchStreamReader.swift",
        "RecordBatchStreamWriter.swift"
      ],
      "target_dependencies" : [
        "Arrow"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ArrowC",
      "module_type" : "ClangTarget",
      "name" : "ArrowC",
      "path" : "Arrow/Sources/ArrowC",
      "product_memberships" : [
        "Arrow"
      ],
      "sources" : [
        "ArrowCData.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Arrow",
      "module_type" : "SwiftTarget",
      "name" : "Arrow",
      "path" : "Arrow/Sources/Arrow",
      "product_dependencies" : [
        "FlatBuffers",
        "Atomics"
      ],
      "product_memberships" : [
        "Arrow"
      ],
      "sources" : [
        "ArrowArray.swift",
        "ArrowArrayBuilder.swift",
        "ArrowBuffer.swift",
        "ArrowBufferBuilder.swift",
        "ArrowCExporter.swift",
        "ArrowCImporter.swift",
        "ArrowData.swift",
        "ArrowDecoder.swift",
        "ArrowEncoder.swift",
        "ArrowReader.swift",
        "ArrowReaderHelper.swift",
        "ArrowSchema.swift",
        "ArrowTable.swift",
        "ArrowType.swift",
        "ArrowWriter.swift",
        "ArrowWriterHelper.swift",
        "BitUtility.swift",
        "ChunkedArray.swift",
        "File_generated.swift",
        "MemoryAllocator.swift",
        "Message_generated.swift",
        "ProtoUtil.swift",
        "Schema_generated.swift",
        "SparseTensor_generated.swift",
        "Tensor_generated.swift"
      ],
      "target_dependencies" : [
        "ArrowC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/grpc/grpc-swift.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/google/flatbuffers.git
[1/1807] Fetching swift-atomics
[435/53077] Fetching swift-atomics, grpc-swift
[12062/140771] Fetching swift-atomics, grpc-swift, flatbuffers
[29764/180574] Fetching swift-atomics, grpc-swift, flatbuffers, swift-protobuf
Fetched https://github.com/apple/swift-atomics.git from cache (11.42s)
Fetched https://github.com/google/flatbuffers.git from cache (11.51s)
Fetched https://github.com/grpc/grpc-swift.git from cache (11.93s)
Fetched https://github.com/apple/swift-protobuf.git from cache (11.96s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (12.53s)
Computing version for https://github.com/google/flatbuffers.git
warning: 'flatbuffers': /Package.swift:23:11: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
21 |   name: "FlatBuffers",
22 |   platforms: [
23 |     .iOS(.v11),
   |           `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
24 |     .macOS(.v10_14),
25 |   ],
Computed https://github.com/google/flatbuffers.git at 25.2.10 (0.43s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.56s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.26.1 (2.36s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/3833] Fetching swift-log
[3834/15427] Fetching swift-log, swift-nio-http2
[4066/18100] Fetching swift-log, swift-nio-http2, swift-nio-transport-services
[4539/24132] Fetching swift-log, swift-nio-http2, swift-nio-transport-services, swift-nio-extras
[7450/40872] Fetching swift-log, swift-nio-http2, swift-nio-transport-services, swift-nio-extras, swift-collections
[7566/55798] Fetching swift-log, swift-nio-http2, swift-nio-transport-services, swift-nio-extras, swift-collections, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (0.64s)
[13800/51965] Fetching swift-nio-http2, swift-nio-transport-services, swift-nio-extras, swift-collections, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.97s)
[15560/45933] Fetching swift-nio-http2, swift-nio-transport-services, swift-collections, swift-nio-ssl
[25654/122350] Fetching swift-nio-http2, swift-nio-transport-services, swift-collections, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.99s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.00s)
Fetched https://github.com/apple/swift-collections.git from cache (3.02s)
[59248/91343] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.30s)
[49672/76417] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.64s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.0 (7.86s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.37.0 (0.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.84.0 (0.92s)
Fetching https://github.com/apple/swift-system.git
[1/4495] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.54s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.12s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.02s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (1.51s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5959] Fetching swift-algorithms
[1015/7128] Fetching swift-algorithms, swift-http-structured-headers
[3283/9554] Fetching swift-algorithms, swift-http-structured-headers, swift-service-lifecycle
[3451/14544] Fetching swift-algorithms, swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms
[6018/20788] Fetching swift-algorithms, swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.65s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.66s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.66s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.66s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetched https://github.com/apple/swift-certificates.git from cache (0.68s)
[1/1616] Fetching swift-asn1
[115/2520] Fetching swift-asn1, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.32s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.34s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.74s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.68s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.70s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.73s)
Fetching https://github.com/apple/swift-crypto.git
[1/15679] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.72s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.87s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.90s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.64s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.52s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (3.63s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (1.10s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.85s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.02s)
Creating working copy for https://github.com/google/flatbuffers.git
Working copy of https://github.com/google/flatbuffers.git resolved at 25.2.10
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.84.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.37.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
warning: 'flatbuffers': /host/spi-builder-workspace/.build/checkouts/flatbuffers/Package.swift:23:11: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
21 |   name: "FlatBuffers",
22 |   platforms: [
23 |     .iOS(.v11),
   |           `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
24 |     .macOS(.v10_14),
25 |   ],
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin GRPCSwiftPlugin
Building for debugging...
[2/442] Write sources
[5/442] Copying PrivacyInfo.xcprivacy
[6/442] Write sources
[25/442] Compiling CNIOWindows shim.c
[26/442] Compiling CNIOWindows WSAStartup.c
[26/442] Compiling _AtomicsShims.c
[28/442] Compiling CNIOWASI CNIOWASI.c
[29/442] Compiling CNIOLinux liburing_shims.c
[30/442] Compiling ArrowC ArrowCData.c
[31/442] Compiling CNIODarwin shim.c
[32/442] Compiling CNIOLLHTTP c_nio_http.c
[33/442] Compiling CNIOLinux shim.c
[34/442] Compiling fiat_p256_adx_sqr.S
[35/442] Compiling fiat_p256_adx_mul.S
[36/442] Compiling fiat_curve25519_adx_square.S
[37/442] Compiling fiat_curve25519_adx_mul.S
[38/442] Compiling CNIOLLHTTP c_nio_api.c
[39/442] Write swift-version-24593BA9C3E375BF.txt
[40/442] Compiling CNIOLLHTTP c_nio_llhttp.c
[41/444] Compiling CNIOBoringSSLShims shims.c
[43/448] Emitting module _NIOBase64
[44/448] Emitting module _NIODataStructures
[44/448] Compiling tls_record.cc
[45/448] Compiling tls_method.cc
[46/448] Compiling tls13_client.cc
[47/448] Compiling tls13_both.cc
[48/448] Compiling tls13_enc.cc
[49/448] Compiling tls13_server.cc
[50/587] Compiling t1_enc.cc
[52/587] Compiling SwiftProtobuf FieldTag.swift
[53/587] Compiling SwiftProtobuf FieldTypes.swift
[55/587] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[56/590] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[57/590] Compiling SwiftProtobuf AnyMessageStorage.swift
[58/590] Compiling SwiftProtobuf ExtensionFields.swift
[59/590] Compiling SwiftProtobuf ExtensionMap.swift
[60/590] Emitting module InternalCollectionsUtilities
[63/590] Compiling SwiftProtobuf BinaryDecoder.swift
[64/590] Compiling SwiftProtobuf BinaryDecodingError.swift
[65/590] Compiling SwiftProtobuf CustomJSONCodable.swift
[66/590] Compiling SwiftProtobuf Decoder.swift
[67/590] Compiling SwiftProtobuf ExtensibleMessage.swift
[68/590] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[69/590] Compiling SwiftProtobuf DoubleParser.swift
[70/590] Compiling SwiftProtobuf Enum.swift
[71/590] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[72/590] Compiling Logging LogHandler.swift
[73/590] Compiling SwiftProtobuf AnyUnpackError.swift
[74/590] Compiling SwiftProtobuf AsyncMessageSequence.swift
[75/590] Compiling _NIOBase64 Base64.swift
[76/590] Compiling _NIODataStructures _TinyArray.swift
[80/591] Compiling _NIODataStructures PriorityQueue.swift
[81/591] Compiling _NIODataStructures Heap.swift
[84/592] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/593] Compiling Atomics IntegerOperations.swift
[86/593] Compiling Atomics Unmanaged extensions.swift
[87/593] Emitting module Atomics
[96/609] Compiling DequeModule _DequeBuffer.swift
[97/609] Compiling DequeModule _DequeBufferHeader.swift
[98/611] Compiling DequeModule Deque+CustomReflectable.swift
[99/611] Compiling DequeModule Deque+Descriptions.swift
[99/611] Compiling ssl_x509.cc
[101/611] Compiling Logging MetadataProvider.swift
[102/611] Compiling DequeModule _DequeSlot.swift
[103/611] Compiling DequeModule _UnsafeWrappedBuffer.swift
[104/611] Emitting module Logging
[105/611] Compiling Logging Locks.swift
[106/611] Compiling Logging Logging.swift
[107/612] Compiling DequeModule Deque+Equatable.swift
[108/612] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[109/612] Compiling DequeModule Deque+Extras.swift
[110/612] Compiling DequeModule Deque+Hashable.swift
[111/612] Compiling DequeModule Deque+Testing.swift
[112/612] Compiling DequeModule Deque._Storage.swift
[113/612] Compiling DequeModule Deque._UnsafeHandle.swift
[114/612] Compiling DequeModule Deque.swift
[114/612] Compiling ssl_versions.cc
[115/612] Compiling ssl_transcript.cc
[118/612] Compiling DequeModule Deque+Codable.swift
[119/612] Compiling DequeModule Deque+Collection.swift
[120/612] Emitting module DequeModule
[120/613] Compiling ssl_stat.cc
[135/615] Emitting module FlatBuffers
[142/615] Compiling FlatBuffers Verifiable.swift
[143/615] Compiling FlatBuffers Verifier.swift
[156/627] Compiling ssl_privkey.cc
[158/627] Emitting module SwiftProtobuf
[159/627] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[160/627] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[161/627] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[162/627] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[163/627] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[164/627] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[165/627] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[166/627] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[167/627] Compiling SwiftProtobuf HashVisitor.swift
[168/627] Compiling SwiftProtobuf Internal.swift
[169/627] Compiling SwiftProtobuf JSONDecoder.swift
[170/627] Compiling SwiftProtobuf JSONDecodingError.swift
[170/627] Compiling ssl_session.cc
[171/627] Compiling ssl_key_share.cc
[172/627] Compiling ssl_file.cc
[174/627] Compiling SwiftProtobuf JSONDecodingOptions.swift
[175/627] Compiling SwiftProtobuf JSONEncoder.swift
[176/627] Compiling SwiftProtobuf JSONEncodingError.swift
[177/627] Compiling SwiftProtobuf JSONEncodingOptions.swift
[178/627] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[179/627] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[180/627] Compiling SwiftProtobuf JSONScanner.swift
[181/627] Compiling SwiftProtobuf MathUtils.swift
[182/627] Compiling SwiftProtobuf Message+AnyAdditions.swift
[183/627] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[184/627] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[185/627] Compiling SwiftProtobuf Message+FieldMask.swift
[185/627] Compiling ssl_lib.cc
[186/627] Compiling ssl_credential.cc
[188/627] Compiling SwiftProtobuf ProtobufMap.swift
[189/627] Compiling SwiftProtobuf SelectiveVisitor.swift
[190/627] Compiling SwiftProtobuf SimpleExtensionMap.swift
[191/627] Compiling SwiftProtobuf StringUtils.swift
[192/627] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[193/627] Compiling SwiftProtobuf SwiftProtobufError.swift
[194/627] Compiling SwiftProtobuf TextFormatDecoder.swift
[195/627] Compiling SwiftProtobuf TextFormatDecodingError.swift
[196/627] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[197/627] Compiling SwiftProtobuf TextFormatEncoder.swift
[198/627] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[199/627] Compiling SwiftProtobuf Message+JSONAdditions.swift
[200/627] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[201/627] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[202/627] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[203/627] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[204/627] Compiling SwiftProtobuf Message.swift
[205/627] Compiling SwiftProtobuf MessageExtension.swift
[206/627] Compiling SwiftProtobuf NameMap.swift
[207/627] Compiling SwiftProtobuf PathDecoder.swift
[208/627] Compiling SwiftProtobuf PathVisitor.swift
[209/627] Compiling SwiftProtobuf ProtoNameProviding.swift
[210/627] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[211/627] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[212/627] Compiling SwiftProtobuf TextFormatScanner.swift
[213/627] Compiling SwiftProtobuf TimeUtils.swift
[214/627] Compiling SwiftProtobuf UnknownStorage.swift
[215/627] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[216/627] Compiling SwiftProtobuf Varint.swift
[217/627] Compiling SwiftProtobuf Version.swift
[218/627] Compiling SwiftProtobuf Visitor.swift
[219/627] Compiling SwiftProtobuf WireFormat.swift
[220/627] Compiling SwiftProtobuf ZigZag.swift
[221/627] Compiling SwiftProtobuf any.pb.swift
[221/627] Compiling ssl_cipher.cc
[222/627] Compiling ssl_buffer.cc
[223/627] Compiling ssl_cert.cc
[224/627] Compiling ssl_asn1.cc
[225/627] Compiling ssl_aead_ctx.cc
[226/627] Compiling s3_pkt.cc
[227/627] Compiling s3_lib.cc
[237/627] Compiling SwiftProtobuf BinaryEncodingError.swift
[238/627] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[239/627] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[240/627] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[240/627] Compiling s3_both.cc
[241/627] Compiling handshake_server.cc
[242/627] Compiling handshake.cc
[243/627] Compiling handoff.cc
[244/627] Compiling handshake_client.cc
[245/627] Compiling encrypted_client_hello.cc
[246/627] Compiling extensions.cc
[247/627] Compiling dtls_record.cc
[248/627] Compiling md5-x86_64-linux.S
[249/627] Compiling md5-x86_64-apple.S
[250/627] Compiling dtls_method.cc
[251/627] Compiling md5-586-linux.S
[252/627] Compiling md5-586-apple.S
[253/627] Compiling chacha20_poly1305_x86_64-linux.S
[254/627] Compiling chacha20_poly1305_x86_64-apple.S
[255/627] Compiling d1_srtp.cc
[256/627] Compiling chacha20_poly1305_armv8-win.S
[257/627] Compiling bio_ssl.cc
[258/627] Compiling d1_pkt.cc
[259/627] Compiling chacha20_poly1305_armv8-apple.S
[260/627] Compiling chacha-x86_64-linux.S
[261/627] Compiling chacha20_poly1305_armv8-linux.S
[262/627] Compiling chacha-x86_64-apple.S
[263/627] Compiling chacha-x86-linux.S
[264/627] Compiling chacha-x86-apple.S
[265/627] Compiling chacha-armv8-win.S
[266/627] Compiling chacha-armv8-apple.S
[267/627] Compiling aes128gcmsiv-x86_64-linux.S
[268/627] Compiling chacha-armv4-linux.S
[269/627] Compiling chacha-armv8-linux.S
[270/627] Compiling aes128gcmsiv-x86_64-apple.S
[271/627] Compiling x86_64-mont5-apple.S
[272/627] Compiling d1_lib.cc
[273/627] Compiling x86_64-mont5-linux.S
[274/627] Compiling x86_64-mont-linux.S
[275/627] Compiling x86_64-mont-apple.S
[276/627] Compiling x86-mont-linux.S
[277/627] Compiling x86-mont-apple.S
[278/627] Compiling vpaes-x86_64-linux.S
[279/627] Compiling vpaes-x86_64-apple.S
[280/627] Compiling vpaes-x86-apple.S
[281/627] Compiling vpaes-armv8-win.S
[282/627] Compiling vpaes-x86-linux.S
[283/627] Compiling vpaes-armv8-linux.S
[284/627] Compiling vpaes-armv8-apple.S
[285/627] Compiling sha512-x86_64-apple.S
[286/627] Compiling vpaes-armv7-linux.S
[287/627] Compiling sha512-x86_64-linux.S
[288/627] Compiling sha512-armv8-apple.S
[289/627] Compiling sha512-586-linux.S
[290/627] Compiling sha512-armv8-win.S
[291/627] Compiling err_data.cc
[292/627] Compiling sha512-armv8-linux.S
[293/627] Compiling sha512-armv4-linux.S
[294/627] Compiling sha512-586-apple.S
[295/627] Compiling sha256-x86_64-apple.S
[296/627] Compiling sha256-x86_64-linux.S
[297/627] Compiling sha256-armv8-win.S
[298/627] Compiling sha256-armv8-apple.S
[299/627] Compiling sha256-armv4-linux.S
[300/627] Compiling sha256-armv8-linux.S
[301/627] Compiling sha256-586-apple.S
[302/627] Compiling sha256-586-linux.S
[303/627] Compiling sha1-x86_64-linux.S
[304/627] Compiling sha1-x86_64-apple.S
[305/627] Compiling sha1-armv8-win.S
[306/627] Compiling sha1-armv8-linux.S
[307/627] Compiling sha1-armv8-apple.S
[308/627] Compiling sha1-armv4-large-linux.S
[309/627] Compiling sha1-586-apple.S
[310/627] Compiling sha1-586-linux.S
[311/627] Compiling rsaz-avx2-linux.S
[312/627] Compiling rdrand-x86_64-linux.S
[313/627] Compiling rsaz-avx2-apple.S
[313/627] Compiling p256_beeu-x86_64-asm-apple.S
[315/627] Compiling p256_beeu-x86_64-asm-linux.S
[315/627] Compiling rdrand-x86_64-apple.S
[317/627] Compiling d1_both.cc
[318/627] Compiling p256-x86_64-asm-linux.S
[319/627] Compiling p256_beeu-armv8-asm-linux.S
[320/627] Compiling p256_beeu-armv8-asm-win.S
[321/627] Compiling p256_beeu-armv8-asm-apple.S
[321/627] Compiling p256-x86_64-asm-apple.S
[323/627] Compiling p256-armv8-asm-win.S
[324/627] Compiling p256-armv8-asm-linux.S
[325/627] Compiling ghashv8-armv8-apple.S
[325/627] Compiling ghashv8-armv8-win.S
[327/627] Compiling p256-armv8-asm-apple.S
[327/627] Compiling ghashv8-armv8-linux.S
[329/627] Compiling ghashv8-armv7-linux.S
[330/627] Compiling ghash-x86_64-linux.S
[331/627] Compiling ghash-x86-linux.S
[332/627] Compiling ghash-ssse3-x86-apple.S
[333/627] Compiling ghash-x86-apple.S
[334/627] Compiling ghash-ssse3-x86_64-apple.S
[335/627] Compiling ghash-x86_64-apple.S
[336/627] Compiling ghash-ssse3-x86_64-linux.S
[337/627] Compiling ghash-ssse3-x86-linux.S
[338/627] Compiling ghash-neon-armv8-linux.S
[339/627] Compiling ghash-neon-armv8-win.S
[340/627] Compiling ghash-neon-armv8-apple.S
[341/627] Compiling bsaes-armv7-linux.S
[342/627] Compiling ghash-armv4-linux.S
[343/627] Compiling co-586-linux.S
[344/627] Compiling bn-armv8-apple.S
[345/627] Compiling co-586-apple.S
[346/627] Compiling bn-armv8-win.S
[347/627] Compiling bn-armv8-linux.S
[348/627] Compiling bn-586-apple.S
[349/627] Compiling armv8-mont-win.S
[350/627] Compiling bn-586-linux.S
[351/627] Compiling armv8-mont-apple.S
[352/627] Compiling aesv8-gcm-armv8-win.S
[353/627] Compiling armv4-mont-linux.S
[354/627] Compiling armv8-mont-linux.S
[355/627] Compiling aesv8-gcm-armv8-apple.S
[356/627] Compiling aesv8-armv8-win.S
[357/627] Compiling aesv8-armv8-linux.S
[358/627] Compiling aesv8-gcm-armv8-linux.S
[359/627] Compiling aesv8-armv8-apple.S
[360/627] Compiling aesv8-armv7-linux.S
[361/627] Compiling aesni-x86_64-linux.S
[362/627] Compiling aesni-gcm-x86_64-linux.S
[363/627] Compiling aesni-x86-linux.S
[364/627] Compiling aesni-x86_64-apple.S
[365/627] Compiling aesni-x86-apple.S
[366/627] Compiling aesni-gcm-x86_64-apple.S
[367/627] Compiling aes-gcm-avx2-x86_64-linux.S
[368/627] Compiling aes-gcm-avx2-x86_64-apple.S
[369/627] Compiling aes-gcm-avx10-x86_64-linux.S
[370/627] Compiling aes-gcm-avx10-x86_64-apple.S
[371/627] Compiling x_sig.cc
[372/627] Compiling x_x509a.cc
[373/627] Compiling x_val.cc
[374/627] Compiling x_pubkey.cc
[375/627] Compiling x_x509.cc
[376/627] Compiling x_req.cc
[376/627] Compiling x_spki.cc
[378/627] Compiling x_exten.cc
[379/627] Compiling x_name.cc
[380/627] Compiling x_crl.cc
[381/627] Compiling x_attrib.cc
[382/627] Compiling x509spki.cc
[383/627] Compiling x_all.cc
[384/627] Compiling x_algor.cc
[385/627] Compiling x509rset.cc
[386/627] Compiling x509cset.cc
[387/627] Compiling x509name.cc
[388/627] Compiling x509_vpm.cc
[389/627] Compiling x509_v3.cc
[390/627] Compiling x509_txt.cc
[391/627] Compiling x509_vfy.cc
[392/627] Compiling x509_trs.cc
[393/627] Compiling x509_obj.cc
[394/627] Compiling x509_req.cc
[395/627] Compiling x509_set.cc
[397/627] Compiling SwiftProtobuf api.pb.swift
[398/627] Compiling SwiftProtobuf descriptor.pb.swift
[399/627] Compiling SwiftProtobuf duration.pb.swift
[400/627] Compiling SwiftProtobuf empty.pb.swift
[401/627] Compiling SwiftProtobuf field_mask.pb.swift
[402/627] Compiling SwiftProtobuf source_context.pb.swift
[403/627] Compiling SwiftProtobuf struct.pb.swift
[404/627] Compiling SwiftProtobuf timestamp.pb.swift
[405/627] Compiling SwiftProtobuf type.pb.swift
[406/627] Compiling SwiftProtobuf wrappers.pb.swift
[407/627] Compiling SwiftProtobuf resource_bundle_accessor.swift
[407/628] Compiling x509_lu.cc
[409/628] Compiling x509_ext.cc
[410/628] Compiling x509_def.cc
[411/628] Compiling x509_d2.cc
[412/628] Compiling x509.cc
[413/628] Compiling x509_att.cc
[414/628] Compiling x509_cmp.cc
[415/628] Compiling v3_skey.cc
[416/628] Compiling v3_utl.cc
[417/628] Compiling v3_purp.cc
[418/628] Compiling v3_prn.cc
[419/628] Compiling v3_pmaps.cc
[420/628] Compiling v3_ocsp.cc
[421/628] Compiling v3_pcons.cc
[422/628] Compiling v3_ncons.cc
[423/628] Compiling v3_int.cc
[424/628] Compiling v3_info.cc
[425/628] Compiling v3_ia5.cc
[426/628] Compiling v3_lib.cc
[427/628] Compiling v3_enum.cc
[427/628] Compiling v3_genn.cc
[429/628] Compiling v3_extku.cc
[430/628] Compiling v3_crld.cc
[431/628] Compiling v3_cpols.cc
[432/628] Compiling v3_conf.cc
[433/628] Compiling v3_bcons.cc
[434/628] Compiling v3_bitst.cc
[435/628] Compiling v3_akeya.cc
[436/628] Compiling v3_akey.cc
[437/628] Compiling t_x509a.cc
[438/628] Compiling v3_alt.cc
[439/628] Compiling t_x509.cc
[440/628] Compiling t_req.cc
[441/628] Compiling t_crl.cc
[442/628] Compiling rsa_pss.cc
[443/628] Compiling i2d_pr.cc
[444/628] Compiling name_print.cc
[445/628] Compiling algorithm.cc
[446/628] Compiling policy.cc
[447/628] Compiling a_verify.cc
[448/628] Compiling by_file.cc
[449/628] Compiling by_dir.cc
[450/628] Compiling asn1_gen.cc
[451/628] Compiling a_sign.cc
[452/628] Compiling a_digest.cc
[453/628] Compiling thread_win.cc
[454/628] Compiling voprf.cc
[455/628] Compiling thread_none.cc
[456/628] Compiling trust_token.cc
[457/628] Compiling pmbtoken.cc
[458/628] Compiling thread_pthread.cc
[459/628] Compiling thread.cc
[460/628] Compiling stack.cc
[461/628] Compiling slhdsa.cc
[462/628] Compiling siphash.cc
[463/628] Compiling spake2plus.cc
[464/628] Compiling sha256.cc
[465/628] Compiling sha512.cc
[466/628] Compiling sha1.cc
[467/628] Compiling rsa_print.cc
[468/628] Compiling rsa_extra.cc
[469/628] Compiling refcount.cc
[470/628] Compiling windows.cc
[471/628] Compiling rsa_crypt.cc
[472/628] Compiling rc4.cc
[473/628] Compiling urandom.cc
[474/628] Compiling trusty.cc
[475/628] Compiling rand.cc
[476/628] Compiling rsa_asn1.cc
[477/628] Compiling passive.cc
[478/628] Compiling ios.cc
[479/628] Compiling getentropy.cc
[480/628] Compiling poly1305_arm_asm.S
[481/628] Compiling forkunsafe.cc
[482/628] Compiling fork_detect.cc
[483/628] Compiling deterministic.cc
[484/628] Compiling poly1305_vec.cc
[485/628] Compiling poly1305.cc
[486/628] Compiling pool.cc
[487/628] Compiling poly1305_arm.cc
[488/628] Compiling pkcs7.cc
[489/628] Compiling pkcs7_x509.cc
[490/628] Compiling pkcs8.cc
[491/628] Compiling pkcs8_x509.cc
[492/628] Compiling p5_pbev2.cc
[493/628] Compiling pem_xaux.cc
[494/628] Compiling pem_x509.cc
[495/628] Compiling pem_pkey.cc
[496/628] Compiling pem_lib.cc
[497/628] Compiling mlkem.cc
[498/628] Compiling pem_pk8.cc
[499/628] Compiling pem_info.cc
[500/628] Compiling obj_xref.cc
[501/628] Compiling mldsa.cc
[502/628] Compiling pem_oth.cc
[503/628] Compiling obj.cc
[504/628] Compiling poly_rq_mul.S
[505/628] Compiling mem.cc
[506/628] Compiling fips_shared_support.cc
[507/628] Compiling pem_all.cc
[508/628] Compiling md5.cc
[509/628] Compiling md4.cc
[510/628] Compiling lhash.cc
[511/628] Compiling kyber.cc
[512/628] Compiling sign.cc
[513/628] Compiling ex_data.cc
[514/628] Compiling hpke.cc
[515/628] Compiling scrypt.cc
[516/628] Compiling hrss.cc
[517/628] Compiling print.cc
[518/628] Compiling pbkdf.cc
[519/628] Compiling p_x25519.cc
[520/628] Compiling p_rsa_asn1.cc
[521/628] Compiling p_x25519_asn1.cc
[522/628] Compiling p_rsa.cc
[523/628] Compiling p_hkdf.cc
[524/628] Compiling p_ed25519.cc
[525/628] Compiling p_ed25519_asn1.cc
[526/628] Compiling p_ec.cc
[527/628] Compiling p_ec_asn1.cc
[528/628] Compiling p_dh_asn1.cc
[529/628] Compiling p_dh.cc
[530/628] Compiling evp_ctx.cc
[531/628] Compiling p_dsa_asn1.cc
[532/628] Compiling evp_asn1.cc
[533/628] Compiling evp.cc
[534/628] Compiling err.cc
[535/628] Compiling engine.cc
[536/628] Compiling hash_to_curve.cc
[537/628] Compiling ecdh.cc
[538/628] Compiling ecdsa_asn1.cc
[539/628] Compiling bcm.cc
[540/628] Compiling ec_derive.cc
[541/628] Compiling dsa.cc
[542/628] Compiling ec_asn1.cc
[543/628] Compiling params.cc
[544/628] Compiling dsa_asn1.cc
[545/628] Compiling x25519-asm-arm.S
[546/628] Compiling digest_extra.cc
[547/628] Compiling des.cc
[548/628] Compiling dh_asn1.cc
[549/628] Compiling curve25519_64_adx.cc
[550/628] Compiling cpu_intel.cc
[551/628] Compiling crypto.cc
[552/628] Compiling spake25519.cc
[553/628] Compiling cpu_arm_linux.cc
[554/628] Compiling curve25519.cc
[555/628] Compiling cpu_arm_freebsd.cc
[556/628] Compiling cpu_aarch64_win.cc
[557/628] Compiling cpu_aarch64_sysreg.cc
[558/628] Compiling cpu_aarch64_openbsd.cc
[559/628] Compiling cpu_aarch64_linux.cc
[560/628] Compiling cpu_aarch64_fuchsia.cc
[561/628] Compiling tls_cbc.cc
[562/628] Compiling cpu_aarch64_apple.cc
[563/628] Compiling get_cipher.cc
[564/628] Compiling conf.cc
[565/628] Compiling e_null.cc
[566/628] Compiling e_tls.cc
[567/628] Compiling e_rc4.cc
[568/628] Compiling e_rc2.cc
[569/628] Compiling e_des.cc
[570/628] Compiling e_chacha20poly1305.cc
[571/628] Compiling e_aesgcmsiv.cc
[572/628] Compiling e_aesctrhmac.cc
[573/628] Compiling chacha.cc
[574/628] Compiling derive_key.cc
[575/628] Compiling unicode.cc
[576/628] Compiling buf.cc
[577/628] Compiling ber.cc
[578/628] Compiling cbs.cc
[579/628] Compiling cbb.cc
[580/628] Compiling asn1_compat.cc
[581/628] Compiling convert.cc
[582/628] Compiling bn_asn1.cc
[583/628] Compiling blake2.cc
[584/628] Compiling socket_helper.cc
[585/628] Compiling socket.cc
[586/628] Compiling printf.cc
[587/628] Compiling pair.cc
[588/628] Compiling hexdump.cc
[589/628] Compiling file.cc
[590/628] Compiling errno.cc
[591/628] Compiling fd.cc
[592/628] Compiling connect.cc
[593/628] Compiling bio.cc
[594/628] Compiling bio_mem.cc
[595/628] Compiling base64.cc
[596/628] Compiling tasn_typ.cc
[597/628] Compiling tasn_fre.cc
[598/628] Compiling posix_time.cc
[599/628] Compiling tasn_new.cc
[600/628] Compiling tasn_utl.cc
[601/628] Compiling tasn_enc.cc
[602/628] Compiling f_string.cc
[603/628] Compiling asn1_par.cc
[604/628] Compiling asn_pack.cc
[605/628] Compiling f_int.cc
[606/628] Compiling tasn_dec.cc
[607/628] Compiling asn1_lib.cc
[608/628] Compiling a_utctm.cc
[609/628] Compiling a_type.cc
[610/628] Compiling a_octet.cc
[611/628] Compiling a_strex.cc
[612/628] Compiling a_time.cc
[613/628] Compiling a_strnid.cc
[614/628] Compiling a_object.cc
[615/628] Compiling a_i2d_fp.cc
[616/628] Compiling a_dup.cc
[617/628] Compiling a_d2i_fp.cc
[618/628] Compiling a_mbstr.cc
[619/628] Compiling CGRPCZlib empty.c
[620/628] Write sources
[622/628] Compiling a_int.cc
[623/651] Compiling a_gentm.cc
[624/651] Compiling a_bool.cc
[625/651] Compiling a_bitstr.cc
[627/651] Compiling Arrow ArrowCExporter.swift
/host/spi-builder-workspace/Arrow/Sources/Arrow/ArrowCExporter.swift:78:24: warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 76 |     }
 77 |
 78 |     private static var exportedData = [Int: ExportData]()
    |                        |- warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'exportedData' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'exportedData' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 79 |     public init() {}
 80 |
[628/651] Compiling Arrow ArrowCImporter.swift
/host/spi-builder-workspace/Arrow/Sources/Arrow/ArrowCExporter.swift:78:24: warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 76 |     }
 77 |
 78 |     private static var exportedData = [Int: ExportData]()
    |                        |- warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'exportedData' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'exportedData' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 79 |     public init() {}
 80 |
[629/651] Compiling Arrow ArrowData.swift
/host/spi-builder-workspace/Arrow/Sources/Arrow/ArrowCExporter.swift:78:24: warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 76 |     }
 77 |
 78 |     private static var exportedData = [Int: ExportData]()
    |                        |- warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'exportedData' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'exportedData' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 79 |     public init() {}
 80 |
[630/654] Compiling Arrow MemoryAllocator.swift
[631/654] Compiling Arrow Message_generated.swift
[632/654] Compiling Arrow ProtoUtil.swift
[633/654] Compiling Arrow BitUtility.swift
[634/654] Compiling Arrow ChunkedArray.swift
[635/654] Compiling Arrow File_generated.swift
[636/654] Compiling Arrow ArrowReaderHelper.swift
[637/654] Compiling Arrow ArrowSchema.swift
[638/654] Compiling Arrow ArrowTable.swift
[639/654] Compiling Arrow ArrowType.swift
[640/654] Compiling Arrow ArrowWriter.swift
[641/654] Compiling Arrow ArrowWriterHelper.swift
[642/654] Compiling Arrow ArrowDecoder.swift
[643/654] Compiling Arrow ArrowEncoder.swift
[644/654] Compiling Arrow ArrowReader.swift
[645/654] Emitting module Arrow
/host/spi-builder-workspace/Arrow/Sources/Arrow/ArrowCExporter.swift:78:24: warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 76 |     }
 77 |
 78 |     private static var exportedData = [Int: ExportData]()
    |                        |- warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'exportedData' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'exportedData' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 79 |     public init() {}
 80 |
[646/654] Compiling Arrow ArrowArray.swift
[647/654] Compiling Arrow ArrowArrayBuilder.swift
[648/654] Compiling Arrow ArrowBuffer.swift
[649/654] Compiling Arrow ArrowBufferBuilder.swift
[649/654] Compiling c-nioatomics.c
[650/654] Compiling c-atomics.c
[652/660] Compiling Arrow Schema_generated.swift
[653/660] Compiling Arrow SparseTensor_generated.swift
[654/660] Compiling Arrow Tensor_generated.swift
[656/661] Compiling NIOConcurrencyHelpers NIOLock.swift
[657/661] Compiling NIOConcurrencyHelpers lock.swift
[658/661] Emitting module NIOConcurrencyHelpers
[659/661] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[660/661] Compiling NIOConcurrencyHelpers atomics.swift
[661/661] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[663/723] Compiling NIOCore NIOAny.swift
[664/723] Compiling NIOCore NIOCloseOnErrorHandler.swift
[665/723] Compiling NIOCore NIOCoreSendableMetatype.swift
[666/723] Compiling NIOCore NIOLoopBound.swift
[667/723] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[668/723] Compiling NIOCore NIOScheduledCallback.swift
[669/723] Compiling NIOCore NIOSendable.swift
[670/723] Compiling NIOCore RecvByteBufferAllocator.swift
[671/731] Compiling NIOCore IOData.swift
[672/731] Compiling NIOCore IPProtocol.swift
[673/731] Compiling NIOCore IntegerBitPacking.swift
[674/731] Compiling NIOCore IntegerTypes.swift
[675/731] Compiling NIOCore Interfaces.swift
[676/731] Compiling NIOCore Linux.swift
[677/731] Compiling NIOCore MarkedCircularBuffer.swift
[678/731] Compiling NIOCore MulticastChannel.swift
[679/731] Compiling NIOCore EventLoopFuture+Deprecated.swift
[680/731] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[681/731] Compiling NIOCore EventLoopFuture.swift
[682/731] Compiling NIOCore FileDescriptor.swift
[683/731] Compiling NIOCore FileHandle.swift
[684/731] Compiling NIOCore FileRegion.swift
[685/731] Compiling NIOCore GlobalSingletons.swift
[686/731] Compiling NIOCore IO.swift
[687/731] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[688/731] Compiling NIOCore SocketAddresses.swift
[689/731] Compiling NIOCore SocketOptionProvider.swift
[690/731] Compiling NIOCore SystemCallHelpers.swift
[691/731] Compiling NIOCore TimeAmount+Duration.swift
[692/731] Compiling NIOCore TypeAssistedChannelHandler.swift
[693/731] Compiling NIOCore UniversalBootstrapSupport.swift
[694/731] Compiling NIOCore Utilities.swift
[695/731] Compiling NIOCore CircularBuffer.swift
[696/731] Compiling NIOCore Codec.swift
[697/731] Compiling NIOCore ConvenienceOptionSupport.swift
[698/731] Compiling NIOCore DeadChannel.swift
[699/731] Compiling NIOCore DispatchQueue+WithFuture.swift
[700/731] Compiling NIOCore EventLoop+Deprecated.swift
[701/731] Compiling NIOCore EventLoop+SerialExecutor.swift
[702/731] Compiling NIOCore EventLoop.swift
[703/731] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[704/731] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[705/731] Compiling NIOCore BSDSocketAPI.swift
[706/731] Compiling NIOCore ByteBuffer-aux.swift
[707/731] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[708/731] Compiling NIOCore ByteBuffer-conversions.swift
[709/731] Compiling NIOCore ByteBuffer-core.swift
[710/731] Compiling NIOCore ByteBuffer-hex.swift
[711/731] Compiling NIOCore ByteBuffer-int.swift
[712/731] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[713/731] Compiling NIOCore AddressedEnvelope.swift
[714/731] Compiling NIOCore AsyncAwaitSupport.swift
[715/731] Compiling NIOCore AsyncChannel.swift
[716/731] Compiling NIOCore AsyncChannelHandler.swift
[717/731] Compiling NIOCore AsyncChannelInboundStream.swift
[718/731] Compiling NIOCore AsyncChannelOutboundWriter.swift
[719/731] Compiling NIOCore NIOAsyncSequenceProducer.swift
[720/731] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[721/731] Compiling NIOCore NIOAsyncWriter.swift
[722/731] Compiling NIOCore ByteBuffer-multi-int.swift
[723/731] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[724/731] Compiling NIOCore ByteBuffer-views.swift
[725/731] Compiling NIOCore Channel.swift
[726/731] Compiling NIOCore ChannelHandler.swift
[727/731] Compiling NIOCore ChannelHandlers.swift
[728/731] Compiling NIOCore ChannelInvoker.swift
[729/731] Compiling NIOCore ChannelOption.swift
[730/731] Compiling NIOCore ChannelPipeline.swift
[731/731] Emitting module NIOCore
[733/783] Emitting module NIOEmbedded
[734/783] Compiling NIOEmbedded AsyncTestingChannel.swift
[735/783] Compiling NIOEmbedded Embedded.swift
[736/783] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[738/784] Compiling NIOPosix Pool.swift
[739/784] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[740/784] Compiling NIOPosix PosixSingletons.swift
[741/784] Compiling NIOPosix RawSocketBootstrap.swift
[742/784] Compiling NIOPosix Resolver.swift
[743/784] Compiling NIOPosix Selectable.swift
[744/790] Compiling NIOPosix IO.swift
[745/790] Compiling NIOPosix IntegerBitPacking.swift
[746/790] Compiling NIOPosix IntegerTypes.swift
[747/790] Compiling NIOPosix Linux.swift
[748/790] Compiling NIOPosix LinuxCPUSet.swift
[749/790] Compiling NIOPosix LinuxUring.swift
[750/790] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[751/790] Compiling NIOPosix ThreadPosix.swift
[752/790] Compiling NIOPosix ThreadWindows.swift
[753/790] Compiling NIOPosix UnsafeTransfer.swift
[754/790] Compiling NIOPosix Utilities.swift
[755/790] Compiling NIOPosix VsockAddress.swift
[756/790] Compiling NIOPosix VsockChannelEvents.swift
[757/790] Compiling NIOPosix ServerSocket.swift
[758/790] Compiling NIOPosix Socket.swift
[759/790] Compiling NIOPosix SocketChannel.swift
[760/790] Compiling NIOPosix SocketProtocols.swift
[761/790] Compiling NIOPosix System.swift
[762/790] Compiling NIOPosix Thread.swift
[763/790] Compiling NIOPosix SelectableChannel.swift
[764/790] Compiling NIOPosix SelectableEventLoop.swift
[765/790] Compiling NIOPosix SelectorEpoll.swift
[766/790] Compiling NIOPosix SelectorGeneric.swift
[767/790] Compiling NIOPosix SelectorKqueue.swift
[768/790] Compiling NIOPosix SelectorUring.swift
[769/790] Compiling NIOPosix BSDSocketAPICommon.swift
[770/790] Compiling NIOPosix BSDSocketAPIPosix.swift
[771/790] Compiling NIOPosix BSDSocketAPIWindows.swift
[772/790] Compiling NIOPosix BaseSocket.swift
[773/790] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[774/790] Compiling NIOPosix BaseSocketChannel.swift
[775/790] Compiling NIOPosix BaseStreamSocketChannel.swift
[776/790] Emitting module NIOPosix
[777/790] Compiling NIOPosix Bootstrap.swift
[778/790] Compiling NIOPosix ControlMessage.swift
[779/790] Compiling NIOPosix DatagramVectorReadManager.swift
[780/790] Compiling NIOPosix Errors+Any.swift
[781/790] Compiling NIOPosix FileDescriptor.swift
[782/790] Compiling NIOPosix GetaddrinfoResolver.swift
[783/790] Compiling NIOPosix HappyEyeballs.swift
[784/790] Compiling NIOPosix NIOPosixSendableMetatype.swift
[785/790] Compiling NIOPosix NIOThreadPool.swift
[786/790] Compiling NIOPosix NonBlockingFileIO.swift
[787/790] Compiling NIOPosix PendingDatagramWritesManager.swift
[788/790] Compiling NIOPosix PendingWritesManager.swift
[789/790] Compiling NIOPosix PipeChannel.swift
[790/790] Compiling NIOPosix PipePair.swift
[792/793] Compiling NIO Exports.swift
[793/793] Emitting module NIO
[795/821] Emitting module NIOTLS
[796/821] Compiling NIOTLS TLSEvents.swift
[797/821] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[798/821] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[799/821] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[800/823] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[801/823] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[802/823] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[803/823] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[804/823] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[805/823] Compiling NIOTLS SNIHandler.swift
[806/824] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[807/824] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[808/824] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[809/824] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[811/824] Emitting module NIOHTTP1
[812/824] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[813/824] Emitting module NIOFoundationCompat
[815/854] Compiling NIOSSL NIOSSLHandler.swift
[816/854] Compiling NIOSSL SSLContext.swift
[817/854] Compiling NIOSSL ByteBufferBIO.swift
[818/854] Compiling NIOSSL CustomPrivateKey.swift
[819/854] Compiling NIOSSL SSLPKCS12Bundle.swift
[820/854] Compiling NIOSSL SSLPrivateKey.swift
[821/876] Compiling NIOTransportServices StateManagedChannel.swift
[822/876] Compiling NIOTransportServices StateManagedListenerChannel.swift
[823/876] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[824/878] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[825/878] Compiling NIOTransportServices NIOTSErrors.swift
[826/878] Compiling NIOTransportServices NIOTSEventLoop.swift
[827/878] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[828/878] Compiling NIOTransportServices NIOTSSingletons.swift
[829/878] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[830/878] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[831/878] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[832/878] Compiling NIOTransportServices NIOTSListenerChannel.swift
[833/878] Compiling NIOTransportServices NIOTSBootstraps.swift
[834/878] Compiling NIOTransportServices NIOTSChannelOptions.swift
[835/878] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[838/878] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[839/878] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[840/878] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[841/878] Compiling NIOTransportServices AcceptHandler.swift
[842/878] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[843/878] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[844/878] Emitting module NIOTransportServices
[845/878] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[846/878] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[852/909] Compiling NIOExtras QuiescingHelper.swift
[856/913] Compiling NIOHPACK IndexedHeaderTable.swift
[857/913] Compiling NIOHPACK IntegerCoding.swift
[858/914] Compiling NIOSSL SubjectAlternativeName.swift
[859/914] Compiling NIOSSL NIOSSLSecureBytes.swift
[860/914] Compiling NIOSSL RNG.swift
[861/914] Compiling NIOSSL SafeCompare.swift
[862/914] Compiling NIOHPACK HuffmanTables.swift
[863/914] Compiling NIOExtras RequestResponseHandler.swift
[864/914] Compiling NIOExtras RequestResponseWithIDHandler.swift
[865/914] Compiling NIOExtras NIOLengthFieldBitLength.swift
[866/914] Compiling NIOExtras NIORequestIdentifiable.swift
[867/914] Compiling NIOExtras PCAPRingBuffer.swift
[869/916] Compiling NIOHPACK HuffmanCoding.swift
[870/916] Emitting module NIOHPACK
[871/916] Compiling NIOExtras JSONRPCFraming.swift
[872/916] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[873/916] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[874/916] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[875/916] Compiling NIOHPACK StaticHeaderTable.swift
[876/916] Emitting module NIOExtras
[877/916] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[878/916] Compiling NIOExtras NIOExtrasError.swift
[879/916] Compiling NIOExtras DebugInboundEventsHandler.swift
[880/916] Compiling NIOExtras DebugOutboundEventsHandler.swift
[881/916] Compiling NIOExtras FixedLengthFrameDecoder.swift
[886/916] Compiling NIOExtras LengthFieldPrepender.swift
[887/916] Compiling NIOExtras LineBasedFrameDecoder.swift
[895/916] Compiling NIOSSL SSLCallbacks.swift
[908/916] Emitting module NIOSSL
[912/975] Compiling NIOHTTP2 Error+Any.swift
[913/975] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[914/975] Compiling NIOHTTP2 ControlFrameBuffer.swift
[915/975] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[917/976] Compiling NIOHTTP2 ConnectionStreamsState.swift
[918/976] Compiling NIOHTTP2 MayReceiveFrames.swift
[920/977] Compiling NIOHTTP2 MaySendFrames.swift
[921/977] Compiling NIOHTTP2 SendingDataState.swift
[922/977] Compiling NIOHTTP2 SendingGoawayState.swift
[923/977] Compiling NIOHTTP2 SendingHeadersState.swift
[924/977] Compiling NIOHTTP2 SendingPushPromiseState.swift
[925/977] Compiling NIOHTTP2 SendingRstStreamState.swift
[926/977] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[927/977] Compiling NIOHTTP2 HTTP2SettingsState.swift
[928/977] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[929/977] Compiling NIOHTTP2 HasFlowControlWindows.swift
[930/977] Compiling NIOHTTP2 HasLocalSettings.swift
[931/977] Compiling NIOHTTP2 HasRemoteSettings.swift
[932/977] Compiling NIOHTTP2 LocallyQuiescingState.swift
[933/977] Compiling NIOHTTP2 QuiescingState.swift
[934/977] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[935/977] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[936/977] Compiling NIOHTTP2 StateMachineResult.swift
[937/977] Compiling NIOHTTP2 ContentLengthVerifier.swift
[938/977] Compiling NIOHTTP2 DOSHeuristics.swift
[943/977] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[944/985] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[945/985] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[946/985] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[947/985] Compiling NIOHTTP2 HTTP2StreamID.swift
[948/985] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[949/985] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[950/985] Compiling NIOHTTP2 HTTP2UserEvents.swift
[951/985] Compiling NIOHTTP2 InboundEventBuffer.swift
[952/985] Compiling NIOHTTP2 ConnectionStateMachine.swift
[955/985] Compiling NIOHTTP2 ReceivingDataState.swift
[956/985] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[957/985] Compiling NIOHTTP2 ReceivingHeadersState.swift
[958/985] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[959/985] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[960/985] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[961/985] Emitting module NIOHTTP2
[962/985] Compiling NIOHTTP2 InboundWindowManager.swift
[963/985] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[964/985] Compiling NIOHTTP2 StreamChannelFlowController.swift
[965/985] Compiling NIOHTTP2 StreamChannelList.swift
[966/985] Compiling NIOHTTP2 StreamMap.swift
[967/985] Compiling NIOHTTP2 StreamStateMachine.swift
[968/985] Compiling NIOHTTP2 UnsafeTransfer.swift
[969/985] Compiling NIOHTTP2 WatermarkedFlowController.swift
[970/985] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[971/985] Compiling NIOHTTP2 HTTP2Frame.swift
[972/985] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[973/985] Compiling NIOHTTP2 HTTP2FrameParser.swift
[974/985] Compiling NIOHTTP2 HTTP2PingData.swift
[975/985] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[976/985] Compiling NIOHTTP2 HTTP2Settings.swift
[977/985] Compiling NIOHTTP2 HTTP2Stream.swift
[978/985] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[979/985] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[980/985] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[981/985] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[982/985] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[983/985] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[984/985] Compiling NIOHTTP2 HTTP2Error.swift
[985/985] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[987/1113] Compiling GRPC GRPCAsyncResponseStream.swift
[988/1113] Compiling GRPC GRPCAsyncResponseStreamWriter.swift
[989/1113] Compiling GRPC GRPCAsyncSequenceProducerDelegate.swift
[990/1113] Compiling GRPC GRPCAsyncServerCallContext.swift
[991/1113] Compiling GRPC GRPCAsyncServerHandler.swift
[992/1113] Compiling GRPC GRPCAsyncServerStreamingCall.swift
[993/1113] Compiling GRPC GRPCAsyncUnaryCall.swift
[994/1113] Compiling GRPC GRPCAsyncWriterSinkDelegate.swift
[995/1113] Compiling GRPC GRPCChannel+AsyncAwaitSupport.swift
[996/1113] Compiling GRPC GRPCClient+AsyncAwaitSupport.swift
[997/1113] Compiling GRPC GRPCSendable.swift
[998/1113] Compiling GRPC NIOAsyncWrappers.swift
[999/1113] Compiling GRPC BidirectionalStreamingServerHandler.swift
[1000/1113] Compiling GRPC ClientStreamingServerHandler.swift
[1001/1113] Compiling GRPC ServerHandlerProtocol.swift
[1002/1113] Compiling GRPC ServerStreamingServerHandler.swift
[1003/1113] Compiling GRPC UnaryServerHandler.swift
[1004/1113] Compiling GRPC CallOptions.swift
[1005/1113] Compiling GRPC ServerInterceptorContext.swift
[1006/1113] Compiling GRPC ServerInterceptorPipeline.swift
[1007/1113] Compiling GRPC ServerInterceptors.swift
[1008/1113] Compiling GRPC InterceptorContextList.swift
[1009/1113] Compiling GRPC LengthPrefixedMessageReader.swift
[1010/1113] Compiling GRPC Logger.swift
[1011/1113] Compiling GRPC LoggingServerErrorDelegate.swift
[1012/1113] Compiling GRPC MessageEncodingHeaderValidator.swift
[1013/1113] Compiling GRPC PlatformSupport.swift
[1014/1113] Compiling GRPC ReadWriteStates.swift
[1015/1113] Compiling GRPC Ref.swift
[1016/1113] Compiling GRPC Serialization.swift
[1017/1113] Compiling GRPC Server+NIOSSL.swift
[1018/1113] Compiling GRPC Server.swift
[1019/1113] Compiling GRPC ServerBuilder+NIOSSL.swift
[1020/1113] Compiling GRPC ServerBuilder.swift
[1021/1113] Compiling GRPC ServerCallContext.swift
[1022/1113] Compiling GRPC StreamingResponseCallContext.swift
[1023/1130] Compiling GRPC DelegatingErrorHandler.swift
[1024/1130] Compiling GRPC Error+NIOSSL.swift
[1025/1130] Compiling GRPC EventLoopFuture+RecoverFromUncleanShutdown.swift
[1026/1130] Compiling GRPC FakeChannel.swift
[1027/1130] Compiling GRPC ClientConnection+NIOSSL.swift
[1028/1130] Compiling GRPC ClientConnection+NWTLS.swift
[1029/1130] Compiling GRPC GRPCChannel.swift
[1030/1130] Compiling GRPC GRPCChannelBuilder.swift
[1031/1130] Compiling GRPC GRPCClient.swift
[1032/1130] Compiling GRPC GRPCClientChannelHandler.swift
[1033/1130] Compiling GRPC GRPCClientStateMachine.swift
[1034/1130] Compiling GRPC GRPCContentType.swift
[1035/1130] Compiling GRPC GRPCError.swift
[1036/1130] Compiling GRPC GRPCHeaderName.swift
[1037/1130] Compiling GRPC GRPCIdleHandler.swift
[1038/1130] Compiling GRPC GRPCIdleHandlerStateMachine.swift
[1039/1130] Compiling GRPC GRPCKeepaliveHandlers.swift
[1040/1130] Compiling GRPC GRPCPayload.swift
[1041/1130] Emitting module GRPC
[1042/1130] Compiling GRPC UnaryResponseCallContext.swift
[1043/1130] Compiling GRPC ServerChannelErrorHandler.swift
[1044/1130] Compiling GRPC ServerErrorDelegate.swift
[1045/1130] Compiling GRPC ServerErrorProcessor.swift
[1046/1130] Compiling GRPC Stopwatch.swift
[1047/1130] Compiling GRPC StreamEvent.swift
[1048/1130] Compiling GRPC TLSVerificationHandler.swift
[1049/1130] Compiling GRPC TLSVersion.swift
[1050/1130] Compiling GRPC TimeLimit.swift
[1051/1130] Compiling GRPC UserInfo.swift
[1052/1130] Compiling GRPC Version.swift
[1053/1130] Compiling GRPC WebCORSHandler.swift
[1054/1130] Compiling GRPC WriteCapturingHandler.swift
[1055/1130] Compiling GRPC _EmbeddedThroughput.swift
[1056/1130] Compiling GRPC _FakeResponseStream.swift
[1057/1130] Compiling GRPC _GRPCClientCodecHandler.swift
[1058/1130] Compiling GRPC _MessageContext.swift
[1059/1130] Compiling GRPC Array+BoundsCheck.swift
[1060/1130] Compiling GRPC ServerHandlerStateMachine+Actions.swift
[1061/1130] Compiling GRPC ServerHandlerStateMachine+Draining.swift
[1062/1130] Compiling GRPC ServerHandlerStateMachine+Finished.swift
[1063/1130] Compiling GRPC ServerHandlerStateMachine+Handling.swift
[1064/1130] Compiling GRPC ServerHandlerStateMachine+Idle.swift
[1065/1130] Compiling GRPC ServerHandlerStateMachine.swift
[1066/1130] Compiling GRPC ServerInterceptorStateMachine+Actions.swift
[1067/1130] Compiling GRPC ServerInterceptorStateMachine+Finished.swift
[1068/1130] Compiling GRPC ServerInterceptorStateMachine+Intercepting.swift
[1069/1130] Compiling GRPC ServerInterceptorStateMachine.swift
[1070/1130] Compiling GRPC StreamState.swift
[1071/1130] Compiling GRPC Call+AsyncRequestStreamWriter.swift
[1072/1130] Compiling GRPC CancellationError+GRPCStatusTransformable.swift
[1073/1130] Compiling GRPC GRPCAsyncBidirectionalStreamingCall.swift
[1074/1130] Compiling GRPC GRPCAsyncClientStreamingCall.swift
[1075/1130] Compiling GRPC GRPCAsyncRequestStream.swift
[1076/1130] Compiling GRPC GRPCAsyncRequestStreamWriter.swift
[1077/1130] Compiling GRPC ConnectionBackoff.swift
[1078/1130] Compiling GRPC ConnectionKeepalive.swift
[1079/1130] Compiling GRPC ConnectionManager+Delegates.swift
[1080/1130] Compiling GRPC ConnectionManager.swift
[1081/1130] Compiling GRPC ConnectionManagerChannelProvider.swift
[1082/1130] Compiling GRPC ConnectionManagerID.swift
[1083/1130] Compiling GRPC ConnectionPool+PerConnectionState.swift
[1084/1130] Compiling GRPC ConnectionPool+Waiter.swift
[1085/1130] Compiling GRPC ConnectionPool.swift
[1086/1130] Compiling GRPC ConnectionPoolIDs.swift
[1087/1130] Compiling GRPC GRPCChannelPool.swift
[1088/1130] Compiling GRPC PoolManager.swift
[1089/1130] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[1090/1130] Compiling GRPC PoolManagerStateMachine.swift
[1091/1130] Compiling GRPC PooledChannel.swift
[1092/1130] Compiling GRPC StreamLender.swift
[1093/1130] Compiling GRPC ConnectivityState.swift
[1094/1130] Compiling GRPC DebugOnly.swift
[1095/1130] Compiling GRPC BidirectionalStreamingCall.swift
[1096/1130] Compiling GRPC Call.swift
[1097/1130] Compiling GRPC CallDetails.swift
[1098/1130] Compiling GRPC ClientCall.swift
[1099/1130] Compiling GRPC ClientStreamingCall.swift
[1100/1130] Compiling GRPC LazyEventLoopPromise.swift
[1101/1130] Compiling GRPC ResponseContainers.swift
[1102/1130] Compiling GRPC ResponsePartContainer.swift
[1103/1130] Compiling GRPC ServerStreamingCall.swift
[1104/1130] Compiling GRPC UnaryCall.swift
[1105/1130] Compiling GRPC ClientConnection.swift
[1106/1130] Compiling GRPC ClientConnectionConfiguration+NIOSSL.swift
[1107/1130] Compiling GRPC ClientErrorDelegate.swift
[1108/1130] Compiling GRPC CoalescingLengthPrefixedMessageWriter.swift
[1109/1130] Compiling GRPC CompressionAlgorithm.swift
[1110/1130] Compiling GRPC DecompressionLimit.swift
[1111/1130] Compiling GRPC MessageEncoding.swift
[1112/1130] Compiling GRPC Zlib.swift
[1113/1130] Compiling GRPC GRPCServerPipelineConfigurator.swift
[1114/1130] Compiling GRPC GRPCServerRequestRoutingHandler.swift
[1115/1130] Compiling GRPC GRPCServiceDescription.swift
[1116/1130] Compiling GRPC GRPCStatus.swift
[1117/1130] Compiling GRPC GRPCStatusAndMetadata.swift
[1118/1130] Compiling GRPC GRPCStatusMessageMarshaller.swift
[1119/1130] Compiling GRPC GRPCTLSConfiguration.swift
[1120/1130] Compiling GRPC GRPCTimeout.swift
[1121/1130] Compiling GRPC GRPCWebToHTTP2ServerCodec.swift
[1122/1130] Compiling GRPC HTTP2ToRawGRPCServerCodec.swift
[1123/1130] Compiling GRPC HTTP2ToRawGRPCStateMachine.swift
[1124/1130] Compiling GRPC ClientInterceptorContext.swift
[1125/1130] Compiling GRPC ClientInterceptorPipeline.swift
[1126/1130] Compiling GRPC ClientInterceptorProtocol.swift
[1127/1130] Compiling GRPC ClientInterceptors.swift
[1128/1130] Compiling GRPC ClientTransport.swift
[1129/1130] Compiling GRPC ClientTransportFactory.swift
[1130/1130] Compiling GRPC MessageParts.swift
[1132/1149] Compiling ArrowFlight FlightPutResult.swift
[1133/1149] Compiling ArrowFlight FlightResult.swift
[1134/1151] Compiling ArrowFlight FlightInfo.swift
[1135/1151] Compiling ArrowFlight FlightLocation.swift
[1136/1151] Compiling ArrowFlight FlightActionType.swift
[1137/1151] Compiling ArrowFlight FlightClient.swift
[1138/1151] Compiling ArrowFlight FlightCriteria.swift
[1139/1151] Compiling ArrowFlight FlightData.swift
[1140/1151] Compiling ArrowFlight FlightDescriptor.swift
[1141/1151] Compiling ArrowFlight FlightEndpoint.swift
[1142/1151] Compiling ArrowFlight RecordBatchStreamReader.swift
[1143/1151] Compiling ArrowFlight RecordBatchStreamWriter.swift
[1144/1151] Emitting module ArrowFlight
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:95:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  93 | extension Arrow_Flight_Protocol_CancelStatus: CaseIterable {
  94 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
  95 |   static var allCases: [Arrow_Flight_Protocol_CancelStatus] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  96 |     .unspecified,
  97 |     .cancelled,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:387:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 385 | extension Arrow_Flight_Protocol_FlightDescriptor.DescriptorType: CaseIterable {
 386 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 387 |   static var allCases: [Arrow_Flight_Protocol_FlightDescriptor.DescriptorType] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 388 |     .unknown,
 389 |     .path,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:929:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 927 | extension Arrow_Flight_Protocol_Sql_SqlInfo: CaseIterable {
 928 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 929 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlInfo] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 930 |     .flightSqlServerName,
 931 |     .flightSqlServerVersion,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1068:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1066 | extension Arrow_Flight_Protocol_Sql_SqlSupportedTransaction: CaseIterable {
1067 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1068 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedTransaction] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1069 |     .none,
1070 |     .transaction,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1115:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1113 | extension Arrow_Flight_Protocol_Sql_SqlSupportedCaseSensitivity: CaseIterable {
1114 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1115 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedCaseSensitivity] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1116 |     .sqlCaseSensitivityUnknown,
1117 |     .sqlCaseSensitivityCaseInsensitive,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1163:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1161 | extension Arrow_Flight_Protocol_Sql_SqlNullOrdering: CaseIterable {
1162 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1163 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlNullOrdering] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1164 |     .sqlNullsSortedHigh,
1165 |     .sqlNullsSortedLow,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1208:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1206 | extension Arrow_Flight_Protocol_Sql_SupportedSqlGrammar: CaseIterable {
1207 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1208 |   static var allCases: [Arrow_Flight_Protocol_Sql_SupportedSqlGrammar] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1209 |     .sqlMinimumGrammar,
1210 |     .sqlCoreGrammar,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1252:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1250 | extension Arrow_Flight_Protocol_Sql_SupportedAnsi92SqlGrammarLevel: CaseIterable {
1251 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1252 |   static var allCases: [Arrow_Flight_Protocol_Sql_SupportedAnsi92SqlGrammarLevel] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1253 |     .ansi92EntrySql,
1254 |     .ansi92IntermediateSql,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1296:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1294 | extension Arrow_Flight_Protocol_Sql_SqlOuterJoinsSupportLevel: CaseIterable {
1295 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1296 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlOuterJoinsSupportLevel] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1297 |     .sqlJoinsUnsupported,
1298 |     .sqlLimitedOuterJoins,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1337:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1335 | extension Arrow_Flight_Protocol_Sql_SqlSupportedGroupBy: CaseIterable {
1336 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1337 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedGroupBy] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1338 |     .sqlGroupByUnrelated,
1339 |     .sqlGroupByBeyondSelect,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1380:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1378 | extension Arrow_Flight_Protocol_Sql_SqlSupportedElementActions: CaseIterable {
1379 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1380 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedElementActions] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1381 |     .sqlElementInProcedureCalls,
1382 |     .sqlElementInIndexDefinitions,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1421:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1419 | extension Arrow_Flight_Protocol_Sql_SqlSupportedPositionedCommands: CaseIterable {
1420 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1421 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedPositionedCommands] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1422 |     .sqlPositionedDelete,
1423 |     .sqlPositionedUpdate,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1467:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1465 | extension Arrow_Flight_Protocol_Sql_SqlSupportedSubqueries: CaseIterable {
1466 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1467 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedSubqueries] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1468 |     .sqlSubqueriesInComparisons,
1469 |     .sqlSubqueriesInExists,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1509:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1507 | extension Arrow_Flight_Protocol_Sql_SqlSupportedUnions: CaseIterable {
1508 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1509 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedUnions] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1510 |     .sqlUnion,
1511 |     .sqlUnionAll,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1558:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1556 | extension Arrow_Flight_Protocol_Sql_SqlTransactionIsolationLevel: CaseIterable {
1557 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1558 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlTransactionIsolationLevel] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1559 |     .sqlTransactionNone,
1560 |     .sqlTransactionReadUncommitted,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1604:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1602 | extension Arrow_Flight_Protocol_Sql_SqlSupportedTransactions: CaseIterable {
1603 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1604 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedTransactions] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1605 |     .sqlTransactionUnspecified,
1606 |     .sqlDataDefinitionTransactions,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1651:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1649 | extension Arrow_Flight_Protocol_Sql_SqlSupportedResultSetType: CaseIterable {
1650 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1651 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedResultSetType] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1652 |     .sqlResultSetTypeUnspecified,
1653 |     .sqlResultSetTypeForwardOnly,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1696:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1694 | extension Arrow_Flight_Protocol_Sql_SqlSupportedResultSetConcurrency: CaseIterable {
1695 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1696 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedResultSetConcurrency] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1697 |     .sqlResultSetConcurrencyUnspecified,
1698 |     .sqlResultSetConcurrencyReadOnly,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1791:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1789 | extension Arrow_Flight_Protocol_Sql_SqlSupportsConvert: CaseIterable {
1790 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1791 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportsConvert] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1792 |     .sqlConvertBigint,
1793 |     .sqlConvertBinary,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1918:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1916 | extension Arrow_Flight_Protocol_Sql_XdbcDataType: CaseIterable {
1917 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1918 |   static var allCases: [Arrow_Flight_Protocol_Sql_XdbcDataType] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1919 |     .xdbcUnknownType,
1920 |     .xdbcChar,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2062:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2060 | extension Arrow_Flight_Protocol_Sql_XdbcDatetimeSubcode: CaseIterable {
2061 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
2062 |   static var allCases: [Arrow_Flight_Protocol_Sql_XdbcDatetimeSubcode] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2063 |     .xdbcSubcodeUnknown,
2064 |     .xdbcSubcodeYear,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2139:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2137 | extension Arrow_Flight_Protocol_Sql_Nullable: CaseIterable {
2138 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
2139 |   static var allCases: [Arrow_Flight_Protocol_Sql_Nullable] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2140 |     .nullabilityNoNulls,
2141 |     .nullabilityNullable,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2203:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2201 | extension Arrow_Flight_Protocol_Sql_Searchable: CaseIterable {
2202 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
2203 |   static var allCases: [Arrow_Flight_Protocol_Sql_Searchable] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2204 |     .none,
2205 |     .char,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2254:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2252 | extension Arrow_Flight_Protocol_Sql_UpdateDeleteRules: CaseIterable {
2253 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
2254 |   static var allCases: [Arrow_Flight_Protocol_Sql_UpdateDeleteRules] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2255 |     .cascade,
2256 |     .restrict,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3158:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3156 | extension Arrow_Flight_Protocol_Sql_ActionEndTransactionRequest.EndTransaction: CaseIterable {
3157 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
3158 |   static var allCases: [Arrow_Flight_Protocol_Sql_ActionEndTransactionRequest.EndTransaction] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3159 |     .unspecified,
3160 |     .commit,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3231:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3229 | extension Arrow_Flight_Protocol_Sql_ActionEndSavepointRequest.EndSavepoint: CaseIterable {
3230 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
3231 |   static var allCases: [Arrow_Flight_Protocol_Sql_ActionEndSavepointRequest.EndSavepoint] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3232 |     .unspecified,
3233 |     .release,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3542:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3540 | extension Arrow_Flight_Protocol_Sql_ActionCancelQueryResult.CancelResult: CaseIterable {
3541 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
3542 |   static var allCases: [Arrow_Flight_Protocol_Sql_ActionCancelQueryResult.CancelResult] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3543 |     .unspecified,
3544 |     .cancelled,
[1145/1151] Compiling ArrowFlight Flight.grpc.swift
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:95:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  93 | extension Arrow_Flight_Protocol_CancelStatus: CaseIterable {
  94 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
  95 |   static var allCases: [Arrow_Flight_Protocol_CancelStatus] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  96 |     .unspecified,
  97 |     .cancelled,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:387:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 385 | extension Arrow_Flight_Protocol_FlightDescriptor.DescriptorType: CaseIterable {
 386 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 387 |   static var allCases: [Arrow_Flight_Protocol_FlightDescriptor.DescriptorType] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 388 |     .unknown,
 389 |     .path,
[1146/1151] Compiling ArrowFlight Flight.pb.swift
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:95:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  93 | extension Arrow_Flight_Protocol_CancelStatus: CaseIterable {
  94 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
  95 |   static var allCases: [Arrow_Flight_Protocol_CancelStatus] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  96 |     .unspecified,
  97 |     .cancelled,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:387:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 385 | extension Arrow_Flight_Protocol_FlightDescriptor.DescriptorType: CaseIterable {
 386 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 387 |   static var allCases: [Arrow_Flight_Protocol_FlightDescriptor.DescriptorType] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 388 |     .unknown,
 389 |     .path,
[1147/1151] Compiling ArrowFlight FlightAction.swift
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:95:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  93 | extension Arrow_Flight_Protocol_CancelStatus: CaseIterable {
  94 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
  95 |   static var allCases: [Arrow_Flight_Protocol_CancelStatus] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  96 |     .unspecified,
  97 |     .cancelled,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:387:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 385 | extension Arrow_Flight_Protocol_FlightDescriptor.DescriptorType: CaseIterable {
 386 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 387 |   static var allCases: [Arrow_Flight_Protocol_FlightDescriptor.DescriptorType] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 388 |     .unknown,
 389 |     .path,
[1148/1151] Compiling ArrowFlight FlightSchemaResult.swift
[1149/1151] Compiling ArrowFlight FlightServer.swift
[1150/1151] Compiling ArrowFlight FlightSql.pb.swift
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:929:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 927 | extension Arrow_Flight_Protocol_Sql_SqlInfo: CaseIterable {
 928 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 929 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlInfo] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 930 |     .flightSqlServerName,
 931 |     .flightSqlServerVersion,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1068:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1066 | extension Arrow_Flight_Protocol_Sql_SqlSupportedTransaction: CaseIterable {
1067 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1068 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedTransaction] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1069 |     .none,
1070 |     .transaction,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1115:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1113 | extension Arrow_Flight_Protocol_Sql_SqlSupportedCaseSensitivity: CaseIterable {
1114 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1115 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedCaseSensitivity] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1116 |     .sqlCaseSensitivityUnknown,
1117 |     .sqlCaseSensitivityCaseInsensitive,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1163:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1161 | extension Arrow_Flight_Protocol_Sql_SqlNullOrdering: CaseIterable {
1162 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1163 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlNullOrdering] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1164 |     .sqlNullsSortedHigh,
1165 |     .sqlNullsSortedLow,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1208:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1206 | extension Arrow_Flight_Protocol_Sql_SupportedSqlGrammar: CaseIterable {
1207 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1208 |   static var allCases: [Arrow_Flight_Protocol_Sql_SupportedSqlGrammar] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1209 |     .sqlMinimumGrammar,
1210 |     .sqlCoreGrammar,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1252:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1250 | extension Arrow_Flight_Protocol_Sql_SupportedAnsi92SqlGrammarLevel: CaseIterable {
1251 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1252 |   static var allCases: [Arrow_Flight_Protocol_Sql_SupportedAnsi92SqlGrammarLevel] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1253 |     .ansi92EntrySql,
1254 |     .ansi92IntermediateSql,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1296:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1294 | extension Arrow_Flight_Protocol_Sql_SqlOuterJoinsSupportLevel: CaseIterable {
1295 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1296 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlOuterJoinsSupportLevel] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1297 |     .sqlJoinsUnsupported,
1298 |     .sqlLimitedOuterJoins,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1337:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1335 | extension Arrow_Flight_Protocol_Sql_SqlSupportedGroupBy: CaseIterable {
1336 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1337 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedGroupBy] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1338 |     .sqlGroupByUnrelated,
1339 |     .sqlGroupByBeyondSelect,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1380:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1378 | extension Arrow_Flight_Protocol_Sql_SqlSupportedElementActions: CaseIterable {
1379 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1380 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedElementActions] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1381 |     .sqlElementInProcedureCalls,
1382 |     .sqlElementInIndexDefinitions,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1421:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1419 | extension Arrow_Flight_Protocol_Sql_SqlSupportedPositionedCommands: CaseIterable {
1420 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1421 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedPositionedCommands] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1422 |     .sqlPositionedDelete,
1423 |     .sqlPositionedUpdate,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1467:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1465 | extension Arrow_Flight_Protocol_Sql_SqlSupportedSubqueries: CaseIterable {
1466 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1467 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedSubqueries] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1468 |     .sqlSubqueriesInComparisons,
1469 |     .sqlSubqueriesInExists,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1509:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1507 | extension Arrow_Flight_Protocol_Sql_SqlSupportedUnions: CaseIterable {
1508 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1509 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedUnions] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1510 |     .sqlUnion,
1511 |     .sqlUnionAll,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1558:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1556 | extension Arrow_Flight_Protocol_Sql_SqlTransactionIsolationLevel: CaseIterable {
1557 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1558 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlTransactionIsolationLevel] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1559 |     .sqlTransactionNone,
1560 |     .sqlTransactionReadUncommitted,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1604:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1602 | extension Arrow_Flight_Protocol_Sql_SqlSupportedTransactions: CaseIterable {
1603 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1604 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedTransactions] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1605 |     .sqlTransactionUnspecified,
1606 |     .sqlDataDefinitionTransactions,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1651:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1649 | extension Arrow_Flight_Protocol_Sql_SqlSupportedResultSetType: CaseIterable {
1650 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1651 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedResultSetType] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1652 |     .sqlResultSetTypeUnspecified,
1653 |     .sqlResultSetTypeForwardOnly,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1696:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1694 | extension Arrow_Flight_Protocol_Sql_SqlSupportedResultSetConcurrency: CaseIterable {
1695 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1696 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedResultSetConcurrency] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1697 |     .sqlResultSetConcurrencyUnspecified,
1698 |     .sqlResultSetConcurrencyReadOnly,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1791:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1789 | extension Arrow_Flight_Protocol_Sql_SqlSupportsConvert: CaseIterable {
1790 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1791 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportsConvert] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1792 |     .sqlConvertBigint,
1793 |     .sqlConvertBinary,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1918:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1916 | extension Arrow_Flight_Protocol_Sql_XdbcDataType: CaseIterable {
1917 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1918 |   static var allCases: [Arrow_Flight_Protocol_Sql_XdbcDataType] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1919 |     .xdbcUnknownType,
1920 |     .xdbcChar,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2062:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2060 | extension Arrow_Flight_Protocol_Sql_XdbcDatetimeSubcode: CaseIterable {
2061 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
2062 |   static var allCases: [Arrow_Flight_Protocol_Sql_XdbcDatetimeSubcode] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2063 |     .xdbcSubcodeUnknown,
2064 |     .xdbcSubcodeYear,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2139:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2137 | extension Arrow_Flight_Protocol_Sql_Nullable: CaseIterable {
2138 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
2139 |   static var allCases: [Arrow_Flight_Protocol_Sql_Nullable] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2140 |     .nullabilityNoNulls,
2141 |     .nullabilityNullable,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2203:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2201 | extension Arrow_Flight_Protocol_Sql_Searchable: CaseIterable {
2202 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
2203 |   static var allCases: [Arrow_Flight_Protocol_Sql_Searchable] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2204 |     .none,
2205 |     .char,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2254:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2252 | extension Arrow_Flight_Protocol_Sql_UpdateDeleteRules: CaseIterable {
2253 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
2254 |   static var allCases: [Arrow_Flight_Protocol_Sql_UpdateDeleteRules] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2255 |     .cascade,
2256 |     .restrict,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3158:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3156 | extension Arrow_Flight_Protocol_Sql_ActionEndTransactionRequest.EndTransaction: CaseIterable {
3157 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
3158 |   static var allCases: [Arrow_Flight_Protocol_Sql_ActionEndTransactionRequest.EndTransaction] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3159 |     .unspecified,
3160 |     .commit,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3231:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3229 | extension Arrow_Flight_Protocol_Sql_ActionEndSavepointRequest.EndSavepoint: CaseIterable {
3230 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
3231 |   static var allCases: [Arrow_Flight_Protocol_Sql_ActionEndSavepointRequest.EndSavepoint] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3232 |     .unspecified,
3233 |     .release,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3542:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3540 | extension Arrow_Flight_Protocol_Sql_ActionCancelQueryResult.CancelResult: CaseIterable {
3541 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
3542 |   static var allCases: [Arrow_Flight_Protocol_Sql_ActionCancelQueryResult.CancelResult] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3543 |     .unspecified,
3544 |     .cancelled,
[1151/1151] Compiling ArrowFlight FlightTicket.swift
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:929:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 927 | extension Arrow_Flight_Protocol_Sql_SqlInfo: CaseIterable {
 928 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 929 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlInfo] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 930 |     .flightSqlServerName,
 931 |     .flightSqlServerVersion,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1068:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1066 | extension Arrow_Flight_Protocol_Sql_SqlSupportedTransaction: CaseIterable {
1067 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1068 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedTransaction] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1069 |     .none,
1070 |     .transaction,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1115:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1113 | extension Arrow_Flight_Protocol_Sql_SqlSupportedCaseSensitivity: CaseIterable {
1114 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1115 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedCaseSensitivity] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1116 |     .sqlCaseSensitivityUnknown,
1117 |     .sqlCaseSensitivityCaseInsensitive,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1163:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1161 | extension Arrow_Flight_Protocol_Sql_SqlNullOrdering: CaseIterable {
1162 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1163 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlNullOrdering] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1164 |     .sqlNullsSortedHigh,
1165 |     .sqlNullsSortedLow,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1208:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1206 | extension Arrow_Flight_Protocol_Sql_SupportedSqlGrammar: CaseIterable {
1207 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1208 |   static var allCases: [Arrow_Flight_Protocol_Sql_SupportedSqlGrammar] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1209 |     .sqlMinimumGrammar,
1210 |     .sqlCoreGrammar,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1252:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1250 | extension Arrow_Flight_Protocol_Sql_SupportedAnsi92SqlGrammarLevel: CaseIterable {
1251 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1252 |   static var allCases: [Arrow_Flight_Protocol_Sql_SupportedAnsi92SqlGrammarLevel] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1253 |     .ansi92EntrySql,
1254 |     .ansi92IntermediateSql,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1296:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1294 | extension Arrow_Flight_Protocol_Sql_SqlOuterJoinsSupportLevel: CaseIterable {
1295 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1296 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlOuterJoinsSupportLevel] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1297 |     .sqlJoinsUnsupported,
1298 |     .sqlLimitedOuterJoins,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1337:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1335 | extension Arrow_Flight_Protocol_Sql_SqlSupportedGroupBy: CaseIterable {
1336 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1337 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedGroupBy] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1338 |     .sqlGroupByUnrelated,
1339 |     .sqlGroupByBeyondSelect,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1380:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1378 | extension Arrow_Flight_Protocol_Sql_SqlSupportedElementActions: CaseIterable {
1379 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1380 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedElementActions] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1381 |     .sqlElementInProcedureCalls,
1382 |     .sqlElementInIndexDefinitions,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1421:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1419 | extension Arrow_Flight_Protocol_Sql_SqlSupportedPositionedCommands: CaseIterable {
1420 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1421 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedPositionedCommands] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1422 |     .sqlPositionedDelete,
1423 |     .sqlPositionedUpdate,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1467:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1465 | extension Arrow_Flight_Protocol_Sql_SqlSupportedSubqueries: CaseIterable {
1466 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1467 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedSubqueries] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1468 |     .sqlSubqueriesInComparisons,
1469 |     .sqlSubqueriesInExists,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1509:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1507 | extension Arrow_Flight_Protocol_Sql_SqlSupportedUnions: CaseIterable {
1508 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1509 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedUnions] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1510 |     .sqlUnion,
1511 |     .sqlUnionAll,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1558:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1556 | extension Arrow_Flight_Protocol_Sql_SqlTransactionIsolationLevel: CaseIterable {
1557 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1558 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlTransactionIsolationLevel] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1559 |     .sqlTransactionNone,
1560 |     .sqlTransactionReadUncommitted,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1604:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1602 | extension Arrow_Flight_Protocol_Sql_SqlSupportedTransactions: CaseIterable {
1603 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1604 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedTransactions] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1605 |     .sqlTransactionUnspecified,
1606 |     .sqlDataDefinitionTransactions,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1651:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1649 | extension Arrow_Flight_Protocol_Sql_SqlSupportedResultSetType: CaseIterable {
1650 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1651 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedResultSetType] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1652 |     .sqlResultSetTypeUnspecified,
1653 |     .sqlResultSetTypeForwardOnly,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1696:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1694 | extension Arrow_Flight_Protocol_Sql_SqlSupportedResultSetConcurrency: CaseIterable {
1695 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1696 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedResultSetConcurrency] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1697 |     .sqlResultSetConcurrencyUnspecified,
1698 |     .sqlResultSetConcurrencyReadOnly,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1791:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1789 | extension Arrow_Flight_Protocol_Sql_SqlSupportsConvert: CaseIterable {
1790 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1791 |   static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportsConvert] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1792 |     .sqlConvertBigint,
1793 |     .sqlConvertBinary,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1918:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1916 | extension Arrow_Flight_Protocol_Sql_XdbcDataType: CaseIterable {
1917 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1918 |   static var allCases: [Arrow_Flight_Protocol_Sql_XdbcDataType] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1919 |     .xdbcUnknownType,
1920 |     .xdbcChar,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2062:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2060 | extension Arrow_Flight_Protocol_Sql_XdbcDatetimeSubcode: CaseIterable {
2061 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
2062 |   static var allCases: [Arrow_Flight_Protocol_Sql_XdbcDatetimeSubcode] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2063 |     .xdbcSubcodeUnknown,
2064 |     .xdbcSubcodeYear,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2139:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2137 | extension Arrow_Flight_Protocol_Sql_Nullable: CaseIterable {
2138 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
2139 |   static var allCases: [Arrow_Flight_Protocol_Sql_Nullable] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2140 |     .nullabilityNoNulls,
2141 |     .nullabilityNullable,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2203:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2201 | extension Arrow_Flight_Protocol_Sql_Searchable: CaseIterable {
2202 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
2203 |   static var allCases: [Arrow_Flight_Protocol_Sql_Searchable] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2204 |     .none,
2205 |     .char,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2254:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2252 | extension Arrow_Flight_Protocol_Sql_UpdateDeleteRules: CaseIterable {
2253 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
2254 |   static var allCases: [Arrow_Flight_Protocol_Sql_UpdateDeleteRules] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2255 |     .cascade,
2256 |     .restrict,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3158:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3156 | extension Arrow_Flight_Protocol_Sql_ActionEndTransactionRequest.EndTransaction: CaseIterable {
3157 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
3158 |   static var allCases: [Arrow_Flight_Protocol_Sql_ActionEndTransactionRequest.EndTransaction] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3159 |     .unspecified,
3160 |     .commit,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3231:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3229 | extension Arrow_Flight_Protocol_Sql_ActionEndSavepointRequest.EndSavepoint: CaseIterable {
3230 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
3231 |   static var allCases: [Arrow_Flight_Protocol_Sql_ActionEndSavepointRequest.EndSavepoint] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3232 |     .unspecified,
3233 |     .release,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3542:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3540 | extension Arrow_Flight_Protocol_Sql_ActionCancelQueryResult.CancelResult: CaseIterable {
3541 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
3542 |   static var allCases: [Arrow_Flight_Protocol_Sql_ActionCancelQueryResult.CancelResult] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3543 |     .unspecified,
3544 |     .cancelled,
Build complete! (430.81s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "flatbuffers",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "25.2.10",
            "upper_bound" : "26.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/flatbuffers.git"
    },
    {
      "identity" : "grpc-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.25.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.29.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    }
  ],
  "manifest_display_name" : "Arrow",
  "name" : "Arrow",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Arrow",
      "targets" : [
        "Arrow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ArrowTests",
      "module_type" : "SwiftTarget",
      "name" : "ArrowTests",
      "path" : "Arrow/Tests",
      "sources" : [
        "ArrowTests/ArrayBuilderTest.swift",
        "ArrowTests/ArrayTests.swift",
        "ArrowTests/CDataTests.swift",
        "ArrowTests/CodableTests.swift",
        "ArrowTests/IPCTests.swift",
        "ArrowTests/RecordBatchTests.swift",
        "ArrowTests/TableTests.swift"
      ],
      "target_dependencies" : [
        "Arrow",
        "ArrowC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArrowFlightTests",
      "module_type" : "SwiftTarget",
      "name" : "ArrowFlightTests",
      "path" : "ArrowFlight/Tests",
      "sources" : [
        "ArrowFlightTests/FlightTest.swift"
      ],
      "target_dependencies" : [
        "ArrowFlight"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArrowFlight",
      "module_type" : "SwiftTarget",
      "name" : "ArrowFlight",
      "path" : "ArrowFlight/Sources/ArrowFlight",
      "product_dependencies" : [
        "GRPC",
        "SwiftProtobuf"
      ],
      "sources" : [
        "Flight.grpc.swift",
        "Flight.pb.swift",
        "FlightAction.swift",
        "FlightActionType.swift",
        "FlightClient.swift",
        "FlightCriteria.swift",
        "FlightData.swift",
        "FlightDescriptor.swift",
        "FlightEndpoint.swift",
        "FlightInfo.swift",
        "FlightLocation.swift",
        "FlightPutResult.swift",
        "FlightResult.swift",
        "FlightSchemaResult.swift",
        "FlightServer.swift",
        "FlightSql.pb.swift",
        "FlightTicket.swift",
        "RecordBatchStreamReader.swift",
        "RecordBatchStreamWriter.swift"
      ],
      "target_dependencies" : [
        "Arrow"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ArrowC",
      "module_type" : "ClangTarget",
      "name" : "ArrowC",
      "path" : "Arrow/Sources/ArrowC",
      "product_memberships" : [
        "Arrow"
      ],
      "sources" : [
        "ArrowCData.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Arrow",
      "module_type" : "SwiftTarget",
      "name" : "Arrow",
      "path" : "Arrow/Sources/Arrow",
      "product_dependencies" : [
        "FlatBuffers",
        "Atomics"
      ],
      "product_memberships" : [
        "Arrow"
      ],
      "sources" : [
        "ArrowArray.swift",
        "ArrowArrayBuilder.swift",
        "ArrowBuffer.swift",
        "ArrowBufferBuilder.swift",
        "ArrowCExporter.swift",
        "ArrowCImporter.swift",
        "ArrowData.swift",
        "ArrowDecoder.swift",
        "ArrowEncoder.swift",
        "ArrowReader.swift",
        "ArrowReaderHelper.swift",
        "ArrowSchema.swift",
        "ArrowTable.swift",
        "ArrowType.swift",
        "ArrowWriter.swift",
        "ArrowWriterHelper.swift",
        "BitUtility.swift",
        "ChunkedArray.swift",
        "File_generated.swift",
        "MemoryAllocator.swift",
        "Message_generated.swift",
        "ProtoUtil.swift",
        "Schema_generated.swift",
        "SparseTensor_generated.swift",
        "Tensor_generated.swift"
      ],
      "target_dependencies" : [
        "ArrowC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.