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
abeeb22
Mac OS Catalina 10.15.7 (19H2) , XCode 12.3 (12C33)
Playground does not work: No such module 'SwiftCheck'
No such module 'SwiftCheck'
error: Tutorial.playground:64:16: error: cannot find 'Gen' in scope let onlyFive = Gen.pure(5) ^~~ error: Tutorial.playground:74:21: error: cannot find 'Gen' in scope let fromOnetoFive = Gen<Int>.fromElements(in: 1...5) ^~~ ....
The text was updated successfully, but these errors were encountered:
you need to check the "Build Active Scheme" in the inspector (on the right). I figured it out thanks to this post
Sorry, something went wrong.
No branches or pull requests
Version
abeeb22
Environment
Mac OS Catalina 10.15.7 (19H2) , XCode 12.3 (12C33)
Description
Playground does not work:
No such module 'SwiftCheck'
Steps To Reproduce
The text was updated successfully, but these errors were encountered: