muter-mutation-testing / muter

🔎 Automated mutation testing for Swift 🕳️
MIT License
496 stars 39 forks source link

Error Running Muter Version 16 with Xcode 15 #284

Open EduuardP opened 1 month ago

EduuardP commented 1 month ago

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:

Steps to Reproduce:

Install Muter version 16. Attempt to run Muter with Xcode 15. Observe the error generated (see attached image). Error Encountered: The specific error shown when trying to run Muter version 16 with Xcode 15 is as follows:

image

Attempts to Resolve:

An attempt was made to resolve the issue by installing Muter version 15. When install Muter version 15, a new error related to import _InternalSwiftSyntaxParser was encountered. Environment:

Muter Version: 16 (and 15 in the attempted solution). Xcode Version: 15. Operating System: Sonoma. Help Requests: Assistance is requested to resolve the following points:

Solution for the error encountered when running Muter version 16 with Xcode 15. Alternative solution or information on how to handle the import _InternalSwiftSyntaxParser error when using Muter version 15.

I appreciate any help or guidance in resolving these issues.

rakaramos commented 3 weeks ago

hi @EduuardP! have you tried using the version from master? I've been using it without any issues. if by using it you still have issue, can you provide a sample project with the issue, it will help a lot. thanks!