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
Additional changes to XCTest symbol graph test discovery for Swift 6 compatibility
Making all of the discovered tests returned by `static func`s instead of stored `static let`s removes some problematic `@Sendable`-related function conversions that were causing a runtime crash when Swift 6 more is enabled. SwiftPM avoids this problem by... not ever compiling the discovered test runner in Swift 6 mode even if the package requests it. 🫤
PiperOrigin-RevId: 673829386
(cherry picked from commit 6988259)
Signed-off-by: Brentley Jones <[email protected]>
0 commit comments