Looks like iOS 14 has tightened up what can and can't be done to UIKit values / components from the background. I'm getting an NSInternalInconsistencyException crash when the Init function runs setupAnimationGroup() and setPulseRadius() in the background. Removing the background dispatch (line 39) seems to solve the issue.