There is an error in \a3\modules_f_heli\misc\functions\modulespawnai\main.sqf where a wrong variable is referenced.
line 223:
//update the global pool of groups if !(_group isEqualTo _groupsPrev) then {
_group should be _groups. Compare groups just spawned against the current reference of groups previously spawned held on the module.
If the manpower setting in the spawnAI module is low enough that nothing can be spawned, _group will be nil leading to script errors being shown.