sideeffect-io / AsyncExtensions

AsyncExtensions aims to mimic Swift Combine operators for async sequences.
MIT License
308 stars 26 forks source link

Fix Xcode 16 build failure caused by AsyncSubject #42

Closed gsl-anthonymerle closed 2 months ago

gsl-anthonymerle commented 2 months ago

Fix AsyncSubject's Failure type conflincting with Apple addition to AsyncSequence starting from Xcode 16 (iOS 18, MacOS 15, Vision OS 2, etc.)

Description

For more information on what caused the issue, see this discussion.

Fixed by:

This results in the compiler either:

Checklist

twittemb commented 2 months ago

gonna review this asap

gsl-anthonymerle commented 2 months ago

gonna review this asap

Sure! Thanks a lot 🙏