The Swift Testing framework.
case swiftTesting(Testing?)
s14IssueReporting11TestContextO12swiftTestingyA2C0F0VSgcACmF
32CJ6
import IssueReporting
Report issues in your application and library code as Xcode runtime warnings, breakpoints, assertions, and do so in a testable manner.
enum TestContext
A type representing the context in which a test is being run, i.e. either in Swift’s native Testing framework, or Xcode’s XCTest framework.
struct Testing
case xcTest
The XCTest framework.