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
I awoke today to my Swift project no longer building with the following error from within this package:
AsyncHTTPClient/NIOTransportServices/TLSConfiguration.swift:25:35:
'tls_protocol_version_t' is only available in macOS 10.15 or newer
As far as I'm aware, barring MacOS running some update process overnight that mangled things, nothing has changed in my project. Here is what I think is the relevant part of my Package.swift:
platforms: [ .macOS(.v12) ],
I'm on XCode Version 13.2 (13C90).
My guess is that this problem ultimately isn't related to async-http-client, so I feel bad asking on your issue tracker, but even that the error is bubbling up from within this library I wonder if anyone on the project has seen it before and knows the fix?