You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/core-libraries/_foundation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The Foundation framework defines a base layer of functionality that is required
9
9
* Provide a level of OS independence, to enhance portability.
10
10
11
11
12
-
Swift 6 unifies the implementation of [Foundation](https://developer.apple.com/documentation/foundation/) across all platforms. Foundation's modern, portable Swift implementation provides consistency across platforms, is more robust, and is open source.
12
+
Swift 6 unifies the implementation of key [Foundation](https://developer.apple.com/documentation/foundation/) API across all platforms. Foundation's modern, portable Swift implementation provides consistency across platforms, is more robust, and is open source.
13
13
14
14
If your app is particularly sensitive to binary size, you can import the `FoundationEssentials` library, which provides a more targeted subset of Foundation’s features that omits internationalization and localization data.
0 commit comments