Closed swiftyfinch closed 3 years ago
Hey! The problem is in the gem, we recently changed how arguments were parsed but this lib wasn't updated to follow the new rules. I'll need to push a new version for this (and SwiftInfo itself probably). Will do it soon, thanks for the report!
In the meantime you can avoid this error by using an older version of SwiftInfo (that doesn't have the argument parser)
@rockbruno thank you for your quick response! I'll try 2.3.12
@rockbruno Unfortunately, I can't use the older version 2.3.12. Seems to be I need the older Xcode version, but we already don't have it on CI.
./Infofile.swift:1:8: error: module compiled with Swift 5.3 cannot be imported by the Swift 5.3.1 compiler
So, I subscribe for updates about the new version ✈️
Fixed in 0.1.0, which now requires SwiftInfo 2.4.1
Hello! Thanks for sharing the plugin 👍🏻
I try to use it, but have an issue with setting the path to
Infofile.swift
.My folder structure:
Then I run danger in different lanes and different jobs:
In my
Dangerfile
:Build log:
So, I think the plugin can't find
Infofile.swift
. But if I run without danger plugin then everything OK:Do you have any suggestions? I can't find the ability to change the directory while using
Danger
.