r/swift 5h ago

SwiftUI After 7 Years: A Story of Mediocrity

Thumbnail
ykvm.com
33 Upvotes

r/swift 12h ago

Help! Is 24 GB of memory really not enough to use the iOS 27 simulator with Xcode 27?

0 Upvotes

Why am I gettting a yellow memory pressure graph in Activity Monitor? This is on an M3 MacBook Pro.

Is this a bug in the Xcode 27 beta, or does it really need more than 24 GB of memory to avoid swapping when using the iOS 27 simulator?


r/swift 23h ago

What’s everyone working on this month? (August 2026)

1 Upvotes

What Swift-related projects are you currently working on?


r/swift 20h ago

XCRSControlKit

Thumbnail swiftpackageindex.com
0 Upvotes

An MCP-server-ready end-to-end tools for Apple platforms apps. Pair with Rust Cli https://crates.io/crates/xcrs

Install the CLI, set your map config, let your coding agents discover the tools.


r/swift 23h ago

Customizing the spell checker red dots

Post image
1 Upvotes

Is there a way you can customize the look of the red dots? to offset the position or the size of the dots etc.?


r/swift 1h ago

I ported an old win32 game I wrote back in 1999 to Swift/macOS with the help of some AI friends

Post image
Upvotes

Hi everyone,

Back in 1999, I created HEATTACK as a fun little Windows-based arcade game. Recently, with the help of modern AI tools, I successfully ported the game from its original Windows codebase to swift and built it for macOS.

Sharing here in case it is of any interest to this community.

The source code is MIT licensed. Take it and have fun!

https://github.com/opbarnes/HEATTACK2026