File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11
11
soundness :
12
12
name : Soundness
13
- uses : swiftlang /github-workflows/.github/workflows/soundness.yml@main
13
+ uses : ahoppen /github-workflows/.github/workflows/soundness.yml@api-breakage-baseline
14
14
with :
15
15
api_breakage_check_allowlist_path : " Release Notes/api-breakages.txt"
16
16
docs_check_additional_arguments : " --disable-parameters-and-returns-validation"
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ public struct DiagnosticsFormatter {
367
367
/// - leadingText: text that is prefixed to the list of categories when
368
368
/// there is at least one category to print.
369
369
public func categoryFootnotes(
370
- _ categories: [ DiagnosticCategory ] ,
370
+ _ categories: some Sequence < DiagnosticCategory > ,
371
371
leadingText: String = " \n "
372
372
) -> String {
373
373
let categoriesInOrder = categories. compactMap { category in
You can’t perform that action at this time.
0 commit comments