Commit 5e3ef5c
authored
Fix Swift type inference issue for Xcode 26.4 beta (#604)
## Summary
- Adds an explicit `: Wrapped` type annotation to
`Optional+Extensions.swift` to fix a type inference regression in the
Xcode 26.4 beta Swift compiler.
## Test plan
- [x] Verified the file compiles with
`DEVELOPER_DIR=/Applications/Xcode-26.4.0-Beta.app swiftc`1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments