Struct support, performance improvements
Pre-release
Pre-release
- Immutable structs can now be used, you are no longer restricted to classes
- We no longer throw
NSError
-based errors, they're allenum ObjectBoxError
now - Strings that were created as
NSStrings
previously are now created as SwiftString
s, which should reduce the number of unnecessary UTF-16/UTF-8 roundtrip conversions - New projects are now set up with separate generated source files for each target by
setup.rb
. - Fix link error on some machines.
- Binaries: Swift 5 ABI only