Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FirebaseAuth] Preconcurrency warning building with Xcode 16 #13507

Open
paulb777 opened this issue Aug 15, 2024 · 0 comments · May be fixed by #13634
Open

[FirebaseAuth] Preconcurrency warning building with Xcode 16 #13507

paulb777 opened this issue Aug 15, 2024 · 0 comments · May be fixed by #13634

Comments

@paulb777
Copy link
Member

paulb777 commented Aug 15, 2024

Description

See also swiftlang/swift#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!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant