Tuist
banner
tuist.dev
Tuist
@tuist.dev
Make mobile your competitive advantage.

The same iOS tooling that powers million apps, delivered as a service for your team.
Reposted by Tuist
Hey #iOS engineers 🍎, listen up! 📣 We started a series of blog posts about how we moved our iOS project to @tuist.dev. Check out part 1 here: engineering.backmarket.com/back-market-...
Back Market x Tuist - Part I: Why We Moved Our iOS Project To Tuist
What wasn’t working, what we explored, and why Tuist made sense for us.
engineering.backmarket.com
November 4, 2025 at 8:56 AM
The new Tuist 4.97.0 introduces cache profiles, an innovative API allowing you to designate specific targets to either remain as source code or be swapped out for binaries #cache #devx
October 31, 2025 at 5:19 PM
Xcode organization forces you to choose: organize by layer or by feature? By team or by platform?

Metadata tags solve this. Tag targets across multiple dimensions, then generate focused workspaces on demand. Combine with caching and only your focused code compiles.

tuist.dev/blog/2025/10...
Organize your targets with metadata tags
Discover how metadata tags help you organize modules across multiple dimensions and focus development with module caching.
tuist.dev
October 31, 2025 at 1:02 PM
The module cache reduces CI turnaround time by up to 80% and separates build time from codebase size through smart modularization, crucial as developers create more code with agent assistance.
docs.tuist.dev/en/guides/f...
docs.tuist.io
October 24, 2025 at 5:18 PM
In case you weren't able to join our community call yesterday, you can watch it here. We discussed our revamped marketing site, unveiled our "One more thing", Xcode cache, and an array of other topics.
videos.tuist.dev/w/j3hjALCKc...
Community Call 2025C4 - October 22nd 2025
Join the Tuist team for their fourth community call showcasing major new features and updates. The team shares their new marketing site, new Xcode cache, GitHub connections through the dashboard, a...
videos.tuist.dev
October 23, 2025 at 12:45 PM
Just shipped a completely revamped Tuist marketing site! 🎨

The new site is cleaner, more beautiful, and captures the value Tuist offers much better.

Huge props to @asmitbm.bsky.social for leading this. The whole team executed relentlessly. We put a lot of love into it! ✨

tuist.dev
Tuist
The same iOS tooling that powers billion-user apps, delivered as a service for your team
tuist.dev
October 22, 2025 at 4:30 PM
Cut your build times in a couple of minutes with the Tuist remote cache now working with any Xcode project 🎉

tuist.dev/blog/2025/10...
Speed up your builds with the remote Tuist cache for Xcode
Learn how to use the new Xcode compilation cache with Tuist to cut build times in local and CI environments
tuist.dev
October 22, 2025 at 3:29 PM
Mark your calendars for the 22nd to discover the exciting projects the Tuist team is working on and what the future holds! 😊
luma.com/ewde50eg.
Community Call 2025C4 · Luma
luma.com
October 16, 2025 at 2:57 PM
Gaining insight into your Xcode builds is as simple as replacing your "xcodebuild" CI commands with "tuist xcodebuild". You'll soon gain access to test insights as well. Relying on limited data makes it challenging to fine-tune your development setup.
docs.tuist.dev/en/guides/f...
October 6, 2025 at 5:42 PM
Not all bundles are made equal 🧐

That's why when analyzing your bundle size over time, you can now filter by the bundle's type: .ipa, .app, or .xcarchive 📦
October 6, 2025 at 3:39 PM
Did you know Tuist can comment on your PRs with a report, including:
- links to your previews
- build insights from all your pipelines
- cache analytics
- ...and more?
October 6, 2025 at 11:38 AM
Are you eager to contribute to strengthening Tuist's infrastructure for app development growth? By assisting us with content translation, you can gain complimentary access to premium tools like binary caching and selective testing: translate.tuist.dev/engage/tuist/
Get involved in tuist!
tuist is being translated into 8 languages using Weblate. Join the translation or start translating your own project.
translate.tuist.dev
October 5, 2025 at 12:00 PM
Our community is truly incredible! Just yesterday, we shared the news about our transition to Weblate and our openness to contributions from the community. In response, Mhmd Ebrahim took the initiative to begin translating our documentation into Arabic: github.com/tuist/tuist...
feat(docs): Strings translation update from Weblate by tuistit · Pull Request #8374 · tuist/tuist
Translations update from Weblate for tuist/documentation-strings. Current translation status:
github.com
October 5, 2025 at 10:56 AM
We're all-in on #Weblate, an open-source platform for translations. Keen to assist in translating Tuist into Korean, Japanese, Spanish, Russian, or Portuguese? Join us here: translate.tuist.dev/engage/tuist/
Get involved in tuist!
tuist is being translated into 7 languages using Weblate. Join the translation or start translating your own project.
translate.tuist.dev
October 4, 2025 at 9:48 AM
The Tuist iOS app is now Liquid Glass ready 🔎

