I found the issue: we added observers for NotificationService, but did not remove it. So everything is fixed with:
NotificationCenter.default.removeObserver(self)
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: