This is a known problem with uint64 literals, already fixed in out internal source code.
As a workaround you can use hexadecimal, or just map System.UInt64.Parse down a list of strings.
Kind regards
don