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

[FirebaseAuth] Preconcurrency warning building with Xcode 16

Open paulb777 opened this issue 1 year ago • 0 comments

Description

See also https://github.com/swiftlang/swift/issues/74904

Screenshot 2024-08-15 at 12 03 08 PM

Reproducing the issue

No response

Firebase SDK Version

11.1.0

Xcode Version

16.0-beta5

Installation Method

CocoaPods

Firebase Product(s)

Authentication

Targeted Platforms

iOS

Relevant Log Output

Adding `@MainActor` as described at https://github.com/swiftlang/swift/issues/74904#issuecomment-2289909804 will address the warning, but will likely break existing public synchronous APIs.

If using Swift Package Manager, the project's Package.resolved

Expand Package.resolved snippet

Replace this line with the contents of your Package.resolved.

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet

Replace this line with the contents of your Podfile.lock!

paulb777 avatar Aug 15 '24 19:08 paulb777