apiaryio / dredd

Language-agnostic HTTP API Testing Tool
https://dredd.org
MIT License
4.18k stars 279 forks source link

Dredd is installing Protagonist #1773

Open markcarroll opened 4 years ago

markcarroll commented 4 years ago

npm installfails on Node v12 with the following:

> protagonist@2.2.0 install /Users/mark/Projects/aws/stuff/node_modules/protagonist
> node-gyp rebuild

  CXX(target) Release/obj.target/libdrafter/drafter/src/drafter.o
In file included from ../drafter/src/drafter.cc:10:
In file included from ../drafter/ext/snowcrash/src/snowcrash.h:14:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:38:76: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        s.erase(s.begin(), std::find_if(s.begin(), s.end(), std::not1(std::ptr_fun(isSpace))));
                                                                           ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/src/drafter.cc:10:
In file included from ../drafter/ext/snowcrash/src/snowcrash.h:14:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:45:67: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        s.erase(std::find_if(s.rbegin(), s.rend(), std::not1(std::ptr_fun(isSpace))).base(), s.end());
                                                                  ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/src/drafter.cc:10:
In file included from ../drafter/ext/snowcrash/src/snowcrash.h:14:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:65:84: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        std::string::const_iterator trim = std::find_if(begin, end, std::not1(std::ptr_fun(isSpace)));
                                                                                   ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/src/drafter.cc:10:
In file included from ../drafter/ext/snowcrash/src/snowcrash.h:14:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:66:95: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        std::string::const_reverse_iterator rtrim = std::find_if(rbegin, rend, std::not1(std::ptr_fun(isSpace)));
                                                                                              ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
4 warnings generated.
  CXX(target) Release/obj.target/libdrafter/drafter/src/options.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/Serialize.o
In file included from ../drafter/src/Serialize.cc:10:
../drafter/ext/snowcrash/src/StringUtility.h:38:76: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        s.erase(s.begin(), std::find_if(s.begin(), s.end(), std::not1(std::ptr_fun(isSpace))));
                                                                           ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/src/Serialize.cc:10:
../drafter/ext/snowcrash/src/StringUtility.h:45:67: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        s.erase(std::find_if(s.rbegin(), s.rend(), std::not1(std::ptr_fun(isSpace))).base(), s.end());
                                                                  ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/src/Serialize.cc:10:
../drafter/ext/snowcrash/src/StringUtility.h:65:84: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        std::string::const_iterator trim = std::find_if(begin, end, std::not1(std::ptr_fun(isSpace)));
                                                                                   ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/src/Serialize.cc:10:
../drafter/ext/snowcrash/src/StringUtility.h:66:95: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        std::string::const_reverse_iterator rtrim = std::find_if(rbegin, rend, std::not1(std::ptr_fun(isSpace)));
                                                                                              ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
4 warnings generated.
  CXX(target) Release/obj.target/libdrafter/drafter/src/SerializeKey.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/SerializeResult.o
In file included from ../drafter/src/SerializeResult.cc:12:
In file included from ../drafter/src/SerializeResult.h:13:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:38:76: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        s.erase(s.begin(), std::find_if(s.begin(), s.end(), std::not1(std::ptr_fun(isSpace))));
                                                                           ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/src/SerializeResult.cc:12:
In file included from ../drafter/src/SerializeResult.h:13:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:45:67: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        s.erase(std::find_if(s.rbegin(), s.rend(), std::not1(std::ptr_fun(isSpace))).base(), s.end());
                                                                  ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/src/SerializeResult.cc:12:
In file included from ../drafter/src/SerializeResult.h:13:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:65:84: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        std::string::const_iterator trim = std::find_if(begin, end, std::not1(std::ptr_fun(isSpace)));
                                                                                   ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/src/SerializeResult.cc:12:
In file included from ../drafter/src/SerializeResult.h:13:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:66:95: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        std::string::const_reverse_iterator rtrim = std::find_if(rbegin, rend, std::not1(std::ptr_fun(isSpace)));
                                                                                              ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
4 warnings generated.
  CXX(target) Release/obj.target/libdrafter/drafter/src/RefractAPI.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/MsonTypeSectionToApie.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/MsonMemberToApie.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/MsonOneOfSectionToApie.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/RefractDataStructure.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/RefractSourceMap.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/Render.o
In file included from ../drafter/src/Render.cc:12:
../drafter/ext/snowcrash/src/BlueprintUtility.h:70:22: warning: 'bind2nd<snowcrash::MatchFirstWith<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >,
      std::__1::basic_string<char>, std::__1::equal_to<std::__1::basic_string<char> > >, std::__1::basic_string<char> >' is deprecated [-Wdeprecated-declarations]
                std::bind2nd(MatchFirstWith<Header, std::string>(), HTTPHeaderName::ContentType));
                     ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1082:1: note: 
      'bind2nd<snowcrash::MatchFirstWith<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >, std::__1::basic_string<char>,
      std::__1::equal_to<std::__1::basic_string<char> > >, std::__1::basic_string<char> >' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/src/Render.cc:12:
