Jeremy David Giesbrecht

Results 33 comments of Jeremy David Giesbrecht

Yes, I managed to narrow the problem down to a particular long dictionary literal. Let me clean‐up some of the mess left over from my experiments, and then I’ll post...

[This](https://github.com/SDGGiesbrecht/SDGWeb/blob/8bd5066bebc69e8d686a879628363689108d8048/Sources/SDGHTML/Entities.swift#L15-L20) was the offending literal. ```shell git clone https://github.com/SDGGiesbrecht/SDGWeb cd SDGWeb git checkout 8bd5066bebc69e8d686a879628363689108d8048 ``` With the empty literal variant [applied when compiling for the web platform](https://github.com/SDGGiesbrecht/SDGWeb/blob/8bd5066bebc69e8d686a879628363689108d8048/Package.swift#L189-L190), everything works. But...

But I still don’t know what the error message *means*; I only know how to dodge it.