Error while loading shared libraries: libudev.so.1

I’ve been running into this issue when attempting to build a new snap locally:

Here’s the error from Fabrica:

/usr/lib/snapd/snap-confine: error while loading shared libraries: libudev.so.1: failed to map segment from shared object

Here’s the snapcraft.yaml:

I also noticed this post, and wondered if it is related to AppArmor.

Or is it just a simple dependency issue? I’m lost…