The projects page seems to be disappeared from Xcode 8. I used this page for deleting the derived data.
Any idea how can I delete derived data from within Xcode 8?>
Method 1:
Open Terminal and enter this command
rm -rf ~/Library/Developer/Xcode/DerivedData
Method 2:
It will bring you to the location of derived data and you can just delete it manually.