mattgallagher / CwlPreconditionTesting

A Mach exception handler that allows Swift precondition failures to be caught and tested.
ISC License
175 stars 46 forks source link

Xcode 16 Build Warnings #38

Closed LowAmmo closed 4 days ago

LowAmmo commented 1 month ago

Getting some build warnings when building CwlPreconditionTesting

 Pods/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlBadInstructionException.swift:35:14: warning: class 'BadInstructionException' must restate inherited '@unchecked Sendable' conformance
 public class BadInstructionException: NSException {
              ^

I can try to put together a Pull Request to fix this...but might be a few days.

Just trying to eliminate all build warnings - doesn't seem to currently cause any real issues when building with the current Xcode 16 Beta (Beta 5).

mattgallagher commented 4 days ago

Merged

LowAmmo commented 3 days ago

Thanks, @mattgallagher !