The recently added `CombinationAnimationGenerator.swift` fails to compile for OSX. Adding ``` #if os(OSX) import AppKit #else import UIKit #endif ``` fixes the build but the animation example in the OSX Example hangs.