I face the same issue with Xcode 16.0.3
As a workaround, replace in file basic_seq.h
Traits::template CallSeqFactory(f_, *cur_, std::move(arg));
with:
Traits::CallSeqFactory(f_, *cur_, std::move(arg));