Build settings from command line:
    SDKROOT = iphonesimulator8.1

=== BUILD TARGET stopwatch OF PROJECT stopwatch WITH THE DEFAULT CONFIGURATION (Release) ===

Check dependencies

CompileC build/stopwatch.build/Release-iphonesimulator/stopwatch.build/Objects-normal/i386/httpsvrxc.o stopwatch/httpsvrxc.c normal i386 c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/n/Documents/stopwatch
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:.:/Users/n/bin:/Users/n/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fmodules -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -fvisibility=hidden -Wno-sign-conversion -mios-simulator-version-min=8.1 -iquote /Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/stopwatch-generated-files.hmap -I/Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/stopwatch-own-target-headers.hmap -I/Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/stopwatch-all-target-headers.hmap -iquote /Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/stopwatch-project-headers.hmap -I/Users/n/Documents/stopwatch/build/Release-iphonesimulator/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/DerivedSources/i386 -I/Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/DerivedSources -F/Users/n/Documents/stopwatch/build/Release-iphonesimulator -I/Users/n/src/lnx -I/Users/n/include -MMD -MT dependencies -MF /Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/Objects-normal/i386/httpsvrxc.d --serialize-diagnostics /Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/Objects-normal/i386/httpsvrxc.dia -c /Users/n/Documents/stopwatch/stopwatch/httpsvrxc.c -o /Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/Objects-normal/i386/httpsvrxc.o
/Users/n/Documents/stopwatch/stopwatch/httpsvrxc.c:54:27: warning: unused variable 'client_addr' [-Wunused-variable]
sockaddr_in_t tcpcon_addr,client_addr;
                          ^
/Users/n/Documents/stopwatch/stopwatch/httpsvrxc.c:64:32: warning: unused variable 'ix' [-Wunused-variable]
  ul cll=sizeof(sockaddr_in_t),ix;
                               ^
/Users/n/Documents/stopwatch/stopwatch/httpsvrxc.c:92:9: warning: unused variable 'n' [-Wunused-variable]
    int n;
        ^
3 warnings generated.

CompileC build/stopwatch.build/Release-iphonesimulator/stopwatch.build/Objects-normal/x86_64/httpsvrxc.o stopwatch/httpsvrxc.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/n/Documents/stopwatch
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:.:/Users/n/bin:/Users/n/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fmodules -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -fvisibility=hidden -Wno-sign-conversion -mios-simulator-version-min=8.1 -iquote /Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/stopwatch-generated-files.hmap -I/Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/stopwatch-own-target-headers.hmap -I/Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/stopwatch-all-target-headers.hmap -iquote /Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/stopwatch-project-headers.hmap -I/Users/n/Documents/stopwatch/build/Release-iphonesimulator/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/DerivedSources/x86_64 -I/Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/DerivedSources -F/Users/n/Documents/stopwatch/build/Release-iphonesimulator -I/Users/n/src/lnx -I/Users/n/include -MMD -MT dependencies -MF /Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/Objects-normal/x86_64/httpsvrxc.d --serialize-diagnostics /Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/Objects-normal/x86_64/httpsvrxc.dia -c /Users/n/Documents/stopwatch/stopwatch/httpsvrxc.c -o /Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/Objects-normal/x86_64/httpsvrxc.o
/Users/n/Documents/stopwatch/stopwatch/httpsvrxc.c:9:10: warning: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
  return write(fd,&ch,1);
  ~~~~~~ ^~~~~~~~~~~~~~~
/Users/n/Documents/stopwatch/stopwatch/httpsvrxc.c:16:15: warning: implicit conversion loses integer precision: 'ul' (aka 'unsigned long') to '__darwin_suseconds_t' (aka 'int') [-Wshorten-64-to-32]
   t->tv_usec=tmo;
             ~^~~
/Users/n/Documents/stopwatch/stopwatch/httpsvrxc.c:54:27: warning: unused variable 'client_addr' [-Wunused-variable]
sockaddr_in_t tcpcon_addr,client_addr;
                          ^
/Users/n/Documents/stopwatch/stopwatch/httpsvrxc.c:64:32: warning: unused variable 'ix' [-Wunused-variable]
  ul cll=sizeof(sockaddr_in_t),ix;
                               ^
/Users/n/Documents/stopwatch/stopwatch/httpsvrxc.c:92:9: warning: unused variable 'n' [-Wunused-variable]
    int n;
        ^
/Users/n/Documents/stopwatch/stopwatch/httpsvrxc.c:84:6: warning: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
   b=read(sock,bf,sizeof(bf));
    ~^~~~~~~~~~~~~~~~~~~~~~~~
6 warnings generated.

Ld build/stopwatch.build/Release-iphonesimulator/stopwatch.build/Objects-normal/i386/stopwatch normal i386
    cd /Users/n/Documents/stopwatch
    export IPHONEOS_DEPLOYMENT_TARGET=8.1
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:.:/Users/n/bin:/Users/n/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.1.sdk -L/Users/n/Documents/stopwatch/build/Release-iphonesimulator -F/Users/n/Documents/stopwatch/build/Release-iphonesimulator -filelist /Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/Objects-normal/i386/stopwatch.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=8.1 -Xlinker -dependency_info -Xlinker /Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/Objects-normal/i386/stopwatch_dependency_info.dat -o /Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/Objects-normal/i386/stopwatch

Ld build/stopwatch.build/Release-iphonesimulator/stopwatch.build/Objects-normal/x86_64/stopwatch normal x86_64
    cd /Users/n/Documents/stopwatch
    export IPHONEOS_DEPLOYMENT_TARGET=8.1
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:.:/Users/n/bin:/Users/n/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.1.sdk -L/Users/n/Documents/stopwatch/build/Release-iphonesimulator -F/Users/n/Documents/stopwatch/build/Release-iphonesimulator -filelist /Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/Objects-normal/x86_64/stopwatch.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=8.1 -Xlinker -dependency_info -Xlinker /Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/Objects-normal/x86_64/stopwatch_dependency_info.dat -o /Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/Objects-normal/x86_64/stopwatch

CreateUniversalBinary build/Release-iphonesimulator/stopwatch.app/stopwatch normal i386\ x86_64
    cd /Users/n/Documents/stopwatch
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:.:/Users/n/bin:/Users/n/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/Objects-normal/i386/stopwatch /Users/n/Documents/stopwatch/build/stopwatch.build/Release-iphonesimulator/stopwatch.build/Objects-normal/x86_64/stopwatch -output /Users/n/Documents/stopwatch/build/Release-iphonesimulator/stopwatch.app/stopwatch

GenerateDSYMFile build/Release-iphonesimulator/stopwatch.app.dSYM build/Release-iphonesimulator/stopwatch.app/stopwatch
    cd /Users/n/Documents/stopwatch
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:.:/Users/n/bin:/Users/n/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/n/Documents/stopwatch/build/Release-iphonesimulator/stopwatch.app/stopwatch -o /Users/n/Documents/stopwatch/build/Release-iphonesimulator/stopwatch.app.dSYM

Touch build/Release-iphonesimulator/stopwatch.app
    cd /Users/n/Documents/stopwatch
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:.:/Users/n/bin:/Users/n/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
    /usr/bin/touch -c /Users/n/Documents/stopwatch/build/Release-iphonesimulator/stopwatch.app

** BUILD SUCCEEDED **

