Those Who Swift - Issue 273
Weekly note ✏️This week, Apple announced price increases across most of its hardware lineup, including MacBooks, iPads, HomePods, and Apple TV. The notable exception is the iPhone. According to the company, soaring memory and storage chip prices, driven largely by AI data center demand, have reached a point where Apple can no longer absorb the additional costs. Even Apple, with one of the strongest supply chains in the industry, isn’t immune to the global memory shortage. This has another consequence for developers. Running open-source LLMs locally is becoming increasingly attractive as cloud services tighten token limits and subscription models. But local AI needs RAM, and lots of it. Machines with 64 GB, 96 GB, or 128 GB of unified memory are now significantly more expensive, with many high-memory Mac configurations selling at substantial premiums, even on the secondary market and major retailers. The cost of moving away from cloud AI is rising alongside the cost of staying with it. We’re entering an interesting phase where AI isn’t limited by model quality anymore. Instead, it’s becoming constrained by infrastructure, memory availability, and cost. Choosing between cloud-hosted models and running them locally is no longer just a technical decision. It’s increasingly a financial one. If hardware prices continue to rise, would you rather invest in a powerful local machine for open-source LLMs or continue relying on cloud AI subscriptions? Swift Around the Web 🌐Reordering Beyond List - SwiftUI iOS 27Sagar Unagar highlights one of the most overdue SwiftUI upgrades in iOS 27: drag-to-reorder is no longer trapped inside List. • reorderable() and reorderContainer(for:) bring native reordering to stacks, grids, and custom Layout types Read more.📍Level: IntermediateA Custom Pull-to-Refresh In SwiftUIArtem Mirzabekian treats pull-to-refresh as a state machine problem, which is what makes this custom approach feel more deliberate than most one-off gesture hacks. • The component exposes the full refresh lifecycle, from pull progress to finishing animation Read more.📍Level: AdvancedCoding 👨💻Understanding Privacy Manifests In iOSNatascha Fadeeva lays out privacy manifests as a practical Xcode task, not just another compliance checkbox. • A PrivacyInfo.xcprivacy file declares collected data, tracking use, and required reason API access for your app or SDK. Read more.📍Level: IntermediateDesign 🎨Where Should Loading State Live In SwiftUI?Mohammad Azam uses a simple products example to make a larger architectural point about where state duplication starts to creep in. • He argues for keeping loading state in the view while the store stays the single source of truth for data Read more.📍Level: IntermediateOther cool stuff 🧰SwiftUI Is One Graph, Over 40+ Years of EngineeringMihaela Mihaljević Jakić’s post is less a SwiftUI tutorial and more an attempt to strip the framework down to its engine room. • The central claim is that SwiftUI behaves like a single demand-driven graph, not a view tree that gets broadly diffed and rebuilt. Read more.📍Level: AdvancedProposing Task-Local Test Traits For Swift TestingPoint-Free’s proposal is small on the surface, but it targets a very real annoyance in test setup for task-local values. • It would add a built-in .taskLocal trait, so tests could bind task locals without writing a custom trait for each one. Read more.📍Level: AdvancedAI 🤖Previewing GPT-5.6 Sol: A Next-Generation ModelOpenAI is introducing a new three-tier GPT-5.6 family, with Sol as the flagship model, Terra as the balanced middle tier, and Luna as the faster lower-cost option. • Sol adds new max reasoning and an ultra mode that uses subagents for more complex work. Read more.📍Level: AdvancedIntroducing Claude Sonnet 5Anthropic is positioning Claude Sonnet 5 as its most agentic Sonnet yet, aiming to bring Opus-like follow-through and tool use to a cheaper tier. • It narrows the gap with Opus 4.8 on reasoning, coding, tool use, and knowledge work, while launching as the default model for Free and Pro plans. Read more.📍Level: BeginnerClaude Science, An AI Workbench For Scientists, Is Now AvailableAnthropic is pushing deeper into scientific workflows with a product that feels less like a chatbot and more like a research environment. • Claude Science brings literature analysis, code, figures, manuscripts, and compute management into one workflow for scientists. Read more.📍Level: IntermediateTutorials 📒Using Cursor In Xcode 27Pol Piella shows that Xcode 27’s agent support is open enough to bring Cursor into the workflow, not just Apple’s built-in or officially listed assistants. • The setup is surprisingly direct: install Cursor’s CLI, point Xcode at the agent executable, and run it with the acpargument. Read more.📍Level: IntermediateVideo 🎥What’s New In SwiftUI For iOS 27?Paul Hudson’s walkthrough makes it clear this is another unusually strong SwiftUI year, with improvements that range from under-the-hood compiler wins to features developers will feel immediately in app architecture and UI polish. • The biggest changes are surprisingly quiet ones: @State is now a macro, View became a content builder, and both shifts aim to cut wasted work and reduce those infamous type-checking errors Watch here.📍Level: IntermediateBooks 📚Mohammad Azam’s SwiftData Architecture is focused on the part most SwiftData content skips: how to build production apps, not toy samples. It covers architecture, debugging, migrations, CloudKit, and performance. Get 20% off with code: THS2026 Buy here.📍Thanks for reading Those Who Swift! Subscribe for free to receive new posts. 👇
|

