Annalise Mariottini
Annalise Mariottini
I'm encountering the same issue using SPM. I tried updating to 16.0.0 but no dice. I'm hoping to avoid a manual workaround like building an XCFramework from source, so hope...
@0xTim You mention that building from the command line works, but that's not what I'm seeing for my own project when using the latest version of Vapor as a dependency....
Ahh, I see. Thank you for the clarification.
Hey @Nikoloutsos thanks for the response! Unfortunately `executionTimeAllowance` doesn't scale reasonably well for me. I'm working in a codebase with many other developers and trying to enable mutation testing for...
Sure, here's an SPM library that hangs when you run `muter`. This is because the mutation applied removes the line `continuation.resume`. [MuterHangingExample.zip](https://github.com/muter-mutation-testing/muter/files/15210727/MuterHangingExample.zip) So there's actually a few negatives about the...
Oh, and just to reiterate what I said in my previous comment: I'm hoping to unlock using muter across many projects contributed to by multiple developers, so it's not feasible...
Update: opened PR #282