#xcode26 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #xcode26, aggregated by home.social.
-
Xcode 26.4 beta drops with iOS 26.4 SDK access GPT-5 and Claude AI coding, 40% faster workspaces, and critical testing window before public release. #AdwaitX #Xcode26 #AppleDeveloper #iOSDevelopment #tech
https://www.adwaitx.com/xcode-26-4-beta-release-notes/ -
Here is my Swift WTF of the day:
When cases are added to system platform enums, it is not possible to elegantly write this call site so that it would compile warning free in both “old” and “new” platforms
Case in point here is CKShare.ParticipantRole, but it applies to any platform enum
My expectation as a developer is that I can write new cases with platform availability gate, but there is no such thing in Swift today