Foundatiin

Asked on 06/11/2025

1 search

It seems like you might be referring to "Foundation" in the context of Apple's WWDC sessions. There are a couple of relevant topics related to "Foundation" from the sessions:

  1. Swift Foundation: In the session titled "What’s new in Swift" from WWDC 2024, the Swift Foundation is discussed as an essential component of many applications, providing important APIs including JSON decoding, date and time formatting, file system operations, and more. The Foundation has been rewritten from Legacy C and Objective-C into modern portable Swift, which results in more consistent, higher quality, and better performance across all platforms. This new implementation is open source and invites community contributions. You can learn more about this in the What’s new in Swift session.

  2. Foundation Models Framework: This is a new framework introduced to provide on-device large language model capabilities. It allows developers to enhance their apps with features like text extraction, summarization, and more, all while keeping data private and running offline. This framework is discussed in several sessions, including "Meet the Foundation Models framework" and "Deep dive into the Foundation Models framework." You can start exploring this topic in the Meet the Foundation Models framework session.

If you have a specific aspect of "Foundation" you are interested in, feel free to ask!