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

Remove redundant and/or incorrect swift compiler version checks #2452

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mhammond
Copy link
Member

In #2450 (comment)

Regarding Swift 5 support, Sendable was officially added in Swift 5.7, so this shouldn’t break compatibility.

Which got me thinking about the checks in this PR - if anything, it seems like they should be swift(>=5.7) checks - but we're already unconditionally using Sendable

We have.a few swift(>=5.8) checks - which I guess means we implicitly support a min swift version of 5.7?

I think they were added by @crazytonyli, cc @martinmose

@mhammond mhammond requested a review from a team as a code owner February 23, 2025 04:34
@mhammond mhammond requested review from badboy and removed request for a team February 23, 2025 04:34
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