### Description Hello! I got this warning from Xcode today > FirebaseApp.configure(): Performing I/O on the main thread can cause hangs. ``` func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool { FirebaseApp.configure() Messaging.messaging().delegate = self ``` ### Reproducing the issue _No response_ ### Firebase SDK Version 11.10.0 ### Xcode Version 16.2 ### Installation Method Swift Package Manager ### Firebase Product(s) Analytics ### Targeted Platforms iOS ### Relevant Log Output ```shell ``` ### If using Swift Package Manager, the project's Package.resolved <!--- Look below for instructions on how to share your Package.resolved. ---> <details> <summary>Expand <code>Package.resolved</code> snippet</summary> <br> ```json Replace this line with the contents of your Package.resolved. ``` </details> ### If using CocoaPods, the project's Podfile.lock <!--- Look below for instructions on how to share your Podfile.lock. ---> <details> <summary>Expand <code>Podfile.lock</code> snippet</summary> <br> ```yml Replace this line with the contents of your Podfile.lock! ``` </details>