|
|
tuist generate no longer crashes from stack overflow on large dependency graphs
Large valid Tuist dependency graphs no longer crash tuist generate with a stack overflow. Recursive traversals in CircularDependencyLinter,
|
Tuist
|
Generated projects
|
4.201.0-rc.2
|
GitHub
|
|
|
SwiftPM resolution progress is now streamed during tuist install
The SwifterPM update to 0.8.12 also forwards stdout and stderr from delegated swift package resolve runs, so tuist install now shows SwiftPM
|
Tuist
|
Generated projects
|
4.201.0-rc.2
|
GitHub
|
|
|
tuist inspect help now lists the –verbose flag
The --verbose flag is now shown in tuist inspect --help and the help output of all tuist inspect subcommands. The flag already worked, but i
|
Tuist
|
CLI
|
4.201.0-rc.2
|
GitHub
|
|
|
Fix builds for targets with whitespace in their names when using cached framework search paths
When Tuist consolidates framework search paths into a response file, the @$(SRCROOT)/Derived/FrameworkSearchPaths/.resp reference is now quo
|
Tuist
|
Generated projects
|
4.201.0-rc.2
|
GitHub
|
|
|
tuist inspect dependencies now detects implicit imports from SPM binary XCFrameworks
tuist inspect dependencies --only implicit now derives module names from non-target graph dependencies, including XCFramework binary names f
|
Tuist
|
Generated projects
|
4.201.0-rc.2
|
GitHub
|
|
|
Cache warming no longer parses Xcode activity logs for unused build-time metadata
Cache warming no longer copies and parses .xcactivitylog files to infer per-target build durations. The build-time metadata was not surfaced
|
Tuist
|
Cache
|
4.201.0-rc.2
|
GitHub
|
|
|
Build Runs UI now shows the scheme test configuration for tuist test
When running tuist test without an explicit --configuration, uploaded build runs now use the scheme's test action configuration instead of s
|
Tuist
|
CLI
|
4.201.0-rc.2
|
GitHub
|
|
|
SwiftPM artifact restores now use the correct scratch path
Tuist now uses the SwiftPM artifact scratch path for SwifterPM restores by updating the SwifterPM dependency to 0.8.13. This keeps restore p
|
Tuist
|
Generated projects
|
4.201.0-rc.2
|
GitHub
|
|
|
DocC builds now work for packages with public headers that import sibling modules
DocC builds for generated projects now succeed for Swift Package targets whose public Objective-C headers import another module from the sam
|
Tuist
|
Generated projects
|
4.201.0-rc.2
|
GitHub
|
|
|
Cached frameworks no longer embed external SPM resource bundles
Internal source frameworks generated during cache workflows no longer receive transitive external Swift Package Manager resource bundles in
|
Tuist
|
Cache, Generated projects
|
4.201.0-rc.2
|
GitHub
|