# Reporters ## Contents * [Supported Diff Tools](#supported-diff-tools) ## Supported Diff Tools `ReportWithDiffTool` is a chain of possible reporters to find the first diff tool installed on your system. Currently, the search goes in this order: ```swift ReportWithBeyondCompare(), ReportWithAppCode(), ReportWithDiffMerge(), ReportWithKaleidoscope(), ReportWithP4Merge(), ReportWithKdiff3(), ReportWithTKDiff(), ReportWithVisualStudioCode(), ReportContentsWithXCTest() ``` snippet source | anchor --- [Back to README](../README.md)