Is this an Xcode bug or somehow related to SPM?

Another workaround I came up with is to create a framework which will embed the static lib from the package and re-export it and then link against that framework, but this simply defeats the purpose of SPM already supporting dynamic libs but Xcode not properly handling it. :face_with_head_bandage: