firebase-ios-sdk
firebase-ios-sdk copied to clipboard
[Firebase AI] Add `Sendable` conformance to `PartsRepresentable`
Require Sendable conformance for PartsRepresentable types.
Note: CGImage didn't become Sendable until Swift 6.1 (Xcode 16.3) and NSImage / CIImage became Sendable in Swift 6.2 (Xcode 26.0). As a workaround, these types are marked @unchecked @retroactive Sendable to support building on Xcode 16.0 to 16.2.
#no-changelog