Pedro Piñera
banner
pepicrft.bsky.social
Pedro Piñera
@pepicrft.bsky.social
@tuist.dev CEO – Software crafter and entrepreneur
we can't be more ready for concurrent coding with agents:
October 13, 2025 at 3:18 PM
Looking back, choosing VitePress for Tuist's documentation turned out to be an excellent move. We've made several adjustments to accommodate RTL language support. If you're interested in helping with our Arabic translations, you can participate here: translate.tuist.dev/engage/tuis...
October 5, 2025 at 11:34 AM
This made my day! A large organization that's adopting @tuistdev got their PR turaround time from 30m to 9m and impressive efficiency numbers in test selection and binary caching.

In a world of agentic coding, you don't want CI to be your bottleneck

docs.tuist.dev/en/guides/f...
October 2, 2025 at 1:36 PM
Building the revamped Tuist website highlighted just how much impact a small team can have. This success is due to an incredible team and smart technical choices like embracing a design system, opting for Elixir, and utilizing a monorepo setup.
September 30, 2025 at 2:42 PM
Tuist is crafted to maximize efficiency with minimal effort, and Noora's design system is crucial to this goal. While using it to develop our new marketing page recently, I was reminded of the incredible work made by @asmitbm and @cschmatzler.
September 27, 2025 at 7:15 PM
While I enjoy the concept of agentic coding, I'm not keen on the inauthentic design it produces. This has made me value the genuine work @asmitbm is doing for Tuist even more.
September 27, 2025 at 10:04 AM
Making progress on the new Tuist's about page :)
September 27, 2025 at 9:52 AM
Anyone else running into iOS tests not starting with Xcode 26?
September 23, 2025 at 4:18 PM
It's crazy seeing some @tuistdev turning on average 86% of their graph into binaries. Their savings in CI and developers' time are unmeasurable.
September 23, 2025 at 12:07 PM
I've got Xcode's build data output in a .sqlite database which LLMs can query to understand what happened in the build. The future of not wasting tokens using "xcodebuild"'s raw output is bright #Xcode
September 20, 2025 at 7:00 PM
Managed to proxy Xcode <> XCBBuildService calls through the Tuist executable, which we can leverage to:
- Build a query interface for LLMs (vs parsing xcodebuild logs)
- Show builds live in the dashboard
- Parse the rawest data format (vs result bundles or activity logs)
September 20, 2025 at 6:59 PM
Opening an Xcode project with all the Swift packages turned into pre-compiled binaries on the fly is such a productivity booster. It also makes some Xcode features more reliable because the graph is easier to reconcile for Xcode
September 20, 2025 at 8:17 AM
I find it crazy that Apple hasn't prioritized making Swift DocC-generated websites pre-rendered. JavaScript shouldn't be necessary to load a documentation site.
September 16, 2025 at 4:02 PM
Let's see how this Tahoe things goes.
September 13, 2025 at 8:09 AM
Finally did something obvious: added a 'Talk to founders' button to tuist.dev
Our users love discussing their iOS workflows directly with us. Should've done this ages ago!
September 9, 2025 at 11:07 AM
Noora 0.48.0 includes a multi-selection prompt for your Swift CLIs :)
github.com/tuist/Noora/...
August 23, 2025 at 6:04 AM
Our agentic QA prototype for Apple apps is ready for real-world testing. We're looking for teams to try it out on their production apps and help shape its development. If you're interested in early access and want to streamline your QA process, send me a DM—I'd love to get your app set up.
August 18, 2025 at 2:02 PM
Support for buildable folders landed in Tuist 4.62.0. Your agents won't have to regenerate Xcode projects on file changes, and potential inconsistencies between defined and generated projects are gone. #Swift #Xcode

community.tuist.dev/t/support-fo...
August 18, 2025 at 8:18 AM
Preparing the community call for next week made me how efficient our 4-people team is shipping. And on top of this we are doing support, support, and other company administrative things.
July 11, 2025 at 1:13 PM
github action with third-party runners will likely cover 90% of your needs, filling the rest with scoped tools, most of which are free these days

you don’t need to pay more to get a worse service
#ci #mobile
July 8, 2025 at 7:13 PM
Am I the only one experiencing Tailscale login not working on macOS?
July 8, 2025 at 9:02 AM
git forges like github or gitlab challenged the ci space by building solutions where you can bring first and third party runners

the result? cheaper and better ci through companies that provide you with runners

and best of all? llm tools like “claude code” can rewrite the pipelines for you
July 7, 2025 at 2:03 PM
safrà21 has easily become by favorite lunch place before taking a flight from mallorca
July 6, 2025 at 3:10 PM
i barely write code these days 😅
July 6, 2025 at 9:17 AM
We are now surfacing build metrics on PRs too. GitHub is our first integration because it's the main developers' collaboration tool, but we plan to support other tools like Slack in the near future.
June 13, 2025 at 11:02 PM