apple / apple/swift-argument-parser
Privacy Manifest File Updation
- Dominant language
- Swift
- Stars
- 3.8k
- Forks
- 411
- Avg merge
- 7d 13h
- Merged PRs (30d)
- 17
Description
Apple introduced Privacy Manifest, in which we need to declare the privacy APIs and data collected.
Resources:
https://developer.apple.com/videos/play/wwdc2023/10060/
https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api
https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests
All products we are building are required to adopt this change ,and we have to collect privacy manifests from both internal and external dependencies.
Does swift-argument-parser collect any types of data or use any of the privacy APIs mentioned in the links above? If yes, could you please add a privacy manifest file? If no, please let me know on this ticket. Thank you.
Contributor guide
Research direction
Read the linked Apple Privacy Manifest documentation first, then inspect swift-argument-parser and its internal and external dependencies for the listed required-reason APIs and data collection. Done means either adding the required privacy manifest or confirming in the issue that no manifest is needed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100