UIColor.secondaryLabel x WCAG 2.0

TIL that UIColor.secondaryLabel against UIColor.systemBackground does not meet WCAG 2.0 AA contrast requirements. I had thought they did, but I had been ignoring the alpha component (the color is not opaque). Had to roll my own accessible secondary label color 💪.