SwiftLee Weekly - Issue 307


This week's SwiftLee Weekly covers:

  • AI Prompts for network requests
  • ​@_exported import VS public import​
  • Universal Links at scale

Enjoy this week's SwiftLee Weekly!

THIS WEEK'S BLOG POST

11 Things I learned after using AI Agents full-time

This article has been awaited by many of you. I constantly postponed writing about my workflow since I felt like I was still learning, I wasn't ready to recommend anything yet. The reality is that I'm learning more than ever, and this won't stop. Therefore, I decided to check-in with you today, to teach you what I've learned so far.

SPONSORED

Fastlane alternative - Codemagic CLI tools

Are you tired of Ruby and Fastlane installation issues? There's got to be a better way! Discover Codemagic open source CLI tools. It is not a drop-in replacement for all of what Fastlane does (screenshots for example), but we use it at Codemagic to build and publish iOS and Android apps, also versioning and device provisioning. View on GitHub.

CURATED FROM THE COMMUNITY

The Magic Behind UUID() in Swift, How Your App Generates Truly Unique Identifiers

I’ve been using UUIDs for a long time, but really didn’t know how they work behind the scenes. Thanks to this detailed post by Omar Elsayed, I finally know!
swiftdifferently.com

Foundation Models Prompting Guide

Writing code to use Foundation Models is one thing, but properly prompting is a whole other skill. Artem Mirzabekianis here to help you out.
livsycode.com

@_exported import VS public import

I honestly never think about access levels for my imports, but I realize that’s mostly a knowledge problem. This article by Alexander Weiss helped me revisit this behavior.
alexanderweiss.dev

Universal Links At Scale: The Challenges Nobody Talks About

You’re happy to finally get them working, you test them using RocketSim, but that’s only the beginning. I recognize these issues from my time at WeTransfer, and I’m happy that Alberto De Bortoli is sharing their solutions with us.
albertodebortoli.com

Swift Compiler Changes the Easy Way

What if you run into an annoying issue that costs you hours to fix? You spent 18 months getting a PR merged and improving the Swift compiler. Or at least, that’s what Matt eventually did, and he’s sharing his story with us.
massicotte.org

Defining custom string interpolation behavior in Swift

It’s these neat little extensions that sometimes can make a big impact in the beauty of Swift we write. Thanking Natalia Panferova for this tip!
nilcoalescing.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

The future of RocketSim

Related article: Introducing AI prompts and recording metadata.

More and more teams are finding their way to RocketSim. Our churn is low, and many clients renew with more seats. The biggest team using RocketSim is now using 150+ seats and counting.

It's clear that we have a purpose in the app development ecosystem, but I also don't want to stop here. I've been researching a lot last week on where to go next. I mention a RocketSim CLI before, RocketSim MCP, I've been exploring deeplinks for AI tools to execute, there's a lot!

My goal is to let RocketSim connect the Simulator to AI development tools like Cursor. There are many open-source frameworks for this, or MCP servers to use, but I feel like we have a unique position. We're sandboxed, in the App Store, and we already have data like build insights and networking requests stored locally.

The first result of this research is an actual feature that's available in the latest release. The Network Monitor now allows you to export the network requests from the current session into a prompt, ready to use in an AI Agent of choice.

The network requests are redacted, leaving only the minimal required information in the prompt. This reduces tokens, but also prevents leaking API keys, auth tokens, or user data into agents.

Obviously, the next step would be to serve this data through something like an MCP server. I'm exploring the latter, but meanwhile, I'm preparing the app for the future of RocketSim.

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: 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...

This week's SwiftLee Weekly covers: Codex Skills for iOS Development Replay network requests inside Swift Tests LLM improvements 12 months later Enjoy this week's SwiftLee Weekly and Happy New Year! THIS WEEK'S BLOG POST Icon Composer: Transforming an AI-generated icon What do you do when you have a custom ChatGPT project for a new app idea and you need an app icon? You ask it to generate the app icon for you! I did so too, and I was happy with the result at first. That was until I found out...

This week's SwiftLee Weekly covers: The importance of being your own end user SwiftLee in 2025: A year in review NSSpain Conference videos! Enjoy this week's SwiftLee Weekly! THIS WEEK'S BLOG POST SwiftLee in 2025: A full year as an indie developer It's that time of the year: reflecting on milestones and achievements. I can't believe the year is already coming to an end, but looking back, I'm fulfilled. In this week's article, I'm sharing my highlights and I look forward to future milestones....