https://github.com/adafruit/Adafruit_CircuitPython_SD/blob/master/adafruit_sdcard.py#L233 and following lines try to assign values that may be larger than 255 to a byte buffer. This is now marked as an error due to https://github.com/adafruit/circuitpython/pull/1860.