-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Description
Version
Environment
Mac OS Catalina 10.15.7 (19H2) , XCode 12.3 (12C33)
Description
Playground does not work: 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)
^~~
....
Steps To Reproduce
- git clone
- Open workspace
- Build -> succeeds
- Run playground-> Fails
Metadata
Metadata
Assignees
Labels
No labels
