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
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.
0 commit comments