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
82 stars 12 forks source link

Add Swift 5.5 build #5

Closed yim-lee closed 2 years ago

yim-lee commented 2 years ago

Need to include arpa/inet.h and netdb.h to fix errors with inet_ntop and hostent.

yim-lee commented 2 years ago

@swift-server-bot test this please