SwiftUI Link: [open] LAUNCH: Launch failure with -10652

I have a simple Link view:

Link("Help", destination: URL(string: "https://linkToMyAppHelpPage.xyz")!)

When I tap the Link in my app, I get this message in Xcode's Debugger console:

[open] LAUNCH: Launch failure with -10652/ <FSNode 0x600002e51880> { isDir = y, path = '/Applications/Firefox.app' }

The link opens correctly in Firefox.

I don't understand what this message means. Is it just log noise or am I doing something wrong?

I noticed it does not happen when Firefox (or the preferred browser) is not yet open.