runAction on SKNode does not complete
问题 I use a subclass NSOperation to obtain serial execution of SKAction as described in this question: How to subclass NSOperation in Swift to queue SKAction objects for serial execution? I then modified the previous subclass in order to group animations for several nodes: https://stackoverflow.com/a/30600718/540780 At last, as I needed to run completion block after SKAction completed, I slightly modified the code by using an array of struct instead an array of tuples. struct ActionData { let