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
385 stars 139 forks source link

New Build Warnings with Xcode 15 GM #444

Open bdkjones opened 10 months ago

bdkjones commented 10 months ago

I have an app that uses swift-nio-ssl 2.25.0 installed via SPM. When using the "Archive" option in Xcode 15 GM (15A240d), I get build warnings related to generating a .dSYM file:

Screenshot 2023-09-19 at 23 15 39

(The same issue is likely to manifest—albeit with only one architecture—during a standard build instead of an archive.)

Lukasa commented 10 months ago

Thanks for filing this! I'm able to reproduce it locally: let me investigate and see if I can work out where this is coming from.