CLI 4.195.17 improves reliability for long-running commands.
tuist testnow streams output in real time during parallel testing. Previously,xcodebuildbuffered all output when it was piped and flushed it only when the process exited. Long parallel test suites could appear silent for minutes, causing CI pipelines to time out. This version forces unbuffered output, so results appear as they finish.- The session cleanup routine no longer deletes active session directories while the owning process is still running. If multiple Tuist commands share the same state directory, another process could previously remove a session that was still in use, leading to file errors at the end of a long command.