Franco Meloni
Franco Meloni
That is the last version released, I've added this change in that release which I thought would fix it, https://github.com/danger/swift/pull/462 but unfortunately I don't have an M1 Mac, so was...
>the only difference is that I tried to install it on the Mac Mini few weeks ago, and it was a fresh install on the Macbook. Can you please try...
@AvdLee I see you posted a case that uses `swift run danger-swift` and that relies on Danger to build the package to build the dependencies https://github.com/danger/swift/blob/master/Sources/RunnerLib/SPMDanger.swift#L34 I wonder if that...
@marcomasser can I please see your Package.swift?
Can you please try to change your Package to this? ```swift // swift-tools-version:5.5 import PackageDescription let package = Package( name: "MyApp", products: [ .library(name: "DangerDeps", type: .dynamic, targets: ["MyApp"]) ],...
Hey! :) I see this is running on push, that would probably explain why the needed items are missing from the GitHub response
Really interesting, is missing the danger frameworks, I will have a look at it soon, but in the meantime I would suggest you to use brew.
@scottandrew You will need to change a little bit your `Packge.swift` Will add a note on each changed line to show why needs to be changed. ```swift // swift-tools-version:5.1 //...
Hey! I think the main problem is that Danger is made of two parts, a binary and a library which is linked to the Dangerfile compilation, would that still work...
Can you please post your action yml?