Chapter 6: ImageTransformer Issues v3 to v4

turning on exception breakpoint. I bet our latest problem is the same.
and you are also crashing here
if let error = error {
fatalError(“Unresolved error (error)”) // <— crash here
}

see my this post. Error in migration from v3 to v4 (Custom migration Policy) - #2 by shogunkaramazov

It seems there might be something wrong.