File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1010 uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111 soundness :
1212 name : Soundness
13- uses : swiftlang /github-workflows/.github/workflows/soundness.yml@main
13+ uses : ahoppen /github-workflows/.github/workflows/soundness.yml@api-breakage-baseline
1414 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"
1617 docs_check_additional_arguments : " --disable-parameters-and-returns-validation"
1718 verify_source_code :
1819 name : Validate generated code
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ public struct DiagnosticsFormatter {
367367 /// - leadingText: text that is prefixed to the list of categories when
368368 /// there is at least one category to print.
369369 public func categoryFootnotes(
370- _ categories: [ DiagnosticCategory ] ,
370+ _ categories: some Sequence < DiagnosticCategory > ,
371371 leadingText: String = " \n "
372372 ) -> String {
373373 let categoriesInOrder = categories. compactMap { category in
You can’t perform that action at this time.
0 commit comments