Description
Rendering a view that uses matchedGeometryEffect crashes when OpenSwiftUI uses the Compute/IAG AttributeGraph backend.
The same examples run without this crash when using OpenSwiftUI with Apple's AttributeGraph backend.
Reproduction
Change ContentView.swift's body to use MatchedGeometryEffectExample()
Env
iOS 18.5 Simulator
Expected behavior
The animation runs without crashing
Actual behavior
IAG crash
Description
Rendering a view that uses
matchedGeometryEffectcrashes when OpenSwiftUI uses the Compute/IAG AttributeGraph backend.The same examples run without this crash when using OpenSwiftUI with Apple's AttributeGraph backend.
Reproduction
Change ContentView.swift's body to use MatchedGeometryEffectExample()
Env
iOS 18.5 Simulator
Expected behavior
The animation runs without crashing
Actual behavior
IAG crash