display macOS SwiftUI app over login window

I'm trying to get a swiftui application to display at the macos login window.

I can set canBecomeVisibleWithoutLogin but it appears that the code execution doesn't even get that far.

When running, all the code in my App { init() method gets executed but anything in : var body: some Scene { WindowGroup { ...

never runs.

is this a limitation of the SwiftUI app lifecycle in this environment?

display macOS SwiftUI app over login window
 
 
Q