ProgressHUD not visible on NSWindow modal window

I'm using MBProgressHUD in my cocoa app(https://github.com/Foxnolds/MBProgressHUD-OSX).
It's working fine when I show on app's main window.

I'm showing new modal window using
Code Block
NSApplication.shared.runModal(for: wc.window!)


Now, when I try to ProgressHUD above this window. It doesn't show on this modal window, instead it shows on mainWindow only and progressHUD doesn't hide also.



ProgressHUD not visible on NSWindow modal window
 
 
Q