pinMode(SSPins, OUTPUT);There is no overload of pinMode that accepts an array. You have to do each pin explicitly.
pinMode(SSPins, OUTPUT);