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 main (d3428a), with Swift 6.1 for Android on 11 Sep 2025 05:06:08 UTC.

Swift 6 data race errors: 28

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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

5141 |     1: .same(proto: "CANCEL_RESULT_CANCELLED"),
[1146/1157] 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,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:635:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 633 |
 634 | extension Arrow_Flight_Protocol_CancelStatus: SwiftProtobuf._ProtoNameProviding {
 635 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 636 |     0: .same(proto: "CANCEL_STATUS_UNSPECIFIED"),
 637 |     1: .same(proto: "CANCEL_STATUS_CANCELLED"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:645:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 643 | extension Arrow_Flight_Protocol_HandshakeRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 644 |   static let protoMessageName: String = _protobuf_package + ".HandshakeRequest"
 645 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 646 |     1: .standard(proto: "protocol_version"),
 647 |     2: .same(proto: "payload"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:683:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 681 | extension Arrow_Flight_Protocol_HandshakeResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 682 |   static let protoMessageName: String = _protobuf_package + ".HandshakeResponse"
 683 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 684 |     1: .standard(proto: "protocol_version"),
 685 |     2: .same(proto: "payload"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:721:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 719 | extension Arrow_Flight_Protocol_BasicAuth: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 720 |   static let protoMessageName: String = _protobuf_package + ".BasicAuth"
 721 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 722 |     2: .same(proto: "username"),
 723 |     3: .same(proto: "password"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:778:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 776 | extension Arrow_Flight_Protocol_ActionType: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 777 |   static let protoMessageName: String = _protobuf_package + ".ActionType"
 778 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 779 |     1: .same(proto: "type"),
 780 |     2: .same(proto: "description"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:816:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 814 | extension Arrow_Flight_Protocol_Criteria: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 815 |   static let protoMessageName: String = _protobuf_package + ".Criteria"
 816 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 817 |     1: .same(proto: "expression"),
 818 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:848:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 846 | extension Arrow_Flight_Protocol_Action: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 847 |   static let protoMessageName: String = _protobuf_package + ".Action"
 848 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 849 |     1: .same(proto: "type"),
 850 |     2: .same(proto: "body"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:886:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 884 | extension Arrow_Flight_Protocol_CancelFlightInfoRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 885 |   static let protoMessageName: String = _protobuf_package + ".CancelFlightInfoRequest"
 886 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 887 |     1: .same(proto: "info"),
 888 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:922:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 920 | extension Arrow_Flight_Protocol_RenewFlightEndpointRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 921 |   static let protoMessageName: String = _protobuf_package + ".RenewFlightEndpointRequest"
 922 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 923 |     1: .same(proto: "endpoint"),
 924 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:958:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 956 | extension Arrow_Flight_Protocol_Result: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 957 |   static let protoMessageName: String = _protobuf_package + ".Result"
 958 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 959 |     1: .same(proto: "body"),
 960 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:990:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 988 | extension Arrow_Flight_Protocol_CancelFlightInfoResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 989 |   static let protoMessageName: String = _protobuf_package + ".CancelFlightInfoResult"
 990 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 991 |     1: .same(proto: "status"),
 992 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1022:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1020 | extension Arrow_Flight_Protocol_SchemaResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1021 |   static let protoMessageName: String = _protobuf_package + ".SchemaResult"
1022 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1023 |     1: .same(proto: "schema"),
1024 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1054:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1052 | extension Arrow_Flight_Protocol_FlightDescriptor: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1053 |   static let protoMessageName: String = _protobuf_package + ".FlightDescriptor"
1054 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1055 |     1: .same(proto: "type"),
1056 |     2: .same(proto: "cmd"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1097:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1095 |
1096 | extension Arrow_Flight_Protocol_FlightDescriptor.DescriptorType: SwiftProtobuf._ProtoNameProviding {
1097 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1098 |     0: .same(proto: "UNKNOWN"),
1099 |     1: .same(proto: "PATH"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1106:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1104 | extension Arrow_Flight_Protocol_FlightInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1105 |   static let protoMessageName: String = _protobuf_package + ".FlightInfo"
1106 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1107 |     1: .same(proto: "schema"),
1108 |     2: .standard(proto: "flight_descriptor"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1172:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1170 | extension Arrow_Flight_Protocol_FlightEndpoint: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1171 |   static let protoMessageName: String = _protobuf_package + ".FlightEndpoint"
1172 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1173 |     1: .same(proto: "ticket"),
1174 |     2: .same(proto: "location"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1220:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1218 | extension Arrow_Flight_Protocol_Location: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1219 |   static let protoMessageName: String = _protobuf_package + ".Location"
1220 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1221 |     1: .same(proto: "uri"),
1222 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1252:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1250 | extension Arrow_Flight_Protocol_Ticket: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1251 |   static let protoMessageName: String = _protobuf_package + ".Ticket"
1252 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1253 |     1: .same(proto: "ticket"),
1254 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1284:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1282 | extension Arrow_Flight_Protocol_FlightData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1283 |   static let protoMessageName: String = _protobuf_package + ".FlightData"
1284 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1285 |     1: .standard(proto: "flight_descriptor"),
1286 |     2: .standard(proto: "data_header"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1338:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1336 | extension Arrow_Flight_Protocol_PutResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1337 |   static let protoMessageName: String = _protobuf_package + ".PutResult"
1338 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1339 |     1: .standard(proto: "app_metadata"),
1340 |   ]
[1147/1157] 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,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:635:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 633 |
 634 | extension Arrow_Flight_Protocol_CancelStatus: SwiftProtobuf._ProtoNameProviding {
 635 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 636 |     0: .same(proto: "CANCEL_STATUS_UNSPECIFIED"),
 637 |     1: .same(proto: "CANCEL_STATUS_CANCELLED"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:645:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 643 | extension Arrow_Flight_Protocol_HandshakeRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 644 |   static let protoMessageName: String = _protobuf_package + ".HandshakeRequest"
 645 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 646 |     1: .standard(proto: "protocol_version"),
 647 |     2: .same(proto: "payload"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:683:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 681 | extension Arrow_Flight_Protocol_HandshakeResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 682 |   static let protoMessageName: String = _protobuf_package + ".HandshakeResponse"
 683 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 684 |     1: .standard(proto: "protocol_version"),
 685 |     2: .same(proto: "payload"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:721:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 719 | extension Arrow_Flight_Protocol_BasicAuth: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 720 |   static let protoMessageName: String = _protobuf_package + ".BasicAuth"
 721 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 722 |     2: .same(proto: "username"),
 723 |     3: .same(proto: "password"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:778:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 776 | extension Arrow_Flight_Protocol_ActionType: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 777 |   static let protoMessageName: String = _protobuf_package + ".ActionType"
 778 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 779 |     1: .same(proto: "type"),
 780 |     2: .same(proto: "description"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:816:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 814 | extension Arrow_Flight_Protocol_Criteria: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 815 |   static let protoMessageName: String = _protobuf_package + ".Criteria"
 816 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 817 |     1: .same(proto: "expression"),
 818 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:848:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 846 | extension Arrow_Flight_Protocol_Action: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 847 |   static let protoMessageName: String = _protobuf_package + ".Action"
 848 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 849 |     1: .same(proto: "type"),
 850 |     2: .same(proto: "body"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:886:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 884 | extension Arrow_Flight_Protocol_CancelFlightInfoRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 885 |   static let protoMessageName: String = _protobuf_package + ".CancelFlightInfoRequest"
 886 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 887 |     1: .same(proto: "info"),
 888 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:922:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 920 | extension Arrow_Flight_Protocol_RenewFlightEndpointRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 921 |   static let protoMessageName: String = _protobuf_package + ".RenewFlightEndpointRequest"
 922 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 923 |     1: .same(proto: "endpoint"),
 924 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:958:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 956 | extension Arrow_Flight_Protocol_Result: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 957 |   static let protoMessageName: String = _protobuf_package + ".Result"
 958 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 959 |     1: .same(proto: "body"),
 960 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:990:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 988 | extension Arrow_Flight_Protocol_CancelFlightInfoResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 989 |   static let protoMessageName: String = _protobuf_package + ".CancelFlightInfoResult"
 990 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 991 |     1: .same(proto: "status"),
 992 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1022:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1020 | extension Arrow_Flight_Protocol_SchemaResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1021 |   static let protoMessageName: String = _protobuf_package + ".SchemaResult"
1022 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1023 |     1: .same(proto: "schema"),
1024 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1054:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1052 | extension Arrow_Flight_Protocol_FlightDescriptor: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1053 |   static let protoMessageName: String = _protobuf_package + ".FlightDescriptor"
1054 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1055 |     1: .same(proto: "type"),
1056 |     2: .same(proto: "cmd"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1097:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1095 |
1096 | extension Arrow_Flight_Protocol_FlightDescriptor.DescriptorType: SwiftProtobuf._ProtoNameProviding {
1097 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1098 |     0: .same(proto: "UNKNOWN"),
1099 |     1: .same(proto: "PATH"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1106:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1104 | extension Arrow_Flight_Protocol_FlightInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1105 |   static let protoMessageName: String = _protobuf_package + ".FlightInfo"
1106 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1107 |     1: .same(proto: "schema"),
1108 |     2: .standard(proto: "flight_descriptor"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1172:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1170 | extension Arrow_Flight_Protocol_FlightEndpoint: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1171 |   static let protoMessageName: String = _protobuf_package + ".FlightEndpoint"
1172 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1173 |     1: .same(proto: "ticket"),
1174 |     2: .same(proto: "location"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1220:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1218 | extension Arrow_Flight_Protocol_Location: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1219 |   static let protoMessageName: String = _protobuf_package + ".Location"
1220 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1221 |     1: .same(proto: "uri"),
1222 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1252:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1250 | extension Arrow_Flight_Protocol_Ticket: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1251 |   static let protoMessageName: String = _protobuf_package + ".Ticket"
1252 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1253 |     1: .same(proto: "ticket"),
1254 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1284:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1282 | extension Arrow_Flight_Protocol_FlightData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1283 |   static let protoMessageName: String = _protobuf_package + ".FlightData"
1284 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1285 |     1: .standard(proto: "flight_descriptor"),
1286 |     2: .standard(proto: "data_header"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1338:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1336 | extension Arrow_Flight_Protocol_PutResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1337 |   static let protoMessageName: String = _protobuf_package + ".PutResult"
1338 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1339 |     1: .standard(proto: "app_metadata"),
1340 |   ]
[1148/1157] 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,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:635:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 633 |
 634 | extension Arrow_Flight_Protocol_CancelStatus: SwiftProtobuf._ProtoNameProviding {
 635 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 636 |     0: .same(proto: "CANCEL_STATUS_UNSPECIFIED"),
 637 |     1: .same(proto: "CANCEL_STATUS_CANCELLED"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:645:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 643 | extension Arrow_Flight_Protocol_HandshakeRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 644 |   static let protoMessageName: String = _protobuf_package + ".HandshakeRequest"
 645 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 646 |     1: .standard(proto: "protocol_version"),
 647 |     2: .same(proto: "payload"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:683:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 681 | extension Arrow_Flight_Protocol_HandshakeResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 682 |   static let protoMessageName: String = _protobuf_package + ".HandshakeResponse"
 683 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 684 |     1: .standard(proto: "protocol_version"),
 685 |     2: .same(proto: "payload"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:721:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 719 | extension Arrow_Flight_Protocol_BasicAuth: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 720 |   static let protoMessageName: String = _protobuf_package + ".BasicAuth"
 721 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 722 |     2: .same(proto: "username"),
 723 |     3: .same(proto: "password"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:778:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 776 | extension Arrow_Flight_Protocol_ActionType: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 777 |   static let protoMessageName: String = _protobuf_package + ".ActionType"
 778 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 779 |     1: .same(proto: "type"),
 780 |     2: .same(proto: "description"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:816:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 814 | extension Arrow_Flight_Protocol_Criteria: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 815 |   static let protoMessageName: String = _protobuf_package + ".Criteria"
 816 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 817 |     1: .same(proto: "expression"),
 818 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:848:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 846 | extension Arrow_Flight_Protocol_Action: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 847 |   static let protoMessageName: String = _protobuf_package + ".Action"
 848 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 849 |     1: .same(proto: "type"),
 850 |     2: .same(proto: "body"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:886:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 884 | extension Arrow_Flight_Protocol_CancelFlightInfoRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 885 |   static let protoMessageName: String = _protobuf_package + ".CancelFlightInfoRequest"
 886 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 887 |     1: .same(proto: "info"),
 888 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:922:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 920 | extension Arrow_Flight_Protocol_RenewFlightEndpointRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 921 |   static let protoMessageName: String = _protobuf_package + ".RenewFlightEndpointRequest"
 922 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 923 |     1: .same(proto: "endpoint"),
 924 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:958:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 956 | extension Arrow_Flight_Protocol_Result: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 957 |   static let protoMessageName: String = _protobuf_package + ".Result"
 958 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 959 |     1: .same(proto: "body"),
 960 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:990:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 988 | extension Arrow_Flight_Protocol_CancelFlightInfoResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 989 |   static let protoMessageName: String = _protobuf_package + ".CancelFlightInfoResult"
 990 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 991 |     1: .same(proto: "status"),
 992 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1022:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1020 | extension Arrow_Flight_Protocol_SchemaResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1021 |   static let protoMessageName: String = _protobuf_package + ".SchemaResult"
1022 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1023 |     1: .same(proto: "schema"),
1024 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1054:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1052 | extension Arrow_Flight_Protocol_FlightDescriptor: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1053 |   static let protoMessageName: String = _protobuf_package + ".FlightDescriptor"
1054 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1055 |     1: .same(proto: "type"),
1056 |     2: .same(proto: "cmd"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1097:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1095 |
1096 | extension Arrow_Flight_Protocol_FlightDescriptor.DescriptorType: SwiftProtobuf._ProtoNameProviding {
1097 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1098 |     0: .same(proto: "UNKNOWN"),
1099 |     1: .same(proto: "PATH"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1106:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1104 | extension Arrow_Flight_Protocol_FlightInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1105 |   static let protoMessageName: String = _protobuf_package + ".FlightInfo"
1106 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1107 |     1: .same(proto: "schema"),
1108 |     2: .standard(proto: "flight_descriptor"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1172:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1170 | extension Arrow_Flight_Protocol_FlightEndpoint: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1171 |   static let protoMessageName: String = _protobuf_package + ".FlightEndpoint"
1172 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1173 |     1: .same(proto: "ticket"),
1174 |     2: .same(proto: "location"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1220:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1218 | extension Arrow_Flight_Protocol_Location: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1219 |   static let protoMessageName: String = _protobuf_package + ".Location"
1220 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1221 |     1: .same(proto: "uri"),
1222 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1252:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1250 | extension Arrow_Flight_Protocol_Ticket: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1251 |   static let protoMessageName: String = _protobuf_package + ".Ticket"
1252 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1253 |     1: .same(proto: "ticket"),
1254 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1284:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1282 | extension Arrow_Flight_Protocol_FlightData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1283 |   static let protoMessageName: String = _protobuf_package + ".FlightData"
1284 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1285 |     1: .standard(proto: "flight_descriptor"),
1286 |     2: .standard(proto: "data_header"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:1338:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1336 | extension Arrow_Flight_Protocol_PutResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1337 |   static let protoMessageName: String = _protobuf_package + ".PutResult"
1338 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1339 |     1: .standard(proto: "app_metadata"),
1340 |   ]
[1149/1157] Compiling ArrowFlight FlightInfo.swift
[1150/1157] Compiling ArrowFlight FlightLocation.swift
[1151/1157] Compiling ArrowFlight FlightSchemaResult.swift
[1152/1157] Compiling ArrowFlight FlightServer.swift
[1153/1157] Compiling ArrowFlight FlightActionType.swift
[1154/1157] Compiling ArrowFlight FlightClient.swift
[1155/1157] Compiling ArrowFlight FlightCriteria.swift
[1156/1157] 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,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3662:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3660 |
3661 | extension Arrow_Flight_Protocol_Sql_SqlInfo: SwiftProtobuf._ProtoNameProviding {
3662 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3663 |     0: .same(proto: "FLIGHT_SQL_SERVER_NAME"),
3664 |     1: .same(proto: "FLIGHT_SQL_SERVER_VERSION"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3756:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3754 |
3755 | extension Arrow_Flight_Protocol_Sql_SqlSupportedTransaction: SwiftProtobuf._ProtoNameProviding {
3756 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3757 |     0: .same(proto: "SQL_SUPPORTED_TRANSACTION_NONE"),
3758 |     1: .same(proto: "SQL_SUPPORTED_TRANSACTION_TRANSACTION"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3764:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3762 |
3763 | extension Arrow_Flight_Protocol_Sql_SqlSupportedCaseSensitivity: SwiftProtobuf._ProtoNameProviding {
3764 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3765 |     0: .same(proto: "SQL_CASE_SENSITIVITY_UNKNOWN"),
3766 |     1: .same(proto: "SQL_CASE_SENSITIVITY_CASE_INSENSITIVE"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3773:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3771 |
3772 | extension Arrow_Flight_Protocol_Sql_SqlNullOrdering: SwiftProtobuf._ProtoNameProviding {
3773 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3774 |     0: .same(proto: "SQL_NULLS_SORTED_HIGH"),
3775 |     1: .same(proto: "SQL_NULLS_SORTED_LOW"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3782:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3780 |
3781 | extension Arrow_Flight_Protocol_Sql_SupportedSqlGrammar: SwiftProtobuf._ProtoNameProviding {
3782 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3783 |     0: .same(proto: "SQL_MINIMUM_GRAMMAR"),
3784 |     1: .same(proto: "SQL_CORE_GRAMMAR"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3790:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3788 |
3789 | extension Arrow_Flight_Protocol_Sql_SupportedAnsi92SqlGrammarLevel: SwiftProtobuf._ProtoNameProviding {
3790 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3791 |     0: .same(proto: "ANSI92_ENTRY_SQL"),
3792 |     1: .same(proto: "ANSI92_INTERMEDIATE_SQL"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3798:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3796 |
3797 | extension Arrow_Flight_Protocol_Sql_SqlOuterJoinsSupportLevel: SwiftProtobuf._ProtoNameProviding {
3798 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3799 |     0: .same(proto: "SQL_JOINS_UNSUPPORTED"),
3800 |     1: .same(proto: "SQL_LIMITED_OUTER_JOINS"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3806:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3804 |
3805 | extension Arrow_Flight_Protocol_Sql_SqlSupportedGroupBy: SwiftProtobuf._ProtoNameProviding {
3806 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3807 |     0: .same(proto: "SQL_GROUP_BY_UNRELATED"),
3808 |     1: .same(proto: "SQL_GROUP_BY_BEYOND_SELECT"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3813:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3811 |
3812 | extension Arrow_Flight_Protocol_Sql_SqlSupportedElementActions: SwiftProtobuf._ProtoNameProviding {
3813 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3814 |     0: .same(proto: "SQL_ELEMENT_IN_PROCEDURE_CALLS"),
3815 |     1: .same(proto: "SQL_ELEMENT_IN_INDEX_DEFINITIONS"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3821:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3819 |
3820 | extension Arrow_Flight_Protocol_Sql_SqlSupportedPositionedCommands: SwiftProtobuf._ProtoNameProviding {
3821 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3822 |     0: .same(proto: "SQL_POSITIONED_DELETE"),
3823 |     1: .same(proto: "SQL_POSITIONED_UPDATE"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3828:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3826 |
3827 | extension Arrow_Flight_Protocol_Sql_SqlSupportedSubqueries: SwiftProtobuf._ProtoNameProviding {
3828 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3829 |     0: .same(proto: "SQL_SUBQUERIES_IN_COMPARISONS"),
3830 |     1: .same(proto: "SQL_SUBQUERIES_IN_EXISTS"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3837:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3835 |
3836 | extension Arrow_Flight_Protocol_Sql_SqlSupportedUnions: SwiftProtobuf._ProtoNameProviding {
3837 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3838 |     0: .same(proto: "SQL_UNION"),
3839 |     1: .same(proto: "SQL_UNION_ALL"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3844:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3842 |
3843 | extension Arrow_Flight_Protocol_Sql_SqlTransactionIsolationLevel: SwiftProtobuf._ProtoNameProviding {
3844 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3845 |     0: .same(proto: "SQL_TRANSACTION_NONE"),
3846 |     1: .same(proto: "SQL_TRANSACTION_READ_UNCOMMITTED"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3854:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3852 |
3853 | extension Arrow_Flight_Protocol_Sql_SqlSupportedTransactions: SwiftProtobuf._ProtoNameProviding {
3854 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3855 |     0: .same(proto: "SQL_TRANSACTION_UNSPECIFIED"),
3856 |     1: .same(proto: "SQL_DATA_DEFINITION_TRANSACTIONS"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3862:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3860 |
3861 | extension Arrow_Flight_Protocol_Sql_SqlSupportedResultSetType: SwiftProtobuf._ProtoNameProviding {
3862 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3863 |     0: .same(proto: "SQL_RESULT_SET_TYPE_UNSPECIFIED"),
3864 |     1: .same(proto: "SQL_RESULT_SET_TYPE_FORWARD_ONLY"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3871:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3869 |
3870 | extension Arrow_Flight_Protocol_Sql_SqlSupportedResultSetConcurrency: SwiftProtobuf._ProtoNameProviding {
3871 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3872 |     0: .same(proto: "SQL_RESULT_SET_CONCURRENCY_UNSPECIFIED"),
3873 |     1: .same(proto: "SQL_RESULT_SET_CONCURRENCY_READ_ONLY"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3879:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3877 |
3878 | extension Arrow_Flight_Protocol_Sql_SqlSupportsConvert: SwiftProtobuf._ProtoNameProviding {
3879 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3880 |     0: .same(proto: "SQL_CONVERT_BIGINT"),
3881 |     1: .same(proto: "SQL_CONVERT_BINARY"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3904:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3902 |
3903 | extension Arrow_Flight_Protocol_Sql_XdbcDataType: SwiftProtobuf._ProtoNameProviding {
3904 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3905 |     -9: .same(proto: "XDBC_WVARCHAR"),
3906 |     -8: .same(proto: "XDBC_WCHAR"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3933:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3931 |
3932 | extension Arrow_Flight_Protocol_Sql_XdbcDatetimeSubcode: SwiftProtobuf._ProtoNameProviding {
3933 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3934 |     0: .same(proto: "XDBC_SUBCODE_UNKNOWN"),
3935 |     1: .aliased(proto: "XDBC_SUBCODE_YEAR", aliases: ["XDBC_SUBCODE_DATE"]),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3965:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3963 |
3964 | extension Arrow_Flight_Protocol_Sql_Nullable: SwiftProtobuf._ProtoNameProviding {
3965 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3966 |     0: .same(proto: "NULLABILITY_NO_NULLS"),
3967 |     1: .same(proto: "NULLABILITY_NULLABLE"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3973:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3971 |
3972 | extension Arrow_Flight_Protocol_Sql_Searchable: SwiftProtobuf._ProtoNameProviding {
3973 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3974 |     0: .same(proto: "SEARCHABLE_NONE"),
3975 |     1: .same(proto: "SEARCHABLE_CHAR"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3982:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3980 |
3981 | extension Arrow_Flight_Protocol_Sql_UpdateDeleteRules: SwiftProtobuf._ProtoNameProviding {
3982 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3983 |     0: .same(proto: "CASCADE"),
3984 |     1: .same(proto: "RESTRICT"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3993:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3991 | extension Arrow_Flight_Protocol_Sql_CommandGetSqlInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3992 |   static let protoMessageName: String = _protobuf_package + ".CommandGetSqlInfo"
3993 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3994 |     1: .same(proto: "info"),
3995 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4025:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4023 | extension Arrow_Flight_Protocol_Sql_CommandGetXdbcTypeInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4024 |   static let protoMessageName: String = _protobuf_package + ".CommandGetXdbcTypeInfo"
4025 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4026 |     1: .standard(proto: "data_type"),
4027 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4080:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4078 | extension Arrow_Flight_Protocol_Sql_CommandGetDbSchemas: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4079 |   static let protoMessageName: String = _protobuf_package + ".CommandGetDbSchemas"
4080 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4081 |     1: .same(proto: "catalog"),
4082 |     2: .standard(proto: "db_schema_filter_pattern"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4122:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4120 | extension Arrow_Flight_Protocol_Sql_CommandGetTables: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4121 |   static let protoMessageName: String = _protobuf_package + ".CommandGetTables"
4122 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4123 |     1: .same(proto: "catalog"),
4124 |     2: .standard(proto: "db_schema_filter_pattern"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4201:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4199 | extension Arrow_Flight_Protocol_Sql_CommandGetPrimaryKeys: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4200 |   static let protoMessageName: String = _protobuf_package + ".CommandGetPrimaryKeys"
4201 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4202 |     1: .same(proto: "catalog"),
4203 |     2: .standard(proto: "db_schema"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4249:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4247 | extension Arrow_Flight_Protocol_Sql_CommandGetExportedKeys: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4248 |   static let protoMessageName: String = _protobuf_package + ".CommandGetExportedKeys"
4249 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4250 |     1: .same(proto: "catalog"),
4251 |     2: .standard(proto: "db_schema"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4297:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4295 | extension Arrow_Flight_Protocol_Sql_CommandGetImportedKeys: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4296 |   static let protoMessageName: String = _protobuf_package + ".CommandGetImportedKeys"
4297 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4298 |     1: .same(proto: "catalog"),
4299 |     2: .standard(proto: "db_schema"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4345:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4343 | extension Arrow_Flight_Protocol_Sql_CommandGetCrossReference: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4344 |   static let protoMessageName: String = _protobuf_package + ".CommandGetCrossReference"
4345 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4346 |     1: .standard(proto: "pk_catalog"),
4347 |     2: .standard(proto: "pk_db_schema"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4411:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4409 | extension Arrow_Flight_Protocol_Sql_ActionCreatePreparedStatementRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4410 |   static let protoMessageName: String = _protobuf_package + ".ActionCreatePreparedStatementRequest"
4411 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4412 |     1: .same(proto: "query"),
4413 |     2: .standard(proto: "transaction_id"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4453:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4451 | extension Arrow_Flight_Protocol_Sql_SubstraitPlan: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4452 |   static let protoMessageName: String = _protobuf_package + ".SubstraitPlan"
4453 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4454 |     1: .same(proto: "plan"),
4455 |     2: .same(proto: "version"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4491:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4489 | extension Arrow_Flight_Protocol_Sql_ActionCreatePreparedSubstraitPlanRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4490 |   static let protoMessageName: String = _protobuf_package + ".ActionCreatePreparedSubstraitPlanRequest"
4491 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4492 |     1: .same(proto: "plan"),
4493 |     2: .standard(proto: "transaction_id"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4533:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4531 | extension Arrow_Flight_Protocol_Sql_ActionCreatePreparedStatementResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4532 |   static let protoMessageName: String = _protobuf_package + ".ActionCreatePreparedStatementResult"
4533 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4534 |     1: .standard(proto: "prepared_statement_handle"),
4535 |     2: .standard(proto: "dataset_schema"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4577:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4575 | extension Arrow_Flight_Protocol_Sql_ActionClosePreparedStatementRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4576 |   static let protoMessageName: String = _protobuf_package + ".ActionClosePreparedStatementRequest"
4577 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4578 |     1: .standard(proto: "prepared_statement_handle"),
4579 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4628:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4626 | extension Arrow_Flight_Protocol_Sql_ActionBeginSavepointRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4627 |   static let protoMessageName: String = _protobuf_package + ".ActionBeginSavepointRequest"
4628 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4629 |     1: .standard(proto: "transaction_id"),
4630 |     2: .same(proto: "name"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4666:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4664 | extension Arrow_Flight_Protocol_Sql_ActionBeginTransactionResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4665 |   static let protoMessageName: String = _protobuf_package + ".ActionBeginTransactionResult"
4666 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4667 |     1: .standard(proto: "transaction_id"),
4668 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4698:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4696 | extension Arrow_Flight_Protocol_Sql_ActionBeginSavepointResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4697 |   static let protoMessageName: String = _protobuf_package + ".ActionBeginSavepointResult"
4698 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4699 |     1: .standard(proto: "savepoint_id"),
4700 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4730:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4728 | extension Arrow_Flight_Protocol_Sql_ActionEndTransactionRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4729 |   static let protoMessageName: String = _protobuf_package + ".ActionEndTransactionRequest"
4730 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4731 |     1: .standard(proto: "transaction_id"),
4732 |     2: .same(proto: "action"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4767:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4765 |
4766 | extension Arrow_Flight_Protocol_Sql_ActionEndTransactionRequest.EndTransaction: SwiftProtobuf._ProtoNameProviding {
4767 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4768 |     0: .same(proto: "END_TRANSACTION_UNSPECIFIED"),
4769 |     1: .same(proto: "END_TRANSACTION_COMMIT"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4776:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4774 | extension Arrow_Flight_Protocol_Sql_ActionEndSavepointRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4775 |   static let protoMessageName: String = _protobuf_package + ".ActionEndSavepointRequest"
4776 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4777 |     1: .standard(proto: "savepoint_id"),
4778 |     2: .same(proto: "action"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4813:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4811 |
4812 | extension Arrow_Flight_Protocol_Sql_ActionEndSavepointRequest.EndSavepoint: SwiftProtobuf._ProtoNameProviding {
4813 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4814 |     0: .same(proto: "END_SAVEPOINT_UNSPECIFIED"),
4815 |     1: .same(proto: "END_SAVEPOINT_RELEASE"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4822:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4820 | extension Arrow_Flight_Protocol_Sql_CommandStatementQuery: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4821 |   static let protoMessageName: String = _protobuf_package + ".CommandStatementQuery"
4822 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4823 |     1: .same(proto: "query"),
4824 |     2: .standard(proto: "transaction_id"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4864:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4862 | extension Arrow_Flight_Protocol_Sql_CommandStatementSubstraitPlan: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4863 |   static let protoMessageName: String = _protobuf_package + ".CommandStatementSubstraitPlan"
4864 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4865 |     1: .same(proto: "plan"),
4866 |     2: .standard(proto: "transaction_id"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4906:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4904 | extension Arrow_Flight_Protocol_Sql_TicketStatementQuery: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4905 |   static let protoMessageName: String = _protobuf_package + ".TicketStatementQuery"
4906 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4907 |     1: .standard(proto: "statement_handle"),
4908 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4938:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4936 | extension Arrow_Flight_Protocol_Sql_CommandPreparedStatementQuery: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4937 |   static let protoMessageName: String = _protobuf_package + ".CommandPreparedStatementQuery"
4938 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4939 |     1: .standard(proto: "prepared_statement_handle"),
4940 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4970:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4968 | extension Arrow_Flight_Protocol_Sql_CommandStatementUpdate: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4969 |   static let protoMessageName: String = _protobuf_package + ".CommandStatementUpdate"
4970 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4971 |     1: .same(proto: "query"),
4972 |     2: .standard(proto: "transaction_id"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:5012:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5010 | extension Arrow_Flight_Protocol_Sql_CommandPreparedStatementUpdate: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5011 |   static let protoMessageName: String = _protobuf_package + ".CommandPreparedStatementUpdate"
5012 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5013 |     1: .standard(proto: "prepared_statement_handle"),
5014 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:5044:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5042 | extension Arrow_Flight_Protocol_Sql_DoPutUpdateResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5043 |   static let protoMessageName: String = _protobuf_package + ".DoPutUpdateResult"
5044 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5045 |     1: .standard(proto: "record_count"),
5046 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:5076:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5074 | extension Arrow_Flight_Protocol_Sql_ActionCancelQueryRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5075 |   static let protoMessageName: String = _protobuf_package + ".ActionCancelQueryRequest"
5076 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5077 |     1: .same(proto: "info"),
5078 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:5108:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5106 | extension Arrow_Flight_Protocol_Sql_ActionCancelQueryResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5107 |   static let protoMessageName: String = _protobuf_package + ".ActionCancelQueryResult"
5108 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5109 |     1: .same(proto: "result"),
5110 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:5139:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5137 |
5138 | extension Arrow_Flight_Protocol_Sql_ActionCancelQueryResult.CancelResult: SwiftProtobuf._ProtoNameProviding {
5139 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5140 |     0: .same(proto: "CANCEL_RESULT_UNSPECIFIED"),
5141 |     1: .same(proto: "CANCEL_RESULT_CANCELLED"),
[1157/1157] 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,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3662:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3660 |
3661 | extension Arrow_Flight_Protocol_Sql_SqlInfo: SwiftProtobuf._ProtoNameProviding {
3662 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3663 |     0: .same(proto: "FLIGHT_SQL_SERVER_NAME"),
3664 |     1: .same(proto: "FLIGHT_SQL_SERVER_VERSION"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3756:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3754 |
3755 | extension Arrow_Flight_Protocol_Sql_SqlSupportedTransaction: SwiftProtobuf._ProtoNameProviding {
3756 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3757 |     0: .same(proto: "SQL_SUPPORTED_TRANSACTION_NONE"),
3758 |     1: .same(proto: "SQL_SUPPORTED_TRANSACTION_TRANSACTION"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3764:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3762 |
3763 | extension Arrow_Flight_Protocol_Sql_SqlSupportedCaseSensitivity: SwiftProtobuf._ProtoNameProviding {
3764 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3765 |     0: .same(proto: "SQL_CASE_SENSITIVITY_UNKNOWN"),
3766 |     1: .same(proto: "SQL_CASE_SENSITIVITY_CASE_INSENSITIVE"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3773:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3771 |
3772 | extension Arrow_Flight_Protocol_Sql_SqlNullOrdering: SwiftProtobuf._ProtoNameProviding {
3773 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3774 |     0: .same(proto: "SQL_NULLS_SORTED_HIGH"),
3775 |     1: .same(proto: "SQL_NULLS_SORTED_LOW"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3782:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3780 |
3781 | extension Arrow_Flight_Protocol_Sql_SupportedSqlGrammar: SwiftProtobuf._ProtoNameProviding {
3782 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3783 |     0: .same(proto: "SQL_MINIMUM_GRAMMAR"),
3784 |     1: .same(proto: "SQL_CORE_GRAMMAR"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3790:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3788 |
3789 | extension Arrow_Flight_Protocol_Sql_SupportedAnsi92SqlGrammarLevel: SwiftProtobuf._ProtoNameProviding {
3790 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3791 |     0: .same(proto: "ANSI92_ENTRY_SQL"),
3792 |     1: .same(proto: "ANSI92_INTERMEDIATE_SQL"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3798:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3796 |
3797 | extension Arrow_Flight_Protocol_Sql_SqlOuterJoinsSupportLevel: SwiftProtobuf._ProtoNameProviding {
3798 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3799 |     0: .same(proto: "SQL_JOINS_UNSUPPORTED"),
3800 |     1: .same(proto: "SQL_LIMITED_OUTER_JOINS"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3806:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3804 |
3805 | extension Arrow_Flight_Protocol_Sql_SqlSupportedGroupBy: SwiftProtobuf._ProtoNameProviding {
3806 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3807 |     0: .same(proto: "SQL_GROUP_BY_UNRELATED"),
3808 |     1: .same(proto: "SQL_GROUP_BY_BEYOND_SELECT"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3813:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3811 |
3812 | extension Arrow_Flight_Protocol_Sql_SqlSupportedElementActions: SwiftProtobuf._ProtoNameProviding {
3813 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3814 |     0: .same(proto: "SQL_ELEMENT_IN_PROCEDURE_CALLS"),
3815 |     1: .same(proto: "SQL_ELEMENT_IN_INDEX_DEFINITIONS"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3821:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3819 |
3820 | extension Arrow_Flight_Protocol_Sql_SqlSupportedPositionedCommands: SwiftProtobuf._ProtoNameProviding {
3821 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3822 |     0: .same(proto: "SQL_POSITIONED_DELETE"),
3823 |     1: .same(proto: "SQL_POSITIONED_UPDATE"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3828:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3826 |
3827 | extension Arrow_Flight_Protocol_Sql_SqlSupportedSubqueries: SwiftProtobuf._ProtoNameProviding {
3828 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3829 |     0: .same(proto: "SQL_SUBQUERIES_IN_COMPARISONS"),
3830 |     1: .same(proto: "SQL_SUBQUERIES_IN_EXISTS"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3837:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3835 |
3836 | extension Arrow_Flight_Protocol_Sql_SqlSupportedUnions: SwiftProtobuf._ProtoNameProviding {
3837 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3838 |     0: .same(proto: "SQL_UNION"),
3839 |     1: .same(proto: "SQL_UNION_ALL"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3844:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3842 |
3843 | extension Arrow_Flight_Protocol_Sql_SqlTransactionIsolationLevel: SwiftProtobuf._ProtoNameProviding {
3844 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3845 |     0: .same(proto: "SQL_TRANSACTION_NONE"),
3846 |     1: .same(proto: "SQL_TRANSACTION_READ_UNCOMMITTED"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3854:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3852 |
3853 | extension Arrow_Flight_Protocol_Sql_SqlSupportedTransactions: SwiftProtobuf._ProtoNameProviding {
3854 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3855 |     0: .same(proto: "SQL_TRANSACTION_UNSPECIFIED"),
3856 |     1: .same(proto: "SQL_DATA_DEFINITION_TRANSACTIONS"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3862:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3860 |
3861 | extension Arrow_Flight_Protocol_Sql_SqlSupportedResultSetType: SwiftProtobuf._ProtoNameProviding {
3862 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3863 |     0: .same(proto: "SQL_RESULT_SET_TYPE_UNSPECIFIED"),
3864 |     1: .same(proto: "SQL_RESULT_SET_TYPE_FORWARD_ONLY"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3871:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3869 |
3870 | extension Arrow_Flight_Protocol_Sql_SqlSupportedResultSetConcurrency: SwiftProtobuf._ProtoNameProviding {
3871 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3872 |     0: .same(proto: "SQL_RESULT_SET_CONCURRENCY_UNSPECIFIED"),
3873 |     1: .same(proto: "SQL_RESULT_SET_CONCURRENCY_READ_ONLY"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3879:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3877 |
3878 | extension Arrow_Flight_Protocol_Sql_SqlSupportsConvert: SwiftProtobuf._ProtoNameProviding {
3879 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3880 |     0: .same(proto: "SQL_CONVERT_BIGINT"),
3881 |     1: .same(proto: "SQL_CONVERT_BINARY"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3904:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3902 |
3903 | extension Arrow_Flight_Protocol_Sql_XdbcDataType: SwiftProtobuf._ProtoNameProviding {
3904 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3905 |     -9: .same(proto: "XDBC_WVARCHAR"),
3906 |     -8: .same(proto: "XDBC_WCHAR"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3933:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3931 |
3932 | extension Arrow_Flight_Protocol_Sql_XdbcDatetimeSubcode: SwiftProtobuf._ProtoNameProviding {
3933 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3934 |     0: .same(proto: "XDBC_SUBCODE_UNKNOWN"),
3935 |     1: .aliased(proto: "XDBC_SUBCODE_YEAR", aliases: ["XDBC_SUBCODE_DATE"]),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3965:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3963 |
3964 | extension Arrow_Flight_Protocol_Sql_Nullable: SwiftProtobuf._ProtoNameProviding {
3965 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3966 |     0: .same(proto: "NULLABILITY_NO_NULLS"),
3967 |     1: .same(proto: "NULLABILITY_NULLABLE"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3973:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3971 |
3972 | extension Arrow_Flight_Protocol_Sql_Searchable: SwiftProtobuf._ProtoNameProviding {
3973 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3974 |     0: .same(proto: "SEARCHABLE_NONE"),
3975 |     1: .same(proto: "SEARCHABLE_CHAR"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3982:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3980 |
3981 | extension Arrow_Flight_Protocol_Sql_UpdateDeleteRules: SwiftProtobuf._ProtoNameProviding {
3982 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3983 |     0: .same(proto: "CASCADE"),
3984 |     1: .same(proto: "RESTRICT"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3993:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3991 | extension Arrow_Flight_Protocol_Sql_CommandGetSqlInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3992 |   static let protoMessageName: String = _protobuf_package + ".CommandGetSqlInfo"
3993 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3994 |     1: .same(proto: "info"),
3995 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4025:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4023 | extension Arrow_Flight_Protocol_Sql_CommandGetXdbcTypeInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4024 |   static let protoMessageName: String = _protobuf_package + ".CommandGetXdbcTypeInfo"
4025 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4026 |     1: .standard(proto: "data_type"),
4027 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4080:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4078 | extension Arrow_Flight_Protocol_Sql_CommandGetDbSchemas: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4079 |   static let protoMessageName: String = _protobuf_package + ".CommandGetDbSchemas"
4080 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4081 |     1: .same(proto: "catalog"),
4082 |     2: .standard(proto: "db_schema_filter_pattern"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4122:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4120 | extension Arrow_Flight_Protocol_Sql_CommandGetTables: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4121 |   static let protoMessageName: String = _protobuf_package + ".CommandGetTables"
4122 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4123 |     1: .same(proto: "catalog"),
4124 |     2: .standard(proto: "db_schema_filter_pattern"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4201:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4199 | extension Arrow_Flight_Protocol_Sql_CommandGetPrimaryKeys: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4200 |   static let protoMessageName: String = _protobuf_package + ".CommandGetPrimaryKeys"
4201 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4202 |     1: .same(proto: "catalog"),
4203 |     2: .standard(proto: "db_schema"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4249:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4247 | extension Arrow_Flight_Protocol_Sql_CommandGetExportedKeys: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4248 |   static let protoMessageName: String = _protobuf_package + ".CommandGetExportedKeys"
4249 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4250 |     1: .same(proto: "catalog"),
4251 |     2: .standard(proto: "db_schema"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4297:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4295 | extension Arrow_Flight_Protocol_Sql_CommandGetImportedKeys: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4296 |   static let protoMessageName: String = _protobuf_package + ".CommandGetImportedKeys"
4297 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4298 |     1: .same(proto: "catalog"),
4299 |     2: .standard(proto: "db_schema"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4345:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4343 | extension Arrow_Flight_Protocol_Sql_CommandGetCrossReference: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4344 |   static let protoMessageName: String = _protobuf_package + ".CommandGetCrossReference"
4345 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4346 |     1: .standard(proto: "pk_catalog"),
4347 |     2: .standard(proto: "pk_db_schema"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4411:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4409 | extension Arrow_Flight_Protocol_Sql_ActionCreatePreparedStatementRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4410 |   static let protoMessageName: String = _protobuf_package + ".ActionCreatePreparedStatementRequest"
4411 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4412 |     1: .same(proto: "query"),
4413 |     2: .standard(proto: "transaction_id"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4453:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4451 | extension Arrow_Flight_Protocol_Sql_SubstraitPlan: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4452 |   static let protoMessageName: String = _protobuf_package + ".SubstraitPlan"
4453 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4454 |     1: .same(proto: "plan"),
4455 |     2: .same(proto: "version"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4491:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4489 | extension Arrow_Flight_Protocol_Sql_ActionCreatePreparedSubstraitPlanRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4490 |   static let protoMessageName: String = _protobuf_package + ".ActionCreatePreparedSubstraitPlanRequest"
4491 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4492 |     1: .same(proto: "plan"),
4493 |     2: .standard(proto: "transaction_id"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4533:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4531 | extension Arrow_Flight_Protocol_Sql_ActionCreatePreparedStatementResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4532 |   static let protoMessageName: String = _protobuf_package + ".ActionCreatePreparedStatementResult"
4533 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4534 |     1: .standard(proto: "prepared_statement_handle"),
4535 |     2: .standard(proto: "dataset_schema"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4577:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4575 | extension Arrow_Flight_Protocol_Sql_ActionClosePreparedStatementRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4576 |   static let protoMessageName: String = _protobuf_package + ".ActionClosePreparedStatementRequest"
4577 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4578 |     1: .standard(proto: "prepared_statement_handle"),
4579 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4628:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4626 | extension Arrow_Flight_Protocol_Sql_ActionBeginSavepointRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4627 |   static let protoMessageName: String = _protobuf_package + ".ActionBeginSavepointRequest"
4628 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4629 |     1: .standard(proto: "transaction_id"),
4630 |     2: .same(proto: "name"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4666:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4664 | extension Arrow_Flight_Protocol_Sql_ActionBeginTransactionResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4665 |   static let protoMessageName: String = _protobuf_package + ".ActionBeginTransactionResult"
4666 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4667 |     1: .standard(proto: "transaction_id"),
4668 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4698:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4696 | extension Arrow_Flight_Protocol_Sql_ActionBeginSavepointResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4697 |   static let protoMessageName: String = _protobuf_package + ".ActionBeginSavepointResult"
4698 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4699 |     1: .standard(proto: "savepoint_id"),
4700 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4730:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4728 | extension Arrow_Flight_Protocol_Sql_ActionEndTransactionRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4729 |   static let protoMessageName: String = _protobuf_package + ".ActionEndTransactionRequest"
4730 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4731 |     1: .standard(proto: "transaction_id"),
4732 |     2: .same(proto: "action"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4767:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4765 |
4766 | extension Arrow_Flight_Protocol_Sql_ActionEndTransactionRequest.EndTransaction: SwiftProtobuf._ProtoNameProviding {
4767 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4768 |     0: .same(proto: "END_TRANSACTION_UNSPECIFIED"),
4769 |     1: .same(proto: "END_TRANSACTION_COMMIT"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4776:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4774 | extension Arrow_Flight_Protocol_Sql_ActionEndSavepointRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4775 |   static let protoMessageName: String = _protobuf_package + ".ActionEndSavepointRequest"
4776 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4777 |     1: .standard(proto: "savepoint_id"),
4778 |     2: .same(proto: "action"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4813:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4811 |
4812 | extension Arrow_Flight_Protocol_Sql_ActionEndSavepointRequest.EndSavepoint: SwiftProtobuf._ProtoNameProviding {
4813 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4814 |     0: .same(proto: "END_SAVEPOINT_UNSPECIFIED"),
4815 |     1: .same(proto: "END_SAVEPOINT_RELEASE"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4822:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4820 | extension Arrow_Flight_Protocol_Sql_CommandStatementQuery: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4821 |   static let protoMessageName: String = _protobuf_package + ".CommandStatementQuery"
4822 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4823 |     1: .same(proto: "query"),
4824 |     2: .standard(proto: "transaction_id"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4864:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4862 | extension Arrow_Flight_Protocol_Sql_CommandStatementSubstraitPlan: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4863 |   static let protoMessageName: String = _protobuf_package + ".CommandStatementSubstraitPlan"
4864 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4865 |     1: .same(proto: "plan"),
4866 |     2: .standard(proto: "transaction_id"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4906:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4904 | extension Arrow_Flight_Protocol_Sql_TicketStatementQuery: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4905 |   static let protoMessageName: String = _protobuf_package + ".TicketStatementQuery"
4906 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4907 |     1: .standard(proto: "statement_handle"),
4908 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4938:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4936 | extension Arrow_Flight_Protocol_Sql_CommandPreparedStatementQuery: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4937 |   static let protoMessageName: String = _protobuf_package + ".CommandPreparedStatementQuery"
4938 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4939 |     1: .standard(proto: "prepared_statement_handle"),
4940 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:4970:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4968 | extension Arrow_Flight_Protocol_Sql_CommandStatementUpdate: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4969 |   static let protoMessageName: String = _protobuf_package + ".CommandStatementUpdate"
4970 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4971 |     1: .same(proto: "query"),
4972 |     2: .standard(proto: "transaction_id"),
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:5012:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5010 | extension Arrow_Flight_Protocol_Sql_CommandPreparedStatementUpdate: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5011 |   static let protoMessageName: String = _protobuf_package + ".CommandPreparedStatementUpdate"
5012 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5013 |     1: .standard(proto: "prepared_statement_handle"),
5014 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:5044:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5042 | extension Arrow_Flight_Protocol_Sql_DoPutUpdateResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5043 |   static let protoMessageName: String = _protobuf_package + ".DoPutUpdateResult"
5044 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5045 |     1: .standard(proto: "record_count"),
5046 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:5076:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5074 | extension Arrow_Flight_Protocol_Sql_ActionCancelQueryRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5075 |   static let protoMessageName: String = _protobuf_package + ".ActionCancelQueryRequest"
5076 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5077 |     1: .same(proto: "info"),
5078 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:5108:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5106 | extension Arrow_Flight_Protocol_Sql_ActionCancelQueryResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5107 |   static let protoMessageName: String = _protobuf_package + ".ActionCancelQueryResult"
5108 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5109 |     1: .same(proto: "result"),
5110 |   ]
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:5139:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5137 |
5138 | extension Arrow_Flight_Protocol_Sql_ActionCancelQueryResult.CancelResult: SwiftProtobuf._ProtoNameProviding {
5139 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5140 |     0: .same(proto: "CANCEL_RESULT_UNSPECIFIED"),
5141 |     1: .same(proto: "CANCEL_RESULT_CANCELLED"),
Build complete! (358.95s)
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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.