You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installed through brew danger-swift doesn't work and throws an error around swift 6.1. Is there any way to get past it without creating a new package and adding danger as a dependency?
/var/folders/w_/7vz72j9n1qd3_jljvlyl1nsh0000gp/T/danger/29FA6DDB-CD22-4CAD-82A9-0003A3EFE7B3/_tmp_dangerfile.swift:1:8: error: module compiled with Swift 6.0 cannot be imported by the Swift 6.1 compiler: /opt/homebrew/lib/danger/Danger.swiftmodule
1 | import Danger
| `- error: module compiled with Swift 6.0 cannot be imported by the Swift 6.1 compiler: /opt/homebrew/lib/danger/Danger.swiftmodule
The text was updated successfully, but these errors were encountered:
When installed through brew danger-swift doesn't work and throws an error around swift 6.1. Is there any way to get past it without creating a new package and adding danger as a dependency?
The text was updated successfully, but these errors were encountered: