-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plug-in ended with uncaught signal: 2) #4848
Comments
I have been seeing my Xcode Cloud builds fail with exit code 2 from SwiftLint against 0.51.0. When I build locally, no errors. Triggering a new XC build or two it doesn't repeat. |
Hi @edorphy . |
@cianiandreadev did you find a solution to this? A college of mine seems to have come across the same issue. |
Unfortunately not yet |
@cianiandreadev a temporary work around that worked for us is to downgrade to |
Same 😞 |
Try this #1466 (comment). It helped me. I had a similar problem (Plug-in ended with uncaught signal: 5)). |
I also have this issue. I integrated version |
Did you try #4848 (comment)? If that doesn't help you, try to downgrade to version My configuration:
and everything works without any problems. |
@petomuro I just tried it and it works! I didn't realize that comment fit my use case until I took a better look at my build logs. Thank you! |
New Issue Checklist
Describe the bug
I am using Xcode 14.3 with Swiftlint version 0.51.0 configured as Xcode plugin
I followed the instruction in the readme but when I try to compile I have the following issue:
I tried to clean derived data, close xcode, restart mac etc... Running out of ideas.
Using an Intel-based Mac, Ventura 13.2.1 (22D68)
NOTE: Same configuration (same commit), same OS, with a colleague using M1 Mac is working (don't know if the issue is related to M1 macs tho. I am saying this just as additional information.
Complete output when running SwiftLint, including the stack trace and command used
No output
Environment
swiftlint version
to be sure)? 0.51.0Tried both WITH or WITHOUT a
.swiftlint.yml
xcodebuild -version
)?Xcode 14.3
Build version 14E222b
The text was updated successfully, but these errors were encountered: