From 9cdb5f48294e3b93fdf467e42ca40a54ce6bfc37 Mon Sep 17 00:00:00 2001 From: Kyle Date: Sun, 31 Aug 2025 11:26:56 +0800 Subject: [PATCH] Update README to document Swift 6.1 alignment Add Implementation Status section to clarify that the current codebase is aligned with Swift's release/6.1 branch implementation of the Observation framework. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 64ce20c..9e75f82 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ The official Observation framework in Swift Toolchain doesn't ship with `package 2. **OpenObservation approach** (this project): Reimplement Observation framework, allowing OpenSwiftUI to import it via `@_spi(OpenSwiftUI)` +## Implementation Status + +The current implementation is aligned with Swift's **release/6.1 branch** implementation of the Observation framework. + ## Features - Full Observation framework implementation