../drafter/ext/snowcrash/src/BlueprintUtility.h:80:22: warning: 'bind2nd<snowcrash::MatchFirstWith<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >,
      std::__1::basic_string<char>, std::__1::equal_to<std::__1::basic_string<char> > >, std::__1::basic_string<char> >' is deprecated [-Wdeprecated-declarations]
                std::bind2nd(MatchFirstWith<Header, std::string>(), HTTPHeaderName::ContentType));
                     ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1082:1: note: 
      'bind2nd<snowcrash::MatchFirstWith<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >, std::__1::basic_string<char>,
      std::__1::equal_to<std::__1::basic_string<char> > >, std::__1::basic_string<char> >' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
2 warnings generated.
  CXX(target) Release/obj.target/libdrafter/drafter/src/NamedTypesRegistry.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/RefractElementFactory.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/ConversionContext.o
In file included from ../drafter/src/ConversionContext.cc:11:
In file included from ../drafter/ext/snowcrash/src/snowcrash.h:14:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:38:76: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        s.erase(s.begin(), std::find_if(s.begin(), s.end(), std::not1(std::ptr_fun(isSpace))));
                                                                           ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/src/ConversionContext.cc:11:
In file included from ../drafter/ext/snowcrash/src/snowcrash.h:14:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:45:67: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        s.erase(std::find_if(s.rbegin(), s.rend(), std::not1(std::ptr_fun(isSpace))).base(), s.end());
                                                                  ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/src/ConversionContext.cc:11:
In file included from ../drafter/ext/snowcrash/src/snowcrash.h:14:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:65:84: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        std::string::const_iterator trim = std::find_if(begin, end, std::not1(std::ptr_fun(isSpace)));
                                                                                   ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/src/ConversionContext.cc:11:
In file included from ../drafter/ext/snowcrash/src/snowcrash.h:14:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:66:95: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        std::string::const_reverse_iterator rtrim = std::find_if(rbegin, rend, std::not1(std::ptr_fun(isSpace)));
                                                                                              ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
4 warnings generated.
  CXX(target) Release/obj.target/libdrafter/drafter/src/ContentTypeMatcher.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/SourceMapUtils.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/utils/so/Value.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/utils/so/JsonIo.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/utils/so/YamlIo.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/utils/log/Trivial.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/Utils.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/InfoElements.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/Element.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/TypeQueryVisitor.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/VisitorUtils.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/ComparableVisitor.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/IsExpandableVisitor.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/ExpandVisitor.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/PrintVisitor.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/JsonSchema.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/JsonValue.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/JsonUtils.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/ElementUtils.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/ElementSize.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/SerializeSo.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/Registry.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/Query.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/dsd/Array.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/dsd/Bool.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/dsd/Enum.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/dsd/Extend.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/dsd/Holder.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/dsd/Member.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/dsd/Null.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/dsd/Number.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/dsd/Object.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/dsd/Option.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/dsd/Ref.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/dsd/Select.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/refract/dsd/String.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/parser/Mediatype.o
  CXX(target) Release/obj.target/libdrafter/drafter/src/backend/MediaTypeS11n.o
  LIBTOOL-STATIC Release/drafter.a
  CXX(target) Release/obj.target/libmarkdownparser/drafter/ext/snowcrash/ext/markdown-parser/src/ByteBuffer.o
  CXX(target) Release/obj.target/libmarkdownparser/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.o
  CXX(target) Release/obj.target/libmarkdownparser/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.o
  LIBTOOL-STATIC Release/markdownparser.a
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/HTTP.o
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/MSON.o
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/MSONOneOfParser.o
In file included from ../drafter/ext/snowcrash/src/MSONOneOfParser.cc:9:
In file included from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12:
In file included from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:38:76: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        s.erase(s.begin(), std::find_if(s.begin(), s.end(), std::not1(std::ptr_fun(isSpace))));
                                                                           ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/MSONOneOfParser.cc:9:
In file included from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12:
In file included from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:45:67: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        s.erase(std::find_if(s.rbegin(), s.rend(), std::not1(std::ptr_fun(isSpace))).base(), s.end());
                                                                  ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/MSONOneOfParser.cc:9:
In file included from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12:
In file included from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:65:84: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        std::string::const_iterator trim = std::find_if(begin, end, std::not1(std::ptr_fun(isSpace)));
                                                                                   ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/MSONOneOfParser.cc:9:
