Skip to content

Make the iOS ADE scheme build again - #1123

Merged
arul28 merged 1 commit into
mainfrom
ade/ios-build-fixes
Aug 19, 2026
Merged

Make the iOS ADE scheme build again#1123
arul28 merged 1 commit into
mainfrom
ade/ios-build-fixes

Conversation

@arul28

@arul28 arul28 commented Aug 19, 2026

Copy link
Copy Markdown
Owner

PR CI does not build iOS, and three recent merges each landed a compile break that the next one hid. This restores a green xcodebuild build-for-testing for the ADE scheme:

Verified locally: build-for-testing succeeds (both arches); ADETests runs 1494 tests — 6 failures all predate this branch (PR-list workflow context from the PRs-tab parity PR, roster delta, sync recovery policy) and are reported separately. The Cursor dispatch-capability tests from #1121 pass.

🤖 Generated with Claude Code

The iOS app is not built by PR CI, and three recent merges each landed a
compile break that the next one hid:

- WorkSessionDestinationView passed onOpenParentSession right after
  onOpenLane, but memberwise-init argument order follows property
  declaration order in WorkChatSessionView, where it sits after the model
  controls (#1117).
- SyncService.errorByClearingAmbiguousRouteAuthFailure is called from the
  connection race's task-group closures off the main actor; it is a pure
  NSError rewrite, so mark it nonisolated (#1120).
- WorkChatSessionView.body had grown into one ~300-line expression chain;
  the x86_64 simulator slice hit the type-checker's "unable to type-check
  in reasonable time" ceiling (#1121). Split it into bounded helpers
  (transcriptScrollView / chatColumn / timelineScrollHandlers /
  sessionLifecycleHandlers / feedbackAndSheets) with the identical view
  tree and modifier order.

Verified: xcodebuild build-for-testing succeeds for the ADE scheme
(simulator, both arches); ADETests runs 1494 tests with 6 failures that
predate this branch (PR-list workflow context, roster delta, sync
recovery policy — tracked separately).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Aug 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
ade Ignored Ignored Preview Aug 19, 2026 3:39am

@coderabbitai

coderabbitai Bot commented Aug 19, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@arul28, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 39 minutes

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 4f1659c6-6e77-49b6-94f4-0fd5c5743b31

📥 Commits

Reviewing files that changed from the base of the PR and between 4de6d47 and 22bece8.

📒 Files selected for processing (3)
  • apps/ios/ADE/Services/SyncService.swift
  • apps/ios/ADE/Views/Work/WorkChatSessionView.swift
  • apps/ios/ADE/Views/Work/WorkSessionDestinationView.swift

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@arul28
arul28 merged commit 5002c48 into main Aug 19, 2026
36 checks passed
@arul28
arul28 deleted the ade/ios-build-fixes branch August 19, 2026 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant