I have been using following prolog flag for auto qcompie mode, to which I owe much to load fast a number of modules and, so far it works well without trouble.
:- user:set_prolog_flag(qcompile, auto).
However I am investing a trouble that auto qcompile does not work
on macOS 15 (Sequoia) latest beta 4. As I have checked that
it works on macOS 14 (Sonoma), and heard nothing on change of
SWI-Prolog auto compile mode, I suspect something wrong on Sequoia beta 4. I appreciate much if it happens that someone there who could shares related troubles.