Skip to content

Instantly share code, notes, and snippets.

@mandel-macaque
Created September 29, 2017 14:38
Show Gist options
  • Save mandel-macaque/6caa01c96694e3e832e73abec550ea62 to your computer and use it in GitHub Desktop.
Save mandel-macaque/6caa01c96694e3e832e73abec550ea62 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
-DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -U_FORTIFY_SOURCE -Werror-implicit-function-declaration -MT mono-hwcap-arm.lo -MD -MP -MF .deps/mono-hwcap-arm.Tpo -c /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-hwcap-arm.c -fno-common -DPIC -o .libs/mono-hwcap-arm.o
CC libmonoruntimesgen_static_la-lock-tracer.lo
CC libmonoruntimesgen_static_la-lock-tracer.lo
libtool: compile: ccache /Applications/Xcode9-GM.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils -I../.. -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/eglib/src -I../../eglib/src -isysroot /Applications/Xcode9-GM.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.0.sdk -mwatchos-version-min=2.0 -arch armv7k -O2 -gdwarf-2 -Wl,-application_extension -fembed-bitcode -fno-gnu-inline-asm -DMONOTOUCH=1 -DHOST_IOS -DHOST_WATCHOS -DSMALL_CONFIG -DDISABLE_POLICY_EVIDENCE=1 -DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -D_THREAD_SAFE -DGC_MACOSX_THREADS -DPLATFORM_MACOSX -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -D__ARM_EABI__ -DARM_FPU_VFP_HARD=1 -DNO_UNALIGNED_ACCESS -isysroot /Applications/Xcode9-GM.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.0.sdk -mwatchos-version-min=2.0 -arch armv7k -O2 -gdwarf-2 -Wl,-application_extension -fembed-bitcode -fno-gnu-inline-asm -DMONOTOUCH=1 -DHOST_IOS -DHOST_WATCHOS -DSMALL_CONFIG -DDISABLE_POLICY_EVIDENCE=1 -DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -U_FORTIFY_SOURCE -Werror-implicit-function-declaration -MT mono-hwcap-arm.lo -MD -MP -MF .deps/mono-hwcap-arm.Tpo -c /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-hwcap-arm.c -o mono-hwcap-arm.o >/dev/null 2>&1
CC libmonoruntimesgen_la-reflection.lo
CC libmonoruntimesgen_la-threadpool-io.lo
CC libmonoruntimesgen_static_la-lock-tracer.lo
CC libmonoruntimesgen_static_la-marshal.lo
CC libmonoruntimesgen_static_la-marshal.lo
CCLD libmonoutils.la
CC libmonoruntimesgen_la-runtime.lo
CC libmonoruntimesgen_la-dynamic-image.lo
../../../../external/mono/mono/metadata/marshal.c:10852:72: warning: format specifies type 'unsigned long' but the argument has type 'gsize' (aka 'unsigned int') [-Wformat]
mono_error_set_out_of_memory (error, "Could not allocate %lu bytes", size);
~~~ ^~~~
%u
1 warning generated.
CC libmonoruntimesgen_static_la-marshal.lo
CC libmonoruntimesgen_la-verify.lo
CC libmonoruntimesgen_static_la-mempool.lo
CC libmonoruntimesgen_la-mono-security.lo
../../../../external/mono/mono/metadata/marshal.c:10852:72: warning: format specifies type 'unsigned long' but the argument has type 'gsize' (aka 'unsigned int') [-Wformat]
mono_error_set_out_of_memory (error, "Could not allocate %lu bytes", size);
~~~ ^~~~
%u
1 warning generated.
CC libmonoruntimesgen_static_la-mempool.lo
CC libmonoruntimesgen_la-sre.lo
CC libmonoruntimesgen_la-dynamic-stream.lo
CC libmonoruntimesgen_static_la-metadata.lo
CC libmonoruntimesgen_static_la-mempool.lo
CC libmonoruntimesgen_static_la-metadata.lo
CC libmonoruntimesgen_la-security-core-clr.lo
CC libmonoruntimesgen_la-file-mmap-posix.lo
CC libmonoruntimesgen_static_la-metadata.lo
CC libmonoruntimesgen_la-sre-encode.lo
CC libmonoruntimesgen_static_la-metadata-verify.lo
CC libmonoruntimesgen_static_la-metadata-verify.lo
CC libmonoruntimesgen_la-sre-save.lo
CC libmonoruntimesgen_la-security-manager.lo
CC libmonoruntimesgen_static_la-metadata-verify.lo
CC libmonoruntimesgen_static_la-method-builder.lo
CC libmonoruntimesgen_static_la-method-builder.lo
CC libmonoruntimesgen_la-file-mmap-windows.lo
CC libmonoruntimesgen_la-custom-attrs.lo
CC libmonoruntimesgen_static_la-method-builder.lo
CC libmonoruntimesgen_la-string-icalls.lo
Making all in cil
CC libmonoruntimesgen_static_la-mono-basic-block.lo
make[3]: Nothing to be done for `all'.
Making all in metadata
CC libmonoruntimesgen_la-metadata-cross-helpers.lo
CC libmonoruntimesgen_static_la-mono-basic-block.lo
CC libmonoruntimesgen_la-gc-stats.lo
CC libmonoruntimesgen_la-sysmath.lo
CC libmonoruntimesgen_static_la-mono-basic-block.lo
CC libmonoruntimesgen_static_la-mono-config.lo
CC libmonoruntimesgen_static_la-mono-config.lo
CC libmonoruntimesgen_la-seq-points-data.lo
CC libmonoruntimesgen_la-gc.lo
CC libmonoruntimesgen_la-threads.lo
CC libmonoruntimesgen_static_la-mono-config.lo
CC libmonoruntimesgen_static_la-mono-debug.lo
CC libmonoruntimesgen_la-handle.lo
CC libmonoruntimesgen_static_la-mono-debug.lo
CC libmonoruntimesgen_la-monitor.lo
CC libmonoruntimesgen_la-threadpool.lo
CC libmonoruntimesgen_static_la-mono-debug.lo
CC libmonoruntimesgen_static_la-mono-endian.lo
CC libmonoruntimesgen_la-w32handle-namespace.lo
CC libmonoruntimesgen_static_la-mono-endian.lo
CC libmonoruntimesgen_la-mono-hash.lo
CC libmonoruntimesgen_la-threadpool-worker-default.lo
CC libmonoruntimesgen_static_la-mono-mlist.lo
CC libmonoruntimesgen_static_la-mono-endian.lo
CC libmonoruntimesgen_static_la-mono-mlist.lo
CC libmonoruntimesgen_la-mono-conc-hash.lo
CC libmonoruntimesgen_la-w32handle.lo
CC libmonoruntimesgen_static_la-mono-mlist.lo
CC libmonoruntimesgen_static_la-mono-perfcounters.lo
CC libmonoruntimesgen_la-threadpool-io.lo
CC libmonoruntimesgen_static_la-mono-perfcounters.lo
CC libmonoruntimesgen_la-reflection.lo
CC libmonoruntimesgen_la-sgen-bridge.lo
CC libmonoruntimesgen_static_la-mono-perfcounters.lo
CC libmonoruntimesgen_static_la-mono-route.lo
CC libmonoruntimesgen_la-verify.lo
CC libmonoruntimesgen_static_la-mono-route.lo
CC libmonoruntimesgen_la-dynamic-image.lo
CC libmonoruntimesgen_la-sgen-old-bridge.lo
CC libmonoruntimesgen_static_la-mono-route.lo
CC libmonoruntimesgen_static_la-number-ms.lo
CC libmonoruntimesgen_la-dynamic-stream.lo
CC libmonoruntimesgen_static_la-object.lo
CC libmonoruntimesgen_la-sre.lo
CC libmonoruntimesgen_static_la-number-ms.lo
CC libmonoruntimesgen_la-file-mmap-posix.lo
CC libmonoruntimesgen_la-sgen-new-bridge.lo
CC libmonoruntimesgen_static_la-object.lo
CC libmonoruntimesgen_static_la-number-ms.lo
CC libmonoruntimesgen_static_la-object.lo
CC libmonoruntimesgen_static_la-opcodes.lo
CC libmonoruntimesgen_la-file-mmap-windows.lo
CC libmonoruntimesgen_la-sre-encode.lo
CC libmonoruntimesgen_la-sgen-tarjan-bridge.lo
CC libmonoruntimesgen_static_la-opcodes.lo
CC libmonoruntime_config_la-mono-config-dirs.lo
CC libmonoruntimesgen_static_la-property-bag.lo
CC libmonoruntimesgen_la-metadata-cross-helpers.lo
CC libmonoruntimesgen_static_la-property-bag.lo
CC libmonoruntimesgen_la-sre-save.lo
CC libmonoruntimesgen_static_la-opcodes.lo
CC libmonoruntimesgen_static_la-w32socket.lo
CC libmonoruntimesgen_la-seq-points-data.lo
CC libmonoruntimesgen_static_la-property-bag.lo
CC libmonoruntimesgen_la-sgen-toggleref.lo
CC libmonoruntimesgen_la-handle.lo
CC libmonoruntimesgen_static_la-w32socket.lo
CC libmonoruntimesgen_la-custom-attrs.lo
CC libmonoruntimesgen_static_la-w32socket.lo
CC libmonoruntimesgen_static_la-w32process.lo
CC libmonoruntimesgen_la-sgen-stw.lo
CC libmonoruntimesgen_la-w32handle-namespace.lo
CC libmonoruntimesgen_la-gc-stats.lo
CC libmonoruntimesgen_static_la-w32process.lo
CC libmonoruntimesgen_static_la-profiler.lo
CC libmonoruntimesgen_static_la-w32process.lo
CC libmonoruntimesgen_la-console-unix.lo
CC libmonoruntimesgen_la-gc.lo
CC libmonoruntimesgen_la-sgen-mono.lo
CC libmonoruntimesgen_la-w32handle.lo
CC libmonoruntimesgen_static_la-profiler.lo
CC libmonoruntimesgen_static_la-rand.lo
../../../../external/mono/mono/metadata/sgen-mono.c:277:9: warning: unused variable 'nursery_check_labels' [-Wunused-variable]
int i, nursery_check_labels [2];
^
../../../../external/mono/mono/metadata/sgen-mono.c:277:6: warning: unused variable 'i' [-Wunused-variable]
int i, nursery_check_labels [2];
^
../../../../external/mono/mono/metadata/sgen-mono.c:1059:27: warning: unused variable 'max_size_branch' [-Wunused-variable]
guint32 fastpath_branch, max_size_branch, no_oom_branch;
^
../../../../external/mono/mono/metadata/sgen-mono.c:1056:23: warning: unused variable 'real_size_var' [-Wunused-variable]
int p_var, size_var, real_size_var, thread_var G_GNUC_UNUSED;
^
../../../../external/mono/mono/metadata/sgen-mono.c:1059:10: warning: unused variable 'fastpath_branch' [-Wunused-variable]
guint32 fastpath_branch, max_size_branch, no_oom_branch;
^
../../../../external/mono/mono/metadata/sgen-mono.c:1059:44: warning: unused variable 'no_oom_branch' [-Wunused-variable]
guint32 fastpath_branch, max_size_branch, no_oom_branch;
^
../../../../external/mono/mono/metadata/sgen-mono.c:1064:26: warning: unused variable 'new_next_var' [-Wunused-variable]
int tlab_next_addr_var, new_next_var;
^
../../../../external/mono/mono/metadata/sgen-mono.c:1056:6: warning: unused variable 'p_var' [-Wunused-variable]
int p_var, size_var, real_size_var, thread_var G_GNUC_UNUSED;
^
../../../../external/mono/mono/metadata/sgen-mono.c:1064:6: warning: unused variable 'tlab_next_addr_var' [-Wunused-variable]
int tlab_next_addr_var, new_next_var;
^
../../../../external/mono/mono/metadata/sgen-mono.c:1056:13: warning: unused variable 'size_var' [-Wunused-variable]
int p_var, size_var, real_size_var, thread_var G_GNUC_UNUSED;
^
10 warnings generated.
CC libmonoruntimesgen_static_la-profiler.lo
CC libmonoruntimesgen_la-monitor.lo
../../../../external/mono/mono/metadata/console-unix.c:293:39: warning: unused variable 'save_sigint' [-Wunused-variable]
static struct sigaction save_sigcont, save_sigint, save_sigwinch;
^
1 warning generated.
CC libmonoruntimesgen_la-reflection.lo
CCLD libmonoruntime-config.la
CC libmonoruntimesgen_static_la-rand.lo
CC libmonoruntimesgen_la-w32mutex-unix.lo
CC libmonoruntimesgen_static_la-remoting.lo
CC libmonoruntimesgen_static_la-rand.lo
CC libmonoruntimesgen_la-mono-hash.lo
../../../../external/mono/mono/metadata/remoting.c:2099:1: warning: no previous prototype for function 'mono_context_set_icall' [-Wmissing-prototypes]
mono_context_set_icall (MonoAppContext *new_context_raw)
^
1 warning generated.
CC libmonoruntimesgen_la-dynamic-image.lo
CC libmonoruntimesgen_static_la-remoting.lo
CC libmonoruntimesgen_static_la-runtime.lo
CC libmonoruntimesgen_static_la-remoting.lo
../../../../external/mono/mono/metadata/remoting.c:2099:1: warning: no previous prototype for function 'mono_context_set_icall' [-Wmissing-prototypes]
mono_context_set_icall (MonoAppContext *new_context_raw)
^
1 warning generated.
CC libmonoruntimesgen_la-mono-conc-hash.lo
CC libmonoruntimesgen_la-sre.lo
../../../../external/mono/mono/metadata/remoting.c:2099:1: warning: no previous prototype for function 'mono_context_set_icall' [-Wmissing-prototypes]
mono_context_set_icall (MonoAppContext *new_context_raw)
^
1 warning generated.
CC libmonoruntimesgen_static_la-runtime.lo
CC libmonoruntimesgen_static_la-mono-security.lo
CC libmonoruntimesgen_static_la-runtime.lo
CC libmonoruntimesgen_la-sgen-bridge.lo
CC libmonoruntimesgen_la-sre-encode.lo
CC libmonoruntimesgen_static_la-mono-security.lo
CCLD libmonoruntimesgen.la
CC libmonoruntimesgen_static_la-mono-security.lo
CC libmonoruntimesgen_static_la-security-core-clr.lo
CC libmonoruntimesgen_la-sre-save.lo
CC libmonoruntimesgen_la-sgen-old-bridge.lo
CC libmonoruntimesgen_static_la-security-core-clr.lo
CC libmonoruntimesgen_la-w32semaphore-unix.lo
CC libmonoruntimesgen_static_la-security-core-clr.lo
CC libmonoruntimesgen_static_la-security-manager.lo
CC libmonoruntimesgen_la-custom-attrs.lo
CC libmonoruntimesgen_la-sgen-new-bridge.lo
CC libmonoruntimesgen_static_la-security-manager.lo
CC libmonoruntimesgen_static_la-string-icalls.lo
CC libmonoruntimesgen_static_la-security-manager.lo
CC libmonoruntimesgen_la-w32event-unix.lo
CC libmonoruntimesgen_static_la-string-icalls.lo
CC libmonoruntimesgen_la-gc-stats.lo
CC libmonoruntimesgen_la-sgen-tarjan-bridge.lo
CC libmonoruntimesgen_static_la-sysmath.lo
CC libmonoruntimesgen_static_la-string-icalls.lo
CC libmonoruntimesgen_la-gc.lo
CC libmonoruntimesgen_la-sgen-toggleref.lo
CC libmonoruntimesgen_static_la-threads.lo
CC libmonoruntimesgen_static_la-sysmath.lo
CC libmonoruntimesgen_la-w32process-unix.lo
CC libmonoruntimesgen_static_la-threads.lo
CC libmonoruntimesgen_la-sgen-stw.lo
CC libmonoruntimesgen_la-monitor.lo
CC libmonoruntimesgen_static_la-sysmath.lo
CC libmonoruntimesgen_static_la-threadpool.lo
CSC [basic] Mono.Security.dll
CC libmonoruntimesgen_static_la-threadpool.lo
CC libmonoruntimesgen_static_la-threads.lo
CC libmonoruntimesgen_la-sgen-mono.lo
CC libmonoruntimesgen_static_la-threadpool-worker-default.lo
../../../../external/mono/mono/metadata/w32process-unix.c:95:14: warning: unused variable 'mono_environ' [-Wunused-variable]
static char *mono_environ[1] = { NULL };
^
1 warning generated.
CC libmonoruntimesgen_la-mono-hash.lo
CC libmonoruntimesgen_static_la-threadpool-worker-default.lo
CC libmonoruntimesgen_static_la-threadpool.lo
CC libmonoruntimesgen_static_la-console-unix.lo
CC libmonoruntimesgen_static_la-threadpool-io.lo
CC libmonoruntimesgen_la-w32process-unix-osx.lo
CC libmonoruntimesgen_la-mono-conc-hash.lo
CC libmonoruntimesgen_static_la-threadpool-io.lo
CC libmonoruntimesgen_static_la-threadpool-worker-default.lo
CC libmonoruntimesgen_static_la-w32mutex-unix.lo
CC libmonoruntimesgen_static_la-verify.lo
Making all in sgen
CC libmonoruntimesgen_la-sgen-bridge.lo
CC libmonoruntimesgen_la-w32process-unix-bsd.lo
CC libmonoruntimesgen_static_la-verify.lo
CC libmonosgen_la-sgen-alloc.lo
CC libmonoruntimesgen_static_la-threadpool-io.lo
CC libmonoruntimesgen_static_la-w32semaphore-unix.lo
CC libmonoruntimesgen_static_la-dynamic-stream.lo
CC libmonoruntimesgen_la-sgen-old-bridge.lo
CC libmonoruntimesgen_static_la-w32event-unix.lo
CC libmonoruntimesgen_static_la-dynamic-stream.lo
CC libmonoruntimesgen_static_la-file-mmap-posix.lo
CC libmonoruntimesgen_static_la-verify.lo
CC libmonoruntimesgen_static_la-file-mmap-posix.lo
CC libmonoruntimesgen_la-sgen-new-bridge.lo
CC libmonoruntimesgen_static_la-file-mmap-windows.lo
CC libmonoruntimesgen_static_la-dynamic-stream.lo
CC libmonoruntimesgen_la-w32process-unix-haiku.lo
CC libmonoruntimesgen_static_la-file-mmap-windows.lo
CC libmonosgen_la-sgen-cardtable.lo
CC libmonoruntimesgen_static_la-metadata-cross-helpers.lo
CC libmonoruntimesgen_la-sgen-tarjan-bridge.lo
CC libmonoruntimesgen_static_la-metadata-cross-helpers.lo
CC libmonoruntimesgen_static_la-file-mmap-posix.lo
CC libmonoruntimesgen_static_la-w32process-unix.lo
CC libmonoruntimesgen_static_la-seq-points-data.lo
CC libmonosgen_la-sgen-debug.lo
CC libmonoruntimesgen_static_la-seq-points-data.lo
CC libmonoruntimesgen_la-sgen-toggleref.lo
CC libmonoruntimesgen_static_la-file-mmap-windows.lo
CC libmonoruntimesgen_static_la-handle.lo
CC libmonoruntimesgen_static_la-w32process-unix-osx.lo
CC libmonoruntimesgen_static_la-handle.lo
CC libmonosgen_la-sgen-descriptor.lo
CC libmonoruntimesgen_static_la-metadata-cross-helpers.lo
CC libmonoruntimesgen_la-w32process-unix-default.lo
CC libmonoruntimesgen_static_la-w32handle-namespace.lo
CC libmonoruntimesgen_la-sgen-stw.lo
CC libmonoruntimesgen_static_la-w32process-unix-bsd.lo
CSC [secxml/basic] System.dll
CC libmonosgen_la-sgen-fin-weak-hash.lo
CC libmonoruntimesgen_static_la-w32handle-namespace.lo
CC libmonoruntimesgen_static_la-seq-points-data.lo
CC libmonoruntimesgen_static_la-w32handle.lo
CC libmonoruntimesgen_la-w32socket-unix.lo
CC libmonoruntimesgen_static_la-w32process-unix-haiku.lo
CC libmonoruntimesgen_la-sgen-mono.lo
CC libmonoruntimesgen_static_la-handle.lo
CC libmonoruntimesgen_static_la-w32process-unix-default.lo
CC libmonoruntimesgen_static_la-reflection.lo
CC libmonoruntimesgen_static_la-w32handle.lo
CC libmonosgen_la-sgen-gc.lo
CC libmonoruntimesgen_static_la-console-unix.lo
CC libmonoruntimesgen_static_la-w32socket-unix.lo
CC libmonoruntimesgen_static_la-w32handle-namespace.lo
CC libmonoruntimesgen_la-w32file-unix.lo
CC libmonoruntimesgen_static_la-reflection.lo
CC libmonoruntimesgen_static_la-dynamic-image.lo
CC libmonosgen_la-sgen-gchandles.lo
CC libmonoruntimesgen_static_la-w32mutex-unix.lo
CC libmonoruntimesgen_static_la-w32file-unix.lo
CC libmonoruntimesgen_static_la-w32handle.lo
CC libmonoruntimesgen_static_la-dynamic-image.lo
CC libmonoruntimesgen_static_la-w32semaphore-unix.lo
CC libmonoruntimesgen_static_la-sre.lo
CC libmonosgen_la-sgen-gray.lo
CC libmonoruntimesgen_static_la-w32file-unix-glob.lo
CC libmonoruntimesgen_la-w32file-unix-glob.lo
CC libmonoruntimesgen_static_la-reflection.lo
CC libmonoruntimesgen_static_la-w32event-unix.lo
CC libmonoruntimesgen_static_la-sre.lo
CC libmonoruntimesgen_static_la-w32error-unix.lo
CC libmonoruntimesgen_static_la-sre-encode.lo
CC libmonosgen_la-sgen-hash-table.lo
CC libmonoruntimesgen_static_la-dynamic-image.lo
CC libmonoruntimesgen_la-w32error-unix.lo
CC libmonoruntimesgen_static_la-w32process-unix.lo
CC libmonoruntimesgen_static_la-appdomain.lo
CC libmonoruntimesgen_static_la-sre-encode.lo
CC libmonosgen_la-sgen-internal.lo
CC libmonoruntimesgen_static_la-sre-save.lo
CC libmonoruntimesgen_static_la-sre.lo
CC libmonoruntimesgen_la-appdomain.lo
CC libmonoruntimesgen_static_la-sre-save.lo
CC libmonoruntimesgen_static_la-w32process-unix-osx.lo
CC libmonoruntimesgen_static_la-domain.lo
CC libmonoruntimesgen_static_la-custom-attrs.lo
CC libmonoruntimesgen_static_la-sre-encode.lo
CC libmonosgen_la-sgen-layout-stats.lo
CC libmonoruntimesgen_static_la-w32process-unix-bsd.lo
CC libmonoruntimesgen_static_la-custom-attrs.lo
CC libmonoruntimesgen_static_la-assembly.lo
CC libmonoruntimesgen_static_la-w32process-unix-haiku.lo
CC libmonoruntimesgen_la-domain.lo
CC libmonosgen_la-sgen-los.lo
CC libmonoruntimesgen_static_la-w32process-unix-default.lo
CC libmonoruntimesgen_static_la-gc-stats.lo
CC libmonoruntimesgen_static_la-sre-save.lo
CC libmonoruntimesgen_static_la-gc-stats.lo
CC libmonoruntimesgen_static_la-attach.lo
CC libmonoruntimesgen_static_la-w32socket-unix.lo
CC libmonoruntimesgen_static_la-gc.lo
CC libmonoruntimesgen_static_la-gc.lo
CC libmonosgen_la-sgen-marksweep.lo
CC libmonoruntimesgen_static_la-custom-attrs.lo
CC libmonoruntimesgen_static_la-class.lo
CC libmonoruntimesgen_static_la-w32file-unix.lo
CC libmonoruntimesgen_static_la-monitor.lo
CC libmonoruntimesgen_static_la-monitor.lo
CC libmonoruntimesgen_la-assembly.lo
CC libmonoruntimesgen_static_la-gc-stats.lo
CC libmonoruntimesgen_static_la-mono-hash.lo
CC libmonoruntimesgen_static_la-class-accessors.lo
CC libmonoruntimesgen_static_la-w32file-unix-glob.lo
CC libmonoruntimesgen_static_la-gc.lo
CC libmonoruntimesgen_static_la-mono-hash.lo
CC libmonoruntimesgen_static_la-w32error-unix.lo
CC libmonoruntimesgen_static_la-cominterop.lo
CC libmonosgen_la-sgen-memory-governor.lo
CC libmonoruntimesgen_static_la-mono-conc-hash.lo
CC libmonoruntimesgen_static_la-appdomain.lo
CC libmonoruntimesgen_static_la-mono-conc-hash.lo
CC libmonoruntimesgen_static_la-monitor.lo
CC libmonoruntimesgen_static_la-sgen-bridge.lo
CC libmonosgen_la-sgen-nursery-allocator.lo
CC libmonoruntimesgen_static_la-sgen-bridge.lo
CC libmonoruntimesgen_static_la-mono-hash.lo
CC libmonoruntimesgen_static_la-domain.lo
CC libmonoruntimesgen_static_la-sgen-old-bridge.lo
CC libmonosgen_la-sgen-pinning-stats.lo
CC libmonoruntimesgen_static_la-coree.lo
CC libmonoruntimesgen_static_la-debug-helpers.lo
CC libmonoruntimesgen_static_la-mono-conc-hash.lo
CC libmonoruntimesgen_static_la-sgen-old-bridge.lo
CC libmonoruntimesgen_static_la-assembly.lo
CC libmonosgen_la-sgen-pinning.lo
CC libmonoruntimesgen_static_la-sgen-new-bridge.lo
CC libmonoruntimesgen_static_la-sgen-tarjan-bridge.lo
CC libmonosgen_la-sgen-pointer-queue.lo
CC libmonoruntimesgen_la-attach.lo
CC libmonoruntimesgen_static_la-sgen-toggleref.lo
CC libmonoruntimesgen_static_la-debug-mono-symfile.lo
CC libmonosgen_la-sgen-array-list.lo
CC libmonoruntimesgen_static_la-sgen-bridge.lo
CC libmonoruntimesgen_static_la-attach.lo
CC libmonoruntimesgen_static_la-sgen-new-bridge.lo
CC libmonoruntimesgen_static_la-debug-mono-ppdb.lo
CC libmonoruntimesgen_static_la-sgen-stw.lo
CC libmonosgen_la-sgen-protocol.lo
CC libmonoruntimesgen_static_la-sgen-old-bridge.lo
CC libmonoruntimesgen_static_la-decimal-ms.lo
../../../../external/mono/mono/metadata/attach.c:600:1: warning: no previous prototype for function 'mono_attach_parse_options' [-Wmissing-prototypes]
mono_attach_parse_options (char *options)
^
../../../../external/mono/mono/metadata/attach.c:605:1: warning: no previous prototype for function 'mono_attach_init' [-Wmissing-prototypes]
mono_attach_init (void)
^
../../../../external/mono/mono/metadata/attach.c:610:1: warning: no previous prototype for function 'mono_attach_start' [-Wmissing-prototypes]
mono_attach_start (void)
^
../../../../external/mono/mono/metadata/attach.c:616:1: warning: no previous prototype for function 'mono_attach_maybe_start' [-Wmissing-prototypes]
mono_attach_maybe_start (void)
^
../../../../external/mono/mono/metadata/attach.c:621:1: warning: no previous prototype for function 'mono_attach_cleanup' [-Wmissing-prototypes]
mono_attach_cleanup (void)
^
5 warnings generated.
CC libmonoruntimesgen_la-class.lo
CC libmonoruntimesgen_static_la-sgen-tarjan-bridge.lo
CC libmonoruntimesgen_static_la-class.lo
CC libmonoruntimesgen_static_la-sgen-new-bridge.lo
CSC [basic] System.dll
CC libmonoruntimesgen_static_la-environment.lo
CC libmonoruntimesgen_static_la-sgen-mono.lo
CC libmonosgen_la-sgen-qsort.lo
CC libmonoruntimesgen_static_la-class-accessors.lo
CC libmonoruntimesgen_static_la-sgen-toggleref.lo
CC libmonoruntimesgen_la-class-accessors.lo
CC libmonoruntimesgen_static_la-sgen-tarjan-bridge.lo
CC libmonoruntimesgen_static_la-cominterop.lo
CC libmonoruntimesgen_static_la-exception.lo
CC libmonosgen_la-sgen-simple-nursery.lo
CCLD libmonoruntime-config.la
CC libmonoruntimesgen_static_la-sgen-stw.lo
CCLD libmonoruntimesgen-static.la
CC libmonoruntimesgen_static_la-sgen-toggleref.lo
CC libmonoruntimesgen_static_la-coree.lo
CC libmonoruntimesgen_static_la-debug-helpers.lo
CC libmonoruntimesgen_la-cominterop.lo
CC libmonoruntimesgen_static_la-w32file.lo
CC libmonosgen_la-sgen-split-nursery.lo
CC libmonoruntimesgen_static_la-sgen-mono.lo
CC libmonoruntimesgen_static_la-sgen-stw.lo
CC libmonoruntimesgen_static_la-debug-mono-symfile.lo
CC libmonoruntimesgen_static_la-filewatcher.lo
CC libmonosgen_la-sgen-thread-pool.lo
CCLD libmonoruntime-config.la
CC libmonoruntimesgen_static_la-debug-mono-ppdb.lo
CC libmonoruntimesgen_static_la-sgen-mono.lo
CC libmonoruntimesgen_static_la-icall.lo
CC libmonosgen_la-sgen-workers.lo
CC libmonoruntimesgen_static_la-decimal-ms.lo
CCLD libmonoruntimesgen-static.la
CCLD libmonoruntime-config.la
CC libmonoruntimesgen_la-coree.lo
CCLD libmonosgen.la
CC libmonoruntimesgen_static_la-image.lo
CC libmonoruntimesgen_static_la-jit-info.lo
CC libmonoruntimesgen_static_la-loader.lo
CC libmonoruntimesgen_static_la-environment.lo
CC libmonoruntimesgen_static_la-locales.lo
CC libmonoruntimesgen_static_la-exception.lo
CC libmonoruntimesgen_static_la-w32file.lo
CC libmonoruntimesgen_la-debug-helpers.lo
Making all in sgen
CCLD libmonoruntimesgen-static.la
CC libmonosgen_static_la-sgen-alloc.lo
Making all in mini
CC libmonoruntimesgen_static_la-lock-tracer.lo
CC libmonoruntimesgen_static_la-filewatcher.lo
CC libmonoruntimesgen_static_la-marshal.lo
../../../../external/mono/mono/metadata/marshal.c:10852:72: warning: format specifies type 'unsigned long' but the argument has type 'gsize' (aka 'unsigned int') [-Wformat]
mono_error_set_out_of_memory (error, "Could not allocate %lu bytes", size);
~~~ ^~~~
%u
1 warning generated.
CC libmonoruntimesgen_static_la-icall.lo
CC libmonosgen_static_la-sgen-cardtable.lo
CC libmonoruntimesgen_static_la-mempool.lo
CC libmonoruntimesgen_static_la-metadata.lo
if test -d /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/.git; then \
(cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono; \
LANG=C; export LANG; \
if test -z "$ghprbPullId"; then \
branch=`git branch | grep '^\*' | sed 's/(detached from .*/explicit/' | cut -d ' ' -f 2`; \
else \
branch="pull-request-$ghprbPullId"; \
fi; \
version=`git log --no-color --first-parent -n1 --pretty=format:%h`; \
echo "#define FULL_VERSION \"$branch/$version\""; \
); \
else \
echo "#define FULL_VERSION \"tarball\""; \
fi > version.h
CC genmdesc-genmdesc.o
CC libmonoruntimesgen_la-debug-mono-symfile.lo
CC genmdesc-helpers.o
CC libmonoruntimesgen_static_la-metadata-verify.lo
CC ../metadata/genmdesc-opcodes.o
CCLD genmdesc
CC libmonoruntimesgen_static_la-image.lo
CC libmonoruntimesgen_static_la-method-builder.lo
Making all in sgen
CC libmonosgen_static_la-sgen-debug.lo
CC libmonoruntimesgen_static_la-mono-basic-block.lo
CC libmonosgen_static_la-sgen-descriptor.lo
CC libmonosgen_static_la-sgen-alloc.lo
CC libmonoruntimesgen_static_la-mono-config.lo
perl /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini/genmdesc.pl __aarch64__ /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini cpu-arm64.h arm64_cpu_desc /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini/cpu-arm64.md
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make all-am
CC libmonoruntimesgen_static_la-mono-debug.lo
CC libmonosgen_static_la-sgen-cardtable.lo
CC libmonosgen_static_la-sgen-fin-weak-hash.lo
CC libmonoruntimesgen_la-debug-mono-ppdb.lo
CC libmini_la-mini.lo
CSC [basic] System.Xml.dll
CC libmonoruntimesgen_static_la-jit-info.lo
CC libmonosgen_static_la-sgen-gc.lo
CC libmonoruntimesgen_static_la-mono-endian.lo
CC libmonosgen_static_la-sgen-debug.lo
CC libmini_la-mini-runtime.lo
CC libmonoruntimesgen_la-decimal-ms.lo
CC libmonoruntimesgen_static_la-loader.lo
CC libmonoruntimesgen_static_la-mono-mlist.lo
CC libmonosgen_static_la-sgen-gchandles.lo
CC libmini_la-seq-points.lo
CC libmonosgen_static_la-sgen-descriptor.lo
CC libmonoruntimesgen_static_la-locales.lo
CC libmonoruntimesgen_static_la-mono-perfcounters.lo
CC libmonoruntimesgen_la-environment.lo
CC libmonosgen_static_la-sgen-gray.lo
CC libmonosgen_static_la-sgen-fin-weak-hash.lo
CC libmonoruntimesgen_static_la-lock-tracer.lo
CC libmini_la-method-to-ir.lo
Making all in sgen
CC libmonoruntimesgen_static_la-mono-route.lo
CC libmonoruntimesgen_static_la-marshal.lo
CC libmonosgen_static_la-sgen-hash-table.lo
CC libmonosgen_static_la-sgen-gc.lo
CC libmini_la-cfgdump.lo
CC libmonoruntimesgen_la-exception.lo
CC libmonoruntimesgen_static_la-number-ms.lo
CC libmonoruntimesgen_static_la-mempool.lo
CC libmonosgen_static_la-sgen-internal.lo
CC libmonoruntimesgen_static_la-object.lo
CC libmonosgen_static_la-sgen-gchandles.lo
CC libmini_la-decompose.lo
CC libmonoruntimesgen_static_la-metadata.lo
CC libmonoruntimesgen_la-w32file.lo
CC libmonosgen_static_la-sgen-alloc.lo
CC libmonosgen_static_la-sgen-layout-stats.lo
CC libmonosgen_static_la-sgen-gray.lo
CC libmonoruntimesgen_static_la-opcodes.lo
CC libmini_la-jit-icalls.lo
CC libmonoruntimesgen_static_la-metadata-verify.lo
CC libmonoruntimesgen_static_la-property-bag.lo
CC libmonoruntimesgen_la-filewatcher.lo
CC libmonosgen_static_la-sgen-los.lo
CC libmonoruntimesgen_static_la-w32socket.lo
CC libmonosgen_static_la-sgen-hash-table.lo
CC libmonosgen_static_la-sgen-cardtable.lo
CC libmini_la-trace.lo
CC libmonoruntimesgen_static_la-method-builder.lo
CC libmonosgen_static_la-sgen-marksweep.lo
CC libmonosgen_static_la-sgen-internal.lo
CC libmonoruntimesgen_static_la-w32process.lo
CC libmonosgen_static_la-sgen-debug.lo
CC libmini_la-dominators.lo
CC libmonoruntimesgen_static_la-mono-basic-block.lo
CC libmonoruntimesgen_static_la-profiler.lo
CC libmonosgen_static_la-sgen-descriptor.lo
CC libmonosgen_static_la-sgen-layout-stats.lo
CC libmini_la-cfold.lo
CC libmonoruntimesgen_static_la-mono-config.lo
CC libmonosgen_static_la-sgen-memory-governor.lo
CC libmonoruntimesgen_la-icall.lo
CC libmonoruntimesgen_static_la-mono-debug.lo
CC libmonosgen_static_la-sgen-los.lo
CC libmonoruntimesgen_static_la-rand.lo
CC libmonosgen_static_la-sgen-nursery-allocator.lo
CC libmonoruntimesgen_static_la-remoting.lo
CC libmonoruntimesgen_static_la-mono-endian.lo
CC libmonosgen_static_la-sgen-marksweep.lo
CC libmonosgen_static_la-sgen-pinning-stats.lo
CC libmonosgen_static_la-sgen-fin-weak-hash.lo
CC libmonoruntimesgen_static_la-mono-mlist.lo
CC libmini_la-helpers.lo
CC libmonoruntimesgen_static_la-runtime.lo
CC libmonosgen_static_la-sgen-pinning.lo
CC libmonosgen_static_la-sgen-memory-governor.lo
CC libmonosgen_static_la-sgen-gc.lo
CC libmonoruntimesgen_static_la-mono-perfcounters.lo
CC libmini_la-liveness.lo
CC libmonoruntimesgen_static_la-mono-security.lo
CC libmini_la-ssa.lo
CC libmonosgen_static_la-sgen-pointer-queue.lo
CC libmonosgen_static_la-sgen-nursery-allocator.lo
CC libmonosgen_static_la-sgen-gchandles.lo
CC libmonoruntimesgen_static_la-mono-route.lo
CC libmini_la-abcremoval.lo
CC libmonoruntimesgen_static_la-security-core-clr.lo
CC libmini_la-local-propagation.lo
CC libmonoruntimesgen_la-image.lo
CC libmonosgen_static_la-sgen-array-list.lo
CC libmini_la-driver.g.lo
CC libmonosgen_static_la-sgen-gray.lo
CC libmonoruntimesgen_static_la-number-ms.lo
CC libmonosgen_static_la-sgen-pinning-stats.lo
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
In file included from ../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:7:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/ecrypt-sync.h:74:17: warning: this function declaration is not a prototype [-Wstrict-prototypes]
void ECRYPT_init();
^
void
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:219:23: warning: passing 'char [32]' to parameter of type 'const u8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ECRYPT_keysetup (&x, k, 128, 64);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:29:46: note: passing argument to parameter 'k' here
void ECRYPT_keysetup(ECRYPT_ctx *x,const u8 *k,u32 kbits,u32 ivbits)
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:220:22: warning: passing 'char [8]' to parameter of type 'const u8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ECRYPT_ivsetup (&x, v);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:53:45: note: passing argument to parameter 'iv' here
void ECRYPT_ivsetup(ECRYPT_ctx *x,const u8 *iv)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:21:33: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader->guid, heap->data, new_tables, heap->size);
^~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:64: note: passing argument to parameter 'src' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:22:13: warning: assigning to 'const char *' from 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
heap->data = new_tables;
^ ~~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:114:33: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader.guid, image->raw_data + offset, d, top * 16);
^~~~~~~~~~~~~~~~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:64: note: passing argument to parameter 'src' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:114:59: warning: passing 'char [128]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader.guid, image->raw_data + offset, d, top * 16);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:84: note: passing argument to parameter 'dest' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
../../../../external/mono/mono/mini/driver.g.c:1591:15: warning: unused variable 'cfg' [-Wunused-variable]
MonoCompile *cfg;
^
8 warnings generated.
CC libmonoruntimesgen_static_la-object.lo
CC libmonoruntimesgen_static_la-opcodes.lo
CC libmonoruntimesgen_static_la-security-manager.lo
CC libmonosgen_static_la-sgen-protocol.lo
CC libmini_la-debug-mini.lo
CC libmonosgen_static_la-sgen-hash-table.lo
CSC [basic] System.Core.dll
CC libmonoruntimesgen_static_la-property-bag.lo
CC libmonoruntimesgen_la-jit-info.lo
CC libmonosgen_static_la-sgen-pinning.lo
CC libmonoruntimesgen_static_la-w32socket.lo
CC libmonoruntimesgen_static_la-string-icalls.lo
CC libmonosgen_static_la-sgen-qsort.lo
CC libmini_la-linear-scan.lo
CC libmonosgen_static_la-sgen-internal.lo
CC libmonosgen_static_la-sgen-pointer-queue.lo
CC libmonoruntimesgen_static_la-w32process.lo
CC libmonoruntimesgen_static_la-sysmath.lo
CC libmonosgen_static_la-sgen-simple-nursery.lo
CC libmini_la-aot-compiler.lo
CC libmonosgen_static_la-sgen-layout-stats.lo
CC libmonoruntimesgen_la-loader.lo
CC libmonoruntimesgen_static_la-threads.lo
CC libmonosgen_static_la-sgen-array-list.lo
CC libmonoruntimesgen_static_la-profiler.lo
CC libmonosgen_static_la-sgen-split-nursery.lo
CC libmonosgen_static_la-sgen-los.lo
CC libmini_la-aot-runtime.lo
CC libmonoruntimesgen_static_la-threadpool.lo
CC libmonoruntimesgen_static_la-rand.lo
CC libmonosgen_static_la-sgen-protocol.lo
CC libmonoruntimesgen_la-locales.lo
CC libmonosgen_static_la-sgen-thread-pool.lo
CC libmonosgen_static_la-sgen-marksweep.lo
CC libmonoruntimesgen_static_la-threadpool-worker-default.lo
CC libmonoruntimesgen_static_la-remoting.lo
CC libmini_la-graph.lo
CC libmini_la-mini-codegen.lo
CC libmonosgen_static_la-sgen-workers.lo
CC libmonosgen_static_la-sgen-qsort.lo
CC libmonoruntimesgen_static_la-runtime.lo
CC libmonosgen_static_la-sgen-memory-governor.lo
CC libmonoruntimesgen_static_la-threadpool-io.lo
CC libmini_la-mini-exceptions.lo
CC libmonosgen_static_la-sgen-simple-nursery.lo
CCLD libmonosgen-static.la
CC libmonoruntimesgen_la-lock-tracer.lo
CC libmonoruntimesgen_static_la-mono-security.lo
CC libmini_la-mini-trampolines.lo
CC libmonosgen_static_la-sgen-split-nursery.lo
CC libmonoruntimesgen_static_la-security-core-clr.lo
CC libmini_la-branch-opts.lo
CC libmonosgen_static_la-sgen-nursery-allocator.lo
CC libmonoruntimesgen_static_la-verify.lo
CC libmini_la-mini-generic-sharing.lo
CC libmonosgen_static_la-sgen-thread-pool.lo
CC libmonoruntimesgen_static_la-security-manager.lo
CC libmonoruntimesgen_static_la-dynamic-stream.lo
CC libmonosgen_static_la-sgen-pinning-stats.lo
CC libmonosgen_static_la-sgen-workers.lo
CC libmonoruntimesgen_static_la-file-mmap-posix.lo
CC libmonoruntimesgen_static_la-string-icalls.lo
CC libmonosgen_static_la-sgen-pinning.lo
../../../../external/mono/mono/mini/mini-generic-sharing.c:1206:17: warning: unused variable 'retval_var' [-Wunused-variable]
int i, pindex, retval_var = 0;
^
../../../../external/mono/mono/mini/mini-generic-sharing.c:1310:39: warning: unused variable 'stind_op' [-Wunused-variable]
int i, pindex, args_start, ldind_op, stind_op;
^
../../../../external/mono/mono/mini/mini-generic-sharing.c:1310:29: warning: unused variable 'ldind_op' [-Wunused-variable]
int i, pindex, args_start, ldind_op, stind_op;
^
../../../../external/mono/mono/mini/mini-generic-sharing.c:1437:17: warning: unused variable 'retval_var' [-Wunused-variable]
int i, pindex, retval_var = 0;
^
4 warnings generated.
CCLD libmonosgen-static.la
CC libmini_la-tasklets.lo
CC libmonoruntimesgen_static_la-file-mmap-windows.lo
CC libmonoruntimesgen_static_la-sysmath.lo
CC libmonoruntimesgen_la-marshal.lo
Making all in mini
CC libmonosgen_static_la-sgen-pointer-queue.lo
CC libmonoruntimesgen_static_la-metadata-cross-helpers.lo
CC libmonoruntimesgen_static_la-threads.lo
CC libmini_la-simd-intrinsics.lo
CC libmonosgen_static_la-sgen-array-list.lo
CC libmonoruntimesgen_static_la-seq-points-data.lo
CC libmonoruntimesgen_static_la-threadpool.lo
Making all in mini
CC libmini_la-mini-native-types.lo
../../../../external/mono/mono/metadata/marshal.c:3160:6: warning: unused variable 'params_var' [-Wunused-variable]
int params_var;
^
../../../../external/mono/mono/metadata/marshal.c:3402:6: warning: unused variable 'params_var' [-Wunused-variable]
int params_var;
^
../../../../external/mono/mono/metadata/marshal.c:3512:6: warning: unused variable 'i' [-Wunused-variable]
int i;
^
../../../../external/mono/mono/metadata/marshal.c:3530:11: warning: unused variable 'void_ret' [-Wunused-variable]
gboolean void_ret;
^
../../../../external/mono/mono/metadata/marshal.c:3520:18: warning: unused variable 'pos2' [-Wunused-variable]
int pos0, pos1, pos2;
^
../../../../external/mono/mono/metadata/marshal.c:3520:12: warning: unused variable 'pos1' [-Wunused-variable]
int pos0, pos1, pos2;
^
../../../../external/mono/mono/metadata/marshal.c:3520:6: warning: unused variable 'pos0' [-Wunused-variable]
int pos0, pos1, pos2;
^
../../../../external/mono/mono/metadata/marshal.c:3519:66: warning: unused variable 'local_res' [-Wunused-variable]
int local_i, local_len, local_delegates, local_d, local_target, local_res;
^
../../../../external/mono/mono/metadata/marshal.c:3519:52: warning: unused variable 'local_target' [-Wunused-variable]
int local_i, local_len, local_delegates, local_d, local_target, local_res;
^
../../../../external/mono/mono/metadata/marshal.c:3519:43: warning: unused variable 'local_d' [-Wunused-variable]
int local_i, local_len, local_delegates, local_d, local_target, local_res;
^
../../../../external/mono/mono/metadata/marshal.c:3519:26: warning: unused variable 'local_delegates' [-Wunused-variable]
int local_i, local_len, local_delegates, local_d, local_target, local_res;
^
../../../../external/mono/mono/metadata/marshal.c:3519:15: warning: unused variable 'local_len' [-Wunused-variable]
int local_i, local_len, local_delegates, local_d, local_target, local_res;
^
../../../../external/mono/mono/metadata/marshal.c:3519:6: warning: unused variable 'local_i' [-Wunused-variable]
int local_i, local_len, local_delegates, local_d, local_target, local_res;
^
../../../../external/mono/mono/metadata/marshal.c:4319:14: warning: unused variable 'param_names' [-Wunused-variable]
const char *param_names [16];
^
../../../../external/mono/mono/metadata/marshal.c:4527:6: warning: unused variable 'pos' [-Wunused-variable]
int pos;
^
../../../../external/mono/mono/metadata/marshal.c:4525:23: warning: unused variable 'clause' [-Wunused-variable]
MonoExceptionClause *clause;
^
../../../../external/mono/mono/metadata/marshal.c:4638:14: warning: unused variable 'param_names' [-Wunused-variable]
const char *param_names [16];
^
../../../../external/mono/mono/metadata/marshal.c:4744:6: warning: unused variable 'i' [-Wunused-variable]
int i;
^
../../../../external/mono/mono/metadata/marshal.c:7938:20: warning: unused variable 'mspecs' [-Wunused-variable]
MonoMarshalSpec **mspecs;
^
../../../../external/mono/mono/metadata/marshal.c:7943:6: warning: unused variable 'i' [-Wunused-variable]
int i;
^
../../../../external/mono/mono/metadata/marshal.c:8415:21: warning: unused variable 'piinfo' [-Wunused-variable]
MonoMethodPInvoke *piinfo = &mpiinfo;
^
../../../../external/mono/mono/metadata/marshal.c:9195:6: warning: unused variable 'return_null_pos' [-Wunused-variable]
int return_null_pos, positive_cache_hit_pos, negative_cache_hit_pos, invalid_cast_pos;
^
../../../../external/mono/mono/metadata/marshal.c:9195:23: warning: unused variable 'positive_cache_hit_pos' [-Wunused-variable]
int return_null_pos, positive_cache_hit_pos, negative_cache_hit_pos, invalid_cast_pos;
^
../../../../external/mono/mono/metadata/marshal.c:9195:47: warning: unused variable 'negative_cache_hit_pos' [-Wunused-variable]
int return_null_pos, positive_cache_hit_pos, negative_cache_hit_pos, invalid_cast_pos;
^
../../../../external/mono/mono/metadata/marshal.c:9195:71: warning: unused variable 'invalid_cast_pos' [-Wunused-variable]
int return_null_pos, positive_cache_hit_pos, negative_cache_hit_pos, invalid_cast_pos;
^
../../../../external/mono/mono/metadata/marshal.c:9279:6: warning: unused variable 'return_null_pos' [-Wunused-variable]
int return_null_pos, positive_cache_hit_pos, negative_cache_hit_pos;
^
../../../../external/mono/mono/metadata/marshal.c:9279:23: warning: unused variable 'positive_cache_hit_pos' [-Wunused-variable]
int return_null_pos, positive_cache_hit_pos, negative_cache_hit_pos;
^
../../../../external/mono/mono/metadata/marshal.c:9279:47: warning: unused variable 'negative_cache_hit_pos' [-Wunused-variable]
int return_null_pos, positive_cache_hit_pos, negative_cache_hit_pos;
^
../../../../external/mono/mono/metadata/marshal.c:9537:23: warning: unused variable 'clause' [-Wunused-variable]
MonoExceptionClause *clause;
^
../../../../external/mono/mono/metadata/marshal.c:9542:6: warning: unused variable 'i' [-Wunused-variable]
int i, pos, pos2, this_local, taken_local, ret_local = 0;
^
../../../../external/mono/mono/metadata/marshal.c:9542:9: warning: unused variable 'pos' [-Wunused-variable]
int i, pos, pos2, this_local, taken_local, ret_local = 0;
^
../../../../external/mono/mono/metadata/marshal.c:9542:14: warning: unused variable 'pos2' [-Wunused-variable]
int i, pos, pos2, this_local, taken_local, ret_local = 0;
^
../../../../external/mono/mono/metadata/marshal.c:9542:20: warning: unused variable 'this_local' [-Wunused-variable]
int i, pos, pos2, this_local, taken_local, ret_local = 0;
^
../../../../external/mono/mono/metadata/marshal.c:9542:32: warning: unused variable 'taken_local' [-Wunused-variable]
int i, pos, pos2, this_local, taken_local, ret_local = 0;
^
../../../../external/mono/mono/metadata/marshal.c:9542:45: warning: unused variable 'ret_local' [-Wunused-variable]
int i, pos, pos2, this_local, taken_local, ret_local = 0;
^
../../../../external/mono/mono/metadata/marshal.c:9729:6: warning: unused variable 'i' [-Wunused-variable]
int i;
^
../../../../external/mono/mono/metadata/marshal.c:9876:14: warning: unused variable 'param_names' [-Wunused-variable]
const char *param_names [16];
^
../../../../external/mono/mono/metadata/marshal.c:9877:10: warning: unused variable 'b1' [-Wunused-variable]
guint32 b1, b2, b3, b4;
^
../../../../external/mono/mono/metadata/marshal.c:9877:14: warning: unused variable 'b2' [-Wunused-variable]
guint32 b1, b2, b3, b4;
^
../../../../external/mono/mono/metadata/marshal.c:9877:18: warning: unused variable 'b3' [-Wunused-variable]
guint32 b1, b2, b3, b4;
^
../../../../external/mono/mono/metadata/marshal.c:9877:22: warning: unused variable 'b4' [-Wunused-variable]
guint32 b1, b2, b3, b4;
^
../../../../external/mono/mono/metadata/marshal.c:9878:6: warning: unused variable 'aklass' [-Wunused-variable]
int aklass, vklass, vtable, uiid;
^
../../../../external/mono/mono/metadata/marshal.c:9878:14: warning: unused variable 'vklass' [-Wunused-variable]
int aklass, vklass, vtable, uiid;
^
../../../../external/mono/mono/metadata/marshal.c:9878:22: warning: unused variable 'vtable' [-Wunused-variable]
int aklass, vklass, vtable, uiid;
^
../../../../external/mono/mono/metadata/marshal.c:9878:30: warning: unused variable 'uiid' [-Wunused-variable]
int aklass, vklass, vtable, uiid;
^
../../../../external/mono/mono/metadata/marshal.c:9879:6: warning: unused variable 'array_slot_addr' [-Wunused-variable]
int array_slot_addr;
^
../../../../external/mono/mono/metadata/marshal.c:10354:10: warning: unused variable 'b1' [-Wunused-variable]
guint32 b1, b2, b3, b4;
^
../../../../external/mono/mono/metadata/marshal.c:10354:14: warning: unused variable 'b2' [-Wunused-variable]
guint32 b1, b2, b3, b4;
^
../../../../external/mono/mono/metadata/marshal.c:10354:18: warning: unused variable 'b3' [-Wunused-variable]
guint32 b1, b2, b3, b4;
^
../../../../external/mono/mono/metadata/marshal.c:10354:22: warning: unused variable 'b4' [-Wunused-variable]
guint32 b1, b2, b3, b4;
^
../../../../external/mono/mono/metadata/marshal.c:10355:10: warning: unused variable 'copy_pos' [-Wunused-variable]
guint32 copy_pos;
^
../../../../external/mono/mono/metadata/marshal.c:10356:6: warning: unused variable 'aklass' [-Wunused-variable]
int aklass, vklass;
^
../../../../external/mono/mono/metadata/marshal.c:10356:14: warning: unused variable 'vklass' [-Wunused-variable]
int aklass, vklass;
^
../../../../external/mono/mono/metadata/marshal.c:10357:6: warning: unused variable 'array_slot_addr' [-Wunused-variable]
int array_slot_addr;
^
../../../../external/mono/mono/metadata/marshal.c:10590:9: warning: unused variable 'bounds' [-Wunused-variable]
int i, bounds, ind, realidx;
^
../../../../external/mono/mono/metadata/marshal.c:10590:17: warning: unused variable 'ind' [-Wunused-variable]
int i, bounds, ind, realidx;
^
../../../../external/mono/mono/metadata/marshal.c:10590:22: warning: unused variable 'realidx' [-Wunused-variable]
int i, bounds, ind, realidx;
^
../../../../external/mono/mono/metadata/marshal.c:10591:6: warning: unused variable 'branch_pos' [-Wunused-variable]
int branch_pos, *branch_positions;
^
../../../../external/mono/mono/metadata/marshal.c:10766:6: warning: unused variable 'i' [-Wunused-variable]
int i;
^
../../../../external/mono/mono/metadata/marshal.c:10769:24: warning: unused variable 'container' [-Wunused-variable]
MonoGenericContainer *container = NULL;
^
../../../../external/mono/mono/metadata/marshal.c:10852:72: warning: format specifies type 'unsigned long' but the argument has type 'gsize' (aka 'unsigned int') [-Wformat]
mono_error_set_out_of_memory (error, "Could not allocate %lu bytes", size);
~~~ ^~~~
%u
../../../../external/mono/mono/metadata/marshal.c:12079:6: warning: unused variable 'i' [-Wunused-variable]
int i;
^
../../../../external/mono/mono/metadata/marshal.c:12175:23: warning: unused variable 'clause' [-Wunused-variable]
MonoExceptionClause *clause;
^
../../../../external/mono/mono/metadata/marshal.c:12180:32: warning: unused variable 'pos_leave' [-Wunused-variable]
int i, param_count, sig_size, pos_leave;
^
64 warnings generated.
CC libmonoruntimesgen_static_la-handle.lo
CC libmonosgen_static_la-sgen-protocol.lo
../../../../external/mono/mono/mini/mini-native-types.c:92:26: warning: unused variable 'int_binop' [-Wunused-const-variable]
static const IntIntrisic int_binop[] = {
^
../../../../external/mono/mono/mini/mini-native-types.c:105:26: warning: unused variable 'int_unnop' [-Wunused-const-variable]
static const IntIntrisic int_unnop[] = {
^
../../../../external/mono/mono/mini/mini-native-types.c:111:26: warning: unused variable 'int_cmpop' [-Wunused-const-variable]
static const IntIntrisic int_cmpop[] = {
^
../../../../external/mono/mono/mini/mini-native-types.c:120:28: warning: unused variable 'type_info' [-Wunused-const-variable]
static const MagicTypeInfo type_info[] = {
^
4 warnings generated.
CC libmonoruntimesgen_static_la-threadpool-worker-default.lo
CC libmonoruntimesgen_static_la-w32handle-namespace.lo
CC libmonosgen_static_la-sgen-qsort.lo
CSC [basic] System.ComponentModel.Composition.dll
CC libmonoruntimesgen_la-mempool.lo
if test -d /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/.git; then \
(cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono; \
LANG=C; export LANG; \
if test -z "$ghprbPullId"; then \
branch=`git branch | grep '^\*' | sed 's/(detached from .*/explicit/' | cut -d ' ' -f 2`; \
else \
branch="pull-request-$ghprbPullId"; \
fi; \
version=`git log --no-color --first-parent -n1 --pretty=format:%h`; \
echo "#define FULL_VERSION \"$branch/$version\""; \
); \
else \
echo "#define FULL_VERSION \"tarball\""; \
fi > version.h
CC libmini_la-unwind.lo
CC genmdesc-genmdesc.o
CC libmonoruntimesgen_static_la-threadpool-io.lo
CC genmdesc-helpers.o
CC libmonosgen_static_la-sgen-simple-nursery.lo
CC libmonoruntimesgen_static_la-w32handle.lo
CC libmini_la-image-writer.lo
../../../../external/mono/mono/mini/helpers.c:86:9: warning: 'ARCH_PREFIX' macro redefined [-Wmacro-redefined]
#define ARCH_PREFIX ""
^
../../../../external/mono/mono/mini/helpers.c:82:9: note: previous definition is here
#define ARCH_PREFIX "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/"
^
1 warning generated.
CC ../metadata/genmdesc-opcodes.o
CC libmonoruntimesgen_la-metadata.lo
CC libmonoruntimesgen_static_la-verify.lo
CCLD genmdesc
if test -d /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/.git; then \
(cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono; \
LANG=C; export LANG; \
if test -z "$ghprbPullId"; then \
branch=`git branch | grep '^\*' | sed 's/(detached from .*/explicit/' | cut -d ' ' -f 2`; \
else \
branch="pull-request-$ghprbPullId"; \
fi; \
version=`git log --no-color --first-parent -n1 --pretty=format:%h`; \
echo "#define FULL_VERSION \"$branch/$version\""; \
); \
else \
echo "#define FULL_VERSION \"tarball\""; \
fi > version.h
CC genmdesc-genmdesc.o
CC libmonoruntimesgen_static_la-reflection.lo
CC libmonosgen_static_la-sgen-split-nursery.lo
CC libmini_la-dwarfwriter.lo
CC libmonoruntimesgen_static_la-dynamic-stream.lo
CC libmini_la-mini-gc.lo
CC libmonoruntimesgen_static_la-dynamic-image.lo
CC libmonosgen_static_la-sgen-thread-pool.lo
CC libmonoruntimesgen_static_la-file-mmap-posix.lo
./genmdesc cpu-arm.h arm_cpu_desc /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini/cpu-arm.md
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make all-am
CC genmdesc-helpers.o
CC libmini_la-debugger-agent.lo
CC libmini_static_la-mini.lo
CC libmonoruntimesgen_static_la-sre.lo
CC libmonosgen_static_la-sgen-workers.lo
../../../../external/mono/mono/mini/helpers.c:86:9: warning: 'ARCH_PREFIX' macro redefined [-Wmacro-redefined]
#define ARCH_PREFIX ""
^
../../../../external/mono/mono/mini/helpers.c:82:9: note: previous definition is here
#define ARCH_PREFIX "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/"
^
1 warning generated.
CC ../metadata/genmdesc-opcodes.o
CCLD genmdesc
CC libmonoruntimesgen_la-metadata-verify.lo
CC libmini_la-xdebug.lo
CC libmonoruntimesgen_static_la-sre-encode.lo
CCLD libmonosgen-static.la
CC libmonoruntimesgen_static_la-file-mmap-windows.lo
CC libmini_static_la-mini-runtime.lo
CC libmonoruntimesgen_static_la-sre-save.lo
CC libmonoruntimesgen_static_la-metadata-cross-helpers.lo
CC libmonoruntimesgen_static_la-custom-attrs.lo
CC libmonoruntimesgen_static_la-seq-points-data.lo
CC libmini_static_la-seq-points.lo
CC libmonoruntimesgen_static_la-handle.lo
CC libmonoruntimesgen_static_la-gc-stats.lo
./genmdesc cpu-arm.h arm_cpu_desc /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini/cpu-arm.md
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make all-am
CC libmini_static_la-method-to-ir.lo
CC libmini_la-alias-analysis.lo
CC libmonoruntimesgen_static_la-gc.lo
Making all in mini
CC libmonoruntimesgen_static_la-w32handle-namespace.lo
CC libmini_static_la-mini.lo
CSC [basic] System.Numerics.dll
CC libmonoruntimesgen_la-method-builder.lo
CC libmini_la-mini-cross-helpers.lo
CC libmonoruntimesgen_static_la-w32handle.lo
CC libmini_static_la-cfgdump.lo
CC libmonoruntimesgen_static_la-monitor.lo
CC libmini_static_la-mini-runtime.lo
CC libmonoruntimesgen_static_la-reflection.lo
CC libmonoruntimesgen_static_la-mono-hash.lo
CC libmini_la-arch-stubs.lo
CC libmini_static_la-decompose.lo
CC libmini_static_la-seq-points.lo
CC libmonoruntimesgen_la-mono-basic-block.lo
if test -d /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/.git; then \
(cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono; \
LANG=C; export LANG; \
if test -z "$ghprbPullId"; then \
branch=`git branch | grep '^\*' | sed 's/(detached from .*/explicit/' | cut -d ' ' -f 2`; \
else \
branch="pull-request-$ghprbPullId"; \
fi; \
version=`git log --no-color --first-parent -n1 --pretty=format:%h`; \
echo "#define FULL_VERSION \"$branch/$version\""; \
); \
else \
echo "#define FULL_VERSION \"tarball\""; \
fi > version.h
CC genmdesc-genmdesc.o
CC libmonoruntimesgen_static_la-dynamic-image.lo
CC libmonoruntimesgen_static_la-mono-conc-hash.lo
CC genmdesc-helpers.o
CC libmini_la-type-checking.lo
CC libmini_static_la-jit-icalls.lo
CC libmini_static_la-method-to-ir.lo
CC ../metadata/genmdesc-opcodes.o
CC libmini_la-lldb.lo
CCLD genmdesc
CC libmonoruntimesgen_static_la-sgen-bridge.lo
CC libmonoruntimesgen_static_la-sre.lo
CC libmini_la-memory-access.lo
CC libmini_static_la-trace.lo
CC libmini_static_la-cfgdump.lo
CC libmonoruntimesgen_la-mono-config.lo
CC libmini_la-mini-profiler.lo
./genmdesc cpu-arm64.h arm64_cpu_desc /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini/cpu-arm64.md
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make all-am
CC libmonoruntimesgen_static_la-sgen-old-bridge.lo
CC libmonoruntimesgen_static_la-sre-encode.lo
CC libmini_static_la-mini.lo
CSC [basic] System.Xml.Linq.dll
CC libmini_static_la-dominators.lo
CXX llvm-runtime.lo
CC libmini_static_la-decompose.lo
CC libmonoruntimesgen_static_la-sgen-new-bridge.lo
CC libmonoruntimesgen_static_la-sre-save.lo
CC interp/libmini_la-interp-stubs.lo
CC libmini_static_la-mini-runtime.lo
CC libmonoruntimesgen_la-mono-debug.lo
CC libmini_static_la-jit-icalls.lo
CC libmonoruntimesgen_static_la-sgen-tarjan-bridge.lo
CC libmonoruntimesgen_static_la-custom-attrs.lo
CC libmini_la-mini-arm64.lo
CC libmini_static_la-seq-points.lo
CC libmonoruntimesgen_static_la-gc-stats.lo
CC libmonoruntimesgen_static_la-gc.lo
CC libmini_static_la-method-to-ir.lo
CC libmini_static_la-cfgdump.lo
CC libmonoruntimesgen_static_la-monitor.lo
CC libmini_static_la-cfold.lo
CC libmini_static_la-trace.lo
CC libmonoruntimesgen_static_la-sgen-toggleref.lo
CC libmini_static_la-decompose.lo
CC libmini_la-exceptions-arm64.lo
CC libmonoruntimesgen_la-mono-endian.lo
CC libmonoruntimesgen_static_la-mono-hash.lo
CC libmini_static_la-helpers.lo
CC libmini_static_la-dominators.lo
CSC [basic] Mono.Cecil.dll
../../../../external/mono/mono/mini/helpers.c:86:9: warning: 'ARCH_PREFIX' macro redefined [-Wmacro-redefined]
#define ARCH_PREFIX ""
^
../../../../external/mono/mono/mini/helpers.c:82:9: note: previous definition is here
#define ARCH_PREFIX "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/"
^
1 warning generated.
CC libmini_la-tramp-arm64.lo
CC libmonoruntimesgen_static_la-sgen-stw.lo
CC libmini_static_la-jit-icalls.lo
CC libmonoruntimesgen_static_la-mono-conc-hash.lo
CC libmonoruntimesgen_la-mono-mlist.lo
CC libmini_static_la-cfold.lo
CC libmini_static_la-liveness.lo
CC libmonoruntimesgen_static_la-sgen-bridge.lo
CC libmonoruntimesgen_static_la-sgen-mono.lo
CC libmini_static_la-trace.lo
CC libmini_la-mini-arm64-gsharedvt.lo
CC libmini_static_la-helpers.lo
CC libmonoruntimesgen_static_la-sgen-old-bridge.lo
CC libmonoruntimesgen_la-mono-perfcounters.lo
CC libmini_static_la-ssa.lo
CC libmini_static_la-dominators.lo
../../../../external/mono/mono/mini/helpers.c:86:9: warning: 'ARCH_PREFIX' macro redefined [-Wmacro-redefined]
#define ARCH_PREFIX ""
^
../../../../external/mono/mono/mini/helpers.c:82:9: note: previous definition is here
#define ARCH_PREFIX "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/"
^
1 warning generated.
CC libmini_la-tramp-arm64-gsharedvt.lo
CCLD libmonoruntime-config.la
CC libmini_static_la-abcremoval.lo
CC libmonoruntimesgen_static_la-sgen-new-bridge.lo
CC libmini_static_la-liveness.lo
CC libmini_la-mini-darwin.lo
CCLD libmonoruntimesgen.la
CC libmini_static_la-cfold.lo
CC libmonoruntimesgen_la-mono-route.lo
CC libmini_static_la-ssa.lo
CC libmini_static_la-local-propagation.lo
CC libmini_la-mini-posix.lo
CC libmini_static_la-helpers.lo
CC libmonoruntimesgen_static_la-sgen-tarjan-bridge.lo
CC libmini_static_la-liveness.lo
CC libmini_static_la-abcremoval.lo
CC libmini_static_la-driver.g.lo
CXXLD libmini.la
CSC [basic] System.Runtime.dll
CC libmonoruntimesgen_static_la-sgen-toggleref.lo
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
In file included from ../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:7:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/ecrypt-sync.h:74:17: warning: this function declaration is not a prototype [-Wstrict-prototypes]
void ECRYPT_init();
^
void
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:21:6: warning: no previous prototype for function 'mono_image_file_init' [-Wmissing-prototypes]
void ECRYPT_init(void)
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/rename-encsymbols.h:5:21: note: expanded from macro 'ECRYPT_init'
#define ECRYPT_init mono_image_file_init
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/ecrypt-sync.h:74:6: note: this declaration is not a prototype; add 'void' to make it a prototype for a zero-parameter function
void ECRYPT_init();
^
void
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/rename-encsymbols.h:5:21: note: expanded from macro 'ECRYPT_init'
#define ECRYPT_init mono_image_file_init
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:219:23: warning: passing 'char [32]' to parameter of type 'const u8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ECRYPT_keysetup (&x, k, 128, 64);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:29:46: note: passing argument to parameter 'k' here
void ECRYPT_keysetup(ECRYPT_ctx *x,const u8 *k,u32 kbits,u32 ivbits)
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:220:22: warning: passing 'char [8]' to parameter of type 'const u8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ECRYPT_ivsetup (&x, v);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:53:45: note: passing argument to parameter 'iv' here
void ECRYPT_ivsetup(ECRYPT_ctx *x,const u8 *iv)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:21:33: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader->guid, heap->data, new_tables, heap->size);
^~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:64: note: passing argument to parameter 'src' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:22:13: warning: assigning to 'const char *' from 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
heap->data = new_tables;
^ ~~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:114:33: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader.guid, image->raw_data + offset, d, top * 16);
^~~~~~~~~~~~~~~~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:64: note: passing argument to parameter 'src' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:114:59: warning: passing 'char [128]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader.guid, image->raw_data + offset, d, top * 16);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:84: note: passing argument to parameter 'dest' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
8 warnings generated.
CC libmonoruntimesgen_la-number-ms.lo
CC libmini_static_la-ssa.lo
CC libmini_static_la-local-propagation.lo
CC libmini_static_la-debug-mini.lo
CCLD libmonosgen-2.0.la
CC libmonoruntimesgen_static_la-sgen-stw.lo
CC libmonoruntimesgen_la-object.lo
CC libmini_static_la-abcremoval.lo
CC libmini_static_la-driver.g.lo
CC libmini_static_la-linear-scan.lo
CSC [basic] System.Reflection.dll
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
In file included from ../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:7:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/ecrypt-sync.h:74:17: warning: this function declaration is not a prototype [-Wstrict-prototypes]
void ECRYPT_init();
^
void
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:21:6: warning: no previous prototype for function 'mono_image_file_init' [-Wmissing-prototypes]
void ECRYPT_init(void)
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/rename-encsymbols.h:5:21: note: expanded from macro 'ECRYPT_init'
#define ECRYPT_init mono_image_file_init
CC libmonoruntimesgen_static_la-sgen-mono.lo
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/ecrypt-sync.h:74:6: note: this declaration is not a prototype; add 'void' to make it a prototype for a zero-parameter function
void ECRYPT_init();
^
void
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/rename-encsymbols.h:5:21: note: expanded from macro 'ECRYPT_init'
#define ECRYPT_init mono_image_file_init
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:219:23: warning: passing 'char [32]' to parameter of type 'const u8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ECRYPT_keysetup (&x, k, 128, 64);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:29:46: note: passing argument to parameter 'k' here
void ECRYPT_keysetup(ECRYPT_ctx *x,const u8 *k,u32 kbits,u32 ivbits)
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:220:22: warning: passing 'char [8]' to parameter of type 'const u8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ECRYPT_ivsetup (&x, v);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:53:45: note: passing argument to parameter 'iv' here
void ECRYPT_ivsetup(ECRYPT_ctx *x,const u8 *iv)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:21:33: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader->guid, heap->data, new_tables, heap->size);
^~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:64: note: passing argument to parameter 'src' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:22:13: warning: assigning to 'const char *' from 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
heap->data = new_tables;
^ ~~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:114:33: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader.guid, image->raw_data + offset, d, top * 16);
^~~~~~~~~~~~~~~~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:64: note: passing argument to parameter 'src' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:114:59: warning: passing 'char [128]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader.guid, image->raw_data + offset, d, top * 16);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:84: note: passing argument to parameter 'dest' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
8 warnings generated.
CC libmini_static_la-local-propagation.lo
CC libmini_static_la-aot-compiler.lo
CC libmini_static_la-debug-mini.lo
CC libmonoruntimesgen_la-opcodes.lo
CCLD libmonoruntime-config.la
CC libmini_static_la-driver.g.lo
CC libmini_static_la-linear-scan.lo
CC libmini_static_la-aot-runtime.lo
CSC [basic] System.Collections.dll
CCLD libmonoruntimesgen-static.la
CC libmonoruntimesgen_la-property-bag.lo
CCLD libmonoruntimesgen.la
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
In file included from ../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:7:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/ecrypt-sync.h:74:17: warning: this function declaration is not a prototype [-Wstrict-prototypes]
void ECRYPT_init();
^
void
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:21:6: warning: no previous prototype for function 'mono_image_file_init' [-Wmissing-prototypes]
void ECRYPT_init(void)
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/rename-encsymbols.h:5:21: note: expanded from macro 'ECRYPT_init'
#define ECRYPT_init mono_image_file_init
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/ecrypt-sync.h:74:6: note: this declaration is not a prototype; add 'void' to make it a prototype for a zero-parameter function
void ECRYPT_init();
^
void
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/rename-encsymbols.h:5:21: note: expanded from macro 'ECRYPT_init'
#define ECRYPT_init mono_image_file_init
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:219:23: warning: passing 'char [32]' to parameter of type 'const u8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ECRYPT_keysetup (&x, k, 128, 64);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:29:46: note: passing argument to parameter 'k' here
void ECRYPT_keysetup(ECRYPT_ctx *x,const u8 *k,u32 kbits,u32 ivbits)
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:220:22: warning: passing 'char [8]' to parameter of type 'const u8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ECRYPT_ivsetup (&x, v);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:53:45: note: passing argument to parameter 'iv' here
void ECRYPT_ivsetup(ECRYPT_ctx *x,const u8 *iv)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:21:33: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader->guid, heap->data, new_tables, heap->size);
^~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:64: note: passing argument to parameter 'src' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:22:13: warning: assigning to 'const char *' from 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
heap->data = new_tables;
^ ~~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:114:33: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader.guid, image->raw_data + offset, d, top * 16);
^~~~~~~~~~~~~~~~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:64: note: passing argument to parameter 'src' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:114:59: warning: passing 'char [128]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader.guid, image->raw_data + offset, d, top * 16);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:84: note: passing argument to parameter 'dest' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
8 warnings generated.
CC libmini_static_la-aot-compiler.lo
CC libmini_static_la-debug-mini.lo
Making all in dis
CC libmini_static_la-graph.lo
CC get.o
CC dis-cil.o
CC libmini_static_la-linear-scan.lo
CC libmini_static_la-aot-runtime.lo
CC libmini_static_la-mini-codegen.lo
CC util.o
AR libmonodis.a
Making all in profiler
CC aot.lo
CC libmini_static_la-aot-compiler.lo
CC libmini_static_la-graph.lo
CC libmini_static_la-mini-exceptions.lo
CC libmonoruntimesgen_la-w32socket.lo
CC libmini_static_la-mini-codegen.lo
CC libmini_static_la-mini-trampolines.lo
CC libmini_static_la-aot-runtime.lo
CC iomap.lo
CC libmini_static_la-mini-exceptions.lo
CC libmini_static_la-branch-opts.lo
CC libmini_static_la-graph.lo
CC log.lo
CSC [basic] System.Resources.ResourceManager.dll
../../../../external/mono/mono/mini/branch-opts.c:116:18: warning: unused variable 'int_cmov_opcodes' [-Wunused-const-variable]
static const int int_cmov_opcodes [] = {
^
../../../../external/mono/mono/mini/branch-opts.c:129:18: warning: unused variable 'long_cmov_opcodes' [-Wunused-const-variable]
static const int long_cmov_opcodes [] = {
^
2 warnings generated.
CC libmini_static_la-mini-codegen.lo
CC libmini_static_la-mini-trampolines.lo
CC libmini_static_la-mini-generic-sharing.lo
CC libmonoruntimesgen_la-w32process.lo
CC log-args.lo
CC libmini_static_la-mini-exceptions.lo
CC libmini_static_la-branch-opts.lo
CC libmini_static_la-tasklets.lo
../../../../external/mono/mono/mini/branch-opts.c:116:18: warning: unused variable 'int_cmov_opcodes' [-Wunused-const-variable]
static const int int_cmov_opcodes [] = {
^
../../../../external/mono/mono/mini/branch-opts.c:129:18: warning: unused variable 'long_cmov_opcodes' [-Wunused-const-variable]
static const int long_cmov_opcodes [] = {
^
2 warnings generated.
CSC [basic] System.Globalization.dll
CC libmonoruntimesgen_la-profiler.lo
CC libmini_static_la-simd-intrinsics.lo
CC libmini_static_la-mini-trampolines.lo
CC libmini_static_la-mini-generic-sharing.lo
Making all in sgen
CC mprof-report.o
CCLD libmono-profiler-aot.la
CC libmini_static_la-mini-native-types.lo
CC libmini_static_la-tasklets.lo
CC libmini_static_la-branch-opts.lo
CC libmonoruntimesgen_la-rand.lo
../../../../external/mono/mono/mini/branch-opts.c:116:18: warning: unused variable 'int_cmov_opcodes' [-Wunused-const-variable]
static const int int_cmov_opcodes [] = {
^
../../../../external/mono/mono/mini/branch-opts.c:129:18: warning: unused variable 'long_cmov_opcodes' [-Wunused-const-variable]
static const int long_cmov_opcodes [] = {
^
2 warnings generated.
ld: warning: ../../mono/mini/.libs/libmonosgen-2.0.dylib has install name beginning with "/" but it is not from the specified SDK
CC libmonosgen_la-sgen-alloc.lo
CSC [basic] System.Threading.Tasks.dll
CC libmini_static_la-unwind.lo
CC libmini_static_la-simd-intrinsics.lo
CC libmini_static_la-mini-generic-sharing.lo
CCLD libmonoruntimesgen-static.la
CCLD libmono-profiler-aot-static.la
CC libmonoruntimesgen_la-remoting.lo
CC libmonosgen_la-sgen-cardtable.lo
CC libmini_static_la-image-writer.lo
CC libmini_static_la-tasklets.lo
CC libmini_static_la-mini-native-types.lo
CC libmonosgen_la-sgen-debug.lo
CCLD libmono-profiler-iomap.la
CC libmini_static_la-simd-intrinsics.lo
CC libmini_static_la-unwind.lo
CC libmonosgen_la-sgen-descriptor.lo
CC libmini_static_la-mini-native-types.lo
CC libmonosgen_la-sgen-fin-weak-hash.lo
CC libmini_static_la-image-writer.lo
ld: warning: ../../mono/mini/.libs/libmonosgen-2.0.dylib has install name beginning with "/" but it is not from the specified SDK
CC libmini_static_la-unwind.lo
CC libmini_static_la-dwarfwriter.lo
CC libmonoruntimesgen_la-runtime.lo
CC libmonosgen_la-sgen-gc.lo
CSC [basic] System.Collections.Concurrent.dll
CC libmini_static_la-dwarfwriter.lo
CC libmini_static_la-mini-gc.lo
CC libmini_static_la-image-writer.lo
CCLD libmono-profiler-iomap-static.la
CC libmonosgen_la-sgen-gchandles.lo
CC libmonoruntimesgen_la-mono-security.lo
Making all in sgen
CCLD libmono-profiler-log.la
CC libmini_static_la-dwarfwriter.lo
CC libmini_static_la-debugger-agent.lo
CC libmini_static_la-mini-gc.lo
CC libmonosgen_la-sgen-gray.lo
CC libmonosgen_la-sgen-alloc.lo
CC libmini_static_la-debugger-agent.lo
CC libmini_static_la-mini-gc.lo
CC libmini_static_la-xdebug.lo
ld: warning: ../../mono/mini/.libs/libmonosgen-2.0.dylib has install name beginning with "/" but it is not from the specified SDK
CSC [basic] System.Text.Encoding.dll
../../../../external/mono/mono/metadata/mono-security.c:52:3: warning: Non-thread safe getpwuid being used! [-W#warnings]
#warning Non-thread safe getpwuid being used!
^
1 warning generated.
CC libmonosgen_la-sgen-hash-table.lo
CC libmonosgen_la-sgen-cardtable.lo
CCLD libmono-profiler-log-static.la
CC libmonoruntimesgen_la-security-core-clr.lo
CC libmini_static_la-alias-analysis.lo
CC libmini_static_la-xdebug.lo
CC libmonosgen_la-sgen-internal.lo
CC libmonosgen_la-sgen-debug.lo
CC libmini_static_la-mini-cross-helpers.lo
CC libmini_static_la-alias-analysis.lo
CC libmini_static_la-debugger-agent.lo
CC libmonosgen_la-sgen-layout-stats.lo
CCLD mprof-report
CC libmonosgen_la-sgen-descriptor.lo
CC libmini_static_la-arch-stubs.lo
CC libmini_static_la-mini-cross-helpers.lo
CC libmini_static_la-xdebug.lo
CC libmonosgen_la-sgen-fin-weak-hash.lo
CC libmonoruntimesgen_la-security-manager.lo
CC libmonosgen_la-sgen-los.lo
make[3]: Nothing to be done for `all-am'.
Making install in src
CC libmini_static_la-type-checking.lo
CC libmini_static_la-arch-stubs.lo
CSC [basic] System.IO.dll
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in arch
CC libmini_static_la-alias-analysis.lo
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in utils
CC libmonosgen_la-sgen-gc.lo
CC libmonosgen_la-sgen-marksweep.lo
CC libmini_static_la-type-checking.lo
CC libmini_static_la-lldb.lo
CC libmini_static_la-mini-cross-helpers.lo
CC libmonoruntimesgen_la-string-icalls.lo
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-am
CC libmonosgen_la-sgen-memory-governor.lo
CC libmonosgen_la-sgen-gchandles.lo
CC libmini_static_la-lldb.lo
make[5]: Nothing to be done for `install-exec-am'.
CC libmini_static_la-memory-access.lo
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/include/mono-2.0/mono/utils'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-logger.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-error.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-publib.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-dl-fallback.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-counters.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/include/mono-2.0/mono/utils'
Making install in cil
make[4]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/include/mono-2.0/mono/cil'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/cil/opcode.def '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/include/mono-2.0/mono/cil'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/share/mono-2.0/mono/cil'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/cil/cil-opcodes.xml '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/share/mono-2.0/mono/cil'
Making install in metadata
CSC [basic] System.Threading.dll
CC libmini_static_la-arch-stubs.lo
CC libmonosgen_la-sgen-nursery-allocator.lo
CC libmonosgen_la-sgen-gray.lo
CC libmini_static_la-memory-access.lo
CC libmonoruntimesgen_la-sysmath.lo
CC libmini_static_la-type-checking.lo
CC libmini_static_la-mini-profiler.lo
CC libmonosgen_la-sgen-pinning-stats.lo
CC libmonosgen_la-sgen-hash-table.lo
CC libmini_static_la-mini-profiler.lo
CC libmini_static_la-lldb.lo
CC libmini_static_la-mini-llvm.lo
CC libmonoruntimesgen_la-threads.lo
CSC [basic] System.Diagnostics.Debug.dll
make[4]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/include/mono-2.0/mono/metadata'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/assembly.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/attrdefs.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/appdomain.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/blob.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/class.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/debug-helpers.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/debug-mono-symfile.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/threads.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/environment.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/exception.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/image.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/loader.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/metadata.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-config.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-debug.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-gc.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/sgen-bridge.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/object.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/opcodes.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/profiler.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/profiler-events.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/reflection.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/row-indexes.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/tokentype.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/verify.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/include/mono-2.0/mono/metadata'
CC libmonosgen_la-sgen-internal.lo
Making install in sgen
CC libmonosgen_la-sgen-pinning.lo
CC libmini_static_la-mini-llvm.lo
CC libmini_static_la-memory-access.lo
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in mini
CC libmini_static_la-mini-llvm-loaded.lo
CC libmonosgen_la-sgen-layout-stats.lo
CC libmonoruntimesgen_la-threadpool.lo
CC libmonosgen_la-sgen-pointer-queue.lo
CC libmini_static_la-mini-llvm-loaded.lo
CXX mini-llvm-cpp.lo
CC libmini_static_la-mini-profiler.lo
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-am
CC libmonosgen_la-sgen-los.lo
CC libmonosgen_la-sgen-array-list.lo
CXX mini-llvm-cpp.lo
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib'
../../doltlibtool --mode=install /usr/bin/install -c libmonosgen-2.0.la '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib'
CC libmini_static_la-mini-llvm.lo
libtool: install: /usr/bin/install -c .libs/libmonosgen-2.0.1.dylib /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmonosgen-2.0.1.dylib
libtool: install: (cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib && { ln -s -f libmonosgen-2.0.1.dylib libmonosgen-2.0.dylib || { rm -f libmonosgen-2.0.dylib && ln -s libmonosgen-2.0.1.dylib libmonosgen-2.0.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libmonosgen-2.0.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmonosgen-2.0.la
libtool: install: /usr/bin/install -c .libs/libmonosgen-2.0.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmonosgen-2.0.a
CC libmonosgen_la-sgen-marksweep.lo
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmonosgen-2.0.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmonosgen-2.0.a
CC libmonosgen_la-sgen-protocol.lo
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/include/mono-2.0/mono/jit'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini/jit.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/include/mono-2.0/mono/jit'
CSC [basic] System.Linq.Expressions.dll
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-exec-hook
make[6]: Nothing to be done for `install-exec-hook'.
Making install in dis
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/share/man/man1'
CC libmonosgen_la-sgen-memory-governor.lo
CC libmonoruntimesgen_la-threadpool-worker-default.lo
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/dis/monodis.1 '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/share/man/man1'
Making install in profiler
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib'
../../doltlibtool --mode=install /usr/bin/install -c libmono-profiler-aot.la libmono-profiler-aot-static.la libmono-profiler-iomap.la libmono-profiler-iomap-static.la libmono-profiler-log.la libmono-profiler-log-static.la '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib'
CC libmonosgen_la-sgen-qsort.lo
CXX llvm-jit.lo
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot.0.dylib /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-aot.0.dylib
libtool: install: (cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib && { ln -s -f libmono-profiler-aot.0.dylib libmono-profiler-aot.dylib || { rm -f libmono-profiler-aot.dylib && ln -s libmono-profiler-aot.0.dylib libmono-profiler-aot.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-aot.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot-static.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-aot-static.la
CXX llvm-jit.lo
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap.0.dylib /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-iomap.0.dylib
libtool: install: (cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib && { ln -s -f libmono-profiler-iomap.0.dylib libmono-profiler-iomap.dylib || { rm -f libmono-profiler-iomap.dylib && ln -s libmono-profiler-iomap.0.dylib libmono-profiler-iomap.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-iomap.la
CC libmini_static_la-mini-llvm-loaded.lo
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap-static.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-iomap-static.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log.0.dylib /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-log.0.dylib
libtool: install: (cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib && { ln -s -f libmono-profiler-log.0.dylib libmono-profiler-log.dylib || { rm -f libmono-profiler-log.dylib && ln -s libmono-profiler-log.0.dylib libmono-profiler-log.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-log.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log-static.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-log-static.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-aot.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-aot.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-aot.a
CXX llvm-runtime.lo
CC libmonosgen_la-sgen-nursery-allocator.lo
CXX llvm-runtime.lo
CC libmonosgen_la-sgen-simple-nursery.lo
CC interp/libmini_static_la-interp-stubs.lo
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot-static.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-aot-static.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-aot-static.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-aot-static.a
CC interp/libmini_static_la-interp-stubs.lo
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-iomap.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-iomap.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-iomap.a
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap-static.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-iomap-static.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-iomap-static.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-iomap-static.a
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-log.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-log.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-log.a
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log-static.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-log-static.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-log-static.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/lib/libmono-profiler-log-static.a
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/share/mono-2.0/mono/profiler'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/profiler/mono-profiler-log.suppression '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/share/mono-2.0/mono/profiler'
CC libmonosgen_la-sgen-pinning-stats.lo
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/bin'
CC libmonosgen_la-sgen-split-nursery.lo
../../doltlibtool --mode=install /usr/bin/install -c mprof-report '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/bin'
libtool: install: /usr/bin/install -c mprof-report /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targettv/bin/mprof-report
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
CSC [basic] System.Dynamic.Runtime.dll
CC libmonoruntimesgen_la-threadpool-io.lo
CC libmini_static_la-mini-arm.lo
CXX mini-llvm-cpp.lo
CC libmini_static_la-mini-arm.lo
../../../../external/mono/mono/mini/mini-arm.c:7054:41: warning: incompatible pointer types passing 'arminstr_t *' (aka 'unsigned int *') to parameter of type 'const mono_byte *' (aka 'const unsigned char *') [-Wincompatible-pointer-types]
MONO_PROFILER_RAISE (jit_code_buffer, (start, code - start, MONO_PROFILER_CODE_BUFFER_IMT_TRAMPOLINE, NULL));
^~~~~
../../../../external/mono/mono/metadata/profiler-private.h:169:33: note: expanded from macro 'MONO_PROFILER_RAISE'
mono_profiler_raise_ ## name args; \
^~~~
../../../../external/mono/mono/metadata/profiler-events.h:40:74: note: passing argument to parameter 'buffer' here
MONO_PROFILER_EVENT_4(jit_code_buffer, JitCodeBuffer, const mono_byte *, buffer, uint64_t, size, MonoProfilerCodeBufferType, type, const void *, data)
^
1 warning generated.
CC libmonosgen_la-sgen-pinning.lo
CC libmonoruntimesgen_la-verify.lo
CC libmini_static_la-exceptions-arm.lo
CC libmonosgen_la-sgen-thread-pool.lo
CSC [basic] System.Linq.dll
../../../../external/mono/mono/mini/mini-arm.c:7054:41: warning: incompatible pointer types passing 'arminstr_t *' (aka 'unsigned int *') to parameter of type 'const mono_byte *' (aka 'const unsigned char *') [-Wincompatible-pointer-types]
MONO_PROFILER_RAISE (jit_code_buffer, (start, code - start, MONO_PROFILER_CODE_BUFFER_IMT_TRAMPOLINE, NULL));
^~~~~
../../../../external/mono/mono/metadata/profiler-private.h:169:33: note: expanded from macro 'MONO_PROFILER_RAISE'
mono_profiler_raise_ ## name args; \
^~~~
../../../../external/mono/mono/metadata/profiler-events.h:40:74: note: passing argument to parameter 'buffer' here
MONO_PROFILER_EVENT_4(jit_code_buffer, JitCodeBuffer, const mono_byte *, buffer, uint64_t, size, MonoProfilerCodeBufferType, type, const void *, data)
^
1 warning generated.
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make -C crosstv/eglib
Making all in src
CC libmonosgen_la-sgen-pointer-queue.lo
CC libmini_static_la-exceptions-arm.lo
CC libmini_static_la-tramp-arm.lo
CC libeglib_la-garray.lo
CC libmonosgen_la-sgen-workers.lo
CC libeglib_la-gbytearray.lo
CC libmonoruntimesgen_la-dynamic-stream.lo
CXX llvm-jit.lo
CC libmonosgen_la-sgen-array-list.lo
CC libeglib_la-gerror.lo
CC libmini_static_la-tramp-arm.lo
CC libmini_static_la-mini-arm-gsharedvt.lo
CC libmonosgen_static_la-sgen-alloc.lo
CC libeglib_la-ghashtable.lo
CXX llvm-runtime.lo
CC libmonosgen_la-sgen-protocol.lo
CC libeglib_la-giconv.lo
CC interp/libmini_static_la-interp-stubs.lo
../../../../external/mono/eglib/src/giconv.c:654:17: warning: initializing 'gpointer' (aka 'void *') with an expression of type 'const char [13]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
static gpointer error_quark = "ConvertError";
^ ~~~~~~~~~~~~~~
1 warning generated.
CC libmonoruntimesgen_la-file-mmap-posix.lo
CC libmini_static_la-tramp-arm-gsharedvt.lo
CC libmini_static_la-mini-arm-gsharedvt.lo
CC libmonosgen_static_la-sgen-cardtable.lo
CC libeglib_la-gmem.lo
CSC [basic] System.Threading.Tasks.Parallel.dll
CC libeglib_la-goutput.lo
CC libmini_static_la-mini-arm64.lo
CC libeglib_la-gqsort.lo
CC libmini_static_la-tramp-arm-gsharedvt.lo
CC libmini_static_la-mini-darwin.lo
CC libmonosgen_static_la-sgen-debug.lo
CC libmonosgen_la-sgen-qsort.lo
CC libeglib_la-gstr.lo
CC libmonoruntimesgen_la-file-mmap-windows.lo
CC libeglib_la-gslist.lo
CC libmini_static_la-exceptions-arm64.lo
CC libeglib_la-gstring.lo
CC libmonoruntimesgen_la-metadata-cross-helpers.lo
CSC [basic] System.Xml.ReaderWriter.dll
CC libmonosgen_la-sgen-simple-nursery.lo
CC libmonosgen_static_la-sgen-descriptor.lo
CC libmini_static_la-mini-posix.lo
CC libmini_static_la-mini-darwin.lo
CC libeglib_la-gptrarray.lo
CC libeglib_la-glist.lo
CC libmini_static_la-tramp-arm64.lo
CC libmonosgen_la-sgen-split-nursery.lo
CC libmonosgen_static_la-sgen-fin-weak-hash.lo
CC libmini_static_la-mini-arm64-gsharedvt.lo
CC libeglib_la-gqueue.lo
CC libmonosgen_la-sgen-thread-pool.lo
CC libmonosgen_static_la-sgen-gc.lo
CXXLD libmini-static.la
CC libmini_static_la-mini-posix.lo
CC libeglib_la-gpath.lo
CC libmonoruntimesgen_la-seq-points-data.lo
CC libmini_static_la-tramp-arm64-gsharedvt.lo
CSC [basic] System.Diagnostics.Tools.dll
CC libeglib_la-gshell.lo
CC libmonosgen_la-sgen-workers.lo
CC libmonosgen_static_la-sgen-gchandles.lo
CC libeglib_la-gspawn.lo
CC libmini_static_la-mini-darwin.lo
CXXLD libmini-static.la
CC libmonosgen_static_la-sgen-gray.lo
CC libmonosgen_static_la-sgen-alloc.lo
CC libeglib_la-gfile.lo
../../../../external/mono/eglib/src/gfile.c:39:17: warning: initializing 'gpointer' (aka 'void *') with an expression of type 'const char [10]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
static gpointer error_quark = "FileError";
^ ~~~~~~~~~~~
1 warning generated.
CC libmonoruntimesgen_la-handle.lo
CC mono_sgen-main-sgen.o
CSC [basic] System.Reflection.Primitives.dll
CC libmini_static_la-mini-posix.lo
CC libeglib_la-gfile-posix.lo
CC libmonosgen_static_la-sgen-hash-table.lo
CC libmonosgen_static_la-sgen-cardtable.lo
CC mono_sgen-main-sgen.o
CC libeglib_la-gpattern.lo
CXXLD libmini-static.la
CSC [basic] System.Runtime.Extensions.dll
CCLD mono-sgen
CC libmonoruntimesgen_la-w32handle-namespace.lo
CC libeglib_la-gmarkup.lo
CC libmonosgen_static_la-sgen-internal.lo
CC libmonosgen_static_la-sgen-debug.lo
CC libeglib_la-gutf8.lo
CC libmonosgen_static_la-sgen-layout-stats.lo
CC libeglib_la-gunicode.lo
CC libmonosgen_static_la-sgen-descriptor.lo
../../../../external/mono/eglib/src/gunicode.c:102:1: warning: no previous prototype for function 'monoeg_g_unichar_case' [-Wmissing-prototypes]
g_unichar_case (gunichar c, gboolean upper)
^
../../../../external/mono/eglib/src/eglib-remap.h:234:24: note: expanded from macro 'g_unichar_case'
#define g_unichar_case monoeg_g_unichar_case
^
1 warning generated.
CC libmonosgen_static_la-sgen-los.lo
CCLD mono-sgen
CC libmonosgen_static_la-sgen-fin-weak-hash.lo
CC libmonosgen_static_la-sgen-marksweep.lo
CC libmonosgen_static_la-sgen-gc.lo
CC mono_sgen-main-sgen.o
CC libeglib_la-gdate-unix.lo
CC libmonosgen_static_la-sgen-memory-governor.lo
CC libeglib_la-gdir-unix.lo
CC libmonosgen_static_la-sgen-gchandles.lo
CC libeglib_la-gfile-unix.lo
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Core.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(Analysis.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMBitWriter.a(BitWriter.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Signals.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Core.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(Analysis.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMBitWriter.a(BitWriter.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Signals.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Instructions.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(BasicBlock.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Constants.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Type.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Attributes.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Globals.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Metadata.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Instruction.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(LLVMContext.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(raw_ostream.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(MemoryBuffer.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(PassRegistry.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Verifier.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(IRBuilder.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(ManagedStatic.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMBitWriter.a(BitcodeWriter.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(Lint.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(NoAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(ErrorHandling.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(AliasAnalysisEvaluator.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(IVUsers.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Threading.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(LoopInfo.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(CFGPrinter.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(DomPrinter.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(InstCount.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(RegionPrinter.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(AliasDebugger.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(LazyValueInfo.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(MemDepPrinter.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(RegionInfo.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(AliasSetTracker.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(Delinearization.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(ScalarEvolution.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(ScopedNoAliasAA.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(CFLAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(CostModel.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(DominanceFrontier.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(IntervalPartition.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(PostDominators.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(BasicAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(BlockFrequencyInfo.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(DependenceAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(JumpInstrTableInfo.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(IRPrintingPasses.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(AliasAnalysisCounter.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(LibCallAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(BranchProbabilityInfo.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(AliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(ModuleDebugInfoPrinter.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(TypeBasedAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Dominators.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(MemoryDependenceAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Mutex.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(ScalarEvolutionAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(TargetTransformInfo.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(User.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(APInt.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Instructions.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Value.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Module.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(LegacyPassManager.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(BasicBlock.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Constants.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Function.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Type.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Attributes.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Globals.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Metadata.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Instruction.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(LLVMContext.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(raw_ostream.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(MemoryBuffer.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(PassRegistry.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Verifier.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(IRBuilder.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(ManagedStatic.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMBitWriter.a(BitcodeWriter.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(Lint.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(NoAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(ErrorHandling.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(AliasAnalysisEvaluator.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(IVUsers.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Threading.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(LoopInfo.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(CFGPrinter.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(DomPrinter.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(InstCount.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(RegionPrinter.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(AliasDebugger.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(LazyValueInfo.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(MemDepPrinter.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(RegionInfo.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(AliasSetTracker.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(Delinearization.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(ScalarEvolution.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(DebugLoc.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(InlineAsm.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Use.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(AsmWriter.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(DiagnosticPrinter.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(ScopedNoAliasAA.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(CFLAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.7)
CC libmonoruntimesgen_la-w32handle.lo
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(CostModel.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(DominanceFrontier.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(IntervalPartition.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(PostDominators.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(BasicAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(BlockFrequencyInfo.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(DependenceAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(JumpInstrTableInfo.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(IRPrintingPasses.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(AliasAnalysisCounter.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(LibCallAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(BranchProbabilityInfo.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(AliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(ModuleDebugInfoPrinter.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(TypeBasedAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Dominators.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(DataLayout.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(MemoryDependenceAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Pass.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Mutex.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(StringPool.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(ScalarEvolutionAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object fileld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(TargetTransformInfo.o)) was built for newer OSX version (10.12) than being linked (10.7)
(/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Timer.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(User.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(APInt.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(TypeFinder.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(BlockFrequencyInfoImpl.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Value.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Module.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(StringRef.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(LegacyPassManager.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(APFloat.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Function.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(MemoryBuiltins.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(GraphWriter.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(PHITransAddr.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(ConstantRange.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(StringMap.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(FoldingSet.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(ValueTracking.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(DebugInfo.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(LLVMContextImpl.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(SmallVector.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMBitWriter.a(ValueEnumerator.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(ScaledNumber.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(ValueSymbolTable.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMTarget.a(TargetLibraryInfo.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(InstructionSimplify.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(SmallPtrSet.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(CaptureTracking.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(PrettyStackTrace.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(RandomNumberGenerator.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(ConstantFolding.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(FormattedStream.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(ScalarEvolutionNormalization.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(CFG.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(DiagnosticInfo.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(Loads.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(ConstantFold.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(CommandLine.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(UseListOrder.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(ValueTypes.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Atomic.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(RWMutex.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Program.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Path.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Process.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(TimeValue.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Debug.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Dwarf.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Comdat.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Triple.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Hashing.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(LoopPass.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(LibCallSemantics.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(BranchProbability.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Twine.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(Interval.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(DebugLoc.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(InlineAsm.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Use.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(AsmWriter.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(StringExtras.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(ConvertUTFWrapper.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Host.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(ThreadLocal.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Errno.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Watchdog.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Regex.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(DiagnosticPrinter.o)) was built for newer OSX version (10.12) than being linked (10.7)
CC libmonosgen_static_la-sgen-nursery-allocator.lo
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(ConvertUTF.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(regcomp.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(regerror.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(regexec.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(regfree.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(regstrlcpy.o)) was built for newer OSX version (10.12) than being linked (10.7)
CC libeglib_la-gmisc-unix.lo
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(DataLayout.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Pass.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(StringPool.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Timer.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(TypeFinder.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(BlockFrequencyInfoImpl.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(StringRef.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(APFloat.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(MemoryBuiltins.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(GraphWriter.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(PHITransAddr.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(ConstantRange.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(StringMap.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(FoldingSet.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(ValueTracking.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(DebugInfo.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(LLVMContextImpl.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(SmallVector.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMBitWriter.a(ValueEnumerator.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(ScaledNumber.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(ValueSymbolTable.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMTarget.a(TargetLibraryInfo.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(InstructionSimplify.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(SmallPtrSet.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(CaptureTracking.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(PrettyStackTrace.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(RandomNumberGenerator.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(ConstantFolding.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(FormattedStream.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(ScalarEvolutionNormalization.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(CFG.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(DiagnosticInfo.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(Loads.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(ConstantFold.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(CommandLine.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(UseListOrder.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(ValueTypes.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Atomic.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(RWMutex.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Program.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Path.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Process.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(TimeValue.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Debug.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Dwarf.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMCore.a(Comdat.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Triple.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Hashing.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(LoopPass.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(LibCallSemantics.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(BranchProbability.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Twine.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMAnalysis.a(Interval.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(StringExtras.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(ConvertUTFWrapper.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Host.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(ThreadLocal.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Errno.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Watchdog.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(Regex.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(ConvertUTF.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(regcomp.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(regerror.o)) was built for newer OSX version (10.12) than being linked (10.7)
CC libmonosgen_static_la-sgen-gray.lo
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(regexec.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(regfree.o)) was built for newer OSX version (10.12) than being linked (10.7)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm/usr/lib/libLLVMSupport.a(regstrlcpy.o)) was built for newer OSX version (10.12) than being linked (10.7)
CC libeglib_la-gmodule-unix.lo
../../../../external/mono/eglib/src/gmodule-unix.c:276:8: warning: initializing 'char *' with an expression of type 'const char [1]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
char *lib_prefix = "";
^ ~~
../../../../external/mono/eglib/src/gmodule-unix.c:282:14: warning: assigning to 'char *' from 'const char [4]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
lib_prefix = LIBPREFIX;
^ ~~~~~~~~~
2 warnings generated.
CC libmonosgen_static_la-sgen-pinning-stats.lo
CCLD mono-sgen
CC libeglib_la-gtimer-unix.lo
CC libmonosgen_static_la-sgen-hash-table.lo
CCLD libeglib.la
CC libmonosgen_static_la-sgen-pinning.lo
CC libmonosgen_static_la-sgen-internal.lo
ln -sf mono-sgen mono
ln -sf mono-sgen mono
Making all in dis
Making all in dis
CC get.o
CC get.o
CSC [basic] System.Runtime.InteropServices.dll
CC libmonosgen_static_la-sgen-pointer-queue.lo
CC dis-cil.o
CC dis-cil.o
CC libmonosgen_static_la-sgen-layout-stats.lo
CC util.o
CC util.o
CC libmonosgen_static_la-sgen-array-list.lo
AR libmonodis.a
AR libmonodis.a
Making all in tests
Making all in tests
Making all in gc-descriptors
Making all in gc-descriptors
make[4]: Nothing to be done for `all'.
Making all in .
make[4]: Nothing to be done for `all'.
Making all in .
CC libtest_la-libtest.lo
CC libmonosgen_static_la-sgen-los.lo
CC libmonoruntimesgen_la-reflection.lo
../../../../external/mono/mono/tests/libtest.c:7466:53: warning: this function declaration is not a prototype [-Wstrict-prototypes]
typedef void (*NativeToManagedExceptionRethrowFunc) ();
^
void
1 warning generated.
CC libtest_la-libtest.lo
CC libmonosgen_static_la-sgen-protocol.lo
CCLD libtest.la
../../../../external/mono/mono/tests/libtest.c:7466:53: warning: this function declaration is not a prototype [-Wstrict-prototypes]
typedef void (*NativeToManagedExceptionRethrowFunc) ();
^
void
1 warning generated.
CC libmonosgen_static_la-sgen-marksweep.lo
CCLD libtest.la
CC libmonosgen_static_la-sgen-qsort.lo
make[3]: Nothing to be done for `all-am'.
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make -C crosstv/mono
Making all in arch
make[4]: Nothing to be done for `all-am'.
Making all in utils
CC libmonosgen_static_la-sgen-memory-governor.lo
CC libmonosgen_static_la-sgen-simple-nursery.lo
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Core.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(Analysis.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMBitWriter.a(BitWriter.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Signals.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Instructions.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(BasicBlock.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Constants.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Type.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Attributes.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Globals.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Metadata.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Instruction.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(LLVMContext.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(raw_ostream.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(MemoryBuffer.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(PassRegistry.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Verifier.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(IRBuilder.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(ManagedStatic.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMBitWriter.a(BitcodeWriter.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(Lint.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(NoAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(ErrorHandling.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(AliasAnalysisEvaluator.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(IVUsers.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Threading.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(LoopInfo.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(CFGPrinter.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(DomPrinter.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(InstCount.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(RegionPrinter.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(AliasDebugger.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(LazyValueInfo.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(MemDepPrinter.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(RegionInfo.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(AliasSetTracker.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(Delinearization.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(ScalarEvolution.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(ScopedNoAliasAA.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(CFLAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(CostModel.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(DominanceFrontier.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(IntervalPartition.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(PostDominators.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(BasicAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(BlockFrequencyInfo.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(DependenceAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(JumpInstrTableInfo.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(IRPrintingPasses.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(AliasAnalysisCounter.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(LibCallAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(BranchProbabilityInfo.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(AliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(ModuleDebugInfoPrinter.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(TypeBasedAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Dominators.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(MemoryDependenceAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Mutex.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(ScalarEvolutionAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(TargetTransformInfo.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(User.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(APInt.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Value.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Module.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(LegacyPassManager.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Function.o)) was built for newer OSX version (10.12) than being linked (10.8)
CC libmonosgen_static_la-sgen-nursery-allocator.lo
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(DebugLoc.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(InlineAsm.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Use.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(AsmWriter.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(DiagnosticPrinter.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(DataLayout.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Pass.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(StringPool.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Timer.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(TypeFinder.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(BlockFrequencyInfoImpl.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(StringRef.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(APFloat.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(MemoryBuiltins.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(GraphWriter.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(PHITransAddr.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(ConstantRange.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(StringMap.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(FoldingSet.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(ValueTracking.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(DebugInfo.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(LLVMContextImpl.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(SmallVector.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMBitWriter.a(ValueEnumerator.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(ScaledNumber.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(ValueSymbolTable.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMTarget.a(TargetLibraryInfo.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(InstructionSimplify.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(SmallPtrSet.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(CaptureTracking.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(PrettyStackTrace.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(RandomNumberGenerator.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(ConstantFolding.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(FormattedStream.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(ScalarEvolutionNormalization.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(CFG.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(DiagnosticInfo.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(Loads.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(ConstantFold.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(CommandLine.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(UseListOrder.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(ValueTypes.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Atomic.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(RWMutex.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Program.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Path.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Process.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(TimeValue.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Debug.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Dwarf.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Comdat.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Triple.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Hashing.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(LoopPass.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(LibCallSemantics.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(BranchProbability.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Twine.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(Interval.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(StringExtras.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(ConvertUTFWrapper.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Host.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(ThreadLocal.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Errno.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Watchdog.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Regex.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(ConvertUTF.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(regcomp.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(regerror.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(regexec.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(regfree.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(regstrlcpy.o)) was built for newer OSX version (10.12) than being linked (10.8)
CC libmonosgen_static_la-sgen-split-nursery.lo
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make all-am
CC os-event-unix.lo
Making all in testing_gac
make[4]: Nothing to be done for `all'.
Making all in unit-tests
CC libmonoruntimesgen_la-dynamic-image.lo
Making all in testing_gac
make[3]: Nothing to be done for `all'.
Making all in benchmark
make[4]: Nothing to be done for `all'.
Making all in unit-tests
make[3]: Nothing to be done for `all'.
Making all in profiler
make[3]: Nothing to be done for `all'.
Making all in benchmark
CC libmonosgen_static_la-sgen-pinning-stats.lo
make[3]: Nothing to be done for `all'.
Making all in profiler
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make -C cross-watch/mono install
make[3]: Nothing to be done for `all'.
Making install in arch
make[3]: Nothing to be done for `all-am'.
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make -C cross/mono install
Making install in arm
Making install in arch
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in arm
Making install in utils
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in utils
CC libmonosgen_static_la-sgen-thread-pool.lo
ln -sf mono-sgen mono
Making all in dis
CC mono-md5.lo
CC get.o
CSC [basic] System.Text.Encoding.Extensions.dll
CC mono-sha1.lo
CC libmonosgen_static_la-sgen-pinning.lo
CC libmonosgen_static_la-sgen-workers.lo
CC dis-cil.o
CC mono-logger.lo
CC util.o
CC libmonoruntimesgen_la-sre.lo
AR libmonodis.a
CC libmonosgen_static_la-sgen-pointer-queue.lo
CCLD libmonosgen.la
Making all in tests
CC mono-codeman.lo
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-am
Making all in gc-descriptors
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-am
make[4]: Nothing to be done for `all'.
Making all in .
CC libtest_la-libtest.lo
../../../../external/mono/mono/tests/libtest.c:7466:53: warning: this function declaration is not a prototype [-Wstrict-prototypes]
typedef void (*NativeToManagedExceptionRethrowFunc) ();
^
void
1 warning generated.
CC libmonosgen_static_la-sgen-array-list.lo
CCLD libtest.la
make[5]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross-watch/include/mono-2.0/mono/utils'
make[5]: Nothing to be done for `install-exec-am'.
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-logger.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-error.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-publib.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-dl-fallback.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-counters.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross-watch/include/mono-2.0/mono/utils'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross/include/mono-2.0/mono/utils'
Making install in cil
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-logger.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-error.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-publib.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-dl-fallback.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-counters.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross/include/mono-2.0/mono/utils'
make[4]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross-watch/include/mono-2.0/mono/cil'
Making install in cil
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/cil/opcode.def '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross-watch/include/mono-2.0/mono/cil'
make[4]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross/include/mono-2.0/mono/cil'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross-watch/share/mono-2.0/mono/cil'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/cil/opcode.def '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross/include/mono-2.0/mono/cil'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/cil/cil-opcodes.xml '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross-watch/share/mono-2.0/mono/cil'
Making install in metadata
CC libmonosgen_static_la-sgen-protocol.lo
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross/share/mono-2.0/mono/cil'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/cil/cil-opcodes.xml '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross/share/mono-2.0/mono/cil'
Making install in metadata
CC libmonosgen_static_la-sgen-qsort.lo
CC libmonoruntimesgen_la-sre-encode.lo
CSC [basic] System.Runtime.Numerics.dll
CC dlmalloc.lo
CC libmonosgen_static_la-sgen-simple-nursery.lo
CC mono-counters.lo
Making all in testing_gac
make[4]: Nothing to be done for `all'.
Making all in unit-tests
CCLD libmonosgen-static.la
make[4]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross-watch/include/mono-2.0/mono/metadata'
make[4]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross/include/mono-2.0/mono/metadata'
make[3]: Nothing to be done for `all'.
Making all in benchmark
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/assembly.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/attrdefs.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/appdomain.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/blob.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/class.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/debug-helpers.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/debug-mono-symfile.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/threads.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/environment.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/exception.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/image.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/loader.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/metadata.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-config.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-debug.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-gc.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/sgen-bridge.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/object.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/opcodes.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/profiler.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/profiler-events.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/reflection.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/row-indexes.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/tokentype.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/verify.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross-watch/include/mono-2.0/mono/metadata'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/assembly.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/attrdefs.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/appdomain.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/blob.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/class.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/debug-helpers.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/debug-mono-symfile.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/threads.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/environment.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/exception.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/image.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/loader.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/metadata.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-config.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-debug.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-gc.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/sgen-bridge.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/object.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/opcodes.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/profiler.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/profiler-events.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/reflection.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/row-indexes.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/tokentype.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/verify.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross/include/mono-2.0/mono/metadata'
Making install in sgen
CSC [basic] System.Xml.XDocument.dll
CC libmonosgen_static_la-sgen-split-nursery.lo
make[3]: Nothing to be done for `all'.
Making all in profiler
CC mono-dl.lo
Making install in sgen
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making install in arch
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in utils
CC libmonoruntimesgen_la-sre-save.lo
CC mono-dl-windows.lo
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in mini
Making all in mini
CC libmonosgen_static_la-sgen-thread-pool.lo
CC mono-dl-darwin.lo
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in mini
CC mono-dl-posix.lo
CC libmonosgen_static_la-sgen-workers.lo
CC mono-log-windows.lo
CC libmonoruntimesgen_la-custom-attrs.lo
CCLD libmonosgen.la
CC mono-log-common.lo
CSC [basic] System.Reflection.Extensions.dll
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-am
CC mono-log-posix.lo
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-am
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-am
CC mono-log-android.lo
make[5]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross64/include/mono-2.0/mono/utils'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-logger.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-error.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-publib.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-dl-fallback.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-counters.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross64/include/mono-2.0/mono/utils'
CC mono-log-darwin.lo
Making install in cil
make[4]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross64/include/mono-2.0/mono/cil'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/cil/opcode.def '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross64/include/mono-2.0/mono/cil'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross64/share/mono-2.0/mono/cil'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/cil/cil-opcodes.xml '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross64/share/mono-2.0/mono/cil'
CC mono-internal-hash.lo
Making install in metadata
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross-watch/include/mono-2.0/mono/jit'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross/include/mono-2.0/mono/jit'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini/jit.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross-watch/include/mono-2.0/mono/jit'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini/jit.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross/include/mono-2.0/mono/jit'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross-watch/bin'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross/bin'
../../doltlibtool --mode=install /usr/bin/install -c mono-sgen '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross-watch/bin/./armv7k-unknown-darwin-mono-sgen'
../../doltlibtool --mode=install /usr/bin/install -c mono-sgen '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross/bin/./arm-darwin-mono-sgen'
libtool: install: /usr/bin/install -c mono-sgen /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross/bin/./arm-darwin-mono-sgen
libtool: install: /usr/bin/install -c mono-sgen /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross-watch/bin/./armv7k-unknown-darwin-mono-sgen
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-exec-hook
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-exec-hook
CC mono-io-portability.lo
CC libmonoruntimesgen_la-gc-stats.lo
(cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross/bin && ln -sf mono-sgen mono)
(cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross/lib; shopt -s nullglob 2>/dev/null; for i in libmonosgen*; do ln -sf $i `echo $i | sed s/sgen//` ; done)
/bin/sh: line 0: cd: /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross/lib: No such file or directory
Making install in dis
(cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross-watch/bin && ln -sf mono-sgen mono)
CCLD libmonosgen-static.la
(cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross-watch/lib; shopt -s nullglob 2>/dev/null; for i in libmonosgen*; do ln -sf $i `echo $i | sed s/sgen//` ; done)
/bin/sh: line 0: cd: /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross-watch/lib: No such file or directory
Making install in dis
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross/share/man/man1'
/usr/bin/install -c -m 644 '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/dis/monodis.1' '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross/share/man/man1/arm-darwin-monodis.1'
Making install in tests
CC monobitset.lo
Making install in gc-descriptors
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in .
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in testing_gac
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in unit-tests
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in benchmark
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in profiler
CC mono-filemap.lo
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
if test -d /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/.git; then \
(cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono; \
LANG=C; export LANG; \
if test -z "$ghprbPullId"; then \
branch=`git branch | grep '^\*' | sed 's/(detached from .*/explicit/' | cut -d ' ' -f 2`; \
else \
branch="pull-request-$ghprbPullId"; \
fi; \
version=`git log --no-color --first-parent -n1 --pretty=format:%h`; \
echo "#define FULL_VERSION \"$branch/$version\""; \
); \
else \
echo "#define FULL_VERSION \"tarball\""; \
fi > version.h
CC genmdesc-genmdesc.o
CSC [basic] System.IO.FileSystem.Primitives.dll
CC genmdesc-helpers.o
CC ../metadata/genmdesc-opcodes.o
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross-watch/share/man/man1'
/usr/bin/install -c -m 644 '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/dis/monodis.1' '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross-watch/share/man/man1/armv7k-unknown-darwin-monodis.1'
Making install in tests
CCLD genmdesc
Making install in gc-descriptors
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in .
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in testing_gac
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in unit-tests
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in benchmark
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in profiler
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
CC libmonoruntimesgen_la-gc.lo
CC mono-mmap.lo
CSC [basic] System.IO.FileSystem.dll
CC mono-mmap-windows.lo
make[4]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross64/include/mono-2.0/mono/metadata'
CC mono-os-mutex.lo
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/assembly.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/attrdefs.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/appdomain.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/blob.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/class.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/debug-helpers.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/debug-mono-symfile.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/threads.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/environment.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/exception.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/image.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/loader.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/metadata.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-config.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-debug.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-gc.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/sgen-bridge.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/object.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/opcodes.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/profiler.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/profiler-events.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/reflection.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/row-indexes.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/tokentype.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/verify.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross64/include/mono-2.0/mono/metadata'
./genmdesc cpu-x86.h x86_desc /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini/cpu-x86.md
CC libmonoruntimesgen_la-monitor.lo
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make all-am
CC mono-networkinterfaces.lo
CC mono-proclib.lo
Making install in sgen
CC libmini_la-mini.lo
CC mono-proclib-windows.lo
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in mini
CC mono-publib.lo
Making all in mini
CC mono-time.lo
CSC [basic] System.Diagnostics.FileVersionInfo.dll
CC libmonoruntimesgen_la-mono-hash.lo
CC strenc.lo
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-am
CC libmonoruntimesgen_la-mono-conc-hash.lo
CC mono-uri.lo
CC libmini_la-mini-runtime.lo
CC mono-poll.lo
CC mono-path.lo
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross64/include/mono-2.0/mono/jit'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini/jit.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross64/include/mono-2.0/mono/jit'
CC libmini_la-seq-points.lo
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross64/bin'
../../doltlibtool --mode=install /usr/bin/install -c mono-sgen '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross64/bin/./aarch64-darwin-mono-sgen'
libtool: install: /usr/bin/install -c mono-sgen /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross64/bin/./aarch64-darwin-mono-sgen
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-exec-hook
CC mono-stdlib.lo
CC libmonoruntimesgen_la-sgen-bridge.lo
(cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross64/bin && ln -sf mono-sgen mono)
CC mono-property-hash.lo
(cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross64/lib; shopt -s nullglob 2>/dev/null; for i in libmonosgen*; do ln -sf $i `echo $i | sed s/sgen//` ; done)
/bin/sh: line 0: cd: /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross64/lib: No such file or directory
Making install in dis
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross64/share/man/man1'
if test -d /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/.git; then \
(cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono; \
LANG=C; export LANG; \
if test -z "$ghprbPullId"; then \
branch=`git branch | grep '^\*' | sed 's/(detached from .*/explicit/' | cut -d ' ' -f 2`; \
else \
branch="pull-request-$ghprbPullId"; \
fi; \
version=`git log --no-color --first-parent -n1 --pretty=format:%h`; \
echo "#define FULL_VERSION \"$branch/$version\""; \
); \
else \
echo "#define FULL_VERSION \"tarball\""; \
fi > version.h
/usr/bin/install -c -m 644 '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/dis/monodis.1' '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/cross64/share/man/man1/aarch64-darwin-monodis.1'
CC genmdesc-genmdesc.o
Making install in tests
CC mono-value-hash.lo
CC genmdesc-helpers.o
CC mono-error.lo
Making install in gc-descriptors
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in .
CC ../metadata/genmdesc-opcodes.o
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in testing_gac
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in unit-tests
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in benchmark
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in profiler
CCLD genmdesc
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
CC libmonoruntimesgen_la-sgen-old-bridge.lo
CSC [basic] System.Security.Cryptography.Primitives.dll
CC libmini_la-method-to-ir.lo
CC mach-support.lo
CC libmini_la-cfgdump.lo
CC mono-context.lo
./genmdesc cpu-amd64.h amd64_desc /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini/cpu-amd64.md
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make all-am
CC hazard-pointer.lo
CC libmonoruntimesgen_la-sgen-new-bridge.lo
CC libmini_la-decompose.lo
CSC [basic] System.Security.Cryptography.Algorithms.dll
CC lock-free-queue.lo
CC libmini_la-jit-icalls.lo
CC lock-free-alloc.lo
CC libmini_la-mini.lo
CC lock-free-array-queue.lo
CC libmini_la-trace.lo
CC mono-linked-list-set.lo
CC libmonoruntimesgen_la-sgen-tarjan-bridge.lo
CC libmini_la-mini-runtime.lo
CC mono-threads.lo
CC libmini_la-dominators.lo
CSC [basic] System.ValueTuple.dll
CC mono-threads-state-machine.lo
CC libmini_la-seq-points.lo
CC libmini_la-cfold.lo
CC libmonoruntimesgen_la-sgen-toggleref.lo
CC libmini_la-method-to-ir.lo
CC libmini_la-helpers.lo
CC libmini_la-liveness.lo
CC libmini_la-cfgdump.lo
CC libmonoruntimesgen_la-sgen-stw.lo
CC mono-threads-posix.lo
CC libmini_la-ssa.lo
CC libmini_la-decompose.lo
CC libmonoruntimesgen_la-sgen-mono.lo
CC libmini_la-abcremoval.lo
CC libmini_la-jit-icalls.lo
CC mono-threads-posix-signals.lo
CC libmini_la-trace.lo
CC libmini_la-local-propagation.lo
CSC [basic] System.Text.Encoding.CodePages.dll
CC libmini_la-driver.g.lo
CC libmini_la-dominators.lo
CC mono-threads-mach.lo
CCLD libmonoruntime-config.la
CC libmini_la-debug-mini.lo
../../../../external/mono/mono/metadata/sgen-stw.c:72:2: warning: incompatible pointer to integer conversion assigning to 'mgreg_t' (aka 'int') from 'gpointer *' (aka 'void **') [-Wint-conversion]
MONO_CONTEXT_GET_CURRENT (info->client_info.ctx);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../external/mono/mono/utils/mono-context.h:364:26: note: expanded from macro 'MONO_CONTEXT_GET_CURRENT'
ctx.regs [ARMREG_SP] = &_dummy; \
^ ~~~~~~~
1 warning generated.
../../../../external/mono/mono/metadata/sgen-mono.c:277:9: warning: unused variable 'nursery_check_labels' [-Wunused-variable]
int i, nursery_check_labels [2];
^
../../../../external/mono/mono/metadata/sgen-mono.c:277:6: warning: unused variable 'i' [-Wunused-variable]
int i, nursery_check_labels [2];
^
../../../../external/mono/mono/metadata/sgen-mono.c:1056:13: warning: unused variable 'size_var' [-Wunused-variable]
int p_var, size_var, real_size_var, thread_var G_GNUC_UNUSED;
^
../../../../external/mono/mono/metadata/sgen-mono.c:1064:6: warning: unused variable 'tlab_next_addr_var' [-Wunused-variable]
int tlab_next_addr_var, new_next_var;
^
../../../../external/mono/mono/metadata/sgen-mono.c:1059:10: warning: unused variable 'fastpath_branch' [-Wunused-variable]
guint32 fastpath_branch, max_size_branch, no_oom_branch;
^
../../../../external/mono/mono/metadata/sgen-mono.c:1056:23: warning: unused variable 'real_size_var' [-Wunused-variable]
int p_var, size_var, real_size_var, thread_var G_GNUC_UNUSED;
^
../../../../external/mono/mono/metadata/sgen-mono.c:1064:26: warning: unused variable 'new_next_var' [-Wunused-variable]
int tlab_next_addr_var, new_next_var;
^
../../../../external/mono/mono/metadata/sgen-mono.c:1059:27: warning: unused variable 'max_size_branch' [-Wunused-variable]
guint32 fastpath_branch, max_size_branch, no_oom_branch;
^
../../../../external/mono/mono/metadata/sgen-mono.c:1056:6: warning: unused variable 'p_var' [-Wunused-variable]
int p_var, size_var, real_size_var, thread_var G_GNUC_UNUSED;
^
../../../../external/mono/mono/metadata/sgen-mono.c:1059:44: warning: unused variable 'no_oom_branch' [-Wunused-variable]
guint32 fastpath_branch, max_size_branch, no_oom_branch;
^
10 warnings generated.
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
In file included from ../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:7:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/ecrypt-sync.h:74:17: warning: this function declaration is not a prototype [-Wstrict-prototypes]
void ECRYPT_init();
^
void
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:21:6: warning: no previous prototype for function 'mono_image_file_init' [-Wmissing-prototypes]
void ECRYPT_init(void)
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/rename-encsymbols.h:5:21: note: expanded from macro 'ECRYPT_init'
#define ECRYPT_init mono_image_file_init
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/ecrypt-sync.h:74:6: note: this declaration is not a prototype; add 'void' to make it a prototype for a zero-parameter function
void ECRYPT_init();
^
void
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/rename-encsymbols.h:5:21: note: expanded from macro 'ECRYPT_init'
#define ECRYPT_init mono_image_file_init
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:219:23: warning: passing 'char [32]' to parameter of type 'const u8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ECRYPT_keysetup (&x, k, 128, 64);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:29:46: note: passing argument to parameter 'k' here
void ECRYPT_keysetup(ECRYPT_ctx *x,const u8 *k,u32 kbits,u32 ivbits)
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:220:22: warning: passing 'char [8]' to parameter of type 'const u8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ECRYPT_ivsetup (&x, v);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:53:45: note: passing argument to parameter 'iv' here
void ECRYPT_ivsetup(ECRYPT_ctx *x,const u8 *iv)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:21:33: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader->guid, heap->data, new_tables, heap->size);
^~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:64: note: passing argument to parameter 'src' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:22:13: warning: assigning to 'const char *' from 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
heap->data = new_tables;
^ ~~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:114:33: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader.guid, image->raw_data + offset, d, top * 16);
^~~~~~~~~~~~~~~~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:64: note: passing argument to parameter 'src' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:114:59: warning: passing 'char [128]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader.guid, image->raw_data + offset, d, top * 16);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:84: note: passing argument to parameter 'dest' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
8 warnings generated.
CC mono-threads-mach-helper.lo
CC libmini_la-cfold.lo
CC mono-threads-windows.lo
CC libmini_la-linear-scan.lo
CC libmini_la-helpers.lo
CC mono-threads-linux.lo
CC libmini_la-aot-compiler.lo
CC libmini_la-liveness.lo
CCLD libmonoruntimesgen.la
CC mono-threads-freebsd.lo
CC mono-threads-netbsd.lo
CC libmini_la-aot-runtime.lo
CC mono-threads-openbsd.lo
CC libmini_la-ssa.lo
CC mono-threads-android.lo
CC libmini_la-graph.lo
CC mono-threads-haiku.lo
CC libmini_la-mini-codegen.lo
CC mono-threads-coop.lo
CC mono-tls.lo
CC libmini_la-mini-exceptions.lo
CC libmini_la-abcremoval.lo
CC atomic.lo
CC mono-hwcap.lo
CC libmini_la-mini-trampolines.lo
CC libmini_la-branch-opts.lo
CSC [build-darwin] mscorlib.dll
CC bsearch.lo
CC libmini_la-local-propagation.lo
CC libmini_la-mini-generic-sharing.lo
CC libmini_la-driver.g.lo
CC mono-conc-hashtable.lo
CC json.lo
CC networking.lo
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
In file included from ../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:7:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/ecrypt-sync.h:74:17: warning: this function declaration is not a prototype [-Wstrict-prototypes]
void ECRYPT_init();
^
void
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:21:6: warning: no previous prototype for function 'mono_image_file_init' [-Wmissing-prototypes]
void ECRYPT_init(void)
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/rename-encsymbols.h:5:21: note: expanded from macro 'ECRYPT_init'
#define ECRYPT_init mono_image_file_init
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/ecrypt-sync.h:74:6: note: this declaration is not a prototype; add 'void' to make it a prototype for a zero-parameter function
void ECRYPT_init();
^
void
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/rename-encsymbols.h:5:21: note: expanded from macro 'ECRYPT_init'
#define ECRYPT_init mono_image_file_init
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:219:23: warning: passing 'char [32]' to parameter of type 'const u8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ECRYPT_keysetup (&x, k, 128, 64);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:29:46: note: passing argument to parameter 'k' here
void ECRYPT_keysetup(ECRYPT_ctx *x,const u8 *k,u32 kbits,u32 ivbits)
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:220:22: warning: passing 'char [8]' to parameter of type 'const u8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ECRYPT_ivsetup (&x, v);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:53:45: note: passing argument to parameter 'iv' here
void ECRYPT_ivsetup(ECRYPT_ctx *x,const u8 *iv)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:21:33: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader->guid, heap->data, new_tables, heap->size);
^~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:64: note: passing argument to parameter 'src' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:22:13: warning: assigning to 'const char *' from 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
heap->data = new_tables;
^ ~~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:114:33: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader.guid, image->raw_data + offset, d, top * 16);
^~~~~~~~~~~~~~~~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:64: note: passing argument to parameter 'src' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:114:59: warning: passing 'char [128]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader.guid, image->raw_data + offset, d, top * 16);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:84: note: passing argument to parameter 'dest' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
8 warnings generated.
CC networking-posix.lo
CC libmini_la-tasklets.lo
CC networking-fallback.lo
CC libmini_la-debug-mini.lo
CC libmini_la-simd-intrinsics.lo
CC networking-missing.lo
CC libmini_la-linear-scan.lo
CC networking-windows.lo
CC libmini_la-mini-native-types.lo
CC libmini_la-aot-compiler.lo
CC mono-rand.lo
CC libmini_la-unwind.lo
CC libmini_la-aot-runtime.lo
CC mono-rand-windows.lo
CC libmini_la-graph.lo
CC memfuncs.lo
Making all in sgen
CC parse.lo
CC checked-build.lo
CC mach-support-unknown.lo
CC libmini_la-mini-codegen.lo
CC libmini_la-image-writer.lo
CC libmini_la-mini-exceptions.lo
CC mono-hwcap-cross.lo
CC libmonosgen_la-sgen-alloc.lo
CC libmini_la-mini-trampolines.lo
CC libmini_la-dwarfwriter.lo
CCLD libmonoutils.la
CC libmonosgen_la-sgen-cardtable.lo
CC libmini_la-mini-gc.lo
CC libmini_la-debugger-agent.lo
CC libmini_la-branch-opts.lo
CC libmonosgen_la-sgen-debug.lo
CC libmini_la-mini-generic-sharing.lo
CC libmini_la-xdebug.lo
CC libmini_la-tasklets.lo
CC libmini_la-alias-analysis.lo
CC libmini_la-simd-intrinsics.lo
CC libmini_la-mini-cross-helpers.lo
CC libmini_la-mini-native-types.lo
CC libmini_la-arch-stubs.lo
CC libmonosgen_la-sgen-descriptor.lo
CC libmini_la-unwind.lo
CC libmini_la-type-checking.lo
CC libmini_la-image-writer.lo
Making all in cil
make[3]: Nothing to be done for `all'.
Making all in metadata
CC libmonosgen_la-sgen-fin-weak-hash.lo
CC libmini_la-lldb.lo
CC libmini_la-dwarfwriter.lo
CC libmini_la-memory-access.lo
CC libmonosgen_la-sgen-gc.lo
CC libmini_la-mini-gc.lo
CC libmini_la-mini-profiler.lo
CC libmini_la-debugger-agent.lo
CC interp/libmini_la-interp-stubs.lo
CC libmonosgen_la-sgen-gchandles.lo
CC libmini_la-xdebug.lo
CC libmini_la-mini-x86.lo
CC libmini_la-alias-analysis.lo
CC libmonosgen_la-sgen-gray.lo
CC libmini_la-exceptions-x86.lo
CC libmini_la-mini-cross-helpers.lo
CC libmonoruntime_config_la-mono-config-dirs.lo
CC libmonosgen_la-sgen-hash-table.lo
CC libmonosgen_la-sgen-internal.lo
CC libmonoruntimesgen_static_la-console-unix.lo
CC libmini_la-tramp-x86.lo
CC libmini_la-arch-stubs.lo
CC libmonoruntimesgen_static_la-w32mutex-unix.lo
CC libmini_la-mini-x86-gsharedvt.lo
CC libmini_la-type-checking.lo
CC libmini_la-tramp-x86-gsharedvt.lo
CC libmonoruntimesgen_static_la-w32semaphore-unix.lo
CC libmini_la-lldb.lo
CC libmini_la-memory-access.lo
CC libmini_la-mini-darwin.lo
CC libmini_la-mini-profiler.lo
CC libmini_la-mini-posix.lo
CC libmonoruntimesgen_static_la-w32event-unix.lo
CC libmonosgen_la-sgen-layout-stats.lo
CC libmini_static_la-mini.lo
CC interp/libmini_la-interp-stubs.lo
CC libmonoruntimesgen_static_la-w32process-unix.lo
CC libmonoruntimesgen_static_la-w32process-unix-osx.lo
CC libmini_static_la-mini-runtime.lo
CC libmonosgen_la-sgen-los.lo
CC libmini_la-mini-amd64.lo
CC libmini_static_la-seq-points.lo
CC libmonoruntimesgen_static_la-w32process-unix-bsd.lo
CC libmonosgen_la-sgen-marksweep.lo
CC libmini_la-exceptions-amd64.lo
CC libmonoruntimesgen_static_la-w32process-unix-haiku.lo
CC libmini_static_la-method-to-ir.lo
CC libmonoruntimesgen_static_la-w32process-unix-default.lo
CC libmini_la-tramp-amd64.lo
CC libmini_static_la-cfgdump.lo
CC libmonoruntimesgen_static_la-w32socket-unix.lo
CC libmini_static_la-decompose.lo
CC libmonosgen_la-sgen-memory-governor.lo
CC libmonoruntimesgen_static_la-w32file-unix.lo
CC libmini_static_la-jit-icalls.lo
CC libmini_la-mini-amd64-gsharedvt.lo
CC libmini_static_la-trace.lo
CC libmonosgen_la-sgen-nursery-allocator.lo
CC libmonoruntimesgen_static_la-w32file-unix-glob.lo
CC libmini_static_la-dominators.lo
CC libmini_la-tramp-amd64-gsharedvt.lo
CC libmonoruntimesgen_static_la-w32error-unix.lo
CC libmini_static_la-cfold.lo
CC libmini_la-mini-darwin.lo
CC libmonosgen_la-sgen-pinning-stats.lo
CC libmonoruntimesgen_static_la-appdomain.lo
CC libmini_static_la-helpers.lo
CC libmonosgen_la-sgen-pinning.lo
CC libmonoruntimesgen_static_la-domain.lo
CC libmini_la-mini-posix.lo
CC libmini_static_la-liveness.lo
CC libmonoruntimesgen_static_la-assembly.lo
CC libmonosgen_la-sgen-pointer-queue.lo
CC libmini_static_la-ssa.lo
CC libmini_static_la-mini.lo
CC libmonoruntimesgen_static_la-attach.lo
CC libmonosgen_la-sgen-array-list.lo
CC libmonoruntimesgen_static_la-class.lo
CC libmini_static_la-abcremoval.lo
CC libmini_static_la-mini-runtime.lo
CC libmonosgen_la-sgen-protocol.lo
CC libmonoruntimesgen_static_la-class-accessors.lo
CC libmini_static_la-local-propagation.lo
CC libmini_static_la-seq-points.lo
CC libmonoruntimesgen_static_la-cominterop.lo
CC libmini_static_la-driver.g.lo
Creating output file: ./../../class/lib/build/csc.corlib.dll.aotprofile
CC libmini_static_la-debug-mini.lo
CC libmini_static_la-method-to-ir.lo
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
In file included from ../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:7:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/ecrypt-sync.h:74:17: warning: this function declaration is not a prototype [-Wstrict-prototypes]
void ECRYPT_init();
^
void
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:21:6: warning: no previous prototype for function 'mono_image_file_init' [-Wmissing-prototypes]
void ECRYPT_init(void)
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/rename-encsymbols.h:5:21: note: expanded from macro 'ECRYPT_init'
#define ECRYPT_init mono_image_file_init
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/ecrypt-sync.h:74:6: note: this declaration is not a prototype; add 'void' to make it a prototype for a zero-parameter function
void ECRYPT_init();
^
void
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/rename-encsymbols.h:5:21: note: expanded from macro 'ECRYPT_init'
#define ECRYPT_init mono_image_file_init
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:219:23: warning: passing 'char [32]' to parameter of type 'const u8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ECRYPT_keysetup (&x, k, 128, 64);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:29:46: note: passing argument to parameter 'k' here
void ECRYPT_keysetup(ECRYPT_ctx *x,const u8 *k,u32 kbits,u32 ivbits)
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:220:22: warning: passing 'char [8]' to parameter of type 'const u8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ECRYPT_ivsetup (&x, v);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:53:45: note: passing argument to parameter 'iv' here
void ECRYPT_ivsetup(ECRYPT_ctx *x,const u8 *iv)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:21:33: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader->guid, heap->data, new_tables, heap->size);
^~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:64: note: passing argument to parameter 'src' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:22:13: warning: assigning to 'const char *' from 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
heap->data = new_tables;
^ ~~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:114:33: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader.guid, image->raw_data + offset, d, top * 16);
^~~~~~~~~~~~~~~~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:64: note: passing argument to parameter 'src' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:114:59: warning: passing 'char [128]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader.guid, image->raw_data + offset, d, top * 16);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:84: note: passing argument to parameter 'dest' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
8 warnings generated.
CC libmonoruntimesgen_static_la-coree.lo
CC libmonosgen_la-sgen-qsort.lo
CC libmini_static_la-cfgdump.lo
CC libmonoruntimesgen_static_la-debug-helpers.lo
CC libmonosgen_la-sgen-simple-nursery.lo
CC libmonoruntimesgen_static_la-debug-mono-symfile.lo
CC libmini_static_la-decompose.lo
CC libmonoruntimesgen_static_la-debug-mono-ppdb.lo
CC libmonosgen_la-sgen-split-nursery.lo
CC libmini_static_la-linear-scan.lo
CC libmini_static_la-jit-icalls.lo
CC libmonosgen_la-sgen-thread-pool.lo
CC libmonoruntimesgen_static_la-decimal-ms.lo
CC libmini_static_la-aot-compiler.lo
CC libmonoruntimesgen_static_la-environment.lo
CC libmini_static_la-aot-runtime.lo
CC libmonoruntimesgen_static_la-exception.lo
CC libmini_static_la-trace.lo
CC libmini_static_la-graph.lo
CC libmonoruntimesgen_static_la-w32file.lo
CC libmonosgen_la-sgen-workers.lo
CSC [build-darwin] Mono.Security.dll
CC libmonoruntimesgen_static_la-filewatcher.lo
CC libmini_static_la-dominators.lo
CC libmini_static_la-mini-codegen.lo
CC libmonoruntimesgen_static_la-icall.lo
CC libmini_static_la-cfold.lo
CC libmonoruntimesgen_static_la-image.lo
CC libmonoruntimesgen_static_la-jit-info.lo
CC libmini_static_la-helpers.lo
CC libmini_static_la-mini-exceptions.lo
CC libmonoruntimesgen_static_la-loader.lo
CC libmini_static_la-liveness.lo
CC libmini_static_la-mini-trampolines.lo
CCLD libmonosgen.la
CC libmini_static_la-ssa.lo
CC libmini_static_la-abcremoval.lo
CC libmonoruntimesgen_static_la-locales.lo
CC libmini_static_la-branch-opts.lo
CC libmonoruntimesgen_static_la-lock-tracer.lo
CC libmini_static_la-mini-generic-sharing.lo
Making all in mini
CC libmonoruntimesgen_static_la-marshal.lo
CC libmini_static_la-local-propagation.lo
CC libmini_static_la-tasklets.lo
CC libmini_static_la-simd-intrinsics.lo
CC libmini_static_la-mini-native-types.lo
CC libmonoruntimesgen_static_la-mempool.lo
CC libmini_static_la-driver.g.lo
CC libmini_static_la-unwind.lo
CC libmonoruntimesgen_static_la-metadata.lo
CC libmini_static_la-image-writer.lo
if test -d /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/.git; then \
(cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono; \
LANG=C; export LANG; \
if test -z "$ghprbPullId"; then \
branch=`git branch | grep '^\*' | sed 's/(detached from .*/explicit/' | cut -d ' ' -f 2`; \
else \
branch="pull-request-$ghprbPullId"; \
fi; \
version=`git log --no-color --first-parent -n1 --pretty=format:%h`; \
echo "#define FULL_VERSION \"$branch/$version\""; \
); \
else \
echo "#define FULL_VERSION \"tarball\""; \
fi > version.h
CC genmdesc-genmdesc.o
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
In file included from ../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:7:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/ecrypt-sync.h:74:17: warning: this function declaration is not a prototype [-Wstrict-prototypes]
void ECRYPT_init();
^
void
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:21:6: warning: no previous prototype for function 'mono_image_file_init' [-Wmissing-prototypes]
void ECRYPT_init(void)
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/rename-encsymbols.h:5:21: note: expanded from macro 'ECRYPT_init'
#define ECRYPT_init mono_image_file_init
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/ecrypt-sync.h:74:6: note: this declaration is not a prototype; add 'void' to make it a prototype for a zero-parameter function
void ECRYPT_init();
^
void
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/rename-encsymbols.h:5:21: note: expanded from macro 'ECRYPT_init'
#define ECRYPT_init mono_image_file_init
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:219:23: warning: passing 'char [32]' to parameter of type 'const u8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ECRYPT_keysetup (&x, k, 128, 64);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:29:46: note: passing argument to parameter 'k' here
void ECRYPT_keysetup(ECRYPT_ctx *x,const u8 *k,u32 kbits,u32 ivbits)
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:220:22: warning: passing 'char [8]' to parameter of type 'const u8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ECRYPT_ivsetup (&x, v);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:53:45: note: passing argument to parameter 'iv' here
void ECRYPT_ivsetup(ECRYPT_ctx *x,const u8 *iv)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:21:33: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader->guid, heap->data, new_tables, heap->size);
^~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:64: note: passing argument to parameter 'src' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:22:13: warning: assigning to 'const char *' from 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
heap->data = new_tables;
^ ~~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:114:33: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader.guid, image->raw_data + offset, d, top * 16);
^~~~~~~~~~~~~~~~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:64: note: passing argument to parameter 'src' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:114:59: warning: passing 'char [128]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader.guid, image->raw_data + offset, d, top * 16);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:84: note: passing argument to parameter 'dest' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
8 warnings generated.
CC libmini_static_la-dwarfwriter.lo
CC libmini_static_la-debug-mini.lo
CC genmdesc-helpers.o
CC libmonoruntimesgen_static_la-metadata-verify.lo
CC libmini_static_la-mini-gc.lo
CC libmini_static_la-debugger-agent.lo
CC ../metadata/genmdesc-opcodes.o
CC libmini_static_la-linear-scan.lo
CCLD genmdesc
CC libmini_static_la-xdebug.lo
CC libmonoruntimesgen_static_la-method-builder.lo
CC libmonoruntimesgen_static_la-mono-basic-block.lo
CSC [secxml/build-darwin] System.dll
perl /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini/genmdesc.pl __arm__ /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini cpu-arm.h arm_cpu_desc /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini/cpu-arm.md
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make all-am
CC libmini_static_la-aot-compiler.lo
CC libmonoruntimesgen_static_la-mono-config.lo
CC libmini_static_la-aot-runtime.lo
CC libmonoruntimesgen_static_la-mono-debug.lo
CC libmini_la-mini.lo
CC libmini_static_la-alias-analysis.lo
CC libmini_static_la-graph.lo
CC libmini_static_la-mini-cross-helpers.lo
CC libmonoruntimesgen_static_la-mono-endian.lo
CC libmini_static_la-mini-codegen.lo
CC libmini_la-mini-runtime.lo
CC libmonoruntimesgen_static_la-mono-mlist.lo
CC libmini_static_la-arch-stubs.lo
CC libmonoruntimesgen_static_la-mono-perfcounters.lo
../../../../external/mono/mono/mini/mini-runtime.c:3045:11: warning: unused variable 'fault_addr' [-Wunused-variable]
gpointer fault_addr = NULL;
^
../../../../external/mono/mono/mini/mini-runtime.c:3044:18: warning: unused variable 'jit_tls' [-Wunused-variable]
MonoJitTlsData *jit_tls = (MonoJitTlsData *)mono_tls_get_jit_tls ();
^
2 warnings generated.
CC libmini_la-seq-points.lo
CC libmini_static_la-mini-exceptions.lo
CC libmini_static_la-type-checking.lo
CC libmini_static_la-lldb.lo
CC libmonoruntimesgen_static_la-mono-route.lo
CC libmini_static_la-mini-trampolines.lo
CC libmini_la-method-to-ir.lo
CC libmonoruntimesgen_static_la-number-ms.lo
CC libmini_static_la-memory-access.lo
CC libmonoruntimesgen_static_la-object.lo
CC libmini_static_la-mini-profiler.lo
CC libmini_static_la-branch-opts.lo
CC libmini_la-cfgdump.lo
CC libmini_static_la-mini-generic-sharing.lo
CC libmonoruntimesgen_static_la-opcodes.lo
CC libmini_static_la-tasklets.lo
CC interp/libmini_static_la-interp-stubs.lo
CC libmini_la-decompose.lo
CC libmonoruntimesgen_static_la-property-bag.lo
CC libmini_static_la-simd-intrinsics.lo
CC libmini_static_la-mini-x86.lo
CC libmonoruntimesgen_static_la-w32socket.lo
CC libmini_la-jit-icalls.lo
CC libmini_static_la-exceptions-x86.lo
CC libmini_static_la-mini-native-types.lo
CC libmini_static_la-tramp-x86.lo
CC libmonoruntimesgen_static_la-w32process.lo
CC libmini_static_la-mini-x86-gsharedvt.lo
CC libmini_static_la-unwind.lo
CC libmonoruntimesgen_static_la-profiler.lo
CC libmini_static_la-tramp-x86-gsharedvt.lo
CC libmini_la-trace.lo
CC libmini_static_la-image-writer.lo
CC libmini_la-dominators.lo
CC libmonoruntimesgen_static_la-rand.lo
CC libmini_static_la-mini-darwin.lo
CC libmini_la-cfold.lo
CC libmonoruntimesgen_static_la-remoting.lo
CC libmini_static_la-mini-posix.lo
../../../../external/mono/mono/metadata/remoting.c:2099:1: warning: no previous prototype for function 'mono_context_set_icall' [-Wmissing-prototypes]
mono_context_set_icall (MonoAppContext *new_context_raw)
^
1 warning generated.
CC libmini_static_la-dwarfwriter.lo
CC libmonoruntimesgen_static_la-runtime.lo
CXXLD libmini.la
CC libmini_static_la-mini-gc.lo
CC libmini_la-helpers.lo
CC libmonoruntimesgen_static_la-mono-security.lo
CC libmini_static_la-debugger-agent.lo
CC libmini_static_la-xdebug.lo
CC libmonoruntimesgen_static_la-security-core-clr.lo
CXXLD libmini-static.la
CC libmini_static_la-alias-analysis.lo
CC libmonoruntimesgen_static_la-security-manager.lo
CC libmini_static_la-mini-cross-helpers.lo
CC libmini_static_la-arch-stubs.lo
CC libmonoruntimesgen_static_la-string-icalls.lo
CC libmini_static_la-type-checking.lo
CC libmonoruntimesgen_static_la-sysmath.lo
CC libmini_static_la-lldb.lo
CC libmini_static_la-memory-access.lo
CC libmonoruntimesgen_static_la-threads.lo
CC libmini_static_la-mini-profiler.lo
CCLD libmonosgen-2.0.la
CC libmini_la-liveness.lo
CC libmonoruntimesgen_static_la-threadpool.lo
CC libmonoruntimesgen_static_la-threadpool-worker-default.lo
CC libmini_la-ssa.lo
CC interp/libmini_static_la-interp-stubs.lo
CC libmonoruntimesgen_static_la-threadpool-io.lo
CC libmonoruntimesgen_static_la-verify.lo
CC libmini_static_la-mini-amd64.lo
CC libmini_la-abcremoval.lo
CC libmonoruntimesgen_static_la-dynamic-stream.lo
CC libmonoruntimesgen_static_la-file-mmap-posix.lo
CC libmini_static_la-exceptions-amd64.lo
CC libmini_la-local-propagation.lo
CC libmini_la-driver.g.lo
CC libmonoruntimesgen_static_la-file-mmap-windows.lo
CC libmini_static_la-tramp-amd64.lo
CC libmini_la-debug-mini.lo
CC libmini_la-linear-scan.lo
CC libmonoruntimesgen_static_la-metadata-cross-helpers.lo
CC libmini_static_la-mini-amd64-gsharedvt.lo
CC libmonoruntimesgen_static_la-seq-points-data.lo
CC libmini_la-aot-compiler.lo
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
In file included from ../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:7:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/ecrypt-sync.h:74:17: warning: this function declaration is not a prototype [-Wstrict-prototypes]
void ECRYPT_init();
^
void
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:219:23: warning: passing 'char [32]' to parameter of type 'const u8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ECRYPT_keysetup (&x, k, 128, 64);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:29:46: note: passing argument to parameter 'k' here
void ECRYPT_keysetup(ECRYPT_ctx *x,const u8 *k,u32 kbits,u32 ivbits)
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:220:22: warning: passing 'char [8]' to parameter of type 'const u8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ECRYPT_ivsetup (&x, v);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:53:45: note: passing argument to parameter 'iv' here
void ECRYPT_ivsetup(ECRYPT_ctx *x,const u8 *iv)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:21:33: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader->guid, heap->data, new_tables, heap->size);
^~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:64: note: passing argument to parameter 'src' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:22:13: warning: assigning to 'const char *' from 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
heap->data = new_tables;
^ ~~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:114:33: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader.guid, image->raw_data + offset, d, top * 16);
^~~~~~~~~~~~~~~~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:64: note: passing argument to parameter 'src' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:114:59: warning: passing 'char [128]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader.guid, image->raw_data + offset, d, top * 16);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:84: note: passing argument to parameter 'dest' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
../../../../external/mono/mono/mini/driver.g.c:1591:15: warning: unused variable 'cfg' [-Wunused-variable]
MonoCompile *cfg;
^
8 warnings generated.
CC libmini_static_la-tramp-amd64-gsharedvt.lo
CC libmonoruntimesgen_static_la-handle.lo
CC libmini_la-aot-runtime.lo
CC libmonoruntimesgen_static_la-w32handle-namespace.lo
CC libmonoruntimesgen_static_la-w32handle.lo
CC libmonoruntimesgen_static_la-reflection.lo
CC libmini_la-graph.lo
CC libmini_static_la-mini-darwin.lo
CC libmonoruntimesgen_static_la-dynamic-image.lo
CC libmini_la-mini-codegen.lo
CC libmini_la-mini-exceptions.lo
CC libmini_static_la-mini-posix.lo
CC libmonoruntimesgen_static_la-sre.lo
CC libmini_la-mini-trampolines.lo
CXXLD libmini.la
CC libmonoruntimesgen_static_la-sre-encode.lo
CC libmonoruntimesgen_static_la-sre-save.lo
CC libmonoruntimesgen_static_la-custom-attrs.lo
CXXLD libmini-static.la
CC libmonoruntimesgen_static_la-gc-stats.lo
CSC [build-darwin] System.dll
CC libmonoruntimesgen_static_la-gc.lo
CC mono_sgen-main-sgen.o
../../../../external/mono/mono/mini/mini-exceptions.c:3056:2: warning: incompatible pointer to integer conversion assigning to 'mgreg_t' (aka 'int') from 'gpointer *' (aka 'void **') [-Wint-conversion]
MONO_CONTEXT_GET_CURRENT (ctx->ctx);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../external/mono/mono/utils/mono-context.h:364:26: note: expanded from macro 'MONO_CONTEXT_GET_CURRENT'
ctx.regs [ARMREG_SP] = &_dummy; \
^ ~~~~~~~
1 warning generated.
CC libmonoruntimesgen_static_la-monitor.lo
CC libmonoruntimesgen_static_la-mono-hash.lo
CC libmini_la-branch-opts.lo
CC libmonoruntimesgen_static_la-mono-conc-hash.lo
CC libmini_la-mini-generic-sharing.lo
CC libmonoruntimesgen_static_la-sgen-bridge.lo
CCLD libmonosgen-2.0.la
CC libmini_la-tasklets.lo
CC libmonoruntimesgen_static_la-sgen-old-bridge.lo
CC libmini_la-simd-intrinsics.lo
CCLD mono-sgen
CC libmonoruntimesgen_static_la-sgen-new-bridge.lo
CC libmonoruntimesgen_static_la-sgen-tarjan-bridge.lo
CC libmini_la-mini-native-types.lo
CC libmonoruntimesgen_static_la-sgen-toggleref.lo
../../../../external/mono/mono/mini/mini-generic-sharing.c:1206:17: warning: unused variable 'retval_var' [-Wunused-variable]
int i, pindex, retval_var = 0;
^
../../../../external/mono/mono/mini/mini-generic-sharing.c:1310:29: warning: unused variable 'ldind_op' [-Wunused-variable]
int i, pindex, args_start, ldind_op, stind_op;
^
../../../../external/mono/mono/mini/mini-generic-sharing.c:1310:39: warning: unused variable 'stind_op' [-Wunused-variable]
int i, pindex, args_start, ldind_op, stind_op;
^
../../../../external/mono/mono/mini/mini-generic-sharing.c:1437:17: warning: unused variable 'retval_var' [-Wunused-variable]
int i, pindex, retval_var = 0;
^
4 warnings generated.
CC mono_sgen-main-sgen.o
CC libmonoruntimesgen_static_la-sgen-stw.lo
CC libmonoruntimesgen_static_la-sgen-mono.lo
CC libmini_la-unwind.lo
CCLD libmonoruntime-config.la
../../../../external/mono/mono/mini/mini-native-types.c:92:26: warning: unused variable 'int_binop' [-Wunused-const-variable]
static const IntIntrisic int_binop[] = {
^
../../../../external/mono/mono/mini/mini-native-types.c:105:26: warning: unused variable 'int_unnop' [-Wunused-const-variable]
static const IntIntrisic int_unnop[] = {
^
../../../../external/mono/mono/mini/mini-native-types.c:111:26: warning: unused variable 'int_cmpop' [-Wunused-const-variable]
static const IntIntrisic int_cmpop[] = {
^
../../../../external/mono/mono/mini/mini-native-types.c:120:28: warning: unused variable 'type_info' [-Wunused-const-variable]
static const MagicTypeInfo type_info[] = {
^
4 warnings generated.
CC libmini_la-image-writer.lo
CC libmini_la-dwarfwriter.lo
CC libmini_la-mini-gc.lo
CCLD libmonoruntimesgen-static.la
ln -sf mono-sgen mono
Making all in dis
CC get.o
CC dis-cil.o
CC util.o
CC dump.o
CCLD mono-sgen
CC main.o
CC declsec.o
AR libmonodis.a
CCLD monodis
CC libmini_la-debugger-agent.lo
CC libmini_la-xdebug.lo
CC libmini_la-alias-analysis.lo
CC libmini_la-mini-cross-helpers.lo
Making all in tests
Making all in gc-descriptors
make[4]: Nothing to be done for `all'.
Making all in .
CC libtest_la-libtest.lo
../../../../external/mono/mono/tests/libtest.c:7466:53: warning: this function declaration is not a prototype [-Wstrict-prototypes]
typedef void (*NativeToManagedExceptionRethrowFunc) ();
^
void
1 warning generated.
Making all in sgen
CCLD libtest.la
CC libmonosgen_static_la-sgen-alloc.lo
ln -sf mono-sgen mono
CC libmonosgen_static_la-sgen-cardtable.lo
CC libmini_la-arch-stubs.lo
CC libmini_la-type-checking.lo
CC libmonosgen_static_la-sgen-debug.lo
Making all in dis
CC get.o
CC libmonosgen_static_la-sgen-descriptor.lo
CC dis-cil.o
CC libmonosgen_static_la-sgen-fin-weak-hash.lo
CC libmini_la-lldb.lo
CC libmonosgen_static_la-sgen-gc.lo
Making all in testing_gac
CC util.o
CC libmini_la-memory-access.lo
CC dump.o
CC libmonosgen_static_la-sgen-gchandles.lo
CC main.o
CC declsec.o
make[4]: Nothing to be done for `all'.
Making all in unit-tests
make[3]: Nothing to be done for `all'.
Making all in benchmark
make[3]: Nothing to be done for `all'.
Making all in profiler
AR libmonodis.a
CC libmonosgen_static_la-sgen-gray.lo
CCLD monodis
CC libmini_la-mini-profiler.lo
CC libmonosgen_static_la-sgen-hash-table.lo
CXX llvm-runtime.lo
CC libmonosgen_static_la-sgen-internal.lo
CC aot.lo
CC iomap.lo
CC libmonosgen_static_la-sgen-layout-stats.lo
CC interp/libmini_la-interp-stubs.lo
CC log.lo
CC libmonosgen_static_la-sgen-los.lo
libtool: compile: ccache /Applications/Xcode9-GM.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini -I../.. -isysroot /Applications/Xcode9-GM.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.0.sdk -mwatchos-version-min=2.0 -arch armv7k -O2 -gdwarf-2 -Wl,-application_extension -fembed-bitcode -fno-gnu-inline-asm -DMONOTOUCH=1 -DHOST_IOS -DHOST_WATCHOS -DSMALL_CONFIG -DDISABLE_POLICY_EVIDENCE=1 -DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -D_THREAD_SAFE -DGC_MACOSX_THREADS -DPLATFORM_MACOSX -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -D__ARM_EABI__ -DARM_FPU_VFP_HARD=1 -DNO_UNALIGNED_ACCESS -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/eglib/src -I../../eglib/src -isysroot /Applications/Xcode9-GM.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.0.sdk -mwatchos-version-min=2.0 -arch armv7k -O2 -gdwarf-2 -Wl,-application_extension -fembed-bitcode -fno-gnu-inline-asm -DMONOTOUCH=1 -DHOST_IOS -DHOST_WATCHOS -DSMALL_CONFIG -DDISABLE_POLICY_EVIDENCE=1 -DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -MT llvm-runtime.lo -MD -MP -MF .deps/llvm-runtime.Tpo -c /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini/llvm-runtime.cpp -fno-common -DPIC -o .libs/llvm-runtime.o
libtool: compile: ccache /Applications/Xcode9-GM.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini -I../.. -isysroot /Applications/Xcode9-GM.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.0.sdk -mwatchos-version-min=2.0 -arch armv7k -O2 -gdwarf-2 -Wl,-application_extension -fembed-bitcode -fno-gnu-inline-asm -DMONOTOUCH=1 -DHOST_IOS -DHOST_WATCHOS -DSMALL_CONFIG -DDISABLE_POLICY_EVIDENCE=1 -DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -D_THREAD_SAFE -DGC_MACOSX_THREADS -DPLATFORM_MACOSX -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -D__ARM_EABI__ -DARM_FPU_VFP_HARD=1 -DNO_UNALIGNED_ACCESS -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/eglib/src -I../../eglib/src -isysroot /Applications/Xcode9-GM.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.0.sdk -mwatchos-version-min=2.0 -arch armv7k -O2 -gdwarf-2 -Wl,-application_extension -fembed-bitcode -fno-gnu-inline-asm -DMONOTOUCH=1 -DHOST_IOS -DHOST_WATCHOS -DSMALL_CONFIG -DDISABLE_POLICY_EVIDENCE=1 -DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -MT llvm-runtime.lo -MD -MP -MF .deps/llvm-runtime.Tpo -c /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini/llvm-runtime.cpp -o llvm-runtime.o >/dev/null 2>&1
CC libmini_la-mini-arm.lo
CC libmonosgen_static_la-sgen-marksweep.lo
CC libmini_la-exceptions-arm.lo
CC libmonosgen_static_la-sgen-memory-governor.lo
CC log-args.lo
CC libmonosgen_static_la-sgen-nursery-allocator.lo
CC mprof-report.o
CC libmini_la-tramp-arm.lo
CC libmonosgen_static_la-sgen-pinning-stats.lo
CC libmonosgen_static_la-sgen-pinning.lo
CCLD libmono-profiler-aot.la
CC libmonosgen_static_la-sgen-pointer-queue.lo
CC libmini_la-mini-arm-gsharedvt.lo
CC libmonosgen_static_la-sgen-array-list.lo
../../../../external/mono/mono/mini/mini-arm.c:7054:41: warning: incompatible pointer types passing 'arminstr_t *' (aka 'unsigned int *') to parameter of type 'const mono_byte *' (aka 'const unsigned char *') [-Wincompatible-pointer-types]
MONO_PROFILER_RAISE (jit_code_buffer, (start, code - start, MONO_PROFILER_CODE_BUFFER_IMT_TRAMPOLINE, NULL));
^~~~~
../../../../external/mono/mono/metadata/profiler-private.h:169:33: note: expanded from macro 'MONO_PROFILER_RAISE'
mono_profiler_raise_ ## name args; \
^~~~
../../../../external/mono/mono/metadata/profiler-events.h:40:74: note: passing argument to parameter 'buffer' here
MONO_PROFILER_EVENT_4(jit_code_buffer, JitCodeBuffer, const mono_byte *, buffer, uint64_t, size, MonoProfilerCodeBufferType, type, const void *, data)
^
../../../../external/mono/mono/mini/mini-arm.c:110:12: warning: unused variable 'vfp_scratch1' [-Wunused-variable]
static int vfp_scratch1 = ARM_VFP_D14;
^
../../../../external/mono/mono/mini/mini-arm.c:111:12: warning: unused variable 'vfp_scratch2' [-Wunused-variable]
static int vfp_scratch2 = ARM_VFP_D15;
^
3 warnings generated.
CC libmini_la-tramp-arm-gsharedvt.lo
CC libmonosgen_static_la-sgen-protocol.lo
CC libmini_la-mini-darwin.lo
Making all in tests
Making all in gc-descriptors
make[4]: Nothing to be done for `all'.
Making all in .
CC libtest_la-libtest.lo
CC libmonosgen_static_la-sgen-qsort.lo
../../../../external/mono/mono/tests/libtest.c:7466:53: warning: this function declaration is not a prototype [-Wstrict-prototypes]
typedef void (*NativeToManagedExceptionRethrowFunc) ();
^
void
1 warning generated.
CCLD libtest.la
CC libmonosgen_static_la-sgen-simple-nursery.lo
CCLD libmono-profiler-aot-static.la
CC libmonosgen_static_la-sgen-split-nursery.lo
CC libmini_la-mini-posix.lo
CC libmonosgen_static_la-sgen-thread-pool.lo
Making all in testing_gac
make[4]: Nothing to be done for `all'.
Making all in unit-tests
make[3]: Nothing to be done for `all'.
Making all in benchmark
CCLD libmono-profiler-iomap.la
CC libmonosgen_static_la-sgen-workers.lo
CCLD libmono-profiler-iomap-static.la
make[3]: Nothing to be done for `all'.
Making all in profiler
CC aot.lo
CCLD libmono-profiler-log.la
CCLD libmono-profiler-log-static.la
CC iomap.lo
CCLD libmonosgen-static.la
CC log.lo
CXXLD libmini.la
CC log-args.lo
CC mprof-report.o
CCLD mprof-report
CCLD libmono-profiler-aot.la
CSC [build-darwin] System.Xml.dll
CCLD libmono-profiler-aot-static.la
Making all in mini
CCLD libmono-profiler-iomap.la
CCLD libmono-profiler-iomap-static.la
CCLD libmono-profiler-log.la
CCLD libmono-profiler-log-static.la
CCLD mprof-report
make[3]: Nothing to be done for `all-am'.
PATH="/Library/Frameworks/Mono.framework/Versions/Current/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/local/lib/dnx/runtimes/dnx-coreclr-darwin-x64.1.0.0-rc1-update1/bin:/Users/mandel/.dnx/bin" /Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make -C mac32/mono install
Making install in arch
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in utils
CCLD libmonosgen-2.0.la
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-am
if test -d /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/.git; then \
(cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono; \
LANG=C; export LANG; \
if test -z "$ghprbPullId"; then \
branch=`git branch | grep '^\*' | sed 's/(detached from .*/explicit/' | cut -d ' ' -f 2`; \
else \
branch="pull-request-$ghprbPullId"; \
fi; \
version=`git log --no-color --first-parent -n1 --pretty=format:%h`; \
echo "#define FULL_VERSION \"$branch/$version\""; \
); \
else \
echo "#define FULL_VERSION \"tarball\""; \
fi > version.h
CC genmdesc-genmdesc.o
CC genmdesc-helpers.o
CC ../metadata/genmdesc-opcodes.o
make[5]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/include/mono-2.0/mono/utils'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-logger.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-error.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-publib.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-dl-fallback.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-counters.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/include/mono-2.0/mono/utils'
Making install in cil
make[4]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/include/mono-2.0/mono/cil'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/share/mono-2.0/mono/cil'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/cil/cil-opcodes.xml '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/share/mono-2.0/mono/cil'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/cil/opcode.def '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/include/mono-2.0/mono/cil'
CCLD genmdesc
Making install in metadata
make[3]: Nothing to be done for `all-am'.
PATH="/Library/Frameworks/Mono.framework/Versions/Current/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/local/lib/dnx/runtimes/dnx-coreclr-darwin-x64.1.0.0-rc1-update1/bin:/Users/mandel/.dnx/bin" /Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make -C mac64/mono install
Making install in arch
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in utils
./genmdesc cpu-arm64.h arm64_cpu_desc /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini/cpu-arm64.md
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make all-am
CC libmini_static_la-mini.lo
CC libmini_static_la-mini-runtime.lo
CC libmini_static_la-seq-points.lo
CC libmini_static_la-method-to-ir.lo
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-am
make[5]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/include/mono-2.0/mono/utils'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-logger.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-error.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-publib.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-dl-fallback.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-counters.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/include/mono-2.0/mono/utils'
Making install in cil
make[4]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/include/mono-2.0/mono/cil'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/cil/opcode.def '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/include/mono-2.0/mono/cil'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/share/mono-2.0/mono/cil'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/cil/cil-opcodes.xml '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/share/mono-2.0/mono/cil'
Making install in metadata
CC libmini_static_la-cfgdump.lo
CC libmini_static_la-decompose.lo
CC libmini_static_la-jit-icalls.lo
CC libmini_static_la-trace.lo
CC libmini_static_la-dominators.lo
CC libmini_static_la-cfold.lo
CC libmini_static_la-helpers.lo
CC libmini_static_la-liveness.lo
make[4]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/include/mono-2.0/mono/metadata'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/assembly.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/attrdefs.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/appdomain.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/blob.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/class.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/debug-helpers.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/debug-mono-symfile.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/threads.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/environment.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/exception.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/image.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/loader.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/metadata.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-config.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-debug.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-gc.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/sgen-bridge.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/object.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/opcodes.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/profiler.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/profiler-events.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/reflection.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/row-indexes.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/tokentype.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/verify.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/include/mono-2.0/mono/metadata'
Making install in sgen
CC libmini_static_la-ssa.lo
CC libmini_static_la-abcremoval.lo
CC libmini_static_la-local-propagation.lo
CC libmini_static_la-driver.g.lo
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
In file included from ../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:7:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/ecrypt-sync.h:74:17: warning: this function declaration is not a prototype [-Wstrict-prototypes]
void ECRYPT_init();
^
void
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:21:6: warning: no previous prototype for function 'mono_image_file_init' [-Wmissing-prototypes]
void ECRYPT_init(void)
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/rename-encsymbols.h:5:21: note: expanded from macro 'ECRYPT_init'
#define ECRYPT_init mono_image_file_init
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/ecrypt-sync.h:74:6: note: this declaration is not a prototype; add 'void' to make it a prototype for a zero-parameter function
void ECRYPT_init();
^
void
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/rename-encsymbols.h:5:21: note: expanded from macro 'ECRYPT_init'
#define ECRYPT_init mono_image_file_init
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:77:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:219:23: warning: passing 'char [32]' to parameter of type 'const u8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ECRYPT_keysetup (&x, k, 128, 64);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:29:46: note: passing argument to parameter 'k' here
void ECRYPT_keysetup(ECRYPT_ctx *x,const u8 *k,u32 kbits,u32 ivbits)
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:220:22: warning: passing 'char [8]' to parameter of type 'const u8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ECRYPT_ivsetup (&x, v);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:53:45: note: passing argument to parameter 'iv' here
void ECRYPT_ivsetup(ECRYPT_ctx *x,const u8 *iv)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:21:33: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader->guid, heap->data, new_tables, heap->size);
^~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:64: note: passing argument to parameter 'src' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:22:13: warning: assigning to 'const char *' from 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
heap->data = new_tables;
^ ~~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:114:33: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader.guid, image->raw_data + offset, d, top * 16);
^~~~~~~~~~~~~~~~~~~~~~~~
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:64: note: passing argument to parameter 'src' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
In file included from ../../../../external/mono/mono/mini/driver.g.c:78:
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/enc-loader.c:114:59: warning: passing 'char [128]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
enc_image_cha (meheader.guid, image->raw_data + offset, d, top * 16);
^
../../../../external/mono/mono/mini/../../../mono-extensions/mono/metadata/chacha.c:208:84: note: passing argument to parameter 'dest' here
enc_image_cha (const unsigned char *guid, const unsigned char *src, unsigned char *dest, int size)
^
8 warnings generated.
Making all in dis
CC get.o
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in mini
CC dis-cil.o
CC util.o
CC libmini_static_la-debug-mini.lo
CC libmini_static_la-linear-scan.lo
CC libmini_static_la-aot-compiler.lo
CC libmini_static_la-aot-runtime.lo
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-am
CC libmini_static_la-graph.lo
make[4]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/include/mono-2.0/mono/metadata'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/assembly.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/attrdefs.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/appdomain.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/blob.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/class.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/debug-helpers.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/debug-mono-symfile.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/threads.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/environment.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/exception.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/image.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/loader.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/metadata.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-config.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-debug.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-gc.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/sgen-bridge.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/object.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/opcodes.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/profiler.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/profiler-events.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/reflection.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/row-indexes.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/tokentype.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/verify.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/include/mono-2.0/mono/metadata'
CC libmini_static_la-mini-codegen.lo
Making install in sgen
AR libmonodis.a
Making all in profiler
CC aot.lo
CC libmini_static_la-mini-exceptions.lo
CC libmini_static_la-mini-trampolines.lo
CC libmini_static_la-branch-opts.lo
CC libmini_static_la-mini-generic-sharing.lo
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in mini
../../../../external/mono/mono/mini/branch-opts.c:116:18: warning: unused variable 'int_cmov_opcodes' [-Wunused-const-variable]
static const int int_cmov_opcodes [] = {
^
../../../../external/mono/mono/mini/branch-opts.c:129:18: warning: unused variable 'long_cmov_opcodes' [-Wunused-const-variable]
static const int long_cmov_opcodes [] = {
^
2 warnings generated.
CC iomap.lo
CC log.lo
CC libmini_static_la-tasklets.lo
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib'
../../doltlibtool --mode=install /usr/bin/install -c libmonosgen-2.0.la '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib'
libtool: install: /usr/bin/install -c .libs/libmonosgen-2.0.1.dylib /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmonosgen-2.0.1.dylib
libtool: install: (cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib && { ln -s -f libmonosgen-2.0.1.dylib libmonosgen-2.0.dylib || { rm -f libmonosgen-2.0.dylib && ln -s libmonosgen-2.0.1.dylib libmonosgen-2.0.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libmonosgen-2.0.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmonosgen-2.0.la
libtool: install: /usr/bin/install -c .libs/libmonosgen-2.0.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmonosgen-2.0.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmonosgen-2.0.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmonosgen-2.0.a
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/include/mono-2.0/mono/jit'
CC log-args.lo
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini/jit.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/include/mono-2.0/mono/jit'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/bin'
../../doltlibtool --mode=install /usr/bin/install -c mono-sgen '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/bin'
libtool: install: /usr/bin/install -c mono-sgen /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/bin/mono-sgen
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-exec-hook
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-am
CC libmini_static_la-simd-intrinsics.lo
CC libmini_static_la-mini-native-types.lo
(cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/bin && ln -sf mono-sgen mono)
(cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib; shopt -s nullglob 2>/dev/null; for i in libmonosgen*; do ln -sf $i `echo $i | sed s/sgen//` ; done)
CC libmini_static_la-unwind.lo
Making install in dis
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/bin'
../../doltlibtool --mode=install /usr/bin/install -c monodis '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/bin'
libtool: install: /usr/bin/install -c monodis /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/bin/monodis
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/share/man/man1'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/dis/monodis.1 '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/share/man/man1'
Making install in tests
Making install in gc-descriptors
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in .
CC libmini_static_la-image-writer.lo
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in testing_gac
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in unit-tests
libtool: compile: ccache /Applications/Xcode9-GM.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/profiler -I../.. -DSUPPRESSION_DIR=\"/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/share/mono-2.0/mono/profiler\" -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/eglib/src -I../../eglib/src -isysroot /Applications/Xcode9-GM.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.0.sdk -mwatchos-version-min=2.0 -arch armv7k -O2 -gdwarf-2 -Wl,-application_extension -fembed-bitcode -fno-gnu-inline-asm -DMONOTOUCH=1 -DHOST_IOS -DHOST_WATCHOS -DSMALL_CONFIG -DDISABLE_POLICY_EVIDENCE=1 -DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -D_THREAD_SAFE -DGC_MACOSX_THREADS -DPLATFORM_MACOSX -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -D__ARM_EABI__ -DARM_FPU_VFP_HARD=1 -DNO_UNALIGNED_ACCESS -isysroot /Applications/Xcode9-GM.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.0.sdk -mwatchos-version-min=2.0 -arch armv7k -O2 -gdwarf-2 -Wl,-application_extension -fembed-bitcode -fno-gnu-inline-asm -DMONOTOUCH=1 -DHOST_IOS -DHOST_WATCHOS -DSMALL_CONFIG -DDISABLE_POLICY_EVIDENCE=1 -DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -U_FORTIFY_SOURCE -Werror-implicit-function-declaration -MT aot.lo -MD -MP -MF .deps/aot.Tpo -c /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/profiler/aot.c -fno-common -DPIC -o .libs/aot.o
libtool: compile: ccache /Applications/Xcode9-GM.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/profiler -I../.. -DSUPPRESSION_DIR=\"/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/share/mono-2.0/mono/profiler\" -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/eglib/src -I../../eglib/src -isysroot /Applications/Xcode9-GM.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.0.sdk -mwatchos-version-min=2.0 -arch armv7k -O2 -gdwarf-2 -Wl,-application_extension -fembed-bitcode -fno-gnu-inline-asm -DMONOTOUCH=1 -DHOST_IOS -DHOST_WATCHOS -DSMALL_CONFIG -DDISABLE_POLICY_EVIDENCE=1 -DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -D_THREAD_SAFE -DGC_MACOSX_THREADS -DPLATFORM_MACOSX -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -D__ARM_EABI__ -DARM_FPU_VFP_HARD=1 -DNO_UNALIGNED_ACCESS -isysroot /Applications/Xcode9-GM.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.0.sdk -mwatchos-version-min=2.0 -arch armv7k -O2 -gdwarf-2 -Wl,-application_extension -fembed-bitcode -fno-gnu-inline-asm -DMONOTOUCH=1 -DHOST_IOS -DHOST_WATCHOS -DSMALL_CONFIG -DDISABLE_POLICY_EVIDENCE=1 -DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -U_FORTIFY_SOURCE -Werror-implicit-function-declaration -MT iomap.lo -MD -MP -MF .deps/iomap.Tpo -c /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/profiler/iomap.c -fno-common -DPIC -o .libs/iomap.o
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in benchmark
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in profiler
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib'
../../doltlibtool --mode=install /usr/bin/install -c libmono-profiler-aot.la libmono-profiler-aot-static.la libmono-profiler-iomap.la libmono-profiler-iomap-static.la libmono-profiler-log.la libmono-profiler-log-static.la '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib'
libtool: compile: ccache /Applications/Xcode9-GM.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/profiler -I../.. -DSUPPRESSION_DIR=\"/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/share/mono-2.0/mono/profiler\" -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/eglib/src -I../../eglib/src -isysroot /Applications/Xcode9-GM.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.0.sdk -mwatchos-version-min=2.0 -arch armv7k -O2 -gdwarf-2 -Wl,-application_extension -fembed-bitcode -fno-gnu-inline-asm -DMONOTOUCH=1 -DHOST_IOS -DHOST_WATCHOS -DSMALL_CONFIG -DDISABLE_POLICY_EVIDENCE=1 -DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -D_THREAD_SAFE -DGC_MACOSX_THREADS -DPLATFORM_MACOSX -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -D__ARM_EABI__ -DARM_FPU_VFP_HARD=1 -DNO_UNALIGNED_ACCESS -isysroot /Applications/Xcode9-GM.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.0.sdk -mwatchos-version-min=2.0 -arch armv7k -O2 -gdwarf-2 -Wl,-application_extension -fembed-bitcode -fno-gnu-inline-asm -DMONOTOUCH=1 -DHOST_IOS -DHOST_WATCHOS -DSMALL_CONFIG -DDISABLE_POLICY_EVIDENCE=1 -DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -U_FORTIFY_SOURCE -Werror-implicit-function-declaration -MT log.lo -MD -MP -MF .deps/log.Tpo -c /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/profiler/log.c -fno-common -DPIC -o .libs/log.o
libtool: compile: ccache /Applications/Xcode9-GM.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/profiler -I../.. -DSUPPRESSION_DIR=\"/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/share/mono-2.0/mono/profiler\" -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/eglib/src -I../../eglib/src -isysroot /Applications/Xcode9-GM.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.0.sdk -mwatchos-version-min=2.0 -arch armv7k -O2 -gdwarf-2 -Wl,-application_extension -fembed-bitcode -fno-gnu-inline-asm -DMONOTOUCH=1 -DHOST_IOS -DHOST_WATCHOS -DSMALL_CONFIG -DDISABLE_POLICY_EVIDENCE=1 -DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -D_THREAD_SAFE -DGC_MACOSX_THREADS -DPLATFORM_MACOSX -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -D__ARM_EABI__ -DARM_FPU_VFP_HARD=1 -DNO_UNALIGNED_ACCESS -isysroot /Applications/Xcode9-GM.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.0.sdk -mwatchos-version-min=2.0 -arch armv7k -O2 -gdwarf-2 -Wl,-application_extension -fembed-bitcode -fno-gnu-inline-asm -DMONOTOUCH=1 -DHOST_IOS -DHOST_WATCHOS -DSMALL_CONFIG -DDISABLE_POLICY_EVIDENCE=1 -DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -U_FORTIFY_SOURCE -Werror-implicit-function-declaration -MT aot.lo -MD -MP -MF .deps/aot.Tpo -c /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/profiler/aot.c -o aot.o >/dev/null 2>&1
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot.0.dylib /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-aot.0.dylib
libtool: install: (cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib && { ln -s -f libmono-profiler-aot.0.dylib libmono-profiler-aot.dylib || { rm -f libmono-profiler-aot.dylib && ln -s libmono-profiler-aot.0.dylib libmono-profiler-aot.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-aot.la
libtool: compile: ccache /Applications/Xcode9-GM.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/profiler -I../.. -DSUPPRESSION_DIR=\"/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/share/mono-2.0/mono/profiler\" -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/eglib/src -I../../eglib/src -isysroot /Applications/Xcode9-GM.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.0.sdk -mwatchos-version-min=2.0 -arch armv7k -O2 -gdwarf-2 -Wl,-application_extension -fembed-bitcode -fno-gnu-inline-asm -DMONOTOUCH=1 -DHOST_IOS -DHOST_WATCHOS -DSMALL_CONFIG -DDISABLE_POLICY_EVIDENCE=1 -DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -D_THREAD_SAFE -DGC_MACOSX_THREADS -DPLATFORM_MACOSX -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -D__ARM_EABI__ -DARM_FPU_VFP_HARD=1 -DNO_UNALIGNED_ACCESS -isysroot /Applications/Xcode9-GM.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.0.sdk -mwatchos-version-min=2.0 -arch armv7k -O2 -gdwarf-2 -Wl,-application_extension -fembed-bitcode -fno-gnu-inline-asm -DMONOTOUCH=1 -DHOST_IOS -DHOST_WATCHOS -DSMALL_CONFIG -DDISABLE_POLICY_EVIDENCE=1 -DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -U_FORTIFY_SOURCE -Werror-implicit-function-declaration -MT iomap.lo -MD -MP -MF .deps/iomap.Tpo -c /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/profiler/iomap.c -o iomap.o >/dev/null 2>&1
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot-static.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-aot-static.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap.0.dylib /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-iomap.0.dylib
libtool: install: (cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib && { ln -s -f libmono-profiler-iomap.0.dylib libmono-profiler-iomap.dylib || { rm -f libmono-profiler-iomap.dylib && ln -s libmono-profiler-iomap.0.dylib libmono-profiler-iomap.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-iomap.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap-static.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-iomap-static.la
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib'
../../doltlibtool --mode=install /usr/bin/install -c libmonosgen-2.0.la '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib'
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log.0.dylib /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-log.0.dylib
libtool: install: (cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib && { ln -s -f libmono-profiler-log.0.dylib libmono-profiler-log.dylib || { rm -f libmono-profiler-log.dylib && ln -s libmono-profiler-log.0.dylib libmono-profiler-log.dylib; }; })
libtool: compile: ccache /Applications/Xcode9-GM.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/profiler -I../.. -DSUPPRESSION_DIR=\"/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/share/mono-2.0/mono/profiler\" -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/eglib/src -I../../eglib/src -isysroot /Applications/Xcode9-GM.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.0.sdk -mwatchos-version-min=2.0 -arch armv7k -O2 -gdwarf-2 -Wl,-application_extension -fembed-bitcode -fno-gnu-inline-asm -DMONOTOUCH=1 -DHOST_IOS -DHOST_WATCHOS -DSMALL_CONFIG -DDISABLE_POLICY_EVIDENCE=1 -DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -D_THREAD_SAFE -DGC_MACOSX_THREADS -DPLATFORM_MACOSX -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -D__ARM_EABI__ -DARM_FPU_VFP_HARD=1 -DNO_UNALIGNED_ACCESS -isysroot /Applications/Xcode9-GM.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.0.sdk -mwatchos-version-min=2.0 -arch armv7k -O2 -gdwarf-2 -Wl,-application_extension -fembed-bitcode -fno-gnu-inline-asm -DMONOTOUCH=1 -DHOST_IOS -DHOST_WATCHOS -DSMALL_CONFIG -DDISABLE_POLICY_EVIDENCE=1 -DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -U_FORTIFY_SOURCE -Werror-implicit-function-declaration -MT log.lo -MD -MP -MF .deps/log.Tpo -c /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/profiler/log.c -o log.o >/dev/null 2>&1
CC libmini_static_la-dwarfwriter.lo
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-log.la
libtool: install: /usr/bin/install -c .libs/libmonosgen-2.0.1.dylib /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmonosgen-2.0.1.dylib
libtool: install: (cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib && { ln -s -f libmonosgen-2.0.1.dylib libmonosgen-2.0.dylib || { rm -f libmonosgen-2.0.dylib && ln -s libmonosgen-2.0.1.dylib libmonosgen-2.0.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libmonosgen-2.0.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmonosgen-2.0.la
libtool: install: /usr/bin/install -c .libs/libmonosgen-2.0.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmonosgen-2.0.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmonosgen-2.0.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmonosgen-2.0.a
libtool: compile: ccache /Applications/Xcode9-GM.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/profiler -I../.. -DSUPPRESSION_DIR=\"/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/share/mono-2.0/mono/profiler\" -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/eglib/src -I../../eglib/src -isysroot /Applications/Xcode9-GM.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.0.sdk -mwatchos-version-min=2.0 -arch armv7k -O2 -gdwarf-2 -Wl,-application_extension -fembed-bitcode -fno-gnu-inline-asm -DMONOTOUCH=1 -DHOST_IOS -DHOST_WATCHOS -DSMALL_CONFIG -DDISABLE_POLICY_EVIDENCE=1 -DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -D_THREAD_SAFE -DGC_MACOSX_THREADS -DPLATFORM_MACOSX -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -D__ARM_EABI__ -DARM_FPU_VFP_HARD=1 -DNO_UNALIGNED_ACCESS -isysroot /Applications/Xcode9-GM.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.0.sdk -mwatchos-version-min=2.0 -arch armv7k -O2 -gdwarf-2 -Wl,-application_extension -fembed-bitcode -fno-gnu-inline-asm -DMONOTOUCH=1 -DHOST_IOS -DHOST_WATCHOS -DSMALL_CONFIG -DDISABLE_POLICY_EVIDENCE=1 -DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -U_FORTIFY_SOURCE -Werror-implicit-function-declaration -MT log-args.lo -MD -MP -MF .deps/log-args.Tpo -c /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/profiler/log-args.c -fno-common -DPIC -o .libs/log-args.o
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/include/mono-2.0/mono/jit'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini/jit.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/include/mono-2.0/mono/jit'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/bin'
CC libmini_static_la-mini-gc.lo
CC mprof-report.o
libtool: compile: ccache /Applications/Xcode9-GM.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/profiler -I../.. -DSUPPRESSION_DIR=\"/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/share/mono-2.0/mono/profiler\" -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono -I/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/eglib/src -I../../eglib/src -isysroot /Applications/Xcode9-GM.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.0.sdk -mwatchos-version-min=2.0 -arch armv7k -O2 -gdwarf-2 -Wl,-application_extension -fembed-bitcode -fno-gnu-inline-asm -DMONOTOUCH=1 -DHOST_IOS -DHOST_WATCHOS -DSMALL_CONFIG -DDISABLE_POLICY_EVIDENCE=1 -DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -D_THREAD_SAFE -DGC_MACOSX_THREADS -DPLATFORM_MACOSX -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -D__ARM_EABI__ -DARM_FPU_VFP_HARD=1 -DNO_UNALIGNED_ACCESS -isysroot /Applications/Xcode9-GM.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.0.sdk -mwatchos-version-min=2.0 -arch armv7k -O2 -gdwarf-2 -Wl,-application_extension -fembed-bitcode -fno-gnu-inline-asm -DMONOTOUCH=1 -DHOST_IOS -DHOST_WATCHOS -DSMALL_CONFIG -DDISABLE_POLICY_EVIDENCE=1 -DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -U_FORTIFY_SOURCE -Werror-implicit-function-declaration -MT log-args.lo -MD -MP -MF .deps/log-args.Tpo -c /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/profiler/log-args.c -o log-args.o >/dev/null 2>&1
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/share/mono-2.0/mono/profiler'
CC libmini_static_la-debugger-agent.lo
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/profiler/mono-profiler-log.suppression '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/share/mono-2.0/mono/profiler'
CCLD libmono-profiler-aot.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log-static.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-log-static.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-aot.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-aot.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-aot.a
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot-static.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-aot-static.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-aot-static.a
CCLD libmono-profiler-aot-static.la
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-aot-static.a
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-iomap.a
CCLD libmono-profiler-iomap.la
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-iomap.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-iomap.a
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap-static.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-iomap-static.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-iomap-static.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-iomap-static.a
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-log.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-log.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-log.a
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log-static.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-log-static.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-log-static.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/lib/libmono-profiler-log-static.a
CC libmini_static_la-xdebug.lo
../../doltlibtool --mode=install /usr/bin/install -c mono-sgen '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/bin'
CCLD libmono-profiler-iomap-static.la
libtool: install: /usr/bin/install -c mono-sgen /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/bin/mono-sgen
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-exec-hook
CC libmini_static_la-alias-analysis.lo
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/bin'
../../doltlibtool --mode=install /usr/bin/install -c mprof-report '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/bin'
libtool: install: /usr/bin/install -c mprof-report /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac32/bin/mprof-report
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
PATH="/Library/Frameworks/Mono.framework/Versions/Current/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/local/lib/dnx/runtimes/dnx-coreclr-darwin-x64.1.0.0-rc1-update1/bin:/Users/mandel/.dnx/bin" /Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make -C mac32/support
CC libmini_static_la-mini-cross-helpers.lo
CC errno.lo
(cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/bin && ln -sf mono-sgen mono)
(cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib; shopt -s nullglob 2>/dev/null; for i in libmonosgen*; do ln -sf $i `echo $i | sed s/sgen//` ; done)
CCLD libmono-profiler-log.la
ld: warning: ../../mono/mini/.libs/libmonosgen-2.0.dylib has install name beginning with "/" but it is not from the specified SDK
CC map.lo
Making install in dis
CC libmini_static_la-arch-stubs.lo
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/bin'
ld: warning: ../../mono/mini/.libs/libmonosgen-2.0.dylib has install name beginning with "/" but it is not from the specified SDK
../../doltlibtool --mode=install /usr/bin/install -c monodis '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/bin'
libtool: install: /usr/bin/install -c monodis /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/bin/monodis
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/share/man/man1'
CC signal.lo
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/dis/monodis.1 '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/share/man/man1'
Making install in tests
ld: warning: ../../mono/mini/.libs/libmonosgen-2.0.dylib has install name beginning with "/" but it is not from the specified SDK
Making install in gc-descriptors
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in .
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in testing_gac
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in unit-tests
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in benchmark
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in profiler
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib'
CC libmini_static_la-type-checking.lo
../../doltlibtool --mode=install /usr/bin/install -c libmono-profiler-aot.la libmono-profiler-aot-static.la libmono-profiler-iomap.la libmono-profiler-iomap-static.la libmono-profiler-log.la libmono-profiler-log-static.la '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib'
CC stdio.lo
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot.0.dylib /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-aot.0.dylib
libtool: install: (cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib && { ln -s -f libmono-profiler-aot.0.dylib libmono-profiler-aot.dylib || { rm -f libmono-profiler-aot.dylib && ln -s libmono-profiler-aot.0.dylib libmono-profiler-aot.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-aot.la
CC libmini_static_la-lldb.lo
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot-static.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-aot-static.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap.0.dylib /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-iomap.0.dylib
CC string.lo
libtool: install: (cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib && { ln -s -f libmono-profiler-iomap.0.dylib libmono-profiler-iomap.dylib || { rm -f libmono-profiler-iomap.dylib && ln -s libmono-profiler-iomap.0.dylib libmono-profiler-iomap.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-iomap.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap-static.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-iomap-static.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log.0.dylib /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-log.0.dylib
libtool: install: (cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib && { ln -s -f libmono-profiler-log.0.dylib libmono-profiler-log.dylib || { rm -f libmono-profiler-log.dylib && ln -s libmono-profiler-log.0.dylib libmono-profiler-log.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-log.la
CCLD libmono-profiler-log-static.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log-static.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-log-static.la
CC libmini_static_la-memory-access.lo
CC stdlib.lo
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/share/mono-2.0/mono/profiler'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/profiler/mono-profiler-log.suppression '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/share/mono-2.0/mono/profiler'
CCLD mprof-report
CC libmini_static_la-mini-profiler.lo
CC dirent.lo
CC libmini_static_la-mini-llvm.lo
CC fcntl.lo
CC fstab.lo
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-aot.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-aot.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-aot.a
CC libmini_static_la-mini-llvm-loaded.lo
CC grp.lo
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot-static.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-aot-static.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-aot-static.a
CXX mini-llvm-cpp.lo
CC macros.lo
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-aot-static.a
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-iomap.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-iomap.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-iomap.a
CC nl.lo
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap-static.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-iomap-static.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-iomap-static.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-iomap-static.a
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-log.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-log.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-log.a
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log-static.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-log-static.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-log-static.a
CXX llvm-jit.lo
../../../external/mono/support/nl.c:369:1: warning: no previous prototype for function 'GetNLSocket' [-Wmissing-prototypes]
GetNLSocket (void)
^
1 warning generated.
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/lib/libmono-profiler-log-static.a
CXX llvm-runtime.lo
CC old-map.lo
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/bin'
../../doltlibtool --mode=install /usr/bin/install -c mprof-report '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/bin'
CC pwd.lo
libtool: install: /usr/bin/install -c mprof-report /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/mac64/bin/mprof-report
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
PATH="/Library/Frameworks/Mono.framework/Versions/Current/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/local/lib/dnx/runtimes/dnx-coreclr-darwin-x64.1.0.0-rc1-update1/bin:/Users/mandel/.dnx/bin" /Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make -C mac64/support
CC interp/libmini_static_la-interp-stubs.lo
make[3]: Nothing to be done for `all-am'.
Making install in src
CC serial.lo
CC libmini_static_la-mini-arm64.lo
CC libmini_static_la-exceptions-arm64.lo
CC sys-mman.lo
CSC [build-darwin] Mono.Posix.dll
../../../external/mono/support/sys-mman.c:13:9: warning: '_XOPEN_SOURCE' macro redefined [-Wmacro-redefined]
#define _XOPEN_SOURCE 600
^
<command line>:8:9: note: previous definition is here
#define _XOPEN_SOURCE 1
^
1 warning generated.
CC errno.lo
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
CC sys-sendfile.lo
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in arch
CC sys-socket.lo
Making install in arm
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in utils
CC sys-stat.lo
CC map.lo
CC libmini_static_la-tramp-arm64.lo
CC signal.lo
CC stdio.lo
CC libmini_static_la-mini-arm64-gsharedvt.lo
CC sys-statvfs.lo
CC libmini_static_la-tramp-arm64-gsharedvt.lo
CC sys-time.lo
CC string.lo
CC libmini_static_la-mini-darwin.lo
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-am
CC sys-uio.lo
CC stdlib.lo
CC dirent.lo
CC libmini_static_la-mini-posix.lo
make[5]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/include/mono-2.0/mono/utils'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-logger.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-error.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-publib.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-dl-fallback.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-counters.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/include/mono-2.0/mono/utils'
CC sys-utsname.lo
Making install in cil
make[4]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/include/mono-2.0/mono/cil'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/cil/opcode.def '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/include/mono-2.0/mono/cil'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/share/mono-2.0/mono/cil'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/cil/cil-opcodes.xml '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/share/mono-2.0/mono/cil'
Making install in metadata
CC fcntl.lo
CC fstab.lo
CC sys-wait.lo
CC sys-xattr.lo
CC syslog.lo
CC grp.lo
CC time.lo
CC macros.lo
CC nl.lo
CXXLD libmini-static.la
CC unistd.lo
../../../external/mono/support/nl.c:369:1: warning: no previous prototype for function 'GetNLSocket' [-Wmissing-prototypes]
GetNLSocket (void)
^
1 warning generated.
CC utime.lo
CC x-struct-str.lo
CC old-map.lo
CC zlib-helper.lo
CC supportw.lo
CC support-heap.lo
CC pwd.lo
CC serial.lo
CC sys-mman.lo
CCLD libMonoPosixHelper.la
CC sys-sendfile.lo
CC sys-socket.lo
CCLD libMonoSupportW.la
CC sys-stat.lo
CC sys-statvfs.lo
CC sys-time.lo
CC sys-uio.lo
CC sys-utsname.lo
CC sys-wait.lo
CC sys-xattr.lo
Mono.Unix/UnixEncoding.cs(312,44): warning CS3001: Argument type 'char*' is not CLS-compliant
Mono.Unix/UnixEncoding.cs(312,72): warning CS3001: Argument type 'byte*' is not CLS-compliant
make[4]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/include/mono-2.0/mono/metadata'
CC syslog.lo
CC time.lo
CC unistd.lo
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/assembly.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/attrdefs.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/appdomain.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/blob.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/class.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/debug-helpers.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/debug-mono-symfile.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/threads.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/environment.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/exception.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/image.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/loader.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/metadata.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-config.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-debug.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-gc.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/sgen-bridge.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/object.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/opcodes.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/profiler.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/profiler-events.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/reflection.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/row-indexes.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/tokentype.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/verify.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/include/mono-2.0/mono/metadata'
CC utime.lo
Making install in sgen
CC x-struct-str.lo
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in mini
CC zlib-helper.lo
CC supportw.lo
CC support-heap.lo
CCLD libMonoPosixHelper.la
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-am
CC mono_sgen-main-sgen.o
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/include/mono-2.0/mono/jit'
/bin/sh ../../libtool --mode=install /usr/bin/install -c libmonosgen-2.0.la '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini/jit.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/include/mono-2.0/mono/jit'
libtool: install: /usr/bin/install -c .libs/libmonosgen-2.0.1.dylib /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmonosgen-2.0.1.dylib
CCLD libMonoSupportW.la
libtool: install: (cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib && { ln -s -f libmonosgen-2.0.1.dylib libmonosgen-2.0.dylib || { rm -f libmonosgen-2.0.dylib && ln -s libmonosgen-2.0.1.dylib libmonosgen-2.0.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libmonosgen-2.0.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmonosgen-2.0.la
libtool: install: /usr/bin/install -c .libs/libmonosgen-2.0.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmonosgen-2.0.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmonosgen-2.0.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmonosgen-2.0.a
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-exec-hook
CCLD mono-sgen
make[6]: Nothing to be done for `install-exec-hook'.
Making install in dis
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/share/man/man1'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/dis/monodis.1 '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/share/man/man1'
Making install in profiler
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/share/mono-2.0/mono/profiler'
/bin/sh ../../libtool --mode=install /usr/bin/install -c libmono-profiler-aot.la libmono-profiler-aot-static.la libmono-profiler-iomap.la libmono-profiler-iomap-static.la libmono-profiler-log.la libmono-profiler-log-static.la '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/profiler/mono-profiler-log.suppression '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/share/mono-2.0/mono/profiler'
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot.0.dylib /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-aot.0.dylib
libtool: install: (cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib && { ln -s -f libmono-profiler-aot.0.dylib libmono-profiler-aot.dylib || { rm -f libmono-profiler-aot.dylib && ln -s libmono-profiler-aot.0.dylib libmono-profiler-aot.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-aot.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot-static.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-aot-static.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap.0.dylib /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-iomap.0.dylib
libtool: install: (cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib && { ln -s -f libmono-profiler-iomap.0.dylib libmono-profiler-iomap.dylib || { rm -f libmono-profiler-iomap.dylib && ln -s libmono-profiler-iomap.0.dylib libmono-profiler-iomap.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-iomap.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap-static.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-iomap-static.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log.0.dylib /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-log.0.dylib
libtool: install: (cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib && { ln -s -f libmono-profiler-log.0.dylib libmono-profiler-log.dylib || { rm -f libmono-profiler-log.dylib && ln -s libmono-profiler-log.0.dylib libmono-profiler-log.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-log.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log-static.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-log-static.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-aot.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-aot.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-aot.a
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot-static.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-aot-static.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-aot-static.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-aot-static.a
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-iomap.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-iomap.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-iomap.a
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap-static.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-iomap-static.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-iomap-static.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-iomap-static.a
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-log.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-log.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-log.a
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log-static.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-log-static.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-log-static.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/lib/libmono-profiler-log-static.a
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/bin'
CSC [build-darwin] System.Core.dll
/bin/sh ../../libtool --mode=install /usr/bin/install -c mprof-report '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/bin'
libtool: install: /usr/bin/install -c mprof-report /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/targetwatch/bin/mprof-report
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Core.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(Analysis.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMBitWriter.a(BitWriter.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Signals.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Instructions.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(BasicBlock.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Constants.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Type.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Attributes.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Globals.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Metadata.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Instruction.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(LLVMContext.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(raw_ostream.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(MemoryBuffer.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(PassRegistry.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Verifier.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(IRBuilder.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(ManagedStatic.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMBitWriter.a(BitcodeWriter.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(Lint.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(NoAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(ErrorHandling.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(AliasAnalysisEvaluator.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(IVUsers.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Threading.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(LoopInfo.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(CFGPrinter.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(DomPrinter.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(InstCount.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(RegionPrinter.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(AliasDebugger.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(LazyValueInfo.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(MemDepPrinter.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(RegionInfo.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(AliasSetTracker.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(Delinearization.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(ScalarEvolution.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(ScopedNoAliasAA.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(CFLAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(CostModel.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(DominanceFrontier.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(IntervalPartition.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(PostDominators.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(BasicAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(BlockFrequencyInfo.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(DependenceAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(JumpInstrTableInfo.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(IRPrintingPasses.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(AliasAnalysisCounter.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(LibCallAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(BranchProbabilityInfo.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(AliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(ModuleDebugInfoPrinter.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(TypeBasedAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Dominators.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(MemoryDependenceAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Mutex.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(ScalarEvolutionAliasAnalysis.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(TargetTransformInfo.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(User.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(APInt.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Value.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Module.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(LegacyPassManager.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Function.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(DebugLoc.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(InlineAsm.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Use.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(AsmWriter.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(DiagnosticPrinter.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(DataLayout.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Pass.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(StringPool.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Timer.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(TypeFinder.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(BlockFrequencyInfoImpl.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(StringRef.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(APFloat.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(MemoryBuiltins.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(GraphWriter.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(PHITransAddr.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(ConstantRange.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(StringMap.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(FoldingSet.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(ValueTracking.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(DebugInfo.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(LLVMContextImpl.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(SmallVector.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMBitWriter.a(ValueEnumerator.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(ScaledNumber.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(ValueSymbolTable.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMTarget.a(TargetLibraryInfo.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(InstructionSimplify.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(SmallPtrSet.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(CaptureTracking.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(PrettyStackTrace.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(RandomNumberGenerator.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(ConstantFolding.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(FormattedStream.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(ScalarEvolutionNormalization.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(CFG.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(DiagnosticInfo.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(Loads.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(ConstantFold.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(CommandLine.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(UseListOrder.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(ValueTypes.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Atomic.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(RWMutex.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Program.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Path.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Process.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(TimeValue.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Debug.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Dwarf.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMCore.a(Comdat.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Triple.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Hashing.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(LoopPass.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(LibCallSemantics.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(BranchProbability.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Twine.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMAnalysis.a(Interval.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(StringExtras.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(ConvertUTFWrapper.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Host.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(ThreadLocal.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Errno.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Watchdog.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(Regex.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(ConvertUTF.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(regcomp.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(regerror.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(regexec.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(regfree.o)) was built for newer OSX version (10.12) than being linked (10.8)
ld: warning: object file (/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/llvm64/usr/lib/libLLVMSupport.a(regstrlcpy.o)) was built for newer OSX version (10.12) than being linked (10.8)
ln -sf mono-sgen mono
Making all in dis
CC get.o
CC dis-cil.o
CC util.o
AR libmonodis.a
Making all in tests
Making all in gc-descriptors
make[4]: Nothing to be done for `all'.
Making all in .
CC libtest_la-libtest.lo
../../../../external/mono/mono/tests/libtest.c:7466:53: warning: this function declaration is not a prototype [-Wstrict-prototypes]
typedef void (*NativeToManagedExceptionRethrowFunc) ();
^
void
1 warning generated.
CCLD libtest.la
Making all in testing_gac
make[4]: Nothing to be done for `all'.
Making all in unit-tests
make[3]: Nothing to be done for `all'.
Making all in benchmark
make[3]: Nothing to be done for `all'.
Making all in profiler
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make -C crosstv/mono install
Making install in arch
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in utils
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-am
make[5]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/crosstv/include/mono-2.0/mono/utils'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-logger.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-error.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-publib.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-dl-fallback.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-counters.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/crosstv/include/mono-2.0/mono/utils'
Making install in cil
make[4]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/crosstv/include/mono-2.0/mono/cil'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/crosstv/share/mono-2.0/mono/cil'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/cil/opcode.def '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/crosstv/include/mono-2.0/mono/cil'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/cil/cil-opcodes.xml '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/crosstv/share/mono-2.0/mono/cil'
Making install in metadata
make[4]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/crosstv/include/mono-2.0/mono/metadata'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/assembly.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/attrdefs.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/appdomain.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/blob.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/class.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/debug-helpers.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/debug-mono-symfile.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/threads.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/environment.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/exception.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/image.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/loader.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/metadata.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-config.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-debug.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-gc.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/sgen-bridge.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/object.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/opcodes.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/profiler.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/profiler-events.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/reflection.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/row-indexes.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/tokentype.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/verify.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/crosstv/include/mono-2.0/mono/metadata'
Making install in sgen
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in mini
Creating output file: ./../../class/lib/build/csc.System.Core.dll.aotprofile
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-am
CSC [build-darwin] System.ComponentModel.Composition.dll
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/crosstv/include/mono-2.0/mono/jit'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/crosstv/bin'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini/jit.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/crosstv/include/mono-2.0/mono/jit'
../../doltlibtool --mode=install /usr/bin/install -c mono-sgen '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/crosstv/bin/./aarch64-unknown-darwin-mono-sgen'
libtool: install: /usr/bin/install -c mono-sgen /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/crosstv/bin/./aarch64-unknown-darwin-mono-sgen
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-exec-hook
(cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/crosstv/bin && ln -sf mono-sgen mono)
(cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/crosstv/lib; shopt -s nullglob 2>/dev/null; for i in libmonosgen*; do ln -sf $i `echo $i | sed s/sgen//` ; done)
/bin/sh: line 0: cd: /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/crosstv/lib: No such file or directory
Making install in dis
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/crosstv/share/man/man1'
/usr/bin/install -c -m 644 '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/dis/monodis.1' '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/crosstv/share/man/man1/aarch64-unknown-darwin-monodis.1'
Making install in tests
Making install in gc-descriptors
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in .
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in testing_gac
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in unit-tests
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in benchmark
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in profiler
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
CSC [build-darwin] System.Numerics.dll
CSC [build-darwin] System.Xml.Linq.dll
CSC [build-darwin] System.IO.Compression.dll
CSC [build-darwin] System.Drawing.dll
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/external/corefx/src/System.Drawing.Common/src/System/Drawing/NativeMethods.cs(79,25): warning CS0649: Field 'NativeMethods.RGBQUAD.rgbRed' is never assigned to, and will always have its default value 0
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/external/corefx/src/System.Drawing.Common/src/System/Drawing/NativeMethods.cs(82,25): warning CS0649: Field 'NativeMethods.RGBQUAD.rgbReserved' is never assigned to, and will always have its default value 0
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/external/corefx/src/System.Drawing.Common/src/System/Drawing/NativeMethods.cs(77,25): warning CS0649: Field 'NativeMethods.RGBQUAD.rgbBlue' is never assigned to, and will always have its default value 0
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/external/corefx/src/System.Drawing.Common/src/System/Drawing/NativeMethods.cs(78,25): warning CS0649: Field 'NativeMethods.RGBQUAD.rgbGreen' is never assigned to, and will always have its default value 0
CSC [build-darwin] Mono.Cecil.dll
CSC [build-darwin] Mono.CompilerServices.SymbolWriter.dll
CSC [build-darwin] PEAPI.dll
CSC [build-darwin] System.Runtime.dll
CSC [build-darwin] System.Reflection.dll
CSC [build-darwin] System.Collections.dll
CSC [build-darwin] System.Resources.ResourceManager.dll
CSC [build-darwin] System.Globalization.dll
CSC [build-darwin] System.Threading.Tasks.dll
CSC [build-darwin] System.Text.Encoding.dll
CSC [build-darwin] System.Collections.Concurrent.dll
CSC [build-darwin] System.IO.dll
CSC [build-darwin] System.Threading.dll
CSC [build-darwin] System.Diagnostics.Debug.dll
CSC [build-darwin] System.Dynamic.Runtime.dll
CSC [build-darwin] System.Linq.dll
CSC [build-darwin] System.Linq.Expressions.dll
CSC [build-darwin] System.Threading.Tasks.Parallel.dll
CSC [build-darwin] System.Xml.ReaderWriter.dll
CSC [build-darwin] System.Diagnostics.Tools.dll
CSC [build-darwin] System.Reflection.Primitives.dll
CSC [build-darwin] System.Runtime.Extensions.dll
CSC [build-darwin] System.Runtime.InteropServices.dll
CSC [build-darwin] System.Text.Encoding.Extensions.dll
CSC [build-darwin] System.Runtime.Numerics.dll
CSC [build-darwin] System.Xml.XDocument.dll
CSC [build-darwin] System.Reflection.Extensions.dll
CSC [build-darwin] System.IO.FileSystem.Primitives.dll
CSC [build-darwin] System.IO.FileSystem.dll
CSC [build-darwin] System.Diagnostics.FileVersionInfo.dll
CSC [build-darwin] System.Security.Cryptography.Primitives.dll
CSC [build-darwin] System.Security.Cryptography.Algorithms.dll
CSC [build-darwin] System.ValueTuple.dll
CSC [build-darwin] System.Text.Encoding.CodePages.dll
CSC [build-darwin] System.Text.RegularExpressions.dll
CSC [build-darwin] System.Diagnostics.Contracts.dll
AOT [build-darwin] mscorlib.dll.dylib
AOT [build-darwin] csc.exe.dylib
AOT [build-darwin] System.Reflection.Metadata.dll.dylib
AOT [build-darwin] System.Collections.Immutable.dll.dylib
AOT [build-darwin] Microsoft.CodeAnalysis.dll.dylib
AOT [build-darwin] Microsoft.CodeAnalysis.CSharp.dll.dylib
CSC [build-darwin] resgen.exe
CSC [build-darwin] sn.exe
CSC [build-darwin] monolinker.exe
CSC [build-darwin] ilasm.exe
Creating ../../build/deps/xammac_net_4_5_corlib_xunit-test.dll.makefrag ...
CSC [xammac] mscorlib.dll
Creating ../../build/deps/monotouch_corlib_xunit-test.dll.makefrag ...
CSC [xammac_net_4_5-darwin] mscorlib.dll
Creating ../../build/deps/monotouch_runtime_corlib_xunit-test.dll.makefrag ...
Creating ../../build/deps/monotouch_tv_runtime_corlib_xunit-test.dll.makefrag ...
Creating ../../build/deps/monotouch_tv_corlib_xunit-test.dll.makefrag ...
CSC [monotouch] mscorlib.dll
CSC [monotouch_runtime] mscorlib.dll
CSC [monotouch_tv_runtime] mscorlib.dll
CSC [monotouch_tv] mscorlib.dll
Creating ../../build/deps/monotouch_watch_corlib_xunit-test.dll.makefrag ...
Creating ../../build/deps/monotouch_watch_runtime_corlib_xunit-test.dll.makefrag ...
CSC [monotouch_watch] mscorlib.dll
CSC [monotouch_watch_runtime] mscorlib.dll
System.IO/Path.cs(561,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(574,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(693,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(719,6): warning CS0162: Unreachable code detected
System.IO/DirectoryInfo.cs(95,6): warning CS0162: Unreachable code detected
System.IO/DirectoryInfo.cs(472,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(561,5): warning CS0162: Unreachable code detected
System.IO/DirectoryInfo.cs(95,6): warning CS0162: Unreachable code detected
System.IO/Path.cs(574,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(693,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(719,6): warning CS0162: Unreachable code detected
System.IO/DirectoryInfo.cs(472,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(561,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(574,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(693,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(719,6): warning CS0162: Unreachable code detected
System.IO/DirectoryInfo.cs(95,6): warning CS0162: Unreachable code detected
System.IO/DirectoryInfo.cs(472,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(561,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(574,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(693,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(719,6): warning CS0162: Unreachable code detected
System.IO/DirectoryInfo.cs(95,6): warning CS0162: Unreachable code detected
System.IO/DirectoryInfo.cs(472,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(561,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(574,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(693,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(719,6): warning CS0162: Unreachable code detected
System.IO/DirectoryInfo.cs(95,6): warning CS0162: Unreachable code detected
System/Environment.cs(567,5): warning CS0162: Unreachable code detected
System.IO/DirectoryInfo.cs(472,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(561,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(574,5): warning CS0162: Unreachable code detected
System.IO/DirectoryInfo.cs(95,6): warning CS0162: Unreachable code detected
System.IO/Path.cs(693,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(719,6): warning CS0162: Unreachable code detected
System.IO/DirectoryInfo.cs(472,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(561,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(574,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(693,5): warning CS0162: Unreachable code detected
System.IO/Path.cs(719,6): warning CS0162: Unreachable code detected
System.IO/DirectoryInfo.cs(95,6): warning CS0162: Unreachable code detected
System.IO/DirectoryInfo.cs(472,5): warning CS0162: Unreachable code detected
CSC [monotouch] Mono.Security.dll
CSC [monotouch_tv] Mono.Security.dll
CSC [xammac_net_4_5-darwin] Mono.Security.dll
CSC [monotouch_runtime] Mono.Security.dll
CSC [xammac] Mono.Security.dll
CSC [monotouch_tv_runtime] Mono.Security.dll
CSC [monotouch_watch] System.dll
Mono.Security.X509/X509Certificate.cs(549,4): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
Mono.Security.X509/X509Certificate.cs(549,24): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
Mono.Security.X509/X509Chain.cs(98,5): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
Mono.Security.X509/X509Chain.cs(98,25): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
Mono.Security.X509/X509Chain.cs(98,54): warning CS0618: 'SecurityPermissionFlag' is obsolete: 'CAS support is not available with Silverlight applications.'
CSC [monotouch_watch_runtime] System.dll
CSC [secxml/monotouch] System.dll
CSC [secxml/monotouch_runtime] System.dll
CSC [secxml/monotouch_tv] System.dll
CSC [secxml/xammac_net_4_5-darwin] System.dll
CSC [secxml/xammac] System.dll
CSC [secxml/monotouch_tv_runtime] System.dll
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(61,6): warning CS0162: Unreachable code detected
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/Process.cs(140,47): warning CS0067: The event 'Process.OutputDataReceived' is never used
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/Process.cs(87,26): warning CS0169: The field 'Process.startInfo' is never used
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/Process.cs(134,24): warning CS0649: Field 'Process.inputStreamReadMode' is never assigned to, and will always have its default value
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/Process.cs(143,47): warning CS0067: The event 'Process.ErrorDataReceived' is never used
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(45,27): warning CS0649: Field 'Win32NetworkInterface.fixedInfo' is never assigned to, and will always have its default value
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(61,6): warning CS0162: Unreachable code detected
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(45,27): warning CS0649: Field 'Win32NetworkInterface.fixedInfo' is never assigned to, and will always have its default value
CSC [monotouch_watch] System.Core.dll
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(61,6): warning CS0162: Unreachable code detected
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(45,27): warning CS0649: Field 'Win32NetworkInterface.fixedInfo' is never assigned to, and will always have its default value
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(61,6): warning CS0162: Unreachable code detected
CSC [monotouch] System.dll
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(45,27): warning CS0649: Field 'Win32NetworkInterface.fixedInfo' is never assigned to, and will always have its default value
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(61,6): warning CS0162: Unreachable code detected
CSC [monotouch_watch_runtime] System.Core.dll
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(45,27): warning CS0649: Field 'Win32NetworkInterface.fixedInfo' is never assigned to, and will always have its default value
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(61,6): warning CS0162: Unreachable code detected
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/Process.cs(140,47): warning CS0067: The event 'Process.OutputDataReceived' is never used
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/Process.cs(134,24): warning CS0649: Field 'Process.inputStreamReadMode' is never assigned to, and will always have its default value
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/Process.cs(143,47): warning CS0067: The event 'Process.ErrorDataReceived' is never used
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(45,27): warning CS0649: Field 'Win32NetworkInterface.fixedInfo' is never assigned to, and will always have its default value
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/Process.cs(87,26): warning CS0169: The field 'Process.startInfo' is never used
CSC [monotouch_tv_runtime] System.dll
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(61,6): warning CS0162: Unreachable code detected
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(45,27): warning CS0649: Field 'Win32NetworkInterface.fixedInfo' is never assigned to, and will always have its default value
CSC [xammac] System.dll
CSC [monotouch_tv] System.dll
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(61,6): warning CS0162: Unreachable code detected
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(45,27): warning CS0649: Field 'Win32NetworkInterface.fixedInfo' is never assigned to, and will always have its default value
CSC [monotouch_runtime] System.dll
CSC [xammac_net_4_5-darwin] System.dll
System.IO.Pipes/NamedPipeServerStream.cs(138,20): warning CS0649: Field 'NamedPipeServerStream.impl' is never assigned to, and will always have its default value null
System.IO.Pipes/AnonymousPipeServerStream.cs(124,24): warning CS0649: Field 'AnonymousPipeServerStream.impl' is never assigned to, and will always have its default value null
CSC [monotouch_watch] System.Security.dll
System.IO.Pipes/AnonymousPipeServerStream.cs(124,24): warning CS0649: Field 'AnonymousPipeServerStream.impl' is never assigned to, and will always have its default value null
System.IO.Pipes/NamedPipeServerStream.cs(138,20): warning CS0649: Field 'NamedPipeServerStream.impl' is never assigned to, and will always have its default value null
Assembly/AssemblyInfo.cs(42,29): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Consts.cs'.
Assembly/AssemblyInfo.cs(43,38): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Consts.cs'.
Assembly/AssemblyInfo.cs(55,33): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Consts.cs'.
Assembly/AssemblyInfo.cs(56,42): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Consts.cs'.
Assembly/AssemblyInfo.cs(58,29): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Consts.cs'.
Assembly/AssemblyInfo.cs(59,29): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Consts.cs'.
Assembly/AssemblyInfo.cs(60,31): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Consts.cs'.
System.Security.Cryptography.Pkcs/ContentInfo.cs(83,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/MonoTODOAttribute.cs'.
System.Security.Cryptography.Pkcs/EnvelopedCms.cs(146,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/MonoTODOAttribute.cs'.
System.Security.Cryptography.Pkcs/EnvelopedCms.cs(183,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/MonoTODOAttribute.cs'.
System.Security.Cryptography.Pkcs/EnvelopedCms.cs(189,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/MonoTODOAttribute.cs'.
System.Security.Cryptography.Pkcs/EnvelopedCms.cs(197,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/MonoTODOAttribute.cs'.
System.Security.Cryptography.Pkcs/EnvelopedCms.cs(207,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/MonoTODOAttribute.cs'.
System.Security.Cryptography.Pkcs/EnvelopedCms.cs(215,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/MonoTODOAttribute.cs'.
System.Security.Cryptography.Pkcs/EnvelopedCms.cs(221,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/MonoTODOAttribute.cs'.
System.Security.Cryptography.Pkcs/EnvelopedCms.cs(228,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/MonoTODOAttribute.cs'.
System.Security.Cryptography.Pkcs/EnvelopedCms.cs(237,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/MonoTODOAttribute.cs'.
System.Security.Cryptography.Pkcs/KeyAgreeRecipientInfo.cs(34,3): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/MonoTODOAttribute.cs'.
System.Security.Cryptography.Pkcs/Pkcs9SigningTime.cs(91,39): warning CS0436: The type 'Locale' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Locale.cs' conflicts with the imported type 'Locale' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Locale.cs'.
System.Security.Cryptography.Pkcs/ContentInfo.cs(101,19): warning CS0436: The type 'Locale' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Locale.cs' conflicts with the imported type 'Locale' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Locale.cs'.
System.Security.Cryptography.Pkcs/ContentInfo.cs(106,39): warning CS0436: The type 'Locale' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Locale.cs' conflicts with the imported type 'Locale' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Locale.cs'.
System.Security.Cryptography.Pkcs/Pkcs9ContentType.cs(95,39): warning CS0436: The type 'Locale' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Locale.cs' conflicts with the imported type 'Locale' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Locale.cs'.
System.Security.Cryptography.Pkcs/Pkcs9MessageDigest.cs(94,39): warning CS0436: The type 'Locale' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Locale.cs' conflicts with the imported type 'Locale' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Locale.cs'.
System.Security.Cryptography/ProtectedData.cs(150,18): warning CS0436: The type 'Locale' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Locale.cs' conflicts with the imported type 'Locale' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.Security/../../build/common/Locale.cs'.
CSC [monotouch_watch_runtime] System.Xml.dll
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(61,6): warning CS0162: Unreachable code detected
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(45,27): warning CS0649: Field 'Win32NetworkInterface.fixedInfo' is never assigned to, and will always have its default value
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(61,6): warning CS0162: Unreachable code detected
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(45,27): warning CS0649: Field 'Win32NetworkInterface.fixedInfo' is never assigned to, and will always have its default value
CSC [monotouch_watch] System.Xml.dll
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(61,6): warning CS0162: Unreachable code detected
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(45,27): warning CS0649: Field 'Win32NetworkInterface.fixedInfo' is never assigned to, and will always have its default value
CSC [monotouch] System.Core.dll
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(61,6): warning CS0162: Unreachable code detected
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(45,27): warning CS0649: Field 'Win32NetworkInterface.fixedInfo' is never assigned to, and will always have its default value
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/Process.cs(134,24): warning CS0649: Field 'Process.inputStreamReadMode' is never assigned to, and will always have its default value
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/Process.cs(140,47): warning CS0067: The event 'Process.OutputDataReceived' is never used
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/Process.cs(87,26): warning CS0169: The field 'Process.startInfo' is never used
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/Process.cs(143,47): warning CS0067: The event 'Process.ErrorDataReceived' is never used
CSC [xammac] System.Core.dll
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(61,6): warning CS0162: Unreachable code detected
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(45,27): warning CS0649: Field 'Win32NetworkInterface.fixedInfo' is never assigned to, and will always have its default value
CSC [monotouch_tv_runtime] System.Core.dll
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(49,3): warning CS0618: 'XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(61,6): warning CS0162: Unreachable code detected
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(45,27): warning CS0649: Field 'Win32NetworkInterface.fixedInfo' is never assigned to, and will always have its default value
CSC [monotouch_tv] System.Core.dll
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(49,3): warning CS0618: 'XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202'
Microsoft.Win32.SafeHandles/SafePipeHandle.cs(38,3): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
Microsoft.Win32.SafeHandles/SafePipeHandle.cs(37,19): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
Microsoft.Win32.SafeHandles/SafePipeHandle.cs(38,23): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/Security/Cryptography/CngKey.cs(59,14): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/Security/Cryptography/CngKey.cs(59,33): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/Security/Cryptography/CngKey.cs(113,14): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/Security/Cryptography/CngKey.cs(113,33): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/Security/Cryptography/CngKey.cs(128,14): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/Security/Cryptography/CngKey.cs(128,33): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/Security/Cryptography/CngKey.cs(201,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/Security/Cryptography/CngKey.cs(201,29): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/Security/Cryptography/CngKey.cs(207,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/Security/Cryptography/CngKey.cs(207,29): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/Security/Cryptography/CngKey.cs(226,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/Security/Cryptography/CngKey.cs(226,29): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/Security/Cryptography/CngKey.cs(232,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/Security/Cryptography/CngKey.cs(232,29): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/Security/Cryptography/CngKeyCreationParameters.cs(58,14): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/Security/Cryptography/CngKeyCreationParameters.cs(58,33): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/Security/Cryptography/CngKeyCreationParameters.cs(67,14): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/Security/Cryptography/CngKeyCreationParameters.cs(67,33): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/Security/Cryptography/CngKeyCreationParameters.cs(110,27): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/IO/MemoryMappedFiles/MemoryMappedViewAccessor.cs(39,14): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/IO/MemoryMappedFiles/MemoryMappedViewAccessor.cs(39,42): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/IO/MemoryMappedFiles/MemoryMappedViewAccessor.cs(39,73): warning CS0618: 'SecurityPermissionFlag' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/IO/MemoryMappedFiles/MemoryMappedViewStream.cs(39,14): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/IO/MemoryMappedFiles/MemoryMappedViewStream.cs(39,42): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Core/System/IO/MemoryMappedFiles/MemoryMappedViewStream.cs(39,73): warning CS0618: 'SecurityPermissionFlag' is obsolete: 'CAS support is not available with Silverlight applications.'
System.IO.Pipes/AnonymousPipeClientStream.cs(43,19): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
System.IO.Pipes/PipeStream.cs(42,18): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
System.IO.Pipes/PipeStream.cs(43,19): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
System.IO.Pipes/AnonymousPipeServerStream.cs(43,19): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
System.IO.Pipes/NamedPipeClientStream.cs(48,19): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
System.IO.Pipes/NamedPipeServerStream.cs(44,19): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
System.IO.Pipes/NamedPipeServerStream.cs(146,4): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
System.IO.Pipes/NamedPipeServerStream.cs(146,24): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
System.IO.Pipes/NamedPipeServerStream.cs(146,55): warning CS0618: 'SecurityPermissionFlag' is obsolete: 'CAS support is not available with Silverlight applications.'
System.IO.Pipes/NamedPipeServerStream.cs(170,4): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
System.IO.Pipes/NamedPipeServerStream.cs(170,24): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
System.IO.Pipes/NamedPipeServerStream.cs(170,55): warning CS0618: 'SecurityPermissionFlag' is obsolete: 'CAS support is not available with Silverlight applications.'
System.IO.Pipes/PipeAccessRule.cs(37,19): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
System.IO.Pipes/NamedPipeServerStream.cs(180,20): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
System.IO.Pipes/PipeAuditRule.cs(37,19): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
System.IO.Pipes/PipeSecurity.cs(40,19): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
System.IO.Pipes/PipeSecurity.cs(91,4): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
System.IO.Pipes/PipeSecurity.cs(91,24): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
System.IO.Pipes/PipeSecurity.cs(102,4): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
System.IO.Pipes/PipeSecurity.cs(102,24): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
System.IO.Pipes/PipeStream.cs(316,20): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
System.IO.Pipes/PipeStream.cs(326,20): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
CSC [monotouch_runtime] System.Core.dll
CSC [xammac_net_4_5-darwin] Mono.Posix.dll
Mono.Unix/UnixEncoding.cs(312,44): warning CS3001: Argument type 'char*' is not CLS-compliant
Mono.Unix/UnixEncoding.cs(312,72): warning CS3001: Argument type 'byte*' is not CLS-compliant
System.IO.Pipes/NamedPipeServerStream.cs(138,20): warning CS0649: Field 'NamedPipeServerStream.impl' is never assigned to, and will always have its default value null
System.IO.Pipes/AnonymousPipeServerStream.cs(124,24): warning CS0649: Field 'AnonymousPipeServerStream.impl' is never assigned to, and will always have its default value null
System.IO.Pipes/AnonymousPipeServerStream.cs(124,24): warning CS0649: Field 'AnonymousPipeServerStream.impl' is never assigned to, and will always have its default value null
System.IO.Pipes/NamedPipeServerStream.cs(138,20): warning CS0649: Field 'NamedPipeServerStream.impl' is never assigned to, and will always have its default value null
System.IO.Pipes/AnonymousPipeServerStream.cs(124,24): warning CS0649: Field 'AnonymousPipeServerStream.impl' is never assigned to, and will always have its default value null
System.IO.Pipes/NamedPipeServerStream.cs(138,20): warning CS0649: Field 'NamedPipeServerStream.impl' is never assigned to, and will always have its default value null
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(49,27): warning CS0618: 'XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(171,4): warning CS0618: 'XmlValidatingReader' is obsolete: 'Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(171,34): warning CS0618: 'XmlValidatingReader' is obsolete: 'Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Serialization/XmlSchemaImporter.cs(530,27): warning CS0618: 'XmlSchemaType.BaseSchemaType' is obsolete: 'This property has been deprecated. Please use BaseXmlSchemaType property that returns a strongly typed base schema type. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Serialization/XmlCustomFormatter.cs(283,25): warning CS0618: 'XmlConvert.ToDateTime(string)' is obsolete: 'Use XmlConvert.ToDateTime() that takes in XmlDateTimeSerializationMode'
CSC [xammac] System.Security.dll
CSC [monotouch] System.Security.dll
CSC [monotouch_tv_runtime] System.Xml.dll
CSC [xammac_net_4_5-darwin] System.Core.dll
System.IO.Pipes/AnonymousPipeServerStream.cs(124,24): warning CS0649: Field 'AnonymousPipeServerStream.impl' is never assigned to, and will always have its default value null
System.IO.Pipes/NamedPipeServerStream.cs(138,20): warning CS0649: Field 'NamedPipeServerStream.impl' is never assigned to, and will always have its default value null
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(49,27): warning CS0618: 'XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(171,4): warning CS0618: 'XmlValidatingReader' is obsolete: 'Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(171,34): warning CS0618: 'XmlValidatingReader' is obsolete: 'Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Serialization/XmlSchemaImporter.cs(530,27): warning CS0618: 'XmlSchemaType.BaseSchemaType' is obsolete: 'This property has been deprecated. Please use BaseXmlSchemaType property that returns a strongly typed base schema type. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Serialization/XmlCustomFormatter.cs(283,25): warning CS0618: 'XmlConvert.ToDateTime(string)' is obsolete: 'Use XmlConvert.ToDateTime() that takes in XmlDateTimeSerializationMode'
System.IO.Pipes/AnonymousPipeServerStream.cs(124,24): warning CS0649: Field 'AnonymousPipeServerStream.impl' is never assigned to, and will always have its default value null
System.IO.Pipes/NamedPipeServerStream.cs(138,20): warning CS0649: Field 'NamedPipeServerStream.impl' is never assigned to, and will always have its default value null
CSC [monotouch_tv] System.Security.dll
CSC [monotouch_runtime] System.Xml.dll
CSC [xammac] System.Xml.dll
./../../jay/jay: 7 shift/reduce conflicts.
CSC [monotouch_watch_runtime] Mono.CSharp.dll
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(49,3): warning CS0618: 'XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202'
CSC [monotouch_watch] I18N.dll
CSC [monotouch] System.Xml.dll
CSC [monotouch_tv] System.Xml.dll
MonoEncoding.cs(322,31): warning CS3021: 'MonoEncodingDefaultEncoder.Convert(char*, int, byte*, int, bool, out int, out int, out bool)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Manager.cs(55,31): warning CS0618: 'CaseInsensitiveHashCodeProvider' is obsolete: 'Please use StringComparer instead.'
Manager.cs(55,16): warning CS0618: 'Hashtable.Hashtable(IHashCodeProvider, IComparer)' is obsolete: 'Please use Hashtable(IEqualityComparer) instead.'
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(49,3): warning CS0618: 'XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/Core/SecureStringHasher.cs(73,31): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/XslException.cs(104,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/XslException.cs(104,38): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/XPath/XPathCompileException.cs(27,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/XPath/XPathCompileException.cs(27,38): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/Xslt/XsltException.cs(54,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/Xslt/XsltException.cs(54,38): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/Xslt/XsltException.cs(136,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/Xslt/XsltException.cs(136,38): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(49,3): warning CS0618: 'XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/Core/XmlTextReader.cs(22,30): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/Dom/XmlDocument.cs(519,34): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/Dom/XmlDocument.cs(994,34): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/Core/BinaryCompatibility.cs(15,31): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/XPath/XPathException.cs(50,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/XPath/XPathException.cs(50,38): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/XmlSecureResolver.cs(15,29): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/XmlSecureResolverAsync.cs(7,29): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/XmlUrlResolver.cs(65,33): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/XmlException.cs(74,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/XmlException.cs(74,38): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/Schema/Inference/XmlSchemaInferenceException.cs(28,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/Schema/Inference/XmlSchemaInferenceException.cs(28,38): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/Core/XmlWriterSettings.cs(50,29): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/Schema/XmlSchemaObject.cs(21,29): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/Schema/XmlSchemaException.cs(62,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/Schema/XmlSchemaException.cs(62,38): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/Schema/XmlSchemaValidationException.cs(28,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml/System/Xml/Schema/XmlSchemaValidationException.cs(28,38): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
CSC [monotouch_watch] I18N.West.dll
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(49,3): warning CS0618: 'XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202'
CSC [xammac_net_4_5-darwin] System.Security.dll
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(49,3): warning CS0618: 'XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(49,27): warning CS0618: 'XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(171,4): warning CS0618: 'XmlValidatingReader' is obsolete: 'Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(171,34): warning CS0618: 'XmlValidatingReader' is obsolete: 'Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Serialization/XmlCustomFormatter.cs(283,25): warning CS0618: 'XmlConvert.ToDateTime(string)' is obsolete: 'Use XmlConvert.ToDateTime() that takes in XmlDateTimeSerializationMode'
System.Xml.Serialization/XmlSchemaImporter.cs(530,27): warning CS0618: 'XmlSchemaType.BaseSchemaType' is obsolete: 'This property has been deprecated. Please use BaseXmlSchemaType property that returns a strongly typed base schema type. http://go.microsoft.com/fwlink/?linkid=14202'
CSC [monotouch_watch] I18N.MidEast.dll
./../../jay/jay: 7 shift/reduce conflicts.
CSC [monotouch_tv_runtime] Mono.CSharp.dll
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(49,27): warning CS0618: 'XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(171,4): warning CS0618: 'XmlValidatingReader' is obsolete: 'Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(171,34): warning CS0618: 'XmlValidatingReader' is obsolete: 'Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Serialization/XmlSchemaImporter.cs(530,27): warning CS0618: 'XmlSchemaType.BaseSchemaType' is obsolete: 'This property has been deprecated. Please use BaseXmlSchemaType property that returns a strongly typed base schema type. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Serialization/XmlCustomFormatter.cs(283,25): warning CS0618: 'XmlConvert.ToDateTime(string)' is obsolete: 'Use XmlConvert.ToDateTime() that takes in XmlDateTimeSerializationMode'
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(49,27): warning CS0618: 'XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(171,4): warning CS0618: 'XmlValidatingReader' is obsolete: 'Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(171,34): warning CS0618: 'XmlValidatingReader' is obsolete: 'Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Serialization/XmlSchemaImporter.cs(530,27): warning CS0618: 'XmlSchemaType.BaseSchemaType' is obsolete: 'This property has been deprecated. Please use BaseXmlSchemaType property that returns a strongly typed base schema type. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Serialization/XmlCustomFormatter.cs(283,25): warning CS0618: 'XmlConvert.ToDateTime(string)' is obsolete: 'Use XmlConvert.ToDateTime() that takes in XmlDateTimeSerializationMode'
CSC [xammac_net_4_5-darwin] System.Xml.dll
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(49,27): warning CS0618: 'XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(171,4): warning CS0618: 'XmlValidatingReader' is obsolete: 'Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(171,34): warning CS0618: 'XmlValidatingReader' is obsolete: 'Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Serialization/XmlCustomFormatter.cs(283,25): warning CS0618: 'XmlConvert.ToDateTime(string)' is obsolete: 'Use XmlConvert.ToDateTime() that takes in XmlDateTimeSerializationMode'
System.Xml.Serialization/XmlSchemaImporter.cs(530,27): warning CS0618: 'XmlSchemaType.BaseSchemaType' is obsolete: 'This property has been deprecated. Please use BaseXmlSchemaType property that returns a strongly typed base schema type. http://go.microsoft.com/fwlink/?linkid=14202'
CSC [monotouch_watch] I18N.Other.dll
CSC [xammac] I18N.dll
CSC [monotouch] I18N.dll
./../../jay/jay: 7 shift/reduce conflicts.
CSC [monotouch_runtime] Mono.CSharp.dll
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(49,27): warning CS0618: 'XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(171,4): warning CS0618: 'XmlValidatingReader' is obsolete: 'Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Xsl/XslCompiledTransform_Mobile.cs(171,34): warning CS0618: 'XmlValidatingReader' is obsolete: 'Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xml.Serialization/XmlCustomFormatter.cs(283,25): warning CS0618: 'XmlConvert.ToDateTime(string)' is obsolete: 'Use XmlConvert.ToDateTime() that takes in XmlDateTimeSerializationMode'
System.Xml.Serialization/XmlSchemaImporter.cs(530,27): warning CS0618: 'XmlSchemaType.BaseSchemaType' is obsolete: 'This property has been deprecated. Please use BaseXmlSchemaType property that returns a strongly typed base schema type. http://go.microsoft.com/fwlink/?linkid=14202'
MonoEncoding.cs(322,31): warning CS3021: 'MonoEncodingDefaultEncoder.Convert(char*, int, byte*, int, bool, out int, out int, out bool)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
MonoEncoding.cs(322,31): warning CS3021: 'MonoEncodingDefaultEncoder.Convert(char*, int, byte*, int, bool, out int, out int, out bool)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
CSC [monotouch_tv] I18N.dll
Manager.cs(55,31): warning CS0618: 'CaseInsensitiveHashCodeProvider' is obsolete: 'Please use StringComparer instead.'
Manager.cs(55,16): warning CS0618: 'Hashtable.Hashtable(IHashCodeProvider, IComparer)' is obsolete: 'Please use Hashtable(IEqualityComparer) instead.'
Manager.cs(55,31): warning CS0618: 'CaseInsensitiveHashCodeProvider' is obsolete: 'Please use StringComparer instead.'
Manager.cs(55,16): warning CS0618: 'Hashtable.Hashtable(IHashCodeProvider, IComparer)' is obsolete: 'Please use Hashtable(IEqualityComparer) instead.'
CSC [monotouch_watch] I18N.Rare.dll
CSC [monotouch] I18N.West.dll
MonoEncoding.cs(322,31): warning CS3021: 'MonoEncodingDefaultEncoder.Convert(char*, int, byte*, int, bool, out int, out int, out bool)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
CSC [xammac] I18N.West.dll
Manager.cs(55,31): warning CS0618: 'CaseInsensitiveHashCodeProvider' is obsolete: 'Please use StringComparer instead.'
Manager.cs(55,16): warning CS0618: 'Hashtable.Hashtable(IHashCodeProvider, IComparer)' is obsolete: 'Please use Hashtable(IEqualityComparer) instead.'
CSC [monotouch_tv] I18N.West.dll
CSC [monotouch] I18N.MidEast.dll
CSC [monotouch_watch] I18N.CJK.dll
CSC [xammac] I18N.MidEast.dll
CSC [monotouch_tv] I18N.MidEast.dll
CSC [monotouch_watch] System.ServiceModel.Internals.dll
CSC [xammac] I18N.Other.dll
CSC [monotouch] I18N.Other.dll
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/Diagnostics/DiagnosticTraceBase.cs(487,17): warning CS1634: Expected disable or restore
CSC [xammac_net_4_5-darwin] I18N.dll
CSC [monotouch_tv] I18N.Other.dll
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/PartialTrustHelpers.cs(23,21): warning CS0169: The field 'PartialTrustHelpers.inFullTrust' is never used
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/PartialTrustHelpers.cs(20,30): warning CS0169: The field 'PartialTrustHelpers.checkedForFullTrust' is never used
CSC [monotouch] I18N.Rare.dll
MonoEncoding.cs(322,31): warning CS3021: 'MonoEncodingDefaultEncoder.Convert(char*, int, byte*, int, bool, out int, out int, out bool)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
CSC [xammac] I18N.Rare.dll
Manager.cs(55,31): warning CS0618: 'CaseInsensitiveHashCodeProvider' is obsolete: 'Please use StringComparer instead.'
Manager.cs(55,16): warning CS0618: 'Hashtable.Hashtable(IHashCodeProvider, IComparer)' is obsolete: 'Please use Hashtable(IEqualityComparer) instead.'
CSC [monotouch_watch] System.Runtime.Serialization.dll
CSC [xammac_net_4_5-darwin] I18N.West.dll
CSC [monotouch_tv] I18N.Rare.dll
CSC [monotouch] I18N.CJK.dll
CSC [xammac_net_4_5-darwin] I18N.MidEast.dll
CSC [xammac] I18N.CJK.dll
CSC [monotouch_tv] I18N.CJK.dll
CSC [xammac_net_4_5-darwin] I18N.Other.dll
CSC [monotouch_watch] System.Xml.Linq.dll
CSC [monotouch] System.ServiceModel.Internals.dll
CSC [xammac] System.ServiceModel.Internals.dll
CSC [monotouch_tv] System.ServiceModel.Internals.dll
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/Diagnostics/DiagnosticTraceBase.cs(487,17): warning CS1634: Expected disable or restore
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/Diagnostics/DiagnosticTraceBase.cs(487,17): warning CS1634: Expected disable or restore
CSC [xammac_net_4_5-darwin] I18N.Rare.dll
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/Diagnostics/DiagnosticTraceBase.cs(487,17): warning CS1634: Expected disable or restore
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/Diagnostics/DiagnosticEventProvider.cs(61,24): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/Diagnostics/DiagnosticTraceBase.cs(54,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/Diagnostics/DiagnosticTraceBase.cs(54,29): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/PartialTrustHelpers.cs(87,24): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/PartialTrustHelpers.cs(106,27): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/Diagnostics/EtwProvider.cs(24,24): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/SynchronizedPool.cs(339,36): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/Diagnostics/EventLogger.cs(249,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/Diagnostics/EventLogger.cs(249,29): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/Diagnostics/EventLogger.cs(258,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/Diagnostics/EventLogger.cs(258,29): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/Diagnostics/EventLogger.cs(298,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/Diagnostics/EventLogger.cs(298,29): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/Diagnostics/EventLogger.cs(325,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/Diagnostics/EventLogger.cs(325,29): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/Diagnostics/EventLogger.cs(343,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/Diagnostics/EventLogger.cs(343,29): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/PartialTrustHelpers.cs(23,21): warning CS0169: The field 'PartialTrustHelpers.inFullTrust' is never used
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/PartialTrustHelpers.cs(20,30): warning CS0169: The field 'PartialTrustHelpers.checkedForFullTrust' is never used
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/PartialTrustHelpers.cs(20,30): warning CS0169: The field 'PartialTrustHelpers.checkedForFullTrust' is never used
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/PartialTrustHelpers.cs(23,21): warning CS0169: The field 'PartialTrustHelpers.inFullTrust' is never used
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/PartialTrustHelpers.cs(23,21): warning CS0169: The field 'PartialTrustHelpers.inFullTrust' is never used
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/PartialTrustHelpers.cs(20,30): warning CS0169: The field 'PartialTrustHelpers.checkedForFullTrust' is never used
CSC [monotouch_watch] System.IdentityModel.dll
CSC [xammac] System.Runtime.Serialization.dll
CSC [monotouch_tv] System.Runtime.Serialization.dll
CSC [monotouch] System.Runtime.Serialization.dll
CSC [xammac_net_4_5-darwin] I18N.CJK.dll
System.IdentityModel.Selectors/X509CertificateValidator.cs(98,14): warning CS0108: 'X509CertificateValidator.X509CertificateValidatorImpl.chain' hides inherited member 'X509CertificateValidator.chain'. Use the new keyword if hiding was intended.
CSC [monotouch_watch] System.ServiceModel.dll
CSC [xammac_net_4_5-darwin] System.ServiceModel.Internals.dll
CSC [monotouch] System.Xml.Linq.dll
CSC [monotouch_tv] System.Xml.Linq.dll
CSC [xammac] System.Xml.Linq.dll
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/Diagnostics/DiagnosticTraceBase.cs(487,17): warning CS1634: Expected disable or restore
Assembly/AssemblyInfo.cs(49,30): warning CS0618: 'SecurityCriticalScope' is obsolete: 'SecurityCriticalScope is only used for .NET 2.0 transparency compatibility.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml.Linq/System/Xml/Linq/XLinq.cs(201,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml.Linq/System/Xml/Linq/XLinq.cs(202,13): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Xml.Linq/System/Xml/Linq/XLinq.cs(203,21): warning CS0618: 'SecurityPermissionFlag' is obsolete: 'CAS support is not available with Silverlight applications.'
System.ServiceModel.Description/ContractDescriptionGenerator.cs(172,5): warning CS0162: Unreachable code detected
System.ServiceModel/BasicHttpBinding_4_5.cs(142,4): warning CS0162: Unreachable code detected
System.ServiceModel/BasicHttpsBinding.cs(124,4): warning CS0162: Unreachable code detected
System.ServiceModel/NetTcpBinding.cs(273,4): warning CS0162: Unreachable code detected
System.ServiceModel/NetTcpBinding.cs(275,5): warning CS0162: Unreachable code detected
System.ServiceModel/NetTcpBinding.cs(278,5): warning CS0162: Unreachable code detected
System.ServiceModel/NetTcpBinding.cs(280,5): warning CS0162: Unreachable code detected
System.ServiceModel/ClientBase.cs(249,24): warning CS0168: The variable 'ex' is declared but never used
System.ServiceModel/DuplexChannelFactory.cs(227,4): warning CS0162: Unreachable code detected
System.ServiceModel/ClientRuntimeChannel.cs(484,23): warning CS0168: The variable 'ex' is declared but never used
System.ServiceModel/MessageSecurityVersion.cs(137,66): warning CS0649: Field 'MessageSecurityVersion.wss10_2007_basic' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,46): warning CS0649: Field 'MessageSecurityVersion.wss11' is never assigned to, and will always have its default value null
System.ServiceModel/NetTcpBinding.cs(44,27): warning CS0649: Field 'NetTcpBinding.reliable_session' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,33): warning CS0649: Field 'MessageSecurityVersion.wss10_basic' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,102): warning CS0649: Field 'MessageSecurityVersion.wss11_2007' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,84): warning CS0649: Field 'MessageSecurityVersion.wss11_2007_basic' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,53): warning CS0649: Field 'MessageSecurityVersion.wss11_basic' is never assigned to, and will always have its default value null
CSC [monotouch_watch] System.ServiceModel.Web.dll
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/PartialTrustHelpers.cs(23,21): warning CS0169: The field 'PartialTrustHelpers.inFullTrust' is never used
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/PartialTrustHelpers.cs(20,30): warning CS0169: The field 'PartialTrustHelpers.checkedForFullTrust' is never used
CSC [xammac_net_4_5-darwin] SMDiagnostics.dll
CSC [monotouch_tv] System.IdentityModel.dll
CSC [monotouch] System.IdentityModel.dll
CSC [xammac] System.IdentityModel.dll
Assembly/AssemblyInfo.cs(39,29): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs'.
Assembly/AssemblyInfo.cs(40,33): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs'.
Assembly/AssemblyInfo.cs(41,38): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs'.
Assembly/AssemblyInfo.cs(57,42): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs'.
System/UriTemplateTable.cs(88,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Description/WebHttpBehavior.cs(261,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Description/WebHttpBehavior.cs(80,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Channels/WebMessageEncodingBindingElement.cs(69,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Channels/WebMessageEncodingBindingElement.cs(75,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Web/WebOperationContext.cs(69,30): warning CS0169: The field 'WebOperationContext.outgoing_response' is never used
System.ServiceModel.Dispatcher/WebMessageFormatter.cs(316,28): warning CS0169: The field 'WebMessageFormatter.WebClientMessageFormatter.default_formatter' is never used
System.ServiceModel.Web/WebOperationContext.cs(66,29): warning CS0169: The field 'WebOperationContext.incoming_request' is never used
System/UriTemplateTable.cs(68,8): warning CS0649: Field 'UriTemplateTable.is_readonly' is never assigned to, and will always have its default value false
System.IdentityModel.Selectors/X509CertificateValidator.cs(98,14): warning CS0108: 'X509CertificateValidator.X509CertificateValidatorImpl.chain' hides inherited member 'X509CertificateValidator.chain'. Use the new keyword if hiding was intended.
System.IdentityModel.Selectors/X509CertificateValidator.cs(98,14): warning CS0108: 'X509CertificateValidator.X509CertificateValidatorImpl.chain' hides inherited member 'X509CertificateValidator.chain'. Use the new keyword if hiding was intended.
CSC [monotouch_watch] System.Json.dll
CSC [monotouch] System.ServiceModel.dll
System.IdentityModel.Selectors/X509CertificateValidator.cs(98,14): warning CS0108: 'X509CertificateValidator.X509CertificateValidatorImpl.chain' hides inherited member 'X509CertificateValidator.chain'. Use the new keyword if hiding was intended.
CSC [monotouch_tv] System.ServiceModel.dll
Creating ../../build/deps/xammac_net_4_5_System.Numerics_xunit-test.dll.makefrag ...
CSC [xammac] System.ServiceModel.dll
CSC [xammac_net_4_5-darwin] System.Numerics.dll
CSC [monotouch_watch] System.Web.Services.dll
System.ServiceModel.Description/ContractDescriptionGenerator.cs(172,5): warning CS0162: Unreachable code detected
System.ServiceModel/NetTcpBinding.cs(273,4): warning CS0162: Unreachable code detected
System.ServiceModel/NetTcpBinding.cs(275,5): warning CS0162: Unreachable code detected
System.ServiceModel/NetTcpBinding.cs(278,5): warning CS0162: Unreachable code detected
System.ServiceModel/NetTcpBinding.cs(280,5): warning CS0162: Unreachable code detected
System.ServiceModel/BasicHttpBinding_4_5.cs(142,4): warning CS0162: Unreachable code detected
System.ServiceModel/BasicHttpsBinding.cs(124,4): warning CS0162: Unreachable code detected
System.ServiceModel/DuplexChannelFactory.cs(227,4): warning CS0162: Unreachable code detected
System.ServiceModel/ClientBase.cs(249,24): warning CS0168: The variable 'ex' is declared but never used
System.ServiceModel/ClientRuntimeChannel.cs(484,23): warning CS0168: The variable 'ex' is declared but never used
System.ServiceModel/MessageSecurityVersion.cs(137,46): warning CS0649: Field 'MessageSecurityVersion.wss11' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,102): warning CS0649: Field 'MessageSecurityVersion.wss11_2007' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,33): warning CS0649: Field 'MessageSecurityVersion.wss10_basic' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,84): warning CS0649: Field 'MessageSecurityVersion.wss11_2007_basic' is never assigned to, and will always have its default value null
System.ServiceModel/NetTcpBinding.cs(44,27): warning CS0649: Field 'NetTcpBinding.reliable_session' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,66): warning CS0649: Field 'MessageSecurityVersion.wss10_2007_basic' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,53): warning CS0649: Field 'MessageSecurityVersion.wss11_basic' is never assigned to, and will always have its default value null
System.ServiceModel.Description/ContractDescriptionGenerator.cs(172,5): warning CS0162: Unreachable code detected
System.ServiceModel/BasicHttpBinding_4_5.cs(142,4): warning CS0162: Unreachable code detected
System.ServiceModel/BasicHttpsBinding.cs(124,4): warning CS0162: Unreachable code detected
System.ServiceModel/NetTcpBinding.cs(273,4): warning CS0162: Unreachable code detected
System.ServiceModel/NetTcpBinding.cs(275,5): warning CS0162: Unreachable code detected
System.ServiceModel/NetTcpBinding.cs(278,5): warning CS0162: Unreachable code detected
System.ServiceModel/NetTcpBinding.cs(280,5): warning CS0162: Unreachable code detected
System.ServiceModel/ClientBase.cs(249,24): warning CS0168: The variable 'ex' is declared but never used
System.ServiceModel/DuplexChannelFactory.cs(227,4): warning CS0162: Unreachable code detected
System.ServiceModel/ClientRuntimeChannel.cs(484,23): warning CS0168: The variable 'ex' is declared but never used
System.ServiceModel/MessageSecurityVersion.cs(137,66): warning CS0649: Field 'MessageSecurityVersion.wss10_2007_basic' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,46): warning CS0649: Field 'MessageSecurityVersion.wss11' is never assigned to, and will always have its default value null
System.ServiceModel/NetTcpBinding.cs(44,27): warning CS0649: Field 'NetTcpBinding.reliable_session' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,84): warning CS0649: Field 'MessageSecurityVersion.wss11_2007_basic' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,102): warning CS0649: Field 'MessageSecurityVersion.wss11_2007' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,53): warning CS0649: Field 'MessageSecurityVersion.wss11_basic' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,33): warning CS0649: Field 'MessageSecurityVersion.wss10_basic' is never assigned to, and will always have its default value null
CSC [monotouch] System.ServiceModel.Web.dll
CSC [monotouch_tv] System.ServiceModel.Web.dll
System.ServiceModel.Description/ContractDescriptionGenerator.cs(172,5): warning CS0162: Unreachable code detected
System.ServiceModel/NetTcpBinding.cs(273,4): warning CS0162: Unreachable code detected
System.ServiceModel/NetTcpBinding.cs(275,5): warning CS0162: Unreachable code detected
System.ServiceModel/NetTcpBinding.cs(278,5): warning CS0162: Unreachable code detected
System.ServiceModel/NetTcpBinding.cs(280,5): warning CS0162: Unreachable code detected
System.ServiceModel/BasicHttpBinding_4_5.cs(142,4): warning CS0162: Unreachable code detected
System.ServiceModel/BasicHttpsBinding.cs(124,4): warning CS0162: Unreachable code detected
System.ServiceModel/DuplexChannelFactory.cs(227,4): warning CS0162: Unreachable code detected
System.ServiceModel/ClientBase.cs(249,24): warning CS0168: The variable 'ex' is declared but never used
System.ServiceModel/ClientRuntimeChannel.cs(484,23): warning CS0168: The variable 'ex' is declared but never used
System.ServiceModel/NetTcpBinding.cs(44,27): warning CS0649: Field 'NetTcpBinding.reliable_session' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,66): warning CS0649: Field 'MessageSecurityVersion.wss10_2007_basic' is never assigned to, and will always have its default value null
Mono.CodeGeneration/CodeOr.cs(36,8): warning CS0649: Field 'CodeOr.t2' is never assigned to, and will always have its default value null
Mono.CodeGeneration/CodeExpression.cs(33,34): warning CS0649: Field 'CodeExpression.var' is never assigned to, and will always have its default value null
Mono.CodeGeneration/CodeTryBlock.cs(43,18): warning CS0649: Field 'CodeTry.condition' is never assigned to, and will always have its default value null
Mono.CodeGeneration/CodeAnd.cs(37,8): warning CS0649: Field 'CodeAnd.t2' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,53): warning CS0649: Field 'MessageSecurityVersion.wss11_basic' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,102): warning CS0649: Field 'MessageSecurityVersion.wss11_2007' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,46): warning CS0649: Field 'MessageSecurityVersion.wss11' is never assigned to, and will always have its default value null
Mono.CodeGeneration/CodeOr.cs(35,8): warning CS0649: Field 'CodeOr.t1' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,84): warning CS0649: Field 'MessageSecurityVersion.wss11_2007_basic' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,33): warning CS0649: Field 'MessageSecurityVersion.wss10_basic' is never assigned to, and will always have its default value null
Mono.CodeGeneration/CodeAnd.cs(36,8): warning CS0649: Field 'CodeAnd.t1' is never assigned to, and will always have its default value null
CSC [xammac] System.ServiceModel.Web.dll
CSC [xammac_net_4_5-darwin] System.Numerics.Vectors.dll
System.Web.Services.Protocols/WebClientProtocol.cs(102,4): warning CS0618: 'RecommendedAsConfigurableAttribute' is obsolete: 'Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.'
System.Web.Services.Protocols/WebClientProtocol.cs(110,4): warning CS0618: 'RecommendedAsConfigurableAttribute' is obsolete: 'Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.'
System.Web.Services.Protocols/WebClientProtocol.cs(118,4): warning CS0618: 'RecommendedAsConfigurableAttribute' is obsolete: 'Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.'
Assembly/AssemblyInfo.cs(39,29): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs'.
Assembly/AssemblyInfo.cs(40,33): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs'.
Assembly/AssemblyInfo.cs(41,38): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs'.
Assembly/AssemblyInfo.cs(57,42): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs'.
System/UriTemplateTable.cs(88,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Description/WebHttpBehavior.cs(261,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Description/WebHttpBehavior.cs(80,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Channels/WebMessageEncodingBindingElement.cs(69,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Channels/WebMessageEncodingBindingElement.cs(75,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.Web.Services.Protocols/SoapHttpClientProtocol.cs(241,6): warning CS0728: Possibly incorrect assignment to local 's' which is the argument to a using or lock statement. The Dispose call or unlocking will happen on the original value of the local.
System.Web.Services.Protocols/MimeFormatter.cs(89,36): warning CS0618: 'XmlConvert.ToDateTime(string)' is obsolete: 'Use XmlConvert.ToDateTime() that takes in XmlDateTimeSerializationMode'
System.Web.Services.Protocols/MimeFormatter.cs(116,36): warning CS0618: 'XmlConvert.ToString(DateTime)' is obsolete: 'Use XmlConvert.ToString() that takes in XmlDateTimeSerializationMode'
System.Web.Services.Protocols/LogicalMethodInfo.cs(356,34): warning CS0162: Unreachable code detected
System.Web.Services.Protocols/SoapExtension.cs(40,10): warning CS0169: The field 'SoapExtension.stream' is never used
System.Web.Services.Discovery/DiscoveryDocumentReference.cs(46,18): warning CS0169: The field 'DiscoveryDocumentReference.defaultFilename' is never used
System.Web.Services.Protocols/ServerType.cs(70,16): warning CS0169: The field 'LogicalTypeInfo.httpGetProtocol' is never used
System.Web.Services.Protocols/ServerType.cs(71,16): warning CS0169: The field 'LogicalTypeInfo.httpPostProtocol' is never used
System.Web.Services.Discovery/SchemaReference.cs(48,18): warning CS0169: The field 'SchemaReference.defaultFilename' is never used
System.Web.Services.Protocols/SoapExtension.cs(65,22): warning CS0169: The field 'SoapExtension.globalExtensions' is never used
System.Web.Services.Discovery/DiscoveryReference.cs(40,18): warning CS0169: The field 'DiscoveryReference.defaultFilename' is never used
System.Web.Services.Discovery/SchemaReference.cs(51,21): warning CS0169: The field 'SchemaReference.schema' is never used
System.Web.Services.Description/BindingCollection.cs(36,22): warning CS0169: The field 'BindingCollection.serviceDescription' is never used
System.Web.Services.Discovery/ContractReference.cs(47,30): warning CS0169: The field 'ContractReference.contract' is never used
System.Web.Services.Discovery/ContractReference.cs(48,18): warning CS0169: The field 'ContractReference.defaultFilename' is never used
System.ServiceModel.Web/WebOperationContext.cs(66,29): warning CS0169: The field 'WebOperationContext.incoming_request' is never used
System.ServiceModel.Dispatcher/WebMessageFormatter.cs(316,28): warning CS0169: The field 'WebMessageFormatter.WebClientMessageFormatter.default_formatter' is never used
System/UriTemplateTable.cs(68,8): warning CS0649: Field 'UriTemplateTable.is_readonly' is never assigned to, and will always have its default value false
System.ServiceModel.Web/WebOperationContext.cs(69,30): warning CS0169: The field 'WebOperationContext.outgoing_response' is never used
Assembly/AssemblyInfo.cs(39,29): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs'.
Assembly/AssemblyInfo.cs(40,33): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs'.
Assembly/AssemblyInfo.cs(41,38): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs'.
Assembly/AssemblyInfo.cs(57,42): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs'.
System/UriTemplateTable.cs(88,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Description/WebHttpBehavior.cs(261,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Description/WebHttpBehavior.cs(80,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Channels/WebMessageEncodingBindingElement.cs(69,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Channels/WebMessageEncodingBindingElement.cs(75,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
Assembly/AssemblyInfo.cs(39,29): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs'.
Assembly/AssemblyInfo.cs(40,33): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs'.
Assembly/AssemblyInfo.cs(41,38): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs'.
Assembly/AssemblyInfo.cs(57,42): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs'.
System/UriTemplateTable.cs(88,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Description/WebHttpBehavior.cs(261,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Description/WebHttpBehavior.cs(80,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Channels/WebMessageEncodingBindingElement.cs(69,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Channels/WebMessageEncodingBindingElement.cs(75,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Web/WebOperationContext.cs(66,29): warning CS0169: The field 'WebOperationContext.incoming_request' is never used
System.ServiceModel.Web/WebOperationContext.cs(69,30): warning CS0169: The field 'WebOperationContext.outgoing_response' is never used
System.ServiceModel.Dispatcher/WebMessageFormatter.cs(316,28): warning CS0169: The field 'WebMessageFormatter.WebClientMessageFormatter.default_formatter' is never used
System/UriTemplateTable.cs(68,8): warning CS0649: Field 'UriTemplateTable.is_readonly' is never assigned to, and will always have its default value false
CSC [monotouch_tv] System.Json.dll
CSC [monotouch_watch] System.Transactions.dll
System.ServiceModel.Web/WebOperationContext.cs(69,30): warning CS0169: The field 'WebOperationContext.outgoing_response' is never used
System.ServiceModel.Web/WebOperationContext.cs(66,29): warning CS0169: The field 'WebOperationContext.incoming_request' is never used
System/UriTemplateTable.cs(68,8): warning CS0649: Field 'UriTemplateTable.is_readonly' is never assigned to, and will always have its default value false
System.ServiceModel.Dispatcher/WebMessageFormatter.cs(316,28): warning CS0169: The field 'WebMessageFormatter.WebClientMessageFormatter.default_formatter' is never used
CSC [xammac_net_4_5-darwin] Mono.Data.Tds.dll
CSC [xammac] System.Json.dll
CSC [monotouch] System.Json.dll
System.Transactions/CommittableTransaction.cs(60,8): warning CS0252: Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'Transaction'
System.Transactions/TransactionManager.cs(84,4): warning CS0067: The event 'TransactionManager.DistributedTransactionStarted' is never used
CSC [monotouch_tv] System.Web.Services.dll
Creating ../../build/deps/monotouch_watch_System.Numerics_xunit-test.dll.makefrag ...
CSC [monotouch_watch] System.Numerics.dll
CSC [monotouch] System.Web.Services.dll
CSC [xammac_net_4_5-darwin] System.Transactions.dll
CSC [xammac] System.Web.Services.dll
System.Web.Services.Protocols/WebClientProtocol.cs(102,4): warning CS0618: 'RecommendedAsConfigurableAttribute' is obsolete: 'Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.'
System.Web.Services.Protocols/WebClientProtocol.cs(110,4): warning CS0618: 'RecommendedAsConfigurableAttribute' is obsolete: 'Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.'
System.Web.Services.Protocols/WebClientProtocol.cs(118,4): warning CS0618: 'RecommendedAsConfigurableAttribute' is obsolete: 'Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.'
System.Web.Services.Protocols/WebClientProtocol.cs(102,4): warning CS0618: 'RecommendedAsConfigurableAttribute' is obsolete: 'Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.'
System.Web.Services.Protocols/WebClientProtocol.cs(110,4): warning CS0618: 'RecommendedAsConfigurableAttribute' is obsolete: 'Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.'
System.Web.Services.Protocols/WebClientProtocol.cs(118,4): warning CS0618: 'RecommendedAsConfigurableAttribute' is obsolete: 'Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.'
System.Web.Services.Protocols/SoapHttpClientProtocol.cs(241,6): warning CS0728: Possibly incorrect assignment to local 's' which is the argument to a using or lock statement. The Dispose call or unlocking will happen on the original value of the local.
System.Web.Services.Protocols/LogicalMethodInfo.cs(356,34): warning CS0162: Unreachable code detected
System.Web.Services.Protocols/MimeFormatter.cs(89,36): warning CS0618: 'XmlConvert.ToDateTime(string)' is obsolete: 'Use XmlConvert.ToDateTime() that takes in XmlDateTimeSerializationMode'
System.Web.Services.Protocols/MimeFormatter.cs(116,36): warning CS0618: 'XmlConvert.ToString(DateTime)' is obsolete: 'Use XmlConvert.ToString() that takes in XmlDateTimeSerializationMode'
System.Web.Services.Discovery/SchemaReference.cs(48,18): warning CS0169: The field 'SchemaReference.defaultFilename' is never used
System.Web.Services.Discovery/DiscoveryDocumentReference.cs(46,18): warning CS0169: The field 'DiscoveryDocumentReference.defaultFilename' is never used
System.Web.Services.Discovery/SchemaReference.cs(51,21): warning CS0169: The field 'SchemaReference.schema' is never used
System.Web.Services.Protocols/SoapExtension.cs(40,10): warning CS0169: The field 'SoapExtension.stream' is never used
System.Web.Services.Discovery/ContractReference.cs(47,30): warning CS0169: The field 'ContractReference.contract' is never used
System.Web.Services.Protocols/SoapExtension.cs(65,22): warning CS0169: The field 'SoapExtension.globalExtensions' is never used
System.Web.Services.Protocols/ServerType.cs(70,16): warning CS0169: The field 'LogicalTypeInfo.httpGetProtocol' is never used
System.Web.Services.Discovery/ContractReference.cs(48,18): warning CS0169: The field 'ContractReference.defaultFilename' is never used
System.Web.Services.Protocols/ServerType.cs(71,16): warning CS0169: The field 'LogicalTypeInfo.httpPostProtocol' is never used
System.Web.Services.Description/BindingCollection.cs(36,22): warning CS0169: The field 'BindingCollection.serviceDescription' is never used
System.Web.Services.Discovery/DiscoveryReference.cs(40,18): warning CS0169: The field 'DiscoveryReference.defaultFilename' is never used
System.Transactions/CommittableTransaction.cs(60,8): warning CS0252: Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'Transaction'
System.Transactions/TransactionManager.cs(84,4): warning CS0067: The event 'TransactionManager.DistributedTransactionStarted' is never used
CSC [monotouch_tv] Mono.Data.Tds.dll
CSC [monotouch_watch] System.Numerics.Vectors.dll
System.Web.Services.Protocols/SoapHttpClientProtocol.cs(241,6): warning CS0728: Possibly incorrect assignment to local 's' which is the argument to a using or lock statement. The Dispose call or unlocking will happen on the original value of the local.
System.Web.Services.Protocols/LogicalMethodInfo.cs(356,34): warning CS0162: Unreachable code detected
System.Web.Services.Protocols/MimeFormatter.cs(89,36): warning CS0618: 'XmlConvert.ToDateTime(string)' is obsolete: 'Use XmlConvert.ToDateTime() that takes in XmlDateTimeSerializationMode'
System.Web.Services.Protocols/MimeFormatter.cs(116,36): warning CS0618: 'XmlConvert.ToString(DateTime)' is obsolete: 'Use XmlConvert.ToString() that takes in XmlDateTimeSerializationMode'
System.Web.Services.Description/BindingCollection.cs(36,22): warning CS0169: The field 'BindingCollection.serviceDescription' is never used
System.Web.Services.Discovery/SchemaReference.cs(51,21): warning CS0169: The field 'SchemaReference.schema' is never used
System.Web.Services.Discovery/SchemaReference.cs(48,18): warning CS0169: The field 'SchemaReference.defaultFilename' is never used
System.Web.Services.Discovery/DiscoveryReference.cs(40,18): warning CS0169: The field 'DiscoveryReference.defaultFilename' is never used
System.Web.Services.Discovery/ContractReference.cs(47,30): warning CS0169: The field 'ContractReference.contract' is never used
System.Web.Services.Discovery/ContractReference.cs(48,18): warning CS0169: The field 'ContractReference.defaultFilename' is never used
System.Web.Services.Protocols/ServerType.cs(70,16): warning CS0169: The field 'LogicalTypeInfo.httpGetProtocol' is never used
System.Web.Services.Protocols/ServerType.cs(71,16): warning CS0169: The field 'LogicalTypeInfo.httpPostProtocol' is never used
System.Web.Services.Discovery/DiscoveryDocumentReference.cs(46,18): warning CS0169: The field 'DiscoveryDocumentReference.defaultFilename' is never used
System.Web.Services.Protocols/SoapExtension.cs(40,10): warning CS0169: The field 'SoapExtension.stream' is never used
System.Web.Services.Protocols/SoapExtension.cs(65,22): warning CS0169: The field 'SoapExtension.globalExtensions' is never used
System.Web.Services.Protocols/WebClientProtocol.cs(102,4): warning CS0618: 'RecommendedAsConfigurableAttribute' is obsolete: 'Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.'
System.Web.Services.Protocols/WebClientProtocol.cs(110,4): warning CS0618: 'RecommendedAsConfigurableAttribute' is obsolete: 'Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.'
System.Web.Services.Protocols/WebClientProtocol.cs(118,4): warning CS0618: 'RecommendedAsConfigurableAttribute' is obsolete: 'Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.'
CSC [monotouch] Mono.Data.Tds.dll
CSC [xammac_net_4_5-darwin] System.EnterpriseServices.dll
System.Web.Services.Protocols/SoapHttpClientProtocol.cs(241,6): warning CS0728: Possibly incorrect assignment to local 's' which is the argument to a using or lock statement. The Dispose call or unlocking will happen on the original value of the local.
System.Web.Services.Protocols/LogicalMethodInfo.cs(356,34): warning CS0162: Unreachable code detected
System.Web.Services.Protocols/MimeFormatter.cs(89,36): warning CS0618: 'XmlConvert.ToDateTime(string)' is obsolete: 'Use XmlConvert.ToDateTime() that takes in XmlDateTimeSerializationMode'
System.Web.Services.Protocols/MimeFormatter.cs(116,36): warning CS0618: 'XmlConvert.ToString(DateTime)' is obsolete: 'Use XmlConvert.ToString() that takes in XmlDateTimeSerializationMode'
System.Web.Services.Protocols/SoapExtension.cs(40,10): warning CS0169: The field 'SoapExtension.stream' is never used
System.Web.Services.Description/BindingCollection.cs(36,22): warning CS0169: The field 'BindingCollection.serviceDescription' is never used
System.Web.Services.Discovery/DiscoveryReference.cs(40,18): warning CS0169: The field 'DiscoveryReference.defaultFilename' is never used
System.Web.Services.Discovery/DiscoveryDocumentReference.cs(46,18): warning CS0169: The field 'DiscoveryDocumentReference.defaultFilename' is never used
System.Web.Services.Protocols/SoapExtension.cs(65,22): warning CS0169: The field 'SoapExtension.globalExtensions' is never used
System.Web.Services.Discovery/ContractReference.cs(48,18): warning CS0169: The field 'ContractReference.defaultFilename' is never used
System.Web.Services.Discovery/SchemaReference.cs(51,21): warning CS0169: The field 'SchemaReference.schema' is never used
System.Web.Services.Protocols/ServerType.cs(71,16): warning CS0169: The field 'LogicalTypeInfo.httpPostProtocol' is never used
System.Web.Services.Discovery/SchemaReference.cs(48,18): warning CS0169: The field 'SchemaReference.defaultFilename' is never used
System.Web.Services.Discovery/ContractReference.cs(47,30): warning CS0169: The field 'ContractReference.contract' is never used
System.Web.Services.Protocols/ServerType.cs(70,16): warning CS0169: The field 'LogicalTypeInfo.httpGetProtocol' is never used
CSC [xammac] Mono.Data.Tds.dll
CSC [monotouch_tv] System.Transactions.dll
CSC [monotouch_watch] System.Data.dll
CSC [monotouch] System.Transactions.dll
CSC [xammac_net_4_5-darwin] System.Data.dll
System.Transactions/CommittableTransaction.cs(60,8): warning CS0252: Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'Transaction'
System.Transactions/TransactionManager.cs(84,4): warning CS0067: The event 'TransactionManager.DistributedTransactionStarted' is never used
CSC [xammac] System.Transactions.dll
Creating ../../build/deps/monotouch_tv_System.Numerics_xunit-test.dll.makefrag ...
System.Data.SqlClient/SqlCommandBuilder.platformnotsupported.cs(53,21): warning CS0108: 'SqlCommandBuilder.GetDeleteCommand()' hides inherited member 'DbCommandBuilder.GetDeleteCommand()'. Use the new keyword if hiding was intended.
System.Data.SqlClient/SqlCommandBuilder.platformnotsupported.cs(73,21): warning CS0108: 'SqlCommandBuilder.GetDeleteCommand(bool)' hides inherited member 'DbCommandBuilder.GetDeleteCommand(bool)'. Use the new keyword if hiding was intended.
System.Data.SqlClient/SqlCommandBuilder.platformnotsupported.cs(58,21): warning CS0108: 'SqlCommandBuilder.GetInsertCommand()' hides inherited member 'DbCommandBuilder.GetInsertCommand()'. Use the new keyword if hiding was intended.
System.Data.SqlClient/SqlCommandBuilder.platformnotsupported.cs(78,21): warning CS0108: 'SqlCommandBuilder.GetInsertCommand(bool)' hides inherited member 'DbCommandBuilder.GetInsertCommand(bool)'. Use the new keyword if hiding was intended.
System.Data.SqlClient/SqlCommandBuilder.platformnotsupported.cs(63,21): warning CS0108: 'SqlCommandBuilder.GetUpdateCommand()' hides inherited member 'DbCommandBuilder.GetUpdateCommand()'. Use the new keyword if hiding was intended.
System.Data.SqlClient/SqlCommandBuilder.platformnotsupported.cs(68,21): warning CS0108: 'SqlCommandBuilder.GetUpdateCommand(bool)' hides inherited member 'DbCommandBuilder.GetUpdateCommand(bool)'. Use the new keyword if hiding was intended.
System.Data.SqlClient/SqlCommandBuilder.platformnotsupported.cs(128,25): warning CS0108: 'SqlCommandBuilder.DataAdapter' hides inherited member 'DbCommandBuilder.DataAdapter'. Use the new keyword if hiding was intended.
System.Data.SqlClient/SqlParameter.platformnotsupported.cs(113,15): warning CS0114: 'SqlParameter.Precision' hides inherited member 'DbParameter.Precision'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
System.Data.SqlClient/SqlParameter.platformnotsupported.cs(118,15): warning CS0114: 'SqlParameter.Scale' hides inherited member 'DbParameter.Scale'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
System.Data.SqlClient/SqlParameterCollection.platformnotsupported.cs(206,23): warning CS0108: 'SqlParameterCollection.this[int]' hides inherited member 'DbParameterCollection.this[int]'. Use the new keyword if hiding was intended.
System.Data.SqlClient/SqlParameterCollection.platformnotsupported.cs(211,23): warning CS0108: 'SqlParameterCollection.this[string]' hides inherited member 'DbParameterCollection.this[string]'. Use the new keyword if hiding was intended.
System.Data.SqlClient/SqlTransaction.platformnotsupported.cs(65,24): warning CS0108: 'SqlTransaction.Connection' hides inherited member 'DbTransaction.Connection'. Use the new keyword if hiding was intended.
System.Transactions/Transaction.cs(149,28): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
System.Transactions/Transaction.cs(158,28): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
System.Transactions/Transaction.cs(242,28): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
System.Transactions/CommittableTransaction.cs(60,8): warning CS0252: Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'Transaction'
System.Transactions/TransactionManager.cs(84,4): warning CS0067: The event 'TransactionManager.DistributedTransactionStarted' is never used
CSC [monotouch_tv] System.Numerics.dll
System.Transactions/CommittableTransaction.cs(60,8): warning CS0252: Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'Transaction'
System.Transactions/TransactionManager.cs(84,4): warning CS0067: The event 'TransactionManager.DistributedTransactionStarted' is never used
Creating ../../build/deps/monotouch_System.Numerics_xunit-test.dll.makefrag ...
CSC [xammac] System.Numerics.dll
CSC [monotouch] System.Numerics.dll
System.Data.SqlClient/SqlCommand.platformnotsupported.cs(275,47): warning CS0067: The event 'SqlCommand.StatementCompleted' is never used
System.Data.SqlClient/SqlConnection.platformnotsupported.cs(106,43): warning CS0067: The event 'SqlConnection.InfoMessage' is never used
System.Data.SqlClient/SqlBulkCopy.platformnotsupported.cs(170,42): warning CS0067: The event 'SqlBulkCopy.SqlRowsCopied' is never used
CSC [monotouch_tv] System.Numerics.Vectors.dll
CSC [xammac] System.Numerics.Vectors.dll
CSC [monotouch] System.Numerics.Vectors.dll
CSC [monotouch_watch] Mono.Data.Sqlite.dll
Mono.Data.Sqlite_2.0/SQLiteFunction.cs(686,29): warning CS0649: Field 'CollationSequence._func' is never assigned to, and will always have its default value null
Mono.Data.Sqlite_2.0/SQLiteDataReader.cs(558,17): warning CS0414: The field 'SqliteDataReader.hasColumnMetadataSupport' is assigned but its value is never used
CSC [xammac] System.Data.dll
CSC [monotouch] System.Data.dll
CSC [monotouch_watch] System.Data.Services.Client.dll
CSC [xammac_net_4_5-darwin] System.Runtime.Serialization.dll
CSC [monotouch_tv] System.Data.dll
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Data/System/Data/Sql/invalidudtexception.cs(38,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Data/System/Data/Sql/invalidudtexception.cs(38,66): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Data/System/Data/Sql/invalidudtexception.cs(38,127): warning CS0618: 'SecurityPermissionFlag' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Data/System/Data/Common/GreenMethods.cs(46,59): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Data/System/Data/Common/AdapterUtil.cs(1976,32): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Data/System/Data/Common/AdapterUtil.cs(2068,27): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Data/System/Data/Common/DBDataPermission.cs(20,6): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Data/System/Data/Common/DBDataPermission.cs(20,34): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Data/System/Data/Common/DBDataPermission.cs(135,61): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Data/System/Data/Common/DBDataPermissionAttribute.cs(29,55): warning CS0618: 'CodeAccessSecurityAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Data/System/Data/Common/DBDataPermissionAttribute.cs(35,45): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Data/System/Data/SqlClient/TdsParserStaticMethods.cs(124,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Data/System/Data/SqlClient/TdsParserStaticMethods.cs(124,29): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Data/System/Data/SqlClient/TdsParserStaticMethods.cs(124,60): warning CS0618: 'SecurityPermissionFlag' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Data/System/Data/SqlClient/SqlClientPermission.cs(58,45): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
System.Data.SqlClient/SqlDependency.cs(81,28): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
System.Data.SqlClient/SqlDependency.cs(88,28): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
System.Data.SqlClient/SqlDependency.cs(95,28): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
System.Data.SqlClient/SqlDependency.cs(102,28): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Data/System/Data/CodeGen/StrongTypingException.cs(100,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Data/System/Data/CodeGen/StrongTypingException.cs(100,66): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/referencesource/System.Data/System/Data/CodeGen/StrongTypingException.cs(100,127): warning CS0618: 'SecurityPermissionFlag' is obsolete: 'CAS support is not available with Silverlight applications.'
Client/System/Data/Services/Client/ALinq/InputReferenceExpression.cs(25,13): warning CS0618: 'Expression.Expression(ExpressionType, Type)' is obsolete: 'use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
Client/System/Data/Services/Client/ALinq/QueryOptionExpression.cs(20,76): warning CS0618: 'Expression.Expression(ExpressionType, Type)' is obsolete: 'use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
Client/System/Data/Services/Client/ALinq/ResourceExpression.cs(51,13): warning CS0618: 'Expression.Expression(ExpressionType, Type)' is obsolete: 'use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
CSC [monotouch_watch] System.IO.Compression.dll
CSC [xammac_net_4_5-darwin] System.Xml.Linq.dll
CSC [xammac] Mono.Data.Sqlite.dll
CSC [monotouch_watch] System.IO.Compression.FileSystem.dll
CSC [monotouch] Mono.Data.Sqlite.dll
CSC [monotouch_tv] Mono.Data.Sqlite.dll
Mono.Data.Sqlite_2.0/LINQ/SQLiteFactory_Linq.cs(43,27): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
Mono.Data.Sqlite_2.0/SQLiteFunction.cs(396,59): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
CSC [monotouch_watch] System.ComponentModel.DataAnnotations.dll
Mono.Data.Sqlite_2.0/SQLiteFunction.cs(686,29): warning CS0649: Field 'CollationSequence._func' is never assigned to, and will always have its default value null
Mono.Data.Sqlite_2.0/SQLiteFunction.cs(686,29): warning CS0649: Field 'CollationSequence._func' is never assigned to, and will always have its default value null
Mono.Data.Sqlite_2.0/SQLiteDataReader.cs(558,17): warning CS0414: The field 'SqliteDataReader.hasColumnMetadataSupport' is assigned but its value is never used
CSC [xammac_net_4_5-darwin] Mono.Data.Sqlite.dll
CSC [xammac] System.Data.Services.Client.dll
CSC [monotouch] System.Data.Services.Client.dll
Mono.Data.Sqlite_2.0/SQLiteFunction.cs(686,29): warning CS0649: Field 'CollationSequence._func' is never assigned to, and will always have its default value null
Mono.Data.Sqlite_2.0/SQLiteDataReader.cs(558,17): warning CS0414: The field 'SqliteDataReader.hasColumnMetadataSupport' is assigned but its value is never used
CSC [monotouch_tv] System.Data.Services.Client.dll
Client/System/Data/Services/Client/DataServiceClientException.cs(83,10): warning CS0618: 'SecurityPermissionAttribute' is obsolete: 'CAS support is not available with Silverlight applications.'
Client/System/Data/Services/Client/DataServiceClientException.cs(83,38): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
Mono.Data.Sqlite_2.0/SQLiteFunction.cs(686,29): warning CS0649: Field 'CollationSequence._func' is never assigned to, and will always have its default value null
CSC [monotouch_watch] System.ComponentModel.Composition.dll
CSC [xammac_net_4_5-darwin] System.Runtime.Serialization.Formatters.Soap.dll
Client/System/Data/Services/Client/ALinq/InputReferenceExpression.cs(25,13): warning CS0618: 'Expression.Expression(ExpressionType, Type)' is obsolete: 'use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
Client/System/Data/Services/Client/ALinq/QueryOptionExpression.cs(20,76): warning CS0618: 'Expression.Expression(ExpressionType, Type)' is obsolete: 'use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
Client/System/Data/Services/Client/ALinq/ResourceExpression.cs(51,13): warning CS0618: 'Expression.Expression(ExpressionType, Type)' is obsolete: 'use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
Client/System/Data/Services/Client/ALinq/InputReferenceExpression.cs(25,13): warning CS0618: 'Expression.Expression(ExpressionType, Type)' is obsolete: 'use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
Client/System/Data/Services/Client/ALinq/QueryOptionExpression.cs(20,76): warning CS0618: 'Expression.Expression(ExpressionType, Type)' is obsolete: 'use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
Client/System/Data/Services/Client/ALinq/ResourceExpression.cs(51,13): warning CS0618: 'Expression.Expression(ExpressionType, Type)' is obsolete: 'use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
CSC [xammac] System.IO.Compression.dll
CSC [monotouch] System.IO.Compression.dll
CSC [xammac_net_4_5-darwin] System.ComponentModel.DataAnnotations.dll
Client/System/Data/Services/Client/ALinq/InputReferenceExpression.cs(25,13): warning CS0618: 'Expression.Expression(ExpressionType, Type)' is obsolete: 'use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
Client/System/Data/Services/Client/ALinq/QueryOptionExpression.cs(20,76): warning CS0618: 'Expression.Expression(ExpressionType, Type)' is obsolete: 'use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
Client/System/Data/Services/Client/ALinq/ResourceExpression.cs(51,13): warning CS0618: 'Expression.Expression(ExpressionType, Type)' is obsolete: 'use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
src/ComponentModel/System/ComponentModel/Composition/MetadataViewProvider.cs(88,50): warning CS0168: The variable 'ex' is declared but never used
CSC [monotouch_tv] System.IO.Compression.dll
CSC [monotouch_watch] System.Net.dll
CSC [monotouch] System.IO.Compression.FileSystem.dll
CSC [xammac] System.IO.Compression.FileSystem.dll
CSC [xammac_net_4_5-darwin] System.IdentityModel.dll
CSC [monotouch_tv] System.IO.Compression.FileSystem.dll
Assembly/AssemblyInfo.cs(64,30): warning CS0618: 'SecurityCriticalScope' is obsolete: 'SecurityCriticalScope is only used for .NET 2.0 transparency compatibility.'
System.IdentityModel.Selectors/X509CertificateValidator.cs(98,14): warning CS0108: 'X509CertificateValidator.X509CertificateValidatorImpl.chain' hides inherited member 'X509CertificateValidator.chain'. Use the new keyword if hiding was intended.
System.IdentityModel.Tokens/SamlAuthenticationStatement.cs(46,35): warning CS0109: The member 'SamlAuthenticationStatement.bindings' does not hide an accessible member. The new keyword is not required.
CSC [xammac] System.ComponentModel.DataAnnotations.dll
CSC [monotouch_watch] System.Net.Http.dll
System.IdentityModel.Tokens/SessionSecurityTokenHandler.cs(44,16): warning CS0649: Field 'SessionSecurityTokenHandler.canWriteToken' is never assigned to, and will always have its default value false
System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(56,27): warning CS0169: The field 'KerberosRequestorSecurityToken.imp_level' is never used
System.IdentityModel.Selectors/RsaSecurityTokenAuthenticator.cs(68,8): warning CS0649: Field 'RsaSecurityTokenAuthenticator.RsaAuthorizationPolicy.rsa' is never assigned to, and will always have its default value null
System.IdentityModel.Tokens/SessionSecurityTokenHandler.cs(46,18): warning CS0649: Field 'SessionSecurityTokenHandler.cookieNamespace' is never assigned to, and will always have its default value null
System.IdentityModel.Tokens/SessionSecurityTokenHandler.cs(43,16): warning CS0649: Field 'SessionSecurityTokenHandler.canValidateToken' is never assigned to, and will always have its default value false
System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(55,21): warning CS0169: The field 'KerberosRequestorSecurityToken.cred' is never used
System.IdentityModel.Claims/WindowsClaimSet.cs(39,12): warning CS0649: Field 'WindowsClaimSet.expiration_time' is never assigned to, and will always have its default value
System.IdentityModel.Tokens/SessionSecurityToken.cs(41,20): warning CS0649: Field 'SessionSecurityToken.validFrom' is never assigned to, and will always have its default value
System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(57,10): warning CS0649: Field 'KerberosRequestorSecurityToken.svc_principal_name' is never assigned to, and will always have its default value null
System.IdentityModel.Tokens/SessionSecurityTokenHandler.cs(45,18): warning CS0649: Field 'SessionSecurityTokenHandler.cookieElementName' is never assigned to, and will always have its default value null
System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(57,30): warning CS0649: Field 'KerberosRequestorSecurityToken.id' is never assigned to, and will always have its default value null
System.IdentityModel.Claims/ClaimSet.cs(39,19): warning CS0649: Field 'ClaimSet.win' is never assigned to, and will always have its default value null
System.IdentityModel.Claims/WindowsClaimSet.cs(38,19): warning CS0649: Field 'WindowsClaimSet.identity' is never assigned to, and will always have its default value null
System.IdentityModel.Tokens/SessionSecurityToken.cs(42,20): warning CS0649: Field 'SessionSecurityToken.validTo' is never assigned to, and will always have its default value
System.IdentityModel.Tokens/SessionSecurityTokenHandler.cs(47,16): warning CS0649: Field 'SessionSecurityTokenHandler.tokenType' is never assigned to, and will always have its default value null
CSC [monotouch] System.ComponentModel.DataAnnotations.dll
CSC [xammac_net_4_5-darwin] System.IdentityModel.Selectors.dll
CSC [monotouch_tv] System.ComponentModel.DataAnnotations.dll
CSC [xammac] System.ComponentModel.Composition.dll
System.Net.Http/HttpClientHandler.platformnotsupported.cs(129,63): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
CSC [monotouch_watch] System.Windows.dll
CSC [monotouch] System.ComponentModel.Composition.dll
CSC [xammac_net_4_5-darwin] Mono.Messaging.dll
CSC [monotouch_tv] System.ComponentModel.Composition.dll
CSC [monotouch_watch] System.Xml.Serialization.dll
CSC [xammac_net_4_5-darwin] System.Configuration.Install.dll
CSC [xammac] System.Net.dll
src/ComponentModel/System/ComponentModel/Composition/MetadataViewProvider.cs(88,50): warning CS0168: The variable 'ex' is declared but never used
CSC [monotouch] System.Net.dll
src/ComponentModel/System/ComponentModel/Composition/MetadataViewProvider.cs(88,50): warning CS0168: The variable 'ex' is declared but never used
System.Configuration.Install/Installer.cs(40,18): warning CS0649: Field 'Installer.helptext' is never assigned to, and will always have its default value null
./../../jay/jay: 7 shift/reduce conflicts.
CSC [monotouch_tv] System.Net.dll
CSC [monotouch_watch] Mono.CSharp.dll
CSC [xammac_net_4_5-darwin] System.Messaging.dll
CSC [xammac] System.Net.Http.dll
CSC [monotouch] System.Net.Http.dll
CSC [monotouch_tv] System.Net.Http.dll
CSC [xammac] System.Windows.dll
CSC [xammac_net_4_5-darwin] System.Web.Services.dll
CSC [monotouch] System.Windows.dll
CSC [xammac] System.Xml.Serialization.dll
CSC [monotouch_tv] System.Windows.dll
System.Web.Services.Protocols/SoapHttpClientProtocol.cs(241,6): warning CS0728: Possibly incorrect assignment to local 's' which is the argument to a using or lock statement. The Dispose call or unlocking will happen on the original value of the local.
System.Web.Services.Protocols/LogicalMethodInfo.cs(356,34): warning CS0162: Unreachable code detected
System.Web.Services.Discovery/ContractReference.cs(47,30): warning CS0169: The field 'ContractReference.contract' is never used
System.Web.Services.Discovery/SchemaReference.cs(51,21): warning CS0169: The field 'SchemaReference.schema' is never used
System.Web.Services.Discovery/SchemaReference.cs(48,18): warning CS0169: The field 'SchemaReference.defaultFilename' is never used
System.Web.Services.Discovery/ContractReference.cs(48,18): warning CS0169: The field 'ContractReference.defaultFilename' is never used
System.Web.Services.Protocols/ServerType.cs(70,16): warning CS0169: The field 'LogicalTypeInfo.httpGetProtocol' is never used
System.Web.Services.Description/BindingCollection.cs(36,22): warning CS0169: The field 'BindingCollection.serviceDescription' is never used
System.Web.Services.Discovery/DiscoveryReference.cs(40,18): warning CS0169: The field 'DiscoveryReference.defaultFilename' is never used
System.Web.Services.Protocols/ServerType.cs(71,16): warning CS0169: The field 'LogicalTypeInfo.httpPostProtocol' is never used
System.Web.Services.Discovery/DiscoveryDocumentReference.cs(46,18): warning CS0169: The field 'DiscoveryDocumentReference.defaultFilename' is never used
System.Web.Services.Protocols/SoapExtension.cs(65,22): warning CS0169: The field 'SoapExtension.globalExtensions' is never used
System.Web.Services.Protocols/SoapExtension.cs(40,10): warning CS0169: The field 'SoapExtension.stream' is never used
CSC [monotouch] System.Xml.Serialization.dll
CSC [monotouch_tv] System.Xml.Serialization.dll
./../../jay/jay: 7 shift/reduce conflicts.
CSC [xammac_net_4_5-darwin] System.ServiceModel.dll
CSC [xammac] Mono.CSharp.dll
CSC [monotouch_watch] Microsoft.CSharp.dll
./../../jay/jay: 7 shift/reduce conflicts.
CSC [monotouch] Mono.CSharp.dll
System.ServiceModel.Security/SecurityAlgorithmSuite.cs(121,24): warning CS0108: 'SecurityAlgorithmSuite.SecurityAlgorithmSuiteImplBase.tdes' hides inherited member 'SecurityAlgorithmSuite.tdes'. Use the new keyword if hiding was intended.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/mcs/assembly.cs(87,3): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/mcs/attribute.cs(889,3): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/mcs/attribute.cs(914,66): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/mcs/class.cs(2606,3): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/mcs/delegate.cs(50,3): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/mcs/method.cs(547,3): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/mcs/method.cs(1584,3): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/mcs/method.cs(2339,13): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
./../../jay/jay: 7 shift/reduce conflicts.
CSC [monotouch_tv] Mono.CSharp.dll
System.ServiceModel/NetTcpBinding.cs(273,4): warning CS0162: Unreachable code detected
System.ServiceModel/NetTcpBinding.cs(275,5): warning CS0162: Unreachable code detected
System.ServiceModel/NetTcpBinding.cs(278,5): warning CS0162: Unreachable code detected
System.ServiceModel/NetTcpBinding.cs(280,5): warning CS0162: Unreachable code detected
System.ServiceModel/Logger.cs(97,24): warning CS0168: The variable 'ex' is declared but never used
System.ServiceModel/BasicHttpBinding_4_5.cs(142,4): warning CS0162: Unreachable code detected
System.ServiceModel/BasicHttpsBinding.cs(124,4): warning CS0162: Unreachable code detected
System.ServiceModel/ClientBase.cs(249,24): warning CS0168: The variable 'ex' is declared but never used
System.ServiceModel/DuplexChannelFactory.cs(227,4): warning CS0162: Unreachable code detected
System.ServiceModel.Description/ContractDescriptionGenerator.cs(172,5): warning CS0162: Unreachable code detected
System.ServiceModel/ClientRuntimeChannel.cs(484,23): warning CS0168: The variable 'ex' is declared but never used
Mono.CodeGeneration/CodeAnd.cs(37,8): warning CS0649: Field 'CodeAnd.t2' is never assigned to, and will always have its default value null
Mono.CodeGeneration/CodeOr.cs(35,8): warning CS0649: Field 'CodeOr.t1' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,102): warning CS0649: Field 'MessageSecurityVersion.wss11_2007' is never assigned to, and will always have its default value null
System.ServiceModel/NetTcpBinding.cs(44,27): warning CS0649: Field 'NetTcpBinding.reliable_session' is never assigned to, and will always have its default value null
Mono.CodeGeneration/CodeTryBlock.cs(43,18): warning CS0649: Field 'CodeTry.condition' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,46): warning CS0649: Field 'MessageSecurityVersion.wss11' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,84): warning CS0649: Field 'MessageSecurityVersion.wss11_2007_basic' is never assigned to, and will always have its default value null
System.ServiceModel/ServiceSecurityContext.cs(40,33): warning CS0649: Field 'ServiceSecurityContext.current' is never assigned to, and will always have its default value null
Mono.CodeGeneration/CodeOr.cs(36,8): warning CS0649: Field 'CodeOr.t2' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,33): warning CS0649: Field 'MessageSecurityVersion.wss10_basic' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,66): warning CS0649: Field 'MessageSecurityVersion.wss10_2007_basic' is never assigned to, and will always have its default value null
Mono.CodeGeneration/CodeAnd.cs(36,8): warning CS0649: Field 'CodeAnd.t1' is never assigned to, and will always have its default value null
System.ServiceModel/MessageSecurityVersion.cs(137,53): warning CS0649: Field 'MessageSecurityVersion.wss11_basic' is never assigned to, and will always have its default value null
CSC [xammac_net_4_5-darwin] System.ServiceModel.Web.dll
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/mcs/attribute.cs(899,74): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/mcs/attribute.cs(900,13): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/mcs/attribute.cs(907,12): warning CS0618: 'SecurityAction' is obsolete: 'CAS support is not available with Silverlight applications.'
CSC [monotouch_watch] System.Reflection.Context.dll
Assembly/AssemblyInfo.cs(39,29): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs'.
Assembly/AssemblyInfo.cs(40,33): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs'.
Assembly/AssemblyInfo.cs(41,38): warning CS0436: The type 'Consts' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/Consts.cs'.
System/UriTemplateTable.cs(88,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Channels/WebMessageEncodingBindingElement.cs(113,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Channels/WebMessageEncodingBindingElement.cs(69,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Channels/WebMessageEncodingBindingElement.cs(75,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Description/WebHttpBehavior.cs(261,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Description/WebHttpBehavior.cs(80,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Syndication/Atom10FeedFormatter.cs(124,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Syndication/ServiceDocumentFormatter.cs(66,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Syndication/ServiceDocumentFormatter.cs(72,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Syndication/ServiceDocumentFormatter.cs(78,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Syndication/ServiceDocumentFormatter.cs(84,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Syndication/SyndicationFeedFormatter.cs(92,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Syndication/SyndicationFeedFormatter.cs(98,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Syndication/SyndicationFeedFormatter.cs(104,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Syndication/SyndicationFeedFormatter.cs(110,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Syndication/SyndicationFeedFormatter.cs(116,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Syndication/SyndicationItemFormatter.cs(70,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Syndication/SyndicationItemFormatter.cs(76,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Syndication/SyndicationItemFormatter.cs(82,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Syndication/SyndicationElementExtensionCollection.cs(88,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Syndication/SyndicationItemFormatter.cs(88,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Syndication/SyndicationElementExtensionCollection.cs(140,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Syndication/SyndicationElementExtensionCollection.cs(94,4): warning CS0436: The type 'MonoTODOAttribute' in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs/class/System.ServiceModel.Web/../../build/common/MonoTODOAttribute.cs'.
CSC [xammac] Microsoft.CSharp.dll
System.ServiceModel.Dispatcher/WebMessageFormatter.cs(316,28): warning CS0169: The field 'WebMessageFormatter.WebClientMessageFormatter.default_formatter' is never used
System/UriTemplateTable.cs(68,8): warning CS0649: Field 'UriTemplateTable.is_readonly' is never assigned to, and will always have its default value false
CSC [xammac_net_4_5-darwin] System.Json.dll
CSC [monotouch_watch] System.Net.Http.WinHttpHandler.dll
CSC [monotouch] Microsoft.CSharp.dll
CSC [xammac_net_4_5-darwin] System.Data.Services.Client.dll
CSC [xammac] System.Reflection.Context.dll
CSC [monotouch_tv] Microsoft.CSharp.dll
CSC [monotouch_watch] Mono.Simd.dll
CSC [xammac] System.Net.Http.WinHttpHandler.dll
CSC [monotouch] System.Reflection.Context.dll
Mono.Simd/ArrayExtensions.cs(36,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(43,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(50,17): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(57,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(64,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(71,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(78,17): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(91,17): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(104,17): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(117,17): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(130,54): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(138,52): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(146,53): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(154,53): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(164,51): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(174,52): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(184,53): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(198,54): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(212,53): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(220,52): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(229,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(236,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(243,17): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(250,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(257,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(264,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(271,17): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(284,17): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(297,17): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(310,17): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(323,61): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(331,59): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(339,60): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(347,60): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(357,58): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(367,59): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(377,60): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(391,61): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(405,60): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(413,59): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/Vector16sb.cs(35,16): warning CS0660: 'Vector16sb' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector16sb.cs(35,16): warning CS0661: 'Vector16sb' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector4ui.cs(35,16): warning CS0660: 'Vector4ui' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector4ui.cs(35,16): warning CS0661: 'Vector4ui' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector16b.cs(34,16): warning CS0660: 'Vector16b' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector16b.cs(34,16): warning CS0661: 'Vector16b' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector8s.cs(34,16): warning CS0660: 'Vector8s' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector8s.cs(34,16): warning CS0661: 'Vector8s' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector4f.cs(89,16): warning CS0660: 'Vector4f' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector4f.cs(89,16): warning CS0661: 'Vector4f' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector4i.cs(34,16): warning CS0660: 'Vector4i' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector4i.cs(34,16): warning CS0661: 'Vector4i' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector8us.cs(35,16): warning CS0660: 'Vector8us' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector8us.cs(35,16): warning CS0661: 'Vector8us' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/VectorOperations.cs(36,46): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(36,59): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(36,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(50,46): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(50,59): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(50,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(65,61): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(65,24): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(77,61): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(77,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(88,57): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(88,24): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(94,57): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(94,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(105,57): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(105,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(117,50): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(126,50): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(138,57): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(138,70): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(138,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(150,58): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(150,72): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(150,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(162,59): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(162,74): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(162,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(173,58): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(173,72): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(173,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(184,62): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(184,75): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(184,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(196,63): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(196,77): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(196,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(208,64): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(208,79): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(208,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(219,63): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(219,77): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(219,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(230,57): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(230,70): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(230,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(242,58): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(242,72): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(242,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(254,65): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(254,79): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(254,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(273,37): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(273,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(297,37): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(297,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(282,40): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(282,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(291,43): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(291,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(305,48): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(305,62): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(305,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(316,48): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(316,62): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(316,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(327,36): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(327,49): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(327,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(336,36): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(336,49): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(336,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(343,36): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(343,49): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(343,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(350,37): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(350,51): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(350,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(356,43): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(356,56): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(356,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(368,44): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(368,58): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(368,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(389,45): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(389,60): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(389,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(400,44): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(400,58): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(400,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(379,36): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(379,49): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(379,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(411,36): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(411,49): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(411,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(418,36): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(418,49): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(418,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(425,37): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(425,51): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(425,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(431,43): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(431,56): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(431,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(443,44): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(443,58): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(443,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(455,45): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(455,60): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(455,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(466,44): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(466,58): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(466,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(480,46): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(480,59): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(480,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(485,46): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(485,59): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(485,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(491,46): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(491,59): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(491,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(497,46): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(497,59): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(497,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(503,39): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(503,52): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(503,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(509,39): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(509,52): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(509,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(518,52): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(518,65): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(518,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(531,52): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(531,65): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(531,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(541,45): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(541,58): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(541,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(548,46): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(548,60): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(548,17): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(554,45): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(554,58): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(554,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(561,46): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(561,60): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(561,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(567,52): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(567,65): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(567,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(579,53): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(579,67): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(579,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(591,54): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(591,69): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(591,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(602,53): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(602,67): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(602,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(614,55): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(614,68): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(614,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(627,55): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(627,68): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(627,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(638,56): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(638,69): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(638,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(651,56): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(651,69): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(651,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(661,51): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(661,64): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(661,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(667,51): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(667,64): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(667,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(673,58): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(673,71): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(673,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(685,60): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(685,75): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(685,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(697,56): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(697,69): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(697,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(710,56): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(710,69): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(710,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(721,55): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(721,68): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(721,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(734,55): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(734,68): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(734,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(745,58): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(745,71): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(745,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(758,58): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(758,71): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(758,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(769,59): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(769,72): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(769,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(782,59): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(782,72): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(782,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(793,54): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(793,67): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(793,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(806,54): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(806,67): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(806,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(819,47): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(819,60): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(819,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(825,47): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(825,60): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(825,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(831,46): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(831,59): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(831,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(837,46): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(837,59): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(837,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(843,42): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(843,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(849,45): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(849,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(855,46): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(855,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(861,42): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(861,55): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(861,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(868,43): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(868,57): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(868,17): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(874,42): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(874,55): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(874,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(881,43): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(881,57): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(881,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(887,49): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(887,62): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(887,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(894,50): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(894,64): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(894,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(901,51): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(901,66): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(901,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(907,50): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(907,64): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(907,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(913,43): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(913,56): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(913,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(920,44): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(920,58): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(920,17): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(926,43): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(926,56): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(926,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(933,44): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(933,58): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(933,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(939,50): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(939,63): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(939,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(946,51): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(946,65): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(946,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(953,52): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(953,67): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(953,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(959,51): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(959,65): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(959,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(965,47): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(965,60): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(965,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(974,47): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(974,60): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(974,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(983,48): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(983,62): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(983,24): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(992,47): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(992,60): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(992,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1000,47): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1000,60): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1000,24): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1008,48): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1008,62): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1008,24): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1016,47): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1016,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1024,47): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1024,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1033,48): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1033,24): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1041,51): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1041,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1050,52): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1050,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1058,50): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1058,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1067,51): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1067,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1076,67): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1076,80): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1076,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1090,67): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1090,80): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1090,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1103,64): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1103,77): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1103,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1117,66): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1117,79): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1117,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1132,73): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1132,87): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1132,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1147,73): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1147,87): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1147,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1162,70): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1162,84): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1162,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1177,72): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1177,86): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1177,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1190,54): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1190,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1210,54): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1210,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1195,55): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1195,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1225,55): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1225,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1200,52): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1200,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1215,52): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1215,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1205,61): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1205,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1220,61): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1220,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(983,34): warning CS3002: Return type of 'VectorOperations.Shuffle(Vector4ui, Vector4ui, ShuffleSel)' is not CLS-compliant
Mono.Simd/VectorOperations.cs(983,58): warning CS3001: Argument type 'Vector4ui' is not CLS-compliant
Mono.Simd/VectorOperations.cs(983,72): warning CS3001: Argument type 'Vector4ui' is not CLS-compliant
Mono.Simd/VectorOperations.cs(1008,34): warning CS3002: Return type of 'VectorOperations.Shuffle(Vector2ul, Vector2ul, int)' is not CLS-compliant
Mono.Simd/VectorOperations.cs(1008,58): warning CS3001: Argument type 'Vector2ul' is not CLS-compliant
Mono.Simd/VectorOperations.cs(1008,72): warning CS3001: Argument type 'Vector2ul' is not CLS-compliant
Mono.Simd/ArrayExtensions.cs(38,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(38,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(38,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(45,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(52,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(52,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(52,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(59,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(66,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(73,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(84,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(67,4): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(67,24): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(97,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(110,15): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(123,15): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(79,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(79,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(90,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(96,4): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(96,23): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(107,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(107,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(139,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(139,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(151,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(151,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(163,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(163,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(174,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(174,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(231,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(238,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(245,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(252,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(259,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(266,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(277,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(290,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(185,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(185,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(303,15): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(197,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(197,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(316,15): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(209,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(209,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(220,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(220,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(231,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(231,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(243,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(243,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(255,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(255,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(275,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(284,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(293,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(299,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(306,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(306,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(317,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(317,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(329,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(338,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(345,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(352,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(357,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(357,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(369,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(369,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(381,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(390,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(390,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(401,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(401,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(413,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(420,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(427,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(432,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(432,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(444,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(444,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(456,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(456,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(467,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(467,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(482,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(487,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(493,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(499,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(505,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(511,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(520,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(520,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(533,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(533,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(543,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(550,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(556,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(563,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(568,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(568,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(580,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(580,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(592,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(592,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(603,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(603,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(616,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(616,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(629,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(629,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(640,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(640,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(653,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(653,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(663,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(669,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(674,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(674,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(686,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(686,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(699,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(699,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(712,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(712,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(723,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(723,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(736,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(736,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(747,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(747,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(760,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(760,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(771,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(771,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(784,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(784,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(795,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(795,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(808,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(808,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(821,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(827,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(833,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(839,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(845,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(851,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(857,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(863,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(870,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(876,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(883,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(889,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(896,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(903,15): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(909,15): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(915,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(922,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(928,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(935,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(941,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(948,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(955,15): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(961,15): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(970,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(979,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(988,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(996,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1004,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1012,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1020,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1028,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1037,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1045,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1054,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1062,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1071,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1077,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1077,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1091,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1091,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1104,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1104,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1118,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1118,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1133,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1133,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1148,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1148,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1163,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1163,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1178,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1178,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1191,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1196,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1201,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1206,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1211,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1216,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1221,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1226,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Client/System/Data/Services/Client/ALinq/InputReferenceExpression.cs(25,13): warning CS0618: 'Expression.Expression(ExpressionType, Type)' is obsolete: 'use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
Client/System/Data/Services/Client/ALinq/QueryOptionExpression.cs(20,76): warning CS0618: 'Expression.Expression(ExpressionType, Type)' is obsolete: 'use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
Client/System/Data/Services/Client/ALinq/ResourceExpression.cs(51,13): warning CS0618: 'Expression.Expression(ExpressionType, Type)' is obsolete: 'use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
CSC [xammac_net_4_5-darwin] System.IO.Compression.dll
CSC [monotouch_tv] System.Reflection.Context.dll
CSC [xammac] Mono.CompilerServices.SymbolWriter.dll
CSC [monotouch] System.Net.Http.WinHttpHandler.dll
CSC [monotouch_watch] System.Security.Cryptography.X509Certificates.dll
CSC [xammac_net_4_5-darwin] System.IO.Compression.FileSystem.dll
CSC [monotouch_watch] System.ServiceModel.Primitives.dll
CSC [monotouch] Mono.Simd.dll
CSC [xammac] System.Security.Cryptography.X509Certificates.dll
CSC [monotouch_tv] System.Net.Http.WinHttpHandler.dll
CSC [xammac_net_4_5-darwin] System.ComponentModel.Composition.dll
CSC [xammac] System.ServiceModel.Primitives.dll
CSC [monotouch_watch] System.Runtime.Serialization.Primitives.dll
Mono.Simd/ArrayExtensions.cs(36,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(43,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(50,17): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(57,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(64,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(71,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(78,17): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(91,17): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(104,17): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(117,17): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(130,54): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(138,52): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(146,53): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(154,53): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(164,51): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(174,52): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(184,53): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(198,54): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(212,53): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(220,52): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(229,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(236,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(243,17): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(250,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(257,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(264,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(271,17): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(284,17): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(297,17): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(310,17): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(323,61): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(331,59): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(339,60): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(347,60): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(357,58): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(367,59): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(377,60): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(391,61): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(405,60): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(413,59): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/Vector4ui.cs(35,16): warning CS0660: 'Vector4ui' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector4ui.cs(35,16): warning CS0661: 'Vector4ui' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector16b.cs(34,16): warning CS0660: 'Vector16b' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector16b.cs(34,16): warning CS0661: 'Vector16b' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector16sb.cs(35,16): warning CS0660: 'Vector16sb' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector16sb.cs(35,16): warning CS0661: 'Vector16sb' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector8s.cs(34,16): warning CS0660: 'Vector8s' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector8s.cs(34,16): warning CS0661: 'Vector8s' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector4i.cs(34,16): warning CS0660: 'Vector4i' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector4i.cs(34,16): warning CS0661: 'Vector4i' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector4f.cs(89,16): warning CS0660: 'Vector4f' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector4f.cs(89,16): warning CS0661: 'Vector4f' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/VectorOperations.cs(36,46): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(36,59): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(36,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(50,46): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(50,59): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(50,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(65,61): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(65,24): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(77,61): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(77,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(88,57): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(88,24): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(94,57): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(94,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(105,57): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(105,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(117,50): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(126,50): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(138,57): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(138,70): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(138,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(150,58): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(150,72): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(150,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(162,59): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(162,74): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(162,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(173,58): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(173,72): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(173,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(184,62): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(184,75): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(184,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(196,63): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(196,77): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(196,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(208,64): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(208,79): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(208,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(219,63): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(219,77): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(219,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(230,57): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(230,70): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(230,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(242,58): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(242,72): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(242,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(254,65): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(254,79): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(254,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(273,37): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(273,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(297,37): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(297,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(282,40): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(282,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(291,43): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(291,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(305,48): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(305,62): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(305,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(316,48): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(316,62): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(316,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(327,36): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(327,49): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(327,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(336,36): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(336,49): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(336,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(343,36): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(343,49): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(343,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(350,37): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(350,51): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(350,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(356,43): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(356,56): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(356,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(368,44): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(368,58): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(368,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(389,45): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(389,60): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(389,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(400,44): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(400,58): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(400,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(379,36): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(379,49): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(379,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(411,36): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(411,49): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(411,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(418,36): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(418,49): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(418,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/Vector8us.cs(35,16): warning CS0660: 'Vector8us' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector8us.cs(35,16): warning CS0661: 'Vector8us' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/VectorOperations.cs(425,37): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(425,51): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(425,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(431,43): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(431,56): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(431,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(443,44): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(443,58): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(443,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(455,45): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(455,60): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(455,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(466,44): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(466,58): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(466,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(480,46): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(480,59): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(480,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(485,46): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(485,59): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(485,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(491,46): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(491,59): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(491,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(497,46): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(497,59): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(497,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(503,39): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(503,52): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(503,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(509,39): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(509,52): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(509,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(518,52): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(518,65): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(518,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(531,52): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(531,65): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(531,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(541,45): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(541,58): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(541,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(548,46): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(548,60): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(548,17): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(554,45): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(554,58): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(554,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(561,46): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(561,60): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(561,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(567,52): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(567,65): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(567,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(579,53): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(579,67): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(579,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(591,54): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(591,69): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(591,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(602,53): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(602,67): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(602,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(614,55): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(614,68): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(614,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(627,55): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(627,68): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(627,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(638,56): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(638,69): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(638,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(651,56): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(651,69): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(651,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(661,51): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(661,64): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(661,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(667,51): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(667,64): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(667,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(673,58): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(673,71): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(673,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(685,60): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(685,75): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(685,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(697,56): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(697,69): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(697,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(710,56): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(710,69): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(710,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(721,55): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(721,68): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(721,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(734,55): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(734,68): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(734,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(745,58): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(745,71): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(745,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(758,58): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(758,71): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(758,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(769,59): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(769,72): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(769,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(782,59): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(782,72): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(782,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(793,54): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(793,67): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(793,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(806,54): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(806,67): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(806,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(819,47): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(819,60): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(819,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(825,47): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(825,60): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(825,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(831,46): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(831,59): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(831,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(837,46): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(837,59): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(837,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(843,42): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(843,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(849,45): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(849,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(855,46): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(855,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(861,42): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(861,55): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(861,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(868,43): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(868,57): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(868,17): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(874,42): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(874,55): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(874,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(881,43): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(881,57): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(881,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(887,49): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(887,62): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(887,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(894,50): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(894,64): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(894,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(901,51): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(901,66): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(901,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(907,50): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(907,64): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(907,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(913,43): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(913,56): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(913,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(920,44): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(920,58): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(920,17): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(926,43): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(926,56): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(926,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(933,44): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(933,58): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(933,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(939,50): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(939,63): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(939,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(946,51): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(946,65): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(946,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(953,52): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(953,67): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(953,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(959,51): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(959,65): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(959,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(965,47): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(965,60): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(965,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(974,47): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(974,60): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(974,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(983,48): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(983,62): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(983,24): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(992,47): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(992,60): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(992,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1000,47): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1000,60): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1000,24): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1008,48): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1008,62): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1008,24): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1016,47): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1016,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1024,47): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1024,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1033,48): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1033,24): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1041,51): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1041,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1050,52): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1050,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1058,50): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1058,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1067,51): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1067,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1076,67): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1076,80): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1076,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1090,67): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1090,80): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1090,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1103,64): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1103,77): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1103,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1117,66): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1117,79): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1117,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1132,73): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1132,87): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1132,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1147,73): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1147,87): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1147,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1162,70): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1162,84): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1162,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1177,72): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1177,86): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1177,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1190,54): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1190,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1210,54): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1210,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1195,55): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1195,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1225,55): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1225,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1200,52): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1200,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1215,52): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1215,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1205,61): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1205,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1220,61): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1220,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(983,34): warning CS3002: Return type of 'VectorOperations.Shuffle(Vector4ui, Vector4ui, ShuffleSel)' is not CLS-compliant
Mono.Simd/VectorOperations.cs(983,58): warning CS3001: Argument type 'Vector4ui' is not CLS-compliant
Mono.Simd/VectorOperations.cs(983,72): warning CS3001: Argument type 'Vector4ui' is not CLS-compliant
Mono.Simd/VectorOperations.cs(1008,34): warning CS3002: Return type of 'VectorOperations.Shuffle(Vector2ul, Vector2ul, int)' is not CLS-compliant
Mono.Simd/VectorOperations.cs(1008,58): warning CS3001: Argument type 'Vector2ul' is not CLS-compliant
Mono.Simd/VectorOperations.cs(1008,72): warning CS3001: Argument type 'Vector2ul' is not CLS-compliant
Mono.Simd/VectorOperations.cs(38,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(38,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(38,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(45,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(52,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(52,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(52,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(59,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(66,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(73,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(84,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(67,4): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(67,24): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(97,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(110,15): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(123,15): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(79,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(79,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(90,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(96,4): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(96,23): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(107,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(107,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(139,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(139,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(151,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(151,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(163,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(163,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(174,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(174,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(185,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(185,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(197,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(197,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(209,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(209,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(220,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(220,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(231,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(238,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(245,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(231,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(231,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(252,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(259,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(266,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(277,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(243,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(243,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(290,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(303,15): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(316,15): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(255,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(255,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(275,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(284,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(293,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(299,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(306,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(306,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(317,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(317,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(329,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(338,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(345,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(352,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(357,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(357,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(369,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(369,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(381,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(390,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(390,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(401,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(401,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(413,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(420,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(427,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(432,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(432,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(444,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(444,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(456,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(456,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(467,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(467,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(482,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(487,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(493,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(499,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(505,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(511,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(520,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(520,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(533,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(533,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(543,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(550,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(556,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(563,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(568,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(568,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(580,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(580,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(592,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(592,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(603,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(603,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(616,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(616,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(629,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(629,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(640,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(640,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(653,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(653,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(663,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(669,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(674,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(674,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(686,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(686,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(699,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(699,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(712,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(712,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(723,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(723,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(736,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(736,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(747,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(747,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(760,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(760,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(771,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(771,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(784,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(784,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(795,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(795,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(808,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(808,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(821,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(827,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(833,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(839,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(845,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(851,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(857,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(863,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(870,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(876,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(883,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(889,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(896,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(903,15): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(909,15): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(915,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(922,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(928,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(935,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(941,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(948,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(955,15): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(961,15): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(970,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(979,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(988,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(996,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1004,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1012,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1020,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1028,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1037,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1045,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1054,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1062,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1071,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1077,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1077,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1091,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1091,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1104,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1104,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1118,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1118,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1133,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1133,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1148,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1148,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1163,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1163,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1178,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1178,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1191,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1196,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1201,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1206,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1211,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1216,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1221,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1226,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
CSC [monotouch_tv] Mono.Simd.dll
CSC [monotouch] System.Security.Cryptography.X509Certificates.dll
CSC [xammac] System.Runtime.Serialization.Primitives.dll
CSC [xammac_net_4_5-darwin] System.Net.dll
CSC [monotouch_watch] System.Runtime.Serialization.Xml.dll
Mono.Simd/ArrayExtensions.cs(36,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(43,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(50,17): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(57,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(64,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(71,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(78,17): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(91,17): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(104,17): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(117,17): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(130,54): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(138,52): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(146,53): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(154,53): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(164,51): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(174,52): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(184,53): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(198,54): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(212,53): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(220,52): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(229,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(236,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(243,17): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(250,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(257,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(264,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(271,17): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(284,17): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(297,17): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(310,17): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(323,61): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(331,59): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(339,60): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(347,60): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(357,58): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(367,59): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(377,60): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(391,61): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(405,60): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(413,59): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/Vector4ui.cs(35,16): warning CS0660: 'Vector4ui' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector4ui.cs(35,16): warning CS0661: 'Vector4ui' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector16b.cs(34,16): warning CS0660: 'Vector16b' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector16b.cs(34,16): warning CS0661: 'Vector16b' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector16sb.cs(35,16): warning CS0660: 'Vector16sb' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector16sb.cs(35,16): warning CS0661: 'Vector16sb' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector4f.cs(89,16): warning CS0660: 'Vector4f' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector4f.cs(89,16): warning CS0661: 'Vector4f' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector4i.cs(34,16): warning CS0660: 'Vector4i' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector4i.cs(34,16): warning CS0661: 'Vector4i' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector8s.cs(34,16): warning CS0660: 'Vector8s' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector8s.cs(34,16): warning CS0661: 'Vector8s' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/VectorOperations.cs(36,46): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(36,59): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(36,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(50,46): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(50,59): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(50,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(65,61): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(65,24): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(77,61): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(77,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(88,57): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(88,24): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(94,57): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(94,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(105,57): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(105,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(117,50): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(126,50): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(138,57): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(138,70): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(138,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(150,58): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(150,72): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(150,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(162,59): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(162,74): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(162,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(173,58): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(173,72): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(173,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(184,62): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(184,75): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(184,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(196,63): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(196,77): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(196,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(208,64): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(208,79): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(208,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(219,63): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(219,77): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(219,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(230,57): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(230,70): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(230,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(242,58): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(242,72): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(242,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(254,65): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(254,79): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(254,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(273,37): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(273,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(297,37): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(297,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(282,40): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(282,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(291,43): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(291,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(305,48): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(305,62): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(305,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(316,48): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(316,62): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(316,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(327,36): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(327,49): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(327,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(336,36): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(336,49): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(336,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(343,36): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(343,49): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(343,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(350,37): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(350,51): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(350,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(356,43): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(356,56): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(356,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(368,44): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(368,58): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(368,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(389,45): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(389,60): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(389,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(400,44): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(400,58): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(400,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(379,36): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(379,49): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(379,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(411,36): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(411,49): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(411,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(418,36): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(418,49): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(418,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(425,37): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(425,51): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(425,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(431,43): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(431,56): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(431,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(443,44): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(443,58): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(443,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(455,45): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(455,60): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(455,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(466,44): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(466,58): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(466,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(480,46): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(480,59): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(480,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(485,46): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(485,59): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(485,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(491,46): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(491,59): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(491,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(497,46): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(497,59): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(497,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(503,39): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(503,52): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(503,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(509,39): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(509,52): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(509,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(518,52): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(518,65): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(518,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(531,52): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(531,65): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(531,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(541,45): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(541,58): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(541,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(548,46): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(548,60): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(548,17): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(554,45): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(554,58): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(554,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(561,46): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(561,60): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(561,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(567,52): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(567,65): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(567,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(579,53): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(579,67): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(579,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(591,54): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(591,69): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(591,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(602,53): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(602,67): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(602,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(614,55): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(614,68): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(614,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(627,55): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(627,68): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(627,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(638,56): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(638,69): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(638,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(651,56): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(651,69): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(651,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(661,51): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(661,64): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(661,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(667,51): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(667,64): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(667,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(673,58): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(673,71): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(673,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(685,60): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(685,75): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(685,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(697,56): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(697,69): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(697,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(710,56): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(710,69): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(710,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(721,55): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(721,68): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(721,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(734,55): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(734,68): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(734,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(745,58): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(745,71): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(745,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(758,58): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(758,71): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(758,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(769,59): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(769,72): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(769,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(782,59): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(782,72): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(782,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(793,54): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(793,67): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(793,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(806,54): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(806,67): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(806,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(819,47): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(819,60): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(819,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(825,47): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(825,60): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(825,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(831,46): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(831,59): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(831,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(837,46): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(837,59): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(837,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(843,42): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(843,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(849,45): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(849,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(855,46): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(855,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(861,42): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(861,55): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(861,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(868,43): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(868,57): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(868,17): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(874,42): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(874,55): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(874,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(881,43): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(881,57): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(881,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(887,49): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(887,62): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(887,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(894,50): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(894,64): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(894,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(901,51): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(901,66): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(901,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(907,50): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(907,64): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(907,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(913,43): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(913,56): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(913,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(920,44): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(920,58): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(920,17): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(926,43): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(926,56): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(926,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(933,44): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(933,58): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(933,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(939,50): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(939,63): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(939,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(946,51): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(946,65): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(946,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(953,52): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(953,67): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(953,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(959,51): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(959,65): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(959,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(965,47): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(965,60): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(965,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(974,47): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(974,60): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(974,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(983,48): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(983,62): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(983,24): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(992,47): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(992,60): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(992,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1000,47): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1000,60): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1000,24): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1008,48): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1008,62): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1008,24): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1016,47): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1016,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1024,47): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1024,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1033,48): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1033,24): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1041,51): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1041,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1050,52): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1050,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1058,50): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1058,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1067,51): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1067,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1076,67): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1076,80): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1076,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1090,67): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1090,80): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1090,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1103,64): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1103,77): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1103,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1117,66): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1117,79): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1117,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1132,73): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1132,87): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1132,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1147,73): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1147,87): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1147,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1162,70): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1162,84): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1162,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1177,72): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1177,86): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1177,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1190,54): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1190,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1210,54): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1210,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1195,55): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1195,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1225,55): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1225,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1200,52): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1200,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1215,52): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1215,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1205,61): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1205,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1220,61): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1220,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/Vector8us.cs(35,16): warning CS0660: 'Vector8us' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector8us.cs(35,16): warning CS0661: 'Vector8us' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/VectorOperations.cs(983,34): warning CS3002: Return type of 'VectorOperations.Shuffle(Vector4ui, Vector4ui, ShuffleSel)' is not CLS-compliant
Mono.Simd/VectorOperations.cs(983,58): warning CS3001: Argument type 'Vector4ui' is not CLS-compliant
Mono.Simd/VectorOperations.cs(983,72): warning CS3001: Argument type 'Vector4ui' is not CLS-compliant
Mono.Simd/VectorOperations.cs(1008,34): warning CS3002: Return type of 'VectorOperations.Shuffle(Vector2ul, Vector2ul, int)' is not CLS-compliant
Mono.Simd/VectorOperations.cs(1008,58): warning CS3001: Argument type 'Vector2ul' is not CLS-compliant
Mono.Simd/VectorOperations.cs(1008,72): warning CS3001: Argument type 'Vector2ul' is not CLS-compliant
CSC [monotouch] System.ServiceModel.Primitives.dll
CSC [xammac] System.Runtime.Serialization.Xml.dll
Mono.Simd/ArrayExtensions.cs(38,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(38,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(38,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(45,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(52,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(59,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(66,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(73,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(52,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(52,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(84,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(97,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(67,4): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(67,24): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(110,15): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(123,15): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(79,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(79,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(90,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(96,4): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(96,23): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(107,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(107,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(139,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(139,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(151,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(151,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(163,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(163,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(231,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(238,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(174,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(174,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(245,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(252,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(259,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(266,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(277,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(290,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(303,15): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(316,15): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(185,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(185,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(197,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(197,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(209,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(209,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(220,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(220,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(231,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(231,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(243,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(243,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(255,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(255,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(275,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(284,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(293,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(299,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(306,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(306,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(317,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(317,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(329,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(338,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(345,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(352,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(357,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(357,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(369,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(369,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(381,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(390,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(390,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(401,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(401,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(413,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(420,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(427,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(432,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(432,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(444,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(444,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(456,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(456,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(467,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(467,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(482,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(487,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(493,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(499,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(505,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(511,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(520,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(520,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(533,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(533,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(543,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(550,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(556,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(563,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(568,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(568,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(580,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(580,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(592,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(592,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(603,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(603,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(616,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(616,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(629,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(629,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(640,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(640,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(653,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(653,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(663,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(669,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(674,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(674,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(686,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(686,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(699,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(699,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(712,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(712,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(723,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(723,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(736,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(736,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(747,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(747,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(760,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(760,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(771,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(771,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(784,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(784,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(795,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(795,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(808,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(808,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(821,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(827,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(833,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(839,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(845,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(851,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(857,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(863,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(870,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(876,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(883,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(889,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(896,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(903,15): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(909,15): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(915,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(922,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(928,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(935,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(941,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(948,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(955,15): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(961,15): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(970,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(979,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(988,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(996,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1004,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1012,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1020,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1028,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1037,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1045,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1054,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1062,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1071,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1077,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1077,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1091,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1091,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1104,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1104,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1118,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1118,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1133,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1133,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1148,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1148,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1163,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1163,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1178,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1178,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1191,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1196,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1201,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1206,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1211,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1216,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1221,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1226,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
CSC [xammac_net_4_5-darwin] System.Windows.dll
CSC [monotouch_tv] System.Security.Cryptography.X509Certificates.dll
CSC [monotouch] System.Runtime.Serialization.Primitives.dll
CSC [monotouch_watch] System.Security.Cryptography.Algorithms.dll
CSC [xammac] System.Security.Cryptography.Algorithms.dll
CSC [monotouch_tv] System.ServiceModel.Primitives.dll
CSC [xammac_net_4_5-darwin] System.Xml.Serialization.dll
CSC [monotouch] System.Runtime.Serialization.Xml.dll
CSC [xammac] System.Globalization.Extensions.dll
CSC [monotouch_tv] System.Runtime.Serialization.Primitives.dll
CSC [monotouch_watch] System.Globalization.Extensions.dll
CSC [monotouch] System.Security.Cryptography.Algorithms.dll
./../../jay/jay: 7 shift/reduce conflicts.
CSC [xammac_net_4_5-darwin] Mono.CSharp.dll
CSC [monotouch_tv] System.Runtime.Serialization.Xml.dll
CSC [monotouch_watch] System.Data.Common.dll
CSC [xammac] System.Data.Common.dll
CSC [monotouch] System.Globalization.Extensions.dll
TypeForwarders.cs(84,76): warning CS0618: 'DataSysDescriptionAttribute' is obsolete: 'DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202'
TypeForwarders.cs(84,76): warning CS0618: 'DataSysDescriptionAttribute' is obsolete: 'DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202'
CSC [monotouch_tv] System.Security.Cryptography.Algorithms.dll
CSC [monotouch_watch] System.Diagnostics.StackTrace.dll
CSC [xammac] System.Diagnostics.StackTrace.dll
CSC [monotouch] System.Data.Common.dll
CSC [monotouch_tv] System.Globalization.Extensions.dll
CSC [monotouch_watch] System.Security.SecureString.dll
TypeForwarders.cs(84,76): warning CS0618: 'DataSysDescriptionAttribute' is obsolete: 'DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202'
CSC [xammac] System.Security.SecureString.dll
CSC [monotouch] System.Diagnostics.StackTrace.dll
CSC [xammac_net_4_5-darwin] Microsoft.CSharp.dll
CSC [monotouch_tv] System.Data.Common.dll
CSC [monotouch_watch] System.Threading.Overlapped.dll
CSC [xammac] System.Threading.Overlapped.dll
TypeForwarders.cs(84,76): warning CS0618: 'DataSysDescriptionAttribute' is obsolete: 'DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202'
CSC [monotouch] System.Security.SecureString.dll
CSC [monotouch_watch] System.Xml.XPath.XDocument.dll
CSC [monotouch_tv] System.Diagnostics.StackTrace.dll
CSC [xammac] System.Xml.XPath.XDocument.dll
CSC [xammac_net_4_5-darwin] Mono.CompilerServices.SymbolWriter.dll
CSC [monotouch] System.Threading.Overlapped.dll
CSC [monotouch_tv] System.Security.SecureString.dll
CSC [monotouch_watch] System.Runtime.InteropServices.RuntimeInformation.dll
CSC [xammac] System.Runtime.InteropServices.RuntimeInformation.dll
CSC [monotouch_tv] System.Threading.Overlapped.dll
CSC [monotouch] System.Xml.XPath.XDocument.dll
CSC [xammac_net_4_5-darwin] System.Data.Linq.dll
CSC [monotouch_watch] System.Security.Cryptography.OpenSsl.dll
CSC [monotouch_tv] System.Xml.XPath.XDocument.dll
CSC [xammac] System.Security.Cryptography.OpenSsl.dll
src/DbLinq.Sqlite/SqliteVendor.cs(50,6): warning CS3016: Arrays as attribute arguments is not CLS-compliant
src/DbLinq.Oracle/OracleVendor.cs(44,6): warning CS3016: Arrays as attribute arguments is not CLS-compliant
src/DbLinq.Firebird/FirebirdVendor.cs(47,6): warning CS3016: Arrays as attribute arguments is not CLS-compliant
src/DbLinq.Ingres/IngresVendor.cs(49,6): warning CS3016: Arrays as attribute arguments is not CLS-compliant
src/DbLinq.PostgreSql/PgsqlVendor.cs(58,6): warning CS3016: Arrays as attribute arguments is not CLS-compliant
src/DbLinq/Util/ThreadSafeDictionary.cs(281,40): warning CS3008: Identifier '_Locks' is not CLS-compliant
src/DbLinq.MySql/MySqlVendor.cs(47,6): warning CS3016: Arrays as attribute arguments is not CLS-compliant
src/DbLinq.SqlServer/SqlServerVendor.cs(54,6): warning CS3016: Arrays as attribute arguments is not CLS-compliant
CSC [monotouch] System.Runtime.InteropServices.RuntimeInformation.dll
CSC [monotouch_watch] System.Collections.dll
CSC [monotouch_watch] System.Collections.Concurrent.dll
CSC [monotouch_watch] System.ComponentModel.Annotations.dll
CSC [monotouch_watch] System.ComponentModel.EventBasedAsync.dll
CSC [monotouch_tv] System.Runtime.InteropServices.RuntimeInformation.dll
CSC [xammac] System.Collections.Concurrent.dll
CSC [monotouch] System.Security.Cryptography.OpenSsl.dll
CSC [xammac_net_4_5-darwin] System.Net.Http.dll
CSC [xammac] System.ComponentModel.Annotations.dll
CSC [xammac] System.ComponentModel.EventBasedAsync.dll
CSC [xammac] System.Collections.dll
CSC [monotouch_watch] System.ComponentModel.dll
CSC [monotouch_tv] System.Security.Cryptography.OpenSsl.dll
CSC [monotouch] System.Collections.Concurrent.dll
CSC [xammac_net_4_5-darwin] System.Net.Http.WebRequest.dll
CSC [monotouch_watch] System.Diagnostics.Contracts.dll
CSC [monotouch] System.Collections.dll
CSC [xammac] System.ComponentModel.dll
CSC [monotouch_watch] System.Diagnostics.Debug.dll
CSC [xammac] System.Diagnostics.Contracts.dll
System.Net.Http.WebRequest/WebRequestHandler.cs(85,36): warning CS0108: 'WebRequestHandler.ClientCertificates' hides inherited member 'HttpClientHandler.ClientCertificates'. Use the new keyword if hiding was intended.
System.Net.Http.WebRequest/WebRequestHandler.cs(112,14): warning CS0108: 'WebRequestHandler.MaxResponseHeadersLength' hides inherited member 'HttpClientHandler.MaxResponseHeadersLength'. Use the new keyword if hiding was intended.
CSC [monotouch_tv] System.Collections.Concurrent.dll
CSC [monotouch_watch] System.Diagnostics.Tracing.dll
CSC [xammac_net_4_5-darwin] System.Reflection.Context.dll
CSC [monotouch] System.ComponentModel.Annotations.dll
CSC [xammac] System.Diagnostics.Debug.dll
CSC [monotouch] System.ComponentModel.EventBasedAsync.dll
CSC [monotouch_tv] System.Collections.dll
CSC [monotouch_watch] System.Diagnostics.Tools.dll
CSC [xammac_net_4_5-darwin] System.Net.Http.WinHttpHandler.dll
CSC [monotouch] System.ComponentModel.dll
CSC [monotouch_tv] System.ComponentModel.Annotations.dll
CSC [xammac] System.Diagnostics.Tracing.dll
CSC [monotouch_tv] System.ComponentModel.EventBasedAsync.dll
CSC [monotouch_watch] System.Dynamic.Runtime.dll
CSC [monotouch_tv] System.ComponentModel.dll
CSC [monotouch_watch] System.Globalization.dll
CSC [monotouch_tv] System.Diagnostics.Contracts.dll
CSC [xammac_net_4_5-darwin] System.Security.Cryptography.X509Certificates.dll
CSC [monotouch] System.Diagnostics.Contracts.dll
CSC [xammac] System.Diagnostics.Tools.dll
CSC [xammac] System.Dynamic.Runtime.dll
CSC [monotouch_watch] System.IO.dll
CSC [monotouch] System.Diagnostics.Debug.dll
CSC [xammac_net_4_5-darwin] System.ServiceModel.Primitives.dll
CSC [monotouch] System.Diagnostics.Tracing.dll
CSC [xammac] System.Globalization.dll
CSC [monotouch_tv] System.Diagnostics.Debug.dll
CSC [monotouch_watch] System.Linq.Expressions.dll
CSC [monotouch] System.Diagnostics.Tools.dll
CSC [xammac] System.IO.dll
CSC [monotouch_tv] System.Diagnostics.Tracing.dll
CSC [xammac_net_4_5-darwin] System.Runtime.Serialization.Primitives.dll
CSC [monotouch_watch] System.Linq.Parallel.dll
CSC [xammac] System.Linq.Expressions.dll
CSC [monotouch_tv] System.Diagnostics.Tools.dll
CSC [monotouch_tv] System.Dynamic.Runtime.dll
CSC [monotouch] System.Dynamic.Runtime.dll
CSC [monotouch_watch] System.Linq.Queryable.dll
CSC [xammac_net_4_5-darwin] System.Runtime.Serialization.Xml.dll
CSC [xammac] System.Linq.Parallel.dll
CSC [monotouch_watch] System.Linq.dll
CSC [monotouch_tv] System.Globalization.dll
CSC [xammac] System.Linq.Queryable.dll
CSC [monotouch_tv] System.IO.dll
CSC [monotouch] System.Globalization.dll
CSC [xammac_net_4_5-darwin] System.Security.Cryptography.Algorithms.dll
CSC [xammac] System.Linq.dll
CSC [xammac] System.Net.NetworkInformation.dll
CSC [monotouch] System.IO.dll
CSC [monotouch_watch] System.Net.NetworkInformation.dll
CSC [monotouch_tv] System.Linq.Expressions.dll
CSC [xammac] System.Net.Primitives.dll
CSC [monotouch_watch] System.Net.Primitives.dll
CSC [xammac] System.Net.Requests.dll
CSC [monotouch_tv] System.Linq.Parallel.dll
CSC [xammac_net_4_5-darwin] System.Globalization.Extensions.dll
CSC [monotouch] System.Linq.Expressions.dll
CSC [monotouch_watch] System.Net.Requests.dll
CSC [xammac] System.ObjectModel.dll
CSC [monotouch_tv] System.Linq.Queryable.dll
CSC [monotouch_watch] System.ObjectModel.dll
CSC [xammac] System.Reflection.Extensions.dll
CSC [monotouch_tv] System.Linq.dll
CSC [monotouch_watch] System.Reflection.Extensions.dll
CSC [monotouch] System.Linq.Parallel.dll
CSC [monotouch_watch] System.Reflection.Primitives.dll
CSC [xammac_net_4_5-darwin] System.Data.Common.dll
CSC [monotouch_tv] System.Net.NetworkInformation.dll
CSC [xammac] System.Reflection.Primitives.dll
TypeForwarders.cs(84,76): warning CS0618: 'DataSysDescriptionAttribute' is obsolete: 'DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202'
CSC [monotouch_watch] System.Reflection.dll
CSC [monotouch] System.Linq.Queryable.dll
CSC [xammac] System.Reflection.dll
CSC [xammac_net_4_5-darwin] System.Diagnostics.StackTrace.dll
CSC [monotouch_tv] System.Net.Primitives.dll
CSC [monotouch_watch] System.Resources.ResourceManager.dll
CSC [monotouch] System.Linq.dll
CSC [xammac] System.Resources.ResourceManager.dll
CSC [monotouch_watch] System.Runtime.Extensions.dll
CSC [monotouch_tv] System.Net.Requests.dll
CSC [xammac_net_4_5-darwin] System.Security.SecureString.dll
CSC [xammac] System.Runtime.Extensions.dll
CSC [xammac] System.Runtime.InteropServices.dll
CSC [monotouch_watch] System.Runtime.InteropServices.WindowsRuntime.dll
CSC [xammac] System.Runtime.InteropServices.WindowsRuntime.dll
CSC [monotouch] System.Net.NetworkInformation.dll
CSC [monotouch_watch] System.Runtime.InteropServices.dll
CSC [monotouch_tv] System.ObjectModel.dll
CSC [monotouch_watch] System.Runtime.Numerics.dll
CSC [xammac] System.Runtime.Numerics.dll
CSC [monotouch_watch] System.Runtime.Serialization.Json.dll
CSC [xammac] System.Runtime.Serialization.Json.dll
CSC [xammac_net_4_5-darwin] System.Threading.Overlapped.dll
CSC [monotouch_tv] System.Reflection.Extensions.dll
CSC [monotouch_watch] System.Runtime.dll
CSC [xammac] System.Runtime.dll
CSC [monotouch] System.Net.Primitives.dll
CSC [monotouch_watch] System.Security.Principal.dll
CSC [monotouch] System.Net.Requests.dll
CSC [monotouch_tv] System.Reflection.Primitives.dll
CSC [xammac_net_4_5-darwin] System.Xml.XPath.XDocument.dll
CSC [xammac] System.Security.Principal.dll
CSC [monotouch_watch] System.ServiceModel.Http.dll
CSC [monotouch] System.ObjectModel.dll
CSC [monotouch_tv] System.Reflection.dll
CSC [xammac] System.ServiceModel.Http.dll
CSC [monotouch_tv] System.Resources.ResourceManager.dll
CSC [monotouch_watch] System.ServiceModel.Security.dll
CSC [xammac] System.ServiceModel.Security.dll
CSC [monotouch] System.Reflection.Extensions.dll
CSC [xammac_net_4_5-darwin] System.Runtime.InteropServices.RuntimeInformation.dll
CSC [monotouch_watch] System.Text.Encoding.Extensions.dll
CSC [monotouch] System.Reflection.Primitives.dll
CSC [monotouch_tv] System.Runtime.Extensions.dll
CSC [monotouch_tv] System.Runtime.InteropServices.dll
CSC [xammac] System.Text.Encoding.Extensions.dll
CSC [monotouch] System.Reflection.dll
CSC [monotouch_watch] System.Text.RegularExpressions.dll
CSC [monotouch_watch] System.Text.Encoding.dll
CSC [xammac_net_4_5-darwin] System.Drawing.Primitives.dll
CSC [monotouch_tv] System.Runtime.InteropServices.WindowsRuntime.dll
CSC [xammac] System.Text.Encoding.dll
CSC [monotouch_tv] System.Runtime.Numerics.dll
CSC [monotouch] System.Resources.ResourceManager.dll
CSC [monotouch_tv] System.Runtime.Serialization.Json.dll
CSC [xammac] System.Text.RegularExpressions.dll
CSC [monotouch_watch] System.Threading.Tasks.Parallel.dll
CSC [xammac_net_4_5-darwin] netstandard.dll
CSC [monotouch] System.Runtime.Extensions.dll
CSC [xammac] System.Threading.Tasks.Parallel.dll
CSC [monotouch_tv] System.Runtime.dll
CSC [monotouch_tv] System.Security.Principal.dll
CSC [monotouch_watch] System.Threading.Tasks.dll
CSC [xammac] System.Threading.Tasks.dll
CSC [monotouch] System.Runtime.InteropServices.dll
CSC [monotouch_watch] System.Threading.Timer.dll
CSC [xammac] System.Threading.Timer.dll
CSC [monotouch_tv] System.ServiceModel.Http.dll
CSC [xammac_net_4_5-darwin] System.Collections.Concurrent.dll
CSC [monotouch] System.Runtime.InteropServices.WindowsRuntime.dll
CSC [monotouch_watch] System.Xml.ReaderWriter.dll
CSC [monotouch] System.Runtime.Numerics.dll
CSC [monotouch_watch] System.Xml.XDocument.dll
CSC [monotouch_watch] System.Threading.dll
CSC [xammac] System.Threading.dll
CSC [xammac_net_4_5-darwin] System.Collections.dll
CSC [monotouch_tv] System.ServiceModel.Security.dll
CSC [monotouch] System.Runtime.Serialization.Json.dll
CSC [monotouch] System.Runtime.dll
CSC [xammac] System.Xml.ReaderWriter.dll
CSC [xammac_net_4_5-darwin] System.ComponentModel.Annotations.dll
CSC [monotouch_tv] System.Text.Encoding.Extensions.dll
CSC [monotouch] System.Security.Principal.dll
CSC [xammac_net_4_5-darwin] System.ComponentModel.EventBasedAsync.dll
CSC [monotouch] System.ServiceModel.Http.dll
CSC [monotouch_watch] System.Xml.XmlSerializer.dll
CSC [monotouch_tv] System.Text.Encoding.dll
CSC [xammac] System.Xml.XDocument.dll
CSC [monotouch_watch] System.Runtime.Handles.dll
CSC [monotouch] System.ServiceModel.Security.dll
CSC [xammac_net_4_5-darwin] System.ComponentModel.dll
CSC [xammac] System.Xml.XmlSerializer.dll
CSC [monotouch] System.Text.Encoding.Extensions.dll
CSC [monotouch_tv] System.Text.RegularExpressions.dll
CSC [monotouch_watch] System.ServiceModel.Duplex.dll
CSC [monotouch] System.Text.Encoding.dll
CSC [monotouch_watch] System.ServiceModel.NetTcp.dll
CSC [monotouch_watch] Microsoft.Win32.Primitives.dll
CSC [xammac_net_4_5-darwin] System.Diagnostics.Contracts.dll
CSC [xammac] System.Runtime.Handles.dll
CSC [monotouch_tv] System.Threading.Tasks.Parallel.dll
CSC [monotouch] System.Text.RegularExpressions.dll
CSC [xammac_net_4_5-darwin] System.Diagnostics.Debug.dll
CSC [monotouch_watch] Microsoft.Win32.Registry.dll
CSC [monotouch_watch] System.AppContext.dll
CSC [monotouch] System.Threading.Tasks.Parallel.dll
CSC [xammac] System.ServiceModel.Duplex.dll
CSC [monotouch_tv] System.Threading.Tasks.dll
CSC [monotouch_watch] System.Collections.NonGeneric.dll
CSC [xammac_net_4_5-darwin] System.Diagnostics.Tracing.dll
CSC [xammac] System.ServiceModel.NetTcp.dll
CSC [monotouch] System.Threading.Tasks.dll
CSC [monotouch_watch] System.Collections.Specialized.dll
CSC [monotouch_tv] System.Threading.Timer.dll
CSC [xammac_net_4_5-darwin] System.Diagnostics.Tools.dll
CSC [monotouch] System.Threading.Timer.dll
CSC [xammac] Microsoft.Win32.Primitives.dll
CSC [monotouch_tv] System.Threading.dll
CSC [xammac] Microsoft.Win32.Registry.dll
CSC [monotouch_watch] System.ComponentModel.Primitives.dll
CSC [xammac_net_4_5-darwin] System.Dynamic.Runtime.dll
CSC [monotouch] System.Threading.dll
CSC [xammac_net_4_5-darwin] System.Globalization.dll
CSC [monotouch_tv] System.Xml.ReaderWriter.dll
CSC [monotouch_tv] System.Xml.XDocument.dll
CSC [xammac] System.AppContext.dll
CSC [monotouch_watch] System.ComponentModel.TypeConverter.dll
CSC [monotouch] System.Xml.ReaderWriter.dll
CSC [monotouch] System.Xml.XDocument.dll
CSC [monotouch_tv] System.Xml.XmlSerializer.dll
CSC [xammac_net_4_5-darwin] System.IO.dll
CSC [xammac_net_4_5-darwin] System.Linq.Expressions.dll
CSC [monotouch_watch] System.Console.dll
CSC [xammac] System.Collections.NonGeneric.dll
CSC [monotouch] System.Xml.XmlSerializer.dll
CSC [monotouch_tv] System.Runtime.Handles.dll
CSC [xammac_net_4_5-darwin] System.Linq.Parallel.dll
CSC [xammac_net_4_5-darwin] System.Linq.Queryable.dll
CSC [monotouch_watch] System.Data.SqlClient.dll
CSC [xammac] System.Collections.Specialized.dll
CSC [monotouch] System.Runtime.Handles.dll
CSC [monotouch_tv] System.ServiceModel.Duplex.dll
CSC [monotouch_watch] System.Diagnostics.FileVersionInfo.dll
CSC [monotouch] System.ServiceModel.Duplex.dll
CSC [xammac_net_4_5-darwin] System.Linq.dll
CSC [xammac] System.ComponentModel.Primitives.dll
CSC [monotouch_tv] System.ServiceModel.NetTcp.dll
CSC [monotouch_watch] System.Diagnostics.Process.dll
CSC [monotouch] System.ServiceModel.NetTcp.dll
CSC [xammac] System.ComponentModel.TypeConverter.dll
CSC [monotouch_watch] System.Diagnostics.TextWriterTraceListener.dll
CSC [xammac_net_4_5-darwin] System.Net.NetworkInformation.dll
CSC [monotouch_tv] Microsoft.Win32.Primitives.dll
CSC [xammac_net_4_5-darwin] System.Net.Primitives.dll
CSC [monotouch] Microsoft.Win32.Primitives.dll
CSC [monotouch_tv] Microsoft.Win32.Registry.dll
CSC [xammac] System.Console.dll
CSC [monotouch_watch] System.Diagnostics.TraceSource.dll
CSC [monotouch_watch] System.Diagnostics.TraceEvent.dll
CSC [monotouch] Microsoft.Win32.Registry.dll
CSC [xammac] System.Data.SqlClient.dll
CSC [xammac_net_4_5-darwin] System.Net.Requests.dll
CSC [monotouch_tv] System.AppContext.dll
CSC [monotouch_watch] System.Globalization.Calendars.dll
CSC [xammac] System.Diagnostics.FileVersionInfo.dll
CSC [monotouch_watch] System.IO.Compression.ZipFile.dll
CSC [monotouch] System.AppContext.dll
CSC [monotouch_watch] System.IO.FileSystem.dll
CSC [xammac_net_4_5-darwin] System.ObjectModel.dll
CSC [xammac] System.Diagnostics.Process.dll
CSC [monotouch_tv] System.Collections.NonGeneric.dll
CSC [xammac_net_4_5-darwin] System.Reflection.Extensions.dll
CSC [monotouch] System.Collections.NonGeneric.dll
CSC [monotouch] System.Collections.Specialized.dll
CSC [monotouch_tv] System.Collections.Specialized.dll
CSC [monotouch_watch] System.IO.FileSystem.DriveInfo.dll
CSC [xammac] System.Diagnostics.TextWriterTraceListener.dll
CSC [monotouch] System.ComponentModel.Primitives.dll
CSC [monotouch_watch] System.IO.FileSystem.Primitives.dll
CSC [xammac_net_4_5-darwin] System.Reflection.Primitives.dll
CSC [xammac_net_4_5-darwin] System.Reflection.dll
CSC [monotouch_tv] System.ComponentModel.Primitives.dll
CSC [xammac] System.Diagnostics.TraceEvent.dll
CSC [monotouch_watch] System.IO.IsolatedStorage.dll
CSC [monotouch] System.ComponentModel.TypeConverter.dll
CSC [monotouch_tv] System.ComponentModel.TypeConverter.dll
CSC [xammac] System.Diagnostics.TraceSource.dll
CSC [monotouch] System.Console.dll
CSC [monotouch_watch] System.IO.MemoryMappedFiles.dll
CSC [xammac_net_4_5-darwin] System.Resources.ResourceManager.dll
CSC [xammac] System.Globalization.Calendars.dll
CSC [xammac_net_4_5-darwin] System.Runtime.Extensions.dll
CSC [monotouch_tv] System.Console.dll
CSC [monotouch] System.Data.SqlClient.dll
CSC [monotouch_watch] System.IO.UnmanagedMemoryStream.dll
CSC [xammac] System.IO.Compression.ZipFile.dll
CSC [monotouch] System.Diagnostics.FileVersionInfo.dll
CSC [monotouch_watch] System.Net.AuthenticationManager.dll
CSC [xammac_net_4_5-darwin] System.Runtime.InteropServices.dll
CSC [xammac] System.IO.FileSystem.dll
CSC [monotouch_tv] System.Data.SqlClient.dll
CSC [monotouch] System.Diagnostics.Process.dll
CSC [monotouch_tv] System.Diagnostics.FileVersionInfo.dll
CSC [xammac_net_4_5-darwin] System.Runtime.InteropServices.WindowsRuntime.dll
CSC [monotouch_watch] System.Net.Cache.dll
CSC [xammac] System.IO.FileSystem.DriveInfo.dll
CSC [monotouch_tv] System.Diagnostics.Process.dll
CSC [monotouch] System.Diagnostics.TextWriterTraceListener.dll
CSC [monotouch_tv] System.Diagnostics.TextWriterTraceListener.dll
CSC [monotouch_watch] System.Net.HttpListener.dll
CSC [xammac_net_4_5-darwin] System.Runtime.Numerics.dll
CSC [monotouch_watch] System.Net.Mail.dll
CSC [monotouch] System.Diagnostics.TraceEvent.dll
CSC [xammac] System.IO.FileSystem.Primitives.dll
CSC [monotouch_tv] System.Diagnostics.TraceEvent.dll
CSC [xammac_net_4_5-darwin] System.Runtime.Serialization.Json.dll
CSC [xammac_net_4_5-darwin] System.Runtime.dll
CSC [monotouch_watch] System.Net.NameResolution.dll
CSC [monotouch_watch] System.Net.Security.dll
CSC [monotouch_tv] System.Diagnostics.TraceSource.dll
CSC [monotouch_tv] System.Globalization.Calendars.dll
CSC [monotouch] System.Diagnostics.TraceSource.dll
CSC [xammac] System.IO.IsolatedStorage.dll
CSC [monotouch_watch] System.Net.ServicePoint.dll
CSC [monotouch_watch] System.Net.Sockets.dll
CSC [monotouch_watch] System.Net.Utilities.dll
CSC [xammac_net_4_5-darwin] System.Security.Principal.dll
CSC [xammac] System.IO.MemoryMappedFiles.dll
CSC [monotouch_tv] System.IO.Compression.ZipFile.dll
CSC [monotouch_watch] System.Net.WebHeaderCollection.dll
CSC [monotouch] System.Globalization.Calendars.dll
CSC [monotouch_watch] System.Net.WebSockets.dll
CSC [monotouch_watch] System.Net.WebSockets.Client.dll
CSC [xammac_net_4_5-darwin] System.ServiceModel.Http.dll
CSC [xammac] System.IO.UnmanagedMemoryStream.dll
CSC [monotouch] System.IO.Compression.ZipFile.dll
CSC [monotouch_tv] System.IO.FileSystem.dll
CSC [xammac_net_4_5-darwin] System.ServiceModel.Security.dll
CSC [xammac] System.Net.AuthenticationManager.dll
CSC [monotouch] System.IO.FileSystem.dll
CSC [monotouch_watch] System.Resources.ReaderWriter.dll
CSC [monotouch_tv] System.IO.FileSystem.DriveInfo.dll
CSC [monotouch] System.IO.FileSystem.DriveInfo.dll
CSC [xammac] System.Net.Cache.dll
CSC [xammac] System.Net.HttpListener.dll
CSC [xammac] System.Net.Mail.dll
CSC [xammac_net_4_5-darwin] System.Text.Encoding.Extensions.dll
CSC [monotouch_tv] System.IO.FileSystem.Primitives.dll
CSC [monotouch_watch] System.Runtime.CompilerServices.VisualC.dll
CSC [monotouch] System.IO.FileSystem.Primitives.dll
CSC [xammac_net_4_5-darwin] System.Text.Encoding.dll
CSC [monotouch_tv] System.IO.IsolatedStorage.dll
CSC [xammac] System.Net.NameResolution.dll
CSC [monotouch_watch] System.Security.AccessControl.dll
CSC [monotouch] System.IO.IsolatedStorage.dll
CSC [xammac] System.Net.Security.dll
CSC [monotouch_tv] System.IO.MemoryMappedFiles.dll
CSC [xammac_net_4_5-darwin] System.Text.RegularExpressions.dll
CSC [monotouch] System.IO.MemoryMappedFiles.dll
CSC [xammac] System.Net.ServicePoint.dll
CSC [monotouch_watch] System.Security.Claims.dll
CSC [monotouch_watch] System.Security.Cryptography.DeriveBytes.dll
CSC [xammac_net_4_5-darwin] System.Threading.Tasks.Parallel.dll
CSC [monotouch_tv] System.IO.UnmanagedMemoryStream.dll
CSC [xammac] System.Net.Sockets.dll
CSC [monotouch_watch] System.Security.Cryptography.Encoding.dll
CSC [xammac_net_4_5-darwin] System.Threading.Tasks.dll
CSC [monotouch_watch] System.Security.Cryptography.Encryption.dll
CSC [monotouch] System.IO.UnmanagedMemoryStream.dll
CSC [monotouch_tv] System.Net.AuthenticationManager.dll
CSC [xammac] System.Net.Utilities.dll
CSC [monotouch_watch] System.Security.Cryptography.Encryption.Aes.dll
CSC [xammac_net_4_5-darwin] System.Threading.Timer.dll
CSC [monotouch_watch] System.Security.Cryptography.Encryption.ECDiffieHellman.dll
CSC [monotouch_watch] System.Security.Cryptography.Encryption.ECDsa.dll
CSC [monotouch] System.Net.AuthenticationManager.dll
CSC [xammac] System.Net.WebHeaderCollection.dll
CSC [monotouch] System.Net.Cache.dll
CSC [xammac_net_4_5-darwin] System.Threading.dll
CSC [monotouch_tv] System.Net.Cache.dll
CSC [monotouch_watch] System.Security.Cryptography.Hashing.dll
CSC [monotouch] System.Net.HttpListener.dll
CSC [xammac_net_4_5-darwin] System.Xml.ReaderWriter.dll
CSC [xammac] System.Net.WebSockets.Client.dll
CSC [xammac] System.Net.WebSockets.dll
CSC [monotouch_tv] System.Net.HttpListener.dll
CSC [monotouch_watch] System.Security.Cryptography.Hashing.Algorithms.dll
CSC [monotouch] System.Net.Mail.dll
CSC [monotouch_watch] System.Security.Cryptography.RSA.dll
CSC [monotouch] System.Net.NameResolution.dll
CSC [xammac] System.Resources.ReaderWriter.dll
CSC [xammac_net_4_5-darwin] System.Xml.XDocument.dll
CSC [monotouch_tv] System.Net.Mail.dll
CSC [monotouch_watch] System.Security.Cryptography.RandomNumberGenerator.dll
CSC [xammac] System.Runtime.CompilerServices.VisualC.dll
CSC [monotouch_watch] System.Security.Principal.Windows.dll
CSC [monotouch] System.Net.Security.dll
CSC [monotouch_tv] System.Net.NameResolution.dll
CSC [xammac_net_4_5-darwin] System.Runtime.Handles.dll
CSC [xammac_net_4_5-darwin] System.Xml.XmlSerializer.dll
CSC [monotouch_tv] System.Net.Security.dll
CSC [monotouch] System.Net.ServicePoint.dll
CSC [xammac] System.Security.AccessControl.dll
CSC [xammac_net_4_5-darwin] System.ServiceModel.Duplex.dll
CSC [monotouch] System.Net.Sockets.dll
CSC [monotouch_watch] System.Threading.Thread.dll
CSC [monotouch_tv] System.Net.ServicePoint.dll
CSC [xammac] System.Security.Claims.dll
CSC [xammac_net_4_5-darwin] System.ServiceModel.NetTcp.dll
CSC [xammac_net_4_5-darwin] Microsoft.Win32.Primitives.dll
CSC [monotouch] System.Net.Utilities.dll
CSC [monotouch_tv] System.Net.Sockets.dll
CSC [monotouch_watch] System.Threading.ThreadPool.dll
CSC [xammac] System.Security.Cryptography.DeriveBytes.dll
CSC [xammac_net_4_5-darwin] Microsoft.Win32.Registry.dll
CSC [xammac_net_4_5-darwin] System.AppContext.dll
CSC [monotouch_tv] System.Net.Utilities.dll
CSC [monotouch] System.Net.WebHeaderCollection.dll
CSC [xammac_net_4_5-darwin] System.Collections.NonGeneric.dll
CSC [monotouch_watch] System.Xml.XPath.dll
CSC [xammac] System.Security.Cryptography.Encoding.dll
CSC [monotouch_tv] System.Net.WebHeaderCollection.dll
CSC [monotouch_watch] System.Xml.XmlDocument.dll
CSC [monotouch] System.Net.WebSockets.dll
CSC [monotouch_watch] System.Xml.Xsl.Primitives.dll
CSC [xammac] System.Security.Cryptography.Encryption.dll
CSC [xammac] System.Security.Cryptography.Encryption.Aes.dll
CSC [xammac_net_4_5-darwin] System.Collections.Specialized.dll
CSC [xammac_net_4_5-darwin] System.ComponentModel.Primitives.dll
CSC [monotouch_watch] Microsoft.Win32.Registry.AccessControl.dll
CSC [monotouch_tv] System.Net.WebSockets.dll
CSC [monotouch] System.Net.WebSockets.Client.dll
CSC [monotouch_tv] System.Net.WebSockets.Client.dll
CSC [xammac] System.Security.Cryptography.Encryption.ECDiffieHellman.dll
CSC [xammac_net_4_5-darwin] System.ComponentModel.TypeConverter.dll
CSC [monotouch_watch] System.IO.FileSystem.AccessControl.dll
CSC [xammac_net_4_5-darwin] System.Console.dll
CSC [monotouch_watch] System.Reflection.TypeExtensions.dll
CSC [monotouch] System.Resources.ReaderWriter.dll
CSC [monotouch_tv] System.Resources.ReaderWriter.dll
CSC [xammac] System.Security.Cryptography.Encryption.ECDsa.dll
CSC [xammac_net_4_5-darwin] System.Data.SqlClient.dll
CSC [xammac] System.Security.Cryptography.Hashing.dll
CSC [monotouch_watch] System.Reflection.Emit.Lightweight.dll
CSC [monotouch] System.Runtime.CompilerServices.VisualC.dll
CSC [monotouch_watch] System.Reflection.Emit.ILGeneration.dll
CSC [xammac_net_4_5-darwin] System.Diagnostics.FileVersionInfo.dll
CSC [monotouch_watch] System.Reflection.Emit.dll
CSC [monotouch] System.Security.AccessControl.dll
CSC [monotouch_tv] System.Runtime.CompilerServices.VisualC.dll
CSC [xammac_net_4_5-darwin] System.Diagnostics.Process.dll
CSC [xammac] System.Security.Cryptography.Hashing.Algorithms.dll
CSC [monotouch_tv] System.Security.AccessControl.dll
CSC [monotouch_watch] System.Threading.AccessControl.dll
CSC [monotouch] System.Security.Claims.dll
CSC [monotouch_watch] System.ValueTuple.dll
CSC [xammac] System.Security.Cryptography.RSA.dll
CSC [monotouch] System.Security.Cryptography.DeriveBytes.dll
CSC [monotouch_tv] System.Security.Claims.dll
CSC [monotouch_tv] System.Security.Cryptography.DeriveBytes.dll
CSC [monotouch_watch] System.Security.Cryptography.Primitives.dll
CSC [monotouch] System.Security.Cryptography.Encoding.dll
CSC [xammac_net_4_5-darwin] System.Diagnostics.TextWriterTraceListener.dll
CSC [xammac_net_4_5-darwin] System.Diagnostics.TraceEvent.dll
CSC [monotouch_watch] System.Text.Encoding.CodePages.dll
CSC [xammac] System.Security.Cryptography.RandomNumberGenerator.dll
CSC [monotouch] System.Security.Cryptography.Encryption.dll
CSC [monotouch_watch] System.IO.FileSystem.Watcher.dll
CSC [monotouch_tv] System.Security.Cryptography.Encoding.dll
CSC [xammac_net_4_5-darwin] System.Diagnostics.TraceSource.dll
CSC [xammac] System.Security.Principal.Windows.dll
CSC [monotouch] System.Security.Cryptography.Encryption.Aes.dll
CSC [monotouch_watch] System.Security.Cryptography.ProtectedData.dll
CSC [xammac] System.Threading.Thread.dll
CSC [xammac_net_4_5-darwin] System.Globalization.Calendars.dll
CSC [monotouch_tv] System.Security.Cryptography.Encryption.dll
CSC [monotouch] System.Security.Cryptography.Encryption.ECDiffieHellman.dll
CSC [monotouch_tv] System.Security.Cryptography.Encryption.Aes.dll
CSC [monotouch_watch] System.ServiceProcess.ServiceController.dll
CSC [monotouch] System.Security.Cryptography.Encryption.ECDsa.dll
CSC [xammac_net_4_5-darwin] System.IO.Compression.ZipFile.dll
CSC [xammac] System.Threading.ThreadPool.dll
CSC [monotouch_tv] System.Security.Cryptography.Encryption.ECDiffieHellman.dll
CSC [monotouch_tv] System.Security.Cryptography.Encryption.ECDsa.dll
CSC [monotouch_watch] System.IO.Pipes.dll
CSC [monotouch_tv] System.Security.Cryptography.Hashing.dll
CSC [monotouch] System.Security.Cryptography.Hashing.dll
CSC [monotouch_watch] System.Net.Ping.dll
CSC [monotouch] System.Security.Cryptography.Hashing.Algorithms.dll
CSC [monotouch_tv] System.Security.Cryptography.Hashing.Algorithms.dll
CSC [xammac] System.Xml.XPath.dll
CSC [xammac_net_4_5-darwin] System.IO.FileSystem.dll
CSC [monotouch_tv] System.Security.Cryptography.RSA.dll
CSC [monotouch_watch] System.Runtime.Serialization.Formatters.dll
CSC [monotouch_tv] System.Security.Cryptography.RandomNumberGenerator.dll
CSC [xammac_net_4_5-darwin] System.IO.FileSystem.DriveInfo.dll
CSC [xammac] System.Xml.XmlDocument.dll
CSC [monotouch_watch] System.Security.Cryptography.Csp.dll
CSC [xammac] System.Xml.Xsl.Primitives.dll
CSC [monotouch] System.Security.Cryptography.RSA.dll
CSC [monotouch_tv] System.Security.Principal.Windows.dll
CSC [xammac_net_4_5-darwin] System.IO.FileSystem.Primitives.dll
CSC [monotouch_watch] System.Security.Cryptography.Pkcs.dll
CSC [xammac_net_4_5-darwin] System.IO.IsolatedStorage.dll
CSC [xammac] Microsoft.Win32.Registry.AccessControl.dll
CSC [monotouch] System.Security.Cryptography.RandomNumberGenerator.dll
CSC [monotouch_watch] System.Security.Cryptography.Cng.dll
CSC [monotouch_tv] System.Threading.Thread.dll
CSC [monotouch_watch] System.Runtime.Loader.dll
CSC [monotouch_tv] System.Threading.ThreadPool.dll
CSC [xammac_net_4_5-darwin] System.IO.MemoryMappedFiles.dll
CSC [xammac] System.IO.FileSystem.AccessControl.dll
CSC [xammac] System.Reflection.TypeExtensions.dll
CSC [monotouch_tv] System.Xml.XPath.dll
CSC [monotouch] System.Security.Principal.Windows.dll
CSC [monotouch] System.Threading.Thread.dll
CSC [monotouch_tv] System.Xml.XmlDocument.dll
CSC [monotouch_watch] System.Xml.XPath.XmlDocument.dll
CSC [xammac_net_4_5-darwin] System.IO.UnmanagedMemoryStream.dll
CSC [monotouch] System.Threading.ThreadPool.dll
CSC [monotouch_tv] System.Xml.Xsl.Primitives.dll
CSC [monotouch_tv] Microsoft.Win32.Registry.AccessControl.dll
CSC [monotouch_watch] System.Reflection.DispatchProxy.dll
CSC [xammac] System.Reflection.Emit.Lightweight.dll
CSC [xammac_net_4_5-darwin] System.Net.AuthenticationManager.dll
CSC [xammac] System.Reflection.Emit.ILGeneration.dll
CSC [monotouch_tv] System.IO.FileSystem.AccessControl.dll
CSC [monotouch] System.Xml.XPath.dll
CSC [xammac_net_4_5-darwin] System.Net.Cache.dll
CSC [xammac_net_4_5-darwin] System.Net.HttpListener.dll
CSC [monotouch_tv] System.Reflection.TypeExtensions.dll
CSC [xammac] System.Reflection.Emit.dll
CSC [xammac_net_4_5-darwin] System.Net.Mail.dll
CSC [monotouch] System.Xml.XmlDocument.dll
CSC [monotouch_tv] System.Reflection.Emit.Lightweight.dll
CSC [xammac_net_4_5-darwin] System.Net.NameResolution.dll
CSC [monotouch] System.Xml.Xsl.Primitives.dll
CSC [xammac] System.Threading.AccessControl.dll
CSC [monotouch] Microsoft.Win32.Registry.AccessControl.dll
CSC [xammac] System.ValueTuple.dll
CSC [xammac_net_4_5-darwin] System.Net.Security.dll
CSC [xammac_net_4_5-darwin] System.Net.ServicePoint.dll
CSC [monotouch_tv] System.Reflection.Emit.ILGeneration.dll
CSC [monotouch] System.IO.FileSystem.AccessControl.dll
CSC [xammac_net_4_5-darwin] System.Net.Sockets.dll
CSC [xammac] System.Security.Cryptography.Primitives.dll
CSC [monotouch] System.Reflection.TypeExtensions.dll
CSC [xammac_net_4_5-darwin] System.Net.Utilities.dll
CSC [xammac_net_4_5-darwin] System.Net.WebHeaderCollection.dll
CSC [monotouch] System.Reflection.Emit.Lightweight.dll
CSC [xammac_net_4_5-darwin] System.Net.WebSockets.dll
CSC [xammac_net_4_5-darwin] System.Net.WebSockets.Client.dll
CSC [monotouch_tv] System.Reflection.Emit.dll
CSC [xammac] System.Text.Encoding.CodePages.dll
CSC [monotouch] System.Reflection.Emit.ILGeneration.dll
CSC [xammac] System.IO.FileSystem.Watcher.dll
CSC [monotouch_tv] System.Threading.AccessControl.dll
CSC [monotouch] System.Reflection.Emit.dll
CSC [xammac_net_4_5-darwin] System.Resources.ReaderWriter.dll
CSC [xammac] System.Security.Cryptography.ProtectedData.dll
CSC [monotouch_tv] System.ValueTuple.dll
CSC [xammac] System.ServiceProcess.ServiceController.dll
CSC [xammac_net_4_5-darwin] System.Runtime.CompilerServices.VisualC.dll
CSC [monotouch] System.Threading.AccessControl.dll
CSC [monotouch_tv] System.Security.Cryptography.Primitives.dll
CSC [monotouch] System.ValueTuple.dll
CSC [xammac_net_4_5-darwin] System.Security.AccessControl.dll
CSC [xammac] System.IO.Pipes.dll
CSC [xammac_net_4_5-darwin] System.Security.Claims.dll
CSC [xammac] System.Net.Ping.dll
CSC [monotouch_tv] System.Text.Encoding.CodePages.dll
CSC [xammac] System.Runtime.Serialization.Formatters.dll
CSC [monotouch] System.Security.Cryptography.Primitives.dll
CSC [monotouch_tv] System.IO.FileSystem.Watcher.dll
CSC [monotouch] System.Text.Encoding.CodePages.dll
CSC [xammac] System.Security.Cryptography.Csp.dll
CSC [monotouch] System.IO.FileSystem.Watcher.dll
CSC [monotouch] System.Security.Cryptography.ProtectedData.dll
CSC [xammac_net_4_5-darwin] System.Security.Cryptography.DeriveBytes.dll
CSC [monotouch_tv] CSC [xammac] System.Security.Cryptography.Pkcs.dll
System.Security.Cryptography.ProtectedData.dll
CSC [xammac_net_4_5-darwin] System.Security.Cryptography.Encoding.dll
CSC [monotouch] System.ServiceProcess.ServiceController.dll
CSC [xammac_net_4_5-darwin] System.Security.Cryptography.Encryption.dll
CSC [monotouch_tv] System.ServiceProcess.ServiceController.dll
CSC [monotouch_tv] System.IO.Pipes.dll
CSC [xammac] System.Security.Cryptography.Cng.dll
CSC [monotouch_tv] System.Net.Ping.dll
CSC [monotouch_tv] System.Runtime.Serialization.Formatters.dll
CSC [xammac_net_4_5-darwin] System.Security.Cryptography.Encryption.Aes.dll
CSC [monotouch] System.IO.Pipes.dll
CSC [xammac] System.Runtime.Loader.dll
CSC [xammac] System.Xml.XPath.XmlDocument.dll
CSC [monotouch_tv] System.Security.Cryptography.Csp.dll
CSC [monotouch_tv] System.Security.Cryptography.Pkcs.dll
CSC [xammac_net_4_5-darwin] System.Security.Cryptography.Encryption.ECDiffieHellman.dll
CSC [monotouch] System.Net.Ping.dll
CSC [xammac] System.Reflection.DispatchProxy.dll
CSC [xammac_net_4_5-darwin] System.Security.Cryptography.Encryption.ECDsa.dll
CSC [monotouch_tv] System.Security.Cryptography.Cng.dll
CSC [xammac_net_4_5-darwin] System.Security.Cryptography.Hashing.dll
CSC [monotouch_tv] System.Runtime.Loader.dll
CSC [monotouch] System.Runtime.Serialization.Formatters.dll
CSC [monotouch] System.Security.Cryptography.Csp.dll
CSC [xammac_net_4_5-darwin] System.Security.Cryptography.Hashing.Algorithms.dll
CSC [monotouch] System.Security.Cryptography.Pkcs.dll
CSC [xammac_net_4_5-darwin] System.Security.Cryptography.RSA.dll
CSC [monotouch] System.Security.Cryptography.Cng.dll
CSC [monotouch_tv] System.Xml.XPath.XmlDocument.dll
CSC [xammac_net_4_5-darwin] System.Security.Cryptography.RandomNumberGenerator.dll
CSC [monotouch_tv] System.Reflection.DispatchProxy.dll
CSC [monotouch] System.Runtime.Loader.dll
CSC [monotouch] System.Xml.XPath.XmlDocument.dll
CSC [xammac_net_4_5-darwin] System.Security.Principal.Windows.dll
CSC [xammac_net_4_5-darwin] System.Threading.Thread.dll
CSC [xammac_net_4_5-darwin] System.Threading.ThreadPool.dll
CSC [monotouch] System.Reflection.DispatchProxy.dll
CSC [xammac_net_4_5-darwin] System.Xml.XPath.dll
CSC [xammac_net_4_5-darwin] System.Xml.XmlDocument.dll
CSC [xammac_net_4_5-darwin] System.Xml.Xsl.Primitives.dll
CSC [xammac_net_4_5-darwin] Microsoft.Win32.Registry.AccessControl.dll
CSC [xammac_net_4_5-darwin] System.IO.FileSystem.AccessControl.dll
CSC [xammac_net_4_5-darwin] System.Reflection.TypeExtensions.dll
CSC [xammac_net_4_5-darwin] System.Reflection.Emit.Lightweight.dll
CSC [xammac_net_4_5-darwin] System.Reflection.Emit.ILGeneration.dll
CSC [xammac_net_4_5-darwin] System.Reflection.Emit.dll
CSC [xammac_net_4_5-darwin] System.ValueTuple.dll
CSC [xammac_net_4_5-darwin] System.Security.Cryptography.Primitives.dll
CSC [xammac_net_4_5-darwin] System.Text.Encoding.CodePages.dll
CSC [xammac_net_4_5-darwin] System.Threading.AccessControl.dll
CSC [xammac_net_4_5-darwin] System.IO.FileSystem.Watcher.dll
CSC [xammac_net_4_5-darwin] System.Security.Cryptography.ProtectedData.dll
CSC [xammac_net_4_5-darwin] System.ServiceProcess.ServiceController.dll
CSC [xammac_net_4_5-darwin] System.IO.Pipes.dll
Making all in scripts
Makefile:865: warning: overriding commands for target `mod'
Makefile:845: warning: ignoring old commands for target `mod'
n=`echo makecert | sed 's,4$,,'`; \
sed -e 's,@''bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''plat_bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''mono_instdir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/scripts/script_umask.in | cat > makecert.tmp
n=`echo sn | sed 's,4$,,'`; \
sed -e 's,@''bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''plat_bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''mono_instdir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/scripts/script_umask.in | cat > sn.tmp
mv -f makecert.tmp makecert
n=`echo al | sed 's,4$,,'`; \
sed -e 's,@''bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''plat_bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''mono_instdir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/scripts/script.in | cat > al.tmp
n=`echo ilasm | sed 's,4$,,'`; \
sed -e 's,@''bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''plat_bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''mono_instdir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/scripts/script.in | cat > ilasm.tmp
n=`echo gacutil | sed 's,4$,,'`; \
sed -e 's,@''bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''plat_bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''mono_instdir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/scripts/script.in | cat > gacutil.tmp
n=`echo mkbundle | sed 's,4$,,'`; \
sed -e 's,@''bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''plat_bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''mono_instdir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/scripts/script.in | cat > mkbundle.tmp
n=`echo monop | sed 's,4$,,'`; \
sed -e 's,@''bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''plat_bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''mono_instdir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/scripts/script.in | cat > monop.tmp
mv -f mkbundle.tmp mkbundle
mv -f gacutil.tmp gacutil
mv -f ilasm.tmp ilasm
mv -f al.tmp al
mv -f sn.tmp sn
n=`echo resgen | sed 's,4$,,'`; \
sed -e 's,@''bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''plat_bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''mono_instdir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/scripts/script.in | cat > resgen.tmp
n=`echo wsdl | sed 's,4$,,'`; \
sed -e 's,@''bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''plat_bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''mono_instdir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/scripts/script.in | cat > wsdl.tmp
mv -f resgen.tmp resgen
mv -f monop.tmp monop
n=`echo al2 | sed 's,2$,,'`; \
sed -e 's,@''bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''plat_bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''mono_instdir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/scripts/script.in | cat > al2.tmp
n=`echo gacutil2 | sed 's,2$,,'`; \
sed -e 's,@''bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''plat_bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''mono_instdir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/scripts/script.in | cat > gacutil2.tmp
mv -f al2.tmp al2
mv -f wsdl.tmp wsdl
n=`echo monop2 | sed 's,2$,,'`; \
sed -e 's,@''bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''plat_bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''mono_instdir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/scripts/script.in | cat > monop2.tmp
n=`echo resgen2 | sed 's,2$,,'`; \
sed -e 's,@''bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''plat_bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''mono_instdir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/scripts/script.in | cat > resgen2.tmp
mv -f monop2.tmp monop2
mv -f gacutil2.tmp gacutil2
n=`echo wsdl2 | sed 's,2$,,'`; \
sed -e 's,@''bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''plat_bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''mono_instdir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e "s,@""exe_name@,$n,g" /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/scripts/script.in | cat > wsdl2.tmp
sed -e 's,@''bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''plat_bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''mono_instdir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e 's,@''exe_name@,mono-service,g' /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/scripts/mono-service.in > mono-service.tmp
sed -e 's,@''bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''plat_bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''mono_instdir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,4.5,g' -e 's,@''exe_name@,mono-service2,g' /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/scripts/mono-service.in > mono-service2.tmp
mv -f mono-service.tmp mono-service
mv -f wsdl2.tmp wsdl2
mv -f resgen2.tmp resgen2
sed -e 's,@''bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''plat_bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''mono_instdir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono --debug,g' -e 's,@''framework_version@,4.5,g' -e 's,@''exe_name@,nunit-console,g' /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/scripts/script.in | cat > nunit-console.tmp
sed -e 's,@''bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''plat_bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''mono_instdir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono --debug,g' -e 's,@''framework_version@,4.5,g' -e 's,@''exe_name@,nunit-console,g' /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/scripts/script.in | cat > nunit-console2.tmp
sed -e 's,@''bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''plat_bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''mono_instdir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono --debug,g' -e 's,@''framework_version@,4.5,g' -e 's,@''exe_name@,nunit-console,g' /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/scripts/script.in | cat > nunit-console4.tmp
mv -f mono-service2.tmp mono-service2
for script in mdoc-assemble mdoc-export-html mdoc-export-msxdoc mdoc-update mdoc-validate ; do \
cmd=`echo $script | sed 's/mdoc-//'` ; \
echo "#!/bin/sh" > $script ; \
echo "exec mdoc $cmd \"\$@\"" >> $script; \
done
for script in mdoc-assemble mdoc-export-html mdoc-export-msxdoc mdoc-update mdoc-validate ; do \
cmd=`echo $script | sed 's/mdoc-//'` ; \
echo "#!/bin/sh" > $script ; \
echo "exec mdoc $cmd \"\$@\"" >> $script; \
done
mv -f nunit-console4.tmp nunit-console4
mv -f nunit-console2.tmp nunit-console2
mv -f nunit-console.tmp nunit-console
for script in mdoc-assemble mdoc-export-html mdoc-export-msxdoc mdoc-update mdoc-validate ; do \
cmd=`echo $script | sed 's/mdoc-//'` ; \
echo "#!/bin/sh" > $script ; \
echo "exec mdoc $cmd \"\$@\"" >> $script; \
done
for script in mdoc-assemble mdoc-export-html mdoc-export-msxdoc mdoc-update mdoc-validate ; do \
cmd=`echo $script | sed 's/mdoc-//'` ; \
echo "#!/bin/sh" > $script ; \
echo "exec mdoc $cmd \"\$@\"" >> $script; \
done
sed -e 's,@''bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''plat_bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''mono_instdir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono,g' -e 's,@''gtkdir@,,g' /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/scripts/peverify.in > peverify.tmp
sed -e 's,@''bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''plat_bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''mono_instdir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono,g' -e 's,@''gtkdir@,,g' /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/scripts/mcs.in > mcs.tmp
mv -f peverify.tmp peverify
sed -e 's,@''bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''plat_bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''mono_instdir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono,g' -e 's,@''gtkdir@,,g' /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/scripts/csc.in > csc.tmp
sed -e 's,@''bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''plat_bindir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin,g' -e 's,@''mono_instdir@,/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono,g' -e 's,@''gtkdir@,,g' /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/scripts/csi.in > csi.tmp
mv -f mcs.tmp mcs
mv -f csc.tmp csc
mv -f csi.tmp csi
Making all in man
make[4]: Nothing to be done for `all'.
Making all in samples
make[4]: Nothing to be done for `all'.
Making all in tools
Making all in locale-builder
make[5]: Nothing to be done for `all'.
Making all in sgen
CC libsgen_grep_binprot_a-sgen-grep-binprot.o
CC libsgen_grep_binprot32p_a-sgen-grep-binprot.o
CC libsgen_grep_binprot64p_a-sgen-grep-binprot.o
CC sgen-grep-binprot-main.o
CC sgen-entry-stream.o
AR libsgen-grep-binprot.a
AR libsgen-grep-binprot64p.a
AR libsgen-grep-binprot32p.a
CCLD sgen-grep-binprot
Making all in monograph
CC monograph.o
CCLD monograph
Making all in pedump
CC pedump.o
CCLD pedump
make[5]: Nothing to be done for `all-am'.
Making all in msvc
make[4]: Nothing to be done for `all'.
Making all in acceptance-tests
make[4]: Nothing to be done for `all'.
Making all in llvm
make[4]: Nothing to be done for `all'.
# NO_INSTALL is defined in mono/mcs/build/profiles except for net_4_5. If we don't have it, then it attempts to install into a gac, and sometimes fail
NO_INSTALL=1 /Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make -C tools64 -j 1 install EXTERNAL_MCS=/Library/Frameworks/Mono.framework/Versions/Current/bin/mcs EXTERNAL_RUNTIME=/Library/Frameworks/Mono.framework/Versions/Current/bin/mono
make[2]: warning: -jN forced in submake: disabling jobserver mode.
Making install in po
Making install in mcs
if test "mono" = "gettext-tools"; then \
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/po/mcs/$file \
/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in eglib
Making install in src
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in mono
Making install in arch
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
Making install in utils
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-am
make[6]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/include/mono-2.0/mono/utils'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-logger.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-error.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-publib.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-dl-fallback.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-counters.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/include/mono-2.0/mono/utils'
Making install in metadata
make[5]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/include/mono-2.0/mono/metadata'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/assembly.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/attrdefs.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/appdomain.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/blob.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/class.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/debug-helpers.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/debug-mono-symfile.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/threads.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/environment.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/exception.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/image.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/loader.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/metadata.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-config.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-debug.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/mono-gc.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/sgen-bridge.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/object.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/opcodes.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/profiler.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/profiler-events.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/reflection.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/row-indexes.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/tokentype.h /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/metadata/verify.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/include/mono-2.0/mono/metadata'
Making install in sgen
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in mini
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-am
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib'
../../doltlibtool --mode=install /usr/bin/install -c libmonosgen-2.0.la '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib'
libtool: install: /usr/bin/install -c .libs/libmonosgen-2.0.1.dylib /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmonosgen-2.0.1.dylib
libtool: install: (cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib && { ln -s -f libmonosgen-2.0.1.dylib libmonosgen-2.0.dylib || { rm -f libmonosgen-2.0.dylib && ln -s libmonosgen-2.0.1.dylib libmonosgen-2.0.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libmonosgen-2.0.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmonosgen-2.0.la
libtool: install: /usr/bin/install -c .libs/libmonosgen-2.0.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmonosgen-2.0.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmonosgen-2.0.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmonosgen-2.0.a
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin'
../../doltlibtool --mode=install /usr/bin/install -c mono-sgen '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin'
libtool: install: /usr/bin/install -c mono-sgen /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin/mono-sgen
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-exec-hook
(cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin && ln -sf mono-sgen mono)
(cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib; shopt -s nullglob 2>/dev/null; for i in libmonosgen*; do ln -sf $i `echo $i | sed s/sgen//` ; done)
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/include/mono-2.0/mono/jit'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/mini/jit.h '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/include/mono-2.0/mono/jit'
Making install in profiler
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib'
../../doltlibtool --mode=install /usr/bin/install -c libmono-profiler-aot.la libmono-profiler-aot-static.la libmono-profiler-iomap.la libmono-profiler-iomap-static.la libmono-profiler-log.la libmono-profiler-log-static.la '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib'
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot.0.dylib /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-aot.0.dylib
libtool: install: (cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib && { ln -s -f libmono-profiler-aot.0.dylib libmono-profiler-aot.dylib || { rm -f libmono-profiler-aot.dylib && ln -s libmono-profiler-aot.0.dylib libmono-profiler-aot.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-aot.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot-static.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-aot-static.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap.0.dylib /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-iomap.0.dylib
libtool: install: (cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib && { ln -s -f libmono-profiler-iomap.0.dylib libmono-profiler-iomap.dylib || { rm -f libmono-profiler-iomap.dylib && ln -s libmono-profiler-iomap.0.dylib libmono-profiler-iomap.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-iomap.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap-static.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-iomap-static.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log.0.dylib /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-log.0.dylib
libtool: install: (cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib && { ln -s -f libmono-profiler-log.0.dylib libmono-profiler-log.dylib || { rm -f libmono-profiler-log.dylib && ln -s libmono-profiler-log.0.dylib libmono-profiler-log.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-log.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log-static.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-log-static.la
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-aot.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-aot.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-aot.a
libtool: install: /usr/bin/install -c .libs/libmono-profiler-aot-static.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-aot-static.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-aot-static.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-aot-static.a
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-iomap.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-iomap.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-iomap.a
libtool: install: /usr/bin/install -c .libs/libmono-profiler-iomap-static.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-iomap-static.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-iomap-static.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-iomap-static.a
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-log.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-log.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-log.a
libtool: install: /usr/bin/install -c .libs/libmono-profiler-log-static.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-log-static.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-log-static.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libmono-profiler-log-static.a
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin'
../../doltlibtool --mode=install /usr/bin/install -c mprof-report '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin'
libtool: install: /usr/bin/install -c mprof-report /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin/mprof-report
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/share/mono-2.0/mono/profiler'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/profiler/mono-profiler-log.suppression '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/share/mono-2.0/mono/profiler'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in ikvm-native
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib'
../doltlibtool --mode=install /usr/bin/install -c libikvm-native.la '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib'
libtool: install: /usr/bin/install -c .libs/libikvm-native.dylib /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libikvm-native.dylib
libtool: install: /usr/bin/install -c .libs/libikvm-native.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libikvm-native.la
libtool: install: /usr/bin/install -c .libs/libikvm-native.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libikvm-native.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libikvm-native.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libikvm-native.a
make[4]: Nothing to be done for `install-data-am'.
Making install in support
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib'
../doltlibtool --mode=install /usr/bin/install -c libMonoPosixHelper.la libMonoSupportW.la '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib'
libtool: install: /usr/bin/install -c .libs/libMonoPosixHelper.dylib /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libMonoPosixHelper.dylib
libtool: install: /usr/bin/install -c .libs/libMonoPosixHelper.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libMonoPosixHelper.la
libtool: install: /usr/bin/install -c .libs/libMonoSupportW.dylib /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libMonoSupportW.dylib
libtool: install: /usr/bin/install -c .libs/libMonoSupportW.lai /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libMonoSupportW.la
libtool: install: /usr/bin/install -c .libs/libMonoPosixHelper.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libMonoPosixHelper.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libMonoPosixHelper.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libMonoPosixHelper.a
libtool: install: /usr/bin/install -c .libs/libMonoSupportW.a /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libMonoSupportW.a
libtool: install: chmod 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libMonoSupportW.a
libtool: install: ranlib -no_warning_for_no_symbols /Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/libMonoSupportW.a
make[4]: Nothing to be done for `install-data-am'.
Making install in data
Making install in net_2_0
Making install in Browsers
make[6]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/etc/mono/2.0/Browsers'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/data/net_2_0/Browsers/../../Browsers/Compat.browser '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/etc/mono/2.0/Browsers'
make[6]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/etc/mono/2.0'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/data/net_2_0/machine.config /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/data/net_2_0/web.config /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/data/net_2_0/DefaultWsdlHelpGenerator.aspx /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/data/net_2_0/settings.map '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/etc/mono/2.0'
Making install in net_4_0
Making install in Browsers
make[6]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/etc/mono/4.0/Browsers'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/data/net_4_0/Browsers/../../Browsers/Compat.browser '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/etc/mono/4.0/Browsers'
make[6]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/etc/mono/4.0'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/data/net_4_0/machine.config /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/data/net_4_0/web.config /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/data/net_4_0/DefaultWsdlHelpGenerator.aspx /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/data/net_4_0/settings.map '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/etc/mono/4.0'
Making install in net_4_5
Making install in Browsers
make[6]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/etc/mono/4.5/Browsers'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/data/net_4_5/Browsers/../../Browsers/Compat.browser '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/etc/mono/4.5/Browsers'
make[6]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/etc/mono/4.5'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/data/net_4_5/machine.config /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/data/net_4_5/web.config /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/data/net_4_5/DefaultWsdlHelpGenerator.aspx /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/data/net_4_5/settings.map '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/etc/mono/4.5'
make[5]: Nothing to be done for `install-exec-am'.
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/data/gdb/mono-gdb.py mono-sgen-gdb.py '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/bin'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/etc/mono'
/usr/bin/install -c -m 644 config /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/data/browscap.ini '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/etc/mono'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono/lldb'
/usr/bin/install -c -m 644 /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/data/lldb/mono.py '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/mono/lldb'
/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/install-sh -c -d '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/pkgconfig'
/usr/bin/install -c -m 644 mono.pc mono-2.pc dotnet.pc dotnet35.pc wcf.pc mono-nunit.pc mono-cairo.pc mono-options.pc cecil.pc monodoc.pc mono-lineeditor.pc system.web.extensions_1.0.pc system.web.extensions.design_1.0.pc system.web.mvc.pc system.web.mvc2.pc system.web.mvc3.pc aspnetwebstack.pc reactive.pc /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/data/xbuild12.pc monosgen-2.pc '/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64/lib/pkgconfig'
Making install in runtime
cd /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mcs && /Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make NO_DIR_CHECK=1 PROFILES=' monotouch monotouch_runtime monotouch_watch monotouch_watch_runtime monotouch_tv monotouch_tv_runtime xammac xammac_net_4_5 ' RUNTIME_HAS_CONSISTENT_GACDIR=yes prefix=/Users/mandel/Xamarin/maccore-master/xamarin-macios/builds/install/tools64 install-profiles
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make profile-do--monotouch--install profile-do--monotouch_runtime--install profile-do--monotouch_watch--install profile-do--monotouch_watch_runtime--install profile-do--monotouch_tv--install profile-do--monotouch_tv_runtime--install profile-do--xammac--install profile-do--xammac_net_4_5--install
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make PROFILE=basic install
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
make[8]: Nothing to be done for `install-local'.
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
CSC [basic] System.dll
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
make[9]: Nothing to be done for `install-local'.
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make PROFILE=build install
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
CSC [build-darwin] System.dll
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
make[9]: Nothing to be done for `install-local'.
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
make[8]: Nothing to be done for `install-local'.
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
make[9]: Nothing to be done for `install-local'.
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make PROFILE=monotouch install
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
CSC [monotouch] System.dll
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(61,6): warning CS0162: Unreachable code detected
System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs(45,27): warning CS0649: Field 'Win32NetworkInterface.fixedInfo' is never assigned to, and will always have its default value
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
make[9]: Nothing to be done for `install-local'.
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM.app/Contents/Developer/usr/bin/make install-local
/Applications/Xcode9-GM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment