2 Markdown files are executable:
.github/ISSUE_TEMPLATE/BUG_REPORT.md
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
ArgumentParser version: main
Swift version:
swift-driver version: 1.120.5 Apple Swift version 6.1 (swiftlang-6.1.0.110.21 clang-1700.0.13.3)
Target: arm64-apple-macosx15.0
Checklist
Steps to Reproduce
$ stat -f %Sp .github/ISSUE_TEMPLATE/BUG_REPORT.md .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
-rwxr-xr-x
-rwxr-xr-x
Expected behavior
$ stat -f %Sp .github/ISSUE_TEMPLATE/BUG_REPORT.md .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
-rw-r--r--
-rw-r--r--
Actual behavior
$ stat -f %Sp .github/ISSUE_TEMPLATE/BUG_REPORT.md .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
-rwxr-xr-x
-rwxr-xr-x
2 Markdown files are executable:
.github/ISSUE_TEMPLATE/BUG_REPORT.md.github/ISSUE_TEMPLATE/FEATURE_REQUEST.mdArgumentParser version:
mainSwift version:
swift-driver version: 1.120.5 Apple Swift version 6.1 (swiftlang-6.1.0.110.21 clang-1700.0.13.3)
Target: arm64-apple-macosx15.0
Checklist
mainbranch of this packageSteps to Reproduce
Expected behavior
Actual behavior