Description
Unfortunately, import HTTPTypesFoundation
pulls in FoundationNetworking
unconditionally which has issues on Linux.
We carry link-time checks to make sure that we're not accidentally using URLSession
in places where it's important not to. Unfortunately, modules that import HTTPTypesFoundation
now also pull in FoundationNetworking
.
Would it be possible to remove the import FoundationNetworking
and move that to a separate module like HTTPTypesFoundationNetworking
?
Metadata
Metadata
Assignees
Labels
No labels