You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@ Notable changes to the ObjectBox Swift library.
4
4
5
5
For more insights into what changed in the ObjectBox C++ core, [check the ObjectBox C changelog](https://github.com/objectbox/objectbox-c/blob/main/CHANGELOG.md).
6
6
7
+
## Next release
8
+
9
+
-**Breaking API change: when using the Swift Package, make sure to run the generator again.**
10
+
For Xcode projects, right-click your project in the Project navigator and click ObjectBoxGeneratorCommand.
11
+
For Swift Package projects, run `swift package plugin --allow-writing-to-package-directory objectbox-generator`.
12
+
When using ObjectBox through CocoaPods the generated code is updated when next building your project.
13
+
- Change generated code to support Swift 6 language mode [#91](https://github.com/objectbox/objectbox-swift/issues/91)
14
+
7
15
## 4.3.0 - 2025-05-21
8
16
9
17
- The generator supports Xcode 16 projects with buildable folders. [#94](https://github.com/objectbox/objectbox-swift/issues/94)
0 commit comments