# New Build System Tricks ## Command Line ```shell alias xcbuild=$(xcode-select -p)/../SharedFrameworks/XCBuild.framework/Versions/A/Support/xcbuild xcbuild openIDEConsole # … then switch to Xcode ➡️ xcbuild showSpecs xcbuild build [—target ] ``` ## IDE Console ```shell writePIF showStatistics clearAllCaches setConfig EnableBuildDebugging true # … then save DerivedData & build log ```