Apple has introduced support for Claude in its Xcode developer IDE tool, allowing users to integrate their existing paid Claude Sonnet 4 accounts. The update also enhances ChatGPT integration by offering two new model choices: GPT-4.1 and GPT-5, with GPT-5 as the default for most coding tasks. The more powerful GPT-5 (Reasoning) option is available for complex tasks, which is optimized for providing more accurate results.
While these changes are good for developers, the release notes mention known issues with these features, such as breakpoints moving, and the inability to view or modify files with identical names.
The latest beta release includes several fixes that address issues reported in earlier versions. For example, a bug that caused simulators to fail during the first build after a macOS upgrade has been addressed, with a workaround provided to rebuild after a short wait. Additionally, the Related Items menu has been simplified to improve editor load times.
While this beta brings many improvements, there is a bug where breakpoints in affected files may move when applying changes from a coding intelligence conversation. This could affect debugging efforts.
The beta includes ongoing improvements to the Swift and C++ ecosystems; there are various fixes for Swift Testing, including one for ExitTest crash logs.
Not everything is perfect though, the Address Sanitizer C++ container overflow checks are no longer disabled by default and cannot be disabled at compile time. A workaround has been given for this issue to disable these checks at runtime via an environment variable. There’s also an issue with Metal shaders where they may not produce valid GPU binaries.
Xcode 26 beta 7 includes SDKs for iOS 26, iPadOS 26, tvOS 26, watchOS 26, macOS Tahoe 26, and visionOS 26. The release supports on-device debugging for a wide range of operating system versions, going back to iOS 16 and watchOS 8. To run the latest beta of Xcode, you must be running a Mac with macOS Sequoia 15.5 or later.