muter
muter copied to clipboard
🔎 Automated mutation testing for Swift 🕳️
So I'm running Sonoma and Xcode 15.3. I thought I'd try Muter and ran into a slew of problems: - With SPM it couldn't handle any dependencies - When I...
Good afternoon. I open this issue due to a very rare situation I'm facing on. I will try to explain it with simple examples: I have this function: ```swift func...
When attempting to run Muter version 16 using Xcode 15, a critical error occurs that prevents the tool from operating correctly. Below are the steps followed and the issues encountered:...
[4/6] Compiling Core Core.swift /Users/kogilapriadarsininathan/Documents/Projects/Core_mutated/Sources/Core/Core.swift:9:8: error: no such module 'UIKit' 7 | // https://docs.swift.org/swift-book 8 | // write a function to compare two strings 9 | import UIKit | `-...
Environment: * Xcode 16.2 * iPhone 16 Pro (iOS 18.2) Simulator * Muter 16 After running Muter for the example app, which is located in the Muter directory, the following...