apple / swift-nio-transport-services

Extensions for SwiftNIO to support Apple platforms as first-class citizens.
https://swiftpackageindex.com/apple/swift-nio-transport-services/main/documentation/niotransportservices
Apache License 2.0
282 stars 71 forks source link

Fix build on watchOS #196

Closed simonjbeaumont closed 9 months ago

simonjbeaumont commented 9 months ago

Motivation:

This project doesn't currently build for watchOS because the availability guards are missing for watchOS.

Modifications:

Extend the availability guards to include watchOS.

Result:

Can build for watchOS.