Viewing profile — seankit
seankit
HN member- Joined
- Sat, May 10, 2025, 12:02 AM UTC
- HN karma
- 9
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About seankit
No profile information was provided.
Recent public activity
-
comment
Comment #46877270
as of Xcode 16, the default uses actual directories for folders instead of file references in the pbxproj file, which eliminates those annoying merge conflicts. at my work it took …
-
comment
Comment #45840794
Swift concurrency used to be a bit rough around the edges, but since Swift 5.5 it uses async/await and structured concurrency, which has been a massive improvement. We also have bu…
-
comment
Comment #43942093
The Swift language team has recently open sourced swift-build, and the community's assumption is that it was done in order to eventually move everything away from xcodebuild to swi…