apple / swift-async-dns-resolver

A Swift library for asynchronous DNS requests, wrapping c-ares with Swift-friendly APIs and data structures.
Apache License 2.0
92 stars 16 forks source link

Add missing platform availability annotation #26

Closed yim-lee closed 7 months ago

yim-lee commented 7 months ago

It's missing for DNSResolver and results in build failing in iOS.

Resolves https://github.com/apple/swift-async-dns-resolver/issues/25