In file included from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12:
In file included from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:66:95: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        std::string::const_reverse_iterator rtrim = std::find_if(rbegin, rend, std::not1(std::ptr_fun(isSpace)));
                                                                                              ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
4 warnings generated.
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/MSONSourcemap.o
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/MSONTypeSectionParser.o
In file included from ../drafter/ext/snowcrash/src/MSONTypeSectionParser.cc:9:
In file included from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12:
In file included from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:38:76: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        s.erase(s.begin(), std::find_if(s.begin(), s.end(), std::not1(std::ptr_fun(isSpace))));
                                                                           ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/MSONTypeSectionParser.cc:9:
In file included from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12:
In file included from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:45:67: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        s.erase(std::find_if(s.rbegin(), s.rend(), std::not1(std::ptr_fun(isSpace))).base(), s.end());
                                                                  ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/MSONTypeSectionParser.cc:9:
In file included from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12:
In file included from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:65:84: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        std::string::const_iterator trim = std::find_if(begin, end, std::not1(std::ptr_fun(isSpace)));
                                                                                   ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/MSONTypeSectionParser.cc:9:
In file included from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12:
In file included from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:66:95: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        std::string::const_reverse_iterator rtrim = std::find_if(rbegin, rend, std::not1(std::ptr_fun(isSpace)));
                                                                                              ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
4 warnings generated.
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/MSONValueMemberParser.o
In file included from ../drafter/ext/snowcrash/src/MSONValueMemberParser.cc:9:
In file included from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12:
In file included from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:38:76: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        s.erase(s.begin(), std::find_if(s.begin(), s.end(), std::not1(std::ptr_fun(isSpace))));
                                                                           ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/MSONValueMemberParser.cc:9:
In file included from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12:
In file included from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:45:67: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        s.erase(std::find_if(s.rbegin(), s.rend(), std::not1(std::ptr_fun(isSpace))).base(), s.end());
                                                                  ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/MSONValueMemberParser.cc:9:
In file included from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12:
In file included from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:65:84: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        std::string::const_iterator trim = std::find_if(begin, end, std::not1(std::ptr_fun(isSpace)));
                                                                                   ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/MSONValueMemberParser.cc:9:
In file included from ../drafter/ext/snowcrash/src/MSONOneOfParser.h:12:
In file included from ../drafter/ext/snowcrash/src/MSONMixinParser.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:66:95: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        std::string::const_reverse_iterator rtrim = std::find_if(rbegin, rend, std::not1(std::ptr_fun(isSpace)));
                                                                                              ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
4 warnings generated.
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/Blueprint.o
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/BlueprintSourcemap.o
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/Section.o
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/Signature.o
In file included from ../drafter/ext/snowcrash/src/Signature.cc:10:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:38:76: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        s.erase(s.begin(), std::find_if(s.begin(), s.end(), std::not1(std::ptr_fun(isSpace))));
                                                                           ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/Signature.cc:10:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:45:67: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        s.erase(std::find_if(s.rbegin(), s.rend(), std::not1(std::ptr_fun(isSpace))).base(), s.end());
                                                                  ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/Signature.cc:10:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:65:84: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        std::string::const_iterator trim = std::find_if(begin, end, std::not1(std::ptr_fun(isSpace)));
                                                                                   ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/Signature.cc:10:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:66:95: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        std::string::const_reverse_iterator rtrim = std::find_if(rbegin, rend, std::not1(std::ptr_fun(isSpace)));
                                                                                              ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/Signature.cc:11:
In file included from ../drafter/ext/snowcrash/src/ActionParser.h:14:
In file included from ../drafter/ext/snowcrash/src/ParametersParser.h:17:
../drafter/ext/snowcrash/src/BlueprintUtility.h:70:22: warning: 'bind2nd<snowcrash::MatchFirstWith<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >,
      std::__1::basic_string<char>, std::__1::equal_to<std::__1::basic_string<char> > >, std::__1::basic_string<char> >' is deprecated [-Wdeprecated-declarations]
                std::bind2nd(MatchFirstWith<Header, std::string>(), HTTPHeaderName::ContentType));
                     ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1082:1: note: 
      'bind2nd<snowcrash::MatchFirstWith<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >, std::__1::basic_string<char>,
      std::__1::equal_to<std::__1::basic_string<char> > >, std::__1::basic_string<char> >' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/Signature.cc:11:
