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
Essentially we can’t, because of the way Swift module imports leak. Until all those leaks are plugged, it is just not possible for us to ever remove an import without a semver major.
Can we make
NIOFoundationCompat
only depend onFoundationEssentials
?Currently, unfortunately, I don't think we can as it provides convenience methods for types that are only available in full Foundation:
JSONSerialization
RunLoop
:( Would we need a
NIOEssentialsCompat
?The text was updated successfully, but these errors were encountered: