From 7d3accbe067748e9b64a959988a048d4e50d9d9b Mon Sep 17 00:00:00 2001 From: Suzy Ratcliff Date: Mon, 30 Jun 2025 13:34:42 -0700 Subject: [PATCH] This enables severity so that everyone can try it out! --- Sources/Testing/ABI/EntryPoints/EntryPoint.swift | 2 +- Sources/Testing/Running/Configuration.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Testing/ABI/EntryPoints/EntryPoint.swift b/Sources/Testing/ABI/EntryPoints/EntryPoint.swift index 7a2e63003..74290a67d 100644 --- a/Sources/Testing/ABI/EntryPoints/EntryPoint.swift +++ b/Sources/Testing/ABI/EntryPoints/EntryPoint.swift @@ -293,7 +293,7 @@ public struct __CommandLineArguments_v0: Sendable { /// /// This property is intended for use in testing the testing library itself. /// It is not parsed as a command-line argument. - var isWarningIssueRecordedEventEnabled: Bool? + var isWarningIssueRecordedEventEnabled: Bool? = true } extension __CommandLineArguments_v0: Codable { diff --git a/Sources/Testing/Running/Configuration.swift b/Sources/Testing/Running/Configuration.swift index bca788ec7..fd3d28dc1 100644 --- a/Sources/Testing/Running/Configuration.swift +++ b/Sources/Testing/Running/Configuration.swift @@ -190,7 +190,7 @@ public struct Configuration: Sendable { /// /// - Warning: Warning issues are not yet an approved feature. @_spi(Experimental) - public var isWarningIssueRecordedEventEnabled: Bool = false + public var isWarningIssueRecordedEventEnabled: Bool = true /// Whether or not events of the kind /// ``Event/Kind-swift.enum/expectationChecked(_:)`` should be delivered to