Memory leak issue. Is this a bug or am I doing something wrong?

I've been developing an app for macOS for some time. As I've been approaching the app's final development stages, I decided to try Instruments as I've suspected a memory leak was occurring, since my app's memory usage slowly grows over time. Instruments has found one leak, and I've spent considerable time trying to find the cause. Long story short, I've ended up with just an EmptyView() and Instruments were still showing a leak. I've tried creating a new project with a placeholder "Hello, world!" text, and Instruments were still detecting a leak. Am I doing something wrong here? Maybe I'm not using Instruments correctly? Or is this a bug? My Instruments version is 16.0, macOS Sequoia 15.1.

I'm unable to reproduce a leak being reported with a simple hello world-style SwiftUI Mac app. Can you file a feedback report including a project and instructions to reproduce?

Memory leak issue. Is this a bug or am I doing something wrong?
 
 
Q