Error 1 error C2679: binary '<<' : no operator found which takes a right-hand operand of type 'juce::StringRef' (or there is no acceptable conversion) [...]\juce\modules\juce_core\network\juce_macaddress.cpp 75
Note that compiling with JUCE_STRING_UTF_TYPE=16 is fine.
the comment in juce_NewLine.h kinda implies that it will…
/** Writes a new-line sequence to a string.
You can use the predefined object 'newLine' to invoke this, e.g.
@code
myString << "Hello World" << newLine << newLine;
@endcode
*/