|
|
Build runs show the scheme test configuration
The build runs UI for tuist test now displays the test configuration defined by the selected scheme when no explicit --configuration is pass
|
Tuist
|
Generated projects
|
4.201.0-canary.19
|
GitHub
|
|
|
Module cache now supports static and dynamic library products
Static and dynamic library targets can now be cached as binary XCFrameworks in the module cache, alongside frameworks. When restoring, Tuist
|
Tuist
|
Generated projects
|
4.201.0-canary.19
|
GitHub
|
|
|
DocC builds now work for package targets with cross-target header imports
Generated projects now support building documentation for Swift package targets whose public headers import another module from the same pac
|
Tuist
|
Generated projects
|
4.201.0-canary.19
|
GitHub
|
|
|
Framework search path response files are quoted for target names with spaces
When Tuist consolidates many framework search paths into a response file, the reference is now properly quoted. This fixes build failures wh
|
Tuist
|
Generated projects
|
4.201.0-canary.19
|
GitHub
|
|
|
SwifterPM update fixes __MACOSX artifacts, resolve output, and restore paths
The SwifterPM dependency has been updated to 0.8.12, fixing two issues: Finder-zipped binary artifacts (such as Plaid's LinkKit) that carry
|
Tuist
|
Generated projects
|
4.201.0-canary.19
|
GitHub
|
|
|
Module cache now caches library products
The module cache now caches static and dynamic library targets as binary XCFrameworks alongside frameworks, using Xcode's native -create-xcf
|
Tuist
|
Generated projects
|
4.201.0-canary.19
|
GitHub
|
|
|
–verbose is documented in tuist inspect –help
tuist inspect and its subcommands ( dependencies, build, test, bundle, plus the deprecated implicit-imports and redundant-imports routes ) n
|
Tuist
|
Generated projects
|
4.201.0-canary.19
|
GitHub
|
|
|
Large dependency graphs no longer crash with a stack overflow
Graph traversals used during generation no longer grow the Swift call stack per dependency node. CircularDependencyLinter, GraphCircularDete
|
Tuist
|
Generated projects
|
4.201.0-canary.19
|
GitHub
|
|
|
DocC builds work with SPM targets that import sibling package targets
DocC builds for generated Tuist projects now succeed on SwiftPM targets whose public Objective-C headers import another package target witho
|
Tuist
|
Generated projects
|
4.201.0-canary.19
|
GitHub
|
|
|
Implicit imports now cover SPM XCFramework binary modules
tuist inspect dependencies --only implicit now detects imports from SwiftPM binary targets backed by XCFrameworks instead of only source-tar
|
Tuist
|
Generated projects
|
4.201.0-canary.19
|
GitHub
|