-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Minimum Supported Swift Version Policy (#316)
This commit introduces a "Minimum Supported Swift Version" policy to help users understand whether their code is guaranteed to work on a particular version of Swift. As a starting point, we are supporting Swift 6.0+ . Starting at `6.0` allows us to begin leveraging Swift's new ownership features in order to automatically enforce certain safety requirements. See the `Safety` chapter in the internal book for more information about safety requirements that, by leveraging Swift 6.0, we will be able to automatically enforce.
- Loading branch information
Showing
26 changed files
with
43 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.