In file included from ../drafter/ext/snowcrash/src/ActionParser.h:14:
In file included from ../drafter/ext/snowcrash/src/ParametersParser.h:17:
../drafter/ext/snowcrash/src/BlueprintUtility.h:80:22: warning: 'bind2nd<snowcrash::MatchFirstWith<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >,
      std::__1::basic_string<char>, std::__1::equal_to<std::__1::basic_string<char> > >, std::__1::basic_string<char> >' is deprecated [-Wdeprecated-declarations]
                std::bind2nd(MatchFirstWith<Header, std::string>(), HTTPHeaderName::ContentType));
                     ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1082:1: note: 
      'bind2nd<snowcrash::MatchFirstWith<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >, std::__1::basic_string<char>,
      std::__1::equal_to<std::__1::basic_string<char> > >, std::__1::basic_string<char> >' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/Signature.cc:11:
In file included from ../drafter/ext/snowcrash/src/ActionParser.h:14:
../drafter/ext/snowcrash/src/ParametersParser.h:157:76: warning: 'bind2nd<snowcrash::MatchName<snowcrash::Parameter>, snowcrash::Parameter>' is deprecated
      [-Wdeprecated-declarations]
            return std::find_if(parameters.begin(), parameters.end(), std::bind2nd(MatchName<Parameter>(), parameter));
                                                                           ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1082:1: note: 
      'bind2nd<snowcrash::MatchName<snowcrash::Parameter>, snowcrash::Parameter>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/Signature.cc:11:
In file included from ../drafter/ext/snowcrash/src/ActionParser.h:15:
../drafter/ext/snowcrash/src/PayloadParser.h:563:22: warning: 'bind2nd<snowcrash::MatchFirstWith<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >,
      std::__1::basic_string<char>, std::__1::equal_to<std::__1::basic_string<char> > >, std::__1::basic_string<char> >' is deprecated [-Wdeprecated-declarations]
                std::bind2nd(MatchFirstWith<Header, std::string>(), HTTPHeaderName::ContentType));
                     ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1082:1: note: 
      'bind2nd<snowcrash::MatchFirstWith<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >, std::__1::basic_string<char>,
      std::__1::equal_to<std::__1::basic_string<char> > >, std::__1::basic_string<char> >' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/Signature.cc:11:
In file included from ../drafter/ext/snowcrash/src/ActionParser.h:15:
../drafter/ext/snowcrash/src/PayloadParser.h:707:72: warning: 'bind2nd<snowcrash::MatchPayload, snowcrash::Payload>' is deprecated [-Wdeprecated-declarations]
                example.requests.begin(), example.requests.end(), std::bind2nd(MatchPayload(), request));
                                                                       ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1082:1: note: 
      'bind2nd<snowcrash::MatchPayload, snowcrash::Payload>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/Signature.cc:11:
In file included from ../drafter/ext/snowcrash/src/ActionParser.h:15:
../drafter/ext/snowcrash/src/PayloadParser.h:720:74: warning: 'bind2nd<snowcrash::MatchPayload, snowcrash::Payload>' is deprecated [-Wdeprecated-declarations]
                example.responses.begin(), example.responses.end(), std::bind2nd(MatchPayload(), response));
                                                                         ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1082:1: note: 
      'bind2nd<snowcrash::MatchPayload, snowcrash::Payload>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/Signature.cc:11:
../drafter/ext/snowcrash/src/ActionParser.h:520:70: warning: 'bind2nd<snowcrash::MatchAction, snowcrash::Action>' is deprecated [-Wdeprecated-declarations]
            return std::find_if(actions.begin(), actions.end(), std::bind2nd(MatchAction(), action));
                                                                     ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1082:1: note: 
      'bind2nd<snowcrash::MatchAction, snowcrash::Action>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/Signature.cc:11:
../drafter/ext/snowcrash/src/ActionParser.h:527:70: warning: 'bind2nd<snowcrash::MatchRelation, snowcrash::Relation>' is deprecated [-Wdeprecated-declarations]
            return std::find_if(actions.begin(), actions.end(), std::bind2nd(MatchRelation(), relation));
                                                                     ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1082:1: note: 
      'bind2nd<snowcrash::MatchRelation, snowcrash::Relation>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
12 warnings generated.
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/snowcrash.o
In file included from ../drafter/ext/snowcrash/src/snowcrash.cc:9:
In file included from ../drafter/ext/snowcrash/src/snowcrash.h:14:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:38:76: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        s.erase(s.begin(), std::find_if(s.begin(), s.end(), std::not1(std::ptr_fun(isSpace))));
                                                                           ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/snowcrash.cc:9:
In file included from ../drafter/ext/snowcrash/src/snowcrash.h:14:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:45:67: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        s.erase(std::find_if(s.rbegin(), s.rend(), std::not1(std::ptr_fun(isSpace))).base(), s.end());
                                                                  ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/snowcrash.cc:9:
