Apple's Swift Powers the New Things 3 Cloud System - MacRumors
Skip to Content

Apple's Swift Powers the New Things 3 Cloud System

Cultured Code today announced that it has overhauled the cloud backend of the popular task management app Things 3 using Apple's Swift programming language, with the new system now live across all users' devices.

swift things 3 cultured code
Cultured Code explained that the transition to the new Swift-based infrastructure occurred seamlessly and without any disruption to users. Although the app's behavior remains unchanged on the surface, the underlying service that synchronizes to-do lists across the iPhone, iPad, Mac, Apple Watch, and Apple Vision Pro has been rewritten entirely using Swift and deployed in production for over a year.

The legacy system was originally built using Python 2 and Google App Engine, and had served as the foundation for Things Cloud for more than a decade. While the original synchronization algorithms remain intact and are based on a mathematical model capable of resolving offline edits and conflicts, the aging technology stack was increasingly seen as a barrier to future development. According to Cultured Code, challenges included rising infrastructure costs, slow response times, and the risks associated with dynamic typing in Python.

Apple introduced Swift in 2014; it has since been widely adopted for iOS and macOS app development, but has seen limited uptake in server environments. Cultured Code began experimenting with Swift on the server in 2021, initially rewriting isolated components before committing to a full-scale rebuild.

To ensure a seamless migration, the new Swift system was initially run in parallel with the legacy system, receiving and processing the same data but without taking over user-facing operations. This dual-processing arrangement allowed engineers to validate the new implementation under production-like conditions. Once the team was satisfied with the accuracy and performance of the Swift backend, they transitioned all users to the new system in early 2024.

Cultured Code reports that the new system has achieved significant performance improvements. Traffic peaks of up to 500 requests per second are now handled by a Kubernetes cluster consisting of four nodes, each with two virtual CPUs and 8GB of RAM. This setup has led to a more than threefold reduction in compute costs compared to the legacy system. Synchronization response times have also improved substantially, and the new architecture delivers a fourfold increase in sync request processing speed.

Things has won two Apple design awards. The app is highly regarded for its design consistency and reliable syncing experience across the Apple ecosystem. Read more about the change in Cultured Code's full blog post or its post on Apple's Swift.org blog.

Popular Stories

Apple Event Logo

Apple's Next Era Begins September 1

Thursday May 7, 2026 10:36 am PDT by
Apple recently announced that Tim Cook will be stepping down as CEO later this year, after 15 years of leading the company. Effective September 1, Apple's hardware engineering chief John Ternus will become the company's next CEO, while Cook will become executive chairman of Apple's board of directors. In his new role, Apple said Cook will assist with "certain aspects" of the company,...
Four iPhone 18 Pro Colors Mock Feature

iPhone 18 Pro Launching in September With These 10 New Features

Saturday May 9, 2026 6:03 am PDT by
While the iPhone 18 Pro and iPhone 18 Pro Max are not launching until September, there are already plenty of rumors about the devices. It was initially reported that the iPhone 18 Pro models would have fully under-screen Face ID, with only a front camera visible in the top-left corner of the screen. However, the latest rumors indicate that only one Face ID component will be moved under the...
Apple Watch Series 10 Jet Black Touch ID

Apple Watch Series 12 and watchOS 27: What to Expect Later This Year

Friday May 8, 2026 2:07 pm PDT by
While not too much has been reported about the next Apple Watch models, there are a few rumors about potential design changes and watchOS 27 features. Apple Watch Series 12 and Apple Watch Ultra 4 models are expected to be released in September, and we have outlined some of the key rumored hardware and software changes below. A new Apple Watch SE is not expected this year, as that model was...

Top Rated Comments

johannnn Avatar
13 months ago
Cool.

Maybe now we can get new features? Instead of just "bug fixes" each quarter.
Score: 11 Votes (Like | Disagree)
orbital~debris Avatar
13 months ago

No shade but.. it’s a todo list app
No shade but… you haven't seen the sheer quantity of data I've put into said app.
Score: 9 Votes (Like | Disagree)
13 months ago

Cool.

Maybe now we can get new features? Instead of just "bug fixes" each quarter.
Things is a lean, focused app. They don't just heap random features on constantly. Also, if you haven't noticed it's still a proper software purchase instead of yet another "pay forever" subscription lock-in.

If that means each version is more or less feature-complete when they ship it, I'll happily take that instead of a conveyor belt of new features that gets shovelled out (ready or not) to justify the fact that you're paying "$60/year or whatever.

I'll happily buy Things 4 for iOS and macOS when it comes out, and I also wish it was today. But, at the same time I do trust the developers to release it when it's ready and not before. A lot more Mac software should have this level of attention to detail. If the pace of development we see from Cultured Code keeps quality up and is sustainable for them to stay afloat, so be it.
Score: 7 Votes (Like | Disagree)
tonywalker23 Avatar
13 months ago
I am not sure if I am being hyperbolic, or the truthfulness is coming to the surface even when I joke… but I don’t think any app has genuinely impacted my life (with the exception of Logos Bible Software which is my “profession” and got me through graduate school) as much as Things. The fact that its attention to design reminds me of what it was like using a Mac for the first few years in the Aqua days helps.

I probably picked the wrong ‘career’ for someone with thin skin who can’t handle stress well. But, I remember one day a few years ago where I was about to a breaking point when lots of work stuff added up. I called a guy and asked for help and advice. The outcome of that was reading David Allen’s GTD and buying all three versions of Things 3: Mac, iPad, and iPhone.

And here I am today making sure I comment on a Things article. I tried to make Reminders work (and have tried a time or two since then) but keep going back to Things. If your life is chaotic and your never-ending work consist of (gtd vocab) projects with more than one action that need to be done in certain context where start dates and due dates and hard deadlines with consequences all matter, but there is also so much ‘stuff’ hitting your physical and digital inboxes that you need a system to hide items until you need to be reminded of them otherwise your system will be too large to clarify… etc etc blah blah

spend the $80 and buy things for your devices and don’t look back.
Score: 6 Votes (Like | Disagree)
13 months ago
Huge fan of Things. I used Omnifocus for a long time but found it was just too complex I was spending more time maintaining my system than actually doing stuff. Things is very responsive, low friction, and the UI feels completely native to the Mac. A "Mac-assed app ('https://daringfireball.net/linked/2020/03/20/mac-assed-mac-apps')" if you will.
Score: 6 Votes (Like | Disagree)
13 months ago
It sounds like breakthrough coding but we are taking synchronization of a todo list right?
Score: 6 Votes (Like | Disagree)