Hello,
I wrote a package with Float16 inside. When I compile a macos (13.x) app that includes this package, the compiler complains for unavailable Float16.
However, If I compile the same code app with the code directly included (i.e. not in a package), everything is OK.
It looks like the package is compiled for a macOS target < V11 despite the manifest specifies v13
Does anyone knows how to tell the SPM to use a specific version or as a workaround for tis issue ?