We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f62e01 + 6caae62 commit ca51589Copy full SHA for ca51589
Sources/Testing/Issues/Issue+Recording.swift
@@ -239,8 +239,8 @@ extension Issue {
239
// MARK: - Debugging failures
240
241
/// A unique value used by ``failureBreakpoint()``.
242
-#if !os(Windows)
243
-// 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.
244
// SEE: https://github.com/swiftlang/swift/issues/76279
245
@exclusivity(unchecked)
246
#endif
0 commit comments