In file included from ../drafter/ext/snowcrash/src/snowcrash.h:14:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:65:84: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        std::string::const_iterator trim = std::find_if(begin, end, std::not1(std::ptr_fun(isSpace)));
                                                                                   ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/snowcrash.cc:9:
In file included from ../drafter/ext/snowcrash/src/snowcrash.h:14:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:66:95: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        std::string::const_reverse_iterator rtrim = std::find_if(rbegin, rend, std::not1(std::ptr_fun(isSpace)));
                                                                                              ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/snowcrash.cc:10:
In file included from ../drafter/ext/snowcrash/src/BlueprintParser.h:14:
In file included from ../drafter/ext/snowcrash/src/ResourceParser.h:13:
In file included from ../drafter/ext/snowcrash/src/ActionParser.h:14:
In file included from ../drafter/ext/snowcrash/src/ParametersParser.h:17:
../drafter/ext/snowcrash/src/BlueprintUtility.h:70:22: warning: 'bind2nd<snowcrash::MatchFirstWith<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >,
      std::__1::basic_string<char>, std::__1::equal_to<std::__1::basic_string<char> > >, std::__1::basic_string<char> >' is deprecated [-Wdeprecated-declarations]
                std::bind2nd(MatchFirstWith<Header, std::string>(), HTTPHeaderName::ContentType));
                     ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1082:1: note: 
      'bind2nd<snowcrash::MatchFirstWith<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >, std::__1::basic_string<char>,
      std::__1::equal_to<std::__1::basic_string<char> > >, std::__1::basic_string<char> >' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/snowcrash.cc:10:
In file included from ../drafter/ext/snowcrash/src/BlueprintParser.h:14:
In file included from ../drafter/ext/snowcrash/src/ResourceParser.h:13:
In file included from ../drafter/ext/snowcrash/src/ActionParser.h:14:
In file included from ../drafter/ext/snowcrash/src/ParametersParser.h:17:
../drafter/ext/snowcrash/src/BlueprintUtility.h:80:22: warning: 'bind2nd<snowcrash::MatchFirstWith<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >,
      std::__1::basic_string<char>, std::__1::equal_to<std::__1::basic_string<char> > >, std::__1::basic_string<char> >' is deprecated [-Wdeprecated-declarations]
                std::bind2nd(MatchFirstWith<Header, std::string>(), HTTPHeaderName::ContentType));
                     ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1082:1: note: 
      'bind2nd<snowcrash::MatchFirstWith<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >, std::__1::basic_string<char>,
      std::__1::equal_to<std::__1::basic_string<char> > >, std::__1::basic_string<char> >' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/snowcrash.cc:10:
In file included from ../drafter/ext/snowcrash/src/BlueprintParser.h:14:
In file included from ../drafter/ext/snowcrash/src/ResourceParser.h:13:
In file included from ../drafter/ext/snowcrash/src/ActionParser.h:14:
../drafter/ext/snowcrash/src/ParametersParser.h:157:76: warning: 'bind2nd<snowcrash::MatchName<snowcrash::Parameter>, snowcrash::Parameter>' is deprecated
      [-Wdeprecated-declarations]
            return std::find_if(parameters.begin(), parameters.end(), std::bind2nd(MatchName<Parameter>(), parameter));
                                                                           ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1082:1: note: 
      'bind2nd<snowcrash::MatchName<snowcrash::Parameter>, snowcrash::Parameter>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/snowcrash.cc:10:
In file included from ../drafter/ext/snowcrash/src/BlueprintParser.h:14:
In file included from ../drafter/ext/snowcrash/src/ResourceParser.h:13:
In file included from ../drafter/ext/snowcrash/src/ActionParser.h:15:
../drafter/ext/snowcrash/src/PayloadParser.h:563:22: warning: 'bind2nd<snowcrash::MatchFirstWith<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >,
      std::__1::basic_string<char>, std::__1::equal_to<std::__1::basic_string<char> > >, std::__1::basic_string<char> >' is deprecated [-Wdeprecated-declarations]
                std::bind2nd(MatchFirstWith<Header, std::string>(), HTTPHeaderName::ContentType));
                     ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1082:1: note: 
      'bind2nd<snowcrash::MatchFirstWith<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >, std::__1::basic_string<char>,
      std::__1::equal_to<std::__1::basic_string<char> > >, std::__1::basic_string<char> >' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/snowcrash.cc:10:
