File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
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
- api_breakage_check_allowlist_path : " Release Notes/api-breakages.txt"
15
+ api_breakage_check_allowlist_path : " api-breakages.txt"
16
+ api_breakage_check_baseline : " 600.0.1"
16
17
docs_check_additional_arguments : " --disable-parameters-and-returns-validation"
17
18
verify_source_code :
18
19
name : Validate generated code
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