You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Motivation
Turns out putting an `#if compiler(>=6.2)` isn't enough to avoid having
to have separate Package.swift files.
### Modifications
Just drop the unsafe flag.
### Result
The library can be depended on again.
### Test Plan
N/A
0 commit comments