In file included from ../drafter/ext/snowcrash/src/BlueprintParser.h:14:
In file included from ../drafter/ext/snowcrash/src/ResourceParser.h:13:
In file included from ../drafter/ext/snowcrash/src/ActionParser.h:15:
../drafter/ext/snowcrash/src/PayloadParser.h:707:72: warning: 'bind2nd<snowcrash::MatchPayload, snowcrash::Payload>' is deprecated [-Wdeprecated-declarations]
                example.requests.begin(), example.requests.end(), std::bind2nd(MatchPayload(), request));
                                                                       ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1082:1: note: 
      'bind2nd<snowcrash::MatchPayload, snowcrash::Payload>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/snowcrash.cc:10:
In file included from ../drafter/ext/snowcrash/src/BlueprintParser.h:14:
In file included from ../drafter/ext/snowcrash/src/ResourceParser.h:13:
In file included from ../drafter/ext/snowcrash/src/ActionParser.h:15:
../drafter/ext/snowcrash/src/PayloadParser.h:720:74: warning: 'bind2nd<snowcrash::MatchPayload, snowcrash::Payload>' is deprecated [-Wdeprecated-declarations]
                example.responses.begin(), example.responses.end(), std::bind2nd(MatchPayload(), response));
                                                                         ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1082:1: note: 
      'bind2nd<snowcrash::MatchPayload, snowcrash::Payload>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/snowcrash.cc:10:
In file included from ../drafter/ext/snowcrash/src/BlueprintParser.h:14:
In file included from ../drafter/ext/snowcrash/src/ResourceParser.h:13:
../drafter/ext/snowcrash/src/ActionParser.h:520:70: warning: 'bind2nd<snowcrash::MatchAction, snowcrash::Action>' is deprecated [-Wdeprecated-declarations]
            return std::find_if(actions.begin(), actions.end(), std::bind2nd(MatchAction(), action));
                                                                     ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1082:1: note: 
      'bind2nd<snowcrash::MatchAction, snowcrash::Action>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/snowcrash.cc:10:
In file included from ../drafter/ext/snowcrash/src/BlueprintParser.h:14:
In file included from ../drafter/ext/snowcrash/src/ResourceParser.h:13:
../drafter/ext/snowcrash/src/ActionParser.h:527:70: warning: 'bind2nd<snowcrash::MatchRelation, snowcrash::Relation>' is deprecated [-Wdeprecated-declarations]
            return std::find_if(actions.begin(), actions.end(), std::bind2nd(MatchRelation(), relation));
                                                                     ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1082:1: note: 
      'bind2nd<snowcrash::MatchRelation, snowcrash::Relation>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/snowcrash.cc:10:
../drafter/ext/snowcrash/src/BlueprintParser.h:571:67: warning: 'bind2nd<snowcrash::MatchFirsts<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >,
      std::__1::equal_to<std::__1::basic_string<char> > >, std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> > >' is deprecated [-Wdeprecated-declarations]
                        = std::find_if(from, out.node.end(), std::bind2nd(MatchFirsts<Metadata>(), *it));
                                                                  ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1082:1: note: 
      'bind2nd<snowcrash::MatchFirsts<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >, std::__1::equal_to<std::__1::basic_string<char> > >,
      std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> > >' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
13 warnings generated.
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/UriTemplateParser.o
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/HeadersParser.o
In file included from ../drafter/ext/snowcrash/src/HeadersParser.cc:1:
In file included from ../drafter/ext/snowcrash/src/HeadersParser.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:38:76: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        s.erase(s.begin(), std::find_if(s.begin(), s.end(), std::not1(std::ptr_fun(isSpace))));
                                                                           ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/HeadersParser.cc:1:
In file included from ../drafter/ext/snowcrash/src/HeadersParser.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:45:67: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        s.erase(std::find_if(s.rbegin(), s.rend(), std::not1(std::ptr_fun(isSpace))).base(), s.end());
                                                                  ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/HeadersParser.cc:1:
In file included from ../drafter/ext/snowcrash/src/HeadersParser.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:65:84: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        std::string::const_iterator trim = std::find_if(begin, end, std::not1(std::ptr_fun(isSpace)));
                                                                                   ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/HeadersParser.cc:1:
In file included from ../drafter/ext/snowcrash/src/HeadersParser.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParser.h:13:
In file included from ../drafter/ext/snowcrash/src/SignatureSectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionProcessor.h:12:
In file included from ../drafter/ext/snowcrash/src/SectionParserData.h:12:
In file included from ../drafter/ext/snowcrash/src/ModelTable.h:22:
../drafter/ext/snowcrash/src/StringUtility.h:66:95: warning: 'ptr_fun<char, bool>' is deprecated [-Wdeprecated-declarations]
        std::string::const_reverse_iterator rtrim = std::find_if(rbegin, rend, std::not1(std::ptr_fun(isSpace)));
                                                                                              ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<char, bool>' has been explicitly marked
      deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/HeadersParser.cc:1:
