Skip to content

Unable to run Playground #304

@teameh

Description

@teameh

Version

abeeb22

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

  1. git clone
  2. Open workspace
  3. Build -> succeeds
  4. Run playground-> Fails

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions