SPM Package dependencies doesn't show up in Link Binary with Library section

In our project we are using swift package to add framework dependencies for our project. Each frameworks are added as

Target.binaryTarget(name: "", url: "", checksum: "")

We were using Xcode 13.1 before and once new framework is added, it was listed in Link Binary with Library search and we were able to add it. See below image:

Currently we upgraded to Xcode 14.2 and if we add a new framework, it is not getting listed as expected. See image:

Is there anything changed in Xcode 14? How can we fix this issue?

SPM Package dependencies doesn't show up in Link Binary with Library section
 
 
Q