Commit 2e3d0bb
committed
fix: use @preconcurrency import for Swift 6.2 Crypto compatibility
- Replace @unchecked Sendable with @preconcurrency import Crypto
- Cleaner approach that doesn't require internal workarounds
- @preconcurrency tells compiler Crypto module hasn't adopted strict concurrency yet
- Will automatically work when swift-crypto adds proper Sendable conformance
- All 35 tests passing1 parent d91fca8 commit 2e3d0bb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments