SwiftLee Weekly - Issue 306


This week's SwiftLee Weekly covers:

  • Fight Google and Apple Reviews
  • Agent Skills explained
  • Inline arrays in Swift

Enjoy this week's SwiftLee Weekly!

THIS WEEK'S BLOG POST

Agent Skills explained: Replacing AGENTS.md with reusable AI knowledge

AI development changes so fast, it's hard to keep up! I'm doing my best to dive in, but one step at a time. Before jumping into a new MCP, tool, or anything, I want to have the idea that I own the current workflow. One thing I've recently added are Agent Skills and they've had a major impact on the code quality of my agent tasks.

I also decided to introduce a dedicated AI Development SwiftLee category, so expect more articles to come! And finally, the above article is also available as a YouTube video:

video preview

SPONSORED

AI Agents That Actually Optimize Your Apps

Fload connects to App Store Connect and Google Play to deploy AI agents that work 24/7—automatically finding growth opportunities, responding to reviews, soon test ASO keywords & pricing across 175 countries, and optimize ad spend in real-time. Stop doing this manually. 500+ apps are already growing on autopilot. Start your free trial at fload.com.

CURATED FROM THE COMMUNITY

Understanding Spring Animations in SwiftUI

Go in-depth on spring animations in SwiftUI with this detailed article from Create with Swift, full of demonstration videos.
createwithswift.com

Swift Modules and Code/Assets Duplication

What if assets get duplicated by Swift packages? Paulo Andrade encountered this, explains the issue, and shares a solution.
pfandrade.me

CKSyncEngine questions and answers

If you’ve used CloudKit, you know it can be frustrating sometimes. Not because it’s a bad API, but because it’s a challenging technology. Christian Selig is here to share his expertise.
christianselig.com

InlineArray in Swift - Memory Efficient Fixed-Size Arrays

New in Swift 6.2: Inline arrays. Designed to improve performance and memory efficiency. Not needed for everyone, but if you do need it, you can use this article by Sagar Unagar.
sagarunagar.com

My Beef with the iOS 26 Tab Bar

The new Liquid design on iOS has gotten a lot of opinionated feedback. The tab bar got a fresh design as well, and is customized by many apps already. Ryan Ashcraft dives deeper into this specific UI element.
ryanashcraft.com

SWIFT EVOLUTION

An overview of last week's Swift Proposal state changes. Check them out when they're in review, as it's your opportunity to influence the direction of Swift's future.

WHAT I'M WORKING ON

Fighting App Reviews

I couldn't really describe it differently. Last week, I tried to get my YouTube app approved for TestFlight. It got rejected because my Google OAuth app was not approved. That one got rejected because my app name was not valid according to Google's terms.

So I found a new app name, purchased another domain, reconfigured everything, and submitted again. Rejected.

My app was sending data to AI services, which is not allowed according to Google's terms.

Long story short: my Google OAuth app is now approved and I'm working towards the first TestFlight build for my new app called Vydio. For those following my YouTube series on this app: I'm recording a fresh update video on all of this later this week!

UNTIL NEXT TIME

Continue your Swift development journey

I hope you've enjoyed this week's content. You don't have to wait till next Tuesday for more insights, I share every day on these channels:

Or earn lifetime access to RocketSim & my Swift Concurrency Course by becoming an affiliate of my newsletter.

Thank you so much for your support, and until next Tuesday,

Antoine

SwiftLee Weekly by Antoine van der Lee

Swift Evolution updates, 5 top community articles covering Swift development topics.

Read more from SwiftLee Weekly by Antoine van der Lee

This week's SwiftLee Weekly covers: Combining MCP & Agent Skills Optimizing SwiftUI animations using AI Integrating AI into Xcode's Simulator Enjoy this week's SwiftLee Weekly! THIS WEEK'S BLOG POST Using an MCP to perform product optimizations I'm having more and more fun with AI and I'm optimizing by workflow quite a bit. While keeping track of these learnings for aifundamentals.dev, I didn't want to wait with writing this piece of insight. I share actual prompt examples and one of my...

This week's SwiftLee Weekly covers: A new VoiceOver Navigator tool for Xcode Tracking token usage in Foundation Models Two SwiftUI animation articles Enjoy this week's SwiftLee Weekly! THIS WEEK'S BLOG POST VoiceOver Navigator & 120 FPS Recordings for Xcode’s Simulator If you wonder what I've been cooking over the past weeks, you'll know now after reading this week's article. 120 Frames per seconds recordings, a VoiceOver Overlay & Navigator, and Networking insights are three major new...

This week's SwiftLee Weekly covers: An Agent Skill for Swift Testing Using Gemini in Xcode Automating Codex & The Agentic Loop Enjoy this week's SwiftLee Weekly! THIS WEEK'S BLOG POST Swift Testing Agent Skill: Write high quality tests with AI You might have noticed that I'm building a collection of Agent Skills lately. This week, I'm introducing you to the latest addition: Swift Testing. I'm coding full-time with agents and run into frequent mistakes. One of these related to tests not being...