Commit 762496a
fix: resolve Swift 6 Sendable and Swift 5.10 compiler crash issues
- Add @unchecked Sendable to MySQLPoolTests so implicit self captures
in @sendable closures are accepted in Swift 6 strict concurrency mode
- Replace Swift 5.10 with 5.9 in CI matrix: Swift 5.10 compiler crashes
on NIO 2.95.0 Sendable availability warnings (compiler bug, not our code)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 7aa13fb commit 762496a
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1286 | 1286 | | |
1287 | 1287 | | |
1288 | 1288 | | |
1289 | | - | |
| 1289 | + | |
1290 | 1290 | | |
1291 | 1291 | | |
1292 | 1292 | | |
| |||
0 commit comments