Implementation Status
tswift targets the full Swift 6.3 surface area. This dashboard tracks progress across language features, the standard library, Foundation, SwiftUI, and Charts.
At a glance
Standard Library
363 implemented · 1 partial · 147 missing (of 511) · hardened vs Apple tests
View details →Foundation
399 implemented · 32 partial · 184 missing (of 615) · hardened vs real Swift
View details →SwiftUI
Tiers v1–5 + C1–C7 breadth · 0 implemented · 112 partial · 590 missing (of 702)
View details →SwiftData
@Model, ModelContainer/Context, #Predicate subset · 10 implemented · 2 partial · 102 missing (of 114)
View details →Language tiers
The Swift language surface is organised into tiers by complexity and dependency order.
30 implemented · 0 partial · 0 missing (30 total)
27 implemented · 1 partial · 0 missing (28 total)
Roadmap
Implementation phases follow the runtime design plan (R0–R6+):
Literals, bindings, control flow, basic stdlib
Value types: struct, enum, optionals, properties
Reference types: class, ARC, closures
Protocols, generics, extensions, dispatch
Error handling, property wrappers, Codable, @main
Bytecode VM for performance (future)
Concurrency ✓, Macros, SwiftUI, Ownership, Unsafe