In file included from ../drafter/ext/snowcrash/src/HeadersParser.h:16:
../drafter/ext/snowcrash/src/BlueprintUtility.h:70:22: warning: 'bind2nd<snowcrash::MatchFirstWith<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >,
      std::__1::basic_string<char>, std::__1::equal_to<std::__1::basic_string<char> > >, std::__1::basic_string<char> >' is deprecated [-Wdeprecated-declarations]
                std::bind2nd(MatchFirstWith<Header, std::string>(), HTTPHeaderName::ContentType));
                     ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1082:1: note: 
      'bind2nd<snowcrash::MatchFirstWith<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >, std::__1::basic_string<char>,
      std::__1::equal_to<std::__1::basic_string<char> > >, std::__1::basic_string<char> >' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from ../drafter/ext/snowcrash/src/HeadersParser.cc:1:
In file included from ../drafter/ext/snowcrash/src/HeadersParser.h:16:
../drafter/ext/snowcrash/src/BlueprintUtility.h:80:22: warning: 'bind2nd<snowcrash::MatchFirstWith<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >,
      std::__1::basic_string<char>, std::__1::equal_to<std::__1::basic_string<char> > >, std::__1::basic_string<char> >' is deprecated [-Wdeprecated-declarations]
                std::bind2nd(MatchFirstWith<Header, std::string>(), HTTPHeaderName::ContentType));
                     ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1082:1: note: 
      'bind2nd<snowcrash::MatchFirstWith<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >, std::__1::basic_string<char>,
      std::__1::equal_to<std::__1::basic_string<char> > >, std::__1::basic_string<char> >' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
../drafter/ext/snowcrash/src/HeadersParser.cc:10:46: warning: 'bind2nd<snowcrash::MatchFirsts<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >,
      snowcrash::IEqual<std::__1::basic_string<char> > >, std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> > >' is deprecated [-Wdeprecated-declarations]
        headers.begin(), headers.end(), std::bind2nd(MatchFirsts<Header, IEqual<Header::first_type> >(), header));
                                             ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1082:1: note: 
      'bind2nd<snowcrash::MatchFirsts<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >, snowcrash::IEqual<std::__1::basic_string<char> > >,
      std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> > >' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
../drafter/ext/snowcrash/src/HeadersParser.cc:37:21: warning: 'bind1st<snowcrash::MatchFirstWith<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >,
      std::__1::basic_string<char>, snowcrash::IEqual<std::__1::basic_string<char> > >, std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> > >' is deprecated
      [-Wdeprecated-declarations]
               std::bind1st(MatchFirstWith<Header, std::string, IEqual<std::string> >(), header))
                    ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1056:1: note: 
      'bind1st<snowcrash::MatchFirstWith<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >, std::__1::basic_string<char>,
      snowcrash::IEqual<std::__1::basic_string<char> > >, std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> > >' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
8 warnings generated.
  CXX(target) Release/obj.target/libsnowcrash/drafter/ext/snowcrash/src/posix/RegexMatch.o
  LIBTOOL-STATIC Release/snowcrash.a
  CC(target) Release/obj.target/libsundown/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/autolink.o
  CC(target) Release/obj.target/libsundown/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/buffer.o
  CC(target) Release/obj.target/libsundown/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/markdown.o
  CC(target) Release/obj.target/libsundown/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/src_map.o
  CC(target) Release/obj.target/libsundown/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/stack.o
  CC(target) Release/obj.target/libsundown/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_href_e.o
  CC(target) Release/obj.target/libsundown/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_html_e.o
  CC(target) Release/obj.target/libsundown/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html.o
  CC(target) Release/obj.target/libsundown/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html_smartypants.o
  LIBTOOL-STATIC Release/sundown.a
  CXX(target) Release/obj.target/protagonist/src/options.o
  CXX(target) Release/obj.target/protagonist/src/options_parser.o
  CXX(target) Release/obj.target/protagonist/src/parse_async.o
../src/parse_async.cc:79:21: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
                    resolver->Resolve(Nan::GetCurrentContext(), v8refract);
                    ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/parse_async.cc:81:21: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
                    resolver->Reject(Nan::GetCurrentContext(), error);
                    ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/parse_async.cc:95:27: warning: 'Call' is deprecated [-Wdeprecated-declarations]
                callback->Call(2, argv);
                          ^
../../nan/nan.h:1741:3: note: 'Call' has been explicitly marked deprecated here
  NAN_DEPRECATED inline v8::Local<v8::Value>
  ^
../../nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED'
# define NAN_DEPRECATED __attribute__((deprecated))
                                       ^
