File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 15
15
///
16
16
// -----------------------------------------------------------------------------
17
17
18
- // TODO: `Enum` should require `Sendable` but we cannot do so yet without possibly breaking compatibility.
19
-
20
18
/// Generated enum types conform to this protocol.
21
19
public protocol Enum : RawRepresentable , Hashable , _ProtoSendable {
22
20
/// Creates a new instance of the enum initialized to its default value.
Original file line number Diff line number Diff line change 7
7
// https://github.com/apple/swift-protobuf/blob/main/LICENSE.txt
8
8
//
9
9
10
- // TODO: `Message` should require `Sendable` but we cannot do so yet without possibly breaking compatibility.
11
-
12
10
/// The protocol which all generated protobuf messages implement.
13
11
/// `Message` is the protocol type you should use whenever
14
12
/// you need an argument or variable which holds "some message".
Original file line number Diff line number Diff line change 16
16
17
17
import Foundation
18
18
19
- // TODO: `UnknownStorage` should be `Sendable` but we cannot do so yet without possibly breaking compatibility.
20
-
21
19
/// Contains any unknown fields in a decoded message; that is, fields that were
22
20
/// sent on the wire but were not recognized by the generated message
23
21
/// implementation or were valid field numbers but with mismatching wire
You can’t perform that action at this time.
0 commit comments