apple/swift-nio-ssl

New Build Warnings with Xcode 15 GM

Opened this issue · 1 comments

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

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.