macOS access to PHContentEditingInput.fullSizeImageURL?

The official Apple documentation for PHContentEditingInput.fullSizeImageURL says this is available in macOS 10.11+, however Xcode doesn't think so. Curiously Step 2 to get the PHContentEditingInput is via the requestContentEditingInput method which the documentation says tvOS and iOS only.


Is there a way to get PHContentEditingInput.fullSizeImageURL for a PHAsset on macOS?