Skip to content

Commit 5c18ea6

Browse files
Changelog: note Swift 6 support, breaking API change #326
1 parent e9ef3fb commit 5c18ea6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Notable changes to the ObjectBox Swift library.
44

55
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).
66

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+
715
## 4.3.0 - 2025-05-21
816

917
- The generator supports Xcode 16 projects with buildable folders. [#94](https://github.com/objectbox/objectbox-swift/issues/94)

0 commit comments

Comments
 (0)