What SD breakout are you using here? Also, D11 and D12 are not SPI pins on the SAMD51 Thing Plus. The SPI pins are labeled as you can see in the [Graphical Datasheet. MISO is tied to D22, MOSI is on D23 and SCK is on D24. Try connecting to those pins and it should work.](https://cdn.sparkfun.com/assets/c/a/8/6/8/ThingPlusSamD51a.pdf)
That’s great to hear it is working now. Just FYI, CS (Chip Select) can be tied to pretty much any available digital pin on a microcontroller (with a few rare exceptions) so you will not see it labeled on most development boards.