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
fe65945 deprecated urlComponents because of a memory leak in Swift Foundation. That bug was resolved a few months ago. It seems like urlComponents should no longer leak, thus the deprecation warning could be dropped? I use urlComponents to spit out the query parameters for a URL.
The text was updated successfully, but these errors were encountered:
fe65945 deprecated
urlComponents
because of a memory leak in Swift Foundation. That bug was resolved a few months ago. It seems likeurlComponents
should no longer leak, thus the deprecation warning could be dropped? I useurlComponents
to spit out the query parameters for a URL.The text was updated successfully, but these errors were encountered: