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 #if swift(>=5.9) check in Package.swift #27

Conversation

simonjbeaumont
Copy link
Collaborator

Motivation

In #26 we bumped the minimum tools version to Swift 5.9, but we left the #if swift(>5.9) compiler directive when enabling existential any by default.

Modifications

Remove #if swift(>=5.9) check in Package.swift

Result

No checking for Swift 5.9+, because that's now the default.

Test Plan

CI.

@simonjbeaumont simonjbeaumont enabled auto-merge (squash) November 27, 2023 16:32
Copy link
Collaborator

@czechboy0 czechboy0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, thanks for catching

@simonjbeaumont simonjbeaumont merged commit e0c24bc into swift-server:main Nov 27, 2023
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants