I recently upgraded to 14.3.0 for Mac OS X ARM (64-bit) (July 8, 2025).
I wanted to play with the compilation of functions again and thus started with the Compiler Manual Tutorial. The First Steps Section starts with:
func = Function[Typed[arg, "PackedArray"::["MachineInteger", 1]],
AllTrue[arg, # > 0 &]]; and func[{1, 2, 3, 4}]
which is fine, However, when I execute the:
comp = FunctionCompile[func]
I get the error : FunctionCompile::err1: Cannot resolve the "Complex" type constructor.
I did look briefly at compilation in v14.2, (which worked), but having upgraded to v14.3 now fails! I did not find anything about compiler setup etc. What am I missing?