diff --git a/Sources/Testing/Issues/Issue+Recording.swift b/Sources/Testing/Issues/Issue+Recording.swift index fc7129cd9..4578373a7 100644 --- a/Sources/Testing/Issues/Issue+Recording.swift +++ b/Sources/Testing/Issues/Issue+Recording.swift @@ -239,8 +239,8 @@ extension Issue { // MARK: - Debugging failures /// A unique value used by ``failureBreakpoint()``. -#if !os(Windows) -// Work around compiler bug by not specifying unchecked exclusivity on Windows. +#if !os(Windows) && !os(Android) +// Work around compiler bug by not specifying unchecked exclusivity on Windows/Android. // SEE: https://github.com/swiftlang/swift/issues/76279 @exclusivity(unchecked) #endif