belozierov / SwiftCoroutine

Swift coroutines for iOS, macOS and Linux.
https://belozierov.github.io/SwiftCoroutine
MIT License
836 stars 51 forks source link

Inline assembly unavailable on watchOS and tvOS #33

Open palle-k opened 3 years ago

palle-k commented 3 years ago

When adding SwiftCoroutine to watchOS or tvOS targets, I am getting an error indicating that GNU-style inline assembly is disabled.

StackOverflow thread regarding the availability of inline assembly


Thank you for the work that you put into this project :)