Let
$$A=\begin{bmatrix} &&&&&1\\ &&&&1&\\ &&&1&&\\ &&1&&&\\ &1&&&&\\ 1&&&&&\\ \end{bmatrix}$$
with understood zeroes. We wish to calculate the determinant of A.
Approach 1. Do cofactor expansion on the first row. Most minor determinants are null, yielding $\det A=(-1)(1)(-1)(1)(-1)(1)=-1$.
Approach 2. Apply three column swaps. First, swap column 6 and 1, then columns 5 and 2, and finally columns 3 and 4. Each one changes the determinant by $(-1)$, so it is changed by $(-1)^3=-1$ overall. The resulting matrix is $\textit{Id}$ so $\det A=(-1)(1)=-1$.
I know that Approach 1 is correct but I do not know how approach 2 arrives at the incorrect result. What am I missing?
The second approch is correct and agrees with the first one, if you realise that $(-1)^3=-1$.