apple / swift-nio-ssl

TLS Support for SwiftNIO, based on BoringSSL.
https://swiftpackageindex.com/apple/swift-nio-ssl/main/documentation/niossl
Apache License 2.0
392 stars 140 forks source link

Build swift-nio-ssl in Xcode 15 produces warnings #438

Closed mylaluna closed 1 year ago

mylaluna commented 1 year ago

I am testing my App in iOS 17 with Xcode 15 beta 4. I found myself receiving 200+ warnings for just building the app.

Under the Build target CNIOBoringSSL in Package swift-nio-ssl, I received warning as following:

image

Is this the right place to report this kind of problem?

dnadoba commented 1 year ago

Sadly we can't do much about it because they come from BoringSSL and not this project. Duplicate of https://github.com/apple/swift-nio-ssl/issues/418

mylaluna commented 1 year ago

Will you report this to BoringSSL project?

Lukasa commented 1 year ago

BoringSSL is tracking this with https://bugs.chromium.org/p/boringssl/issues/detail?id=516.

mylaluna commented 1 year ago

Thanks for the follow up. @Lukasa