Add Network migration readiness audit - #50
Merged
rchatham merged 3 commits intoAug 10, 2026
Merged
Conversation
…network-notes' into HEAD
…network-notes' into HEAD
rchatham
changed the base branch from
feature/network-migration-local-network-notes
to
master
August 10, 2026 04:04
rchatham
changed the base branch from
master
to
feature/network-migration-local-network-notes
August 10, 2026 04:07
rchatham
merged commit Aug 10, 2026
51732c0
into
feature/network-migration-local-network-notes
2 of 4 checks passed
This was referenced Aug 11, 2026
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
.networkFrameworkfrom experimental opt-in to stable opt-in, then default, and eventually removing MultipeerConnectivity.Decision
The current Network backend is suitable for bounded experimental opt-in evaluation. It is not ready for stable/default status or MultipeerConnectivity removal. No runtime merge blocker was found for the current stack, so this PR is documentation-only and does not change the default backend.
Key gates
Verification
swift test— 113 tests passed.xcodebuild test -project PeerConnectivity.xcodeproj -scheme PeerConnectivity -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.3.1' -configuration Debug— 113 tests passed.git diff --checkand local Markdown link validation — passed.Risks
The current group-PSK model does not authenticate individual peers; Network startup/permission failures are not consistently surfaced; discovery is unbounded and connections have no idle timeout; and simulator/loopback tests do not replace physical-device validation. These are explicitly recorded as pre-stable gates. No security behavior changes in this documentation-only PR.