SwiftLee Weekly - Issue 308


This week's SwiftLee Weekly covers:

  • AI Agents eating SaaS
  • Unexpected SwiftUI Binding side effect
  • A brand new Agent Skill for SwiftUI

Enjoy this week's SwiftLee Weekly!

THIS WEEK'S BLOG POST

AI App Development: What I Learned in One Month

Developing with AI moves so fast that it's hard to imagine the learnings in this article are from just 1 month. Note: these are not only lessons on how to apply AI well, but also challenges I wish I had faced earlier. Yes, earlier than within that same month, ha!

SPONSORED

Transform Your Career with the iOS Lead Essentials — Limited Offer

Unlock over 60 hours of expert training, mentorship, and community support to secure your place among the best devs. Click now for early access to this limited offer and a FREE crash course!

CURATED FROM THE COMMUNITY

AI Agents Are Starting To Eat SaaS (Really)

I see this happening more and more: apps that used to be built by teams for months are now sometimes replicated closely with single prompts. Not as good in quality, but I can’t imagine where we’ll be in months from today.
build.ms

The unexpected @Binding side effect

You learn best from stories on real debugging journeys, like this one from pjechris.
swiftunwrap.com

How to Avoid Double Updates When Filtering SwiftUI TextField Input

If you’re a good SwiftUI citizen, you make sure you don’t do view redraws for no reason. This article by Artem Mirzabekian focuses on TextField inputs with a universal solution.
livsycode.com

I built 10 apps in 10 months and make $800,000/yr

Normally, I don’t like linking to articles yelling their revenue metrics. However, I learned quite a bit from this one, and it’s especially inspiring for those starting their app release journey.
x.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

Agent Skills are everywhere!

After launching my first Agent Skill on Swift Concurrency, I needed of a similar one for SwiftUI. Omar Elsayed reached out to me, and we decided to work on it together.

The result is a fantastic Agent Skill for SwiftUI that's already proven its value in production, but also a collaboration that Omar described in detail in his article How I Stopped Resisting AI and Started Teaching It. We received many AGENTS.md files from friends, and merged them together with all our knowledge to built up an Agent Skill with 11 reference files.

We've already received hundreds of stars on GitHub and several contributions. If you're using agents and building with SwiftUI, you'll enjoy our new skill: AvdLee/SwiftUI-Agent-Skill.

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: An inspiring new iOS 27 framework Revealing 2 new app icons SwiftData syncing and testing Enjoy this week's SwiftLee Weekly! THIS WEEK'S BLOG POST @MainActor in Swift explained with code examples Crazy to believe I wrote the first version of this article in November 2024. Enough reason to revisit and update it for the latest state of today.avanderlee.com SPONSORED Let AI Control the iOS Simulator RocketSim lets AI coding agents inspect, navigate, and verify...

This week's SwiftLee Weekly covers: How Apple migrates projects to Swift A new iOS 27 API for UIKit A creative way of using markdown in SwiftUI Enjoy this week's SwiftLee Weekly! THIS WEEK'S BLOG POST How to free up Xcode disk space safely with an AI Agent The more I work with agents, the more worktrees I create, the more disk space I occupy. My Mac has a lot of available storage, but I still often run out of space. Therefore, I decided to create a new Agent Skill to help us recover disk...

This week's SwiftLee Weekly covers: App copywriting & Agents SwiftData's new HistoryObserver Timezone testing without physically traveling Enjoy this week's SwiftLee Weekly! THIS WEEK'S BLOG POST How to Test iOS Apps in Different Time Zones on a Physical iPhone WWDC introduced a few changes that were quite hidden, but I’m happy to surface them today. RocketSim now allows you to simulate locations on a physical device and iOS will take it seriously: expect focus mode changes, driving mode...