Skip to content

Commit 962608a

Browse files
authored
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 apple/swift-protobuf#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.
1 parent 397dcf7 commit 962608a

File tree

27 files changed

+27
-0
lines changed

27 files changed

+27
-0
lines changed

Examples/v1/Echo/Model/echo.pb.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// DO NOT EDIT.
22
// swift-format-ignore-file
3+
// swiftlint:disable all
34
//
45
// Generated by the Swift generator plugin for the protocol buffer compiler.
56
// Source: echo.proto

Examples/v1/HelloWorld/Model/helloworld.pb.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// DO NOT EDIT.
22
// swift-format-ignore-file
3+
// swiftlint:disable all
34
//
45
// Generated by the Swift generator plugin for the protocol buffer compiler.
56
// Source: helloworld.proto

Examples/v1/RouteGuide/Model/route_guide.pb.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// DO NOT EDIT.
22
// swift-format-ignore-file
3+
// swiftlint:disable all
34
//
45
// Generated by the Swift generator plugin for the protocol buffer compiler.
56
// Source: route_guide.proto

Examples/v2/echo/Generated/echo.pb.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// DO NOT EDIT.
22
// swift-format-ignore-file
3+
// swiftlint:disable all
34
//
45
// Generated by the Swift generator plugin for the protocol buffer compiler.
56
// Source: echo.proto

Examples/v2/hello-world/Generated/helloworld.pb.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// DO NOT EDIT.
22
// swift-format-ignore-file
3+
// swiftlint:disable all
34
//
45
// Generated by the Swift generator plugin for the protocol buffer compiler.
56
// Source: helloworld.proto

Sources/GRPCReflectionService/v1/reflection-v1.pb.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// DO NOT EDIT.
22
// swift-format-ignore-file
3+
// swiftlint:disable all
34
//
45
// Generated by the Swift generator plugin for the protocol buffer compiler.
56
// Source: reflection.proto

Sources/GRPCReflectionService/v1Alpha/reflection-v1alpha.pb.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// DO NOT EDIT.
22
// swift-format-ignore-file
3+
// swiftlint:disable all
34
//
45
// Generated by the Swift generator plugin for the protocol buffer compiler.
56
// Source: reflection.proto

Sources/InteroperabilityTests/Generated/empty.pb.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// DO NOT EDIT.
22
// swift-format-ignore-file
3+
// swiftlint:disable all
34
//
45
// Generated by the Swift generator plugin for the protocol buffer compiler.
56
// Source: src/proto/grpc/testing/empty.proto

Sources/InteroperabilityTests/Generated/empty_service.pb.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// DO NOT EDIT.
22
// swift-format-ignore-file
3+
// swiftlint:disable all
34
//
45
// Generated by the Swift generator plugin for the protocol buffer compiler.
56
// Source: src/proto/grpc/testing/empty_service.proto

Sources/InteroperabilityTests/Generated/messages.pb.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// DO NOT EDIT.
22
// swift-format-ignore-file
3+
// swiftlint:disable all
34
//
45
// Generated by the Swift generator plugin for the protocol buffer compiler.
56
// Source: src/proto/grpc/testing/messages.proto

0 commit comments

Comments
 (0)