Closed czechboy0 closed 11 months ago
Recent SwiftPM versions seem to be a bit stricter about using (i.e., import ...) transitive dependencies without explicitly declaring them as direct dependencies.
import ...
Explicitly depend on the HTTPTypes module from swift-http-types.
More explicitly declare the dependency graph.
All tests pass.
@swift-server-bot test this please
I'm not aware of any, and I'm not even positive that this is needed. It's a somewhat speculative and defensive change.
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.