Appium support for XCUITest inspector

I have shifted to appium 1.6 with Xcode 8 and iOS 10.
With help of WebDriverAgent, I am able to run appium to launch my application.
But all the xpaths are failing. i.e, //UIAApplication[1]/UIAWindow[1]/UIAButton[1]

I replaced it with ‘//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeButton[1]’,
but still no luck. I tried couple of work arounds mentioned in internet too,

Is there any release planned for Appium inspector supporting the XCUITest on its own.