There is indeed a problem because cryptography package is still using an old API: #ifNotNilDo: that does not exists anymore in Pharo.��You are probably seen something like this:��
(And this is a bug)Anyway, while we fix this, you can replace #ifNotNilDo: for #ifNotNil:, then save and select ���proceed���.That will allow voyage to load properly.Cheers,��Esteban