This release fixes a Swift Package Manager deadlock that could freeze tuist generate for projects with SPM dependencies.
tuist generateand related commands no longer hang when loading the rootTuist/Package.swift. The SwiftPM scratch-directory lock is now held only while readingworkspace-state.jsonandPackage.resolved, and released before spawning anyswift packagesubprocess.