Browse Source

Regenerate protos after swift-protobuf update to 1.28.0 (#2035)

`swift-protobuf` [released
1.28.0](https://github.com/apple/swift-protobuf/releases/tag/1.28.0)
yesterday, and it changed the headers in the generated files to disable
`swiftlint` (see https://github.com/apple/swift-protobuf/pull/1627).
This means that our CI is now failing the sanity step when it checks the
generated files match the expected output of the `generate.sh` script.

This PR regenerates the protos with swift-protobuf 1.28.0 to include the
updated headers.
Gus Cairo 1 year ago
parent
commit
962608aafa
27 changed files with 27 additions and 0 deletions
  1. 1 0
      Examples/v1/Echo/Model/echo.pb.swift
  2. 1 0
      Examples/v1/HelloWorld/Model/helloworld.pb.swift
  3. 1 0
      Examples/v1/RouteGuide/Model/route_guide.pb.swift
  4. 1 0
      Examples/v2/echo/Generated/echo.pb.swift
  5. 1 0
      Examples/v2/hello-world/Generated/helloworld.pb.swift
  6. 1 0
      Sources/GRPCReflectionService/v1/reflection-v1.pb.swift
  7. 1 0
      Sources/GRPCReflectionService/v1Alpha/reflection-v1alpha.pb.swift
  8. 1 0
      Sources/InteroperabilityTests/Generated/empty.pb.swift
  9. 1 0
      Sources/InteroperabilityTests/Generated/empty_service.pb.swift
  10. 1 0
      Sources/InteroperabilityTests/Generated/messages.pb.swift
  11. 1 0
      Sources/InteroperabilityTests/Generated/test.pb.swift
  12. 1 0
      Sources/Services/Health/Generated/health.pb.swift
  13. 1 0
      Sources/performance-worker/Generated/grpc_core_stats.pb.swift
  14. 1 0
      Sources/performance-worker/Generated/grpc_testing_benchmark_service.pb.swift
  15. 1 0
      Sources/performance-worker/Generated/grpc_testing_control.pb.swift
  16. 1 0
      Sources/performance-worker/Generated/grpc_testing_messages.pb.swift
  17. 1 0
      Sources/performance-worker/Generated/grpc_testing_payloads.pb.swift
  18. 1 0
      Sources/performance-worker/Generated/grpc_testing_stats.pb.swift
  19. 1 0
      Sources/performance-worker/Generated/grpc_testing_worker_service.pb.swift
  20. 1 0
      Tests/GRPCCoreTests/Configuration/Generated/code.pb.swift
  21. 1 0
      Tests/GRPCCoreTests/Configuration/Generated/rls.pb.swift
  22. 1 0
      Tests/GRPCCoreTests/Configuration/Generated/rls_config.pb.swift
  23. 1 0
      Tests/GRPCCoreTests/Configuration/Generated/service_config.pb.swift
  24. 1 0
      Tests/GRPCHTTP2TransportTests/Generated/control.pb.swift
  25. 1 0
      Tests/GRPCTests/Codegen/Normalization/normalization.pb.swift
  26. 1 0
      Tests/GRPCTests/GRPCReflectionServiceTests/Generated/v1/reflection-v1.pb.swift
  27. 1 0
      Tests/GRPCTests/GRPCReflectionServiceTests/Generated/v1Alpha/reflection-v1alpha.pb.swift

+ 1 - 0
Examples/v1/Echo/Model/echo.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: echo.proto

+ 1 - 0
Examples/v1/HelloWorld/Model/helloworld.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: helloworld.proto

+ 1 - 0
Examples/v1/RouteGuide/Model/route_guide.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: route_guide.proto

+ 1 - 0
Examples/v2/echo/Generated/echo.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: echo.proto

+ 1 - 0
Examples/v2/hello-world/Generated/helloworld.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: helloworld.proto

+ 1 - 0
Sources/GRPCReflectionService/v1/reflection-v1.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: reflection.proto

+ 1 - 0
Sources/GRPCReflectionService/v1Alpha/reflection-v1alpha.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: reflection.proto

+ 1 - 0
Sources/InteroperabilityTests/Generated/empty.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: src/proto/grpc/testing/empty.proto

+ 1 - 0
Sources/InteroperabilityTests/Generated/empty_service.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: src/proto/grpc/testing/empty_service.proto

+ 1 - 0
Sources/InteroperabilityTests/Generated/messages.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: src/proto/grpc/testing/messages.proto

+ 1 - 0
Sources/InteroperabilityTests/Generated/test.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: src/proto/grpc/testing/test.proto

+ 1 - 0
Sources/Services/Health/Generated/health.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: health.proto

+ 1 - 0
Sources/performance-worker/Generated/grpc_core_stats.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: grpc/core/stats.proto

+ 1 - 0
Sources/performance-worker/Generated/grpc_testing_benchmark_service.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: grpc/testing/benchmark_service.proto

+ 1 - 0
Sources/performance-worker/Generated/grpc_testing_control.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: grpc/testing/control.proto

+ 1 - 0
Sources/performance-worker/Generated/grpc_testing_messages.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: grpc/testing/messages.proto

+ 1 - 0
Sources/performance-worker/Generated/grpc_testing_payloads.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: grpc/testing/payloads.proto

+ 1 - 0
Sources/performance-worker/Generated/grpc_testing_stats.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: grpc/testing/stats.proto

+ 1 - 0
Sources/performance-worker/Generated/grpc_testing_worker_service.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: grpc/testing/worker_service.proto

+ 1 - 0
Tests/GRPCCoreTests/Configuration/Generated/code.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: google/rpc/code.proto

+ 1 - 0
Tests/GRPCCoreTests/Configuration/Generated/rls.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: grpc/lookup/v1/rls.proto

+ 1 - 0
Tests/GRPCCoreTests/Configuration/Generated/rls_config.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: grpc/lookup/v1/rls_config.proto

+ 1 - 0
Tests/GRPCCoreTests/Configuration/Generated/service_config.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: grpc/service_config/service_config.proto

+ 1 - 0
Tests/GRPCHTTP2TransportTests/Generated/control.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: control.proto

+ 1 - 0
Tests/GRPCTests/Codegen/Normalization/normalization.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: normalization.proto

+ 1 - 0
Tests/GRPCTests/GRPCReflectionServiceTests/Generated/v1/reflection-v1.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: reflection.proto

+ 1 - 0
Tests/GRPCTests/GRPCReflectionServiceTests/Generated/v1Alpha/reflection-v1alpha.pb.swift

@@ -1,5 +1,6 @@
 // DO NOT EDIT.
 // swift-format-ignore-file
+// swiftlint:disable all
 //
 // Generated by the Swift generator plugin for the protocol buffer compiler.
 // Source: reflection.proto