Distributed sample architecture
Source-backed, high-level architecture notes for Apple sample-code pages grouped in the Distributed folder.
- Catalog module label:
Distributed - Coverage: 1 / 1 sample pages documented
- Source policy: archive hashes and extracted-tree references are verified locally before analysis
Samples
| Sample | Platforms | High-level architecture | Documented patterns |
|---|---|---|---|
| TicTacFish: Implementing a game using distributed actors | iOS, iPadOS | A Swift sample bundle with entry-bearing project variants Step 0 Offline Local Only, Step 1 Distributed yet still Local Bot, Step 2 Distributed Remote Bot, Step 3 Distributed Local Network Player, each leading to Distributed APIs. |
Model-View-ViewModel, Protocol-oriented abstraction, Publisher-backed observable state, Actor-isolated state |
Cross-sample signals
Recurring documented patterns
| Pattern label | Sample documents |
|---|
Type-role naming evidence
Counts below are declaration-name suffixes, not inferred patterns.
| Role suffix | Distinct declarations across samples |
|---|---|
Handler |
6 |
Player |
5 |
View |
4 |
App |
1 |
System |
1 |
ViewModel |
1 |
Swift access-control evidence
These are declaration occurrences in scanned Swift source, including implicit internal declarations.
| Access level | Occurrences |
|---|---|
implicit internal |
566 |
public |
315 |
private |
56 |
References
Generated from the verified local catalog and completed Markdown documents.