3 warnings generated.
  CXX(target) Release/obj.target/protagonist/src/parse_sync.o
  CXX(target) Release/obj.target/protagonist/src/protagonist.o
  CXX(target) Release/obj.target/protagonist/src/refractToV8.o
../src/refractToV8.cc:82:17: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        result->Set(key, value);
                ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:91:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
    res->Set(v8_string("element"), v8_string(e.element()));
         ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:93:14: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        res->Set(v8_string("meta"), v8ElementCollection(e.meta(), sourcemap));
             ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:106:22: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
                res->Set(v8_string("attributes"), attrs);
                     ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:127:14: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        obj->Set(v8_string("content"), array);
             ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:137:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
    obj->Set(v8_string("content"), v8_string(e.get().symbol()));
         ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:145:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
    obj->Set(v8_string("content"), Nan::Null());
         ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:153:14: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        obj->Set(v8_string("content"), v8_string(e.get().get()));
             ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:163:14: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        obj->Set(v8_string("content"),
             ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:173:14: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        obj->Set(v8_string("content"), Nan::New<Boolean>(e.get()));
             ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:193:14: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
    content->Set(v8_string("key"), key);
             ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:194:14: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
    content->Set(v8_string("value"), value);
             ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:195:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
    obj->Set(v8_string("content"), content);
         ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:210:24: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
                array->Set(i, ElementToObject(el.get(), sourcemap));
                       ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3507:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:218:14: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        res->Set(v8_string("content"), array);
             ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:228:14: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        obj->Set(v8_string("content"),
             ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:260:14: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        obj->Set(v8_string("content"),
             ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:276:20: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
            array->Set(i, ElementToObject(el.get(), sourcemap));
                   ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3507:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:280:14: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        obj->Set(v8_string("content"), array);
             ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:313:24: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
                array->Set(i, ElementToObject(*it, true));
                       ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3507:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:318:22: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        annotations->Set(v8_string("element"),
                     ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:320:22: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        annotations->Set(v8_string("content"), array);
                     ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:123:20: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
            array->Set(i, ElementToObject(el.get(), sourcemap));
                   ^
../src/refractToV8.cc:242:16: note: in instantiation of function template specialization 'v8ValueList<refract::Element<refract::dsd::Option> >' requested here
    v8_value = v8ValueList(e, sourcemap);
               ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3507:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:127:14: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        obj->Set(v8_string("content"), array);
             ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:123:20: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
            array->Set(i, ElementToObject(el.get(), sourcemap));
                   ^
../src/refractToV8.cc:247:16: note: in instantiation of function template specialization 'v8ValueList<refract::Element<refract::dsd::Select> >' requested here
    v8_value = v8ValueList(e, sourcemap);
               ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3507:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/refractToV8.cc:127:14: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        obj->Set(v8_string("content"), array);
             ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/mark/Library/Caches/node-gyp/12.16.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
26 warnings generated.
  CXX(target) Release/obj.target/protagonist/src/validate_async.o
../src/validate_async.cc:78:21: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
                    resolver->Resolve(Nan::GetCurrentContext(), v8refract);
                    ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/validate_async.cc:80:21: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
                    resolver->Reject(Nan::GetCurrentContext(), error);
                    ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/validate_async.cc:94:27: warning: 'Call' is deprecated [-Wdeprecated-declarations]
                callback->Call(2, argv);
                          ^
../../nan/nan.h:1741:3: note: 'Call' has been explicitly marked deprecated here
  NAN_DEPRECATED inline v8::Local<v8::Value>
  ^
../../nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED'
# define NAN_DEPRECATED __attribute__((deprecated))
                                       ^
3 warnings generated.
  CXX(target) Release/obj.target/protagonist/src/validate_sync.o
  SOLINK_MODULE(target) Release/protagonist.node
added 2633 packages in 137.473s
kylef commented 4 years ago

@markcarroll is that faiiling? The log you shared looks like a working install as it ends with:

3 warnings generated.
  CXX(target) Release/obj.target/protagonist/src/validate_sync.o
  SOLINK_MODULE(target) Release/protagonist.node
added 2633 packages in 137.473s
markcarroll commented 4 years ago

It did seem to go through but it was causing a big slowdown in our CI so we removed dredd and reinstalled with npm install --no-optional dredd per a suggestion we found on here. Now we dont have any issues popping up but dredd still seems to function. It does seem like protagonist is a problem though. I will close now unless you want to keep this for tracking protagonist issues.

kylef commented 4 years ago

@markcarroll can you please confirm which Dredd version you are running? The intention in Dredd is that it shouldn't depend on Protagonist as it generally isn't needed there. If that isn't true I think we can treat that as a bug in Dredd.

markcarroll commented 4 years ago

13.1.1