### Describe the bug When building a project that brings in Bugsnag through SPM in Xcode 15 the following warning is shown:  ### Steps to reproduce 1. Open a project that brings in Bugsnag through SPM in Xcode 15 2. Build the project 3. See warnings ### Environment * Bugsnag version: 6.27.2 * iOS/tvOS/macOS version(s): iOS 17.0 beta 7 * Simulator or physical device: Both * Xcode version: Xcode 15.0 Beta 7 (15A5229h) * Swift version (if applicable): 5.9 <!-- Below are a few approaches you might take to communicate the issue, in descending order of awesomeness. Please choose one and feel free to delete the others from this template. --> <!-- Error messages, if any --> <details><summary>Error messages:</summary> ``` ld: warning: ignoring duplicate libraries: '-lc++', '-lz' ``` </details>
Describe the bug
When building a project that brings in Bugsnag through SPM in Xcode 15 the following warning is shown:

Steps to reproduce
Environment
Error messages: