From 8358e380ff3d93f0ca314c00fc7911171e86ca1a Mon Sep 17 00:00:00 2001 From: Alex Hoppen Date: Thu, 5 Dec 2024 10:15:02 -0800 Subject: [PATCH] Add an api-breakages file to allow API breakages --- .github/workflows/pull_request.yml | 1 + api-breakages.txt | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 api-breakages.txt diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 5a9f7543..b2910780 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -16,3 +16,4 @@ jobs: with: license_header_check_enabled: false license_header_check_project_name: "Swift.org" + api_breakage_check_allowlist_path: "api-breakages.txt" diff --git a/api-breakages.txt b/api-breakages.txt new file mode 100644 index 00000000..987ca864 --- /dev/null +++ b/api-breakages.txt @@ -0,0 +1,4 @@ +6.2 +--- + +API breakage: constructor FileIterator.init(urls:followSymlinks:) has been removed