Skip to content

Commit 88e16fb

Browse files
committed
[Firebase AI] Add Sendable conformance to PartsRepresentable
1 parent d4d341d commit 88e16fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAI/Sources/PartsRepresentable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import Foundation
1717
/// A protocol describing any data that could be serialized to model-interpretable input data,
1818
/// where the serialization process cannot fail with an error.
1919
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
20-
public protocol PartsRepresentable {
20+
public protocol PartsRepresentable: Sendable {
2121
var partsValue: [any Part] { get }
2222
}
2323

0 commit comments

Comments
 (0)