SDL2 - Latest commit broke compiling on MacBook M1

It looks like the latest (or commits within a day or so) has broken compilation on the new MacBook M1:

.../SDL/src/joystick/iphoneos/SDL_mfijoystick.m:1060:9: error: cannot create __weak
      reference in file using manual reference counting
        __weak typeof(self) weakSelf = self;

Let me know if I can help or test in any way.

Some more information: SDL_mfijoystick.m was only written to support ARC (automatic reference counting), but SDL on macOS uses manual reference counting currently.