Skip to content
archive

swift-influencer-digest-2026-05-29

Swift · · 2 min read

Swift/iOS Influencer Blog Digest — May 29, 2026

Ingested at: 2026-05-29T08:03:00Z

Donny Wals

donnywals.com

  • How I Use Flowdeck To Let My Ai Agent Build And Run My Apps — A while back, my app crashed mid-workout at the gym. I uploaded the crash report, gave my AI agent some context, and went back to my set. By the time I finished, there was a pull request waiting for me. I reviewed it, merged it, and had a fixed TestFlight build on my device shortly […]
  • Setting Up A Delivery Pipeline For Your Agentic Ios Projects — AI is changing how we build apps. That’s not news. What might be less obvious is how this shift is forcing us to think differently about what actually matters in development. In this post, I want to share my balanced thoughts on AI-driven coding. I’d like to give you my perspective on why tons of […]
  • The Importance Of Human Touch In Ai Driven Development — Paid up front apps can be a tough sell on the App Store. You might be getting plenty of views on your product page, but if those views aren’t converting to downloads, something has to change. That’s exactly where I found myself with Maxine: decent traffic, almost no sales. So I made the switch to […]
  • Migrating An Ios App From Paid Up Front To Freemium — SwiftData migrations are one of those things that feel optional… right until you ship an update and real users upgrade with real data on disk. In this post we’ll dig into: How to implement schema versions with VersionedSchema When you should introduce new schema versions When SwiftData can migrate automatically and when you’ll have to […]
  • A Deep Dive Into Swiftdata Migrations — When you write for item in list the compiler quietly sets a lot of machinery in motion. Usually writing a for loop is a pretty mundane task, it’s not that complex of a syntax to write. However, it’s always fun to dig a bit deeper and see what happens under the hood. In this post […]

Hacking with Swift (Paul Hudson)

hackingwithswift.com

SwiftLee (Antoine van der Lee)

avanderlee.com