We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Sendable
PartsRepresentable
1 parent d4d341d commit 88e16fbCopy full SHA for 88e16fb
FirebaseAI/Sources/PartsRepresentable.swift
@@ -17,7 +17,7 @@ import Foundation
17
/// A protocol describing any data that could be serialized to model-interpretable input data,
18
/// where the serialization process cannot fail with an error.
19
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
20
-public protocol PartsRepresentable {
+public protocol PartsRepresentable: Sendable {
21
var partsValue: [any Part] { get }
22
}
23
0 commit comments