Issue: When creating a package, an error is thrown that states "Value was either too large or too small for an Int32."
Resolution: Somewhere in your program, there is a hard-coded calculation that results in a very large or very small number. In the screenshot below, the calculation resulted in a value that was very small. Changing the step to the result of the calculation (instead of letting Insbridge do the calculation) fixed the packaging error.