Skip to content

Instantly share code, notes, and snippets.

@VincentDondain
Created April 26, 2017 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VincentDondain/20279878d83dfe61e017376f30dd7ab9 to your computer and use it in GitHub Desktop.
Save VincentDondain/20279878d83dfe61e017376f30dd7ab9 to your computer and use it in GitHub Desktop.
objc-cli git:(objc) make
Test (debug)
./debug/test-cli
2017-04-26 15:09:55.384 test-cli[60764:34011362] [PASS] static property getter only
2017-04-26 15:09:55.384 test-cli[60764:34011362] [PASS] static property getter
2017-04-26 15:09:55.384 test-cli[60764:34011362] [PASS] static property setter check
2017-04-26 15:09:55.384 test-cli[60764:34011362] [PASS] static property getter only
2017-04-26 15:09:55.384 test-cli[60764:34011362] [PASS] instance property getter only 1
2017-04-26 15:09:55.384 test-cli[60764:34011362] [PASS] instance property getter only 2
2017-04-26 15:09:55.385 test-cli[60764:34011362] [PASS] instance property getter
2017-04-26 15:09:55.385 test-cli[60764:34011362] [PASS] instance property setter
2017-04-26 15:09:55.385 test-cli[60764:34011362] [PASS] no namespace
2017-04-26 15:09:55.385 test-cli[60764:34011362] [PASS] single namespace
2017-04-26 15:09:55.385 test-cli[60764:34011362] [PASS] nested namespaces
Test (release)
./release/test-cli
2017-04-26 15:09:55.402 test-cli[60766:34011371] [PASS] static property getter only
2017-04-26 15:09:55.403 test-cli[60766:34011371] [PASS] static property getter
2017-04-26 15:09:55.403 test-cli[60766:34011371] [PASS] static property setter check
2017-04-26 15:09:55.403 test-cli[60766:34011371] [PASS] static property getter only
2017-04-26 15:09:55.403 test-cli[60766:34011371] [PASS] instance property getter only 1
2017-04-26 15:09:55.403 test-cli[60766:34011371] [PASS] instance property getter only 2
2017-04-26 15:09:55.403 test-cli[60766:34011371] [PASS] instance property getter
2017-04-26 15:09:55.403 test-cli[60766:34011371] [PASS] instance property setter
2017-04-26 15:09:55.403 test-cli[60766:34011371] [PASS] no namespace
2017-04-26 15:09:55.404 test-cli[60766:34011371] [PASS] single namespace
2017-04-26 15:09:55.404 test-cli[60766:34011371] [PASS] nested namespaces
Performance (debug)
time ./debug/perf-cli
0.12 real 0.09 user 0.00 sys
Performance (release)
time ./release/perf-cli
0.10 real 0.09 user 0.00 sys
xcodebuild test -project libmanaged/*.xcodeproj -scheme Tests
2017-04-26 15:09:56.284 xcodebuild[60775:34011421] IDETestOperationsObserverDebug: Writing diagnostic log for test session to:
/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Logs/Test/59E0516F-5304-4FE8-B4CE-24CCD687C7F9/Session-Tests-2017-04-26_150956-YVARsP.log
2017-04-26 15:09:56.284 xcodebuild[60775:34011401] [MT] IDETestOperationsObserverDebug: (0AFDEA00-75B4-4D88-9006-84D5CCC9BCC4) Beginning test session Tests-0AFDEA00-75B4-4D88-9006-84D5CCC9BCC4 at 2017-04-26 15:09:56.284 with Xcode 8E162 on target <DVTLocalComputer: 0x7f9bc6a64d70 (My Mac | x86_64h)> (10.12.4 (16E195))
=== BUILD TARGET Tests OF PROJECT libmanaged WITH CONFIGURATION Debug ===
Check dependencies
Create product structure
/bin/mkdir -p /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug/Tests.xctest/Contents/Resources
PhaseScriptExecution Run\ Script /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/Script-7E415BAF1E9298880071BFCE.sh
cd /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged
export ACTION=build
export ALTERNATE_GROUP=staff
export ALTERNATE_MODE=u+w,go-w,a+rX
export ALTERNATE_OWNER=vidondai
export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
export ALWAYS_SEARCH_USER_PATHS=YES
export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
export APPLE_INTERNAL_DIR=/AppleInternal
export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
export APPLICATION_EXTENSION_API_ONLY=NO
export APPLY_RULES_IN_COPY_FILES=NO
export ARCHS=x86_64
export ARCHS_STANDARD=x86_64
export ARCHS_STANDARD_32_64_BIT="x86_64 i386"
export ARCHS_STANDARD_32_BIT=i386
export ARCHS_STANDARD_64_BIT=x86_64
export ARCHS_STANDARD_INCLUDING_64_BIT=x86_64
export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"
export BITCODE_GENERATION_MODE=marker
export BUILD_ACTIVE_RESOURCES_ONLY=NO
export BUILD_COMPONENTS="headers build"
export BUILD_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products
export BUILD_ROOT=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products
export BUILD_STYLE=
export BUILD_VARIANTS=normal
export BUILT_PRODUCTS_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug
export CACHE_ROOT=/var/folders/ky/7f6l0rsj28zg4c88t4yj0cyh0000gn/C/com.apple.DeveloperTools/8.3-8E162/Xcode
export CCHROOT=/var/folders/ky/7f6l0rsj28zg4c88t4yj0cyh0000gn/C/com.apple.DeveloperTools/8.3-8E162/Xcode
export CHMOD=/bin/chmod
export CHOWN=/usr/sbin/chown
export CLANG_ANALYZER_NONNULL=YES
export CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION=YES_AGGRESSIVE
export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
export CLANG_CXX_LIBRARY=libc++
export CLANG_ENABLE_MODULES=YES
export CLANG_ENABLE_OBJC_ARC=YES
export CLANG_MODULES_BUILD_SESSION_FILE=/Users/vidondai/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation
export CLANG_WARN_BOOL_CONVERSION=YES
export CLANG_WARN_CONSTANT_CONVERSION=YES
export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
export CLANG_WARN_DOCUMENTATION_COMMENTS=YES
export CLANG_WARN_EMPTY_BODY=YES
export CLANG_WARN_ENUM_CONVERSION=YES
export CLANG_WARN_INFINITE_RECURSION=YES
export CLANG_WARN_INT_CONVERSION=YES
export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
export CLANG_WARN_SUSPICIOUS_MOVE=YES
export CLANG_WARN_UNREACHABLE_CODE=YES
export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
export CLASS_FILE_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/JavaClasses
export CLEAN_PRECOMPS=YES
export CLONE_HEADERS=NO
export CODESIGNING_FOLDER_PATH=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug/Tests.xctest
export CODE_SIGNING_ALLOWED=YES
export CODE_SIGN_IDENTITY=-
export COLOR_DIAGNOSTICS=YES
export COMBINE_HIDPI_IMAGES=YES
export COMMAND_MODE=legacy
export COMPOSITE_SDK_DIRS=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/CompositeSDKs
export COMPRESS_PNG_FILES=NO
export CONFIGURATION=Debug
export CONFIGURATION_BUILD_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug
export CONFIGURATION_TEMP_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug
export CONTENTS_FOLDER_PATH=Tests.xctest/Contents
export COPYING_PRESERVES_HFS_DATA=NO
export COPY_HEADERS_RUN_UNIFDEF=NO
export COPY_PHASE_STRIP=NO
export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
export CP=/bin/cp
export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
export CURRENT_ARCH=x86_64
export CURRENT_VARIANT=normal
export DEAD_CODE_STRIPPING=NO
export DEBUGGING_SYMBOLS=YES
export DEBUG_INFORMATION_FORMAT=dwarf
export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
export DEFAULT_KEXT_INSTALL_PATH=/Library/Extensions
export DEFINES_MODULE=NO
export DEPLOYMENT_LOCATION=NO
export DEPLOYMENT_POSTPROCESSING=NO
export DEPLOYMENT_TARGET_CLANG_ENV_NAME=MACOSX_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=mmacosx-version-min
export DEPLOYMENT_TARGET_SETTING_NAME=MACOSX_DEPLOYMENT_TARGET
export DERIVED_FILES_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/DerivedSources
export DERIVED_FILE_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/DerivedSources
export DERIVED_SOURCES_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/DerivedSources
export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode83.app/Contents/Developer/Applications
export DEVELOPER_BIN_DIR=/Applications/Xcode83.app/Contents/Developer/usr/bin
export DEVELOPER_DIR=/Applications/Xcode83.app/Contents/Developer
export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode83.app/Contents/Developer/Library/Frameworks
export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode83.app/Contents/Developer/Library/Frameworks
export DEVELOPER_LIBRARY_DIR=/Applications/Xcode83.app/Contents/Developer/Library
export DEVELOPER_SDK_DIR=/Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
export DEVELOPER_TOOLS_DIR=/Applications/Xcode83.app/Contents/Developer/Tools
export DEVELOPER_USR_DIR=/Applications/Xcode83.app/Contents/Developer/usr
export DEVELOPMENT_LANGUAGE=English
export DOCUMENTATION_FOLDER_PATH=Tests.xctest/Contents/Resources/English.lproj/Documentation
export DO_HEADER_SCANNING_IN_JAM=NO
export DSTROOT=/tmp/libmanaged.dst
export DT_TOOLCHAIN_DIR=/Applications/Xcode83.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export DWARF_DSYM_FILE_NAME=Tests.xctest.dSYM
export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
export DWARF_DSYM_FOLDER_PATH=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug
export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
export EMBEDDED_PROFILE_NAME=embedded.provisionprofile
export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
export ENABLE_BITCODE=NO
export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
export ENABLE_HEADER_DEPENDENCIES=YES
export ENABLE_ON_DEMAND_RESOURCES=NO
export ENABLE_STRICT_OBJC_MSGSEND=YES
export ENABLE_TESTABILITY=YES
export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
export EXECUTABLES_FOLDER_PATH=Tests.xctest/Contents/Executables
export EXECUTABLE_FOLDER_PATH=Tests.xctest/Contents/MacOS
export EXECUTABLE_NAME=Tests
export EXECUTABLE_PATH=Tests.xctest/Contents/MacOS/Tests
export EXPANDED_CODE_SIGN_IDENTITY=-
export EXPANDED_CODE_SIGN_IDENTITY_NAME=-
export EXPANDED_PROVISIONING_PROFILE=
export FILE_LIST=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/Objects/LinkFileList
export FIXED_FILES_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/FixedFiles
export FRAMEWORKS_FOLDER_PATH=Tests.xctest/Contents/Frameworks
export FRAMEWORK_FLAG_PREFIX=-framework
export FRAMEWORK_SEARCH_PATHS="/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug "
export FRAMEWORK_VERSION=A
export FULL_PRODUCT_NAME=Tests.xctest
export GCC3_VERSION=3.3
export GCC_C_LANGUAGE_STANDARD=gnu99
export GCC_DYNAMIC_NO_PIC=NO
export GCC_INLINES_ARE_PRIVATE_EXTERN=YES
export GCC_NO_COMMON_BLOCKS=YES
export GCC_OPTIMIZATION_LEVEL=0
export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
export GCC_PREPROCESSOR_DEFINITIONS="DEBUG=1 "
export GCC_TREAT_WARNINGS_AS_ERRORS=NO
export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
export GCC_WARN_UNDECLARED_SELECTOR=YES
export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
export GCC_WARN_UNUSED_FUNCTION=YES
export GCC_WARN_UNUSED_VARIABLE=YES
export GENERATE_MASTER_OBJECT_FILE=NO
export GENERATE_PKGINFO_FILE=NO
export GENERATE_PROFILING_CODE=NO
export GENERATE_TEXT_BASED_STUBS=NO
export GID=20
export GROUP=staff
export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
export HEADERMAP_USES_VFS=NO
export HEADER_SEARCH_PATHS="/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug/include ../debug"
export HIDE_BITCODE_SYMBOLS=YES
export HOME=/Users/vidondai
export ICONV=/usr/bin/iconv
export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
export INFOPLIST_FILE=Tests/Info.plist
export INFOPLIST_OUTPUT_FORMAT=same-as-input
export INFOPLIST_PATH=Tests.xctest/Contents/Info.plist
export INFOPLIST_PREPROCESS=NO
export INFOSTRINGS_PATH=Tests.xctest/Contents/Resources/English.lproj/InfoPlist.strings
export INLINE_PRIVATE_FRAMEWORKS=NO
export INSTALLHDRS_COPY_PHASE=NO
export INSTALLHDRS_SCRIPT_PHASE=NO
export INSTALL_DIR=/tmp/libmanaged.dst
export INSTALL_GROUP=staff
export INSTALL_MODE_FLAG=u+w,go-w,a+rX
export INSTALL_OWNER=vidondai
export INSTALL_ROOT=/tmp/libmanaged.dst
export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
export JAVA_ARCHIVE_CLASSES=YES
export JAVA_ARCHIVE_TYPE=JAR
export JAVA_COMPILER=/usr/bin/javac
export JAVA_FOLDER_PATH=Tests.xctest/Contents/Resources/Java
export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
export JAVA_JAR_FLAGS=cv
export JAVA_SOURCE_SUBDIR=.
export JAVA_USE_DEPENDENCIES=YES
export JAVA_ZIP_FLAGS=-urg
export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
export KEEP_PRIVATE_EXTERNS=NO
export LD_DEPENDENCY_INFO_FILE=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/Objects-normal/x86_64/Tests_dependency_info.dat
export LD_GENERATE_MAP_FILE=NO
export LD_MAP_FILE_PATH=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/Tests-LinkMap-normal-x86_64.txt
export LD_NO_PIE=NO
export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
export LD_RUNPATH_SEARCH_PATHS=" @executable_path/../Frameworks @loader_path/../Frameworks"
export LEGACY_DEVELOPER_DIR=/Applications/Xcode83.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
export LEX=lex
export LIBRARY_FLAG_NOSPACE=YES
export LIBRARY_FLAG_PREFIX=-l
export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
export LIBRARY_SEARCH_PATHS="/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug ../debug /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged"
export LINKER_DISPLAYS_MANGLED_NAMES=NO
export LINK_FILE_LIST_normal_x86_64=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/Objects-normal/x86_64/Tests.LinkFileList
export LINK_WITH_STANDARD_LIBRARIES=YES
export LOCALIZABLE_CONTENT_DIR=
export LOCALIZED_RESOURCES_FOLDER_PATH=Tests.xctest/Contents/Resources/English.lproj
export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
export LOCAL_APPS_DIR=/Applications
export LOCAL_DEVELOPER_DIR=/Library/Developer
export LOCAL_LIBRARY_DIR=/Library
export LOCROOT=
export LOCSYMROOT=
export MACH_O_TYPE=mh_bundle
export MACOSX_DEPLOYMENT_TARGET=10.12
export MAC_OS_X_PRODUCT_BUILD_VERSION=16E195
export MAC_OS_X_VERSION_ACTUAL=101204
export MAC_OS_X_VERSION_MAJOR=101200
export MAC_OS_X_VERSION_MINOR=1204
export METAL_LIBRARY_FILE_BASE=default
export METAL_LIBRARY_OUTPUT_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug/Tests.xctest/Contents/Resources
export MODULE_CACHE_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/ModuleCache
export MTL_ENABLE_DEBUG_INFO=YES
export NATIVE_ARCH=i386
export NATIVE_ARCH_32_BIT=i386
export NATIVE_ARCH_64_BIT=x86_64
export NATIVE_ARCH_ACTUAL=x86_64
export NO_COMMON=YES
export OBJECT_FILE_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/Objects
export OBJECT_FILE_DIR_normal=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/Objects-normal
export OBJROOT=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates
export ONLY_ACTIVE_ARCH=YES
export OS=MACOS
export OSAC=/usr/bin/osacompile
export PACKAGE_TYPE=com.apple.package-type.bundle.unit-test
export PASCAL_STRINGS=YES
export PATH="/Applications/Xcode83.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode83.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode83.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin:/Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/bin:/Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/usr/bin:/Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/usr/local/bin:/Applications/Xcode83.app/Contents/Developer/usr/bin:/Applications/Xcode83.app/Contents/Developer/usr/local/bin:/Applications/Xcode83.app/Contents/Developer/Tools:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Library/Frameworks/Mono.framework/Versions/Current/bin:/Users/vidondai/.fastlane/bin"
export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode83.app/Contents/Developer/Headers /Applications/Xcode83.app/Contents/Developer/SDKs /Applications/Xcode83.app/Contents/Developer/Platforms"
export PBDEVELOPMENTPLIST_PATH=Tests.xctest/Contents/pbdevelopment.plist
export PFE_FILE_C_DIALECTS=objective-c
export PKGINFO_FILE_PATH=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/PkgInfo
export PKGINFO_PATH=Tests.xctest/Contents/PkgInfo
export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode83.app/Contents/Developer/Applications
export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode83.app/Contents/Developer/usr/bin
export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode83.app/Contents/Developer/Library
export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode83.app/Contents/Developer/Tools
export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode83.app/Contents/Developer/usr
export PLATFORM_DIR=/Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform
export PLATFORM_DISPLAY_NAME=macOS
export PLATFORM_NAME=macosx
export PLATFORM_PREFERRED_ARCH=x86_64
export PLATFORM_PRODUCT_BUILD_VERSION=8E162
export PLIST_FILE_OUTPUT_FORMAT=same-as-input
export PLUGINS_FOLDER_PATH=Tests.xctest/Contents/PlugIns
export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
export PRECOMP_DESTINATION_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/PrefixHeaders
export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
export PRIVATE_HEADERS_FOLDER_PATH=Tests.xctest/Contents/PrivateHeaders
export PRODUCT_BUNDLE_IDENTIFIER=com.xamarin.Tests
export PRODUCT_MODULE_NAME=Tests
export PRODUCT_NAME=Tests
export PRODUCT_SETTINGS_PATH=/Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged/Tests/Info.plist
export PRODUCT_SPECIFIC_LDFLAGS="-framework XCTest"
export PRODUCT_TYPE=com.apple.product-type.bundle.unit-test
export PRODUCT_TYPE_FRAMEWORK_SEARCH_PATHS=" /Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks"
export PROFILING_CODE=NO
export PROJECT=libmanaged
export PROJECT_DERIVED_FILE_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/DerivedSources
export PROJECT_DIR=/Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged
export PROJECT_FILE_PATH=/Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged/libmanaged.xcodeproj
export PROJECT_NAME=libmanaged
export PROJECT_TEMP_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build
export PROJECT_TEMP_ROOT=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates
export PUBLIC_HEADERS_FOLDER_PATH=Tests.xctest/Contents/Headers
export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
export REMOVE_CVS_FROM_RESOURCES=YES
export REMOVE_GIT_FROM_RESOURCES=YES
export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
export REMOVE_HG_FROM_RESOURCES=YES
export REMOVE_SVN_FROM_RESOURCES=YES
export REZ_COLLECTOR_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/ResourceManagerResources
export REZ_OBJECTS_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/ResourceManagerResources/Objects
export REZ_SEARCH_PATHS="/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug "
export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
export SCRIPTS_FOLDER_PATH=Tests.xctest/Contents/Resources/Scripts
export SCRIPT_INPUT_FILE_COUNT=0
export SCRIPT_OUTPUT_FILE_COUNT=0
export SDKROOT=/Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
export SDK_DIR=/Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
export SDK_DIR_macosx10_12=/Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
export SDK_NAME=macosx10.12
export SDK_NAMES=macosx10.12
export SDK_PRODUCT_BUILD_VERSION=16E185
export SDK_VERSION=10.12
export SDK_VERSION_ACTUAL=101200
export SDK_VERSION_MAJOR=101200
export SDK_VERSION_MINOR=1200
export SED=/usr/bin/sed
export SEPARATE_STRIP=NO
export SEPARATE_SYMBOL_EDIT=NO
export SET_DIR_MODE_OWNER_GROUP=YES
export SET_FILE_MODE_OWNER_GROUP=NO
export SHALLOW_BUNDLE=NO
export SHARED_DERIVED_FILE_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug/DerivedSources
export SHARED_FRAMEWORKS_FOLDER_PATH=Tests.xctest/Contents/SharedFrameworks
export SHARED_PRECOMPS_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/PrecompiledHeaders
export SHARED_SUPPORT_FOLDER_PATH=Tests.xctest/Contents/SharedSupport
export SKIP_INSTALL=YES
export SOURCE_ROOT=/Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged
export SRCROOT=/Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged
export STRINGS_FILE_OUTPUT_ENCODING=UTF-16
export STRIP_BITCODE_FROM_COPIED_FILES=NO
export STRIP_INSTALLED_PRODUCT=YES
export STRIP_PNG_TEXT=NO
export STRIP_STYLE=non-global
export SUPPORTED_PLATFORMS=macosx
export SUPPORTS_TEXT_BASED_API=NO
export SWIFT_PLATFORM_TARGET_PREFIX=macosx
export SYMROOT=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products
export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
export SYSTEM_APPS_DIR=/Applications
export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
export SYSTEM_DEMOS_DIR=/Applications/Extras
export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode83.app/Contents/Developer/Applications
export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode83.app/Contents/Developer/usr/bin
export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode83.app/Contents/Developer/Applications/Utilities/Built Examples"
export SYSTEM_DEVELOPER_DIR=/Applications/Xcode83.app/Contents/Developer
export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode83.app/Contents/Developer/ADC Reference Library"
export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode83.app/Contents/Developer/Applications/Graphics Tools"
export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode83.app/Contents/Developer/Applications/Java Tools"
export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode83.app/Contents/Developer/Applications/Performance Tools"
export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode83.app/Contents/Developer/ADC Reference Library/releasenotes"
export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode83.app/Contents/Developer/Tools
export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode83.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode83.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode83.app/Contents/Developer/usr
export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode83.app/Contents/Developer/Applications/Utilities
export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
export SYSTEM_LIBRARY_DIR=/System/Library
export TAPI_VERIFY_MODE=ErrorsOnly
export TARGETNAME=Tests
export TARGET_BUILD_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug
export TARGET_NAME=Tests
export TARGET_TEMP_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build
export TEMP_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build
export TEMP_FILES_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build
export TEMP_FILE_DIR=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build
export TEMP_ROOT=/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates
export TEST_FRAMEWORK_SEARCH_PATHS=" /Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks"
export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
export TOOLCHAIN_DIR=/Applications/Xcode83.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
export UID=501
export UNLOCALIZED_RESOURCES_FOLDER_PATH=Tests.xctest/Contents/Resources
export UNSTRIPPED_PRODUCT=NO
export USER=vidondai
export USER_APPS_DIR=/Users/vidondai/Applications
export USER_HEADER_SEARCH_PATHS="/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0/**"
export USER_LIBRARY_DIR=/Users/vidondai/Library
export USE_DYNAMIC_NO_PIC=YES
export USE_HEADERMAP=YES
export USE_HEADER_SYMLINKS=NO
export VALIDATE_PRODUCT=NO
export VALID_ARCHS="i386 x86_64"
export VERBOSE_PBXCP=NO
export VERSIONPLIST_PATH=Tests.xctest/Contents/version.plist
export VERSION_INFO_BUILDER=vidondai
export VERSION_INFO_FILE=Tests_vers.c
export VERSION_INFO_STRING="\"@(#)PROGRAM:Tests PROJECT:libmanaged-\""
export WRAPPER_EXTENSION=xctest
export WRAPPER_NAME=Tests.xctest
export WRAPPER_SUFFIX=.xctest
export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
export XCODE_APP_SUPPORT_DIR=/Applications/Xcode83.app/Contents/Developer/Library/Xcode
export XCODE_PRODUCT_BUILD_VERSION=8E162
export XCODE_VERSION_ACTUAL=0830
export XCODE_VERSION_MAJOR=0800
export XCODE_VERSION_MINOR=0830
export XPCSERVICES_FOLDER_PATH=Tests.xctest/Contents/XPCServices
export YACC=yacc
export _WRAPPER_CONTENTS_DIR=Contents
export _WRAPPER_RESOURCES_DIR=Resources
export arch=x86_64
export diagnostic_message_length=283
export variant=normal
/bin/sh -c /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/Script-7E415BAF1E9298880071BFCE.sh
make[1]: `debug/libmanaged.dylib' is up to date.
CompileC /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/Objects-normal/x86_64/Tests.o Tests/Tests.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged
export LANG=en_US.US-ASCII
/Applications/Xcode83.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=283 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vidondai/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vidondai/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.12 -g -Wno-sign-conversion -Winfinite-recursion -I/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/Tests.hmap -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0 -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0/mono -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0/mono/cil -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0/mono/jit -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0/mono/metadata -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0/mono/utils -I/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug/include -I../debug -I/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/DerivedSources/x86_64 -I/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/DerivedSources -F/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug -F/Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -MMD -MT dependencies -MF /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/Objects-normal/x86_64/Tests.d --serialize-diagnostics /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/Objects-normal/x86_64/Tests.dia -c /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged/Tests/Tests.m -o /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/Objects-normal/x86_64/Tests.o
/Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged/Tests/Tests.m:19:2: warning: implicit declaration of function 'mono_embeddinator_set_assembly_path' is invalid in C99 [-Wimplicit-function-declaration]
mono_embeddinator_set_assembly_path ([path UTF8String]);
^
1 warning generated.
Ld /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug/Tests.xctest/Contents/MacOS/Tests normal x86_64
cd /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged
export MACOSX_DEPLOYMENT_TARGET=10.12
/Applications/Xcode83.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -bundle -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -L/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug -L../debug -L/Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged -F/Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug -F/Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/Objects-normal/x86_64/Tests.LinkFileList -Xlinker -rpath -Xlinker @executable_path/../Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -mmacosx-version-min=10.12 -Xlinker -object_path_lto -Xlinker /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/Objects-normal/x86_64/Tests_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-arc -fobjc-link-runtime -framework XCTest -lmanaged -Xlinker -dependency_info -Xlinker /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Intermediates/libmanaged.build/Debug/Tests.build/Objects-normal/x86_64/Tests_dependency_info.dat -o /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug/Tests.xctest/Contents/MacOS/Tests
CpResource /Users/vidondai/Documents/Embeddinator-4000/tests/managed/bin/Debug/managed.pdb /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug/Tests.xctest/Contents/Resources/managed.pdb
cd /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/vidondai/Documents/Embeddinator-4000/tests/managed/bin/Debug/managed.pdb /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug/Tests.xctest/Contents/Resources
CpResource /Users/vidondai/Documents/Embeddinator-4000/tests/managed/bin/Debug/managed.dll /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug/Tests.xctest/Contents/Resources/managed.dll
cd /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/vidondai/Documents/Embeddinator-4000/tests/managed/bin/Debug/managed.dll /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug/Tests.xctest/Contents/Resources
CpResource /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/debug/libmanaged.dylib.dSYM /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug/Tests.xctest/Contents/Resources/libmanaged.dylib.dSYM
cd /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/debug/libmanaged.dylib.dSYM /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug/Tests.xctest/Contents/Resources
PBXCp /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/debug/libmanaged.dylib /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug/Tests.xctest/Contents/Frameworks/libmanaged.dylib
cd /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/debug/libmanaged.dylib /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug/Tests.xctest/Contents/Frameworks
CodeSign /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug/Tests.xctest/Contents/Frameworks/libmanaged.dylib
cd /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged
export CODESIGN_ALLOCATE=/Applications/Xcode83.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
Signing Identity: "-"
/usr/bin/codesign --force --sign - --preserve-metadata=identifier,entitlements,flags --timestamp=none /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug/Tests.xctest/Contents/Frameworks/libmanaged.dylib
Touch /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug/Tests.xctest
cd /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged
/usr/bin/touch -c /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug/Tests.xctest
CodeSign /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug/Tests.xctest
cd /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged
export CODESIGN_ALLOCATE=/Applications/Xcode83.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
Signing Identity: "-"
/usr/bin/codesign --force --sign - --timestamp=none /Users/vidondai/Library/Developer/Xcode/DerivedData/libmanaged-guzmtyqcdjtzcdgatcxqtjknsuul/Build/Products/Debug/Tests.xctest
Test Suite 'All tests' started at 2017-04-26 15:09:57.455
Test Suite 'Tests.xctest' started at 2017-04-26 15:09:57.455
Test Suite 'Tests' started at 2017-04-26 15:09:57.456
Test Case '-[Tests testCategories]' started.
Test Case '-[Tests testCategories]' passed (0.090 seconds).
Test Case '-[Tests testComparable]' started.
Test Case '-[Tests testComparable]' passed (0.002 seconds).
Test Case '-[Tests testConstructors]' started.
Test Case '-[Tests testConstructors]' passed (0.002 seconds).
Test Case '-[Tests testDuplicateNaming]' started.
Test Case '-[Tests testDuplicateNaming]' passed (0.002 seconds).
Test Case '-[Tests testEnums]' started.
Test Case '-[Tests testEnums]' passed (0.001 seconds).
Test Case '-[Tests testExceptions]' started.
Test Case '-[Tests testExceptions]' passed (0.005 seconds).
Test Case '-[Tests testFieldsInReference]' started.
Test Case '-[Tests testFieldsInReference]' passed (0.011 seconds).
Test Case '-[Tests testFieldsInValueType]' started.
Test Case '-[Tests testFieldsInValueType]' passed (0.000 seconds).
Test Case '-[Tests testHash]' started.
Test Case '-[Tests testHash]' passed (0.000 seconds).
Test Case '-[Tests testIsEqual]' started.
Test Case '-[Tests testIsEqual]' passed (0.001 seconds).
Test Case '-[Tests testMethods]' started.
Test Case '-[Tests testMethods]' passed (0.005 seconds).
Test Case '-[Tests testNamespaces]' started.
Test Case '-[Tests testNamespaces]' passed (0.001 seconds).
Test Case '-[Tests testObjectIndexedSubscripting]' started.
Test Case '-[Tests testObjectIndexedSubscripting]' passed (0.011 seconds).
Test Case '-[Tests testObjectKeyedSubscripting]' started.
Test Case '-[Tests testObjectKeyedSubscripting]' passed (0.018 seconds).
Test Case '-[Tests testProperties]' started.
Test Case '-[Tests testProperties]' passed (0.002 seconds).
Test Case '-[Tests testStaticCallPerformance]' started.
/Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged/Tests/Tests.m:362: Test Case '-[Tests testStaticCallPerformance]' measured [Time, seconds] average: 0.085, relative standard deviation: 4.699%, values: [0.083966, 0.082242, 0.083446, 0.082229, 0.082376, 0.082273, 0.082216, 0.083896, 0.090150, 0.094522], performanceMetricID:com.apple.XCTPerformanceMetric_WallClockTime, baselineName: "", baselineAverage: , maxPercentRegression: 10.000%, maxPercentRelativeStandardDeviation: 10.000%, maxRegression: 0.100, maxStandardDeviation: 0.100
Test Case '-[Tests testStaticCallPerformance]' passed (1.174 seconds).
Test Case '-[Tests testStructs]' started.
Test Case '-[Tests testStructs]' passed (0.001 seconds).
Test Case '-[Tests testTypes]' started.
Test Case '-[Tests testTypes]' passed (0.002 seconds).
Test Suite 'Tests' passed at 2017-04-26 15:09:58.789.
Executed 18 tests, with 0 failures (0 unexpected) in 1.329 (1.333) seconds
Test Suite 'Tests.xctest' passed at 2017-04-26 15:09:58.789.
Executed 18 tests, with 0 failures (0 unexpected) in 1.329 (1.334) seconds
Test Suite 'All tests' passed at 2017-04-26 15:09:58.789.
Executed 18 tests, with 0 failures (0 unexpected) in 1.329 (1.334) seconds
** TEST SUCCEEDED **
mono --debug ../leaktest/bin/Debug/leaktest.exe /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/debug/test-cli
Executing: /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/debug/test-cli
test-cli(60807,0x7fffe9f4e3c0) malloc: stack logs being written into /tmp/stack-logs.60807.10ffe6000.test-cli.Mhaw05.index
test-cli(60807,0x7fffe9f4e3c0) malloc: recording malloc and VM allocation stacks to disk using standard recorder
test-cli(60807,0x7fffe9f4e3c0) malloc: enabling scribbling to detect mods to free blocks
test-cli(60807,0x7fffe9f4e3c0) malloc: process 60214 no longer exists, stack logs deleted from /tmp/stack-logs.60214.10dc8a000.DTServiceHub.3iguC
2017-04-26 15:09:59.123 test-cli[60807:34011706] [PASS] static property getter only
2017-04-26 15:09:59.123 test-cli[60807:34011706] [PASS] static property getter
2017-04-26 15:09:59.124 test-cli[60807:34011706] [PASS] static property setter check
2017-04-26 15:09:59.124 test-cli[60807:34011706] [PASS] static property getter only
2017-04-26 15:09:59.125 test-cli[60807:34011706] [PASS] instance property getter only 1
2017-04-26 15:09:59.125 test-cli[60807:34011706] [PASS] instance property getter only 2
2017-04-26 15:09:59.125 test-cli[60807:34011706] [PASS] instance property getter
2017-04-26 15:09:59.126 test-cli[60807:34011706] [PASS] instance property setter
2017-04-26 15:09:59.126 test-cli[60807:34011706] [PASS] no namespace
2017-04-26 15:09:59.127 test-cli[60807:34011706] [PASS] single namespace
2017-04-26 15:09:59.127 test-cli[60807:34011706] [PASS] nested namespaces
Checking for leaks
Performing leak test...
xcrun leaks 60807 -exclude mono_save_seq_point_info -exclude create_internal_thread_object -exclude mono_thread_attach_internal -exclude mono_thread_set_name_internal -exclude mono_assembly_load_from_full -exclude load_aot_module
Process: test-cli [60807]
Path: /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/debug/test-cli
Load Address: 0x10ffe1000
Identifier: test-cli
Version: 0
Code Type: X86-64
Parent Process: mono-sgen32 [60806]
Date/Time: 2017-04-26 15:09:59.235 -0400
Launch Time: 2017-04-26 15:09:59.090 -0400
OS Version: Mac OS X 10.12.4 (16E195)
Report Version: 7
Analysis Tool: /Applications/Xcode83.app/Contents/Developer/usr/bin/leaks
Analysis Tool Version: Xcode 8.3 (8E162)
----
leaks Report Version: 2.0
Process 60807: 7360 nodes malloced for 701 KB
Process 60807: 59 leaks for 8224 total leaked bytes.
59 leaks excluded (not printed)
Done performing leak test, result: 0
Waiting for app to terminate...
Leak check performed
test-cli(60807,0x7fffe9f4e3c0) malloc: stack logs deleted from /tmp/stack-logs.60807.10ffe6000.test-cli.Mhaw05.index
Done with exit code 0
mono --debug ../leaktest/bin/Debug/leaktest.exe /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/debug/perf-cli
Executing: /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/debug/perf-cli
perf-cli(60816,0x7fffe9f4e3c0) malloc: stack logs being written into /tmp/stack-logs.60816.10df3b000.perf-cli.HYsgg9.index
perf-cli(60816,0x7fffe9f4e3c0) malloc: recording malloc and VM allocation stacks to disk using standard recorder
perf-cli(60816,0x7fffe9f4e3c0) malloc: enabling scribbling to detect mods to free blocks
Checking for leaks
Performing leak test...
xcrun leaks 60816 -exclude mono_save_seq_point_info -exclude create_internal_thread_object -exclude mono_thread_attach_internal -exclude mono_thread_set_name_internal -exclude mono_assembly_load_from_full -exclude load_aot_module
Process: perf-cli [60816]
Path: /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/debug/perf-cli
Load Address: 0x10df36000
Identifier: perf-cli
Version: 0
Code Type: X86-64
Parent Process: mono-sgen32 [60815]
Date/Time: 2017-04-26 15:10:00.476 -0400
Launch Time: 2017-04-26 15:10:00.239 -0400
OS Version: Mac OS X 10.12.4 (16E195)
Report Version: 7
Analysis Tool: /Applications/Xcode83.app/Contents/Developer/usr/bin/leaks
Analysis Tool Version: Xcode 8.3 (8E162)
----
leaks Report Version: 2.0
Process 60816: 7203 nodes malloced for 683 KB
Process 60816: 41 leaks for 5760 total leaked bytes.
41 leaks excluded (not printed)
Done performing leak test, result: 0
Waiting for app to terminate...
Leak check performed
perf-cli(60816,0x7fffe9f4e3c0) malloc: stack logs deleted from /tmp/stack-logs.60816.10df3b000.perf-cli.HYsgg9.index
Done with exit code 0
rm -Rf libmanaged/Tests.xctest
xcodebuild -quiet build-for-testing -project libmanaged/*.xcodeproj -scheme Tests CONFIGURATION_BUILD_DIR=/Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged
=== BUILD TARGET Tests OF PROJECT libmanaged WITH CONFIGURATION Debug ===
/Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged/Tests/Tests.m:19:2: warning: implicit declaration of function 'mono_embeddinator_set_assembly_path' is invalid in C99 [-Wimplicit-function-declaration]
mono_embeddinator_set_assembly_path ([path UTF8String]);
^
1 warning generated.
mono --debug ../leaktest/bin/Debug/leaktest.exe `xcrun -f xctest` -XCTest All /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged/Tests.xctest
Executing: /Applications/Xcode83.app/Contents/Developer/usr/bin/xctest "-XCTest" "All" "/Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged/Tests.xctest"
xctest(60846,0x7fffe9f4e3c0) malloc: stack logs being written into /tmp/stack-logs.60846.1061e4000.xctest.dsA3BV.index
xctest(60846,0x7fffe9f4e3c0) malloc: recording malloc and VM allocation stacks to disk using standard recorder
xctest(60846,0x7fffe9f4e3c0) malloc: enabling scribbling to detect mods to free blocks
Test Suite 'All tests' started at 2017-04-26 15:10:03.019
Test Suite 'Tests.xctest' started at 2017-04-26 15:10:03.020
Test Suite 'Tests' started at 2017-04-26 15:10:03.020
Test Case '-[Tests testCategories]' started.
Test Case '-[Tests testCategories]' passed (0.103 seconds).
Test Case '-[Tests testComparable]' started.
Test Case '-[Tests testComparable]' passed (0.005 seconds).
Test Case '-[Tests testConstructors]' started.
Test Case '-[Tests testConstructors]' passed (0.008 seconds).
Test Case '-[Tests testDuplicateNaming]' started.
Test Case '-[Tests testDuplicateNaming]' passed (0.004 seconds).
Test Case '-[Tests testEnums]' started.
Test Case '-[Tests testEnums]' passed (0.001 seconds).
Test Case '-[Tests testExceptions]' started.
Test Case '-[Tests testExceptions]' passed (0.030 seconds).
Test Case '-[Tests testFieldsInReference]' started.
Test Case '-[Tests testFieldsInReference]' passed (0.002 seconds).
Test Case '-[Tests testFieldsInValueType]' started.
Test Case '-[Tests testFieldsInValueType]' passed (0.001 seconds).
Test Case '-[Tests testHash]' started.
Test Case '-[Tests testHash]' passed (0.001 seconds).
Test Case '-[Tests testIsEqual]' started.
Test Case '-[Tests testIsEqual]' passed (0.001 seconds).
Test Case '-[Tests testMethods]' started.
Test Case '-[Tests testMethods]' passed (0.020 seconds).
Test Case '-[Tests testNamespaces]' started.
Test Case '-[Tests testNamespaces]' passed (0.004 seconds).
Test Case '-[Tests testObjectIndexedSubscripting]' started.
Test Case '-[Tests testObjectIndexedSubscripting]' passed (0.039 seconds).
Test Case '-[Tests testObjectKeyedSubscripting]' started.
Test Case '-[Tests testObjectKeyedSubscripting]' passed (0.093 seconds).
Test Case '-[Tests testProperties]' started.
Test Case '-[Tests testProperties]' passed (0.007 seconds).
Test Case '-[Tests testStaticCallPerformance]' started.
/Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/libmanaged/Tests/Tests.m:362: Test Case '-[Tests testStaticCallPerformance]' measured [Time, seconds] average: 0.084, relative standard deviation: 0.768%, values: [0.085616, 0.083931, 0.083790, 0.083817, 0.083898, 0.084364, 0.085282, 0.083998, 0.083893, 0.083595], performanceMetricID:com.apple.XCTPerformanceMetric_WallClockTime, baselineName: "", baselineAverage: , maxPercentRegression: 10.000%, maxPercentRelativeStandardDeviation: 10.000%, maxRegression: 0.100, maxStandardDeviation: 0.100
Test Case '-[Tests testStaticCallPerformance]' passed (1.175 seconds).
Test Case '-[Tests testStructs]' started.
Test Case '-[Tests testStructs]' passed (0.004 seconds).
Test Case '-[Tests testTypes]' started.
Test Case '-[Tests testTypes]' passed (0.007 seconds).
Test Suite 'Tests' passed at 2017-04-26 15:10:04.525.
Executed 18 tests, with 0 failures (0 unexpected) in 1.503 (1.505) seconds
Test Suite 'Tests.xctest' passed at 2017-04-26 15:10:04.525.
Executed 18 tests, with 0 failures (0 unexpected) in 1.503 (1.505) seconds
Test Suite 'All tests' passed at 2017-04-26 15:10:04.525.
Executed 18 tests, with 0 failures (0 unexpected) in 1.503 (1.506) seconds
Checking for leaks
Performing leak test...
xcrun leaks 60846 -exclude mono_save_seq_point_info -exclude create_internal_thread_object -exclude mono_thread_attach_internal -exclude mono_thread_set_name_internal -exclude mono_assembly_load_from_full -exclude load_aot_module
Process: xctest [60846]
Path: /Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Agents/xctest
Load Address: 0x1061db000
Identifier: xctest
Version: 12124
Code Type: X86-64
Parent Process: mono-sgen32 [60843]
Date/Time: 2017-04-26 15:10:04.647 -0400
Launch Time: 2017-04-26 15:10:02.968 -0400
OS Version: Mac OS X 10.12.4 (16E195)
Report Version: 7
Analysis Tool: /Applications/Xcode83.app/Contents/Developer/usr/bin/leaks
Analysis Tool Version: Xcode 8.3 (8E162)
----
leaks Report Version: 2.0
Process 60846: 40255 nodes malloced for 5002 KB
Process 60846: 697 leaks for 110432 total leaked bytes.
697 leaks excluded (not printed)
Done performing leak test, result: 0
Waiting for app to terminate...
Leak check performed
xctest(60846,0x7fffe9f4e3c0) malloc: stack logs deleted from /tmp/stack-logs.60846.1061e4000.xctest.dsA3BV.index
Done with exit code 0
/Library/Frameworks/Mono.framework/Versions/Current/Commands/mono --debug ../../objcgen/bin/Debug/objcgen.exe --debug ../managed/bin/Debug/managed.dll -c --outdir=build/test-static-macos-temp-dir --target=staticlibrary --platform=macos
Parsing assemblies...
Parsed '../managed/bin/Debug/managed.dll'
Processing assemblies...
71 types found
warning EM1041: Indexed properties on DuplicateIndexedProperties is not generated because multiple indexed properties not supported.
Generating binding code...
Generated: build/test-static-macos-temp-dir/bindings.h
Generated: build/test-static-macos-temp-dir/bindings.m
Generated: build/test-static-macos-temp-dir/embeddinator.h
Generated: build/test-static-macos-temp-dir/glib.h
Generated: build/test-static-macos-temp-dir/mono_embeddinator.h
Generated: build/test-static-macos-temp-dir/mono-support.h
Generated: build/test-static-macos-temp-dir/objc-support.h
Generated: build/test-static-macos-temp-dir/glib.c
Generated: build/test-static-macos-temp-dir/mono_embeddinator.c
Generated: build/test-static-macos-temp-dir/main.c
Generated: build/test-static-macos-temp-dir/objc-support.m
Compiling binding code...
xcode-select -p
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0 -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-macos-temp-dir/glib.c -o build/test-static-macos-temp-dir/i386/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0 -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-macos-temp-dir/mono_embeddinator.c -o build/test-static-macos-temp-dir/i386/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0 -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-macos-temp-dir/objc-support.m -o build/test-static-macos-temp-dir/i386/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0 -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-macos-temp-dir/bindings.m -o build/test-static-macos-temp-dir/i386/bindings.o
xcrun ar cru build/test-static-macos-temp-dir/i386/managed.a build/test-static-macos-temp-dir/i386/glib.o build/test-static-macos-temp-dir/i386/mono_embeddinator.o build/test-static-macos-temp-dir/i386/objc-support.o build/test-static-macos-temp-dir/i386/bindings.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0 -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-macos-temp-dir/glib.c -o build/test-static-macos-temp-dir/x86_64/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0 -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-macos-temp-dir/mono_embeddinator.c -o build/test-static-macos-temp-dir/x86_64/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0 -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-macos-temp-dir/objc-support.m -o build/test-static-macos-temp-dir/x86_64/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0 -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-macos-temp-dir/bindings.m -o build/test-static-macos-temp-dir/x86_64/bindings.o
xcrun ar cru build/test-static-macos-temp-dir/x86_64/managed.a build/test-static-macos-temp-dir/x86_64/glib.o build/test-static-macos-temp-dir/x86_64/mono_embeddinator.o build/test-static-macos-temp-dir/x86_64/objc-support.o build/test-static-macos-temp-dir/x86_64/bindings.o
xcrun lipo build/test-static-macos-temp-dir/i386/managed.a build/test-static-macos-temp-dir/x86_64/managed.a -create -output build/test-static-macos-temp-dir/MacOSX/managed.a
xcrun lipo build/test-static-macos-temp-dir/i386/managed.a build/test-static-macos-temp-dir/x86_64/managed.a -create -output build/test-static-macos-temp-dir/managed.a
Done
/Library/Frameworks/Mono.framework/Versions/Current/Commands/mono --debug ../../objcgen/bin/Debug/objcgen.exe --debug ../managed/bin/Debug/managed.dll -c --outdir=build/test-static-ios-temp-dir --target=staticlibrary --platform=ios
Parsing assemblies...
Parsed '../managed/bin/Debug/managed.dll'
Processing assemblies...
71 types found
warning EM1041: Indexed properties on DuplicateIndexedProperties is not generated because multiple indexed properties not supported.
Generating binding code...
Generated: build/test-static-ios-temp-dir/bindings.h
Generated: build/test-static-ios-temp-dir/bindings.m
Generated: build/test-static-ios-temp-dir/embeddinator.h
Generated: build/test-static-ios-temp-dir/glib.h
Generated: build/test-static-ios-temp-dir/mono_embeddinator.h
Generated: build/test-static-ios-temp-dir/mono-support.h
Generated: build/test-static-ios-temp-dir/objc-support.h
Generated: build/test-static-ios-temp-dir/glib.c
Generated: build/test-static-ios-temp-dir/mono_embeddinator.c
Generated: build/test-static-ios-temp-dir/main.c
Generated: build/test-static-ios-temp-dir/objc-support.m
Compiling binding code...
xcode-select -p
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-ios-temp-dir/glib.c -o build/test-static-ios-temp-dir/armv7/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-ios-temp-dir/mono_embeddinator.c -o build/test-static-ios-temp-dir/armv7/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-ios-temp-dir/objc-support.m -o build/test-static-ios-temp-dir/armv7/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-ios-temp-dir/bindings.m -o build/test-static-ios-temp-dir/armv7/bindings.o
xcrun ar cru build/test-static-ios-temp-dir/armv7/managed.a build/test-static-ios-temp-dir/armv7/glib.o build/test-static-ios-temp-dir/armv7/mono_embeddinator.o build/test-static-ios-temp-dir/armv7/objc-support.o build/test-static-ios-temp-dir/armv7/bindings.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7s -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-ios-temp-dir/glib.c -o build/test-static-ios-temp-dir/armv7s/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7s -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-ios-temp-dir/mono_embeddinator.c -o build/test-static-ios-temp-dir/armv7s/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7s -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-ios-temp-dir/objc-support.m -o build/test-static-ios-temp-dir/armv7s/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7s -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-ios-temp-dir/bindings.m -o build/test-static-ios-temp-dir/armv7s/bindings.o
xcrun ar cru build/test-static-ios-temp-dir/armv7s/managed.a build/test-static-ios-temp-dir/armv7s/glib.o build/test-static-ios-temp-dir/armv7s/mono_embeddinator.o build/test-static-ios-temp-dir/armv7s/objc-support.o build/test-static-ios-temp-dir/armv7s/bindings.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch arm64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-ios-temp-dir/glib.c -o build/test-static-ios-temp-dir/arm64/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch arm64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-ios-temp-dir/mono_embeddinator.c -o build/test-static-ios-temp-dir/arm64/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch arm64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-ios-temp-dir/objc-support.m -o build/test-static-ios-temp-dir/arm64/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch arm64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-ios-temp-dir/bindings.m -o build/test-static-ios-temp-dir/arm64/bindings.o
xcrun ar cru build/test-static-ios-temp-dir/arm64/managed.a build/test-static-ios-temp-dir/arm64/glib.o build/test-static-ios-temp-dir/arm64/mono_embeddinator.o build/test-static-ios-temp-dir/arm64/objc-support.o build/test-static-ios-temp-dir/arm64/bindings.o
xcrun lipo build/test-static-ios-temp-dir/armv7/managed.a build/test-static-ios-temp-dir/armv7s/managed.a build/test-static-ios-temp-dir/arm64/managed.a -create -output build/test-static-ios-temp-dir/iPhoneOS/managed.a
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-ios-temp-dir/glib.c -o build/test-static-ios-temp-dir/i386/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-ios-temp-dir/mono_embeddinator.c -o build/test-static-ios-temp-dir/i386/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-ios-temp-dir/objc-support.m -o build/test-static-ios-temp-dir/i386/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-ios-temp-dir/bindings.m -o build/test-static-ios-temp-dir/i386/bindings.o
xcrun ar cru build/test-static-ios-temp-dir/i386/managed.a build/test-static-ios-temp-dir/i386/glib.o build/test-static-ios-temp-dir/i386/mono_embeddinator.o build/test-static-ios-temp-dir/i386/objc-support.o build/test-static-ios-temp-dir/i386/bindings.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-ios-temp-dir/glib.c -o build/test-static-ios-temp-dir/x86_64/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-ios-temp-dir/mono_embeddinator.c -o build/test-static-ios-temp-dir/x86_64/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-ios-temp-dir/objc-support.m -o build/test-static-ios-temp-dir/x86_64/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-ios-temp-dir/bindings.m -o build/test-static-ios-temp-dir/x86_64/bindings.o
xcrun ar cru build/test-static-ios-temp-dir/x86_64/managed.a build/test-static-ios-temp-dir/x86_64/glib.o build/test-static-ios-temp-dir/x86_64/mono_embeddinator.o build/test-static-ios-temp-dir/x86_64/objc-support.o build/test-static-ios-temp-dir/x86_64/bindings.o
xcrun lipo build/test-static-ios-temp-dir/armv7/managed.a build/test-static-ios-temp-dir/armv7s/managed.a build/test-static-ios-temp-dir/arm64/managed.a build/test-static-ios-temp-dir/i386/managed.a build/test-static-ios-temp-dir/x86_64/managed.a -create -output build/test-static-ios-temp-dir/iPhoneSimulator/managed.a
xcrun lipo build/test-static-ios-temp-dir/armv7/managed.a build/test-static-ios-temp-dir/armv7s/managed.a build/test-static-ios-temp-dir/arm64/managed.a build/test-static-ios-temp-dir/i386/managed.a build/test-static-ios-temp-dir/x86_64/managed.a -create -output build/test-static-ios-temp-dir/managed.a
Done
/Library/Frameworks/Mono.framework/Versions/Current/Commands/mono --debug ../../objcgen/bin/Debug/objcgen.exe --debug ../managed/bin/Debug/managed.dll -c --outdir=build/test-static-tvos-temp-dir --target=staticlibrary --platform=tvos
Creating output directory `/Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-static-tvos-temp-dir`
Parsing assemblies...
Parsed '../managed/bin/Debug/managed.dll'
Processing assemblies...
71 types found
warning EM1041: Indexed properties on DuplicateIndexedProperties is not generated because multiple indexed properties not supported.
Generating binding code...
Generated: build/test-static-tvos-temp-dir/bindings.h
Generated: build/test-static-tvos-temp-dir/bindings.m
Generated: build/test-static-tvos-temp-dir/embeddinator.h
Generated: build/test-static-tvos-temp-dir/glib.h
Generated: build/test-static-tvos-temp-dir/mono_embeddinator.h
Generated: build/test-static-tvos-temp-dir/mono-support.h
Generated: build/test-static-tvos-temp-dir/objc-support.h
Generated: build/test-static-tvos-temp-dir/glib.c
Generated: build/test-static-tvos-temp-dir/mono_embeddinator.c
Generated: build/test-static-tvos-temp-dir/main.c
Generated: build/test-static-tvos-temp-dir/objc-support.m
Compiling binding code...
xcode-select -p
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch arm64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk -mtvos-version-min=9.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.AppleTVOS.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -fembed-bitcode -c build/test-static-tvos-temp-dir/glib.c -o build/test-static-tvos-temp-dir/arm64/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch arm64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk -mtvos-version-min=9.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.AppleTVOS.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -fembed-bitcode -c build/test-static-tvos-temp-dir/mono_embeddinator.c -o build/test-static-tvos-temp-dir/arm64/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch arm64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk -mtvos-version-min=9.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.AppleTVOS.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -fembed-bitcode -c build/test-static-tvos-temp-dir/objc-support.m -o build/test-static-tvos-temp-dir/arm64/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch arm64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk -mtvos-version-min=9.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.AppleTVOS.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -fembed-bitcode -c build/test-static-tvos-temp-dir/bindings.m -o build/test-static-tvos-temp-dir/arm64/bindings.o
xcrun ar cru build/test-static-tvos-temp-dir/arm64/managed.a build/test-static-tvos-temp-dir/arm64/glib.o build/test-static-tvos-temp-dir/arm64/mono_embeddinator.o build/test-static-tvos-temp-dir/arm64/objc-support.o build/test-static-tvos-temp-dir/arm64/bindings.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk -mtvos-simulator-version-min=9.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.AppleTVSimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-tvos-temp-dir/glib.c -o build/test-static-tvos-temp-dir/x86_64/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk -mtvos-simulator-version-min=9.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.AppleTVSimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-tvos-temp-dir/mono_embeddinator.c -o build/test-static-tvos-temp-dir/x86_64/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk -mtvos-simulator-version-min=9.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.AppleTVSimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-tvos-temp-dir/objc-support.m -o build/test-static-tvos-temp-dir/x86_64/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk -mtvos-simulator-version-min=9.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.AppleTVSimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-tvos-temp-dir/bindings.m -o build/test-static-tvos-temp-dir/x86_64/bindings.o
xcrun ar cru build/test-static-tvos-temp-dir/x86_64/managed.a build/test-static-tvos-temp-dir/x86_64/glib.o build/test-static-tvos-temp-dir/x86_64/mono_embeddinator.o build/test-static-tvos-temp-dir/x86_64/objc-support.o build/test-static-tvos-temp-dir/x86_64/bindings.o
xcrun lipo build/test-static-tvos-temp-dir/arm64/managed.a build/test-static-tvos-temp-dir/x86_64/managed.a -create -output build/test-static-tvos-temp-dir/AppleTVSimulator/managed.a
xcrun lipo build/test-static-tvos-temp-dir/arm64/managed.a build/test-static-tvos-temp-dir/x86_64/managed.a -create -output build/test-static-tvos-temp-dir/managed.a
Done
/Library/Frameworks/Mono.framework/Versions/Current/Commands/mono --debug ../../objcgen/bin/Debug/objcgen.exe --debug ../managed/bin/Debug/managed.dll -c --outdir=build/test-static-watchos-temp-dir --target=staticlibrary --platform=watchos
Creating output directory `/Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-static-watchos-temp-dir`
Parsing assemblies...
Parsed '../managed/bin/Debug/managed.dll'
Processing assemblies...
71 types found
warning EM1041: Indexed properties on DuplicateIndexedProperties is not generated because multiple indexed properties not supported.
Generating binding code...
Generated: build/test-static-watchos-temp-dir/bindings.h
Generated: build/test-static-watchos-temp-dir/bindings.m
Generated: build/test-static-watchos-temp-dir/embeddinator.h
Generated: build/test-static-watchos-temp-dir/glib.h
Generated: build/test-static-watchos-temp-dir/mono_embeddinator.h
Generated: build/test-static-watchos-temp-dir/mono-support.h
Generated: build/test-static-watchos-temp-dir/objc-support.h
Generated: build/test-static-watchos-temp-dir/glib.c
Generated: build/test-static-watchos-temp-dir/mono_embeddinator.c
Generated: build/test-static-watchos-temp-dir/main.c
Generated: build/test-static-watchos-temp-dir/objc-support.m
Compiling binding code...
xcode-select -p
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7k -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk -mwatchos-version-min=2.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.WatchOS.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -fembed-bitcode -c build/test-static-watchos-temp-dir/glib.c -o build/test-static-watchos-temp-dir/armv7k/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7k -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk -mwatchos-version-min=2.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.WatchOS.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -fembed-bitcode -c build/test-static-watchos-temp-dir/mono_embeddinator.c -o build/test-static-watchos-temp-dir/armv7k/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7k -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk -mwatchos-version-min=2.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.WatchOS.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -fembed-bitcode -c build/test-static-watchos-temp-dir/objc-support.m -o build/test-static-watchos-temp-dir/armv7k/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7k -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk -mwatchos-version-min=2.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.WatchOS.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -fembed-bitcode -c build/test-static-watchos-temp-dir/bindings.m -o build/test-static-watchos-temp-dir/armv7k/bindings.o
xcrun ar cru build/test-static-watchos-temp-dir/armv7k/managed.a build/test-static-watchos-temp-dir/armv7k/glib.o build/test-static-watchos-temp-dir/armv7k/mono_embeddinator.o build/test-static-watchos-temp-dir/armv7k/objc-support.o build/test-static-watchos-temp-dir/armv7k/bindings.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk -mwatchos-simulator-version-min=2.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.WatchSimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-watchos-temp-dir/glib.c -o build/test-static-watchos-temp-dir/i386/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk -mwatchos-simulator-version-min=2.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.WatchSimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-watchos-temp-dir/mono_embeddinator.c -o build/test-static-watchos-temp-dir/i386/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk -mwatchos-simulator-version-min=2.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.WatchSimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-watchos-temp-dir/objc-support.m -o build/test-static-watchos-temp-dir/i386/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk -mwatchos-simulator-version-min=2.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.WatchSimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-static-watchos-temp-dir/bindings.m -o build/test-static-watchos-temp-dir/i386/bindings.o
xcrun ar cru build/test-static-watchos-temp-dir/i386/managed.a build/test-static-watchos-temp-dir/i386/glib.o build/test-static-watchos-temp-dir/i386/mono_embeddinator.o build/test-static-watchos-temp-dir/i386/objc-support.o build/test-static-watchos-temp-dir/i386/bindings.o
xcrun lipo build/test-static-watchos-temp-dir/armv7k/managed.a build/test-static-watchos-temp-dir/i386/managed.a -create -output build/test-static-watchos-temp-dir/WatchSimulator/managed.a
xcrun lipo build/test-static-watchos-temp-dir/armv7k/managed.a build/test-static-watchos-temp-dir/i386/managed.a -create -output build/test-static-watchos-temp-dir/managed.a
Done
/Library/Frameworks/Mono.framework/Versions/Current/Commands/mono --debug ../../objcgen/bin/Debug/objcgen.exe --debug ../managed/bin/Debug/managed.dll -c --outdir=build/test-dynamic-macos-temp-dir --target=dylib --platform=macos
Creating output directory `/Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-dynamic-macos-temp-dir`
Parsing assemblies...
Parsed '../managed/bin/Debug/managed.dll'
Processing assemblies...
71 types found
warning EM1041: Indexed properties on DuplicateIndexedProperties is not generated because multiple indexed properties not supported.
Generating binding code...
Generated: build/test-dynamic-macos-temp-dir/bindings.h
Generated: build/test-dynamic-macos-temp-dir/bindings.m
Generated: build/test-dynamic-macos-temp-dir/embeddinator.h
Generated: build/test-dynamic-macos-temp-dir/glib.h
Generated: build/test-dynamic-macos-temp-dir/mono_embeddinator.h
Generated: build/test-dynamic-macos-temp-dir/mono-support.h
Generated: build/test-dynamic-macos-temp-dir/objc-support.h
Generated: build/test-dynamic-macos-temp-dir/glib.c
Generated: build/test-dynamic-macos-temp-dir/mono_embeddinator.c
Generated: build/test-dynamic-macos-temp-dir/objc-support.m
Compiling binding code...
xcode-select -p
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0 -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-macos-temp-dir/glib.c -o build/test-dynamic-macos-temp-dir/i386/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0 -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-macos-temp-dir/mono_embeddinator.c -o build/test-dynamic-macos-temp-dir/i386/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0 -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-macos-temp-dir/objc-support.m -o build/test-dynamic-macos-temp-dir/i386/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0 -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-macos-temp-dir/bindings.m -o build/test-dynamic-macos-temp-dir/i386/bindings.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0 -dynamiclib -lobjc -framework CoreFoundation -framework Foundation -install_name @rpath/libmanaged.dylib build/test-dynamic-macos-temp-dir/i386/glib.o build/test-dynamic-macos-temp-dir/i386/mono_embeddinator.o build/test-dynamic-macos-temp-dir/i386/objc-support.o build/test-dynamic-macos-temp-dir/i386/bindings.o -o build/test-dynamic-macos-temp-dir/i386/libmanaged.dylib -L/Library/Frameworks/Mono.framework/Versions/Current/lib/ -lmonosgen-2.0
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0 -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-macos-temp-dir/glib.c -o build/test-dynamic-macos-temp-dir/x86_64/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0 -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-macos-temp-dir/mono_embeddinator.c -o build/test-dynamic-macos-temp-dir/x86_64/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0 -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-macos-temp-dir/objc-support.m -o build/test-dynamic-macos-temp-dir/x86_64/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0 -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-macos-temp-dir/bindings.m -o build/test-dynamic-macos-temp-dir/x86_64/bindings.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -I/Library/Frameworks/Mono.framework/Versions/Current/include/mono-2.0 -dynamiclib -lobjc -framework CoreFoundation -framework Foundation -install_name @rpath/libmanaged.dylib build/test-dynamic-macos-temp-dir/x86_64/glib.o build/test-dynamic-macos-temp-dir/x86_64/mono_embeddinator.o build/test-dynamic-macos-temp-dir/x86_64/objc-support.o build/test-dynamic-macos-temp-dir/x86_64/bindings.o -o build/test-dynamic-macos-temp-dir/x86_64/libmanaged.dylib -L/Library/Frameworks/Mono.framework/Versions/Current/lib/ -lmonosgen-2.0
xcrun lipo build/test-dynamic-macos-temp-dir/i386/libmanaged.dylib build/test-dynamic-macos-temp-dir/x86_64/libmanaged.dylib -create -output build/test-dynamic-macos-temp-dir/MacOSX/libmanaged.dylib
xcrun lipo build/test-dynamic-macos-temp-dir/i386/libmanaged.dylib build/test-dynamic-macos-temp-dir/x86_64/libmanaged.dylib -create -output build/test-dynamic-macos-temp-dir/libmanaged.dylib
xcrun dsymutil build/test-dynamic-macos-temp-dir/libmanaged.dylib -o build/test-dynamic-macos-temp-dir/libmanaged.dylib.dSYM
Done
/Library/Frameworks/Mono.framework/Versions/Current/Commands/mono --debug ../../objcgen/bin/Debug/objcgen.exe --debug ../managed/bin/Debug/managed.dll -c --outdir=build/test-dynamic-ios-temp-dir --target=dylib --platform=ios
Creating output directory `/Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-dynamic-ios-temp-dir`
Parsing assemblies...
Parsed '../managed/bin/Debug/managed.dll'
Processing assemblies...
71 types found
warning EM1041: Indexed properties on DuplicateIndexedProperties is not generated because multiple indexed properties not supported.
Generating binding code...
Generated: build/test-dynamic-ios-temp-dir/bindings.h
Generated: build/test-dynamic-ios-temp-dir/bindings.m
Generated: build/test-dynamic-ios-temp-dir/embeddinator.h
Generated: build/test-dynamic-ios-temp-dir/glib.h
Generated: build/test-dynamic-ios-temp-dir/mono_embeddinator.h
Generated: build/test-dynamic-ios-temp-dir/mono-support.h
Generated: build/test-dynamic-ios-temp-dir/objc-support.h
Generated: build/test-dynamic-ios-temp-dir/glib.c
Generated: build/test-dynamic-ios-temp-dir/mono_embeddinator.c
Generated: build/test-dynamic-ios-temp-dir/objc-support.m
Compiling binding code...
xcode-select -p
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-ios-temp-dir/glib.c -o build/test-dynamic-ios-temp-dir/armv7/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-ios-temp-dir/mono_embeddinator.c -o build/test-dynamic-ios-temp-dir/armv7/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-ios-temp-dir/objc-support.m -o build/test-dynamic-ios-temp-dir/armv7/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-ios-temp-dir/bindings.m -o build/test-dynamic-ios-temp-dir/armv7/bindings.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -dynamiclib -lobjc -framework CoreFoundation -framework Foundation -install_name @rpath/libmanaged.dylib build/test-dynamic-ios-temp-dir/armv7/glib.o build/test-dynamic-ios-temp-dir/armv7/mono_embeddinator.o build/test-dynamic-ios-temp-dir/armv7/objc-support.o build/test-dynamic-ios-temp-dir/armv7/bindings.o -o build/test-dynamic-ios-temp-dir/armv7/libmanaged.dylib -L/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/lib -lxamarin -lmonosgen-2.0
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7s -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-ios-temp-dir/glib.c -o build/test-dynamic-ios-temp-dir/armv7s/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7s -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-ios-temp-dir/mono_embeddinator.c -o build/test-dynamic-ios-temp-dir/armv7s/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7s -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-ios-temp-dir/objc-support.m -o build/test-dynamic-ios-temp-dir/armv7s/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7s -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-ios-temp-dir/bindings.m -o build/test-dynamic-ios-temp-dir/armv7s/bindings.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7s -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -dynamiclib -lobjc -framework CoreFoundation -framework Foundation -install_name @rpath/libmanaged.dylib build/test-dynamic-ios-temp-dir/armv7s/glib.o build/test-dynamic-ios-temp-dir/armv7s/mono_embeddinator.o build/test-dynamic-ios-temp-dir/armv7s/objc-support.o build/test-dynamic-ios-temp-dir/armv7s/bindings.o -o build/test-dynamic-ios-temp-dir/armv7s/libmanaged.dylib -L/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/lib -lxamarin -lmonosgen-2.0
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch arm64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-ios-temp-dir/glib.c -o build/test-dynamic-ios-temp-dir/arm64/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch arm64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-ios-temp-dir/mono_embeddinator.c -o build/test-dynamic-ios-temp-dir/arm64/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch arm64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-ios-temp-dir/objc-support.m -o build/test-dynamic-ios-temp-dir/arm64/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch arm64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-ios-temp-dir/bindings.m -o build/test-dynamic-ios-temp-dir/arm64/bindings.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch arm64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -dynamiclib -lobjc -framework CoreFoundation -framework Foundation -install_name @rpath/libmanaged.dylib build/test-dynamic-ios-temp-dir/arm64/glib.o build/test-dynamic-ios-temp-dir/arm64/mono_embeddinator.o build/test-dynamic-ios-temp-dir/arm64/objc-support.o build/test-dynamic-ios-temp-dir/arm64/bindings.o -o build/test-dynamic-ios-temp-dir/arm64/libmanaged.dylib -L/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/lib -lxamarin -lmonosgen-2.0
xcrun lipo build/test-dynamic-ios-temp-dir/armv7/libmanaged.dylib build/test-dynamic-ios-temp-dir/armv7s/libmanaged.dylib build/test-dynamic-ios-temp-dir/arm64/libmanaged.dylib -create -output build/test-dynamic-ios-temp-dir/iPhoneOS/libmanaged.dylib
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-ios-temp-dir/glib.c -o build/test-dynamic-ios-temp-dir/i386/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-ios-temp-dir/mono_embeddinator.c -o build/test-dynamic-ios-temp-dir/i386/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-ios-temp-dir/objc-support.m -o build/test-dynamic-ios-temp-dir/i386/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-ios-temp-dir/bindings.m -o build/test-dynamic-ios-temp-dir/i386/bindings.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -dynamiclib -lobjc -framework CoreFoundation -framework Foundation -install_name @rpath/libmanaged.dylib build/test-dynamic-ios-temp-dir/i386/glib.o build/test-dynamic-ios-temp-dir/i386/mono_embeddinator.o build/test-dynamic-ios-temp-dir/i386/objc-support.o build/test-dynamic-ios-temp-dir/i386/bindings.o -o build/test-dynamic-ios-temp-dir/i386/libmanaged.dylib -L/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/lib -lxamarin -lmonosgen-2.0
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-ios-temp-dir/glib.c -o build/test-dynamic-ios-temp-dir/x86_64/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-ios-temp-dir/mono_embeddinator.c -o build/test-dynamic-ios-temp-dir/x86_64/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-ios-temp-dir/objc-support.m -o build/test-dynamic-ios-temp-dir/x86_64/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-ios-temp-dir/bindings.m -o build/test-dynamic-ios-temp-dir/x86_64/bindings.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -dynamiclib -lobjc -framework CoreFoundation -framework Foundation -install_name @rpath/libmanaged.dylib build/test-dynamic-ios-temp-dir/x86_64/glib.o build/test-dynamic-ios-temp-dir/x86_64/mono_embeddinator.o build/test-dynamic-ios-temp-dir/x86_64/objc-support.o build/test-dynamic-ios-temp-dir/x86_64/bindings.o -o build/test-dynamic-ios-temp-dir/x86_64/libmanaged.dylib -L/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/lib -lxamarin -lmonosgen-2.0
xcrun lipo build/test-dynamic-ios-temp-dir/armv7/libmanaged.dylib build/test-dynamic-ios-temp-dir/armv7s/libmanaged.dylib build/test-dynamic-ios-temp-dir/arm64/libmanaged.dylib build/test-dynamic-ios-temp-dir/i386/libmanaged.dylib build/test-dynamic-ios-temp-dir/x86_64/libmanaged.dylib -create -output build/test-dynamic-ios-temp-dir/iPhoneSimulator/libmanaged.dylib
xcrun lipo build/test-dynamic-ios-temp-dir/armv7/libmanaged.dylib build/test-dynamic-ios-temp-dir/armv7s/libmanaged.dylib build/test-dynamic-ios-temp-dir/arm64/libmanaged.dylib build/test-dynamic-ios-temp-dir/i386/libmanaged.dylib build/test-dynamic-ios-temp-dir/x86_64/libmanaged.dylib -create -output build/test-dynamic-ios-temp-dir/libmanaged.dylib
xcrun dsymutil build/test-dynamic-ios-temp-dir/libmanaged.dylib -o build/test-dynamic-ios-temp-dir/libmanaged.dylib.dSYM
Done
/Library/Frameworks/Mono.framework/Versions/Current/Commands/mono --debug ../../objcgen/bin/Debug/objcgen.exe --debug ../managed/bin/Debug/managed.dll -c --outdir=build/test-dynamic-tvos-temp-dir --target=dylib --platform=tvos
Creating output directory `/Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-dynamic-tvos-temp-dir`
Parsing assemblies...
Parsed '../managed/bin/Debug/managed.dll'
Processing assemblies...
71 types found
warning EM1041: Indexed properties on DuplicateIndexedProperties is not generated because multiple indexed properties not supported.
Generating binding code...
Generated: build/test-dynamic-tvos-temp-dir/bindings.h
Generated: build/test-dynamic-tvos-temp-dir/bindings.m
Generated: build/test-dynamic-tvos-temp-dir/embeddinator.h
Generated: build/test-dynamic-tvos-temp-dir/glib.h
Generated: build/test-dynamic-tvos-temp-dir/mono_embeddinator.h
Generated: build/test-dynamic-tvos-temp-dir/mono-support.h
Generated: build/test-dynamic-tvos-temp-dir/objc-support.h
Generated: build/test-dynamic-tvos-temp-dir/glib.c
Generated: build/test-dynamic-tvos-temp-dir/mono_embeddinator.c
Generated: build/test-dynamic-tvos-temp-dir/objc-support.m
Compiling binding code...
xcode-select -p
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch arm64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk -mtvos-version-min=9.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.AppleTVOS.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -fembed-bitcode -c build/test-dynamic-tvos-temp-dir/glib.c -o build/test-dynamic-tvos-temp-dir/arm64/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch arm64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk -mtvos-version-min=9.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.AppleTVOS.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -fembed-bitcode -c build/test-dynamic-tvos-temp-dir/mono_embeddinator.c -o build/test-dynamic-tvos-temp-dir/arm64/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch arm64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk -mtvos-version-min=9.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.AppleTVOS.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -fembed-bitcode -c build/test-dynamic-tvos-temp-dir/objc-support.m -o build/test-dynamic-tvos-temp-dir/arm64/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch arm64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk -mtvos-version-min=9.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.AppleTVOS.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -fembed-bitcode -c build/test-dynamic-tvos-temp-dir/bindings.m -o build/test-dynamic-tvos-temp-dir/arm64/bindings.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch arm64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk -mtvos-version-min=9.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.AppleTVOS.sdk/usr/include -DXAMARIN_IOS -dynamiclib -fembed-bitcode -lobjc -framework CoreFoundation -framework Foundation -install_name @rpath/libmanaged.dylib build/test-dynamic-tvos-temp-dir/arm64/glib.o build/test-dynamic-tvos-temp-dir/arm64/mono_embeddinator.o build/test-dynamic-tvos-temp-dir/arm64/objc-support.o build/test-dynamic-tvos-temp-dir/arm64/bindings.o -o build/test-dynamic-tvos-temp-dir/arm64/libmanaged.dylib -L/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.AppleTVOS.sdk/usr/lib -lxamarin -lmonosgen-2.0
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk -mtvos-simulator-version-min=9.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.AppleTVSimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-tvos-temp-dir/glib.c -o build/test-dynamic-tvos-temp-dir/x86_64/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk -mtvos-simulator-version-min=9.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.AppleTVSimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-tvos-temp-dir/mono_embeddinator.c -o build/test-dynamic-tvos-temp-dir/x86_64/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk -mtvos-simulator-version-min=9.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.AppleTVSimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-tvos-temp-dir/objc-support.m -o build/test-dynamic-tvos-temp-dir/x86_64/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk -mtvos-simulator-version-min=9.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.AppleTVSimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-tvos-temp-dir/bindings.m -o build/test-dynamic-tvos-temp-dir/x86_64/bindings.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk -mtvos-simulator-version-min=9.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.AppleTVSimulator.sdk/usr/include -DXAMARIN_IOS -dynamiclib -lobjc -framework CoreFoundation -framework Foundation -install_name @rpath/libmanaged.dylib build/test-dynamic-tvos-temp-dir/x86_64/glib.o build/test-dynamic-tvos-temp-dir/x86_64/mono_embeddinator.o build/test-dynamic-tvos-temp-dir/x86_64/objc-support.o build/test-dynamic-tvos-temp-dir/x86_64/bindings.o -o build/test-dynamic-tvos-temp-dir/x86_64/libmanaged.dylib -L/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.AppleTVSimulator.sdk/usr/lib -lxamarin -lmonosgen-2.0
xcrun lipo build/test-dynamic-tvos-temp-dir/arm64/libmanaged.dylib build/test-dynamic-tvos-temp-dir/x86_64/libmanaged.dylib -create -output build/test-dynamic-tvos-temp-dir/AppleTVSimulator/libmanaged.dylib
xcrun lipo build/test-dynamic-tvos-temp-dir/arm64/libmanaged.dylib build/test-dynamic-tvos-temp-dir/x86_64/libmanaged.dylib -create -output build/test-dynamic-tvos-temp-dir/libmanaged.dylib
xcrun dsymutil build/test-dynamic-tvos-temp-dir/libmanaged.dylib -o build/test-dynamic-tvos-temp-dir/libmanaged.dylib.dSYM
Done
/Library/Frameworks/Mono.framework/Versions/Current/Commands/mono --debug ../../objcgen/bin/Debug/objcgen.exe --debug ../managed/bin/Debug/managed.dll -c --outdir=build/test-dynamic-watchos-temp-dir --target=dylib --platform=watchos
Creating output directory `/Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-dynamic-watchos-temp-dir`
Parsing assemblies...
Parsed '../managed/bin/Debug/managed.dll'
Processing assemblies...
71 types found
warning EM1041: Indexed properties on DuplicateIndexedProperties is not generated because multiple indexed properties not supported.
Generating binding code...
Generated: build/test-dynamic-watchos-temp-dir/bindings.h
Generated: build/test-dynamic-watchos-temp-dir/bindings.m
Generated: build/test-dynamic-watchos-temp-dir/embeddinator.h
Generated: build/test-dynamic-watchos-temp-dir/glib.h
Generated: build/test-dynamic-watchos-temp-dir/mono_embeddinator.h
Generated: build/test-dynamic-watchos-temp-dir/mono-support.h
Generated: build/test-dynamic-watchos-temp-dir/objc-support.h
Generated: build/test-dynamic-watchos-temp-dir/glib.c
Generated: build/test-dynamic-watchos-temp-dir/mono_embeddinator.c
Generated: build/test-dynamic-watchos-temp-dir/objc-support.m
Compiling binding code...
xcode-select -p
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7k -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk -mwatchos-version-min=2.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.WatchOS.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -fembed-bitcode -c build/test-dynamic-watchos-temp-dir/glib.c -o build/test-dynamic-watchos-temp-dir/armv7k/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7k -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk -mwatchos-version-min=2.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.WatchOS.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -fembed-bitcode -c build/test-dynamic-watchos-temp-dir/mono_embeddinator.c -o build/test-dynamic-watchos-temp-dir/armv7k/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7k -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk -mwatchos-version-min=2.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.WatchOS.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -fembed-bitcode -c build/test-dynamic-watchos-temp-dir/objc-support.m -o build/test-dynamic-watchos-temp-dir/armv7k/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7k -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk -mwatchos-version-min=2.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.WatchOS.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -fembed-bitcode -c build/test-dynamic-watchos-temp-dir/bindings.m -o build/test-dynamic-watchos-temp-dir/armv7k/bindings.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7k -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk -mwatchos-version-min=2.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.WatchOS.sdk/usr/include -DXAMARIN_IOS -dynamiclib -fembed-bitcode -lobjc -framework CoreFoundation -framework Foundation -install_name @rpath/libmanaged.dylib build/test-dynamic-watchos-temp-dir/armv7k/glib.o build/test-dynamic-watchos-temp-dir/armv7k/mono_embeddinator.o build/test-dynamic-watchos-temp-dir/armv7k/objc-support.o build/test-dynamic-watchos-temp-dir/armv7k/bindings.o -o build/test-dynamic-watchos-temp-dir/armv7k/libmanaged.dylib -L/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.WatchOS.sdk/usr/lib -lxamarin -lmonosgen-2.0
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk -mwatchos-simulator-version-min=2.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.WatchSimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-watchos-temp-dir/glib.c -o build/test-dynamic-watchos-temp-dir/i386/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk -mwatchos-simulator-version-min=2.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.WatchSimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-watchos-temp-dir/mono_embeddinator.c -o build/test-dynamic-watchos-temp-dir/i386/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk -mwatchos-simulator-version-min=2.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.WatchSimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-watchos-temp-dir/objc-support.m -o build/test-dynamic-watchos-temp-dir/i386/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk -mwatchos-simulator-version-min=2.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.WatchSimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c build/test-dynamic-watchos-temp-dir/bindings.m -o build/test-dynamic-watchos-temp-dir/i386/bindings.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk -mwatchos-simulator-version-min=2.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.WatchSimulator.sdk/usr/include -DXAMARIN_IOS -dynamiclib -lobjc -framework CoreFoundation -framework Foundation -install_name @rpath/libmanaged.dylib build/test-dynamic-watchos-temp-dir/i386/glib.o build/test-dynamic-watchos-temp-dir/i386/mono_embeddinator.o build/test-dynamic-watchos-temp-dir/i386/objc-support.o build/test-dynamic-watchos-temp-dir/i386/bindings.o -o build/test-dynamic-watchos-temp-dir/i386/libmanaged.dylib -L/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/Xamarin.WatchSimulator.sdk/usr/lib -lxamarin -lmonosgen-2.0
xcrun lipo build/test-dynamic-watchos-temp-dir/armv7k/libmanaged.dylib build/test-dynamic-watchos-temp-dir/i386/libmanaged.dylib -create -output build/test-dynamic-watchos-temp-dir/WatchSimulator/libmanaged.dylib
xcrun lipo build/test-dynamic-watchos-temp-dir/armv7k/libmanaged.dylib build/test-dynamic-watchos-temp-dir/i386/libmanaged.dylib -create -output build/test-dynamic-watchos-temp-dir/libmanaged.dylib
xcrun dsymutil build/test-dynamic-watchos-temp-dir/libmanaged.dylib -o build/test-dynamic-watchos-temp-dir/libmanaged.dylib.dSYM
Done
/Library/Frameworks/Mono.framework/Versions/Current/Commands/mono --debug /Users/vidondai/Documents/Embeddinator-4000/objcgen/bin/Debug/objcgen.exe --debug /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/debug/managed.dll -c --outdir=/Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir --target=framework --platform=ios
Creating output directory `/Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir`
Parsing assemblies...
Parsed '/Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/debug/managed.dll'
Processing assemblies...
71 types found
warning EM1041: Indexed properties on DuplicateIndexedProperties is not generated because multiple indexed properties not supported.
Generating binding code...
Generated: /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/bindings.h
Generated: /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/bindings.m
Generated: /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/embeddinator.h
Generated: /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/glib.h
Generated: /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/mono_embeddinator.h
Generated: /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/mono-support.h
Generated: /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/objc-support.h
Generated: /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/glib.c
Generated: /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/mono_embeddinator.c
Generated: /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/objc-support.m
Compiling binding code...
xcode-select -p
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/glib.c -o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/armv7/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/mono_embeddinator.c -o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/armv7/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/objc-support.m -o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/armv7/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/bindings.m -o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/armv7/bindings.o
xcrun ar cru /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/armv7/managed.a /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/armv7/glib.o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/armv7/mono_embeddinator.o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/armv7/objc-support.o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/armv7/bindings.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7s -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/glib.c -o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/armv7s/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7s -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/mono_embeddinator.c -o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/armv7s/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7s -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/objc-support.m -o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/armv7s/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch armv7s -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/bindings.m -o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/armv7s/bindings.o
xcrun ar cru /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/armv7s/managed.a /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/armv7s/glib.o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/armv7s/mono_embeddinator.o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/armv7s/objc-support.o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/armv7s/bindings.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch arm64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/glib.c -o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/arm64/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch arm64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/mono_embeddinator.c -o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/arm64/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch arm64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/objc-support.m -o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/arm64/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch arm64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphoneos.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/bindings.m -o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/arm64/bindings.o
xcrun ar cru /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/arm64/managed.a /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/arm64/glib.o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/arm64/mono_embeddinator.o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/arm64/objc-support.o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/arm64/bindings.o
xcrun lipo /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/armv7/managed.a /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/armv7s/managed.a /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/arm64/managed.a -create -output /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/iPhoneOS/managed.a
xcrun --show-sdk-version --sdk iphoneos
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/mtouch --dev /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/iPhoneOS/appdir --abi=armv7,armv7s,arm64 --sdkroot /Applications/Xcode83.app --targetver 8.0 --dsym:false --embeddinator /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/debug/managed.dll -r:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Xamarin.iOS.dll --sdk 10.3 --linksdkonly --registrar:static --cache /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/iPhoneOS/mtouch-cache --debug --assembly-build-target=@all=framework=managed.framework --target-framework Xamarin.iOS,v1.0 "--gcc_flags=-force_load /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/iPhoneOS/managed.a"
Xamarin.iOS 10.11.0 using framework: /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk
warning MT0030: The executable name (managed) and the app name (appdir) are different, this may prevent crash logs from getting symbolicated properly.
/Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/iPhoneOS/appdir built successfully.
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/glib.c -o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/i386/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/mono_embeddinator.c -o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/i386/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/objc-support.m -o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/i386/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch i386 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/bindings.m -o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/i386/bindings.o
xcrun ar cru /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/i386/managed.a /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/i386/glib.o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/i386/mono_embeddinator.o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/i386/objc-support.o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/i386/bindings.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/glib.c -o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/x86_64/glib.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/mono_embeddinator.c -o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/x86_64/mono_embeddinator.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/objc-support.m -o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/x86_64/objc-support.o
xcrun clang -g -O0 -fobjc-arc -ObjC -Wall -arch x86_64 -isysroot /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=8.0 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -DXAMARIN_IOS -DMONO_EMBEDDINATOR_DLL_EXPORT -c /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/bindings.m -o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/x86_64/bindings.o
xcrun ar cru /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/x86_64/managed.a /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/x86_64/glib.o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/x86_64/mono_embeddinator.o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/x86_64/objc-support.o /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/x86_64/bindings.o
xcrun lipo /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/armv7/managed.a /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/armv7s/managed.a /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/arm64/managed.a /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/i386/managed.a /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/x86_64/managed.a -create -output /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/iPhoneSimulator/managed.a
xcrun --show-sdk-version --sdk iphonesimulator
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/mtouch --sim /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/iPhoneSimulator/appdir --abi=i386,x86_64 --sdkroot /Applications/Xcode83.app --targetver 8.0 --dsym:false --embeddinator /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/debug/managed.dll -r:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Xamarin.iOS.dll --sdk 10.3 --linksdkonly --registrar:static --cache /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/iPhoneSimulator/mtouch-cache --debug --assembly-build-target=@all=framework=managed.framework --target-framework Xamarin.iOS,v1.0 "--gcc_flags=-force_load /Users/vidondai/Documents/Embeddinator-4000/tests/objc-cli/build/test-framework-ios-temp-dir/iPhoneSimulator/managed.a"
Xamarin.iOS 10.11.0 using framework: /Applications/Xcode83.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.3.sdk
warning MT0030: The executable name (managed) and the app name (appdir) are different, this may prevent crash logs from getting symbolicated properly.
error MT0000: Unexpected error - Please file a bug report at http://bugzilla.xamarin.com
System.MissingMethodException: Method 'System.Array.Reverse' not found.
at Xamarin.MacDev.PropertyListFormat+BinaryFormat+Context.ReadBigEndianUInt64 () [0x00001] in /Users/builder/data/lanes/4745/2aac1fd6/source/xamarin-macios/external/Xamarin.MacDev/Xamarin.MacDev/PListObject.cs:1480
at Xamarin.MacDev.PropertyListFormat+BinaryFormat+Context+CFBinaryPlistTrailer.Read (Xamarin.MacDev.PropertyListFormat+BinaryFormat+Context ctx) [0x0001d] in /Users/builder/data/lanes/4745/2aac1fd6/source/xamarin-macios/external/Xamarin.MacDev/Xamarin.MacDev/PListObject.cs:1815
at Xamarin.MacDev.PropertyListFormat+BinaryFormat+Context..ctor (System.IO.Stream stream, System.Boolean reading) [0x00015] in /Users/builder/data/lanes/4745/2aac1fd6/source/xamarin-macios/external/Xamarin.MacDev/Xamarin.MacDev/PListObject.cs:1293
at Xamarin.MacDev.PropertyListFormat+BinaryFormat.StartReading (System.IO.Stream input) [0x00064] in /Users/builder/data/lanes/4745/2aac1fd6/source/xamarin-macios/external/Xamarin.MacDev/Xamarin.MacDev/PListObject.cs:1260
at Xamarin.MacDev.PObject.FromFile (System.String fileName, System.Boolean& isBinary) [0x0000b] in /Users/builder/data/lanes/4745/2aac1fd6/source/xamarin-macios/external/Xamarin.MacDev/Xamarin.MacDev/PListObject.cs:335
at Xamarin.MacDev.PDictionary.FromFile (System.String fileName, System.Boolean& isBinary) [0x00001] in /Users/builder/data/lanes/4745/2aac1fd6/source/xamarin-macios/external/Xamarin.MacDev/Xamarin.MacDev/PListObject.cs:762
at Xamarin.MacDev.PDictionary.FromFile (System.String fileName) [0x00001] in /Users/builder/data/lanes/4745/2aac1fd6/source/xamarin-macios/external/Xamarin.MacDev/Xamarin.MacDev/PListObject.cs:749
at Xamarin.Bundler.Driver.FromPList (System.String name) [0x00026] in /Users/builder/data/lanes/4745/2aac1fd6/source/xamarin-macios/tools/mtouch/mtouch.cs:900
at Xamarin.Bundler.CompileTask.GetSimulatorCompilerFlags (Xamarin.Utils.CompilerFlags flags, System.Boolean is_assembler, Xamarin.Bundler.Application app, System.String language) [0x0001e] in /Users/builder/data/lanes/4745/2aac1fd6/source/xamarin-macios/tools/mtouch/BuildTasks.mtouch.cs:423
at Xamarin.Bundler.Target.NativeLink (Xamarin.Bundler.BuildTasks build_tasks) [0x00375] in /Users/builder/data/lanes/4745/2aac1fd6/source/xamarin-macios/tools/mtouch/Target.cs:1374
at Xamarin.Bundler.Application.BuildApp () [0x0003a] in /Users/builder/data/lanes/4745/2aac1fd6/source/xamarin-macios/tools/mtouch/Application.cs:1432
at Xamarin.Bundler.Application.BuildNative () [0x0001f] in /Users/builder/data/lanes/4745/2aac1fd6/source/xamarin-macios/tools/mtouch/Application.cs:827
at Xamarin.Bundler.Application+<>c.<BuildAll>b__138_2 (Xamarin.Bundler.Application v) [0x00000] in /Users/builder/data/lanes/4745/2aac1fd6/source/xamarin-macios/tools/mtouch/Application.cs:768
at System.Collections.Generic.List`1[T].ForEach (System.Action`1[T] action) [0x00024] in /private/tmp/source-mono-2017-02/bockbuild-2017-02/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/referencesource/mscorlib/system/collections/generic/list.cs:564
at Xamarin.Bundler.Application.BuildAll () [0x00076] in /Users/builder/data/lanes/4745/2aac1fd6/source/xamarin-macios/tools/mtouch/Application.cs:768
at Xamarin.Bundler.Driver.Main2 (System.String[] args) [0x00481] in /Users/builder/data/lanes/4745/2aac1fd6/source/xamarin-macios/tools/mtouch/mtouch.cs:1429
at Xamarin.Bundler.Driver.Main (System.String[] args) [0x0000f] in /Users/builder/data/lanes/4745/2aac1fd6/source/xamarin-macios/tools/mtouch/mtouch.cs:949
Done
make: *** [test-framework-ios] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment