firebase-ios-sdk icon indicating copy to clipboard operation
firebase-ios-sdk copied to clipboard

[Firebase AI] Add `Sendable` conformance to `PartsRepresentable`

Open andrewheard opened this issue 3 months ago • 1 comments

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

andrewheard avatar Aug 14 '25 20:08 andrewheard