This patch release improves the reliability of Swift Package Manager dependency resolution in generated projects.
- SwiftPM packages are now resolved through a subprocess, which makes the process more resilient and less sensitive to internal SwiftPM changes.
- Binary artifact downloads, such as large XCFrameworks, are more reliable across different cache states.
- Package.resolved files stay more stable between consecutive runs, producing fewer unexpected diffs.