Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Minimum Supported Swift Version Policy #316

Merged
merged 1 commit into from
Feb 2, 2025

Conversation

chinedufn
Copy link
Owner

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.

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.
@chinedufn chinedufn merged commit c15279c into master Feb 2, 2025
5 checks passed
@chinedufn chinedufn deleted the minimum-supported-swift-version branch February 2, 2025 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant