Skip to content

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
@czechboy0 czechboy0 added the 🔨 semver/patch No public API change. label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants