I had the Intents file in a shared framework that was exposing the generated intent classes publicly to the app, intent handler, and widgets extension. I moved the intents file to the intents handler, and added it to the app and widget targets with private intents and that seems to have solved it for me. Thanks for the tip!