T-iOS-1: ios/ XcodeGen project (iOS 17, Swift 6 strict concurrency, ATS per PLAN §5.2), 5 SPM package shells, CI skeleton T-iOS-2: Origin spike vs real server — URLSessionWebSocketTask custom Origin CONFIRMED (no Starscream); 16MiB replay + EMSGSIZE(40) errno correction written back to plan T-iOS-3: WireProtocol frozen contract, 59 tests, 100% line coverage, cross-impl vectors vs src/protocol.ts via tsx T-iOS-4: FakeTransport/FakeClock/FakeHTTPTransport doubles Verify: independent agent re-ran all acceptance — 6/6 PASS
12 lines
613 B
Swift
12 lines
613 B
Swift
/// T-iOS-1 scaffold placeholder.
|
|
///
|
|
/// The frozen wire contract (`ClientMessage` / `ServerMessage` / `MessageCodec` /
|
|
/// `Validation` / `WireConstants` / `Tunables` plus the shared I/O boundary types
|
|
/// `HostEndpoint` / `TermTransport` / `HTTPTransport` / `TimelineEvent`) lands in
|
|
/// T-iOS-3 and is owned exclusively by that task — do not add contract types here.
|
|
public enum WireProtocolPackage {
|
|
/// Package identity marker consumed by the scaffold smoke tests (downstream
|
|
/// packages reference it to prove their dependency edge compiles).
|
|
public static let packageName = "WireProtocol"
|
|
}
|