• In this module, you’ll learn about the new features in Swift Data that were introduced at WWDC 2025. • The new model inheritance capabilities, and how they impact queries and model migration are covered.

Article Summaries:

  • Apple unveiled significant updates to SwiftData during WWDC 2025, aimed at simplifying data modeling in iOS 26. The key addition is model inheritance, allowing developers to create reusable data schemas that can be extended across different entities. This change streamlines query construction, enabling more flexible and efficient data retrieval. Apple also addressed migration concerns, providing clearer guidelines for transitioning existing data models to the new inheritance structure without data loss. The module focuses on how these features affect query performance and migration workflows, offering developers practical guidance for integrating SwiftData’s new capabilities into their apps.

Sources: