What’s new “foundation” thing?

Asked on 06/19/2025

1 search

At WWDC, Apple introduced significant updates to the Foundation framework, particularly with the transition to Swift. The Foundation framework, which has been a core part of Apple's ecosystem since the early days of Mac OS X, has been rewritten from Legacy C and Objective-C into modern, portable Swift. This change allows for a more consistent, higher quality, and better-performing framework across all platforms. The new Swift Foundation is open source, inviting community contributions and an open evolution process for adding new APIs. For example, the Predicate API is now available on all platforms in Swift 6 via Swift Foundation, and it also gained support for regular expressions.

Additionally, Apple introduced the Foundation Models framework, which provides access to on-device large language models that power Apple intelligence. This framework is available on macOS, iOS, iPadOS, and VisionOS, and it allows developers to enhance existing app features or create new ones, all while keeping data private and running offline.

For more details, you can refer to the session What’s new in Swift (11:27) and Meet the Foundation Models framework (00:00).