-
-
Notifications
You must be signed in to change notification settings - Fork 610
tuist inspect implicit-imports
crashing in tuist 4.45.1
#7454
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
Comments
I found a similar closed issue related to The error message you are encountering suggests a file descriptor leak, which might be related to how file handles are managed in the code. It could be beneficial to check if there have been any updates or patches after version 4.45.1 that address file descriptor management issues. If the problem persists, reviewing the changes made in the pull request mentioned above might provide insights into a potential solution. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Hey @shahzadmajeed 👋 Would it be possible to add a reproducible sample? |
hi @shahzadmajeed, were you able to fix this issue? I have the same problem in my project |
We also seem to have this issue. We don't have a reproducible sample though unfortunately, it mainly seems to happen in the CI |
It seems like this perhaps happens during indexing of the xcode project, it happens immediately after tuist clean & regenerate. It also happens reliably every time in a fresh environment in the CI |
What happened?
I have a swift package being referenced locally in a Tuist project. The swift package itself is very complex project so I wanted to add a dependency check as a lint rule. I am seeing tuist inspect implicit-imports crashing in tuist 4.45.1
How do we reproduce it?
Error log
macOS version
15.3.1
Tuist version
4.45.1
Xcode version
16.2
The text was updated successfully, but these errors were encountered: