3.2.3
Fix container key collision for parameterized existentials (any P<X>).
- Add
EntityKeyProvidingprotocol so types can supply an explicit container key. - Derive the default key through a fallback chain:
EntityKeyProviding→ Mirror subjectType →String(reflecting:)→ObjectIdentifierhash. - README: document the parameterized-existential crash and the workaround.