Fixed
- Crash on macOS 26 (Tahoe) when using beautify —
BeautifyRendererwas marked@MainActorwhich caused all rendering code insideNSImagedrawing handler closures to violate actor isolation under macOS 26's stricter concurrency enforcement. Removed class-level@MainActor, now only applied to the SwiftUIImageRenderermethods that actually require it.