The bs option is block size and count is the number of blocks. So if you want to use the bs=1M you need count=65536 to equal the 64GB target you are looking for.
I would also recommend adding status=progress to see what it is doing while running as well as making sure the permissions of the swap file are correct after it is made since you are running dd as root.