You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add @unchecked Sendable to all test classes for Swift 6 compatibility
Swift 6 strict concurrency requires XCTestCase subclasses that capture
self in @sendable closures to conform to Sendable. Mark all test classes
as @unchecked Sendable (safe for test-only code).
Also fix testSelectFloat() type-checker timeout by rewriting chained ??
as explicit if-let branches, and simplify CI matrix to Swift 6.0 only
(Swift 5.9 toolchain not available for ubuntu-24.04 runners).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments