We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When package is added to a Swift Playgrounds „app“ it automatically sends an error: „clangTarget is not supported“.
Can it be fixed? I‘m a newbie to swift so I don’t know.
The text was updated successfully, but these errors were encountered:
You get this error because Swift Playgrounds does not support C targets - and Numerics depends on a C target.
The comments in this thread still hold true: https://forums.swift.org/t/would-it-be-possible-to-remove-clang-dependencies-from-swift-numerics/67366
Sorry, something went wrong.
No branches or pull requests
Swift Playgrounds
When package is added to a Swift Playgrounds „app“ it automatically sends an error: „clangTarget is not supported“.
Can it be fixed? I‘m a newbie to swift so I don’t know.
The text was updated successfully, but these errors were encountered: