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.2 (beta) for Android on 11 Sep 2025 05:04:34 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
1339 |     1: .standard(proto: "app_metadata"),
1340 |   ]
/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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
5140 |     0: .same(proto: "CANCEL_RESULT_UNSPECIFIED"),
5141 |     1: .same(proto: "CANCEL_RESULT_CANCELLED"),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1144/1157] Compiling ArrowFlight Flight.grpc.swift
/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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
1339 |     1: .standard(proto: "app_metadata"),
1340 |   ]
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1145/1157] Compiling ArrowFlight Flight.pb.swift
/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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
1339 |     1: .standard(proto: "app_metadata"),
1340 |   ]
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1146/1157] Compiling ArrowFlight FlightAction.swift
/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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
1339 |     1: .standard(proto: "app_metadata"),
1340 |   ]
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1147/1157] Compiling ArrowFlight FlightInfo.swift
[1148/1157] Compiling ArrowFlight FlightLocation.swift
[1149/1157] Compiling ArrowFlight FlightSchemaResult.swift
[1150/1157] Compiling ArrowFlight FlightServer.swift
[1151/1157] Compiling ArrowFlight FlightPutResult.swift
[1152/1157] Compiling ArrowFlight FlightResult.swift
[1153/1157] Compiling ArrowFlight FlightSql.pb.swift
/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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
5140 |     0: .same(proto: "CANCEL_RESULT_UNSPECIFIED"),
5141 |     1: .same(proto: "CANCEL_RESULT_CANCELLED"),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1154/1157] Compiling ArrowFlight FlightTicket.swift
/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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
5140 |     0: .same(proto: "CANCEL_RESULT_UNSPECIFIED"),
5141 |     1: .same(proto: "CANCEL_RESULT_CANCELLED"),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1155/1157] Compiling ArrowFlight FlightData.swift
[1156/1157] Compiling ArrowFlight FlightDescriptor.swift
[1157/1157] Compiling ArrowFlight FlightEndpoint.swift
Build complete! (266.82s)
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.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.