UIImage+ImageEffects not working in iOS 14/Xcode 12

The UIImage+ImageEffects extension provided by Apple (which creates a UIImage replicating UIBlurEffect) is broken in iOS 14. The result: monochrome and no blur. Any ideas for a fix?
UIImage+ImageEffects not working in iOS 14/Xcode 12
 
 
Q