Xcode 14.3 Is Inserting Erroneous LC_RPATH Commands For Debug Configurations

In Xcode 14.3 I see the following entries for by binary when compiled in debug mode:

          cmd LC_RPATH
      cmdsize 144
         path /Users/XXXX/Library/Developer/Xcode/DerivedData/Harvest-dijfctpjrspwitgijhqknfmhlibi/Build/Products/Debug/PackageFrameworks (offset 12)
Load command 44
          cmd LC_RPATH
      cmdsize 144
         path /Users/XXXX/Library/Developer/Xcode/DerivedData/Harvest-dijfctpjrspwitgijhqknfmhlibi/Build/Products/Debug/PackageFrameworks (offset 12)

These entries do not appear when I use Xcode 14.2 in debug mode. Additionally, these load commands do not appear when compiling for Release mode. Also note that the referenced path is empty and the Swift packages I have in my project are all have static library targets.

I don't see the reason for having these load commands present nor any note of it in there release notes. Am I correct in thinking this is a bug?

Submitted at FB12117117

Xcode 14.3 Is Inserting Erroneous LC_RPATH Commands For Debug Configurations
 
 
Q