Skip to content
New issue

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

Danger Swift 1.5.3: error: missing required module 'DangerShellExecutor' #228

Closed
u2606 opened this issue Apr 19, 2019 · 4 comments
Closed

Comments

@u2606
Copy link

u2606 commented Apr 19, 2019

Since the new Danger Swift 1.5.3 release today, our Danger jobs are failing on CI. We did not experience this yesterday using Danger Swift 1.5.2.

This is the error message we get:

/var/folders/yy/d215g62s727f4w2137t9jl2m0000gn/T/_tmp_dangerfile.swift:2:8: error: missing required module 'DangerShellExecutor'
i
mport Danger
       ^

ERROR: Dangerfile eval failed at Dangerfile.swift
ERROR: Could not get the results JSON file at /var/folders/yy/d215g62s727f4w2137t9jl2m0000gn/T/danger-response.json

Failing the build, there is 1 fail.
Feedback: https://github.com/clutter/clutter-ios-wms/pull/1298#issuecomment-484729025
Exited with code 1

We’re using Xcode 10.1 on CircleCI. The relevant parts of our .circleci/config.yml:

    steps:
      - checkout
      - run: brew tap danger/tap
      - run: brew install danger/tap/danger-swift
      - run: brew install swiftlint
      - run:
          name: Danger
          command: danger-swift ci
@f-meloni
Copy link
Member

I think I know what is the problem

@f-meloni
Copy link
Member

#229 should fix it

@f-meloni
Copy link
Member

f-meloni commented Apr 19, 2019

Can you please try again? I've just released 1.5.4

@u2606
Copy link
Author

u2606 commented Apr 19, 2019

That worked. Thank you!

@u2606 u2606 closed this as completed Apr 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants