<!--
{
  "availability" : [
    "Xcode: 16.0.0 -",
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "swift: 6.0.0 -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "Testing",
  "identifier" : "/documentation/Testing/KnownIssueMatcher",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "Swift Testing"
    ],
    "preciseIdentifier" : "s:7Testing17KnownIssueMatchera"
  },
  "title" : "KnownIssueMatcher"
}
-->

# KnownIssueMatcher

A function that is used to match known issues.

```
typealias KnownIssueMatcher = @Sendable (Issue) -> Bool
```

## Parameters

`issue`

The issue to match.

## Return Value

Whether or not `issue` is known to occur.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)