When you use the "Create NSMangledObject subclass" feature in In Xcode 8 and Swift 3, any ordered to-many relationships are generated as OrderedSet. They should be NSMutableOrderedSet, as was handled properly by mogenerator.
Apple: Please explain. Surely we need to be able to modify those relationships without being forced to make wholesale changes.