SwiftLee Weekly - Issue 242


This week's SwiftLee Weekly covers:

  • 30% discount on iOS Courses
  • Working at startups vs. large companies
  • What is @preconcurrency actually doing?

Enjoy this week's SwiftLee Weekly!

THIS WEEK'S BLOG POST

Security-scoped bookmarks for URL access

Security-scoped bookmarks are essential in macOS development when you want access to a user-selected directory in a sandboxed environment. A bug in macOS Sequoia has kept me and other developers busy for the past week, so I decided to bring you all up-to-date in this week's article.

SPONSORED

Master Mobile Monitoring SwiftUI Apps

Monitor your app’s health with real-time insights into crash-free rates, start times, and more. Optimize performance and prevent user churn by addressing critical issues like app hangs, and ANRs. Learn how to keep your iOS app running smoothly across all devices by downloading this eBook.

CURATED FROM THE COMMUNITY

iOS Dev Courses 30% Off

Sean Allen has just updated his courses for iOS 18, offering a 30% discount to celebrate. His content covers SwiftUI, Charts, HealthKit, and even includes an updated portfolio project course featuring Swift 6 and Swift Testing. If you’re looking to level up your skills, this is the perfect time to dive in! For transparency: I’m both an affiliate and a good friend of Sean — we help each other grow.

seanallen.teachable.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.

QUESTION OF THE WEEK

What are the guides and tips to be continuously motivated to learn and become a better developer?
Vien

As developers, we continuously need to improve. There are new APIs to learn and new challenges to face. How do we stay motivated?

It all starts with passion. If you’re working on an exciting project, passion will follow. Passion results in motivation, and motivation results in energy to learn and grow.

The real challenges surface when you’re working on a less exciting project. You might need to refactor an old codebase or work on an app for a digital agency that just doesn’t excite you.

Altogether, I’d argue it’s essential to work on your environment. Whenever I found myself in a situation of less exciting work, I tried to see if I could make that clear to my manager or, worst case, see if I needed to consider a new job.

Now, I know this is quite extreme, so I want to mention that it’s not always possible to escape our challenges. Therefore, it’s also good to push through in difficult times and make yourself aware that better times will follow! You know you’ll be working on an exciting feature again after the refactor. Right? If not, then it’s becoming a real problem.

In my experience, asking, “Can I work on this feature next?” is okay to create refreshing opportunities. You’ll regain your passion, motivation, and energy to learn and become a better developer.

Want to have your question answered next week? Ask your question via this form (anonymously)

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: Simulator Camera Testing A goodbye to a long running conference Optimize the performance of your SwiftUI app Enjoy this week's SwiftLee Weekly! EARLY BLACK FRIDAY ACCESS Your exclusive SwiftLee discount ends tonight As a SwiftLee Weekly reader, you’re getting early access to Black Friday discounts—before anyone else. Don’t miss your chance to grab your favorite at a special price. Early access bundles: The Courses Bundle ($228, now $112)Going Indie + Swift...

This week's SwiftLee Weekly covers: Xcode Build Performance Analysis Swift for Android WWDC APIs timeline But also: an early exclusive Black Friday discount for you as a SwiftLee Weekly subscriber. Enjoy this week's SwiftLee Weekly! THIS WEEK'S BLOG POST Build performance analysis for speeding up Xcode builds Build performance—is it still a thing to look at nowadays? Yes, Xcode build times improve every year at WWDC, but my experience is that builds still become slower over time. Especially...

This week's SwiftLee Weekly covers: Glass Views & Animations Singletons & Swift Concurrency Structured experiments Enjoy this week's SwiftLee Weekly! THIS WEEK'S BLOG POST SwiftUI Architecture: Structure Views for Reusability and Clarity I often find myself restructuring views after time happened and ContentView became too large. The techniques I've learned over the years are explained in this week's blog post. For those that are more visually oriented, I've also published a video for this...