From dda26e7144c9209deaff54b66ee4e481331972eb Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Wed, 18 Sep 2024 14:43:32 -0700 Subject: [PATCH] Upgrade to core v14.13.0 --- CHANGELOG.md | 12 +++++------- Package.swift | 2 +- dependencies.list | 2 +- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8569ec6fd6..9c46ce7f44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,14 +27,12 @@ The minimum supported version of Xcode is now 15.3. using Xcode 16 in Swift 5 mode due to the removal of implicit isolation when using property wrappers on member variables. This resulted in some new sendability warnings in Xcode 16 (or errors in Swift 6 mode). -* Add Xcode 16 and 16.1 binaries to the release packages (currently built with - beta 6 and beta 1 respectively). +* Add Xcode 16 and 16.1 binaries to the release packages. ### Fixed -* ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?) -* None. - - +* Having a query with a number of predicates ORed together may result in a + crash on some platforms (strict weak ordering check failing on iphone) + ([#8028](https://github.com/realm/realm-core/issues/8028), since v10.50.0) ### Compatibility * Realm Studio: 15.0.0 or later. @@ -44,7 +42,7 @@ The minimum supported version of Xcode is now 15.3. * Xcode: 15.3.0-16.1 beta. ### Internal -* Upgraded realm-core from ? to ? +* Upgraded realm-core from v14.12.1 to 14.13.0 10.53.1 Release notes (2024-09-05) ============================================================= diff --git a/Package.swift b/Package.swift index 5321bbd27f..963009182d 100644 --- a/Package.swift +++ b/Package.swift @@ -3,7 +3,7 @@ import PackageDescription import Foundation -let coreVersion = Version("14.12.1") +let coreVersion = Version("14.13.0") let cocoaVersion = Version("10.53.1") #if compiler(>=6) diff --git a/dependencies.list b/dependencies.list index e54a052572..ac1e75d43d 100755 --- a/dependencies.list +++ b/dependencies.list @@ -1,3 +1,3 @@ VERSION=10.53.1 -REALM_CORE_VERSION=v14.12.1 +REALM_CORE_VERSION=v14.13.0 STITCH_VERSION=c794ec6e2b751ef0cb5ab35256b07f5fa0c74c3a