Commit e0c24bc
authored
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.1 parent 8c6cc59 commit e0c24bc
1 file changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 19 | + | |
23 | 20 | | |
24 | 21 | | |
25 | 22 | | |
26 | | - | |
27 | | - | |
| 23 | + | |
28 | 24 | | |
29 | 25 | | |
30 | 26 | | |
| |||
0 commit comments