Skip to content

feat(event): add hit-test diagnostics - #1072

Merged
Kyle-Ye merged 6 commits into
mainfrom
feature/hit_test_debug
Sep 13, 2026
Merged

feat(event): add hit-test diagnostics#1072
Kyle-Ye merged 6 commits into
mainfrom
feature/hit_test_debug

Conversation

@Kyle-Ye

@Kyle-Ye Kyle-Ye commented Sep 13, 2026

Copy link
Copy Markdown
Member

Summary

  • Add recursive hit-test diagnostics for UIKit and AppKit views and the responder tree.
  • Annotate selected hit results and report properties that affect hit testing.
  • Add UIKit hit-test context declarations and macOS accessibility request helpers.

@github-actions github-actions Bot added area: accessibility Accessibility APIs, settings, semantics, or behavior. area: event-gesture Events, gestures, tracing, or interaction plumbing. type: feature New API, behavior, platform support, or user-facing capability. labels Sep 13, 2026
@Kyle-Ye
Kyle-Ye force-pushed the feature/hit_test_debug branch from 0bcf964 to 5b1013c Compare September 13, 2026 16:35
@tuist

tuist Bot commented Sep 13, 2026

Copy link
Copy Markdown

🛠️ Tuist Run Report 🛠️

Tests 🧪

Scheme Status Cache hit rate Tests Skipped Ran Commit
OpenSwiftUI 0 % 1197 0 1197 5687abf97

Builds 🔨

Scheme Status Duration Commit
OpenSwiftUI 1m 13s 5687abf97

@codecov

codecov Bot commented Sep 13, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 172 lines in your changes missing coverage. Please review.
✅ Project coverage is 29.65%. Comparing base (09782db) to head (5b1013c).

Files with missing lines Patch % Lines
...es/OpenSwiftUI/Event/HitTest/HitTestingDebug.swift 0.00% 172 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1072      +/-   ##
==========================================
- Coverage   29.74%   29.65%   -0.09%     
==========================================
  Files         798      799       +1     
  Lines       62922    63094     +172     
==========================================
- Hits        18715    18713       -2     
- Misses      44207    44381     +174     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Kyle-Ye
Kyle-Ye merged commit 06f828f into main Sep 13, 2026
6 checks passed
@Kyle-Ye
Kyle-Ye deleted the feature/hit_test_debug branch September 13, 2026 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: accessibility Accessibility APIs, settings, semantics, or behavior. area: event-gesture Events, gestures, tracing, or interaction plumbing. type: feature New API, behavior, platform support, or user-facing capability.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant