From b79829b9364d889c03d21db543081945e06d608b Mon Sep 17 00:00:00 2001 From: Morgan Chen Date: Tue, 24 Jun 2025 14:19:31 -0400 Subject: [PATCH 1/2] Morgan's podspec work from mc/messaging --- FirebaseAI.podspec | 2 +- FirebaseCoreInternal.podspec | 2 +- FirebaseFunctions.podspec | 2 +- FirebaseSessions.podspec | 2 +- FirebaseSharedSwift.podspec | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/FirebaseAI.podspec b/FirebaseAI.podspec index 5d8febaa078..4f94fe348e5 100644 --- a/FirebaseAI.podspec +++ b/FirebaseAI.podspec @@ -35,7 +35,7 @@ Build AI-powered apps and features with the Gemini API using the Firebase AI SDK 'FirebaseAI/Sources/**/*.swift', ] - s.swift_version = '5.9' + s.swift_version = '6.0' s.framework = 'Foundation' s.ios.framework = 'UIKit' diff --git a/FirebaseCoreInternal.podspec b/FirebaseCoreInternal.podspec index 8def2d194ed..6a8907543c6 100644 --- a/FirebaseCoreInternal.podspec +++ b/FirebaseCoreInternal.podspec @@ -36,7 +36,7 @@ Pod::Spec.new do |s| "#{s.module_name}_Privacy" => 'FirebaseCore/Internal/Sources/Resources/PrivacyInfo.xcprivacy' } - s.swift_version = '5.9' + s.swift_version = '6.0' s.dependency 'GoogleUtilities/NSData+zlib', '~> 8.1' diff --git a/FirebaseFunctions.podspec b/FirebaseFunctions.podspec index 03d1354bee7..a954de312ac 100644 --- a/FirebaseFunctions.podspec +++ b/FirebaseFunctions.podspec @@ -16,7 +16,7 @@ Cloud Functions for Firebase. :tag => 'CocoaPods-' + s.version.to_s } - s.swift_version = '5.9' + s.swift_version = '6.0' ios_deployment_target = '15.0' osx_deployment_target = '10.15' diff --git a/FirebaseSessions.podspec b/FirebaseSessions.podspec index 5d87ac1cba5..f4d014aca4d 100644 --- a/FirebaseSessions.podspec +++ b/FirebaseSessions.podspec @@ -23,7 +23,7 @@ Pod::Spec.new do |s| tvos_deployment_target = '15.0' watchos_deployment_target = '7.0' - s.swift_version = '5.9' + s.swift_version = '6.0' s.ios.deployment_target = ios_deployment_target s.osx.deployment_target = osx_deployment_target diff --git a/FirebaseSharedSwift.podspec b/FirebaseSharedSwift.podspec index d91433da223..cc20c45b67b 100644 --- a/FirebaseSharedSwift.podspec +++ b/FirebaseSharedSwift.podspec @@ -18,7 +18,7 @@ Firebase products. FirebaseSharedSwift is not supported for non-Firebase usage. :tag => 'CocoaPods-' + s.version.to_s } - s.swift_version = '5.9' + s.swift_version = '6.0' ios_deployment_target = '15.0' osx_deployment_target = '10.15' From 72ac77e1d5946f8fa52ef7dd1ff30ca0e0f49b86 Mon Sep 17 00:00:00 2001 From: Nick Cooke Date: Tue, 24 Jun 2025 14:21:32 -0400 Subject: [PATCH 2/2] remove no-op param in workflows --- .github/workflows/core_internal.yml | 1 - .github/workflows/firebaseai.yml | 1 - .github/workflows/functions.yml | 1 - .github/workflows/sessions.yml | 1 - .github/workflows/shared-swift.yml | 1 - 5 files changed, 5 deletions(-) diff --git a/.github/workflows/core_internal.yml b/.github/workflows/core_internal.yml index d1b8dd6cf73..f7112faf54e 100644 --- a/.github/workflows/core_internal.yml +++ b/.github/workflows/core_internal.yml @@ -37,7 +37,6 @@ jobs: uses: ./.github/workflows/common_cocoapods.yml with: product: FirebaseCoreInternal - supports_swift6: true core-internal-cron-only: # Don't run on private repo. diff --git a/.github/workflows/firebaseai.yml b/.github/workflows/firebaseai.yml index 1184ce74897..f2811d76227 100644 --- a/.github/workflows/firebaseai.yml +++ b/.github/workflows/firebaseai.yml @@ -78,7 +78,6 @@ jobs: uses: ./.github/workflows/common_cocoapods.yml with: product: FirebaseAI - supports_swift6: true setup_command: scripts/update_vertexai_responses.sh quickstart: diff --git a/.github/workflows/functions.yml b/.github/workflows/functions.yml index c7a8b6e54ca..fa2829292fa 100644 --- a/.github/workflows/functions.yml +++ b/.github/workflows/functions.yml @@ -32,7 +32,6 @@ jobs: uses: ./.github/workflows/common_cocoapods.yml with: product: FirebaseFunctions - supports_swift6: true setup_command: FirebaseFunctions/Backend/start.sh synchronous spm-integration: diff --git a/.github/workflows/sessions.yml b/.github/workflows/sessions.yml index d3ec5adb7f1..1643cf08d01 100644 --- a/.github/workflows/sessions.yml +++ b/.github/workflows/sessions.yml @@ -38,4 +38,3 @@ jobs: uses: ./.github/workflows/common_cocoapods.yml with: product: FirebaseSessions - supports_swift6: true diff --git a/.github/workflows/shared-swift.yml b/.github/workflows/shared-swift.yml index b1292ebb253..907c0a2a400 100644 --- a/.github/workflows/shared-swift.yml +++ b/.github/workflows/shared-swift.yml @@ -31,4 +31,3 @@ jobs: uses: ./.github/workflows/common_cocoapods.yml with: product: FirebaseSharedSwift - supports_swift6: true