Xcode 26 (part of macOS Tahoe, which is a future/beta release) has removed Swift 5.6 compatibility libraries (swiftCompatibility56). The Sentry Cocoa SDK 8.58.0 still requires these compatibility libraries. That's the reason why parts of our CI pipelines are still forced to use older ghcr.io/cirruslabs/macos-sequoia-xcode:16.4 runners.
We need to verify if those could be bumped to tahoe when we upgrade the new version of Sentry Cocoa SDK
Xcode 26 (part of macOS Tahoe, which is a future/beta release) has removed Swift 5.6 compatibility libraries (swiftCompatibility56). The Sentry Cocoa SDK 8.58.0 still requires these compatibility libraries. That's the reason why parts of our CI pipelines are still forced to use older
ghcr.io/cirruslabs/macos-sequoia-xcode:16.4runners.We need to verify if those could be bumped to
tahoewhen we upgrade the new version of Sentry Cocoa SDK