Get it at apps.apple.com/us/app/tuist...
September 24, 2025 at 8:45 AM
Large Swift codebases hit walls: slow builds, flaky tests, complex graphs. We dive into why Apple's toolchain struggles at scale and how teams can overcome these challenges without React Native or Bazel

tuist.dev/blog/2025/0...
#Swift #iOS
Why Large Swift Projects Hit a Wall (And How to Break Through)
Large Swift codebases hit walls: slow builds, flaky tests, complex graphs. We dive into why Apple's toolchain struggles at scale and how teams can overcome these challenges without React Native or Bazel.
tuist.dev
September 22, 2025 at 5:56 PM
What if we could reduce the costs of end-to-end tests? It turns out it's possible with LLMs. Our Tuist QA can test your iOS apps in simulators and provide a detailed report to help debug any issues.

videos.tuist.dev/w/7g4HTjWxL...
#Swift #iOSDev #Xcode
Product Walkthroughs - QA your iOS apps using LLMs
Unit tests are fast and cheap but limited in scope—they can't catch everything. Acceptance tests and QA offer broader coverage but are slow and expensive, forcing teams to run fewer of them. What i...
videos.tuist.dev
September 19, 2025 at 4:29 PM
Enhancing your Xcode setup begins with gathering build data across various times and envs, which can be costly. Learn how to gain insights into your Xcode projects, including Flutter and React Native, by exploring our approach with the Mastodon app

videos.tuist.dev/w/mWM5SfMEw...
Product Walkthroughs - Inspect your Xcode builds
To optimize your Xcode setup, you need comprehensive build data across time and environments—something Xcode doesn't provide out of the box. That's where Tuist Insights comes in. With our built-in ...
videos.tuist.dev
September 19, 2025 at 3:15 PM
What would you say is a slow Xcode build? (minutes) #Xcode #Swift #iOSDev
September 18, 2025 at 6:53 PM
Join us this Friday for the first live stream of our series, "Scaling Up with Tuist," where we'll integrate Tuist into existing iOS apps. Our first app will be Mastodon, streaming live at 10:00 CEST. If you're interested in scaling your app, let us know!

videos.tuist.dev/w/vSPYwS2XB...
Scaling up with Tuist - Mastodon
Join us for a live stream where we'll integrate Tuist into the Mastodon iOS client. We'll implement key features including build caching to speed up development, bundle analysis to identify optimiz...
videos.tuist.dev
September 16, 2025 at 5:00 PM
We're seeking testers to share their insights on our latest Tuist QA feature, which aims to cut down on the expenses of acceptance or QA testing through the use of agents. If you are interested, let us know: tuist.dev/qa
Tuist QA
Automate testing your apps for Apple platforms using agents.
tuist.dev
September 16, 2025 at 12:00 PM
We've transformed our "Swift Stories" newsletter into "Tuist Digest", a revamped publication designed to highlight the key updates, keeping you informed about our ongoing efforts to scale app development.

Subscribe now at:
tuist.dev/newsletter
Tuist Digest Newsletter
A newsletter crafted by the Tuist team, featuring curated reads from the Swift ecosystem and beyond. Each edition highlights the most insightful articles, tutorials, and ideas shaping the Swift community, delivered straight to your inbox.
tuist.dev
September 12, 2025 at 1:38 PM
Missed the community call today? No worries! You can watch the replay here:

videos.tuist.dev/w/dmYbGb7xb...
#swift #qa #ios
Community Call 2025C3 - September 9th 2025
Join the Tuist team for their third community call showcasing major new features. Watch Marek demonstrate Tuist QA - an AI-powered tool that automatically tests PRs by generating screenshots and re...
videos.tuist.dev
September 9, 2025 at 3:24 PM
We just gave the first teams access to Tuist QA 👀
Turns out you can ship quality iOS apps without maintaining a massive e2e test suite. Who knew?

tuist.dev/qa
#qa #swift #ios
Tuist QA
Automate testing your apps for Apple platforms using agents.
tuist.dev
September 9, 2025 at 9:34 AM
Join us today to explore what our team has recently achieved and what we're planning next
luma.com/yl8gh49k
Community Call 2025C3 · Luma
At the end of each cycle we invite community members to share how they are using Tuist, and take opportunity to share what we shipped and what's coming to the…
luma.com
September 9, 2025 at 8:33 AM