realm/realm-swift
 Watch   
 Star   
 Fork   
11 days ago
realm-swift

v20.0.4

  • Update build scripts for Xcode 26.
  • Drop support for Xcode < 26.
  • Prebuilt binaries are no longer code signed as Realm is no longer officially distributed by MongoDB.
  • Fix compilation with Xcode 26.4.

Compatibility

  • Carthage release for Swift is built with Xcode 26.3.
  • CocoaPods: 1.10 or later.
  • Xcode: 26.1-26.4
2025-10-16 04:55:57
realm-swift

v10.54.6

Add Xcode 26.0.1 binaries and drop support for Xcode < 16.3.

2025-06-16 12:11:22
realm-swift

v20.0.3

Enhancements

  • Update build scripts for Xcode 16.4.
  • Add support for building with Xcode 26 beta 1.

Compatibility

  • Carthage release for Swift is built with Xcode 16.4.0.
  • CocoaPods: 1.10 or later.
  • Xcode: 15.3.0-26 beta 1.
2025-06-16 08:16:08
realm-swift

v10.54.5

Enhancements

  • Add Xcode 16.4 binaries.
  • Add support for building with Xcode 26 beta 1.

Compatibility

  • Realm Studio: 15.0.0 or later.
  • APIs are backwards compatible with all previous releases in the 10.x.y series.
  • Carthage release for Swift is built with Xcode 16.4.0.
  • CocoaPods: 1.10 or later.
  • Xcode: 15.3.0-26 beta 1.
2025-04-17 00:42:21
realm-swift

v20.0.2

Enhancements

  • Update build scripts for Xcode 16.2.

Compatibility

  • Carthage release for Swift is built with Xcode 16.3.0.
  • CocoaPods: 1.10 or later.
  • Xcode: 15.3.0-16.3.
2025-04-10 12:34:43
realm-swift

v10.54.4

Enhancements

  • Add Xcode 16.3 binaries.

Compatibility

  • Realm Studio: 15.0.0 or later.
  • APIs are backwards compatible with all previous releases in the 10.x.y series.
  • Carthage release for Swift is built with Xcode 16.3.0.
  • CocoaPods: 1.10 or later.
  • Xcode: 15.3.0-16.3.
2025-03-08 12:05:23
realm-swift

v10.54.3

Enhancements

  • Enable automatic client reset handling for Events Realms. These Realms typically do not trigger client resets, but may if sync is restarted when one is partially uploaded. (Core #8072).

Compatibility

  • Realm Studio: 15.0.0 or later.
  • APIs are backwards compatible with all previous releases in the 10.x.y series.
  • Carthage release for Swift is built with Xcode 16.2.0.
  • CocoaPods: 1.10 or later.
  • Xcode: 15.3.0-16.2.

Internal

  • Upgraded realm-core from v14.13.1 to 14.14.0
2024-12-28 04:40:37
realm-swift

v20.0.1

Enhancements

  • Update build scripts for Xcode 16.2.

Fixed

  • 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, since v10.50.0).

Compatibility

  • Realm Studio: 15.0.0 or later.
  • Carthage release for Swift is built with Xcode 16.2.0.
  • CocoaPods: 1.10 or later.
  • Xcode: 15.3.0-16.2.

Internal

  • Upgraded realm-core from v20.0.0 to 20.1.0
2024-12-18 05:52:20
realm-swift

v10.54.2

Enhancements

  • Add prebuilt binaries for Xcode 16.2.

Compatibility

  • Realm Studio: 15.0.0 or later.
  • APIs are backwards compatible with all previous releases in the 10.x.y series.
  • Carthage release for Swift is built with Xcode 16.2.0.
  • CocoaPods: 1.10 or later.
  • Xcode: 15.3.0-16.2.
2024-10-23 02:31:21
realm-swift

v10.54.1

Enhancements

  • None.

Fixed

  • The events library would attempt to upload backup files created as part of file format upgrades, causing backup copies of those backups to be made, looping until the maximum file name size was reached (Core #8040, since v10.26.0).

Compatibility

  • Realm Studio: 15.0.0 or later.
  • APIs are backwards compatible with all previous releases in the 10.x.y series.
  • Carthage release for Swift is built with Xcode 15.4.0.
  • CocoaPods: 1.10 or later.
  • Xcode: 15.3.0-16.1 beta.

Internal

  • Upgraded realm-core from v14.13.0 to 14.13.1