SPM artifact not found for target 'AAA' – Xcode 13.3 only
I have SDK that installed with SPM. It works as expected from Xcode 13.2 but on Xcode 13.3 I got this error. import PackageDescription let package = Package( name: "AAA", products: [ .library( name: "AAA", targets: ["AAA"]), ], dependencies: […