You could use an Array with the numbers to define each enemy, and when that kind spawns you remove that number from the Array.
Are you using different Sprites for each enemy? Why don't spawn the Sprite instead of using the Family? Then you will be sure to spawn them only once.