SPM Errors in Issue Navigator?

Is there a way to get build errors from a local swift package build to show up in the Xcode issue navigator? We have several packages and are working on transitioning most of our projects to packages and it's going to be a huge issue if there's no error reporting. Is this an issue with configuration or with swift package manager or is this something missing in Xcode?

A little update, SPM build errors WILL appear in issue navigator if you turn on Find Implicit Dependencies in the scheme. Not sure how to get it otherwise but that does work as a work around.