Crash in getEnumTagSinglePayload of CodingKeys

I have a crash in "getEnumTagSinglePayload" in one of my CodingKeys (which is compiler generated). The crash report comes from App Review and I can't reproduce locally.

Does anyone have any information on what could be going wrong here?

Can you post the crash log?

I can, but it isn't symbolicated:

The top 2 re-symbolicate to:

  • getEnumTagSinglePayload for PredictedSellRate.CodingKeys (in Market Intel) (:0)
  • protocol witness for Decodable.init(from:) in conformance PredictedSellRate.List (in Market Intel) (:128)

===================

Thread 10 name: Dispatch queue: com.apple.root.default-qos
Thread 10 Crashed:
0 Market Intel 0x000000010040ce10 0x1002fc000 + 1117712
1 Market Intel 0x000000010040820c 0x1002fc000 + 1098252
2 libswiftCore.dylib 0x000000019695f638 0x1966f2000 + 2545208
3 libswiftFoundation.dylib 0x00000001bd0ff84c 0x1bd080000 + 522316
4 libswiftFoundation.dylib 0x00000001bd0e6c9c 0x1bd080000 + 421020
5 libswiftFoundation.dylib 0x00000001bd1ce058 0x1bd080000 + 1368152
6 Market Intel 0x000000010032bcfc 0x1002fc000 + 195836
7 Market Intel 0x00000001003248ac 0x1002fc000 + 166060
8 Market Intel 0x000000010036859c 0x1002fc000 + 443804
9 Market Intel 0x0000000100376fac 0x1002fc000 + 503724
10 Market Intel 0x000000010033b3fc 0x1002fc000 + 259068
11 libdispatch.dylib 0x0000000189293610 0x189238000 + 374288
12 libdispatch.dylib 0x0000000189294184 0x189238000 + 377220
13 libdispatch.dylib 0x000000018923c758 0x189238000 + 18264
14 libdispatch.dylib 0x0000000189248fd0 0x189238000 + 69584
15 libdispatch.dylib 0x000000018924979c 0x189238000 + 71580
16 libsystem_pthread.dylib 0x00000001892e3f64 0x1892d8000 + 48996
17 libsystem_pthread.dylib 0x00000001892e6ae0 0x1892d8000 + 60128

Hey @Jon_Hull did you ever figure this one out? I'm seeing something very similar looking in a crash report I got from App Store review, and I can't figure out how to reproduce the crash myself.

Thanks!