Is there any way to emit errors or warnings from my Tuist project description? I’d like to add some additional validation.
Specifically, I want to add an optional list of disallowed transitive dependencies to each of my targets, then check that list against the actual list of transitive dependencies. I have something working that calls fatalError
, but the output isn’t pretty. It would be great to just emit an error and have Tuist nicely report it.