Advertisement · 728 × 90

Posts by Tuist

Post image

I’m excited to be speaking at hashtag #FOSSASIA Summit 2026!

Join my talk, “Scaling Design in Open Source: Building a Cross-Platform System from Scratch,” where I’ll share insights on how we scaled the design system at @tuist.dev.

1 month ago 5 1 0 0
Preview
From reactive to proactive with the new Slack integration Stop finding out about build regressions from frustrated teammates. Let Tuist notify you in Slack the moment something goes wrong.

We're making build health monitoring proactive instead of reactive:
📊 Daily reports with build times, cache hit rates, and more
⚡ Alert rules that notify you the moment a metric regresses
👉 Right in your Slack

No more discovering build time regressions a week later.

tuist.dev/blog/2026/01...

2 months ago 0 0 0 0
Preview
Teaching AI to Read Xcode Builds From debugging build issues to building agent-friendly build observability. Exploring how structured build data could transform how AI agents understand and optimize Xcode builds.

If you work with #Xcode in conjunction with #AI, you should really read @tuist.dev's post, and then check their related GitHub repo.

tuist.dev/blog/2025/11...

Repo: github.com/tuist/argus

Yes, it's alpha software but I'm already quite excited about it. Looks super-useful so far.

#LLM

4 months ago 6 3 1 0
Preview
Build Run · tuist/tuist · Tuist Tuist extends Apple's tools, helping you ship apps that stand out.

Curious about what your project will include? Check out one of our builds, showcasing different tasks with cached data:

tuist.dev/tuist/tuist...

3 months ago 1 0 0 0

We're refining our cache system to position caching nodes near your build locations, whether that's an office in Berlin or Mac equipment in a US east data center. Our goal is to construct an edge caching network for everyone.

3 months ago 0 0 1 0

Did you know you can speed up your Xcode builds by using Xcode's 26 cache in CI and development environments? You can also gain insights into the cache's effectiveness.

Learn more here: docs.tuist.dev/en/guides/f...
#iOSDev #Xcode

3 months ago 3 0 1 0
Preview
Community Call 2025C2 - July 14th 2025 In this Community Call 2025C5, the Tuist team demos the new Test Insights feature for analyzing test performance across local and CI (per-test timings, historical trends, slowest tests, CI failures...

In case you couldn't join today's community call, the recording is available here. We covered topics like test insights, cache nodes, our public SwiftPM registry, and a lot more:

videos.tuist.dev/w/tPXVK7ak6...

3 months ago 0 0 0 0
Preview
Community Call 2025C5 · Luma Let's meet to share what we've shipped in the 5th cycle of 2025, and talk about the plans are to wrap up 2025.

Just a quick update! We've rescheduled our community call to take place tomorrow. Don't miss out if you're eager to learn about our recent project launches and future plans. We'll make sure to capture the session for those who can't be there. See you there luma.com/wb7xp6c3

3 months ago 0 0 0 0
Preview
Community Call 2025C5 · Luma Let's meet to share what we've shipped in the 5th cycle of 2025, and talk about the plans are to wrap up 2025.

We'll be connecting with you next week to showcase the achievements of our team and community in the fifth cycle of 2025 and to talk about our year-end priorities. Looking forward to seeing you next Monday! :) luma.com/wb7xp6c3

4 months ago 1 0 0 0
Advertisement
Preview
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.

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-...

5 months ago 0 1 0 0
Post image

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

5 months ago 1 0 0 0
Preview
Organize your targets with metadata tags Discover how metadata tags help you organize modules across multiple dimensions and focus development with module caching.

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...

5 months ago 0 0 0 0

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...

5 months ago 1 0 0 0
Preview
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...

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...

5 months ago 1 0 0 0
Preview
Tuist The same iOS tooling that powers billion-user apps, delivered as a service for your team

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

5 months ago 3 0 0 1
Preview
Module cache · Cache · Features · Guides · Tuist Optimize your build times by caching compiled binaries and sharing them across different environments.

Sounds intriguing? Get started by heading over to our docs: docs.tuist.dev/en/guides/fe...

5 months ago 0 0 0 0

What does this mean for the Tuist module cache? Turns out, the Tuist module cache currently outperforms the Xcode compilation cache – moving to generated projects is still a worthwhile investment.

5 months ago 0 0 1 0

How much can your build times be improved?

Depends – as always 😉 We've benchmarked our solution against real-world open source projects and you can expect to cut your clean build times by 20 to 50%. And we expect this to get better as the compilation cache improves.

5 months ago 1 0 1 0
Advertisement

However, now you can finally optimize your local and CI builds in a couple of minutes with Tuist now officially supporting the remote Xcode compilation cache.

Run "tuist setup cache" in your project, update your build settings, and cut those build times.

5 months ago 0 0 1 0

Instead of replacing the build system or abstracting away the platform with cross-platform frameworks to improve build times, we've long offered module cache – but that required migrating to generated projects. Something worthwhile, but also costly.

5 months ago 0 0 1 0
Preview
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

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...

5 months ago 2 0 1 2
Preview
Community Call 2025C4 · Luma

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.

5 months ago 1 0 0 0
Post image

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...

5 months ago 1 0 0 0
Post image

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 📦

5 months ago 0 0 0 0
Post image

And now that we've streamlined our Tuist GitHub integration, so you can add GitHub <> Tuist project connections directly from the dashboard, getting Tuist reports like this one is easier than ever: github.com/tuist/tuist/...

5 months ago 0 0 0 0
Post image

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?

5 months ago 0 0 1 0
Preview
Get involved in tuist! tuist is being translated into 8 languages using Weblate. Join the translation or start translating your own project.

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/

5 months ago 0 0 0 0
Preview
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:

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...

5 months ago 2 0 0 0
Advertisement
Preview
Get involved in tuist! tuist is being translated into 7 languages using Weblate. Join the translation or start translating your own project.

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/

6 months ago 0 0 0 0
Post image

The Tuist iOS app is now Liquid Glass ready 🔎

Get it at apps.apple.com/us/app/tuist...

6 months ago 1 0 0 0