Bouke / HAP

Swift implementation of the Homekit Accessory Protocol
https://boukehaarsma.nl/HAP/
MIT License
364 stars 50 forks source link

Support Swift 5.0 #84

Closed Bouke closed 5 years ago

gbrooker commented 5 years ago

Great. How about dropping Evergreen.logger and replacing with swift-log

Bouke commented 5 years ago

swift-log would be great, however it target Swift 5, and 4.2 is still the latest and greatest for ARM. So when that’s resolved, I’m all for switching to swift-log.

Op 31 mrt. 2019 om 11:56 heeft Guy Brooker notifications@github.com het volgende geschreven:

Great. How about dropping Evergreen.logger and replacing with swift-log

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

gbrooker commented 5 years ago

Indeed, as part of the move to swift 5.

I see that NIO2 is released with Swift 5, will that have much impact on your NIO code in HAP ?

Bouke commented 5 years ago

I dunno, haven't investigated the differences. NIO2 also targets Swift 5, which prevents me from targetting that version just yet.