Skip to content

3.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Aug 07:21
· 1 commit to main since this release

Changed

  • Builds and tests on Linux. The Bool discriminator went through CFGetTypeID, which
    corelibs-foundation does not expose; it now compares against NSNumber(value: true)'s dynamic
    type, which reports __NSCFBoolean on both platforms and rejects Int and Double on both.