apple / swift-algorithms

Commonly used sequence and collection algorithms for Swift
Apache License 2.0
5.9k stars 435 forks source link

[FR]: Support Apple Privacy Manifest #221

Open sophbaili opened 7 months ago

sophbaili commented 7 months ago

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-algorithms 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.

LucianoPAlmeida commented 7 months ago

As this is just a collection of pure algorithms over I am pretty sure this doesn't collect any user data or any data at all. So safe to say it is fine not to have a privacy manifest file.