iOS Predicate for XPaths

Please provide iOSPredicate for the below XPaths:-
“//UIAApplication[1]/UIAWindow[4]/UIAAlert[1]/UIAScrollView[1]/UIAStaticText[1]”
“//UIAApplication[1]/UIAWindow[4]/UIAAlert[1]/UIACollectionView[1]/UIACollectionCell[1]/UIAButton[1]”
“//UIAApplication[1]/UIAWindow[4]/UIAAlert[1]/UIACollectionView[1]/UIACollectionCell[2]/UIAButton[1]”
“//UIAApplication[1]/UIAWindow[1]/UIAScrollView[2]/UIATableCell[1]/UIATableView[1]/UIATableCell[1]”
“//UIAApplication[1]/UIAWindow[1]/UIAScrollView[2]/UIATableCell[1]/UIATableView[1]/UIATableCell[2]”;
“//UIAApplication[1]/UIAWindow[1]/UIAScrollView[2]/UIATableCell[1]/UIATableView[1]/UIATableCell[3]”
“//UIAApplication[1]/UIAWindow[1]/UIAScrollView[2]/UIATableCell[1]/UIATableView[1]/UIATableCell[4]”
“//UIAApplication[1]/UIAWindow[1]/UIATableCell[2]/UIAButton[1]”