Eliminate implicit imports to have a more reliable Xcode and deterministic builds

tuist inspect implicit-imports is an amazing feature that Roman Gorbenko built weeks ago and that we didn’t have the time to properly share with the community along with the benefits of using it in your project.

So I took some time today to record a walkthrough that aims to shed some light on why you want fewer of those dependencies in your project:

3 Likes

I was able to fix a failure on our CI today due to one of our local dependencies implicitly dependent on another. I don’t understand why it started today when there were no related changes, but this video explanation and ease of using tuist inspect made it very easy to solve. Thanks!

1 Like