Swift News - AI Code Editors, WWDC Wishlist, SwiftUI State, Indie App Dev


April 14th, 2025

Right now, I’ve got what I like to call a “comfort food” project. And it's my favorite thing in the world. It’s the best.

It’s a fresh Xcode project for an app I’m genuinely excited to build. No old code that I hate, no weird architecture, no mysterious bugs... Just a clean slate.

Making videos is a grind. Building a course? Also a grind. Working on a big, established app? A fucking grind.

So working on a small, simple project that's full of potential has been pure joy for the past week. The complexity and the bugs; they will come. That early-project magic always fades with time.

But for now? I’m loving every minute of it.

Swift News - Video Version - Get my thoughts on the articles below.

WWDC 2025 Wishlist

In this article Majid shares his wishes for WWDC 2025. I agree with his first point, we need better AI tooling from Apple. Check out the article to see what else Majid is hoping for from dub dub this year.

Why I stopped using AI code editors

Luciano discusses the dangers of skill atrophy due to the heavy reliance on AI code editors and possibly becoming a "forever junior". He also has a great analogy to driving with Tesla FSD.

SwiftUI Craftsmanship: State Management

Keeping your SwiftUI views small with minimal state is a foundational skill when building apps with SwiftUI. Danny breaks that all down for you in this article.

The great app that nobody knows about

So many indie devs are building amazing apps that only get a few downloads per day. Why? Because we neglect marketing (or suck at it). Here, Jordan gives some tips on how to improve that.

Is monetization hurting your app's user experience?

It can be tempting to flirt with the line of being unethical when it comes to monetization strategies for your app. In this article from RevenueCat, they showcase some monetization dark patterns to avoid and provide suggestions for a better alternative.

What I'm Working On

Swift Concurrency Course

Aside from working on the "comfort food" app (mostly for my sanity), I'm head's down on my next course all about Swift Concurrency. Still targeting a WWDC release date, which requires me to go hard for the next few weeks.

I have to cut back on YouTube videos, but you'll still get the weekly Swift News episode and I'll finish out the current sponsor commitments. Once the course is release, it's back to 2-3 videos per week. Just in time for WWDC (hopefully).

Till next time,

Sean

Sean Allen

Join thousands of developers who get Swift News delivered straight to their inbox every Monday. Stay up to date with the latest news, articles, videos, podcasts, and expert insights on Swift and iOS development. I’ll break down key topics, share my thoughts, recommend must-know resources, and give you a behind-the-scenes look at what I’m working on.

Read more from Sean Allen

April 29th, 2025 Swift News is taking a break until Monday, June 2nd (right before WWDC). I have to miss a couple weeks due to travel, and I want to get my new app launched before the craziness of WWDC takes over. So, I'm pausing YouTube videos till the end of May (they are VERY time consuming). So, enjoy this edition of Swift News and I'll talk to ya in a few weeks 👋. Swift News - Video Version - Get my thoughts on the articles below. Advice to My Younger Self This article shares sage advice...

April 21st, 2025 For my next app, I’m rolling the dice. The existing APIs were fragmented, limited, and had crappy rate limits. So… I’m doing the thing you’re not supposed to do. I’m building my own backend and manually entering the data with CloudKit. The data aren't terribly complex, and stitching together multiple APIs is a headache I just don't want to deal with. So I said, screw it. I’ll hand-roll my own database and manually input the info I need. I'm either going to hate myself for...

April 7th, 2025 I did the thing we all love to do: File -> New Project. You know that feeling. So fun. More on that below. Swift News - Video Version Swift 6.1 Released Xcode 16.3 is live, which means we now have Swift 6.1. This official blog post gives an overview of the new language features, most of which focus on improving the approachability of Swift Concurrency. Swift by Sundell is back! John's articles were a Swift News staple back in the day, but he's been away for a couple years. Now...