diff --git a/Android/firebase_dependencies.gradle b/Android/firebase_dependencies.gradle
index 0c313244c6..1465af1f5d 100644
--- a/Android/firebase_dependencies.gradle
+++ b/Android/firebase_dependencies.gradle
@@ -20,7 +20,7 @@ def firebaseDependenciesMap = [
'app_check' : ['com.google.firebase:firebase-appcheck',
'com.google.firebase:firebase-appcheck-debug',
'com.google.firebase:firebase-appcheck-playintegrity'],
- 'play_services' : ['com.google.android.gms:play-services-base:18.3.0'],
+ 'play_services' : ['com.google.android.gms:play-services-base:18.4.0'],
'analytics' : ['com.google.firebase:firebase-analytics'],
'auth' : ['com.google.firebase:firebase-auth'],
'database' : ['com.google.firebase:firebase-database'],
@@ -159,7 +159,7 @@ project.afterEvaluate {
// Add the bill-of-materials
project.dependencies {
- implementation platform('com.google.firebase:firebase-bom:32.8.1')
+ implementation platform('com.google.firebase:firebase-bom:33.0.0')
}
for (String lib : firebaseCpp.dependencies.libSet) {
// Generate and include the proguard file
diff --git a/analytics/build.gradle b/analytics/build.gradle
index 38ff9f13dd..b1e1705baa 100644
--- a/analytics/build.gradle
+++ b/analytics/build.gradle
@@ -48,7 +48,7 @@ android {
}
defaultConfig {
- minSdkVersion 21
+ minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName "1.0"
diff --git a/analytics/integration_test/LibraryManifest.xml b/analytics/integration_test/LibraryManifest.xml
index 973812b72d..35ca83c5dc 100644
--- a/analytics/integration_test/LibraryManifest.xml
+++ b/analytics/integration_test/LibraryManifest.xml
@@ -18,6 +18,6 @@
-
+
diff --git a/analytics/integration_test/Podfile b/analytics/integration_test/Podfile
index 95a8090b36..623fc24da5 100644
--- a/analytics/integration_test/Podfile
+++ b/analytics/integration_test/Podfile
@@ -5,12 +5,12 @@ use_frameworks! :linkage => :static
target 'integration_test' do
platform :ios, '13.0'
- pod 'Firebase/Analytics', '10.24.0'
+ pod 'Firebase/Analytics', '10.25.0'
end
target 'integration_test_tvos' do
platform :tvos, '12.0'
- pod 'Firebase/Analytics', '10.24.0'
+ pod 'Firebase/Analytics', '10.25.0'
end
post_install do |installer|
diff --git a/analytics/integration_test/build.gradle b/analytics/integration_test/build.gradle
index 6c1847d7ff..29621bd352 100644
--- a/analytics/integration_test/build.gradle
+++ b/analytics/integration_test/build.gradle
@@ -55,7 +55,7 @@ android {
defaultConfig {
applicationId 'com.google.android.analytics.testapp'
- minSdkVersion 21
+ minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName '1.0'
diff --git a/analytics/ios_headers/FIREventNames.h b/analytics/ios_headers/FIREventNames.h
index 038f077176..6fcd8c28fd 100644
--- a/analytics/ios_headers/FIREventNames.h
+++ b/analytics/ios_headers/FIREventNames.h
@@ -1,6 +1,6 @@
// Copyright 2024 Google LLC
-// Copied from Firebase Analytics iOS SDK 10.24.0.
+// Copied from Firebase Analytics iOS SDK 10.25.0.
/// @file FIREventNames.h
///
diff --git a/analytics/ios_headers/FIRParameterNames.h b/analytics/ios_headers/FIRParameterNames.h
index 6802db1f34..357fd600ec 100644
--- a/analytics/ios_headers/FIRParameterNames.h
+++ b/analytics/ios_headers/FIRParameterNames.h
@@ -1,6 +1,6 @@
// Copyright 2024 Google LLC
-// Copied from Firebase Analytics iOS SDK 10.24.0.
+// Copied from Firebase Analytics iOS SDK 10.25.0.
/// @file FIRParameterNames.h
///
diff --git a/analytics/ios_headers/FIRUserPropertyNames.h b/analytics/ios_headers/FIRUserPropertyNames.h
index 82c11fb98b..56bcf776fd 100644
--- a/analytics/ios_headers/FIRUserPropertyNames.h
+++ b/analytics/ios_headers/FIRUserPropertyNames.h
@@ -1,6 +1,6 @@
// Copyright 2024 Google LLC
-// Copied from Firebase Analytics iOS SDK 10.24.0.
+// Copied from Firebase Analytics iOS SDK 10.25.0.
/// @file FIRUserPropertyNames.h
///
diff --git a/app/app_resources/build.gradle b/app/app_resources/build.gradle
index 4a3326640f..7edb61108c 100644
--- a/app/app_resources/build.gradle
+++ b/app/app_resources/build.gradle
@@ -50,7 +50,7 @@ android {
}
dependencies {
- implementation platform('com.google.firebase:firebase-bom:32.8.1')
+ implementation platform('com.google.firebase:firebase-bom:33.0.0')
implementation 'com.google.firebase:firebase-analytics'
}
diff --git a/app/build.gradle b/app/build.gradle
index da52386f5c..fa2a2aae91 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -48,7 +48,7 @@ android {
}
defaultConfig {
- minSdkVersion 21
+ minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName "1.0"
diff --git a/app/google_api_resources/build.gradle b/app/google_api_resources/build.gradle
index 7838c935ed..d93916c1b0 100644
--- a/app/google_api_resources/build.gradle
+++ b/app/google_api_resources/build.gradle
@@ -53,9 +53,9 @@ android {
}
dependencies {
- implementation platform('com.google.firebase:firebase-bom:32.8.1')
+ implementation platform('com.google.firebase:firebase-bom:33.0.0')
implementation 'com.google.firebase:firebase-analytics'
- implementation 'com.google.android.gms:play-services-base:18.3.0'
+ implementation 'com.google.android.gms:play-services-base:18.4.0'
implementation project(':app:app_resources')
}
diff --git a/app/integration_test/LibraryManifest.xml b/app/integration_test/LibraryManifest.xml
index 973812b72d..35ca83c5dc 100644
--- a/app/integration_test/LibraryManifest.xml
+++ b/app/integration_test/LibraryManifest.xml
@@ -18,6 +18,6 @@
-
+
diff --git a/app/integration_test/Podfile b/app/integration_test/Podfile
index 5ddae96a67..a87700f7e6 100644
--- a/app/integration_test/Podfile
+++ b/app/integration_test/Podfile
@@ -4,7 +4,7 @@ platform :ios, '13.0'
use_frameworks! :linkage => :static
target 'integration_test' do
- pod 'Firebase/Analytics', '10.24.0'
+ pod 'Firebase/Analytics', '10.25.0'
end
post_install do |installer|
diff --git a/app/integration_test/build.gradle b/app/integration_test/build.gradle
index 22134d5e79..3cec305c79 100644
--- a/app/integration_test/build.gradle
+++ b/app/integration_test/build.gradle
@@ -55,7 +55,7 @@ android {
defaultConfig {
applicationId 'com.google.android.analytics.testapp'
- minSdkVersion 21
+ minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName '1.0'
diff --git a/app/invites_resources/build.gradle b/app/invites_resources/build.gradle
index c3d41f10f0..55d3f65fb8 100644
--- a/app/invites_resources/build.gradle
+++ b/app/invites_resources/build.gradle
@@ -49,7 +49,7 @@ android {
}
dependencies {
- implementation platform('com.google.firebase:firebase-bom:32.8.1')
+ implementation platform('com.google.firebase:firebase-bom:33.0.0')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-dynamic-links'
implementation project(':app:app_resources')
diff --git a/app_check/app_check_resources/build.gradle b/app_check/app_check_resources/build.gradle
index 7b9e0eaa0c..b1f0c1785d 100644
--- a/app_check/app_check_resources/build.gradle
+++ b/app_check/app_check_resources/build.gradle
@@ -49,7 +49,7 @@ android {
}
dependencies {
- implementation platform('com.google.firebase:firebase-bom:32.8.1')
+ implementation platform('com.google.firebase:firebase-bom:33.0.0')
implementation 'com.google.firebase:firebase-appcheck'
}
diff --git a/app_check/build.gradle b/app_check/build.gradle
index cbb730793b..82ca483612 100644
--- a/app_check/build.gradle
+++ b/app_check/build.gradle
@@ -48,7 +48,7 @@ android {
}
defaultConfig {
- minSdkVersion 21
+ minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName "1.0"
diff --git a/app_check/integration_test/LibraryManifest.xml b/app_check/integration_test/LibraryManifest.xml
index 6ecccb073e..3bf886c8f5 100644
--- a/app_check/integration_test/LibraryManifest.xml
+++ b/app_check/integration_test/LibraryManifest.xml
@@ -18,6 +18,6 @@
-
+
diff --git a/app_check/integration_test/Podfile b/app_check/integration_test/Podfile
index 51be0e9908..01cc2bf297 100644
--- a/app_check/integration_test/Podfile
+++ b/app_check/integration_test/Podfile
@@ -4,20 +4,20 @@ use_frameworks! :linkage => :static
target 'integration_test' do
platform :ios, '13.0'
- pod 'Firebase/AppCheck', '10.24.0'
- pod 'Firebase/Database', '10.24.0'
- pod 'Firebase/Auth', '10.24.0'
- pod 'Firebase/Storage', '10.24.0'
- pod 'Firebase/Functions', '10.24.0'
+ pod 'Firebase/AppCheck', '10.25.0'
+ pod 'Firebase/Database', '10.25.0'
+ pod 'Firebase/Auth', '10.25.0'
+ pod 'Firebase/Storage', '10.25.0'
+ pod 'Firebase/Functions', '10.25.0'
end
target 'integration_test_tvos' do
platform :tvos, '12.0'
- pod 'Firebase/AppCheck', '10.24.0'
- pod 'Firebase/Database', '10.24.0'
- pod 'Firebase/Auth', '10.24.0'
- pod 'Firebase/Storage', '10.24.0'
- pod 'Firebase/Functions', '10.24.0'
+ pod 'Firebase/AppCheck', '10.25.0'
+ pod 'Firebase/Database', '10.25.0'
+ pod 'Firebase/Auth', '10.25.0'
+ pod 'Firebase/Storage', '10.25.0'
+ pod 'Firebase/Functions', '10.25.0'
end
post_install do |installer|
diff --git a/app_check/integration_test/build.gradle b/app_check/integration_test/build.gradle
index 93afc7d262..4877125e27 100644
--- a/app_check/integration_test/build.gradle
+++ b/app_check/integration_test/build.gradle
@@ -55,7 +55,7 @@ android {
defaultConfig {
applicationId 'com.google.firebase.cpp.appcheck.testapp'
- minSdkVersion 21
+ minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName '1.0'
diff --git a/auth/auth_resources/build.gradle b/auth/auth_resources/build.gradle
index 2d3efdee5a..f3f1500188 100644
--- a/auth/auth_resources/build.gradle
+++ b/auth/auth_resources/build.gradle
@@ -49,7 +49,7 @@ android {
}
dependencies {
- implementation platform('com.google.firebase:firebase-bom:32.8.1')
+ implementation platform('com.google.firebase:firebase-bom:33.0.0')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-auth'
implementation project(':app:app_resources')
diff --git a/auth/build.gradle b/auth/build.gradle
index 3d4c6cd9f7..7ddc5e4e8d 100644
--- a/auth/build.gradle
+++ b/auth/build.gradle
@@ -48,7 +48,7 @@ android {
}
defaultConfig {
- minSdkVersion 21
+ minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName "1.0"
diff --git a/auth/integration_test/LibraryManifest.xml b/auth/integration_test/LibraryManifest.xml
index fce82eebc7..c8393b803c 100644
--- a/auth/integration_test/LibraryManifest.xml
+++ b/auth/integration_test/LibraryManifest.xml
@@ -18,6 +18,6 @@
-
+
diff --git a/auth/integration_test/Podfile b/auth/integration_test/Podfile
index 561109da19..93df932bfd 100644
--- a/auth/integration_test/Podfile
+++ b/auth/integration_test/Podfile
@@ -4,12 +4,12 @@ use_frameworks! :linkage => :static
target 'integration_test' do
platform :ios, '13.0'
- pod 'Firebase/Auth', '10.24.0'
+ pod 'Firebase/Auth', '10.25.0'
end
target 'integration_test_tvos' do
platform :tvos, '12.0'
- pod 'Firebase/Auth', '10.24.0'
+ pod 'Firebase/Auth', '10.25.0'
end
post_install do |installer|
diff --git a/auth/integration_test/build.gradle b/auth/integration_test/build.gradle
index 4477dca74b..942a05b0d6 100644
--- a/auth/integration_test/build.gradle
+++ b/auth/integration_test/build.gradle
@@ -55,7 +55,7 @@ android {
defaultConfig {
applicationId 'com.google.android.auth.testapp'
- minSdkVersion 21
+ minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName '1.0'
diff --git a/cmake/external/firestore.cmake b/cmake/external/firestore.cmake
index 11ca730667..cad3404dbc 100644
--- a/cmake/external/firestore.cmake
+++ b/cmake/external/firestore.cmake
@@ -20,7 +20,7 @@ endif()
# If the format of the line below changes, then be sure to update
# https://github.com/firebase/firebase-cpp-sdk/blob/fd054fa016/.github/workflows/update-dependencies.yml#L81
-set(version "a58216a42e087a6d65d975322ba1e5e2151dad4d")
+set(version CocoaPods-10.25.0)
function(GetReleasedDep)
message("Getting released firebase-ios-sdk @ ${version}")
diff --git a/database/build.gradle b/database/build.gradle
index 4c271b1c0d..51cf8c0dfa 100644
--- a/database/build.gradle
+++ b/database/build.gradle
@@ -48,7 +48,7 @@ android {
}
defaultConfig {
- minSdkVersion 21
+ minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName "1.0"
diff --git a/database/database_resources/build.gradle b/database/database_resources/build.gradle
index cb8f9a3f2c..96ee2b4e6b 100644
--- a/database/database_resources/build.gradle
+++ b/database/database_resources/build.gradle
@@ -45,7 +45,7 @@ android {
}
dependencies {
- implementation platform('com.google.firebase:firebase-bom:32.8.1')
+ implementation platform('com.google.firebase:firebase-bom:33.0.0')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-database'
//implementation project(':app:app_resources')
diff --git a/database/integration_test/LibraryManifest.xml b/database/integration_test/LibraryManifest.xml
index 901fcd4cf1..b302a33b2e 100644
--- a/database/integration_test/LibraryManifest.xml
+++ b/database/integration_test/LibraryManifest.xml
@@ -18,6 +18,6 @@
-
+
diff --git a/database/integration_test/Podfile b/database/integration_test/Podfile
index c75707e4b6..1ce27b882f 100644
--- a/database/integration_test/Podfile
+++ b/database/integration_test/Podfile
@@ -4,14 +4,14 @@ use_frameworks! :linkage => :static
target 'integration_test' do
platform :ios, '13.0'
- pod 'Firebase/Database', '10.24.0'
- pod 'Firebase/Auth', '10.24.0'
+ pod 'Firebase/Database', '10.25.0'
+ pod 'Firebase/Auth', '10.25.0'
end
target 'integration_test_tvos' do
platform :tvos, '12.0'
- pod 'Firebase/Database', '10.24.0'
- pod 'Firebase/Auth', '10.24.0'
+ pod 'Firebase/Database', '10.25.0'
+ pod 'Firebase/Auth', '10.25.0'
end
post_install do |installer|
diff --git a/database/integration_test/build.gradle b/database/integration_test/build.gradle
index 29e2ffd6c4..86907f840f 100644
--- a/database/integration_test/build.gradle
+++ b/database/integration_test/build.gradle
@@ -55,7 +55,7 @@ android {
defaultConfig {
applicationId 'com.google.firebase.cpp.database.testapp'
- minSdkVersion 21
+ minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName '1.0'
diff --git a/dynamic_links/build.gradle b/dynamic_links/build.gradle
index 9dbfd78e32..7a8fee4af8 100644
--- a/dynamic_links/build.gradle
+++ b/dynamic_links/build.gradle
@@ -48,7 +48,7 @@ android {
}
defaultConfig {
- minSdkVersion 21
+ minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName "1.0"
diff --git a/dynamic_links/integration_test/LibraryManifest.xml b/dynamic_links/integration_test/LibraryManifest.xml
index e448029413..3cd768235d 100644
--- a/dynamic_links/integration_test/LibraryManifest.xml
+++ b/dynamic_links/integration_test/LibraryManifest.xml
@@ -18,6 +18,6 @@
-
+
diff --git a/dynamic_links/integration_test/Podfile b/dynamic_links/integration_test/Podfile
index c628cc5995..0b46900b4c 100644
--- a/dynamic_links/integration_test/Podfile
+++ b/dynamic_links/integration_test/Podfile
@@ -5,7 +5,7 @@ use_frameworks! :linkage => :static
target 'integration_test' do
platform :ios, '13.0'
- pod 'Firebase/DynamicLinks', '10.24.0'
+ pod 'Firebase/DynamicLinks', '10.25.0'
end
post_install do |installer|
diff --git a/dynamic_links/integration_test/build.gradle b/dynamic_links/integration_test/build.gradle
index cf1575c4dd..92f1978cad 100644
--- a/dynamic_links/integration_test/build.gradle
+++ b/dynamic_links/integration_test/build.gradle
@@ -55,7 +55,7 @@ android {
defaultConfig {
applicationId 'com.google.android.dynamiclinks.testapp'
- minSdkVersion 21
+ minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName '1.0'
diff --git a/firestore/build.gradle b/firestore/build.gradle
index 580629457d..4c3d7c0800 100644
--- a/firestore/build.gradle
+++ b/firestore/build.gradle
@@ -49,7 +49,7 @@ android {
defaultConfig {
// Jelly Bean is the minimum supported version needed by Firebase.
- minSdkVersion 21
+ minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName "1.0"
diff --git a/firestore/firestore_resources/AndroidManifest.xml b/firestore/firestore_resources/AndroidManifest.xml
index a1b79a2860..66236bd0d6 100644
--- a/firestore/firestore_resources/AndroidManifest.xml
+++ b/firestore/firestore_resources/AndroidManifest.xml
@@ -2,5 +2,5 @@
-
+
diff --git a/firestore/firestore_resources/build.gradle b/firestore/firestore_resources/build.gradle
index d2406145de..63ba21a1b6 100644
--- a/firestore/firestore_resources/build.gradle
+++ b/firestore/firestore_resources/build.gradle
@@ -53,7 +53,7 @@ android {
}
dependencies {
- implementation platform('com.google.firebase:firebase-bom:32.8.1')
+ implementation platform('com.google.firebase:firebase-bom:33.0.0')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-firestore'
}
diff --git a/firestore/integration_test/LibraryManifest.xml b/firestore/integration_test/LibraryManifest.xml
index 2a412761c2..6760a68460 100644
--- a/firestore/integration_test/LibraryManifest.xml
+++ b/firestore/integration_test/LibraryManifest.xml
@@ -18,6 +18,6 @@
-
+
diff --git a/firestore/integration_test/Podfile b/firestore/integration_test/Podfile
index 7542e978c2..35832a90ad 100644
--- a/firestore/integration_test/Podfile
+++ b/firestore/integration_test/Podfile
@@ -4,14 +4,14 @@ use_frameworks! :linkage => :static
target 'integration_test' do
platform :ios, '13.0'
- pod 'Firebase/Firestore', '10.24.0'
- pod 'Firebase/Auth', '10.24.0'
+ pod 'Firebase/Firestore', '10.25.0'
+ pod 'Firebase/Auth', '10.25.0'
end
target 'integration_test_tvos' do
platform :tvos, '12.0'
- pod 'Firebase/Firestore', '10.24.0'
- pod 'Firebase/Auth', '10.24.0'
+ pod 'Firebase/Firestore', '10.25.0'
+ pod 'Firebase/Auth', '10.25.0'
end
post_install do |installer|
diff --git a/firestore/integration_test/build.gradle b/firestore/integration_test/build.gradle
index 91b9c8d6d4..37efea8216 100644
--- a/firestore/integration_test/build.gradle
+++ b/firestore/integration_test/build.gradle
@@ -55,7 +55,7 @@ android {
defaultConfig {
applicationId 'com.google.firebase.cpp.firestore.testapp'
- minSdkVersion 21
+ minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName '1.0'
diff --git a/firestore/integration_test_internal/LibraryManifest.xml b/firestore/integration_test_internal/LibraryManifest.xml
index 2a412761c2..6760a68460 100644
--- a/firestore/integration_test_internal/LibraryManifest.xml
+++ b/firestore/integration_test_internal/LibraryManifest.xml
@@ -18,6 +18,6 @@
-
+
diff --git a/firestore/integration_test_internal/Podfile b/firestore/integration_test_internal/Podfile
index cf3f6762dc..7561273ffb 100644
--- a/firestore/integration_test_internal/Podfile
+++ b/firestore/integration_test_internal/Podfile
@@ -4,14 +4,14 @@ use_frameworks! :linkage => :static
target 'integration_test' do
platform :ios, '13.0'
- pod 'Firebase/Firestore', '10.24.0'
- pod 'Firebase/Auth', '10.24.0'
+ pod 'Firebase/Firestore', '10.25.0'
+ pod 'Firebase/Auth', '10.25.0'
end
target 'integration_test_tvos' do
platform :tvos, '12.0'
- pod 'Firebase/Firestore', '10.24.0'
- pod 'Firebase/Auth', '10.24.0'
+ pod 'Firebase/Firestore', '10.25.0'
+ pod 'Firebase/Auth', '10.25.0'
end
post_install do |installer|
diff --git a/firestore/integration_test_internal/build.gradle b/firestore/integration_test_internal/build.gradle
index 5f3af90fae..f1bb9b4f3b 100644
--- a/firestore/integration_test_internal/build.gradle
+++ b/firestore/integration_test_internal/build.gradle
@@ -63,7 +63,7 @@ android {
defaultConfig {
applicationId 'com.google.firebase.cpp.firestore.testapp'
- minSdkVersion 21
+ minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName '1.0'
diff --git a/functions/build.gradle b/functions/build.gradle
index 817064b4d8..bdecc2819f 100644
--- a/functions/build.gradle
+++ b/functions/build.gradle
@@ -48,7 +48,7 @@ android {
}
defaultConfig {
- minSdkVersion 21
+ minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName "1.0"
diff --git a/functions/integration_test/LibraryManifest.xml b/functions/integration_test/LibraryManifest.xml
index 2ac3fe1eb2..5653239f69 100644
--- a/functions/integration_test/LibraryManifest.xml
+++ b/functions/integration_test/LibraryManifest.xml
@@ -18,6 +18,6 @@
-
+
diff --git a/functions/integration_test/Podfile b/functions/integration_test/Podfile
index 737f7ae003..692253dba9 100644
--- a/functions/integration_test/Podfile
+++ b/functions/integration_test/Podfile
@@ -4,14 +4,14 @@ use_frameworks! :linkage => :static
target 'integration_test' do
platform :ios, '13.0'
- pod 'Firebase/Functions', '10.24.0'
- pod 'Firebase/Auth', '10.24.0'
+ pod 'Firebase/Functions', '10.25.0'
+ pod 'Firebase/Auth', '10.25.0'
end
target 'integration_test_tvos' do
platform :tvos, '12.0'
- pod 'Firebase/Functions', '10.24.0'
- pod 'Firebase/Auth', '10.24.0'
+ pod 'Firebase/Functions', '10.25.0'
+ pod 'Firebase/Auth', '10.25.0'
end
post_install do |installer|
diff --git a/functions/integration_test/build.gradle b/functions/integration_test/build.gradle
index 7bb5677cb3..d773468cb1 100644
--- a/functions/integration_test/build.gradle
+++ b/functions/integration_test/build.gradle
@@ -55,7 +55,7 @@ android {
defaultConfig {
applicationId 'com.google.firebase.cpp.functions.testapp'
- minSdkVersion 21
+ minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName '1.0'
diff --git a/gma/build.gradle b/gma/build.gradle
index ca5fae22ea..bd0bab6803 100644
--- a/gma/build.gradle
+++ b/gma/build.gradle
@@ -48,7 +48,7 @@ android {
}
defaultConfig {
- minSdkVersion 21
+ minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName "1.0"
diff --git a/gma/gma_resources/AndroidManifest.xml b/gma/gma_resources/AndroidManifest.xml
index a1b79a2860..66236bd0d6 100644
--- a/gma/gma_resources/AndroidManifest.xml
+++ b/gma/gma_resources/AndroidManifest.xml
@@ -2,5 +2,5 @@
-
+
diff --git a/gma/gma_resources/build.gradle b/gma/gma_resources/build.gradle
index 644b6ba172..06c4e36ee4 100644
--- a/gma/gma_resources/build.gradle
+++ b/gma/gma_resources/build.gradle
@@ -50,7 +50,7 @@ android {
}
dependencies {
- implementation platform('com.google.firebase:firebase-bom:32.8.1')
+ implementation platform('com.google.firebase:firebase-bom:33.0.0')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.android.gms:play-services-ads:23.0.0'
implementation 'com.google.android.ump:user-messaging-platform:2.2.0'
diff --git a/gma/integration_test/LibraryManifest.xml b/gma/integration_test/LibraryManifest.xml
index 49db80a361..a5db8d174d 100644
--- a/gma/integration_test/LibraryManifest.xml
+++ b/gma/integration_test/LibraryManifest.xml
@@ -18,6 +18,6 @@
-
+
diff --git a/gma/integration_test/Podfile b/gma/integration_test/Podfile
index 002da293c8..e07e6a117d 100644
--- a/gma/integration_test/Podfile
+++ b/gma/integration_test/Podfile
@@ -5,7 +5,7 @@ use_frameworks! :linkage => :static
target 'integration_test' do
platform :ios, '13.0'
- pod 'Firebase/CoreOnly', '10.24.0'
+ pod 'Firebase/CoreOnly', '10.25.0'
pod 'Google-Mobile-Ads-SDK', '11.2.0'
pod 'GoogleUserMessagingPlatform', '2.3.0'
end
diff --git a/gma/integration_test/build.gradle b/gma/integration_test/build.gradle
index 45b9164abc..58cdfd4a82 100644
--- a/gma/integration_test/build.gradle
+++ b/gma/integration_test/build.gradle
@@ -55,7 +55,7 @@ android {
defaultConfig {
applicationId 'com.google.android.admob.testapp'
- minSdkVersion 21
+ minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName '1.0'
diff --git a/installations/build.gradle b/installations/build.gradle
index dad9ade00b..ba4d234524 100644
--- a/installations/build.gradle
+++ b/installations/build.gradle
@@ -48,7 +48,7 @@ android {
}
defaultConfig {
- minSdkVersion 21
+ minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName "1.0"
diff --git a/installations/integration_test/LibraryManifest.xml b/installations/integration_test/LibraryManifest.xml
index b7804ff346..000b20a6e0 100644
--- a/installations/integration_test/LibraryManifest.xml
+++ b/installations/integration_test/LibraryManifest.xml
@@ -18,6 +18,6 @@
-
+
diff --git a/installations/integration_test/Podfile b/installations/integration_test/Podfile
index f46e16c356..c5d63ddfbe 100644
--- a/installations/integration_test/Podfile
+++ b/installations/integration_test/Podfile
@@ -5,8 +5,8 @@ use_frameworks! :linkage => :static
target 'integration_test' do
platform :ios, '13.0'
- pod 'Firebase/Analytics', '10.24.0'
- pod 'Firebase/Installations', '10.24.0'
+ pod 'Firebase/Analytics', '10.25.0'
+ pod 'Firebase/Installations', '10.25.0'
end
post_install do |installer|
diff --git a/installations/integration_test/build.gradle b/installations/integration_test/build.gradle
index 9a39412279..9c501b9e25 100644
--- a/installations/integration_test/build.gradle
+++ b/installations/integration_test/build.gradle
@@ -55,7 +55,7 @@ android {
defaultConfig {
applicationId 'com.google.firebase.fis.testapp'
- minSdkVersion 21
+ minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName '1.0'
diff --git a/ios_pod/Podfile b/ios_pod/Podfile
index e72cc7266e..84414ddd0c 100644
--- a/ios_pod/Podfile
+++ b/ios_pod/Podfile
@@ -3,22 +3,22 @@ platform :ios, '13.0'
use_frameworks!
target 'GetPods' do
- pod 'Firebase/Core', '10.24.0'
+ pod 'Firebase/Core', '10.25.0'
pod 'Google-Mobile-Ads-SDK', '11.2.0'
pod 'GoogleUserMessagingPlatform', '2.3.0'
- pod 'Firebase/Analytics', '10.24.0'
- pod 'Firebase/AppCheck', '10.24.0'
- pod 'Firebase/Auth', '10.24.0'
- pod 'Firebase/Crashlytics', '10.24.0'
- pod 'Firebase/Database', '10.24.0'
- pod 'Firebase/DynamicLinks', '10.24.0'
- pod 'Firebase/Firestore', '10.24.0'
- pod 'Firebase/Functions', '10.24.0'
- pod 'Firebase/Installations', '10.24.0'
- pod 'Firebase/Messaging', '10.24.0'
- pod 'Firebase/RemoteConfig', '10.24.0'
- pod 'Firebase/Storage', '10.24.0'
+ pod 'Firebase/Analytics', '10.25.0'
+ pod 'Firebase/AppCheck', '10.25.0'
+ pod 'Firebase/Auth', '10.25.0'
+ pod 'Firebase/Crashlytics', '10.25.0'
+ pod 'Firebase/Database', '10.25.0'
+ pod 'Firebase/DynamicLinks', '10.25.0'
+ pod 'Firebase/Firestore', '10.25.0'
+ pod 'Firebase/Functions', '10.25.0'
+ pod 'Firebase/Installations', '10.25.0'
+ pod 'Firebase/Messaging', '10.25.0'
+ pod 'Firebase/RemoteConfig', '10.25.0'
+ pod 'Firebase/Storage', '10.25.0'
end
diff --git a/ios_pod/swift_headers/FirebaseAnalytics-Swift.h b/ios_pod/swift_headers/FirebaseAnalytics-Swift.h
index 1a18946376..e8874893c0 100644
--- a/ios_pod/swift_headers/FirebaseAnalytics-Swift.h
+++ b/ios_pod/swift_headers/FirebaseAnalytics-Swift.h
@@ -1,10 +1,10 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.24.0.
+// Copied from Firebase iOS SDK 10.25.0.
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
-// clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
+// clang-1500.1.0.2.5)
#ifndef FIREBASEANALYTICS_SWIFT_H
#define FIREBASEANALYTICS_SWIFT_H
#pragma clang diagnostic push
@@ -27,19 +27,39 @@
#include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
#endif
#if defined(__cplusplus)
+#include
+
#include
#include
#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+#include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+#ifndef __ptrauth_swift_value_witness_function_pointer
+#define __ptrauth_swift_value_witness_function_pointer(x)
+#endif
+#ifndef __ptrauth_swift_class_method_pointer
+#define __ptrauth_swift_class_method_pointer(x)
+#endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -78,42 +98,55 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_CLASS_PROPERTY(...)
#endif
#endif
-
+#if !defined(SWIFT_RUNTIME_NAME)
#if __has_attribute(objc_runtime_name)
#define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
#else
#define SWIFT_RUNTIME_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_COMPILE_NAME)
#if __has_attribute(swift_name)
#define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
#else
#define SWIFT_COMPILE_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_METHOD_FAMILY)
#if __has_attribute(objc_method_family)
#define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
#else
#define SWIFT_METHOD_FAMILY(X)
#endif
+#endif
+#if !defined(SWIFT_NOESCAPE)
#if __has_attribute(noescape)
#define SWIFT_NOESCAPE __attribute__((noescape))
#else
#define SWIFT_NOESCAPE
#endif
+#endif
+#if !defined(SWIFT_RELEASES_ARGUMENT)
#if __has_attribute(ns_consumed)
#define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
#else
#define SWIFT_RELEASES_ARGUMENT
#endif
+#endif
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
#if __has_attribute(warn_unused_result)
#define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
#else
#define SWIFT_WARN_UNUSED_RESULT
#endif
+#endif
+#if !defined(SWIFT_NORETURN)
#if __has_attribute(noreturn)
#define SWIFT_NORETURN __attribute__((noreturn))
#else
#define SWIFT_NORETURN
#endif
+#endif
#if !defined(SWIFT_CLASS_EXTRA)
#define SWIFT_CLASS_EXTRA
#endif
@@ -148,18 +181,15 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
#endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
#define SWIFT_PROTOCOL(SWIFT_NAME) \
SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) \
SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
#define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
#if __has_attribute(objc_designated_initializer)
#define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
@@ -168,7 +198,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-#if defined(__has_attribute) && __has_attribute(enum_extensibility)
+#if __has_attribute(enum_extensibility)
#define SWIFT_ENUM_ATTR(_extensibility) \
__attribute__((enum_extensibility(_extensibility)))
#else
@@ -208,12 +238,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
#define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
+#if !defined(SWIFT_DEPRECATED_OBJC)
#if __has_feature(attribute_diagnose_if_objc)
#define SWIFT_DEPRECATED_OBJC(Msg) \
__attribute__((diagnose_if(1, Msg, "warning")))
#else
#define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
#endif
+#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
#define IBSegueAction
@@ -229,26 +261,43 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
#define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+#define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+#define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+#define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+#if __has_attribute(always_inline)
+#if __has_attribute(nodebug)
+#define SWIFT_C_INLINE_THUNK \
+ inline __attribute__((always_inline)) __attribute__((nodebug))
+#else
+#define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-} // namespace swift
+#else
+#define SWIFT_C_INLINE_THUNK inline
+#endif
+#endif
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -278,21 +327,21 @@ using UInt = size_t;
#if defined(__OBJC__)
-#endif
-#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
#pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
#elif defined(__x86_64__) && __x86_64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.24.0.
+// Copied from Firebase iOS SDK 10.25.0.
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
-// clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
+// clang-1500.1.0.2.5)
#ifndef FIREBASEANALYTICS_SWIFT_H
#define FIREBASEANALYTICS_SWIFT_H
#pragma clang diagnostic push
@@ -315,19 +364,39 @@ using UInt = size_t;
#include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
#endif
#if defined(__cplusplus)
+#include
+
#include
#include
#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+#include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+#ifndef __ptrauth_swift_value_witness_function_pointer
+#define __ptrauth_swift_value_witness_function_pointer(x)
+#endif
+#ifndef __ptrauth_swift_class_method_pointer
+#define __ptrauth_swift_class_method_pointer(x)
+#endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -366,42 +435,55 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_CLASS_PROPERTY(...)
#endif
#endif
-
+#if !defined(SWIFT_RUNTIME_NAME)
#if __has_attribute(objc_runtime_name)
#define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
#else
#define SWIFT_RUNTIME_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_COMPILE_NAME)
#if __has_attribute(swift_name)
#define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
#else
#define SWIFT_COMPILE_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_METHOD_FAMILY)
#if __has_attribute(objc_method_family)
#define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
#else
#define SWIFT_METHOD_FAMILY(X)
#endif
+#endif
+#if !defined(SWIFT_NOESCAPE)
#if __has_attribute(noescape)
#define SWIFT_NOESCAPE __attribute__((noescape))
#else
#define SWIFT_NOESCAPE
#endif
+#endif
+#if !defined(SWIFT_RELEASES_ARGUMENT)
#if __has_attribute(ns_consumed)
#define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
#else
#define SWIFT_RELEASES_ARGUMENT
#endif
+#endif
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
#if __has_attribute(warn_unused_result)
#define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
#else
#define SWIFT_WARN_UNUSED_RESULT
#endif
+#endif
+#if !defined(SWIFT_NORETURN)
#if __has_attribute(noreturn)
#define SWIFT_NORETURN __attribute__((noreturn))
#else
#define SWIFT_NORETURN
#endif
+#endif
#if !defined(SWIFT_CLASS_EXTRA)
#define SWIFT_CLASS_EXTRA
#endif
@@ -436,18 +518,15 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
#endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
#define SWIFT_PROTOCOL(SWIFT_NAME) \
SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) \
SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
#define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
#if __has_attribute(objc_designated_initializer)
#define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
@@ -456,7 +535,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-#if defined(__has_attribute) && __has_attribute(enum_extensibility)
+#if __has_attribute(enum_extensibility)
#define SWIFT_ENUM_ATTR(_extensibility) \
__attribute__((enum_extensibility(_extensibility)))
#else
@@ -496,12 +575,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
#define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
+#if !defined(SWIFT_DEPRECATED_OBJC)
#if __has_feature(attribute_diagnose_if_objc)
#define SWIFT_DEPRECATED_OBJC(Msg) \
__attribute__((diagnose_if(1, Msg, "warning")))
#else
#define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
#endif
+#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
#define IBSegueAction
@@ -517,26 +598,43 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
#define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+#define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+#define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+#define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+#if __has_attribute(always_inline)
+#if __has_attribute(nodebug)
+#define SWIFT_C_INLINE_THUNK \
+ inline __attribute__((always_inline)) __attribute__((nodebug))
+#else
+#define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-} // namespace swift
+#else
+#define SWIFT_C_INLINE_THUNK inline
+#endif
+#endif
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -566,12 +664,12 @@ using UInt = size_t;
#if defined(__OBJC__)
-#endif
-#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
#pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
diff --git a/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h b/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h
index 582f783c4b..d2abcfbe03 100644
--- a/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h
+++ b/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h
@@ -1,10 +1,10 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.24.0.
+// Copied from Firebase iOS SDK 10.25.0.
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
-// clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
+// clang-1500.1.0.2.5)
#ifndef FIREBASECOREINTERNAL_SWIFT_H
#define FIREBASECOREINTERNAL_SWIFT_H
#pragma clang diagnostic push
@@ -27,19 +27,39 @@
#include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
#endif
#if defined(__cplusplus)
+#include
+
#include
#include
#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+#include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+#ifndef __ptrauth_swift_value_witness_function_pointer
+#define __ptrauth_swift_value_witness_function_pointer(x)
+#endif
+#ifndef __ptrauth_swift_class_method_pointer
+#define __ptrauth_swift_class_method_pointer(x)
+#endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -78,42 +98,55 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_CLASS_PROPERTY(...)
#endif
#endif
-
+#if !defined(SWIFT_RUNTIME_NAME)
#if __has_attribute(objc_runtime_name)
#define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
#else
#define SWIFT_RUNTIME_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_COMPILE_NAME)
#if __has_attribute(swift_name)
#define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
#else
#define SWIFT_COMPILE_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_METHOD_FAMILY)
#if __has_attribute(objc_method_family)
#define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
#else
#define SWIFT_METHOD_FAMILY(X)
#endif
+#endif
+#if !defined(SWIFT_NOESCAPE)
#if __has_attribute(noescape)
#define SWIFT_NOESCAPE __attribute__((noescape))
#else
#define SWIFT_NOESCAPE
#endif
+#endif
+#if !defined(SWIFT_RELEASES_ARGUMENT)
#if __has_attribute(ns_consumed)
#define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
#else
#define SWIFT_RELEASES_ARGUMENT
#endif
+#endif
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
#if __has_attribute(warn_unused_result)
#define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
#else
#define SWIFT_WARN_UNUSED_RESULT
#endif
+#endif
+#if !defined(SWIFT_NORETURN)
#if __has_attribute(noreturn)
#define SWIFT_NORETURN __attribute__((noreturn))
#else
#define SWIFT_NORETURN
#endif
+#endif
#if !defined(SWIFT_CLASS_EXTRA)
#define SWIFT_CLASS_EXTRA
#endif
@@ -148,18 +181,15 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
#endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
#define SWIFT_PROTOCOL(SWIFT_NAME) \
SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) \
SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
#define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
#if __has_attribute(objc_designated_initializer)
#define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
@@ -168,7 +198,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-#if defined(__has_attribute) && __has_attribute(enum_extensibility)
+#if __has_attribute(enum_extensibility)
#define SWIFT_ENUM_ATTR(_extensibility) \
__attribute__((enum_extensibility(_extensibility)))
#else
@@ -208,12 +238,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
#define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
+#if !defined(SWIFT_DEPRECATED_OBJC)
#if __has_feature(attribute_diagnose_if_objc)
#define SWIFT_DEPRECATED_OBJC(Msg) \
__attribute__((diagnose_if(1, Msg, "warning")))
#else
#define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
#endif
+#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
#define IBSegueAction
@@ -229,26 +261,43 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
#define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+#define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+#define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+#define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+#if __has_attribute(always_inline)
+#if __has_attribute(nodebug)
+#define SWIFT_C_INLINE_THUNK \
+ inline __attribute__((always_inline)) __attribute__((nodebug))
+#else
+#define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-} // namespace swift
+#else
+#define SWIFT_C_INLINE_THUNK inline
+#endif
+#endif
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -334,21 +383,21 @@ SWIFT_CLASS_NAMED("_ObjC_HeartbeatsPayload")
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end
-#endif
-#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
#pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
#elif defined(__x86_64__) && __x86_64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.24.0.
+// Copied from Firebase iOS SDK 10.25.0.
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
-// clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
+// clang-1500.1.0.2.5)
#ifndef FIREBASECOREINTERNAL_SWIFT_H
#define FIREBASECOREINTERNAL_SWIFT_H
#pragma clang diagnostic push
@@ -371,19 +420,39 @@ SWIFT_CLASS_NAMED("_ObjC_HeartbeatsPayload")
#include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
#endif
#if defined(__cplusplus)
+#include
+
#include
#include
#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+#include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+#ifndef __ptrauth_swift_value_witness_function_pointer
+#define __ptrauth_swift_value_witness_function_pointer(x)
+#endif
+#ifndef __ptrauth_swift_class_method_pointer
+#define __ptrauth_swift_class_method_pointer(x)
+#endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -422,42 +491,55 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_CLASS_PROPERTY(...)
#endif
#endif
-
+#if !defined(SWIFT_RUNTIME_NAME)
#if __has_attribute(objc_runtime_name)
#define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
#else
#define SWIFT_RUNTIME_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_COMPILE_NAME)
#if __has_attribute(swift_name)
#define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
#else
#define SWIFT_COMPILE_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_METHOD_FAMILY)
#if __has_attribute(objc_method_family)
#define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
#else
#define SWIFT_METHOD_FAMILY(X)
#endif
+#endif
+#if !defined(SWIFT_NOESCAPE)
#if __has_attribute(noescape)
#define SWIFT_NOESCAPE __attribute__((noescape))
#else
#define SWIFT_NOESCAPE
#endif
+#endif
+#if !defined(SWIFT_RELEASES_ARGUMENT)
#if __has_attribute(ns_consumed)
#define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
#else
#define SWIFT_RELEASES_ARGUMENT
#endif
+#endif
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
#if __has_attribute(warn_unused_result)
#define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
#else
#define SWIFT_WARN_UNUSED_RESULT
#endif
+#endif
+#if !defined(SWIFT_NORETURN)
#if __has_attribute(noreturn)
#define SWIFT_NORETURN __attribute__((noreturn))
#else
#define SWIFT_NORETURN
#endif
+#endif
#if !defined(SWIFT_CLASS_EXTRA)
#define SWIFT_CLASS_EXTRA
#endif
@@ -492,18 +574,15 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
#endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
#define SWIFT_PROTOCOL(SWIFT_NAME) \
SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) \
SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
#define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
#if __has_attribute(objc_designated_initializer)
#define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
@@ -512,7 +591,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-#if defined(__has_attribute) && __has_attribute(enum_extensibility)
+#if __has_attribute(enum_extensibility)
#define SWIFT_ENUM_ATTR(_extensibility) \
__attribute__((enum_extensibility(_extensibility)))
#else
@@ -552,12 +631,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
#define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
+#if !defined(SWIFT_DEPRECATED_OBJC)
#if __has_feature(attribute_diagnose_if_objc)
#define SWIFT_DEPRECATED_OBJC(Msg) \
__attribute__((diagnose_if(1, Msg, "warning")))
#else
#define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
#endif
+#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
#define IBSegueAction
@@ -573,26 +654,43 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
#define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+#define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+#define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+#define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+#if __has_attribute(always_inline)
+#if __has_attribute(nodebug)
+#define SWIFT_C_INLINE_THUNK \
+ inline __attribute__((always_inline)) __attribute__((nodebug))
+#else
+#define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-} // namespace swift
+#else
+#define SWIFT_C_INLINE_THUNK inline
+#endif
+#endif
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -678,12 +776,12 @@ SWIFT_CLASS_NAMED("_ObjC_HeartbeatsPayload")
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end
-#endif
-#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
#pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
diff --git a/ios_pod/swift_headers/FirebaseDatabase-Swift.h b/ios_pod/swift_headers/FirebaseDatabase-Swift.h
index cc9da0bf55..8f7f18c8af 100644
--- a/ios_pod/swift_headers/FirebaseDatabase-Swift.h
+++ b/ios_pod/swift_headers/FirebaseDatabase-Swift.h
@@ -1,10 +1,10 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.24.0.
+// Copied from Firebase iOS SDK 10.25.0.
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
-// clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
+// clang-1500.1.0.2.5)
#ifndef FIREBASEDATABASE_SWIFT_H
#define FIREBASEDATABASE_SWIFT_H
#pragma clang diagnostic push
@@ -27,19 +27,39 @@
#include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
#endif
#if defined(__cplusplus)
+#include
+
#include
#include
#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+#include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+#ifndef __ptrauth_swift_value_witness_function_pointer
+#define __ptrauth_swift_value_witness_function_pointer(x)
+#endif
+#ifndef __ptrauth_swift_class_method_pointer
+#define __ptrauth_swift_class_method_pointer(x)
+#endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -78,42 +98,55 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_CLASS_PROPERTY(...)
#endif
#endif
-
+#if !defined(SWIFT_RUNTIME_NAME)
#if __has_attribute(objc_runtime_name)
#define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
#else
#define SWIFT_RUNTIME_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_COMPILE_NAME)
#if __has_attribute(swift_name)
#define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
#else
#define SWIFT_COMPILE_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_METHOD_FAMILY)
#if __has_attribute(objc_method_family)
#define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
#else
#define SWIFT_METHOD_FAMILY(X)
#endif
+#endif
+#if !defined(SWIFT_NOESCAPE)
#if __has_attribute(noescape)
#define SWIFT_NOESCAPE __attribute__((noescape))
#else
#define SWIFT_NOESCAPE
#endif
+#endif
+#if !defined(SWIFT_RELEASES_ARGUMENT)
#if __has_attribute(ns_consumed)
#define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
#else
#define SWIFT_RELEASES_ARGUMENT
#endif
+#endif
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
#if __has_attribute(warn_unused_result)
#define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
#else
#define SWIFT_WARN_UNUSED_RESULT
#endif
+#endif
+#if !defined(SWIFT_NORETURN)
#if __has_attribute(noreturn)
#define SWIFT_NORETURN __attribute__((noreturn))
#else
#define SWIFT_NORETURN
#endif
+#endif
#if !defined(SWIFT_CLASS_EXTRA)
#define SWIFT_CLASS_EXTRA
#endif
@@ -148,18 +181,15 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
#endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
#define SWIFT_PROTOCOL(SWIFT_NAME) \
SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) \
SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
#define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
#if __has_attribute(objc_designated_initializer)
#define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
@@ -168,7 +198,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-#if defined(__has_attribute) && __has_attribute(enum_extensibility)
+#if __has_attribute(enum_extensibility)
#define SWIFT_ENUM_ATTR(_extensibility) \
__attribute__((enum_extensibility(_extensibility)))
#else
@@ -208,12 +238,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
#define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
+#if !defined(SWIFT_DEPRECATED_OBJC)
#if __has_feature(attribute_diagnose_if_objc)
#define SWIFT_DEPRECATED_OBJC(Msg) \
__attribute__((diagnose_if(1, Msg, "warning")))
#else
#define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
#endif
+#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
#define IBSegueAction
@@ -229,26 +261,43 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
#define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+#define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+#define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+#define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+#if __has_attribute(always_inline)
+#if __has_attribute(nodebug)
+#define SWIFT_C_INLINE_THUNK \
+ inline __attribute__((always_inline)) __attribute__((nodebug))
+#else
+#define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-} // namespace swift
+#else
+#define SWIFT_C_INLINE_THUNK inline
+#endif
+#endif
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -278,21 +327,21 @@ using UInt = size_t;
#if defined(__OBJC__)
-#endif
-#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
#pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
#elif defined(__x86_64__) && __x86_64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.24.0.
+// Copied from Firebase iOS SDK 10.25.0.
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
-// clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
+// clang-1500.1.0.2.5)
#ifndef FIREBASEDATABASE_SWIFT_H
#define FIREBASEDATABASE_SWIFT_H
#pragma clang diagnostic push
@@ -315,19 +364,39 @@ using UInt = size_t;
#include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
#endif
#if defined(__cplusplus)
+#include
+
#include
#include
#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+#include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+#ifndef __ptrauth_swift_value_witness_function_pointer
+#define __ptrauth_swift_value_witness_function_pointer(x)
+#endif
+#ifndef __ptrauth_swift_class_method_pointer
+#define __ptrauth_swift_class_method_pointer(x)
+#endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -366,42 +435,55 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_CLASS_PROPERTY(...)
#endif
#endif
-
+#if !defined(SWIFT_RUNTIME_NAME)
#if __has_attribute(objc_runtime_name)
#define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
#else
#define SWIFT_RUNTIME_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_COMPILE_NAME)
#if __has_attribute(swift_name)
#define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
#else
#define SWIFT_COMPILE_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_METHOD_FAMILY)
#if __has_attribute(objc_method_family)
#define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
#else
#define SWIFT_METHOD_FAMILY(X)
#endif
+#endif
+#if !defined(SWIFT_NOESCAPE)
#if __has_attribute(noescape)
#define SWIFT_NOESCAPE __attribute__((noescape))
#else
#define SWIFT_NOESCAPE
#endif
+#endif
+#if !defined(SWIFT_RELEASES_ARGUMENT)
#if __has_attribute(ns_consumed)
#define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
#else
#define SWIFT_RELEASES_ARGUMENT
#endif
+#endif
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
#if __has_attribute(warn_unused_result)
#define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
#else
#define SWIFT_WARN_UNUSED_RESULT
#endif
+#endif
+#if !defined(SWIFT_NORETURN)
#if __has_attribute(noreturn)
#define SWIFT_NORETURN __attribute__((noreturn))
#else
#define SWIFT_NORETURN
#endif
+#endif
#if !defined(SWIFT_CLASS_EXTRA)
#define SWIFT_CLASS_EXTRA
#endif
@@ -436,18 +518,15 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
#endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
#define SWIFT_PROTOCOL(SWIFT_NAME) \
SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) \
SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
#define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
#if __has_attribute(objc_designated_initializer)
#define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
@@ -456,7 +535,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-#if defined(__has_attribute) && __has_attribute(enum_extensibility)
+#if __has_attribute(enum_extensibility)
#define SWIFT_ENUM_ATTR(_extensibility) \
__attribute__((enum_extensibility(_extensibility)))
#else
@@ -496,12 +575,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
#define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
+#if !defined(SWIFT_DEPRECATED_OBJC)
#if __has_feature(attribute_diagnose_if_objc)
#define SWIFT_DEPRECATED_OBJC(Msg) \
__attribute__((diagnose_if(1, Msg, "warning")))
#else
#define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
#endif
+#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
#define IBSegueAction
@@ -517,26 +598,43 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
#define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+#define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+#define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+#define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+#if __has_attribute(always_inline)
+#if __has_attribute(nodebug)
+#define SWIFT_C_INLINE_THUNK \
+ inline __attribute__((always_inline)) __attribute__((nodebug))
+#else
+#define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-} // namespace swift
+#else
+#define SWIFT_C_INLINE_THUNK inline
+#endif
+#endif
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -566,12 +664,12 @@ using UInt = size_t;
#if defined(__OBJC__)
-#endif
-#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
#pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
diff --git a/ios_pod/swift_headers/FirebaseFirestore-Swift.h b/ios_pod/swift_headers/FirebaseFirestore-Swift.h
index 21b0eda793..85873b0cb7 100644
--- a/ios_pod/swift_headers/FirebaseFirestore-Swift.h
+++ b/ios_pod/swift_headers/FirebaseFirestore-Swift.h
@@ -1,10 +1,10 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.24.0.
+// Copied from Firebase iOS SDK 10.25.0.
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
-// clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
+// clang-1500.1.0.2.5)
#ifndef FIREBASEFIRESTORE_SWIFT_H
#define FIREBASEFIRESTORE_SWIFT_H
#pragma clang diagnostic push
@@ -27,19 +27,39 @@
#include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
#endif
#if defined(__cplusplus)
+#include
+
#include
#include
#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+#include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+#ifndef __ptrauth_swift_value_witness_function_pointer
+#define __ptrauth_swift_value_witness_function_pointer(x)
+#endif
+#ifndef __ptrauth_swift_class_method_pointer
+#define __ptrauth_swift_class_method_pointer(x)
+#endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -78,42 +98,55 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_CLASS_PROPERTY(...)
#endif
#endif
-
+#if !defined(SWIFT_RUNTIME_NAME)
#if __has_attribute(objc_runtime_name)
#define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
#else
#define SWIFT_RUNTIME_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_COMPILE_NAME)
#if __has_attribute(swift_name)
#define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
#else
#define SWIFT_COMPILE_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_METHOD_FAMILY)
#if __has_attribute(objc_method_family)
#define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
#else
#define SWIFT_METHOD_FAMILY(X)
#endif
+#endif
+#if !defined(SWIFT_NOESCAPE)
#if __has_attribute(noescape)
#define SWIFT_NOESCAPE __attribute__((noescape))
#else
#define SWIFT_NOESCAPE
#endif
+#endif
+#if !defined(SWIFT_RELEASES_ARGUMENT)
#if __has_attribute(ns_consumed)
#define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
#else
#define SWIFT_RELEASES_ARGUMENT
#endif
+#endif
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
#if __has_attribute(warn_unused_result)
#define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
#else
#define SWIFT_WARN_UNUSED_RESULT
#endif
+#endif
+#if !defined(SWIFT_NORETURN)
#if __has_attribute(noreturn)
#define SWIFT_NORETURN __attribute__((noreturn))
#else
#define SWIFT_NORETURN
#endif
+#endif
#if !defined(SWIFT_CLASS_EXTRA)
#define SWIFT_CLASS_EXTRA
#endif
@@ -148,18 +181,15 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
#endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
#define SWIFT_PROTOCOL(SWIFT_NAME) \
SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) \
SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
#define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
#if __has_attribute(objc_designated_initializer)
#define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
@@ -168,7 +198,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-#if defined(__has_attribute) && __has_attribute(enum_extensibility)
+#if __has_attribute(enum_extensibility)
#define SWIFT_ENUM_ATTR(_extensibility) \
__attribute__((enum_extensibility(_extensibility)))
#else
@@ -208,12 +238,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
#define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
+#if !defined(SWIFT_DEPRECATED_OBJC)
#if __has_feature(attribute_diagnose_if_objc)
#define SWIFT_DEPRECATED_OBJC(Msg) \
__attribute__((diagnose_if(1, Msg, "warning")))
#else
#define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
#endif
+#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
#define IBSegueAction
@@ -229,26 +261,43 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
#define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+#define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+#define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+#define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+#if __has_attribute(always_inline)
+#if __has_attribute(nodebug)
+#define SWIFT_C_INLINE_THUNK \
+ inline __attribute__((always_inline)) __attribute__((nodebug))
+#else
+#define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-} // namespace swift
+#else
+#define SWIFT_C_INLINE_THUNK inline
+#endif
+#endif
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -286,21 +335,21 @@ SWIFT_CLASS_PROPERTY(@property(nonatomic, class, readonly,
+ (void (^_Nonnull)(void))__no_op SWIFT_WARN_UNUSED_RESULT;
@end
-#endif
-#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
#pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
#elif defined(__x86_64__) && __x86_64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.24.0.
+// Copied from Firebase iOS SDK 10.25.0.
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
-// clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
+// clang-1500.1.0.2.5)
#ifndef FIREBASEFIRESTORE_SWIFT_H
#define FIREBASEFIRESTORE_SWIFT_H
#pragma clang diagnostic push
@@ -323,19 +372,39 @@ SWIFT_CLASS_PROPERTY(@property(nonatomic, class, readonly,
#include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
#endif
#if defined(__cplusplus)
+#include
+
#include
#include
#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+#include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+#ifndef __ptrauth_swift_value_witness_function_pointer
+#define __ptrauth_swift_value_witness_function_pointer(x)
+#endif
+#ifndef __ptrauth_swift_class_method_pointer
+#define __ptrauth_swift_class_method_pointer(x)
+#endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -374,42 +443,55 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_CLASS_PROPERTY(...)
#endif
#endif
-
+#if !defined(SWIFT_RUNTIME_NAME)
#if __has_attribute(objc_runtime_name)
#define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
#else
#define SWIFT_RUNTIME_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_COMPILE_NAME)
#if __has_attribute(swift_name)
#define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
#else
#define SWIFT_COMPILE_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_METHOD_FAMILY)
#if __has_attribute(objc_method_family)
#define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
#else
#define SWIFT_METHOD_FAMILY(X)
#endif
+#endif
+#if !defined(SWIFT_NOESCAPE)
#if __has_attribute(noescape)
#define SWIFT_NOESCAPE __attribute__((noescape))
#else
#define SWIFT_NOESCAPE
#endif
+#endif
+#if !defined(SWIFT_RELEASES_ARGUMENT)
#if __has_attribute(ns_consumed)
#define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
#else
#define SWIFT_RELEASES_ARGUMENT
#endif
+#endif
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
#if __has_attribute(warn_unused_result)
#define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
#else
#define SWIFT_WARN_UNUSED_RESULT
#endif
+#endif
+#if !defined(SWIFT_NORETURN)
#if __has_attribute(noreturn)
#define SWIFT_NORETURN __attribute__((noreturn))
#else
#define SWIFT_NORETURN
#endif
+#endif
#if !defined(SWIFT_CLASS_EXTRA)
#define SWIFT_CLASS_EXTRA
#endif
@@ -444,18 +526,15 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
#endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
#define SWIFT_PROTOCOL(SWIFT_NAME) \
SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) \
SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
#define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
#if __has_attribute(objc_designated_initializer)
#define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
@@ -464,7 +543,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-#if defined(__has_attribute) && __has_attribute(enum_extensibility)
+#if __has_attribute(enum_extensibility)
#define SWIFT_ENUM_ATTR(_extensibility) \
__attribute__((enum_extensibility(_extensibility)))
#else
@@ -504,12 +583,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
#define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
+#if !defined(SWIFT_DEPRECATED_OBJC)
#if __has_feature(attribute_diagnose_if_objc)
#define SWIFT_DEPRECATED_OBJC(Msg) \
__attribute__((diagnose_if(1, Msg, "warning")))
#else
#define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
#endif
+#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
#define IBSegueAction
@@ -525,26 +606,43 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
#define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+#define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+#define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+#define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+#if __has_attribute(always_inline)
+#if __has_attribute(nodebug)
+#define SWIFT_C_INLINE_THUNK \
+ inline __attribute__((always_inline)) __attribute__((nodebug))
+#else
+#define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-} // namespace swift
+#else
+#define SWIFT_C_INLINE_THUNK inline
+#endif
+#endif
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -582,12 +680,12 @@ SWIFT_CLASS_PROPERTY(@property(nonatomic, class, readonly,
+ (void (^_Nonnull)(void))__no_op SWIFT_WARN_UNUSED_RESULT;
@end
-#endif
-#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
#pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
diff --git a/ios_pod/swift_headers/FirebaseFunctions-Swift.h b/ios_pod/swift_headers/FirebaseFunctions-Swift.h
index df99b3c1e6..6b2259897f 100644
--- a/ios_pod/swift_headers/FirebaseFunctions-Swift.h
+++ b/ios_pod/swift_headers/FirebaseFunctions-Swift.h
@@ -1,10 +1,10 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.24.0.
+// Copied from Firebase iOS SDK 10.25.0.
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
-// clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
+// clang-1500.1.0.2.5)
#ifndef FIREBASEFUNCTIONS_SWIFT_H
#define FIREBASEFUNCTIONS_SWIFT_H
#pragma clang diagnostic push
@@ -27,19 +27,39 @@
#include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
#endif
#if defined(__cplusplus)
+#include
+
#include
#include
#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+#include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+#ifndef __ptrauth_swift_value_witness_function_pointer
+#define __ptrauth_swift_value_witness_function_pointer(x)
+#endif
+#ifndef __ptrauth_swift_class_method_pointer
+#define __ptrauth_swift_class_method_pointer(x)
+#endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -78,42 +98,55 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_CLASS_PROPERTY(...)
#endif
#endif
-
+#if !defined(SWIFT_RUNTIME_NAME)
#if __has_attribute(objc_runtime_name)
#define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
#else
#define SWIFT_RUNTIME_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_COMPILE_NAME)
#if __has_attribute(swift_name)
#define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
#else
#define SWIFT_COMPILE_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_METHOD_FAMILY)
#if __has_attribute(objc_method_family)
#define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
#else
#define SWIFT_METHOD_FAMILY(X)
#endif
+#endif
+#if !defined(SWIFT_NOESCAPE)
#if __has_attribute(noescape)
#define SWIFT_NOESCAPE __attribute__((noescape))
#else
#define SWIFT_NOESCAPE
#endif
+#endif
+#if !defined(SWIFT_RELEASES_ARGUMENT)
#if __has_attribute(ns_consumed)
#define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
#else
#define SWIFT_RELEASES_ARGUMENT
#endif
+#endif
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
#if __has_attribute(warn_unused_result)
#define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
#else
#define SWIFT_WARN_UNUSED_RESULT
#endif
+#endif
+#if !defined(SWIFT_NORETURN)
#if __has_attribute(noreturn)
#define SWIFT_NORETURN __attribute__((noreturn))
#else
#define SWIFT_NORETURN
#endif
+#endif
#if !defined(SWIFT_CLASS_EXTRA)
#define SWIFT_CLASS_EXTRA
#endif
@@ -148,18 +181,15 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
#endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
#define SWIFT_PROTOCOL(SWIFT_NAME) \
SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) \
SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
#define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
#if __has_attribute(objc_designated_initializer)
#define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
@@ -168,7 +198,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-#if defined(__has_attribute) && __has_attribute(enum_extensibility)
+#if __has_attribute(enum_extensibility)
#define SWIFT_ENUM_ATTR(_extensibility) \
__attribute__((enum_extensibility(_extensibility)))
#else
@@ -208,12 +238,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
#define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
+#if !defined(SWIFT_DEPRECATED_OBJC)
#if __has_feature(attribute_diagnose_if_objc)
#define SWIFT_DEPRECATED_OBJC(Msg) \
__attribute__((diagnose_if(1, Msg, "warning")))
#else
#define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
#endif
+#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
#define IBSegueAction
@@ -229,26 +261,43 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
#define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+#define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+#define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+#define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+#if __has_attribute(always_inline)
+#if __has_attribute(nodebug)
+#define SWIFT_C_INLINE_THUNK \
+ inline __attribute__((always_inline)) __attribute__((nodebug))
+#else
+#define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-} // namespace swift
+#else
+#define SWIFT_C_INLINE_THUNK inline
+#endif
+#endif
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -559,21 +608,21 @@ SWIFT_CLASS_NAMED("HTTPSCallableResult")
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end
-#endif
-#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
#pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
#elif defined(__x86_64__) && __x86_64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.24.0.
+// Copied from Firebase iOS SDK 10.25.0.
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
-// clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
+// clang-1500.1.0.2.5)
#ifndef FIREBASEFUNCTIONS_SWIFT_H
#define FIREBASEFUNCTIONS_SWIFT_H
#pragma clang diagnostic push
@@ -596,19 +645,39 @@ SWIFT_CLASS_NAMED("HTTPSCallableResult")
#include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
#endif
#if defined(__cplusplus)
+#include
+
#include
#include
#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+#include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+#ifndef __ptrauth_swift_value_witness_function_pointer
+#define __ptrauth_swift_value_witness_function_pointer(x)
+#endif
+#ifndef __ptrauth_swift_class_method_pointer
+#define __ptrauth_swift_class_method_pointer(x)
+#endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -647,42 +716,55 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_CLASS_PROPERTY(...)
#endif
#endif
-
+#if !defined(SWIFT_RUNTIME_NAME)
#if __has_attribute(objc_runtime_name)
#define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
#else
#define SWIFT_RUNTIME_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_COMPILE_NAME)
#if __has_attribute(swift_name)
#define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
#else
#define SWIFT_COMPILE_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_METHOD_FAMILY)
#if __has_attribute(objc_method_family)
#define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
#else
#define SWIFT_METHOD_FAMILY(X)
#endif
+#endif
+#if !defined(SWIFT_NOESCAPE)
#if __has_attribute(noescape)
#define SWIFT_NOESCAPE __attribute__((noescape))
#else
#define SWIFT_NOESCAPE
#endif
+#endif
+#if !defined(SWIFT_RELEASES_ARGUMENT)
#if __has_attribute(ns_consumed)
#define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
#else
#define SWIFT_RELEASES_ARGUMENT
#endif
+#endif
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
#if __has_attribute(warn_unused_result)
#define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
#else
#define SWIFT_WARN_UNUSED_RESULT
#endif
+#endif
+#if !defined(SWIFT_NORETURN)
#if __has_attribute(noreturn)
#define SWIFT_NORETURN __attribute__((noreturn))
#else
#define SWIFT_NORETURN
#endif
+#endif
#if !defined(SWIFT_CLASS_EXTRA)
#define SWIFT_CLASS_EXTRA
#endif
@@ -717,18 +799,15 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
#endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
#define SWIFT_PROTOCOL(SWIFT_NAME) \
SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) \
SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
#define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
#if __has_attribute(objc_designated_initializer)
#define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
@@ -737,7 +816,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-#if defined(__has_attribute) && __has_attribute(enum_extensibility)
+#if __has_attribute(enum_extensibility)
#define SWIFT_ENUM_ATTR(_extensibility) \
__attribute__((enum_extensibility(_extensibility)))
#else
@@ -777,12 +856,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
#define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
+#if !defined(SWIFT_DEPRECATED_OBJC)
#if __has_feature(attribute_diagnose_if_objc)
#define SWIFT_DEPRECATED_OBJC(Msg) \
__attribute__((diagnose_if(1, Msg, "warning")))
#else
#define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
#endif
+#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
#define IBSegueAction
@@ -798,26 +879,43 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
#define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+#define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+#define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+#define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+#if __has_attribute(always_inline)
+#if __has_attribute(nodebug)
+#define SWIFT_C_INLINE_THUNK \
+ inline __attribute__((always_inline)) __attribute__((nodebug))
+#else
+#define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-} // namespace swift
+#else
+#define SWIFT_C_INLINE_THUNK inline
+#endif
+#endif
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -1128,12 +1226,12 @@ SWIFT_CLASS_NAMED("HTTPSCallableResult")
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end
-#endif
-#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
#pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
diff --git a/ios_pod/swift_headers/FirebaseInAppMessaging-Swift.h b/ios_pod/swift_headers/FirebaseInAppMessaging-Swift.h
index 330927b7ce..0635aeb1c9 100644
--- a/ios_pod/swift_headers/FirebaseInAppMessaging-Swift.h
+++ b/ios_pod/swift_headers/FirebaseInAppMessaging-Swift.h
@@ -1,10 +1,10 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.24.0.
+// Copied from Firebase iOS SDK 10.25.0.
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
-// clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
+// clang-1500.1.0.2.5)
#ifndef FIREBASEINAPPMESSAGING_SWIFT_H
#define FIREBASEINAPPMESSAGING_SWIFT_H
#pragma clang diagnostic push
@@ -27,19 +27,39 @@
#include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
#endif
#if defined(__cplusplus)
+#include
+
#include
#include
#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+#include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+#ifndef __ptrauth_swift_value_witness_function_pointer
+#define __ptrauth_swift_value_witness_function_pointer(x)
+#endif
+#ifndef __ptrauth_swift_class_method_pointer
+#define __ptrauth_swift_class_method_pointer(x)
+#endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -78,42 +98,55 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_CLASS_PROPERTY(...)
#endif
#endif
-
+#if !defined(SWIFT_RUNTIME_NAME)
#if __has_attribute(objc_runtime_name)
#define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
#else
#define SWIFT_RUNTIME_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_COMPILE_NAME)
#if __has_attribute(swift_name)
#define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
#else
#define SWIFT_COMPILE_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_METHOD_FAMILY)
#if __has_attribute(objc_method_family)
#define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
#else
#define SWIFT_METHOD_FAMILY(X)
#endif
+#endif
+#if !defined(SWIFT_NOESCAPE)
#if __has_attribute(noescape)
#define SWIFT_NOESCAPE __attribute__((noescape))
#else
#define SWIFT_NOESCAPE
#endif
+#endif
+#if !defined(SWIFT_RELEASES_ARGUMENT)
#if __has_attribute(ns_consumed)
#define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
#else
#define SWIFT_RELEASES_ARGUMENT
#endif
+#endif
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
#if __has_attribute(warn_unused_result)
#define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
#else
#define SWIFT_WARN_UNUSED_RESULT
#endif
+#endif
+#if !defined(SWIFT_NORETURN)
#if __has_attribute(noreturn)
#define SWIFT_NORETURN __attribute__((noreturn))
#else
#define SWIFT_NORETURN
#endif
+#endif
#if !defined(SWIFT_CLASS_EXTRA)
#define SWIFT_CLASS_EXTRA
#endif
@@ -148,18 +181,15 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
#endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
#define SWIFT_PROTOCOL(SWIFT_NAME) \
SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) \
SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
#define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
#if __has_attribute(objc_designated_initializer)
#define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
@@ -168,7 +198,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-#if defined(__has_attribute) && __has_attribute(enum_extensibility)
+#if __has_attribute(enum_extensibility)
#define SWIFT_ENUM_ATTR(_extensibility) \
__attribute__((enum_extensibility(_extensibility)))
#else
@@ -208,12 +238,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
#define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
+#if !defined(SWIFT_DEPRECATED_OBJC)
#if __has_feature(attribute_diagnose_if_objc)
#define SWIFT_DEPRECATED_OBJC(Msg) \
__attribute__((diagnose_if(1, Msg, "warning")))
#else
#define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
#endif
+#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
#define IBSegueAction
@@ -229,26 +261,43 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
#define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+#define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+#define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+#define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+#if __has_attribute(always_inline)
+#if __has_attribute(nodebug)
+#define SWIFT_C_INLINE_THUNK \
+ inline __attribute__((always_inline)) __attribute__((nodebug))
+#else
+#define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-} // namespace swift
+#else
+#define SWIFT_C_INLINE_THUNK inline
+#endif
+#endif
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -278,20 +327,20 @@ using UInt = size_t;
#if defined(__OBJC__)
#endif
-#if defined(__cplusplus)
-#endif
#if __has_attribute(external_source_symbol)
#pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
#elif defined(__x86_64__) && __x86_64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.24.0.
+// Copied from Firebase iOS SDK 10.25.0.
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
-// clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
+// clang-1500.1.0.2.5)
#ifndef FIREBASEINAPPMESSAGING_SWIFT_H
#define FIREBASEINAPPMESSAGING_SWIFT_H
#pragma clang diagnostic push
@@ -314,19 +363,39 @@ using UInt = size_t;
#include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
#endif
#if defined(__cplusplus)
+#include
+
#include
#include
#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+#include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+#ifndef __ptrauth_swift_value_witness_function_pointer
+#define __ptrauth_swift_value_witness_function_pointer(x)
+#endif
+#ifndef __ptrauth_swift_class_method_pointer
+#define __ptrauth_swift_class_method_pointer(x)
+#endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -365,42 +434,55 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_CLASS_PROPERTY(...)
#endif
#endif
-
+#if !defined(SWIFT_RUNTIME_NAME)
#if __has_attribute(objc_runtime_name)
#define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
#else
#define SWIFT_RUNTIME_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_COMPILE_NAME)
#if __has_attribute(swift_name)
#define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
#else
#define SWIFT_COMPILE_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_METHOD_FAMILY)
#if __has_attribute(objc_method_family)
#define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
#else
#define SWIFT_METHOD_FAMILY(X)
#endif
+#endif
+#if !defined(SWIFT_NOESCAPE)
#if __has_attribute(noescape)
#define SWIFT_NOESCAPE __attribute__((noescape))
#else
#define SWIFT_NOESCAPE
#endif
+#endif
+#if !defined(SWIFT_RELEASES_ARGUMENT)
#if __has_attribute(ns_consumed)
#define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
#else
#define SWIFT_RELEASES_ARGUMENT
#endif
+#endif
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
#if __has_attribute(warn_unused_result)
#define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
#else
#define SWIFT_WARN_UNUSED_RESULT
#endif
+#endif
+#if !defined(SWIFT_NORETURN)
#if __has_attribute(noreturn)
#define SWIFT_NORETURN __attribute__((noreturn))
#else
#define SWIFT_NORETURN
#endif
+#endif
#if !defined(SWIFT_CLASS_EXTRA)
#define SWIFT_CLASS_EXTRA
#endif
@@ -435,18 +517,15 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
#endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
#define SWIFT_PROTOCOL(SWIFT_NAME) \
SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) \
SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
#define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
#if __has_attribute(objc_designated_initializer)
#define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
@@ -455,7 +534,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-#if defined(__has_attribute) && __has_attribute(enum_extensibility)
+#if __has_attribute(enum_extensibility)
#define SWIFT_ENUM_ATTR(_extensibility) \
__attribute__((enum_extensibility(_extensibility)))
#else
@@ -495,12 +574,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
#define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
+#if !defined(SWIFT_DEPRECATED_OBJC)
#if __has_feature(attribute_diagnose_if_objc)
#define SWIFT_DEPRECATED_OBJC(Msg) \
__attribute__((diagnose_if(1, Msg, "warning")))
#else
#define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
#endif
+#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
#define IBSegueAction
@@ -516,26 +597,43 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
#define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+#define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+#define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+#define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+#if __has_attribute(always_inline)
+#if __has_attribute(nodebug)
+#define SWIFT_C_INLINE_THUNK \
+ inline __attribute__((always_inline)) __attribute__((nodebug))
+#else
+#define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-} // namespace swift
+#else
+#define SWIFT_C_INLINE_THUNK inline
+#endif
+#endif
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -565,11 +663,11 @@ using UInt = size_t;
#if defined(__OBJC__)
#endif
-#if defined(__cplusplus)
-#endif
#if __has_attribute(external_source_symbol)
#pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
diff --git a/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h b/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h
index fe36576561..824a0c8fed 100644
--- a/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h
+++ b/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h
@@ -1,10 +1,10 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.24.0.
+// Copied from Firebase iOS SDK 10.25.0.
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
-// clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
+// clang-1500.1.0.2.5)
#ifndef FIREBASEMLMODELDOWNLOADER_SWIFT_H
#define FIREBASEMLMODELDOWNLOADER_SWIFT_H
#pragma clang diagnostic push
@@ -27,19 +27,39 @@
#include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
#endif
#if defined(__cplusplus)
+#include
+
#include
#include
#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+#include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+#ifndef __ptrauth_swift_value_witness_function_pointer
+#define __ptrauth_swift_value_witness_function_pointer(x)
+#endif
+#ifndef __ptrauth_swift_class_method_pointer
+#define __ptrauth_swift_class_method_pointer(x)
+#endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -78,42 +98,55 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_CLASS_PROPERTY(...)
#endif
#endif
-
+#if !defined(SWIFT_RUNTIME_NAME)
#if __has_attribute(objc_runtime_name)
#define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
#else
#define SWIFT_RUNTIME_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_COMPILE_NAME)
#if __has_attribute(swift_name)
#define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
#else
#define SWIFT_COMPILE_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_METHOD_FAMILY)
#if __has_attribute(objc_method_family)
#define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
#else
#define SWIFT_METHOD_FAMILY(X)
#endif
+#endif
+#if !defined(SWIFT_NOESCAPE)
#if __has_attribute(noescape)
#define SWIFT_NOESCAPE __attribute__((noescape))
#else
#define SWIFT_NOESCAPE
#endif
+#endif
+#if !defined(SWIFT_RELEASES_ARGUMENT)
#if __has_attribute(ns_consumed)
#define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
#else
#define SWIFT_RELEASES_ARGUMENT
#endif
+#endif
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
#if __has_attribute(warn_unused_result)
#define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
#else
#define SWIFT_WARN_UNUSED_RESULT
#endif
+#endif
+#if !defined(SWIFT_NORETURN)
#if __has_attribute(noreturn)
#define SWIFT_NORETURN __attribute__((noreturn))
#else
#define SWIFT_NORETURN
#endif
+#endif
#if !defined(SWIFT_CLASS_EXTRA)
#define SWIFT_CLASS_EXTRA
#endif
@@ -148,18 +181,15 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
#endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
#define SWIFT_PROTOCOL(SWIFT_NAME) \
SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) \
SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
#define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
#if __has_attribute(objc_designated_initializer)
#define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
@@ -168,7 +198,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-#if defined(__has_attribute) && __has_attribute(enum_extensibility)
+#if __has_attribute(enum_extensibility)
#define SWIFT_ENUM_ATTR(_extensibility) \
__attribute__((enum_extensibility(_extensibility)))
#else
@@ -208,12 +238,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
#define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
+#if !defined(SWIFT_DEPRECATED_OBJC)
#if __has_feature(attribute_diagnose_if_objc)
#define SWIFT_DEPRECATED_OBJC(Msg) \
__attribute__((diagnose_if(1, Msg, "warning")))
#else
#define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
#endif
+#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
#define IBSegueAction
@@ -229,26 +261,43 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
#define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+#define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+#define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+#define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+#if __has_attribute(always_inline)
+#if __has_attribute(nodebug)
+#define SWIFT_C_INLINE_THUNK \
+ inline __attribute__((always_inline)) __attribute__((nodebug))
+#else
+#define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-} // namespace swift
+#else
+#define SWIFT_C_INLINE_THUNK inline
+#endif
+#endif
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -278,21 +327,21 @@ using UInt = size_t;
#if defined(__OBJC__)
-#endif
-#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
#pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
#elif defined(__x86_64__) && __x86_64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.24.0.
+// Copied from Firebase iOS SDK 10.25.0.
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
-// clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
+// clang-1500.1.0.2.5)
#ifndef FIREBASEMLMODELDOWNLOADER_SWIFT_H
#define FIREBASEMLMODELDOWNLOADER_SWIFT_H
#pragma clang diagnostic push
@@ -315,19 +364,39 @@ using UInt = size_t;
#include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
#endif
#if defined(__cplusplus)
+#include
+
#include
#include
#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+#include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+#ifndef __ptrauth_swift_value_witness_function_pointer
+#define __ptrauth_swift_value_witness_function_pointer(x)
+#endif
+#ifndef __ptrauth_swift_class_method_pointer
+#define __ptrauth_swift_class_method_pointer(x)
+#endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -366,42 +435,55 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_CLASS_PROPERTY(...)
#endif
#endif
-
+#if !defined(SWIFT_RUNTIME_NAME)
#if __has_attribute(objc_runtime_name)
#define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
#else
#define SWIFT_RUNTIME_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_COMPILE_NAME)
#if __has_attribute(swift_name)
#define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
#else
#define SWIFT_COMPILE_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_METHOD_FAMILY)
#if __has_attribute(objc_method_family)
#define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
#else
#define SWIFT_METHOD_FAMILY(X)
#endif
+#endif
+#if !defined(SWIFT_NOESCAPE)
#if __has_attribute(noescape)
#define SWIFT_NOESCAPE __attribute__((noescape))
#else
#define SWIFT_NOESCAPE
#endif
+#endif
+#if !defined(SWIFT_RELEASES_ARGUMENT)
#if __has_attribute(ns_consumed)
#define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
#else
#define SWIFT_RELEASES_ARGUMENT
#endif
+#endif
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
#if __has_attribute(warn_unused_result)
#define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
#else
#define SWIFT_WARN_UNUSED_RESULT
#endif
+#endif
+#if !defined(SWIFT_NORETURN)
#if __has_attribute(noreturn)
#define SWIFT_NORETURN __attribute__((noreturn))
#else
#define SWIFT_NORETURN
#endif
+#endif
#if !defined(SWIFT_CLASS_EXTRA)
#define SWIFT_CLASS_EXTRA
#endif
@@ -436,18 +518,15 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
#endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
#define SWIFT_PROTOCOL(SWIFT_NAME) \
SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) \
SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
#define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
#if __has_attribute(objc_designated_initializer)
#define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
@@ -456,7 +535,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-#if defined(__has_attribute) && __has_attribute(enum_extensibility)
+#if __has_attribute(enum_extensibility)
#define SWIFT_ENUM_ATTR(_extensibility) \
__attribute__((enum_extensibility(_extensibility)))
#else
@@ -496,12 +575,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
#define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
+#if !defined(SWIFT_DEPRECATED_OBJC)
#if __has_feature(attribute_diagnose_if_objc)
#define SWIFT_DEPRECATED_OBJC(Msg) \
__attribute__((diagnose_if(1, Msg, "warning")))
#else
#define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
#endif
+#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
#define IBSegueAction
@@ -517,26 +598,43 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
#define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+#define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+#define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+#define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+#if __has_attribute(always_inline)
+#if __has_attribute(nodebug)
+#define SWIFT_C_INLINE_THUNK \
+ inline __attribute__((always_inline)) __attribute__((nodebug))
+#else
+#define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-} // namespace swift
+#else
+#define SWIFT_C_INLINE_THUNK inline
+#endif
+#endif
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -566,12 +664,12 @@ using UInt = size_t;
#if defined(__OBJC__)
-#endif
-#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
#pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
diff --git a/ios_pod/swift_headers/FirebaseRemoteConfig-Swift.h b/ios_pod/swift_headers/FirebaseRemoteConfig-Swift.h
index c532437839..93f133e3e5 100644
--- a/ios_pod/swift_headers/FirebaseRemoteConfig-Swift.h
+++ b/ios_pod/swift_headers/FirebaseRemoteConfig-Swift.h
@@ -1,10 +1,10 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.24.0.
+// Copied from Firebase iOS SDK 10.25.0.
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
-// clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
+// clang-1500.1.0.2.5)
#ifndef FIREBASEREMOTECONFIG_SWIFT_H
#define FIREBASEREMOTECONFIG_SWIFT_H
#pragma clang diagnostic push
@@ -27,19 +27,39 @@
#include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
#endif
#if defined(__cplusplus)
+#include
+
#include
#include
#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+#include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+#ifndef __ptrauth_swift_value_witness_function_pointer
+#define __ptrauth_swift_value_witness_function_pointer(x)
+#endif
+#ifndef __ptrauth_swift_class_method_pointer
+#define __ptrauth_swift_class_method_pointer(x)
+#endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -78,42 +98,55 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_CLASS_PROPERTY(...)
#endif
#endif
-
+#if !defined(SWIFT_RUNTIME_NAME)
#if __has_attribute(objc_runtime_name)
#define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
#else
#define SWIFT_RUNTIME_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_COMPILE_NAME)
#if __has_attribute(swift_name)
#define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
#else
#define SWIFT_COMPILE_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_METHOD_FAMILY)
#if __has_attribute(objc_method_family)
#define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
#else
#define SWIFT_METHOD_FAMILY(X)
#endif
+#endif
+#if !defined(SWIFT_NOESCAPE)
#if __has_attribute(noescape)
#define SWIFT_NOESCAPE __attribute__((noescape))
#else
#define SWIFT_NOESCAPE
#endif
+#endif
+#if !defined(SWIFT_RELEASES_ARGUMENT)
#if __has_attribute(ns_consumed)
#define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
#else
#define SWIFT_RELEASES_ARGUMENT
#endif
+#endif
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
#if __has_attribute(warn_unused_result)
#define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
#else
#define SWIFT_WARN_UNUSED_RESULT
#endif
+#endif
+#if !defined(SWIFT_NORETURN)
#if __has_attribute(noreturn)
#define SWIFT_NORETURN __attribute__((noreturn))
#else
#define SWIFT_NORETURN
#endif
+#endif
#if !defined(SWIFT_CLASS_EXTRA)
#define SWIFT_CLASS_EXTRA
#endif
@@ -148,18 +181,15 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
#endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
#define SWIFT_PROTOCOL(SWIFT_NAME) \
SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) \
SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
#define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
#if __has_attribute(objc_designated_initializer)
#define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
@@ -168,7 +198,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-#if defined(__has_attribute) && __has_attribute(enum_extensibility)
+#if __has_attribute(enum_extensibility)
#define SWIFT_ENUM_ATTR(_extensibility) \
__attribute__((enum_extensibility(_extensibility)))
#else
@@ -208,12 +238,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
#define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
+#if !defined(SWIFT_DEPRECATED_OBJC)
#if __has_feature(attribute_diagnose_if_objc)
#define SWIFT_DEPRECATED_OBJC(Msg) \
__attribute__((diagnose_if(1, Msg, "warning")))
#else
#define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
#endif
+#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
#define IBSegueAction
@@ -229,26 +261,43 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
#define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+#define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+#define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+#define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+#if __has_attribute(always_inline)
+#if __has_attribute(nodebug)
+#define SWIFT_C_INLINE_THUNK \
+ inline __attribute__((always_inline)) __attribute__((nodebug))
+#else
+#define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-} // namespace swift
+#else
+#define SWIFT_C_INLINE_THUNK inline
+#endif
+#endif
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -278,21 +327,21 @@ using UInt = size_t;
#if defined(__OBJC__)
-#endif
-#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
#pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
#elif defined(__x86_64__) && __x86_64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.24.0.
+// Copied from Firebase iOS SDK 10.25.0.
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
-// clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
+// clang-1500.1.0.2.5)
#ifndef FIREBASEREMOTECONFIG_SWIFT_H
#define FIREBASEREMOTECONFIG_SWIFT_H
#pragma clang diagnostic push
@@ -315,19 +364,39 @@ using UInt = size_t;
#include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
#endif
#if defined(__cplusplus)
+#include
+
#include
#include
#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+#include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+#ifndef __ptrauth_swift_value_witness_function_pointer
+#define __ptrauth_swift_value_witness_function_pointer(x)
+#endif
+#ifndef __ptrauth_swift_class_method_pointer
+#define __ptrauth_swift_class_method_pointer(x)
+#endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -366,42 +435,55 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_CLASS_PROPERTY(...)
#endif
#endif
-
+#if !defined(SWIFT_RUNTIME_NAME)
#if __has_attribute(objc_runtime_name)
#define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
#else
#define SWIFT_RUNTIME_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_COMPILE_NAME)
#if __has_attribute(swift_name)
#define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
#else
#define SWIFT_COMPILE_NAME(X)
#endif
+#endif
+#if !defined(SWIFT_METHOD_FAMILY)
#if __has_attribute(objc_method_family)
#define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
#else
#define SWIFT_METHOD_FAMILY(X)
#endif
+#endif
+#if !defined(SWIFT_NOESCAPE)
#if __has_attribute(noescape)
#define SWIFT_NOESCAPE __attribute__((noescape))
#else
#define SWIFT_NOESCAPE
#endif
+#endif
+#if !defined(SWIFT_RELEASES_ARGUMENT)
#if __has_attribute(ns_consumed)
#define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
#else
#define SWIFT_RELEASES_ARGUMENT
#endif
+#endif
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
#if __has_attribute(warn_unused_result)
#define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
#else
#define SWIFT_WARN_UNUSED_RESULT
#endif
+#endif
+#if !defined(SWIFT_NORETURN)
#if __has_attribute(noreturn)
#define SWIFT_NORETURN __attribute__((noreturn))
#else
#define SWIFT_NORETURN
#endif
+#endif
#if !defined(SWIFT_CLASS_EXTRA)
#define SWIFT_CLASS_EXTRA
#endif
@@ -436,18 +518,15 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
#endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
#define SWIFT_PROTOCOL(SWIFT_NAME) \
SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) \
SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
#define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
#if __has_attribute(objc_designated_initializer)
#define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
@@ -456,7 +535,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-#if defined(__has_attribute) && __has_attribute(enum_extensibility)
+#if __has_attribute(enum_extensibility)
#define SWIFT_ENUM_ATTR(_extensibility) \
__attribute__((enum_extensibility(_extensibility)))
#else
@@ -496,12 +575,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
#define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
+#if !defined(SWIFT_DEPRECATED_OBJC)
#if __has_feature(attribute_diagnose_if_objc)
#define SWIFT_DEPRECATED_OBJC(Msg) \
__attribute__((diagnose_if(1, Msg, "warning")))
#else
#define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
#endif
+#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
#define IBSegueAction
@@ -517,26 +598,43 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
#define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+#define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+#define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+#define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
#define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+#if __has_attribute(always_inline)
+#if __has_attribute(nodebug)
+#define SWIFT_C_INLINE_THUNK \
+ inline __attribute__((always_inline)) __attribute__((nodebug))
+#else
+#define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-} // namespace swift
+#else
+#define SWIFT_C_INLINE_THUNK inline
+#endif
+#endif
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+#define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -566,12 +664,12 @@ using UInt = size_t;
#if defined(__OBJC__)
-#endif
-#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
#pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
diff --git a/ios_pod/swift_headers/FirebaseSessions-Swift.h b/ios_pod/swift_headers/FirebaseSessions-Swift.h
index 184365f805..ed9ca1c493 100644
--- a/ios_pod/swift_headers/FirebaseSessions-Swift.h
+++ b/ios_pod/swift_headers/FirebaseSessions-Swift.h
@@ -1,10 +1,10 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.24.0.
+// Copied from Firebase iOS SDK 10.25.0.
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
-// clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
+// clang-1500.1.0.2.5)
#ifndef FIREBASESESSIONS_SWIFT_H
#define FIREBASESESSIONS_SWIFT_H
#pragma clang diagnostic push
@@ -27,19 +27,39 @@
#include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
#endif
#if defined(__cplusplus)
+#include
+
#include
#include
#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+#include