An incremental computation library for Swift.
Compute is a reimplementation of the AttributeGraph framework on Apple platforms.
This project has a dependency on the Swift language codebase, which must be cloned separately:
./Scripts/clone-swift.shThis script will clone the Swift language repository to
.build/checkouts/swift.
swift buildThis package can also be built as a XCFramework bundle using Xcode by running
Scripts/create-xcframework.sh.
Thank you to OpenSwiftUIProject for providing much insight into AttributeGraph and the Swift runtime.