You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swift Atomics can't be used in Swift Playgrounds.app because of a C target. We would like to use Swift Atomics in AudioKit (https://github.com/audiokit/audiokit) and we support Swift Playgrounds.
Getting rid of the C module with something along the lines of #74 would likely get rid of these issues. However, this will require some Swift compiler & stdlib work, so it will take time.
Swift Atomics can't be used in Swift Playgrounds.app because of a C target. We would like to use Swift Atomics in AudioKit (https://github.com/audiokit/audiokit) and we support Swift Playgrounds.
(Note that this bug is distinct from #55)
Information
Target: x86_64-apple-macosx13.0
Checklist
main
branch of this package.Steps to Reproduce
Expected behavior
Swift Atomics can be used in Swift Playgrounds.
Actual behavior
Compilation fails because Swift Atomics uses a C target.
The text was updated successfully, but these errors were encountered: