We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003208b commit 8358e38Copy full SHA for 8358e38
.github/workflows/pull_request.yml
@@ -16,3 +16,4 @@ jobs:
16
with:
17
license_header_check_enabled: false
18
license_header_check_project_name: "Swift.org"
19
+ api_breakage_check_allowlist_path: "api-breakages.txt"
api-breakages.txt
@@ -0,0 +1,4 @@
1
+6.2
2
+---
3
+
4
+API breakage: constructor FileIterator.init(urls:followSymlinks:) has been removed
0 commit comments