It's better to reuse existing UUID of swap partition when mkswap:
find out UUID:

sudo blkid
copy UUID of /dev/mapper/cryptswap1, and reuse it (to avoid errors during update-initramfs):

sudo...