Commit 18c7266
authored
add missing @available anotations (AsyncHttpClient#525)
Otherwise it fails to compile with Xcode 13.1.
Xcode 13.2 seems fine without but this is probably a regression in the swift compiler because the @available anotations are actally needed.1 parent 24b0a14 commit 18c7266
File tree
2 files changed
+3
-0
lines changed- Tests/AsyncHTTPClientTests
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
549 | 549 | | |
550 | 550 | | |
551 | 551 | | |
| 552 | + | |
552 | 553 | | |
553 | 554 | | |
554 | 555 | | |
| |||
565 | 566 | | |
566 | 567 | | |
567 | 568 | | |
| 569 | + | |
568 | 570 | | |
569 | 571 | | |
570 | 572 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
0 commit comments