### Summary I’m seeing the compiler error: Main actor-isolated initializer 'init()' has different actor isolation from nonisolated overridden declaration when subclassing `NeedleFoundation.Component`. happens on a clean build project. ### Steps to reproduce - Needle version: v0.25.1 (SPM) - Xcode: 26 - Swift: 5 - Platform: iOS ```swift import NeedleFoundation import UIKit