4.0.1
Released on 2026-06-15.
Fixed
- Fixed infinite recursion in
CDColor.labelon iOS, tvOS, watchOS, and visionOS. The property was defined in an extension onCDColor(a typealias forUIColor) and calledUIColor.label, which resolved back to itself. The extension now only defineslabelon macOS whereNSColor.labelColorrequires bridging; on Apple's other platformsUIColor.labelis used directly.