Snapp Technology
Snapp iOS Weekly
Issue 79 February 13, 2026

Hi folks!

[i|mac|tv|vision|watch]OS 26.3 is out in the wild, and we’re now waiting for the final Xcode 26.3 release—with its new agentic coding powers. Safari 26.3 also gained support for Zstandard, a fast, lossless compression algorithm designed for real-time scenarios with impressive compression ratios.

Along with the positive news on the releases, there was an update that may have been overlooked. Apple is reportedly pushing back Gemini-powered Siri features beyond iOS 26.4 - yet another setback in their effort to deliver truly competitive capabilities to Siri.

If you find this useful, share it with your team 👇

Subscribe

Articles

Swift 6

@_exported import VS public import

Alexander Weiss

Swift 6 is a massive update that just keeps on giving. It brings six access levels for imports, but should you use @_exported or public import to expose dependencies? Compare re-exporting symbols as your own versus declaring public dependencies.

isolated(any) and #isolation: Letting Swift Closures Automatically Inherit Isolation

Xu Yang

In this article, we explore what the @isolated(any) attribute and the #isolation macro are and how they enable function isolation inheritance, allowing the compiler to automatically infer the execution context of closures.

AI/ML

Agentic coding in Xcode

Majid Jabrayilov

This article is a good quick starter on the new capabilities coming with Xcode 26.3. It goes a bit beyond that explaining how to add skills to Xcode, so don’t forget to add it to your bookmarks.

Agentic Coding with Xcode and Gemini CLI

Peter Freise

Do you know that X offers the ability to publish articles now? This one is a must for the Gemini CLI users, walking us through the details on bridging it with Xcode.

Branding with AI: Superpowers for Indie Creators

Giselle Katics

Aimed towards the designers among us, this article focuses on how branding isn’t just logos — it’s intentional product engineering. Discover how AI amplifies indie creators’ brand identity without replacing their vision.

Persistence

Getting Started with SwiftData in iOS 26

Josh Steele

Here’s a piece for everyone looking to adopt SwiftData in their apps, exploring the core concepts behind SwiftData in iOS 26 and teaching us how it fits into a modern iOS architecture.

Tips

Debug NSUserActivity in SwiftUI with Hidden Logging Flag

Kyle Ye

NSUserActivity debugging in SwiftUI is a black box—until you enable a hidden logging flag that reveals handler timing and activity updates. Check this article to discover how.

Tools

XcodeBuildMCP

Dubbed “A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects” XcodeBuildMCP is a pretty well-documented open-source MCP server that you can now use along with the one that Apple ships with Xcode 26.3.

Recently, it was promoted to version 2 and now ships with tons of updates (a new CLI, LLDB debugging, MCP tool annotations, Xcode integration and interoperability, config file support for project-level fine-tuning, and more). Definitely worth a look!

That’s it for Issue 79 — see you next week!