Skip to content

3.2.3

Choose a tag to compare

@NikSativa NikSativa released this 14 Apr 10:43
· 1 commit to main since this release

Fix container key collision for parameterized existentials (any P<X>).

  • Add EntityKeyProviding protocol so types can supply an explicit container key.
  • Derive the default key through a fallback chain: EntityKeyProviding → Mirror subjectType → String(reflecting:)ObjectIdentifier hash.
  • README: document the parameterized-existential crash and the workaround.