Enable Requirement Machine unconditionally for test/Prototypes/BigInt.swift
This would fail in asserts builds because the GSB produced an invalid
minimal signature. It now started failing in noassert builds as well
because we cross-check generic signatures against the Requirement
Machine.
Instead run this test with the Requirement Machine enabled unconditionally
since it works now.