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
When building iOS application with this packet I get error in file AsyncDNSResolver.swift "Concurrency is only available in iOS 13.0.0 or newer"
The issues seems to be that public protocol DNSResolver is missing @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
This started to happen after commit 62fbedd