feat(ios): add native routing shell [roadmap:WF-ROADMAP-0016]#118
Merged
Conversation
tcballard
marked this pull request as ready for review
July 24, 2026 12:29
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.
Summary
Implements the opening native-shell slice of
WF-ROADMAP-0016Phase 2.Adds:
Scope
Included
@Observableapplication state and one navigation stack per tab.NavigationSplitViewpresentation for regular-width Chat.WayfinderRoutingBridge.Excluded
Product / Architecture Decisions
User-Facing Contract
Native UI
Runtime
WayfinderRoutingBridge.Data and Exit Codes
Verification
Ran
apple/scripts/build_routing_xcframework.shswift build --build-tests --package-path ios/WayfinderIOS --scratch-path /private/tmp/wayfinder-ios-swift-build-tests --triple arm64-apple-ios18.0-simulator --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdkswift build --package-path ios/WayfinderIOS --scratch-path /private/tmp/wayfinder-ios-device-build --triple arm64-apple-ios18.0 --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdkswift format lint --recursive ios/WayfinderIOS/WayfinderIOS ios/WayfinderIOS/WayfinderIOSTests ios/WayfinderIOS/Package.swiftactionlint .github/workflows/apple-mobile-ci.ymlxcodebuild -list -project ios/WayfinderIOS/WayfinderIOS.xcodeprojgit diff --check30092322219: iPhone 17 Simulator,5
AppModelTestswith 0 failures, andTEST SUCCEEDED.Covered
Local simulator execution is not claimed: this Mac has an iOS 26.5 SDK but only iOS 26.3-or-older Simulator runtimes, so Xcode reports every installed simulator as ineligible. Apple Mobile CI completed the actual
xcodebuild testrun on its matched runtime.Review Path
ios/WayfinderIOS/WayfinderIOS/AppModel.swiftfor bridge use, privacy, and route state.ios/WayfinderIOS/WayfinderIOS/ChatTabView.swiftandRootView.swiftfor adaptive navigation and truthful UI.ios/WayfinderIOS/WayfinderIOSTests/AppModelTests.swiftfor the routing contract.ios/WayfinderIOS/project.yml, generated Xcode project, andPackage.swiftcompile-check harness.Notes For Reviewer
Implementation Process
Implemented with AI assistance under the accepted roadmap and ADR contracts; final scope, review, and acceptance decisions remain with the maintainer.