what's new in foundation

Generated on 9/6/2024

1 search

In the "What's New in Swift" session at WWDC 2024, several updates to the Foundation framework were highlighted. The Foundation has been rewritten from legacy C and Objective-C into modern, portable Swift. This change results in a more consistent, higher quality, and better-performing framework. New features and improvements are now available simultaneously across all supported platforms, and even Objective-C applications benefit from these improvements. Additionally, 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 has gained support for regular expressions.

For more details, you can refer to the What's new in Swift session.