Add sendable conformance to appropriate types
Open
- Dominant language
- Assembly
- Stars
- 1.7k
- Forks
- 223
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 7
Description
Add `Sendable` conformance to appropriate types would allow to enabled additional safety checks at compile time. Without it, developers have to guess whether a type is `Sendable` or not.
Contributor guide
Research direction
No files, tests, or specific types are named. Start by surveying the Swift Crypto public types and their existing protocol conformances, then identify which conformances are appropriate and validate that the project compiles with the additional Sendable safety checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- cryptography
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100