apple / apple/swift-algorithms

[FR]: Support Apple Privacy Manifest

Open
#221 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Swift
Stars
6.3k
Forks
483
PR merge metrics
No merged PRs in 30d

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

Contributor guide

Open the contributing guide

Research direction

Start by reviewing the package and its internal and external dependencies for the privacy APIs and data categories described in Apple's linked Privacy Manifest documentation. Determine whether swift-algorithms uses any listed APIs or collects data; done means adding the required privacy manifest if applicable, or reporting that none is needed on the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
swift
Domain
mobile
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.