Give your simulator superpowers

RocketSim: An Essential Developer Tool
as recommended by Apple

Issue 216
May 10, 2025

This week's SwiftLee Weekly covers:
  • A new SwiftUI content margins modifier
  • A way to incrementally adopt Swift Concurrency
  • Swift 6's access level on module imports
Furthermore, I'd love to create courses for you. Can you vote on either LinkedIn or Twitter, and tell me which of the three courses you would buy first?

Enjoy this week's SwiftLee Weekly!

THIS WEEK'S BLOG POST

While working on the next major release of RocketSim (Xcode Build Insights!), I've been solving a common problem: how to track events from within an isolated package? I developed RocketSim Insights in an isolated Swift Package and wanted to avoid creating a tracking package that I would add to all other packages. This week's article describes my solution using SwiftUI's @Environment property wrapper.

SPONSORED

CURATED FROM THE COMMUNITY

SWIFT EVOLUTION

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

QUESTION OF THE WEEK