ref: make KSCrash the default crash reporter in V10 - #8713
Open
supervacuus wants to merge 2 commits into
Open
Conversation
supervacuus
requested review from
NinjaLikesCheez,
itaybre,
noahsmartin,
philipphofmann and
philprime
as code owners
August 6, 2026 15:19
9 tasks
Contributor
🚨 Detected changes in high risk code 🚨High-risk code can easily blow up and is hard to test. We had severe bugs in the past. Be extra careful when changing these files, and have an extra careful look at these:
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 3 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 1015380. Configure here.
Apply SDK_V10 and KSCrash dependencies consistently across SwiftPM env and trait builds. Route V10 builds through KSCrash-backed targets, add CI coverage, and remove obsolete KSCrash-specific build entry points.
📲 Install BuildsiOS
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

#skip-changelog (v10)
📜 Description
Make KSCrash the default crash reporter for V10 and remove KSCrash as a separate axis in the V10 build entirely.
💡 Motivation and Context
Since that is the way that was decided, it must happen before we remove SentryCrash from the KSCrash build, which I will likely stack on top. So, this is a precursor for #8528.
💚 How did you test it?
Ran the full macOS and iOS test suites for v10 ("with kscrash" no longer exists). Also ran the CrashE2E tests.
📝 Checklist
You have to check all boxes before merging:
sendDefaultPIIis enabled.Closes #8714