From c83000d464ade65bb6db8d14389a4c32e182d40f Mon Sep 17 00:00:00 2001 From: George Barnett Date: Mon, 2 Sep 2024 11:38:02 +0100 Subject: [PATCH] Regenerate protos --- Examples/v1/Echo/Model/echo.pb.swift | 1 - Examples/v1/HelloWorld/Model/helloworld.pb.swift | 1 - Examples/v1/RouteGuide/Model/route_guide.pb.swift | 1 - Examples/v2/echo/Generated/echo.pb.swift | 1 - .../v2/hello-world/Generated/helloworld.pb.swift | 1 - .../InteroperabilityTests/Generated/empty.pb.swift | 1 - .../Generated/empty_service.pb.swift | 13 +------------ .../InteroperabilityTests/Generated/test.pb.swift | 13 +------------ Sources/Services/Health/Generated/health.pb.swift | 1 - .../Generated/grpc_core_stats.pb.swift | 1 - .../grpc_testing_benchmark_service.pb.swift | 13 +------------ .../Generated/grpc_testing_control.pb.swift | 1 - .../Generated/grpc_testing_payloads.pb.swift | 1 - .../Generated/grpc_testing_stats.pb.swift | 1 - .../Generated/grpc_testing_worker_service.pb.swift | 13 +------------ .../Configuration/Generated/code.pb.swift | 1 - .../Configuration/Generated/rls.pb.swift | 1 - .../Configuration/Generated/rls_config.pb.swift | 1 - .../Configuration/Generated/service_config.pb.swift | 1 - .../Codegen/Normalization/normalization.pb.swift | 1 - 20 files changed, 4 insertions(+), 64 deletions(-) diff --git a/Examples/v1/Echo/Model/echo.pb.swift b/Examples/v1/Echo/Model/echo.pb.swift index 7ddf8cca9..a2b496bdd 100644 --- a/Examples/v1/Echo/Model/echo.pb.swift +++ b/Examples/v1/Echo/Model/echo.pb.swift @@ -22,7 +22,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -import Foundation import SwiftProtobuf // If the compiler emits an error on this type, it is because this file diff --git a/Examples/v1/HelloWorld/Model/helloworld.pb.swift b/Examples/v1/HelloWorld/Model/helloworld.pb.swift index d0425b18f..f53870911 100644 --- a/Examples/v1/HelloWorld/Model/helloworld.pb.swift +++ b/Examples/v1/HelloWorld/Model/helloworld.pb.swift @@ -22,7 +22,6 @@ /// See the License for the specific language governing permissions and /// limitations under the License. -import Foundation import SwiftProtobuf // If the compiler emits an error on this type, it is because this file diff --git a/Examples/v1/RouteGuide/Model/route_guide.pb.swift b/Examples/v1/RouteGuide/Model/route_guide.pb.swift index 80c5ff7b6..04669f032 100644 --- a/Examples/v1/RouteGuide/Model/route_guide.pb.swift +++ b/Examples/v1/RouteGuide/Model/route_guide.pb.swift @@ -22,7 +22,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -import Foundation import SwiftProtobuf // If the compiler emits an error on this type, it is because this file diff --git a/Examples/v2/echo/Generated/echo.pb.swift b/Examples/v2/echo/Generated/echo.pb.swift index 178a32b5e..88ef21ca9 100644 --- a/Examples/v2/echo/Generated/echo.pb.swift +++ b/Examples/v2/echo/Generated/echo.pb.swift @@ -22,7 +22,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -import Foundation import SwiftProtobuf // If the compiler emits an error on this type, it is because this file diff --git a/Examples/v2/hello-world/Generated/helloworld.pb.swift b/Examples/v2/hello-world/Generated/helloworld.pb.swift index f3dba4167..20b4f36df 100644 --- a/Examples/v2/hello-world/Generated/helloworld.pb.swift +++ b/Examples/v2/hello-world/Generated/helloworld.pb.swift @@ -22,7 +22,6 @@ /// See the License for the specific language governing permissions and /// limitations under the License. -import Foundation import SwiftProtobuf // If the compiler emits an error on this type, it is because this file diff --git a/Sources/InteroperabilityTests/Generated/empty.pb.swift b/Sources/InteroperabilityTests/Generated/empty.pb.swift index b946bc9bc..840c3367f 100644 --- a/Sources/InteroperabilityTests/Generated/empty.pb.swift +++ b/Sources/InteroperabilityTests/Generated/empty.pb.swift @@ -22,7 +22,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -import Foundation import SwiftProtobuf // If the compiler emits an error on this type, it is because this file diff --git a/Sources/InteroperabilityTests/Generated/empty_service.pb.swift b/Sources/InteroperabilityTests/Generated/empty_service.pb.swift index ac2f51edf..81eecc29e 100644 --- a/Sources/InteroperabilityTests/Generated/empty_service.pb.swift +++ b/Sources/InteroperabilityTests/Generated/empty_service.pb.swift @@ -22,15 +22,4 @@ // See the License for the specific language governing permissions and // limitations under the License. -import Foundation -import SwiftProtobuf - -// If the compiler emits an error on this type, it is because this file -// was generated by a version of the `protoc` Swift plug-in that is -// incompatible with the version of SwiftProtobuf to which you are linking. -// Please ensure that you are building against the same version of the API -// that was used to generate this file. -fileprivate struct _GeneratedWithProtocGenSwiftVersion: SwiftProtobuf.ProtobufAPIVersionCheck { - struct _2: SwiftProtobuf.ProtobufAPIVersion_2 {} - typealias Version = _2 -} +// This file contained no messages, enums, or extensions. diff --git a/Sources/InteroperabilityTests/Generated/test.pb.swift b/Sources/InteroperabilityTests/Generated/test.pb.swift index b2c02d793..8947a84cb 100644 --- a/Sources/InteroperabilityTests/Generated/test.pb.swift +++ b/Sources/InteroperabilityTests/Generated/test.pb.swift @@ -25,15 +25,4 @@ // An integration test service that covers all the method signature permutations // of unary/streaming requests/responses. -import Foundation -import SwiftProtobuf - -// If the compiler emits an error on this type, it is because this file -// was generated by a version of the `protoc` Swift plug-in that is -// incompatible with the version of SwiftProtobuf to which you are linking. -// Please ensure that you are building against the same version of the API -// that was used to generate this file. -fileprivate struct _GeneratedWithProtocGenSwiftVersion: SwiftProtobuf.ProtobufAPIVersionCheck { - struct _2: SwiftProtobuf.ProtobufAPIVersion_2 {} - typealias Version = _2 -} +// This file contained no messages, enums, or extensions. diff --git a/Sources/Services/Health/Generated/health.pb.swift b/Sources/Services/Health/Generated/health.pb.swift index c1e0ff837..35bec2020 100644 --- a/Sources/Services/Health/Generated/health.pb.swift +++ b/Sources/Services/Health/Generated/health.pb.swift @@ -25,7 +25,6 @@ // The canonical version of this proto can be found at // https://github.com/grpc/grpc-proto/blob/master/grpc/health/v1/health.proto -import Foundation import SwiftProtobuf // If the compiler emits an error on this type, it is because this file diff --git a/Sources/performance-worker/Generated/grpc_core_stats.pb.swift b/Sources/performance-worker/Generated/grpc_core_stats.pb.swift index 5daa789c0..e68cf193f 100644 --- a/Sources/performance-worker/Generated/grpc_core_stats.pb.swift +++ b/Sources/performance-worker/Generated/grpc_core_stats.pb.swift @@ -22,7 +22,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -import Foundation import SwiftProtobuf // If the compiler emits an error on this type, it is because this file diff --git a/Sources/performance-worker/Generated/grpc_testing_benchmark_service.pb.swift b/Sources/performance-worker/Generated/grpc_testing_benchmark_service.pb.swift index 19b09bc03..268a0f868 100644 --- a/Sources/performance-worker/Generated/grpc_testing_benchmark_service.pb.swift +++ b/Sources/performance-worker/Generated/grpc_testing_benchmark_service.pb.swift @@ -25,15 +25,4 @@ /// An integration test service that covers all the method signature permutations /// of unary/streaming requests/responses. -import Foundation -import SwiftProtobuf - -// If the compiler emits an error on this type, it is because this file -// was generated by a version of the `protoc` Swift plug-in that is -// incompatible with the version of SwiftProtobuf to which you are linking. -// Please ensure that you are building against the same version of the API -// that was used to generate this file. -fileprivate struct _GeneratedWithProtocGenSwiftVersion: SwiftProtobuf.ProtobufAPIVersionCheck { - struct _2: SwiftProtobuf.ProtobufAPIVersion_2 {} - typealias Version = _2 -} +// This file contained no messages, enums, or extensions. diff --git a/Sources/performance-worker/Generated/grpc_testing_control.pb.swift b/Sources/performance-worker/Generated/grpc_testing_control.pb.swift index 390894079..777fff519 100644 --- a/Sources/performance-worker/Generated/grpc_testing_control.pb.swift +++ b/Sources/performance-worker/Generated/grpc_testing_control.pb.swift @@ -22,7 +22,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -import Foundation import SwiftProtobuf // If the compiler emits an error on this type, it is because this file diff --git a/Sources/performance-worker/Generated/grpc_testing_payloads.pb.swift b/Sources/performance-worker/Generated/grpc_testing_payloads.pb.swift index 88102d044..8624160c0 100644 --- a/Sources/performance-worker/Generated/grpc_testing_payloads.pb.swift +++ b/Sources/performance-worker/Generated/grpc_testing_payloads.pb.swift @@ -22,7 +22,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -import Foundation import SwiftProtobuf // If the compiler emits an error on this type, it is because this file diff --git a/Sources/performance-worker/Generated/grpc_testing_stats.pb.swift b/Sources/performance-worker/Generated/grpc_testing_stats.pb.swift index 44234bddf..2b45d0bd0 100644 --- a/Sources/performance-worker/Generated/grpc_testing_stats.pb.swift +++ b/Sources/performance-worker/Generated/grpc_testing_stats.pb.swift @@ -22,7 +22,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -import Foundation import SwiftProtobuf // If the compiler emits an error on this type, it is because this file diff --git a/Sources/performance-worker/Generated/grpc_testing_worker_service.pb.swift b/Sources/performance-worker/Generated/grpc_testing_worker_service.pb.swift index 7328357d3..73f9c0029 100644 --- a/Sources/performance-worker/Generated/grpc_testing_worker_service.pb.swift +++ b/Sources/performance-worker/Generated/grpc_testing_worker_service.pb.swift @@ -25,15 +25,4 @@ /// An integration test service that covers all the method signature permutations /// of unary/streaming requests/responses. -import Foundation -import SwiftProtobuf - -// If the compiler emits an error on this type, it is because this file -// was generated by a version of the `protoc` Swift plug-in that is -// incompatible with the version of SwiftProtobuf to which you are linking. -// Please ensure that you are building against the same version of the API -// that was used to generate this file. -fileprivate struct _GeneratedWithProtocGenSwiftVersion: SwiftProtobuf.ProtobufAPIVersionCheck { - struct _2: SwiftProtobuf.ProtobufAPIVersion_2 {} - typealias Version = _2 -} +// This file contained no messages, enums, or extensions. diff --git a/Tests/GRPCCoreTests/Configuration/Generated/code.pb.swift b/Tests/GRPCCoreTests/Configuration/Generated/code.pb.swift index f451901d4..75e9e725a 100644 --- a/Tests/GRPCCoreTests/Configuration/Generated/code.pb.swift +++ b/Tests/GRPCCoreTests/Configuration/Generated/code.pb.swift @@ -22,7 +22,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -import Foundation import SwiftProtobuf // If the compiler emits an error on this type, it is because this file diff --git a/Tests/GRPCCoreTests/Configuration/Generated/rls.pb.swift b/Tests/GRPCCoreTests/Configuration/Generated/rls.pb.swift index 53cd64eac..36f8887af 100644 --- a/Tests/GRPCCoreTests/Configuration/Generated/rls.pb.swift +++ b/Tests/GRPCCoreTests/Configuration/Generated/rls.pb.swift @@ -22,7 +22,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -import Foundation import SwiftProtobuf // If the compiler emits an error on this type, it is because this file diff --git a/Tests/GRPCCoreTests/Configuration/Generated/rls_config.pb.swift b/Tests/GRPCCoreTests/Configuration/Generated/rls_config.pb.swift index 602b2d7ea..879269999 100644 --- a/Tests/GRPCCoreTests/Configuration/Generated/rls_config.pb.swift +++ b/Tests/GRPCCoreTests/Configuration/Generated/rls_config.pb.swift @@ -22,7 +22,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -import Foundation import SwiftProtobuf // If the compiler emits an error on this type, it is because this file diff --git a/Tests/GRPCCoreTests/Configuration/Generated/service_config.pb.swift b/Tests/GRPCCoreTests/Configuration/Generated/service_config.pb.swift index 108e1994a..c25062a78 100644 --- a/Tests/GRPCCoreTests/Configuration/Generated/service_config.pb.swift +++ b/Tests/GRPCCoreTests/Configuration/Generated/service_config.pb.swift @@ -36,7 +36,6 @@ // form. This proto definition is intended to help document the schema but // will not actually be used directly by gRPC. -import Foundation import SwiftProtobuf // If the compiler emits an error on this type, it is because this file diff --git a/Tests/GRPCTests/Codegen/Normalization/normalization.pb.swift b/Tests/GRPCTests/Codegen/Normalization/normalization.pb.swift index c791f6aa9..0a3f36e95 100644 --- a/Tests/GRPCTests/Codegen/Normalization/normalization.pb.swift +++ b/Tests/GRPCTests/Codegen/Normalization/normalization.pb.swift @@ -22,7 +22,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -import Foundation import SwiftProtobuf // If the compiler emits an error on this type, it is because this file