Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down