Hi,
@brothermechanic already tried to file an issue on Maniphest, noting that:
[ 374s] blender-3.0~git.20211105T115134.1bc655c5aa6/source/blender/blenlib/intern/mesh_boolean.cc: In lambda function:
[ 374s] blender-3.0~git.20211105T115134.1bc655c5aa6/source/blender/blenlib/intern/mesh_boolean.cc:1399:14: error: 'tbb::task' has not been declared
[ 374s] 1399 | tbb::task::self().cancel_group_execution();
Unfortunately, according to the oneTBB project, there’s no easy workaround (to my knowledge), just hand waving by referring to use parallel STL…
Therefore, no fix supplied today, sorry.