As of Xcode 6, current is Xcode 10.1, the IDE recognizes // MARK: // TODO: // FIXME in Swift source and lists them in the jump bar. Formerly in Objective C, developers used #pragma mark to mark sections of code in the symbol navigator. Due to this being a C preprocessor command, it is not …