Hive Hive
Sign in

Drops

Shipped updates from GitHub releases and changelog feeds across every domain.

Activity
Published Title Project Domains Version Source
tuist inspect dependencies now detects implicit imports from SwiftPM binary targets The inspect linter now reads module names from precompiled graph dependencies, including XCFramework binary targets from SwiftPM packages. P
Tuist
Generated projects
4.201.0-canary.16
GitHub
Suite-level sharding now includes Swift Testing tests in each shard Instead of rewriting the .xctestrun to filter tests, which only works for XCTest, Tuist now passes -only-testing identifiers to xcodebuild.
Tuist
Generated projects
4.201.0-canary.16
GitHub
Module cache now supports static and dynamic library products Static and dynamic library targets can be cached and restored as binary XCFrameworks alongside frameworks. Mixed graphs can reuse library mo
Tuist
Generated projects
4.201.0-canary.16
GitHub
Large dependency graphs no longer crash from stack overflow during generation Recursive graph traversals in CircularDependencyLinter, GraphCircularDetector, topological sort, ModuleMapMapper, and StaticProductsGraphLin
Tuist
Generated projects
4.201.0-canary.16
GitHub
Protobuf files are now placed in the Xcode Sources build phase .proto files are treated as valid sources, so Tuist adds them to the Xcode Sources phase rather than routing them through resource handling.
Tuist
Generated projects
4.201.0-canary.16
GitHub
Warm test builds stay incremental when dependency module maps are generated Tuist no longer rewrites generated dependency module maps when their contents have not changed, and keeps Derived/ModuleMaps and Derived/Fra
Tuist
Generated projects
4.201.0-canary.16
GitHub
Restored SwiftPM binary artifacts now use the correct scratch path Binary artifacts restored by SwifterPM are now materialized under the SwiftPM-compatible .build/artifacts layout instead of a separate .buil
Tuist
Generated projects
4.201.0-canary.16
GitHub
Detect implicit imports from SPM XCFramework binary targets tuist inspect dependencies now correctly detects implicit imports from Swift Package Manager binary targets backed by XCFrameworks. The lint
Tuist
Generated projects
4.201.0-canary.16
GitHub
Keep incremental builds warm with stable generated module map timestamps Warm tuist test --build-only invocations stay incremental again when generated dependency module maps are involved. Tuist now preserves the
Tuist
Generated projects
4.201.0-canary.16
GitHub
Place proto files in the Xcode Sources build phase Tuist now treats .proto files as valid source files and places them in Xcode's Sources build phase instead of handling them as resources. Th
Tuist
Generated projects
4.201.0-canary.16
GitHub