Skip to content

Commit 2cef047

Browse files
authored
Regenerate protos (#2039)
swift-protobuf 1.28.1 includes generated code changes, our. CI fails without regenerating.
1 parent a934b26 commit 2cef047

File tree

4 files changed

+2
-26
lines changed

4 files changed

+2
-26
lines changed

Sources/InteroperabilityTests/Generated/empty.pb.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
// See the License for the specific language governing permissions and
2323
// limitations under the License.
2424

25-
import Foundation
2625
import SwiftProtobuf
2726

2827
// If the compiler emits an error on this type, it is because this file

Sources/InteroperabilityTests/Generated/empty_service.pb.swift

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,4 @@
2222
// See the License for the specific language governing permissions and
2323
// limitations under the License.
2424

25-
import Foundation
26-
import SwiftProtobuf
27-
28-
// If the compiler emits an error on this type, it is because this file
29-
// was generated by a version of the `protoc` Swift plug-in that is
30-
// incompatible with the version of SwiftProtobuf to which you are linking.
31-
// Please ensure that you are building against the same version of the API
32-
// that was used to generate this file.
33-
fileprivate struct _GeneratedWithProtocGenSwiftVersion: SwiftProtobuf.ProtobufAPIVersionCheck {
34-
struct _2: SwiftProtobuf.ProtobufAPIVersion_2 {}
35-
typealias Version = _2
36-
}
25+
// This file contained no messages, enums, or extensions.

Sources/InteroperabilityTests/Generated/test.pb.swift

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,4 @@
2525
// An integration test service that covers all the method signature permutations
2626
// of unary/streaming requests/responses.
2727

28-
import Foundation
29-
import SwiftProtobuf
30-
31-
// If the compiler emits an error on this type, it is because this file
32-
// was generated by a version of the `protoc` Swift plug-in that is
33-
// incompatible with the version of SwiftProtobuf to which you are linking.
34-
// Please ensure that you are building against the same version of the API
35-
// that was used to generate this file.
36-
fileprivate struct _GeneratedWithProtocGenSwiftVersion: SwiftProtobuf.ProtobufAPIVersionCheck {
37-
struct _2: SwiftProtobuf.ProtobufAPIVersion_2 {}
38-
typealias Version = _2
39-
}
28+
// This file contained no messages, enums, or extensions.

Sources/Services/Health/Generated/health.pb.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
// The canonical version of this proto can be found at
2626
// https://github.com/grpc/grpc-proto/blob/master/grpc/health/v1/health.proto
2727

28-
import Foundation
2928
import SwiftProtobuf
3029

3130
// If the compiler emits an error on this type, it is because this file

0 commit comments

Comments
 (0)