It's compiling all commits, in order; it's supposed to. Commits that fail to build screw up bisecting, we want to catch those before merge.
In this case, the add/fix commits should be combined (with, for example, git rebase -i) and the result force pushed.