muter icon indicating copy to clipboard operation
muter copied to clipboard

🔎 Automated mutation testing for Swift 🕳️

Results 57 muter issues
Sort by recently updated
recently updated
newest added

Hello. When I ran Muter, the following error occurred. If anyone knows the solution, please let me know. ### Error Message ``` Analyzing source files to find mutants which can...

bug

I have created a new app project with SwiftUI and tried to run muter on it without success. ``` Automated mutation testing for Swift You are running version 16 Want...

This is a huge clean up to provide a tag that goes along with Xcode version and is always compatible with it. | Xcode Release | Swift Release Tag |...

## Description As muter stands today, SPM projects cannot use `xcodebuild` as a test executable. This is unfortunate, since any SPM projects that targets iOS, watchOS, tvOS, or visionOS must...

Hi all! I'm very excited to start using muter for my projects. However, I'm in a bit of a bind. It _appears_ that muter only works for SPM projects if...

Hi all, sorry for all the recent posts, but I wanted to report another issue I'm observing when running muter. Sometimes, muter will cause a certain async code path to...