Skip to content

Commit 4f88f11

Browse files
add sendable to telemetryobject
1 parent e5c50c0 commit 4f88f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/cpp/src/thrift/generate/t_swift_generator.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ string t_swift_generator::telemetry_object_protocols() {
330330
return R"objc(
331331
public typealias TelemetryDictionary = [String: TelemetryValue]
332332
333-
public protocol TelemetryObject {
333+
public protocol TelemetryObject: Sendable {
334334
func telemetryDictionary() -> TelemetryDictionary
335335
}
336336

0 commit comments

Comments
 (0)