Skip to content

import HTTPTypesFoundation pulls in FoundationNetworking #76

Open
@weissi

Description

@weissi

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions