We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10b23d commit ddf0433Copy full SHA for ddf0433
2 files changed
FirebaseCore/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Unreleased
2
+- [fixed] Remove extra comma in Package.swift that caused SPM resolution
3
+ failures for some configurations.
4
+
5
# Firebase 12.12.0
6
- [changed] Firebase now requires at least Xcode 26.2 and the Swift
7
6.2.3+ toolchain. This update allows Firebase to leverage new Swift
Package.swift
@@ -195,7 +195,7 @@ let package = Package(
195
path: "FirebaseAI/Sources",
196
swiftSettings: [
197
isFoundationModelsSupportedPlatformSwiftSetting(),
198
- ],
+ ]
199
),
200
.testTarget(
201
name: "FirebaseAILogicUnit",
0 commit comments