Organizer/Crashes - WidgetExtensionContext.getDescriptors(completion:)

Is anyone else seeing WidgetKit crashes in the Organizer/Crashes inspector? I am building using the latest Xcode (12.0.1) and cannot replicate any issue on my physical device or the simulator, however the crashes persist in my released build.

Here is the crash description:
WidgetKit: closure #1 in WidgetExtensionContext.getDescriptors(completion:) + 208

Could this be an issue with iOS 14.0 and was later fixed in iOS 14.0.1? Organizer/Crashes does not specify 14.0 vs 14.0.1 unfortunately.

In Xcode 12.0.1, is it still required that Xcode settings be changed to ensure widgets work properly in release? I've seen various forum posts addressing an earlier bug related to Xcode Beta versions (when releasing via TestFlight) by doing the following:
  • 1. Set DEADCODESTRIPPING to NO

  • 2. Disabled bitcode when uploading to AppStore Connect

But this was supposedly fixed in the official Xcode 12 release?

Any insight would be greatly appreciated. Thank you.