After switching to mergeable libraries Nuke is crashing. Upon debugging below is the trace which I get in Xcode organiser

My probable guess is memoryPressure was in suspended state, this could be easily fixed by replacing memoryPressure.resume() with memorySource.activate()
After switching to mergeable libraries Nuke is crashing. Upon debugging below is the trace which I get in Xcode organiser

My probable guess is memoryPressure was in suspended state, this could be easily fixed by replacing
memoryPressure.resume()withmemorySource.activate()