Maintaining custom configurations is costlier than custom schemes. If your project has configurations along the lines of “Debug Production”, or “Release Staging”, you might be better off with just “Debug” and “Release” and configuring through schemes:
#XcodeTips

https://docs.tuist.io/en/guides/develop/projects/best-practices#configurations-to-model-remote-environments

Best practices | Projects | Tuist

Learn about the best practices for working with Tuist and Xcode projects.