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
Recent SwiftPM versions seem to be a bit stricter about using (i.e.,
`import ...`) transitive dependencies without explicitly declaring them
as direct dependencies.
### Modifications
Explicitly depend on the HTTPTypes module from swift-http-types.
### Result
More explicitly declare the dependency graph.
### Test Plan
All tests pass.
0 commit comments