I've stumbled upon the same bug while working on my iOS 14 widgets. My current workaround is to convert the UIImage into Data and use the init(imageData: Data) initializer.
if let imageData = uiImage.pngData() {
		let inImage = INImage(imageData: imageData)
	...
}
Topic:
App & System Services
SubTopic:
General
Tags: