I have updated to swift 2 and the migration tool has not been able to update my arrays. Here is where I am getting the errors:
actionArray.addObject(SKAction.moveTo(CGPointMake(position, -alien.size.height), duration: NSTimeInterval(duration)))
actionArray.addObject(SKAction.removeFromParent())
actionArray2.addObject(SKAction.moveTo(CGPointMake(position, -alienAzul.size.height), duration: NSTimeInterval(duration)))
actionArray2.addObject(SKAction.removeFromParent())
This is what it says:
Value of type '[SKAction]' has no member 'addObject'