Hive Hive
Sign in

Drops

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

Activity
Published Title Project Domains Version Source
Cached static Objective-C xcframeworks (ARCore-style) build correctly Static Objective-C xcframeworks with a module map that lives next to the headers, including ARCore-style nested layouts with Headers//, are
Tuist
Generated projects, Cache
4.202.0-rc.1
GitHub
Package base settings propagate to SwiftPM macro targets Package-level base settings such as MACOSX_DEPLOYMENT_TARGET now reach macro targets generated from SwiftPM packages. Target-specific settin
Tuist
Generated projects
4.202.0-rc.1
GitHub
SwiftPM C-family target headers are now included in generated projects Generated Xcode projects now include the headers from C-family SwiftPM targets. Public headers are added under the public headers directory,
Tuist
Generated projects
4.202.0-rc.1
GitHub
Generated static frameworks no longer copy a redundant module map Static frameworks no longer get a copy-script entry that drops a duplicate module.modulemap into Framework.framework/Modules, which previous
Tuist
Generated projects
4.202.0-rc.1
GitHub
Build insights locate Xcode activity logs for projects with spaces in their name tuist inspect build (and other build-insights paths) now mirror Xcode's behavior of replacing spaces in the project/workspace basename with
Tuist
CLI
4.202.0-rc.1
GitHub
ServerAuthenticationController no longer rereads the keychain on every auth call Resolved auth tokens are now memoized inside ServerAuthenticationController, bounded by the token's own expiry and using the existing shared
Tuist
CLI
4.202.0-rc.1
GitHub
tuist test run help is discoverable from tuist help test tuist help test now exposes the previously hidden tuist test run subcommand, which documents the actual execution flags (--clean, -d, -T, et
Tuist
CLI
4.202.0-rc.1
GitHub
Generated projects no longer redefine modules shipped by module-map xcframeworks For xcframeworks that ship a module.modulemap, the generated project no longer adds the xcframework slice's Headers directory to HEADER_SEAR
Tuist
Generated projects
4.202.0-rc.1
GitHub
CLI HTTP timeouts and connection limit are configurable per environment The shared HTTP URLSession used to download and upload CLI artifacts is now tunable through TUIST_HTTP_TIMEOUT_INTERVAL_FOR_RESOURCE (defaul
Tuist
Cache
4.202.0-rc.1
GitHub
tuist cache warm parallelizes XCFramework creation across cacheable framework targets Generators with many cached framework targets complete the "Creating XCFrameworks" phase of tuist cache warm substantially faster by running
Tuist
Cache
4.202.0-rc.1
GitHub