Agent skills can dramatically improve your Swift and SwiftUI workflow. Learn how to install, use, and choose the right agent skills for your Xcode projects.
π: https://www.youtube.com/watch?v=nKVZBKoB6P4 by Paul Hudson (@twostraws)

π¨ #Xcode 26.4 RC 1 is out! π¨
The SDKs in #Xcode 26.4 RC 1 (build 17E192, requires macOS 26.2+) are:
macOS 26.4 (25E236)
iOS 26.4 (23E237)
watchOS 26.4 (23T238)
tvOS 26.4 (23L236)
visionOS 26.4 (23O238)
Clang 21.0.0 (2100.0.123.102)
Swift 6.3 (6.3.0.123.5)
The https://xcodereleases.com website, API, and RSS feed have been updated with the latest information. Support this project at https://opencollective.com/xcodereleases!
Is there a way in #Xcode to gather code coverage when not running tests?
UI Testing is not an option as for some unknown reason this mac app often fails to display any window when run under UI tests, even simple tests created using the βrecord' button. As a workaround Iβd like to enable code coverage then launch the app and run the tests manually.
Iβm also curious if anyone else is having UI testing issues with a macOS app or if this is something specific to the app Iβm working on.