In fact, with Memory ending up as a null value, StructureSpawner.createCreep() causes a TypeError: Cannot read property 'creeps' of null, because it assumes that Memory can only be undefined.
Specifically: p.isUndefined(k.Memory.creeps) && (k.Memory.creeps = {}),