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