You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the tool only shows changes of the public interface of non-binary-source SPM packages as it relies on .abi.json files to be generated/present.
Solution
Additionally search for .swiftinterface files (parsable using SwiftSyntax) and surface changes as well to get a complete picture.